From 4dafa22a5612b0c91afc4b3671f6703112d2fb39 Mon Sep 17 00:00:00 2001 From: Arvind Krishnaa J Date: Thu, 27 Aug 2020 16:33:46 -0700 Subject: [PATCH] [Management Plane][Azure Cognitive Search] Update SDK code for the new API version (#14059) * Add ability to generate SDK for specific tags * Regenerate from the swagger fork from 2020-08-01 API * Update tests for the breaking change of SearchServiceUpdate * Add group id test * Update session records for search service tests * Add operation tests * Add operation tests session records * Add tests for shared private link resources * add session records for shared private link resource tests * fix a test to account for other services in the sub * update missed out session records * Add data plane session records * regenerate from master * update the package description Co-authored-by: Arvind Krishnaa Jagannathan --- .../mgmtmetadata/search_resource-manager.txt | 6 +- .../src/Generated/IServicesOperations.cs | 2 +- .../ISharedPrivateLinkResourcesOperations.cs | 82 +- .../Generated/Models/AsyncOperationResult.cs | 56 + .../Generated/Models/AzureEntityResource.cs | 59 + .../Models/PrivateEndpointConnection.cs | 39 +- .../Generated/Models/PrivateLinkResource.cs | 33 +- .../src/Generated/Models/ProxyResource.cs | 50 + .../src/Generated/Models/Resource.cs | 72 +- .../src/Generated/Models/SearchService.cs | 38 +- .../Generated/Models/SearchServiceUpdate.cs | 301 + .../Models/SharedPrivateLinkResource.cs | 39 +- ...PrivateLinkResourceAsyncOperationResult.cs | 23 + .../SharedPrivateLinkResourceProperties.cs | 41 +- ...redPrivateLinkResourceProvisioningState.cs | 78 + .../Models/SharedPrivateLinkResourceStatus.cs | 8 +- .../src/Generated/Models/TrackedResource.cs | 83 + .../SdkInfo_SearchManagementClient.cs | 18 +- .../src/Generated/SearchManagementClient.cs | 2 +- .../src/Generated/ServicesOperations.cs | 2 +- .../Generated/ServicesOperationsExtensions.cs | 4 +- .../SharedPrivateLinkResourcesOperations.cs | 252 +- ...rivateLinkResourcesOperationsExtensions.cs | 141 +- .../Microsoft.Azure.Management.Search.csproj | 2 +- .../src/generate.ps1 | 5 +- ...osoft.Azure.Management.Search.Tests.csproj | 1 + .../AdminKeyTests/CanGetAdminKeys.json | 235 +- .../AdminKeyTests/CanRegenerateAdminKeys.json | 279 +- ...stOperationsReturnsExpectedOperations.json | 88 +- .../CanCreateAndDeleteQueryKeys.json | 359 +- .../QueryKeyTests/CanListQueryKeys.json | 237 +- .../DeleteQueryKeyIsIdempotent.json | 293 +- .../RequestIdIsReturnedInResponse.json | 80 +- .../CanAddAndRemoveServiceIdentity.json | 2282 +- .../CanCreateAndDeleteService.json | 156 +- .../CanCreateAndGetService.json | 126 +- .../CanCreateBasicService.json | 124 +- .../CanCreateServiceInPrivateMode.json | 88 +- .../CanCreateServiceWithIdentity.json | 128 +- .../CanCreateStandard2Service.json | 3146 +-- .../CanCreateStandard3HighDensityService.json | 3196 +-- .../CanCreateStandard3Service.json | 2628 +- .../CanCreateStandardService.json | 128 +- .../CanCreateStorageOptimizedL1Service.json | 4088 +-- .../CanCreateStorageOptimizedL2Service.json | 2958 +- .../SearchServiceTests/CanListServices.json | 158 +- .../CanListServicesBySubscription.json | 154 +- .../CanListSupportedGroupIds.json | 348 + .../CanScaleServiceUpAndDown.json | 23150 +++------------- .../SearchServiceTests/CanUpdateTags.json | 194 +- ...CreateOrUpdateFreeServiceWithIdentity.json | 186 +- ...eckNameAvailabilityFailsOnInvalidName.json | 82 +- .../CheckNameAvailabilityFailsOnUsedName.json | 122 +- ...heckNameAvailabilitySucceedsOnNewName.json | 84 +- ...viceWithInvalidNameGivesUsefulMessage.json | 84 +- ...eateStandardServicePollsAutomatically.json | 1152 +- .../DeleteServiceIsIdempotent.json | 142 +- ...teServiceWithInvalidNameGivesNotFound.json | 82 +- ...mutablePropertiesThrowsCloudException.json | 174 +- ...CanPerformSharedPrivateLinkManagement.json | 1137 + .../tests/Tests/OperationsTests.cs | 30 +- .../tests/Tests/SearchServiceTests.cs | 73 +- .../Tests/SharedPrivateLinkResourceTests.cs | 57 + .../tests/Utilities/SearchTestUtilities.cs | 5 + .../SharedPrivateLinkResourceFixture.cs | 100 + .../AdminKeyTests/CanGetAdminKeys.json | 235 +- .../AdminKeyTests/CanRegenerateAdminKeys.json | 279 +- ...AnalyzerThrowsCloudExceptionByDefault.json | 235 +- ...CanAddCustomAnalyzerWithIndexDowntime.json | 237 +- .../CustomAnalyzerTests/CanAnalyze.json | 257 +- .../CanAnalyzeWithAllPossibleNames.json | 2547 +- .../CanCreateAllAnalysisComponents.json | 386 +- .../CanSearchWithCustomAnalyzer.json | 251 +- .../CanUseAllAnalysisComponentNames.json | 261 +- .../CanUseAllAnalysisComponentOptions.json | 937 +- ...nUseAllAnalyzerNamesInIndexDefinition.json | 211 +- .../CanUseAllRegexFlags.json | 251 +- .../CanCreateAndListDataSources.json | 229 +- .../DataSourceTests/CanUpdateDataSource.json | 221 +- ...urceFailsWithUsefulMessageOnUserError.json | 183 +- ...ateDataSourceReturnsCorrectDefinition.json | 863 +- ...dateCreatesWhenDataSourceDoesNotExist.json | 193 +- ...rceIfNotExistsFailsOnExistingResource.json | 213 +- ...SourceIfNotExistsSucceedsOnNoResource.json | 193 +- ...ceIfExistsWorksOnlyWhenResourceExists.json | 227 +- ...fNotChangedWorksOnlyOnCurrentResource.json | 255 +- .../DeleteDataSourceIsIdempotent.json | 249 +- ...sReturnsFalseForNonExistingDataSource.json | 181 +- ...xistsReturnsTrueForExistingDataSource.json | 215 +- ...GetDataSourceReturnsCorrectDefinition.json | 1195 +- .../GetDataSourceThrowsOnNotFound.json | 173 +- ...teDataSourceIfExistsFailsOnNoResource.json | 189 +- ...rceIfExistsSucceedsOnExistingResource.json | 215 +- ...eIfNotChangedFailsWhenResourceChanged.json | 235 +- ...tChangedSucceedsWhenResourceUnchanged.json | 219 +- .../AutocompleteWillNotDeadlock.json | 247 +- .../ContinueSearchWillNotDeadlock.json | 361 +- .../DeadlockTests/CountWillNotDeadlock.json | 227 +- .../DeadlockTests/GetWillNotDeadlock.json | 249 +- .../IndexingWillNotDeadlock.json | 229 +- .../DeadlockTests/SearchWillNotDeadlock.json | 243 +- .../DeadlockTests/SuggestWillNotDeadlock.json | 251 +- ...IndexEquivalentToManuallyDefinedIndex.json | 257 +- ...mpleteThrowsWhenGivenBadSuggesterName.json | 227 +- .../CanAutocompleteCanUseHitHighlighting.json | 223 +- .../CanAutocompleteDefaultsToOneTermMode.json | 229 +- ...ocompleteExcludesFieldsNotInSuggester.json | 229 +- .../CanAutocompleteFuzzyIsOffByDefault.json | 227 +- .../CanAutocompleteOneTerm.json | 229 +- .../CanAutocompleteOneTermWithContext.json | 237 +- ...tocompleteOneTermWithContextWithFuzzy.json | 229 +- .../CanAutocompleteOneTermWithFuzzy.json | 237 +- ...nAutocompleteStaticallyTypedDocuments.json | 235 +- ...ocompleteThrowsWhenRequestIsMalformed.json | 229 +- .../CanAutocompleteTopTrimsResults.json | 229 +- .../CanAutocompleteTwoTerms.json | 229 +- .../CanAutocompleteTwoTermsWithFuzzy.json | 229 +- .../CanAutocompleteWithFilter.json | 237 +- .../CanAutocompleteWithFilterAndFuzzy.json | 227 +- ...utocompleteWithMultipleSelectedFields.json | 233 +- .../CanAutocompleteWithSelectedFields.json | 235 +- .../CanContinueSearchForDynamicDocuments.json | 297 +- ...inueSearchForStaticallyTypedDocuments.json | 303 +- .../CanContinueSearchWithoutTop.json | 305 +- .../GetSearchTests/CanFilter.json | 227 +- .../CanFilterNonNullableType.json | 267 +- .../CanGetResultCountInSearch.json | 231 +- .../CanRoundTripNonNullableValueTypes.json | 275 +- .../CanSearchDynamicDocuments.json | 227 +- .../CanSearchStaticallyTypedDocuments.json | 227 +- .../CanSearchWithCustomContractResolver.json | 235 +- .../CanSearchWithCustomConverter.json | 279 +- ...nSearchWithCustomConverterViaSettings.json | 269 +- .../CanSearchWithDateTimeInStaticModel.json | 281 +- .../CanSearchWithLuceneSyntax.json | 235 +- .../CanSearchWithMinimumCoverage.json | 229 +- .../CanSearchWithRangeFacets.json | 225 +- .../GetSearchTests/CanSearchWithRegex.json | 231 +- .../CanSearchWithSearchModeAll.json | 231 +- .../CanSearchWithSelectedFields.json | 231 +- .../CanSearchWithSpecialCharsInRegex.json | 227 +- .../GetSearchTests/CanSearchWithSynonyms.json | 303 +- .../CanSearchWithValueFacets.json | 229 +- .../GetSearchTests/CanUseHitHighlighting.json | 233 +- .../CanUseTopAndSkipForClientSidePaging.json | 247 +- .../DefaultSearchModeIsAny.json | 233 +- .../NullCannotBeConvertedToValueType.json | 299 +- .../OrderByProgressivelyBreaksTies.json | 231 +- .../SearchThrowsWhenRequestIsMalformed.json | 227 +- ...rowsWhenSpecialCharInRegexIsUnescaped.json | 227 +- .../SearchWithScoringProfileBoostsScore.json | 235 +- .../SearchWithoutOrderBySortsByScore.json | 231 +- .../GetSuggestTests/CanFilter.json | 227 +- .../CanGetFuzzySuggestions.json | 237 +- .../CanSuggestDynamicDocuments.json | 227 +- .../CanSuggestStaticallyTypedDocuments.json | 227 +- .../CanSuggestWithCustomContractResolver.json | 233 +- .../CanSuggestWithCustomConverter.json | 277 +- ...SuggestWithCustomConverterViaSettings.json | 275 +- .../CanSuggestWithDateTimeInStaticModel.json | 275 +- .../CanSuggestWithMinimumCoverage.json | 231 +- .../CanSuggestWithSelectedFields.json | 231 +- .../CanUseHitHighlighting.json | 227 +- .../GetSuggestTests/FuzzyIsOffByDefault.json | 227 +- .../OrderByProgressivelyBreaksTies.json | 227 +- ...SearchFieldsExcludesFieldsFromSuggest.json | 227 +- ...uggestThrowsWhenGivenBadSuggesterName.json | 227 +- .../SuggestThrowsWhenRequestIsMalformed.json | 227 +- .../GetSuggestTests/TopTrimsResults.json | 225 +- .../CanAddSynonymFieldProperty.json | 209 +- .../CanCreateAndDeleteIndex.json | 231 +- .../CanCreateAndGetIndexStats.json | 209 +- .../CanCreateAndListIndexes.json | 257 +- .../CanUpdateIndexDefinition.json | 223 +- .../CanUpdateSynonymFieldProperty.json | 241 +- ...ndexFailsWithUsefulMessageOnUserError.json | 183 +- ...reateIndexReturnsCorrectDefaultValues.json | 191 +- .../CreateIndexReturnsCorrectDefinition.json | 193 +- ...eOrUpdateCreatesWhenIndexDoesNotExist.json | 197 +- ...dexIfNotExistsFailsOnExistingResource.json | 213 +- ...eIndexIfNotExistsSucceedsOnNoResource.json | 197 +- ...exIfExistsWorksOnlyWhenResourceExists.json | 229 +- ...fNotChangedWorksOnlyOnCurrentResource.json | 257 +- .../DeleteIndexIsIdempotent.json | 247 +- ...ExistsReturnsFalseForNonExistingIndex.json | 181 +- .../ExistsReturnsTrueForExistingIndex.json | 217 +- .../GetIndexReturnsCorrectDefinition.json | 209 +- .../GetIndexThrowsOnNotFound.json | 177 +- .../UpdateIndexIfExistsFailsOnNoResource.json | 187 +- ...dexIfExistsSucceedsOnExistingResource.json | 223 +- ...xIfNotChangedFailsWhenResourceChanged.json | 241 +- ...tChangedSucceedsWhenResourceUnchanged.json | 219 +- .../CanCreateAndListIndexers.json | 277 +- ...lobIndexerWithConfigurationParameters.json | 239 +- .../CanResetIndexerAndGetIndexerStatus.json | 279 +- ...dtripIndexerWithFieldMappingFunctions.json | 311 +- .../CanRunIndexerAndGetIndexerStatus.json | 303 +- .../IndexerTests/CanUpdateIndexer.json | 261 +- ...exerFailsWithUsefulMessageOnUserError.json | 237 +- ...CreateIndexerReturnsCorrectDefinition.json | 245 +- ...rUpdateCreatesWhenIndexerDoesNotExist.json | 239 +- ...esWhenIndexerWithSkillsetDoesNotExist.json | 263 +- ...xerIfNotExistsFailsOnExistingResource.json | 259 +- ...ndexerIfNotExistsSucceedsOnNoResource.json | 253 +- ...erIfExistsWorksOnlyWhenResourceExists.json | 289 +- ...fNotChangedWorksOnlyOnCurrentResource.json | 311 +- .../DeleteIndexerIsIdempotent.json | 311 +- ...istsReturnsFalseForNonExistingIndexer.json | 233 +- .../ExistsReturnsTrueForExistingIndexer.json | 259 +- .../GetIndexerThrowsOnNotFound.json | 229 +- ...pdateIndexerIfExistsFailsOnNoResource.json | 241 +- ...xerIfExistsSucceedsOnExistingResource.json | 263 +- ...rIfNotChangedFailsWhenResourceChanged.json | 297 +- ...tChangedSucceedsWhenResourceUnchanged.json | 283 +- .../IndexingTests/CanDeleteBatchByKeys.json | 263 +- ...exAndRetrieveModelWithExtraProperties.json | 265 +- ...RetrieveWithCamelCaseContractResolver.json | 267 +- ...AndRetrieveWithCustomContractResolver.json | 249 +- ...anIndexAndRetrieveWithCustomConverter.json | 291 +- ...etrieveWithCustomConverterViaSettings.json | 289 +- .../CanIndexDocumentsMappedFromStructs.json | 227 +- .../CanIndexDynamicDocuments.json | 227 +- .../CanIndexStaticallyTypedDocuments.json | 231 +- .../CanIndexWithPascalCaseFields.json | 231 +- .../CanMergeDynamicDocuments.json | 283 +- .../CanMergeStaticallyTypedDocuments.json | 283 +- .../CanRoundtripBoundaryValues.json | 319 +- ...plicitNullsInStaticallyTypedDocuments.json | 289 +- .../CanUseIndexWithReservedName.json | 237 +- .../CountingDocsOfNewIndexGivesZero.json | 207 +- ...ynamicDocumentDateTimesRoundTripAsUtc.json | 269 +- ...ndexDoesNotThrowWhenAllActionsSucceed.json | 215 +- ...owWhenDeletingDocumentWithExtraFields.json | 259 +- ...eletingDynamicDocumentWithExtraFields.json | 265 +- ...dexWithInvalidDocumentThrowsException.json | 207 +- ...outExistingKeyThrowsIndexingException.json | 211 +- ...taticallyTypedDateTimesRoundTripAsUtc.json | 267 +- .../CanGetDocumentMappedToStruct.json | 231 +- .../CanGetDocumentWithBase64EncodedKey.json | 229 +- .../LookupTests/CanGetDynamicDocument.json | 231 +- ...tDynamicDocumentWithNullOrEmptyValues.json | 225 +- .../CanGetStaticallyTypedDocument.json | 231 +- ...llyTypedDocumentWithNullOrEmptyValues.json | 229 +- ...allyTypedDocumentWithPascalCaseFields.json | 257 +- ...CollectionsDoNotAllRoundtripCorrectly.json | 261 +- ...andedOnGetWhenCollectionFieldSelected.json | 229 +- ...mCollectionOnGetWhenSubFieldsSelected.json | 229 +- ...iveCollectionsRoundtripAsObjectArrays.json | 253 +- ...GetDocumentThrowsWhenDocumentNotFound.json | 211 +- ...tDocumentThrowsWhenRequestIsMalformed.json | 229 +- ...umentCannotAlwaysDetermineCorrectType.json | 229 +- ...EmptyObjectsReturnsObjectsFullOfNulls.json | 225 +- ...pedDocumentSetsUnselectedFieldsToNull.json | 225 +- ...TrippingDateTimeOffsetNormalizesToUtc.json | 231 +- ...stOperationsReturnsExpectedOperations.json | 88 +- ...mpleteThrowsWhenGivenBadSuggesterName.json | 227 +- .../CanAutocompleteCanUseHitHighlighting.json | 229 +- .../CanAutocompleteDefaultsToOneTermMode.json | 229 +- ...ocompleteExcludesFieldsNotInSuggester.json | 229 +- .../CanAutocompleteFuzzyIsOffByDefault.json | 229 +- .../CanAutocompleteOneTerm.json | 235 +- .../CanAutocompleteOneTermWithContext.json | 231 +- ...tocompleteOneTermWithContextWithFuzzy.json | 229 +- .../CanAutocompleteOneTermWithFuzzy.json | 229 +- ...nAutocompleteStaticallyTypedDocuments.json | 235 +- ...ocompleteThrowsWhenRequestIsMalformed.json | 227 +- .../CanAutocompleteTopTrimsResults.json | 239 +- .../CanAutocompleteTwoTerms.json | 229 +- .../CanAutocompleteTwoTermsWithFuzzy.json | 237 +- .../CanAutocompleteWithFilter.json | 231 +- .../CanAutocompleteWithFilterAndFuzzy.json | 229 +- ...utocompleteWithMultipleSelectedFields.json | 229 +- .../CanAutocompleteWithSelectedFields.json | 229 +- .../CanContinueSearchForDynamicDocuments.json | 313 +- ...inueSearchForStaticallyTypedDocuments.json | 299 +- .../CanContinueSearchWithoutTop.json | 315 +- .../PostSearchTests/CanFilter.json | 227 +- .../CanFilterNonNullableType.json | 275 +- .../CanGetResultCountInSearch.json | 227 +- .../CanRoundTripNonNullableValueTypes.json | 271 +- .../CanSearchDynamicDocuments.json | 227 +- .../CanSearchStaticallyTypedDocuments.json | 231 +- .../CanSearchWithCustomContractResolver.json | 235 +- .../CanSearchWithCustomConverter.json | 275 +- ...nSearchWithCustomConverterViaSettings.json | 279 +- .../CanSearchWithDateTimeInStaticModel.json | 273 +- .../CanSearchWithLuceneSyntax.json | 233 +- .../CanSearchWithMinimumCoverage.json | 231 +- .../CanSearchWithRangeFacets.json | 237 +- .../PostSearchTests/CanSearchWithRegex.json | 227 +- .../CanSearchWithSearchModeAll.json | 231 +- .../CanSearchWithSelectedFields.json | 231 +- .../CanSearchWithSpecialCharsInRegex.json | 227 +- .../CanSearchWithSynonyms.json | 297 +- .../CanSearchWithValueFacets.json | 229 +- .../CanUseHitHighlighting.json | 229 +- .../CanUseTopAndSkipForClientSidePaging.json | 245 +- .../DefaultSearchModeIsAny.json | 231 +- .../NullCannotBeConvertedToValueType.json | 299 +- .../OrderByProgressivelyBreaksTies.json | 227 +- .../SearchThrowsWhenRequestIsMalformed.json | 231 +- ...rowsWhenSpecialCharInRegexIsUnescaped.json | 227 +- .../SearchWithScoringProfileBoostsScore.json | 231 +- .../SearchWithoutOrderBySortsByScore.json | 229 +- .../PostSuggestTests/CanFilter.json | 231 +- .../CanGetFuzzySuggestions.json | 231 +- .../CanSuggestDynamicDocuments.json | 223 +- .../CanSuggestStaticallyTypedDocuments.json | 231 +- .../CanSuggestWithCustomContractResolver.json | 225 +- .../CanSuggestWithCustomConverter.json | 267 +- ...SuggestWithCustomConverterViaSettings.json | 271 +- .../CanSuggestWithDateTimeInStaticModel.json | 279 +- .../CanSuggestWithMinimumCoverage.json | 231 +- .../CanSuggestWithSelectedFields.json | 231 +- .../CanUseHitHighlighting.json | 227 +- .../PostSuggestTests/FuzzyIsOffByDefault.json | 227 +- .../OrderByProgressivelyBreaksTies.json | 227 +- ...SearchFieldsExcludesFieldsFromSuggest.json | 231 +- ...uggestThrowsWhenGivenBadSuggesterName.json | 227 +- .../SuggestThrowsWhenRequestIsMalformed.json | 231 +- .../PostSuggestTests/TopTrimsResults.json | 225 +- .../CanCreateAndDeleteQueryKeys.json | 359 +- .../QueryKeyTests/CanListQueryKeys.json | 237 +- .../DeleteQueryKeyIsIdempotent.json | 293 +- ...exAfterConstructionWithoutServiceName.json | 285 +- .../RequestIdIsReturnedInResponse.json | 207 +- .../RequestIdIsReturnedInResponse.json | 80 +- .../CanGetAnIndexClient.json | 165 +- ...tAnIndexClientAfterUsingServiceClient.json | 185 +- ...dexClientHasSameTimeoutAsSearchClient.json | 163 +- .../RequestIdIsReturnedInResponse.json | 175 +- .../CanAddAndRemoveServiceIdentity.json | 2282 +- .../CanCreateAndDeleteService.json | 156 +- .../CanCreateAndGetService.json | 126 +- .../CanCreateBasicService.json | 124 +- .../CanCreateServiceInPrivateMode.json | 88 +- .../CanCreateServiceWithIdentity.json | 128 +- .../CanCreateStandard2Service.json | 3146 +-- .../CanCreateStandard3HighDensityService.json | 3196 +-- .../CanCreateStandard3Service.json | 2628 +- .../CanCreateStandardService.json | 128 +- .../CanCreateStorageOptimizedL1Service.json | 4088 +-- .../CanCreateStorageOptimizedL2Service.json | 2958 +- .../SearchServiceTests/CanListServices.json | 158 +- .../CanListServicesBySubscription.json | 154 +- .../CanListSupportedGroupIds.json | 348 + .../CanScaleServiceUpAndDown.json | 23150 +++------------- .../SearchServiceTests/CanUpdateTags.json | 194 +- ...CreateOrUpdateFreeServiceWithIdentity.json | 186 +- ...eckNameAvailabilityFailsOnInvalidName.json | 82 +- .../CheckNameAvailabilityFailsOnUsedName.json | 122 +- ...heckNameAvailabilitySucceedsOnNewName.json | 84 +- ...viceWithInvalidNameGivesUsefulMessage.json | 84 +- ...eateStandardServicePollsAutomatically.json | 1152 +- .../DeleteServiceIsIdempotent.json | 142 +- ...teServiceWithInvalidNameGivesNotFound.json | 82 +- ...mutablePropertiesThrowsCloudException.json | 174 +- ...tServiceStatsReturnsCorrectDefinition.json | 181 +- ...CanPerformSharedPrivateLinkManagement.json | 1137 + ...UpdateCreatesWhenSkillsetDoesNotExist.json | 195 +- ...setIfNotExistsFailsOnExistingResource.json | 567 + ...illsetIfNotExistsSucceedsOnNoResource.json | 495 + ...eateOrUpdateUpdatesWhenSkillsetExists.json | 223 +- ...etReturnsCorrectDefinitionConditional.json | 199 +- ...rrectDefinitionImageAnalysisKeyPhrase.json | 203 +- ...rnsCorrectDefinitionLanguageDetection.json | 197 +- ...lsetReturnsCorrectDefinitionMergeText.json | 199 +- ...lsetReturnsCorrectDefinitionOcrEntity.json | 237 +- ...rectDefinitionOcrHandwritingSentiment.json | 267 +- ...tReturnsCorrectDefinitionOcrKeyPhrase.json | 267 +- ...lsetReturnsCorrectDefinitionOcrShaper.json | 203 +- ...tReturnsCorrectDefinitionOcrSplitText.json | 311 +- ...rrectDefinitionShaperWithNestedInputs.json | 195 +- ...turnsCorrectDefinitionTextTranslation.json | 303 +- ...rrectDefinitionWebApiSkillWithHeaders.json | 195 +- ...ctDefinitionWebApiSkillWithoutHeaders.json | 197 +- ...efinitionWithCognitiveServicesDefault.json | 201 +- ...sCorrectDefinitionWithDefaultSettings.json | 457 +- ...etIfExistsWorksOnlyWhenResourceExists.json | 609 + ...fNotChangedWorksOnlyOnCurrentResource.json | 681 + .../DeleteSkillsetIsIdempotent.json | 247 +- ...stsReturnsFalseForNonExistingSkillset.json | 179 +- .../ExistsReturnsTrueForExistingSkillset.json | 233 +- ...etOcrSkillsetReturnsCorrectDefinition.json | 225 +- ...ctOrientationReturnsCorrectDefinition.json | 235 +- .../GetSkillsetThrowsOnNotFound.json | 177 +- ...dateSkillsetIfExistsFailsOnNoResource.json | 492 + ...setIfExistsSucceedsOnExistingResource.json | 567 + ...tIfNotChangedFailsWhenResourceChanged.json | 639 + ...tChangedSucceedsWhenResourceUnchanged.json | 567 + .../CanCreateAndListSynonymMaps.json | 235 +- .../SynonymMapTests/CanUpdateSynonymMap.json | 215 +- ...dateCreatesWhenSynonymMapDoesNotExist.json | 193 +- ...MapIfNotExistsFailsOnExistingResource.json | 215 +- ...nymMapIfNotExistsSucceedsOnNoResource.json | 197 +- ...mMapFailsWithUsefulMessageOnUserError.json | 183 +- ...ateSynonymMapReturnsCorrectDefinition.json | 207 +- ...apIfExistsWorksOnlyWhenResourceExists.json | 237 +- ...fNotChangedWorksOnlyOnCurrentResource.json | 259 +- .../DeleteSynonymMapIsIdempotent.json | 249 +- ...sReturnsFalseForNonExistingSynonymMap.json | 181 +- ...xistsReturnsTrueForExistingSynonymMap.json | 211 +- ...GetSynonymMapReturnsCorrectDefinition.json | 227 +- .../GetSynonymMapThrowsOnNotFound.json | 183 +- ...teSynonymMapIfExistsFailsOnNoResource.json | 187 +- ...MapIfExistsSucceedsOnExistingResource.json | 217 +- ...pIfNotChangedFailsWhenResourceChanged.json | 237 +- ...tChangedSucceedsWhenResourceUnchanged.json | 225 +- 408 files changed, 74900 insertions(+), 103233 deletions(-) create mode 100644 sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/AsyncOperationResult.cs create mode 100644 sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/AzureEntityResource.cs create mode 100644 sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/ProxyResource.cs create mode 100644 sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SearchServiceUpdate.cs create mode 100644 sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SharedPrivateLinkResourceAsyncOperationResult.cs create mode 100644 sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SharedPrivateLinkResourceProvisioningState.cs create mode 100644 sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/TrackedResource.cs create mode 100644 sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanListSupportedGroupIds.json create mode 100644 sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SharedPrivateLinkResourceTests/CanPerformSharedPrivateLinkManagement.json create mode 100644 sdk/search/Microsoft.Azure.Management.Search/tests/Tests/SharedPrivateLinkResourceTests.cs create mode 100644 sdk/search/Microsoft.Azure.Management.Search/tests/Utilities/SharedPrivateLinkResourceFixture.cs create mode 100644 sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanListSupportedGroupIds.json create mode 100644 sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SharedPrivateLinkResourceTests/CanPerformSharedPrivateLinkManagement.json create mode 100644 sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateOrUpdateSkillsetIfNotExistsFailsOnExistingResource.json create mode 100644 sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateOrUpdateSkillsetIfNotExistsSucceedsOnNoResource.json create mode 100644 sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/DeleteSkillsetIfExistsWorksOnlyWhenResourceExists.json create mode 100644 sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/DeleteSkillsetIfNotChangedWorksOnlyOnCurrentResource.json create mode 100644 sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/UpdateSkillsetIfExistsFailsOnNoResource.json create mode 100644 sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/UpdateSkillsetIfExistsSucceedsOnExistingResource.json create mode 100644 sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/UpdateSkillsetIfNotChangedFailsWhenResourceChanged.json create mode 100644 sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/UpdateSkillsetIfNotChangedSucceedsWhenResourceUnchanged.json diff --git a/eng/mgmt/mgmtmetadata/search_resource-manager.txt b/eng/mgmt/mgmtmetadata/search_resource-manager.txt index 9d5d3d383e40..89b65211de1a 100644 --- a/eng/mgmt/mgmtmetadata/search_resource-manager.txt +++ b/eng/mgmt/mgmtmetadata/search_resource-manager.txt @@ -3,12 +3,12 @@ AutoRest installed successfully. Commencing code generation Generating CSharp code Executing AutoRest command -cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/search/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=F:\code\azure-sdk-for-net\sdk -2020-05-28 17:54:01 UTC +cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/search/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=D:\src\azure-sdk-for-net\sdk +2020-08-27 02:58:43 UTC Azure-rest-api-specs repository information GitHub fork: Azure Branch: master -Commit: 1280dd676549a0631330945508bcee05ee93c800 +Commit: f3bf8264420abc0d430976a260e69973fd51baf6 AutoRest information Requested version: v2 Bootstrapper version: autorest@2.0.4413 diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/IServicesOperations.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/IServicesOperations.cs index 9c697a95a5bc..2dab92c15531 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/IServicesOperations.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/IServicesOperations.cs @@ -99,7 +99,7 @@ public partial interface IServicesOperations /// /// Thrown when a required parameter is null /// - Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, SearchService service, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, SearchServiceUpdate service, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Gets the Search service with the given name in the given resource /// group. diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ISharedPrivateLinkResourcesOperations.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ISharedPrivateLinkResourcesOperations.cs index b3c9c5bfd549..df08c9d5d6c4 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ISharedPrivateLinkResourcesOperations.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ISharedPrivateLinkResourcesOperations.cs @@ -24,8 +24,8 @@ namespace Microsoft.Azure.Management.Search public partial interface ISharedPrivateLinkResourcesOperations { /// - /// Creates or updates a shared private link resource managed by the - /// Search service in the given resource group. + /// Initiates the creation or update of a shared private link resource + /// managed by the Search service in the given resource group. /// /// /// @@ -102,7 +102,8 @@ public partial interface ISharedPrivateLinkResourcesOperations /// Task> GetWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, string sharedPrivateLinkResourceName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Deletes the shared private link resource from the Search service. + /// Initiates the deletion of the shared private link resource from the + /// Search service. /// /// /// @@ -168,6 +169,81 @@ public partial interface ISharedPrivateLinkResourcesOperations /// Task>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// + /// Initiates the creation or update of a shared private link resource + /// managed by the Search service in the given resource group. + /// + /// + /// + /// The name of the resource group within the current subscription. You + /// can obtain this value from the Azure Resource Manager API or the + /// portal. + /// + /// + /// The name of the Azure Cognitive Search service associated with the + /// specified resource group. + /// + /// + /// The name of the shared private link resource managed by the Azure + /// Cognitive Search service within the specified resource group. + /// + /// + /// The definition of the shared private link resource to create or + /// update. + /// + /// + /// Additional parameters for the operation + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, string sharedPrivateLinkResourceName, SharedPrivateLinkResource sharedPrivateLinkResource, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Initiates the deletion of the shared private link resource from the + /// Search service. + /// + /// + /// + /// The name of the resource group within the current subscription. You + /// can obtain this value from the Azure Resource Manager API or the + /// portal. + /// + /// + /// The name of the Azure Cognitive Search service associated with the + /// specified resource group. + /// + /// + /// The name of the shared private link resource managed by the Azure + /// Cognitive Search service within the specified resource group. + /// + /// + /// Additional parameters for the operation + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, string sharedPrivateLinkResourceName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// /// Gets a list of all shared private link resources managed by the /// given service. /// diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/AsyncOperationResult.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/AsyncOperationResult.cs new file mode 100644 index 000000000000..9f5d7302a5b0 --- /dev/null +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/AsyncOperationResult.cs @@ -0,0 +1,56 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Search.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// The details of a long running asynchronous shared private link resource + /// operation + /// + public partial class AsyncOperationResult + { + /// + /// Initializes a new instance of the AsyncOperationResult class. + /// + public AsyncOperationResult() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AsyncOperationResult class. + /// + /// The current status of the long running + /// asynchronous shared private link resource operation. Possible + /// values include: 'Running', 'Succeeded', 'Failed' + public AsyncOperationResult(string status = default(string)) + { + Status = status; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the current status of the long running asynchronous + /// shared private link resource operation. Possible values include: + /// 'Running', 'Succeeded', 'Failed' + /// + [JsonProperty(PropertyName = "status")] + public string Status { get; set; } + + } +} diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/AzureEntityResource.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/AzureEntityResource.cs new file mode 100644 index 000000000000..e80cbb2d26ae --- /dev/null +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/AzureEntityResource.cs @@ -0,0 +1,59 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Search.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// The resource model definition for a Azure Resource Manager resource + /// with an etag. + /// + public partial class AzureEntityResource : Resource + { + /// + /// Initializes a new instance of the AzureEntityResource class. + /// + public AzureEntityResource() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AzureEntityResource class. + /// + /// Fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// The name of the resource + /// The type of the resource. Ex- + /// Microsoft.Compute/virtualMachines or + /// Microsoft.Storage/storageAccounts. + /// Resource Etag. + public AzureEntityResource(string id = default(string), string name = default(string), string type = default(string), string etag = default(string)) + : base(id, name, type) + { + Etag = etag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets resource Etag. + /// + [JsonProperty(PropertyName = "etag")] + public string Etag { get; private set; } + + } +} diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/PrivateEndpointConnection.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/PrivateEndpointConnection.cs index 272b0568ed0a..e77389202608 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/PrivateEndpointConnection.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/PrivateEndpointConnection.cs @@ -10,8 +10,6 @@ namespace Microsoft.Azure.Management.Search.Models { - using Microsoft.Rest; - using Microsoft.Rest.Azure; using Newtonsoft.Json; using System.Linq; @@ -19,7 +17,7 @@ namespace Microsoft.Azure.Management.Search.Models /// Describes an existing Private Endpoint connection to the Azure /// Cognitive Search service. /// - public partial class PrivateEndpointConnection : IResource + public partial class PrivateEndpointConnection : Resource { /// /// Initializes a new instance of the PrivateEndpointConnection class. @@ -32,20 +30,18 @@ public PrivateEndpointConnection() /// /// Initializes a new instance of the PrivateEndpointConnection class. /// - /// The ID of the private endpoint connection. This - /// can be used with the Azure Resource Manager to link resources - /// together. - /// The name of the private endpoint - /// connection. - /// The resource type. + /// Fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// The name of the resource + /// The type of the resource. Ex- + /// Microsoft.Compute/virtualMachines or + /// Microsoft.Storage/storageAccounts. /// Describes the properties of an existing /// Private Endpoint connection to the Azure Cognitive Search /// service. public PrivateEndpointConnection(string id = default(string), string name = default(string), string type = default(string), PrivateEndpointConnectionProperties properties = default(PrivateEndpointConnectionProperties)) + : base(id, name, type) { - Id = id; - Name = name; - Type = type; Properties = properties; CustomInit(); } @@ -55,25 +51,6 @@ public PrivateEndpointConnection() /// partial void CustomInit(); - /// - /// Gets the ID of the private endpoint connection. This can be used - /// with the Azure Resource Manager to link resources together. - /// - [JsonProperty(PropertyName = "id")] - public string Id { get; private set; } - - /// - /// Gets the name of the private endpoint connection. - /// - [JsonProperty(PropertyName = "name")] - public string Name { get; private set; } - - /// - /// Gets the resource type. - /// - [JsonProperty(PropertyName = "type")] - public string Type { get; private set; } - /// /// Gets or sets describes the properties of an existing Private /// Endpoint connection to the Azure Cognitive Search service. diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/PrivateLinkResource.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/PrivateLinkResource.cs index 03c185963f6e..192ba3f6164e 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/PrivateLinkResource.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/PrivateLinkResource.cs @@ -17,7 +17,7 @@ namespace Microsoft.Azure.Management.Search.Models /// Describes a supported private link resource for the Azure Cognitive /// Search service. /// - public partial class PrivateLinkResource + public partial class PrivateLinkResource : Resource { /// /// Initializes a new instance of the PrivateLinkResource class. @@ -30,17 +30,18 @@ public PrivateLinkResource() /// /// Initializes a new instance of the PrivateLinkResource class. /// - /// The ID of the private link resource. - /// The name of the private link resource. - /// The resource type. + /// Fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// The name of the resource + /// The type of the resource. Ex- + /// Microsoft.Compute/virtualMachines or + /// Microsoft.Storage/storageAccounts. /// Describes the properties of a supported /// private link resource for the Azure Cognitive Search /// service. public PrivateLinkResource(string id = default(string), string name = default(string), string type = default(string), PrivateLinkResourceProperties properties = default(PrivateLinkResourceProperties)) + : base(id, name, type) { - Id = id; - Name = name; - Type = type; Properties = properties; CustomInit(); } @@ -50,24 +51,6 @@ public PrivateLinkResource() /// partial void CustomInit(); - /// - /// Gets the ID of the private link resource. - /// - [JsonProperty(PropertyName = "id")] - public string Id { get; private set; } - - /// - /// Gets the name of the private link resource. - /// - [JsonProperty(PropertyName = "name")] - public string Name { get; private set; } - - /// - /// Gets the resource type. - /// - [JsonProperty(PropertyName = "type")] - public string Type { get; private set; } - /// /// Gets describes the properties of a supported private link resource /// for the Azure Cognitive Search service. diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/ProxyResource.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/ProxyResource.cs new file mode 100644 index 000000000000..d9362373ebaa --- /dev/null +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/ProxyResource.cs @@ -0,0 +1,50 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Search.Models +{ + using System.Linq; + + /// + /// The resource model definition for a ARM proxy resource. It will have + /// everything other than required location and tags + /// + public partial class ProxyResource : Resource + { + /// + /// Initializes a new instance of the ProxyResource class. + /// + public ProxyResource() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ProxyResource class. + /// + /// Fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// The name of the resource + /// The type of the resource. Ex- + /// Microsoft.Compute/virtualMachines or + /// Microsoft.Storage/storageAccounts. + public ProxyResource(string id = default(string), string name = default(string), string type = default(string)) + : base(id, name, type) + { + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + } +} diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/Resource.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/Resource.cs index ecb909ce8d30..ee6edb10ee93 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/Resource.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/Resource.cs @@ -13,13 +13,8 @@ namespace Microsoft.Azure.Management.Search.Models using Microsoft.Rest; using Microsoft.Rest.Azure; using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; using System.Linq; - /// - /// Base type for all Azure resources. - /// public partial class Resource : IResource { /// @@ -33,25 +28,17 @@ public Resource() /// /// Initializes a new instance of the Resource class. /// - /// The ID of the resource. This can be used with the - /// Azure Resource Manager to link resources together. - /// The name of the resource. - /// The resource type. - /// The geographic location of the resource. - /// This must be one of the supported and registered Azure Geo Regions - /// (for example, West US, East US, Southeast Asia, and so forth). This - /// property is required when creating a new resource. - /// Tags to help categorize the resource in the - /// Azure portal. - /// The identity of the resource. - public Resource(string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary tags = default(IDictionary), Identity identity = default(Identity)) + /// Fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// The name of the resource + /// The type of the resource. Ex- + /// Microsoft.Compute/virtualMachines or + /// Microsoft.Storage/storageAccounts. + public Resource(string id = default(string), string name = default(string), string type = default(string)) { Id = id; Name = name; Type = type; - Location = location; - Tags = tags; - Identity = identity; CustomInit(); } @@ -61,58 +48,25 @@ public Resource() partial void CustomInit(); /// - /// Gets the ID of the resource. This can be used with the Azure - /// Resource Manager to link resources together. + /// Gets fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} /// [JsonProperty(PropertyName = "id")] public string Id { get; private set; } /// - /// Gets the name of the resource. + /// Gets the name of the resource /// [JsonProperty(PropertyName = "name")] public string Name { get; private set; } /// - /// Gets the resource type. + /// Gets the type of the resource. Ex- + /// Microsoft.Compute/virtualMachines or + /// Microsoft.Storage/storageAccounts. /// [JsonProperty(PropertyName = "type")] public string Type { get; private set; } - /// - /// Gets or sets the geographic location of the resource. This must be - /// one of the supported and registered Azure Geo Regions (for example, - /// West US, East US, Southeast Asia, and so forth). This property is - /// required when creating a new resource. - /// - [JsonProperty(PropertyName = "location")] - public string Location { get; set; } - - /// - /// Gets or sets tags to help categorize the resource in the Azure - /// portal. - /// - [JsonProperty(PropertyName = "tags")] - public IDictionary Tags { get; set; } - - /// - /// Gets or sets the identity of the resource. - /// - [JsonProperty(PropertyName = "identity")] - public Identity Identity { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (Identity != null) - { - Identity.Validate(); - } - } } } diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SearchService.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SearchService.cs index 6dbae0522a2d..3e016691281b 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SearchService.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SearchService.cs @@ -21,7 +21,7 @@ namespace Microsoft.Azure.Management.Search.Models /// Describes an Azure Cognitive Search service and its current state. /// [Rest.Serialization.JsonTransformation] - public partial class SearchService : Resource + public partial class SearchService : TrackedResource { /// /// Initializes a new instance of the SearchService class. @@ -34,17 +34,15 @@ public SearchService() /// /// Initializes a new instance of the SearchService class. /// - /// The ID of the resource. This can be used with the - /// Azure Resource Manager to link resources together. - /// The name of the resource. - /// The resource type. - /// The geographic location of the resource. - /// This must be one of the supported and registered Azure Geo Regions - /// (for example, West US, East US, Southeast Asia, and so forth). This - /// property is required when creating a new resource. - /// Tags to help categorize the resource in the - /// Azure portal. - /// The identity of the resource. + /// The geo-location where the resource + /// lives + /// Fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// The name of the resource + /// The type of the resource. Ex- + /// Microsoft.Compute/virtualMachines or + /// Microsoft.Storage/storageAccounts. + /// Resource tags. /// The number of replicas in the Search /// service. If specified, it must be a value between 1 and 12 /// inclusive for standard SKUs or between 1 and 3 inclusive for basic @@ -107,8 +105,9 @@ public SearchService() /// The SKU of the Search Service, which determines /// price tier and capacity limits. This property is required when /// creating a new Search Service. - public SearchService(string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary tags = default(IDictionary), Identity identity = default(Identity), int? replicaCount = default(int?), int? partitionCount = default(int?), HostingMode? hostingMode = default(HostingMode?), PublicNetworkAccess? publicNetworkAccess = default(PublicNetworkAccess?), SearchServiceStatus? status = default(SearchServiceStatus?), string statusDetails = default(string), ProvisioningState? provisioningState = default(ProvisioningState?), NetworkRuleSet networkRuleSet = default(NetworkRuleSet), IList privateEndpointConnections = default(IList), IList sharedPrivateLinkResources = default(IList), Sku sku = default(Sku)) - : base(id, name, type, location, tags, identity) + /// The identity of the resource. + public SearchService(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), int? replicaCount = default(int?), int? partitionCount = default(int?), HostingMode? hostingMode = default(HostingMode?), PublicNetworkAccess? publicNetworkAccess = default(PublicNetworkAccess?), SearchServiceStatus? status = default(SearchServiceStatus?), string statusDetails = default(string), ProvisioningState? provisioningState = default(ProvisioningState?), NetworkRuleSet networkRuleSet = default(NetworkRuleSet), IList privateEndpointConnections = default(IList), IList sharedPrivateLinkResources = default(IList), Sku sku = default(Sku), Identity identity = default(Identity)) + : base(location, id, name, type, tags) { ReplicaCount = replicaCount; PartitionCount = partitionCount; @@ -121,6 +120,7 @@ public SearchService() PrivateEndpointConnections = privateEndpointConnections; SharedPrivateLinkResources = sharedPrivateLinkResources; Sku = sku; + Identity = identity; CustomInit(); } @@ -241,6 +241,12 @@ public SearchService() [JsonProperty(PropertyName = "sku")] public Sku Sku { get; set; } + /// + /// Gets or sets the identity of the resource. + /// + [JsonProperty(PropertyName = "identity")] + public Identity Identity { get; set; } + /// /// Validate the object. /// @@ -266,6 +272,10 @@ public override void Validate() { throw new ValidationException(ValidationRules.InclusiveMinimum, "PartitionCount", 1); } + if (Identity != null) + { + Identity.Validate(); + } } } } diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SearchServiceUpdate.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SearchServiceUpdate.cs new file mode 100644 index 000000000000..7da372d5dd6a --- /dev/null +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SearchServiceUpdate.cs @@ -0,0 +1,301 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Search.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// The parameters used to update an Azure Cognitive Search service. + /// + [Rest.Serialization.JsonTransformation] + public partial class SearchServiceUpdate : Resource + { + /// + /// Initializes a new instance of the SearchServiceUpdate class. + /// + public SearchServiceUpdate() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the SearchServiceUpdate class. + /// + /// Fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// The name of the resource + /// The type of the resource. Ex- + /// Microsoft.Compute/virtualMachines or + /// Microsoft.Storage/storageAccounts. + /// The number of replicas in the Search + /// service. If specified, it must be a value between 1 and 12 + /// inclusive for standard SKUs or between 1 and 3 inclusive for basic + /// SKU. + /// 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. + /// 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'. Possible values include: 'default', + /// 'highDensity' + /// 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. Possible values include: 'enabled', + /// 'disabled' + /// The status of the Search service. Possible + /// values include: 'running': The Search service is running and no + /// provisioning operations are underway. 'provisioning': The Search + /// service is being provisioned or scaled up or down. 'deleting': The + /// Search service is being deleted. 'degraded': The Search service is + /// degraded. This can occur when the underlying search units are not + /// healthy. The Search service is most likely operational, but + /// performance might be slow and some requests might be dropped. + /// 'disabled': The Search service is disabled. In this state, the + /// service will reject all API requests. 'error': The Search service + /// is in an error state. If your service is in the degraded, disabled, + /// or error states, it means the Azure Cognitive Search team is + /// actively investigating the underlying issue. Dedicated services in + /// these states are still chargeable based on the number of search + /// units provisioned. Possible values include: 'running', + /// 'provisioning', 'deleting', 'degraded', 'disabled', 'error' + /// The details of the Search service + /// status. + /// 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. Possible values include: + /// 'succeeded', 'provisioning', 'failed' + /// Network specific rules that determine + /// how the Azure Cognitive Search service may be reached. + /// The list of private + /// endpoint connections to the Azure Cognitive Search service. + /// The list of shared private + /// link resources managed by the Azure Cognitive Search + /// service. + /// The SKU of the Search Service, which determines + /// price tier and capacity limits. This property is required when + /// creating a new Search Service. + /// The geographic location of the resource. + /// This must be one of the supported and registered Azure Geo Regions + /// (for example, West US, East US, Southeast Asia, and so forth). This + /// property is required when creating a new resource. + /// Tags to help categorize the resource in the + /// Azure portal. + /// The identity of the resource. + public SearchServiceUpdate(string id = default(string), string name = default(string), string type = default(string), int? replicaCount = default(int?), int? partitionCount = default(int?), HostingMode? hostingMode = default(HostingMode?), PublicNetworkAccess? publicNetworkAccess = default(PublicNetworkAccess?), SearchServiceStatus? status = default(SearchServiceStatus?), string statusDetails = default(string), ProvisioningState? provisioningState = default(ProvisioningState?), NetworkRuleSet networkRuleSet = default(NetworkRuleSet), IList privateEndpointConnections = default(IList), IList sharedPrivateLinkResources = default(IList), Sku sku = default(Sku), string location = default(string), IDictionary tags = default(IDictionary), Identity identity = default(Identity)) + : base(id, name, type) + { + ReplicaCount = replicaCount; + PartitionCount = partitionCount; + HostingMode = hostingMode; + PublicNetworkAccess = publicNetworkAccess; + Status = status; + StatusDetails = statusDetails; + ProvisioningState = provisioningState; + NetworkRuleSet = networkRuleSet; + PrivateEndpointConnections = privateEndpointConnections; + SharedPrivateLinkResources = sharedPrivateLinkResources; + Sku = sku; + Location = location; + Tags = tags; + Identity = identity; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the number of replicas in the Search service. If + /// specified, it must be a value between 1 and 12 inclusive for + /// standard SKUs or between 1 and 3 inclusive for basic SKU. + /// + [JsonProperty(PropertyName = "properties.replicaCount")] + public int? ReplicaCount { get; set; } + + /// + /// Gets or sets 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. + /// + [JsonProperty(PropertyName = "properties.partitionCount")] + public int? PartitionCount { get; set; } + + /// + /// Gets or sets 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'. Possible values include: 'default', + /// 'highDensity' + /// + [JsonProperty(PropertyName = "properties.hostingMode")] + public HostingMode? HostingMode { get; set; } + + /// + /// Gets or sets 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. + /// Possible values include: 'enabled', 'disabled' + /// + [JsonProperty(PropertyName = "properties.publicNetworkAccess")] + public PublicNetworkAccess? PublicNetworkAccess { get; set; } + + /// + /// Gets the status of the Search service. Possible values include: + /// 'running': The Search service is running and no provisioning + /// operations are underway. 'provisioning': The Search service is + /// being provisioned or scaled up or down. 'deleting': The Search + /// service is being deleted. 'degraded': The Search service is + /// degraded. This can occur when the underlying search units are not + /// healthy. The Search service is most likely operational, but + /// performance might be slow and some requests might be dropped. + /// 'disabled': The Search service is disabled. In this state, the + /// service will reject all API requests. 'error': The Search service + /// is in an error state. If your service is in the degraded, disabled, + /// or error states, it means the Azure Cognitive Search team is + /// actively investigating the underlying issue. Dedicated services in + /// these states are still chargeable based on the number of search + /// units provisioned. Possible values include: 'running', + /// 'provisioning', 'deleting', 'degraded', 'disabled', 'error' + /// + [JsonProperty(PropertyName = "properties.status")] + public SearchServiceStatus? Status { get; private set; } + + /// + /// Gets the details of the Search service status. + /// + [JsonProperty(PropertyName = "properties.statusDetails")] + public string StatusDetails { get; private set; } + + /// + /// Gets 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. + /// Possible values include: 'succeeded', 'provisioning', 'failed' + /// + [JsonProperty(PropertyName = "properties.provisioningState")] + public ProvisioningState? ProvisioningState { get; private set; } + + /// + /// Gets or sets network specific rules that determine how the Azure + /// Cognitive Search service may be reached. + /// + [JsonProperty(PropertyName = "properties.networkRuleSet")] + public NetworkRuleSet NetworkRuleSet { get; set; } + + /// + /// Gets the list of private endpoint connections to the Azure + /// Cognitive Search service. + /// + [JsonProperty(PropertyName = "properties.privateEndpointConnections")] + public IList PrivateEndpointConnections { get; private set; } + + /// + /// Gets the list of shared private link resources managed by the Azure + /// Cognitive Search service. + /// + [JsonProperty(PropertyName = "properties.sharedPrivateLinkResources")] + public IList SharedPrivateLinkResources { get; private set; } + + /// + /// Gets or sets the SKU of the Search Service, which determines price + /// tier and capacity limits. This property is required when creating a + /// new Search Service. + /// + [JsonProperty(PropertyName = "sku")] + public Sku Sku { get; set; } + + /// + /// Gets or sets the geographic location of the resource. This must be + /// one of the supported and registered Azure Geo Regions (for example, + /// West US, East US, Southeast Asia, and so forth). This property is + /// required when creating a new resource. + /// + [JsonProperty(PropertyName = "location")] + public string Location { get; set; } + + /// + /// Gets or sets tags to help categorize the resource in the Azure + /// portal. + /// + [JsonProperty(PropertyName = "tags")] + public IDictionary Tags { get; set; } + + /// + /// Gets or sets the identity of the resource. + /// + [JsonProperty(PropertyName = "identity")] + public Identity Identity { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (ReplicaCount > 12) + { + throw new ValidationException(ValidationRules.InclusiveMaximum, "ReplicaCount", 12); + } + if (ReplicaCount < 1) + { + throw new ValidationException(ValidationRules.InclusiveMinimum, "ReplicaCount", 1); + } + if (PartitionCount > 12) + { + throw new ValidationException(ValidationRules.InclusiveMaximum, "PartitionCount", 12); + } + if (PartitionCount < 1) + { + throw new ValidationException(ValidationRules.InclusiveMinimum, "PartitionCount", 1); + } + if (Identity != null) + { + Identity.Validate(); + } + } + } +} diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SharedPrivateLinkResource.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SharedPrivateLinkResource.cs index 4814352f6d89..d49cf11b073d 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SharedPrivateLinkResource.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SharedPrivateLinkResource.cs @@ -10,8 +10,6 @@ namespace Microsoft.Azure.Management.Search.Models { - using Microsoft.Rest; - using Microsoft.Rest.Azure; using Newtonsoft.Json; using System.Linq; @@ -19,7 +17,7 @@ namespace Microsoft.Azure.Management.Search.Models /// Describes a Shared Private Link Resource managed by the Azure Cognitive /// Search service. /// - public partial class SharedPrivateLinkResource : IResource + public partial class SharedPrivateLinkResource : Resource { /// /// Initializes a new instance of the SharedPrivateLinkResource class. @@ -32,19 +30,18 @@ public SharedPrivateLinkResource() /// /// Initializes a new instance of the SharedPrivateLinkResource class. /// - /// The name of the shared private link - /// resource. - /// The ID of the shared private link - /// resource. - /// The resource type. + /// Fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// The name of the resource + /// The type of the resource. Ex- + /// Microsoft.Compute/virtualMachines or + /// Microsoft.Storage/storageAccounts. /// Describes the properties of a Shared /// Private Link Resource managed by the Azure Cognitive Search /// service. - public SharedPrivateLinkResource(string name = default(string), string id = default(string), string type = default(string), SharedPrivateLinkResourceProperties properties = default(SharedPrivateLinkResourceProperties)) + public SharedPrivateLinkResource(string id = default(string), string name = default(string), string type = default(string), SharedPrivateLinkResourceProperties properties = default(SharedPrivateLinkResourceProperties)) + : base(id, name, type) { - Name = name; - Id = id; - Type = type; Properties = properties; CustomInit(); } @@ -54,24 +51,6 @@ public SharedPrivateLinkResource() /// partial void CustomInit(); - /// - /// Gets the name of the shared private link resource. - /// - [JsonProperty(PropertyName = "name")] - public string Name { get; private set; } - - /// - /// Gets the ID of the shared private link resource. - /// - [JsonProperty(PropertyName = "id")] - public string Id { get; private set; } - - /// - /// Gets the resource type. - /// - [JsonProperty(PropertyName = "type")] - public string Type { get; private set; } - /// /// Gets or sets describes the properties of a Shared Private Link /// Resource managed by the Azure Cognitive Search service. diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SharedPrivateLinkResourceAsyncOperationResult.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SharedPrivateLinkResourceAsyncOperationResult.cs new file mode 100644 index 000000000000..9d0e6f7a0284 --- /dev/null +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SharedPrivateLinkResourceAsyncOperationResult.cs @@ -0,0 +1,23 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Search.Models +{ + + /// + /// Defines values for SharedPrivateLinkResourceAsyncOperationResult. + /// + public static class SharedPrivateLinkResourceAsyncOperationResult + { + public const string Running = "Running"; + public const string Succeeded = "Succeeded"; + public const string Failed = "Failed"; + } +} diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SharedPrivateLinkResourceProperties.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SharedPrivateLinkResourceProperties.cs index 8f5146e95817..2277a726fcfa 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SharedPrivateLinkResourceProperties.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SharedPrivateLinkResourceProperties.cs @@ -38,16 +38,26 @@ public SharedPrivateLinkResourceProperties() /// the shared private link resource is for. /// The request message for requesting /// approval of the shared private link resource. + /// Optional. Can be used to specify the + /// Azure Resource Manager location of the resource to which a shared + /// private link is to be created. This is only required for those + /// resources whose DNS configuration are regional (such as Azure + /// Kubernetes Service). /// Status of the shared private link resource. - /// Can be Pending, Approved, Rejected, Disconnected, or Timeout. - /// Possible values include: 'Pending', 'Approved', 'Rejected', - /// 'Disconnected', 'Timeout' - public SharedPrivateLinkResourceProperties(string privateLinkResourceId = default(string), string groupId = default(string), string requestMessage = default(string), SharedPrivateLinkResourceStatus? status = default(SharedPrivateLinkResourceStatus?)) + /// Can be Pending, Approved, Rejected or Disconnected. Possible values + /// include: 'Pending', 'Approved', 'Rejected', 'Disconnected' + /// The provisioning state of the + /// shared private link resource. Can be Updating, Deleting, Failed, + /// Succeeded or Incomplete. Possible values include: 'Updating', + /// 'Deleting', 'Failed', 'Succeeded', 'Incomplete' + public SharedPrivateLinkResourceProperties(string privateLinkResourceId = default(string), string groupId = default(string), string requestMessage = default(string), string resourceRegion = default(string), SharedPrivateLinkResourceStatus? status = default(SharedPrivateLinkResourceStatus?), SharedPrivateLinkResourceProvisioningState? provisioningState = default(SharedPrivateLinkResourceProvisioningState?)) { PrivateLinkResourceId = privateLinkResourceId; GroupId = groupId; RequestMessage = requestMessage; + ResourceRegion = resourceRegion; Status = status; + ProvisioningState = provisioningState; CustomInit(); } @@ -77,14 +87,31 @@ public SharedPrivateLinkResourceProperties() [JsonProperty(PropertyName = "requestMessage")] public string RequestMessage { get; set; } + /// + /// Gets or sets optional. Can be used to specify the Azure Resource + /// Manager location of the resource to which a shared private link is + /// to be created. This is only required for those resources whose DNS + /// configuration are regional (such as Azure Kubernetes Service). + /// + [JsonProperty(PropertyName = "resourceRegion")] + public string ResourceRegion { get; set; } + /// /// Gets or sets status of the shared private link resource. Can be - /// Pending, Approved, Rejected, Disconnected, or Timeout. Possible - /// values include: 'Pending', 'Approved', 'Rejected', 'Disconnected', - /// 'Timeout' + /// Pending, Approved, Rejected or Disconnected. Possible values + /// include: 'Pending', 'Approved', 'Rejected', 'Disconnected' /// [JsonProperty(PropertyName = "status")] public SharedPrivateLinkResourceStatus? Status { get; set; } + /// + /// Gets or sets the provisioning state of the shared private link + /// resource. Can be Updating, Deleting, Failed, Succeeded or + /// Incomplete. Possible values include: 'Updating', 'Deleting', + /// 'Failed', 'Succeeded', 'Incomplete' + /// + [JsonProperty(PropertyName = "provisioningState")] + public SharedPrivateLinkResourceProvisioningState? ProvisioningState { get; set; } + } } diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SharedPrivateLinkResourceProvisioningState.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SharedPrivateLinkResourceProvisioningState.cs new file mode 100644 index 000000000000..2d9fc7215a3f --- /dev/null +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SharedPrivateLinkResourceProvisioningState.cs @@ -0,0 +1,78 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Search.Models +{ + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + using System.Runtime; + using System.Runtime.Serialization; + + /// + /// Defines values for SharedPrivateLinkResourceProvisioningState. + /// + [JsonConverter(typeof(StringEnumConverter))] + public enum SharedPrivateLinkResourceProvisioningState + { + [EnumMember(Value = "Updating")] + Updating, + [EnumMember(Value = "Deleting")] + Deleting, + [EnumMember(Value = "Failed")] + Failed, + [EnumMember(Value = "Succeeded")] + Succeeded, + [EnumMember(Value = "Incomplete")] + Incomplete + } + internal static class SharedPrivateLinkResourceProvisioningStateEnumExtension + { + internal static string ToSerializedValue(this SharedPrivateLinkResourceProvisioningState? value) + { + return value == null ? null : ((SharedPrivateLinkResourceProvisioningState)value).ToSerializedValue(); + } + + internal static string ToSerializedValue(this SharedPrivateLinkResourceProvisioningState value) + { + switch( value ) + { + case SharedPrivateLinkResourceProvisioningState.Updating: + return "Updating"; + case SharedPrivateLinkResourceProvisioningState.Deleting: + return "Deleting"; + case SharedPrivateLinkResourceProvisioningState.Failed: + return "Failed"; + case SharedPrivateLinkResourceProvisioningState.Succeeded: + return "Succeeded"; + case SharedPrivateLinkResourceProvisioningState.Incomplete: + return "Incomplete"; + } + return null; + } + + internal static SharedPrivateLinkResourceProvisioningState? ParseSharedPrivateLinkResourceProvisioningState(this string value) + { + switch( value ) + { + case "Updating": + return SharedPrivateLinkResourceProvisioningState.Updating; + case "Deleting": + return SharedPrivateLinkResourceProvisioningState.Deleting; + case "Failed": + return SharedPrivateLinkResourceProvisioningState.Failed; + case "Succeeded": + return SharedPrivateLinkResourceProvisioningState.Succeeded; + case "Incomplete": + return SharedPrivateLinkResourceProvisioningState.Incomplete; + } + return null; + } + } +} diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SharedPrivateLinkResourceStatus.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SharedPrivateLinkResourceStatus.cs index 4053c68fc309..d5cedf06c837 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SharedPrivateLinkResourceStatus.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SharedPrivateLinkResourceStatus.cs @@ -28,9 +28,7 @@ public enum SharedPrivateLinkResourceStatus [EnumMember(Value = "Rejected")] Rejected, [EnumMember(Value = "Disconnected")] - Disconnected, - [EnumMember(Value = "Timeout")] - Timeout + Disconnected } internal static class SharedPrivateLinkResourceStatusEnumExtension { @@ -51,8 +49,6 @@ internal static string ToSerializedValue(this SharedPrivateLinkResourceStatus va return "Rejected"; case SharedPrivateLinkResourceStatus.Disconnected: return "Disconnected"; - case SharedPrivateLinkResourceStatus.Timeout: - return "Timeout"; } return null; } @@ -69,8 +65,6 @@ internal static string ToSerializedValue(this SharedPrivateLinkResourceStatus va return SharedPrivateLinkResourceStatus.Rejected; case "Disconnected": return SharedPrivateLinkResourceStatus.Disconnected; - case "Timeout": - return SharedPrivateLinkResourceStatus.Timeout; } return null; } diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/TrackedResource.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/TrackedResource.cs new file mode 100644 index 000000000000..f070232efd98 --- /dev/null +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/TrackedResource.cs @@ -0,0 +1,83 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Search.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// The resource model definition for a ARM tracked top level resource + /// + public partial class TrackedResource : Resource + { + /// + /// Initializes a new instance of the TrackedResource class. + /// + public TrackedResource() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the TrackedResource class. + /// + /// The geo-location where the resource + /// lives + /// Fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// The name of the resource + /// The type of the resource. Ex- + /// Microsoft.Compute/virtualMachines or + /// Microsoft.Storage/storageAccounts. + /// Resource tags. + public TrackedResource(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary)) + : base(id, name, type) + { + Tags = tags; + Location = location; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets resource tags. + /// + [JsonProperty(PropertyName = "tags")] + public IDictionary Tags { get; set; } + + /// + /// Gets or sets the geo-location where the resource lives + /// + [JsonProperty(PropertyName = "location")] + public string Location { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Location == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "Location"); + } + } + } +} diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SdkInfo_SearchManagementClient.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SdkInfo_SearchManagementClient.cs index cf5e4f2e9b09..a8116e89eff0 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SdkInfo_SearchManagementClient.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SdkInfo_SearchManagementClient.cs @@ -19,23 +19,23 @@ public static IEnumerable> ApiInfo_SearchManagemen { return new Tuple[] { - new Tuple("Search", "AdminKeys", "2020-03-13"), - new Tuple("Search", "Operations", "2020-03-13"), - new Tuple("Search", "PrivateEndpointConnections", "2020-03-13"), - new Tuple("Search", "PrivateLinkResources", "2020-03-13"), - new Tuple("Search", "QueryKeys", "2020-03-13"), - new Tuple("Search", "Services", "2020-03-13"), - new Tuple("Search", "SharedPrivateLinkResources", "2020-03-13"), + new Tuple("Search", "AdminKeys", "2020-08-01"), + new Tuple("Search", "Operations", "2020-08-01"), + new Tuple("Search", "PrivateEndpointConnections", "2020-08-01"), + new Tuple("Search", "PrivateLinkResources", "2020-08-01"), + new Tuple("Search", "QueryKeys", "2020-08-01"), + new Tuple("Search", "Services", "2020-08-01"), + new Tuple("Search", "SharedPrivateLinkResources", "2020-08-01"), }.AsEnumerable(); } } // BEGIN: Code Generation Metadata Section public static readonly String AutoRestVersion = "v2"; public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4413"; - public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/search/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=F:\\code\\azure-sdk-for-net\\sdk"; + public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/search/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=D:\\src\\azure-sdk-for-net\\sdk"; public static readonly String GithubForkName = "Azure"; public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "1280dd676549a0631330945508bcee05ee93c800"; + public static readonly String GithubCommidId = "f3bf8264420abc0d430976a260e69973fd51baf6"; public static readonly String CodeGenerationErrors = ""; public static readonly String GithubRepoName = "azure-rest-api-specs"; // END: Code Generation Metadata Section diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SearchManagementClient.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SearchManagementClient.cs index 003d1467a200..d0d2a72fd28e 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SearchManagementClient.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SearchManagementClient.cs @@ -361,7 +361,7 @@ private void Initialize() PrivateEndpointConnections = new PrivateEndpointConnectionsOperations(this); SharedPrivateLinkResources = new SharedPrivateLinkResourcesOperations(this); BaseUri = new System.Uri("https://management.azure.com"); - ApiVersion = "2020-03-13"; + ApiVersion = "2020-08-01"; AcceptLanguage = "en-US"; LongRunningOperationRetryTimeout = 30; GenerateClientRequestId = true; diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ServicesOperations.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ServicesOperations.cs index ea395cece018..c880395c61be 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ServicesOperations.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ServicesOperations.cs @@ -126,7 +126,7 @@ internal ServicesOperations(SearchManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, SearchService service, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, SearchServiceUpdate service, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ServicesOperationsExtensions.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ServicesOperationsExtensions.cs index af423e97d928..cd4d96e6c0f7 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ServicesOperationsExtensions.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ServicesOperationsExtensions.cs @@ -113,7 +113,7 @@ public static partial class ServicesOperationsExtensions /// /// Additional parameters for the operation /// - public static SearchService Update(this IServicesOperations operations, string resourceGroupName, string searchServiceName, SearchService service, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions)) + public static SearchService Update(this IServicesOperations operations, string resourceGroupName, string searchServiceName, SearchServiceUpdate service, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions)) { return operations.UpdateAsync(resourceGroupName, searchServiceName, service, searchManagementRequestOptions).GetAwaiter().GetResult(); } @@ -141,7 +141,7 @@ public static partial class ServicesOperationsExtensions /// /// The cancellation token. /// - public static async Task UpdateAsync(this IServicesOperations operations, string resourceGroupName, string searchServiceName, SearchService service, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task UpdateAsync(this IServicesOperations operations, string resourceGroupName, string searchServiceName, SearchServiceUpdate service, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, searchServiceName, service, searchManagementRequestOptions, null, cancellationToken).ConfigureAwait(false)) { diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SharedPrivateLinkResourcesOperations.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SharedPrivateLinkResourcesOperations.cs index c9e7edabfd3d..3e3be82df1fc 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SharedPrivateLinkResourcesOperations.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SharedPrivateLinkResourcesOperations.cs @@ -51,8 +51,8 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) public SearchManagementClient Client { get; private set; } /// - /// Creates or updates a shared private link resource managed by the Search - /// service in the given resource group. + /// Initiates the creation or update of a shared private link resource managed + /// by the Search service in the given resource group. /// /// /// @@ -74,6 +74,39 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) /// Additional parameters for the operation /// /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, string sharedPrivateLinkResourceName, SharedPrivateLinkResource sharedPrivateLinkResource, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send Request + AzureOperationResponse _response = await BeginCreateOrUpdateWithHttpMessagesAsync(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, sharedPrivateLinkResource, searchManagementRequestOptions, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Gets the details of the shared private link resource managed by the Search + /// service in the given resource group. + /// + /// + /// + /// The name of the resource group within the current subscription. You can + /// obtain this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the Azure Cognitive Search service associated with the + /// specified resource group. + /// + /// + /// The name of the shared private link resource managed by the Azure Cognitive + /// Search service within the specified resource group. + /// + /// + /// Additional parameters for the operation + /// + /// /// Headers that will be added to request. /// /// @@ -94,7 +127,7 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, string sharedPrivateLinkResourceName, SharedPrivateLinkResource sharedPrivateLinkResource, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, string sharedPrivateLinkResourceName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -108,10 +141,6 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "sharedPrivateLinkResourceName"); } - if (sharedPrivateLinkResource == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "sharedPrivateLinkResource"); - } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); @@ -135,10 +164,9 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("searchServiceName", searchServiceName); tracingParameters.Add("sharedPrivateLinkResourceName", sharedPrivateLinkResourceName); - tracingParameters.Add("sharedPrivateLinkResource", sharedPrivateLinkResource); tracingParameters.Add("clientRequestId", clientRequestId); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; @@ -159,7 +187,7 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -198,12 +226,6 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) // Serialize Request string _requestContent = null; - if(sharedPrivateLinkResource != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(sharedPrivateLinkResource, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } // Set Credentials if (Client.Credentials != null) { @@ -224,7 +246,7 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201) + if ((int)_statusCode != 200) { var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -284,24 +306,6 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); } } - // Deserialize Response - if ((int)_statusCode == 201) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -310,8 +314,8 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) } /// - /// Gets the details of the shared private link resource managed by the Search - /// service in the given resource group. + /// Initiates the deletion of the shared private link resource from the Search + /// service. /// /// /// @@ -330,6 +334,35 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) /// Additional parameters for the operation /// /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, string sharedPrivateLinkResourceName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send request + AzureOperationResponse _response = await BeginDeleteWithHttpMessagesAsync(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, searchManagementRequestOptions, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Gets a list of all shared private link resources managed by the given + /// service. + /// + /// + /// + /// The name of the resource group within the current subscription. You can + /// obtain this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the Azure Cognitive Search service associated with the + /// specified resource group. + /// + /// + /// Additional parameters for the operation + /// + /// /// Headers that will be added to request. /// /// @@ -350,20 +383,8 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, string sharedPrivateLinkResourceName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (searchServiceName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "searchServiceName"); - } - if (sharedPrivateLinkResourceName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "sharedPrivateLinkResourceName"); - } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); @@ -372,6 +393,14 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (searchServiceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "searchServiceName"); + } System.Guid? clientRequestId = default(System.Guid?); if (searchManagementRequestOptions != null) { @@ -386,18 +415,16 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("searchServiceName", searchServiceName); - tracingParameters.Add("sharedPrivateLinkResourceName", sharedPrivateLinkResourceName); tracingParameters.Add("clientRequestId", clientRequestId); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{searchServiceName}", System.Uri.EscapeDataString(searchServiceName)); - _url = _url.Replace("{sharedPrivateLinkResourceName}", System.Uri.EscapeDataString(sharedPrivateLinkResourceName)); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); if (Client.ApiVersion != null) { @@ -504,7 +531,7 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse>(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) @@ -517,7 +544,7 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -537,7 +564,8 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) } /// - /// Deletes the shared private link resource from the Search service. + /// Initiates the creation or update of a shared private link resource managed + /// by the Search service in the given resource group. /// /// /// @@ -552,6 +580,9 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) /// The name of the shared private link resource managed by the Azure Cognitive /// Search service within the specified resource group. /// + /// + /// The definition of the shared private link resource to create or update. + /// /// /// Additional parameters for the operation /// @@ -564,6 +595,9 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -573,7 +607,7 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, string sharedPrivateLinkResourceName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, string sharedPrivateLinkResourceName, SharedPrivateLinkResource sharedPrivateLinkResource, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -587,6 +621,10 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "sharedPrivateLinkResourceName"); } + if (sharedPrivateLinkResource == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "sharedPrivateLinkResource"); + } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); @@ -610,9 +648,10 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("searchServiceName", searchServiceName); tracingParameters.Add("sharedPrivateLinkResourceName", sharedPrivateLinkResourceName); + tracingParameters.Add("sharedPrivateLinkResource", sharedPrivateLinkResource); tracingParameters.Add("clientRequestId", clientRequestId); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "BeginCreateOrUpdate", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; @@ -633,7 +672,7 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("DELETE"); + _httpRequest.Method = new HttpMethod("PUT"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -672,6 +711,12 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) // Serialize Request string _requestContent = null; + if(sharedPrivateLinkResource != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(sharedPrivateLinkResource, Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } // Set Credentials if (Client.Credentials != null) { @@ -692,7 +737,7 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 404) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -727,13 +772,31 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -742,7 +805,7 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) } /// - /// Gets a list of all shared private link resources managed by the given + /// Initiates the deletion of the shared private link resource from the Search /// service. /// /// @@ -754,6 +817,10 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) /// The name of the Azure Cognitive Search service associated with the /// specified resource group. /// + /// + /// The name of the shared private link resource managed by the Azure Cognitive + /// Search service within the specified resource group. + /// /// /// Additional parameters for the operation /// @@ -766,9 +833,6 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) /// /// Thrown when the operation returned an invalid status code /// - /// - /// Thrown when unable to deserialize the response - /// /// /// Thrown when a required parameter is null /// @@ -778,16 +842,8 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, string sharedPrivateLinkResourceName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } if (resourceGroupName == null) { throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); @@ -796,6 +852,18 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "searchServiceName"); } + if (sharedPrivateLinkResourceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "sharedPrivateLinkResourceName"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } System.Guid? clientRequestId = default(System.Guid?); if (searchManagementRequestOptions != null) { @@ -810,16 +878,18 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("searchServiceName", searchServiceName); + tracingParameters.Add("sharedPrivateLinkResourceName", sharedPrivateLinkResourceName); tracingParameters.Add("clientRequestId", clientRequestId); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "BeginDelete", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{searchServiceName}", System.Uri.EscapeDataString(searchServiceName)); + _url = _url.Replace("{sharedPrivateLinkResourceName}", System.Uri.EscapeDataString(sharedPrivateLinkResourceName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); if (Client.ApiVersion != null) { @@ -832,7 +902,7 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.Method = new HttpMethod("DELETE"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -891,7 +961,7 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200) + if ((int)_statusCode != 202 && (int)_statusCode != 204 && (int)_statusCode != 404) { var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -926,31 +996,13 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse>(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SharedPrivateLinkResourcesOperationsExtensions.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SharedPrivateLinkResourcesOperationsExtensions.cs index 3538098f1efe..da5c1e65b7fe 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SharedPrivateLinkResourcesOperationsExtensions.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SharedPrivateLinkResourcesOperationsExtensions.cs @@ -22,8 +22,8 @@ namespace Microsoft.Azure.Management.Search public static partial class SharedPrivateLinkResourcesOperationsExtensions { /// - /// Creates or updates a shared private link resource managed by the Search - /// service in the given resource group. + /// Initiates the creation or update of a shared private link resource managed + /// by the Search service in the given resource group. /// /// /// @@ -53,8 +53,8 @@ public static partial class SharedPrivateLinkResourcesOperationsExtensions } /// - /// Creates or updates a shared private link resource managed by the Search - /// service in the given resource group. + /// Initiates the creation or update of a shared private link resource managed + /// by the Search service in the given resource group. /// /// /// @@ -152,7 +152,8 @@ public static partial class SharedPrivateLinkResourcesOperationsExtensions } /// - /// Deletes the shared private link resource from the Search service. + /// Initiates the deletion of the shared private link resource from the Search + /// service. /// /// /// @@ -179,7 +180,8 @@ public static partial class SharedPrivateLinkResourcesOperationsExtensions } /// - /// Deletes the shared private link resource from the Search service. + /// Initiates the deletion of the shared private link resource from the Search + /// service. /// /// /// @@ -262,6 +264,133 @@ public static partial class SharedPrivateLinkResourcesOperationsExtensions } } + /// + /// Initiates the creation or update of a shared private link resource managed + /// by the Search service in the given resource group. + /// + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the current subscription. You can + /// obtain this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the Azure Cognitive Search service associated with the + /// specified resource group. + /// + /// + /// The name of the shared private link resource managed by the Azure Cognitive + /// Search service within the specified resource group. + /// + /// + /// The definition of the shared private link resource to create or update. + /// + /// + /// Additional parameters for the operation + /// + public static SharedPrivateLinkResource BeginCreateOrUpdate(this ISharedPrivateLinkResourcesOperations operations, string resourceGroupName, string searchServiceName, string sharedPrivateLinkResourceName, SharedPrivateLinkResource sharedPrivateLinkResource, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions)) + { + return operations.BeginCreateOrUpdateAsync(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, sharedPrivateLinkResource, searchManagementRequestOptions).GetAwaiter().GetResult(); + } + + /// + /// Initiates the creation or update of a shared private link resource managed + /// by the Search service in the given resource group. + /// + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the current subscription. You can + /// obtain this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the Azure Cognitive Search service associated with the + /// specified resource group. + /// + /// + /// The name of the shared private link resource managed by the Azure Cognitive + /// Search service within the specified resource group. + /// + /// + /// The definition of the shared private link resource to create or update. + /// + /// + /// Additional parameters for the operation + /// + /// + /// The cancellation token. + /// + public static async Task BeginCreateOrUpdateAsync(this ISharedPrivateLinkResourcesOperations operations, string resourceGroupName, string searchServiceName, string sharedPrivateLinkResourceName, SharedPrivateLinkResource sharedPrivateLinkResource, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.BeginCreateOrUpdateWithHttpMessagesAsync(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, sharedPrivateLinkResource, searchManagementRequestOptions, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Initiates the deletion of the shared private link resource from the Search + /// service. + /// + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the current subscription. You can + /// obtain this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the Azure Cognitive Search service associated with the + /// specified resource group. + /// + /// + /// The name of the shared private link resource managed by the Azure Cognitive + /// Search service within the specified resource group. + /// + /// + /// Additional parameters for the operation + /// + public static void BeginDelete(this ISharedPrivateLinkResourcesOperations operations, string resourceGroupName, string searchServiceName, string sharedPrivateLinkResourceName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions)) + { + operations.BeginDeleteAsync(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, searchManagementRequestOptions).GetAwaiter().GetResult(); + } + + /// + /// Initiates the deletion of the shared private link resource from the Search + /// service. + /// + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the current subscription. You can + /// obtain this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the Azure Cognitive Search service associated with the + /// specified resource group. + /// + /// + /// The name of the shared private link resource managed by the Azure Cognitive + /// Search service within the specified resource group. + /// + /// + /// Additional parameters for the operation + /// + /// + /// The cancellation token. + /// + public static async Task BeginDeleteAsync(this ISharedPrivateLinkResourcesOperations operations, string resourceGroupName, string searchServiceName, string sharedPrivateLinkResourceName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, searchManagementRequestOptions, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + /// /// Gets a list of all shared private link resources managed by the given /// service. diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Microsoft.Azure.Management.Search.csproj b/sdk/search/Microsoft.Azure.Management.Search/src/Microsoft.Azure.Management.Search.csproj index 8e2b40ed58ae..0e797e69ffbb 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Microsoft.Azure.Management.Search.csproj +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Microsoft.Azure.Management.Search.csproj @@ -10,7 +10,7 @@ Microsoft.Azure.Management.Search 4.0.0 Microsoft Azure Search;Microsoft Azure Search Management; - This is the Azure Search Management SDK for .NET, based on version 2020-03-13 of the Azure Search Management REST API. It adds support to include private endpoints on search services + This is the Azure Search Management SDK for .NET, based on version 2020-08-01 of the Azure Search Management REST API. It adds support to include private endpoints on search services as well as the ability to manage shared private link resources. diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/generate.ps1 b/sdk/search/Microsoft.Azure.Management.Search/src/generate.ps1 index 31ed016a063e..5bd8d5486782 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/generate.ps1 +++ b/sdk/search/Microsoft.Azure.Management.Search/src/generate.ps1 @@ -24,9 +24,10 @@ Param( [string] $SpecsRepoFork = "Azure", - [string] $SpecsRepoBranch = "master" + [string] $SpecsRepoBranch = "master", + [string] $Tag = "" ) "$PSScriptRoot\..\..\Install-BuildTools.ps1" -Start-AutoRestCodeGeneration -ResourceProvider "search/resource-manager" -AutoRestVersion "v2" -SpecsRepoFork $SpecsRepoFork -SpecsRepoBranch $SpecsRepoBranch +Start-AutoRestCodeGeneration -ResourceProvider "search/resource-manager" -AutoRestVersion "v2" -SpecsRepoFork $SpecsRepoFork -SpecsRepoBranch $SpecsRepoBranch -ConfigFileTag $Tag diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/Microsoft.Azure.Management.Search.Tests.csproj b/sdk/search/Microsoft.Azure.Management.Search/tests/Microsoft.Azure.Management.Search.Tests.csproj index 7929348ce071..038a94b3693f 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/Microsoft.Azure.Management.Search.Tests.csproj +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/Microsoft.Azure.Management.Search.Tests.csproj @@ -19,6 +19,7 @@ + diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/AdminKeyTests/CanGetAdminKeys.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/AdminKeyTests/CanGetAdminKeys.json index 81058696145f..7236406f5fd1 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/AdminKeyTests/CanGetAdminKeys.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/AdminKeyTests/CanGetAdminKeys.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c49301cc-aee2-4bcf-a828-bd969fabfd1c" + "af77dd63-2195-4526-b40b-443092b382dd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:37 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "11968216-2250-4a35-85ad-0d3f6d765f1d" + "c487d455-8c91-49f8-bf29-dc12b5977ded" ], "x-ms-correlation-request-id": [ - "11968216-2250-4a35-85ad-0d3f6d765f1d" + "c487d455-8c91-49f8-bf29-dc12b5977ded" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000133Z:11968216-2250-4a35-85ad-0d3f6d765f1d" + "NORTHEUROPE:20200808T050837Z:c487d455-8c91-49f8-bf29-dc12b5977ded" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:32 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7418?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NDE4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3050?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMDUwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "da0e5f08-09ab-4d20-9624-2b8f5d460b64" + "fd619d70-fa10-4281-b786-04cc94b2df32" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:38 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "29b99cbc-48b9-4f67-8fed-3753e33a7488" + "e4b47bfc-856b-4ca3-b413-e244481cdd79" ], "x-ms-correlation-request-id": [ - "29b99cbc-48b9-4f67-8fed-3753e33a7488" + "e4b47bfc-856b-4ca3-b413-e244481cdd79" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000133Z:29b99cbc-48b9-4f67-8fed-3753e33a7488" + "NORTHEUROPE:20200808T050839Z:e4b47bfc-856b-4ca3-b413-e244481cdd79" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:33 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7418\",\r\n \"name\": \"azsmnet7418\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3050\",\r\n \"name\": \"azsmnet3050\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7418/providers/Microsoft.Search/searchServices/azs-880?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ODA/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3050/providers/Microsoft.Search/searchServices/azs-9461?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDYxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5d62fd68-9125-49b6-b60d-b5de1eb17418" + "177b4bc6-70c2-4900-b5ed-71efa1d9fa17" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,41 +155,41 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A01%3A38.6197303Z'\"" + "W/\"datetime'2020-08-08T05%3A08%3A46.2235882Z'\"" ], "x-ms-request-id": [ - "5d62fd68-9125-49b6-b60d-b5de1eb17418" + "177b4bc6-70c2-4900-b5ed-71efa1d9fa17" ], "request-id": [ - "5d62fd68-9125-49b6-b60d-b5de1eb17418" + "177b4bc6-70c2-4900-b5ed-71efa1d9fa17" ], "elapsed-time": [ - "1859" + "4784" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "9362df59-04a0-459c-b495-c59109c042e7" + "bf714b3d-c94f-4f31-94ba-3cedc802c569" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000139Z:9362df59-04a0-459c-b495-c59109c042e7" + "NORTHEUROPE:20200808T050847Z:bf714b3d-c94f-4f31-94ba-3cedc802c569" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:38 GMT" - ], "Content-Length": [ - "527" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7418/providers/Microsoft.Search/searchServices/azs-880\",\r\n \"name\": \"azs-880\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3050/providers/Microsoft.Search/searchServices/azs-9461\",\r\n \"name\": \"azs-9461\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7418/providers/Microsoft.Search/searchServices/azs-880/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ODAvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3050/providers/Microsoft.Search/searchServices/azs-9461/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDYxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8bfacacf-3140-4f69-b9d9-8abbc47258a0" + "89fb48a6-9f3c-4f79-a589-4073cde0b28f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,6 +224,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:49 GMT" + ], "Pragma": [ "no-cache" ], @@ -231,32 +234,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8bfacacf-3140-4f69-b9d9-8abbc47258a0" + "89fb48a6-9f3c-4f79-a589-4073cde0b28f" ], "request-id": [ - "8bfacacf-3140-4f69-b9d9-8abbc47258a0" + "89fb48a6-9f3c-4f79-a589-4073cde0b28f" ], "elapsed-time": [ - "358" + "119" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "32affbc9-0dc4-4abb-82a5-b2743c57c2ff" + "7868567e-e961-49c4-ba62-c779dad21116" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000142Z:32affbc9-0dc4-4abb-82a5-b2743c57c2ff" + "NORTHEUROPE:20200808T050850Z:7868567e-e961-49c4-ba62-c779dad21116" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:41 GMT" - ], "Content-Length": [ "99" ], @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"422E1A237DF55E2B722BF5A13F59BFE2\",\r\n \"secondaryKey\": \"C069D21336F273A1111C9F9B00B7CC8F\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"229C666787C285C7C7ED92F625FE78B2\",\r\n \"secondaryKey\": \"3B917A563878279AEEC264298FF36F8D\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7418/providers/Microsoft.Search/searchServices/azs-880/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ODAvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3050/providers/Microsoft.Search/searchServices/azs-9461/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDYxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e9b13048-33bc-4dec-b1d2-17ef8b67caf1" + "5c349413-0059-48f1-8b14-f27344af709d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -293,6 +293,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:53 GMT" + ], "Pragma": [ "no-cache" ], @@ -300,32 +303,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e9b13048-33bc-4dec-b1d2-17ef8b67caf1" + "5c349413-0059-48f1-8b14-f27344af709d" ], "request-id": [ - "e9b13048-33bc-4dec-b1d2-17ef8b67caf1" + "5c349413-0059-48f1-8b14-f27344af709d" ], "elapsed-time": [ - "79" + "89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "c22718d8-a46e-47c0-b422-10b8ab330b8d" + "dffa4243-d9c2-44e4-b61c-ec76d26d7927" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000145Z:c22718d8-a46e-47c0-b422-10b8ab330b8d" + "NORTHEUROPE:20200808T050853Z:dffa4243-d9c2-44e4-b61c-ec76d26d7927" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:45 GMT" - ], "Content-Length": [ "99" ], @@ -336,25 +336,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"422E1A237DF55E2B722BF5A13F59BFE2\",\r\n \"secondaryKey\": \"C069D21336F273A1111C9F9B00B7CC8F\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"229C666787C285C7C7ED92F625FE78B2\",\r\n \"secondaryKey\": \"3B917A563878279AEEC264298FF36F8D\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7418/providers/Microsoft.Search/searchServices/azs-880/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ODAvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3050/providers/Microsoft.Search/searchServices/azs-9461/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDYxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1e65d2e-c790-4acf-82f0-107f00b4d5e1" + "47db8681-a189-4bcc-ba96-11ab98a08be2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -362,6 +362,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:50 GMT" + ], "Pragma": [ "no-cache" ], @@ -369,32 +372,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d1e65d2e-c790-4acf-82f0-107f00b4d5e1" + "47db8681-a189-4bcc-ba96-11ab98a08be2" ], "request-id": [ - "d1e65d2e-c790-4acf-82f0-107f00b4d5e1" + "47db8681-a189-4bcc-ba96-11ab98a08be2" ], "elapsed-time": [ - "399" + "114" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-correlation-request-id": [ - "3a3046b8-6585-41e6-a287-3f256e5a1adb" + "87fb379b-84c9-4ae0-bee5-41a66d44b5c4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000142Z:3a3046b8-6585-41e6-a287-3f256e5a1adb" + "NORTHEUROPE:20200808T050851Z:87fb379b-84c9-4ae0-bee5-41a66d44b5c4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:42 GMT" - ], "Content-Length": [ "82" ], @@ -405,25 +405,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"AF3C98C44DC1F503675DE538A8551A94\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D18CBA120775562553B7B3E2CD479969\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7418/providers/Microsoft.Search/searchServices/azs-880?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ODA/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3050/providers/Microsoft.Search/searchServices/azs-9461?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDYxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3f831ff4-ab0d-45a3-a870-ab745a03f986" + "5be665ff-e9c5-44d4-b302-f2076d6fc05b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -431,53 +431,44 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:09:03 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "3f831ff4-ab0d-45a3-a870-ab745a03f986" - ], - "request-id": [ - "3f831ff4-ab0d-45a3-a870-ab745a03f986" - ], - "elapsed-time": [ - "1318" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], + "x-ms-request-id": [ + "7637e79c-dfd8-431a-a12b-6b50a9106453" + ], "x-ms-correlation-request-id": [ - "43306d7c-0892-4760-b488-4876dd478e5d" + "7637e79c-dfd8-431a-a12b-6b50a9106453" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000151Z:43306d7c-0892-4760-b488-4876dd478e5d" + "NORTHEUROPE:20200808T050903Z:7637e79c-dfd8-431a-a12b-6b50a9106453" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:51 GMT" - ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7418" + "azsmnet3050" ], "GenerateServiceName": [ - "azs-880" + "azs-9461" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/AdminKeyTests/CanRegenerateAdminKeys.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/AdminKeyTests/CanRegenerateAdminKeys.json index 0e83c11e8ef1..896faccc657e 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/AdminKeyTests/CanRegenerateAdminKeys.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/AdminKeyTests/CanRegenerateAdminKeys.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "15de2fbc-0e22-423c-87ed-0aee3da7308a" + "76641dbc-17b5-4be2-8d62-fed7a32b378e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:07:59 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "887ca98e-d3b8-4dd3-8c9e-af2d2c39db22" + "05077326-3dc3-4244-91e2-d22b460c9016" ], "x-ms-correlation-request-id": [ - "887ca98e-d3b8-4dd3-8c9e-af2d2c39db22" + "05077326-3dc3-4244-91e2-d22b460c9016" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000107Z:887ca98e-d3b8-4dd3-8c9e-af2d2c39db22" + "NORTHEUROPE:20200808T050759Z:05077326-3dc3-4244-91e2-d22b460c9016" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:07 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5771?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NzcxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4348?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MzQ4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "402f0846-a901-4ae5-87ab-db18e48e1fe2" + "03b83b80-206d-406f-9af9-ba902a9df91c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:00 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "34dc31b2-a47f-46d8-8da1-ae26c60c1e74" + "4b00c697-61ff-4c72-838d-ec06eb4715cd" ], "x-ms-correlation-request-id": [ - "34dc31b2-a47f-46d8-8da1-ae26c60c1e74" + "4b00c697-61ff-4c72-838d-ec06eb4715cd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000108Z:34dc31b2-a47f-46d8-8da1-ae26c60c1e74" + "NORTHEUROPE:20200808T050801Z:4b00c697-61ff-4c72-838d-ec06eb4715cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:08 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5771\",\r\n \"name\": \"azsmnet5771\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4348\",\r\n \"name\": \"azsmnet4348\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5771/providers/Microsoft.Search/searchServices/azs-5907?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTA3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4348/providers/Microsoft.Search/searchServices/azs-6803?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODAzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bfe35131-d356-4e9c-8fc5-12cc61c355db" + "60f593d5-452b-4094-8a78-916be5e86f8e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,20 +155,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A01%3A14.6935987Z'\"" + "W/\"datetime'2020-08-08T05%3A08%3A10.0948244Z'\"" ], "x-ms-request-id": [ - "bfe35131-d356-4e9c-8fc5-12cc61c355db" + "60f593d5-452b-4094-8a78-916be5e86f8e" ], "request-id": [ - "bfe35131-d356-4e9c-8fc5-12cc61c355db" + "60f593d5-452b-4094-8a78-916be5e86f8e" ], "elapsed-time": [ - "3314" + "4038" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,17 +180,14 @@ "1199" ], "x-ms-correlation-request-id": [ - "7ce556e7-2440-42b0-a3bb-db4017cc4917" + "fb16acd9-0b59-4f34-9cc3-d89b2a00518f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000115Z:7ce556e7-2440-42b0-a3bb-db4017cc4917" + "NORTHEUROPE:20200808T050811Z:fb16acd9-0b59-4f34-9cc3-d89b2a00518f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:15 GMT" - ], "Content-Length": [ "529" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5771/providers/Microsoft.Search/searchServices/azs-5907\",\r\n \"name\": \"azs-5907\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4348/providers/Microsoft.Search/searchServices/azs-6803\",\r\n \"name\": \"azs-6803\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5771/providers/Microsoft.Search/searchServices/azs-5907/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTA3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4348/providers/Microsoft.Search/searchServices/azs-6803/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODAzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "88a8a560-f273-482a-a58d-d06d57d8a8e9" + "6b4abcf1-4f0d-4bf1-b853-50fc5b9ce13d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,6 +224,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:14 GMT" + ], "Pragma": [ "no-cache" ], @@ -231,13 +234,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "88a8a560-f273-482a-a58d-d06d57d8a8e9" + "6b4abcf1-4f0d-4bf1-b853-50fc5b9ce13d" ], "request-id": [ - "88a8a560-f273-482a-a58d-d06d57d8a8e9" + "6b4abcf1-4f0d-4bf1-b853-50fc5b9ce13d" ], "elapsed-time": [ - "93" + "99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -246,17 +249,14 @@ "1199" ], "x-ms-correlation-request-id": [ - "83a45f4e-fb36-41c1-847d-e5efb81f95d5" + "a567dd2a-bc55-45ac-a632-eed7da82ffd8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000118Z:83a45f4e-fb36-41c1-847d-e5efb81f95d5" + "NORTHEUROPE:20200808T050814Z:a567dd2a-bc55-45ac-a632-eed7da82ffd8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:18 GMT" - ], "Content-Length": [ "99" ], @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"4FB9D12DB3ABF37CD8E6A2B201AF0FC1\",\r\n \"secondaryKey\": \"DA4AC80DB664EDED0A4F37F8D0A4BD6C\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"8934755D40083A8A1278D89355F90CF9\",\r\n \"secondaryKey\": \"5712ECB938C2E22AF9E57A06B72A524F\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5771/providers/Microsoft.Search/searchServices/azs-5907/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTA3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4348/providers/Microsoft.Search/searchServices/azs-6803/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODAzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a777a923-0efb-492b-9991-6caafa7e3cf2" + "6ba2fc25-0223-454c-990f-9b3fc7cf20df" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -293,6 +293,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:17 GMT" + ], "Pragma": [ "no-cache" ], @@ -300,13 +303,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a777a923-0efb-492b-9991-6caafa7e3cf2" + "6ba2fc25-0223-454c-990f-9b3fc7cf20df" ], "request-id": [ - "a777a923-0efb-492b-9991-6caafa7e3cf2" + "6ba2fc25-0223-454c-990f-9b3fc7cf20df" ], "elapsed-time": [ - "82" + "113" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -315,17 +318,14 @@ "1199" ], "x-ms-correlation-request-id": [ - "2c2263dd-1b70-4e1e-966b-053264dc4e3e" + "167f8991-6013-4bbd-8e8e-8ce80a35e218" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000122Z:2c2263dd-1b70-4e1e-966b-053264dc4e3e" + "NORTHEUROPE:20200808T050817Z:167f8991-6013-4bbd-8e8e-8ce80a35e218" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:21 GMT" - ], "Content-Length": [ "99" ], @@ -336,25 +336,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"4FB9D12DB3ABF37CD8E6A2B201AF0FC1\",\r\n \"secondaryKey\": \"DA4AC80DB664EDED0A4F37F8D0A4BD6C\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"8934755D40083A8A1278D89355F90CF9\",\r\n \"secondaryKey\": \"5712ECB938C2E22AF9E57A06B72A524F\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5771/providers/Microsoft.Search/searchServices/azs-5907/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTA3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4348/providers/Microsoft.Search/searchServices/azs-6803/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODAzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "15caa4fc-b731-40b6-abb3-a787d93886e6" + "22a1fb8f-6890-4fc1-9382-0a373c2d24e2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -362,6 +362,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:15 GMT" + ], "Pragma": [ "no-cache" ], @@ -369,10 +372,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "15caa4fc-b731-40b6-abb3-a787d93886e6" + "22a1fb8f-6890-4fc1-9382-0a373c2d24e2" ], "request-id": [ - "15caa4fc-b731-40b6-abb3-a787d93886e6" + "22a1fb8f-6890-4fc1-9382-0a373c2d24e2" ], "elapsed-time": [ "107" @@ -384,17 +387,14 @@ "1198" ], "x-ms-correlation-request-id": [ - "b91f8b06-b833-4638-8ddf-7b18c526c452" + "1e192102-c11a-46d6-87ee-e51583543501" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000119Z:b91f8b06-b833-4638-8ddf-7b18c526c452" + "NORTHEUROPE:20200808T050815Z:1e192102-c11a-46d6-87ee-e51583543501" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:18 GMT" - ], "Content-Length": [ "82" ], @@ -405,25 +405,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"E7EBA412B7EFE33739AD2EAA48882EEC\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"31B8EFEBAED9AC812A35A0293284E601\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5771/providers/Microsoft.Search/searchServices/azs-5907/regenerateAdminKey/primary?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTA3L3JlZ2VuZXJhdGVBZG1pbktleS9wcmltYXJ5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4348/providers/Microsoft.Search/searchServices/azs-6803/regenerateAdminKey/primary?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODAzL3JlZ2VuZXJhdGVBZG1pbktleS9wcmltYXJ5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e14e70c4-47e8-47ef-a0af-267e086aca3d" + "7b927493-2967-4372-aeb7-0c0ca3e117dc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -431,6 +431,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:17 GMT" + ], "Pragma": [ "no-cache" ], @@ -438,13 +441,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e14e70c4-47e8-47ef-a0af-267e086aca3d" + "7b927493-2967-4372-aeb7-0c0ca3e117dc" ], "request-id": [ - "e14e70c4-47e8-47ef-a0af-267e086aca3d" + "7b927493-2967-4372-aeb7-0c0ca3e117dc" ], "elapsed-time": [ - "416" + "323" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -453,17 +456,14 @@ "1198" ], "x-ms-correlation-request-id": [ - "ef618ad3-8f1b-444c-805c-3efb7ebc3f46" + "f2c7c43b-7c35-447b-b046-7411821ed07b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000123Z:ef618ad3-8f1b-444c-805c-3efb7ebc3f46" + "NORTHEUROPE:20200808T050818Z:f2c7c43b-7c35-447b-b046-7411821ed07b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:22 GMT" - ], "Content-Length": [ "99" ], @@ -474,25 +474,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"F04EC7B7669AA110C55150606C9AACF4\",\r\n \"secondaryKey\": \"DA4AC80DB664EDED0A4F37F8D0A4BD6C\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"8F64AB339DBC57796D3BD341D5F042A4\",\r\n \"secondaryKey\": \"5712ECB938C2E22AF9E57A06B72A524F\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5771/providers/Microsoft.Search/searchServices/azs-5907/regenerateAdminKey/secondary?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTA3L3JlZ2VuZXJhdGVBZG1pbktleS9zZWNvbmRhcnk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4348/providers/Microsoft.Search/searchServices/azs-6803/regenerateAdminKey/secondary?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODAzL3JlZ2VuZXJhdGVBZG1pbktleS9zZWNvbmRhcnk/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8dc522eb-ef41-4176-93f7-c5b040c64713" + "6537ebaf-fa39-449c-902b-5c0db52bdcad" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -500,6 +500,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:18 GMT" + ], "Pragma": [ "no-cache" ], @@ -507,13 +510,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8dc522eb-ef41-4176-93f7-c5b040c64713" + "6537ebaf-fa39-449c-902b-5c0db52bdcad" ], "request-id": [ - "8dc522eb-ef41-4176-93f7-c5b040c64713" + "6537ebaf-fa39-449c-902b-5c0db52bdcad" ], "elapsed-time": [ - "231" + "248" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -522,17 +525,14 @@ "1197" ], "x-ms-correlation-request-id": [ - "aa228470-5f17-4bdb-a8bb-67c1c38b0ac1" + "25f83777-4cb6-490c-8f63-12f0baa3b6b9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000123Z:aa228470-5f17-4bdb-a8bb-67c1c38b0ac1" + "NORTHEUROPE:20200808T050818Z:25f83777-4cb6-490c-8f63-12f0baa3b6b9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:23 GMT" - ], "Content-Length": [ "99" ], @@ -543,25 +543,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"F04EC7B7669AA110C55150606C9AACF4\",\r\n \"secondaryKey\": \"BD1768D67A294EE4B29A6D31A9B85085\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"8F64AB339DBC57796D3BD341D5F042A4\",\r\n \"secondaryKey\": \"FEE56DBC6AD2454F8EDCC800C4E46EDA\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5771/providers/Microsoft.Search/searchServices/azs-5907?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTA3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4348/providers/Microsoft.Search/searchServices/azs-6803?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODAzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a9148362-dcf7-4a13-82ed-19405b8c652c" + "47f97aa5-5bf3-41a3-bdb4-63160f78286c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,53 +569,44 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:28 GMT" + ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], "x-ms-request-id": [ - "a9148362-dcf7-4a13-82ed-19405b8c652c" + "0603ec62-6492-43fd-9e33-7710ae6fbe71" ], - "request-id": [ - "a9148362-dcf7-4a13-82ed-19405b8c652c" + "x-ms-correlation-request-id": [ + "0603ec62-6492-43fd-9e33-7710ae6fbe71" ], - "elapsed-time": [ - "1272" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T050828Z:0603ec62-6492-43fd-9e33-7710ae6fbe71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" - ], - "x-ms-correlation-request-id": [ - "485274d0-e956-4b68-b0e6-7587f1203f19" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000127Z:485274d0-e956-4b68-b0e6-7587f1203f19" - ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:26 GMT" - ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5771" + "azsmnet4348" ], "GenerateServiceName": [ - "azs-5907" + "azs-6803" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/OperationsTests/ListOperationsReturnsExpectedOperations.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/OperationsTests/ListOperationsReturnsExpectedOperations.json index dac0810cdb94..1ddcf75c5e07 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/OperationsTests/ListOperationsReturnsExpectedOperations.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/OperationsTests/ListOperationsReturnsExpectedOperations.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "295cf40e-a71d-4374-b45b-a38bd10dc776" + "e0e6ca92-7e2c-4fe1-aab5-84a0e4f25f9b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 04:17:06 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "428d7fe4-6996-4d54-90f1-641d9f4292de" + "91cfcc56-1566-4467-a591-64a0f42ac572" ], "x-ms-correlation-request-id": [ - "428d7fe4-6996-4d54-90f1-641d9f4292de" + "91cfcc56-1566-4467-a591-64a0f42ac572" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000318Z:428d7fe4-6996-4d54-90f1-641d9f4292de" + "NORTHEUROPE:20200807T041706Z:91cfcc56-1566-4467-a591-64a0f42ac572" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:03:18 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4964?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0OTY0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5374?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1Mzc0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dc4153ea-ff13-426b-9f64-9c86800a7a16" + "22290106-ad70-408f-9652-d40dabfd3cf4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 04:17:08 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "09b5e410-f16e-443f-99a2-8aa0e2c6a771" + "82fbb786-335f-421b-a602-d0ef51194355" ], "x-ms-correlation-request-id": [ - "09b5e410-f16e-443f-99a2-8aa0e2c6a771" + "82fbb786-335f-421b-a602-d0ef51194355" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000319Z:09b5e410-f16e-443f-99a2-8aa0e2c6a771" + "NORTHEUROPE:20200807T041708Z:82fbb786-335f-421b-a602-d0ef51194355" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:03:19 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4964\",\r\n \"name\": \"azsmnet4964\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5374\",\r\n \"name\": \"azsmnet5374\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/providers/Microsoft.Search/operations?api-version=2020-03-13", - "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/providers/Microsoft.Search/operations?api-version=2020-08-01", + "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "14830df8-990e-4c1f-a7f3-995c8ccd5321" + "cbcdbbc5-b022-4b33-85db-0524a7df1c45" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -149,6 +149,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 04:17:09 GMT" + ], "Pragma": [ "no-cache" ], @@ -156,10 +159,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "14830df8-990e-4c1f-a7f3-995c8ccd5321" + "cbcdbbc5-b022-4b33-85db-0524a7df1c45" ], "request-id": [ - "14830df8-990e-4c1f-a7f3-995c8ccd5321" + "cbcdbbc5-b022-4b33-85db-0524a7df1c45" ], "elapsed-time": [ "0" @@ -168,22 +171,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-tenant-reads": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "73c81160-e683-4830-985b-e1db2784fcf1" + "1dd6e218-aa9b-4f5f-891a-f57ece7338fd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000320Z:73c81160-e683-4830-985b-e1db2784fcf1" + "NORTHEUROPE:20200807T041710Z:1dd6e218-aa9b-4f5f-891a-f57ece7338fd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:03:20 GMT" - ], "Content-Length": [ - "6772" + "8155" ], "Content-Type": [ "application/json; charset=utf-8" @@ -192,13 +192,13 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Microsoft.Search/operations/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"List all available operations\",\r\n \"description\": \"Lists all of the available operations of the Microsoft.Search provider.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/register/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Register the Search Resource Provider\",\r\n \"description\": \"Registers the subscription for the search resource provider and enables the creation of search services.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Set Search Service\",\r\n \"description\": \"Creates or updates the search service.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Get Search Service\",\r\n \"description\": \"Reads the search service.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Delete Search Service\",\r\n \"description\": \"Deletes the search service.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/start/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Start Search Service\",\r\n \"description\": \"Starts the search service.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/stop/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Stop Search Service\",\r\n \"description\": \"Stops the search service.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/listAdminKeys/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Get Admin Key\",\r\n \"description\": \"Reads the admin keys.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/regenerateAdminKey/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Regenerate Admin Key\",\r\n \"description\": \"Regenerates the admin key.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/listQueryKeys/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"API Keys\",\r\n \"operation\": \"Get Query Keys\",\r\n \"description\": \"Returns the list of query API keys for the given Azure Search service.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/createQueryKey/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Create Query Key\",\r\n \"description\": \"Creates the query key.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/deleteQueryKey/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"API Keys\",\r\n \"operation\": \"Delete Query Key\",\r\n \"description\": \"Deletes the query key.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/checkNameAvailability/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Service Name Availability\",\r\n \"operation\": \"Check Service Name Availability\",\r\n \"description\": \"Checks availability of the service name.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/diagnosticSettings/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Diagnostic Settings\",\r\n \"operation\": \"Get Diagnostic Setting\",\r\n \"description\": \"Gets the diganostic setting read for the resource\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/diagnosticSettings/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Diagnostic Settings\",\r\n \"operation\": \"Set Diagnostic Setting\",\r\n \"description\": \"Creates or updates the diganostic setting for the resource\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/metricDefinitions/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"The metric definitions for the search service\",\r\n \"operation\": \"Read search service metric definitions\",\r\n \"description\": \"Gets the available metrics for the search service\"\r\n },\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"SearchLatency\",\r\n \"displayName\": \"Search Latency\",\r\n \"displayDescription\": \"Average search latency for the search service\",\r\n \"unit\": \"Seconds\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"SearchQueriesPerSecond\",\r\n \"displayName\": \"Search queries per second\",\r\n \"displayDescription\": \"Search queries per second for the search service\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ThrottledSearchQueriesPercentage\",\r\n \"displayName\": \"Throttled search queries percentage\",\r\n \"displayDescription\": \"Percentage of search queries that were throttled for the search service\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/logDefinitions/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"The log definition for the search service\",\r\n \"operation\": \"Read search service log definitions\",\r\n \"description\": \"Gets the available logs for the search service\"\r\n },\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"OperationLogs\",\r\n \"displayName\": \"Operation Logs\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/privateEndpointConnectionProxies/validate/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Private Endpoint Connection Proxy\",\r\n \"operation\": \"Validate Private Endpoint Connection Proxy\",\r\n \"description\": \"Validates a private endpoint connection create call from NRP side\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/privateEndpointConnectionProxies/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Private Endpoint Connection Proxy\",\r\n \"operation\": \"Create Private Endpoint Connection Proxy\",\r\n \"description\": \"Creates a private endpoint connection proxy with the specified parameters or updates the properties or tags for the specified private endpoint connection proxy\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/privateEndpointConnectionProxies/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Private Endpoint Connection Proxy\",\r\n \"operation\": \"Get Private Endpoint Connection Proxy\",\r\n \"description\": \"Returns the list of private endpoint connection proxies or gets the properties for the specified private endpoint connection proxy\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/privateEndpointConnectionProxies/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Private Endpoint Connection Proxy\",\r\n \"operation\": \"Delete Private Endpoint Connection Proxy\",\r\n \"description\": \"Deletes an existing private endpoint connection proxy\"\r\n },\r\n \"origin\": \"user,system\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Microsoft.Search/operations/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"List all available operations\",\r\n \"description\": \"Lists all of the available operations of the Microsoft.Search provider.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/register/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Register the Search Resource Provider\",\r\n \"description\": \"Registers the subscription for the search resource provider and enables the creation of search services.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Set Search Service\",\r\n \"description\": \"Creates or updates the search service.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Get Search Service\",\r\n \"description\": \"Reads the search service.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Delete Search Service\",\r\n \"description\": \"Deletes the search service.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/start/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Start Search Service\",\r\n \"description\": \"Starts the search service.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/stop/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Stop Search Service\",\r\n \"description\": \"Stops the search service.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/listAdminKeys/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Get Admin Key\",\r\n \"description\": \"Reads the admin keys.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/regenerateAdminKey/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Regenerate Admin Key\",\r\n \"description\": \"Regenerates the admin key.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/listQueryKeys/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"API Keys\",\r\n \"operation\": \"Get Query Keys\",\r\n \"description\": \"Returns the list of query API keys for the given Azure Search service.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/createQueryKey/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Create Query Key\",\r\n \"description\": \"Creates the query key.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/deleteQueryKey/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"API Keys\",\r\n \"operation\": \"Delete Query Key\",\r\n \"description\": \"Deletes the query key.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/checkNameAvailability/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Service Name Availability\",\r\n \"operation\": \"Check Service Name Availability\",\r\n \"description\": \"Checks availability of the service name.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/diagnosticSettings/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Diagnostic Settings\",\r\n \"operation\": \"Get Diagnostic Setting\",\r\n \"description\": \"Gets the diganostic setting read for the resource\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/diagnosticSettings/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Diagnostic Settings\",\r\n \"operation\": \"Set Diagnostic Setting\",\r\n \"description\": \"Creates or updates the diganostic setting for the resource\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/metricDefinitions/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"The metric definitions for the search service\",\r\n \"operation\": \"Read search service metric definitions\",\r\n \"description\": \"Gets the available metrics for the search service\"\r\n },\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"SearchLatency\",\r\n \"displayName\": \"Search Latency\",\r\n \"displayDescription\": \"Average search latency for the search service\",\r\n \"unit\": \"Seconds\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"SearchQueriesPerSecond\",\r\n \"displayName\": \"Search queries per second\",\r\n \"displayDescription\": \"Search queries per second for the search service\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ThrottledSearchQueriesPercentage\",\r\n \"displayName\": \"Throttled search queries percentage\",\r\n \"displayDescription\": \"Percentage of search queries that were throttled for the search service\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/logDefinitions/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"The log definition for the search service\",\r\n \"operation\": \"Read search service log definitions\",\r\n \"description\": \"Gets the available logs for the search service\"\r\n },\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"OperationLogs\",\r\n \"displayName\": \"Operation Logs\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/privateEndpointConnectionProxies/validate/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Private Endpoint Connection Proxy\",\r\n \"operation\": \"Validate Private Endpoint Connection Proxy\",\r\n \"description\": \"Validates a private endpoint connection create call from NRP side\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/privateEndpointConnectionProxies/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Private Endpoint Connection Proxy\",\r\n \"operation\": \"Create Private Endpoint Connection Proxy\",\r\n \"description\": \"Creates a private endpoint connection proxy with the specified parameters or updates the properties or tags for the specified private endpoint connection proxy\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/privateEndpointConnectionProxies/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Private Endpoint Connection Proxy\",\r\n \"operation\": \"Get Private Endpoint Connection Proxy\",\r\n \"description\": \"Returns the list of private endpoint connection proxies or gets the properties for the specified private endpoint connection proxy\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/privateEndpointConnectionProxies/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Private Endpoint Connection Proxy\",\r\n \"operation\": \"Delete Private Endpoint Connection Proxy\",\r\n \"description\": \"Deletes an existing private endpoint connection proxy\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/sharedPrivateLinkResources/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Shared Private Link Resource\",\r\n \"operation\": \"Create Shared Private Link Resource\",\r\n \"description\": \"Creates a new shared private link resource with the specified parameters or updates the properties for the specified shared private link resource\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/sharedPrivateLinkResources/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Shared Private Link Resource\",\r\n \"operation\": \"Get Shared Private Link Resource\",\r\n \"description\": \"Returns the list of shared private link resources or gets the properties for the specified shared private link resource\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/sharedPrivateLinkResources/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Shared Private Link Resource\",\r\n \"operation\": \"Delete Shared Private Link Resource\",\r\n \"description\": \"Deletes an existing shared private link resource\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/sharedPrivateLinkResources/operationStatuses/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Shared Private Link Resource\",\r\n \"operation\": \"Get Operation Status\",\r\n \"description\": \"Get the details of a long running shared private link resource operation\"\r\n },\r\n \"origin\": \"user,system\"\r\n }\r\n ]\r\n}", "StatusCode": 200 } ], "Names": { "GenerateName": [ - "azsmnet4964" + "azsmnet5374" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/QueryKeyTests/CanCreateAndDeleteQueryKeys.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/QueryKeyTests/CanCreateAndDeleteQueryKeys.json index 4c37755feaef..8e9d0b675981 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/QueryKeyTests/CanCreateAndDeleteQueryKeys.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/QueryKeyTests/CanCreateAndDeleteQueryKeys.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ccd93005-ecc2-4891-9ce0-b3597c55660b" + "1f354931-e75b-42bd-9003-371a3486706a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:18 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-request-id": [ - "c71ab091-5c4e-46ff-9e04-5c9a3fa85755" + "2b9a6390-46d5-4a0d-af75-5030c393b0f8" ], "x-ms-correlation-request-id": [ - "c71ab091-5c4e-46ff-9e04-5c9a3fa85755" + "2b9a6390-46d5-4a0d-af75-5030c393b0f8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000223Z:c71ab091-5c4e-46ff-9e04-5c9a3fa85755" + "NORTHEUROPE:20200808T051018Z:2b9a6390-46d5-4a0d-af75-5030c393b0f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:22 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7548?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NTQ4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1170?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMTcwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "12cec6c3-ba1d-407a-ad51-1feaae03f678" + "4799a863-641d-4a0e-81fc-b4258786672f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:19 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-request-id": [ - "0a25e7bd-fb76-461f-af77-e803f2494062" + "7b16065c-da7e-4cf8-bf32-3f60fab38f83" ], "x-ms-correlation-request-id": [ - "0a25e7bd-fb76-461f-af77-e803f2494062" + "7b16065c-da7e-4cf8-bf32-3f60fab38f83" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000223Z:0a25e7bd-fb76-461f-af77-e803f2494062" + "NORTHEUROPE:20200808T051020Z:7b16065c-da7e-4cf8-bf32-3f60fab38f83" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:23 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7548\",\r\n \"name\": \"azsmnet7548\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1170\",\r\n \"name\": \"azsmnet1170\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7548/providers/Microsoft.Search/searchServices/azs-281?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODE/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1170/providers/Microsoft.Search/searchServices/azs-5773?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzczP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "74e0c76e-92b3-4c5b-9876-b7a0c7ed026c" + "34e08769-8771-45fa-87ff-8f3aa5276b98" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,20 +155,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A02%3A27.9790732Z'\"" + "W/\"datetime'2020-08-08T05%3A10%3A25.1033796Z'\"" ], "x-ms-request-id": [ - "74e0c76e-92b3-4c5b-9876-b7a0c7ed026c" + "34e08769-8771-45fa-87ff-8f3aa5276b98" ], "request-id": [ - "74e0c76e-92b3-4c5b-9876-b7a0c7ed026c" + "34e08769-8771-45fa-87ff-8f3aa5276b98" ], "elapsed-time": [ - "1200" + "1437" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,19 +180,16 @@ "1198" ], "x-ms-correlation-request-id": [ - "db476891-d4c8-4fd2-a5ce-1fad007a62ad" + "662b95f9-0067-4602-80f5-7a901039890f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000228Z:db476891-d4c8-4fd2-a5ce-1fad007a62ad" + "NORTHEUROPE:20200808T051026Z:662b95f9-0067-4602-80f5-7a901039890f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:28 GMT" - ], "Content-Length": [ - "527" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7548/providers/Microsoft.Search/searchServices/azs-281\",\r\n \"name\": \"azs-281\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1170/providers/Microsoft.Search/searchServices/azs-5773\",\r\n \"name\": \"azs-5773\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7548/providers/Microsoft.Search/searchServices/azs-281/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODEvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1170/providers/Microsoft.Search/searchServices/azs-5773/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzczL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "45dae6a4-6505-4b94-b01b-a16e6fee9b9f" + "4a5c3631-f70a-4fc9-8f35-bdcc91cde0e6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,6 +224,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:28 GMT" + ], "Pragma": [ "no-cache" ], @@ -231,32 +234,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "45dae6a4-6505-4b94-b01b-a16e6fee9b9f" + "4a5c3631-f70a-4fc9-8f35-bdcc91cde0e6" ], "request-id": [ - "45dae6a4-6505-4b94-b01b-a16e6fee9b9f" + "4a5c3631-f70a-4fc9-8f35-bdcc91cde0e6" ], "elapsed-time": [ - "92" + "109" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-correlation-request-id": [ - "c5ee3503-5122-44e7-9561-9f747ba4d072" + "b10a53b2-581a-45dd-8ffe-c2f8d6d25218" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000231Z:c5ee3503-5122-44e7-9561-9f747ba4d072" + "NORTHEUROPE:20200808T051028Z:b10a53b2-581a-45dd-8ffe-c2f8d6d25218" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:30 GMT" - ], "Content-Length": [ "99" ], @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"7F9AD4AFF64F1C0B8F8B518DD3D18891\",\r\n \"secondaryKey\": \"BEAA78141AD8BCCEC9E2A740157A0338\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"679BB8F21DD4B5EF47AC1A65B2BA7E45\",\r\n \"secondaryKey\": \"51976F2BBB903D05389A664C0429B240\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7548/providers/Microsoft.Search/searchServices/azs-281/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODEvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1170/providers/Microsoft.Search/searchServices/azs-5773/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzczL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "84131431-673e-4866-8ebc-73db97c75b1b" + "a91a178a-21c8-4365-bc88-403fbb801bbb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -293,6 +293,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:28 GMT" + ], "Pragma": [ "no-cache" ], @@ -300,32 +303,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "84131431-673e-4866-8ebc-73db97c75b1b" + "a91a178a-21c8-4365-bc88-403fbb801bbb" ], "request-id": [ - "84131431-673e-4866-8ebc-73db97c75b1b" + "a91a178a-21c8-4365-bc88-403fbb801bbb" ], "elapsed-time": [ - "90" + "185" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1196" ], "x-ms-correlation-request-id": [ - "52402bca-9f3a-4e7c-a9ed-52d21d868d06" + "ae319fb7-efe1-4054-a824-e4ac87858326" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000232Z:52402bca-9f3a-4e7c-a9ed-52d21d868d06" + "NORTHEUROPE:20200808T051029Z:ae319fb7-efe1-4054-a824-e4ac87858326" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:31 GMT" - ], "Content-Length": [ "82" ], @@ -336,25 +336,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D9C95BFEAA456B0B1B3281ACC51C802B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"88A157C64515D323AC12D64C345C9D2D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7548/providers/Microsoft.Search/searchServices/azs-281/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODEvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1170/providers/Microsoft.Search/searchServices/azs-5773/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzczL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "231d137a-7e39-410b-a486-2cd39b694433" + "9030bf9d-a477-4449-832b-af9adb9848f8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -362,6 +362,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:31 GMT" + ], "Pragma": [ "no-cache" ], @@ -369,32 +372,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "231d137a-7e39-410b-a486-2cd39b694433" + "9030bf9d-a477-4449-832b-af9adb9848f8" ], "request-id": [ - "231d137a-7e39-410b-a486-2cd39b694433" + "9030bf9d-a477-4449-832b-af9adb9848f8" ], "elapsed-time": [ - "96" + "93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1196" ], "x-ms-correlation-request-id": [ - "7268651d-46ec-4f14-8056-9401c3c08cb4" + "0e453638-c652-41ee-8107-dbf1109882d0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000236Z:7268651d-46ec-4f14-8056-9401c3c08cb4" + "NORTHEUROPE:20200808T051031Z:0e453638-c652-41ee-8107-dbf1109882d0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:35 GMT" - ], "Content-Length": [ "82" ], @@ -405,25 +405,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D9C95BFEAA456B0B1B3281ACC51C802B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"88A157C64515D323AC12D64C345C9D2D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7548/providers/Microsoft.Search/searchServices/azs-281/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODEvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1170/providers/Microsoft.Search/searchServices/azs-5773/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzczL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "332d1d1a-a30e-46bf-8db0-c40c754cc426" + "60999e3b-5b58-406f-a0e7-0565014b2148" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -431,6 +431,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:32 GMT" + ], "Pragma": [ "no-cache" ], @@ -438,32 +441,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "332d1d1a-a30e-46bf-8db0-c40c754cc426" + "60999e3b-5b58-406f-a0e7-0565014b2148" ], "request-id": [ - "332d1d1a-a30e-46bf-8db0-c40c754cc426" + "60999e3b-5b58-406f-a0e7-0565014b2148" ], "elapsed-time": [ - "139" + "345" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1194" ], "x-ms-correlation-request-id": [ - "d33b538e-c12a-4005-80ac-dd334eb1177b" + "14969bc6-2919-4fea-b263-c6038bd84eb1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000237Z:d33b538e-c12a-4005-80ac-dd334eb1177b" + "NORTHEUROPE:20200808T051033Z:14969bc6-2919-4fea-b263-c6038bd84eb1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:36 GMT" - ], "Content-Length": [ "141" ], @@ -474,25 +474,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D9C95BFEAA456B0B1B3281ACC51C802B\"\r\n },\r\n {\r\n \"name\": \"my key\",\r\n \"key\": \"B0A417DFF154FBDE32C16E5B11D03DB0\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"88A157C64515D323AC12D64C345C9D2D\"\r\n },\r\n {\r\n \"name\": \"my key\",\r\n \"key\": \"7980190D7F9481934E650B3FC7EAD14F\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7548/providers/Microsoft.Search/searchServices/azs-281/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODEvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1170/providers/Microsoft.Search/searchServices/azs-5773/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzczL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5d1f853b-947e-4532-9eed-0701c489c94e" + "b97d8ee4-3c34-4515-bca9-f9bd4ce08fbc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -500,6 +500,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:34 GMT" + ], "Pragma": [ "no-cache" ], @@ -507,32 +510,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5d1f853b-947e-4532-9eed-0701c489c94e" + "b97d8ee4-3c34-4515-bca9-f9bd4ce08fbc" ], "request-id": [ - "5d1f853b-947e-4532-9eed-0701c489c94e" + "b97d8ee4-3c34-4515-bca9-f9bd4ce08fbc" ], "elapsed-time": [ - "148" + "493" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1193" ], "x-ms-correlation-request-id": [ - "fcca949b-1e0e-4442-975d-a9756c144132" + "86e36a67-d5c3-49b1-99ac-549941ee2ea2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000238Z:fcca949b-1e0e-4442-975d-a9756c144132" + "NORTHEUROPE:20200808T051035Z:86e36a67-d5c3-49b1-99ac-549941ee2ea2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:38 GMT" - ], "Content-Length": [ "82" ], @@ -543,25 +543,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D9C95BFEAA456B0B1B3281ACC51C802B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"88A157C64515D323AC12D64C345C9D2D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7548/providers/Microsoft.Search/searchServices/azs-281/createQueryKey/my%20key?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODEvY3JlYXRlUXVlcnlLZXkvbXklMjBrZXk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1170/providers/Microsoft.Search/searchServices/azs-5773/createQueryKey/my%20key?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzczL2NyZWF0ZVF1ZXJ5S2V5L215JTIwa2V5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72a45839-4fb0-4d11-9d69-654b8793aa23" + "1ca86685-2765-436e-8eca-f2059162477b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,6 +569,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:31 GMT" + ], "Pragma": [ "no-cache" ], @@ -576,32 +579,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "72a45839-4fb0-4d11-9d69-654b8793aa23" + "1ca86685-2765-436e-8eca-f2059162477b" ], "request-id": [ - "72a45839-4fb0-4d11-9d69-654b8793aa23" + "1ca86685-2765-436e-8eca-f2059162477b" ], "elapsed-time": [ - "147" + "465" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1195" ], "x-ms-correlation-request-id": [ - "d285be93-65ff-4ae0-ad65-cca089982060" + "dcb88672-4d53-41a0-a4a8-22e82657fc58" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000236Z:d285be93-65ff-4ae0-ad65-cca089982060" + "NORTHEUROPE:20200808T051032Z:dcb88672-4d53-41a0-a4a8-22e82657fc58" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:35 GMT" - ], "Content-Length": [ "58" ], @@ -612,25 +612,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"my key\",\r\n \"key\": \"B0A417DFF154FBDE32C16E5B11D03DB0\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"my key\",\r\n \"key\": \"7980190D7F9481934E650B3FC7EAD14F\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7548/providers/Microsoft.Search/searchServices/azs-281/deleteQueryKey/B0A417DFF154FBDE32C16E5B11D03DB0?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODEvZGVsZXRlUXVlcnlLZXkvQjBBNDE3REZGMTU0RkJERTMyQzE2RTVCMTFEMDNEQjA/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1170/providers/Microsoft.Search/searchServices/azs-5773/deleteQueryKey/7980190D7F9481934E650B3FC7EAD14F?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzczL2RlbGV0ZVF1ZXJ5S2V5Lzc5ODAxOTBEN0Y5NDgxOTM0RTY1MEIzRkM3RUFEMTRGP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7dbfa4ee-2391-4f58-b924-d3271790a794" + "1bdedac9-c19a-490c-b9db-f2190e397b05" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -638,36 +638,36 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:33 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "7dbfa4ee-2391-4f58-b924-d3271790a794" + "1bdedac9-c19a-490c-b9db-f2190e397b05" ], "request-id": [ - "7dbfa4ee-2391-4f58-b924-d3271790a794" + "1bdedac9-c19a-490c-b9db-f2190e397b05" ], "elapsed-time": [ - "116" + "419" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14999" ], "x-ms-correlation-request-id": [ - "70e6f1c2-ddf4-4fb5-93ac-026703eca6ed" + "b16f8002-2c92-4f1c-b760-2e59bc421647" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000238Z:70e6f1c2-ddf4-4fb5-93ac-026703eca6ed" + "NORTHEUROPE:20200808T051034Z:b16f8002-2c92-4f1c-b760-2e59bc421647" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:38 GMT" - ], "Expires": [ "-1" ] @@ -676,21 +676,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7548/providers/Microsoft.Search/searchServices/azs-281?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODE/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1170/providers/Microsoft.Search/searchServices/azs-5773?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzczP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "924f2a09-4739-459c-8713-9cab38148dfc" + "20613aeb-861d-4186-a21a-ae86acbc14f5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -698,53 +698,44 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:45 GMT" + ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], "x-ms-request-id": [ - "924f2a09-4739-459c-8713-9cab38148dfc" + "f7e811be-c886-43fe-84d7-6541ac7f0dd7" ], - "request-id": [ - "924f2a09-4739-459c-8713-9cab38148dfc" + "x-ms-correlation-request-id": [ + "f7e811be-c886-43fe-84d7-6541ac7f0dd7" ], - "elapsed-time": [ - "1138" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T051045Z:f7e811be-c886-43fe-84d7-6541ac7f0dd7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" - ], - "x-ms-correlation-request-id": [ - "18591b80-3c10-42b1-a9bf-36af273dac8a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000244Z:18591b80-3c10-42b1-a9bf-36af273dac8a" - ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:43 GMT" - ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7548" + "azsmnet1170" ], "GenerateServiceName": [ - "azs-281" + "azs-5773" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/QueryKeyTests/CanListQueryKeys.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/QueryKeyTests/CanListQueryKeys.json index 2e3769a94767..70ab6f125401 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/QueryKeyTests/CanListQueryKeys.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/QueryKeyTests/CanListQueryKeys.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "59a4acff-ab9b-4a3b-9bc1-cc04c310dfd1" + "bd22282e-8421-45a9-836e-8d6035c8595e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:09:47 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "ea29d350-e052-428b-ae3e-9d7eb28ce3a6" + "1d4125a5-cbef-405b-88d6-c8094a486188" ], "x-ms-correlation-request-id": [ - "ea29d350-e052-428b-ae3e-9d7eb28ce3a6" + "1d4125a5-cbef-405b-88d6-c8094a486188" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000157Z:ea29d350-e052-428b-ae3e-9d7eb28ce3a6" + "NORTHEUROPE:20200808T050947Z:1d4125a5-cbef-405b-88d6-c8094a486188" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:57 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5291?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MjkxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3095?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMDk1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "90d0775c-2d0a-49d1-b4cd-693c729acea3" + "6f248227-5eee-4277-b6ff-38cdf95a4f0f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:09:48 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "15ffdb25-0c1c-43fd-963f-7ee4f5898c7c" + "d927ebf0-89e9-41b2-a6c9-2319fe0d39bd" ], "x-ms-correlation-request-id": [ - "15ffdb25-0c1c-43fd-963f-7ee4f5898c7c" + "d927ebf0-89e9-41b2-a6c9-2319fe0d39bd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000158Z:15ffdb25-0c1c-43fd-963f-7ee4f5898c7c" + "NORTHEUROPE:20200808T050949Z:d927ebf0-89e9-41b2-a6c9-2319fe0d39bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:58 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5291\",\r\n \"name\": \"azsmnet5291\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3095\",\r\n \"name\": \"azsmnet3095\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5291/providers/Microsoft.Search/searchServices/azs-2512?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTEyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3095/providers/Microsoft.Search/searchServices/azs-916?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTY/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "de5028de-0d0c-440b-ab36-1f2986254977" + "6c799910-cc8c-4914-98d8-938b6e9f6532" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,41 +155,41 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:09:56 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A02%3A04.3211345Z'\"" + "W/\"datetime'2020-08-08T05%3A09%3A55.2267379Z'\"" ], "x-ms-request-id": [ - "de5028de-0d0c-440b-ab36-1f2986254977" + "6c799910-cc8c-4914-98d8-938b6e9f6532" ], "request-id": [ - "de5028de-0d0c-440b-ab36-1f2986254977" + "6c799910-cc8c-4914-98d8-938b6e9f6532" ], "elapsed-time": [ - "2466" + "1490" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-correlation-request-id": [ - "23364f72-9f8b-4751-b2d2-7752d6c315f8" + "8d5c5969-ccda-4687-9bda-af5740e888aa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000205Z:23364f72-9f8b-4751-b2d2-7752d6c315f8" + "NORTHEUROPE:20200808T050956Z:8d5c5969-ccda-4687-9bda-af5740e888aa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:05 GMT" - ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5291/providers/Microsoft.Search/searchServices/azs-2512\",\r\n \"name\": \"azs-2512\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3095/providers/Microsoft.Search/searchServices/azs-916\",\r\n \"name\": \"azs-916\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5291/providers/Microsoft.Search/searchServices/azs-2512/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTEyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3095/providers/Microsoft.Search/searchServices/azs-916/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTYvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cfdf0b86-d294-4060-80de-c0171582e3e4" + "2b7fb05d-385c-4202-a3a0-d9a3a166a013" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,6 +224,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:09:59 GMT" + ], "Pragma": [ "no-cache" ], @@ -231,32 +234,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "cfdf0b86-d294-4060-80de-c0171582e3e4" + "2b7fb05d-385c-4202-a3a0-d9a3a166a013" ], "request-id": [ - "cfdf0b86-d294-4060-80de-c0171582e3e4" + "2b7fb05d-385c-4202-a3a0-d9a3a166a013" ], "elapsed-time": [ - "95" + "98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1196" ], "x-ms-correlation-request-id": [ - "9922878a-2e19-4c49-8cf6-04e2de9cccd3" + "77d68744-98f4-4afa-bf60-f10ab1e1a732" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000209Z:9922878a-2e19-4c49-8cf6-04e2de9cccd3" + "NORTHEUROPE:20200808T050959Z:77d68744-98f4-4afa-bf60-f10ab1e1a732" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:09 GMT" - ], "Content-Length": [ "99" ], @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"E4BF13090086A5BD0059A7BED7ED0F12\",\r\n \"secondaryKey\": \"154C68216CCD35970CCD0D7CDAEECF27\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"D7281A1ABE81555E67BFC251122A8D6A\",\r\n \"secondaryKey\": \"F2E932411A75B1726A5174A0EB32E6D1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5291/providers/Microsoft.Search/searchServices/azs-2512/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTEyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3095/providers/Microsoft.Search/searchServices/azs-916/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTYvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f505b4f3-b9fa-473c-8e05-f943f422c5f7" + "b0573083-53f5-4e12-8bbc-890ed1ad120c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -293,6 +293,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:09:59 GMT" + ], "Pragma": [ "no-cache" ], @@ -300,32 +303,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f505b4f3-b9fa-473c-8e05-f943f422c5f7" + "b0573083-53f5-4e12-8bbc-890ed1ad120c" ], "request-id": [ - "f505b4f3-b9fa-473c-8e05-f943f422c5f7" + "b0573083-53f5-4e12-8bbc-890ed1ad120c" ], "elapsed-time": [ - "91" + "97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1195" ], "x-ms-correlation-request-id": [ - "e04e951a-5cde-43ab-ad8c-b1d7057fb9f1" + "8e8f23af-e329-4eeb-ac27-98f9fa4ac8ed" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000209Z:e04e951a-5cde-43ab-ad8c-b1d7057fb9f1" + "NORTHEUROPE:20200808T050959Z:8e8f23af-e329-4eeb-ac27-98f9fa4ac8ed" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:09 GMT" - ], "Content-Length": [ "82" ], @@ -336,25 +336,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"FB05770FD2D61878EF4C1BB96B3D7859\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B8B4144B859F5A099A763CF5F8CEDED7\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5291/providers/Microsoft.Search/searchServices/azs-2512/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTEyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3095/providers/Microsoft.Search/searchServices/azs-916/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTYvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bc31ff29-95d5-451c-8308-e8a3de9129d1" + "81663d51-8222-4d8e-8134-652e0615923e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -362,6 +362,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:01 GMT" + ], "Pragma": [ "no-cache" ], @@ -369,32 +372,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "bc31ff29-95d5-451c-8308-e8a3de9129d1" + "81663d51-8222-4d8e-8134-652e0615923e" ], "request-id": [ - "bc31ff29-95d5-451c-8308-e8a3de9129d1" + "81663d51-8222-4d8e-8134-652e0615923e" ], "elapsed-time": [ - "96" + "94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "2db4f3ed-2393-45ec-aaa1-a8bf889fb57a" + "92b828eb-7ae7-4775-92f6-86f3dec1cdcb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000211Z:2db4f3ed-2393-45ec-aaa1-a8bf889fb57a" + "NORTHEUROPE:20200808T051002Z:92b828eb-7ae7-4775-92f6-86f3dec1cdcb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:10 GMT" - ], "Content-Length": [ "82" ], @@ -405,25 +405,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"FB05770FD2D61878EF4C1BB96B3D7859\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B8B4144B859F5A099A763CF5F8CEDED7\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5291/providers/Microsoft.Search/searchServices/azs-2512?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTEyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3095/providers/Microsoft.Search/searchServices/azs-916?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTY/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e1217303-ba28-4c34-adc2-83a0d4c9f617" + "d19b7458-3dff-48a6-be83-710ada4abf33" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -431,53 +431,44 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:09 GMT" + ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], "x-ms-request-id": [ - "e1217303-ba28-4c34-adc2-83a0d4c9f617" + "95a2a0b2-70df-4fad-89c5-097a728b21aa" ], - "request-id": [ - "e1217303-ba28-4c34-adc2-83a0d4c9f617" + "x-ms-correlation-request-id": [ + "95a2a0b2-70df-4fad-89c5-097a728b21aa" ], - "elapsed-time": [ - "2121" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T051010Z:95a2a0b2-70df-4fad-89c5-097a728b21aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" - ], - "x-ms-correlation-request-id": [ - "82aa3597-d0d1-4725-9c8d-245a8f7500af" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000216Z:82aa3597-d0d1-4725-9c8d-245a8f7500af" - ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:16 GMT" - ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5291" + "azsmnet3095" ], "GenerateServiceName": [ - "azs-2512" + "azs-916" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/QueryKeyTests/DeleteQueryKeyIsIdempotent.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/QueryKeyTests/DeleteQueryKeyIsIdempotent.json index 62f31a6aca4f..e499c938c42f 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/QueryKeyTests/DeleteQueryKeyIsIdempotent.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/QueryKeyTests/DeleteQueryKeyIsIdempotent.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "18839d0d-7fce-404c-93b7-8561efe5f540" + "573eae3c-ea6c-4112-af81-5c93d997e6ef" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:53 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1198" ], "x-ms-request-id": [ - "5de7bf9e-cfdc-4e89-9410-f3f9027c31ff" + "ae79d220-297e-4a71-8276-519c1bbac254" ], "x-ms-correlation-request-id": [ - "5de7bf9e-cfdc-4e89-9410-f3f9027c31ff" + "ae79d220-297e-4a71-8276-519c1bbac254" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000251Z:5de7bf9e-cfdc-4e89-9410-f3f9027c31ff" + "NORTHEUROPE:20200808T051053Z:ae79d220-297e-4a71-8276-519c1bbac254" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:51 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2154?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMTU0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9335?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MzM1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "81beb688-8df8-4c4e-9de1-c1e195f0b59e" + "9d2ac767-47ab-4e08-974f-937289122f26" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:54 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "7ac2a2ad-2f64-47ba-b646-56a2396abfbf" + "78b3b89a-4342-40a8-b45d-628c50060c4b" ], "x-ms-correlation-request-id": [ - "7ac2a2ad-2f64-47ba-b646-56a2396abfbf" + "78b3b89a-4342-40a8-b45d-628c50060c4b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000253Z:7ac2a2ad-2f64-47ba-b646-56a2396abfbf" + "NORTHEUROPE:20200808T051054Z:78b3b89a-4342-40a8-b45d-628c50060c4b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:53 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2154\",\r\n \"name\": \"azsmnet2154\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9335\",\r\n \"name\": \"azsmnet9335\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2154/providers/Microsoft.Search/searchServices/azs-3385?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzg1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9335/providers/Microsoft.Search/searchServices/azs-6575?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTc1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d8ebf5d7-e44b-44a7-ad37-60791e752b5a" + "21fd3175-3070-44b2-9712-54b48e181b47" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,39 +155,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A02%3A57.3591071Z'\"" + "W/\"datetime'2020-08-08T05%3A10%3A57.5005204Z'\"" ], "x-ms-request-id": [ - "d8ebf5d7-e44b-44a7-ad37-60791e752b5a" + "21fd3175-3070-44b2-9712-54b48e181b47" ], "request-id": [ - "d8ebf5d7-e44b-44a7-ad37-60791e752b5a" + "21fd3175-3070-44b2-9712-54b48e181b47" ], "elapsed-time": [ - "1287" + "1552" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-correlation-request-id": [ - "2d27e11e-f71b-4416-93f2-ac363209390c" + "6707a4af-3477-4da8-ab65-59292c342eeb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000259Z:2d27e11e-f71b-4416-93f2-ac363209390c" + "NORTHEUROPE:20200808T051059Z:6707a4af-3477-4da8-ab65-59292c342eeb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:59 GMT" - ], "Content-Length": [ "529" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2154/providers/Microsoft.Search/searchServices/azs-3385\",\r\n \"name\": \"azs-3385\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9335/providers/Microsoft.Search/searchServices/azs-6575\",\r\n \"name\": \"azs-6575\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2154/providers/Microsoft.Search/searchServices/azs-3385/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzg1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9335/providers/Microsoft.Search/searchServices/azs-6575/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTc1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7806d0cb-a869-4d48-9cd3-bd960c9e5a66" + "0a90ccf1-a1a9-4d88-bc24-d2ddcdea9ece" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,6 +224,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:11:01 GMT" + ], "Pragma": [ "no-cache" ], @@ -231,32 +234,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7806d0cb-a869-4d48-9cd3-bd960c9e5a66" + "0a90ccf1-a1a9-4d88-bc24-d2ddcdea9ece" ], "request-id": [ - "7806d0cb-a869-4d48-9cd3-bd960c9e5a66" + "0a90ccf1-a1a9-4d88-bc24-d2ddcdea9ece" ], "elapsed-time": [ - "140" + "146" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1195" ], "x-ms-correlation-request-id": [ - "d9de2f4a-5321-4790-9a4d-962d0c99c240" + "13b53242-02e6-4bd8-902f-7f4b8a9588cf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000302Z:d9de2f4a-5321-4790-9a4d-962d0c99c240" + "NORTHEUROPE:20200808T051101Z:13b53242-02e6-4bd8-902f-7f4b8a9588cf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:03:02 GMT" - ], "Content-Length": [ "99" ], @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"2C2FAF699F60511A7AC6623C8A90FBEC\",\r\n \"secondaryKey\": \"98047B373789BB916F6F7E7F0458A672\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"B44A45AB7AB01EE15A9E142B794581F0\",\r\n \"secondaryKey\": \"28D547B76B67862ACF4FA54C98593C9D\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2154/providers/Microsoft.Search/searchServices/azs-3385/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzg1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9335/providers/Microsoft.Search/searchServices/azs-6575/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTc1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd27d5d0-5bbf-4f78-9fbb-b25b1623a7ea" + "f9abe447-4a11-41bd-bfc6-67b12e993035" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -293,6 +293,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:11:02 GMT" + ], "Pragma": [ "no-cache" ], @@ -300,32 +303,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "cd27d5d0-5bbf-4f78-9fbb-b25b1623a7ea" + "f9abe447-4a11-41bd-bfc6-67b12e993035" ], "request-id": [ - "cd27d5d0-5bbf-4f78-9fbb-b25b1623a7ea" + "f9abe447-4a11-41bd-bfc6-67b12e993035" ], "elapsed-time": [ - "94" + "106" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1194" ], "x-ms-correlation-request-id": [ - "36533cd8-5e91-4bc8-888a-8998af29d690" + "3b2fb537-184c-406d-bcb3-f774441bacdf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000302Z:36533cd8-5e91-4bc8-888a-8998af29d690" + "NORTHEUROPE:20200808T051102Z:3b2fb537-184c-406d-bcb3-f774441bacdf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:03:02 GMT" - ], "Content-Length": [ "82" ], @@ -336,25 +336,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"EC51BD5CE2262A5930FDEF323D9BF096\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D40BDE13AF0E73E5D26581D049CB0A26\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2154/providers/Microsoft.Search/searchServices/azs-3385/createQueryKey/my%20key?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzg1L2NyZWF0ZVF1ZXJ5S2V5L215JTIwa2V5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9335/providers/Microsoft.Search/searchServices/azs-6575/createQueryKey/my%20key?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTc1L2NyZWF0ZVF1ZXJ5S2V5L215JTIwa2V5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "91c0a9ed-9758-4e35-8404-62123fc3b6f3" + "5800cfcd-7ad8-4727-80f8-40f430de7005" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -362,6 +362,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:11:02 GMT" + ], "Pragma": [ "no-cache" ], @@ -369,32 +372,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "91c0a9ed-9758-4e35-8404-62123fc3b6f3" + "5800cfcd-7ad8-4727-80f8-40f430de7005" ], "request-id": [ - "91c0a9ed-9758-4e35-8404-62123fc3b6f3" + "5800cfcd-7ad8-4727-80f8-40f430de7005" ], "elapsed-time": [ - "418" + "110" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "71463089-295a-4992-8ab7-5e671d9052e3" + "4a3201c8-fb73-4242-8c61-0fcca8762893" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000305Z:71463089-295a-4992-8ab7-5e671d9052e3" + "NORTHEUROPE:20200808T051103Z:4a3201c8-fb73-4242-8c61-0fcca8762893" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:03:05 GMT" - ], "Content-Length": [ "58" ], @@ -405,25 +405,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"my key\",\r\n \"key\": \"50295A5C53E0C2CB0FCA5704CCAB41E0\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"my key\",\r\n \"key\": \"6F45FE5074709FF4C2AB75D551FD3520\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2154/providers/Microsoft.Search/searchServices/azs-3385/deleteQueryKey/50295A5C53E0C2CB0FCA5704CCAB41E0?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzg1L2RlbGV0ZVF1ZXJ5S2V5LzUwMjk1QTVDNTNFMEMyQ0IwRkNBNTcwNENDQUI0MUUwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9335/providers/Microsoft.Search/searchServices/azs-6575/deleteQueryKey/6F45FE5074709FF4C2AB75D551FD3520?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTc1L2RlbGV0ZVF1ZXJ5S2V5LzZGNDVGRTUwNzQ3MDlGRjRDMkFCNzVENTUxRkQzNTIwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "63a3a3d9-8daa-4b65-b7eb-e52d2217d6ed" + "21ef7d9c-ddd5-46a7-848f-838511338332" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -431,36 +431,36 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:11:03 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "63a3a3d9-8daa-4b65-b7eb-e52d2217d6ed" + "21ef7d9c-ddd5-46a7-848f-838511338332" ], "request-id": [ - "63a3a3d9-8daa-4b65-b7eb-e52d2217d6ed" + "21ef7d9c-ddd5-46a7-848f-838511338332" ], "elapsed-time": [ - "180" + "225" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14999" ], "x-ms-correlation-request-id": [ - "70da3b7c-5f62-4048-92b7-236e8fa0b0f5" + "18536e94-b73e-4ce9-a02e-148dc118a52e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000306Z:70da3b7c-5f62-4048-92b7-236e8fa0b0f5" + "NORTHEUROPE:20200808T051104Z:18536e94-b73e-4ce9-a02e-148dc118a52e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:03:06 GMT" - ], "Expires": [ "-1" ] @@ -469,21 +469,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2154/providers/Microsoft.Search/searchServices/azs-3385/deleteQueryKey/50295A5C53E0C2CB0FCA5704CCAB41E0?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzg1L2RlbGV0ZVF1ZXJ5S2V5LzUwMjk1QTVDNTNFMEMyQ0IwRkNBNTcwNENDQUI0MUUwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9335/providers/Microsoft.Search/searchServices/azs-6575/deleteQueryKey/6F45FE5074709FF4C2AB75D551FD3520?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTc1L2RlbGV0ZVF1ZXJ5S2V5LzZGNDVGRTUwNzQ3MDlGRjRDMkFCNzVENTUxRkQzNTIwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "647517ce-12c1-4143-9efa-b2c110e63d6d" + "de986c2e-b1e5-463b-b03b-458fb94ea5f2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -491,36 +491,36 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:11:04 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "647517ce-12c1-4143-9efa-b2c110e63d6d" + "de986c2e-b1e5-463b-b03b-458fb94ea5f2" ], "request-id": [ - "647517ce-12c1-4143-9efa-b2c110e63d6d" + "de986c2e-b1e5-463b-b03b-458fb94ea5f2" ], "elapsed-time": [ - "112" + "104" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14998" ], "x-ms-correlation-request-id": [ - "71e4ac14-b170-4389-b02b-9f86d2c8e170" + "dbe53ed0-c66c-45e3-aa4c-5cf81ac2401a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000307Z:71e4ac14-b170-4389-b02b-9f86d2c8e170" + "NORTHEUROPE:20200808T051104Z:dbe53ed0-c66c-45e3-aa4c-5cf81ac2401a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:03:06 GMT" - ], "Content-Length": [ "169" ], @@ -534,25 +534,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"Unknown\",\r\n \"message\": \"This API key does not exist for service 'azs-3385'. RequestId: 647517ce-12c1-4143-9efa-b2c110e63d6d\",\r\n \"target\": null,\r\n \"details\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"Unknown\",\r\n \"message\": \"This API key does not exist for service 'azs-6575'. RequestId: de986c2e-b1e5-463b-b03b-458fb94ea5f2\",\r\n \"target\": null,\r\n \"details\": null\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2154/providers/Microsoft.Search/searchServices/azs-3385?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzg1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9335/providers/Microsoft.Search/searchServices/azs-6575?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTc1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "77771795-4b88-472e-839b-7d10e197b0f7" + "059e0c73-4c00-4325-a360-7420b06b88aa" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -560,53 +560,44 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:11:34 GMT" + ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], "x-ms-request-id": [ - "77771795-4b88-472e-839b-7d10e197b0f7" + "bc5f4de0-6acc-4419-8eec-4c33d9fe9c67" ], - "request-id": [ - "77771795-4b88-472e-839b-7d10e197b0f7" + "x-ms-correlation-request-id": [ + "bc5f4de0-6acc-4419-8eec-4c33d9fe9c67" ], - "elapsed-time": [ - "2154" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T051134Z:bc5f4de0-6acc-4419-8eec-4c33d9fe9c67" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" - ], - "x-ms-correlation-request-id": [ - "d3eace8f-dfe7-4d2d-b661-1e43982b6798" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000313Z:d3eace8f-dfe7-4d2d-b661-1e43982b6798" - ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:03:13 GMT" - ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2154" + "azsmnet9335" ], "GenerateServiceName": [ - "azs-3385" + "azs-6575" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchManagementClientTests/RequestIdIsReturnedInResponse.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchManagementClientTests/RequestIdIsReturnedInResponse.json index a1d939391b63..d16ee2ec55d5 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchManagementClientTests/RequestIdIsReturnedInResponse.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchManagementClientTests/RequestIdIsReturnedInResponse.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6f048d1b-a3ed-432a-88e9-7e6f9ce83e22" + "c5416ae3-cf12-470c-9b2a-d68bda716a24" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 01:20:03 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1198" ], "x-ms-request-id": [ - "c13d250e-b568-4c10-87da-561d5b7ea123" + "1585e236-6098-4904-b4e1-2eafff85fa54" ], "x-ms-correlation-request-id": [ - "c13d250e-b568-4c10-87da-561d5b7ea123" + "1585e236-6098-4904-b4e1-2eafff85fa54" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000326Z:c13d250e-b568-4c10-87da-561d5b7ea123" + "NORTHEUROPE:20200808T012003Z:1585e236-6098-4904-b4e1-2eafff85fa54" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:03:25 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3066?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMDY2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4470?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0NDcwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "327d1546-48d3-4b85-a377-68f511990f95" + "4ab13073-4245-4bdc-b88a-48dade061f79" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 01:20:03 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-request-id": [ - "b66b5860-f628-41fc-b89e-a0b872d821f3" + "b566eaf2-1aca-41e5-8690-bf00204f03ea" ], "x-ms-correlation-request-id": [ - "b66b5860-f628-41fc-b89e-a0b872d821f3" + "b566eaf2-1aca-41e5-8690-bf00204f03ea" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000326Z:b66b5860-f628-41fc-b89e-a0b872d821f3" + "NORTHEUROPE:20200808T012004Z:b566eaf2-1aca-41e5-8690-bf00204f03ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:03:25 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3066\",\r\n \"name\": \"azsmnet3066\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4470\",\r\n \"name\": \"azsmnet4470\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3066/providers/Microsoft.Search/searchServices?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4470/providers/Microsoft.Search/searchServices?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ "c4cfce79-eb42-4e61-9909-84510c04706f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -149,6 +149,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 01:20:05 GMT" + ], "Pragma": [ "no-cache" ], @@ -162,26 +165,23 @@ "c4cfce79-eb42-4e61-9909-84510c04706f" ], "elapsed-time": [ - "377" + "305" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "5e7f2fe0-d9d6-4e30-9c01-dbc02e4818d1" + "2c52dd82-b331-4f78-934a-5c1bec2e0cbf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000328Z:5e7f2fe0-d9d6-4e30-9c01-dbc02e4818d1" + "NORTHEUROPE:20200808T012006Z:2c52dd82-b331-4f78-934a-5c1bec2e0cbf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:03:28 GMT" - ], "Content-Length": [ "28" ], @@ -198,7 +198,7 @@ ], "Names": { "GenerateName": [ - "azsmnet3066" + "azsmnet4470" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanAddAndRemoveServiceIdentity.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanAddAndRemoveServiceIdentity.json index 9827325fad5a..36116e078f40 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanAddAndRemoveServiceIdentity.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanAddAndRemoveServiceIdentity.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "427619c8-0e11-42fc-abe8-656b1e8c84da" + "d8a9cd30-2fdf-4b8a-b010-415d4faa6c9d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:55:11 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "a166b1f6-0439-465a-be82-5b7d6943beeb" + "1a545af7-d7ad-4ff6-b4bf-3b4fd82052a7" ], "x-ms-correlation-request-id": [ - "a166b1f6-0439-465a-be82-5b7d6943beeb" + "1a545af7-d7ad-4ff6-b4bf-3b4fd82052a7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T173537Z:a166b1f6-0439-465a-be82-5b7d6943beeb" + "NORTHEUROPE:20200806T225512Z:1a545af7-d7ad-4ff6-b4bf-3b4fd82052a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:35:36 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4390?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MzkwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2486?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNDg2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bba74eed-a864-4bf8-be8a-76a74d2d0801" + "58cd83eb-1849-4a77-9410-7a801c0c9f85" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:55:12 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "b93b8828-d9f3-4042-8285-194714587e01" + "50680952-383f-42a9-98cd-9839c360497d" ], "x-ms-correlation-request-id": [ - "b93b8828-d9f3-4042-8285-194714587e01" + "50680952-383f-42a9-98cd-9839c360497d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T173538Z:b93b8828-d9f3-4042-8285-194714587e01" + "NORTHEUROPE:20200806T225513Z:50680952-383f-42a9-98cd-9839c360497d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:35:37 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4390\",\r\n \"name\": \"azsmnet4390\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486\",\r\n \"name\": \"azsmnet2486\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4390/providers/Microsoft.Search/searchServices/azs-7708?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NzA4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b5ad1816-9b2f-4d07-b55e-38c04efc0dec" + "d100622e-50f4-4e8c-84bf-3ab58e912d83" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,41 +155,41 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:55:20 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A35%3A45.542919Z'\"" + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" ], "x-ms-request-id": [ - "b5ad1816-9b2f-4d07-b55e-38c04efc0dec" + "d100622e-50f4-4e8c-84bf-3ab58e912d83" ], "request-id": [ - "b5ad1816-9b2f-4d07-b55e-38c04efc0dec" + "d100622e-50f4-4e8c-84bf-3ab58e912d83" ], "elapsed-time": [ - "3671" + "4102" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-correlation-request-id": [ - "dc8347b2-91db-4dc1-b603-85512effc5da" + "430e78db-94e8-45ac-97b9-34b975a2b8b9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T173546Z:dc8347b2-91db-4dc1-b603-85512effc5da" + "NORTHEUROPE:20200806T225520Z:430e78db-94e8-45ac-97b9-34b975a2b8b9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:35:45 GMT" - ], "Content-Length": [ - "530" + "538" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,76 +198,130 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4390/providers/Microsoft.Search/searchServices/azs-7708\",\r\n \"name\": \"azs-7708\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4390/providers/Microsoft.Search/searchServices/azs-7708?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NzA4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": []\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "c0111812-9a63-4e57-bfc9-18e5e145079d" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 22:55:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "f5493dae-57f2-4b5e-a402-9aacf48439bf" + ], + "request-id": [ + "f5493dae-57f2-4b5e-a402-9aacf48439bf" + ], + "elapsed-time": [ + "354" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "a81232eb-e1be-49f3-af4f-8be4d1644c78" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T225550Z:a81232eb-e1be-49f3-af4f-8be4d1644c78" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Content-Length": [ - "319" + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:56:21 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A35%3A50.6815095Z'\"" + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c0111812-9a63-4e57-bfc9-18e5e145079d" + "de5ef333-b582-418b-b5bd-c8e83a381469" ], "request-id": [ - "c0111812-9a63-4e57-bfc9-18e5e145079d" + "de5ef333-b582-418b-b5bd-c8e83a381469" ], "elapsed-time": [ - "1659" + "367" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-reads": [ + "14998" ], "x-ms-correlation-request-id": [ - "870b0bc6-4eac-4766-accc-7973723b4907" + "da5434ec-5440-4e21-976c-1a16f22dd353" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T173551Z:870b0bc6-4eac-4766-accc-7973723b4907" + "NORTHEUROPE:20200806T225621Z:da5434ec-5440-4e21-976c-1a16f22dd353" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:35:51 GMT" - ], "Content-Length": [ - "670" + "538" ], "Content-Type": [ "application/json; charset=utf-8" @@ -276,76 +330,130 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4390/providers/Microsoft.Search/searchServices/azs-7708\",\r\n \"name\": \"azs-7708\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"67317cad-b8d9-45da-a12b-5c4c257ec15e\",\r\n \"tenantId\": \"f686d426-8d16-42db-81b7-ab578e110ccd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4390/providers/Microsoft.Search/searchServices/azs-7708?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NzA4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": []\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "41a16b08-e893-4f49-a4bc-a17267cadfbf" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 22:56:51 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "c67a6537-3878-4252-9874-6be151975f7a" + ], + "request-id": [ + "c67a6537-3878-4252-9874-6be151975f7a" + ], + "elapsed-time": [ + "398" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14997" + ], + "x-ms-correlation-request-id": [ + "58721297-0fc5-4aac-bb40-da117052c220" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T225652Z:58721297-0fc5-4aac-bb40-da117052c220" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Content-Length": [ - "309" + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:57:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A35%3A54.848421Z'\"" + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "41a16b08-e893-4f49-a4bc-a17267cadfbf" + "6c59c400-0fa8-4ea3-9d6c-5acf84098e06" ], "request-id": [ - "41a16b08-e893-4f49-a4bc-a17267cadfbf" + "6c59c400-0fa8-4ea3-9d6c-5acf84098e06" ], "elapsed-time": [ - "1538" + "485" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-reads": [ + "14996" ], "x-ms-correlation-request-id": [ - "1cea94a0-4f62-45a9-a5cc-7e4355febb19" + "ff50c659-df87-4a21-a084-40eeca2111cf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T173555Z:1cea94a0-4f62-45a9-a5cc-7e4355febb19" + "NORTHEUROPE:20200806T225722Z:ff50c659-df87-4a21-a084-40eeca2111cf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:35:55 GMT" - ], "Content-Length": [ - "592" + "538" ], "Content-Type": [ "application/json; charset=utf-8" @@ -354,25 +462,85 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4390/providers/Microsoft.Search/searchServices/azs-7708\",\r\n \"name\": \"azs-7708\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\",\r\n \"principalId\": null,\r\n \"tenantId\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4390/providers/Microsoft.Search/searchServices/azs-7708?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NzA4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "22b0d548-f996-44db-88a7-faaab9e04ae2" + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], - "Accept-Language": [ - "en-US" + "Date": [ + "Thu, 06 Aug 2020 22:57:53 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "2daa24c3-7287-434e-8ec1-78004f911bea" + ], + "request-id": [ + "2daa24c3-7287-434e-8ec1-78004f911bea" + ], + "elapsed-time": [ + "316" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14995" + ], + "x-ms-correlation-request-id": [ + "26365c05-b3c1-48a6-a220-4109d8625942" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T225753Z:26365c05-b3c1-48a6-a220-4109d8625942" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -380,41 +548,1919 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:58:23 GMT" + ], "Pragma": [ "no-cache" ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], "x-ms-request-id": [ - "22b0d548-f996-44db-88a7-faaab9e04ae2" + "004b3346-8100-483c-9016-ff103f6c7da2" ], "request-id": [ - "22b0d548-f996-44db-88a7-faaab9e04ae2" + "004b3346-8100-483c-9016-ff103f6c7da2" ], "elapsed-time": [ - "4398" + "398" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "14994" ], "x-ms-correlation-request-id": [ - "5f5deb6b-c7a0-47a0-b7f4-06125208b117" + "15e340be-9729-4248-8303-12cde1ad5bac" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T173601Z:5f5deb6b-c7a0-47a0-b7f4-06125208b117" + "NORTHEUROPE:20200806T225824Z:15e340be-9729-4248-8303-12cde1ad5bac" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:36:01 GMT" + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 22:58:53 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "92ff4037-3fc5-47c4-88be-72f908beb685" + ], + "request-id": [ + "92ff4037-3fc5-47c4-88be-72f908beb685" + ], + "elapsed-time": [ + "366" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14993" + ], + "x-ms-correlation-request-id": [ + "f6f70c84-1d15-4747-876e-c5dab350999f" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T225854Z:f6f70c84-1d15-4747-876e-c5dab350999f" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ - "0" + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 22:59:25 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "7e165772-e74a-41c9-839a-a7ea6ab00fea" + ], + "request-id": [ + "7e165772-e74a-41c9-839a-a7ea6ab00fea" + ], + "elapsed-time": [ + "450" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14992" + ], + "x-ms-correlation-request-id": [ + "8710f3f7-7bb4-4584-960b-6d8c766cd5b0" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T225926Z:8710f3f7-7bb4-4584-960b-6d8c766cd5b0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 22:59:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "49c447c4-7f55-486e-b6d0-9e73aa5880a8" + ], + "request-id": [ + "49c447c4-7f55-486e-b6d0-9e73aa5880a8" + ], + "elapsed-time": [ + "304" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14991" + ], + "x-ms-correlation-request-id": [ + "4ba83267-e85f-494a-bdc4-55a2836df7de" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T225956Z:4ba83267-e85f-494a-bdc4-55a2836df7de" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:00:26 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "35210bd6-5671-4064-86b3-ee28d2dcea7e" + ], + "request-id": [ + "35210bd6-5671-4064-86b3-ee28d2dcea7e" + ], + "elapsed-time": [ + "362" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14990" + ], + "x-ms-correlation-request-id": [ + "2bfaeb64-8f2b-43fe-ac69-ff89fe00c4c8" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230027Z:2bfaeb64-8f2b-43fe-ac69-ff89fe00c4c8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:00:57 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "c23db729-e615-4b77-8e1c-e2ef8801e174" + ], + "request-id": [ + "c23db729-e615-4b77-8e1c-e2ef8801e174" + ], + "elapsed-time": [ + "313" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14989" + ], + "x-ms-correlation-request-id": [ + "995d9d43-0234-4719-b6d8-2068cfb8920c" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230057Z:995d9d43-0234-4719-b6d8-2068cfb8920c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:01:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "7b824e37-2a5f-423b-b1f7-85f8be79c291" + ], + "request-id": [ + "7b824e37-2a5f-423b-b1f7-85f8be79c291" + ], + "elapsed-time": [ + "334" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14988" + ], + "x-ms-correlation-request-id": [ + "9e2a07f9-7e3c-4a67-baef-db14cc7d5a17" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230128Z:9e2a07f9-7e3c-4a67-baef-db14cc7d5a17" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:01:58 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "96f68918-9bf7-45d6-87a3-6e1f44fb39b4" + ], + "request-id": [ + "96f68918-9bf7-45d6-87a3-6e1f44fb39b4" + ], + "elapsed-time": [ + "322" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14987" + ], + "x-ms-correlation-request-id": [ + "19e46249-742c-44f2-87c9-29936bc41523" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230159Z:19e46249-742c-44f2-87c9-29936bc41523" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:02:29 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "663bd1b3-f717-4e75-a5a8-3edfe55c4865" + ], + "request-id": [ + "663bd1b3-f717-4e75-a5a8-3edfe55c4865" + ], + "elapsed-time": [ + "342" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14986" + ], + "x-ms-correlation-request-id": [ + "6060fd61-f329-4ddd-9ad1-41beb5d7428b" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230229Z:6060fd61-f329-4ddd-9ad1-41beb5d7428b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:02:59 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "91b366a1-8e99-4ebd-95b5-92107518e274" + ], + "request-id": [ + "91b366a1-8e99-4ebd-95b5-92107518e274" + ], + "elapsed-time": [ + "338" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14985" + ], + "x-ms-correlation-request-id": [ + "dcdc713f-4507-462f-b541-c70a7329abdc" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230300Z:dcdc713f-4507-462f-b541-c70a7329abdc" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:03:30 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "678be1d6-b4db-46b8-a22f-895695275c9b" + ], + "request-id": [ + "678be1d6-b4db-46b8-a22f-895695275c9b" + ], + "elapsed-time": [ + "435" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14984" + ], + "x-ms-correlation-request-id": [ + "cc8a2ebd-82a0-4301-bfab-b97673cf522e" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230330Z:cc8a2ebd-82a0-4301-bfab-b97673cf522e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:04:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "9e8e69a7-c728-4ce1-a655-94ab4f1da3dc" + ], + "request-id": [ + "9e8e69a7-c728-4ce1-a655-94ab4f1da3dc" + ], + "elapsed-time": [ + "466" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14983" + ], + "x-ms-correlation-request-id": [ + "4d93f6c0-16b9-419d-b75e-d3300a8d61d7" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230402Z:4d93f6c0-16b9-419d-b75e-d3300a8d61d7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:04:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "7a954ce3-758f-4184-b49b-08e4910388c2" + ], + "request-id": [ + "7a954ce3-758f-4184-b49b-08e4910388c2" + ], + "elapsed-time": [ + "330" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14982" + ], + "x-ms-correlation-request-id": [ + "c70a2157-99af-4547-8f59-bee3105b4085" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230433Z:c70a2157-99af-4547-8f59-bee3105b4085" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:05:03 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "779cfe06-ecc9-4b8d-8895-92f436a2d142" + ], + "request-id": [ + "779cfe06-ecc9-4b8d-8895-92f436a2d142" + ], + "elapsed-time": [ + "357" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14981" + ], + "x-ms-correlation-request-id": [ + "d2281d44-2d9d-4cf0-a15a-0c2aeb35a153" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230504Z:d2281d44-2d9d-4cf0-a15a-0c2aeb35a153" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:05:34 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "d07e94dc-a1e6-4a4e-a431-27e760bf484d" + ], + "request-id": [ + "d07e94dc-a1e6-4a4e-a431-27e760bf484d" + ], + "elapsed-time": [ + "288" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14980" + ], + "x-ms-correlation-request-id": [ + "575eb0a2-82a2-4472-84ab-211d1d841a06" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230535Z:575eb0a2-82a2-4472-84ab-211d1d841a06" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:06:05 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "b46de919-715f-46b2-bfaf-2dfa1e516a9d" + ], + "request-id": [ + "b46de919-715f-46b2-bfaf-2dfa1e516a9d" + ], + "elapsed-time": [ + "430" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14979" + ], + "x-ms-correlation-request-id": [ + "6005a4c7-6848-4531-bb2b-83d488e2119d" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230605Z:6005a4c7-6848-4531-bb2b-83d488e2119d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:06:36 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "7d27b14f-c6e0-418a-9b57-9e6aaf62333b" + ], + "request-id": [ + "7d27b14f-c6e0-418a-9b57-9e6aaf62333b" + ], + "elapsed-time": [ + "335" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14978" + ], + "x-ms-correlation-request-id": [ + "a98ef602-aa88-4e81-8c64-724f7fa85b4b" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230636Z:a98ef602-aa88-4e81-8c64-724f7fa85b4b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:07:06 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "e918af74-45a4-4c97-9a98-03de706df331" + ], + "request-id": [ + "e918af74-45a4-4c97-9a98-03de706df331" + ], + "elapsed-time": [ + "307" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14977" + ], + "x-ms-correlation-request-id": [ + "8a885fec-0f7c-4b89-bfd2-33ce70b7eae8" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230706Z:8a885fec-0f7c-4b89-bfd2-33ce70b7eae8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:07:37 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "b78ba54f-8eaa-4915-abc6-7db017704ea6" + ], + "request-id": [ + "b78ba54f-8eaa-4915-abc6-7db017704ea6" + ], + "elapsed-time": [ + "324" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14976" + ], + "x-ms-correlation-request-id": [ + "314564ab-374c-4212-bdca-97507d85628d" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230737Z:314564ab-374c-4212-bdca-97507d85628d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:08:08 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "d72cc230-b7d2-4ecc-b862-f114634411ae" + ], + "request-id": [ + "d72cc230-b7d2-4ecc-b862-f114634411ae" + ], + "elapsed-time": [ + "497" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14975" + ], + "x-ms-correlation-request-id": [ + "655fd64f-0cde-4f9c-af3a-59b062094e8f" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230808Z:655fd64f-0cde-4f9c-af3a-59b062094e8f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:08:39 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "382a2da6-3c58-4f91-805b-cb6b797dafe2" + ], + "request-id": [ + "382a2da6-3c58-4f91-805b-cb6b797dafe2" + ], + "elapsed-time": [ + "611" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14974" + ], + "x-ms-correlation-request-id": [ + "5060ebc6-562b-4025-8ace-673ccb24521a" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230840Z:5060ebc6-562b-4025-8ace-673ccb24521a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:09:10 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "1c1247cf-3d0e-4e16-a98c-74a2485be8ef" + ], + "request-id": [ + "1c1247cf-3d0e-4e16-a98c-74a2485be8ef" + ], + "elapsed-time": [ + "406" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14973" + ], + "x-ms-correlation-request-id": [ + "34eed5a6-e5f3-49fb-829a-1ced7ab91094" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230910Z:34eed5a6-e5f3-49fb-829a-1ced7ab91094" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:09:40 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "2c2eb1e3-c8ea-40d9-8edf-88ee4faa5bf3" + ], + "request-id": [ + "2c2eb1e3-c8ea-40d9-8edf-88ee4faa5bf3" + ], + "elapsed-time": [ + "334" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14972" + ], + "x-ms-correlation-request-id": [ + "16aef361-5389-4706-ada8-e52279092d4c" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230941Z:16aef361-5389-4706-ada8-e52279092d4c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:10:11 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "7789c25e-6fd6-4604-a933-58743d6c765e" + ], + "request-id": [ + "7789c25e-6fd6-4604-a933-58743d6c765e" + ], + "elapsed-time": [ + "423" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14971" + ], + "x-ms-correlation-request-id": [ + "0df50062-8c7c-4be6-999d-2a6f019e0f58" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T231012Z:0df50062-8c7c-4be6-999d-2a6f019e0f58" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:10:42 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "e21c31eb-f8a9-4d08-a3d7-097fe6aefb85" + ], + "request-id": [ + "e21c31eb-f8a9-4d08-a3d7-097fe6aefb85" + ], + "elapsed-time": [ + "416" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14970" + ], + "x-ms-correlation-request-id": [ + "495da86a-aba9-49a7-8899-ae8eb2757f47" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T231043Z:495da86a-aba9-49a7-8899-ae8eb2757f47" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:11:13 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "dbd1965a-e93b-44a0-abfe-4980ac457dd9" + ], + "request-id": [ + "dbd1965a-e93b-44a0-abfe-4980ac457dd9" + ], + "elapsed-time": [ + "422" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14969" + ], + "x-ms-correlation-request-id": [ + "eaf0706a-fed9-406f-ba6b-93fd7140933c" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T231113Z:eaf0706a-fed9-406f-ba6b-93fd7140933c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "530" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cb90c0a9-04c6-47e7-b99d-4abbe31e7520" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "56" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:11:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T23%3A11%3A17.3284472Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "cb90c0a9-04c6-47e7-b99d-4abbe31e7520" + ], + "request-id": [ + "cb90c0a9-04c6-47e7-b99d-4abbe31e7520" + ], + "elapsed-time": [ + "1366" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1196" + ], + "x-ms-correlation-request-id": [ + "3cd44af8-632d-4b98-b759-7619f6e68cf6" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T231118Z:3cd44af8-632d-4b98-b759-7619f6e68cf6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "670" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"37890a56-eb63-4263-851d-6eee452c1d04\",\r\n \"tenantId\": \"f686d426-8d16-42db-81b7-ab578e110ccd\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e9ee3842-d07e-46fb-ab04-77355f6787c0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "46" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:11:20 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T23%3A11%3A19.9292656Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "e9ee3842-d07e-46fb-ab04-77355f6787c0" + ], + "request-id": [ + "e9ee3842-d07e-46fb-ab04-77355f6787c0" + ], + "elapsed-time": [ + "568" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1195" + ], + "x-ms-correlation-request-id": [ + "e23df760-8b2e-4327-97c9-9cf18170836c" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T231121Z:e23df760-8b2e-4327-97c9-9cf18170836c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "592" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\",\r\n \"principalId\": null,\r\n \"tenantId\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dadbb710-cfbc-4a7a-b1c1-a066f341677e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:11:23 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "dadbb710-cfbc-4a7a-b1c1-a066f341677e" + ], + "request-id": [ + "dadbb710-cfbc-4a7a-b1c1-a066f341677e" + ], + "elapsed-time": [ + "718" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14997" + ], + "x-ms-correlation-request-id": [ + "d39eb3ca-2289-4bc5-b51b-604befb9bd3a" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T231123Z:d39eb3ca-2289-4bc5-b51b-604befb9bd3a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", @@ -423,10 +2469,10 @@ ], "Names": { "GenerateName": [ - "azsmnet4390" + "azsmnet2486" ], "GenerateServiceName": [ - "azs-7708" + "azs-4639" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateAndDeleteService.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateAndDeleteService.json index 26f47a3e2bf2..2957ff1cf74e 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateAndDeleteService.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateAndDeleteService.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "96c4a2f1-a5c1-4a8e-b5df-651912846225" + "ede9491a-4dee-4bea-b63b-72623c5f5cef" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:24:22 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "6637d6b2-0f0d-4ae0-8baa-2762ccc288c0" + "21dbe287-8577-4b53-af27-f5f0c5fd9b5b" ], "x-ms-correlation-request-id": [ - "6637d6b2-0f0d-4ae0-8baa-2762ccc288c0" + "21dbe287-8577-4b53-af27-f5f0c5fd9b5b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223821Z:6637d6b2-0f0d-4ae0-8baa-2762ccc288c0" + "NORTHEUROPE:20200806T232422Z:21dbe287-8577-4b53-af27-f5f0c5fd9b5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:20 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7080?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MDgwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet45?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "51a7eb0b-4362-41e1-9249-e866602c95e1" + "a22eaf4f-778f-4f09-a091-6a11e47e175d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:24:23 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-request-id": [ - "818230b9-7187-49b2-ab59-47351f57f262" + "b616f528-c5ea-4d07-9cfb-0858c0e24a17" ], "x-ms-correlation-request-id": [ - "818230b9-7187-49b2-ab59-47351f57f262" + "b616f528-c5ea-4d07-9cfb-0858c0e24a17" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223822Z:818230b9-7187-49b2-ab59-47351f57f262" + "NORTHEUROPE:20200806T232424Z:b616f528-c5ea-4d07-9cfb-0858c0e24a17" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,11 +113,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:22 GMT" - ], "Content-Length": [ - "175" + "171" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7080\",\r\n \"name\": \"azsmnet7080\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet45\",\r\n \"name\": \"azsmnet45\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7080/providers/Microsoft.Search/searchServices/azs-7647?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NjQ3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet45/providers/Microsoft.Search/searchServices/azs-3777?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NS9wcm92aWRlcnMvTWljcm9zb2Z0LlNlYXJjaC9zZWFyY2hTZXJ2aWNlcy9henMtMzc3Nz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8f857b41-34b2-41f2-8c5e-006cc9ea9a01" + "b6bed10f-f041-403c-8e86-9ef5c85cbc9d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,20 +155,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:24:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A25.8196226Z'\"" + "W/\"datetime'2020-08-06T23%3A24%3A31.7904338Z'\"" ], "x-ms-request-id": [ - "8f857b41-34b2-41f2-8c5e-006cc9ea9a01" + "b6bed10f-f041-403c-8e86-9ef5c85cbc9d" ], "request-id": [ - "8f857b41-34b2-41f2-8c5e-006cc9ea9a01" + "b6bed10f-f041-403c-8e86-9ef5c85cbc9d" ], "elapsed-time": [ - "1066" + "1162" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,19 +180,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "153dfd7e-228d-4a3f-8a81-df5603518551" + "1e797601-1dc5-4514-8d9c-631cc75a2df9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223826Z:153dfd7e-228d-4a3f-8a81-df5603518551" + "NORTHEUROPE:20200806T232433Z:1e797601-1dc5-4514-8d9c-631cc75a2df9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:26 GMT" - ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7080/providers/Microsoft.Search/searchServices/azs-7647\",\r\n \"name\": \"azs-7647\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet45/providers/Microsoft.Search/searchServices/azs-3777\",\r\n \"name\": \"azs-3777\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7080/providers/Microsoft.Search/searchServices/azs-7647?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NjQ3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet45/providers/Microsoft.Search/searchServices/azs-3777?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NS9wcm92aWRlcnMvTWljcm9zb2Z0LlNlYXJjaC9zZWFyY2hTZXJ2aWNlcy9henMtMzc3Nz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f310f736-8acb-4a85-a4b0-23fd6ff6e5a6" + "0de4a214-c1c4-47f6-8a4f-fbef9288cb05" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,17 +224,20 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:24:35 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "f310f736-8acb-4a85-a4b0-23fd6ff6e5a6" + "0de4a214-c1c4-47f6-8a4f-fbef9288cb05" ], "request-id": [ - "f310f736-8acb-4a85-a4b0-23fd6ff6e5a6" + "0de4a214-c1c4-47f6-8a4f-fbef9288cb05" ], "elapsed-time": [ - "553" + "803" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -243,43 +246,40 @@ "14999" ], "x-ms-correlation-request-id": [ - "45993952-643f-4982-9999-06cc729fb619" + "85d58003-1bfe-440c-bce4-c85d1a12c06a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223829Z:45993952-643f-4982-9999-06cc729fb619" + "NORTHEUROPE:20200806T232436Z:85d58003-1bfe-440c-bce4-c85d1a12c06a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7080/providers/Microsoft.Search/searchServices?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet45/providers/Microsoft.Search/searchServices?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NS9wcm92aWRlcnMvTWljcm9zb2Z0LlNlYXJjaC9zZWFyY2hTZXJ2aWNlcz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f7eadf31-0d5b-4df7-8c87-84e3eac7a026" + "19dc1571-a2d0-4e58-87bc-18c35f8596b5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -287,6 +287,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:24:36 GMT" + ], "Pragma": [ "no-cache" ], @@ -294,13 +297,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f7eadf31-0d5b-4df7-8c87-84e3eac7a026" + "19dc1571-a2d0-4e58-87bc-18c35f8596b5" ], "request-id": [ - "f7eadf31-0d5b-4df7-8c87-84e3eac7a026" + "19dc1571-a2d0-4e58-87bc-18c35f8596b5" ], "elapsed-time": [ - "408" + "364" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -309,17 +312,14 @@ "14999" ], "x-ms-correlation-request-id": [ - "1ceda643-1085-4622-9e0b-9c8f61181f22" + "12703f90-5e7d-4dfe-bd86-428baffa7afd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223831Z:1ceda643-1085-4622-9e0b-9c8f61181f22" + "NORTHEUROPE:20200806T232437Z:12703f90-5e7d-4dfe-bd86-428baffa7afd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:30 GMT" - ], "Content-Length": [ "28" ], @@ -336,10 +336,10 @@ ], "Names": { "GenerateName": [ - "azsmnet7080" + "azsmnet45" ], "GenerateServiceName": [ - "azs-7647" + "azs-3777" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateAndGetService.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateAndGetService.json index 1fe674116161..daa2d782ea4e 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateAndGetService.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateAndGetService.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f7ba2e7e-920e-4378-b3a4-1c3d857fcc79" + "2c95a14f-e1a5-44c5-a3c6-9f925099e77c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:49:27 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "470d73de-e07b-4174-9402-cfe0738e5dfa" + "9a4c394d-b934-45cc-8e72-9158b1eae698" ], "x-ms-correlation-request-id": [ - "470d73de-e07b-4174-9402-cfe0738e5dfa" + "9a4c394d-b934-45cc-8e72-9158b1eae698" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233713Z:470d73de-e07b-4174-9402-cfe0738e5dfa" + "NORTHEUROPE:20200807T004928Z:9a4c394d-b934-45cc-8e72-9158b1eae698" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:13 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet491?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0OTE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3459?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNDU5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e29cc01b-3c0c-47eb-bc8f-e58f93bfe903" + "ef42a9bb-dd0c-43bf-a45d-54f5fba0eef5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:49:29 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "5b09cda4-d055-4183-8e65-aa158edc7bb7" + "771b98d0-ea59-4551-a44a-070efe7c2da7" ], "x-ms-correlation-request-id": [ - "5b09cda4-d055-4183-8e65-aa158edc7bb7" + "771b98d0-ea59-4551-a44a-070efe7c2da7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233714Z:5b09cda4-d055-4183-8e65-aa158edc7bb7" + "NORTHEUROPE:20200807T004930Z:771b98d0-ea59-4551-a44a-070efe7c2da7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,11 +113,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:13 GMT" - ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet491\",\r\n \"name\": \"azsmnet491\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3459\",\r\n \"name\": \"azsmnet3459\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet491/providers/Microsoft.Search/searchServices/azs-2021?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIwMjE/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3459/providers/Microsoft.Search/searchServices/azs-5772?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNDU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzcyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d3837123-16ee-4fcf-b915-9bbcc5fc9217" + "94d4911d-c1a5-4667-b359-433ca2f0c80b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,41 +155,41 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:49:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A37%3A18.4978786Z'\"" + "W/\"datetime'2020-08-07T00%3A49%3A34.9423865Z'\"" ], "x-ms-request-id": [ - "d3837123-16ee-4fcf-b915-9bbcc5fc9217" + "94d4911d-c1a5-4667-b359-433ca2f0c80b" ], "request-id": [ - "d3837123-16ee-4fcf-b915-9bbcc5fc9217" + "94d4911d-c1a5-4667-b359-433ca2f0c80b" ], "elapsed-time": [ - "1257" + "1357" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "81ef755b-b9a7-42ee-b7d6-298cbf936bb9" + "ca222cf5-2102-4e9b-b4b3-784b4c8d6a2a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233719Z:81ef755b-b9a7-42ee-b7d6-298cbf936bb9" + "NORTHEUROPE:20200807T004935Z:ca222cf5-2102-4e9b-b4b3-784b4c8d6a2a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:19 GMT" - ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet491/providers/Microsoft.Search/searchServices/azs-2021\",\r\n \"name\": \"azs-2021\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3459/providers/Microsoft.Search/searchServices/azs-5772\",\r\n \"name\": \"azs-5772\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet491/providers/Microsoft.Search/searchServices/azs-2021?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIwMjE/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3459/providers/Microsoft.Search/searchServices/azs-5772?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNDU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzcyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4c08f204-e621-4a20-ab8c-14de75849953" + "6a8912e8-da31-45c1-a513-e009975ce924" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,23 +224,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:49:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A37%3A18.4978786Z'\"" + "W/\"datetime'2020-08-07T00%3A49%3A34.9423865Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4c08f204-e621-4a20-ab8c-14de75849953" + "6a8912e8-da31-45c1-a513-e009975ce924" ], "request-id": [ - "4c08f204-e621-4a20-ab8c-14de75849953" + "6a8912e8-da31-45c1-a513-e009975ce924" ], "elapsed-time": [ - "1035" + "295" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -249,19 +252,16 @@ "14999" ], "x-ms-correlation-request-id": [ - "728d230a-0a34-44eb-9c60-82b9dc58615e" + "8129a9d8-3218-4f11-bee1-72a1b2cfe5fd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233721Z:728d230a-0a34-44eb-9c60-82b9dc58615e" + "NORTHEUROPE:20200807T004936Z:8129a9d8-3218-4f11-bee1-72a1b2cfe5fd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:20 GMT" - ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -270,16 +270,16 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet491/providers/Microsoft.Search/searchServices/azs-2021\",\r\n \"name\": \"azs-2021\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3459/providers/Microsoft.Search/searchServices/azs-5772\",\r\n \"name\": \"azs-5772\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": { "GenerateName": [ - "azsmnet491" + "azsmnet3459" ], "GenerateServiceName": [ - "azs-2021" + "azs-5772" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateBasicService.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateBasicService.json index dbeba3b93561..142cc7f6d7ae 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateBasicService.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateBasicService.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "926b8b27-5998-45bc-954b-a8faf96b2747" + "879aad91-1792-4d6c-972f-0f3373ac449a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:54:53 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "80290659-50b5-4ded-b10c-a0a7a0978386" + "c43bb774-0fe1-4715-a64d-94dc55b1063f" ], "x-ms-correlation-request-id": [ - "80290659-50b5-4ded-b10c-a0a7a0978386" + "c43bb774-0fe1-4715-a64d-94dc55b1063f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T220127Z:80290659-50b5-4ded-b10c-a0a7a0978386" + "NORTHEUROPE:20200806T225453Z:c43bb774-0fe1-4715-a64d-94dc55b1063f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:01:26 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2575?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNTc1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7336?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MzM2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "51f0ecfe-4de5-4dbc-8114-1ed9c06221b9" + "4c5cceed-3613-45e6-ace1-7925bc5ba05e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:54:54 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "07c8ed31-f8ea-4b02-991a-d5811460a479" + "c16c4234-1220-4150-b126-f452e101f5c8" ], "x-ms-correlation-request-id": [ - "07c8ed31-f8ea-4b02-991a-d5811460a479" + "c16c4234-1220-4150-b126-f452e101f5c8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T220127Z:07c8ed31-f8ea-4b02-991a-d5811460a479" + "NORTHEUROPE:20200806T225455Z:c16c4234-1220-4150-b126-f452e101f5c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:01:27 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2575\",\r\n \"name\": \"azsmnet2575\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7336\",\r\n \"name\": \"azsmnet7336\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2575/providers/Microsoft.Search/searchServices/azs-2543?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTQzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7336/providers/Microsoft.Search/searchServices/azs-9972?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzM2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTcyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "59b77de2-3d25-4c6c-b1fe-4ecd778dd771" + "73e1a832-e52d-4778-8828-a7c7197b99c6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,20 +155,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:55:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A01%3A33.5410375Z'\"" + "W/\"datetime'2020-08-06T22%3A55%3A00.2469998Z'\"" ], "x-ms-request-id": [ - "59b77de2-3d25-4c6c-b1fe-4ecd778dd771" + "73e1a832-e52d-4778-8828-a7c7197b99c6" ], "request-id": [ - "59b77de2-3d25-4c6c-b1fe-4ecd778dd771" + "73e1a832-e52d-4778-8828-a7c7197b99c6" ], "elapsed-time": [ - "3270" + "2447" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,17 +180,14 @@ "1198" ], "x-ms-correlation-request-id": [ - "56817ea0-da0f-4fa0-b800-7665582e968a" + "863c612d-e454-4275-9670-dd12bbfe7b50" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T220134Z:56817ea0-da0f-4fa0-b800-7665582e968a" + "NORTHEUROPE:20200806T225501Z:863c612d-e454-4275-9670-dd12bbfe7b50" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:01:33 GMT" - ], "Content-Length": [ "530" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2575/providers/Microsoft.Search/searchServices/azs-2543\",\r\n \"name\": \"azs-2543\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7336/providers/Microsoft.Search/searchServices/azs-9972\",\r\n \"name\": \"azs-9972\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2575/providers/Microsoft.Search/searchServices/azs-2543?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTQzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7336/providers/Microsoft.Search/searchServices/azs-9972?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzM2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTcyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51d097ca-2420-4881-b4b6-e21b563e01f3" + "be0b80cd-435d-440d-b901-96a44a38c1fa" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,41 +224,41 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:55:04 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "51d097ca-2420-4881-b4b6-e21b563e01f3" + "be0b80cd-435d-440d-b901-96a44a38c1fa" ], "request-id": [ - "51d097ca-2420-4881-b4b6-e21b563e01f3" + "be0b80cd-435d-440d-b901-96a44a38c1fa" ], "elapsed-time": [ - "639" + "760" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14998" ], "x-ms-correlation-request-id": [ - "b9ce799b-a03c-4ba4-888c-9c9ee279c32e" + "3629eb6e-b266-4a2a-8cee-59c27d5ab7e5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T220136Z:b9ce799b-a03c-4ba4-888c-9c9ee279c32e" + "NORTHEUROPE:20200806T225504Z:3629eb6e-b266-4a2a-8cee-59c27d5ab7e5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:01:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -267,10 +267,10 @@ ], "Names": { "GenerateName": [ - "azsmnet2575" + "azsmnet7336" ], "GenerateServiceName": [ - "azs-2543" + "azs-9972" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateServiceInPrivateMode.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateServiceInPrivateMode.json index 9a1d9c8d8aa0..9bd7ce8720e9 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateServiceInPrivateMode.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateServiceInPrivateMode.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "172290ff-bc30-402a-8984-4a97f3fc54a0" + "a259ca70-18ff-4ceb-9485-976112620226" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:33:14 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "a3adf805-47ae-4c88-9cb6-e84d9b340cf2" + "32ddd0c0-ce88-42c8-a8ed-dd6fe11102ba" ], "x-ms-correlation-request-id": [ - "a3adf805-47ae-4c88-9cb6-e84d9b340cf2" + "32ddd0c0-ce88-42c8-a8ed-dd6fe11102ba" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231941Z:a3adf805-47ae-4c88-9cb6-e84d9b340cf2" + "NORTHEUROPE:20200807T003314Z:32ddd0c0-ce88-42c8-a8ed-dd6fe11102ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:19:40 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3493?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNDkzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8958?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4OTU4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0eef4336-3d8e-4c7a-ac62-d0c11fe12741" + "8f5a6c60-dde0-4000-9fb8-928683d1a576" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:33:16 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "938b2d59-d9eb-4221-9ad4-de70481204e7" + "fdd4f8ef-2185-4d5e-8101-db3cff52660e" ], "x-ms-correlation-request-id": [ - "938b2d59-d9eb-4221-9ad4-de70481204e7" + "fdd4f8ef-2185-4d5e-8101-db3cff52660e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231943Z:938b2d59-d9eb-4221-9ad4-de70481204e7" + "NORTHEUROPE:20200807T003316Z:fdd4f8ef-2185-4d5e-8101-db3cff52660e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:19:43 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3493\",\r\n \"name\": \"azsmnet3493\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8958\",\r\n \"name\": \"azsmnet8958\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3493/providers/Microsoft.Search/searchServices/azs-6411?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNDkzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NDExP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8958/providers/Microsoft.Search/searchServices/azs-7427?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDI3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"publicNetworkAccess\": \"disabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "08b87c02-2a44-4c62-bd21-f1d4a50c4fba" + "5d140a88-1445-4436-8242-4d3a1cec0e33" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,39 +155,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:33:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A19%3A46.9828728Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A21.6236438Z'\"" ], "x-ms-request-id": [ - "08b87c02-2a44-4c62-bd21-f1d4a50c4fba" + "5d140a88-1445-4436-8242-4d3a1cec0e33" ], "request-id": [ - "08b87c02-2a44-4c62-bd21-f1d4a50c4fba" + "5d140a88-1445-4436-8242-4d3a1cec0e33" ], "elapsed-time": [ - "1756" + "1816" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "812a3ffe-6c07-49ef-b0c0-8426caacd526" + "a1f73fa6-af6a-411e-a29f-afd60433141a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231947Z:812a3ffe-6c07-49ef-b0c0-8426caacd526" + "NORTHEUROPE:20200807T003322Z:a1f73fa6-af6a-411e-a29f-afd60433141a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:19:47 GMT" - ], "Content-Length": [ "539" ], @@ -198,16 +198,16 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3493/providers/Microsoft.Search/searchServices/azs-6411\",\r\n \"name\": \"azs-6411\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Disabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8958/providers/Microsoft.Search/searchServices/azs-7427\",\r\n \"name\": \"azs-7427\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Disabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", "StatusCode": 201 } ], "Names": { "GenerateName": [ - "azsmnet3493" + "azsmnet8958" ], "GenerateServiceName": [ - "azs-6411" + "azs-7427" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateServiceWithIdentity.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateServiceWithIdentity.json index 301cf18e396e..1113a882476f 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateServiceWithIdentity.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateServiceWithIdentity.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6d8b6e8-3f21-4619-bbd9-dfa0994c3b31" + "c33bc63d-c8a8-4edb-a4ef-726e75d8b982" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:23:27 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1196" ], "x-ms-request-id": [ - "a6317a09-4533-4b54-8f21-508517866500" + "5da98d96-c91c-4782-a0b5-efeb724fa603" ], "x-ms-correlation-request-id": [ - "a6317a09-4533-4b54-8f21-508517866500" + "5da98d96-c91c-4782-a0b5-efeb724fa603" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223706Z:a6317a09-4533-4b54-8f21-508517866500" + "NORTHEUROPE:20200806T232328Z:5da98d96-c91c-4782-a0b5-efeb724fa603" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:37:06 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6520?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2NTIwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8088?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MDg4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "168349b5-5020-4baa-8eef-76392d323bfb" + "c69289fa-a122-4aee-9e77-22056d739897" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:23:28 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1195" ], "x-ms-request-id": [ - "aa877db0-998a-462b-8fac-a5b6a422a1e3" + "c0028a0c-751b-4398-8b3d-0fc290a4750f" ], "x-ms-correlation-request-id": [ - "aa877db0-998a-462b-8fac-a5b6a422a1e3" + "c0028a0c-751b-4398-8b3d-0fc290a4750f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223707Z:aa877db0-998a-462b-8fac-a5b6a422a1e3" + "NORTHEUROPE:20200806T232329Z:c0028a0c-751b-4398-8b3d-0fc290a4750f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:37:07 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6520\",\r\n \"name\": \"azsmnet6520\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8088\",\r\n \"name\": \"azsmnet8088\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6520/providers/Microsoft.Search/searchServices/azs-4356?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NTIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzU2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8088/providers/Microsoft.Search/searchServices/azs-7994?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTk0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"location\": \"EastUS\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6a8672bb-8adc-4b9b-9c2c-4661a0dc978a" + "36794bce-3d4a-42ee-8f43-f14e7b8a3dfd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,39 +155,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:23:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A37%3A47.1045773Z'\"" + "W/\"datetime'2020-08-06T23%3A23%3A36.6806346Z'\"" ], "x-ms-request-id": [ - "6a8672bb-8adc-4b9b-9c2c-4661a0dc978a" + "36794bce-3d4a-42ee-8f43-f14e7b8a3dfd" ], "request-id": [ - "6a8672bb-8adc-4b9b-9c2c-4661a0dc978a" + "36794bce-3d4a-42ee-8f43-f14e7b8a3dfd" ], "elapsed-time": [ - "4552" + "2354" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1194" ], "x-ms-correlation-request-id": [ - "0a35fb7c-2e3e-4bd9-9085-db14c4905bff" + "d1b2a5a4-d80b-44ec-85bf-e90dffffb44a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223748Z:0a35fb7c-2e3e-4bd9-9085-db14c4905bff" + "NORTHEUROPE:20200806T232338Z:d1b2a5a4-d80b-44ec-85bf-e90dffffb44a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:37:47 GMT" - ], "Content-Length": [ "670" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6520/providers/Microsoft.Search/searchServices/azs-4356\",\r\n \"name\": \"azs-4356\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"c01e03f1-43ba-4056-aeb9-4b75c0efe28a\",\r\n \"tenantId\": \"f686d426-8d16-42db-81b7-ab578e110ccd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8088/providers/Microsoft.Search/searchServices/azs-7994\",\r\n \"name\": \"azs-7994\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"1d348513-478e-492b-a010-4adca5004bfc\",\r\n \"tenantId\": \"f686d426-8d16-42db-81b7-ab578e110ccd\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6520/providers/Microsoft.Search/searchServices/azs-4356?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NTIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzU2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8088/providers/Microsoft.Search/searchServices/azs-7994?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTk0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "be5eb283-b489-44ec-9ef6-ac858a6b07de" + "c6c57bd9-5301-4d1c-ba52-a2551a5e389c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,41 +224,41 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:23:41 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "be5eb283-b489-44ec-9ef6-ac858a6b07de" + "c6c57bd9-5301-4d1c-ba52-a2551a5e389c" ], "request-id": [ - "be5eb283-b489-44ec-9ef6-ac858a6b07de" + "c6c57bd9-5301-4d1c-ba52-a2551a5e389c" ], "elapsed-time": [ - "633" + "1404" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14996" ], "x-ms-correlation-request-id": [ - "cc1d43b4-2bc8-482b-b988-2fcaf0f5dbd7" + "ad92dc0e-1391-46fa-8220-12f90aa3118f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223750Z:cc1d43b4-2bc8-482b-b988-2fcaf0f5dbd7" + "NORTHEUROPE:20200806T232341Z:ad92dc0e-1391-46fa-8220-12f90aa3118f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:37:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -267,10 +267,10 @@ ], "Names": { "GenerateName": [ - "azsmnet6520" + "azsmnet8088" ], "GenerateServiceName": [ - "azs-4356" + "azs-7994" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandard2Service.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandard2Service.json index 006050caf236..7a88cc5d5c02 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandard2Service.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandard2Service.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "833501e9-33ae-4769-977d-b741d7f1a07a" + "fa66c5b5-7351-485d-95d9-c89598c46dbe" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:24:57 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "c83df915-45e6-41ea-87d1-284948972751" + "3b59c640-c2f1-473e-994e-a0903de39095" ], "x-ms-correlation-request-id": [ - "c83df915-45e6-41ea-87d1-284948972751" + "3b59c640-c2f1-473e-994e-a0903de39095" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223848Z:c83df915-45e6-41ea-87d1-284948972751" + "NORTHEUROPE:20200806T232457Z:3b59c640-c2f1-473e-994e-a0903de39095" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:48 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7291?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MjkxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8648?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NjQ4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "359d66e7-0dac-46cb-9818-ec11030dab87" + "b3b745ff-c110-4b16-845e-234593654356" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:24:58 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1198" ], "x-ms-request-id": [ - "064dbb99-dd12-42b4-999b-2e2ca2346549" + "c55a583b-9851-4fc1-a215-5728ebd9e5a0" ], "x-ms-correlation-request-id": [ - "064dbb99-dd12-42b4-999b-2e2ca2346549" + "c55a583b-9851-4fc1-a215-5728ebd9e5a0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223849Z:064dbb99-dd12-42b4-999b-2e2ca2346549" + "NORTHEUROPE:20200806T232458Z:c55a583b-9851-4fc1-a215-5728ebd9e5a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:48 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291\",\r\n \"name\": \"azsmnet7291\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648\",\r\n \"name\": \"azsmnet8648\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9d878089-e41d-45b3-bfb5-5dbcaa109f76" + "8e7f012c-7ea4-4695-95c5-83715de69cd1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,39 +155,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:25:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "x-ms-request-id": [ - "9d878089-e41d-45b3-bfb5-5dbcaa109f76" + "8e7f012c-7ea4-4695-95c5-83715de69cd1" ], "request-id": [ - "9d878089-e41d-45b3-bfb5-5dbcaa109f76" + "8e7f012c-7ea4-4695-95c5-83715de69cd1" ], "elapsed-time": [ - "2435" + "4238" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1192" ], "x-ms-correlation-request-id": [ - "34e824ea-02fb-4b0d-9cd1-526cd3131d2b" + "f9e5f123-8944-4479-bb2d-d90218960f8b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223854Z:34e824ea-02fb-4b0d-9cd1-526cd3131d2b" + "NORTHEUROPE:20200806T232506Z:f9e5f123-8944-4479-bb2d-d90218960f8b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:54 GMT" - ], "Content-Length": [ "542" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e1a081de-ffe9-4d54-b970-522711d6b03a" + "455b75d8-e382-4e7b-90fb-124fe9ee229d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,42 +224,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:25:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e1a081de-ffe9-4d54-b970-522711d6b03a" + "455b75d8-e382-4e7b-90fb-124fe9ee229d" ], "request-id": [ - "e1a081de-ffe9-4d54-b970-522711d6b03a" + "455b75d8-e382-4e7b-90fb-124fe9ee229d" ], "elapsed-time": [ - "60" + "305" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14968" ], "x-ms-correlation-request-id": [ - "b808139f-b239-42ee-98d6-04ae9af49960" + "75a8af0d-0df4-4357-a2c0-583356879121" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223904Z:b808139f-b239-42ee-98d6-04ae9af49960" + "NORTHEUROPE:20200806T232516Z:75a8af0d-0df4-4357-a2c0-583356879121" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:39:03 GMT" - ], "Content-Length": [ "542" ], @@ -270,25 +270,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0c10f108-6951-4e89-933a-e518efa88547" + "106fe9ca-5791-47e0-bd07-0136b908278d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -296,42 +296,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:25:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0c10f108-6951-4e89-933a-e518efa88547" + "106fe9ca-5791-47e0-bd07-0136b908278d" ], "request-id": [ - "0c10f108-6951-4e89-933a-e518efa88547" + "106fe9ca-5791-47e0-bd07-0136b908278d" ], "elapsed-time": [ - "76" + "345" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14967" ], "x-ms-correlation-request-id": [ - "94eec9ab-42c6-4c21-8fe8-564edff16fb0" + "2fc59912-f451-499f-9196-33230e3a6066" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223914Z:94eec9ab-42c6-4c21-8fe8-564edff16fb0" + "NORTHEUROPE:20200806T232527Z:2fc59912-f451-499f-9196-33230e3a6066" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:39:14 GMT" - ], "Content-Length": [ "542" ], @@ -342,25 +342,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bda79fec-dade-4e16-a33c-c26611c03c9e" + "b92d8552-4dbc-429d-b1f1-7f4111f4111f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -368,42 +368,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:25:37 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "bda79fec-dade-4e16-a33c-c26611c03c9e" + "b92d8552-4dbc-429d-b1f1-7f4111f4111f" ], "request-id": [ - "bda79fec-dade-4e16-a33c-c26611c03c9e" + "b92d8552-4dbc-429d-b1f1-7f4111f4111f" ], "elapsed-time": [ - "71" + "451" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14966" ], "x-ms-correlation-request-id": [ - "d0efa871-8d45-4b32-ac82-727f165a08ef" + "a1959464-f036-4f2a-9d59-420b4c88f79f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223925Z:d0efa871-8d45-4b32-ac82-727f165a08ef" + "NORTHEUROPE:20200806T232538Z:a1959464-f036-4f2a-9d59-420b4c88f79f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:39:24 GMT" - ], "Content-Length": [ "542" ], @@ -414,25 +414,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a5c03d7-446e-457c-9c80-c543e25f95d8" + "ac08ac47-2fed-4f8d-9517-b4becfacb5e6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -440,42 +440,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:25:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0a5c03d7-446e-457c-9c80-c543e25f95d8" + "ac08ac47-2fed-4f8d-9517-b4becfacb5e6" ], "request-id": [ - "0a5c03d7-446e-457c-9c80-c543e25f95d8" + "ac08ac47-2fed-4f8d-9517-b4becfacb5e6" ], "elapsed-time": [ - "129" + "329" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14965" ], "x-ms-correlation-request-id": [ - "defd1dca-7d22-41fc-967e-9c5186c13f69" + "5b981a32-8a7f-451e-86cf-7b1f42ccbc02" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223935Z:defd1dca-7d22-41fc-967e-9c5186c13f69" + "NORTHEUROPE:20200806T232548Z:5b981a32-8a7f-451e-86cf-7b1f42ccbc02" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:39:35 GMT" - ], "Content-Length": [ "542" ], @@ -486,25 +486,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "22b1ce40-838c-461c-8b6a-1f72310f69f3" + "7b292441-fb5c-4c81-b5e7-39298496b508" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -512,42 +512,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:25:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "22b1ce40-838c-461c-8b6a-1f72310f69f3" + "7b292441-fb5c-4c81-b5e7-39298496b508" ], "request-id": [ - "22b1ce40-838c-461c-8b6a-1f72310f69f3" + "7b292441-fb5c-4c81-b5e7-39298496b508" ], "elapsed-time": [ - "93" + "305" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14964" ], "x-ms-correlation-request-id": [ - "01e9f110-1a0a-4079-a943-438d8fce17e3" + "51ad6b1d-07a6-4b05-b474-aeed9f05dae4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223946Z:01e9f110-1a0a-4079-a943-438d8fce17e3" + "NORTHEUROPE:20200806T232559Z:51ad6b1d-07a6-4b05-b474-aeed9f05dae4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:39:45 GMT" - ], "Content-Length": [ "542" ], @@ -558,25 +558,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "086674ad-d594-4d4c-94b6-8d5736d08983" + "0ff3045a-3081-4515-96e3-27cd6bd6debf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -584,42 +584,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:26:09 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "086674ad-d594-4d4c-94b6-8d5736d08983" + "0ff3045a-3081-4515-96e3-27cd6bd6debf" ], "request-id": [ - "086674ad-d594-4d4c-94b6-8d5736d08983" + "0ff3045a-3081-4515-96e3-27cd6bd6debf" ], "elapsed-time": [ - "66" + "328" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14963" ], "x-ms-correlation-request-id": [ - "8f2c8aef-c241-4aba-8fc8-3cf0f3c2d529" + "7141bb2d-1567-4b41-b06c-82574c1f1518" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223956Z:8f2c8aef-c241-4aba-8fc8-3cf0f3c2d529" + "NORTHEUROPE:20200806T232609Z:7141bb2d-1567-4b41-b06c-82574c1f1518" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:39:55 GMT" - ], "Content-Length": [ "542" ], @@ -630,25 +630,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4405a6de-276c-46ff-b6f1-6b8397cc1307" + "f51cd5ae-1bcb-4267-bb4b-63d72c5a5580" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -656,42 +656,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:26:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4405a6de-276c-46ff-b6f1-6b8397cc1307" + "f51cd5ae-1bcb-4267-bb4b-63d72c5a5580" ], "request-id": [ - "4405a6de-276c-46ff-b6f1-6b8397cc1307" + "f51cd5ae-1bcb-4267-bb4b-63d72c5a5580" ], "elapsed-time": [ - "62" + "274" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14962" ], "x-ms-correlation-request-id": [ - "f0fab91e-ba29-45e3-b7b1-75e507136fbe" + "399e7526-414e-485c-b9f1-c459b4e80937" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224006Z:f0fab91e-ba29-45e3-b7b1-75e507136fbe" + "NORTHEUROPE:20200806T232620Z:399e7526-414e-485c-b9f1-c459b4e80937" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:40:06 GMT" - ], "Content-Length": [ "542" ], @@ -702,25 +702,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc669b22-fcae-4513-9ef2-a8d9e9b89e7c" + "c5934afd-a6fd-49ab-a85f-c48d3ffef808" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -728,42 +728,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:26:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "cc669b22-fcae-4513-9ef2-a8d9e9b89e7c" + "c5934afd-a6fd-49ab-a85f-c48d3ffef808" ], "request-id": [ - "cc669b22-fcae-4513-9ef2-a8d9e9b89e7c" + "c5934afd-a6fd-49ab-a85f-c48d3ffef808" ], "elapsed-time": [ - "57" + "268" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "14961" ], "x-ms-correlation-request-id": [ - "5dfb4165-4354-4d31-a252-0e8e57f04099" + "42b4531b-e122-4a45-984d-a065cf39f4bf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224017Z:5dfb4165-4354-4d31-a252-0e8e57f04099" + "NORTHEUROPE:20200806T232630Z:42b4531b-e122-4a45-984d-a065cf39f4bf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:40:16 GMT" - ], "Content-Length": [ "542" ], @@ -774,25 +774,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7b779b98-d6ab-411a-8021-872c12b49795" + "c72c830a-f6fe-45cb-9d84-64783b0bfbdb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -800,42 +800,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:26:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7b779b98-d6ab-411a-8021-872c12b49795" + "c72c830a-f6fe-45cb-9d84-64783b0bfbdb" ], "request-id": [ - "7b779b98-d6ab-411a-8021-872c12b49795" + "c72c830a-f6fe-45cb-9d84-64783b0bfbdb" ], "elapsed-time": [ - "89" + "314" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "14960" ], "x-ms-correlation-request-id": [ - "99a853f8-e27e-4025-a292-2a66cb717297" + "dd2c7ad9-aa0b-4a8c-8d42-6a2f0946e00c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224027Z:99a853f8-e27e-4025-a292-2a66cb717297" + "NORTHEUROPE:20200806T232641Z:dd2c7ad9-aa0b-4a8c-8d42-6a2f0946e00c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:40:27 GMT" - ], "Content-Length": [ "542" ], @@ -846,25 +846,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dfa0c04b-34d5-43a3-9101-7748439aaa02" + "1ab5fee0-a0eb-41f3-8593-46bc9ffe4197" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -872,42 +872,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:26:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "dfa0c04b-34d5-43a3-9101-7748439aaa02" + "1ab5fee0-a0eb-41f3-8593-46bc9ffe4197" ], "request-id": [ - "dfa0c04b-34d5-43a3-9101-7748439aaa02" + "1ab5fee0-a0eb-41f3-8593-46bc9ffe4197" ], "elapsed-time": [ - "57" + "326" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "14959" ], "x-ms-correlation-request-id": [ - "5ff9819a-7876-41ee-856b-5b2fd6340ef9" + "f54073fa-4257-41e8-8039-47c226a190a3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224037Z:5ff9819a-7876-41ee-856b-5b2fd6340ef9" + "NORTHEUROPE:20200806T232652Z:f54073fa-4257-41e8-8039-47c226a190a3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:40:36 GMT" - ], "Content-Length": [ "542" ], @@ -918,25 +918,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1735c335-ecc7-4b71-9e6b-ea1f8a8911e4" + "064be593-9aba-404f-9cff-36427ff139bf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -944,42 +944,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:27:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1735c335-ecc7-4b71-9e6b-ea1f8a8911e4" + "064be593-9aba-404f-9cff-36427ff139bf" ], "request-id": [ - "1735c335-ecc7-4b71-9e6b-ea1f8a8911e4" + "064be593-9aba-404f-9cff-36427ff139bf" ], "elapsed-time": [ - "64" + "292" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "14958" ], "x-ms-correlation-request-id": [ - "6a29200f-1fc1-4d1b-b388-6caac92c928f" + "5638143a-b615-4b5a-87f8-b302a292861a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224047Z:6a29200f-1fc1-4d1b-b388-6caac92c928f" + "NORTHEUROPE:20200806T232702Z:5638143a-b615-4b5a-87f8-b302a292861a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:40:47 GMT" - ], "Content-Length": [ "542" ], @@ -990,25 +990,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6637a5f5-0549-4ceb-8ad1-cc23e3622abb" + "666e6f33-177c-42a0-902e-a924c62d06af" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1016,42 +1016,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:27:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6637a5f5-0549-4ceb-8ad1-cc23e3622abb" + "666e6f33-177c-42a0-902e-a924c62d06af" ], "request-id": [ - "6637a5f5-0549-4ceb-8ad1-cc23e3622abb" + "666e6f33-177c-42a0-902e-a924c62d06af" ], "elapsed-time": [ - "232" + "289" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "14957" ], "x-ms-correlation-request-id": [ - "e4a54e2c-db27-4b36-a7e3-0d2ae9fd3174" + "63d320e6-7822-4bcb-a2c0-2692815d3952" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224058Z:e4a54e2c-db27-4b36-a7e3-0d2ae9fd3174" + "NORTHEUROPE:20200806T232713Z:63d320e6-7822-4bcb-a2c0-2692815d3952" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:40:58 GMT" - ], "Content-Length": [ "542" ], @@ -1062,25 +1062,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2748c9c0-657a-4517-b0e6-a9410aa4c624" + "c1959eb4-fb25-469f-b755-e524e0df65eb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1088,42 +1088,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:27:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2748c9c0-657a-4517-b0e6-a9410aa4c624" + "c1959eb4-fb25-469f-b755-e524e0df65eb" ], "request-id": [ - "2748c9c0-657a-4517-b0e6-a9410aa4c624" + "c1959eb4-fb25-469f-b755-e524e0df65eb" ], "elapsed-time": [ - "59" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "14956" ], "x-ms-correlation-request-id": [ - "1d624818-1312-44c8-a943-57fb9efabdb3" + "950b5e6f-0064-4a06-afc5-e67caaa6c434" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224108Z:1d624818-1312-44c8-a943-57fb9efabdb3" + "NORTHEUROPE:20200806T232723Z:950b5e6f-0064-4a06-afc5-e67caaa6c434" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:41:08 GMT" - ], "Content-Length": [ "542" ], @@ -1134,25 +1134,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "671b482e-26ff-4162-a49d-d362bb0f4939" + "e2e5139b-5805-411c-afb9-cd3b3176c447" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1160,42 +1160,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:27:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "671b482e-26ff-4162-a49d-d362bb0f4939" + "e2e5139b-5805-411c-afb9-cd3b3176c447" ], "request-id": [ - "671b482e-26ff-4162-a49d-d362bb0f4939" + "e2e5139b-5805-411c-afb9-cd3b3176c447" ], "elapsed-time": [ - "192" + "272" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "14955" ], "x-ms-correlation-request-id": [ - "28b74623-a763-48e1-9a1e-b7cc8182de79" + "122dbff1-9665-4947-aad3-a4f969de684d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224119Z:28b74623-a763-48e1-9a1e-b7cc8182de79" + "NORTHEUROPE:20200806T232734Z:122dbff1-9665-4947-aad3-a4f969de684d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:41:19 GMT" - ], "Content-Length": [ "542" ], @@ -1206,25 +1206,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f4761207-521d-431d-9893-b77964a07caf" + "1422a203-ef8d-4bb5-b7f0-656c7e518ca3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1232,42 +1232,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:27:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f4761207-521d-431d-9893-b77964a07caf" + "1422a203-ef8d-4bb5-b7f0-656c7e518ca3" ], "request-id": [ - "f4761207-521d-431d-9893-b77964a07caf" + "1422a203-ef8d-4bb5-b7f0-656c7e518ca3" ], "elapsed-time": [ - "56" + "310" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "14954" ], "x-ms-correlation-request-id": [ - "19ad0304-d926-48da-8951-36a7017555dc" + "17ea1f53-89f0-4597-b5ec-6347518a075a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224129Z:19ad0304-d926-48da-8951-36a7017555dc" + "NORTHEUROPE:20200806T232744Z:17ea1f53-89f0-4597-b5ec-6347518a075a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:41:28 GMT" - ], "Content-Length": [ "542" ], @@ -1278,25 +1278,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "74329f39-9ef5-49d3-add3-91b9955af4f7" + "ed1becff-c7f2-43f3-a88b-8a71961c87b9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1304,42 +1304,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:27:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "74329f39-9ef5-49d3-add3-91b9955af4f7" + "ed1becff-c7f2-43f3-a88b-8a71961c87b9" ], "request-id": [ - "74329f39-9ef5-49d3-add3-91b9955af4f7" + "ed1becff-c7f2-43f3-a88b-8a71961c87b9" ], "elapsed-time": [ - "109" + "350" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "14953" ], "x-ms-correlation-request-id": [ - "e64dc0a8-944f-4a65-afe4-930dda344005" + "380f2264-6f39-496b-a6c8-95dad1e77d3f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224139Z:e64dc0a8-944f-4a65-afe4-930dda344005" + "NORTHEUROPE:20200806T232755Z:380f2264-6f39-496b-a6c8-95dad1e77d3f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:41:38 GMT" - ], "Content-Length": [ "542" ], @@ -1350,25 +1350,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f0ad3c23-ed06-41ab-8c0b-5fa99b840b09" + "8d5a05c2-7233-41ef-832c-f5fac7b1e0a5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1376,42 +1376,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:28:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f0ad3c23-ed06-41ab-8c0b-5fa99b840b09" + "8d5a05c2-7233-41ef-832c-f5fac7b1e0a5" ], "request-id": [ - "f0ad3c23-ed06-41ab-8c0b-5fa99b840b09" + "8d5a05c2-7233-41ef-832c-f5fac7b1e0a5" ], "elapsed-time": [ - "59" + "287" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "14952" ], "x-ms-correlation-request-id": [ - "80da50d0-f106-414f-adf2-df2abd18da33" + "f7670c9a-b394-48c4-8aef-c49f1a18cc5b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224150Z:80da50d0-f106-414f-adf2-df2abd18da33" + "NORTHEUROPE:20200806T232805Z:f7670c9a-b394-48c4-8aef-c49f1a18cc5b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:41:49 GMT" - ], "Content-Length": [ "542" ], @@ -1422,25 +1422,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7a02ae88-245e-45d2-942e-4a282d601241" + "76aa8c2b-528d-4e8f-8b71-d3031f440c77" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1448,42 +1448,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:28:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7a02ae88-245e-45d2-942e-4a282d601241" + "76aa8c2b-528d-4e8f-8b71-d3031f440c77" ], "request-id": [ - "7a02ae88-245e-45d2-942e-4a282d601241" + "76aa8c2b-528d-4e8f-8b71-d3031f440c77" ], "elapsed-time": [ - "84" + "278" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" + "14951" ], "x-ms-correlation-request-id": [ - "27ed9a84-297c-4d9c-9f90-75ba7653be75" + "0132841b-a6cf-4746-9ea0-bef0ceeaa815" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224200Z:27ed9a84-297c-4d9c-9f90-75ba7653be75" + "NORTHEUROPE:20200806T232816Z:0132841b-a6cf-4746-9ea0-bef0ceeaa815" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:41:59 GMT" - ], "Content-Length": [ "542" ], @@ -1494,25 +1494,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3e915bca-3055-4bea-a4d4-3ae692b3385e" + "b090e2c8-f815-4b36-a534-d2a73c52f261" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1520,42 +1520,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:28:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3e915bca-3055-4bea-a4d4-3ae692b3385e" + "b090e2c8-f815-4b36-a534-d2a73c52f261" ], "request-id": [ - "3e915bca-3055-4bea-a4d4-3ae692b3385e" + "b090e2c8-f815-4b36-a534-d2a73c52f261" ], "elapsed-time": [ - "72" + "366" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" + "14950" ], "x-ms-correlation-request-id": [ - "5631b83f-23be-4c46-a4d5-ece6030039f3" + "b6afc673-a43a-4c27-96f7-6542bf4e9f75" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224210Z:5631b83f-23be-4c46-a4d5-ece6030039f3" + "NORTHEUROPE:20200806T232826Z:b6afc673-a43a-4c27-96f7-6542bf4e9f75" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:42:10 GMT" - ], "Content-Length": [ "542" ], @@ -1566,25 +1566,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "28d52a3d-661a-4768-b5b3-8a383723c490" + "1781236d-fe62-43a7-bf6e-1a75d78f7d32" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1592,42 +1592,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:28:37 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "28d52a3d-661a-4768-b5b3-8a383723c490" + "1781236d-fe62-43a7-bf6e-1a75d78f7d32" ], "request-id": [ - "28d52a3d-661a-4768-b5b3-8a383723c490" + "1781236d-fe62-43a7-bf6e-1a75d78f7d32" ], "elapsed-time": [ - "113" + "277" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" + "14949" ], "x-ms-correlation-request-id": [ - "721c1945-49d7-4bb3-9eab-b6ff7549610e" + "b6082162-e361-4ecf-a667-cd62e29d86fc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224221Z:721c1945-49d7-4bb3-9eab-b6ff7549610e" + "NORTHEUROPE:20200806T232837Z:b6082162-e361-4ecf-a667-cd62e29d86fc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:42:20 GMT" - ], "Content-Length": [ "542" ], @@ -1638,25 +1638,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "278d7332-3206-47e7-b3e6-a8bb38518893" + "a573fe0a-f2d7-4fc3-922f-28941335cbdd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1664,42 +1664,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:28:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "278d7332-3206-47e7-b3e6-a8bb38518893" + "a573fe0a-f2d7-4fc3-922f-28941335cbdd" ], "request-id": [ - "278d7332-3206-47e7-b3e6-a8bb38518893" + "a573fe0a-f2d7-4fc3-922f-28941335cbdd" ], "elapsed-time": [ - "242" + "306" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" + "14948" ], "x-ms-correlation-request-id": [ - "5a8252f4-086e-4ccf-9c2d-15e8243fd258" + "33883e1c-c3ef-40f1-bc73-324575265a76" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224231Z:5a8252f4-086e-4ccf-9c2d-15e8243fd258" + "NORTHEUROPE:20200806T232847Z:33883e1c-c3ef-40f1-bc73-324575265a76" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:42:31 GMT" - ], "Content-Length": [ "542" ], @@ -1710,25 +1710,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eda10812-fd67-4c2f-8b3e-00bdc0ca4f8f" + "83b2d3ba-5948-4c6e-becd-2e5211757788" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1736,42 +1736,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:28:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "eda10812-fd67-4c2f-8b3e-00bdc0ca4f8f" + "83b2d3ba-5948-4c6e-becd-2e5211757788" ], "request-id": [ - "eda10812-fd67-4c2f-8b3e-00bdc0ca4f8f" + "83b2d3ba-5948-4c6e-becd-2e5211757788" ], "elapsed-time": [ - "94" + "467" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" + "14947" ], "x-ms-correlation-request-id": [ - "d29eadcd-8e67-44c4-bc01-aa88b9a12329" + "8153903e-d0b0-4e9b-aa3b-2945352c9316" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224241Z:d29eadcd-8e67-44c4-bc01-aa88b9a12329" + "NORTHEUROPE:20200806T232859Z:8153903e-d0b0-4e9b-aa3b-2945352c9316" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:42:41 GMT" - ], "Content-Length": [ "542" ], @@ -1782,25 +1782,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7a62faf-f9ef-42ce-ba2f-758776a9063e" + "f5a07492-b1fa-479f-aab4-4e424c3d3ba9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1808,42 +1808,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:29:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a7a62faf-f9ef-42ce-ba2f-758776a9063e" + "f5a07492-b1fa-479f-aab4-4e424c3d3ba9" ], "request-id": [ - "a7a62faf-f9ef-42ce-ba2f-758776a9063e" + "f5a07492-b1fa-479f-aab4-4e424c3d3ba9" ], "elapsed-time": [ - "56" + "333" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" + "14946" ], "x-ms-correlation-request-id": [ - "1db80a5e-8fb1-4edf-b52e-6b0e9cc03d95" + "51282a6a-899f-4ad3-bb24-9a6124af921f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224252Z:1db80a5e-8fb1-4edf-b52e-6b0e9cc03d95" + "NORTHEUROPE:20200806T232910Z:51282a6a-899f-4ad3-bb24-9a6124af921f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:42:51 GMT" - ], "Content-Length": [ "542" ], @@ -1854,25 +1854,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0638b562-83b6-4352-b54f-be27b8f049da" + "09bee72d-7cc5-435a-a99e-84955108ae99" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1880,42 +1880,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:29:20 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0638b562-83b6-4352-b54f-be27b8f049da" + "09bee72d-7cc5-435a-a99e-84955108ae99" ], "request-id": [ - "0638b562-83b6-4352-b54f-be27b8f049da" + "09bee72d-7cc5-435a-a99e-84955108ae99" ], "elapsed-time": [ - "52" + "306" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" + "14945" ], "x-ms-correlation-request-id": [ - "72ef7594-7078-4433-bdac-2f8747e239ea" + "29a36813-665b-45f5-9789-addf91e4d2ab" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224302Z:72ef7594-7078-4433-bdac-2f8747e239ea" + "NORTHEUROPE:20200806T232920Z:29a36813-665b-45f5-9789-addf91e4d2ab" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:43:01 GMT" - ], "Content-Length": [ "542" ], @@ -1926,25 +1926,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ebd0a34e-5fef-4cb5-9357-e7ead623ba0b" + "223a3da2-77d2-4048-b8ba-7ced1bd43ed0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1952,42 +1952,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:29:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ebd0a34e-5fef-4cb5-9357-e7ead623ba0b" + "223a3da2-77d2-4048-b8ba-7ced1bd43ed0" ], "request-id": [ - "ebd0a34e-5fef-4cb5-9357-e7ead623ba0b" + "223a3da2-77d2-4048-b8ba-7ced1bd43ed0" ], "elapsed-time": [ - "62" + "321" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" + "14944" ], "x-ms-correlation-request-id": [ - "7f6a70ae-8dca-4f56-a039-0e629d73acaf" + "ef9521a8-8531-4e06-b0b8-f6e5d536f182" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224316Z:7f6a70ae-8dca-4f56-a039-0e629d73acaf" + "NORTHEUROPE:20200806T232931Z:ef9521a8-8531-4e06-b0b8-f6e5d536f182" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:43:16 GMT" - ], "Content-Length": [ "542" ], @@ -1998,25 +1998,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f4a455e-e47c-41a4-b8bd-073c71253cf1" + "dde72377-8457-4867-bc51-d7d8fed733c5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2024,42 +2024,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:29:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8f4a455e-e47c-41a4-b8bd-073c71253cf1" + "dde72377-8457-4867-bc51-d7d8fed733c5" ], "request-id": [ - "8f4a455e-e47c-41a4-b8bd-073c71253cf1" + "dde72377-8457-4867-bc51-d7d8fed733c5" ], "elapsed-time": [ - "173" + "462" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" + "14943" ], "x-ms-correlation-request-id": [ - "5a086602-3c7f-45bc-88f5-b0fda743fbae" + "65f485fe-1b0c-417d-906c-729b0331ed45" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224326Z:5a086602-3c7f-45bc-88f5-b0fda743fbae" + "NORTHEUROPE:20200806T232942Z:65f485fe-1b0c-417d-906c-729b0331ed45" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:43:26 GMT" - ], "Content-Length": [ "542" ], @@ -2070,25 +2070,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "14d37a67-eb01-484c-b0be-6adaa4e00eb7" + "dbaa6c72-731f-4e4f-b802-23e6aeaf8059" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2096,42 +2096,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:29:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "14d37a67-eb01-484c-b0be-6adaa4e00eb7" + "dbaa6c72-731f-4e4f-b802-23e6aeaf8059" ], "request-id": [ - "14d37a67-eb01-484c-b0be-6adaa4e00eb7" + "dbaa6c72-731f-4e4f-b802-23e6aeaf8059" ], "elapsed-time": [ - "58" + "294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" + "14942" ], "x-ms-correlation-request-id": [ - "ac400c0f-2217-4232-bf17-d7f2d8dff1d4" + "b411f6ef-1da4-4a7b-b1c9-52c4a60a61cb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224337Z:ac400c0f-2217-4232-bf17-d7f2d8dff1d4" + "NORTHEUROPE:20200806T232952Z:b411f6ef-1da4-4a7b-b1c9-52c4a60a61cb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:43:37 GMT" - ], "Content-Length": [ "542" ], @@ -2142,25 +2142,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4bc0fd98-1dd2-4bb9-9ce6-0e98fb413859" + "2a9253fd-a8ed-4db4-a4f5-8558d88c511a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2168,42 +2168,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:30:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4bc0fd98-1dd2-4bb9-9ce6-0e98fb413859" + "2a9253fd-a8ed-4db4-a4f5-8558d88c511a" ], "request-id": [ - "4bc0fd98-1dd2-4bb9-9ce6-0e98fb413859" + "2a9253fd-a8ed-4db4-a4f5-8558d88c511a" ], "elapsed-time": [ - "64" + "335" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" + "14941" ], "x-ms-correlation-request-id": [ - "ba028b2b-0b36-4a8b-9eb4-db6904c9bb78" + "7c06c602-2ca8-4f18-8ba8-368e5a565feb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224348Z:ba028b2b-0b36-4a8b-9eb4-db6904c9bb78" + "NORTHEUROPE:20200806T233003Z:7c06c602-2ca8-4f18-8ba8-368e5a565feb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:43:47 GMT" - ], "Content-Length": [ "542" ], @@ -2214,25 +2214,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a3effb9c-98dd-4333-93e7-394e61443447" + "a24891a8-a819-4bc6-953b-8d919c2fd5f8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2240,42 +2240,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:30:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a3effb9c-98dd-4333-93e7-394e61443447" + "a24891a8-a819-4bc6-953b-8d919c2fd5f8" ], "request-id": [ - "a3effb9c-98dd-4333-93e7-394e61443447" + "a24891a8-a819-4bc6-953b-8d919c2fd5f8" ], "elapsed-time": [ - "53" + "333" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" + "14940" ], "x-ms-correlation-request-id": [ - "80cd9276-7cf2-4fc5-8db3-8b6a2976c262" + "0fce7702-87f4-4658-b60c-1a282ccbd15a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224358Z:80cd9276-7cf2-4fc5-8db3-8b6a2976c262" + "NORTHEUROPE:20200806T233014Z:0fce7702-87f4-4658-b60c-1a282ccbd15a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:43:57 GMT" - ], "Content-Length": [ "542" ], @@ -2286,25 +2286,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "49670bec-f690-4828-9ae0-7bb267a17bbf" + "a0ccf495-88da-473e-8e59-e2c39de9b790" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2312,42 +2312,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:30:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "49670bec-f690-4828-9ae0-7bb267a17bbf" + "a0ccf495-88da-473e-8e59-e2c39de9b790" ], "request-id": [ - "49670bec-f690-4828-9ae0-7bb267a17bbf" + "a0ccf495-88da-473e-8e59-e2c39de9b790" ], "elapsed-time": [ - "195" + "340" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" + "14939" ], "x-ms-correlation-request-id": [ - "0555bf3e-eab8-4ea6-8332-8283dea2cf7b" + "51412f73-7025-4c52-99c8-85bf05f74bfe" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224409Z:0555bf3e-eab8-4ea6-8332-8283dea2cf7b" + "NORTHEUROPE:20200806T233024Z:51412f73-7025-4c52-99c8-85bf05f74bfe" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:44:09 GMT" - ], "Content-Length": [ "542" ], @@ -2358,25 +2358,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "df6e8468-e017-4ffa-b8c0-b30af875a64b" + "626a6e05-aec7-465c-adbe-613518302de2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2384,42 +2384,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:30:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "df6e8468-e017-4ffa-b8c0-b30af875a64b" + "626a6e05-aec7-465c-adbe-613518302de2" ], "request-id": [ - "df6e8468-e017-4ffa-b8c0-b30af875a64b" + "626a6e05-aec7-465c-adbe-613518302de2" ], "elapsed-time": [ - "51" + "346" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" + "14938" ], "x-ms-correlation-request-id": [ - "4799a05b-cc35-4528-863b-095a95ddd7be" + "12228d21-57e0-4da6-b5cf-55862cd4eff2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224419Z:4799a05b-cc35-4528-863b-095a95ddd7be" + "NORTHEUROPE:20200806T233035Z:12228d21-57e0-4da6-b5cf-55862cd4eff2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:44:19 GMT" - ], "Content-Length": [ "542" ], @@ -2430,25 +2430,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ab780bd8-ef5b-4fa8-8b9e-07c4d01cd486" + "4fb9c96c-fa7b-4d10-b24d-c96171e4cbf0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2456,42 +2456,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:30:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ab780bd8-ef5b-4fa8-8b9e-07c4d01cd486" + "4fb9c96c-fa7b-4d10-b24d-c96171e4cbf0" ], "request-id": [ - "ab780bd8-ef5b-4fa8-8b9e-07c4d01cd486" + "4fb9c96c-fa7b-4d10-b24d-c96171e4cbf0" ], "elapsed-time": [ - "53" + "337" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" + "14937" ], "x-ms-correlation-request-id": [ - "e88f166d-42b1-4a88-9e67-bbdb4ad21365" + "72bfeba5-ac59-4be3-ac29-c696c75a05ee" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224430Z:e88f166d-42b1-4a88-9e67-bbdb4ad21365" + "NORTHEUROPE:20200806T233045Z:72bfeba5-ac59-4be3-ac29-c696c75a05ee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:44:29 GMT" - ], "Content-Length": [ "542" ], @@ -2502,25 +2502,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "80a7487a-7fa6-4b34-b520-adf473940f11" + "895fa1be-cb02-4579-8882-dfb0c0842ca7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2528,42 +2528,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:30:56 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "80a7487a-7fa6-4b34-b520-adf473940f11" + "895fa1be-cb02-4579-8882-dfb0c0842ca7" ], "request-id": [ - "80a7487a-7fa6-4b34-b520-adf473940f11" + "895fa1be-cb02-4579-8882-dfb0c0842ca7" ], "elapsed-time": [ - "51" + "324" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" + "14936" ], "x-ms-correlation-request-id": [ - "b25e755b-eeb6-4bab-953b-a25a5cbe78a8" + "6b7c26f4-eca1-4b54-9e92-4c7f0482e96d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224440Z:b25e755b-eeb6-4bab-953b-a25a5cbe78a8" + "NORTHEUROPE:20200806T233056Z:6b7c26f4-eca1-4b54-9e92-4c7f0482e96d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:44:39 GMT" - ], "Content-Length": [ "542" ], @@ -2574,25 +2574,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f6d9ae6-8904-4732-af4d-a06190818942" + "d7998b41-5e79-4e20-a10f-b4bb8abcf3e2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2600,42 +2600,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:31:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7f6d9ae6-8904-4732-af4d-a06190818942" + "d7998b41-5e79-4e20-a10f-b4bb8abcf3e2" ], "request-id": [ - "7f6d9ae6-8904-4732-af4d-a06190818942" + "d7998b41-5e79-4e20-a10f-b4bb8abcf3e2" ], "elapsed-time": [ - "54" + "366" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" + "14935" ], "x-ms-correlation-request-id": [ - "666d850d-3809-4afd-ac04-622350d83ac1" + "0d03bfd7-7c6d-4995-8cb4-43bafc32bd38" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224450Z:666d850d-3809-4afd-ac04-622350d83ac1" + "NORTHEUROPE:20200806T233107Z:0d03bfd7-7c6d-4995-8cb4-43bafc32bd38" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:44:50 GMT" - ], "Content-Length": [ "542" ], @@ -2646,25 +2646,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c8d4e389-6546-452f-b0b0-2ead3b304f52" + "24a2ed68-8c2d-4cb0-af60-f005d4446bfb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2672,42 +2672,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:31:17 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c8d4e389-6546-452f-b0b0-2ead3b304f52" + "24a2ed68-8c2d-4cb0-af60-f005d4446bfb" ], "request-id": [ - "c8d4e389-6546-452f-b0b0-2ead3b304f52" + "24a2ed68-8c2d-4cb0-af60-f005d4446bfb" ], "elapsed-time": [ - "58" + "309" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" + "14934" ], "x-ms-correlation-request-id": [ - "01dcec88-cafa-4f80-aada-7322fbea7ec3" + "238fb93e-e300-48a2-9308-33c57bc94e56" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224500Z:01dcec88-cafa-4f80-aada-7322fbea7ec3" + "NORTHEUROPE:20200806T233117Z:238fb93e-e300-48a2-9308-33c57bc94e56" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:45:00 GMT" - ], "Content-Length": [ "542" ], @@ -2718,25 +2718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "58fb9f1b-5287-45b7-8b66-df62afa13789" + "fc1cac8b-e1b7-4f2b-8f72-f26361405ba3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2744,42 +2744,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:31:28 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "58fb9f1b-5287-45b7-8b66-df62afa13789" + "fc1cac8b-e1b7-4f2b-8f72-f26361405ba3" ], "request-id": [ - "58fb9f1b-5287-45b7-8b66-df62afa13789" + "fc1cac8b-e1b7-4f2b-8f72-f26361405ba3" ], "elapsed-time": [ - "53" + "327" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" + "14933" ], "x-ms-correlation-request-id": [ - "cc88f7f1-d418-481c-9b68-14d7da554bee" + "1df154b1-1008-4143-b4c6-1fa93f6fbc48" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224511Z:cc88f7f1-d418-481c-9b68-14d7da554bee" + "NORTHEUROPE:20200806T233128Z:1df154b1-1008-4143-b4c6-1fa93f6fbc48" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:45:11 GMT" - ], "Content-Length": [ "542" ], @@ -2790,25 +2790,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "57614dc0-38b9-4839-a47a-ab498b4e8d95" + "0e6a1122-74c7-464c-8121-58d36b80449e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2816,42 +2816,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:31:39 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "57614dc0-38b9-4839-a47a-ab498b4e8d95" + "0e6a1122-74c7-464c-8121-58d36b80449e" ], "request-id": [ - "57614dc0-38b9-4839-a47a-ab498b4e8d95" + "0e6a1122-74c7-464c-8121-58d36b80449e" ], "elapsed-time": [ - "84" + "686" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" + "14932" ], "x-ms-correlation-request-id": [ - "37c76809-62dd-4c41-bd45-9ea22af0a581" + "0b39e858-ac01-4486-b413-598a6fd2dbb9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224521Z:37c76809-62dd-4c41-bd45-9ea22af0a581" + "NORTHEUROPE:20200806T233139Z:0b39e858-ac01-4486-b413-598a6fd2dbb9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:45:21 GMT" - ], "Content-Length": [ "542" ], @@ -2862,25 +2862,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2beac6e9-01de-464d-a586-23cddbda1ca0" + "b3bf1555-4b08-42e1-a571-17962cc4974f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2888,42 +2888,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:31:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2beac6e9-01de-464d-a586-23cddbda1ca0" + "b3bf1555-4b08-42e1-a571-17962cc4974f" ], "request-id": [ - "2beac6e9-01de-464d-a586-23cddbda1ca0" + "b3bf1555-4b08-42e1-a571-17962cc4974f" ], "elapsed-time": [ - "51" + "337" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" + "14931" ], "x-ms-correlation-request-id": [ - "0a5a5417-d381-44be-b904-73630e1609f9" + "b834f2da-168a-464b-a7b3-1ac82f86b743" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224531Z:0a5a5417-d381-44be-b904-73630e1609f9" + "NORTHEUROPE:20200806T233150Z:b834f2da-168a-464b-a7b3-1ac82f86b743" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:45:31 GMT" - ], "Content-Length": [ "542" ], @@ -2934,25 +2934,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de70dbb9-1172-48e8-a7cb-1623c6700683" + "caecbf9b-d266-40df-abe3-052fee1a60d9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2960,42 +2960,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:32:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "de70dbb9-1172-48e8-a7cb-1623c6700683" + "caecbf9b-d266-40df-abe3-052fee1a60d9" ], "request-id": [ - "de70dbb9-1172-48e8-a7cb-1623c6700683" + "caecbf9b-d266-40df-abe3-052fee1a60d9" ], "elapsed-time": [ - "54" + "285" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" + "14930" ], "x-ms-correlation-request-id": [ - "4f5a7445-1672-478c-9ba7-673fa389b18e" + "07d9bf25-bb81-4456-9c09-3e284b5120e7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224542Z:4f5a7445-1672-478c-9ba7-673fa389b18e" + "NORTHEUROPE:20200806T233200Z:07d9bf25-bb81-4456-9c09-3e284b5120e7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:45:42 GMT" - ], "Content-Length": [ "542" ], @@ -3006,25 +3006,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "766a8653-5979-47e7-9a99-712cbf91dfe0" + "cd1ab347-4d70-462f-99ce-608073d3788b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3032,42 +3032,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:32:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "766a8653-5979-47e7-9a99-712cbf91dfe0" + "cd1ab347-4d70-462f-99ce-608073d3788b" ], "request-id": [ - "766a8653-5979-47e7-9a99-712cbf91dfe0" + "cd1ab347-4d70-462f-99ce-608073d3788b" ], "elapsed-time": [ - "60" + "388" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" + "14929" ], "x-ms-correlation-request-id": [ - "8a26207c-f90f-4c00-9b7b-bd0e0213a94e" + "300963fa-e20e-4d8e-92b3-fb94c3f6e2b7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224552Z:8a26207c-f90f-4c00-9b7b-bd0e0213a94e" + "NORTHEUROPE:20200806T233211Z:300963fa-e20e-4d8e-92b3-fb94c3f6e2b7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:45:52 GMT" - ], "Content-Length": [ "542" ], @@ -3078,25 +3078,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2a2c26e6-80bc-4271-b937-55f17d5013f3" + "3ed0b39f-017a-49ab-8272-8c4965654964" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3104,42 +3104,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:32:20 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2a2c26e6-80bc-4271-b937-55f17d5013f3" + "3ed0b39f-017a-49ab-8272-8c4965654964" ], "request-id": [ - "2a2c26e6-80bc-4271-b937-55f17d5013f3" + "3ed0b39f-017a-49ab-8272-8c4965654964" ], "elapsed-time": [ - "52" + "330" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" + "14928" ], "x-ms-correlation-request-id": [ - "054f7e65-e5f1-40b6-9269-f7026403e4fd" + "aa207c3a-8629-417a-9acb-7391ce1b4235" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224603Z:054f7e65-e5f1-40b6-9269-f7026403e4fd" + "NORTHEUROPE:20200806T233221Z:aa207c3a-8629-417a-9acb-7391ce1b4235" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:46:02 GMT" - ], "Content-Length": [ "542" ], @@ -3150,25 +3150,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2af394ba-c759-4314-a1d0-634e7c9081eb" + "6ac37321-df42-44d5-be3c-d36a2ef7fc67" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3176,42 +3176,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:32:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2af394ba-c759-4314-a1d0-634e7c9081eb" + "6ac37321-df42-44d5-be3c-d36a2ef7fc67" ], "request-id": [ - "2af394ba-c759-4314-a1d0-634e7c9081eb" + "6ac37321-df42-44d5-be3c-d36a2ef7fc67" ], "elapsed-time": [ - "163" + "442" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" + "14927" ], "x-ms-correlation-request-id": [ - "ebe845ef-4dec-4c33-b47c-87f62d45d11e" + "e7bd44eb-b29f-426d-afa0-0fe671f75a50" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224613Z:ebe845ef-4dec-4c33-b47c-87f62d45d11e" + "NORTHEUROPE:20200806T233232Z:e7bd44eb-b29f-426d-afa0-0fe671f75a50" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:46:13 GMT" - ], "Content-Length": [ "542" ], @@ -3222,25 +3222,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8a19f8e0-ee39-41be-8145-4b2623fed521" + "016f8b05-2a3d-44b3-b2cb-bc4034a823f5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3248,42 +3248,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:32:42 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8a19f8e0-ee39-41be-8145-4b2623fed521" + "016f8b05-2a3d-44b3-b2cb-bc4034a823f5" ], "request-id": [ - "8a19f8e0-ee39-41be-8145-4b2623fed521" + "016f8b05-2a3d-44b3-b2cb-bc4034a823f5" ], "elapsed-time": [ - "55" + "323" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" + "14926" ], "x-ms-correlation-request-id": [ - "aaa5f2e9-5612-47f9-8e02-03470f80826b" + "8c9d93af-da83-469c-82e2-f2c6ae5f21cf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224623Z:aaa5f2e9-5612-47f9-8e02-03470f80826b" + "NORTHEUROPE:20200806T233243Z:8c9d93af-da83-469c-82e2-f2c6ae5f21cf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:46:23 GMT" - ], "Content-Length": [ "542" ], @@ -3294,25 +3294,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75b41e6d-fdfe-4380-9de7-fcf5a3ac75ba" + "0fae2ebe-5b78-4609-971a-e81f849a0434" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3320,42 +3320,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:32:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "75b41e6d-fdfe-4380-9de7-fcf5a3ac75ba" + "0fae2ebe-5b78-4609-971a-e81f849a0434" ], "request-id": [ - "75b41e6d-fdfe-4380-9de7-fcf5a3ac75ba" + "0fae2ebe-5b78-4609-971a-e81f849a0434" ], "elapsed-time": [ - "55" + "328" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" + "14925" ], "x-ms-correlation-request-id": [ - "ff12ac35-1f6c-40db-b504-f51bacff159d" + "6376f47a-fc60-4007-9ac4-cae70fdf1bd6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224634Z:ff12ac35-1f6c-40db-b504-f51bacff159d" + "NORTHEUROPE:20200806T233253Z:6376f47a-fc60-4007-9ac4-cae70fdf1bd6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:46:33 GMT" - ], "Content-Length": [ "542" ], @@ -3366,25 +3366,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f8fae8b-f4ed-4343-bfd7-bd813d2d3760" + "2409dfab-5161-4d5f-80e3-cbbb9e2f06cd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3392,42 +3392,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:33:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7f8fae8b-f4ed-4343-bfd7-bd813d2d3760" + "2409dfab-5161-4d5f-80e3-cbbb9e2f06cd" ], "request-id": [ - "7f8fae8b-f4ed-4343-bfd7-bd813d2d3760" + "2409dfab-5161-4d5f-80e3-cbbb9e2f06cd" ], "elapsed-time": [ - "50" + "293" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" + "14924" ], "x-ms-correlation-request-id": [ - "688fa704-9cff-44b9-b042-a43381bc6c98" + "5878330e-5e60-43cb-82c3-bf3d6f7a3042" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224644Z:688fa704-9cff-44b9-b042-a43381bc6c98" + "NORTHEUROPE:20200806T233304Z:5878330e-5e60-43cb-82c3-bf3d6f7a3042" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:46:44 GMT" - ], "Content-Length": [ "542" ], @@ -3438,25 +3438,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3190f4b1-5f6b-4b7d-bffa-4c650ccc1014" + "2de316ef-d4a1-4a35-8b2a-542e20c8df0e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3464,618 +3464,42 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3190f4b1-5f6b-4b7d-bffa-4c650ccc1014" - ], - "request-id": [ - "3190f4b1-5f6b-4b7d-bffa-4c650ccc1014" - ], - "elapsed-time": [ - "48" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-correlation-request-id": [ - "ca63d215-0f34-4280-9c20-1ac9ab90c13e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224654Z:ca63d215-0f34-4280-9c20-1ac9ab90c13e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:46:54 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "24ae5622-7b31-49a4-a43b-b8eb1a86a16d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "24ae5622-7b31-49a4-a43b-b8eb1a86a16d" - ], - "request-id": [ - "24ae5622-7b31-49a4-a43b-b8eb1a86a16d" - ], - "elapsed-time": [ - "52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-correlation-request-id": [ - "60dde38c-21cc-464e-99d1-e206967cd37d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224705Z:60dde38c-21cc-464e-99d1-e206967cd37d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:47:05 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7e555043-7def-4864-b780-e75dbbe5e32e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "7e555043-7def-4864-b780-e75dbbe5e32e" - ], - "request-id": [ - "7e555043-7def-4864-b780-e75dbbe5e32e" - ], - "elapsed-time": [ - "48" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-correlation-request-id": [ - "6ec40fb9-1dfe-4e74-af36-1ed06323a090" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224715Z:6ec40fb9-1dfe-4e74-af36-1ed06323a090" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:47:15 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5d0d299a-5bed-4552-82bc-3dda7e5cebac" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "5d0d299a-5bed-4552-82bc-3dda7e5cebac" - ], - "request-id": [ - "5d0d299a-5bed-4552-82bc-3dda7e5cebac" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-correlation-request-id": [ - "1d4e0d21-5d20-42ed-b693-6e26146dc90a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224725Z:1d4e0d21-5d20-42ed-b693-6e26146dc90a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:47:25 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "aaa625f1-a952-48af-a99b-67e4209555df" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "aaa625f1-a952-48af-a99b-67e4209555df" - ], - "request-id": [ - "aaa625f1-a952-48af-a99b-67e4209555df" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-correlation-request-id": [ - "7452c5df-b551-4467-a719-1f6fcf92c8ee" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224740Z:7452c5df-b551-4467-a719-1f6fcf92c8ee" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:47:40 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "dfb25af1-9b86-4a48-b09a-ed374fda0ac1" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "dfb25af1-9b86-4a48-b09a-ed374fda0ac1" - ], - "request-id": [ - "dfb25af1-9b86-4a48-b09a-ed374fda0ac1" - ], - "elapsed-time": [ - "48" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-correlation-request-id": [ - "bb79d608-4712-4883-b50c-0d8fdf9f83c0" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224750Z:bb79d608-4712-4883-b50c-0d8fdf9f83c0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:47:50 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "cb936dff-a721-4cdb-b339-a31138aee187" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "cb936dff-a721-4cdb-b339-a31138aee187" - ], - "request-id": [ - "cb936dff-a721-4cdb-b339-a31138aee187" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-correlation-request-id": [ - "965b7e35-a617-4d69-88b1-fdb785eb20fc" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224801Z:965b7e35-a617-4d69-88b1-fdb785eb20fc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:48:00 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fb8925c4-5cfc-4075-82de-bee0c8c87d2d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "fb8925c4-5cfc-4075-82de-bee0c8c87d2d" - ], - "request-id": [ - "fb8925c4-5cfc-4075-82de-bee0c8c87d2d" - ], - "elapsed-time": [ - "49" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-correlation-request-id": [ - "4aff5014-92ff-41d7-b6bd-5b08f3ae3ff6" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224812Z:4aff5014-92ff-41d7-b6bd-5b08f3ae3ff6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:48:12 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a81df022-ba6f-4bcc-996b-0f8e57c04610" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Date": [ + "Thu, 06 Aug 2020 23:33:14 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a81df022-ba6f-4bcc-996b-0f8e57c04610" + "2de316ef-d4a1-4a35-8b2a-542e20c8df0e" ], "request-id": [ - "a81df022-ba6f-4bcc-996b-0f8e57c04610" + "2de316ef-d4a1-4a35-8b2a-542e20c8df0e" ], "elapsed-time": [ - "71" + "320" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" + "14923" ], "x-ms-correlation-request-id": [ - "01aa07ff-4e6b-4b1a-bbe0-6c20ddaf2273" + "5a498111-236e-4f3b-8945-8077c18e7963" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224823Z:01aa07ff-4e6b-4b1a-bbe0-6c20ddaf2273" + "NORTHEUROPE:20200806T233315Z:5a498111-236e-4f3b-8945-8077c18e7963" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:48:22 GMT" - ], "Content-Length": [ "542" ], @@ -4086,25 +3510,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1441faf6-5402-4b6b-82a2-6958f0b5c215" + "0f7feae9-7ae5-4c60-aefd-960a536fc415" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4112,114 +3536,42 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "1441faf6-5402-4b6b-82a2-6958f0b5c215" - ], - "request-id": [ - "1441faf6-5402-4b6b-82a2-6958f0b5c215" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-correlation-request-id": [ - "2ae99c89-5fda-42ea-b492-2e1fa1ccc71e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224833Z:2ae99c89-5fda-42ea-b492-2e1fa1ccc71e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 22:48:33 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "54c46b2a-55f5-4157-87f6-10391f406d7d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Thu, 06 Aug 2020 23:33:25 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "54c46b2a-55f5-4157-87f6-10391f406d7d" + "0f7feae9-7ae5-4c60-aefd-960a536fc415" ], "request-id": [ - "54c46b2a-55f5-4157-87f6-10391f406d7d" + "0f7feae9-7ae5-4c60-aefd-960a536fc415" ], "elapsed-time": [ - "76" + "293" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" + "14922" ], "x-ms-correlation-request-id": [ - "b8adb0d3-8400-4b25-b0b1-c27f57ff2389" + "e9ff06cb-2227-4aea-bcef-69ed560d6d55" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224843Z:b8adb0d3-8400-4b25-b0b1-c27f57ff2389" + "NORTHEUROPE:20200806T233325Z:e9ff06cb-2227-4aea-bcef-69ed560d6d55" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:48:42 GMT" - ], "Content-Length": [ "542" ], @@ -4230,25 +3582,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3b0c39d-15fc-4068-bfdf-a5dcc882203d" + "4ae1fad3-84a6-4b5e-b49c-ff7ebb0ca068" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4256,114 +3608,42 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "e3b0c39d-15fc-4068-bfdf-a5dcc882203d" - ], - "request-id": [ - "e3b0c39d-15fc-4068-bfdf-a5dcc882203d" - ], - "elapsed-time": [ - "52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-correlation-request-id": [ - "eaf2bf46-7160-4395-a45f-1305701fcb9b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224854Z:eaf2bf46-7160-4395-a45f-1305701fcb9b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 22:48:53 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c30af499-7210-488a-99d3-d2f900d1e61a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Thu, 06 Aug 2020 23:33:35 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c30af499-7210-488a-99d3-d2f900d1e61a" + "4ae1fad3-84a6-4b5e-b49c-ff7ebb0ca068" ], "request-id": [ - "c30af499-7210-488a-99d3-d2f900d1e61a" + "4ae1fad3-84a6-4b5e-b49c-ff7ebb0ca068" ], "elapsed-time": [ - "56" + "411" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" + "14921" ], "x-ms-correlation-request-id": [ - "3e9e8b15-49e1-4c2c-9506-fe3eb7bec0e9" + "e47c2edd-168e-44a8-b715-11302d85b114" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224904Z:3e9e8b15-49e1-4c2c-9506-fe3eb7bec0e9" + "NORTHEUROPE:20200806T233336Z:e47c2edd-168e-44a8-b715-11302d85b114" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:49:04 GMT" - ], "Content-Length": [ "542" ], @@ -4374,25 +3654,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "88b2e432-4fc3-42eb-9a47-0648287331e5" + "b51a6d50-ab48-4978-b6fc-56e77fe8a6bb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4400,42 +3680,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:33:46 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "88b2e432-4fc3-42eb-9a47-0648287331e5" + "b51a6d50-ab48-4978-b6fc-56e77fe8a6bb" ], "request-id": [ - "88b2e432-4fc3-42eb-9a47-0648287331e5" + "b51a6d50-ab48-4978-b6fc-56e77fe8a6bb" ], "elapsed-time": [ - "63" + "312" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" + "14920" ], "x-ms-correlation-request-id": [ - "8103cebe-d158-4df4-8169-5b242fa501a3" + "49fc6270-ac45-4ac8-8b41-cda2afa6311b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224914Z:8103cebe-d158-4df4-8169-5b242fa501a3" + "NORTHEUROPE:20200806T233347Z:49fc6270-ac45-4ac8-8b41-cda2afa6311b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:49:14 GMT" - ], "Content-Length": [ "542" ], @@ -4446,25 +3726,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c2c50468-0c01-4458-9408-07a5e099d235" + "e08c13bc-9e46-4e56-ad60-bf36d0c8de55" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4472,42 +3752,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:33:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c2c50468-0c01-4458-9408-07a5e099d235" + "e08c13bc-9e46-4e56-ad60-bf36d0c8de55" ], "request-id": [ - "c2c50468-0c01-4458-9408-07a5e099d235" + "e08c13bc-9e46-4e56-ad60-bf36d0c8de55" ], "elapsed-time": [ - "66" + "345" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" + "14919" ], "x-ms-correlation-request-id": [ - "4a182db4-749a-406d-bf35-0fffcd989740" + "e9d73ca0-f95a-46da-bc39-115f89a90625" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224925Z:4a182db4-749a-406d-bf35-0fffcd989740" + "NORTHEUROPE:20200806T233357Z:e9d73ca0-f95a-46da-bc39-115f89a90625" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:49:24 GMT" - ], "Content-Length": [ "542" ], @@ -4518,25 +3798,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02f48e5a-451f-48b4-9802-692c97964a9c" + "1b987e38-38c7-44eb-8295-34e570e5e254" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4544,42 +3824,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:34:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "02f48e5a-451f-48b4-9802-692c97964a9c" + "1b987e38-38c7-44eb-8295-34e570e5e254" ], "request-id": [ - "02f48e5a-451f-48b4-9802-692c97964a9c" + "1b987e38-38c7-44eb-8295-34e570e5e254" ], "elapsed-time": [ - "56" + "296" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" + "14918" ], "x-ms-correlation-request-id": [ - "9e8adc10-8250-4065-8596-e60f0e51bf68" + "0ba66076-087e-4640-b607-f9cf819e015d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224935Z:9e8adc10-8250-4065-8596-e60f0e51bf68" + "NORTHEUROPE:20200806T233408Z:0ba66076-087e-4640-b607-f9cf819e015d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:49:35 GMT" - ], "Content-Length": [ "542" ], @@ -4590,25 +3870,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d944888-c584-45a1-a3fc-fe14b92e8852" + "12c639a6-d491-49f6-9948-17619215aa28" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4616,42 +3896,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:34:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9d944888-c584-45a1-a3fc-fe14b92e8852" + "12c639a6-d491-49f6-9948-17619215aa28" ], "request-id": [ - "9d944888-c584-45a1-a3fc-fe14b92e8852" + "12c639a6-d491-49f6-9948-17619215aa28" ], "elapsed-time": [ - "67" + "437" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" + "14917" ], "x-ms-correlation-request-id": [ - "e3b2758b-a299-449c-a6f7-742c7bf323a6" + "e4376987-a96f-4dc1-9375-8118ce0bcd16" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224946Z:e3b2758b-a299-449c-a6f7-742c7bf323a6" + "NORTHEUROPE:20200806T233419Z:e4376987-a96f-4dc1-9375-8118ce0bcd16" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:49:46 GMT" - ], "Content-Length": [ "542" ], @@ -4662,25 +3942,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d284690a-f9c0-442c-8fd6-023661b7a811" + "e32efe71-8566-446c-81db-2fb8bb2d62df" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4688,42 +3968,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:34:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d284690a-f9c0-442c-8fd6-023661b7a811" + "e32efe71-8566-446c-81db-2fb8bb2d62df" ], "request-id": [ - "d284690a-f9c0-442c-8fd6-023661b7a811" + "e32efe71-8566-446c-81db-2fb8bb2d62df" ], "elapsed-time": [ - "54" + "715" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" + "14916" ], "x-ms-correlation-request-id": [ - "c23ca601-03d4-4b2b-9d0e-b4af791c01a1" + "3a61cc57-8497-4567-b29e-1a8bdc3d0e07" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224957Z:c23ca601-03d4-4b2b-9d0e-b4af791c01a1" + "NORTHEUROPE:20200806T233430Z:3a61cc57-8497-4567-b29e-1a8bdc3d0e07" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:49:56 GMT" - ], "Content-Length": [ "542" ], @@ -4734,25 +4014,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ce5b5cb2-a1fc-49c8-a722-2dc295b92525" + "9ac64f50-1242-4c1d-9b8f-6d425e6e566c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4760,42 +4040,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:34:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ce5b5cb2-a1fc-49c8-a722-2dc295b92525" + "9ac64f50-1242-4c1d-9b8f-6d425e6e566c" ], "request-id": [ - "ce5b5cb2-a1fc-49c8-a722-2dc295b92525" + "9ac64f50-1242-4c1d-9b8f-6d425e6e566c" ], "elapsed-time": [ - "65" + "431" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" + "14915" ], "x-ms-correlation-request-id": [ - "0bd22308-4539-4f70-ba68-95980863b99f" + "1efb329b-93d3-4739-b2b1-db116a2b0cbd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225007Z:0bd22308-4539-4f70-ba68-95980863b99f" + "NORTHEUROPE:20200806T233441Z:1efb329b-93d3-4739-b2b1-db116a2b0cbd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:50:06 GMT" - ], "Content-Length": [ "542" ], @@ -4806,25 +4086,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee74cf57-2ba1-43fc-9f62-15d5a94ac93c" + "e9251409-3214-4181-86b1-9e17a370def0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4832,42 +4112,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:34:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ee74cf57-2ba1-43fc-9f62-15d5a94ac93c" + "e9251409-3214-4181-86b1-9e17a370def0" ], "request-id": [ - "ee74cf57-2ba1-43fc-9f62-15d5a94ac93c" + "e9251409-3214-4181-86b1-9e17a370def0" ], "elapsed-time": [ - "58" + "295" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" + "14914" ], "x-ms-correlation-request-id": [ - "14abd778-f4d3-453f-8432-f6c3607cf7f8" + "b5a985b7-7375-4be0-98d5-59bc72ff98ef" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225018Z:14abd778-f4d3-453f-8432-f6c3607cf7f8" + "NORTHEUROPE:20200806T233451Z:b5a985b7-7375-4be0-98d5-59bc72ff98ef" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:50:18 GMT" - ], "Content-Length": [ "542" ], @@ -4878,25 +4158,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fef93248-553e-48cb-ae4e-3dd8693055ff" + "ce0dc448-cc94-4439-a9a8-237f5bf71305" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4904,42 +4184,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:35:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "fef93248-553e-48cb-ae4e-3dd8693055ff" + "ce0dc448-cc94-4439-a9a8-237f5bf71305" ], "request-id": [ - "fef93248-553e-48cb-ae4e-3dd8693055ff" + "ce0dc448-cc94-4439-a9a8-237f5bf71305" ], "elapsed-time": [ - "54" + "308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" + "14913" ], "x-ms-correlation-request-id": [ - "99279108-674f-4d77-b819-c14a8a4e93a5" + "e30cc5ea-1ce5-4835-882f-c7eee0daae18" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225028Z:99279108-674f-4d77-b819-c14a8a4e93a5" + "NORTHEUROPE:20200806T233502Z:e30cc5ea-1ce5-4835-882f-c7eee0daae18" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:50:27 GMT" - ], "Content-Length": [ "542" ], @@ -4950,25 +4230,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ed25dc6b-0451-41ad-a3b7-78bb6b85e4c4" + "5e18b57f-29fc-4e6d-9c81-ec1add150705" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4976,42 +4256,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:35:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ed25dc6b-0451-41ad-a3b7-78bb6b85e4c4" + "5e18b57f-29fc-4e6d-9c81-ec1add150705" ], "request-id": [ - "ed25dc6b-0451-41ad-a3b7-78bb6b85e4c4" + "5e18b57f-29fc-4e6d-9c81-ec1add150705" ], "elapsed-time": [ - "55" + "301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" + "14912" ], "x-ms-correlation-request-id": [ - "3ae9ecfb-2056-45da-b1f5-11c6dff74b75" + "9beec6aa-4423-44b2-9b67-8803cb501813" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225038Z:3ae9ecfb-2056-45da-b1f5-11c6dff74b75" + "NORTHEUROPE:20200806T233512Z:9beec6aa-4423-44b2-9b67-8803cb501813" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:50:37 GMT" - ], "Content-Length": [ "542" ], @@ -5022,25 +4302,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "64f257bc-2e6e-4a4e-947b-24293b760dd2" + "45bfa00d-6284-40f4-8d49-937793fdc603" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5048,42 +4328,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:35:23 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "64f257bc-2e6e-4a4e-947b-24293b760dd2" + "45bfa00d-6284-40f4-8d49-937793fdc603" ], "request-id": [ - "64f257bc-2e6e-4a4e-947b-24293b760dd2" + "45bfa00d-6284-40f4-8d49-937793fdc603" ], "elapsed-time": [ - "58" + "342" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" + "14911" ], "x-ms-correlation-request-id": [ - "06735114-e8e9-451c-8aab-635e4b8cfab7" + "2a177efa-ac31-4a86-8dcf-e8867d10f3dd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225049Z:06735114-e8e9-451c-8aab-635e4b8cfab7" + "NORTHEUROPE:20200806T233523Z:2a177efa-ac31-4a86-8dcf-e8867d10f3dd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:50:49 GMT" - ], "Content-Length": [ "542" ], @@ -5094,25 +4374,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3a15f97f-92e9-4c73-918e-0392f38d274c" + "e8030984-36c6-4a66-8020-d715a8fa1bb4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5120,42 +4400,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:35:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3a15f97f-92e9-4c73-918e-0392f38d274c" + "e8030984-36c6-4a66-8020-d715a8fa1bb4" ], "request-id": [ - "3a15f97f-92e9-4c73-918e-0392f38d274c" + "e8030984-36c6-4a66-8020-d715a8fa1bb4" ], "elapsed-time": [ - "206" + "284" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" + "14910" ], "x-ms-correlation-request-id": [ - "2812970f-36c7-45e7-87c0-be11541f168a" + "6e76f613-9b27-4389-bbbc-a928e11df34f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225059Z:2812970f-36c7-45e7-87c0-be11541f168a" + "NORTHEUROPE:20200806T233533Z:6e76f613-9b27-4389-bbbc-a928e11df34f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:50:59 GMT" - ], "Content-Length": [ "542" ], @@ -5166,25 +4446,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4b2d36ea-3dc7-416d-8d84-de2e375bf115" + "c26e58e1-cffb-44a8-92e1-49c5823a6f54" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5192,42 +4472,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:35:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4b2d36ea-3dc7-416d-8d84-de2e375bf115" + "c26e58e1-cffb-44a8-92e1-49c5823a6f54" ], "request-id": [ - "4b2d36ea-3dc7-416d-8d84-de2e375bf115" + "c26e58e1-cffb-44a8-92e1-49c5823a6f54" ], "elapsed-time": [ - "60" + "321" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" + "14909" ], "x-ms-correlation-request-id": [ - "8cf7c9cb-a268-4336-a96b-d0bcb47b4877" + "c5e0fd73-bd8f-4acc-839a-90c92fef0b96" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225110Z:8cf7c9cb-a268-4336-a96b-d0bcb47b4877" + "NORTHEUROPE:20200806T233544Z:c5e0fd73-bd8f-4acc-839a-90c92fef0b96" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:51:10 GMT" - ], "Content-Length": [ "542" ], @@ -5238,25 +4518,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc143a5d-ce91-4914-aa6d-e2a8545ca9a1" + "6faeda87-edc8-4012-be7a-be15a5398c72" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5264,42 +4544,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:35:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "cc143a5d-ce91-4914-aa6d-e2a8545ca9a1" + "6faeda87-edc8-4012-be7a-be15a5398c72" ], "request-id": [ - "cc143a5d-ce91-4914-aa6d-e2a8545ca9a1" + "6faeda87-edc8-4012-be7a-be15a5398c72" ], "elapsed-time": [ - "55" + "283" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" + "14908" ], "x-ms-correlation-request-id": [ - "f54d6f6b-f85f-4051-8f32-3890b701e08c" + "915afe01-a11e-4803-9255-ec16e7b5673d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225120Z:f54d6f6b-f85f-4051-8f32-3890b701e08c" + "NORTHEUROPE:20200806T233555Z:915afe01-a11e-4803-9255-ec16e7b5673d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:51:19 GMT" - ], "Content-Length": [ "542" ], @@ -5310,25 +4590,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2866f2d2-7c9a-47c6-a316-02fcdea5910b" + "20b94e18-4830-40a9-9d83-e31186d0a050" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5336,42 +4616,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:36:04 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2866f2d2-7c9a-47c6-a316-02fcdea5910b" + "20b94e18-4830-40a9-9d83-e31186d0a050" ], "request-id": [ - "2866f2d2-7c9a-47c6-a316-02fcdea5910b" + "20b94e18-4830-40a9-9d83-e31186d0a050" ], "elapsed-time": [ - "67" + "301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" + "14907" ], "x-ms-correlation-request-id": [ - "931ee088-35c1-4f4b-84da-b4d457cbdcfd" + "ba245f6d-e78c-40a3-a5ae-6c63747eea59" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225131Z:931ee088-35c1-4f4b-84da-b4d457cbdcfd" + "NORTHEUROPE:20200806T233605Z:ba245f6d-e78c-40a3-a5ae-6c63747eea59" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:51:30 GMT" - ], "Content-Length": [ "542" ], @@ -5382,25 +4662,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c83be18b-ebf2-4762-b94c-21429119b421" + "3719d744-7144-4923-8260-fd04061d7d68" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5408,42 +4688,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:36:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c83be18b-ebf2-4762-b94c-21429119b421" + "3719d744-7144-4923-8260-fd04061d7d68" ], "request-id": [ - "c83be18b-ebf2-4762-b94c-21429119b421" + "3719d744-7144-4923-8260-fd04061d7d68" ], "elapsed-time": [ - "51" + "340" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" + "14906" ], "x-ms-correlation-request-id": [ - "30cd79c1-5874-4e8f-8f5a-0b0bc1dbe23b" + "79c107d9-a04b-4321-a4ce-01bb28c162db" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225141Z:30cd79c1-5874-4e8f-8f5a-0b0bc1dbe23b" + "NORTHEUROPE:20200806T233616Z:79c107d9-a04b-4321-a4ce-01bb28c162db" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:51:40 GMT" - ], "Content-Length": [ "542" ], @@ -5454,25 +4734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ceed3f8-a1f6-4712-972e-1f4a304023c0" + "aab11d83-0067-4f8f-944e-832a6e6f80db" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5480,42 +4760,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:36:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2ceed3f8-a1f6-4712-972e-1f4a304023c0" + "aab11d83-0067-4f8f-944e-832a6e6f80db" ], "request-id": [ - "2ceed3f8-a1f6-4712-972e-1f4a304023c0" + "aab11d83-0067-4f8f-944e-832a6e6f80db" ], "elapsed-time": [ - "63" + "396" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" + "14905" ], "x-ms-correlation-request-id": [ - "5e007570-c834-40d7-89d5-649a95e54dc6" + "a90ebaaf-3939-46f8-8c54-78ceade069d7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225151Z:5e007570-c834-40d7-89d5-649a95e54dc6" + "NORTHEUROPE:20200806T233627Z:a90ebaaf-3939-46f8-8c54-78ceade069d7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:51:51 GMT" - ], "Content-Length": [ "542" ], @@ -5526,25 +4806,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ff29a7d-df4e-4ca0-bf11-afbbc94f356b" + "ddf1641a-506c-4b04-9c7b-95f49f83dda0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5552,42 +4832,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:36:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0ff29a7d-df4e-4ca0-bf11-afbbc94f356b" + "ddf1641a-506c-4b04-9c7b-95f49f83dda0" ], "request-id": [ - "0ff29a7d-df4e-4ca0-bf11-afbbc94f356b" + "ddf1641a-506c-4b04-9c7b-95f49f83dda0" ], "elapsed-time": [ - "56" + "272" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" + "14904" ], "x-ms-correlation-request-id": [ - "c2cfaa06-967c-42a2-bc23-786ac88def1a" + "91245452-ca22-4224-a7c1-c368aab3a310" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225202Z:c2cfaa06-967c-42a2-bc23-786ac88def1a" + "NORTHEUROPE:20200806T233637Z:91245452-ca22-4224-a7c1-c368aab3a310" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:52:02 GMT" - ], "Content-Length": [ "542" ], @@ -5598,25 +4878,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e21fca9a-755e-47c0-b4aa-3ea98df3c0e4" + "a6498345-b980-41ed-9620-4adc273b883a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5624,42 +4904,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:36:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e21fca9a-755e-47c0-b4aa-3ea98df3c0e4" + "a6498345-b980-41ed-9620-4adc273b883a" ], "request-id": [ - "e21fca9a-755e-47c0-b4aa-3ea98df3c0e4" + "a6498345-b980-41ed-9620-4adc273b883a" ], "elapsed-time": [ - "56" + "390" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" + "14903" ], "x-ms-correlation-request-id": [ - "02e7d6dc-f34f-4cc7-9236-e72cfebb4690" + "7ee889b7-6eb4-439b-9b1d-f066724b52e6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225212Z:02e7d6dc-f34f-4cc7-9236-e72cfebb4690" + "NORTHEUROPE:20200806T233648Z:7ee889b7-6eb4-439b-9b1d-f066724b52e6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:52:11 GMT" - ], "Content-Length": [ "542" ], @@ -5670,25 +4950,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b118e19b-5d1b-4ab8-ae21-1151844d4046" + "b4bb068b-749f-4ed0-ac2f-9a2262f452ab" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5696,42 +4976,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:36:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b118e19b-5d1b-4ab8-ae21-1151844d4046" + "b4bb068b-749f-4ed0-ac2f-9a2262f452ab" ], "request-id": [ - "b118e19b-5d1b-4ab8-ae21-1151844d4046" + "b4bb068b-749f-4ed0-ac2f-9a2262f452ab" ], "elapsed-time": [ - "56" + "346" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" + "14902" ], "x-ms-correlation-request-id": [ - "292b9a7c-b2fa-4395-81bf-ff27d89edd44" + "3f51e1db-0b13-48d4-9e75-7980aaca503b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225222Z:292b9a7c-b2fa-4395-81bf-ff27d89edd44" + "NORTHEUROPE:20200806T233658Z:3f51e1db-0b13-48d4-9e75-7980aaca503b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:52:21 GMT" - ], "Content-Length": [ "542" ], @@ -5742,25 +5022,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6890a696-6cda-4482-9032-6b48243a0026" + "5d08c875-461c-4249-9485-a437b8025950" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5768,42 +5048,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:37:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6890a696-6cda-4482-9032-6b48243a0026" + "5d08c875-461c-4249-9485-a437b8025950" ], "request-id": [ - "6890a696-6cda-4482-9032-6b48243a0026" + "5d08c875-461c-4249-9485-a437b8025950" ], "elapsed-time": [ - "105" + "312" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" + "14901" ], "x-ms-correlation-request-id": [ - "f8a77034-8e09-46c6-8f2c-80e86f3b6efe" + "d8d15c1d-efcf-492d-9dae-38292b675622" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225233Z:f8a77034-8e09-46c6-8f2c-80e86f3b6efe" + "NORTHEUROPE:20200806T233709Z:d8d15c1d-efcf-492d-9dae-38292b675622" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:52:33 GMT" - ], "Content-Length": [ "534" ], @@ -5814,25 +5094,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83637fe5-0be4-4918-aee1-b30f4b718e8b" + "ae479dc8-74b2-42e3-b4c1-564a6aae6d49" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5840,41 +5120,41 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:37:12 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "83637fe5-0be4-4918-aee1-b30f4b718e8b" + "ae479dc8-74b2-42e3-b4c1-564a6aae6d49" ], "request-id": [ - "83637fe5-0be4-4918-aee1-b30f4b718e8b" + "ae479dc8-74b2-42e3-b4c1-564a6aae6d49" ], "elapsed-time": [ - "817" + "746" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14994" ], "x-ms-correlation-request-id": [ - "c06734f0-eaa9-4977-8ade-95c6654c531e" + "b3c6e734-7101-4134-919d-9e23c4b83db7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225235Z:c06734f0-eaa9-4977-8ade-95c6654c531e" + "NORTHEUROPE:20200806T233713Z:b3c6e734-7101-4134-919d-9e23c4b83db7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:52:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -5883,10 +5163,10 @@ ], "Names": { "GenerateName": [ - "azsmnet7291" + "azsmnet8648" ], "GenerateServiceName": [ - "azs-2348" + "azs-9707" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandard3HighDensityService.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandard3HighDensityService.json index dd6c678d3777..cdd654328512 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandard3HighDensityService.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandard3HighDensityService.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ede603cc-ec74-4f3f-903c-c5a4b4993cff" + "609a73ae-4b3b-4358-bd01-f3c2a2e9093b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:29:26 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "be40f351-d807-4c06-bc14-3e4b0f3d10ed" + "caacf00c-8145-4b94-8fbe-a962a84d6d99" ], "x-ms-correlation-request-id": [ - "be40f351-d807-4c06-bc14-3e4b0f3d10ed" + "caacf00c-8145-4b94-8fbe-a962a84d6d99" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T212842Z:be40f351-d807-4c06-bc14-3e4b0f3d10ed" + "NORTHEUROPE:20200806T222926Z:caacf00c-8145-4b94-8fbe-a962a84d6d99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:28:41 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5871?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1ODcxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7151?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MTUxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "56849cc8-ebc4-4e42-9be5-692673d7bfb7" + "16949252-2639-4a84-8e49-a7b7671eded9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:29:27 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "386d7c6a-8b71-4cf4-913a-f0ead902a293" + "ae58ddd0-18e7-4e5b-80e3-b49724f77e09" ], "x-ms-correlation-request-id": [ - "386d7c6a-8b71-4cf4-913a-f0ead902a293" + "ae58ddd0-18e7-4e5b-80e3-b49724f77e09" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T212843Z:386d7c6a-8b71-4cf4-913a-f0ead902a293" + "NORTHEUROPE:20200806T222927Z:ae58ddd0-18e7-4e5b-80e3-b49724f77e09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:28:42 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871\",\r\n \"name\": \"azsmnet5871\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151\",\r\n \"name\": \"azsmnet7151\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"hostingMode\": \"highDensity\"\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "13f1ec1f-e0f7-426c-a015-e9ec3cc05b2e" + "08ac0210-30b8-4d52-9792-eebba7f6fab1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,20 +155,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:29:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "x-ms-request-id": [ - "13f1ec1f-e0f7-426c-a015-e9ec3cc05b2e" + "08ac0210-30b8-4d52-9792-eebba7f6fab1" ], "request-id": [ - "13f1ec1f-e0f7-426c-a015-e9ec3cc05b2e" + "08ac0210-30b8-4d52-9792-eebba7f6fab1" ], "elapsed-time": [ - "4042" + "4769" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,17 +180,14 @@ "1199" ], "x-ms-correlation-request-id": [ - "954a6885-4f2a-4ae9-b97b-72decafe30eb" + "725ad2e8-ece2-4d1d-a95a-cc7610a7069a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T212856Z:954a6885-4f2a-4ae9-b97b-72decafe30eb" + "NORTHEUROPE:20200806T222938Z:725ad2e8-ece2-4d1d-a95a-cc7610a7069a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:28:56 GMT" - ], "Content-Length": [ "546" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b2c374fe-91ef-4738-8e33-ee614cf039d1" + "d5c5b827-7b3f-49bc-a7f9-04cec85e5bae" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,114 +224,42 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b2c374fe-91ef-4738-8e33-ee614cf039d1" - ], - "request-id": [ - "b2c374fe-91ef-4738-8e33-ee614cf039d1" - ], - "elapsed-time": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" - ], - "x-ms-correlation-request-id": [ - "79cd2d4e-eccc-443c-b7b2-71bbb15096b5" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T212906Z:79cd2d4e-eccc-443c-b7b2-71bbb15096b5" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 21:29:06 GMT" - ], - "Content-Length": [ - "546" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1572dd1e-ea61-4bb6-8773-9dc8fd0879a9" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Thu, 06 Aug 2020 22:29:48 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1572dd1e-ea61-4bb6-8773-9dc8fd0879a9" + "d5c5b827-7b3f-49bc-a7f9-04cec85e5bae" ], "request-id": [ - "1572dd1e-ea61-4bb6-8773-9dc8fd0879a9" + "d5c5b827-7b3f-49bc-a7f9-04cec85e5bae" ], "elapsed-time": [ - "55" + "337" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14997" ], "x-ms-correlation-request-id": [ - "7e0bb1b5-aac3-492b-8cc4-e726155881a8" + "f0176d13-ebea-4849-a0b5-1b874a2862eb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T212917Z:7e0bb1b5-aac3-492b-8cc4-e726155881a8" + "NORTHEUROPE:20200806T222948Z:f0176d13-ebea-4849-a0b5-1b874a2862eb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:29:17 GMT" - ], "Content-Length": [ "546" ], @@ -342,25 +270,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "92fe91a2-0994-422a-9483-3f9a95642fac" + "2abbbbc9-01d5-4b56-9031-e38a0cf756e6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -368,95 +296,26 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "92fe91a2-0994-422a-9483-3f9a95642fac" - ], - "request-id": [ - "92fe91a2-0994-422a-9483-3f9a95642fac" - ], - "elapsed-time": [ - "157" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" - ], - "x-ms-correlation-request-id": [ - "448375c0-2a1c-4c87-acb7-41da57c16525" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T212928Z:448375c0-2a1c-4c87-acb7-41da57c16525" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 21:29:27 GMT" - ], - "Content-Length": [ - "546" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c3e8d950-e2dd-4792-8751-0f44cb1668bf" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Thu, 06 Aug 2020 22:29:58 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c3e8d950-e2dd-4792-8751-0f44cb1668bf" + "2abbbbc9-01d5-4b56-9031-e38a0cf756e6" ], "request-id": [ - "c3e8d950-e2dd-4792-8751-0f44cb1668bf" + "2abbbbc9-01d5-4b56-9031-e38a0cf756e6" ], "elapsed-time": [ - "57" + "501" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -465,17 +324,14 @@ "14996" ], "x-ms-correlation-request-id": [ - "7fa5815f-fe0b-4166-9e31-72be8bc08c7f" + "2c73e5f5-cc64-466a-b4b2-fb3c4b03714b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T212939Z:7fa5815f-fe0b-4166-9e31-72be8bc08c7f" + "NORTHEUROPE:20200806T222959Z:2c73e5f5-cc64-466a-b4b2-fb3c4b03714b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:29:39 GMT" - ], "Content-Length": [ "546" ], @@ -486,25 +342,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "605d4eae-4ab2-4d28-be2d-e8743a1de8c7" + "0f98616e-e1ec-4295-8129-a845a7a77074" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -512,23 +368,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:30:09 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "605d4eae-4ab2-4d28-be2d-e8743a1de8c7" + "0f98616e-e1ec-4295-8129-a845a7a77074" ], "request-id": [ - "605d4eae-4ab2-4d28-be2d-e8743a1de8c7" + "0f98616e-e1ec-4295-8129-a845a7a77074" ], "elapsed-time": [ - "89" + "331" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -537,17 +396,14 @@ "14995" ], "x-ms-correlation-request-id": [ - "8d3ac11d-59b0-4aa9-9859-f5ff7f223421" + "4f8d78c2-19ac-47b4-8045-418cc10be807" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T212950Z:8d3ac11d-59b0-4aa9-9859-f5ff7f223421" + "NORTHEUROPE:20200806T223009Z:4f8d78c2-19ac-47b4-8045-418cc10be807" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:29:49 GMT" - ], "Content-Length": [ "546" ], @@ -558,25 +414,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b345e3d-3cb7-42a3-be3f-7f9f5fdb0653" + "6b116c36-d6fc-4da2-9502-62d9a8e86bbb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -584,23 +440,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:30:20 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9b345e3d-3cb7-42a3-be3f-7f9f5fdb0653" + "6b116c36-d6fc-4da2-9502-62d9a8e86bbb" ], "request-id": [ - "9b345e3d-3cb7-42a3-be3f-7f9f5fdb0653" + "6b116c36-d6fc-4da2-9502-62d9a8e86bbb" ], "elapsed-time": [ - "94" + "286" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -609,17 +468,14 @@ "14994" ], "x-ms-correlation-request-id": [ - "7fa18ad4-8b6f-462c-b466-a7888d2cd899" + "06af0f1e-2ca9-449b-9440-aa90ed0b49dd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213000Z:7fa18ad4-8b6f-462c-b466-a7888d2cd899" + "NORTHEUROPE:20200806T223020Z:06af0f1e-2ca9-449b-9440-aa90ed0b49dd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:30:00 GMT" - ], "Content-Length": [ "546" ], @@ -630,25 +486,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eca5419a-fce2-41fa-aa66-3bafd100b732" + "b83b3da5-9ff4-4574-8b64-3bca62c8a115" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -656,23 +512,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:30:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "eca5419a-fce2-41fa-aa66-3bafd100b732" + "b83b3da5-9ff4-4574-8b64-3bca62c8a115" ], "request-id": [ - "eca5419a-fce2-41fa-aa66-3bafd100b732" + "b83b3da5-9ff4-4574-8b64-3bca62c8a115" ], "elapsed-time": [ - "59" + "305" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -681,17 +540,14 @@ "14993" ], "x-ms-correlation-request-id": [ - "ba33acd3-9374-4e54-8b41-c8a1fb3c4820" + "c20504fe-9085-4565-868b-bf28a2842269" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213010Z:ba33acd3-9374-4e54-8b41-c8a1fb3c4820" + "NORTHEUROPE:20200806T223031Z:c20504fe-9085-4565-868b-bf28a2842269" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:30:10 GMT" - ], "Content-Length": [ "546" ], @@ -702,25 +558,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3d5873e-0778-44ff-9d19-bd8a6bd732bc" + "a020d6a0-f248-4029-9a0e-a547f1891bf5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -728,23 +584,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:30:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b3d5873e-0778-44ff-9d19-bd8a6bd732bc" + "a020d6a0-f248-4029-9a0e-a547f1891bf5" ], "request-id": [ - "b3d5873e-0778-44ff-9d19-bd8a6bd732bc" + "a020d6a0-f248-4029-9a0e-a547f1891bf5" ], "elapsed-time": [ - "58" + "309" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -753,17 +612,14 @@ "14992" ], "x-ms-correlation-request-id": [ - "9dc822db-320b-4af5-be7c-93ba575dc607" + "ef16fd3f-ed20-456d-8925-b9fadeba4f72" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213021Z:9dc822db-320b-4af5-be7c-93ba575dc607" + "NORTHEUROPE:20200806T223041Z:ef16fd3f-ed20-456d-8925-b9fadeba4f72" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:30:21 GMT" - ], "Content-Length": [ "546" ], @@ -774,25 +630,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43c49fea-9b91-49e8-87e5-b6bc58fb0f0c" + "65a278d2-9bf3-4c0b-a52d-554ff53edf55" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -800,23 +656,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:30:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "43c49fea-9b91-49e8-87e5-b6bc58fb0f0c" + "65a278d2-9bf3-4c0b-a52d-554ff53edf55" ], "request-id": [ - "43c49fea-9b91-49e8-87e5-b6bc58fb0f0c" + "65a278d2-9bf3-4c0b-a52d-554ff53edf55" ], "elapsed-time": [ - "56" + "305" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -825,17 +684,14 @@ "14991" ], "x-ms-correlation-request-id": [ - "6c49239b-d24b-40f9-94d0-5b0104aa58c7" + "502f5b54-80d8-4874-b547-7015d3fa1be1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213032Z:6c49239b-d24b-40f9-94d0-5b0104aa58c7" + "NORTHEUROPE:20200806T223052Z:502f5b54-80d8-4874-b547-7015d3fa1be1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:30:31 GMT" - ], "Content-Length": [ "546" ], @@ -846,25 +702,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4e4fe414-078d-471b-9c66-c5588f7a26b4" + "ef388709-f185-4d49-8aef-0377c1d29742" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -872,23 +728,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:31:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4e4fe414-078d-471b-9c66-c5588f7a26b4" + "ef388709-f185-4d49-8aef-0377c1d29742" ], "request-id": [ - "4e4fe414-078d-471b-9c66-c5588f7a26b4" + "ef388709-f185-4d49-8aef-0377c1d29742" ], "elapsed-time": [ - "51" + "517" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -897,17 +756,14 @@ "14990" ], "x-ms-correlation-request-id": [ - "ac28304d-97a0-4859-b490-32bfc6f25f14" + "dd5d28f6-78c3-4dcb-82fd-6b66c88b42ae" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213042Z:ac28304d-97a0-4859-b490-32bfc6f25f14" + "NORTHEUROPE:20200806T223102Z:dd5d28f6-78c3-4dcb-82fd-6b66c88b42ae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:30:41 GMT" - ], "Content-Length": [ "546" ], @@ -918,25 +774,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6f79285e-7264-4614-be3b-40ab8feb0643" + "8499f01e-acdb-4c11-9f31-a71d4e4243c4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -944,23 +800,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:31:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6f79285e-7264-4614-be3b-40ab8feb0643" + "8499f01e-acdb-4c11-9f31-a71d4e4243c4" ], "request-id": [ - "6f79285e-7264-4614-be3b-40ab8feb0643" + "8499f01e-acdb-4c11-9f31-a71d4e4243c4" ], "elapsed-time": [ - "61" + "1387" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -969,17 +828,14 @@ "14989" ], "x-ms-correlation-request-id": [ - "a142af8d-edba-4be9-b356-e487f01e2d46" + "97f43b48-d84a-43e0-ba6c-8aef180a942f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213053Z:a142af8d-edba-4be9-b356-e487f01e2d46" + "NORTHEUROPE:20200806T223114Z:97f43b48-d84a-43e0-ba6c-8aef180a942f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:30:53 GMT" - ], "Content-Length": [ "546" ], @@ -990,25 +846,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "389753b0-d71d-45f9-8ba0-083e68ebe30a" + "54bcd033-26ee-4061-ab9f-216035b15395" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1016,23 +872,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:31:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "389753b0-d71d-45f9-8ba0-083e68ebe30a" + "54bcd033-26ee-4061-ab9f-216035b15395" ], "request-id": [ - "389753b0-d71d-45f9-8ba0-083e68ebe30a" + "54bcd033-26ee-4061-ab9f-216035b15395" ], "elapsed-time": [ - "66" + "270" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1041,17 +900,14 @@ "14988" ], "x-ms-correlation-request-id": [ - "bc7acec2-d4f4-4829-925b-2bf2381559f2" + "de245898-7fa2-49c0-a030-a9d2770c9675" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213103Z:bc7acec2-d4f4-4829-925b-2bf2381559f2" + "NORTHEUROPE:20200806T223124Z:de245898-7fa2-49c0-a030-a9d2770c9675" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:31:02 GMT" - ], "Content-Length": [ "546" ], @@ -1062,25 +918,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4397fca2-734d-446b-a9d6-452ac7c76c7c" + "dd346687-3849-4c89-8d72-0764c89b73a4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1088,23 +944,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:31:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4397fca2-734d-446b-a9d6-452ac7c76c7c" + "dd346687-3849-4c89-8d72-0764c89b73a4" ], "request-id": [ - "4397fca2-734d-446b-a9d6-452ac7c76c7c" + "dd346687-3849-4c89-8d72-0764c89b73a4" ], "elapsed-time": [ - "53" + "334" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1113,17 +972,14 @@ "14987" ], "x-ms-correlation-request-id": [ - "9be5e727-56db-4cc3-acb1-2d8577acd835" + "000523e3-e361-4ae9-b23e-596e1acbe4e5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213115Z:9be5e727-56db-4cc3-acb1-2d8577acd835" + "NORTHEUROPE:20200806T223135Z:000523e3-e361-4ae9-b23e-596e1acbe4e5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:31:14 GMT" - ], "Content-Length": [ "546" ], @@ -1134,25 +990,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da1eaeb5-4da0-4f69-94f2-1444ec03b60b" + "aa735038-eff5-47cf-8f1b-5890526f69ef" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1160,23 +1016,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:31:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "da1eaeb5-4da0-4f69-94f2-1444ec03b60b" + "aa735038-eff5-47cf-8f1b-5890526f69ef" ], "request-id": [ - "da1eaeb5-4da0-4f69-94f2-1444ec03b60b" + "aa735038-eff5-47cf-8f1b-5890526f69ef" ], "elapsed-time": [ - "55" + "269" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1185,17 +1044,14 @@ "14986" ], "x-ms-correlation-request-id": [ - "64b0cdef-77dc-4eb2-a844-e8766c0e3e3a" + "262b5746-bf63-48a2-9391-d88072d09dbc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213125Z:64b0cdef-77dc-4eb2-a844-e8766c0e3e3a" + "NORTHEUROPE:20200806T223145Z:262b5746-bf63-48a2-9391-d88072d09dbc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:31:25 GMT" - ], "Content-Length": [ "546" ], @@ -1206,25 +1062,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3024cdb-9d0b-451e-88b8-0bb104acccc2" + "978634a2-a955-4412-8d43-4553a01e957a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1232,23 +1088,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:31:56 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e3024cdb-9d0b-451e-88b8-0bb104acccc2" + "978634a2-a955-4412-8d43-4553a01e957a" ], "request-id": [ - "e3024cdb-9d0b-451e-88b8-0bb104acccc2" + "978634a2-a955-4412-8d43-4553a01e957a" ], "elapsed-time": [ - "73" + "294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1257,17 +1116,14 @@ "14985" ], "x-ms-correlation-request-id": [ - "a22ebe52-3ad9-4eb8-9e41-3d57abb82eec" + "5c792726-4cf1-49dd-af58-a4f461ac4509" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213135Z:a22ebe52-3ad9-4eb8-9e41-3d57abb82eec" + "NORTHEUROPE:20200806T223156Z:5c792726-4cf1-49dd-af58-a4f461ac4509" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:31:35 GMT" - ], "Content-Length": [ "546" ], @@ -1278,25 +1134,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3754a7e-98b2-42e1-99e8-a9a5fb11b619" + "08170061-979e-4e10-886b-8289ca86d3d7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1304,23 +1160,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:32:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f3754a7e-98b2-42e1-99e8-a9a5fb11b619" + "08170061-979e-4e10-886b-8289ca86d3d7" ], "request-id": [ - "f3754a7e-98b2-42e1-99e8-a9a5fb11b619" + "08170061-979e-4e10-886b-8289ca86d3d7" ], "elapsed-time": [ - "55" + "311" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1329,17 +1188,14 @@ "14984" ], "x-ms-correlation-request-id": [ - "2c112795-a56c-48da-952d-56cabd409aa1" + "b1c4f514-fd0b-42f1-9d8c-fca576a807db" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213148Z:2c112795-a56c-48da-952d-56cabd409aa1" + "NORTHEUROPE:20200806T223206Z:b1c4f514-fd0b-42f1-9d8c-fca576a807db" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:31:49 GMT" - ], "Content-Length": [ "546" ], @@ -1350,25 +1206,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "861a52aa-5a73-4f49-8390-b6431f0dff12" + "6c6d5cca-0b3e-4649-96c6-6233462ca35f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1376,23 +1232,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:32:17 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "861a52aa-5a73-4f49-8390-b6431f0dff12" + "6c6d5cca-0b3e-4649-96c6-6233462ca35f" ], "request-id": [ - "861a52aa-5a73-4f49-8390-b6431f0dff12" + "6c6d5cca-0b3e-4649-96c6-6233462ca35f" ], "elapsed-time": [ - "55" + "327" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1401,17 +1260,14 @@ "14983" ], "x-ms-correlation-request-id": [ - "d57cdc6a-484f-4c36-b2d7-4e9ab336e664" + "7f79c50c-e8f2-41ff-a843-d741d99849fa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213200Z:d57cdc6a-484f-4c36-b2d7-4e9ab336e664" + "NORTHEUROPE:20200806T223217Z:7f79c50c-e8f2-41ff-a843-d741d99849fa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:32:01 GMT" - ], "Content-Length": [ "546" ], @@ -1422,25 +1278,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b4aac17-fc99-45ab-8f8c-214b51f5b2ab" + "760f4f8d-aa81-40c6-bc21-75e9aafa547b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1448,23 +1304,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:32:27 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1b4aac17-fc99-45ab-8f8c-214b51f5b2ab" + "760f4f8d-aa81-40c6-bc21-75e9aafa547b" ], "request-id": [ - "1b4aac17-fc99-45ab-8f8c-214b51f5b2ab" + "760f4f8d-aa81-40c6-bc21-75e9aafa547b" ], "elapsed-time": [ - "55" + "301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1473,17 +1332,14 @@ "14982" ], "x-ms-correlation-request-id": [ - "b2eb3d62-e878-4853-9857-cdd9049113c4" + "eb742492-936a-4f19-b936-24f773431b49" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213212Z:b2eb3d62-e878-4853-9857-cdd9049113c4" + "NORTHEUROPE:20200806T223228Z:eb742492-936a-4f19-b936-24f773431b49" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:32:12 GMT" - ], "Content-Length": [ "546" ], @@ -1494,25 +1350,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bc8396fe-4505-40f2-a700-6aa915562c45" + "35874818-cf78-4ce8-a627-a87382a9cf6f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1520,23 +1376,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:32:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "bc8396fe-4505-40f2-a700-6aa915562c45" + "35874818-cf78-4ce8-a627-a87382a9cf6f" ], "request-id": [ - "bc8396fe-4505-40f2-a700-6aa915562c45" + "35874818-cf78-4ce8-a627-a87382a9cf6f" ], "elapsed-time": [ - "60" + "292" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1545,17 +1404,14 @@ "14981" ], "x-ms-correlation-request-id": [ - "0b8bf4e2-5835-459d-b810-49e0146d2159" + "4d892f45-c34b-43be-9d6a-88acb7164d36" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213223Z:0b8bf4e2-5835-459d-b810-49e0146d2159" + "NORTHEUROPE:20200806T223238Z:4d892f45-c34b-43be-9d6a-88acb7164d36" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:32:23 GMT" - ], "Content-Length": [ "546" ], @@ -1566,25 +1422,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "59f1a765-7410-4f42-ace7-1b2fa261afbd" + "a6684149-37c5-4028-a916-36cdf8fb76b6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1592,23 +1448,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:32:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "59f1a765-7410-4f42-ace7-1b2fa261afbd" + "a6684149-37c5-4028-a916-36cdf8fb76b6" ], "request-id": [ - "59f1a765-7410-4f42-ace7-1b2fa261afbd" + "a6684149-37c5-4028-a916-36cdf8fb76b6" ], "elapsed-time": [ - "55" + "314" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1617,17 +1476,14 @@ "14980" ], "x-ms-correlation-request-id": [ - "cc5ab0e4-ca2c-4688-9770-4faba1f6cfc3" + "8837226b-6d0a-45d9-9e5b-292da6d853f3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213234Z:cc5ab0e4-ca2c-4688-9770-4faba1f6cfc3" + "NORTHEUROPE:20200806T223249Z:8837226b-6d0a-45d9-9e5b-292da6d853f3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:32:33 GMT" - ], "Content-Length": [ "546" ], @@ -1638,25 +1494,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "163b0554-43e8-42db-aee5-953d336aedc1" + "8dda2d7d-7609-4260-bd70-ed2995ffb13d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1664,23 +1520,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:33:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "163b0554-43e8-42db-aee5-953d336aedc1" + "8dda2d7d-7609-4260-bd70-ed2995ffb13d" ], "request-id": [ - "163b0554-43e8-42db-aee5-953d336aedc1" + "8dda2d7d-7609-4260-bd70-ed2995ffb13d" ], "elapsed-time": [ - "58" + "313" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1689,17 +1548,14 @@ "14979" ], "x-ms-correlation-request-id": [ - "b103984a-eced-4d31-a705-f7850dfc6979" + "3e442739-193e-4449-a164-9ac488caaca6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213244Z:b103984a-eced-4d31-a705-f7850dfc6979" + "NORTHEUROPE:20200806T223300Z:3e442739-193e-4449-a164-9ac488caaca6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:32:44 GMT" - ], "Content-Length": [ "546" ], @@ -1710,25 +1566,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf446d7e-2519-4ec6-962a-8af55f982065" + "7d02981a-d157-4834-82a5-9f46b5c15e8c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1736,23 +1592,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:33:09 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "cf446d7e-2519-4ec6-962a-8af55f982065" + "7d02981a-d157-4834-82a5-9f46b5c15e8c" ], "request-id": [ - "cf446d7e-2519-4ec6-962a-8af55f982065" + "7d02981a-d157-4834-82a5-9f46b5c15e8c" ], "elapsed-time": [ - "62" + "376" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1761,17 +1620,14 @@ "14978" ], "x-ms-correlation-request-id": [ - "92c95c2a-3551-4c1d-8bea-ca9c9dcbbd08" + "07f415f3-2897-47e5-af5c-2dd2a558a27c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213255Z:92c95c2a-3551-4c1d-8bea-ca9c9dcbbd08" + "NORTHEUROPE:20200806T223310Z:07f415f3-2897-47e5-af5c-2dd2a558a27c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:32:54 GMT" - ], "Content-Length": [ "546" ], @@ -1782,25 +1638,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b78d17b3-c028-4212-ab2b-cf38b219000e" + "a7e072c7-17d8-4cc8-806d-caf8feccf982" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1808,23 +1664,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:33:21 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b78d17b3-c028-4212-ab2b-cf38b219000e" + "a7e072c7-17d8-4cc8-806d-caf8feccf982" ], "request-id": [ - "b78d17b3-c028-4212-ab2b-cf38b219000e" + "a7e072c7-17d8-4cc8-806d-caf8feccf982" ], "elapsed-time": [ - "88" + "359" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1833,17 +1692,14 @@ "14977" ], "x-ms-correlation-request-id": [ - "64d8ca1c-c4e7-4069-a77d-6467a945e23c" + "4937feca-ac35-418e-8b5b-9ed41437cc50" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213305Z:64d8ca1c-c4e7-4069-a77d-6467a945e23c" + "NORTHEUROPE:20200806T223321Z:4937feca-ac35-418e-8b5b-9ed41437cc50" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:33:05 GMT" - ], "Content-Length": [ "546" ], @@ -1854,25 +1710,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d8fc4f98-cc53-47f0-ade6-ba823ee71a0a" + "43718fce-8bc4-476b-89a1-dab7dced196e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1880,23 +1736,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:33:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d8fc4f98-cc53-47f0-ade6-ba823ee71a0a" + "43718fce-8bc4-476b-89a1-dab7dced196e" ], "request-id": [ - "d8fc4f98-cc53-47f0-ade6-ba823ee71a0a" + "43718fce-8bc4-476b-89a1-dab7dced196e" ], "elapsed-time": [ - "52" + "494" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1905,17 +1764,14 @@ "14976" ], "x-ms-correlation-request-id": [ - "6afed973-a07d-4126-a845-3f2ad7028814" + "7ea146d9-02e7-4ed2-bbd5-e9194df4c438" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213315Z:6afed973-a07d-4126-a845-3f2ad7028814" + "NORTHEUROPE:20200806T223332Z:7ea146d9-02e7-4ed2-bbd5-e9194df4c438" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:33:15 GMT" - ], "Content-Length": [ "546" ], @@ -1926,25 +1782,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7ca8589a-739c-4a10-a2f2-83ccee1922bb" + "796e3859-42d6-44d7-85a8-4f6ed56056c0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1952,23 +1808,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:33:42 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7ca8589a-739c-4a10-a2f2-83ccee1922bb" + "796e3859-42d6-44d7-85a8-4f6ed56056c0" ], "request-id": [ - "7ca8589a-739c-4a10-a2f2-83ccee1922bb" + "796e3859-42d6-44d7-85a8-4f6ed56056c0" ], "elapsed-time": [ - "52" + "309" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1977,17 +1836,14 @@ "14975" ], "x-ms-correlation-request-id": [ - "761aefcb-fced-4e67-843a-6cc081cad303" + "9a6c4064-b6e1-4d77-bcf2-98cc5ba12fd8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213326Z:761aefcb-fced-4e67-843a-6cc081cad303" + "NORTHEUROPE:20200806T223343Z:9a6c4064-b6e1-4d77-bcf2-98cc5ba12fd8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:33:26 GMT" - ], "Content-Length": [ "546" ], @@ -1998,25 +1854,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "320cb425-ee04-48c3-bfc5-d62c61cc1993" + "2cc6d5e0-0efc-4083-aa56-b1805cf1aeaf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2024,23 +1880,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:33:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "320cb425-ee04-48c3-bfc5-d62c61cc1993" + "2cc6d5e0-0efc-4083-aa56-b1805cf1aeaf" ], "request-id": [ - "320cb425-ee04-48c3-bfc5-d62c61cc1993" + "2cc6d5e0-0efc-4083-aa56-b1805cf1aeaf" ], "elapsed-time": [ - "444" + "332" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2049,17 +1908,14 @@ "14974" ], "x-ms-correlation-request-id": [ - "c8b46006-446b-48b0-90df-d50d60579129" + "875666ee-4b30-45a0-8aaf-668f004866f9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213337Z:c8b46006-446b-48b0-90df-d50d60579129" + "NORTHEUROPE:20200806T223354Z:875666ee-4b30-45a0-8aaf-668f004866f9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:33:37 GMT" - ], "Content-Length": [ "546" ], @@ -2070,25 +1926,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b6805945-398d-473f-988a-8a2f0363e8f4" + "3ff34a0c-9495-4899-951b-dc4f2ea95941" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2096,23 +1952,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:34:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b6805945-398d-473f-988a-8a2f0363e8f4" + "3ff34a0c-9495-4899-951b-dc4f2ea95941" ], "request-id": [ - "b6805945-398d-473f-988a-8a2f0363e8f4" + "3ff34a0c-9495-4899-951b-dc4f2ea95941" ], "elapsed-time": [ - "56" + "315" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2121,17 +1980,14 @@ "14973" ], "x-ms-correlation-request-id": [ - "84b2691e-c37d-420a-b60a-86a8872a4312" + "85fd1219-35c9-4c09-ba2b-56053cd450ae" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213348Z:84b2691e-c37d-420a-b60a-86a8872a4312" + "NORTHEUROPE:20200806T223404Z:85fd1219-35c9-4c09-ba2b-56053cd450ae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:33:48 GMT" - ], "Content-Length": [ "546" ], @@ -2142,25 +1998,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f1701a19-24cb-434e-9424-6ee561177c7b" + "6a1d56e6-f316-424a-a49a-d765cdcca668" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2168,23 +2024,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:34:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f1701a19-24cb-434e-9424-6ee561177c7b" + "6a1d56e6-f316-424a-a49a-d765cdcca668" ], "request-id": [ - "f1701a19-24cb-434e-9424-6ee561177c7b" + "6a1d56e6-f316-424a-a49a-d765cdcca668" ], "elapsed-time": [ - "52" + "294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2193,17 +2052,14 @@ "14972" ], "x-ms-correlation-request-id": [ - "6d1fe5cb-040f-4927-8884-79b5a65164f1" + "a8ad0571-3bf0-4e86-8b11-48a2ae4b2465" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213358Z:6d1fe5cb-040f-4927-8884-79b5a65164f1" + "NORTHEUROPE:20200806T223415Z:a8ad0571-3bf0-4e86-8b11-48a2ae4b2465" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:33:58 GMT" - ], "Content-Length": [ "546" ], @@ -2214,25 +2070,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9cea860f-f088-4677-92a5-ce0df1eae53e" + "76c9f354-1659-4c55-b68e-1a392bc1165f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2240,690 +2096,42 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "9cea860f-f088-4677-92a5-ce0df1eae53e" - ], - "request-id": [ - "9cea860f-f088-4677-92a5-ce0df1eae53e" - ], - "elapsed-time": [ - "63" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-correlation-request-id": [ - "c1a8a9ce-0165-4873-a5e4-7269f4b5ba88" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213409Z:c1a8a9ce-0165-4873-a5e4-7269f4b5ba88" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:34:08 GMT" - ], - "Content-Length": [ - "546" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7ddaade3-37ed-4f8e-8899-4b6531f522c3" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "7ddaade3-37ed-4f8e-8899-4b6531f522c3" - ], - "request-id": [ - "7ddaade3-37ed-4f8e-8899-4b6531f522c3" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-correlation-request-id": [ - "da18adfc-17f8-4e64-b098-bf8a08abd284" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213419Z:da18adfc-17f8-4e64-b098-bf8a08abd284" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:34:19 GMT" - ], - "Content-Length": [ - "546" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3249bcdf-e662-4f4e-a96a-e80101bd1bf3" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3249bcdf-e662-4f4e-a96a-e80101bd1bf3" - ], - "request-id": [ - "3249bcdf-e662-4f4e-a96a-e80101bd1bf3" - ], - "elapsed-time": [ - "73" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-correlation-request-id": [ - "75278eda-dceb-46a7-8ccf-27c1f81a6896" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213429Z:75278eda-dceb-46a7-8ccf-27c1f81a6896" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:34:29 GMT" - ], - "Content-Length": [ - "546" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3ba74c95-0b3b-47f6-9f0b-60abb1b5630f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3ba74c95-0b3b-47f6-9f0b-60abb1b5630f" - ], - "request-id": [ - "3ba74c95-0b3b-47f6-9f0b-60abb1b5630f" - ], - "elapsed-time": [ - "190" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-correlation-request-id": [ - "9e6a955f-d746-437e-82f9-64224a365854" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213440Z:9e6a955f-d746-437e-82f9-64224a365854" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:34:39 GMT" - ], - "Content-Length": [ - "546" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f3e06be7-19b8-4bb2-b479-5c1492719c1c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "f3e06be7-19b8-4bb2-b479-5c1492719c1c" - ], - "request-id": [ - "f3e06be7-19b8-4bb2-b479-5c1492719c1c" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-correlation-request-id": [ - "3f1872db-857f-4d24-aca2-f39f0f487bdb" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213450Z:3f1872db-857f-4d24-aca2-f39f0f487bdb" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:34:50 GMT" - ], - "Content-Length": [ - "546" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "4973250f-a575-4d7f-94f1-63ebfa78ca50" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "4973250f-a575-4d7f-94f1-63ebfa78ca50" - ], - "request-id": [ - "4973250f-a575-4d7f-94f1-63ebfa78ca50" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-correlation-request-id": [ - "164b1455-100a-4dfd-93b8-a19e40aa80ff" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213500Z:164b1455-100a-4dfd-93b8-a19e40aa80ff" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:35:00 GMT" - ], - "Content-Length": [ - "546" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3c8cb9fc-7648-4023-bc96-a1bb14d0847a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3c8cb9fc-7648-4023-bc96-a1bb14d0847a" - ], - "request-id": [ - "3c8cb9fc-7648-4023-bc96-a1bb14d0847a" - ], - "elapsed-time": [ - "211" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-correlation-request-id": [ - "fd3704ce-dbd0-4e6b-ad0b-8a7eb14228f2" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213512Z:fd3704ce-dbd0-4e6b-ad0b-8a7eb14228f2" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:35:11 GMT" - ], - "Content-Length": [ - "546" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "19281246-5ec9-4283-990d-072ea84e04cd" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "19281246-5ec9-4283-990d-072ea84e04cd" - ], - "request-id": [ - "19281246-5ec9-4283-990d-072ea84e04cd" - ], - "elapsed-time": [ - "71" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-correlation-request-id": [ - "1b777bea-58e6-43c6-a3da-1c688be1dbe9" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213522Z:1b777bea-58e6-43c6-a3da-1c688be1dbe9" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:35:22 GMT" - ], - "Content-Length": [ - "546" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b3619783-9ae0-45ea-a45e-d2ad11e2caf3" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b3619783-9ae0-45ea-a45e-d2ad11e2caf3" - ], - "request-id": [ - "b3619783-9ae0-45ea-a45e-d2ad11e2caf3" - ], - "elapsed-time": [ - "1022" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-correlation-request-id": [ - "468708b2-7ca8-4cfa-adaa-c83b6f645fef" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213534Z:468708b2-7ca8-4cfa-adaa-c83b6f645fef" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:35:33 GMT" - ], - "Content-Length": [ - "546" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "25178c62-6840-4d7c-a4fa-fda465a16d9b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Date": [ + "Thu, 06 Aug 2020 22:34:25 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "25178c62-6840-4d7c-a4fa-fda465a16d9b" + "76c9f354-1659-4c55-b68e-1a392bc1165f" ], "request-id": [ - "25178c62-6840-4d7c-a4fa-fda465a16d9b" + "76c9f354-1659-4c55-b68e-1a392bc1165f" ], "elapsed-time": [ - "60" + "306" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" + "14971" ], "x-ms-correlation-request-id": [ - "251582a7-0d7a-48fe-979f-f2cb1e4cf087" + "89565eb4-43e0-4f15-b669-b39fa28d884a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213544Z:251582a7-0d7a-48fe-979f-f2cb1e4cf087" + "NORTHEUROPE:20200806T223425Z:89565eb4-43e0-4f15-b669-b39fa28d884a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:35:44 GMT" - ], "Content-Length": [ "546" ], @@ -2934,25 +2142,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ab847c0c-9053-4805-941d-3eb0b0c846ed" + "364c8062-1451-4a34-8ed4-0a5e7ddfe1eb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2960,42 +2168,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:34:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ab847c0c-9053-4805-941d-3eb0b0c846ed" + "364c8062-1451-4a34-8ed4-0a5e7ddfe1eb" ], "request-id": [ - "ab847c0c-9053-4805-941d-3eb0b0c846ed" + "364c8062-1451-4a34-8ed4-0a5e7ddfe1eb" ], "elapsed-time": [ - "1787" + "282" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" + "14970" ], "x-ms-correlation-request-id": [ - "83881c6e-480f-4c55-8d34-6080eae780f8" + "4fe9b71c-92f4-461f-81ab-0cc4aaa61ff8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213557Z:83881c6e-480f-4c55-8d34-6080eae780f8" + "NORTHEUROPE:20200806T223436Z:4fe9b71c-92f4-461f-81ab-0cc4aaa61ff8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:35:57 GMT" - ], "Content-Length": [ "546" ], @@ -3006,25 +2214,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3dbc448-bfa6-4c01-85a2-2119724d03da" + "72170851-b9dc-410c-b0c6-409ee65f8cb4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3032,42 +2240,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:34:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e3dbc448-bfa6-4c01-85a2-2119724d03da" + "72170851-b9dc-410c-b0c6-409ee65f8cb4" ], "request-id": [ - "e3dbc448-bfa6-4c01-85a2-2119724d03da" + "72170851-b9dc-410c-b0c6-409ee65f8cb4" ], "elapsed-time": [ - "87" + "303" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" + "14969" ], "x-ms-correlation-request-id": [ - "b45f15cc-8d22-42b2-94b3-229404e35ce7" + "87b13439-7243-4208-9585-5caae30e90e9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213607Z:b45f15cc-8d22-42b2-94b3-229404e35ce7" + "NORTHEUROPE:20200806T223446Z:87b13439-7243-4208-9585-5caae30e90e9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:36:07 GMT" - ], "Content-Length": [ "546" ], @@ -3078,25 +2286,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "89ed6c1b-6c18-43d8-921a-053dfe8d526c" + "b0dc0dc7-a3ea-46f3-bf3c-a90ef82f6d51" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3104,42 +2312,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:34:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "89ed6c1b-6c18-43d8-921a-053dfe8d526c" + "b0dc0dc7-a3ea-46f3-bf3c-a90ef82f6d51" ], "request-id": [ - "89ed6c1b-6c18-43d8-921a-053dfe8d526c" + "b0dc0dc7-a3ea-46f3-bf3c-a90ef82f6d51" ], "elapsed-time": [ - "90" + "283" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" + "14968" ], "x-ms-correlation-request-id": [ - "8c2418f9-f5da-4f55-ad36-36c8939318ab" + "41935e55-0482-475b-80b5-c89bba2ed402" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213618Z:8c2418f9-f5da-4f55-ad36-36c8939318ab" + "NORTHEUROPE:20200806T223457Z:41935e55-0482-475b-80b5-c89bba2ed402" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:36:17 GMT" - ], "Content-Length": [ "546" ], @@ -3150,25 +2358,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5f2612a4-05dc-45de-bb6d-11c6f5f5c515" + "f491071c-e57b-4bb5-b322-961c60eee044" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3176,42 +2384,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:35:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5f2612a4-05dc-45de-bb6d-11c6f5f5c515" + "f491071c-e57b-4bb5-b322-961c60eee044" ], "request-id": [ - "5f2612a4-05dc-45de-bb6d-11c6f5f5c515" + "f491071c-e57b-4bb5-b322-961c60eee044" ], "elapsed-time": [ - "53" + "6392" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" + "14967" ], "x-ms-correlation-request-id": [ - "24719a3e-22cd-410b-baa8-0a15db52f702" + "b18ff9c3-e91a-431b-b9d1-60edc99dd901" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213628Z:24719a3e-22cd-410b-baa8-0a15db52f702" + "NORTHEUROPE:20200806T223514Z:b18ff9c3-e91a-431b-b9d1-60edc99dd901" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:36:28 GMT" - ], "Content-Length": [ "546" ], @@ -3222,25 +2430,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1471b46c-7740-4e57-a268-855f3b9af5bb" + "1e84c647-1711-4a9e-9299-e2e7dc140e7d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3248,42 +2456,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:35:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1471b46c-7740-4e57-a268-855f3b9af5bb" + "1e84c647-1711-4a9e-9299-e2e7dc140e7d" ], "request-id": [ - "1471b46c-7740-4e57-a268-855f3b9af5bb" + "1e84c647-1711-4a9e-9299-e2e7dc140e7d" ], "elapsed-time": [ - "61" + "357" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" + "14966" ], "x-ms-correlation-request-id": [ - "c0ef3558-7c73-4e79-a498-b1b20894e8e2" + "65d3e293-1dba-4219-befa-d6cb21729904" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213638Z:c0ef3558-7c73-4e79-a498-b1b20894e8e2" + "NORTHEUROPE:20200806T223524Z:65d3e293-1dba-4219-befa-d6cb21729904" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:36:37 GMT" - ], "Content-Length": [ "546" ], @@ -3294,25 +2502,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "35a05109-b0f6-4822-8194-ca1e93e43c1f" + "3805618e-215e-4ccb-8444-7e3ee3bb02ce" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3320,42 +2528,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:35:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "35a05109-b0f6-4822-8194-ca1e93e43c1f" + "3805618e-215e-4ccb-8444-7e3ee3bb02ce" ], "request-id": [ - "35a05109-b0f6-4822-8194-ca1e93e43c1f" + "3805618e-215e-4ccb-8444-7e3ee3bb02ce" ], "elapsed-time": [ - "63" + "513" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" + "14965" ], "x-ms-correlation-request-id": [ - "b62fd5c5-218e-4f1f-8fd5-9882b328e2d9" + "14932673-c3bb-499e-a0b0-0fc9065dbd22" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213655Z:b62fd5c5-218e-4f1f-8fd5-9882b328e2d9" + "NORTHEUROPE:20200806T223535Z:14932673-c3bb-499e-a0b0-0fc9065dbd22" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:36:56 GMT" - ], "Content-Length": [ "546" ], @@ -3366,25 +2574,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b7e844ea-ed40-4b55-8bc6-fa2495d5a397" + "32991d65-9432-4470-9506-ce57796b9432" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3392,42 +2600,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:35:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b7e844ea-ed40-4b55-8bc6-fa2495d5a397" + "32991d65-9432-4470-9506-ce57796b9432" ], "request-id": [ - "b7e844ea-ed40-4b55-8bc6-fa2495d5a397" + "32991d65-9432-4470-9506-ce57796b9432" ], "elapsed-time": [ - "77" + "308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" + "14964" ], "x-ms-correlation-request-id": [ - "81453b23-874d-4844-8385-af3595f2262b" + "1a9e098a-648e-4eea-a196-6222062b528b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213706Z:81453b23-874d-4844-8385-af3595f2262b" + "NORTHEUROPE:20200806T223546Z:1a9e098a-648e-4eea-a196-6222062b528b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:37:06 GMT" - ], "Content-Length": [ "546" ], @@ -3438,25 +2646,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "347e5ca7-8ae9-483a-b8b0-e5815c0064f5" + "c0cfcb27-ad75-4d03-b7bd-2a7e098d162b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3464,42 +2672,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:35:56 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "347e5ca7-8ae9-483a-b8b0-e5815c0064f5" + "c0cfcb27-ad75-4d03-b7bd-2a7e098d162b" ], "request-id": [ - "347e5ca7-8ae9-483a-b8b0-e5815c0064f5" + "c0cfcb27-ad75-4d03-b7bd-2a7e098d162b" ], "elapsed-time": [ - "120" + "280" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" + "14963" ], "x-ms-correlation-request-id": [ - "a7c73069-d432-4f20-bf09-83eca4a10854" + "1be91742-363b-4c4b-847c-2aac6fd0074b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213717Z:a7c73069-d432-4f20-bf09-83eca4a10854" + "NORTHEUROPE:20200806T223556Z:1be91742-363b-4c4b-847c-2aac6fd0074b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:37:17 GMT" - ], "Content-Length": [ "546" ], @@ -3510,25 +2718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e2a7140-4583-480c-95d4-befb2c24eb86" + "62795386-1e96-4aa6-99ce-3afc3b37bd4a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3536,42 +2744,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:36:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1e2a7140-4583-480c-95d4-befb2c24eb86" + "62795386-1e96-4aa6-99ce-3afc3b37bd4a" ], "request-id": [ - "1e2a7140-4583-480c-95d4-befb2c24eb86" + "62795386-1e96-4aa6-99ce-3afc3b37bd4a" ], "elapsed-time": [ - "64" + "413" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" + "14962" ], "x-ms-correlation-request-id": [ - "9fa39afb-8edc-4b39-bf57-173c7d6a72d9" + "10d49e39-f3d6-4ae9-abb5-30a4b6eae54c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213729Z:9fa39afb-8edc-4b39-bf57-173c7d6a72d9" + "NORTHEUROPE:20200806T223607Z:10d49e39-f3d6-4ae9-abb5-30a4b6eae54c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:37:28 GMT" - ], "Content-Length": [ "546" ], @@ -3582,25 +2790,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9dcd4774-c182-455b-8e49-fba098a72689" + "485f0524-4f78-4077-a424-efee6199d071" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3608,42 +2816,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:36:17 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9dcd4774-c182-455b-8e49-fba098a72689" + "485f0524-4f78-4077-a424-efee6199d071" ], "request-id": [ - "9dcd4774-c182-455b-8e49-fba098a72689" + "485f0524-4f78-4077-a424-efee6199d071" ], "elapsed-time": [ - "61" + "365" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" + "14961" ], "x-ms-correlation-request-id": [ - "76a7c959-4370-4774-b4f7-7f3b03673afd" + "99848c91-5f42-4dba-809e-a9a808d437d4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213739Z:76a7c959-4370-4774-b4f7-7f3b03673afd" + "NORTHEUROPE:20200806T223617Z:99848c91-5f42-4dba-809e-a9a808d437d4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:37:38 GMT" - ], "Content-Length": [ "546" ], @@ -3654,25 +2862,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "375839f2-2035-4191-bc1a-9584f6db3a1b" + "c68affec-151a-4d33-8a4c-41c415096d0d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3680,42 +2888,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:36:27 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "375839f2-2035-4191-bc1a-9584f6db3a1b" + "c68affec-151a-4d33-8a4c-41c415096d0d" ], "request-id": [ - "375839f2-2035-4191-bc1a-9584f6db3a1b" + "c68affec-151a-4d33-8a4c-41c415096d0d" ], "elapsed-time": [ - "218" + "320" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" + "14960" ], "x-ms-correlation-request-id": [ - "69efce1d-f932-4b70-9404-805464c9554a" + "052a9152-1822-42f0-8fbc-f6c06b5b1c1f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213749Z:69efce1d-f932-4b70-9404-805464c9554a" + "NORTHEUROPE:20200806T223628Z:052a9152-1822-42f0-8fbc-f6c06b5b1c1f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:37:49 GMT" - ], "Content-Length": [ "546" ], @@ -3726,25 +2934,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70a0b31-d553-4109-8ff6-edd376d8b727" + "167ed2c0-5045-4c21-a6d8-5f0a25816423" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3752,42 +2960,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:36:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a70a0b31-d553-4109-8ff6-edd376d8b727" + "167ed2c0-5045-4c21-a6d8-5f0a25816423" ], "request-id": [ - "a70a0b31-d553-4109-8ff6-edd376d8b727" + "167ed2c0-5045-4c21-a6d8-5f0a25816423" ], "elapsed-time": [ - "54" + "319" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" + "14959" ], "x-ms-correlation-request-id": [ - "ec96fe54-5374-45bb-8cf9-925086a00f27" + "97e36859-ec72-4f43-95ed-ed0392aad55e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213800Z:ec96fe54-5374-45bb-8cf9-925086a00f27" + "NORTHEUROPE:20200806T223638Z:97e36859-ec72-4f43-95ed-ed0392aad55e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:37:59 GMT" - ], "Content-Length": [ "546" ], @@ -3798,25 +3006,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cadc93d4-9f73-4801-98ce-d3579ba9e3fd" + "97ded08b-4f23-4163-b37a-b9b7d52757c5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3824,42 +3032,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:36:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "cadc93d4-9f73-4801-98ce-d3579ba9e3fd" + "97ded08b-4f23-4163-b37a-b9b7d52757c5" ], "request-id": [ - "cadc93d4-9f73-4801-98ce-d3579ba9e3fd" + "97ded08b-4f23-4163-b37a-b9b7d52757c5" ], "elapsed-time": [ - "62" + "327" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" + "14958" ], "x-ms-correlation-request-id": [ - "3c0f7069-4c75-4daa-9412-bbca62fdb013" + "767b5c4c-d3c5-46aa-a212-d1513ec69fd4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213810Z:3c0f7069-4c75-4daa-9412-bbca62fdb013" + "NORTHEUROPE:20200806T223649Z:767b5c4c-d3c5-46aa-a212-d1513ec69fd4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:38:09 GMT" - ], "Content-Length": [ "546" ], @@ -3870,25 +3078,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef9fe36a-bd5b-41b8-b398-679773611d17" + "14a6bd49-31e9-4d7c-bf42-de7123ba2011" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3896,42 +3104,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:36:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ef9fe36a-bd5b-41b8-b398-679773611d17" + "14a6bd49-31e9-4d7c-bf42-de7123ba2011" ], "request-id": [ - "ef9fe36a-bd5b-41b8-b398-679773611d17" + "14a6bd49-31e9-4d7c-bf42-de7123ba2011" ], "elapsed-time": [ - "64" + "296" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" + "14957" ], "x-ms-correlation-request-id": [ - "96c23394-908e-46d3-be84-cb38cb90cc1d" + "9349d6d4-a393-4f35-95d4-96c48b3f0392" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213820Z:96c23394-908e-46d3-be84-cb38cb90cc1d" + "NORTHEUROPE:20200806T223659Z:9349d6d4-a393-4f35-95d4-96c48b3f0392" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:38:20 GMT" - ], "Content-Length": [ "546" ], @@ -3942,25 +3150,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4dc4713c-b238-4964-b84d-30e4e38ec973" + "d8292e44-094a-4e1f-883c-37f8b713de80" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3968,42 +3176,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:37:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4dc4713c-b238-4964-b84d-30e4e38ec973" + "d8292e44-094a-4e1f-883c-37f8b713de80" ], "request-id": [ - "4dc4713c-b238-4964-b84d-30e4e38ec973" + "d8292e44-094a-4e1f-883c-37f8b713de80" ], "elapsed-time": [ - "61" + "301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" + "14956" ], "x-ms-correlation-request-id": [ - "2572ab3d-c13c-43df-a940-d6a934c110c3" + "a8d80011-cdc9-445c-9bd3-b5f73647e4e4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213831Z:2572ab3d-c13c-43df-a940-d6a934c110c3" + "NORTHEUROPE:20200806T223710Z:a8d80011-cdc9-445c-9bd3-b5f73647e4e4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:38:30 GMT" - ], "Content-Length": [ "546" ], @@ -4014,25 +3222,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f46a83d8-5ffc-4374-a585-b275a9df22f6" + "c91c3e46-e48d-477a-9993-f3aeb5f54c61" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4040,42 +3248,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:37:21 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f46a83d8-5ffc-4374-a585-b275a9df22f6" + "c91c3e46-e48d-477a-9993-f3aeb5f54c61" ], "request-id": [ - "f46a83d8-5ffc-4374-a585-b275a9df22f6" + "c91c3e46-e48d-477a-9993-f3aeb5f54c61" ], "elapsed-time": [ - "84" + "282" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" + "14955" ], "x-ms-correlation-request-id": [ - "34a52ab9-000f-430b-9083-c059c63d73b3" + "78a080de-dafa-48d2-90c1-8962bcaae52a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213841Z:34a52ab9-000f-430b-9083-c059c63d73b3" + "NORTHEUROPE:20200806T223721Z:78a080de-dafa-48d2-90c1-8962bcaae52a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:38:41 GMT" - ], "Content-Length": [ "546" ], @@ -4086,25 +3294,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f5579ad-c1bc-438e-bd6e-9c6d9cae11bc" + "578a5949-195e-41fb-b51c-906a3ccf2c01" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4112,42 +3320,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:37:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4f5579ad-c1bc-438e-bd6e-9c6d9cae11bc" + "578a5949-195e-41fb-b51c-906a3ccf2c01" ], "request-id": [ - "4f5579ad-c1bc-438e-bd6e-9c6d9cae11bc" + "578a5949-195e-41fb-b51c-906a3ccf2c01" ], "elapsed-time": [ - "52" + "530" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" + "14954" ], "x-ms-correlation-request-id": [ - "3bb676de-60fc-4c25-9687-4f106f0c590f" + "4442e76b-caa0-456b-96a1-41e6a589b70b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213852Z:3bb676de-60fc-4c25-9687-4f106f0c590f" + "NORTHEUROPE:20200806T223732Z:4442e76b-caa0-456b-96a1-41e6a589b70b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:38:52 GMT" - ], "Content-Length": [ "546" ], @@ -4158,25 +3366,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d6c34779-7929-4b81-b2f9-4a4352ec301e" + "1c6208e6-87ba-43ce-b7a5-94c02a3dc061" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4184,42 +3392,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:37:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d6c34779-7929-4b81-b2f9-4a4352ec301e" + "1c6208e6-87ba-43ce-b7a5-94c02a3dc061" ], "request-id": [ - "d6c34779-7929-4b81-b2f9-4a4352ec301e" + "1c6208e6-87ba-43ce-b7a5-94c02a3dc061" ], "elapsed-time": [ - "67" + "308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" + "14953" ], "x-ms-correlation-request-id": [ - "4ed1f6c0-9498-4375-bd76-2168cb5f4d73" + "6bbe2412-914c-4db3-83cf-9327958ccce9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213902Z:4ed1f6c0-9498-4375-bd76-2168cb5f4d73" + "NORTHEUROPE:20200806T223742Z:6bbe2412-914c-4db3-83cf-9327958ccce9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:39:01 GMT" - ], "Content-Length": [ "546" ], @@ -4230,25 +3438,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f8568ae-f7c9-412a-8ef8-1a7f0e34b400" + "dd33a2e0-997d-45a0-9995-06fc6de671cf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4256,42 +3464,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:37:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7f8568ae-f7c9-412a-8ef8-1a7f0e34b400" + "dd33a2e0-997d-45a0-9995-06fc6de671cf" ], "request-id": [ - "7f8568ae-f7c9-412a-8ef8-1a7f0e34b400" + "dd33a2e0-997d-45a0-9995-06fc6de671cf" ], "elapsed-time": [ - "56" + "302" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" + "14952" ], "x-ms-correlation-request-id": [ - "eef16b1b-f369-408c-a604-8321c799a767" + "500eb4db-556a-4537-a9e9-c8845133ae47" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213913Z:eef16b1b-f369-408c-a604-8321c799a767" + "NORTHEUROPE:20200806T223753Z:500eb4db-556a-4537-a9e9-c8845133ae47" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:39:12 GMT" - ], "Content-Length": [ "546" ], @@ -4302,25 +3510,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c57afcb8-f67a-4539-a61d-ac1bc6f24112" + "19da505f-faa9-425c-a8e2-6678795b5e53" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4328,42 +3536,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:38:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c57afcb8-f67a-4539-a61d-ac1bc6f24112" + "19da505f-faa9-425c-a8e2-6678795b5e53" ], "request-id": [ - "c57afcb8-f67a-4539-a61d-ac1bc6f24112" + "19da505f-faa9-425c-a8e2-6678795b5e53" ], "elapsed-time": [ - "174" + "368" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" + "14951" ], "x-ms-correlation-request-id": [ - "18cf7689-3029-4af2-be2e-f2c3024f3019" + "189a2076-b5dd-4f64-846e-b81a1202a6af" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213923Z:18cf7689-3029-4af2-be2e-f2c3024f3019" + "NORTHEUROPE:20200806T223804Z:189a2076-b5dd-4f64-846e-b81a1202a6af" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:39:23 GMT" - ], "Content-Length": [ "546" ], @@ -4374,25 +3582,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3264d6b1-faf4-4c5f-95b8-32ede300e01d" + "9f9d2a80-39a7-43f1-8a08-d63b83faa5d8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4400,42 +3608,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:38:14 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3264d6b1-faf4-4c5f-95b8-32ede300e01d" + "9f9d2a80-39a7-43f1-8a08-d63b83faa5d8" ], "request-id": [ - "3264d6b1-faf4-4c5f-95b8-32ede300e01d" + "9f9d2a80-39a7-43f1-8a08-d63b83faa5d8" ], "elapsed-time": [ - "102" + "405" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" + "14950" ], "x-ms-correlation-request-id": [ - "fce1a28e-e34c-4e33-90fb-c8ae1a1ca38d" + "5bd31766-cf24-41cd-9c3b-6d72aeda9df0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213934Z:fce1a28e-e34c-4e33-90fb-c8ae1a1ca38d" + "NORTHEUROPE:20200806T223814Z:5bd31766-cf24-41cd-9c3b-6d72aeda9df0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:39:33 GMT" - ], "Content-Length": [ "546" ], @@ -4446,25 +3654,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3071bb04-ce5a-416f-96c5-13843a5b621f" + "d49343fd-28dc-4c81-b5e5-c6300ce44cf4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4472,42 +3680,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:38:25 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3071bb04-ce5a-416f-96c5-13843a5b621f" + "d49343fd-28dc-4c81-b5e5-c6300ce44cf4" ], "request-id": [ - "3071bb04-ce5a-416f-96c5-13843a5b621f" + "d49343fd-28dc-4c81-b5e5-c6300ce44cf4" ], "elapsed-time": [ - "68" + "291" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" + "14949" ], "x-ms-correlation-request-id": [ - "d21c2ae4-d59c-4088-91bc-b1c35c9b15d0" + "78596ea4-0cfb-4492-9253-dc9f96cf1718" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213944Z:d21c2ae4-d59c-4088-91bc-b1c35c9b15d0" + "NORTHEUROPE:20200806T223825Z:78596ea4-0cfb-4492-9253-dc9f96cf1718" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:39:43 GMT" - ], "Content-Length": [ "546" ], @@ -4518,25 +3726,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "26267a65-692b-40c1-98c6-a79525f7bcd6" + "e0331685-b421-4416-aeed-47ba22182083" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4544,42 +3752,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:38:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "26267a65-692b-40c1-98c6-a79525f7bcd6" + "e0331685-b421-4416-aeed-47ba22182083" ], "request-id": [ - "26267a65-692b-40c1-98c6-a79525f7bcd6" + "e0331685-b421-4416-aeed-47ba22182083" ], "elapsed-time": [ - "55" + "308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" + "14948" ], "x-ms-correlation-request-id": [ - "16375803-1e9c-4853-97d3-ac5260ae07a4" + "4dd87cd1-9871-4fe3-8e64-3840cdf42b6e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213954Z:16375803-1e9c-4853-97d3-ac5260ae07a4" + "NORTHEUROPE:20200806T223835Z:4dd87cd1-9871-4fe3-8e64-3840cdf42b6e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:39:53 GMT" - ], "Content-Length": [ "546" ], @@ -4590,25 +3798,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a5115ae-0267-450d-b9de-95a909b088be" + "7432ee3e-4b5e-481e-94ef-086a8d316d78" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4616,42 +3824,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:38:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1a5115ae-0267-450d-b9de-95a909b088be" + "7432ee3e-4b5e-481e-94ef-086a8d316d78" ], "request-id": [ - "1a5115ae-0267-450d-b9de-95a909b088be" + "7432ee3e-4b5e-481e-94ef-086a8d316d78" ], "elapsed-time": [ - "105" + "293" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" + "14947" ], "x-ms-correlation-request-id": [ - "5c1c86b7-4d51-4964-b2eb-d6c42dc70be8" + "e96bc69f-715f-4ec7-a2e4-c6e045674be4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214005Z:5c1c86b7-4d51-4964-b2eb-d6c42dc70be8" + "NORTHEUROPE:20200806T223846Z:e96bc69f-715f-4ec7-a2e4-c6e045674be4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:40:04 GMT" - ], "Content-Length": [ "546" ], @@ -4662,25 +3870,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8e49bba7-2b0d-4f3d-afd7-477462faf8e4" + "0e687a8d-2020-4acf-a82c-17bacd3cf1b4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4688,42 +3896,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:38:56 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8e49bba7-2b0d-4f3d-afd7-477462faf8e4" + "0e687a8d-2020-4acf-a82c-17bacd3cf1b4" ], "request-id": [ - "8e49bba7-2b0d-4f3d-afd7-477462faf8e4" + "0e687a8d-2020-4acf-a82c-17bacd3cf1b4" ], "elapsed-time": [ - "75" + "311" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" + "14946" ], "x-ms-correlation-request-id": [ - "53930f29-b8c3-474d-adaf-b6f560ea7cfd" + "12eb3b86-dbfc-4772-bf6c-453d5424eed3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214015Z:53930f29-b8c3-474d-adaf-b6f560ea7cfd" + "NORTHEUROPE:20200806T223857Z:12eb3b86-dbfc-4772-bf6c-453d5424eed3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:40:14 GMT" - ], "Content-Length": [ "546" ], @@ -4734,25 +3942,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "170ee285-be3e-4a99-8c8c-f51116ed00de" + "98a715f1-0074-4f75-aabf-bfa218a22964" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4760,42 +3968,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:39:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "170ee285-be3e-4a99-8c8c-f51116ed00de" + "98a715f1-0074-4f75-aabf-bfa218a22964" ], "request-id": [ - "170ee285-be3e-4a99-8c8c-f51116ed00de" + "98a715f1-0074-4f75-aabf-bfa218a22964" ], "elapsed-time": [ - "56" + "331" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" + "14945" ], "x-ms-correlation-request-id": [ - "c38aef88-6378-4cf4-9949-95afaec7cad1" + "06d04582-ad0a-4cc0-a58e-c35977e1f6e1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214025Z:c38aef88-6378-4cf4-9949-95afaec7cad1" + "NORTHEUROPE:20200806T223907Z:06d04582-ad0a-4cc0-a58e-c35977e1f6e1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:40:25 GMT" - ], "Content-Length": [ "546" ], @@ -4806,25 +4014,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4a1141d3-25ec-49dd-a354-d48c655ab990" + "63bff767-f75d-4d97-a9ba-e3fdeb0ae503" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4832,42 +4040,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:39:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4a1141d3-25ec-49dd-a354-d48c655ab990" + "63bff767-f75d-4d97-a9ba-e3fdeb0ae503" ], "request-id": [ - "4a1141d3-25ec-49dd-a354-d48c655ab990" + "63bff767-f75d-4d97-a9ba-e3fdeb0ae503" ], "elapsed-time": [ - "71" + "311" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" + "14944" ], "x-ms-correlation-request-id": [ - "71104bf4-7877-4768-b18d-673a038f0976" + "fcddb55d-951e-473e-852d-9935302315c5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214035Z:71104bf4-7877-4768-b18d-673a038f0976" + "NORTHEUROPE:20200806T223918Z:fcddb55d-951e-473e-852d-9935302315c5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:40:35 GMT" - ], "Content-Length": [ "546" ], @@ -4878,25 +4086,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8540a423-69a2-4907-88ee-dae8e0f4e0ba" + "9875fd9a-1cad-4f3f-bc56-405678b6c1c3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4904,42 +4112,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:39:29 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8540a423-69a2-4907-88ee-dae8e0f4e0ba" + "9875fd9a-1cad-4f3f-bc56-405678b6c1c3" ], "request-id": [ - "8540a423-69a2-4907-88ee-dae8e0f4e0ba" + "9875fd9a-1cad-4f3f-bc56-405678b6c1c3" ], "elapsed-time": [ - "72" + "940" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" + "14943" ], "x-ms-correlation-request-id": [ - "98e765a0-102f-4b0c-b956-916f727790f7" + "6df59e94-1b6b-4df1-bcfd-1d7e09119949" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214046Z:98e765a0-102f-4b0c-b956-916f727790f7" + "NORTHEUROPE:20200806T223929Z:6df59e94-1b6b-4df1-bcfd-1d7e09119949" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:40:45 GMT" - ], "Content-Length": [ "546" ], @@ -4950,25 +4158,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4639397a-c32e-4032-970e-20e97168d081" + "96debb8c-d9f8-42c2-bc4b-26496c4c98d4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4976,42 +4184,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:39:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4639397a-c32e-4032-970e-20e97168d081" + "96debb8c-d9f8-42c2-bc4b-26496c4c98d4" ], "request-id": [ - "4639397a-c32e-4032-970e-20e97168d081" + "96debb8c-d9f8-42c2-bc4b-26496c4c98d4" ], "elapsed-time": [ - "69" + "318" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" + "14942" ], "x-ms-correlation-request-id": [ - "91becf74-3fb9-497c-bd85-e7ad36fb9f24" + "b1817228-5032-457d-aed9-c54e117559f1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214057Z:91becf74-3fb9-497c-bd85-e7ad36fb9f24" + "NORTHEUROPE:20200806T223940Z:b1817228-5032-457d-aed9-c54e117559f1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:40:57 GMT" - ], "Content-Length": [ "546" ], @@ -5022,25 +4230,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7547a059-2c7a-4c09-af23-3c0491c1e28f" + "b1c578a6-5f6e-4b2b-b567-38872df13aae" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5048,42 +4256,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:39:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7547a059-2c7a-4c09-af23-3c0491c1e28f" + "b1c578a6-5f6e-4b2b-b567-38872df13aae" ], "request-id": [ - "7547a059-2c7a-4c09-af23-3c0491c1e28f" + "b1c578a6-5f6e-4b2b-b567-38872df13aae" ], "elapsed-time": [ - "60" + "297" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" + "14941" ], "x-ms-correlation-request-id": [ - "8a23d6e4-d330-4fe3-ab3a-735f262e4b62" + "23eabe11-f8ec-4c8e-a762-a4a7e837e0f2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214108Z:8a23d6e4-d330-4fe3-ab3a-735f262e4b62" + "NORTHEUROPE:20200806T223950Z:23eabe11-f8ec-4c8e-a762-a4a7e837e0f2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:41:07 GMT" - ], "Content-Length": [ "546" ], @@ -5094,25 +4302,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "22d61b9e-47ef-45e0-b217-36fbbd944698" + "ff210709-df78-42ae-bb9e-9e7a4b6d5a75" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5120,42 +4328,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:40:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "22d61b9e-47ef-45e0-b217-36fbbd944698" + "ff210709-df78-42ae-bb9e-9e7a4b6d5a75" ], "request-id": [ - "22d61b9e-47ef-45e0-b217-36fbbd944698" + "ff210709-df78-42ae-bb9e-9e7a4b6d5a75" ], "elapsed-time": [ - "58" + "330" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" + "14940" ], "x-ms-correlation-request-id": [ - "b20d2585-bb69-4b05-b6fe-f06d68fc6a13" + "4a5cfdf7-8122-47af-9a9f-f3e8387f233d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214118Z:b20d2585-bb69-4b05-b6fe-f06d68fc6a13" + "NORTHEUROPE:20200806T224001Z:4a5cfdf7-8122-47af-9a9f-f3e8387f233d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:41:17 GMT" - ], "Content-Length": [ "546" ], @@ -5166,25 +4374,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a952a793-00a6-4a03-a57b-af3206da36af" + "9129eb39-2046-4490-afcc-1bb197afb92a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5192,42 +4400,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:40:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a952a793-00a6-4a03-a57b-af3206da36af" + "9129eb39-2046-4490-afcc-1bb197afb92a" ], "request-id": [ - "a952a793-00a6-4a03-a57b-af3206da36af" + "9129eb39-2046-4490-afcc-1bb197afb92a" ], "elapsed-time": [ - "171" + "285" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" + "14939" ], "x-ms-correlation-request-id": [ - "64cb64b6-5746-450d-8755-f2f7ba1a7e55" + "9f3fc4f6-92f0-43c6-baa0-959886ac4e52" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214129Z:64cb64b6-5746-450d-8755-f2f7ba1a7e55" + "NORTHEUROPE:20200806T224011Z:9f3fc4f6-92f0-43c6-baa0-959886ac4e52" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:41:28 GMT" - ], "Content-Length": [ "546" ], @@ -5238,25 +4446,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ed7437c-373a-448f-8e7b-dd295768af90" + "7d5aba7f-7f09-45ff-b806-51ca4e7c8ac1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5264,42 +4472,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:40:21 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4ed7437c-373a-448f-8e7b-dd295768af90" + "7d5aba7f-7f09-45ff-b806-51ca4e7c8ac1" ], "request-id": [ - "4ed7437c-373a-448f-8e7b-dd295768af90" + "7d5aba7f-7f09-45ff-b806-51ca4e7c8ac1" ], "elapsed-time": [ - "1413" + "305" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" + "14938" ], "x-ms-correlation-request-id": [ - "7dbb5ac8-9f0b-4d00-993d-1f72b3557ac6" + "fe538e7b-5947-4397-9837-437d6db30898" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214141Z:7dbb5ac8-9f0b-4d00-993d-1f72b3557ac6" + "NORTHEUROPE:20200806T224022Z:fe538e7b-5947-4397-9837-437d6db30898" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:41:40 GMT" - ], "Content-Length": [ "546" ], @@ -5310,25 +4518,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60a2acdf-c38d-4205-9376-8b8eb11f0ddf" + "594d3519-dfa2-456a-b4a2-15020d9e75db" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5336,42 +4544,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:40:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "60a2acdf-c38d-4205-9376-8b8eb11f0ddf" + "594d3519-dfa2-456a-b4a2-15020d9e75db" ], "request-id": [ - "60a2acdf-c38d-4205-9376-8b8eb11f0ddf" + "594d3519-dfa2-456a-b4a2-15020d9e75db" ], "elapsed-time": [ - "58" + "289" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" + "14937" ], "x-ms-correlation-request-id": [ - "a2e03be6-1be7-4ca2-b41d-d1dfc971ae20" + "b7b549be-9e8a-4814-9246-e2a686618a52" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214151Z:a2e03be6-1be7-4ca2-b41d-d1dfc971ae20" + "NORTHEUROPE:20200806T224033Z:b7b549be-9e8a-4814-9246-e2a686618a52" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:41:51 GMT" - ], "Content-Length": [ "546" ], @@ -5382,25 +4590,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aafc16b0-1394-4ca6-a211-8264134fbf82" + "3b5a4f82-5c01-4f50-909f-954f1f26caaf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5408,42 +4616,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:40:42 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "aafc16b0-1394-4ca6-a211-8264134fbf82" + "3b5a4f82-5c01-4f50-909f-954f1f26caaf" ], "request-id": [ - "aafc16b0-1394-4ca6-a211-8264134fbf82" + "3b5a4f82-5c01-4f50-909f-954f1f26caaf" ], "elapsed-time": [ - "81" + "433" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" + "14936" ], "x-ms-correlation-request-id": [ - "82e90494-23cb-4ed8-b241-84ba7eb4776d" + "bcf18758-239d-4159-8307-df1c0ae775bf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214204Z:82e90494-23cb-4ed8-b241-84ba7eb4776d" + "NORTHEUROPE:20200806T224043Z:bcf18758-239d-4159-8307-df1c0ae775bf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:42:03 GMT" - ], "Content-Length": [ "546" ], @@ -5454,25 +4662,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3c184136-b461-4e91-9c70-613a8765dc43" + "be05bab6-4b53-4aa7-9c21-85b2975537eb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5480,42 +4688,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:40:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3c184136-b461-4e91-9c70-613a8765dc43" + "be05bab6-4b53-4aa7-9c21-85b2975537eb" ], "request-id": [ - "3c184136-b461-4e91-9c70-613a8765dc43" + "be05bab6-4b53-4aa7-9c21-85b2975537eb" ], "elapsed-time": [ - "70" + "329" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" + "14935" ], "x-ms-correlation-request-id": [ - "c7a7255f-c4b4-4dbc-9a76-4d1b9e7d01e0" + "aedad385-c4c9-481a-aab4-0391c2530e89" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214214Z:c7a7255f-c4b4-4dbc-9a76-4d1b9e7d01e0" + "NORTHEUROPE:20200806T224054Z:aedad385-c4c9-481a-aab4-0391c2530e89" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:42:14 GMT" - ], "Content-Length": [ "546" ], @@ -5526,25 +4734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "56cefe6b-f179-4884-b3ac-9dac23673825" + "8fb1cb79-f5ad-4061-a0b8-55c9d560469e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5552,42 +4760,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:41:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "56cefe6b-f179-4884-b3ac-9dac23673825" + "8fb1cb79-f5ad-4061-a0b8-55c9d560469e" ], "request-id": [ - "56cefe6b-f179-4884-b3ac-9dac23673825" + "8fb1cb79-f5ad-4061-a0b8-55c9d560469e" ], "elapsed-time": [ - "60" + "770" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" + "14934" ], "x-ms-correlation-request-id": [ - "3c9e7866-8fc8-4eb8-bb64-1da285c70bd4" + "3a71a3db-d1f0-41d7-91f3-217c2005d0ee" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214225Z:3c9e7866-8fc8-4eb8-bb64-1da285c70bd4" + "NORTHEUROPE:20200806T224105Z:3a71a3db-d1f0-41d7-91f3-217c2005d0ee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:42:25 GMT" - ], "Content-Length": [ "546" ], @@ -5598,25 +4806,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dafe6813-a2d7-4215-9ac6-29d7d2c2d974" + "f734128d-9f7a-4ae2-a2f4-e3f7ccfb71ea" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5624,42 +4832,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:41:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "dafe6813-a2d7-4215-9ac6-29d7d2c2d974" + "f734128d-9f7a-4ae2-a2f4-e3f7ccfb71ea" ], "request-id": [ - "dafe6813-a2d7-4215-9ac6-29d7d2c2d974" + "f734128d-9f7a-4ae2-a2f4-e3f7ccfb71ea" ], "elapsed-time": [ - "60" + "364" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" + "14933" ], "x-ms-correlation-request-id": [ - "e47c44f9-8bb5-4cab-a0ef-5f8e5c6bbd71" + "57d6966c-3cdd-4546-9ca1-9455712f2a3c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214235Z:e47c44f9-8bb5-4cab-a0ef-5f8e5c6bbd71" + "NORTHEUROPE:20200806T224115Z:57d6966c-3cdd-4546-9ca1-9455712f2a3c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:42:35 GMT" - ], "Content-Length": [ "546" ], @@ -5670,25 +4878,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d6697c97-134e-427e-ac5d-247263fe5fe1" + "d9bdd58a-0ea7-4424-a3ed-fed0a88c2282" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5696,42 +4904,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:41:25 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d6697c97-134e-427e-ac5d-247263fe5fe1" + "d9bdd58a-0ea7-4424-a3ed-fed0a88c2282" ], "request-id": [ - "d6697c97-134e-427e-ac5d-247263fe5fe1" + "d9bdd58a-0ea7-4424-a3ed-fed0a88c2282" ], "elapsed-time": [ - "70" + "310" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" + "14932" ], "x-ms-correlation-request-id": [ - "92afbcb6-8da6-4cb4-8f9c-223c65cfd404" + "d0372ed6-213b-4a74-9a7c-575b698b65dd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214245Z:92afbcb6-8da6-4cb4-8f9c-223c65cfd404" + "NORTHEUROPE:20200806T224126Z:d0372ed6-213b-4a74-9a7c-575b698b65dd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:42:45 GMT" - ], "Content-Length": [ "546" ], @@ -5742,25 +4950,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8049e089-5538-400f-b14d-47c8c8f2251f" + "b2cca5c1-dd0a-409d-854f-f10a26a31447" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5768,42 +4976,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:41:37 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8049e089-5538-400f-b14d-47c8c8f2251f" + "b2cca5c1-dd0a-409d-854f-f10a26a31447" ], "request-id": [ - "8049e089-5538-400f-b14d-47c8c8f2251f" + "b2cca5c1-dd0a-409d-854f-f10a26a31447" ], "elapsed-time": [ - "60" + "884" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" + "14931" ], "x-ms-correlation-request-id": [ - "aaaf1cc0-414d-416d-bf2c-d8fef351362b" + "e364b6fd-62b9-4804-b300-2c26a9ffb661" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214256Z:aaaf1cc0-414d-416d-bf2c-d8fef351362b" + "NORTHEUROPE:20200806T224138Z:e364b6fd-62b9-4804-b300-2c26a9ffb661" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:42:55 GMT" - ], "Content-Length": [ "546" ], @@ -5814,25 +5022,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19e60593-fd7b-4731-89f5-514910b076af" + "2728bead-999d-420e-a484-8a72a8951251" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5840,42 +5048,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:41:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "19e60593-fd7b-4731-89f5-514910b076af" + "2728bead-999d-420e-a484-8a72a8951251" ], "request-id": [ - "19e60593-fd7b-4731-89f5-514910b076af" + "2728bead-999d-420e-a484-8a72a8951251" ], "elapsed-time": [ - "589" + "329" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" + "14930" ], "x-ms-correlation-request-id": [ - "52034010-cf12-4d3e-8795-737a3f4ff437" + "cbb17faf-a695-454e-86ea-4ec2947d8cf0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214306Z:52034010-cf12-4d3e-8795-737a3f4ff437" + "NORTHEUROPE:20200806T224148Z:cbb17faf-a695-454e-86ea-4ec2947d8cf0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:43:06 GMT" - ], "Content-Length": [ "546" ], @@ -5886,25 +5094,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "181b2387-a4a0-484f-a791-f4538e002ba6" + "b6799a99-0d7f-40c0-a920-bc5f42f71462" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5912,42 +5120,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:41:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "181b2387-a4a0-484f-a791-f4538e002ba6" + "b6799a99-0d7f-40c0-a920-bc5f42f71462" ], "request-id": [ - "181b2387-a4a0-484f-a791-f4538e002ba6" + "b6799a99-0d7f-40c0-a920-bc5f42f71462" ], "elapsed-time": [ - "67" + "349" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" + "14929" ], "x-ms-correlation-request-id": [ - "6345cfd5-75bf-4660-ace3-014b637f8207" + "789e1ca3-ae00-4602-9044-3dc5d6da58c3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214317Z:6345cfd5-75bf-4660-ace3-014b637f8207" + "NORTHEUROPE:20200806T224159Z:789e1ca3-ae00-4602-9044-3dc5d6da58c3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:43:17 GMT" - ], "Content-Length": [ "538" ], @@ -5958,25 +5166,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d9f0ec1e-e940-431f-bed0-843d021a4be8" + "79f33e61-b89a-4b00-80a0-bdc3ceaa9c6f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5984,17 +5192,20 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:42:02 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "d9f0ec1e-e940-431f-bed0-843d021a4be8" + "79f33e61-b89a-4b00-80a0-bdc3ceaa9c6f" ], "request-id": [ - "d9f0ec1e-e940-431f-bed0-843d021a4be8" + "79f33e61-b89a-4b00-80a0-bdc3ceaa9c6f" ], "elapsed-time": [ - "862" + "898" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6003,22 +5214,19 @@ "14999" ], "x-ms-correlation-request-id": [ - "8b56372b-f34b-405e-b5c6-e8920ff0819b" + "40910a7d-0151-4e2e-88ab-1476105d4012" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214319Z:8b56372b-f34b-405e-b5c6-e8920ff0819b" + "NORTHEUROPE:20200806T224202Z:40910a7d-0151-4e2e-88ab-1476105d4012" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:43:19 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -6027,10 +5235,10 @@ ], "Names": { "GenerateName": [ - "azsmnet5871" + "azsmnet7151" ], "GenerateServiceName": [ - "azs-4174" + "azs-9548" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandard3Service.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandard3Service.json index 96010d819135..0ed656bf96e8 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandard3Service.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandard3Service.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8d8ed94e-cd1c-4158-a39f-bba04d68bd7e" + "76a3e676-8e5d-45eb-a0d1-7e319eb61584" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:11:34 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-request-id": [ - "99569024-f477-40e3-bc90-cc35ce271111" + "860f82f5-44e4-4d60-9bc0-ad50dc4b9022" ], "x-ms-correlation-request-id": [ - "99569024-f477-40e3-bc90-cc35ce271111" + "860f82f5-44e4-4d60-9bc0-ad50dc4b9022" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222417Z:99569024-f477-40e3-bc90-cc35ce271111" + "NORTHEUROPE:20200806T231134Z:860f82f5-44e4-4d60-9bc0-ad50dc4b9022" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:24:16 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4449?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0NDQ5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2551?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNTUxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "14e38b9d-34cf-4192-8a61-45f71d2d7545" + "b3c116d0-3f39-4728-ba19-a980bddca616" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:11:36 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-request-id": [ - "54935393-458a-45d2-bd96-7b9199d69f6a" + "bbf9a30e-0c21-49c8-9588-acd78889e242" ], "x-ms-correlation-request-id": [ - "54935393-458a-45d2-bd96-7b9199d69f6a" + "bbf9a30e-0c21-49c8-9588-acd78889e242" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222418Z:54935393-458a-45d2-bd96-7b9199d69f6a" + "NORTHEUROPE:20200806T231136Z:bbf9a30e-0c21-49c8-9588-acd78889e242" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:24:18 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449\",\r\n \"name\": \"azsmnet4449\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551\",\r\n \"name\": \"azsmnet2551\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"hostingMode\": \"default\"\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9f246284-f246-4153-bc81-3a04459e23c3" + "a7fd4a3d-f394-4db8-896a-6eb79f0a9397" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,39 +155,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:11:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "x-ms-request-id": [ - "9f246284-f246-4153-bc81-3a04459e23c3" + "a7fd4a3d-f394-4db8-896a-6eb79f0a9397" ], "request-id": [ - "9f246284-f246-4153-bc81-3a04459e23c3" + "a7fd4a3d-f394-4db8-896a-6eb79f0a9397" ], "elapsed-time": [ - "3077" + "3428" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1196" ], "x-ms-correlation-request-id": [ - "f8e9896e-69a5-4cf2-847a-08950fd78def" + "76764098-d3e4-46cf-a3f7-dc5c1e134c7f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222425Z:f8e9896e-69a5-4cf2-847a-08950fd78def" + "NORTHEUROPE:20200806T231144Z:76764098-d3e4-46cf-a3f7-dc5c1e134c7f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:24:24 GMT" - ], "Content-Length": [ "542" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99e7420c-2ec8-4c2e-a234-5dddca4be1cf" + "2b5ff05a-2d83-4e09-9ca8-d5429acf00a4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,23 +224,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:11:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "99e7420c-2ec8-4c2e-a234-5dddca4be1cf" + "2b5ff05a-2d83-4e09-9ca8-d5429acf00a4" ], "request-id": [ - "99e7420c-2ec8-4c2e-a234-5dddca4be1cf" + "2b5ff05a-2d83-4e09-9ca8-d5429acf00a4" ], "elapsed-time": [ - "54" + "292" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -249,17 +252,14 @@ "14999" ], "x-ms-correlation-request-id": [ - "f65b4fe1-1ad8-4e8b-a6a8-5af0f7a886e4" + "63ad6dec-0df7-4e2a-91d2-ad43f19a0784" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222435Z:f65b4fe1-1ad8-4e8b-a6a8-5af0f7a886e4" + "NORTHEUROPE:20200806T231155Z:63ad6dec-0df7-4e2a-91d2-ad43f19a0784" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:24:34 GMT" - ], "Content-Length": [ "542" ], @@ -270,25 +270,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f149d133-ad63-49c0-a4b7-920655b1a6a0" + "035347d6-9c51-4023-a235-a0de66b594f7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -296,23 +296,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:12:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f149d133-ad63-49c0-a4b7-920655b1a6a0" + "035347d6-9c51-4023-a235-a0de66b594f7" ], "request-id": [ - "f149d133-ad63-49c0-a4b7-920655b1a6a0" + "035347d6-9c51-4023-a235-a0de66b594f7" ], "elapsed-time": [ - "192" + "359" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -321,17 +324,14 @@ "14998" ], "x-ms-correlation-request-id": [ - "e5c846ad-efc6-46ed-8294-a00c4398b980" + "94c1aecc-4dd4-4426-8023-54aa0b8a9d0b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222445Z:e5c846ad-efc6-46ed-8294-a00c4398b980" + "NORTHEUROPE:20200806T231207Z:94c1aecc-4dd4-4426-8023-54aa0b8a9d0b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:24:45 GMT" - ], "Content-Length": [ "542" ], @@ -342,25 +342,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c6ccfea8-041f-4c0c-9b9e-83932eb5570e" + "8a3410b0-d998-4388-82a5-76b0c75bba15" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -368,23 +368,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:12:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c6ccfea8-041f-4c0c-9b9e-83932eb5570e" + "8a3410b0-d998-4388-82a5-76b0c75bba15" ], "request-id": [ - "c6ccfea8-041f-4c0c-9b9e-83932eb5570e" + "8a3410b0-d998-4388-82a5-76b0c75bba15" ], "elapsed-time": [ - "55" + "354" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -393,17 +396,14 @@ "14997" ], "x-ms-correlation-request-id": [ - "9c6a6348-2d37-4840-b4d5-54e4f2e0bd5c" + "a6486982-d56e-48f7-b573-930cba2d7403" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222456Z:9c6a6348-2d37-4840-b4d5-54e4f2e0bd5c" + "NORTHEUROPE:20200806T231218Z:a6486982-d56e-48f7-b573-930cba2d7403" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:24:55 GMT" - ], "Content-Length": [ "542" ], @@ -414,25 +414,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02b0a137-431c-48c5-8c2d-9f5ce197ec04" + "38c4c3f7-5b70-449e-a95c-0dd3b530fc50" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -440,23 +440,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:12:28 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "02b0a137-431c-48c5-8c2d-9f5ce197ec04" + "38c4c3f7-5b70-449e-a95c-0dd3b530fc50" ], "request-id": [ - "02b0a137-431c-48c5-8c2d-9f5ce197ec04" + "38c4c3f7-5b70-449e-a95c-0dd3b530fc50" ], "elapsed-time": [ - "57" + "384" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -465,17 +468,14 @@ "14996" ], "x-ms-correlation-request-id": [ - "b5c83f5a-3753-44fb-950e-002f0785cddb" + "fbd0bcc4-62ac-4bea-9c0d-570c75872a70" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222506Z:b5c83f5a-3753-44fb-950e-002f0785cddb" + "NORTHEUROPE:20200806T231228Z:fbd0bcc4-62ac-4bea-9c0d-570c75872a70" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:25:06 GMT" - ], "Content-Length": [ "542" ], @@ -486,25 +486,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e682e1db-029d-4f18-a5d9-145e96e73ba5" + "282066fb-39d0-4a72-ac09-8c28133044e8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -512,23 +512,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:12:39 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e682e1db-029d-4f18-a5d9-145e96e73ba5" + "282066fb-39d0-4a72-ac09-8c28133044e8" ], "request-id": [ - "e682e1db-029d-4f18-a5d9-145e96e73ba5" + "282066fb-39d0-4a72-ac09-8c28133044e8" ], "elapsed-time": [ - "74" + "825" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -537,17 +540,14 @@ "14995" ], "x-ms-correlation-request-id": [ - "ca712d5f-524f-49c6-9a01-5bf193e753e9" + "2a386f29-a965-4ffe-b7f2-7e4176517261" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222517Z:ca712d5f-524f-49c6-9a01-5bf193e753e9" + "NORTHEUROPE:20200806T231239Z:2a386f29-a965-4ffe-b7f2-7e4176517261" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:25:16 GMT" - ], "Content-Length": [ "542" ], @@ -558,25 +558,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c203da11-7a01-4eb4-8f3d-eb743b12668f" + "745df8a1-5c61-49e0-9986-37c5025063f8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -584,23 +584,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:12:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c203da11-7a01-4eb4-8f3d-eb743b12668f" + "745df8a1-5c61-49e0-9986-37c5025063f8" ], "request-id": [ - "c203da11-7a01-4eb4-8f3d-eb743b12668f" + "745df8a1-5c61-49e0-9986-37c5025063f8" ], "elapsed-time": [ - "58" + "269" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -609,17 +612,14 @@ "14994" ], "x-ms-correlation-request-id": [ - "cb28010b-20ad-427f-b748-c06eeeb4a3b1" + "3e6ad9e3-80e0-4fce-ba26-82898591be60" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222527Z:cb28010b-20ad-427f-b748-c06eeeb4a3b1" + "NORTHEUROPE:20200806T231250Z:3e6ad9e3-80e0-4fce-ba26-82898591be60" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:25:26 GMT" - ], "Content-Length": [ "542" ], @@ -630,25 +630,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4b012d87-6452-4d13-81a9-44522ec7ce3c" + "3944a12c-cb14-4c84-bb21-d489db721688" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -656,23 +656,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:13:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4b012d87-6452-4d13-81a9-44522ec7ce3c" + "3944a12c-cb14-4c84-bb21-d489db721688" ], "request-id": [ - "4b012d87-6452-4d13-81a9-44522ec7ce3c" + "3944a12c-cb14-4c84-bb21-d489db721688" ], "elapsed-time": [ - "59" + "306" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -681,17 +684,14 @@ "14993" ], "x-ms-correlation-request-id": [ - "e1ee661b-a509-45a4-abf3-e3cf290e183f" + "7bf69b2b-a6b1-48d2-ac52-3218c4438663" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222537Z:e1ee661b-a509-45a4-abf3-e3cf290e183f" + "NORTHEUROPE:20200806T231301Z:7bf69b2b-a6b1-48d2-ac52-3218c4438663" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:25:37 GMT" - ], "Content-Length": [ "542" ], @@ -702,25 +702,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e7ab306-eadd-457a-923f-868fe8c621f1" + "b53fd99a-893f-4e12-9720-d3489d0e5d9c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -728,23 +728,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:13:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1e7ab306-eadd-457a-923f-868fe8c621f1" + "b53fd99a-893f-4e12-9720-d3489d0e5d9c" ], "request-id": [ - "1e7ab306-eadd-457a-923f-868fe8c621f1" + "b53fd99a-893f-4e12-9720-d3489d0e5d9c" ], "elapsed-time": [ - "67" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -753,17 +756,14 @@ "14992" ], "x-ms-correlation-request-id": [ - "26a84bb0-1b6b-4a74-8c1f-f478c54ac3a1" + "17d822ce-6fb3-4a42-aeb9-f30b3815365f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222548Z:26a84bb0-1b6b-4a74-8c1f-f478c54ac3a1" + "NORTHEUROPE:20200806T231311Z:17d822ce-6fb3-4a42-aeb9-f30b3815365f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:25:48 GMT" - ], "Content-Length": [ "542" ], @@ -774,25 +774,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b34947fd-1520-4a47-87fd-b489efe3ac59" + "386a3baa-cb96-46f6-845c-cbec352365ea" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -800,23 +800,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:13:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b34947fd-1520-4a47-87fd-b489efe3ac59" + "386a3baa-cb96-46f6-845c-cbec352365ea" ], "request-id": [ - "b34947fd-1520-4a47-87fd-b489efe3ac59" + "386a3baa-cb96-46f6-845c-cbec352365ea" ], "elapsed-time": [ - "95" + "515" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -825,17 +828,14 @@ "14991" ], "x-ms-correlation-request-id": [ - "0b7ca3cc-c9ce-465c-8730-cff88efa09e4" + "30f7f67f-349c-4d63-a818-4b1f962f7e62" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222558Z:0b7ca3cc-c9ce-465c-8730-cff88efa09e4" + "NORTHEUROPE:20200806T231322Z:30f7f67f-349c-4d63-a818-4b1f962f7e62" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:25:58 GMT" - ], "Content-Length": [ "542" ], @@ -846,25 +846,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d072eb6a-700d-40a6-b49c-e06af858a850" + "87416318-24d6-4654-991d-2bd1308ce281" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -872,23 +872,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:13:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d072eb6a-700d-40a6-b49c-e06af858a850" + "87416318-24d6-4654-991d-2bd1308ce281" ], "request-id": [ - "d072eb6a-700d-40a6-b49c-e06af858a850" + "87416318-24d6-4654-991d-2bd1308ce281" ], "elapsed-time": [ - "62" + "293" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -897,17 +900,14 @@ "14990" ], "x-ms-correlation-request-id": [ - "f6311e1f-4f7b-4cd4-9d5c-b1d35ec94d1b" + "9dd78c75-7d63-4822-98e5-1f6ab075152b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222608Z:f6311e1f-4f7b-4cd4-9d5c-b1d35ec94d1b" + "NORTHEUROPE:20200806T231332Z:9dd78c75-7d63-4822-98e5-1f6ab075152b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:26:08 GMT" - ], "Content-Length": [ "542" ], @@ -918,25 +918,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7c31609d-5299-40dc-894d-9396ae28de9b" + "e14d9863-cfc6-4674-8671-d0bc4e93d7dd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -944,23 +944,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:13:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7c31609d-5299-40dc-894d-9396ae28de9b" + "e14d9863-cfc6-4674-8671-d0bc4e93d7dd" ], "request-id": [ - "7c31609d-5299-40dc-894d-9396ae28de9b" + "e14d9863-cfc6-4674-8671-d0bc4e93d7dd" ], "elapsed-time": [ - "63" + "296" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -969,17 +972,14 @@ "14989" ], "x-ms-correlation-request-id": [ - "f205c5d3-81f3-41a7-adf0-c3bb951da83f" + "119f33ca-3071-4225-9130-edf1a4d07b08" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222619Z:f205c5d3-81f3-41a7-adf0-c3bb951da83f" + "NORTHEUROPE:20200806T231343Z:119f33ca-3071-4225-9130-edf1a4d07b08" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:26:19 GMT" - ], "Content-Length": [ "542" ], @@ -990,25 +990,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8a8829e7-27b8-4e35-8624-1f59b2a7dd05" + "7c6c1296-67b8-4627-97a3-1abc3453715f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1016,23 +1016,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:13:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8a8829e7-27b8-4e35-8624-1f59b2a7dd05" + "7c6c1296-67b8-4627-97a3-1abc3453715f" ], "request-id": [ - "8a8829e7-27b8-4e35-8624-1f59b2a7dd05" + "7c6c1296-67b8-4627-97a3-1abc3453715f" ], "elapsed-time": [ - "66" + "285" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1041,17 +1044,14 @@ "14988" ], "x-ms-correlation-request-id": [ - "ac83e386-3684-4f42-b4bb-24425c6a63ad" + "2958484f-9c7f-45a3-982a-fff20aca0c28" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222629Z:ac83e386-3684-4f42-b4bb-24425c6a63ad" + "NORTHEUROPE:20200806T231354Z:2958484f-9c7f-45a3-982a-fff20aca0c28" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:26:29 GMT" - ], "Content-Length": [ "542" ], @@ -1062,25 +1062,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f460b14-81c0-427e-bb37-1e4c1888a21f" + "bbe6495c-c513-41d0-af8c-1d8d9ddd3d2e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1088,23 +1088,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:14:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7f460b14-81c0-427e-bb37-1e4c1888a21f" + "bbe6495c-c513-41d0-af8c-1d8d9ddd3d2e" ], "request-id": [ - "7f460b14-81c0-427e-bb37-1e4c1888a21f" + "bbe6495c-c513-41d0-af8c-1d8d9ddd3d2e" ], "elapsed-time": [ - "56" + "297" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1113,17 +1116,14 @@ "14987" ], "x-ms-correlation-request-id": [ - "11122e5b-b509-41a9-974d-55b9befc482c" + "841262a9-d0b9-4b8f-b714-18f4884f485e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222639Z:11122e5b-b509-41a9-974d-55b9befc482c" + "NORTHEUROPE:20200806T231405Z:841262a9-d0b9-4b8f-b714-18f4884f485e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:26:39 GMT" - ], "Content-Length": [ "542" ], @@ -1134,25 +1134,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9d421ae-9f23-4f0a-aca8-eff15c3b8207" + "6392d799-a035-43b8-8d19-b31d69249959" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1160,23 +1160,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:14:14 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f9d421ae-9f23-4f0a-aca8-eff15c3b8207" + "6392d799-a035-43b8-8d19-b31d69249959" ], "request-id": [ - "f9d421ae-9f23-4f0a-aca8-eff15c3b8207" + "6392d799-a035-43b8-8d19-b31d69249959" ], "elapsed-time": [ - "101" + "310" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1185,17 +1188,14 @@ "14986" ], "x-ms-correlation-request-id": [ - "83907134-bcb7-4026-b5bb-09c8cc8898fd" + "548b93bc-330c-4abf-9649-acc607dacc0c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222650Z:83907134-bcb7-4026-b5bb-09c8cc8898fd" + "NORTHEUROPE:20200806T231415Z:548b93bc-330c-4abf-9649-acc607dacc0c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:26:50 GMT" - ], "Content-Length": [ "542" ], @@ -1206,25 +1206,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "45368c8e-1c8c-4522-b544-0c4a1d5a8ce9" + "ea60208b-ad24-4760-938c-a0d7742fa4c9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1232,23 +1232,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:14:25 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "45368c8e-1c8c-4522-b544-0c4a1d5a8ce9" + "ea60208b-ad24-4760-938c-a0d7742fa4c9" ], "request-id": [ - "45368c8e-1c8c-4522-b544-0c4a1d5a8ce9" + "ea60208b-ad24-4760-938c-a0d7742fa4c9" ], "elapsed-time": [ - "235" + "324" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1257,17 +1260,14 @@ "14985" ], "x-ms-correlation-request-id": [ - "fb405e8d-92bd-4ff7-ad53-b19bc786b39b" + "181c2b19-8aab-47fe-aa23-bcf74e136af3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222700Z:fb405e8d-92bd-4ff7-ad53-b19bc786b39b" + "NORTHEUROPE:20200806T231426Z:181c2b19-8aab-47fe-aa23-bcf74e136af3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:27:00 GMT" - ], "Content-Length": [ "542" ], @@ -1278,25 +1278,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d4682e2c-f932-47e1-8cbc-a2e13cba09e7" + "a43edca0-5355-498a-83a0-0798edeef3d4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1304,23 +1304,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:14:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d4682e2c-f932-47e1-8cbc-a2e13cba09e7" + "a43edca0-5355-498a-83a0-0798edeef3d4" ], "request-id": [ - "d4682e2c-f932-47e1-8cbc-a2e13cba09e7" + "a43edca0-5355-498a-83a0-0798edeef3d4" ], "elapsed-time": [ - "52" + "259" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1329,17 +1332,14 @@ "14984" ], "x-ms-correlation-request-id": [ - "5b66f55f-d88e-494a-b421-c8c649a18540" + "a9a093e8-f571-4f7e-a309-e00c2fb9c6af" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222715Z:5b66f55f-d88e-494a-b421-c8c649a18540" + "NORTHEUROPE:20200806T231436Z:a9a093e8-f571-4f7e-a309-e00c2fb9c6af" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:27:15 GMT" - ], "Content-Length": [ "542" ], @@ -1350,25 +1350,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3939e059-d077-42d3-a4c6-6038f602c82f" + "0b7415b6-9425-445c-b78b-0fd2c267bb97" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1376,23 +1376,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:14:46 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3939e059-d077-42d3-a4c6-6038f602c82f" + "0b7415b6-9425-445c-b78b-0fd2c267bb97" ], "request-id": [ - "3939e059-d077-42d3-a4c6-6038f602c82f" + "0b7415b6-9425-445c-b78b-0fd2c267bb97" ], "elapsed-time": [ - "56" + "304" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1401,17 +1404,14 @@ "14983" ], "x-ms-correlation-request-id": [ - "56f81ad9-4e7a-430d-b5aa-4f95b65642e3" + "3123d6a7-43bb-4089-8f05-9eeec8bb6da7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222725Z:56f81ad9-4e7a-430d-b5aa-4f95b65642e3" + "NORTHEUROPE:20200806T231447Z:3123d6a7-43bb-4089-8f05-9eeec8bb6da7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:27:25 GMT" - ], "Content-Length": [ "542" ], @@ -1422,25 +1422,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a8bde32-1a76-4de8-a3d8-6a347e6d53f4" + "5ad31839-8b05-4d3d-8d52-5027ed6245e8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1448,23 +1448,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:14:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9a8bde32-1a76-4de8-a3d8-6a347e6d53f4" + "5ad31839-8b05-4d3d-8d52-5027ed6245e8" ], "request-id": [ - "9a8bde32-1a76-4de8-a3d8-6a347e6d53f4" + "5ad31839-8b05-4d3d-8d52-5027ed6245e8" ], "elapsed-time": [ - "62" + "276" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1473,17 +1476,14 @@ "14982" ], "x-ms-correlation-request-id": [ - "fdeb72a0-c74a-4e7f-bd8e-6caf19ba89d5" + "677e8778-41dd-4fda-8265-62d2bccb0baf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222737Z:fdeb72a0-c74a-4e7f-bd8e-6caf19ba89d5" + "NORTHEUROPE:20200806T231457Z:677e8778-41dd-4fda-8265-62d2bccb0baf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:27:36 GMT" - ], "Content-Length": [ "542" ], @@ -1494,25 +1494,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2e13ce86-71cb-4f38-84f2-a752acd1d1b4" + "5868077b-acab-4421-adda-2816c818d486" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1520,23 +1520,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:15:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2e13ce86-71cb-4f38-84f2-a752acd1d1b4" + "5868077b-acab-4421-adda-2816c818d486" ], "request-id": [ - "2e13ce86-71cb-4f38-84f2-a752acd1d1b4" + "5868077b-acab-4421-adda-2816c818d486" ], "elapsed-time": [ - "57" + "308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1545,17 +1548,14 @@ "14981" ], "x-ms-correlation-request-id": [ - "68d27784-3fa3-4c78-b4d6-89c9fda2a4eb" + "772094a7-c077-488d-a165-ab2da0612c90" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222747Z:68d27784-3fa3-4c78-b4d6-89c9fda2a4eb" + "NORTHEUROPE:20200806T231508Z:772094a7-c077-488d-a165-ab2da0612c90" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:27:46 GMT" - ], "Content-Length": [ "542" ], @@ -1566,25 +1566,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef57db7f-b89d-4e65-a013-88d5a42ff23c" + "783bff06-6538-4f07-8d64-b5215d2ddf94" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1592,23 +1592,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:15:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ef57db7f-b89d-4e65-a013-88d5a42ff23c" + "783bff06-6538-4f07-8d64-b5215d2ddf94" ], "request-id": [ - "ef57db7f-b89d-4e65-a013-88d5a42ff23c" + "783bff06-6538-4f07-8d64-b5215d2ddf94" ], "elapsed-time": [ - "51" + "353" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1617,17 +1620,14 @@ "14980" ], "x-ms-correlation-request-id": [ - "45415532-4c65-42de-8a57-6720defe2045" + "5522e941-2613-48dc-bbe5-66d92e21d6fc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222757Z:45415532-4c65-42de-8a57-6720defe2045" + "NORTHEUROPE:20200806T231518Z:5522e941-2613-48dc-bbe5-66d92e21d6fc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:27:56 GMT" - ], "Content-Length": [ "542" ], @@ -1638,25 +1638,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cbb26763-7d3d-4e1b-b7ca-05d1601b480c" + "74ff769d-0f63-46f4-badb-cb1f5308a32e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1664,23 +1664,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:15:28 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "cbb26763-7d3d-4e1b-b7ca-05d1601b480c" + "74ff769d-0f63-46f4-badb-cb1f5308a32e" ], "request-id": [ - "cbb26763-7d3d-4e1b-b7ca-05d1601b480c" + "74ff769d-0f63-46f4-badb-cb1f5308a32e" ], "elapsed-time": [ - "54" + "444" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1689,17 +1692,14 @@ "14979" ], "x-ms-correlation-request-id": [ - "6481f0f7-de04-4781-84da-7f8916c1af8c" + "46a57a05-70fc-4a55-b9cb-e7099106255a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222809Z:6481f0f7-de04-4781-84da-7f8916c1af8c" + "NORTHEUROPE:20200806T231529Z:46a57a05-70fc-4a55-b9cb-e7099106255a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:28:10 GMT" - ], "Content-Length": [ "542" ], @@ -1710,25 +1710,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f0161ed3-6e77-461e-95a4-924715595d31" + "0362f017-13f7-40bc-bcd8-0c4fe88eae53" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1736,23 +1736,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:15:39 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f0161ed3-6e77-461e-95a4-924715595d31" + "0362f017-13f7-40bc-bcd8-0c4fe88eae53" ], "request-id": [ - "f0161ed3-6e77-461e-95a4-924715595d31" + "0362f017-13f7-40bc-bcd8-0c4fe88eae53" ], "elapsed-time": [ - "59" + "355" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1761,17 +1764,14 @@ "14978" ], "x-ms-correlation-request-id": [ - "6132fdec-06e8-4843-ae8e-5c93c93b5fb3" + "2375839a-027c-4fe5-bd7d-491daea39349" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222820Z:6132fdec-06e8-4843-ae8e-5c93c93b5fb3" + "NORTHEUROPE:20200806T231540Z:2375839a-027c-4fe5-bd7d-491daea39349" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:28:20 GMT" - ], "Content-Length": [ "542" ], @@ -1782,25 +1782,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eeca0ca1-5047-4c5d-9486-96e4b065b7ee" + "b92a6cdf-8eac-4d9e-a74f-89c3f0f53dd2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1808,23 +1808,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:15:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "eeca0ca1-5047-4c5d-9486-96e4b065b7ee" + "b92a6cdf-8eac-4d9e-a74f-89c3f0f53dd2" ], "request-id": [ - "eeca0ca1-5047-4c5d-9486-96e4b065b7ee" + "b92a6cdf-8eac-4d9e-a74f-89c3f0f53dd2" ], "elapsed-time": [ - "167" + "330" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1833,17 +1836,14 @@ "14977" ], "x-ms-correlation-request-id": [ - "f7eb674b-d738-4e66-ac93-856ad85d53d5" + "f654697e-7575-4c30-a3b8-8c4f599de66d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222830Z:f7eb674b-d738-4e66-ac93-856ad85d53d5" + "NORTHEUROPE:20200806T231550Z:f654697e-7575-4c30-a3b8-8c4f599de66d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:28:30 GMT" - ], "Content-Length": [ "542" ], @@ -1854,25 +1854,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5a6b50e1-3351-4e95-aa78-78f8d9f98a0e" + "c55ce20b-bc73-46d3-95ac-758343aa3f54" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1880,23 +1880,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:16:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5a6b50e1-3351-4e95-aa78-78f8d9f98a0e" + "c55ce20b-bc73-46d3-95ac-758343aa3f54" ], "request-id": [ - "5a6b50e1-3351-4e95-aa78-78f8d9f98a0e" + "c55ce20b-bc73-46d3-95ac-758343aa3f54" ], "elapsed-time": [ - "66" + "294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1905,17 +1908,14 @@ "14976" ], "x-ms-correlation-request-id": [ - "ef79bf1f-a9e1-4043-ab97-0b3ec267b859" + "69ec2275-0f74-485e-bfc3-b6a5c81f1d27" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222841Z:ef79bf1f-a9e1-4043-ab97-0b3ec267b859" + "NORTHEUROPE:20200806T231601Z:69ec2275-0f74-485e-bfc3-b6a5c81f1d27" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:28:40 GMT" - ], "Content-Length": [ "542" ], @@ -1926,25 +1926,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6fd187df-dbab-454c-8d2e-ec4b3fad5704" + "f7a981f4-a0d4-4962-b727-bab82d80a799" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1952,23 +1952,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:16:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6fd187df-dbab-454c-8d2e-ec4b3fad5704" + "f7a981f4-a0d4-4962-b727-bab82d80a799" ], "request-id": [ - "6fd187df-dbab-454c-8d2e-ec4b3fad5704" + "f7a981f4-a0d4-4962-b727-bab82d80a799" ], "elapsed-time": [ - "121" + "327" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1977,17 +1980,14 @@ "14975" ], "x-ms-correlation-request-id": [ - "585c6d9e-af0e-416d-b634-07b5a1cc3e1f" + "9fa6620c-e323-428e-af15-9d77a44f8220" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222851Z:585c6d9e-af0e-416d-b634-07b5a1cc3e1f" + "NORTHEUROPE:20200806T231611Z:9fa6620c-e323-428e-af15-9d77a44f8220" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:28:51 GMT" - ], "Content-Length": [ "542" ], @@ -1998,25 +1998,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d2fac0bc-eba8-4f5d-9f4e-91bc486ea20a" + "6d03cfb2-f5d9-4909-9c5f-b71c122bc7ca" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2024,23 +2024,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:16:21 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d2fac0bc-eba8-4f5d-9f4e-91bc486ea20a" + "6d03cfb2-f5d9-4909-9c5f-b71c122bc7ca" ], "request-id": [ - "d2fac0bc-eba8-4f5d-9f4e-91bc486ea20a" + "6d03cfb2-f5d9-4909-9c5f-b71c122bc7ca" ], "elapsed-time": [ - "58" + "307" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2049,17 +2052,14 @@ "14974" ], "x-ms-correlation-request-id": [ - "55be4071-02e1-48c5-a23c-9ae706b71097" + "6cdfcc21-b135-4720-9e15-263142ea1242" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222901Z:55be4071-02e1-48c5-a23c-9ae706b71097" + "NORTHEUROPE:20200806T231622Z:6cdfcc21-b135-4720-9e15-263142ea1242" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:29:01 GMT" - ], "Content-Length": [ "542" ], @@ -2070,25 +2070,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "27e246f1-ce75-4144-86d9-6665b6859bd1" + "06580237-7611-4d51-8c76-f3b48dab7a63" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2096,23 +2096,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:16:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "27e246f1-ce75-4144-86d9-6665b6859bd1" + "06580237-7611-4d51-8c76-f3b48dab7a63" ], "request-id": [ - "27e246f1-ce75-4144-86d9-6665b6859bd1" + "06580237-7611-4d51-8c76-f3b48dab7a63" ], "elapsed-time": [ - "64" + "278" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2121,17 +2124,14 @@ "14973" ], "x-ms-correlation-request-id": [ - "2c9cc96a-941b-4c3c-a4b1-28d671db3435" + "78511844-9688-4a2f-86e1-61b9851bdf18" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222912Z:2c9cc96a-941b-4c3c-a4b1-28d671db3435" + "NORTHEUROPE:20200806T231632Z:78511844-9688-4a2f-86e1-61b9851bdf18" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:29:11 GMT" - ], "Content-Length": [ "542" ], @@ -2142,25 +2142,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4a516698-273e-46df-ba9f-9158742cd9ab" + "25c87946-9020-469e-a3a5-b7e06405a73d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2168,23 +2168,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:16:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4a516698-273e-46df-ba9f-9158742cd9ab" + "25c87946-9020-469e-a3a5-b7e06405a73d" ], "request-id": [ - "4a516698-273e-46df-ba9f-9158742cd9ab" + "25c87946-9020-469e-a3a5-b7e06405a73d" ], "elapsed-time": [ - "56" + "295" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2193,17 +2196,14 @@ "14972" ], "x-ms-correlation-request-id": [ - "b46e0ade-032f-4518-ba0c-4180a219ca45" + "30029392-053f-40d3-8f89-cdc3c017ce90" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222922Z:b46e0ade-032f-4518-ba0c-4180a219ca45" + "NORTHEUROPE:20200806T231643Z:30029392-053f-40d3-8f89-cdc3c017ce90" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:29:22 GMT" - ], "Content-Length": [ "542" ], @@ -2214,25 +2214,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e308bf38-ff4e-4476-a9f2-2d47eb7de13d" + "d4ad33ee-3d9c-461e-9a7f-bcca9b215f47" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2240,23 +2240,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:16:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e308bf38-ff4e-4476-a9f2-2d47eb7de13d" + "d4ad33ee-3d9c-461e-9a7f-bcca9b215f47" ], "request-id": [ - "e308bf38-ff4e-4476-a9f2-2d47eb7de13d" + "d4ad33ee-3d9c-461e-9a7f-bcca9b215f47" ], "elapsed-time": [ - "199" + "262" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2265,17 +2268,14 @@ "14971" ], "x-ms-correlation-request-id": [ - "5e4e22e0-3a01-4bda-a760-21cde9ea0e76" + "cba89cab-08f5-4db4-9fdb-1adbd6aee461" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222933Z:5e4e22e0-3a01-4bda-a760-21cde9ea0e76" + "NORTHEUROPE:20200806T231653Z:cba89cab-08f5-4db4-9fdb-1adbd6aee461" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:29:33 GMT" - ], "Content-Length": [ "542" ], @@ -2286,25 +2286,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25babd69-f1fc-4565-889a-ef81745c5399" + "a7af371c-5390-4bf7-a4f9-8f002e61dc50" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2312,23 +2312,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:17:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "25babd69-f1fc-4565-889a-ef81745c5399" + "a7af371c-5390-4bf7-a4f9-8f002e61dc50" ], "request-id": [ - "25babd69-f1fc-4565-889a-ef81745c5399" + "a7af371c-5390-4bf7-a4f9-8f002e61dc50" ], "elapsed-time": [ - "56" + "523" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2337,17 +2340,14 @@ "14970" ], "x-ms-correlation-request-id": [ - "1a61fdcc-2b55-41a8-9ad3-370fb5c02d49" + "2ed41cf2-44a8-466b-b44d-448e35da724b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222947Z:1a61fdcc-2b55-41a8-9ad3-370fb5c02d49" + "NORTHEUROPE:20200806T231705Z:2ed41cf2-44a8-466b-b44d-448e35da724b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:29:47 GMT" - ], "Content-Length": [ "542" ], @@ -2358,25 +2358,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1c6bbb86-e083-4a4f-a982-9b15cc8ba606" + "5eee0476-f2f3-4dcb-a4ba-17778f226cd9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2384,23 +2384,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:17:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1c6bbb86-e083-4a4f-a982-9b15cc8ba606" + "5eee0476-f2f3-4dcb-a4ba-17778f226cd9" ], "request-id": [ - "1c6bbb86-e083-4a4f-a982-9b15cc8ba606" + "5eee0476-f2f3-4dcb-a4ba-17778f226cd9" ], "elapsed-time": [ - "56" + "279" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2409,17 +2412,14 @@ "14969" ], "x-ms-correlation-request-id": [ - "d95a4016-cc12-433c-bce4-44b628ec9e00" + "904af123-e8e4-4f96-b1df-18e359aece9b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222957Z:d95a4016-cc12-433c-bce4-44b628ec9e00" + "NORTHEUROPE:20200806T231715Z:904af123-e8e4-4f96-b1df-18e359aece9b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:29:56 GMT" - ], "Content-Length": [ "542" ], @@ -2430,25 +2430,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "74575bf8-d2f0-4ecb-8b6f-da7bc16d3f44" + "dab8edd2-fc19-47af-99ab-74f92be965a1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2456,23 +2456,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:17:25 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "74575bf8-d2f0-4ecb-8b6f-da7bc16d3f44" + "dab8edd2-fc19-47af-99ab-74f92be965a1" ], "request-id": [ - "74575bf8-d2f0-4ecb-8b6f-da7bc16d3f44" + "dab8edd2-fc19-47af-99ab-74f92be965a1" ], "elapsed-time": [ - "62" + "302" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2481,17 +2484,14 @@ "14968" ], "x-ms-correlation-request-id": [ - "2fcdc1fa-3ed3-4182-a988-3cd41c8f93d1" + "7dcdf914-4db7-4f41-a5cb-2537cf5c539e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223008Z:2fcdc1fa-3ed3-4182-a988-3cd41c8f93d1" + "NORTHEUROPE:20200806T231726Z:7dcdf914-4db7-4f41-a5cb-2537cf5c539e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:30:07 GMT" - ], "Content-Length": [ "542" ], @@ -2502,25 +2502,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "006c5c29-fe93-461e-9fdd-60cec95efe99" + "62fee57c-b05a-4c75-aa84-6b8f4437e420" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2528,23 +2528,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:17:37 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "006c5c29-fe93-461e-9fdd-60cec95efe99" + "62fee57c-b05a-4c75-aa84-6b8f4437e420" ], "request-id": [ - "006c5c29-fe93-461e-9fdd-60cec95efe99" + "62fee57c-b05a-4c75-aa84-6b8f4437e420" ], "elapsed-time": [ - "55" + "337" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2553,17 +2556,14 @@ "14967" ], "x-ms-correlation-request-id": [ - "4bd1eae2-8b6b-4132-bd89-ceb8efed1189" + "f07bd72e-95f6-4c05-a104-f002e36592a4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223018Z:4bd1eae2-8b6b-4132-bd89-ceb8efed1189" + "NORTHEUROPE:20200806T231737Z:f07bd72e-95f6-4c05-a104-f002e36592a4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:30:17 GMT" - ], "Content-Length": [ "542" ], @@ -2574,25 +2574,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0bb6b3ff-2c85-4816-94e9-c1d2c06a1ddf" + "3b0746cd-3bfb-455a-9377-3bbc571574ab" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2600,23 +2600,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:17:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0bb6b3ff-2c85-4816-94e9-c1d2c06a1ddf" + "3b0746cd-3bfb-455a-9377-3bbc571574ab" ], "request-id": [ - "0bb6b3ff-2c85-4816-94e9-c1d2c06a1ddf" + "3b0746cd-3bfb-455a-9377-3bbc571574ab" ], "elapsed-time": [ - "57" + "324" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2625,17 +2628,14 @@ "14966" ], "x-ms-correlation-request-id": [ - "3d6546e8-312e-49d5-83ee-2b2611c52392" + "ddab2f63-e967-4fff-907b-da94fe600be1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223028Z:3d6546e8-312e-49d5-83ee-2b2611c52392" + "NORTHEUROPE:20200806T231747Z:ddab2f63-e967-4fff-907b-da94fe600be1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:30:28 GMT" - ], "Content-Length": [ "542" ], @@ -2646,25 +2646,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d2583fca-bbc2-4f68-b2b3-aa9f61f77e1e" + "a2fcc7d6-90cd-4a90-b0da-3de3bdbaa2b6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2672,23 +2672,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:17:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d2583fca-bbc2-4f68-b2b3-aa9f61f77e1e" + "a2fcc7d6-90cd-4a90-b0da-3de3bdbaa2b6" ], "request-id": [ - "d2583fca-bbc2-4f68-b2b3-aa9f61f77e1e" + "a2fcc7d6-90cd-4a90-b0da-3de3bdbaa2b6" ], "elapsed-time": [ - "71" + "347" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2697,17 +2700,14 @@ "14965" ], "x-ms-correlation-request-id": [ - "22e6cd81-90c8-48f7-8d01-42271f6bcd74" + "1f967ce4-a7ea-4bf4-bc14-ff16b6412419" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223039Z:22e6cd81-90c8-48f7-8d01-42271f6bcd74" + "NORTHEUROPE:20200806T231758Z:1f967ce4-a7ea-4bf4-bc14-ff16b6412419" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:30:38 GMT" - ], "Content-Length": [ "542" ], @@ -2718,25 +2718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "585df27a-ac63-45f7-a414-03d858497f47" + "1297dc71-e3e6-4da3-b7a0-67ca3fb5fd9b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2744,23 +2744,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:18:09 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "585df27a-ac63-45f7-a414-03d858497f47" + "1297dc71-e3e6-4da3-b7a0-67ca3fb5fd9b" ], "request-id": [ - "585df27a-ac63-45f7-a414-03d858497f47" + "1297dc71-e3e6-4da3-b7a0-67ca3fb5fd9b" ], "elapsed-time": [ - "73" + "368" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2769,17 +2772,14 @@ "14964" ], "x-ms-correlation-request-id": [ - "afe11632-14e3-4039-8ce4-f5a9b3cedbb4" + "ed1049f1-5b36-46d1-94fc-d6f02ef6985c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223050Z:afe11632-14e3-4039-8ce4-f5a9b3cedbb4" + "NORTHEUROPE:20200806T231809Z:ed1049f1-5b36-46d1-94fc-d6f02ef6985c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:30:50 GMT" - ], "Content-Length": [ "542" ], @@ -2790,25 +2790,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ad9806ef-f4ea-4646-9ff6-15ccede2e08c" + "fac85f68-f8be-4bca-a42e-b2c1d613fcee" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2816,23 +2816,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:18:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ad9806ef-f4ea-4646-9ff6-15ccede2e08c" + "fac85f68-f8be-4bca-a42e-b2c1d613fcee" ], "request-id": [ - "ad9806ef-f4ea-4646-9ff6-15ccede2e08c" + "fac85f68-f8be-4bca-a42e-b2c1d613fcee" ], "elapsed-time": [ - "62" + "312" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2841,17 +2844,14 @@ "14963" ], "x-ms-correlation-request-id": [ - "2f4aee01-8b7e-4d73-a4aa-8a2cbceff378" + "efe59d7f-3b72-47ea-9e9e-92c46d697d05" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223100Z:2f4aee01-8b7e-4d73-a4aa-8a2cbceff378" + "NORTHEUROPE:20200806T231819Z:efe59d7f-3b72-47ea-9e9e-92c46d697d05" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:31:00 GMT" - ], "Content-Length": [ "542" ], @@ -2862,25 +2862,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7ef36a4f-42ab-4d78-8da1-b0ee6870d04b" + "591cbde8-df59-42bb-b408-275426b2b99b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2888,23 +2888,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:18:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7ef36a4f-42ab-4d78-8da1-b0ee6870d04b" + "591cbde8-df59-42bb-b408-275426b2b99b" ], "request-id": [ - "7ef36a4f-42ab-4d78-8da1-b0ee6870d04b" + "591cbde8-df59-42bb-b408-275426b2b99b" ], "elapsed-time": [ - "56" + "665" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2913,17 +2916,14 @@ "14962" ], "x-ms-correlation-request-id": [ - "43dcceb4-5c7c-4e70-9a25-1a1393f6ebfc" + "842cd2c4-128f-48a4-b030-f5f753c3584f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223110Z:43dcceb4-5c7c-4e70-9a25-1a1393f6ebfc" + "NORTHEUROPE:20200806T231830Z:842cd2c4-128f-48a4-b030-f5f753c3584f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:31:10 GMT" - ], "Content-Length": [ "542" ], @@ -2934,25 +2934,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ee39f5d-cb60-41af-8817-a25228813956" + "562ed15e-5235-455f-a179-afec2ff82291" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2960,23 +2960,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:18:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6ee39f5d-cb60-41af-8817-a25228813956" + "562ed15e-5235-455f-a179-afec2ff82291" ], "request-id": [ - "6ee39f5d-cb60-41af-8817-a25228813956" + "562ed15e-5235-455f-a179-afec2ff82291" ], "elapsed-time": [ - "58" + "285" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2985,17 +2988,14 @@ "14961" ], "x-ms-correlation-request-id": [ - "7e55a431-11bf-4205-b159-5a3dcd61728a" + "375b8903-217b-4854-b761-725f71443c0e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223121Z:7e55a431-11bf-4205-b159-5a3dcd61728a" + "NORTHEUROPE:20200806T231840Z:375b8903-217b-4854-b761-725f71443c0e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:31:21 GMT" - ], "Content-Length": [ "542" ], @@ -3006,25 +3006,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1fbfd84c-fa1a-49b5-9687-1c44fd616da3" + "409e9c09-916c-47a6-893d-522b3ac89bad" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3032,23 +3032,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:18:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1fbfd84c-fa1a-49b5-9687-1c44fd616da3" + "409e9c09-916c-47a6-893d-522b3ac89bad" ], "request-id": [ - "1fbfd84c-fa1a-49b5-9687-1c44fd616da3" + "409e9c09-916c-47a6-893d-522b3ac89bad" ], "elapsed-time": [ - "55" + "335" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3057,17 +3060,14 @@ "14960" ], "x-ms-correlation-request-id": [ - "f64b50cb-dbc2-4331-871d-2719960cf5aa" + "2ddf3d84-6ce8-4cd5-8c2a-6e1c3922db63" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223131Z:f64b50cb-dbc2-4331-871d-2719960cf5aa" + "NORTHEUROPE:20200806T231851Z:2ddf3d84-6ce8-4cd5-8c2a-6e1c3922db63" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:31:31 GMT" - ], "Content-Length": [ "542" ], @@ -3078,25 +3078,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "63cbf6a7-8c1d-4fac-ba42-f81e5b139f59" + "9edaee5b-4856-4751-80a5-f482a46cca48" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3104,23 +3104,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:19:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "63cbf6a7-8c1d-4fac-ba42-f81e5b139f59" + "9edaee5b-4856-4751-80a5-f482a46cca48" ], "request-id": [ - "63cbf6a7-8c1d-4fac-ba42-f81e5b139f59" + "9edaee5b-4856-4751-80a5-f482a46cca48" ], "elapsed-time": [ - "209" + "296" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3129,17 +3132,14 @@ "14959" ], "x-ms-correlation-request-id": [ - "de6eaed3-c8f2-4c36-bf2a-d026c09cc567" + "d2982954-cdd8-4e20-a1e6-8288afa7ecf3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223142Z:de6eaed3-c8f2-4c36-bf2a-d026c09cc567" + "NORTHEUROPE:20200806T231902Z:d2982954-cdd8-4e20-a1e6-8288afa7ecf3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:31:42 GMT" - ], "Content-Length": [ "542" ], @@ -3150,25 +3150,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "14c0694b-3eaf-426a-bcce-af30fe81ccd4" + "07bf7311-3cf9-487e-ba4e-30d83dd71acc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3176,23 +3176,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:19:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "14c0694b-3eaf-426a-bcce-af30fe81ccd4" + "07bf7311-3cf9-487e-ba4e-30d83dd71acc" ], "request-id": [ - "14c0694b-3eaf-426a-bcce-af30fe81ccd4" + "07bf7311-3cf9-487e-ba4e-30d83dd71acc" ], "elapsed-time": [ - "55" + "377" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3201,17 +3204,14 @@ "14958" ], "x-ms-correlation-request-id": [ - "e1e8ca35-82a5-4cac-9797-9f1de9c15fc4" + "432c1751-6295-45af-a80a-4b97701d6347" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223152Z:e1e8ca35-82a5-4cac-9797-9f1de9c15fc4" + "NORTHEUROPE:20200806T231912Z:432c1751-6295-45af-a80a-4b97701d6347" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:31:51 GMT" - ], "Content-Length": [ "542" ], @@ -3222,25 +3222,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b76edc3e-88af-4610-9e54-14deb8f4ffdf" + "2580819e-3ad5-42bf-9895-2f1c293693d4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3248,23 +3248,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:19:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b76edc3e-88af-4610-9e54-14deb8f4ffdf" + "2580819e-3ad5-42bf-9895-2f1c293693d4" ], "request-id": [ - "b76edc3e-88af-4610-9e54-14deb8f4ffdf" + "2580819e-3ad5-42bf-9895-2f1c293693d4" ], "elapsed-time": [ - "63" + "353" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3273,17 +3276,14 @@ "14957" ], "x-ms-correlation-request-id": [ - "fc943154-a6a9-4cf6-b6b1-24ce195db527" + "33383891-6220-4481-8b2d-837adf5f6f80" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223203Z:fc943154-a6a9-4cf6-b6b1-24ce195db527" + "NORTHEUROPE:20200806T231923Z:33383891-6220-4481-8b2d-837adf5f6f80" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:32:03 GMT" - ], "Content-Length": [ "542" ], @@ -3294,25 +3294,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "32069ffc-9de5-41c5-aa6b-20d829351058" + "4169b1b9-d1b5-4b0a-8ed3-7eeafc31a969" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3320,23 +3320,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:19:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "32069ffc-9de5-41c5-aa6b-20d829351058" + "4169b1b9-d1b5-4b0a-8ed3-7eeafc31a969" ], "request-id": [ - "32069ffc-9de5-41c5-aa6b-20d829351058" + "4169b1b9-d1b5-4b0a-8ed3-7eeafc31a969" ], "elapsed-time": [ - "52" + "313" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3345,17 +3348,14 @@ "14956" ], "x-ms-correlation-request-id": [ - "8c951a12-1ccd-4b3e-9820-5eb9664afcd7" + "5d0df015-d9aa-4871-9b46-4e4adaa41f15" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223213Z:8c951a12-1ccd-4b3e-9820-5eb9664afcd7" + "NORTHEUROPE:20200806T231933Z:5d0df015-d9aa-4871-9b46-4e4adaa41f15" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:32:12 GMT" - ], "Content-Length": [ "542" ], @@ -3366,25 +3366,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d5ab3a3-dc69-46bb-8259-9a37f694b97e" + "8a92800d-bb61-4d69-a9e9-4405dee565d3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3392,23 +3392,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:19:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4d5ab3a3-dc69-46bb-8259-9a37f694b97e" + "8a92800d-bb61-4d69-a9e9-4405dee565d3" ], "request-id": [ - "4d5ab3a3-dc69-46bb-8259-9a37f694b97e" + "8a92800d-bb61-4d69-a9e9-4405dee565d3" ], "elapsed-time": [ - "52" + "276" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3417,17 +3420,14 @@ "14955" ], "x-ms-correlation-request-id": [ - "f301bf8b-cd77-4847-98d5-d8efd2fbcfe8" + "45a264d8-90c8-4751-9a77-5f98b794ca5d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223223Z:f301bf8b-cd77-4847-98d5-d8efd2fbcfe8" + "NORTHEUROPE:20200806T231944Z:45a264d8-90c8-4751-9a77-5f98b794ca5d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:32:23 GMT" - ], "Content-Length": [ "542" ], @@ -3438,25 +3438,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ac9988a-2da4-4e00-b57f-b8b44bda4483" + "2376fa04-3db7-45e3-a30b-991e8569dd76" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3464,23 +3464,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:19:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4ac9988a-2da4-4e00-b57f-b8b44bda4483" + "2376fa04-3db7-45e3-a30b-991e8569dd76" ], "request-id": [ - "4ac9988a-2da4-4e00-b57f-b8b44bda4483" + "2376fa04-3db7-45e3-a30b-991e8569dd76" ], "elapsed-time": [ - "54" + "347" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3489,17 +3492,14 @@ "14954" ], "x-ms-correlation-request-id": [ - "ea29d885-fe34-4156-98a0-5294a84dfc01" + "9eeeba12-e19c-4334-a5ff-f3c4961e16de" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223234Z:ea29d885-fe34-4156-98a0-5294a84dfc01" + "NORTHEUROPE:20200806T231954Z:9eeeba12-e19c-4334-a5ff-f3c4961e16de" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:32:34 GMT" - ], "Content-Length": [ "542" ], @@ -3510,25 +3510,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "39a278aa-1817-42c4-b7d6-0c080100634c" + "45968752-a8f4-4236-aa77-9bffbaa62964" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3536,23 +3536,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:20:04 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "39a278aa-1817-42c4-b7d6-0c080100634c" + "45968752-a8f4-4236-aa77-9bffbaa62964" ], "request-id": [ - "39a278aa-1817-42c4-b7d6-0c080100634c" + "45968752-a8f4-4236-aa77-9bffbaa62964" ], "elapsed-time": [ - "58" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3561,17 +3564,14 @@ "14953" ], "x-ms-correlation-request-id": [ - "b0f55758-69f2-443b-b69e-7b2fb84210da" + "4206957f-29d0-4509-8e38-908a9b3b4a24" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223244Z:b0f55758-69f2-443b-b69e-7b2fb84210da" + "NORTHEUROPE:20200806T232005Z:4206957f-29d0-4509-8e38-908a9b3b4a24" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:32:44 GMT" - ], "Content-Length": [ "542" ], @@ -3582,25 +3582,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "874579d5-a57e-481e-9aea-9150f98dd3e5" + "d4666eed-ddba-40e1-9ac0-401010e8a7db" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3608,23 +3608,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:20:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "874579d5-a57e-481e-9aea-9150f98dd3e5" + "d4666eed-ddba-40e1-9ac0-401010e8a7db" ], "request-id": [ - "874579d5-a57e-481e-9aea-9150f98dd3e5" + "d4666eed-ddba-40e1-9ac0-401010e8a7db" ], "elapsed-time": [ - "280" + "310" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3633,17 +3636,14 @@ "14952" ], "x-ms-correlation-request-id": [ - "56d518f7-6ee9-4c12-9b9a-b8d81bf57679" + "fd3c2bd8-5d6d-441f-a240-ec1f8c03fda7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223255Z:56d518f7-6ee9-4c12-9b9a-b8d81bf57679" + "NORTHEUROPE:20200806T232016Z:fd3c2bd8-5d6d-441f-a240-ec1f8c03fda7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:32:55 GMT" - ], "Content-Length": [ "542" ], @@ -3654,25 +3654,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "677ceff5-bdf3-4032-a98b-191a5f73e655" + "d56a9387-ece3-4b79-b066-e6af68f855d9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3680,23 +3680,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:20:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "677ceff5-bdf3-4032-a98b-191a5f73e655" + "d56a9387-ece3-4b79-b066-e6af68f855d9" ], "request-id": [ - "677ceff5-bdf3-4032-a98b-191a5f73e655" + "d56a9387-ece3-4b79-b066-e6af68f855d9" ], "elapsed-time": [ - "60" + "299" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3705,17 +3708,14 @@ "14951" ], "x-ms-correlation-request-id": [ - "51d33f31-c1e9-4b9c-a293-a242bb5248cd" + "dea6251d-7373-4508-aa1e-ca3925d7654c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223305Z:51d33f31-c1e9-4b9c-a293-a242bb5248cd" + "NORTHEUROPE:20200806T232026Z:dea6251d-7373-4508-aa1e-ca3925d7654c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:33:05 GMT" - ], "Content-Length": [ "542" ], @@ -3726,25 +3726,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1bfab1ea-c79a-425e-9301-81169ac34cec" + "3097890b-4128-43af-bb35-30e6398a8fe8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3752,23 +3752,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:20:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1bfab1ea-c79a-425e-9301-81169ac34cec" + "3097890b-4128-43af-bb35-30e6398a8fe8" ], "request-id": [ - "1bfab1ea-c79a-425e-9301-81169ac34cec" + "3097890b-4128-43af-bb35-30e6398a8fe8" ], "elapsed-time": [ - "56" + "326" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3777,17 +3780,14 @@ "14950" ], "x-ms-correlation-request-id": [ - "dac65f3f-a9d7-44d5-bcd1-27509a9d2fff" + "b25beeb4-b764-43a1-a4dc-c87dda954af5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223315Z:dac65f3f-a9d7-44d5-bcd1-27509a9d2fff" + "NORTHEUROPE:20200806T232037Z:b25beeb4-b764-43a1-a4dc-c87dda954af5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:33:15 GMT" - ], "Content-Length": [ "542" ], @@ -3798,25 +3798,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "efd4e8c5-79bc-48a7-81d9-b9b2d79824fa" + "98ef4c37-f1e2-4a6f-b9a1-bcceb5fb6f59" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3824,23 +3824,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:20:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "efd4e8c5-79bc-48a7-81d9-b9b2d79824fa" + "98ef4c37-f1e2-4a6f-b9a1-bcceb5fb6f59" ], "request-id": [ - "efd4e8c5-79bc-48a7-81d9-b9b2d79824fa" + "98ef4c37-f1e2-4a6f-b9a1-bcceb5fb6f59" ], "elapsed-time": [ - "60" + "268" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3849,17 +3852,14 @@ "14949" ], "x-ms-correlation-request-id": [ - "d07f67fc-754e-4b35-8994-28bea14708c0" + "8b11e9ee-87b3-491f-b051-176db4f72d76" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223326Z:d07f67fc-754e-4b35-8994-28bea14708c0" + "NORTHEUROPE:20200806T232047Z:8b11e9ee-87b3-491f-b051-176db4f72d76" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:33:25 GMT" - ], "Content-Length": [ "542" ], @@ -3870,25 +3870,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "45d882b0-f7b1-4b2a-b64d-6b23826ad13d" + "f5af770a-e318-4ac8-9363-a1953ef17b70" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3896,23 +3896,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:20:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "45d882b0-f7b1-4b2a-b64d-6b23826ad13d" + "f5af770a-e318-4ac8-9363-a1953ef17b70" ], "request-id": [ - "45d882b0-f7b1-4b2a-b64d-6b23826ad13d" + "f5af770a-e318-4ac8-9363-a1953ef17b70" ], "elapsed-time": [ - "56" + "310" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3921,17 +3924,14 @@ "14948" ], "x-ms-correlation-request-id": [ - "b2242021-7cb8-424d-b89f-d01211933afd" + "4091fdc8-0bbc-4138-a401-ce5fe5300018" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223336Z:b2242021-7cb8-424d-b89f-d01211933afd" + "NORTHEUROPE:20200806T232058Z:4091fdc8-0bbc-4138-a401-ce5fe5300018" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:33:35 GMT" - ], "Content-Length": [ "542" ], @@ -3942,25 +3942,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16017796-b0ab-4602-8669-aaf3887c0c24" + "48aa86cd-b803-4a0f-a942-3f7e54d37187" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3968,23 +3968,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:21:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "16017796-b0ab-4602-8669-aaf3887c0c24" + "48aa86cd-b803-4a0f-a942-3f7e54d37187" ], "request-id": [ - "16017796-b0ab-4602-8669-aaf3887c0c24" + "48aa86cd-b803-4a0f-a942-3f7e54d37187" ], "elapsed-time": [ - "83" + "275" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3993,17 +3996,14 @@ "14947" ], "x-ms-correlation-request-id": [ - "268cbc0f-cf9f-4ff5-be04-62cb1029197d" + "4e01dcc8-300f-4de2-b5c3-d7c993ab8889" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223346Z:268cbc0f-cf9f-4ff5-be04-62cb1029197d" + "NORTHEUROPE:20200806T232108Z:4e01dcc8-300f-4de2-b5c3-d7c993ab8889" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:33:46 GMT" - ], "Content-Length": [ "542" ], @@ -4014,25 +4014,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "682974d6-e350-4ce9-ae7c-31d983282c27" + "0964d721-0f7e-4acd-ac5c-e00cf54ac1fe" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4040,23 +4040,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:21:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "682974d6-e350-4ce9-ae7c-31d983282c27" + "0964d721-0f7e-4acd-ac5c-e00cf54ac1fe" ], "request-id": [ - "682974d6-e350-4ce9-ae7c-31d983282c27" + "0964d721-0f7e-4acd-ac5c-e00cf54ac1fe" ], "elapsed-time": [ - "59" + "319" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4065,17 +4068,14 @@ "14946" ], "x-ms-correlation-request-id": [ - "49f74a73-d98e-4216-a402-0845f72f3906" + "55df3e52-c488-4259-a336-0c1cc730b7c7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223356Z:49f74a73-d98e-4216-a402-0845f72f3906" + "NORTHEUROPE:20200806T232119Z:55df3e52-c488-4259-a336-0c1cc730b7c7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:33:56 GMT" - ], "Content-Length": [ "542" ], @@ -4086,25 +4086,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eaf284de-163c-434b-bcf3-027ad1dd4a44" + "d1685609-aa82-4cca-be2d-d8f18f71cb90" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4112,23 +4112,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:21:29 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "eaf284de-163c-434b-bcf3-027ad1dd4a44" + "d1685609-aa82-4cca-be2d-d8f18f71cb90" ], "request-id": [ - "eaf284de-163c-434b-bcf3-027ad1dd4a44" + "d1685609-aa82-4cca-be2d-d8f18f71cb90" ], "elapsed-time": [ - "53" + "498" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4137,17 +4140,14 @@ "14945" ], "x-ms-correlation-request-id": [ - "b9c0c0d4-97e2-4158-91e6-1f651ecf2d67" + "b0e0defe-7c5c-4572-8322-56bdf262b7b8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223407Z:b9c0c0d4-97e2-4158-91e6-1f651ecf2d67" + "NORTHEUROPE:20200806T232129Z:b0e0defe-7c5c-4572-8322-56bdf262b7b8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:34:07 GMT" - ], "Content-Length": [ "542" ], @@ -4158,25 +4158,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60db34a4-412c-4caa-8f6b-aceb3265fae1" + "ac42e501-dfec-45f5-8933-3f8c941eabcf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4184,23 +4184,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:21:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "60db34a4-412c-4caa-8f6b-aceb3265fae1" + "ac42e501-dfec-45f5-8933-3f8c941eabcf" ], "request-id": [ - "60db34a4-412c-4caa-8f6b-aceb3265fae1" + "ac42e501-dfec-45f5-8933-3f8c941eabcf" ], "elapsed-time": [ - "55" + "336" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4209,17 +4212,14 @@ "14944" ], "x-ms-correlation-request-id": [ - "e6a014ce-46e2-4bf0-9353-77ac5f9d3ba6" + "efeb24f9-6f88-465c-b92d-e385e205a780" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223417Z:e6a014ce-46e2-4bf0-9353-77ac5f9d3ba6" + "NORTHEUROPE:20200806T232140Z:efeb24f9-6f88-465c-b92d-e385e205a780" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:34:17 GMT" - ], "Content-Length": [ "542" ], @@ -4230,25 +4230,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e79388d9-69c6-4e96-bb7f-db45eee15954" + "f29c27a9-12e0-428e-a2c8-758e4df15461" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4256,23 +4256,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:21:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e79388d9-69c6-4e96-bb7f-db45eee15954" + "f29c27a9-12e0-428e-a2c8-758e4df15461" ], "request-id": [ - "e79388d9-69c6-4e96-bb7f-db45eee15954" + "f29c27a9-12e0-428e-a2c8-758e4df15461" ], "elapsed-time": [ - "54" + "415" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4281,17 +4284,14 @@ "14943" ], "x-ms-correlation-request-id": [ - "f762a6fd-51bf-4916-ae9b-cac6ba476283" + "3c964364-27b8-443f-9317-09c73c5bbf4d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223428Z:f762a6fd-51bf-4916-ae9b-cac6ba476283" + "NORTHEUROPE:20200806T232151Z:3c964364-27b8-443f-9317-09c73c5bbf4d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:34:27 GMT" - ], "Content-Length": [ "542" ], @@ -4302,25 +4302,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a75e8d4d-aa1e-4916-9d73-abf916cc1e93" + "79382893-3010-4459-af35-b2d57e1b53cb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4328,23 +4328,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:22:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a75e8d4d-aa1e-4916-9d73-abf916cc1e93" + "79382893-3010-4459-af35-b2d57e1b53cb" ], "request-id": [ - "a75e8d4d-aa1e-4916-9d73-abf916cc1e93" + "79382893-3010-4459-af35-b2d57e1b53cb" ], "elapsed-time": [ - "50" + "297" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4353,17 +4356,14 @@ "14942" ], "x-ms-correlation-request-id": [ - "dac7cd5a-517f-4ee4-a4a2-572688caa366" + "d96c7efb-21e5-4160-869a-957fbf1312bb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223438Z:dac7cd5a-517f-4ee4-a4a2-572688caa366" + "NORTHEUROPE:20200806T232201Z:d96c7efb-21e5-4160-869a-957fbf1312bb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:34:37 GMT" - ], "Content-Length": [ "542" ], @@ -4374,25 +4374,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9749732d-7457-4843-91b5-6484cf4aa150" + "e4a9c962-dc65-4132-8afa-afc5fd9abc19" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4400,23 +4400,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:22:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9749732d-7457-4843-91b5-6484cf4aa150" + "e4a9c962-dc65-4132-8afa-afc5fd9abc19" ], "request-id": [ - "9749732d-7457-4843-91b5-6484cf4aa150" + "e4a9c962-dc65-4132-8afa-afc5fd9abc19" ], "elapsed-time": [ - "156" + "302" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4425,17 +4428,14 @@ "14941" ], "x-ms-correlation-request-id": [ - "89ca58bb-8368-4c65-8e79-981328961d24" + "ee7de4ff-066d-4a5c-937a-dccb3ea43bcc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223449Z:89ca58bb-8368-4c65-8e79-981328961d24" + "NORTHEUROPE:20200806T232212Z:ee7de4ff-066d-4a5c-937a-dccb3ea43bcc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:34:49 GMT" - ], "Content-Length": [ "542" ], @@ -4446,25 +4446,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4acc9764-ac47-40ef-9b17-1c00a0dbec35" + "32c48a1c-d647-44d2-94a8-6b27eb8113c2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4472,23 +4472,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:22:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4acc9764-ac47-40ef-9b17-1c00a0dbec35" + "32c48a1c-d647-44d2-94a8-6b27eb8113c2" ], "request-id": [ - "4acc9764-ac47-40ef-9b17-1c00a0dbec35" + "32c48a1c-d647-44d2-94a8-6b27eb8113c2" ], "elapsed-time": [ - "53" + "454" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4497,17 +4500,14 @@ "14940" ], "x-ms-correlation-request-id": [ - "724748bd-0b51-4424-8c1b-524142dacda3" + "2b5af7e4-14d5-4176-a41b-c917bf6fe57c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223459Z:724748bd-0b51-4424-8c1b-524142dacda3" + "NORTHEUROPE:20200806T232223Z:2b5af7e4-14d5-4176-a41b-c917bf6fe57c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:34:59 GMT" - ], "Content-Length": [ "542" ], @@ -4518,25 +4518,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ce91239d-b9c3-4aad-80d7-d3b66cb83801" + "26e962d5-8b8d-4e0f-9ab7-daaabec19c49" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4544,23 +4544,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:22:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ce91239d-b9c3-4aad-80d7-d3b66cb83801" + "26e962d5-8b8d-4e0f-9ab7-daaabec19c49" ], "request-id": [ - "ce91239d-b9c3-4aad-80d7-d3b66cb83801" + "26e962d5-8b8d-4e0f-9ab7-daaabec19c49" ], "elapsed-time": [ - "58" + "290" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4569,17 +4572,14 @@ "14939" ], "x-ms-correlation-request-id": [ - "59f42152-3415-4a12-bad2-9c876fa14f95" + "ab628825-a568-4940-8bb9-142eb28db31a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223510Z:59f42152-3415-4a12-bad2-9c876fa14f95" + "NORTHEUROPE:20200806T232234Z:ab628825-a568-4940-8bb9-142eb28db31a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:35:09 GMT" - ], "Content-Length": [ "542" ], @@ -4590,25 +4590,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bfebfd63-6336-4ed1-a1e3-82ca20796c7e" + "b575a8fa-748e-4ff2-b3de-3c27691b3275" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4616,258 +4616,42 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "bfebfd63-6336-4ed1-a1e3-82ca20796c7e" - ], - "request-id": [ - "bfebfd63-6336-4ed1-a1e3-82ca20796c7e" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-correlation-request-id": [ - "1adb83b7-08c0-4a3f-a9dd-485d0204bc0d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223521Z:1adb83b7-08c0-4a3f-a9dd-485d0204bc0d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 22:35:20 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "454627f3-3f11-4bcc-b67e-07d35ec982df" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Thu, 06 Aug 2020 23:22:44 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "454627f3-3f11-4bcc-b67e-07d35ec982df" + "b575a8fa-748e-4ff2-b3de-3c27691b3275" ], "request-id": [ - "454627f3-3f11-4bcc-b67e-07d35ec982df" + "b575a8fa-748e-4ff2-b3de-3c27691b3275" ], "elapsed-time": [ - "60" + "310" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-correlation-request-id": [ - "81f2b29c-42ac-409e-9974-ee15166d4550" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223531Z:81f2b29c-42ac-409e-9974-ee15166d4550" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:35:31 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2c276e1a-5b24-4fa7-9d90-9bef9f167a45" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "2c276e1a-5b24-4fa7-9d90-9bef9f167a45" - ], - "request-id": [ - "2c276e1a-5b24-4fa7-9d90-9bef9f167a45" - ], - "elapsed-time": [ - "919" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-correlation-request-id": [ - "94a64447-ff29-4c74-8a02-6cad5143649a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223542Z:94a64447-ff29-4c74-8a02-6cad5143649a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:35:41 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "45522927-5417-4c3e-bf3b-3a0468e70e2c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "45522927-5417-4c3e-bf3b-3a0468e70e2c" - ], - "request-id": [ - "45522927-5417-4c3e-bf3b-3a0468e70e2c" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" + "14938" ], "x-ms-correlation-request-id": [ - "072455a8-960c-475a-a3d0-1c55a8156ae0" + "4d71605d-f2df-4a8b-a22e-16f3d1c9b126" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223552Z:072455a8-960c-475a-a3d0-1c55a8156ae0" + "NORTHEUROPE:20200806T232245Z:4d71605d-f2df-4a8b-a22e-16f3d1c9b126" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:35:52 GMT" - ], "Content-Length": [ "542" ], @@ -4878,25 +4662,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b847531a-71cf-48eb-9907-0b71cfcd9fbb" + "1dd4ee20-f774-4f13-a8ee-342cb5d1eabe" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4904,114 +4688,42 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b847531a-71cf-48eb-9907-0b71cfcd9fbb" - ], - "request-id": [ - "b847531a-71cf-48eb-9907-0b71cfcd9fbb" - ], - "elapsed-time": [ - "72" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-correlation-request-id": [ - "54fdf846-5f01-4b76-8937-4f8bd0c6d8a1" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223605Z:54fdf846-5f01-4b76-8937-4f8bd0c6d8a1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 22:36:05 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b81739ac-b01a-47e3-bbc5-0f961921269f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Thu, 06 Aug 2020 23:22:55 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b81739ac-b01a-47e3-bbc5-0f961921269f" + "1dd4ee20-f774-4f13-a8ee-342cb5d1eabe" ], "request-id": [ - "b81739ac-b01a-47e3-bbc5-0f961921269f" + "1dd4ee20-f774-4f13-a8ee-342cb5d1eabe" ], "elapsed-time": [ - "69" + "302" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" + "14937" ], "x-ms-correlation-request-id": [ - "e2cf47ba-bf9d-4e53-835e-eb5fcdcc45d1" + "2d6ad239-360d-4af8-830b-fa366f4103b9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223615Z:e2cf47ba-bf9d-4e53-835e-eb5fcdcc45d1" + "NORTHEUROPE:20200806T232255Z:2d6ad239-360d-4af8-830b-fa366f4103b9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:36:15 GMT" - ], "Content-Length": [ "542" ], @@ -5022,25 +4734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c049b5bd-ce04-40a2-87bd-8373db6b18f2" + "2e43dcf3-f36b-434d-b21c-f17f53f6c779" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5048,114 +4760,42 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c049b5bd-ce04-40a2-87bd-8373db6b18f2" - ], - "request-id": [ - "c049b5bd-ce04-40a2-87bd-8373db6b18f2" - ], - "elapsed-time": [ - "93" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-correlation-request-id": [ - "9cafa548-ec9a-4c3f-b3a2-1a0fc58ba860" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223626Z:9cafa548-ec9a-4c3f-b3a2-1a0fc58ba860" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 22:36:25 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "15903fe8-16b1-44ec-8ff6-4c475f55428e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Thu, 06 Aug 2020 23:23:06 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "15903fe8-16b1-44ec-8ff6-4c475f55428e" + "2e43dcf3-f36b-434d-b21c-f17f53f6c779" ], "request-id": [ - "15903fe8-16b1-44ec-8ff6-4c475f55428e" + "2e43dcf3-f36b-434d-b21c-f17f53f6c779" ], "elapsed-time": [ - "74" + "413" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" + "14936" ], "x-ms-correlation-request-id": [ - "23e4e00a-549e-403f-acdf-c968fb8aab5c" + "6f89a639-542a-45cc-9323-3afabbcae7b7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223636Z:23e4e00a-549e-403f-acdf-c968fb8aab5c" + "NORTHEUROPE:20200806T232306Z:6f89a639-542a-45cc-9323-3afabbcae7b7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:36:36 GMT" - ], "Content-Length": [ "542" ], @@ -5166,25 +4806,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d9b1fe4f-e1c6-4998-a130-b2a048f00537" + "bdcccc23-f47a-4dff-bdab-9754fe4ca59a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5192,114 +4832,42 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "d9b1fe4f-e1c6-4998-a130-b2a048f00537" - ], - "request-id": [ - "d9b1fe4f-e1c6-4998-a130-b2a048f00537" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-correlation-request-id": [ - "6fbf0d9e-c987-4265-8173-f6b71422faca" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223647Z:6fbf0d9e-c987-4265-8173-f6b71422faca" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 22:36:47 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d97a5253-fbfa-493f-9f55-a682782bdc3c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Thu, 06 Aug 2020 23:23:17 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d97a5253-fbfa-493f-9f55-a682782bdc3c" + "bdcccc23-f47a-4dff-bdab-9754fe4ca59a" ], "request-id": [ - "d97a5253-fbfa-493f-9f55-a682782bdc3c" + "bdcccc23-f47a-4dff-bdab-9754fe4ca59a" ], "elapsed-time": [ - "198" + "304" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" + "14935" ], "x-ms-correlation-request-id": [ - "0d394ebb-4f56-4c99-b6ea-afb6256830bf" + "86c4d160-3071-4d21-bffb-5aa6b5171d26" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223657Z:0d394ebb-4f56-4c99-b6ea-afb6256830bf" + "NORTHEUROPE:20200806T232317Z:86c4d160-3071-4d21-bffb-5aa6b5171d26" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:36:57 GMT" - ], "Content-Length": [ "534" ], @@ -5310,25 +4878,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6bd1cb2f-8599-49ac-a28a-b30641d37750" + "8bca842e-950b-486c-88b2-e25cbae0faa4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5336,17 +4904,20 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:23:19 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "6bd1cb2f-8599-49ac-a28a-b30641d37750" + "8bca842e-950b-486c-88b2-e25cbae0faa4" ], "request-id": [ - "6bd1cb2f-8599-49ac-a28a-b30641d37750" + "8bca842e-950b-486c-88b2-e25cbae0faa4" ], "elapsed-time": [ - "859" + "698" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5355,22 +4926,19 @@ "14999" ], "x-ms-correlation-request-id": [ - "a103759f-5302-4f0d-9e58-63e08426071c" + "4d7d3dc0-e5e8-42fd-b565-462a47917162" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223700Z:a103759f-5302-4f0d-9e58-63e08426071c" + "NORTHEUROPE:20200806T232320Z:4d7d3dc0-e5e8-42fd-b565-462a47917162" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:36:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -5379,10 +4947,10 @@ ], "Names": { "GenerateName": [ - "azsmnet4449" + "azsmnet2551" ], "GenerateServiceName": [ - "azs-7152" + "azs-5378" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandardService.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandardService.json index 6a3bba117c44..8c7db6403b3b 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandardService.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandardService.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5062d9a4-b0ff-4f1d-8393-a73a7a9ffdb2" + "f2228f99-b9c4-4156-a76f-0c3f6e702499" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:18 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-request-id": [ - "191b6069-02ba-48fc-a25e-c7efd42e727b" + "e6592839-fa65-4129-bd2c-d79037947a3f" ], "x-ms-correlation-request-id": [ - "191b6069-02ba-48fc-a25e-c7efd42e727b" + "e6592839-fa65-4129-bd2c-d79037947a3f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233757Z:191b6069-02ba-48fc-a25e-c7efd42e727b" + "NORTHEUROPE:20200807T005018Z:e6592839-fa65-4129-bd2c-d79037947a3f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:56 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3055?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMDU1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2152?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMTUyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "70e6ece6-85fb-4d48-9b64-04872b7be5f7" + "60fd0b6f-ef18-4245-ac53-ee091a51107b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:19 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-request-id": [ - "d05acefd-dc1a-4aaa-93f3-e53fe1408d95" + "44b69cf7-3807-4e99-a8d0-20756873c6b6" ], "x-ms-correlation-request-id": [ - "d05acefd-dc1a-4aaa-93f3-e53fe1408d95" + "44b69cf7-3807-4e99-a8d0-20756873c6b6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233758Z:d05acefd-dc1a-4aaa-93f3-e53fe1408d95" + "NORTHEUROPE:20200807T005019Z:44b69cf7-3807-4e99-a8d0-20756873c6b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:58 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3055\",\r\n \"name\": \"azsmnet3055\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2152\",\r\n \"name\": \"azsmnet2152\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3055/providers/Microsoft.Search/searchServices/azs-8511?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTExP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2152/providers/Microsoft.Search/searchServices/azs-9218?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjE4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "31b80339-51b9-4fb5-8afa-585669e9ede2" + "6e3b5ec4-91aa-4da0-b3cf-b0f294d57cd4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,39 +155,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:25 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A38%3A05.5757792Z'\"" + "W/\"datetime'2020-08-07T00%3A50%3A25.4029067Z'\"" ], "x-ms-request-id": [ - "31b80339-51b9-4fb5-8afa-585669e9ede2" + "6e3b5ec4-91aa-4da0-b3cf-b0f294d57cd4" ], "request-id": [ - "31b80339-51b9-4fb5-8afa-585669e9ede2" + "6e3b5ec4-91aa-4da0-b3cf-b0f294d57cd4" ], "elapsed-time": [ - "2682" + "2724" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "d9567f50-5aa2-4542-9e73-d968bbb1b295" + "07f09cbe-618b-4164-9071-1b95c79fd8f9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233806Z:d9567f50-5aa2-4542-9e73-d968bbb1b295" + "NORTHEUROPE:20200807T005026Z:07f09cbe-618b-4164-9071-1b95c79fd8f9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:38:05 GMT" - ], "Content-Length": [ "533" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3055/providers/Microsoft.Search/searchServices/azs-8511\",\r\n \"name\": \"azs-8511\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2152/providers/Microsoft.Search/searchServices/azs-9218\",\r\n \"name\": \"azs-9218\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3055/providers/Microsoft.Search/searchServices/azs-8511?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTExP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2152/providers/Microsoft.Search/searchServices/azs-9218?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjE4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bbe1d804-79c5-45ab-9434-4a94f6ac4edc" + "7636aa41-70e3-4532-ad8f-e01b72694823" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,41 +224,41 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:28 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "bbe1d804-79c5-45ab-9434-4a94f6ac4edc" + "7636aa41-70e3-4532-ad8f-e01b72694823" ], "request-id": [ - "bbe1d804-79c5-45ab-9434-4a94f6ac4edc" + "7636aa41-70e3-4532-ad8f-e01b72694823" ], "elapsed-time": [ - "621" + "678" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14998" ], "x-ms-correlation-request-id": [ - "04c0782c-4d00-435f-b40c-3f932ae18d87" + "20e96ea4-81a3-4fc5-81fb-9f4497257e25" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233809Z:04c0782c-4d00-435f-b40c-3f932ae18d87" + "NORTHEUROPE:20200807T005028Z:20e96ea4-81a3-4fc5-81fb-9f4497257e25" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:38:08 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -267,10 +267,10 @@ ], "Names": { "GenerateName": [ - "azsmnet3055" + "azsmnet2152" ], "GenerateServiceName": [ - "azs-8511" + "azs-9218" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateStorageOptimizedL1Service.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateStorageOptimizedL1Service.json index e174bd27f229..875fb45d327b 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateStorageOptimizedL1Service.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateStorageOptimizedL1Service.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e7c354a-371e-43e2-8c0f-bd89ba94228f" + "47e4ccfc-5f2a-428d-adb5-b58853fef6ea" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:42:28 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "af26b9ed-1858-487b-ab81-e2dbaab615bd" + "74bda93a-61cc-4946-b682-21520c758053" ], "x-ms-correlation-request-id": [ - "af26b9ed-1858-487b-ab81-e2dbaab615bd" + "74bda93a-61cc-4946-b682-21520c758053" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214509Z:af26b9ed-1858-487b-ab81-e2dbaab615bd" + "NORTHEUROPE:20200806T224229Z:74bda93a-61cc-4946-b682-21520c758053" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:45:09 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2937?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyOTM3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5727?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NzI3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1866c320-4090-40af-b9a3-348ffca32a98" + "cf4683b5-9a1a-43e6-97b3-ed1c6ac3582f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:42:30 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "5bd5df34-2667-4688-b0fa-80562357e964" + "9caa70dc-f767-4970-aae3-ade8500c5fbd" ], "x-ms-correlation-request-id": [ - "5bd5df34-2667-4688-b0fa-80562357e964" + "9caa70dc-f767-4970-aae3-ade8500c5fbd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214510Z:5bd5df34-2667-4688-b0fa-80562357e964" + "NORTHEUROPE:20200806T224230Z:9caa70dc-f767-4970-aae3-ade8500c5fbd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:45:09 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937\",\r\n \"name\": \"azsmnet2937\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727\",\r\n \"name\": \"azsmnet5727\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9325dc45-5d98-4ab1-b614-744ea98d8582" + "359f8c0c-aceb-407b-8157-813ef3629ebb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,41 +155,41 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:42:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "x-ms-request-id": [ - "9325dc45-5d98-4ab1-b614-744ea98d8582" + "359f8c0c-aceb-407b-8157-813ef3629ebb" ], "request-id": [ - "9325dc45-5d98-4ab1-b614-744ea98d8582" + "359f8c0c-aceb-407b-8157-813ef3629ebb" ], "elapsed-time": [ - "4531" + "6291" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "ddda97aa-6d03-49aa-9dfa-3422d179b224" + "5b96b580-e897-4801-b78c-cf38ce20b623" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214518Z:ddda97aa-6d03-49aa-9dfa-3422d179b224" + "NORTHEUROPE:20200806T224240Z:5b96b580-e897-4801-b78c-cf38ce20b623" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:45:17 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f8c444e9-9c63-44fe-8ce1-1ae148ae5574" + "16f0b62c-27be-4394-a505-fe544b4910c5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,23 +224,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:42:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f8c444e9-9c63-44fe-8ce1-1ae148ae5574" + "16f0b62c-27be-4394-a505-fe544b4910c5" ], "request-id": [ - "f8c444e9-9c63-44fe-8ce1-1ae148ae5574" + "16f0b62c-27be-4394-a505-fe544b4910c5" ], "elapsed-time": [ - "62" + "313" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -249,19 +252,16 @@ "14999" ], "x-ms-correlation-request-id": [ - "07e14ce7-1085-46e0-ab4d-9bea38230c81" + "6d68f0ba-e474-4822-8973-bf5f637dddd2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214529Z:07e14ce7-1085-46e0-ab4d-9bea38230c81" + "NORTHEUROPE:20200806T224251Z:6d68f0ba-e474-4822-8973-bf5f637dddd2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:45:28 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -270,25 +270,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "854aa19c-d3bd-410e-9a50-4e88f9ae5991" + "60e8b7b2-e83d-4f6d-8e9d-15e814850815" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -296,23 +296,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:43:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "854aa19c-d3bd-410e-9a50-4e88f9ae5991" + "60e8b7b2-e83d-4f6d-8e9d-15e814850815" ], "request-id": [ - "854aa19c-d3bd-410e-9a50-4e88f9ae5991" + "60e8b7b2-e83d-4f6d-8e9d-15e814850815" ], "elapsed-time": [ - "153" + "351" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -321,19 +324,16 @@ "14998" ], "x-ms-correlation-request-id": [ - "139f168b-9906-4d8b-983a-c188c44a9f78" + "84e78b13-fbb3-41fe-9515-b92b4dd15feb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214539Z:139f168b-9906-4d8b-983a-c188c44a9f78" + "NORTHEUROPE:20200806T224301Z:84e78b13-fbb3-41fe-9515-b92b4dd15feb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:45:39 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -342,25 +342,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b37635ce-6882-4168-bebc-d25b9aa7b013" + "c8143ac3-aa30-47b4-820a-6b5edd0f06c0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -368,23 +368,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:43:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b37635ce-6882-4168-bebc-d25b9aa7b013" + "c8143ac3-aa30-47b4-820a-6b5edd0f06c0" ], "request-id": [ - "b37635ce-6882-4168-bebc-d25b9aa7b013" + "c8143ac3-aa30-47b4-820a-6b5edd0f06c0" ], "elapsed-time": [ - "60" + "311" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -393,19 +396,16 @@ "14997" ], "x-ms-correlation-request-id": [ - "12c2caa7-09d8-4ce8-a3d8-4900f069b520" + "264f25bd-2ac8-4260-9a7c-4b3f7318e668" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214552Z:12c2caa7-09d8-4ce8-a3d8-4900f069b520" + "NORTHEUROPE:20200806T224312Z:264f25bd-2ac8-4260-9a7c-4b3f7318e668" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:45:52 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -414,25 +414,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f585aa63-556a-4c00-bc3b-581889ea277b" + "6bc129a6-f7bc-4b9f-b2e9-03f584cb1c37" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -440,23 +440,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:43:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f585aa63-556a-4c00-bc3b-581889ea277b" + "6bc129a6-f7bc-4b9f-b2e9-03f584cb1c37" ], "request-id": [ - "f585aa63-556a-4c00-bc3b-581889ea277b" + "6bc129a6-f7bc-4b9f-b2e9-03f584cb1c37" ], "elapsed-time": [ - "92" + "301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -465,19 +468,16 @@ "14996" ], "x-ms-correlation-request-id": [ - "551e7d8d-10b7-4fbc-9cf8-0004585395b7" + "876dc163-a801-4cd7-a71e-3d3e3ad92340" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214602Z:551e7d8d-10b7-4fbc-9cf8-0004585395b7" + "NORTHEUROPE:20200806T224322Z:876dc163-a801-4cd7-a71e-3d3e3ad92340" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:46:01 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -486,25 +486,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94fc58e3-de28-4111-91ef-cfe5bb322f47" + "32b5ee08-aa61-4291-8bbb-4f88d47a4a88" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -512,23 +512,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:43:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "94fc58e3-de28-4111-91ef-cfe5bb322f47" + "32b5ee08-aa61-4291-8bbb-4f88d47a4a88" ], "request-id": [ - "94fc58e3-de28-4111-91ef-cfe5bb322f47" + "32b5ee08-aa61-4291-8bbb-4f88d47a4a88" ], "elapsed-time": [ - "55" + "302" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -537,19 +540,16 @@ "14995" ], "x-ms-correlation-request-id": [ - "80e2a4e9-b726-4091-b536-a253f73bd3ec" + "e8c73cb1-c9e8-4afc-bb29-9065e13897e9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214612Z:80e2a4e9-b726-4091-b536-a253f73bd3ec" + "NORTHEUROPE:20200806T224333Z:e8c73cb1-c9e8-4afc-bb29-9065e13897e9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:46:11 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -558,25 +558,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6a28f5e7-8694-47eb-b01d-9c180fc663c2" + "239baa2e-ec0c-4ad3-add2-ce3a2aee0ff9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -584,23 +584,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:43:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6a28f5e7-8694-47eb-b01d-9c180fc663c2" + "239baa2e-ec0c-4ad3-add2-ce3a2aee0ff9" ], "request-id": [ - "6a28f5e7-8694-47eb-b01d-9c180fc663c2" + "239baa2e-ec0c-4ad3-add2-ce3a2aee0ff9" ], "elapsed-time": [ - "71" + "533" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -609,19 +612,16 @@ "14994" ], "x-ms-correlation-request-id": [ - "e63b6d75-c74d-40f0-93e3-87626dedc141" + "0c4f6973-807d-4623-8890-8c1da1da81c9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214623Z:e63b6d75-c74d-40f0-93e3-87626dedc141" + "NORTHEUROPE:20200806T224344Z:0c4f6973-807d-4623-8890-8c1da1da81c9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:46:22 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -630,25 +630,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5cd46f57-3914-4d16-a943-f96661fe6df8" + "86e995fe-d137-411a-adf7-7e63bf354860" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -656,23 +656,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:43:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5cd46f57-3914-4d16-a943-f96661fe6df8" + "86e995fe-d137-411a-adf7-7e63bf354860" ], "request-id": [ - "5cd46f57-3914-4d16-a943-f96661fe6df8" + "86e995fe-d137-411a-adf7-7e63bf354860" ], "elapsed-time": [ - "56" + "270" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -681,19 +684,16 @@ "14993" ], "x-ms-correlation-request-id": [ - "0cba5b69-f8f0-4fe0-9fbf-e92166507da5" + "b541aae5-cf44-491d-bfdd-e7649ef73122" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214633Z:0cba5b69-f8f0-4fe0-9fbf-e92166507da5" + "NORTHEUROPE:20200806T224354Z:b541aae5-cf44-491d-bfdd-e7649ef73122" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:46:33 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -702,25 +702,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5f502662-796e-4d77-a695-f5fabf64f6f1" + "db0b0d7e-e436-4328-b0ee-f635b0d6dd5d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -728,23 +728,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:44:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5f502662-796e-4d77-a695-f5fabf64f6f1" + "db0b0d7e-e436-4328-b0ee-f635b0d6dd5d" ], "request-id": [ - "5f502662-796e-4d77-a695-f5fabf64f6f1" + "db0b0d7e-e436-4328-b0ee-f635b0d6dd5d" ], "elapsed-time": [ - "55" + "308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -753,19 +756,16 @@ "14992" ], "x-ms-correlation-request-id": [ - "851e3019-7962-4dfb-b820-5d0439945f5f" + "04d4cebc-415a-46f0-8963-5214eb2568bb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214643Z:851e3019-7962-4dfb-b820-5d0439945f5f" + "NORTHEUROPE:20200806T224405Z:04d4cebc-415a-46f0-8963-5214eb2568bb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:46:43 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -774,25 +774,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c817575f-46a1-4d74-ac33-3393309f3914" + "8a2b7d7c-98e5-4de0-8480-fb4bced1f436" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -800,23 +800,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:44:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c817575f-46a1-4d74-ac33-3393309f3914" + "8a2b7d7c-98e5-4de0-8480-fb4bced1f436" ], "request-id": [ - "c817575f-46a1-4d74-ac33-3393309f3914" + "8a2b7d7c-98e5-4de0-8480-fb4bced1f436" ], "elapsed-time": [ - "353" + "341" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -825,19 +828,16 @@ "14991" ], "x-ms-correlation-request-id": [ - "1cbf6d6c-969d-46f9-b89d-abf0aa4dcbf0" + "08122bf6-beef-46bb-99f4-8314544789a1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214654Z:1cbf6d6c-969d-46f9-b89d-abf0aa4dcbf0" + "NORTHEUROPE:20200806T224415Z:08122bf6-beef-46bb-99f4-8314544789a1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:46:54 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -846,25 +846,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f6f30798-1657-44e8-a3cc-58923bc623bd" + "cce7b7b5-ff2a-485e-ab4c-433db4b1dad5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -872,23 +872,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:44:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f6f30798-1657-44e8-a3cc-58923bc623bd" + "cce7b7b5-ff2a-485e-ab4c-433db4b1dad5" ], "request-id": [ - "f6f30798-1657-44e8-a3cc-58923bc623bd" + "cce7b7b5-ff2a-485e-ab4c-433db4b1dad5" ], "elapsed-time": [ - "77" + "313" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -897,19 +900,16 @@ "14990" ], "x-ms-correlation-request-id": [ - "055d6209-c5a0-4813-8580-a64bda993170" + "01b15ecd-e9fa-4b01-8425-7a15a3efac10" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214704Z:055d6209-c5a0-4813-8580-a64bda993170" + "NORTHEUROPE:20200806T224426Z:01b15ecd-e9fa-4b01-8425-7a15a3efac10" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:47:04 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -918,25 +918,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e97f760d-6967-4417-bcfa-15499a037f61" + "397c4e54-57e9-450a-b1b0-5a4cc24408cf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -944,23 +944,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:44:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e97f760d-6967-4417-bcfa-15499a037f61" + "397c4e54-57e9-450a-b1b0-5a4cc24408cf" ], "request-id": [ - "e97f760d-6967-4417-bcfa-15499a037f61" + "397c4e54-57e9-450a-b1b0-5a4cc24408cf" ], "elapsed-time": [ - "107" + "301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -969,19 +972,16 @@ "14989" ], "x-ms-correlation-request-id": [ - "f24d3f26-20ba-451d-8636-841a5097f7a5" + "5da9d2e4-c6ab-4a0e-b905-afc8c6d4c97f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214715Z:f24d3f26-20ba-451d-8636-841a5097f7a5" + "NORTHEUROPE:20200806T224436Z:5da9d2e4-c6ab-4a0e-b905-afc8c6d4c97f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:47:14 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -990,25 +990,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f4862e18-ff3c-4a11-bd79-94c533c2d386" + "4c58d53e-661a-4f33-9042-de1e736cf699" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1016,23 +1016,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:44:46 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f4862e18-ff3c-4a11-bd79-94c533c2d386" + "4c58d53e-661a-4f33-9042-de1e736cf699" ], "request-id": [ - "f4862e18-ff3c-4a11-bd79-94c533c2d386" + "4c58d53e-661a-4f33-9042-de1e736cf699" ], "elapsed-time": [ - "61" + "297" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1041,19 +1044,16 @@ "14988" ], "x-ms-correlation-request-id": [ - "ddea9989-07d7-499d-8e09-f7540eb19b51" + "162ec577-f10b-4d32-9623-5c6ca64404f0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214725Z:ddea9989-07d7-499d-8e09-f7540eb19b51" + "NORTHEUROPE:20200806T224447Z:162ec577-f10b-4d32-9623-5c6ca64404f0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:47:25 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1062,25 +1062,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a5555727-d0dd-4436-a2d9-039cc6577cdd" + "793e15e0-76b1-4669-bb2e-981fa0b19f23" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1088,23 +1088,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:44:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a5555727-d0dd-4436-a2d9-039cc6577cdd" + "793e15e0-76b1-4669-bb2e-981fa0b19f23" ], "request-id": [ - "a5555727-d0dd-4436-a2d9-039cc6577cdd" + "793e15e0-76b1-4669-bb2e-981fa0b19f23" ], "elapsed-time": [ - "65" + "349" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1113,19 +1116,16 @@ "14987" ], "x-ms-correlation-request-id": [ - "6306d432-29e4-45e4-a2ff-a80c72fb4aaa" + "dc49911e-3b46-4ea3-99e8-593772ddd28a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214735Z:6306d432-29e4-45e4-a2ff-a80c72fb4aaa" + "NORTHEUROPE:20200806T224458Z:dc49911e-3b46-4ea3-99e8-593772ddd28a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:47:35 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1134,25 +1134,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf6e13a6-440a-4d67-b24b-a4595143095a" + "a1c89039-85b6-43b2-a650-c40d9ab5af20" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1160,23 +1160,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:45:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "cf6e13a6-440a-4d67-b24b-a4595143095a" + "a1c89039-85b6-43b2-a650-c40d9ab5af20" ], "request-id": [ - "cf6e13a6-440a-4d67-b24b-a4595143095a" + "a1c89039-85b6-43b2-a650-c40d9ab5af20" ], "elapsed-time": [ - "66" + "349" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1185,19 +1188,16 @@ "14986" ], "x-ms-correlation-request-id": [ - "ec054256-450c-4e90-a0e8-eb94d8c62b36" + "9fbac279-a2c0-452e-8ef7-e96ec194ccb8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214751Z:ec054256-450c-4e90-a0e8-eb94d8c62b36" + "NORTHEUROPE:20200806T224508Z:9fbac279-a2c0-452e-8ef7-e96ec194ccb8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:47:51 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1206,25 +1206,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0d3036f2-72de-4b4c-b319-71c396f8cffc" + "d30faf04-2dce-4c0b-89fc-94a037466721" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1232,23 +1232,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:45:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0d3036f2-72de-4b4c-b319-71c396f8cffc" + "d30faf04-2dce-4c0b-89fc-94a037466721" ], "request-id": [ - "0d3036f2-72de-4b4c-b319-71c396f8cffc" + "d30faf04-2dce-4c0b-89fc-94a037466721" ], "elapsed-time": [ - "59" + "291" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1257,19 +1260,16 @@ "14985" ], "x-ms-correlation-request-id": [ - "883ace0e-1be3-4607-b652-e8a8941cc457" + "548805d5-126f-4eda-8dc2-400590eb85c4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214802Z:883ace0e-1be3-4607-b652-e8a8941cc457" + "NORTHEUROPE:20200806T224519Z:548805d5-126f-4eda-8dc2-400590eb85c4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:48:01 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1278,25 +1278,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "114a357f-664b-4fd0-9a70-3a729e96a1ec" + "49821ab3-2831-4a94-b609-8e3059cb55a5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1304,23 +1304,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:45:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "114a357f-664b-4fd0-9a70-3a729e96a1ec" + "49821ab3-2831-4a94-b609-8e3059cb55a5" ], "request-id": [ - "114a357f-664b-4fd0-9a70-3a729e96a1ec" + "49821ab3-2831-4a94-b609-8e3059cb55a5" ], "elapsed-time": [ - "58" + "829" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1329,19 +1332,16 @@ "14984" ], "x-ms-correlation-request-id": [ - "ed7af80a-83e3-43c7-ac65-8a7f0294e086" + "c9908eed-899a-4870-9719-eb4b60ebfb1f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214812Z:ed7af80a-83e3-43c7-ac65-8a7f0294e086" + "NORTHEUROPE:20200806T224530Z:c9908eed-899a-4870-9719-eb4b60ebfb1f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:48:12 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1350,25 +1350,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "804f28e3-266c-45ec-9eda-954df12ebb13" + "298f8353-1376-4af4-8b6d-4bbfaba4e573" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1376,23 +1376,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:45:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "804f28e3-266c-45ec-9eda-954df12ebb13" + "298f8353-1376-4af4-8b6d-4bbfaba4e573" ], "request-id": [ - "804f28e3-266c-45ec-9eda-954df12ebb13" + "298f8353-1376-4af4-8b6d-4bbfaba4e573" ], "elapsed-time": [ - "66" + "301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1401,19 +1404,16 @@ "14983" ], "x-ms-correlation-request-id": [ - "484c5aab-a9c9-465c-a535-9f9c5c1f244d" + "3f400a5e-1fdc-4144-97af-d991b3b8c6ed" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214822Z:484c5aab-a9c9-465c-a535-9f9c5c1f244d" + "NORTHEUROPE:20200806T224540Z:3f400a5e-1fdc-4144-97af-d991b3b8c6ed" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:48:22 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1422,25 +1422,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "512cc363-f990-4d9e-a4e8-a88fb8fb5f90" + "db0a8ed9-fed1-429b-ac30-1184ceddc953" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1448,23 +1448,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:45:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "512cc363-f990-4d9e-a4e8-a88fb8fb5f90" + "db0a8ed9-fed1-429b-ac30-1184ceddc953" ], "request-id": [ - "512cc363-f990-4d9e-a4e8-a88fb8fb5f90" + "db0a8ed9-fed1-429b-ac30-1184ceddc953" ], "elapsed-time": [ - "83" + "290" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1473,19 +1476,16 @@ "14982" ], "x-ms-correlation-request-id": [ - "a830dbb0-cdd7-454b-8e25-42a0f16caef8" + "0d8b62ec-ae89-463b-8179-913cd81b2d31" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214833Z:a830dbb0-cdd7-454b-8e25-42a0f16caef8" + "NORTHEUROPE:20200806T224551Z:0d8b62ec-ae89-463b-8179-913cd81b2d31" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:48:32 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1494,25 +1494,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b454e94c-9ca4-4be3-8b18-82ad27bc247e" + "658167dd-bf9d-4cde-b940-073313a9588c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1520,23 +1520,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:46:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b454e94c-9ca4-4be3-8b18-82ad27bc247e" + "658167dd-bf9d-4cde-b940-073313a9588c" ], "request-id": [ - "b454e94c-9ca4-4be3-8b18-82ad27bc247e" + "658167dd-bf9d-4cde-b940-073313a9588c" ], "elapsed-time": [ - "56" + "347" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1545,19 +1548,16 @@ "14981" ], "x-ms-correlation-request-id": [ - "503cdb56-0bfc-4e4e-bda2-19468fcb51d9" + "d64127e7-c35a-439c-88d4-c8261a28d23e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214843Z:503cdb56-0bfc-4e4e-bda2-19468fcb51d9" + "NORTHEUROPE:20200806T224601Z:d64127e7-c35a-439c-88d4-c8261a28d23e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:48:43 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1566,25 +1566,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "909a2054-7254-4691-807a-89365b08ee95" + "71e04bf4-86aa-4b1c-baac-5eceb6991420" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1592,23 +1592,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:46:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "909a2054-7254-4691-807a-89365b08ee95" + "71e04bf4-86aa-4b1c-baac-5eceb6991420" ], "request-id": [ - "909a2054-7254-4691-807a-89365b08ee95" + "71e04bf4-86aa-4b1c-baac-5eceb6991420" ], "elapsed-time": [ - "62" + "301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1617,19 +1620,16 @@ "14980" ], "x-ms-correlation-request-id": [ - "cfe0bce8-034f-4876-889b-612cdd7c4661" + "af0fce0a-7762-4334-bc39-6b19edaf30a9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214853Z:cfe0bce8-034f-4876-889b-612cdd7c4661" + "NORTHEUROPE:20200806T224612Z:af0fce0a-7762-4334-bc39-6b19edaf30a9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:48:53 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1638,25 +1638,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f20f8c33-4025-450d-9532-084eecef8d8a" + "ff184a08-d972-43f8-a472-56add93f441c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1664,23 +1664,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:46:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f20f8c33-4025-450d-9532-084eecef8d8a" + "ff184a08-d972-43f8-a472-56add93f441c" ], "request-id": [ - "f20f8c33-4025-450d-9532-084eecef8d8a" + "ff184a08-d972-43f8-a472-56add93f441c" ], "elapsed-time": [ - "70" + "307" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1689,19 +1692,16 @@ "14979" ], "x-ms-correlation-request-id": [ - "1ff5025c-2963-4d34-aeb5-68162475119b" + "fc83d09b-d4aa-4543-ab88-b3a13ef9f57b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214904Z:1ff5025c-2963-4d34-aeb5-68162475119b" + "NORTHEUROPE:20200806T224622Z:fc83d09b-d4aa-4543-ab88-b3a13ef9f57b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:49:04 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1710,25 +1710,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "df22367a-d6ba-4764-84a8-9f5948c5af0b" + "b27c506a-53cb-4a73-a946-52fef92b1971" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1736,23 +1736,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:46:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "df22367a-d6ba-4764-84a8-9f5948c5af0b" + "b27c506a-53cb-4a73-a946-52fef92b1971" ], "request-id": [ - "df22367a-d6ba-4764-84a8-9f5948c5af0b" + "b27c506a-53cb-4a73-a946-52fef92b1971" ], "elapsed-time": [ - "66" + "315" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1761,19 +1764,16 @@ "14978" ], "x-ms-correlation-request-id": [ - "e7cd8c61-8323-4a50-96d2-1efe6acfc604" + "c9818c02-71ef-4ce9-b500-b89b25dea70a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214914Z:e7cd8c61-8323-4a50-96d2-1efe6acfc604" + "NORTHEUROPE:20200806T224633Z:c9818c02-71ef-4ce9-b500-b89b25dea70a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:49:13 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1782,25 +1782,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41d11bb5-1028-4200-8225-cc916dfe3ec3" + "c91c5cbf-b03e-4e42-815b-2ddb538bffd3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1808,23 +1808,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:46:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "41d11bb5-1028-4200-8225-cc916dfe3ec3" + "c91c5cbf-b03e-4e42-815b-2ddb538bffd3" ], "request-id": [ - "41d11bb5-1028-4200-8225-cc916dfe3ec3" + "c91c5cbf-b03e-4e42-815b-2ddb538bffd3" ], "elapsed-time": [ - "63" + "313" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1833,19 +1836,16 @@ "14977" ], "x-ms-correlation-request-id": [ - "d4aa2ece-8bb9-46e6-8080-03f104dfd007" + "b5b8d5de-8441-4209-8cfb-76f6d3b225d7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214925Z:d4aa2ece-8bb9-46e6-8080-03f104dfd007" + "NORTHEUROPE:20200806T224643Z:b5b8d5de-8441-4209-8cfb-76f6d3b225d7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:49:24 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1854,25 +1854,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9632bc78-0dbb-419e-a40e-fa80328c8432" + "c434c073-8a79-4308-92a2-89292d03a083" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1880,23 +1880,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:46:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9632bc78-0dbb-419e-a40e-fa80328c8432" + "c434c073-8a79-4308-92a2-89292d03a083" ], "request-id": [ - "9632bc78-0dbb-419e-a40e-fa80328c8432" + "c434c073-8a79-4308-92a2-89292d03a083" ], "elapsed-time": [ - "57" + "314" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1905,19 +1908,16 @@ "14976" ], "x-ms-correlation-request-id": [ - "ff377cc7-1a62-4752-bfcc-701606a95a4c" + "2ff21bf0-a126-4064-8a14-e9c3cc63067f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214935Z:ff377cc7-1a62-4752-bfcc-701606a95a4c" + "NORTHEUROPE:20200806T224654Z:2ff21bf0-a126-4064-8a14-e9c3cc63067f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:49:34 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1926,25 +1926,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "199f7971-f7a5-4aa8-af66-3c0df2cbe541" + "69dd02a3-106a-4c5c-90a0-7aac8c4a8cdd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1952,23 +1952,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:47:04 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "199f7971-f7a5-4aa8-af66-3c0df2cbe541" + "69dd02a3-106a-4c5c-90a0-7aac8c4a8cdd" ], "request-id": [ - "199f7971-f7a5-4aa8-af66-3c0df2cbe541" + "69dd02a3-106a-4c5c-90a0-7aac8c4a8cdd" ], "elapsed-time": [ - "72" + "291" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1977,19 +1980,16 @@ "14975" ], "x-ms-correlation-request-id": [ - "4c3c7935-0f55-45c6-a2d3-2073fd9afe48" + "b58998eb-8bda-43b5-a8b2-d4b608fb75c6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214945Z:4c3c7935-0f55-45c6-a2d3-2073fd9afe48" + "NORTHEUROPE:20200806T224705Z:b58998eb-8bda-43b5-a8b2-d4b608fb75c6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:49:45 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1998,25 +1998,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "95d14ef6-c878-44e4-8b0e-c575b06985f6" + "519a5f89-884f-4269-8181-799cfed774b6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2024,23 +2024,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:47:14 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "95d14ef6-c878-44e4-8b0e-c575b06985f6" + "519a5f89-884f-4269-8181-799cfed774b6" ], "request-id": [ - "95d14ef6-c878-44e4-8b0e-c575b06985f6" + "519a5f89-884f-4269-8181-799cfed774b6" ], "elapsed-time": [ - "58" + "295" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2049,19 +2052,16 @@ "14974" ], "x-ms-correlation-request-id": [ - "ae6b61fa-812e-487c-a63a-c53c1d385c16" + "f7b624fe-1735-4f9d-a231-331a1392c1eb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214956Z:ae6b61fa-812e-487c-a63a-c53c1d385c16" + "NORTHEUROPE:20200806T224715Z:f7b624fe-1735-4f9d-a231-331a1392c1eb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:49:56 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2070,25 +2070,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5d5d26ad-b4e9-4a49-8b5d-41c6615d076b" + "4b09a1fc-226b-4394-b0dd-9aa5f5385281" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2096,23 +2096,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:47:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5d5d26ad-b4e9-4a49-8b5d-41c6615d076b" + "4b09a1fc-226b-4394-b0dd-9aa5f5385281" ], "request-id": [ - "5d5d26ad-b4e9-4a49-8b5d-41c6615d076b" + "4b09a1fc-226b-4394-b0dd-9aa5f5385281" ], "elapsed-time": [ - "56" + "309" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2121,19 +2124,16 @@ "14973" ], "x-ms-correlation-request-id": [ - "b5f34a30-6b10-40c3-b62e-89a4cb8339e9" + "6f5034ad-51f6-4950-a0d7-0ba0eba1f4c7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215007Z:b5f34a30-6b10-40c3-b62e-89a4cb8339e9" + "NORTHEUROPE:20200806T224726Z:6f5034ad-51f6-4950-a0d7-0ba0eba1f4c7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:50:07 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2142,25 +2142,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60990d7f-3eff-43f1-891a-9f496191e525" + "c4322cd8-555d-4fc5-ae0f-05e023190a03" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2168,23 +2168,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:47:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "60990d7f-3eff-43f1-891a-9f496191e525" + "c4322cd8-555d-4fc5-ae0f-05e023190a03" ], "request-id": [ - "60990d7f-3eff-43f1-891a-9f496191e525" + "c4322cd8-555d-4fc5-ae0f-05e023190a03" ], "elapsed-time": [ - "65" + "310" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2193,19 +2196,16 @@ "14972" ], "x-ms-correlation-request-id": [ - "b5fbd18b-efb9-4fc6-a9ab-d65ecda2a6a8" + "f2ca2518-fc8f-4224-b7d7-8f7023faf0b9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215017Z:b5fbd18b-efb9-4fc6-a9ab-d65ecda2a6a8" + "NORTHEUROPE:20200806T224737Z:f2ca2518-fc8f-4224-b7d7-8f7023faf0b9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:50:17 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2214,25 +2214,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf85cbf7-6d2d-4fa9-b79e-f7a201ccbadc" + "78226f46-5c6f-4515-8292-8d4e72b02e35" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2240,23 +2240,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:47:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "cf85cbf7-6d2d-4fa9-b79e-f7a201ccbadc" + "78226f46-5c6f-4515-8292-8d4e72b02e35" ], "request-id": [ - "cf85cbf7-6d2d-4fa9-b79e-f7a201ccbadc" + "78226f46-5c6f-4515-8292-8d4e72b02e35" ], "elapsed-time": [ - "200" + "298" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2265,19 +2268,16 @@ "14971" ], "x-ms-correlation-request-id": [ - "af6ba9d4-a8cc-4f34-b72e-a36211965564" + "f91150c9-8a40-4d4e-80b1-0acd5801037e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215028Z:af6ba9d4-a8cc-4f34-b72e-a36211965564" + "NORTHEUROPE:20200806T224748Z:f91150c9-8a40-4d4e-80b1-0acd5801037e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:50:27 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2286,25 +2286,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ec1e6cf2-93c4-4f9b-b65e-f7e44dd7cb18" + "db64e675-24b1-4e5f-81d2-34b3c9dc96bc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2312,23 +2312,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:47:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ec1e6cf2-93c4-4f9b-b65e-f7e44dd7cb18" + "db64e675-24b1-4e5f-81d2-34b3c9dc96bc" ], "request-id": [ - "ec1e6cf2-93c4-4f9b-b65e-f7e44dd7cb18" + "db64e675-24b1-4e5f-81d2-34b3c9dc96bc" ], "elapsed-time": [ - "169" + "308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2337,19 +2340,16 @@ "14970" ], "x-ms-correlation-request-id": [ - "29ee195b-dbb4-4cd2-888b-c45b2692c3b1" + "b875eb45-b335-43b6-b5fe-755a7f92fc91" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215038Z:29ee195b-dbb4-4cd2-888b-c45b2692c3b1" + "NORTHEUROPE:20200806T224758Z:b875eb45-b335-43b6-b5fe-755a7f92fc91" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:50:37 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2358,25 +2358,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "11ae7a63-7ff2-4284-a554-5dc76be46961" + "12ef01de-68b8-4170-bca0-c7f894909262" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2384,23 +2384,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:48:09 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "11ae7a63-7ff2-4284-a554-5dc76be46961" + "12ef01de-68b8-4170-bca0-c7f894909262" ], "request-id": [ - "11ae7a63-7ff2-4284-a554-5dc76be46961" + "12ef01de-68b8-4170-bca0-c7f894909262" ], "elapsed-time": [ - "72" + "294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2409,19 +2412,16 @@ "14969" ], "x-ms-correlation-request-id": [ - "c9c46019-83af-4efc-b1e0-14779ddbb1e4" + "96289860-2c98-4de4-a0d6-f4c989cba954" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215049Z:c9c46019-83af-4efc-b1e0-14779ddbb1e4" + "NORTHEUROPE:20200806T224809Z:96289860-2c98-4de4-a0d6-f4c989cba954" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:50:49 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2430,25 +2430,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "496d8d1b-e450-40d5-9628-4c68bb74ffbb" + "7fc163ab-92cf-4410-85a8-ae39d8a7ea49" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2456,23 +2456,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:48:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "496d8d1b-e450-40d5-9628-4c68bb74ffbb" + "7fc163ab-92cf-4410-85a8-ae39d8a7ea49" ], "request-id": [ - "496d8d1b-e450-40d5-9628-4c68bb74ffbb" + "7fc163ab-92cf-4410-85a8-ae39d8a7ea49" ], "elapsed-time": [ - "58" + "304" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2481,19 +2484,16 @@ "14968" ], "x-ms-correlation-request-id": [ - "d036a46a-a066-4ede-ab1c-89a75c15f138" + "c30d50c0-f78a-4645-954f-344e65be5ef8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215059Z:d036a46a-a066-4ede-ab1c-89a75c15f138" + "NORTHEUROPE:20200806T224819Z:c30d50c0-f78a-4645-954f-344e65be5ef8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:50:58 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2502,25 +2502,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b268280f-86b7-4bbc-a4da-87d9cf1cb857" + "24daf395-f337-4048-95fe-ebbc7b62b3b5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2528,23 +2528,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:48:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b268280f-86b7-4bbc-a4da-87d9cf1cb857" + "24daf395-f337-4048-95fe-ebbc7b62b3b5" ], "request-id": [ - "b268280f-86b7-4bbc-a4da-87d9cf1cb857" + "24daf395-f337-4048-95fe-ebbc7b62b3b5" ], "elapsed-time": [ - "70" + "709" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2553,19 +2556,16 @@ "14967" ], "x-ms-correlation-request-id": [ - "5a35ff64-5b60-4854-8a1a-548482039bba" + "2e33c5eb-0d18-4dce-8ec3-b874e649ca6f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215109Z:5a35ff64-5b60-4854-8a1a-548482039bba" + "NORTHEUROPE:20200806T224830Z:2e33c5eb-0d18-4dce-8ec3-b874e649ca6f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:51:09 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2574,25 +2574,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "68be3666-c341-4724-8014-df8dedf261cc" + "322cda72-0eda-4747-aa56-c3ca44495bbb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2600,23 +2600,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:48:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "68be3666-c341-4724-8014-df8dedf261cc" + "322cda72-0eda-4747-aa56-c3ca44495bbb" ], "request-id": [ - "68be3666-c341-4724-8014-df8dedf261cc" + "322cda72-0eda-4747-aa56-c3ca44495bbb" ], "elapsed-time": [ - "58" + "332" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2625,19 +2628,16 @@ "14966" ], "x-ms-correlation-request-id": [ - "7b075510-101b-415b-8929-eff678354ab1" + "864f94df-a4a9-4b88-9354-8df880460aa7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215119Z:7b075510-101b-415b-8929-eff678354ab1" + "NORTHEUROPE:20200806T224841Z:864f94df-a4a9-4b88-9354-8df880460aa7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:51:19 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2646,25 +2646,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e197de4f-278b-48ad-9019-4ff867a8066f" + "381eef12-1ee6-4a20-8c16-54e4cdf2fc63" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2672,23 +2672,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:48:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e197de4f-278b-48ad-9019-4ff867a8066f" + "381eef12-1ee6-4a20-8c16-54e4cdf2fc63" ], "request-id": [ - "e197de4f-278b-48ad-9019-4ff867a8066f" + "381eef12-1ee6-4a20-8c16-54e4cdf2fc63" ], "elapsed-time": [ - "61" + "289" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2697,19 +2700,16 @@ "14965" ], "x-ms-correlation-request-id": [ - "26396274-846d-4133-bfa4-385c3eadfb11" + "4d90624a-356f-4b23-a44a-1531de43076b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215130Z:26396274-846d-4133-bfa4-385c3eadfb11" + "NORTHEUROPE:20200806T224851Z:4d90624a-356f-4b23-a44a-1531de43076b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:51:29 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2718,25 +2718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c3ba29a3-7904-4901-bc6e-287c580199da" + "b420ed3d-97c2-4a19-af78-d35a88b186e6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2744,23 +2744,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:49:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c3ba29a3-7904-4901-bc6e-287c580199da" + "b420ed3d-97c2-4a19-af78-d35a88b186e6" ], "request-id": [ - "c3ba29a3-7904-4901-bc6e-287c580199da" + "b420ed3d-97c2-4a19-af78-d35a88b186e6" ], "elapsed-time": [ - "203" + "306" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2769,19 +2772,16 @@ "14964" ], "x-ms-correlation-request-id": [ - "8c095aaa-2c9c-473b-8dbd-0b84231846d2" + "85eccd8a-ac17-4f5c-9730-72fdac338bfb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215141Z:8c095aaa-2c9c-473b-8dbd-0b84231846d2" + "NORTHEUROPE:20200806T224902Z:85eccd8a-ac17-4f5c-9730-72fdac338bfb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:51:41 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2790,25 +2790,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1bfe8b28-40bb-4a97-bd67-c1577e8d4df2" + "a651c4bf-ce98-4c88-930a-2d828e5480ea" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2816,23 +2816,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:49:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1bfe8b28-40bb-4a97-bd67-c1577e8d4df2" + "a651c4bf-ce98-4c88-930a-2d828e5480ea" ], "request-id": [ - "1bfe8b28-40bb-4a97-bd67-c1577e8d4df2" + "a651c4bf-ce98-4c88-930a-2d828e5480ea" ], "elapsed-time": [ - "54" + "302" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2841,19 +2844,16 @@ "14963" ], "x-ms-correlation-request-id": [ - "99f394e3-d45d-4235-85ee-a7246246e900" + "13389a9e-97e0-4fb4-8aab-ca13631ceee7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215151Z:99f394e3-d45d-4235-85ee-a7246246e900" + "NORTHEUROPE:20200806T224912Z:13389a9e-97e0-4fb4-8aab-ca13631ceee7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:51:50 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2862,25 +2862,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "62ffe7fd-b1cb-491b-bb36-2ce693137676" + "72360e7b-853b-44cc-b6ba-9182b0f2f3d3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2888,23 +2888,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:49:23 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "62ffe7fd-b1cb-491b-bb36-2ce693137676" + "72360e7b-853b-44cc-b6ba-9182b0f2f3d3" ], "request-id": [ - "62ffe7fd-b1cb-491b-bb36-2ce693137676" + "72360e7b-853b-44cc-b6ba-9182b0f2f3d3" ], "elapsed-time": [ - "55" + "303" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2913,19 +2916,16 @@ "14962" ], "x-ms-correlation-request-id": [ - "03859425-64b0-45c4-9f99-a4b45e8d7798" + "fdc0a648-0466-4b18-88f2-d1d8dfd80b4f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215202Z:03859425-64b0-45c4-9f99-a4b45e8d7798" + "NORTHEUROPE:20200806T224923Z:fdc0a648-0466-4b18-88f2-d1d8dfd80b4f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:52:01 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2934,25 +2934,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1f66dab7-7537-44d1-99af-acb6988f075e" + "1ec846be-1e0f-4937-998a-e3a0ab74bb0d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2960,23 +2960,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:49:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1f66dab7-7537-44d1-99af-acb6988f075e" + "1ec846be-1e0f-4937-998a-e3a0ab74bb0d" ], "request-id": [ - "1f66dab7-7537-44d1-99af-acb6988f075e" + "1ec846be-1e0f-4937-998a-e3a0ab74bb0d" ], "elapsed-time": [ - "51" + "310" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2985,19 +2988,16 @@ "14961" ], "x-ms-correlation-request-id": [ - "a8bc4e31-e4c4-4726-aafb-4fb675f69590" + "3c3ccdaf-b399-42fc-aef7-2ee1d44e8396" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215212Z:a8bc4e31-e4c4-4726-aafb-4fb675f69590" + "NORTHEUROPE:20200806T224933Z:3c3ccdaf-b399-42fc-aef7-2ee1d44e8396" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:52:11 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3006,25 +3006,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0e5a9fcd-95af-4635-832e-a02e23e85065" + "600cdf42-b428-4cd3-b06b-70f7b5a35f02" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3032,23 +3032,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:49:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0e5a9fcd-95af-4635-832e-a02e23e85065" + "600cdf42-b428-4cd3-b06b-70f7b5a35f02" ], "request-id": [ - "0e5a9fcd-95af-4635-832e-a02e23e85065" + "600cdf42-b428-4cd3-b06b-70f7b5a35f02" ], "elapsed-time": [ - "54" + "491" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3057,19 +3060,16 @@ "14960" ], "x-ms-correlation-request-id": [ - "a9072bcf-a004-42f5-9127-9797413b3460" + "341d7985-76b1-45b4-a54e-86a9ee52e0bd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215222Z:a9072bcf-a004-42f5-9127-9797413b3460" + "NORTHEUROPE:20200806T224944Z:341d7985-76b1-45b4-a54e-86a9ee52e0bd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:52:22 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3078,25 +3078,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d5812b6c-efd4-4e21-8bd6-dea24988a60d" + "ce4d649c-b2e0-4014-bd4d-3b2286715c2a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3104,23 +3104,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:49:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d5812b6c-efd4-4e21-8bd6-dea24988a60d" + "ce4d649c-b2e0-4014-bd4d-3b2286715c2a" ], "request-id": [ - "d5812b6c-efd4-4e21-8bd6-dea24988a60d" + "ce4d649c-b2e0-4014-bd4d-3b2286715c2a" ], "elapsed-time": [ - "53" + "317" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3129,19 +3132,16 @@ "14959" ], "x-ms-correlation-request-id": [ - "89d50b30-e67f-4fde-a37c-4f76b67b98d9" + "9acd934e-0255-4ecd-a9b0-04cf8a0de463" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215232Z:89d50b30-e67f-4fde-a37c-4f76b67b98d9" + "NORTHEUROPE:20200806T224955Z:9acd934e-0255-4ecd-a9b0-04cf8a0de463" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:52:32 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3150,25 +3150,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7c1fd90a-9f97-4ec0-941e-1f600b4abf21" + "6e69e348-040a-4ee8-9699-a56fc4d55296" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3176,23 +3176,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:50:04 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7c1fd90a-9f97-4ec0-941e-1f600b4abf21" + "6e69e348-040a-4ee8-9699-a56fc4d55296" ], "request-id": [ - "7c1fd90a-9f97-4ec0-941e-1f600b4abf21" + "6e69e348-040a-4ee8-9699-a56fc4d55296" ], "elapsed-time": [ - "60" + "412" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3201,19 +3204,16 @@ "14958" ], "x-ms-correlation-request-id": [ - "1537e667-b980-469d-b0b3-ac934acf0c3d" + "3eeaf993-1407-4ade-b070-e9f27cd2f8c9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215243Z:1537e667-b980-469d-b0b3-ac934acf0c3d" + "NORTHEUROPE:20200806T225005Z:3eeaf993-1407-4ade-b070-e9f27cd2f8c9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:52:43 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3222,25 +3222,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "20c33f4a-466b-4938-9b89-91240169a27a" + "0533d995-40c5-4288-bf50-78c9157648e3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3248,23 +3248,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:50:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "20c33f4a-466b-4938-9b89-91240169a27a" + "0533d995-40c5-4288-bf50-78c9157648e3" ], "request-id": [ - "20c33f4a-466b-4938-9b89-91240169a27a" + "0533d995-40c5-4288-bf50-78c9157648e3" ], "elapsed-time": [ - "60" + "279" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3273,19 +3276,16 @@ "14957" ], "x-ms-correlation-request-id": [ - "a4287e21-2aef-4d73-86a6-b9e43e2f6226" + "2ff6ff2d-c6a7-4910-bc2e-f974cf504f4b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215254Z:a4287e21-2aef-4d73-86a6-b9e43e2f6226" + "NORTHEUROPE:20200806T225016Z:2ff6ff2d-c6a7-4910-bc2e-f974cf504f4b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:52:54 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3294,25 +3294,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b8dcb02-5de3-4e22-9e5c-28e6e7fad2c5" + "feb9a343-3f8a-4bb4-84ea-e6655260a0b1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3320,23 +3320,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:50:27 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2b8dcb02-5de3-4e22-9e5c-28e6e7fad2c5" + "feb9a343-3f8a-4bb4-84ea-e6655260a0b1" ], "request-id": [ - "2b8dcb02-5de3-4e22-9e5c-28e6e7fad2c5" + "feb9a343-3f8a-4bb4-84ea-e6655260a0b1" ], "elapsed-time": [ - "54" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3345,19 +3348,16 @@ "14956" ], "x-ms-correlation-request-id": [ - "0069ec18-a144-479e-bf63-8146786490be" + "7485d0c5-9e25-4cf7-8695-6d0edf188893" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215305Z:0069ec18-a144-479e-bf63-8146786490be" + "NORTHEUROPE:20200806T225027Z:7485d0c5-9e25-4cf7-8695-6d0edf188893" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:53:05 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3366,25 +3366,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d0555fb4-fcfb-49bd-a35b-cfdfc4220892" + "4f9f102a-eed7-43b7-abc6-24235c10895b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3392,23 +3392,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:50:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d0555fb4-fcfb-49bd-a35b-cfdfc4220892" + "4f9f102a-eed7-43b7-abc6-24235c10895b" ], "request-id": [ - "d0555fb4-fcfb-49bd-a35b-cfdfc4220892" + "4f9f102a-eed7-43b7-abc6-24235c10895b" ], "elapsed-time": [ - "68" + "397" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3417,19 +3420,16 @@ "14955" ], "x-ms-correlation-request-id": [ - "f2befaac-362c-42b5-86d5-f455414b31e4" + "c365233c-374b-4f93-9636-ba8061b1cb77" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215315Z:f2befaac-362c-42b5-86d5-f455414b31e4" + "NORTHEUROPE:20200806T225037Z:c365233c-374b-4f93-9636-ba8061b1cb77" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:53:15 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3438,25 +3438,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f5ae3454-2756-4012-ad12-554c32433030" + "b3e7b63a-d09c-47cb-bbe6-cda7bbdd51e5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3464,23 +3464,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:50:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f5ae3454-2756-4012-ad12-554c32433030" + "b3e7b63a-d09c-47cb-bbe6-cda7bbdd51e5" ], "request-id": [ - "f5ae3454-2756-4012-ad12-554c32433030" + "b3e7b63a-d09c-47cb-bbe6-cda7bbdd51e5" ], "elapsed-time": [ - "52" + "446" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3489,19 +3492,16 @@ "14954" ], "x-ms-correlation-request-id": [ - "9524cb80-c593-40e5-9b60-8dcbec8f76c3" + "4acd496d-e6c6-40ce-9fd5-05b422cd7e35" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215325Z:9524cb80-c593-40e5-9b60-8dcbec8f76c3" + "NORTHEUROPE:20200806T225048Z:4acd496d-e6c6-40ce-9fd5-05b422cd7e35" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:53:25 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3510,25 +3510,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae52f6a0-c8c2-438c-9523-e6346c3b75f4" + "166e9525-1151-48a7-bc49-5e5b3124be0e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3536,23 +3536,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:50:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ae52f6a0-c8c2-438c-9523-e6346c3b75f4" + "166e9525-1151-48a7-bc49-5e5b3124be0e" ], "request-id": [ - "ae52f6a0-c8c2-438c-9523-e6346c3b75f4" + "166e9525-1151-48a7-bc49-5e5b3124be0e" ], "elapsed-time": [ - "55" + "303" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3561,19 +3564,16 @@ "14953" ], "x-ms-correlation-request-id": [ - "545ddf7b-b642-4c33-aa2b-f92c46054ff0" + "b4e60b73-228e-48d2-b382-6e1f133bb5b9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215336Z:545ddf7b-b642-4c33-aa2b-f92c46054ff0" + "NORTHEUROPE:20200806T225059Z:b4e60b73-228e-48d2-b382-6e1f133bb5b9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:53:36 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3582,25 +3582,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8efec8d6-4eae-4f5c-b5c5-8e4d22cd9e05" + "5086e034-7356-420c-8fe3-f1b71fdbe690" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3608,23 +3608,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:51:09 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8efec8d6-4eae-4f5c-b5c5-8e4d22cd9e05" + "5086e034-7356-420c-8fe3-f1b71fdbe690" ], "request-id": [ - "8efec8d6-4eae-4f5c-b5c5-8e4d22cd9e05" + "5086e034-7356-420c-8fe3-f1b71fdbe690" ], "elapsed-time": [ - "165" + "302" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3633,19 +3636,16 @@ "14952" ], "x-ms-correlation-request-id": [ - "be89b2f2-8d1c-4853-aec1-51cc48019d91" + "a5a4d79f-1a3d-4fe0-bd3d-6fbc62194740" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215346Z:be89b2f2-8d1c-4853-aec1-51cc48019d91" + "NORTHEUROPE:20200806T225109Z:a5a4d79f-1a3d-4fe0-bd3d-6fbc62194740" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:53:46 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3654,25 +3654,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9b146a7-00da-42d2-a7ca-f83b068a2b52" + "bc783bda-8459-4569-bea3-78a3a1e75767" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3680,23 +3680,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:51:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f9b146a7-00da-42d2-a7ca-f83b068a2b52" + "bc783bda-8459-4569-bea3-78a3a1e75767" ], "request-id": [ - "f9b146a7-00da-42d2-a7ca-f83b068a2b52" + "bc783bda-8459-4569-bea3-78a3a1e75767" ], "elapsed-time": [ - "55" + "339" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3705,19 +3708,16 @@ "14951" ], "x-ms-correlation-request-id": [ - "d2bc3334-f68c-44f0-9e14-3e03d1d87488" + "6fbdeede-683c-4169-a8a1-eb728103af87" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215357Z:d2bc3334-f68c-44f0-9e14-3e03d1d87488" + "NORTHEUROPE:20200806T225120Z:6fbdeede-683c-4169-a8a1-eb728103af87" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:53:56 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3726,25 +3726,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e5272c1-35c5-41a8-a281-b7df503f7739" + "f18e5755-4c4a-4d81-bb8b-8acd1ac4749e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3752,23 +3752,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:51:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6e5272c1-35c5-41a8-a281-b7df503f7739" + "f18e5755-4c4a-4d81-bb8b-8acd1ac4749e" ], "request-id": [ - "6e5272c1-35c5-41a8-a281-b7df503f7739" + "f18e5755-4c4a-4d81-bb8b-8acd1ac4749e" ], "elapsed-time": [ - "79" + "605" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3777,19 +3780,16 @@ "14950" ], "x-ms-correlation-request-id": [ - "4bd400bb-2b10-44d9-ab93-0abb0dd8814b" + "4cd90f37-dbe2-463d-b597-ec6a00cb5108" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215407Z:4bd400bb-2b10-44d9-ab93-0abb0dd8814b" + "NORTHEUROPE:20200806T225131Z:4cd90f37-dbe2-463d-b597-ec6a00cb5108" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:54:07 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3798,25 +3798,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "317fa624-4970-4548-b378-2cd0f179a9b3" + "8aec2686-91d9-4626-abe7-05f9d42d8f53" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3824,23 +3824,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:51:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "317fa624-4970-4548-b378-2cd0f179a9b3" + "8aec2686-91d9-4626-abe7-05f9d42d8f53" ], "request-id": [ - "317fa624-4970-4548-b378-2cd0f179a9b3" + "8aec2686-91d9-4626-abe7-05f9d42d8f53" ], "elapsed-time": [ - "67" + "309" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3849,19 +3852,16 @@ "14949" ], "x-ms-correlation-request-id": [ - "cd21a29f-cb69-4edf-8fbb-54da7a419e62" + "072f0e6e-f771-4cf2-8214-190197e917b1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215417Z:cd21a29f-cb69-4edf-8fbb-54da7a419e62" + "NORTHEUROPE:20200806T225141Z:072f0e6e-f771-4cf2-8214-190197e917b1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:54:17 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3870,25 +3870,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "29b19a2c-a046-4628-ac1c-ae5c5cbf6f02" + "16d5156d-9cfe-4ff8-b268-9ae51643b961" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3896,23 +3896,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:51:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "29b19a2c-a046-4628-ac1c-ae5c5cbf6f02" + "16d5156d-9cfe-4ff8-b268-9ae51643b961" ], "request-id": [ - "29b19a2c-a046-4628-ac1c-ae5c5cbf6f02" + "16d5156d-9cfe-4ff8-b268-9ae51643b961" ], "elapsed-time": [ - "62" + "376" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3921,19 +3924,16 @@ "14948" ], "x-ms-correlation-request-id": [ - "7ee2939a-cc44-4ad1-891f-057c76791377" + "27951b24-ca0b-4e16-b4ba-720de1bcc445" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215428Z:7ee2939a-cc44-4ad1-891f-057c76791377" + "NORTHEUROPE:20200806T225152Z:27951b24-ca0b-4e16-b4ba-720de1bcc445" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:54:28 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3942,25 +3942,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "350f587e-51e3-4ec8-b7c6-2ede66471b69" + "4a769578-ab3f-4b86-8362-88a35bae35e9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3968,23 +3968,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:52:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "350f587e-51e3-4ec8-b7c6-2ede66471b69" + "4a769578-ab3f-4b86-8362-88a35bae35e9" ], "request-id": [ - "350f587e-51e3-4ec8-b7c6-2ede66471b69" + "4a769578-ab3f-4b86-8362-88a35bae35e9" ], "elapsed-time": [ - "54" + "321" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3993,19 +3996,16 @@ "14947" ], "x-ms-correlation-request-id": [ - "9ef150c2-3ba6-49e9-8ea6-0db96845b5bc" + "2c22dc8d-6914-46a6-bdb2-31ed39d71cc2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215441Z:9ef150c2-3ba6-49e9-8ea6-0db96845b5bc" + "NORTHEUROPE:20200806T225202Z:2c22dc8d-6914-46a6-bdb2-31ed39d71cc2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:54:41 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4014,25 +4014,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94b8711a-f058-4d6d-8222-a0ce5b55e688" + "3ee8e16f-07fb-43b4-8959-9c4b8f60f62a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4040,23 +4040,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:52:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "94b8711a-f058-4d6d-8222-a0ce5b55e688" + "3ee8e16f-07fb-43b4-8959-9c4b8f60f62a" ], "request-id": [ - "94b8711a-f058-4d6d-8222-a0ce5b55e688" + "3ee8e16f-07fb-43b4-8959-9c4b8f60f62a" ], "elapsed-time": [ - "58" + "343" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4065,19 +4068,16 @@ "14946" ], "x-ms-correlation-request-id": [ - "36c87728-2769-4bc8-9f0e-d61320bff0a3" + "2a6f3bab-52f1-450e-994a-d2696925c5f5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215452Z:36c87728-2769-4bc8-9f0e-d61320bff0a3" + "NORTHEUROPE:20200806T225213Z:2a6f3bab-52f1-450e-994a-d2696925c5f5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:54:52 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4086,25 +4086,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e2638c73-b880-4d88-b8dc-0f0e24ffb42f" + "2e4d45cf-7663-4c96-aa3c-a6e97f6ff850" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4112,23 +4112,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:52:23 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e2638c73-b880-4d88-b8dc-0f0e24ffb42f" + "2e4d45cf-7663-4c96-aa3c-a6e97f6ff850" ], "request-id": [ - "e2638c73-b880-4d88-b8dc-0f0e24ffb42f" + "2e4d45cf-7663-4c96-aa3c-a6e97f6ff850" ], "elapsed-time": [ - "52" + "281" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4137,19 +4140,16 @@ "14945" ], "x-ms-correlation-request-id": [ - "386c73ef-db6f-4018-82d1-74c2328edf9c" + "998b7b81-5a1d-4333-80ce-af3694ce3d19" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215502Z:386c73ef-db6f-4018-82d1-74c2328edf9c" + "NORTHEUROPE:20200806T225223Z:998b7b81-5a1d-4333-80ce-af3694ce3d19" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:55:01 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4158,25 +4158,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "767b856a-2b05-4294-8007-e70be816bd52" + "48ba7b75-79f7-467a-a243-fead16a7478e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4184,23 +4184,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:52:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "767b856a-2b05-4294-8007-e70be816bd52" + "48ba7b75-79f7-467a-a243-fead16a7478e" ], "request-id": [ - "767b856a-2b05-4294-8007-e70be816bd52" + "48ba7b75-79f7-467a-a243-fead16a7478e" ], "elapsed-time": [ - "57" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4209,19 +4212,16 @@ "14944" ], "x-ms-correlation-request-id": [ - "941739db-bc51-4981-b3b6-b802aec806ba" + "50e9fda1-df32-42b3-a542-1c810cb0dcf5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215512Z:941739db-bc51-4981-b3b6-b802aec806ba" + "NORTHEUROPE:20200806T225234Z:50e9fda1-df32-42b3-a542-1c810cb0dcf5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:55:12 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4230,25 +4230,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c327004a-2f63-40f6-ab9d-2ce01fdb7255" + "5c1a5314-11a9-434d-96b7-591e6c8ad94e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4256,23 +4256,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:52:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c327004a-2f63-40f6-ab9d-2ce01fdb7255" + "5c1a5314-11a9-434d-96b7-591e6c8ad94e" ], "request-id": [ - "c327004a-2f63-40f6-ab9d-2ce01fdb7255" + "5c1a5314-11a9-434d-96b7-591e6c8ad94e" ], "elapsed-time": [ - "62" + "271" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4281,19 +4284,16 @@ "14943" ], "x-ms-correlation-request-id": [ - "f1ae99ef-ab6a-4d4c-ae99-541eaa77e78e" + "9089438c-9f9b-4754-8b12-e20a3fb6c0d5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215522Z:f1ae99ef-ab6a-4d4c-ae99-541eaa77e78e" + "NORTHEUROPE:20200806T225245Z:9089438c-9f9b-4754-8b12-e20a3fb6c0d5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:55:22 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4302,25 +4302,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a28eeaa-49c4-4e29-8763-7658e2a29495" + "d6f1e8eb-aba3-42fc-b862-8b8c879a5eb3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4328,23 +4328,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:52:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1a28eeaa-49c4-4e29-8763-7658e2a29495" + "d6f1e8eb-aba3-42fc-b862-8b8c879a5eb3" ], "request-id": [ - "1a28eeaa-49c4-4e29-8763-7658e2a29495" + "d6f1e8eb-aba3-42fc-b862-8b8c879a5eb3" ], "elapsed-time": [ - "55" + "373" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4353,19 +4356,16 @@ "14942" ], "x-ms-correlation-request-id": [ - "fd0273e0-b6cb-42cb-8443-9213157bece9" + "62c8027a-5c2f-46ca-ad68-25f74639462c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215533Z:fd0273e0-b6cb-42cb-8443-9213157bece9" + "NORTHEUROPE:20200806T225256Z:62c8027a-5c2f-46ca-ad68-25f74639462c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:55:32 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4374,25 +4374,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e7af559f-8406-4095-8414-95bbdf9e6123" + "dfb8a49b-d145-4e61-be1b-0344efbfeb85" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4400,23 +4400,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:53:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e7af559f-8406-4095-8414-95bbdf9e6123" + "dfb8a49b-d145-4e61-be1b-0344efbfeb85" ], "request-id": [ - "e7af559f-8406-4095-8414-95bbdf9e6123" + "dfb8a49b-d145-4e61-be1b-0344efbfeb85" ], "elapsed-time": [ - "54" + "286" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4425,19 +4428,16 @@ "14941" ], "x-ms-correlation-request-id": [ - "a48b7eae-a6bf-4b8f-81fa-8a5715055871" + "285d98ff-ca43-4032-9e87-e624fc4a368b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215543Z:a48b7eae-a6bf-4b8f-81fa-8a5715055871" + "NORTHEUROPE:20200806T225306Z:285d98ff-ca43-4032-9e87-e624fc4a368b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:55:42 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4446,25 +4446,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4b2a1dae-40e9-47a5-91e0-bc2e3bbc37b9" + "672701f5-76be-4d31-a7ec-fa2fe09fdda7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4472,23 +4472,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:53:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4b2a1dae-40e9-47a5-91e0-bc2e3bbc37b9" + "672701f5-76be-4d31-a7ec-fa2fe09fdda7" ], "request-id": [ - "4b2a1dae-40e9-47a5-91e0-bc2e3bbc37b9" + "672701f5-76be-4d31-a7ec-fa2fe09fdda7" ], "elapsed-time": [ - "164" + "342" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4497,19 +4500,16 @@ "14940" ], "x-ms-correlation-request-id": [ - "be2fc1b3-b241-4ee8-8e61-ba1297aa86f3" + "ee7cf3d8-932d-4f88-90d3-8fe98e74d5a7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215553Z:be2fc1b3-b241-4ee8-8e61-ba1297aa86f3" + "NORTHEUROPE:20200806T225317Z:ee7cf3d8-932d-4f88-90d3-8fe98e74d5a7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:55:53 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4518,25 +4518,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3441d01b-25c8-43c2-b01c-256615ee4bb2" + "ae22ce2c-4908-4edd-ac12-715b58d3ecd3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4544,23 +4544,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:53:27 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3441d01b-25c8-43c2-b01c-256615ee4bb2" + "ae22ce2c-4908-4edd-ac12-715b58d3ecd3" ], "request-id": [ - "3441d01b-25c8-43c2-b01c-256615ee4bb2" + "ae22ce2c-4908-4edd-ac12-715b58d3ecd3" ], "elapsed-time": [ - "53" + "313" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4569,19 +4572,16 @@ "14939" ], "x-ms-correlation-request-id": [ - "1a1f080e-8313-4e7e-8c39-4faff7a3154f" + "a523bd6c-ce27-4499-bdd3-8e0b5b2107c7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215604Z:1a1f080e-8313-4e7e-8c39-4faff7a3154f" + "NORTHEUROPE:20200806T225327Z:a523bd6c-ce27-4499-bdd3-8e0b5b2107c7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:56:04 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4590,25 +4590,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8c351439-fae1-4042-863d-b63f21be26af" + "cc59422b-e9d4-42e2-826d-2d872123b794" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4616,23 +4616,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:53:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8c351439-fae1-4042-863d-b63f21be26af" + "cc59422b-e9d4-42e2-826d-2d872123b794" ], "request-id": [ - "8c351439-fae1-4042-863d-b63f21be26af" + "cc59422b-e9d4-42e2-826d-2d872123b794" ], "elapsed-time": [ - "59" + "1140" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4641,19 +4644,16 @@ "14938" ], "x-ms-correlation-request-id": [ - "ec44a254-c0f3-471d-a71f-6aab00f4752f" + "dc02aad8-07ab-4556-aefb-b0969072aa58" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215614Z:ec44a254-c0f3-471d-a71f-6aab00f4752f" + "NORTHEUROPE:20200806T225339Z:dc02aad8-07ab-4556-aefb-b0969072aa58" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:56:14 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4662,25 +4662,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a25ae659-040f-4fdf-820f-c17ad9bf8f43" + "81a036f3-0b78-448c-9f74-39331d38ee80" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4688,23 +4688,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:53:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a25ae659-040f-4fdf-820f-c17ad9bf8f43" + "81a036f3-0b78-448c-9f74-39331d38ee80" ], "request-id": [ - "a25ae659-040f-4fdf-820f-c17ad9bf8f43" + "81a036f3-0b78-448c-9f74-39331d38ee80" ], "elapsed-time": [ - "50" + "356" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4713,19 +4716,16 @@ "14937" ], "x-ms-correlation-request-id": [ - "b450771d-9782-4b70-a731-7e7d4eaddef4" + "ea252dd4-13ca-4f00-bece-be0a6b379a68" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215625Z:b450771d-9782-4b70-a731-7e7d4eaddef4" + "NORTHEUROPE:20200806T225349Z:ea252dd4-13ca-4f00-bece-be0a6b379a68" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:56:25 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4734,25 +4734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "74d45013-40b1-471f-b618-095457df35e5" + "93093884-4d5a-496d-883c-b5b2a1ab9012" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4760,23 +4760,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:54:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "74d45013-40b1-471f-b618-095457df35e5" + "93093884-4d5a-496d-883c-b5b2a1ab9012" ], "request-id": [ - "74d45013-40b1-471f-b618-095457df35e5" + "93093884-4d5a-496d-883c-b5b2a1ab9012" ], "elapsed-time": [ - "85" + "317" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4785,19 +4788,16 @@ "14936" ], "x-ms-correlation-request-id": [ - "08cab565-d5d8-4332-ae32-8f69d1a337d1" + "66ed0c26-882a-476d-b191-e34c072e1ea6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215635Z:08cab565-d5d8-4332-ae32-8f69d1a337d1" + "NORTHEUROPE:20200806T225400Z:66ed0c26-882a-476d-b191-e34c072e1ea6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:56:34 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4806,25 +4806,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5f1cd4c2-f0c9-4251-9273-8b017ed391be" + "6a536a7b-e74a-41dd-ad0a-1a2655911b41" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4832,23 +4832,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:54:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5f1cd4c2-f0c9-4251-9273-8b017ed391be" + "6a536a7b-e74a-41dd-ad0a-1a2655911b41" ], "request-id": [ - "5f1cd4c2-f0c9-4251-9273-8b017ed391be" + "6a536a7b-e74a-41dd-ad0a-1a2655911b41" ], "elapsed-time": [ - "51" + "351" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4857,19 +4860,16 @@ "14935" ], "x-ms-correlation-request-id": [ - "81c09458-3e0e-4be5-8702-3bac4a43af9a" + "507e48de-6453-41ab-95ff-936a2d19661d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215645Z:81c09458-3e0e-4be5-8702-3bac4a43af9a" + "NORTHEUROPE:20200806T225411Z:507e48de-6453-41ab-95ff-936a2d19661d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:56:44 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4878,25 +4878,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "73e6afe6-166f-47fa-b32a-226b948792a6" + "3baee9f7-f85d-4a72-89c7-d45a6f7dffd4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4904,23 +4904,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:54:21 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "73e6afe6-166f-47fa-b32a-226b948792a6" + "3baee9f7-f85d-4a72-89c7-d45a6f7dffd4" ], "request-id": [ - "73e6afe6-166f-47fa-b32a-226b948792a6" + "3baee9f7-f85d-4a72-89c7-d45a6f7dffd4" ], "elapsed-time": [ - "74" + "333" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4929,19 +4932,16 @@ "14934" ], "x-ms-correlation-request-id": [ - "765f2448-5bd9-40bf-92c0-8bcd302c2ec1" + "05b57863-4d15-4cbb-bba3-736e66d52148" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215656Z:765f2448-5bd9-40bf-92c0-8bcd302c2ec1" + "NORTHEUROPE:20200806T225421Z:05b57863-4d15-4cbb-bba3-736e66d52148" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:56:56 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4950,25 +4950,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "364e8a1c-b66c-4a11-a013-b1307bdabf9c" + "151ed273-49c1-4a76-ba7e-064c9ef2341e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4976,116 +4976,44 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "364e8a1c-b66c-4a11-a013-b1307bdabf9c" - ], - "request-id": [ - "364e8a1c-b66c-4a11-a013-b1307bdabf9c" - ], - "elapsed-time": [ - "52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-correlation-request-id": [ - "509c1fbf-4249-4812-a86e-9627d7dcd786" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215706Z:509c1fbf-4249-4812-a86e-9627d7dcd786" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 21:57:06 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "be83f85b-6c09-4161-89cc-75efab8a1cd7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Thu, 06 Aug 2020 22:54:32 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "be83f85b-6c09-4161-89cc-75efab8a1cd7" + "151ed273-49c1-4a76-ba7e-064c9ef2341e" ], "request-id": [ - "be83f85b-6c09-4161-89cc-75efab8a1cd7" + "151ed273-49c1-4a76-ba7e-064c9ef2341e" ], "elapsed-time": [ - "56" + "440" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" + "14933" ], "x-ms-correlation-request-id": [ - "d4b4ba39-c86f-4b26-b7f1-f8498d35d844" + "648ea98c-db6b-4a0c-ba59-708b69c3a278" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215716Z:d4b4ba39-c86f-4b26-b7f1-f8498d35d844" + "NORTHEUROPE:20200806T225432Z:648ea98c-db6b-4a0c-ba59-708b69c3a278" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:57:15 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5094,25 +5022,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b98d6de-c59f-46c8-a881-491a618b185c" + "3665ff2a-8bf1-43eb-8972-91e7441dfbe7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5120,116 +5048,44 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "0b98d6de-c59f-46c8-a881-491a618b185c" - ], - "request-id": [ - "0b98d6de-c59f-46c8-a881-491a618b185c" - ], - "elapsed-time": [ - "82" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-correlation-request-id": [ - "2a80b2a9-a766-43e8-b1f2-896a7af802d8" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215727Z:2a80b2a9-a766-43e8-b1f2-896a7af802d8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 21:57:26 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9079e06d-4e68-457d-8717-2730af4e49b5" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Thu, 06 Aug 2020 22:54:42 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9079e06d-4e68-457d-8717-2730af4e49b5" + "3665ff2a-8bf1-43eb-8972-91e7441dfbe7" ], "request-id": [ - "9079e06d-4e68-457d-8717-2730af4e49b5" + "3665ff2a-8bf1-43eb-8972-91e7441dfbe7" ], "elapsed-time": [ - "523" + "354" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" + "14932" ], "x-ms-correlation-request-id": [ - "363089f5-d980-40e4-8ad2-66e5505be8b7" + "b572a2e9-4b1e-486c-a11d-6c35a5526c0a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215737Z:363089f5-d980-40e4-8ad2-66e5505be8b7" + "NORTHEUROPE:20200806T225443Z:b572a2e9-4b1e-486c-a11d-6c35a5526c0a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:57:37 GMT" - ], "Content-Length": [ - "551" + "545" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5238,25 +5094,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eef44e93-2b23-4e77-8644-875d325c7cc9" + "9b638d82-7ee4-4407-a1fc-b120c26533b8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5264,1565 +5120,53 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "eef44e93-2b23-4e77-8644-875d325c7cc9" - ], - "request-id": [ - "eef44e93-2b23-4e77-8644-875d325c7cc9" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-correlation-request-id": [ - "cf523e14-2bc7-41e7-a0cd-b3c709185254" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215748Z:cf523e14-2bc7-41e7-a0cd-b3c709185254" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 21:57:48 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "145cf5c4-1f70-40df-a32f-8eb4176d8520" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Thu, 06 Aug 2020 22:54:45 GMT" ], "Pragma": [ "no-cache" ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], "x-ms-request-id": [ - "145cf5c4-1f70-40df-a32f-8eb4176d8520" + "9b638d82-7ee4-4407-a1fc-b120c26533b8" ], "request-id": [ - "145cf5c4-1f70-40df-a32f-8eb4176d8520" + "9b638d82-7ee4-4407-a1fc-b120c26533b8" ], "elapsed-time": [ - "77" + "638" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-correlation-request-id": [ - "b5a23697-7a90-41f9-a9bb-32ba07f7b735" + "535bc689-c6fa-49a7-b51d-924bc7a7f5ad" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215758Z:b5a23697-7a90-41f9-a9bb-32ba07f7b735" + "NORTHEUROPE:20200806T225445Z:535bc689-c6fa-49a7-b51d-924bc7a7f5ad" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:57:58 GMT" - ], "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8e76be20-c4e6-40cc-9360-1694957e19e3" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "8e76be20-c4e6-40cc-9360-1694957e19e3" - ], - "request-id": [ - "8e76be20-c4e6-40cc-9360-1694957e19e3" - ], - "elapsed-time": [ - "186" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-correlation-request-id": [ - "9a496f9e-f6c8-4f1f-b0b4-13d18cde0e94" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215809Z:9a496f9e-f6c8-4f1f-b0b4-13d18cde0e94" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:58:09 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0ee84ca7-dd6a-475b-a3d7-909e7046d824" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "0ee84ca7-dd6a-475b-a3d7-909e7046d824" - ], - "request-id": [ - "0ee84ca7-dd6a-475b-a3d7-909e7046d824" - ], - "elapsed-time": [ - "62" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-correlation-request-id": [ - "823e6a31-6ecd-419d-9b96-e5afb196c154" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215820Z:823e6a31-6ecd-419d-9b96-e5afb196c154" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:58:20 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "90d79b45-92b4-4049-bdb1-d0b6a96a2b8d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "90d79b45-92b4-4049-bdb1-d0b6a96a2b8d" - ], - "request-id": [ - "90d79b45-92b4-4049-bdb1-d0b6a96a2b8d" - ], - "elapsed-time": [ - "69" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-correlation-request-id": [ - "05a4d19c-e68e-430b-b40b-6687bf762d29" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215830Z:05a4d19c-e68e-430b-b40b-6687bf762d29" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:58:29 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3d1c5c3c-2146-4ebb-804f-73f6abeb7c24" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3d1c5c3c-2146-4ebb-804f-73f6abeb7c24" - ], - "request-id": [ - "3d1c5c3c-2146-4ebb-804f-73f6abeb7c24" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-correlation-request-id": [ - "5eea4ba5-88b7-48bd-8545-73f40240ad11" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215840Z:5eea4ba5-88b7-48bd-8545-73f40240ad11" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:58:40 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0be08f25-f2c1-4961-84a1-d0ca0b951071" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "0be08f25-f2c1-4961-84a1-d0ca0b951071" - ], - "request-id": [ - "0be08f25-f2c1-4961-84a1-d0ca0b951071" - ], - "elapsed-time": [ - "67" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-correlation-request-id": [ - "a617e6ec-782f-4b56-bbc7-c7eccf6708c3" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215851Z:a617e6ec-782f-4b56-bbc7-c7eccf6708c3" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:58:51 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7c351630-39c9-4c08-9317-86d890b26c96" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "7c351630-39c9-4c08-9317-86d890b26c96" - ], - "request-id": [ - "7c351630-39c9-4c08-9317-86d890b26c96" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-correlation-request-id": [ - "51e578ef-e1f0-4887-9bf6-2b409b786a7d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215901Z:51e578ef-e1f0-4887-9bf6-2b409b786a7d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:59:00 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9fb5a47f-9f79-42da-82b0-1ceb68d94633" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "9fb5a47f-9f79-42da-82b0-1ceb68d94633" - ], - "request-id": [ - "9fb5a47f-9f79-42da-82b0-1ceb68d94633" - ], - "elapsed-time": [ - "67" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-correlation-request-id": [ - "d5574868-929d-4b13-b4b8-65cb700d434c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215911Z:d5574868-929d-4b13-b4b8-65cb700d434c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:59:10 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3b8d995a-1625-4e88-ba0d-f3cd612ebcc3" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3b8d995a-1625-4e88-ba0d-f3cd612ebcc3" - ], - "request-id": [ - "3b8d995a-1625-4e88-ba0d-f3cd612ebcc3" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-correlation-request-id": [ - "5e006320-9252-4ece-87b0-ca823bbde0ea" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215922Z:5e006320-9252-4ece-87b0-ca823bbde0ea" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:59:21 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "99b06884-c3ac-4d25-b272-d961979344b8" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "99b06884-c3ac-4d25-b272-d961979344b8" - ], - "request-id": [ - "99b06884-c3ac-4d25-b272-d961979344b8" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-correlation-request-id": [ - "04e073a1-6ee6-426f-8139-46263d2dee9b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215932Z:04e073a1-6ee6-426f-8139-46263d2dee9b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:59:32 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e7256807-ccde-4dfb-84dc-84a2cc22a25a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "e7256807-ccde-4dfb-84dc-84a2cc22a25a" - ], - "request-id": [ - "e7256807-ccde-4dfb-84dc-84a2cc22a25a" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-correlation-request-id": [ - "160d7273-b073-4104-9fdb-8e4a264fa007" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215942Z:160d7273-b073-4104-9fdb-8e4a264fa007" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:59:42 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "eb4d556e-082b-4658-bfa3-0ae402b6b3e5" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "eb4d556e-082b-4658-bfa3-0ae402b6b3e5" - ], - "request-id": [ - "eb4d556e-082b-4658-bfa3-0ae402b6b3e5" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-correlation-request-id": [ - "5967f672-f4a8-4751-94fa-3fca84bc71c3" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215953Z:5967f672-f4a8-4751-94fa-3fca84bc71c3" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:59:53 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "942e3df6-5dd1-4b1e-9704-a755e84c157d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "942e3df6-5dd1-4b1e-9704-a755e84c157d" - ], - "request-id": [ - "942e3df6-5dd1-4b1e-9704-a755e84c157d" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-correlation-request-id": [ - "2f3503d5-7466-46d1-bd8b-ac02db8c7a7c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T220003Z:2f3503d5-7466-46d1-bd8b-ac02db8c7a7c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:00:02 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "34a3c54b-b3e8-4ec3-a275-7ce35575b474" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "34a3c54b-b3e8-4ec3-a275-7ce35575b474" - ], - "request-id": [ - "34a3c54b-b3e8-4ec3-a275-7ce35575b474" - ], - "elapsed-time": [ - "181" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-correlation-request-id": [ - "112bff5c-57f1-4927-b267-210eb6aa4319" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T220013Z:112bff5c-57f1-4927-b267-210eb6aa4319" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:00:13 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e42d79b3-8e80-4cdd-8922-6638b49fa4b7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "e42d79b3-8e80-4cdd-8922-6638b49fa4b7" - ], - "request-id": [ - "e42d79b3-8e80-4cdd-8922-6638b49fa4b7" - ], - "elapsed-time": [ - "77" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-correlation-request-id": [ - "28956e20-cb01-43b0-881f-605e49a2ae9a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T220024Z:28956e20-cb01-43b0-881f-605e49a2ae9a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:00:24 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "da1aedc3-e915-480a-9f6f-cd969c4bcb18" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "da1aedc3-e915-480a-9f6f-cd969c4bcb18" - ], - "request-id": [ - "da1aedc3-e915-480a-9f6f-cd969c4bcb18" - ], - "elapsed-time": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-correlation-request-id": [ - "c8a411a1-00bc-4ee3-a81e-ed5b260cc13d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T220034Z:c8a411a1-00bc-4ee3-a81e-ed5b260cc13d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:00:34 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d62699f1-d623-4738-938e-8c3cfe3ae5b9" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "d62699f1-d623-4738-938e-8c3cfe3ae5b9" - ], - "request-id": [ - "d62699f1-d623-4738-938e-8c3cfe3ae5b9" - ], - "elapsed-time": [ - "78" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-correlation-request-id": [ - "1ebb31e6-8bd1-4af7-b79b-dec9bc3e81e0" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T220045Z:1ebb31e6-8bd1-4af7-b79b-dec9bc3e81e0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:00:44 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1e27c3cb-e98f-4a5d-94ae-6be25b074651" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "1e27c3cb-e98f-4a5d-94ae-6be25b074651" - ], - "request-id": [ - "1e27c3cb-e98f-4a5d-94ae-6be25b074651" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-correlation-request-id": [ - "7440d7b1-eb01-4bef-8e58-c4c50a47919d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T220055Z:7440d7b1-eb01-4bef-8e58-c4c50a47919d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:00:55 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ad1e5c6f-fdc8-4015-a2ac-9eecdf4527be" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ad1e5c6f-fdc8-4015-a2ac-9eecdf4527be" - ], - "request-id": [ - "ad1e5c6f-fdc8-4015-a2ac-9eecdf4527be" - ], - "elapsed-time": [ - "89" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-correlation-request-id": [ - "3f3a4e25-3e1b-4a02-b294-09d68126263e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T220105Z:3f3a4e25-3e1b-4a02-b294-09d68126263e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:01:05 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e26f7954-b604-4dcb-be4f-90dfc10e5e19" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "e26f7954-b604-4dcb-be4f-90dfc10e5e19" - ], - "request-id": [ - "e26f7954-b604-4dcb-be4f-90dfc10e5e19" - ], - "elapsed-time": [ - "78" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-correlation-request-id": [ - "0d5a1bf6-b3e5-481d-8323-b3183f3e2162" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T220116Z:0d5a1bf6-b3e5-481d-8323-b3183f3e2162" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:01:15 GMT" - ], - "Content-Length": [ - "543" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7f961bd4-5514-48fd-954a-c2837b433881" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "7f961bd4-5514-48fd-954a-c2837b433881" - ], - "request-id": [ - "7f961bd4-5514-48fd-954a-c2837b433881" - ], - "elapsed-time": [ - "1000" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" - ], - "x-ms-correlation-request-id": [ - "149be19a-d60e-46ed-ab3f-484adae5aa44" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T220119Z:149be19a-d60e-46ed-ab3f-484adae5aa44" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:01:18 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, "ResponseBody": "", "StatusCode": 200 } ], "Names": { "GenerateName": [ - "azsmnet2937" + "azsmnet5727" ], "GenerateServiceName": [ - "azs-199" + "azs-7598" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateStorageOptimizedL2Service.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateStorageOptimizedL2Service.json index 027d39c161e7..ff2c040f7af3 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateStorageOptimizedL2Service.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanCreateStorageOptimizedL2Service.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2575f2cb-9a57-4f8f-ba70-c2ea7e27d809" + "4a0b4ee2-9aa4-4713-9ac8-5ce8d48d8be2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:17:35 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "a9bd73a1-1cf9-49d3-a3a7-7a2f8068a7ab" + "e257cc13-7911-47c4-b43b-5875fe0b937b" ], "x-ms-correlation-request-id": [ - "a9bd73a1-1cf9-49d3-a3a7-7a2f8068a7ab" + "e257cc13-7911-47c4-b43b-5875fe0b937b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230402Z:a9bd73a1-1cf9-49d3-a3a7-7a2f8068a7ab" + "NORTHEUROPE:20200807T001735Z:e257cc13-7911-47c4-b43b-5875fe0b937b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:04:02 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6708?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2NzA4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9815?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5ODE1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e802a260-f7a9-4732-ac8b-27a90d547c74" + "88992e62-949c-4364-ba5e-87d200e839bc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:17:36 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "6de65cbf-6b42-4b97-924c-fa7b809c0e98" + "ee463fc1-39cd-405a-bdba-a92aec07fca6" ], "x-ms-correlation-request-id": [ - "6de65cbf-6b42-4b97-924c-fa7b809c0e98" + "ee463fc1-39cd-405a-bdba-a92aec07fca6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230404Z:6de65cbf-6b42-4b97-924c-fa7b809c0e98" + "NORTHEUROPE:20200807T001736Z:ee463fc1-39cd-405a-bdba-a92aec07fca6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:04:04 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708\",\r\n \"name\": \"azsmnet6708\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815\",\r\n \"name\": \"azsmnet9815\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7559ebdb-74f1-43a4-a4e6-5481f28ca0f7" + "8ffd37df-39f3-41ea-ade6-49f0484afea9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,39 +155,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:17:46 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "x-ms-request-id": [ - "7559ebdb-74f1-43a4-a4e6-5481f28ca0f7" + "8ffd37df-39f3-41ea-ade6-49f0484afea9" ], "request-id": [ - "7559ebdb-74f1-43a4-a4e6-5481f28ca0f7" + "8ffd37df-39f3-41ea-ade6-49f0484afea9" ], "elapsed-time": [ - "4334" + "4145" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "96631736-e0bc-409f-a346-b3d9c4f07c52" + "c983a8ae-df39-4ea5-bd56-810687a5e345" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230413Z:96631736-e0bc-409f-a346-b3d9c4f07c52" + "NORTHEUROPE:20200807T001746Z:c983a8ae-df39-4ea5-bd56-810687a5e345" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:04:13 GMT" - ], "Content-Length": [ "553" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "89c0fd27-c049-4b05-8c93-9e26e61ad54c" + "fb7fb348-cc8f-4a02-bf2c-17601cde8458" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,42 +224,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:17:56 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "89c0fd27-c049-4b05-8c93-9e26e61ad54c" + "fb7fb348-cc8f-4a02-bf2c-17601cde8458" ], "request-id": [ - "89c0fd27-c049-4b05-8c93-9e26e61ad54c" + "fb7fb348-cc8f-4a02-bf2c-17601cde8458" ], "elapsed-time": [ - "55" + "332" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14952" ], "x-ms-correlation-request-id": [ - "b592c9c8-3ec5-46d3-b304-3f770b95e988" + "285febb2-fe6e-4ec1-a490-096e82996b10" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230423Z:b592c9c8-3ec5-46d3-b304-3f770b95e988" + "NORTHEUROPE:20200807T001756Z:285febb2-fe6e-4ec1-a490-096e82996b10" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:04:23 GMT" - ], "Content-Length": [ "553" ], @@ -270,25 +270,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8bce013d-3f4e-43b2-bc1b-6c1d0ac66d8c" + "7f286df5-2cc7-4552-ba5f-6fcb9f459198" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -296,42 +296,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:18:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8bce013d-3f4e-43b2-bc1b-6c1d0ac66d8c" + "7f286df5-2cc7-4552-ba5f-6fcb9f459198" ], "request-id": [ - "8bce013d-3f4e-43b2-bc1b-6c1d0ac66d8c" + "7f286df5-2cc7-4552-ba5f-6fcb9f459198" ], "elapsed-time": [ - "136" + "277" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14951" ], "x-ms-correlation-request-id": [ - "b9802012-a840-4c2f-ad27-e6882abf30cd" + "8371eed0-7397-4b99-a220-04912027804c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230434Z:b9802012-a840-4c2f-ad27-e6882abf30cd" + "NORTHEUROPE:20200807T001807Z:8371eed0-7397-4b99-a220-04912027804c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:04:34 GMT" - ], "Content-Length": [ "553" ], @@ -342,25 +342,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "54b883ab-5740-4397-9cf8-441f2d4b4fa7" + "ebfeabe6-9595-445c-a4d2-ee56983a78eb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -368,42 +368,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:18:17 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "54b883ab-5740-4397-9cf8-441f2d4b4fa7" + "ebfeabe6-9595-445c-a4d2-ee56983a78eb" ], "request-id": [ - "54b883ab-5740-4397-9cf8-441f2d4b4fa7" + "ebfeabe6-9595-445c-a4d2-ee56983a78eb" ], "elapsed-time": [ - "162" + "304" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14950" ], "x-ms-correlation-request-id": [ - "d4d85cba-344a-4788-9093-8fcd1a6892cd" + "cade82c3-a456-4f92-8dd8-b5749ed237e0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230446Z:d4d85cba-344a-4788-9093-8fcd1a6892cd" + "NORTHEUROPE:20200807T001817Z:cade82c3-a456-4f92-8dd8-b5749ed237e0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:04:51 GMT" - ], "Content-Length": [ "553" ], @@ -414,25 +414,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e352ef95-b90c-4c1b-841a-d3d69c4316d6" + "f7a25eb4-8960-4cc3-8049-d7fbb5d7bd32" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -440,42 +440,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:18:28 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e352ef95-b90c-4c1b-841a-d3d69c4316d6" + "f7a25eb4-8960-4cc3-8049-d7fbb5d7bd32" ], "request-id": [ - "e352ef95-b90c-4c1b-841a-d3d69c4316d6" + "f7a25eb4-8960-4cc3-8049-d7fbb5d7bd32" ], "elapsed-time": [ - "61" + "316" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14949" ], "x-ms-correlation-request-id": [ - "c8dab481-8338-437c-bb7f-a9a42889467c" + "e26c2045-8202-4a1b-adad-1ccb2fbd18ee" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230502Z:c8dab481-8338-437c-bb7f-a9a42889467c" + "NORTHEUROPE:20200807T001828Z:e26c2045-8202-4a1b-adad-1ccb2fbd18ee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:05:02 GMT" - ], "Content-Length": [ "553" ], @@ -486,25 +486,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cb23d44b-9f2b-4022-be41-4afd740cfb61" + "9b2270a5-de47-45df-9436-d22294f2250c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -512,42 +512,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:18:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "cb23d44b-9f2b-4022-be41-4afd740cfb61" + "9b2270a5-de47-45df-9436-d22294f2250c" ], "request-id": [ - "cb23d44b-9f2b-4022-be41-4afd740cfb61" + "9b2270a5-de47-45df-9436-d22294f2250c" ], "elapsed-time": [ - "72" + "281" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14948" ], "x-ms-correlation-request-id": [ - "6b264dad-306f-44cf-97a3-7772da341919" + "59025b52-9733-40ff-9366-63be4ad11995" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230512Z:6b264dad-306f-44cf-97a3-7772da341919" + "NORTHEUROPE:20200807T001838Z:59025b52-9733-40ff-9366-63be4ad11995" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:05:12 GMT" - ], "Content-Length": [ "553" ], @@ -558,25 +558,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "29c66118-b1b5-481c-a6c3-c93039eb3e0e" + "35df2f27-96ad-470d-8267-cc16e463c0eb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -584,42 +584,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:18:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "29c66118-b1b5-481c-a6c3-c93039eb3e0e" + "35df2f27-96ad-470d-8267-cc16e463c0eb" ], "request-id": [ - "29c66118-b1b5-481c-a6c3-c93039eb3e0e" + "35df2f27-96ad-470d-8267-cc16e463c0eb" ], "elapsed-time": [ - "204" + "309" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14947" ], "x-ms-correlation-request-id": [ - "52ad57c8-c6df-4570-aed0-36374da6a62f" + "e4bbf93e-87ef-45c4-a57f-5a435dbf531e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230523Z:52ad57c8-c6df-4570-aed0-36374da6a62f" + "NORTHEUROPE:20200807T001849Z:e4bbf93e-87ef-45c4-a57f-5a435dbf531e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:05:23 GMT" - ], "Content-Length": [ "553" ], @@ -630,25 +630,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5830451-3048-477b-8c93-8002a15c4136" + "15b8f3ea-74b4-47b2-a40d-230e4ba499b1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -656,42 +656,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:18:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e5830451-3048-477b-8c93-8002a15c4136" + "15b8f3ea-74b4-47b2-a40d-230e4ba499b1" ], "request-id": [ - "e5830451-3048-477b-8c93-8002a15c4136" + "15b8f3ea-74b4-47b2-a40d-230e4ba499b1" ], "elapsed-time": [ - "61" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14946" ], "x-ms-correlation-request-id": [ - "c8509d27-9f16-4c43-92a5-ded6b6f9acca" + "4a1e494c-8f84-4b76-8fd2-14cf50ba7e55" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230533Z:c8509d27-9f16-4c43-92a5-ded6b6f9acca" + "NORTHEUROPE:20200807T001859Z:4a1e494c-8f84-4b76-8fd2-14cf50ba7e55" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:05:33 GMT" - ], "Content-Length": [ "553" ], @@ -702,25 +702,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a8ed037a-a9aa-4685-8422-de2ab157c8ef" + "4080feeb-096a-4945-813d-3a01714c8bba" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -728,42 +728,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:19:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a8ed037a-a9aa-4685-8422-de2ab157c8ef" + "4080feeb-096a-4945-813d-3a01714c8bba" ], "request-id": [ - "a8ed037a-a9aa-4685-8422-de2ab157c8ef" + "4080feeb-096a-4945-813d-3a01714c8bba" ], "elapsed-time": [ - "191" + "304" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14945" ], "x-ms-correlation-request-id": [ - "f6f7c244-e33a-489e-a401-f9a4096b6f18" + "392877d2-9a62-4cc7-b016-46da51ba94fb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230544Z:f6f7c244-e33a-489e-a401-f9a4096b6f18" + "NORTHEUROPE:20200807T001910Z:392877d2-9a62-4cc7-b016-46da51ba94fb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:05:43 GMT" - ], "Content-Length": [ "553" ], @@ -774,25 +774,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "14aa53fc-3613-4a1d-a474-2cfc4b32e7f5" + "651874e8-085c-42bb-9420-e67eb05cef6e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -800,42 +800,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:19:20 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "14aa53fc-3613-4a1d-a474-2cfc4b32e7f5" + "651874e8-085c-42bb-9420-e67eb05cef6e" ], "request-id": [ - "14aa53fc-3613-4a1d-a474-2cfc4b32e7f5" + "651874e8-085c-42bb-9420-e67eb05cef6e" ], "elapsed-time": [ - "81" + "287" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "14944" ], "x-ms-correlation-request-id": [ - "e716b254-7584-4261-b2bd-73a34c48e60b" + "0b22fdb4-b7e9-4994-b288-7266545d0d01" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230554Z:e716b254-7584-4261-b2bd-73a34c48e60b" + "NORTHEUROPE:20200807T001920Z:0b22fdb4-b7e9-4994-b288-7266545d0d01" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:05:53 GMT" - ], "Content-Length": [ "553" ], @@ -846,25 +846,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fcc5ca7d-61c5-4b6a-8259-c6122a8d6edf" + "6e7b57fe-f828-4840-8543-e3b5a7908c31" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -872,42 +872,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:19:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "fcc5ca7d-61c5-4b6a-8259-c6122a8d6edf" + "6e7b57fe-f828-4840-8543-e3b5a7908c31" ], "request-id": [ - "fcc5ca7d-61c5-4b6a-8259-c6122a8d6edf" + "6e7b57fe-f828-4840-8543-e3b5a7908c31" ], "elapsed-time": [ - "57" + "313" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "14943" ], "x-ms-correlation-request-id": [ - "b763f551-167a-4788-96c6-8fcbab53e91b" + "fa302855-c059-4e56-bcc2-811d105b8580" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230604Z:b763f551-167a-4788-96c6-8fcbab53e91b" + "NORTHEUROPE:20200807T001931Z:fa302855-c059-4e56-bcc2-811d105b8580" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:06:04 GMT" - ], "Content-Length": [ "553" ], @@ -918,25 +918,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ca89208-28dc-4af0-a674-258922f8df17" + "8030cc35-d21d-483f-9f9a-cc9686047c9f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -944,42 +944,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:19:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4ca89208-28dc-4af0-a674-258922f8df17" + "8030cc35-d21d-483f-9f9a-cc9686047c9f" ], "request-id": [ - "4ca89208-28dc-4af0-a674-258922f8df17" + "8030cc35-d21d-483f-9f9a-cc9686047c9f" ], "elapsed-time": [ - "54" + "281" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "14942" ], "x-ms-correlation-request-id": [ - "972864db-a585-4038-8a9f-b7b12c182a9c" + "c6667fd7-9d1c-4d96-9399-d04bfa9a7a5a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230614Z:972864db-a585-4038-8a9f-b7b12c182a9c" + "NORTHEUROPE:20200807T001941Z:c6667fd7-9d1c-4d96-9399-d04bfa9a7a5a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:06:14 GMT" - ], "Content-Length": [ "553" ], @@ -990,25 +990,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "744e8e06-3e6c-42fd-be63-d40c8514b6cc" + "ca75c0cf-b201-4e80-ab08-5fe1bcfa8674" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1016,42 +1016,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:19:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "744e8e06-3e6c-42fd-be63-d40c8514b6cc" + "ca75c0cf-b201-4e80-ab08-5fe1bcfa8674" ], "request-id": [ - "744e8e06-3e6c-42fd-be63-d40c8514b6cc" + "ca75c0cf-b201-4e80-ab08-5fe1bcfa8674" ], "elapsed-time": [ - "74" + "281" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "14941" ], "x-ms-correlation-request-id": [ - "3d3d2c46-5921-4515-b291-b02b8dfebb7e" + "c2920e68-f9f4-4100-b140-10968a168be5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230625Z:3d3d2c46-5921-4515-b291-b02b8dfebb7e" + "NORTHEUROPE:20200807T001952Z:c2920e68-f9f4-4100-b140-10968a168be5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:06:25 GMT" - ], "Content-Length": [ "553" ], @@ -1062,25 +1062,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "576ddddf-db8f-430e-b44d-7ab1835cc49c" + "f659f28f-5996-4ad0-ad1a-a654133f55e7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1088,42 +1088,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:20:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "576ddddf-db8f-430e-b44d-7ab1835cc49c" + "f659f28f-5996-4ad0-ad1a-a654133f55e7" ], "request-id": [ - "576ddddf-db8f-430e-b44d-7ab1835cc49c" + "f659f28f-5996-4ad0-ad1a-a654133f55e7" ], "elapsed-time": [ - "58" + "334" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "14968" ], "x-ms-correlation-request-id": [ - "1c3e6da3-a3c7-4aa0-aea2-4df43deff155" + "a73742f5-3bd2-4281-a621-fef981113465" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230636Z:1c3e6da3-a3c7-4aa0-aea2-4df43deff155" + "NORTHEUROPE:20200807T002002Z:a73742f5-3bd2-4281-a621-fef981113465" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:06:35 GMT" - ], "Content-Length": [ "553" ], @@ -1134,25 +1134,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "559ee960-6f6b-4200-9c79-08b354ca90d2" + "c9f73e68-594b-4d2d-9c1f-677905d17af8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1160,42 +1160,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:20:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "559ee960-6f6b-4200-9c79-08b354ca90d2" + "c9f73e68-594b-4d2d-9c1f-677905d17af8" ], "request-id": [ - "559ee960-6f6b-4200-9c79-08b354ca90d2" + "c9f73e68-594b-4d2d-9c1f-677905d17af8" ], "elapsed-time": [ - "200" + "318" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "14967" ], "x-ms-correlation-request-id": [ - "cb85b299-bedd-4366-89a5-a0e6dd1fd05d" + "413c89e4-2cf6-4b78-ba24-40e299c44d27" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230647Z:cb85b299-bedd-4366-89a5-a0e6dd1fd05d" + "NORTHEUROPE:20200807T002013Z:413c89e4-2cf6-4b78-ba24-40e299c44d27" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:06:46 GMT" - ], "Content-Length": [ "553" ], @@ -1206,25 +1206,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7b3dcd96-4544-4c85-8cf0-a1599d5cbc52" + "f81b98c5-d630-4fdc-bea7-6b6d5d2d929a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1232,42 +1232,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:20:23 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7b3dcd96-4544-4c85-8cf0-a1599d5cbc52" + "f81b98c5-d630-4fdc-bea7-6b6d5d2d929a" ], "request-id": [ - "7b3dcd96-4544-4c85-8cf0-a1599d5cbc52" + "f81b98c5-d630-4fdc-bea7-6b6d5d2d929a" ], "elapsed-time": [ - "112" + "318" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "14966" ], "x-ms-correlation-request-id": [ - "54a998d2-3124-463a-b090-ef296d0aeb76" + "2bd8418f-afb2-4324-af7f-c7d62e2ba454" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230657Z:54a998d2-3124-463a-b090-ef296d0aeb76" + "NORTHEUROPE:20200807T002024Z:2bd8418f-afb2-4324-af7f-c7d62e2ba454" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:06:56 GMT" - ], "Content-Length": [ "553" ], @@ -1278,25 +1278,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e355b94-ed3a-43d9-a2e5-1554ccec9f9f" + "4725a6f2-605c-4a01-9a2b-e315e95344bd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1304,42 +1304,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:20:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1e355b94-ed3a-43d9-a2e5-1554ccec9f9f" + "4725a6f2-605c-4a01-9a2b-e315e95344bd" ], "request-id": [ - "1e355b94-ed3a-43d9-a2e5-1554ccec9f9f" + "4725a6f2-605c-4a01-9a2b-e315e95344bd" ], "elapsed-time": [ - "72" + "304" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "14965" ], "x-ms-correlation-request-id": [ - "5ad366b7-9eaf-4bc5-bfe2-f6e92c4bc067" + "76ef4554-3117-428e-ae5a-4c433373754c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230707Z:5ad366b7-9eaf-4bc5-bfe2-f6e92c4bc067" + "NORTHEUROPE:20200807T002034Z:76ef4554-3117-428e-ae5a-4c433373754c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:07:07 GMT" - ], "Content-Length": [ "553" ], @@ -1350,25 +1350,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6227bda6-a473-447a-9139-6c9a080c276e" + "bb5d3ba1-2560-46e2-974a-ea17049c47f2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1376,42 +1376,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:20:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6227bda6-a473-447a-9139-6c9a080c276e" + "bb5d3ba1-2560-46e2-974a-ea17049c47f2" ], "request-id": [ - "6227bda6-a473-447a-9139-6c9a080c276e" + "bb5d3ba1-2560-46e2-974a-ea17049c47f2" ], "elapsed-time": [ - "66" + "322" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "14964" ], "x-ms-correlation-request-id": [ - "ad8fab34-c322-45f5-9626-7a0e22daf67f" + "011dbc67-c3df-44f8-a2f4-c5998aa87de5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230718Z:ad8fab34-c322-45f5-9626-7a0e22daf67f" + "NORTHEUROPE:20200807T002045Z:011dbc67-c3df-44f8-a2f4-c5998aa87de5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:07:17 GMT" - ], "Content-Length": [ "553" ], @@ -1422,25 +1422,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b293780-cde3-4cad-bb49-95ca9fabd6f2" + "a7ff2edd-dabc-45b5-be79-d374b23070c6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1448,42 +1448,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:20:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2b293780-cde3-4cad-bb49-95ca9fabd6f2" + "a7ff2edd-dabc-45b5-be79-d374b23070c6" ], "request-id": [ - "2b293780-cde3-4cad-bb49-95ca9fabd6f2" + "a7ff2edd-dabc-45b5-be79-d374b23070c6" ], "elapsed-time": [ - "55" + "279" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "14963" ], "x-ms-correlation-request-id": [ - "13e5494e-9913-45b1-96a5-548626b4aa3a" + "4dd3cb16-40d3-454f-91b4-baaea5189c1c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230728Z:13e5494e-9913-45b1-96a5-548626b4aa3a" + "NORTHEUROPE:20200807T002055Z:4dd3cb16-40d3-454f-91b4-baaea5189c1c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:07:28 GMT" - ], "Content-Length": [ "553" ], @@ -1494,25 +1494,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "18ee6861-93fb-491c-b40d-bb7e8ac62fa8" + "92d07f02-5af5-4748-8fc6-853292050744" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1520,42 +1520,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:21:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "18ee6861-93fb-491c-b40d-bb7e8ac62fa8" + "92d07f02-5af5-4748-8fc6-853292050744" ], "request-id": [ - "18ee6861-93fb-491c-b40d-bb7e8ac62fa8" + "92d07f02-5af5-4748-8fc6-853292050744" ], "elapsed-time": [ - "651" + "363" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" + "14962" ], "x-ms-correlation-request-id": [ - "19995dfc-f7e1-4408-b2bb-b26ceebecec5" + "52fb5fd6-5d6f-4787-90ff-16ac4a1313d3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230739Z:19995dfc-f7e1-4408-b2bb-b26ceebecec5" + "NORTHEUROPE:20200807T002106Z:52fb5fd6-5d6f-4787-90ff-16ac4a1313d3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:07:38 GMT" - ], "Content-Length": [ "553" ], @@ -1566,25 +1566,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5b225ca4-efec-4462-9a13-25cbb61d86a4" + "e97ae81d-049a-427c-810d-5002538623fa" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1592,42 +1592,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:21:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5b225ca4-efec-4462-9a13-25cbb61d86a4" + "e97ae81d-049a-427c-810d-5002538623fa" ], "request-id": [ - "5b225ca4-efec-4462-9a13-25cbb61d86a4" + "e97ae81d-049a-427c-810d-5002538623fa" ], "elapsed-time": [ - "52" + "409" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" + "14961" ], "x-ms-correlation-request-id": [ - "0b71f5f2-0a17-43f5-881d-2e2c9217deb5" + "a68c9710-343b-4d63-8854-44ac4d35f88d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230750Z:0b71f5f2-0a17-43f5-881d-2e2c9217deb5" + "NORTHEUROPE:20200807T002116Z:a68c9710-343b-4d63-8854-44ac4d35f88d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:07:49 GMT" - ], "Content-Length": [ "553" ], @@ -1638,25 +1638,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0707ea0d-393d-4b94-91d8-2e54682e8902" + "563415b8-63d9-4fb3-adcc-eefcc4a7306a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1664,42 +1664,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:21:27 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0707ea0d-393d-4b94-91d8-2e54682e8902" + "563415b8-63d9-4fb3-adcc-eefcc4a7306a" ], "request-id": [ - "0707ea0d-393d-4b94-91d8-2e54682e8902" + "563415b8-63d9-4fb3-adcc-eefcc4a7306a" ], "elapsed-time": [ - "55" + "303" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" + "14960" ], "x-ms-correlation-request-id": [ - "eb2393f5-7b5c-4fc5-8656-fc1d1995ed02" + "9ce36a6a-e36c-463c-96a9-af59d244ff5a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230800Z:eb2393f5-7b5c-4fc5-8656-fc1d1995ed02" + "NORTHEUROPE:20200807T002127Z:9ce36a6a-e36c-463c-96a9-af59d244ff5a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:08:00 GMT" - ], "Content-Length": [ "553" ], @@ -1710,25 +1710,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9f20ebec-218c-47a5-b8d6-70d55b3d89b3" + "8a96f8ba-f5c8-4775-b931-5d872eeea15e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1736,42 +1736,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:21:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9f20ebec-218c-47a5-b8d6-70d55b3d89b3" + "8a96f8ba-f5c8-4775-b931-5d872eeea15e" ], "request-id": [ - "9f20ebec-218c-47a5-b8d6-70d55b3d89b3" + "8a96f8ba-f5c8-4775-b931-5d872eeea15e" ], "elapsed-time": [ - "50" + "355" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" + "14959" ], "x-ms-correlation-request-id": [ - "b2dbdc67-36ec-4637-a690-2e4c8b0baf7c" + "49f9125f-1db0-48cc-9bdc-c074de524916" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230810Z:b2dbdc67-36ec-4637-a690-2e4c8b0baf7c" + "NORTHEUROPE:20200807T002138Z:49f9125f-1db0-48cc-9bdc-c074de524916" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:08:09 GMT" - ], "Content-Length": [ "553" ], @@ -1782,25 +1782,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ae51dfe-5797-4b12-9fbe-989d44e790c8" + "ffc02977-a0be-4848-953d-d4f794887e0b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1808,42 +1808,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:21:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8ae51dfe-5797-4b12-9fbe-989d44e790c8" + "ffc02977-a0be-4848-953d-d4f794887e0b" ], "request-id": [ - "8ae51dfe-5797-4b12-9fbe-989d44e790c8" + "ffc02977-a0be-4848-953d-d4f794887e0b" ], "elapsed-time": [ - "53" + "377" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" + "14958" ], "x-ms-correlation-request-id": [ - "524d0404-fee2-4a95-91bc-6d2e3058e7d6" + "678964b6-1c13-40ab-be6d-2786c80e5f4a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230820Z:524d0404-fee2-4a95-91bc-6d2e3058e7d6" + "NORTHEUROPE:20200807T002148Z:678964b6-1c13-40ab-be6d-2786c80e5f4a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:08:20 GMT" - ], "Content-Length": [ "553" ], @@ -1854,25 +1854,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ad454ea5-c286-42a6-82bf-35ad9fb79ec6" + "9a4ca688-3115-41fb-be88-5199f87c0b39" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1880,42 +1880,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:21:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ad454ea5-c286-42a6-82bf-35ad9fb79ec6" + "9a4ca688-3115-41fb-be88-5199f87c0b39" ], "request-id": [ - "ad454ea5-c286-42a6-82bf-35ad9fb79ec6" + "9a4ca688-3115-41fb-be88-5199f87c0b39" ], "elapsed-time": [ - "53" + "320" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" + "14957" ], "x-ms-correlation-request-id": [ - "af1fbf67-807a-4ba5-bf49-94a078f3ffd3" + "dc8ac262-0b39-418d-b15b-ae4f697310e7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230831Z:af1fbf67-807a-4ba5-bf49-94a078f3ffd3" + "NORTHEUROPE:20200807T002159Z:dc8ac262-0b39-418d-b15b-ae4f697310e7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:08:30 GMT" - ], "Content-Length": [ "553" ], @@ -1926,25 +1926,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "efcb0651-fd92-4961-bbce-52b2c9a7cdd6" + "a747ee7c-43f1-4daf-b54e-4276dc5a4b68" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1952,42 +1952,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:22:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "efcb0651-fd92-4961-bbce-52b2c9a7cdd6" + "a747ee7c-43f1-4daf-b54e-4276dc5a4b68" ], "request-id": [ - "efcb0651-fd92-4961-bbce-52b2c9a7cdd6" + "a747ee7c-43f1-4daf-b54e-4276dc5a4b68" ], "elapsed-time": [ - "626" + "311" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" + "14956" ], "x-ms-correlation-request-id": [ - "f3de9d47-6ae5-46b4-ab3e-bebebb5a200f" + "2483c50c-a4f0-435a-bac2-6bd464d9dff3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230842Z:f3de9d47-6ae5-46b4-ab3e-bebebb5a200f" + "NORTHEUROPE:20200807T002209Z:2483c50c-a4f0-435a-bac2-6bd464d9dff3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:08:41 GMT" - ], "Content-Length": [ "553" ], @@ -1998,25 +1998,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "07db3996-17c8-4616-b3da-f43a79bd7b03" + "0c7609d3-e0ba-4110-8d35-2dc9ab3d6373" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2024,42 +2024,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:22:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "07db3996-17c8-4616-b3da-f43a79bd7b03" + "0c7609d3-e0ba-4110-8d35-2dc9ab3d6373" ], "request-id": [ - "07db3996-17c8-4616-b3da-f43a79bd7b03" + "0c7609d3-e0ba-4110-8d35-2dc9ab3d6373" ], "elapsed-time": [ - "94" + "268" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" + "14955" ], "x-ms-correlation-request-id": [ - "b4d6cecf-7e06-4608-918b-3fba1cf161c5" + "74ff41e6-5494-4f35-8893-429ad1257a07" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230852Z:b4d6cecf-7e06-4608-918b-3fba1cf161c5" + "NORTHEUROPE:20200807T002220Z:74ff41e6-5494-4f35-8893-429ad1257a07" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:08:51 GMT" - ], "Content-Length": [ "553" ], @@ -2070,25 +2070,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3654de0c-4e7e-4275-bc9a-b9139e21dc55" + "8952cfe0-ea27-4397-ae11-b468a12aee38" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2096,42 +2096,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:22:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3654de0c-4e7e-4275-bc9a-b9139e21dc55" + "8952cfe0-ea27-4397-ae11-b468a12aee38" ], "request-id": [ - "3654de0c-4e7e-4275-bc9a-b9139e21dc55" + "8952cfe0-ea27-4397-ae11-b468a12aee38" ], "elapsed-time": [ - "72" + "794" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" + "14954" ], "x-ms-correlation-request-id": [ - "f31a365b-745b-45e4-995d-5f1a5e49c244" + "9c65ac46-2754-4f3f-b9aa-2e131db7e8be" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230904Z:f31a365b-745b-45e4-995d-5f1a5e49c244" + "NORTHEUROPE:20200807T002231Z:9c65ac46-2754-4f3f-b9aa-2e131db7e8be" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:09:03 GMT" - ], "Content-Length": [ "553" ], @@ -2142,25 +2142,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e69d0b1e-7aa3-446b-8b00-788ed65fde9f" + "ad8b61c5-b288-4636-a351-1c0e683d6869" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2168,42 +2168,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:22:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e69d0b1e-7aa3-446b-8b00-788ed65fde9f" + "ad8b61c5-b288-4636-a351-1c0e683d6869" ], "request-id": [ - "e69d0b1e-7aa3-446b-8b00-788ed65fde9f" + "ad8b61c5-b288-4636-a351-1c0e683d6869" ], "elapsed-time": [ - "82" + "271" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" + "14953" ], "x-ms-correlation-request-id": [ - "13488fc4-913f-4483-ab92-5bd10980c6f8" + "f947ab52-ce90-4d4c-a143-544d3021b944" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230914Z:13488fc4-913f-4483-ab92-5bd10980c6f8" + "NORTHEUROPE:20200807T002242Z:f947ab52-ce90-4d4c-a143-544d3021b944" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:09:14 GMT" - ], "Content-Length": [ "553" ], @@ -2214,25 +2214,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "344c7ca2-0a97-4459-aafe-929fa98b5a2d" + "5f19e950-8bbb-45d5-a25a-c802a6ab1c51" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2240,42 +2240,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:22:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "344c7ca2-0a97-4459-aafe-929fa98b5a2d" + "5f19e950-8bbb-45d5-a25a-c802a6ab1c51" ], "request-id": [ - "344c7ca2-0a97-4459-aafe-929fa98b5a2d" + "5f19e950-8bbb-45d5-a25a-c802a6ab1c51" ], "elapsed-time": [ - "106" + "333" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" + "14952" ], "x-ms-correlation-request-id": [ - "7e253e71-9076-44b2-9f0a-183fa4334c87" + "d579f8d5-50f1-445a-ac13-22021d0a3c9a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230925Z:7e253e71-9076-44b2-9f0a-183fa4334c87" + "NORTHEUROPE:20200807T002252Z:d579f8d5-50f1-445a-ac13-22021d0a3c9a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:09:25 GMT" - ], "Content-Length": [ "553" ], @@ -2286,25 +2286,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43f582bf-7aa1-409a-829c-d9ed20bb95b1" + "93f3d024-dd6e-4ecf-8cd8-69c2106f82ba" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2312,42 +2312,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:23:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "43f582bf-7aa1-409a-829c-d9ed20bb95b1" + "93f3d024-dd6e-4ecf-8cd8-69c2106f82ba" ], "request-id": [ - "43f582bf-7aa1-409a-829c-d9ed20bb95b1" + "93f3d024-dd6e-4ecf-8cd8-69c2106f82ba" ], "elapsed-time": [ - "81" + "287" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" + "14951" ], "x-ms-correlation-request-id": [ - "d9fe6058-d93b-49aa-985a-d987a283be80" + "155b6e62-fb1e-4726-9e42-e68dd964abea" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230936Z:d9fe6058-d93b-49aa-985a-d987a283be80" + "NORTHEUROPE:20200807T002303Z:155b6e62-fb1e-4726-9e42-e68dd964abea" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:09:36 GMT" - ], "Content-Length": [ "553" ], @@ -2358,25 +2358,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7618947a-0bdf-4ce6-9c7b-06d0b6db0c5d" + "b5c3c9ad-3f9f-4996-8d41-1aa9f5b6b4a6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2384,42 +2384,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:23:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7618947a-0bdf-4ce6-9c7b-06d0b6db0c5d" + "b5c3c9ad-3f9f-4996-8d41-1aa9f5b6b4a6" ], "request-id": [ - "7618947a-0bdf-4ce6-9c7b-06d0b6db0c5d" + "b5c3c9ad-3f9f-4996-8d41-1aa9f5b6b4a6" ], "elapsed-time": [ - "55" + "345" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" + "14950" ], "x-ms-correlation-request-id": [ - "1671c303-6ed6-4b46-8a05-5d6ecd00d536" + "08c8e893-5b54-476b-a7ac-2f3d135a868c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230946Z:1671c303-6ed6-4b46-8a05-5d6ecd00d536" + "NORTHEUROPE:20200807T002313Z:08c8e893-5b54-476b-a7ac-2f3d135a868c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:09:46 GMT" - ], "Content-Length": [ "553" ], @@ -2430,25 +2430,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe96c023-ee6d-47f3-a4e6-415260d12325" + "a6d95f60-d242-435f-8dbb-1f9453f06f07" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2456,42 +2456,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:23:23 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "fe96c023-ee6d-47f3-a4e6-415260d12325" + "a6d95f60-d242-435f-8dbb-1f9453f06f07" ], "request-id": [ - "fe96c023-ee6d-47f3-a4e6-415260d12325" + "a6d95f60-d242-435f-8dbb-1f9453f06f07" ], "elapsed-time": [ - "1707" + "319" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" + "14949" ], "x-ms-correlation-request-id": [ - "af0b91d4-aa70-4a90-90e2-793366e937f4" + "777db6be-5b67-4ea4-a9f0-f9be1547b40d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230958Z:af0b91d4-aa70-4a90-90e2-793366e937f4" + "NORTHEUROPE:20200807T002324Z:777db6be-5b67-4ea4-a9f0-f9be1547b40d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:09:58 GMT" - ], "Content-Length": [ "553" ], @@ -2502,25 +2502,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c610ccd1-b598-4bff-8e14-e7eb5511e7cc" + "54e9764e-9d82-493b-9af6-91dff9fef68f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2528,42 +2528,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:23:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c610ccd1-b598-4bff-8e14-e7eb5511e7cc" + "54e9764e-9d82-493b-9af6-91dff9fef68f" ], "request-id": [ - "c610ccd1-b598-4bff-8e14-e7eb5511e7cc" + "54e9764e-9d82-493b-9af6-91dff9fef68f" ], "elapsed-time": [ - "64" + "405" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" + "14948" ], "x-ms-correlation-request-id": [ - "83ab27eb-41a3-4757-b706-0ffb820487a2" + "d557eb3a-5ee0-4aab-84d4-90aafa5a8246" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231008Z:83ab27eb-41a3-4757-b706-0ffb820487a2" + "NORTHEUROPE:20200807T002336Z:d557eb3a-5ee0-4aab-84d4-90aafa5a8246" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:10:07 GMT" - ], "Content-Length": [ "553" ], @@ -2574,25 +2574,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53ccb40c-7ca3-4485-a219-23cb292b8fff" + "b3361884-eb8d-472d-b19d-51fa526d990c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2600,42 +2600,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:23:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "53ccb40c-7ca3-4485-a219-23cb292b8fff" + "b3361884-eb8d-472d-b19d-51fa526d990c" ], "request-id": [ - "53ccb40c-7ca3-4485-a219-23cb292b8fff" + "b3361884-eb8d-472d-b19d-51fa526d990c" ], "elapsed-time": [ - "60" + "382" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" + "14947" ], "x-ms-correlation-request-id": [ - "6e49d45d-593e-4d79-a93e-c201b63cf086" + "5c6f26c1-c2ff-4cdf-aae6-5753c3b9fc0d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231019Z:6e49d45d-593e-4d79-a93e-c201b63cf086" + "NORTHEUROPE:20200807T002346Z:5c6f26c1-c2ff-4cdf-aae6-5753c3b9fc0d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:10:18 GMT" - ], "Content-Length": [ "553" ], @@ -2646,25 +2646,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4c43197-36d5-44f5-b6e8-22b9022c35ac" + "1d0ee9c9-3ed6-4b1b-9a9d-da83a81746c4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2672,42 +2672,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:23:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a4c43197-36d5-44f5-b6e8-22b9022c35ac" + "1d0ee9c9-3ed6-4b1b-9a9d-da83a81746c4" ], "request-id": [ - "a4c43197-36d5-44f5-b6e8-22b9022c35ac" + "1d0ee9c9-3ed6-4b1b-9a9d-da83a81746c4" ], "elapsed-time": [ - "57" + "295" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" + "14946" ], "x-ms-correlation-request-id": [ - "8aac3d4f-cde0-4681-8158-1251eb3857db" + "8d420de4-2f0e-44e3-9052-a11a18f43f97" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231029Z:8aac3d4f-cde0-4681-8158-1251eb3857db" + "NORTHEUROPE:20200807T002357Z:8d420de4-2f0e-44e3-9052-a11a18f43f97" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:10:28 GMT" - ], "Content-Length": [ "553" ], @@ -2718,25 +2718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e040e529-3771-4a7f-ae1e-357a405850fa" + "c3520b1b-fe01-4b01-a50c-cfebdd01164d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2744,42 +2744,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:24:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e040e529-3771-4a7f-ae1e-357a405850fa" + "c3520b1b-fe01-4b01-a50c-cfebdd01164d" ], "request-id": [ - "e040e529-3771-4a7f-ae1e-357a405850fa" + "c3520b1b-fe01-4b01-a50c-cfebdd01164d" ], "elapsed-time": [ - "75" + "308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" + "14945" ], "x-ms-correlation-request-id": [ - "dfbe47fd-954c-4f49-be92-1b818d4bf152" + "3723b26f-c34b-4a59-b354-99412432d09f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231039Z:dfbe47fd-954c-4f49-be92-1b818d4bf152" + "NORTHEUROPE:20200807T002407Z:3723b26f-c34b-4a59-b354-99412432d09f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:10:39 GMT" - ], "Content-Length": [ "553" ], @@ -2790,25 +2790,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9bdf0fb3-41c1-4d81-a1c6-5c93e65efb61" + "4add19b6-4549-40fc-8790-4f9171a7705c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2816,42 +2816,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:24:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9bdf0fb3-41c1-4d81-a1c6-5c93e65efb61" + "4add19b6-4549-40fc-8790-4f9171a7705c" ], "request-id": [ - "9bdf0fb3-41c1-4d81-a1c6-5c93e65efb61" + "4add19b6-4549-40fc-8790-4f9171a7705c" ], "elapsed-time": [ - "52" + "366" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" + "14944" ], "x-ms-correlation-request-id": [ - "e2c01827-4258-40d4-b198-990adf6ff1f8" + "6b0c3b84-2818-4427-959f-e98230573b2c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231050Z:e2c01827-4258-40d4-b198-990adf6ff1f8" + "NORTHEUROPE:20200807T002418Z:6b0c3b84-2818-4427-959f-e98230573b2c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:10:50 GMT" - ], "Content-Length": [ "553" ], @@ -2862,25 +2862,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "50e7bfe5-c2d5-4722-8bba-8c5e57adb925" + "a005a3df-da4d-4430-87c9-ad51b9b0f68b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2888,42 +2888,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:24:28 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "50e7bfe5-c2d5-4722-8bba-8c5e57adb925" + "a005a3df-da4d-4430-87c9-ad51b9b0f68b" ], "request-id": [ - "50e7bfe5-c2d5-4722-8bba-8c5e57adb925" + "a005a3df-da4d-4430-87c9-ad51b9b0f68b" ], "elapsed-time": [ - "173" + "439" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" + "14943" ], "x-ms-correlation-request-id": [ - "90424c27-8fae-405a-801f-054a03c271f4" + "3610bd90-8740-4f7f-ad57-5d437d6ec534" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231100Z:90424c27-8fae-405a-801f-054a03c271f4" + "NORTHEUROPE:20200807T002429Z:3610bd90-8740-4f7f-ad57-5d437d6ec534" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:10:59 GMT" - ], "Content-Length": [ "553" ], @@ -2934,25 +2934,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fba6362e-6a51-4714-ad28-29b5245e29d4" + "975fb403-6033-440c-af0c-663c9c238622" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2960,42 +2960,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:24:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "fba6362e-6a51-4714-ad28-29b5245e29d4" + "975fb403-6033-440c-af0c-663c9c238622" ], "request-id": [ - "fba6362e-6a51-4714-ad28-29b5245e29d4" + "975fb403-6033-440c-af0c-663c9c238622" ], "elapsed-time": [ - "54" + "694" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" + "14942" ], "x-ms-correlation-request-id": [ - "3d49fe73-0c92-4ede-a833-2bbdbba6ab02" + "2cf73e14-e070-4455-8caf-32741882856a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231110Z:3d49fe73-0c92-4ede-a833-2bbdbba6ab02" + "NORTHEUROPE:20200807T002440Z:2cf73e14-e070-4455-8caf-32741882856a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:11:10 GMT" - ], "Content-Length": [ "553" ], @@ -3006,25 +3006,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e03eb8de-2377-45bc-a703-2c9bdf56e2df" + "3b831054-d6c3-44a8-aaa7-e8ae156ac879" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3032,42 +3032,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:24:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e03eb8de-2377-45bc-a703-2c9bdf56e2df" + "3b831054-d6c3-44a8-aaa7-e8ae156ac879" ], "request-id": [ - "e03eb8de-2377-45bc-a703-2c9bdf56e2df" + "3b831054-d6c3-44a8-aaa7-e8ae156ac879" ], "elapsed-time": [ - "77" + "354" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" + "14941" ], "x-ms-correlation-request-id": [ - "bfcc0985-d73e-4398-9a65-7e4f5b3d7513" + "1cd9e506-b746-4c18-aae5-fecac49cf2b2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231121Z:bfcc0985-d73e-4398-9a65-7e4f5b3d7513" + "NORTHEUROPE:20200807T002451Z:1cd9e506-b746-4c18-aae5-fecac49cf2b2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:11:20 GMT" - ], "Content-Length": [ "553" ], @@ -3078,25 +3078,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "50fe3b26-b784-40e2-9bfe-50e5e2999c40" + "f0dc7fb4-d124-4c41-806c-46f1bf7893df" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3104,23 +3104,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:25:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "50fe3b26-b784-40e2-9bfe-50e5e2999c40" + "f0dc7fb4-d124-4c41-806c-46f1bf7893df" ], "request-id": [ - "50fe3b26-b784-40e2-9bfe-50e5e2999c40" + "f0dc7fb4-d124-4c41-806c-46f1bf7893df" ], "elapsed-time": [ - "62" + "269" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3129,17 +3132,14 @@ "14959" ], "x-ms-correlation-request-id": [ - "c3e50c79-1b06-40de-9166-3c96ed859da4" + "29ead6a8-c5b7-4765-b337-fe89397ebbdb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231131Z:c3e50c79-1b06-40de-9166-3c96ed859da4" + "NORTHEUROPE:20200807T002501Z:29ead6a8-c5b7-4765-b337-fe89397ebbdb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:11:31 GMT" - ], "Content-Length": [ "553" ], @@ -3150,25 +3150,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a8d12c30-517c-451e-bf2f-059f38a8255d" + "7210fab6-b9ea-43a5-bc1c-cd9d85b48c7c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3176,23 +3176,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:25:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a8d12c30-517c-451e-bf2f-059f38a8255d" + "7210fab6-b9ea-43a5-bc1c-cd9d85b48c7c" ], "request-id": [ - "a8d12c30-517c-451e-bf2f-059f38a8255d" + "7210fab6-b9ea-43a5-bc1c-cd9d85b48c7c" ], "elapsed-time": [ - "791" + "360" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3201,17 +3204,14 @@ "14958" ], "x-ms-correlation-request-id": [ - "dd1c6c41-2a66-46c7-bfda-d274fc519e49" + "92386ee2-8ffb-4f7b-b258-33af2e86573a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231142Z:dd1c6c41-2a66-46c7-bfda-d274fc519e49" + "NORTHEUROPE:20200807T002512Z:92386ee2-8ffb-4f7b-b258-33af2e86573a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:11:42 GMT" - ], "Content-Length": [ "553" ], @@ -3222,25 +3222,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "21e14fe7-06f5-487a-82fc-36c0096d6aa3" + "a9633407-8fcd-472b-896a-89892963341d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3248,23 +3248,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:25:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "21e14fe7-06f5-487a-82fc-36c0096d6aa3" + "a9633407-8fcd-472b-896a-89892963341d" ], "request-id": [ - "21e14fe7-06f5-487a-82fc-36c0096d6aa3" + "a9633407-8fcd-472b-896a-89892963341d" ], "elapsed-time": [ - "61" + "302" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3273,17 +3276,14 @@ "14957" ], "x-ms-correlation-request-id": [ - "ca462f17-0f81-4c14-ad7e-2b8b6bb3c4c3" + "924bfd79-9757-4a12-9918-25c9a97fac14" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231152Z:ca462f17-0f81-4c14-ad7e-2b8b6bb3c4c3" + "NORTHEUROPE:20200807T002522Z:924bfd79-9757-4a12-9918-25c9a97fac14" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:11:52 GMT" - ], "Content-Length": [ "553" ], @@ -3294,25 +3294,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "559712ba-d508-40b8-b9e2-e8ab364c42c9" + "c918b7a6-be79-45d9-95ed-d01770185cef" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3320,23 +3320,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:25:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "559712ba-d508-40b8-b9e2-e8ab364c42c9" + "c918b7a6-be79-45d9-95ed-d01770185cef" ], "request-id": [ - "559712ba-d508-40b8-b9e2-e8ab364c42c9" + "c918b7a6-be79-45d9-95ed-d01770185cef" ], "elapsed-time": [ - "92" + "303" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3345,17 +3348,14 @@ "14956" ], "x-ms-correlation-request-id": [ - "f03a830b-2c02-481e-b419-9671292f8e61" + "1e153bf5-1275-415c-ab30-d2e209f95d1e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231203Z:f03a830b-2c02-481e-b419-9671292f8e61" + "NORTHEUROPE:20200807T002533Z:1e153bf5-1275-415c-ab30-d2e209f95d1e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:12:02 GMT" - ], "Content-Length": [ "553" ], @@ -3366,25 +3366,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b5682fb1-0ae0-4e82-8c1e-4f1edd9c19b3" + "11fa0665-c45b-4817-bc52-d8c724a94fe0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3392,23 +3392,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:25:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b5682fb1-0ae0-4e82-8c1e-4f1edd9c19b3" + "11fa0665-c45b-4817-bc52-d8c724a94fe0" ], "request-id": [ - "b5682fb1-0ae0-4e82-8c1e-4f1edd9c19b3" + "11fa0665-c45b-4817-bc52-d8c724a94fe0" ], "elapsed-time": [ - "66" + "361" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3417,17 +3420,14 @@ "14955" ], "x-ms-correlation-request-id": [ - "b4ca1a79-0c9d-4108-803c-7a6407d1d2bf" + "721eb3fb-e81a-48eb-8324-ab4362f304ee" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231213Z:b4ca1a79-0c9d-4108-803c-7a6407d1d2bf" + "NORTHEUROPE:20200807T002544Z:721eb3fb-e81a-48eb-8324-ab4362f304ee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:12:13 GMT" - ], "Content-Length": [ "553" ], @@ -3438,25 +3438,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "52585469-a2fa-4793-bf42-d6bb2f60b19f" + "7c680c60-ad96-46d4-a13c-b52a85cb0127" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3464,23 +3464,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:25:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "52585469-a2fa-4793-bf42-d6bb2f60b19f" + "7c680c60-ad96-46d4-a13c-b52a85cb0127" ], "request-id": [ - "52585469-a2fa-4793-bf42-d6bb2f60b19f" + "7c680c60-ad96-46d4-a13c-b52a85cb0127" ], "elapsed-time": [ - "55" + "318" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3489,17 +3492,14 @@ "14954" ], "x-ms-correlation-request-id": [ - "f68758b6-434f-43f1-b806-4940d6bf6cee" + "1b9e1699-395b-456a-9721-444f1dcf614a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231224Z:f68758b6-434f-43f1-b806-4940d6bf6cee" + "NORTHEUROPE:20200807T002554Z:1b9e1699-395b-456a-9721-444f1dcf614a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:12:24 GMT" - ], "Content-Length": [ "553" ], @@ -3510,25 +3510,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c2662671-0ea8-4c71-82ee-c8bc51dfcaf3" + "066628df-b302-440a-b77e-df993f9101e3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3536,23 +3536,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:26:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c2662671-0ea8-4c71-82ee-c8bc51dfcaf3" + "066628df-b302-440a-b77e-df993f9101e3" ], "request-id": [ - "c2662671-0ea8-4c71-82ee-c8bc51dfcaf3" + "066628df-b302-440a-b77e-df993f9101e3" ], "elapsed-time": [ - "57" + "277" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3561,17 +3564,14 @@ "14953" ], "x-ms-correlation-request-id": [ - "ff4411cd-2d28-46f2-942c-5c47e56103b6" + "30109e32-e4ae-404d-a4ee-41795e3a7791" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231235Z:ff4411cd-2d28-46f2-942c-5c47e56103b6" + "NORTHEUROPE:20200807T002605Z:30109e32-e4ae-404d-a4ee-41795e3a7791" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:12:34 GMT" - ], "Content-Length": [ "553" ], @@ -3582,25 +3582,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6338ad93-de9f-4176-85e4-fc311da18fb4" + "925bd2e6-2cd5-4a8e-a6c8-a0b3d7940131" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3608,23 +3608,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:26:14 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6338ad93-de9f-4176-85e4-fc311da18fb4" + "925bd2e6-2cd5-4a8e-a6c8-a0b3d7940131" ], "request-id": [ - "6338ad93-de9f-4176-85e4-fc311da18fb4" + "925bd2e6-2cd5-4a8e-a6c8-a0b3d7940131" ], "elapsed-time": [ - "56" + "327" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3633,17 +3636,14 @@ "14952" ], "x-ms-correlation-request-id": [ - "e9580954-d820-4bba-ab4d-ee7711d62c97" + "61c0aaeb-a1d2-41b4-897b-34d6d6270b4d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231246Z:e9580954-d820-4bba-ab4d-ee7711d62c97" + "NORTHEUROPE:20200807T002615Z:61c0aaeb-a1d2-41b4-897b-34d6d6270b4d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:12:45 GMT" - ], "Content-Length": [ "553" ], @@ -3654,25 +3654,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "386db353-34d5-4f8f-88ff-30f8c1be1762" + "9c010015-499b-4e71-9aa0-60b7a46d8b67" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3680,23 +3680,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:26:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "386db353-34d5-4f8f-88ff-30f8c1be1762" + "9c010015-499b-4e71-9aa0-60b7a46d8b67" ], "request-id": [ - "386db353-34d5-4f8f-88ff-30f8c1be1762" + "9c010015-499b-4e71-9aa0-60b7a46d8b67" ], "elapsed-time": [ - "53" + "288" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3705,17 +3708,14 @@ "14951" ], "x-ms-correlation-request-id": [ - "576c4965-425d-491d-b13b-75e1e39909ed" + "1bcdb4e3-89b0-472b-8b8d-fadf5e9646b2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231256Z:576c4965-425d-491d-b13b-75e1e39909ed" + "NORTHEUROPE:20200807T002626Z:1bcdb4e3-89b0-472b-8b8d-fadf5e9646b2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:12:55 GMT" - ], "Content-Length": [ "553" ], @@ -3726,25 +3726,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "586eabcd-3961-4ae2-bb57-a5eff8dd326d" + "f83070ce-a18a-47ff-b143-3a600be96380" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3752,23 +3752,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:26:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "586eabcd-3961-4ae2-bb57-a5eff8dd326d" + "f83070ce-a18a-47ff-b143-3a600be96380" ], "request-id": [ - "586eabcd-3961-4ae2-bb57-a5eff8dd326d" + "f83070ce-a18a-47ff-b143-3a600be96380" ], "elapsed-time": [ - "67" + "336" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3777,17 +3780,14 @@ "14950" ], "x-ms-correlation-request-id": [ - "13cf0c93-b7de-4d57-889a-03508b38a9bd" + "243d8597-68bb-4b2c-a8a5-71e6d5161fe2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231306Z:13cf0c93-b7de-4d57-889a-03508b38a9bd" + "NORTHEUROPE:20200807T002636Z:243d8597-68bb-4b2c-a8a5-71e6d5161fe2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:13:06 GMT" - ], "Content-Length": [ "553" ], @@ -3798,25 +3798,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e65290a-8e7b-417c-9bf1-a1ec44658861" + "6b688b26-6839-4d68-9ce8-4cecdf8287b8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3824,23 +3824,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:26:46 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6e65290a-8e7b-417c-9bf1-a1ec44658861" + "6b688b26-6839-4d68-9ce8-4cecdf8287b8" ], "request-id": [ - "6e65290a-8e7b-417c-9bf1-a1ec44658861" + "6b688b26-6839-4d68-9ce8-4cecdf8287b8" ], "elapsed-time": [ - "57" + "286" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3849,17 +3852,14 @@ "14949" ], "x-ms-correlation-request-id": [ - "bdd396c1-346c-46ff-a787-50b723a1e74d" + "7746c9ad-8c65-438c-963d-fbbcfcddc866" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231316Z:bdd396c1-346c-46ff-a787-50b723a1e74d" + "NORTHEUROPE:20200807T002647Z:7746c9ad-8c65-438c-963d-fbbcfcddc866" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:13:16 GMT" - ], "Content-Length": [ "553" ], @@ -3870,25 +3870,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5743746-2a58-4015-81a4-ea453f093e7a" + "36432cbc-8e04-4ab3-a147-9ec5d3147c09" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3896,23 +3896,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:26:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c5743746-2a58-4015-81a4-ea453f093e7a" + "36432cbc-8e04-4ab3-a147-9ec5d3147c09" ], "request-id": [ - "c5743746-2a58-4015-81a4-ea453f093e7a" + "36432cbc-8e04-4ab3-a147-9ec5d3147c09" ], "elapsed-time": [ - "51" + "410" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3921,17 +3924,14 @@ "14948" ], "x-ms-correlation-request-id": [ - "dc8db9b0-1559-4387-bf9c-57af7776a64e" + "49ccd8c6-7df4-49ae-a29b-64e101fea906" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231327Z:dc8db9b0-1559-4387-bf9c-57af7776a64e" + "NORTHEUROPE:20200807T002657Z:49ccd8c6-7df4-49ae-a29b-64e101fea906" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:13:26 GMT" - ], "Content-Length": [ "553" ], @@ -3942,25 +3942,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f809f971-4a4b-4258-bb4e-5ff74a574c72" + "37526d3e-d7e1-4359-a0ab-ac23f16d1533" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3968,23 +3968,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:27:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f809f971-4a4b-4258-bb4e-5ff74a574c72" + "37526d3e-d7e1-4359-a0ab-ac23f16d1533" ], "request-id": [ - "f809f971-4a4b-4258-bb4e-5ff74a574c72" + "37526d3e-d7e1-4359-a0ab-ac23f16d1533" ], "elapsed-time": [ - "66" + "308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3993,17 +3996,14 @@ "14947" ], "x-ms-correlation-request-id": [ - "a8b41090-0a94-413b-b8be-f2172da9450c" + "a7d2e74f-addb-4066-bb5e-8840e79779a1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231337Z:a8b41090-0a94-413b-b8be-f2172da9450c" + "NORTHEUROPE:20200807T002708Z:a7d2e74f-addb-4066-bb5e-8840e79779a1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:13:37 GMT" - ], "Content-Length": [ "553" ], @@ -4014,25 +4014,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ea8d06ec-fe83-4771-aff5-cd4dfe166d2e" + "163b7281-dbc3-48a9-a940-86d494083876" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4040,23 +4040,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:27:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ea8d06ec-fe83-4771-aff5-cd4dfe166d2e" + "163b7281-dbc3-48a9-a940-86d494083876" ], "request-id": [ - "ea8d06ec-fe83-4771-aff5-cd4dfe166d2e" + "163b7281-dbc3-48a9-a940-86d494083876" ], "elapsed-time": [ - "62" + "301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4065,17 +4068,14 @@ "14946" ], "x-ms-correlation-request-id": [ - "ff785055-d1d1-4376-b350-8c08770e593a" + "c952e17b-ff63-450a-b745-422660a4e973" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231347Z:ff785055-d1d1-4376-b350-8c08770e593a" + "NORTHEUROPE:20200807T002720Z:c952e17b-ff63-450a-b745-422660a4e973" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:13:47 GMT" - ], "Content-Length": [ "553" ], @@ -4086,25 +4086,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "09fa64d7-56fb-471e-b920-950748ca1a38" + "644354b1-9e26-49c5-90df-c8634e006eca" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4112,23 +4112,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:27:29 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "09fa64d7-56fb-471e-b920-950748ca1a38" + "644354b1-9e26-49c5-90df-c8634e006eca" ], "request-id": [ - "09fa64d7-56fb-471e-b920-950748ca1a38" + "644354b1-9e26-49c5-90df-c8634e006eca" ], "elapsed-time": [ - "196" + "295" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4137,17 +4140,14 @@ "14945" ], "x-ms-correlation-request-id": [ - "58896647-5e98-4379-a489-addab3ba6b37" + "4ae5d239-fa18-4524-a0f1-d90056f19e35" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231359Z:58896647-5e98-4379-a489-addab3ba6b37" + "NORTHEUROPE:20200807T002730Z:4ae5d239-fa18-4524-a0f1-d90056f19e35" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:13:58 GMT" - ], "Content-Length": [ "553" ], @@ -4158,25 +4158,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e857edab-baa8-4e8d-8dcb-0c1f422bbe02" + "dfed102c-6812-4e0d-b555-34ba55217ce0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4184,23 +4184,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:27:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e857edab-baa8-4e8d-8dcb-0c1f422bbe02" + "dfed102c-6812-4e0d-b555-34ba55217ce0" ], "request-id": [ - "e857edab-baa8-4e8d-8dcb-0c1f422bbe02" + "dfed102c-6812-4e0d-b555-34ba55217ce0" ], "elapsed-time": [ - "64" + "319" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4209,17 +4212,14 @@ "14944" ], "x-ms-correlation-request-id": [ - "9d6ab9c3-4c33-4bb9-b7d8-9e58bb747f67" + "71dc2d7a-3613-45ea-bf33-deed14890da1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231409Z:9d6ab9c3-4c33-4bb9-b7d8-9e58bb747f67" + "NORTHEUROPE:20200807T002741Z:71dc2d7a-3613-45ea-bf33-deed14890da1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:14:08 GMT" - ], "Content-Length": [ "553" ], @@ -4230,25 +4230,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "981a8bef-9166-4e31-8cba-c180df3911bd" + "d43a7585-b9d6-451a-b3ae-2dbd0a3758ce" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4256,23 +4256,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:27:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "981a8bef-9166-4e31-8cba-c180df3911bd" + "d43a7585-b9d6-451a-b3ae-2dbd0a3758ce" ], "request-id": [ - "981a8bef-9166-4e31-8cba-c180df3911bd" + "d43a7585-b9d6-451a-b3ae-2dbd0a3758ce" ], "elapsed-time": [ - "77" + "293" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4281,17 +4284,14 @@ "14943" ], "x-ms-correlation-request-id": [ - "40ac9207-9476-486c-b018-1c02f30229c0" + "ced646dd-7599-4b8a-8a2c-d1a6965306f6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231419Z:40ac9207-9476-486c-b018-1c02f30229c0" + "NORTHEUROPE:20200807T002751Z:ced646dd-7599-4b8a-8a2c-d1a6965306f6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:14:18 GMT" - ], "Content-Length": [ "553" ], @@ -4302,25 +4302,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6627a960-31f6-4fd8-963e-9e32c60eaef2" + "5bed99bf-d644-47ba-8d2d-d50cc12c5f52" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4328,23 +4328,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:28:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6627a960-31f6-4fd8-963e-9e32c60eaef2" + "5bed99bf-d644-47ba-8d2d-d50cc12c5f52" ], "request-id": [ - "6627a960-31f6-4fd8-963e-9e32c60eaef2" + "5bed99bf-d644-47ba-8d2d-d50cc12c5f52" ], "elapsed-time": [ - "94" + "264" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4353,17 +4356,14 @@ "14942" ], "x-ms-correlation-request-id": [ - "e85dae6a-7475-46fb-a14d-a4e011769553" + "6cf2fc43-5abc-4218-ba81-d20dbca7e299" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231430Z:e85dae6a-7475-46fb-a14d-a4e011769553" + "NORTHEUROPE:20200807T002802Z:6cf2fc43-5abc-4218-ba81-d20dbca7e299" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:14:30 GMT" - ], "Content-Length": [ "553" ], @@ -4374,25 +4374,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1f9479c7-599d-4a39-a093-1812feb79580" + "e458ad76-0933-412d-9b28-c947a2c3fbd2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4400,23 +4400,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:28:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1f9479c7-599d-4a39-a093-1812feb79580" + "e458ad76-0933-412d-9b28-c947a2c3fbd2" ], "request-id": [ - "1f9479c7-599d-4a39-a093-1812feb79580" + "e458ad76-0933-412d-9b28-c947a2c3fbd2" ], "elapsed-time": [ - "50" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4425,17 +4428,14 @@ "14941" ], "x-ms-correlation-request-id": [ - "9bb88ec7-5055-4039-ae06-e0c8001bffb1" + "10b4e112-7d4c-4856-924a-f964dc30e262" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231440Z:9bb88ec7-5055-4039-ae06-e0c8001bffb1" + "NORTHEUROPE:20200807T002812Z:10b4e112-7d4c-4856-924a-f964dc30e262" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:14:39 GMT" - ], "Content-Length": [ "553" ], @@ -4446,25 +4446,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "820127e0-8dd9-4d1a-abd6-496617cc8367" + "55195715-db56-420b-ac92-62e724c0028c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4472,23 +4472,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:28:23 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "820127e0-8dd9-4d1a-abd6-496617cc8367" + "55195715-db56-420b-ac92-62e724c0028c" ], "request-id": [ - "820127e0-8dd9-4d1a-abd6-496617cc8367" + "55195715-db56-420b-ac92-62e724c0028c" ], "elapsed-time": [ - "67" + "307" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4497,17 +4500,14 @@ "14940" ], "x-ms-correlation-request-id": [ - "b05b1ee1-d5b6-4f59-8f98-5e9a0b3b083e" + "942fdfd8-714d-41f0-963c-786bb047b09e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231450Z:b05b1ee1-d5b6-4f59-8f98-5e9a0b3b083e" + "NORTHEUROPE:20200807T002823Z:942fdfd8-714d-41f0-963c-786bb047b09e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:14:50 GMT" - ], "Content-Length": [ "553" ], @@ -4518,25 +4518,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2118a97b-bb5f-4769-9b0d-dadb299be6a9" + "69196be8-e523-4c7c-9cb9-40dfe74f431b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4544,23 +4544,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:28:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2118a97b-bb5f-4769-9b0d-dadb299be6a9" + "69196be8-e523-4c7c-9cb9-40dfe74f431b" ], "request-id": [ - "2118a97b-bb5f-4769-9b0d-dadb299be6a9" + "69196be8-e523-4c7c-9cb9-40dfe74f431b" ], "elapsed-time": [ - "56" + "400" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4569,17 +4572,14 @@ "14939" ], "x-ms-correlation-request-id": [ - "35145bdd-4448-4daf-9f86-2f136e5721ec" + "69457a57-996c-49bf-b89e-c0260cee9813" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231501Z:35145bdd-4448-4daf-9f86-2f136e5721ec" + "NORTHEUROPE:20200807T002833Z:69457a57-996c-49bf-b89e-c0260cee9813" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:15:00 GMT" - ], "Content-Length": [ "553" ], @@ -4590,25 +4590,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0bfa5732-1fdb-45c6-911e-9e3e7998022b" + "537a43f9-a8a0-4eff-b3bc-c44005385929" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4616,23 +4616,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:28:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0bfa5732-1fdb-45c6-911e-9e3e7998022b" + "537a43f9-a8a0-4eff-b3bc-c44005385929" ], "request-id": [ - "0bfa5732-1fdb-45c6-911e-9e3e7998022b" + "537a43f9-a8a0-4eff-b3bc-c44005385929" ], "elapsed-time": [ - "52" + "323" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4641,17 +4644,14 @@ "14938" ], "x-ms-correlation-request-id": [ - "2dc38d9d-0648-4f46-b0f5-4944eb263b4a" + "10800cc3-3d88-4399-8768-2584de045fc7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231511Z:2dc38d9d-0648-4f46-b0f5-4944eb263b4a" + "NORTHEUROPE:20200807T002844Z:10800cc3-3d88-4399-8768-2584de045fc7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:15:10 GMT" - ], "Content-Length": [ "553" ], @@ -4662,25 +4662,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fb997e5e-c941-44f5-a87d-7efda04c0967" + "a501007f-9f99-4c6b-a8ce-b8e1f636c187" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4688,23 +4688,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:28:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "fb997e5e-c941-44f5-a87d-7efda04c0967" + "a501007f-9f99-4c6b-a8ce-b8e1f636c187" ], "request-id": [ - "fb997e5e-c941-44f5-a87d-7efda04c0967" + "a501007f-9f99-4c6b-a8ce-b8e1f636c187" ], "elapsed-time": [ - "88" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4713,17 +4716,14 @@ "14937" ], "x-ms-correlation-request-id": [ - "c311ca69-34e3-42f4-9fb5-fc13fbe5556a" + "02cc1f89-1c7a-4f1d-8be3-9afa8478a141" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231521Z:c311ca69-34e3-42f4-9fb5-fc13fbe5556a" + "NORTHEUROPE:20200807T002854Z:02cc1f89-1c7a-4f1d-8be3-9afa8478a141" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:15:20 GMT" - ], "Content-Length": [ "553" ], @@ -4734,25 +4734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "138d39d8-2112-4ff4-a8d7-c39adad790ba" + "ddadb1e5-2007-4fb8-a7a3-ad8b2c340e7a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4760,23 +4760,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:29:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "138d39d8-2112-4ff4-a8d7-c39adad790ba" + "ddadb1e5-2007-4fb8-a7a3-ad8b2c340e7a" ], "request-id": [ - "138d39d8-2112-4ff4-a8d7-c39adad790ba" + "ddadb1e5-2007-4fb8-a7a3-ad8b2c340e7a" ], "elapsed-time": [ - "57" + "279" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4785,17 +4788,14 @@ "14936" ], "x-ms-correlation-request-id": [ - "9b7b6d7e-7817-40e5-9e00-e6628ed1a7d0" + "1dbcbdfe-e06e-4136-84db-5166ea057666" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231532Z:9b7b6d7e-7817-40e5-9e00-e6628ed1a7d0" + "NORTHEUROPE:20200807T002905Z:1dbcbdfe-e06e-4136-84db-5166ea057666" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:15:31 GMT" - ], "Content-Length": [ "553" ], @@ -4806,25 +4806,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c24c47e1-fc59-4333-a02d-9791b81c7f85" + "30e5fb25-68c3-4855-bcdf-4e1f60ab8154" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4832,23 +4832,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:29:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c24c47e1-fc59-4333-a02d-9791b81c7f85" + "30e5fb25-68c3-4855-bcdf-4e1f60ab8154" ], "request-id": [ - "c24c47e1-fc59-4333-a02d-9791b81c7f85" + "30e5fb25-68c3-4855-bcdf-4e1f60ab8154" ], "elapsed-time": [ - "54" + "317" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4857,17 +4860,14 @@ "14935" ], "x-ms-correlation-request-id": [ - "62291ae9-fe6c-46f7-8d52-36a39737eb96" + "c9ad874d-5952-4856-a2ad-d3d0201ce577" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231542Z:62291ae9-fe6c-46f7-8d52-36a39737eb96" + "NORTHEUROPE:20200807T002915Z:c9ad874d-5952-4856-a2ad-d3d0201ce577" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:15:42 GMT" - ], "Content-Length": [ "553" ], @@ -4878,25 +4878,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eeb65311-97a2-4438-be74-4874a7253657" + "76126214-4877-44ef-9303-faee97be475e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4904,23 +4904,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:29:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "eeb65311-97a2-4438-be74-4874a7253657" + "76126214-4877-44ef-9303-faee97be475e" ], "request-id": [ - "eeb65311-97a2-4438-be74-4874a7253657" + "76126214-4877-44ef-9303-faee97be475e" ], "elapsed-time": [ - "54" + "323" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4929,17 +4932,14 @@ "14934" ], "x-ms-correlation-request-id": [ - "c028128c-c087-4401-8730-edf1c7375c6a" + "5d32fda0-5b2e-4adc-8238-c6338715e3c0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231552Z:c028128c-c087-4401-8730-edf1c7375c6a" + "NORTHEUROPE:20200807T002927Z:5d32fda0-5b2e-4adc-8238-c6338715e3c0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:15:52 GMT" - ], "Content-Length": [ "553" ], @@ -4950,25 +4950,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bcbc69ce-bccc-464a-afe2-9377812138b2" + "47b60cad-cdc6-4e1d-a148-64fd0d4e8c32" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4976,23 +4976,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:29:37 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "bcbc69ce-bccc-464a-afe2-9377812138b2" + "47b60cad-cdc6-4e1d-a148-64fd0d4e8c32" ], "request-id": [ - "bcbc69ce-bccc-464a-afe2-9377812138b2" + "47b60cad-cdc6-4e1d-a148-64fd0d4e8c32" ], "elapsed-time": [ - "164" + "293" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5001,17 +5004,14 @@ "14933" ], "x-ms-correlation-request-id": [ - "6f96f1e4-db50-4906-9993-fe8d8aa261d3" + "1935aa6d-cc50-4e61-8719-2327af562977" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231603Z:6f96f1e4-db50-4906-9993-fe8d8aa261d3" + "NORTHEUROPE:20200807T002937Z:1935aa6d-cc50-4e61-8719-2327af562977" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:16:03 GMT" - ], "Content-Length": [ "553" ], @@ -5022,25 +5022,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0cbc1996-cea0-45e4-9df2-c069d588e454" + "b0a3559b-c032-4b2a-9d29-4d724967316d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5048,23 +5048,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:29:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0cbc1996-cea0-45e4-9df2-c069d588e454" + "b0a3559b-c032-4b2a-9d29-4d724967316d" ], "request-id": [ - "0cbc1996-cea0-45e4-9df2-c069d588e454" + "b0a3559b-c032-4b2a-9d29-4d724967316d" ], "elapsed-time": [ - "57" + "351" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5073,17 +5076,14 @@ "14932" ], "x-ms-correlation-request-id": [ - "106ab312-98e9-4152-a11f-190c650cf2c9" + "68100c66-3a32-41d1-9892-c2163fc1475f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231613Z:106ab312-98e9-4152-a11f-190c650cf2c9" + "NORTHEUROPE:20200807T002948Z:68100c66-3a32-41d1-9892-c2163fc1475f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:16:13 GMT" - ], "Content-Length": [ "553" ], @@ -5094,25 +5094,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a1f9fead-a6f6-4b37-889b-33aa0a74a454" + "7880344a-113b-42fd-8f8c-4dd428cac4f6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5120,23 +5120,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:29:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a1f9fead-a6f6-4b37-889b-33aa0a74a454" + "7880344a-113b-42fd-8f8c-4dd428cac4f6" ], "request-id": [ - "a1f9fead-a6f6-4b37-889b-33aa0a74a454" + "7880344a-113b-42fd-8f8c-4dd428cac4f6" ], "elapsed-time": [ - "66" + "281" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5145,17 +5148,14 @@ "14931" ], "x-ms-correlation-request-id": [ - "2ff6238a-8642-4adc-8aa3-26e8e73e3549" + "992c20ba-f57f-4b36-86a5-611437290bbd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231623Z:2ff6238a-8642-4adc-8aa3-26e8e73e3549" + "NORTHEUROPE:20200807T002958Z:992c20ba-f57f-4b36-86a5-611437290bbd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:16:23 GMT" - ], "Content-Length": [ "553" ], @@ -5166,25 +5166,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3533196d-ba01-4e13-8660-3d1be8310fea" + "5f366d74-150f-4a75-8a35-aa7427260baa" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5192,23 +5192,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:30:09 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3533196d-ba01-4e13-8660-3d1be8310fea" + "5f366d74-150f-4a75-8a35-aa7427260baa" ], "request-id": [ - "3533196d-ba01-4e13-8660-3d1be8310fea" + "5f366d74-150f-4a75-8a35-aa7427260baa" ], "elapsed-time": [ - "54" + "310" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5217,17 +5220,14 @@ "14930" ], "x-ms-correlation-request-id": [ - "d29ee488-50c2-443e-95a4-02531d62d74f" + "83e3ea8c-b488-4eab-98c6-731d494ef3cf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231634Z:d29ee488-50c2-443e-95a4-02531d62d74f" + "NORTHEUROPE:20200807T003009Z:83e3ea8c-b488-4eab-98c6-731d494ef3cf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:16:34 GMT" - ], "Content-Length": [ "553" ], @@ -5238,25 +5238,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b76c85d-f7a9-439b-abb0-3deaf512cdc5" + "1be203dd-b9ac-429d-a98b-237be4f379ad" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5264,23 +5264,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:30:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9b76c85d-f7a9-439b-abb0-3deaf512cdc5" + "1be203dd-b9ac-429d-a98b-237be4f379ad" ], "request-id": [ - "9b76c85d-f7a9-439b-abb0-3deaf512cdc5" + "1be203dd-b9ac-429d-a98b-237be4f379ad" ], "elapsed-time": [ - "54" + "298" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5289,17 +5292,14 @@ "14929" ], "x-ms-correlation-request-id": [ - "3c8b2862-0435-4845-a171-3865f69d5183" + "4756150a-472b-4d93-a810-4544cd92b059" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231644Z:3c8b2862-0435-4845-a171-3865f69d5183" + "NORTHEUROPE:20200807T003019Z:4756150a-472b-4d93-a810-4544cd92b059" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:16:43 GMT" - ], "Content-Length": [ "553" ], @@ -5310,25 +5310,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "793be4e2-e94c-452b-853e-35b1e45bc4b6" + "708adbf8-0170-4f73-bbe4-af84dc079849" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5336,23 +5336,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:30:29 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "793be4e2-e94c-452b-853e-35b1e45bc4b6" + "708adbf8-0170-4f73-bbe4-af84dc079849" ], "request-id": [ - "793be4e2-e94c-452b-853e-35b1e45bc4b6" + "708adbf8-0170-4f73-bbe4-af84dc079849" ], "elapsed-time": [ - "55" + "430" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5361,17 +5364,14 @@ "14928" ], "x-ms-correlation-request-id": [ - "c3ed234b-1f83-44b4-a91e-682927f61c10" + "c817d29a-e783-432a-a578-114e2c7984a3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231654Z:c3ed234b-1f83-44b4-a91e-682927f61c10" + "NORTHEUROPE:20200807T003030Z:c817d29a-e783-432a-a578-114e2c7984a3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:16:54 GMT" - ], "Content-Length": [ "553" ], @@ -5382,25 +5382,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "12010baa-da6e-457b-8458-fc8581a18d70" + "dcb6cb25-8f7d-49bd-b208-65f304f3f9b1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5408,23 +5408,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:30:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "12010baa-da6e-457b-8458-fc8581a18d70" + "dcb6cb25-8f7d-49bd-b208-65f304f3f9b1" ], "request-id": [ - "12010baa-da6e-457b-8458-fc8581a18d70" + "dcb6cb25-8f7d-49bd-b208-65f304f3f9b1" ], "elapsed-time": [ - "52" + "583" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5433,17 +5436,14 @@ "14927" ], "x-ms-correlation-request-id": [ - "6b24d81e-ddfc-4952-9cb4-ac8fcfbc6d82" + "37c45220-8f7a-4b95-9a66-e7d5ba51f906" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231704Z:6b24d81e-ddfc-4952-9cb4-ac8fcfbc6d82" + "NORTHEUROPE:20200807T003041Z:37c45220-8f7a-4b95-9a66-e7d5ba51f906" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:17:04 GMT" - ], "Content-Length": [ "553" ], @@ -5454,25 +5454,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "71a05fc7-540a-40ef-8219-310903541532" + "362ff3c3-3c29-4878-bc2c-9fa7d0780400" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5480,23 +5480,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:30:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "71a05fc7-540a-40ef-8219-310903541532" + "362ff3c3-3c29-4878-bc2c-9fa7d0780400" ], "request-id": [ - "71a05fc7-540a-40ef-8219-310903541532" + "362ff3c3-3c29-4878-bc2c-9fa7d0780400" ], "elapsed-time": [ - "50" + "351" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5505,17 +5508,14 @@ "14926" ], "x-ms-correlation-request-id": [ - "e42cdf37-c371-4ef1-b3a5-080e1db801ec" + "87f459bc-ebfa-4c8c-8fc5-94b9db8b71c4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231715Z:e42cdf37-c371-4ef1-b3a5-080e1db801ec" + "NORTHEUROPE:20200807T003052Z:87f459bc-ebfa-4c8c-8fc5-94b9db8b71c4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:17:15 GMT" - ], "Content-Length": [ "553" ], @@ -5526,25 +5526,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e16d7ae-d13a-4f97-9edc-233ca998da98" + "f32de456-1cd4-4062-aeff-70e4f701f7e6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5552,23 +5552,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:31:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6e16d7ae-d13a-4f97-9edc-233ca998da98" + "f32de456-1cd4-4062-aeff-70e4f701f7e6" ], "request-id": [ - "6e16d7ae-d13a-4f97-9edc-233ca998da98" + "f32de456-1cd4-4062-aeff-70e4f701f7e6" ], "elapsed-time": [ - "58" + "286" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5577,17 +5580,14 @@ "14925" ], "x-ms-correlation-request-id": [ - "bdf95bf5-b045-4704-846a-37f054bee136" + "d2c4be58-d36d-4566-a782-7d151a8bc712" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231725Z:bdf95bf5-b045-4704-846a-37f054bee136" + "NORTHEUROPE:20200807T003102Z:d2c4be58-d36d-4566-a782-7d151a8bc712" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:17:24 GMT" - ], "Content-Length": [ "553" ], @@ -5598,25 +5598,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "148638ee-558b-47bc-b3d7-c1ab419ee643" + "693f6ab3-e2b6-499a-81c0-8fa61d6d9b6a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5624,23 +5624,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:31:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "148638ee-558b-47bc-b3d7-c1ab419ee643" + "693f6ab3-e2b6-499a-81c0-8fa61d6d9b6a" ], "request-id": [ - "148638ee-558b-47bc-b3d7-c1ab419ee643" + "693f6ab3-e2b6-499a-81c0-8fa61d6d9b6a" ], "elapsed-time": [ - "59" + "269" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5649,17 +5652,14 @@ "14924" ], "x-ms-correlation-request-id": [ - "8455daaa-0b58-4009-ba8e-303b501018e1" + "a97ac89a-8503-435c-baa7-de848741a40a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231735Z:8455daaa-0b58-4009-ba8e-303b501018e1" + "NORTHEUROPE:20200807T003113Z:a97ac89a-8503-435c-baa7-de848741a40a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:17:35 GMT" - ], "Content-Length": [ "553" ], @@ -5670,25 +5670,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "49341c36-7817-4ccb-92a2-927d1820dc47" + "25c83cfe-c10f-482e-898a-307359a040c0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5696,23 +5696,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:31:23 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "49341c36-7817-4ccb-92a2-927d1820dc47" + "25c83cfe-c10f-482e-898a-307359a040c0" ], "request-id": [ - "49341c36-7817-4ccb-92a2-927d1820dc47" + "25c83cfe-c10f-482e-898a-307359a040c0" ], "elapsed-time": [ - "55" + "273" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5721,17 +5724,14 @@ "14923" ], "x-ms-correlation-request-id": [ - "38adba2c-c7da-4e6c-bff0-19d334d2510a" + "d661a3cc-c3b6-4ccf-a672-b88bb5e19296" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231746Z:38adba2c-c7da-4e6c-bff0-19d334d2510a" + "NORTHEUROPE:20200807T003123Z:d661a3cc-c3b6-4ccf-a672-b88bb5e19296" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:17:45 GMT" - ], "Content-Length": [ "553" ], @@ -5742,25 +5742,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5213b19b-1ea2-464d-a22c-019a026cb8d0" + "d5050017-a31a-493e-9c5a-b731962587b4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5768,23 +5768,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:31:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5213b19b-1ea2-464d-a22c-019a026cb8d0" + "d5050017-a31a-493e-9c5a-b731962587b4" ], "request-id": [ - "5213b19b-1ea2-464d-a22c-019a026cb8d0" + "d5050017-a31a-493e-9c5a-b731962587b4" ], "elapsed-time": [ - "89" + "289" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5793,17 +5796,14 @@ "14922" ], "x-ms-correlation-request-id": [ - "c4809f1c-8b3f-44ea-bfb7-e459aad914ae" + "056c1e9a-0ec4-46b3-9808-141e576755fb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231756Z:c4809f1c-8b3f-44ea-bfb7-e459aad914ae" + "NORTHEUROPE:20200807T003134Z:056c1e9a-0ec4-46b3-9808-141e576755fb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:17:56 GMT" - ], "Content-Length": [ "553" ], @@ -5814,25 +5814,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a8deddaf-d91a-4b2e-8a0a-92f68c32b47e" + "e7f7011b-b4bb-4b70-94c5-8cc7cfb42aaa" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5840,23 +5840,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:31:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a8deddaf-d91a-4b2e-8a0a-92f68c32b47e" + "e7f7011b-b4bb-4b70-94c5-8cc7cfb42aaa" ], "request-id": [ - "a8deddaf-d91a-4b2e-8a0a-92f68c32b47e" + "e7f7011b-b4bb-4b70-94c5-8cc7cfb42aaa" ], "elapsed-time": [ - "173" + "398" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5865,17 +5868,14 @@ "14921" ], "x-ms-correlation-request-id": [ - "6ef4037f-0414-41c7-a22d-74b90a4549ab" + "faa3ea6a-479b-4c04-94f6-8e258cda8f3a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231806Z:6ef4037f-0414-41c7-a22d-74b90a4549ab" + "NORTHEUROPE:20200807T003144Z:faa3ea6a-479b-4c04-94f6-8e258cda8f3a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:18:06 GMT" - ], "Content-Length": [ "553" ], @@ -5886,25 +5886,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b330707f-af42-450f-96f9-bbbd115505bf" + "159a9de6-40f0-49b3-b28c-85832221bec5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5912,23 +5912,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:31:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b330707f-af42-450f-96f9-bbbd115505bf" + "159a9de6-40f0-49b3-b28c-85832221bec5" ], "request-id": [ - "b330707f-af42-450f-96f9-bbbd115505bf" + "159a9de6-40f0-49b3-b28c-85832221bec5" ], "elapsed-time": [ - "52" + "312" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5937,17 +5940,14 @@ "14920" ], "x-ms-correlation-request-id": [ - "250529bd-cb2c-44f2-8c3d-35f54df640f8" + "a25e0506-3b6b-4b17-a1fc-6b1dcb74ebd7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231817Z:250529bd-cb2c-44f2-8c3d-35f54df640f8" + "NORTHEUROPE:20200807T003155Z:a25e0506-3b6b-4b17-a1fc-6b1dcb74ebd7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:18:17 GMT" - ], "Content-Length": [ "553" ], @@ -5958,25 +5958,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "42783ace-642e-44a5-9f51-e02bb24f6c08" + "652a19c4-e223-4cf0-856f-0fc6b5031883" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5984,23 +5984,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:32:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "42783ace-642e-44a5-9f51-e02bb24f6c08" + "652a19c4-e223-4cf0-856f-0fc6b5031883" ], "request-id": [ - "42783ace-642e-44a5-9f51-e02bb24f6c08" + "652a19c4-e223-4cf0-856f-0fc6b5031883" ], "elapsed-time": [ - "58" + "367" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6009,17 +6012,14 @@ "14919" ], "x-ms-correlation-request-id": [ - "3a086708-8648-48ed-821b-b74bc0aeaedf" + "59a90557-0c68-4b04-bd09-2eb9c9cb5346" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231827Z:3a086708-8648-48ed-821b-b74bc0aeaedf" + "NORTHEUROPE:20200807T003205Z:59a90557-0c68-4b04-bd09-2eb9c9cb5346" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:18:27 GMT" - ], "Content-Length": [ "553" ], @@ -6030,25 +6030,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ed307fa5-9a34-4800-be76-fc4fb6f67fc1" + "10fb601b-b7d5-4fe1-88a8-c1bd0d97c702" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -6056,23 +6056,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:32:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ed307fa5-9a34-4800-be76-fc4fb6f67fc1" + "10fb601b-b7d5-4fe1-88a8-c1bd0d97c702" ], "request-id": [ - "ed307fa5-9a34-4800-be76-fc4fb6f67fc1" + "10fb601b-b7d5-4fe1-88a8-c1bd0d97c702" ], "elapsed-time": [ - "52" + "508" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6081,17 +6084,14 @@ "14918" ], "x-ms-correlation-request-id": [ - "3aa785e4-1c01-47bc-b8e5-aff69ec15d35" + "6a68f42f-0b56-4d6f-be8f-28f4b064a02d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231838Z:3aa785e4-1c01-47bc-b8e5-aff69ec15d35" + "NORTHEUROPE:20200807T003216Z:6a68f42f-0b56-4d6f-be8f-28f4b064a02d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:18:37 GMT" - ], "Content-Length": [ "553" ], @@ -6102,25 +6102,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4be1e799-f3a4-4049-8506-7cf3dbe8c26e" + "fcceb096-fc62-44cf-aa4f-50eb6f4167e0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -6128,23 +6128,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:32:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4be1e799-f3a4-4049-8506-7cf3dbe8c26e" + "fcceb096-fc62-44cf-aa4f-50eb6f4167e0" ], "request-id": [ - "4be1e799-f3a4-4049-8506-7cf3dbe8c26e" + "fcceb096-fc62-44cf-aa4f-50eb6f4167e0" ], "elapsed-time": [ - "211" + "320" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6153,17 +6156,14 @@ "14917" ], "x-ms-correlation-request-id": [ - "93444852-f9f4-40c7-a465-ab831dbc280d" + "4b14c93e-9d6b-42ab-b2c0-b4b4d0b4a791" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231849Z:93444852-f9f4-40c7-a465-ab831dbc280d" + "NORTHEUROPE:20200807T003227Z:4b14c93e-9d6b-42ab-b2c0-b4b4d0b4a791" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:18:48 GMT" - ], "Content-Length": [ "553" ], @@ -6174,25 +6174,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "134eacd1-ffe3-45e2-8dce-6cbedc8bb5ff" + "906e83e0-87b7-456b-ac68-7c100b0de55e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -6200,114 +6200,42 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "134eacd1-ffe3-45e2-8dce-6cbedc8bb5ff" - ], - "request-id": [ - "134eacd1-ffe3-45e2-8dce-6cbedc8bb5ff" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-correlation-request-id": [ - "9f73095c-78ec-42a8-a579-999208f90470" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231859Z:9f73095c-78ec-42a8-a579-999208f90470" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 23:18:59 GMT" - ], - "Content-Length": [ - "553" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "58ad9938-5106-446f-b199-84f86f72e3a3" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Fri, 07 Aug 2020 00:32:37 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "58ad9938-5106-446f-b199-84f86f72e3a3" + "906e83e0-87b7-456b-ac68-7c100b0de55e" ], "request-id": [ - "58ad9938-5106-446f-b199-84f86f72e3a3" + "906e83e0-87b7-456b-ac68-7c100b0de55e" ], "elapsed-time": [ - "97" + "288" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" + "14916" ], "x-ms-correlation-request-id": [ - "77661b34-d058-4d3e-8593-7e4eb4ef2dc3" + "4dd49a7b-0362-49fc-92a5-3e6e03db93ea" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231909Z:77661b34-d058-4d3e-8593-7e4eb4ef2dc3" + "NORTHEUROPE:20200807T003237Z:4dd49a7b-0362-49fc-92a5-3e6e03db93ea" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:19:09 GMT" - ], "Content-Length": [ "545" ], @@ -6318,25 +6246,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "86a4f41c-99f4-4182-ba01-3341f0777384" + "28dbc713-f5dd-46df-9f06-c4fbfa94350a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -6344,17 +6272,20 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:32:40 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "86a4f41c-99f4-4182-ba01-3341f0777384" + "28dbc713-f5dd-46df-9f06-c4fbfa94350a" ], "request-id": [ - "86a4f41c-99f4-4182-ba01-3341f0777384" + "28dbc713-f5dd-46df-9f06-c4fbfa94350a" ], "elapsed-time": [ - "1264" + "1125" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6363,22 +6294,19 @@ "14999" ], "x-ms-correlation-request-id": [ - "9752b5a5-8eea-4689-a3ba-0ffb483678ca" + "d28855f3-c2cd-4c34-91b4-80d2ab595b1e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231913Z:9752b5a5-8eea-4689-a3ba-0ffb483678ca" + "NORTHEUROPE:20200807T003241Z:d28855f3-c2cd-4c34-91b4-80d2ab595b1e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:19:13 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -6387,10 +6315,10 @@ ], "Names": { "GenerateName": [ - "azsmnet6708" + "azsmnet9815" ], "GenerateServiceName": [ - "azs-2558" + "azs-1893" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanListServices.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanListServices.json index c43886684b78..34e8b3b6fae4 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanListServices.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanListServices.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0063f7f1-4193-4ea2-bfe2-b3a5dc0981d5" + "5d132161-1eb6-4f83-929f-2de0c31c0159" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 04:49:48 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "67d22ca2-47cf-4b81-bcf1-fb7f9b6e4558" + "97d431b9-bb7c-4450-b64c-61f82621845c" ], "x-ms-correlation-request-id": [ - "67d22ca2-47cf-4b81-bcf1-fb7f9b6e4558" + "97d431b9-bb7c-4450-b64c-61f82621845c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223805Z:67d22ca2-47cf-4b81-bcf1-fb7f9b6e4558" + "NORTHEUROPE:20200808T044948Z:97d431b9-bb7c-4450-b64c-61f82621845c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:05 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7527?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NTI3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4967?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0OTY3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "94db9c75-ae22-447d-b911-bbf25997c937" + "69cb8aa0-4d29-496c-9fd7-8dd24590ce95" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 04:49:49 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "e4513137-0d97-4c7c-b0db-76b67f218e2d" + "35feb4e4-3868-45f7-8bef-df8f2ec1cbd8" ], "x-ms-correlation-request-id": [ - "e4513137-0d97-4c7c-b0db-76b67f218e2d" + "35feb4e4-3868-45f7-8bef-df8f2ec1cbd8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223806Z:e4513137-0d97-4c7c-b0db-76b67f218e2d" + "NORTHEUROPE:20200808T044949Z:35feb4e4-3868-45f7-8bef-df8f2ec1cbd8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:06 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7527\",\r\n \"name\": \"azsmnet7527\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4967\",\r\n \"name\": \"azsmnet4967\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7527/providers/Microsoft.Search/searchServices/azs-4322?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzIyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4967/providers/Microsoft.Search/searchServices/azs-6997?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02OTk3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c8f5d386-7aa5-4a06-926a-c871ad5e1744" + "dc3bb037-7ba9-4af6-bb34-2a49681d0c71" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,39 +155,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 04:50:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A10.6560271Z'\"" + "W/\"datetime'2020-08-08T04%3A50%3A18.8786638Z'\"" ], "x-ms-request-id": [ - "c8f5d386-7aa5-4a06-926a-c871ad5e1744" + "dc3bb037-7ba9-4af6-bb34-2a49681d0c71" ], "request-id": [ - "c8f5d386-7aa5-4a06-926a-c871ad5e1744" + "dc3bb037-7ba9-4af6-bb34-2a49681d0c71" ], "elapsed-time": [ - "1001" + "1841" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "f08aeffb-3828-4714-be97-4b4632018ff5" + "f1c57372-17b0-4d87-acd8-13f4133c689f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223811Z:f08aeffb-3828-4714-be97-4b4632018ff5" + "NORTHEUROPE:20200808T045019Z:f1c57372-17b0-4d87-acd8-13f4133c689f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:10 GMT" - ], "Content-Length": [ "529" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7527/providers/Microsoft.Search/searchServices/azs-4322\",\r\n \"name\": \"azs-4322\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4967/providers/Microsoft.Search/searchServices/azs-6997\",\r\n \"name\": \"azs-6997\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7527/providers/Microsoft.Search/searchServices/azs-9384?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05Mzg0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4967/providers/Microsoft.Search/searchServices/azs-4293?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MjkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "44479148-df3d-45b2-858b-f075870726cd" + "d778985c-0be4-4873-876a-5e26f200d1f6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -230,39 +230,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 04:50:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A13.1297551Z'\"" + "W/\"datetime'2020-08-08T04%3A50%3A53.3369821Z'\"" ], "x-ms-request-id": [ - "44479148-df3d-45b2-858b-f075870726cd" + "d778985c-0be4-4873-876a-5e26f200d1f6" ], "request-id": [ - "44479148-df3d-45b2-858b-f075870726cd" + "d778985c-0be4-4873-876a-5e26f200d1f6" ], "elapsed-time": [ - "777" + "1305" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "15bf1857-f73a-4284-b474-f534a9e79a8d" + "d49d3049-da3f-444d-ad81-b64796ac4472" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223813Z:15bf1857-f73a-4284-b474-f534a9e79a8d" + "NORTHEUROPE:20200808T045054Z:d49d3049-da3f-444d-ad81-b64796ac4472" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:13 GMT" - ], "Content-Length": [ "529" ], @@ -273,25 +273,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7527/providers/Microsoft.Search/searchServices/azs-9384\",\r\n \"name\": \"azs-9384\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4967/providers/Microsoft.Search/searchServices/azs-4293\",\r\n \"name\": \"azs-4293\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7527/providers/Microsoft.Search/searchServices?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4967/providers/Microsoft.Search/searchServices?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2bab402a-d52a-400e-8b08-7fefe4529dca" + "b897d8a1-bee1-4aa1-8cb9-843424dfc752" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -299,24 +299,27 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 04:50:55 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-original-request-ids": [ - "2bab402a-d52a-400e-8b08-7fefe4529dca", - "2bab402a-d52a-400e-8b08-7fefe4529dca" + "b897d8a1-bee1-4aa1-8cb9-843424dfc752", + "b897d8a1-bee1-4aa1-8cb9-843424dfc752" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14999" ], "x-ms-request-id": [ - "8491268d-596d-4584-868d-09fd6f07cd76" + "80738c32-50fc-4224-bc8c-3f02058ebd7a" ], "x-ms-correlation-request-id": [ - "8491268d-596d-4584-868d-09fd6f07cd76" + "80738c32-50fc-4224-bc8c-3f02058ebd7a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223815Z:8491268d-596d-4584-868d-09fd6f07cd76" + "NORTHEUROPE:20200808T045055Z:80738c32-50fc-4224-bc8c-3f02058ebd7a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -324,30 +327,27 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:14 GMT" + "Content-Length": [ + "1187" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "1187" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7527/providers/Microsoft.Search/searchServices/azs-4322\",\r\n \"name\": \"azs-4322\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2020-05-28T22%3A38%3A10.6560271Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7527/providers/Microsoft.Search/searchServices/azs-9384\",\r\n \"name\": \"azs-9384\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2020-05-28T22%3A38%3A13.1297551Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4967/providers/Microsoft.Search/searchServices/azs-4293\",\r\n \"name\": \"azs-4293\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2020-08-08T04%3A50%3A53.3369821Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4967/providers/Microsoft.Search/searchServices/azs-6997\",\r\n \"name\": \"azs-6997\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2020-08-08T04%3A50%3A18.8786638Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 } ], "Names": { "GenerateName": [ - "azsmnet7527" + "azsmnet4967" ], "GenerateServiceName": [ - "azs-4322", - "azs-9384" + "azs-6997", + "azs-4293" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanListServicesBySubscription.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanListServicesBySubscription.json index 983a6c53a5e7..c02a65715d6a 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanListServicesBySubscription.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanListServicesBySubscription.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b4ea514-a569-46f2-a8e1-678d02dcc99f" + "5497cd3e-116d-41d4-b876-df52143c3fcd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:04:23 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "a1693e6b-6dee-4a75-baf8-04321861e115" + "3ef4fd2f-fbaf-4f59-8ad2-3848557f93b6" ], "x-ms-correlation-request-id": [ - "a1693e6b-6dee-4a75-baf8-04321861e115" + "3ef4fd2f-fbaf-4f59-8ad2-3848557f93b6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T191721Z:a1693e6b-6dee-4a75-baf8-04321861e115" + "NORTHEUROPE:20200808T050424Z:3ef4fd2f-fbaf-4f59-8ad2-3848557f93b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:17:21 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2605?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNjA1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2899?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyODk5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7790646f-1c8c-4f63-ba5a-25d26313d847" + "84571e0b-ee18-45f7-ac2c-21f486774112" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:04:26 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "ed5b11cb-b464-49a4-b70a-1906f6867334" + "986b6b05-6e26-4af1-aafd-e9dec07e3c42" ], "x-ms-correlation-request-id": [ - "ed5b11cb-b464-49a4-b70a-1906f6867334" + "986b6b05-6e26-4af1-aafd-e9dec07e3c42" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T191723Z:ed5b11cb-b464-49a4-b70a-1906f6867334" + "NORTHEUROPE:20200808T050426Z:986b6b05-6e26-4af1-aafd-e9dec07e3c42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:17:23 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2605\",\r\n \"name\": \"azsmnet2605\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2899\",\r\n \"name\": \"azsmnet2899\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2605/providers/Microsoft.Search/searchServices/azs-9884?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODg0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2899/providers/Microsoft.Search/searchServices/azs-1622?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNjIyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c3247b89-d38d-494e-975c-424c03b28521" + "cd5e8a18-5f38-456c-a64b-98a0c0c9cde1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,20 +155,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:04:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T19%3A18%3A15.3142881Z'\"" + "W/\"datetime'2020-08-08T05%3A04%3A34.5176331Z'\"" ], "x-ms-request-id": [ - "c3247b89-d38d-494e-975c-424c03b28521" + "cd5e8a18-5f38-456c-a64b-98a0c0c9cde1" ], "request-id": [ - "c3247b89-d38d-494e-975c-424c03b28521" + "cd5e8a18-5f38-456c-a64b-98a0c0c9cde1" ], "elapsed-time": [ - "1004" + "1370" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,17 +180,14 @@ "1199" ], "x-ms-correlation-request-id": [ - "de7da0ea-df01-4840-8626-cc58ed00b57e" + "ee221d74-2ac1-4461-a242-0f72a99894af" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T191816Z:de7da0ea-df01-4840-8626-cc58ed00b57e" + "NORTHEUROPE:20200808T050435Z:ee221d74-2ac1-4461-a242-0f72a99894af" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:18:15 GMT" - ], "Content-Length": [ "529" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2605/providers/Microsoft.Search/searchServices/azs-9884\",\r\n \"name\": \"azs-9884\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2899/providers/Microsoft.Search/searchServices/azs-1622\",\r\n \"name\": \"azs-1622\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2605/providers/Microsoft.Search/searchServices/azs-8785?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04Nzg1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2899/providers/Microsoft.Search/searchServices/azs-2066?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDY2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9924d1a1-8cb6-4a1e-9393-6b01943ec649" + "92d03d91-5fd2-4481-9878-cf8bdb1d0d6b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -230,20 +230,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:04:39 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T19%3A18%3A19.2310261Z'\"" + "W/\"datetime'2020-08-08T05%3A04%3A39.476138Z'\"" ], "x-ms-request-id": [ - "9924d1a1-8cb6-4a1e-9393-6b01943ec649" + "92d03d91-5fd2-4481-9878-cf8bdb1d0d6b" ], "request-id": [ - "9924d1a1-8cb6-4a1e-9393-6b01943ec649" + "92d03d91-5fd2-4481-9878-cf8bdb1d0d6b" ], "elapsed-time": [ - "947" + "1282" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -252,17 +255,14 @@ "1198" ], "x-ms-correlation-request-id": [ - "26302062-ab17-4441-b315-467324aa1adb" + "c56e2061-f7df-4f3b-a261-ed984ee12d54" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T191820Z:26302062-ab17-4441-b315-467324aa1adb" + "NORTHEUROPE:20200808T050440Z:c56e2061-f7df-4f3b-a261-ed984ee12d54" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:18:20 GMT" - ], "Content-Length": [ "529" ], @@ -273,25 +273,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2605/providers/Microsoft.Search/searchServices/azs-8785\",\r\n \"name\": \"azs-8785\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2899/providers/Microsoft.Search/searchServices/azs-2066\",\r\n \"name\": \"azs-2066\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/searchServices?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/searchServices?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "777a3549-033a-4714-a627-6171b0f168dd" + "e614d09b-802f-4335-955f-59d921b1456b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -299,24 +299,27 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:04:46 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-original-request-ids": [ - "777a3549-033a-4714-a627-6171b0f168dd", - "777a3549-033a-4714-a627-6171b0f168dd" + "e614d09b-802f-4335-955f-59d921b1456b", + "e614d09b-802f-4335-955f-59d921b1456b" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14999" ], "x-ms-request-id": [ - "53c58bee-b5c0-49bd-a087-84d4c5536e73" + "2ebd0d56-541c-4939-8e12-e03de4d31176" ], "x-ms-correlation-request-id": [ - "53c58bee-b5c0-49bd-a087-84d4c5536e73" + "2ebd0d56-541c-4939-8e12-e03de4d31176" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T191825Z:53c58bee-b5c0-49bd-a087-84d4c5536e73" + "NORTHEUROPE:20200808T050447Z:2ebd0d56-541c-4939-8e12-e03de4d31176" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -324,30 +327,27 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:18:25 GMT" + "Content-Length": [ + "5319" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "8859" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2605/providers/Microsoft.Search/searchServices/azs-8785\",\r\n \"name\": \"azs-8785\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2020-05-29T19%3A18%3A19.2310261Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2605/providers/Microsoft.Search/searchServices/azs-9884\",\r\n \"name\": \"azs-9884\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2020-05-29T19%3A18%3A15.3142881Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/searchServices?api-version=2020-03-13&%24skiptoken=HY5NDoIwFITv0n0pFAQkMV5AV5ygv%2fJi0tf0FTAh3N3qambxZb45WHCf%2fIDwJjYdjE1syTnSJISKwC2%2bPKKtkiNck3FU7RAs7sQh5Cq4LGjVZBLEDBhItGaQVy0V7%2fzY805ryZV2Y2lj3w3KN5feiJhwA%2bsSiSeYhIQ%2bV7NTySyC%2fjG7tEGR3X8XtgKW7ZusZc3rljctO88v\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/abmotley/providers/Microsoft.Search/searchServices/powerquery\",\r\n \"name\": \"powerquery\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2020-05-04T21%3A08%3A11.1548923Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2899/providers/Microsoft.Search/searchServices/azs-1622\",\r\n \"name\": \"azs-1622\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2020-08-08T05%3A04%3A34.5176331Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2899/providers/Microsoft.Search/searchServices/azs-2066\",\r\n \"name\": \"azs-2066\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2020-08-08T05%3A04%3A39.476138Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/ecano/providers/Microsoft.Search/searchServices/ecanodf\",\r\n \"name\": \"ecanodf\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2020-05-18T23%3A04%3A35.971004Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/ramerorg/providers/Microsoft.Search/searchServices/rameroeastus\",\r\n \"name\": \"rameroeastus\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2020-01-14T02%3A26%3A12.5093551Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"e5c81b70-1303-47a0-8501-69f4665cca1c\",\r\n \"tenantId\": \"f686d426-8d16-42db-81b7-ab578e110ccd\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/shthowse/providers/Microsoft.Search/searchServices/shthowse-east\",\r\n \"name\": \"shthowse-east\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2020-04-10T18%3A40%3A05.147298Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/whatsupitsheather/providers/Microsoft.Search/searchServices/demo\",\r\n \"name\": \"demo\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2019-04-29T22%3A32%3A11.9828948Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/whatsupitsheather/providers/Microsoft.Search/searchServices/s3\",\r\n \"name\": \"s3\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2019-06-28T02%3A58%3A52.2744435Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/searchServices?api-version=2020-08-01&%24skiptoken=HY5NDsIgFITvwp6fYm2xifECuuoJgFJ9MeERHm1Nmt5ddDWz%2bDLf7CyGT7lDfBMbdsYG9iol0SClTcAnfM6Ik8iBcMk%2bkNggTrgRh1hEDEXS4shnSAUwkjz5Xl%2bctrydTcdb5zS3LpjaTNf2dm7OnZcp4wpTyCQf4DMSzkWMwWb%2fkvSPMeQVquz2u7BWsG5ftdKKK8NVw47jCw%3d%3d\"\r\n}", "StatusCode": 200 } ], "Names": { "GenerateName": [ - "azsmnet2605" + "azsmnet2899" ], "GenerateServiceName": [ - "azs-9884", - "azs-8785" + "azs-1622", + "azs-2066" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanListSupportedGroupIds.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanListSupportedGroupIds.json new file mode 100644 index 000000000000..cef19d02f032 --- /dev/null +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanListSupportedGroupIds.json @@ -0,0 +1,348 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/register?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3JlZ2lzdGVyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "783fc0fc-802f-4d91-84f6-98aa421198b4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 07 Aug 2020 04:11:38 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "1a6a009d-a449-49f3-93d3-dcf8764e55c9" + ], + "x-ms-correlation-request-id": [ + "1a6a009d-a449-49f3-93d3-dcf8764e55c9" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200807T041139Z:1a6a009d-a449-49f3-93d3-dcf8764e55c9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "3524" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5929?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1OTI5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0e435c4e-ceec-4750-8ec3-7a986653bcc4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 07 Aug 2020 04:11:41 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "639266eb-371c-4dbf-a9df-3d6b9c732ec3" + ], + "x-ms-correlation-request-id": [ + "639266eb-371c-4dbf-a9df-3d6b9c732ec3" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200807T041141Z:639266eb-371c-4dbf-a9df-3d6b9c732ec3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "175" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5929\",\r\n \"name\": \"azsmnet5929\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5929/providers/Microsoft.Search/searchServices/azs-4526?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NTI2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cc03cd06-f43d-4ecf-9f9c-ba635ff114db" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "141" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 07 Aug 2020 04:11:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-07T04%3A11%3A46.9239155Z'\"" + ], + "x-ms-request-id": [ + "cc03cd06-f43d-4ecf-9f9c-ba635ff114db" + ], + "request-id": [ + "cc03cd06-f43d-4ecf-9f9c-ba635ff114db" + ], + "elapsed-time": [ + "1803" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "9b5c90ef-03fc-44dd-88fd-788e8d476be3" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200807T041147Z:9b5c90ef-03fc-44dd-88fd-788e8d476be3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "530" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5929/providers/Microsoft.Search/searchServices/azs-4526\",\r\n \"name\": \"azs-4526\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5929/providers/Microsoft.Search/searchServices/azs-4526/privateLinkResources?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NTI2L3ByaXZhdGVMaW5rUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d856b34e-7064-43f2-80f0-4b5eeb312324" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 07 Aug 2020 04:13:06 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "d856b34e-7064-43f2-80f0-4b5eeb312324" + ], + "request-id": [ + "d856b34e-7064-43f2-80f0-4b5eeb312324" + ], + "elapsed-time": [ + "149" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "26b3e099-fb6c-41e7-9948-a30bbe44e272" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200807T041307Z:26b3e099-fb6c-41e7-9948-a30bbe44e272" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "1815" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5929/providers/Microsoft.Search/searchServices/azs-4526/privateLinkResources/searchService\",\r\n \"name\": \"searchService\",\r\n \"type\": \"Microsoft.Search/searchServices/privateLinkResources\",\r\n \"properties\": {\r\n \"groupId\": \"searchService\",\r\n \"requiredMembers\": [\r\n \"searchService\"\r\n ],\r\n \"requiredZoneNames\": [\r\n \"privatelink.search-dogfood.windows-int.net\"\r\n ],\r\n \"shareablePrivateLinkResourceTypes\": [\r\n {\r\n \"name\": \"blob\",\r\n \"properties\": {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"groupId\": \"blob\",\r\n \"description\": \"Azure Cognitive Search indexers can connect to blobs in Azure Storage for reading data (data source), for writing intermediate results of indexer execution (annotation cache, preview) or for storing any knowledge store projections (preview)\"\r\n }\r\n },\r\n {\r\n \"name\": \"table\",\r\n \"properties\": {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"groupId\": \"table\",\r\n \"description\": \"Azure Cognitive Search indexers can connect to tables in Azure Storage for reading data (data source), for writing book-keeping information about intermediate results of indexer execution (annotation cache, preview) or for storing any knowledge store projections (preview)\"\r\n }\r\n },\r\n {\r\n \"name\": \"Sql\",\r\n \"properties\": {\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts\",\r\n \"groupId\": \"Sql\",\r\n \"description\": \"Azure Cognitive Search indexers can connect to CosmosDB using the SQL head for reading data (data source).\"\r\n }\r\n },\r\n {\r\n \"name\": \"plr\",\r\n \"properties\": {\r\n \"type\": \"Microsoft.Sql/servers\",\r\n \"groupId\": \"sqlServer\",\r\n \"description\": \"Azure Cognitive Search indexers can connect to AzureSQL databases in a SQL server for reading data (data source).\"\r\n }\r\n },\r\n {\r\n \"name\": \"vault\",\r\n \"properties\": {\r\n \"type\": \"Microsoft.KeyVault/vaults\",\r\n \"groupId\": \"vault\",\r\n \"description\": \"Azure Cognitive Search can access keys in Azure Key Vault to encrypt search index and synonym map data\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5929/providers/Microsoft.Search/searchServices/azs-4526?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NTI2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b1c5fb7c-f6cc-488b-af87-6c2f0c6fd795" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 07 Aug 2020 04:13:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "b1c5fb7c-f6cc-488b-af87-6c2f0c6fd795" + ], + "request-id": [ + "b1c5fb7c-f6cc-488b-af87-6c2f0c6fd795" + ], + "elapsed-time": [ + "620" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "850f4909-fa65-4f32-bb24-5cc892195ca2" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200807T041318Z:850f4909-fa65-4f32-bb24-5cc892195ca2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "GenerateName": [ + "azsmnet5929" + ], + "GenerateServiceName": [ + "azs-4526" + ] + }, + "Variables": { + "SubscriptionId": "3c729b2a-4f86-4bb2-abe8-4b8647af156c" + } +} \ No newline at end of file diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanScaleServiceUpAndDown.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanScaleServiceUpAndDown.json index 141ebb228d3e..2809cbf2ee01 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanScaleServiceUpAndDown.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanScaleServiceUpAndDown.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8dbde7e3-250e-4c50-8f28-0990d08ed18b" + "73bb4881-71eb-4c9a-a395-05f938aa0078" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:37:19 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "a8e984a7-dd48-4402-ae35-660885b6aa7e" + "29c8f3ac-86ac-49c5-9ee6-bb9a57504121" ], "x-ms-correlation-request-id": [ - "a8e984a7-dd48-4402-ae35-660885b6aa7e" + "29c8f3ac-86ac-49c5-9ee6-bb9a57504121" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175041Z:a8e984a7-dd48-4402-ae35-660885b6aa7e" + "NORTHEUROPE:20200806T233720Z:29c8f3ac-86ac-49c5-9ee6-bb9a57504121" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:50:40 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1856?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxODU2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5227?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MjI3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2e26328d-14ee-4b6f-a41f-d40f1c63a169" + "4f9e6d56-1f06-4d47-b0af-9d24f3c89917" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:37:21 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "e940ed26-b65b-44d8-a1d8-a521fbc19a8e" + "b59dac1e-8360-4f59-aa40-1e6020248e2d" ], "x-ms-correlation-request-id": [ - "e940ed26-b65b-44d8-a1d8-a521fbc19a8e" + "b59dac1e-8360-4f59-aa40-1e6020248e2d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175045Z:e940ed26-b65b-44d8-a1d8-a521fbc19a8e" + "NORTHEUROPE:20200806T233722Z:b59dac1e-8360-4f59-aa40-1e6020248e2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:50:45 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856\",\r\n \"name\": \"azsmnet1856\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227\",\r\n \"name\": \"azsmnet5227\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e1e670a2-8885-445a-bda6-84be266631bd" + "0ee63e0e-208c-40ad-83e1-c70bf92a447d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,20 +155,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:37:29 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A28.6157768Z'\"" ], "x-ms-request-id": [ - "e1e670a2-8885-445a-bda6-84be266631bd" + "0ee63e0e-208c-40ad-83e1-c70bf92a447d" ], "request-id": [ - "e1e670a2-8885-445a-bda6-84be266631bd" + "0ee63e0e-208c-40ad-83e1-c70bf92a447d" ], "elapsed-time": [ - "4661" + "1780" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,19 +180,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "0269fc90-13aa-4631-8214-9cb663a9c4de" + "18e51204-5647-4036-8dc1-f1bf40cf1797" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175105Z:0269fc90-13aa-4631-8214-9cb663a9c4de" + "NORTHEUROPE:20200806T233730Z:18e51204-5647-4036-8dc1-f1bf40cf1797" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:51:05 GMT" - ], "Content-Length": [ - "541" + "533" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,140 +198,74 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8bd497f9-cd7d-4147-9f3e-4978530407c3" + "47915b23-c796-4109-b7db-78fb86a3ef0d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "8bd497f9-cd7d-4147-9f3e-4978530407c3" - ], - "request-id": [ - "8bd497f9-cd7d-4147-9f3e-4978530407c3" - ], - "elapsed-time": [ - "94" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" - ], - "x-ms-correlation-request-id": [ - "67da8746-d323-41ae-ad4f-7a8b134938c5" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175115Z:67da8746-d323-41ae-ad4f-7a8b134938c5" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:51:15 GMT" - ], - "Content-Length": [ - "541" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3ddfd878-4823-4545-a4ab-a08d1085ac79" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + "Content-Length": [ + "77" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:37:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3ddfd878-4823-4545-a4ab-a08d1085ac79" + "47915b23-c796-4109-b7db-78fb86a3ef0d" ], "request-id": [ - "3ddfd878-4823-4545-a4ab-a08d1085ac79" + "47915b23-c796-4109-b7db-78fb86a3ef0d" ], "elapsed-time": [ - "57" + "5191" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" ], "x-ms-correlation-request-id": [ - "3c1ba3a7-24ef-4418-afdd-7bb7d1818362" + "af655043-b869-450f-bda9-2f2bb47701c6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175126Z:3c1ba3a7-24ef-4418-afdd-7bb7d1818362" + "NORTHEUROPE:20200806T233735Z:af655043-b869-450f-bda9-2f2bb47701c6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:51:26 GMT" - ], "Content-Length": [ "541" ], @@ -342,68 +276,74 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9545b9ca-855a-4d23-a3d3-205b65c88c22" + "30ad5c5f-2db0-48e8-8872-43f808b9a1a0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "77" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:01:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9545b9ca-855a-4d23-a3d3-205b65c88c22" + "30ad5c5f-2db0-48e8-8872-43f808b9a1a0" ], "request-id": [ - "9545b9ca-855a-4d23-a3d3-205b65c88c22" + "30ad5c5f-2db0-48e8-8872-43f808b9a1a0" ], "elapsed-time": [ - "58" + "5532" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" ], "x-ms-correlation-request-id": [ - "98d23380-2fcd-43f6-92a4-b273a2ae36a8" + "b722db3c-970b-4075-a9af-ebddf600fa58" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175136Z:98d23380-2fcd-43f6-92a4-b273a2ae36a8" + "NORTHEUROPE:20200807T000151Z:b722db3c-970b-4075-a9af-ebddf600fa58" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:51:36 GMT" - ], "Content-Length": [ "541" ], @@ -414,25 +354,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f837e877-8b17-4a8d-b889-c22a0d017e76" + "2de05833-8eb6-44d0-8e38-077b35bf4c25" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -440,42 +380,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:37:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f837e877-8b17-4a8d-b889-c22a0d017e76" + "2de05833-8eb6-44d0-8e38-077b35bf4c25" ], "request-id": [ - "f837e877-8b17-4a8d-b889-c22a0d017e76" + "2de05833-8eb6-44d0-8e38-077b35bf4c25" ], "elapsed-time": [ - "98" + "318" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14960" ], "x-ms-correlation-request-id": [ - "48e8e8d1-5b4b-463c-92da-ec84a7e78fd0" + "77409023-28fa-4c26-b4a0-a710bdb5f4e5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175146Z:48e8e8d1-5b4b-463c-92da-ec84a7e78fd0" + "NORTHEUROPE:20200806T233746Z:77409023-28fa-4c26-b4a0-a710bdb5f4e5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:51:46 GMT" - ], "Content-Length": [ "541" ], @@ -486,25 +426,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c349a3db-2d42-4cd8-a5a2-f15b7b166b38" + "e7d3229b-ec29-4f3f-b0a4-58f5a7fad56d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -512,42 +452,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:37:56 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c349a3db-2d42-4cd8-a5a2-f15b7b166b38" + "e7d3229b-ec29-4f3f-b0a4-58f5a7fad56d" ], "request-id": [ - "c349a3db-2d42-4cd8-a5a2-f15b7b166b38" + "e7d3229b-ec29-4f3f-b0a4-58f5a7fad56d" ], "elapsed-time": [ - "67" + "316" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14959" ], "x-ms-correlation-request-id": [ - "790cd28f-531f-4ae4-80e9-9d88aa6569c6" + "ee497b31-b448-4f24-b1bc-d3d2c7311399" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175157Z:790cd28f-531f-4ae4-80e9-9d88aa6569c6" + "NORTHEUROPE:20200806T233756Z:ee497b31-b448-4f24-b1bc-d3d2c7311399" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:51:57 GMT" - ], "Content-Length": [ "541" ], @@ -558,25 +498,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "42454938-3159-42a6-b552-aabb1b7b3323" + "9ec4a589-a4e4-4f63-8f44-9a9c8503c7b3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -584,42 +524,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:38:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "42454938-3159-42a6-b552-aabb1b7b3323" + "9ec4a589-a4e4-4f63-8f44-9a9c8503c7b3" ], "request-id": [ - "42454938-3159-42a6-b552-aabb1b7b3323" + "9ec4a589-a4e4-4f63-8f44-9a9c8503c7b3" ], "elapsed-time": [ - "54" + "345" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14958" ], "x-ms-correlation-request-id": [ - "4bfbd12d-ac49-45cb-81eb-e4f4c11c596d" + "93f55df0-184d-46b4-a86e-ceb57fc5eca8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175207Z:4bfbd12d-ac49-45cb-81eb-e4f4c11c596d" + "NORTHEUROPE:20200806T233807Z:93f55df0-184d-46b4-a86e-ceb57fc5eca8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:52:07 GMT" - ], "Content-Length": [ "541" ], @@ -630,25 +570,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5020d59f-27cb-4f42-8e87-dd4bf14420fd" + "3360d196-613f-4844-96a6-840572ee3cb5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -656,42 +596,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:38:17 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5020d59f-27cb-4f42-8e87-dd4bf14420fd" + "3360d196-613f-4844-96a6-840572ee3cb5" ], "request-id": [ - "5020d59f-27cb-4f42-8e87-dd4bf14420fd" + "3360d196-613f-4844-96a6-840572ee3cb5" ], "elapsed-time": [ - "67" + "352" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14957" ], "x-ms-correlation-request-id": [ - "919d1861-26eb-4f3d-8512-e022f5849560" + "f4d246f0-c8ac-499d-85cb-492362b5894c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175218Z:919d1861-26eb-4f3d-8512-e022f5849560" + "NORTHEUROPE:20200806T233817Z:f4d246f0-c8ac-499d-85cb-492362b5894c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:52:18 GMT" - ], "Content-Length": [ "541" ], @@ -702,25 +642,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b8f055e-8e57-49f7-997c-e0ca44372f6a" + "844ce3a1-61b2-458f-9c9d-798f8f6c57be" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -728,42 +668,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:38:28 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2b8f055e-8e57-49f7-997c-e0ca44372f6a" + "844ce3a1-61b2-458f-9c9d-798f8f6c57be" ], "request-id": [ - "2b8f055e-8e57-49f7-997c-e0ca44372f6a" + "844ce3a1-61b2-458f-9c9d-798f8f6c57be" ], "elapsed-time": [ - "61" + "290" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14956" ], "x-ms-correlation-request-id": [ - "d309600b-2935-409c-bd43-d0e172c59cdf" + "8db868fa-8b81-4d4e-acc7-97658bd93f42" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175228Z:d309600b-2935-409c-bd43-d0e172c59cdf" + "NORTHEUROPE:20200806T233828Z:8db868fa-8b81-4d4e-acc7-97658bd93f42" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:52:28 GMT" - ], "Content-Length": [ "541" ], @@ -774,25 +714,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b9a64e26-5779-4bbc-bf67-b1f92afbeda4" + "977de79a-ad18-41b9-bc64-0ebb0a038284" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -800,42 +740,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:38:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b9a64e26-5779-4bbc-bf67-b1f92afbeda4" + "977de79a-ad18-41b9-bc64-0ebb0a038284" ], "request-id": [ - "b9a64e26-5779-4bbc-bf67-b1f92afbeda4" + "977de79a-ad18-41b9-bc64-0ebb0a038284" ], "elapsed-time": [ - "57" + "602" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "14955" ], "x-ms-correlation-request-id": [ - "a5100ad3-6cad-4c3e-bcbc-cd7d6b1bcd79" + "13390954-506b-4104-9136-edf10ad53e17" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175238Z:a5100ad3-6cad-4c3e-bcbc-cd7d6b1bcd79" + "NORTHEUROPE:20200806T233839Z:13390954-506b-4104-9136-edf10ad53e17" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:52:38 GMT" - ], "Content-Length": [ "541" ], @@ -846,25 +786,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d8fada4e-07d0-47c7-be64-6ff4dab49aea" + "a3337f01-f0f6-419d-af43-747a6c768c7e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -872,42 +812,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:38:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d8fada4e-07d0-47c7-be64-6ff4dab49aea" + "a3337f01-f0f6-419d-af43-747a6c768c7e" ], "request-id": [ - "d8fada4e-07d0-47c7-be64-6ff4dab49aea" + "a3337f01-f0f6-419d-af43-747a6c768c7e" ], "elapsed-time": [ - "57" + "499" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "14954" ], "x-ms-correlation-request-id": [ - "e1158e8d-255f-4bbe-b86a-46dbfe34c217" + "7a37d53b-f979-46aa-a5e3-7a7d32117557" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175249Z:e1158e8d-255f-4bbe-b86a-46dbfe34c217" + "NORTHEUROPE:20200806T233850Z:7a37d53b-f979-46aa-a5e3-7a7d32117557" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:52:49 GMT" - ], "Content-Length": [ "541" ], @@ -918,25 +858,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "17c61f0f-35ff-43f0-919c-fb0f617bc409" + "f82b46ec-ed35-41d8-b22c-2a1c2eca1f73" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -944,42 +884,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:39:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "17c61f0f-35ff-43f0-919c-fb0f617bc409" + "f82b46ec-ed35-41d8-b22c-2a1c2eca1f73" ], "request-id": [ - "17c61f0f-35ff-43f0-919c-fb0f617bc409" + "f82b46ec-ed35-41d8-b22c-2a1c2eca1f73" ], "elapsed-time": [ - "164" + "288" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "14953" ], "x-ms-correlation-request-id": [ - "e23b6d57-adaf-442c-aa03-d3af240848d9" + "69a03e4e-1a53-449b-b5c5-1680cf0e3c3d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175259Z:e23b6d57-adaf-442c-aa03-d3af240848d9" + "NORTHEUROPE:20200806T233900Z:69a03e4e-1a53-449b-b5c5-1680cf0e3c3d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:52:58 GMT" - ], "Content-Length": [ "541" ], @@ -990,25 +930,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ff7c31d8-2a21-4ea2-9346-323b4462e6a3" + "baf5cb4a-cb03-4457-ad69-a7e3a76fdceb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1016,42 +956,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:39:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ff7c31d8-2a21-4ea2-9346-323b4462e6a3" + "baf5cb4a-cb03-4457-ad69-a7e3a76fdceb" ], "request-id": [ - "ff7c31d8-2a21-4ea2-9346-323b4462e6a3" + "baf5cb4a-cb03-4457-ad69-a7e3a76fdceb" ], "elapsed-time": [ - "53" + "346" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "14952" ], "x-ms-correlation-request-id": [ - "10e16639-0e01-47cd-8374-fbf3cce85ba7" + "cd7ecf46-68e1-43fa-95c9-c5006941404d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175309Z:10e16639-0e01-47cd-8374-fbf3cce85ba7" + "NORTHEUROPE:20200806T233911Z:cd7ecf46-68e1-43fa-95c9-c5006941404d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:53:09 GMT" - ], "Content-Length": [ "541" ], @@ -1062,25 +1002,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2c8268bf-cab3-42d0-8c21-3172c5b27aa5" + "e2acb352-81d5-4676-8f5b-387a6385f925" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1088,42 +1028,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:39:21 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2c8268bf-cab3-42d0-8c21-3172c5b27aa5" + "e2acb352-81d5-4676-8f5b-387a6385f925" ], "request-id": [ - "2c8268bf-cab3-42d0-8c21-3172c5b27aa5" + "e2acb352-81d5-4676-8f5b-387a6385f925" ], "elapsed-time": [ - "62" + "373" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "14951" ], "x-ms-correlation-request-id": [ - "5d02ad65-f700-4d42-ab43-60246e11d8ba" + "874dc751-c264-4c0e-a1c9-6d8a7af0f1e9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175320Z:5d02ad65-f700-4d42-ab43-60246e11d8ba" + "NORTHEUROPE:20200806T233921Z:874dc751-c264-4c0e-a1c9-6d8a7af0f1e9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:53:20 GMT" - ], "Content-Length": [ "541" ], @@ -1134,25 +1074,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d0776990-2f5e-4049-8d4c-a001730b858e" + "142c0721-5b95-40a6-9fac-12089308637c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1160,42 +1100,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:39:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d0776990-2f5e-4049-8d4c-a001730b858e" + "142c0721-5b95-40a6-9fac-12089308637c" ], "request-id": [ - "d0776990-2f5e-4049-8d4c-a001730b858e" + "142c0721-5b95-40a6-9fac-12089308637c" ], "elapsed-time": [ - "96" + "835" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "14950" ], "x-ms-correlation-request-id": [ - "b296b4a9-d44b-444e-9336-e051500ef2a8" + "79ca3a7c-3382-4844-929f-bd0d0b9ce88b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175330Z:b296b4a9-d44b-444e-9336-e051500ef2a8" + "NORTHEUROPE:20200806T233932Z:79ca3a7c-3382-4844-929f-bd0d0b9ce88b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:53:30 GMT" - ], "Content-Length": [ "541" ], @@ -1206,25 +1146,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cb7030ad-397c-4f96-ac7b-7923c30bc42c" + "95fa6d79-0283-4676-948a-3f69aa7d4731" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1232,42 +1172,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:39:42 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "cb7030ad-397c-4f96-ac7b-7923c30bc42c" + "95fa6d79-0283-4676-948a-3f69aa7d4731" ], "request-id": [ - "cb7030ad-397c-4f96-ac7b-7923c30bc42c" + "95fa6d79-0283-4676-948a-3f69aa7d4731" ], "elapsed-time": [ - "58" + "329" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "14949" ], "x-ms-correlation-request-id": [ - "6ac09303-9a06-4e4c-bead-358177f20508" + "cdb010f3-9b8b-4a81-a5f5-3b54461eefbc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175340Z:6ac09303-9a06-4e4c-bead-358177f20508" + "NORTHEUROPE:20200806T233943Z:cdb010f3-9b8b-4a81-a5f5-3b54461eefbc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:53:40 GMT" - ], "Content-Length": [ "541" ], @@ -1278,25 +1218,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "97d22bd2-8b2e-4215-b410-9fb035d7285f" + "fad1c81a-abca-4076-a426-12ef0c9c24a1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1304,42 +1244,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:39:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "97d22bd2-8b2e-4215-b410-9fb035d7285f" + "fad1c81a-abca-4076-a426-12ef0c9c24a1" ], "request-id": [ - "97d22bd2-8b2e-4215-b410-9fb035d7285f" + "fad1c81a-abca-4076-a426-12ef0c9c24a1" ], "elapsed-time": [ - "103" + "285" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "14948" ], "x-ms-correlation-request-id": [ - "462dc60f-3802-4054-9cc3-5c886ebc59dc" + "9ebe4648-1adb-458d-880c-6da525996d53" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175351Z:462dc60f-3802-4054-9cc3-5c886ebc59dc" + "NORTHEUROPE:20200806T233953Z:9ebe4648-1adb-458d-880c-6da525996d53" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:53:50 GMT" - ], "Content-Length": [ "541" ], @@ -1350,25 +1290,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "479239b0-02d6-43d6-8ac1-2d625ad8ae8b" + "2caa9e87-bbfb-49ea-a6c6-06ef933d8e1b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1376,42 +1316,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:40:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "479239b0-02d6-43d6-8ac1-2d625ad8ae8b" + "2caa9e87-bbfb-49ea-a6c6-06ef933d8e1b" ], "request-id": [ - "479239b0-02d6-43d6-8ac1-2d625ad8ae8b" + "2caa9e87-bbfb-49ea-a6c6-06ef933d8e1b" ], "elapsed-time": [ - "59" + "317" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "14974" ], "x-ms-correlation-request-id": [ - "67b955d2-d85a-4d5a-bc65-f01219df703e" + "c1988fc5-afee-4984-9ec5-cc9c12b29619" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175401Z:67b955d2-d85a-4d5a-bc65-f01219df703e" + "NORTHEUROPE:20200806T234004Z:c1988fc5-afee-4984-9ec5-cc9c12b29619" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:54:00 GMT" - ], "Content-Length": [ "541" ], @@ -1422,25 +1362,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5b0550ae-7bf0-46a6-b2d4-c4b6390473e2" + "aa7b3874-727c-443b-9164-60673651e350" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1448,42 +1388,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:40:14 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5b0550ae-7bf0-46a6-b2d4-c4b6390473e2" + "aa7b3874-727c-443b-9164-60673651e350" ], "request-id": [ - "5b0550ae-7bf0-46a6-b2d4-c4b6390473e2" + "aa7b3874-727c-443b-9164-60673651e350" ], "elapsed-time": [ - "59" + "301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "14973" ], "x-ms-correlation-request-id": [ - "7df27104-a9ef-4d46-9c01-09e0e2bf06e1" + "b288a485-e93d-42ab-8a1a-5406c5be5c99" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175411Z:7df27104-a9ef-4d46-9c01-09e0e2bf06e1" + "NORTHEUROPE:20200806T234014Z:b288a485-e93d-42ab-8a1a-5406c5be5c99" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:54:10 GMT" - ], "Content-Length": [ "541" ], @@ -1494,25 +1434,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76bdc6e3-b201-4a7a-b62b-45fe96ce37b2" + "76369351-d6bc-4f5e-98b2-3bdf4a804059" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1520,42 +1460,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:40:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "76bdc6e3-b201-4a7a-b62b-45fe96ce37b2" + "76369351-d6bc-4f5e-98b2-3bdf4a804059" ], "request-id": [ - "76bdc6e3-b201-4a7a-b62b-45fe96ce37b2" + "76369351-d6bc-4f5e-98b2-3bdf4a804059" ], "elapsed-time": [ - "52" + "286" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" + "14972" ], "x-ms-correlation-request-id": [ - "1ad3e8d1-ce70-4d52-abbb-63a232a93d14" + "c741f221-a878-4f1f-894c-39b62ea1c453" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175421Z:1ad3e8d1-ce70-4d52-abbb-63a232a93d14" + "NORTHEUROPE:20200806T234025Z:c741f221-a878-4f1f-894c-39b62ea1c453" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:54:21 GMT" - ], "Content-Length": [ "541" ], @@ -1566,25 +1506,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "edd82dc2-0d39-4931-a91c-af83c9ed64bc" + "f1d2242e-073c-418c-92ff-72d268164801" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1592,42 +1532,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:40:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "edd82dc2-0d39-4931-a91c-af83c9ed64bc" + "f1d2242e-073c-418c-92ff-72d268164801" ], "request-id": [ - "edd82dc2-0d39-4931-a91c-af83c9ed64bc" + "f1d2242e-073c-418c-92ff-72d268164801" ], "elapsed-time": [ - "149" + "475" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" + "14971" ], "x-ms-correlation-request-id": [ - "c1a82fd9-b491-41bd-b050-9a0f34329b9e" + "36c36888-77fd-4bd0-b37a-0e56cdd66945" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175432Z:c1a82fd9-b491-41bd-b050-9a0f34329b9e" + "NORTHEUROPE:20200806T234036Z:36c36888-77fd-4bd0-b37a-0e56cdd66945" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:54:32 GMT" - ], "Content-Length": [ "541" ], @@ -1638,25 +1578,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5b74032-bb94-456a-9b99-758d3a43c966" + "7be8bc94-5e8e-411e-89b2-0165fbe176ad" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1664,42 +1604,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:40:46 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c5b74032-bb94-456a-9b99-758d3a43c966" + "7be8bc94-5e8e-411e-89b2-0165fbe176ad" ], "request-id": [ - "c5b74032-bb94-456a-9b99-758d3a43c966" + "7be8bc94-5e8e-411e-89b2-0165fbe176ad" ], "elapsed-time": [ - "61" + "319" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" + "14970" ], "x-ms-correlation-request-id": [ - "08f1bdf2-876e-47ac-b98a-6a8a08c50aa7" + "62196c53-3db3-48f7-b0f4-ad45a14b9763" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175442Z:08f1bdf2-876e-47ac-b98a-6a8a08c50aa7" + "NORTHEUROPE:20200806T234046Z:62196c53-3db3-48f7-b0f4-ad45a14b9763" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:54:42 GMT" - ], "Content-Length": [ "541" ], @@ -1710,25 +1650,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9dd8838c-ddbe-4e47-968c-525079d9c8bc" + "636e99b1-b2ab-4b2e-b51b-2621f42bd68a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1736,42 +1676,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:40:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9dd8838c-ddbe-4e47-968c-525079d9c8bc" + "636e99b1-b2ab-4b2e-b51b-2621f42bd68a" ], "request-id": [ - "9dd8838c-ddbe-4e47-968c-525079d9c8bc" + "636e99b1-b2ab-4b2e-b51b-2621f42bd68a" ], "elapsed-time": [ - "59" + "320" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" + "14969" ], "x-ms-correlation-request-id": [ - "fe93352a-ac11-4bb9-b6d4-5c1a8ec3bcbb" + "9c4ff9ec-8615-4267-9ef1-6d261afd1f21" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175452Z:fe93352a-ac11-4bb9-b6d4-5c1a8ec3bcbb" + "NORTHEUROPE:20200806T234057Z:9c4ff9ec-8615-4267-9ef1-6d261afd1f21" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:54:52 GMT" - ], "Content-Length": [ "541" ], @@ -1782,25 +1722,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5c1193a-8b9a-457e-82c4-b7897fe2f2e0" + "f08541e4-aded-433b-8589-a4d93c614237" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1808,42 +1748,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:41:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e5c1193a-8b9a-457e-82c4-b7897fe2f2e0" + "f08541e4-aded-433b-8589-a4d93c614237" ], "request-id": [ - "e5c1193a-8b9a-457e-82c4-b7897fe2f2e0" + "f08541e4-aded-433b-8589-a4d93c614237" ], "elapsed-time": [ - "77" + "551" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" + "14968" ], "x-ms-correlation-request-id": [ - "80236b4d-03c9-4d3b-9108-d9fad6e25d79" + "eb7d805f-57ef-4c78-8add-d409c4eff465" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175504Z:80236b4d-03c9-4d3b-9108-d9fad6e25d79" + "NORTHEUROPE:20200806T234108Z:eb7d805f-57ef-4c78-8add-d409c4eff465" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:55:04 GMT" - ], "Content-Length": [ "541" ], @@ -1854,25 +1794,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "61561934-0ead-4e91-a9a6-cdb41e3baf15" + "c9fd3ac6-1daf-47f8-a8fb-675915a5c7da" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1880,42 +1820,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:41:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "61561934-0ead-4e91-a9a6-cdb41e3baf15" + "c9fd3ac6-1daf-47f8-a8fb-675915a5c7da" ], "request-id": [ - "61561934-0ead-4e91-a9a6-cdb41e3baf15" + "c9fd3ac6-1daf-47f8-a8fb-675915a5c7da" ], "elapsed-time": [ - "88" + "294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" + "14967" ], "x-ms-correlation-request-id": [ - "a25662ea-a1cc-44b4-acf2-3d781310ada9" + "ef991c6f-05c5-4097-8586-8ab1cb5b79e5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175514Z:a25662ea-a1cc-44b4-acf2-3d781310ada9" + "NORTHEUROPE:20200806T234118Z:ef991c6f-05c5-4097-8586-8ab1cb5b79e5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:55:14 GMT" - ], "Content-Length": [ "541" ], @@ -1926,25 +1866,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "57aba8aa-0fa8-4bf3-9497-a0100481f2bd" + "63565491-278a-4fcc-9e87-8a4a56462c5d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1952,42 +1892,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:41:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "57aba8aa-0fa8-4bf3-9497-a0100481f2bd" + "63565491-278a-4fcc-9e87-8a4a56462c5d" ], "request-id": [ - "57aba8aa-0fa8-4bf3-9497-a0100481f2bd" + "63565491-278a-4fcc-9e87-8a4a56462c5d" ], "elapsed-time": [ - "73" + "386" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" + "14966" ], "x-ms-correlation-request-id": [ - "1e70ca11-a4ca-4840-a4ee-67805253d819" + "217ef017-672d-4d93-9cc0-e78168797549" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175524Z:1e70ca11-a4ca-4840-a4ee-67805253d819" + "NORTHEUROPE:20200806T234130Z:217ef017-672d-4d93-9cc0-e78168797549" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:55:24 GMT" - ], "Content-Length": [ "541" ], @@ -1998,25 +1938,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c84a1c79-b4b3-411e-ab84-2265b42088c2" + "1535cc33-8e6c-4668-b3ca-fe3400ab8d32" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2024,42 +1964,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:41:39 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c84a1c79-b4b3-411e-ab84-2265b42088c2" + "1535cc33-8e6c-4668-b3ca-fe3400ab8d32" ], "request-id": [ - "c84a1c79-b4b3-411e-ab84-2265b42088c2" + "1535cc33-8e6c-4668-b3ca-fe3400ab8d32" ], "elapsed-time": [ - "54" + "296" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" + "14965" ], "x-ms-correlation-request-id": [ - "1c38862d-af6b-4ba4-9163-67926ce98da6" + "9073d9aa-5bb9-47bb-af17-e1469ac7daa2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175535Z:1c38862d-af6b-4ba4-9163-67926ce98da6" + "NORTHEUROPE:20200806T234140Z:9073d9aa-5bb9-47bb-af17-e1469ac7daa2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:55:34 GMT" - ], "Content-Length": [ "541" ], @@ -2070,25 +2010,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5454f7b8-7a40-47c1-adcc-a130f6a588b2" + "30a4e05e-d77a-4979-846d-b1328836fb72" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2096,42 +2036,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:41:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5454f7b8-7a40-47c1-adcc-a130f6a588b2" + "30a4e05e-d77a-4979-846d-b1328836fb72" ], "request-id": [ - "5454f7b8-7a40-47c1-adcc-a130f6a588b2" + "30a4e05e-d77a-4979-846d-b1328836fb72" ], "elapsed-time": [ - "180" + "353" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" + "14964" ], "x-ms-correlation-request-id": [ - "c6511996-f750-4d3d-af32-1d520ae0b5f1" + "f5a8cb09-f217-46aa-ae4b-097d3480985e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175545Z:c6511996-f750-4d3d-af32-1d520ae0b5f1" + "NORTHEUROPE:20200806T234151Z:f5a8cb09-f217-46aa-ae4b-097d3480985e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:55:45 GMT" - ], "Content-Length": [ "541" ], @@ -2142,25 +2082,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f42507b-e177-427b-a6e7-83e54a7a3e0e" + "e114d558-c68c-421d-8bfa-c74525a51508" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2168,42 +2108,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:42:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8f42507b-e177-427b-a6e7-83e54a7a3e0e" + "e114d558-c68c-421d-8bfa-c74525a51508" ], "request-id": [ - "8f42507b-e177-427b-a6e7-83e54a7a3e0e" + "e114d558-c68c-421d-8bfa-c74525a51508" ], "elapsed-time": [ - "56" + "276" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" + "14963" ], "x-ms-correlation-request-id": [ - "ec1c5cfc-e56a-4e6d-a648-ed00b0dc2d22" + "a9e88f56-4fd4-4ae2-b820-42beb1a7dfb0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175555Z:ec1c5cfc-e56a-4e6d-a648-ed00b0dc2d22" + "NORTHEUROPE:20200806T234201Z:a9e88f56-4fd4-4ae2-b820-42beb1a7dfb0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:55:55 GMT" - ], "Content-Length": [ "541" ], @@ -2214,25 +2154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d3788781-586a-47b8-8678-189222265840" + "edbc0b97-8317-4985-8e1f-ffe95d222e0c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2240,42 +2180,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:42:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d3788781-586a-47b8-8678-189222265840" + "edbc0b97-8317-4985-8e1f-ffe95d222e0c" ], "request-id": [ - "d3788781-586a-47b8-8678-189222265840" + "edbc0b97-8317-4985-8e1f-ffe95d222e0c" ], "elapsed-time": [ - "58" + "336" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" + "14962" ], "x-ms-correlation-request-id": [ - "431b1b6f-4148-4ae9-ae74-70b41f9ea16a" + "a38f228e-6d04-418c-a6c3-1dc1624fbcb7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175606Z:431b1b6f-4148-4ae9-ae74-70b41f9ea16a" + "NORTHEUROPE:20200806T234212Z:a38f228e-6d04-418c-a6c3-1dc1624fbcb7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:56:05 GMT" - ], "Content-Length": [ "541" ], @@ -2286,25 +2226,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1484b330-ec77-4f91-aea1-8a9a80598ba0" + "2452d239-50f5-43b6-9722-9d76f3892fb9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2312,42 +2252,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:42:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1484b330-ec77-4f91-aea1-8a9a80598ba0" + "2452d239-50f5-43b6-9722-9d76f3892fb9" ], "request-id": [ - "1484b330-ec77-4f91-aea1-8a9a80598ba0" + "2452d239-50f5-43b6-9722-9d76f3892fb9" ], "elapsed-time": [ - "79" + "315" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" + "14961" ], "x-ms-correlation-request-id": [ - "3130d26b-c853-47eb-928f-1cc9a2ed7ae8" + "dae1013a-5502-4f83-904e-5c875fbdc304" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175616Z:3130d26b-c853-47eb-928f-1cc9a2ed7ae8" + "NORTHEUROPE:20200806T234222Z:dae1013a-5502-4f83-904e-5c875fbdc304" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:56:15 GMT" - ], "Content-Length": [ "541" ], @@ -2358,25 +2298,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b4cbba2-9a50-41ee-a3cd-975cdaab1e03" + "cbf3b09d-dc72-4535-8155-c5a7631f0e93" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2384,42 +2324,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:42:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3b4cbba2-9a50-41ee-a3cd-975cdaab1e03" + "cbf3b09d-dc72-4535-8155-c5a7631f0e93" ], "request-id": [ - "3b4cbba2-9a50-41ee-a3cd-975cdaab1e03" + "cbf3b09d-dc72-4535-8155-c5a7631f0e93" ], "elapsed-time": [ - "57" + "301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" + "14960" ], "x-ms-correlation-request-id": [ - "bd36a4df-5502-4523-bc75-36ec71ae0537" + "fbda3520-826b-497d-a23c-3123b8cffbbb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175626Z:bd36a4df-5502-4523-bc75-36ec71ae0537" + "NORTHEUROPE:20200806T234233Z:fbda3520-826b-497d-a23c-3123b8cffbbb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:56:25 GMT" - ], "Content-Length": [ "541" ], @@ -2430,25 +2370,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b9dd36d0-612f-4092-a1df-be2ca3a59054" + "d6bc4503-d5fa-4698-b099-b009c7beaa2e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2456,15306 +2396,42 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b9dd36d0-612f-4092-a1df-be2ca3a59054" - ], - "request-id": [ - "b9dd36d0-612f-4092-a1df-be2ca3a59054" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-correlation-request-id": [ - "089a435f-36b5-4eb0-9e3e-59fea54b43f4" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175637Z:089a435f-36b5-4eb0-9e3e-59fea54b43f4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:56:36 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6a41853e-736b-44dd-bffb-b2fc11665631" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "6a41853e-736b-44dd-bffb-b2fc11665631" - ], - "request-id": [ - "6a41853e-736b-44dd-bffb-b2fc11665631" - ], - "elapsed-time": [ - "93" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-correlation-request-id": [ - "8bf3fb5f-9376-439b-a4c6-c06247c321c6" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175647Z:8bf3fb5f-9376-439b-a4c6-c06247c321c6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:56:46 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c9c81925-b14d-4624-8b08-a418a04b009c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c9c81925-b14d-4624-8b08-a418a04b009c" - ], - "request-id": [ - "c9c81925-b14d-4624-8b08-a418a04b009c" - ], - "elapsed-time": [ - "55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-correlation-request-id": [ - "0c785b02-25db-464c-b16c-8ccf5ccfa884" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175657Z:0c785b02-25db-464c-b16c-8ccf5ccfa884" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:56:57 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d7034d49-ca92-4237-b536-fd67ce23a8d9" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "d7034d49-ca92-4237-b536-fd67ce23a8d9" - ], - "request-id": [ - "d7034d49-ca92-4237-b536-fd67ce23a8d9" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-correlation-request-id": [ - "a4bf758f-6b8b-4310-9edb-1bdffc899afb" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175707Z:a4bf758f-6b8b-4310-9edb-1bdffc899afb" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:57:07 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "332060ad-2934-40fe-99e6-8abfaf0ac26a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "332060ad-2934-40fe-99e6-8abfaf0ac26a" - ], - "request-id": [ - "332060ad-2934-40fe-99e6-8abfaf0ac26a" - ], - "elapsed-time": [ - "63" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-correlation-request-id": [ - "3f0678e5-8023-47b5-ad72-170c010f2f29" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175718Z:3f0678e5-8023-47b5-ad72-170c010f2f29" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:57:18 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ca54b1ca-2dec-4752-b36b-3be36bfb8179" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ca54b1ca-2dec-4752-b36b-3be36bfb8179" - ], - "request-id": [ - "ca54b1ca-2dec-4752-b36b-3be36bfb8179" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-correlation-request-id": [ - "df2dae01-c889-486c-b9ff-462efa30afd0" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175728Z:df2dae01-c889-486c-b9ff-462efa30afd0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:57:28 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3992b38e-6ad3-4a41-9c8b-29bb2af10aa2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3992b38e-6ad3-4a41-9c8b-29bb2af10aa2" - ], - "request-id": [ - "3992b38e-6ad3-4a41-9c8b-29bb2af10aa2" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-correlation-request-id": [ - "6a01ebb2-360d-456b-907d-d398d1877c9f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175738Z:6a01ebb2-360d-456b-907d-d398d1877c9f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:57:37 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "62c0763c-8d47-4fe1-ad45-f3e579bddbba" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "62c0763c-8d47-4fe1-ad45-f3e579bddbba" - ], - "request-id": [ - "62c0763c-8d47-4fe1-ad45-f3e579bddbba" - ], - "elapsed-time": [ - "97" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-correlation-request-id": [ - "4375e50d-4f9b-4f76-a19d-0060ca61c146" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175749Z:4375e50d-4f9b-4f76-a19d-0060ca61c146" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:57:48 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5461906b-b8dc-463f-8eff-2727d6c646b2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "5461906b-b8dc-463f-8eff-2727d6c646b2" - ], - "request-id": [ - "5461906b-b8dc-463f-8eff-2727d6c646b2" - ], - "elapsed-time": [ - "93" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-correlation-request-id": [ - "25e67eeb-79c1-425c-9170-ec37666e9f6e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175759Z:25e67eeb-79c1-425c-9170-ec37666e9f6e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:57:59 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c1008ed8-7978-4e6e-9679-b2d60e0083b0" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c1008ed8-7978-4e6e-9679-b2d60e0083b0" - ], - "request-id": [ - "c1008ed8-7978-4e6e-9679-b2d60e0083b0" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-correlation-request-id": [ - "8a705f65-d5c9-46b9-b693-930a1c5af810" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175809Z:8a705f65-d5c9-46b9-b693-930a1c5af810" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:58:09 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1cb6b684-c435-4903-b22e-839175e6eb3c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "1cb6b684-c435-4903-b22e-839175e6eb3c" - ], - "request-id": [ - "1cb6b684-c435-4903-b22e-839175e6eb3c" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-correlation-request-id": [ - "19e3d009-e2a8-4655-8aac-9b440490c54c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175820Z:19e3d009-e2a8-4655-8aac-9b440490c54c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:58:20 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "47301c9d-8acd-46e8-9890-476b8efb05ae" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "47301c9d-8acd-46e8-9890-476b8efb05ae" - ], - "request-id": [ - "47301c9d-8acd-46e8-9890-476b8efb05ae" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-correlation-request-id": [ - "6e5e4772-42eb-4c17-9d3a-c78f37344845" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175830Z:6e5e4772-42eb-4c17-9d3a-c78f37344845" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:58:30 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a7c551c0-cb02-425a-b842-25066da8534e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "a7c551c0-cb02-425a-b842-25066da8534e" - ], - "request-id": [ - "a7c551c0-cb02-425a-b842-25066da8534e" - ], - "elapsed-time": [ - "59" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-correlation-request-id": [ - "0f33941b-2818-4bd1-aafb-9578d2c7c52d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175840Z:0f33941b-2818-4bd1-aafb-9578d2c7c52d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:58:40 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7c8b6488-de21-410b-91a4-19a6b640957c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "7c8b6488-de21-410b-91a4-19a6b640957c" - ], - "request-id": [ - "7c8b6488-de21-410b-91a4-19a6b640957c" - ], - "elapsed-time": [ - "77" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-correlation-request-id": [ - "30269b44-2483-47a2-bec9-be420575eec6" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175851Z:30269b44-2483-47a2-bec9-be420575eec6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:58:50 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c3e545c0-380e-46f5-91a9-16ff5ca0098f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c3e545c0-380e-46f5-91a9-16ff5ca0098f" - ], - "request-id": [ - "c3e545c0-380e-46f5-91a9-16ff5ca0098f" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-correlation-request-id": [ - "938c4c55-0da9-42a3-9943-9c0e4c0a8d26" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175901Z:938c4c55-0da9-42a3-9943-9c0e4c0a8d26" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:59:00 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7ea3040e-6411-4976-8e71-d6121d84fb81" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "7ea3040e-6411-4976-8e71-d6121d84fb81" - ], - "request-id": [ - "7ea3040e-6411-4976-8e71-d6121d84fb81" - ], - "elapsed-time": [ - "55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-correlation-request-id": [ - "cfb92e1a-fd34-44b1-8a7f-f77bbfb082f0" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175912Z:cfb92e1a-fd34-44b1-8a7f-f77bbfb082f0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:59:11 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ef8c146a-dd17-4415-a507-c067ce39b5bf" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ef8c146a-dd17-4415-a507-c067ce39b5bf" - ], - "request-id": [ - "ef8c146a-dd17-4415-a507-c067ce39b5bf" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-correlation-request-id": [ - "dd7f3419-c47b-4d57-b1b3-9e5205d4a178" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175922Z:dd7f3419-c47b-4d57-b1b3-9e5205d4a178" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:59:22 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "78613551-52ac-45b7-a06b-efba142f93b6" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "78613551-52ac-45b7-a06b-efba142f93b6" - ], - "request-id": [ - "78613551-52ac-45b7-a06b-efba142f93b6" - ], - "elapsed-time": [ - "70" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-correlation-request-id": [ - "54afefda-915d-44a7-92ce-ccc166bae751" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175933Z:54afefda-915d-44a7-92ce-ccc166bae751" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:59:32 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b29633c2-0f79-4afd-aad8-eb7181c14d85" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b29633c2-0f79-4afd-aad8-eb7181c14d85" - ], - "request-id": [ - "b29633c2-0f79-4afd-aad8-eb7181c14d85" - ], - "elapsed-time": [ - "55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-correlation-request-id": [ - "16ddeb42-9c1f-4028-be14-c1069487bb7d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175943Z:16ddeb42-9c1f-4028-be14-c1069487bb7d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:59:43 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a31af0d0-03f6-4ced-90e4-97314e79e3f2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "a31af0d0-03f6-4ced-90e4-97314e79e3f2" - ], - "request-id": [ - "a31af0d0-03f6-4ced-90e4-97314e79e3f2" - ], - "elapsed-time": [ - "62" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-correlation-request-id": [ - "9ea237c4-785a-445c-9f0a-792fc51cfdcc" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175953Z:9ea237c4-785a-445c-9f0a-792fc51cfdcc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:59:53 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8e89f2d4-4d33-4802-b13c-c2774018d4dc" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "8e89f2d4-4d33-4802-b13c-c2774018d4dc" - ], - "request-id": [ - "8e89f2d4-4d33-4802-b13c-c2774018d4dc" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-correlation-request-id": [ - "b8f6903d-d815-46ef-a4d4-8fe8534b5f69" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180004Z:b8f6903d-d815-46ef-a4d4-8fe8534b5f69" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:00:04 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3a3390f5-23b2-4fba-aea1-98a7644054a7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3a3390f5-23b2-4fba-aea1-98a7644054a7" - ], - "request-id": [ - "3a3390f5-23b2-4fba-aea1-98a7644054a7" - ], - "elapsed-time": [ - "62" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-correlation-request-id": [ - "e0f3f240-8338-4075-bc7d-4370671fbb92" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180014Z:e0f3f240-8338-4075-bc7d-4370671fbb92" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:00:14 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "bc6a1960-be8e-4e40-9ee1-a28bbf91023f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "bc6a1960-be8e-4e40-9ee1-a28bbf91023f" - ], - "request-id": [ - "bc6a1960-be8e-4e40-9ee1-a28bbf91023f" - ], - "elapsed-time": [ - "55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-correlation-request-id": [ - "37acf837-fab7-46ce-85fb-22c5efe70e96" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180024Z:37acf837-fab7-46ce-85fb-22c5efe70e96" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:00:23 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2e574e58-d7e9-403f-9b19-905a984609c0" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "2e574e58-d7e9-403f-9b19-905a984609c0" - ], - "request-id": [ - "2e574e58-d7e9-403f-9b19-905a984609c0" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-correlation-request-id": [ - "5485503c-7e4a-4bfe-8b29-75706a02f805" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180035Z:5485503c-7e4a-4bfe-8b29-75706a02f805" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:00:34 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8c84a3db-91e7-4680-ac33-d474d03ca822" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "8c84a3db-91e7-4680-ac33-d474d03ca822" - ], - "request-id": [ - "8c84a3db-91e7-4680-ac33-d474d03ca822" - ], - "elapsed-time": [ - "61" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-correlation-request-id": [ - "aa9a0698-a18e-43ab-b536-fbe34d7e9756" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180045Z:aa9a0698-a18e-43ab-b536-fbe34d7e9756" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:00:45 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8f5a4d20-ff06-46a2-8fd9-2614da21676c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "8f5a4d20-ff06-46a2-8fd9-2614da21676c" - ], - "request-id": [ - "8f5a4d20-ff06-46a2-8fd9-2614da21676c" - ], - "elapsed-time": [ - "89" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-correlation-request-id": [ - "2f3b709f-59d0-4ea7-b0d4-ac855e9afb1c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180055Z:2f3b709f-59d0-4ea7-b0d4-ac855e9afb1c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:00:55 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fa6359a0-ba97-40eb-9141-decdd5fbd7f4" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "fa6359a0-ba97-40eb-9141-decdd5fbd7f4" - ], - "request-id": [ - "fa6359a0-ba97-40eb-9141-decdd5fbd7f4" - ], - "elapsed-time": [ - "62" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-correlation-request-id": [ - "13594283-139d-4c66-8356-a2088aeb8b28" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180105Z:13594283-139d-4c66-8356-a2088aeb8b28" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:01:05 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0e977975-a80b-44dc-99d8-9e89f8e916cf" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "0e977975-a80b-44dc-99d8-9e89f8e916cf" - ], - "request-id": [ - "0e977975-a80b-44dc-99d8-9e89f8e916cf" - ], - "elapsed-time": [ - "63" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-correlation-request-id": [ - "d299987b-597f-4a82-a72d-44203b43e5ae" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180116Z:d299987b-597f-4a82-a72d-44203b43e5ae" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:01:15 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2ecf4e8e-7472-4830-94ce-7cf2c9c5cc57" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "2ecf4e8e-7472-4830-94ce-7cf2c9c5cc57" - ], - "request-id": [ - "2ecf4e8e-7472-4830-94ce-7cf2c9c5cc57" - ], - "elapsed-time": [ - "68" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-correlation-request-id": [ - "d4ada343-0020-4eaa-831a-41e4597a15b5" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180126Z:d4ada343-0020-4eaa-831a-41e4597a15b5" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:01:25 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "44202e0e-5189-4d30-87ba-c55743a40335" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "44202e0e-5189-4d30-87ba-c55743a40335" - ], - "request-id": [ - "44202e0e-5189-4d30-87ba-c55743a40335" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-correlation-request-id": [ - "6b45fc7e-a96a-45ca-823a-9b54dd44b160" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180136Z:6b45fc7e-a96a-45ca-823a-9b54dd44b160" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:01:36 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "708cdb39-06ec-441d-ba42-354ba00b7a64" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "708cdb39-06ec-441d-ba42-354ba00b7a64" - ], - "request-id": [ - "708cdb39-06ec-441d-ba42-354ba00b7a64" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-correlation-request-id": [ - "9ba53a09-a502-493e-82ba-d0cd3d6391e2" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180147Z:9ba53a09-a502-493e-82ba-d0cd3d6391e2" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:01:47 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "4d54a2b0-a624-4894-a77a-0c3e7efd1cb1" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "4d54a2b0-a624-4894-a77a-0c3e7efd1cb1" - ], - "request-id": [ - "4d54a2b0-a624-4894-a77a-0c3e7efd1cb1" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-correlation-request-id": [ - "d7385da8-4e6e-41af-a698-5f7ce758d262" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180157Z:d7385da8-4e6e-41af-a698-5f7ce758d262" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:01:57 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8ed2bc71-60d5-4eb1-b383-b21a7026b167" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "8ed2bc71-60d5-4eb1-b383-b21a7026b167" - ], - "request-id": [ - "8ed2bc71-60d5-4eb1-b383-b21a7026b167" - ], - "elapsed-time": [ - "55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-correlation-request-id": [ - "ca86067d-4e12-4bdf-9ba2-f851ce2e69f7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180207Z:ca86067d-4e12-4bdf-9ba2-f851ce2e69f7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:02:07 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2c87e4d7-9a57-4648-bc37-95bde3a23a89" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "2c87e4d7-9a57-4648-bc37-95bde3a23a89" - ], - "request-id": [ - "2c87e4d7-9a57-4648-bc37-95bde3a23a89" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-correlation-request-id": [ - "cfa57644-49b9-42dd-92a4-cfa48081a5a6" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180218Z:cfa57644-49b9-42dd-92a4-cfa48081a5a6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:02:18 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ff52f6ae-871c-41a0-a47b-e545ac19bd40" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ff52f6ae-871c-41a0-a47b-e545ac19bd40" - ], - "request-id": [ - "ff52f6ae-871c-41a0-a47b-e545ac19bd40" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-correlation-request-id": [ - "f9d33db0-b970-44e1-aaa5-a3c315043ffc" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180228Z:f9d33db0-b970-44e1-aaa5-a3c315043ffc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:02:28 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "476b6704-5cb1-4e0f-a229-213f3899f46a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "476b6704-5cb1-4e0f-a229-213f3899f46a" - ], - "request-id": [ - "476b6704-5cb1-4e0f-a229-213f3899f46a" - ], - "elapsed-time": [ - "64" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-correlation-request-id": [ - "6ede2421-8042-40d5-ae67-dbaac039d445" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180238Z:6ede2421-8042-40d5-ae67-dbaac039d445" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:02:37 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "232236aa-fdcd-4f44-87dd-8eb63b2f7364" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "232236aa-fdcd-4f44-87dd-8eb63b2f7364" - ], - "request-id": [ - "232236aa-fdcd-4f44-87dd-8eb63b2f7364" - ], - "elapsed-time": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-correlation-request-id": [ - "fe212944-8c7c-4e7b-8276-cfed055d0a8f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180248Z:fe212944-8c7c-4e7b-8276-cfed055d0a8f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:02:48 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5ea97804-5686-4f49-a32f-84e337f4d129" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "5ea97804-5686-4f49-a32f-84e337f4d129" - ], - "request-id": [ - "5ea97804-5686-4f49-a32f-84e337f4d129" - ], - "elapsed-time": [ - "69" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-correlation-request-id": [ - "bd5b8f35-4dfd-4c66-bdd3-e105093b2149" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180259Z:bd5b8f35-4dfd-4c66-bdd3-e105093b2149" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:02:58 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "23cb0a4b-9ac8-4bea-ab35-03bbe8dbfc3d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "23cb0a4b-9ac8-4bea-ab35-03bbe8dbfc3d" - ], - "request-id": [ - "23cb0a4b-9ac8-4bea-ab35-03bbe8dbfc3d" - ], - "elapsed-time": [ - "73" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-correlation-request-id": [ - "884fa180-d6f5-4a4e-877d-82c4d13f8cb4" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180309Z:884fa180-d6f5-4a4e-877d-82c4d13f8cb4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:03:09 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0571b970-0f2f-4ce6-bc69-ff747a793513" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "0571b970-0f2f-4ce6-bc69-ff747a793513" - ], - "request-id": [ - "0571b970-0f2f-4ce6-bc69-ff747a793513" - ], - "elapsed-time": [ - "55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-correlation-request-id": [ - "ae5667ab-0ddc-441a-9b96-e776619e026d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180320Z:ae5667ab-0ddc-441a-9b96-e776619e026d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:03:19 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "36d97fd2-24d9-4244-b8a6-e7904d4d2e68" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "36d97fd2-24d9-4244-b8a6-e7904d4d2e68" - ], - "request-id": [ - "36d97fd2-24d9-4244-b8a6-e7904d4d2e68" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-correlation-request-id": [ - "dca729f1-34a8-4c98-9af6-bcade4a8f325" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180330Z:dca729f1-34a8-4c98-9af6-bcade4a8f325" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:03:30 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "732e8325-9ce2-4e33-941a-578e40c0ca04" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "732e8325-9ce2-4e33-941a-578e40c0ca04" - ], - "request-id": [ - "732e8325-9ce2-4e33-941a-578e40c0ca04" - ], - "elapsed-time": [ - "62" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-correlation-request-id": [ - "8aa33cd2-7700-450a-bc46-2f51f7f7e5ff" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180340Z:8aa33cd2-7700-450a-bc46-2f51f7f7e5ff" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:03:40 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fadf8e1e-5325-4729-af2a-d738b95cc18f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "fadf8e1e-5325-4729-af2a-d738b95cc18f" - ], - "request-id": [ - "fadf8e1e-5325-4729-af2a-d738b95cc18f" - ], - "elapsed-time": [ - "61" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-correlation-request-id": [ - "d6b7d68d-983c-475b-aabc-d0bdb575e874" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180351Z:d6b7d68d-983c-475b-aabc-d0bdb575e874" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:03:50 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7c50b7a2-139b-4f04-87b7-785d2c64abb8" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "7c50b7a2-139b-4f04-87b7-785d2c64abb8" - ], - "request-id": [ - "7c50b7a2-139b-4f04-87b7-785d2c64abb8" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-correlation-request-id": [ - "f26e5ffd-a33b-4b05-90f3-39d7d445f92b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180401Z:f26e5ffd-a33b-4b05-90f3-39d7d445f92b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:04:00 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1835dd91-817b-4f98-95f2-828c238fc299" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "1835dd91-817b-4f98-95f2-828c238fc299" - ], - "request-id": [ - "1835dd91-817b-4f98-95f2-828c238fc299" - ], - "elapsed-time": [ - "77" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-correlation-request-id": [ - "34dea876-d14d-45da-bfc2-33d74aef6b52" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180411Z:34dea876-d14d-45da-bfc2-33d74aef6b52" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:04:11 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "cb9acaf9-be9a-482f-b775-adebf367011d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "cb9acaf9-be9a-482f-b775-adebf367011d" - ], - "request-id": [ - "cb9acaf9-be9a-482f-b775-adebf367011d" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-correlation-request-id": [ - "302406a8-72ad-496a-9334-230db9b9d5b3" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180422Z:302406a8-72ad-496a-9334-230db9b9d5b3" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:04:21 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "380e47e6-0f4a-431a-92e1-47355de43c37" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "380e47e6-0f4a-431a-92e1-47355de43c37" - ], - "request-id": [ - "380e47e6-0f4a-431a-92e1-47355de43c37" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-correlation-request-id": [ - "643811f1-daac-44d0-842c-5a477a3f526f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180432Z:643811f1-daac-44d0-842c-5a477a3f526f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:04:32 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "97d8d1ad-daa1-4b3a-8a2f-94ef92614b40" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "97d8d1ad-daa1-4b3a-8a2f-94ef92614b40" - ], - "request-id": [ - "97d8d1ad-daa1-4b3a-8a2f-94ef92614b40" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-correlation-request-id": [ - "e3469817-1f66-451f-89c9-7353ea70a039" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180443Z:e3469817-1f66-451f-89c9-7353ea70a039" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:04:42 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "dc89ab8b-d14b-43d5-9789-3b1e02984a89" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "dc89ab8b-d14b-43d5-9789-3b1e02984a89" - ], - "request-id": [ - "dc89ab8b-d14b-43d5-9789-3b1e02984a89" - ], - "elapsed-time": [ - "69" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-correlation-request-id": [ - "7ae34f5e-aa04-438e-b818-bfa80a806ff8" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180453Z:7ae34f5e-aa04-438e-b818-bfa80a806ff8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:04:53 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "24d9c556-fa91-49c9-b21d-17ba4037b0ec" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "24d9c556-fa91-49c9-b21d-17ba4037b0ec" - ], - "request-id": [ - "24d9c556-fa91-49c9-b21d-17ba4037b0ec" - ], - "elapsed-time": [ - "109" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-correlation-request-id": [ - "acd8fb86-605a-4157-adfd-3727adda0842" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180503Z:acd8fb86-605a-4157-adfd-3727adda0842" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:05:03 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a1a11de4-1573-46c9-8cfd-bb271b98977d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "a1a11de4-1573-46c9-8cfd-bb271b98977d" - ], - "request-id": [ - "a1a11de4-1573-46c9-8cfd-bb271b98977d" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-correlation-request-id": [ - "f14bcf3d-9c4a-49ad-a55d-126c072ca820" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180513Z:f14bcf3d-9c4a-49ad-a55d-126c072ca820" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:05:13 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "72ffde67-8a0d-449b-a472-411502b08906" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "72ffde67-8a0d-449b-a472-411502b08906" - ], - "request-id": [ - "72ffde67-8a0d-449b-a472-411502b08906" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-correlation-request-id": [ - "de29f474-ce0a-4188-be6c-b179fc35f397" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180524Z:de29f474-ce0a-4188-be6c-b179fc35f397" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:05:24 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2f6f13d7-36d5-4abc-96ac-082cd8ae86b2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "2f6f13d7-36d5-4abc-96ac-082cd8ae86b2" - ], - "request-id": [ - "2f6f13d7-36d5-4abc-96ac-082cd8ae86b2" - ], - "elapsed-time": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-correlation-request-id": [ - "2d49face-df58-40ee-b134-117eb62f0360" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180534Z:2d49face-df58-40ee-b134-117eb62f0360" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:05:34 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c1492335-8214-41b8-9ee2-440b13a8c4c1" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c1492335-8214-41b8-9ee2-440b13a8c4c1" - ], - "request-id": [ - "c1492335-8214-41b8-9ee2-440b13a8c4c1" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-correlation-request-id": [ - "cbad4dc3-7c1f-4a2f-92f6-82bf9e01d3c1" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180544Z:cbad4dc3-7c1f-4a2f-92f6-82bf9e01d3c1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:05:44 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "47baa9ca-7c93-4cf8-9568-b41b2b868b5b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "47baa9ca-7c93-4cf8-9568-b41b2b868b5b" - ], - "request-id": [ - "47baa9ca-7c93-4cf8-9568-b41b2b868b5b" - ], - "elapsed-time": [ - "66" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-correlation-request-id": [ - "65ee954a-d9a9-4521-8b77-86581163852f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180555Z:65ee954a-d9a9-4521-8b77-86581163852f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:05:54 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "721a4b94-53cd-4e97-960d-4809cb8e77a2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "721a4b94-53cd-4e97-960d-4809cb8e77a2" - ], - "request-id": [ - "721a4b94-53cd-4e97-960d-4809cb8e77a2" - ], - "elapsed-time": [ - "52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-correlation-request-id": [ - "101e23df-c401-45dd-8d8b-e0ea8f49828e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180605Z:101e23df-c401-45dd-8d8b-e0ea8f49828e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:06:04 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "487b5ef7-8fa1-491e-9051-6166ce8601cc" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "487b5ef7-8fa1-491e-9051-6166ce8601cc" - ], - "request-id": [ - "487b5ef7-8fa1-491e-9051-6166ce8601cc" - ], - "elapsed-time": [ - "69" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-correlation-request-id": [ - "d530b5c0-3fe8-4927-99b9-651daa810393" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180615Z:d530b5c0-3fe8-4927-99b9-651daa810393" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:06:14 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b95f95af-907c-4bf2-af89-5053df02b97e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b95f95af-907c-4bf2-af89-5053df02b97e" - ], - "request-id": [ - "b95f95af-907c-4bf2-af89-5053df02b97e" - ], - "elapsed-time": [ - "50" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-correlation-request-id": [ - "c205f2e0-6a00-4efa-b590-e20466e10272" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180626Z:c205f2e0-6a00-4efa-b590-e20466e10272" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:06:25 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "edd622b0-8f00-4262-927e-777ee0bbe201" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "edd622b0-8f00-4262-927e-777ee0bbe201" - ], - "request-id": [ - "edd622b0-8f00-4262-927e-777ee0bbe201" - ], - "elapsed-time": [ - "72" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-correlation-request-id": [ - "ec10bbba-28db-42bf-90d3-ab295064b9fb" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180636Z:ec10bbba-28db-42bf-90d3-ab295064b9fb" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:06:36 GMT" - ], - "Content-Length": [ - "533" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "493445a7-b381-4934-9ac4-c8b346e01455" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "493445a7-b381-4934-9ac4-c8b346e01455" - ], - "request-id": [ - "493445a7-b381-4934-9ac4-c8b346e01455" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-correlation-request-id": [ - "8a5c7984-4cba-4fc0-b44f-8d51b98c09ca" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180652Z:8a5c7984-4cba-4fc0-b44f-8d51b98c09ca" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:06:52 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e1f04f99-f24e-4288-a743-9bcdf24134e7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "e1f04f99-f24e-4288-a743-9bcdf24134e7" - ], - "request-id": [ - "e1f04f99-f24e-4288-a743-9bcdf24134e7" - ], - "elapsed-time": [ - "59" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-correlation-request-id": [ - "aaaf8041-6cf5-4685-bd52-a780328d1287" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180703Z:aaaf8041-6cf5-4685-bd52-a780328d1287" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:07:03 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "666c5789-3e71-403d-940c-f96befe1b55b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "666c5789-3e71-403d-940c-f96befe1b55b" - ], - "request-id": [ - "666c5789-3e71-403d-940c-f96befe1b55b" - ], - "elapsed-time": [ - "127" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-correlation-request-id": [ - "9ea765f5-1e76-419c-8ce1-784167800250" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180713Z:9ea765f5-1e76-419c-8ce1-784167800250" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:07:13 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "11c82ae3-bddb-40ac-a5d3-5d42286bb2f0" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "11c82ae3-bddb-40ac-a5d3-5d42286bb2f0" - ], - "request-id": [ - "11c82ae3-bddb-40ac-a5d3-5d42286bb2f0" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-correlation-request-id": [ - "327b9847-4db4-4f7c-8839-7c5f2f7c4f0c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180724Z:327b9847-4db4-4f7c-8839-7c5f2f7c4f0c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:07:24 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "84878ee5-983c-410a-a8d5-f62101ed2576" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "84878ee5-983c-410a-a8d5-f62101ed2576" - ], - "request-id": [ - "84878ee5-983c-410a-a8d5-f62101ed2576" - ], - "elapsed-time": [ - "76" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-correlation-request-id": [ - "f51c03e7-5dcd-4638-b8ac-17e237e8a88a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180734Z:f51c03e7-5dcd-4638-b8ac-17e237e8a88a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:07:34 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b7189eef-6ce3-448d-8192-eb5be6c5d497" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b7189eef-6ce3-448d-8192-eb5be6c5d497" - ], - "request-id": [ - "b7189eef-6ce3-448d-8192-eb5be6c5d497" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-correlation-request-id": [ - "c669392e-e112-48ff-ad09-d0f59aed258d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180745Z:c669392e-e112-48ff-ad09-d0f59aed258d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:07:44 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6479a23f-67bd-4b69-b9ac-8b94026f1b55" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "6479a23f-67bd-4b69-b9ac-8b94026f1b55" - ], - "request-id": [ - "6479a23f-67bd-4b69-b9ac-8b94026f1b55" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-correlation-request-id": [ - "ee4e4c71-4fe6-4912-a75c-fa66ac587a1f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180755Z:ee4e4c71-4fe6-4912-a75c-fa66ac587a1f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:07:54 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "56623837-c8e0-4dea-8e28-4e89f5e1108f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "56623837-c8e0-4dea-8e28-4e89f5e1108f" - ], - "request-id": [ - "56623837-c8e0-4dea-8e28-4e89f5e1108f" - ], - "elapsed-time": [ - "59" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-correlation-request-id": [ - "e5c18d50-f6fa-4216-bf77-9d54403abf74" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180805Z:e5c18d50-f6fa-4216-bf77-9d54403abf74" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:08:05 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b9b83bc0-4a81-4705-8b1b-6be27ea68f63" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b9b83bc0-4a81-4705-8b1b-6be27ea68f63" - ], - "request-id": [ - "b9b83bc0-4a81-4705-8b1b-6be27ea68f63" - ], - "elapsed-time": [ - "68" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-correlation-request-id": [ - "6d44798b-d9a1-444b-ba31-7931a1b73657" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180816Z:6d44798b-d9a1-444b-ba31-7931a1b73657" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:08:15 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b159a244-c2b5-4699-b5d2-684de43abcb1" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b159a244-c2b5-4699-b5d2-684de43abcb1" - ], - "request-id": [ - "b159a244-c2b5-4699-b5d2-684de43abcb1" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-correlation-request-id": [ - "a85e652c-69b5-4983-8f1d-b96a131e2315" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180826Z:a85e652c-69b5-4983-8f1d-b96a131e2315" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:08:25 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "853981c0-513b-4e5c-9217-6d128b17a099" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "853981c0-513b-4e5c-9217-6d128b17a099" - ], - "request-id": [ - "853981c0-513b-4e5c-9217-6d128b17a099" - ], - "elapsed-time": [ - "129" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-correlation-request-id": [ - "f6e5fecb-a1c4-4ed1-b492-095c78d1ed2e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180836Z:f6e5fecb-a1c4-4ed1-b492-095c78d1ed2e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:08:35 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "06b841c3-cf24-4e0b-bd98-1f2f7067f9db" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "06b841c3-cf24-4e0b-bd98-1f2f7067f9db" - ], - "request-id": [ - "06b841c3-cf24-4e0b-bd98-1f2f7067f9db" - ], - "elapsed-time": [ - "204" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-correlation-request-id": [ - "4de73d98-c474-4193-a0e0-d11a0f216ac7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180847Z:4de73d98-c474-4193-a0e0-d11a0f216ac7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:08:46 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ac7b2e62-1b58-4344-b74b-1ba4648a3cc8" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ac7b2e62-1b58-4344-b74b-1ba4648a3cc8" - ], - "request-id": [ - "ac7b2e62-1b58-4344-b74b-1ba4648a3cc8" - ], - "elapsed-time": [ - "109" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-correlation-request-id": [ - "d5768143-e11f-4885-99fc-4ae4084ce028" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180857Z:d5768143-e11f-4885-99fc-4ae4084ce028" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:08:56 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "80b0c2e8-9354-4aee-9140-41e5574b6ef6" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "80b0c2e8-9354-4aee-9140-41e5574b6ef6" - ], - "request-id": [ - "80b0c2e8-9354-4aee-9140-41e5574b6ef6" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-correlation-request-id": [ - "e2010fd5-2ac0-4fb3-ac13-393af8cd61f7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180908Z:e2010fd5-2ac0-4fb3-ac13-393af8cd61f7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:09:07 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "eb4ed624-abc3-4508-865a-436e639dbb38" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "eb4ed624-abc3-4508-865a-436e639dbb38" - ], - "request-id": [ - "eb4ed624-abc3-4508-865a-436e639dbb38" - ], - "elapsed-time": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-correlation-request-id": [ - "abcc3ab5-9157-4469-8158-6d2416cba396" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180918Z:abcc3ab5-9157-4469-8158-6d2416cba396" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:09:17 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6a887f1b-972f-4bd2-8eb7-d4c5b156fca9" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "6a887f1b-972f-4bd2-8eb7-d4c5b156fca9" - ], - "request-id": [ - "6a887f1b-972f-4bd2-8eb7-d4c5b156fca9" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-correlation-request-id": [ - "f5df4bef-13d2-46c4-9833-e22e8a773960" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180928Z:f5df4bef-13d2-46c4-9833-e22e8a773960" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:09:28 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "90b56022-53be-49b2-98d1-b1c13dfa7ed7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "90b56022-53be-49b2-98d1-b1c13dfa7ed7" - ], - "request-id": [ - "90b56022-53be-49b2-98d1-b1c13dfa7ed7" - ], - "elapsed-time": [ - "88" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-correlation-request-id": [ - "6464eaa7-0f30-42ec-9560-e5d4296a15b4" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180939Z:6464eaa7-0f30-42ec-9560-e5d4296a15b4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:09:38 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6c871c49-8958-477d-8c78-5a62ebd1ef73" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "6c871c49-8958-477d-8c78-5a62ebd1ef73" - ], - "request-id": [ - "6c871c49-8958-477d-8c78-5a62ebd1ef73" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-correlation-request-id": [ - "88b104c3-b734-4bbf-91b7-919632c606a0" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180949Z:88b104c3-b734-4bbf-91b7-919632c606a0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:09:49 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7d8ebc83-8ff1-46f2-8a71-3a12eb154fd4" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "7d8ebc83-8ff1-46f2-8a71-3a12eb154fd4" - ], - "request-id": [ - "7d8ebc83-8ff1-46f2-8a71-3a12eb154fd4" - ], - "elapsed-time": [ - "73" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-correlation-request-id": [ - "d5b5e39e-b2e1-4831-8280-4c95f6e70e3d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180959Z:d5b5e39e-b2e1-4831-8280-4c95f6e70e3d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:09:59 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "96bb1458-ad72-4bd9-8d9d-3e443f21d961" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "96bb1458-ad72-4bd9-8d9d-3e443f21d961" - ], - "request-id": [ - "96bb1458-ad72-4bd9-8d9d-3e443f21d961" - ], - "elapsed-time": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-correlation-request-id": [ - "d8a1f29f-b0da-47ce-b1af-7384ce3f7bbb" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181010Z:d8a1f29f-b0da-47ce-b1af-7384ce3f7bbb" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:10:10 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ddf3b89c-4e5a-4820-a141-1665fb4ae5ec" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ddf3b89c-4e5a-4820-a141-1665fb4ae5ec" - ], - "request-id": [ - "ddf3b89c-4e5a-4820-a141-1665fb4ae5ec" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-correlation-request-id": [ - "77fa564f-4b92-4329-a964-c49e4bd34ee1" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181020Z:77fa564f-4b92-4329-a964-c49e4bd34ee1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:10:20 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "df45b39c-51c6-4885-a25e-97d032f5d640" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "df45b39c-51c6-4885-a25e-97d032f5d640" - ], - "request-id": [ - "df45b39c-51c6-4885-a25e-97d032f5d640" - ], - "elapsed-time": [ - "55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-correlation-request-id": [ - "9399bee8-54f1-4c2b-9ace-1d0a3ca78134" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181030Z:9399bee8-54f1-4c2b-9ace-1d0a3ca78134" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:10:30 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "4c0842c9-8b56-48de-92a1-6218729b6fb5" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "4c0842c9-8b56-48de-92a1-6218729b6fb5" - ], - "request-id": [ - "4c0842c9-8b56-48de-92a1-6218729b6fb5" - ], - "elapsed-time": [ - "85" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-correlation-request-id": [ - "ec213d40-bebc-4323-8514-bf7053194c99" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181041Z:ec213d40-bebc-4323-8514-bf7053194c99" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:10:40 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9dd0a942-0e03-414e-b9d3-3cafe65c097e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "9dd0a942-0e03-414e-b9d3-3cafe65c097e" - ], - "request-id": [ - "9dd0a942-0e03-414e-b9d3-3cafe65c097e" - ], - "elapsed-time": [ - "91" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-correlation-request-id": [ - "c424e67c-bcbb-465d-a189-12b184a1bbdd" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181051Z:c424e67c-bcbb-465d-a189-12b184a1bbdd" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:10:51 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f1c540d3-138c-4132-ba1e-3ccfffd7ef70" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "f1c540d3-138c-4132-ba1e-3ccfffd7ef70" - ], - "request-id": [ - "f1c540d3-138c-4132-ba1e-3ccfffd7ef70" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-correlation-request-id": [ - "72cbdd64-6139-40ea-b193-1e502e8e1cc7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181101Z:72cbdd64-6139-40ea-b193-1e502e8e1cc7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:11:01 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9f01a484-c26c-4596-9976-c41570eb536a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "9f01a484-c26c-4596-9976-c41570eb536a" - ], - "request-id": [ - "9f01a484-c26c-4596-9976-c41570eb536a" - ], - "elapsed-time": [ - "63" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-correlation-request-id": [ - "fd71a81f-7bfe-4906-bc65-c9a7c59beb06" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181112Z:fd71a81f-7bfe-4906-bc65-c9a7c59beb06" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:11:12 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3bfc8d4b-b078-446c-974c-d9bbf47d1c83" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3bfc8d4b-b078-446c-974c-d9bbf47d1c83" - ], - "request-id": [ - "3bfc8d4b-b078-446c-974c-d9bbf47d1c83" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-correlation-request-id": [ - "d0cba6ab-9c91-45be-acf1-3b016342ed52" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181122Z:d0cba6ab-9c91-45be-acf1-3b016342ed52" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:11:21 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "078dca92-3b01-4f65-a8f7-347c59b9e2c9" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "078dca92-3b01-4f65-a8f7-347c59b9e2c9" - ], - "request-id": [ - "078dca92-3b01-4f65-a8f7-347c59b9e2c9" - ], - "elapsed-time": [ - "111" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-correlation-request-id": [ - "0e36899a-64da-4eb4-a546-c6a6db48e5d2" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181133Z:0e36899a-64da-4eb4-a546-c6a6db48e5d2" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:11:33 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7d872f76-1dfb-49b8-b762-927a7cf14448" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "7d872f76-1dfb-49b8-b762-927a7cf14448" - ], - "request-id": [ - "7d872f76-1dfb-49b8-b762-927a7cf14448" - ], - "elapsed-time": [ - "59" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-correlation-request-id": [ - "364094cb-a637-4ba1-ab00-21cf508a6870" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181144Z:364094cb-a637-4ba1-ab00-21cf508a6870" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:11:43 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5da60b2a-19a5-41d1-b2c3-ecd22b67a580" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "5da60b2a-19a5-41d1-b2c3-ecd22b67a580" - ], - "request-id": [ - "5da60b2a-19a5-41d1-b2c3-ecd22b67a580" - ], - "elapsed-time": [ - "66" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-correlation-request-id": [ - "8be98fc3-516f-47b8-8f73-dd9c9ed1f777" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181154Z:8be98fc3-516f-47b8-8f73-dd9c9ed1f777" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:11:53 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ec8eb720-1405-4d20-9325-3382ab69d533" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ec8eb720-1405-4d20-9325-3382ab69d533" - ], - "request-id": [ - "ec8eb720-1405-4d20-9325-3382ab69d533" - ], - "elapsed-time": [ - "166" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-correlation-request-id": [ - "109ea5cc-1adb-46e2-8244-71a67a39d1a4" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181204Z:109ea5cc-1adb-46e2-8244-71a67a39d1a4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:12:04 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0955b740-9c2b-4c32-bc67-86aa35683f37" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "0955b740-9c2b-4c32-bc67-86aa35683f37" - ], - "request-id": [ - "0955b740-9c2b-4c32-bc67-86aa35683f37" - ], - "elapsed-time": [ - "70" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-correlation-request-id": [ - "f68b0b48-3362-4985-a785-bc54bab10f6a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181215Z:f68b0b48-3362-4985-a785-bc54bab10f6a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:12:14 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "873aafe9-66b4-484d-9a67-d29f80e7e5d4" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "873aafe9-66b4-484d-9a67-d29f80e7e5d4" - ], - "request-id": [ - "873aafe9-66b4-484d-9a67-d29f80e7e5d4" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-correlation-request-id": [ - "2217962e-1dd4-4a34-9196-02fa5104877f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181225Z:2217962e-1dd4-4a34-9196-02fa5104877f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:12:24 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2928fbc5-70bc-4138-802a-9be7bda6c05a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "2928fbc5-70bc-4138-802a-9be7bda6c05a" - ], - "request-id": [ - "2928fbc5-70bc-4138-802a-9be7bda6c05a" - ], - "elapsed-time": [ - "62" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-correlation-request-id": [ - "0711c97f-98a5-4afd-998c-224d30b0e53f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181235Z:0711c97f-98a5-4afd-998c-224d30b0e53f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:12:35 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0b3481a1-e3d8-4b5c-8bd3-e9267acd8fe4" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "0b3481a1-e3d8-4b5c-8bd3-e9267acd8fe4" - ], - "request-id": [ - "0b3481a1-e3d8-4b5c-8bd3-e9267acd8fe4" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-correlation-request-id": [ - "0487a0e6-d4f3-4a89-b405-5e8f7c078f26" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181246Z:0487a0e6-d4f3-4a89-b405-5e8f7c078f26" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:12:46 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c7c49573-7161-4635-93fa-c007a617ade7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c7c49573-7161-4635-93fa-c007a617ade7" - ], - "request-id": [ - "c7c49573-7161-4635-93fa-c007a617ade7" - ], - "elapsed-time": [ - "51" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-correlation-request-id": [ - "d98179c2-9e37-4ce5-bdc1-490d989dc0a1" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181256Z:d98179c2-9e37-4ce5-bdc1-490d989dc0a1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:12:56 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "040818ce-aac7-442d-9195-22fc1b622baa" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "040818ce-aac7-442d-9195-22fc1b622baa" - ], - "request-id": [ - "040818ce-aac7-442d-9195-22fc1b622baa" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-correlation-request-id": [ - "6d3eadb7-6c23-48a1-90e3-227501989663" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181306Z:6d3eadb7-6c23-48a1-90e3-227501989663" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:13:05 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d5d633b5-77fb-4fc7-9adb-0d2409d17733" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "d5d633b5-77fb-4fc7-9adb-0d2409d17733" - ], - "request-id": [ - "d5d633b5-77fb-4fc7-9adb-0d2409d17733" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-correlation-request-id": [ - "e3936058-1c3b-4d4f-bfb0-5128b7810251" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181316Z:e3936058-1c3b-4d4f-bfb0-5128b7810251" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:13:16 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "16320d93-0eb3-438e-a798-3c82e2eabf58" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "16320d93-0eb3-438e-a798-3c82e2eabf58" - ], - "request-id": [ - "16320d93-0eb3-438e-a798-3c82e2eabf58" - ], - "elapsed-time": [ - "52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-correlation-request-id": [ - "0e29418e-93c4-4e5d-88ef-3ca1c9c934e6" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181327Z:0e29418e-93c4-4e5d-88ef-3ca1c9c934e6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:13:26 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a60a1e5f-a13d-44e6-8693-75e5997fe4fb" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "a60a1e5f-a13d-44e6-8693-75e5997fe4fb" - ], - "request-id": [ - "a60a1e5f-a13d-44e6-8693-75e5997fe4fb" - ], - "elapsed-time": [ - "230" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-correlation-request-id": [ - "7fad6f01-99a3-40b4-a0bd-92471d12d2e3" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181337Z:7fad6f01-99a3-40b4-a0bd-92471d12d2e3" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:13:37 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "dc1602ba-e55b-44eb-8c34-16ed6452e921" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "dc1602ba-e55b-44eb-8c34-16ed6452e921" - ], - "request-id": [ - "dc1602ba-e55b-44eb-8c34-16ed6452e921" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-correlation-request-id": [ - "cb8c4527-0516-477c-be4c-67e05296d89d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181347Z:cb8c4527-0516-477c-be4c-67e05296d89d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:13:47 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "773d2a93-cd02-415e-9a1e-6cd49f4fecb1" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "773d2a93-cd02-415e-9a1e-6cd49f4fecb1" - ], - "request-id": [ - "773d2a93-cd02-415e-9a1e-6cd49f4fecb1" - ], - "elapsed-time": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-correlation-request-id": [ - "40507ccd-392f-427f-baac-9c185fa94e1d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181358Z:40507ccd-392f-427f-baac-9c185fa94e1d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:13:57 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f004c1b7-ef38-49ec-9173-72f9f2f6eec0" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "f004c1b7-ef38-49ec-9173-72f9f2f6eec0" - ], - "request-id": [ - "f004c1b7-ef38-49ec-9173-72f9f2f6eec0" - ], - "elapsed-time": [ - "62" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-correlation-request-id": [ - "3c048f00-a4c1-4086-8d71-5f72aa9b6abb" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181408Z:3c048f00-a4c1-4086-8d71-5f72aa9b6abb" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:14:08 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c7dcb034-6641-416e-a533-c996f1f61da4" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c7dcb034-6641-416e-a533-c996f1f61da4" - ], - "request-id": [ - "c7dcb034-6641-416e-a533-c996f1f61da4" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-correlation-request-id": [ - "ed7e886b-ec12-4537-b68c-b41e937549ab" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181418Z:ed7e886b-ec12-4537-b68c-b41e937549ab" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:14:18 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "52ef675d-6478-4f0b-9710-5a6a4649a59b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "52ef675d-6478-4f0b-9710-5a6a4649a59b" - ], - "request-id": [ - "52ef675d-6478-4f0b-9710-5a6a4649a59b" - ], - "elapsed-time": [ - "98" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-correlation-request-id": [ - "22a1ca47-8bcc-4451-808b-502b67be0d62" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181429Z:22a1ca47-8bcc-4451-808b-502b67be0d62" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:14:28 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "04ae98a2-9368-49b8-aff6-b305de45521b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "04ae98a2-9368-49b8-aff6-b305de45521b" - ], - "request-id": [ - "04ae98a2-9368-49b8-aff6-b305de45521b" - ], - "elapsed-time": [ - "62" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-correlation-request-id": [ - "0ae19be2-03e8-478b-b386-4236835857f3" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181439Z:0ae19be2-03e8-478b-b386-4236835857f3" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:14:39 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6fe6c0e1-1371-4385-900d-e81c58a533dd" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "6fe6c0e1-1371-4385-900d-e81c58a533dd" - ], - "request-id": [ - "6fe6c0e1-1371-4385-900d-e81c58a533dd" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-correlation-request-id": [ - "395ea675-d1c0-43ae-98a9-a97ac724741f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181449Z:395ea675-d1c0-43ae-98a9-a97ac724741f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:14:49 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ec850a90-f1ed-4084-8f32-c6d809ce87a8" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ec850a90-f1ed-4084-8f32-c6d809ce87a8" - ], - "request-id": [ - "ec850a90-f1ed-4084-8f32-c6d809ce87a8" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-correlation-request-id": [ - "75d31ec9-7a49-4edb-8b71-b5554a9d2897" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181500Z:75d31ec9-7a49-4edb-8b71-b5554a9d2897" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:14:59 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a5d5a88d-dec1-4f25-96f9-f6b9612c6088" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "a5d5a88d-dec1-4f25-96f9-f6b9612c6088" - ], - "request-id": [ - "a5d5a88d-dec1-4f25-96f9-f6b9612c6088" - ], - "elapsed-time": [ - "52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-correlation-request-id": [ - "e0c1cbd5-c513-420d-a404-3ed1d70d47ac" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181510Z:e0c1cbd5-c513-420d-a404-3ed1d70d47ac" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:15:09 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "539da04a-a990-4f19-be79-1b75a9a96e0e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "539da04a-a990-4f19-be79-1b75a9a96e0e" - ], - "request-id": [ - "539da04a-a990-4f19-be79-1b75a9a96e0e" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-correlation-request-id": [ - "a8d997a9-b076-4c6e-81c8-cdc0962df808" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181520Z:a8d997a9-b076-4c6e-81c8-cdc0962df808" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:15:19 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5c4c0c04-23b3-4f5d-9944-ba98957f087c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "5c4c0c04-23b3-4f5d-9944-ba98957f087c" - ], - "request-id": [ - "5c4c0c04-23b3-4f5d-9944-ba98957f087c" - ], - "elapsed-time": [ - "68" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-correlation-request-id": [ - "22dfd5ec-c661-4f83-b77d-736e4041a493" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181530Z:22dfd5ec-c661-4f83-b77d-736e4041a493" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:15:30 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0a655e94-688d-4443-a5ed-4bda695502c1" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "0a655e94-688d-4443-a5ed-4bda695502c1" - ], - "request-id": [ - "0a655e94-688d-4443-a5ed-4bda695502c1" - ], - "elapsed-time": [ - "177" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-correlation-request-id": [ - "84e10d22-726b-47d0-a108-df80d60de3ff" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181542Z:84e10d22-726b-47d0-a108-df80d60de3ff" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:15:42 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f578479a-73df-4ce4-8291-e6155a3591eb" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "f578479a-73df-4ce4-8291-e6155a3591eb" - ], - "request-id": [ - "f578479a-73df-4ce4-8291-e6155a3591eb" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-correlation-request-id": [ - "9518bc1c-2628-448e-8952-2a391f4e4543" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181553Z:9518bc1c-2628-448e-8952-2a391f4e4543" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:15:52 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "46387146-72d7-42a6-947d-4cf4a89bbc68" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "46387146-72d7-42a6-947d-4cf4a89bbc68" - ], - "request-id": [ - "46387146-72d7-42a6-947d-4cf4a89bbc68" - ], - "elapsed-time": [ - "55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-correlation-request-id": [ - "39f5117a-51be-4e61-bedd-425a369a1fc8" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181603Z:39f5117a-51be-4e61-bedd-425a369a1fc8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:16:03 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "666c7c17-5696-48f3-ac59-f501ee678971" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "666c7c17-5696-48f3-ac59-f501ee678971" - ], - "request-id": [ - "666c7c17-5696-48f3-ac59-f501ee678971" - ], - "elapsed-time": [ - "63" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-correlation-request-id": [ - "04fb5202-b083-4b3a-952c-a277b2f88f9b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181613Z:04fb5202-b083-4b3a-952c-a277b2f88f9b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:16:13 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "970d1a00-cc83-428d-9525-31ef7879a9bd" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "970d1a00-cc83-428d-9525-31ef7879a9bd" - ], - "request-id": [ - "970d1a00-cc83-428d-9525-31ef7879a9bd" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-correlation-request-id": [ - "a35395ac-41e5-40f4-996f-0d96514e373f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181623Z:a35395ac-41e5-40f4-996f-0d96514e373f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:16:23 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e36efc12-3988-4788-a2e1-a43ff6a43b31" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "e36efc12-3988-4788-a2e1-a43ff6a43b31" - ], - "request-id": [ - "e36efc12-3988-4788-a2e1-a43ff6a43b31" - ], - "elapsed-time": [ - "63" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-correlation-request-id": [ - "04479a67-acd1-4cf7-8891-50afe71f7ac4" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181634Z:04479a67-acd1-4cf7-8891-50afe71f7ac4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:16:33 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "02f22b2b-71c1-4718-ae55-f0dc0dafc36c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "02f22b2b-71c1-4718-ae55-f0dc0dafc36c" - ], - "request-id": [ - "02f22b2b-71c1-4718-ae55-f0dc0dafc36c" - ], - "elapsed-time": [ - "61" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-correlation-request-id": [ - "d03ce17f-521e-493c-9665-3e57cbb18b2d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181644Z:d03ce17f-521e-493c-9665-3e57cbb18b2d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:16:44 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "136804c8-3628-43b1-beee-15e73c0b01e2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "136804c8-3628-43b1-beee-15e73c0b01e2" - ], - "request-id": [ - "136804c8-3628-43b1-beee-15e73c0b01e2" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-correlation-request-id": [ - "167c7bd9-8c4f-4b9e-ab45-2b7daef5cf9e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181654Z:167c7bd9-8c4f-4b9e-ab45-2b7daef5cf9e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:16:54 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1799a008-843e-4951-9fc4-c13123677876" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "1799a008-843e-4951-9fc4-c13123677876" - ], - "request-id": [ - "1799a008-843e-4951-9fc4-c13123677876" - ], - "elapsed-time": [ - "258" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-correlation-request-id": [ - "d5205fac-c13f-4852-b0bf-19a901d91f40" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181705Z:d5205fac-c13f-4852-b0bf-19a901d91f40" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:17:05 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7d620d9f-7ab8-4de7-a888-9b5e1f9b7750" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "7d620d9f-7ab8-4de7-a888-9b5e1f9b7750" - ], - "request-id": [ - "7d620d9f-7ab8-4de7-a888-9b5e1f9b7750" - ], - "elapsed-time": [ - "89" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-correlation-request-id": [ - "ba9b2248-2237-4d7f-b238-39ff17d14d01" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181715Z:ba9b2248-2237-4d7f-b238-39ff17d14d01" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:17:15 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f36a837f-30f4-4472-9916-2c83952f1964" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "f36a837f-30f4-4472-9916-2c83952f1964" - ], - "request-id": [ - "f36a837f-30f4-4472-9916-2c83952f1964" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-correlation-request-id": [ - "5b26144f-cd12-4a84-ba2c-c4f4426c866d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181725Z:5b26144f-cd12-4a84-ba2c-c4f4426c866d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:17:25 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "88182d57-35b4-4f36-a9a6-0b20733c50a9" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "88182d57-35b4-4f36-a9a6-0b20733c50a9" - ], - "request-id": [ - "88182d57-35b4-4f36-a9a6-0b20733c50a9" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-correlation-request-id": [ - "50debf73-3213-4cec-b0aa-967df541c659" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181736Z:50debf73-3213-4cec-b0aa-967df541c659" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:17:35 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "854a89d6-1b36-4aa1-bebb-da84cab9c62a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "854a89d6-1b36-4aa1-bebb-da84cab9c62a" - ], - "request-id": [ - "854a89d6-1b36-4aa1-bebb-da84cab9c62a" - ], - "elapsed-time": [ - "87" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-correlation-request-id": [ - "86966745-a14a-465a-a041-75cacc425568" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181746Z:86966745-a14a-465a-a041-75cacc425568" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:17:46 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b389168d-5363-4c72-a117-5e2db5ef2aed" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b389168d-5363-4c72-a117-5e2db5ef2aed" - ], - "request-id": [ - "b389168d-5363-4c72-a117-5e2db5ef2aed" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-correlation-request-id": [ - "328e3bd1-6940-47a2-8dc5-1178d8f417a1" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181756Z:328e3bd1-6940-47a2-8dc5-1178d8f417a1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:17:56 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "101029e9-f3ec-494d-b919-95aff2dbdb42" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "101029e9-f3ec-494d-b919-95aff2dbdb42" - ], - "request-id": [ - "101029e9-f3ec-494d-b919-95aff2dbdb42" - ], - "elapsed-time": [ - "52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-correlation-request-id": [ - "479c6a6f-f74d-4307-b02e-9c6f18e6253d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181807Z:479c6a6f-f74d-4307-b02e-9c6f18e6253d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:18:07 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "4fc33c51-0c1a-476a-a917-e9b699ef90fb" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "4fc33c51-0c1a-476a-a917-e9b699ef90fb" - ], - "request-id": [ - "4fc33c51-0c1a-476a-a917-e9b699ef90fb" - ], - "elapsed-time": [ - "55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-correlation-request-id": [ - "1575f11f-30c0-40d6-bcfb-1f40397e6baa" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181817Z:1575f11f-30c0-40d6-bcfb-1f40397e6baa" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:18:17 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1b84dc6b-62c0-45d3-a805-ccf4fe165682" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "1b84dc6b-62c0-45d3-a805-ccf4fe165682" - ], - "request-id": [ - "1b84dc6b-62c0-45d3-a805-ccf4fe165682" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-correlation-request-id": [ - "5e9331cb-4e8d-4b27-a706-d1316bb4bd0c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181827Z:5e9331cb-4e8d-4b27-a706-d1316bb4bd0c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:18:27 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "4ae46e67-36b0-4f32-9ba0-b8fb7b69d3af" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "4ae46e67-36b0-4f32-9ba0-b8fb7b69d3af" - ], - "request-id": [ - "4ae46e67-36b0-4f32-9ba0-b8fb7b69d3af" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-correlation-request-id": [ - "5ce40e09-ab90-416e-9af0-268b572c46c9" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181838Z:5ce40e09-ab90-416e-9af0-268b572c46c9" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:18:37 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "684f6d5b-4ef1-4f37-a102-336fc33bdd7e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "684f6d5b-4ef1-4f37-a102-336fc33bdd7e" - ], - "request-id": [ - "684f6d5b-4ef1-4f37-a102-336fc33bdd7e" - ], - "elapsed-time": [ - "73" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-correlation-request-id": [ - "d58c3752-a7be-4cdc-b331-3a33c9daae99" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181848Z:d58c3752-a7be-4cdc-b331-3a33c9daae99" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:18:47 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f7aa9eaa-c0d7-4abb-9e0d-d26e52e7c8bd" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "f7aa9eaa-c0d7-4abb-9e0d-d26e52e7c8bd" - ], - "request-id": [ - "f7aa9eaa-c0d7-4abb-9e0d-d26e52e7c8bd" - ], - "elapsed-time": [ - "80" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-correlation-request-id": [ - "f1c78bb6-ef44-4a02-9e93-e3f542a0df63" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181858Z:f1c78bb6-ef44-4a02-9e93-e3f542a0df63" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:18:58 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5eb83723-b843-4df4-839a-5651329496c1" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "5eb83723-b843-4df4-839a-5651329496c1" - ], - "request-id": [ - "5eb83723-b843-4df4-839a-5651329496c1" - ], - "elapsed-time": [ - "76" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-correlation-request-id": [ - "a43f153b-777b-4c64-8f47-665d08c421f2" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181910Z:a43f153b-777b-4c64-8f47-665d08c421f2" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:19:09 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "970b4bfb-4a26-48bc-8013-25ffa4144368" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "970b4bfb-4a26-48bc-8013-25ffa4144368" - ], - "request-id": [ - "970b4bfb-4a26-48bc-8013-25ffa4144368" - ], - "elapsed-time": [ - "51" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-correlation-request-id": [ - "9490b4d6-88f5-4f9d-a7cd-26e426f75af9" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181920Z:9490b4d6-88f5-4f9d-a7cd-26e426f75af9" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:19:20 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "545f07de-4038-4563-90ef-08eba3aec94d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "545f07de-4038-4563-90ef-08eba3aec94d" - ], - "request-id": [ - "545f07de-4038-4563-90ef-08eba3aec94d" - ], - "elapsed-time": [ - "52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-correlation-request-id": [ - "e27d82be-3763-4a4e-9f2f-82e7d7223a1a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181930Z:e27d82be-3763-4a4e-9f2f-82e7d7223a1a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:19:30 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "41b30c47-c430-48d5-b597-de3b2f9308ae" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "41b30c47-c430-48d5-b597-de3b2f9308ae" - ], - "request-id": [ - "41b30c47-c430-48d5-b597-de3b2f9308ae" - ], - "elapsed-time": [ - "68" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-correlation-request-id": [ - "e5c0abde-1c5b-4a18-ac6b-575757d35025" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181941Z:e5c0abde-1c5b-4a18-ac6b-575757d35025" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:19:41 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "bc22a3cc-0ba2-4cc4-8015-de1c5ad5bcab" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "bc22a3cc-0ba2-4cc4-8015-de1c5ad5bcab" - ], - "request-id": [ - "bc22a3cc-0ba2-4cc4-8015-de1c5ad5bcab" - ], - "elapsed-time": [ - "176" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-correlation-request-id": [ - "f23f2e5e-1657-432b-bb17-577227da1b3a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181952Z:f23f2e5e-1657-432b-bb17-577227da1b3a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:19:51 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c0183476-f06b-4535-8db1-ef6b8cdcb7df" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c0183476-f06b-4535-8db1-ef6b8cdcb7df" - ], - "request-id": [ - "c0183476-f06b-4535-8db1-ef6b8cdcb7df" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-correlation-request-id": [ - "abc727a5-7a3f-4277-92f6-b73d71dc9373" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182002Z:abc727a5-7a3f-4277-92f6-b73d71dc9373" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:20:01 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0e3c1207-54ba-4275-947f-c41c1f0a5cc7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "0e3c1207-54ba-4275-947f-c41c1f0a5cc7" - ], - "request-id": [ - "0e3c1207-54ba-4275-947f-c41c1f0a5cc7" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-correlation-request-id": [ - "1d3649c4-6033-4f88-b995-44f3b763e691" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182012Z:1d3649c4-6033-4f88-b995-44f3b763e691" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:20:12 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5c540771-20c7-4274-ab79-033255c277ab" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "5c540771-20c7-4274-ab79-033255c277ab" - ], - "request-id": [ - "5c540771-20c7-4274-ab79-033255c277ab" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-correlation-request-id": [ - "6b652207-743e-4ce6-a085-da3408b2a9cf" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182022Z:6b652207-743e-4ce6-a085-da3408b2a9cf" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:20:22 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f1dd1288-7193-40df-9d8f-c9c15e2c2146" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "f1dd1288-7193-40df-9d8f-c9c15e2c2146" - ], - "request-id": [ - "f1dd1288-7193-40df-9d8f-c9c15e2c2146" - ], - "elapsed-time": [ - "51" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-correlation-request-id": [ - "9b9d948e-ca97-4c87-9627-02cc5697edb8" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182033Z:9b9d948e-ca97-4c87-9627-02cc5697edb8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:20:32 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2fa4ba4e-43cc-4cdd-b468-6a0c2c2ad64e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "2fa4ba4e-43cc-4cdd-b468-6a0c2c2ad64e" - ], - "request-id": [ - "2fa4ba4e-43cc-4cdd-b468-6a0c2c2ad64e" - ], - "elapsed-time": [ - "51" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-correlation-request-id": [ - "0fcd4899-a88b-4b75-86ad-b74bbc93ec2b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182043Z:0fcd4899-a88b-4b75-86ad-b74bbc93ec2b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:20:43 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c30ffc48-b5da-4456-a83c-ec4802098954" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c30ffc48-b5da-4456-a83c-ec4802098954" - ], - "request-id": [ - "c30ffc48-b5da-4456-a83c-ec4802098954" - ], - "elapsed-time": [ - "78" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-correlation-request-id": [ - "cf65da6f-45a1-4741-bc7f-b4198082f579" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182053Z:cf65da6f-45a1-4741-bc7f-b4198082f579" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:20:52 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8124347c-d156-42aa-be7f-96e285274265" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "8124347c-d156-42aa-be7f-96e285274265" - ], - "request-id": [ - "8124347c-d156-42aa-be7f-96e285274265" - ], - "elapsed-time": [ - "77" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-correlation-request-id": [ - "145321e9-7352-4994-b82d-6e32220cea30" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182104Z:145321e9-7352-4994-b82d-6e32220cea30" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:21:04 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "62df7a53-4866-429d-b735-12539b074c8b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "62df7a53-4866-429d-b735-12539b074c8b" - ], - "request-id": [ - "62df7a53-4866-429d-b735-12539b074c8b" - ], - "elapsed-time": [ - "59" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-correlation-request-id": [ - "de63bad1-2e52-4c57-8d0c-47dca22cb721" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182114Z:de63bad1-2e52-4c57-8d0c-47dca22cb721" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:21:14 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "bf5cf2dd-a29d-4143-8744-8ad25ce30755" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "bf5cf2dd-a29d-4143-8744-8ad25ce30755" - ], - "request-id": [ - "bf5cf2dd-a29d-4143-8744-8ad25ce30755" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-correlation-request-id": [ - "75a32975-809d-474f-9d71-d49218965a90" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182124Z:75a32975-809d-474f-9d71-d49218965a90" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:21:24 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ad4511fc-ef0c-4151-ac24-ab3989b522cd" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ad4511fc-ef0c-4151-ac24-ab3989b522cd" - ], - "request-id": [ - "ad4511fc-ef0c-4151-ac24-ab3989b522cd" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-correlation-request-id": [ - "fd15967a-3e5a-4bfa-9723-3514b9390505" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182135Z:fd15967a-3e5a-4bfa-9723-3514b9390505" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:21:34 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b7058b1f-71c0-46d1-a3a6-a96452f7bb8f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b7058b1f-71c0-46d1-a3a6-a96452f7bb8f" - ], - "request-id": [ - "b7058b1f-71c0-46d1-a3a6-a96452f7bb8f" - ], - "elapsed-time": [ - "100" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-correlation-request-id": [ - "6e038938-b35c-44ed-8bc2-6a17be1a7f6b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182145Z:6e038938-b35c-44ed-8bc2-6a17be1a7f6b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:21:44 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "dbbc959f-8a9c-4942-80ae-db3096bfccbe" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "dbbc959f-8a9c-4942-80ae-db3096bfccbe" - ], - "request-id": [ - "dbbc959f-8a9c-4942-80ae-db3096bfccbe" - ], - "elapsed-time": [ - "186" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-correlation-request-id": [ - "7d120142-2448-4606-af04-f89340f8fe83" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182155Z:7d120142-2448-4606-af04-f89340f8fe83" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:21:55 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "69896534-b3a4-4f1e-a972-db2a40ce248f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "69896534-b3a4-4f1e-a972-db2a40ce248f" - ], - "request-id": [ - "69896534-b3a4-4f1e-a972-db2a40ce248f" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-correlation-request-id": [ - "6181b7f8-efd6-4a45-bffc-ca030c9553f5" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182206Z:6181b7f8-efd6-4a45-bffc-ca030c9553f5" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:22:05 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e219cdf3-68da-48a5-a303-dd48655fbab2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "e219cdf3-68da-48a5-a303-dd48655fbab2" - ], - "request-id": [ - "e219cdf3-68da-48a5-a303-dd48655fbab2" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-correlation-request-id": [ - "4a6bdbcd-e928-42da-aec6-168edfe5e982" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182216Z:4a6bdbcd-e928-42da-aec6-168edfe5e982" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:22:16 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1dbeaff7-f86d-436d-989a-a506fe1b2432" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "1dbeaff7-f86d-436d-989a-a506fe1b2432" - ], - "request-id": [ - "1dbeaff7-f86d-436d-989a-a506fe1b2432" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-correlation-request-id": [ - "fc238579-5204-4ec7-ae6e-fe375bd0abef" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182226Z:fc238579-5204-4ec7-ae6e-fe375bd0abef" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:22:26 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d94f06b4-ba13-430a-b737-c7850b9ded67" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "d94f06b4-ba13-430a-b737-c7850b9ded67" - ], - "request-id": [ - "d94f06b4-ba13-430a-b737-c7850b9ded67" - ], - "elapsed-time": [ - "69" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-correlation-request-id": [ - "5b627f0b-86d6-41c2-8eeb-a8d94e283070" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182237Z:5b627f0b-86d6-41c2-8eeb-a8d94e283070" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:22:36 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "60b579a2-c422-4a0e-9dbc-08eb985605fd" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "60b579a2-c422-4a0e-9dbc-08eb985605fd" - ], - "request-id": [ - "60b579a2-c422-4a0e-9dbc-08eb985605fd" - ], - "elapsed-time": [ - "92" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-correlation-request-id": [ - "adadb19d-bb36-490e-b93b-9ebe60202d53" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182247Z:adadb19d-bb36-490e-b93b-9ebe60202d53" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:22:46 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2b533dd4-1a65-4246-8b1f-9b492fc662b2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "2b533dd4-1a65-4246-8b1f-9b492fc662b2" - ], - "request-id": [ - "2b533dd4-1a65-4246-8b1f-9b492fc662b2" - ], - "elapsed-time": [ - "52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-correlation-request-id": [ - "f894e85c-46ab-4075-a4bf-923e13e81327" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182257Z:f894e85c-46ab-4075-a4bf-923e13e81327" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:22:56 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e8dc4dbb-e706-401d-aa9d-e999c1ce96aa" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "e8dc4dbb-e706-401d-aa9d-e999c1ce96aa" - ], - "request-id": [ - "e8dc4dbb-e706-401d-aa9d-e999c1ce96aa" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-correlation-request-id": [ - "efd1315d-c9bd-4b7e-bc8f-2c8af6988c3b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182308Z:efd1315d-c9bd-4b7e-bc8f-2c8af6988c3b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:23:08 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c1ac6552-bd14-4f4c-93be-00030fc9ab01" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c1ac6552-bd14-4f4c-93be-00030fc9ab01" - ], - "request-id": [ - "c1ac6552-bd14-4f4c-93be-00030fc9ab01" - ], - "elapsed-time": [ - "66" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-correlation-request-id": [ - "eb618944-f0a1-4171-951b-13359ab7a517" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182318Z:eb618944-f0a1-4171-951b-13359ab7a517" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:23:18 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "045b360a-243b-488f-b5b8-4dd308700d0b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "045b360a-243b-488f-b5b8-4dd308700d0b" - ], - "request-id": [ - "045b360a-243b-488f-b5b8-4dd308700d0b" - ], - "elapsed-time": [ - "82" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-correlation-request-id": [ - "8f64f278-cc62-4ed7-82b1-398580b9bb11" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182328Z:8f64f278-cc62-4ed7-82b1-398580b9bb11" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:23:27 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "bf9bd177-2579-4793-91b9-f17355d66295" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "bf9bd177-2579-4793-91b9-f17355d66295" - ], - "request-id": [ - "bf9bd177-2579-4793-91b9-f17355d66295" - ], - "elapsed-time": [ - "59" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-correlation-request-id": [ - "cc5cd6ff-fc84-4297-92a8-268dad279f6d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182338Z:cc5cd6ff-fc84-4297-92a8-268dad279f6d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:23:38 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6f878cac-ac36-4b6e-a5df-2b59b783bd42" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "6f878cac-ac36-4b6e-a5df-2b59b783bd42" - ], - "request-id": [ - "6f878cac-ac36-4b6e-a5df-2b59b783bd42" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-correlation-request-id": [ - "51b6167a-2149-49e5-a783-048aaf0b4b8e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182349Z:51b6167a-2149-49e5-a783-048aaf0b4b8e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:23:49 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "bf6d01be-9f66-44b5-bf08-fd56f9693d6b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "bf6d01be-9f66-44b5-bf08-fd56f9693d6b" - ], - "request-id": [ - "bf6d01be-9f66-44b5-bf08-fd56f9693d6b" - ], - "elapsed-time": [ - "85" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-correlation-request-id": [ - "1520c352-ec3d-4e50-81db-81ea302c9dfa" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182400Z:1520c352-ec3d-4e50-81db-81ea302c9dfa" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:24:00 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9e220b6e-a933-431c-87bf-15ed2727c39e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "9e220b6e-a933-431c-87bf-15ed2727c39e" - ], - "request-id": [ - "9e220b6e-a933-431c-87bf-15ed2727c39e" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-correlation-request-id": [ - "cf1f93af-8b64-427d-97ff-80c124c955de" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182410Z:cf1f93af-8b64-427d-97ff-80c124c955de" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:24:10 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7d1782d7-60d6-49d9-b0a8-5e3736f9e4c0" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "7d1782d7-60d6-49d9-b0a8-5e3736f9e4c0" - ], - "request-id": [ - "7d1782d7-60d6-49d9-b0a8-5e3736f9e4c0" - ], - "elapsed-time": [ - "59" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-correlation-request-id": [ - "71027278-32e8-4e10-8621-71491c6e3e0e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182420Z:71027278-32e8-4e10-8621-71491c6e3e0e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:24:19 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b185ed21-0bad-4198-b4f0-9dfd082be199" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b185ed21-0bad-4198-b4f0-9dfd082be199" - ], - "request-id": [ - "b185ed21-0bad-4198-b4f0-9dfd082be199" - ], - "elapsed-time": [ - "64" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-correlation-request-id": [ - "1b1b34cd-137f-4896-9168-70ee7fb8ae5c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182431Z:1b1b34cd-137f-4896-9168-70ee7fb8ae5c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:24:30 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d3799968-15e5-4412-bd5d-ed40fc3ff51d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "d3799968-15e5-4412-bd5d-ed40fc3ff51d" - ], - "request-id": [ - "d3799968-15e5-4412-bd5d-ed40fc3ff51d" - ], - "elapsed-time": [ - "61" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-correlation-request-id": [ - "8312c4b7-753d-4cde-9f2a-73975a246cd1" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182441Z:8312c4b7-753d-4cde-9f2a-73975a246cd1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:24:40 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "730d02dc-9be4-4445-820b-f770cb4465c6" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "730d02dc-9be4-4445-820b-f770cb4465c6" - ], - "request-id": [ - "730d02dc-9be4-4445-820b-f770cb4465c6" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-correlation-request-id": [ - "9592b797-c514-4b79-82d3-8ffd0fc290a7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182451Z:9592b797-c514-4b79-82d3-8ffd0fc290a7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:24:51 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "15d0be59-4d31-4cb0-baa5-11bb366c7d7e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "15d0be59-4d31-4cb0-baa5-11bb366c7d7e" - ], - "request-id": [ - "15d0be59-4d31-4cb0-baa5-11bb366c7d7e" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-correlation-request-id": [ - "c8a4b29d-17be-4d9f-9d79-7f867569a4c1" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182501Z:c8a4b29d-17be-4d9f-9d79-7f867569a4c1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:25:01 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "cf08c517-f7eb-42a6-be11-b0b4f4216ccf" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "cf08c517-f7eb-42a6-be11-b0b4f4216ccf" - ], - "request-id": [ - "cf08c517-f7eb-42a6-be11-b0b4f4216ccf" - ], - "elapsed-time": [ - "93" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-correlation-request-id": [ - "b73c98dd-6742-42b4-b3c7-70400756f049" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182512Z:b73c98dd-6742-42b4-b3c7-70400756f049" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:25:12 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "03cfb159-dda1-4a0f-bc51-ee25e6c79e8f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "03cfb159-dda1-4a0f-bc51-ee25e6c79e8f" - ], - "request-id": [ - "03cfb159-dda1-4a0f-bc51-ee25e6c79e8f" - ], - "elapsed-time": [ - "80" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-correlation-request-id": [ - "b64dced5-4b24-4ed8-b53a-b475cc95e7b7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182522Z:b64dced5-4b24-4ed8-b53a-b475cc95e7b7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:25:22 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "29f4f985-187f-434b-9616-fb88ab42074e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "29f4f985-187f-434b-9616-fb88ab42074e" - ], - "request-id": [ - "29f4f985-187f-434b-9616-fb88ab42074e" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-correlation-request-id": [ - "36e79408-5e2b-4ccc-b7ee-b88bf9dc4269" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182532Z:36e79408-5e2b-4ccc-b7ee-b88bf9dc4269" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:25:32 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "af370beb-c106-4ab0-a3a9-6ceb331a990a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "af370beb-c106-4ab0-a3a9-6ceb331a990a" - ], - "request-id": [ - "af370beb-c106-4ab0-a3a9-6ceb331a990a" - ], - "elapsed-time": [ - "66" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-correlation-request-id": [ - "70681810-63a0-4c15-adf6-ae3dce6fa902" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182543Z:70681810-63a0-4c15-adf6-ae3dce6fa902" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:25:43 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9b5d6aa0-f9c8-4c9e-96be-7476568f6612" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "9b5d6aa0-f9c8-4c9e-96be-7476568f6612" - ], - "request-id": [ - "9b5d6aa0-f9c8-4c9e-96be-7476568f6612" - ], - "elapsed-time": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-correlation-request-id": [ - "8a64ae91-0a0e-42bc-b1b1-68965783c6a4" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182553Z:8a64ae91-0a0e-42bc-b1b1-68965783c6a4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:25:53 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ed50a0b9-421a-4a96-9705-1a2066c0720b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ed50a0b9-421a-4a96-9705-1a2066c0720b" - ], - "request-id": [ - "ed50a0b9-421a-4a96-9705-1a2066c0720b" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-correlation-request-id": [ - "c4b7ae9d-a5f2-413d-8cf6-172d609fd81d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182603Z:c4b7ae9d-a5f2-413d-8cf6-172d609fd81d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:26:03 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "dad86513-6a20-490d-895c-089397555d78" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "dad86513-6a20-490d-895c-089397555d78" - ], - "request-id": [ - "dad86513-6a20-490d-895c-089397555d78" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-correlation-request-id": [ - "3f67b328-ef65-428a-bde0-88021741b07f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182614Z:3f67b328-ef65-428a-bde0-88021741b07f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:26:13 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3afcdc80-4ba0-4317-979f-e07612903a80" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3afcdc80-4ba0-4317-979f-e07612903a80" - ], - "request-id": [ - "3afcdc80-4ba0-4317-979f-e07612903a80" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-correlation-request-id": [ - "ceaf64d1-1157-40fe-9c83-a8140d0dcf78" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182624Z:ceaf64d1-1157-40fe-9c83-a8140d0dcf78" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:26:24 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a62551b2-bc30-4ee6-bcdc-57419076ded9" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "a62551b2-bc30-4ee6-bcdc-57419076ded9" - ], - "request-id": [ - "a62551b2-bc30-4ee6-bcdc-57419076ded9" - ], - "elapsed-time": [ - "81" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-correlation-request-id": [ - "8dd009da-a669-463d-b641-c1c77ba431b0" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182634Z:8dd009da-a669-463d-b641-c1c77ba431b0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:26:34 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b63a2935-4557-4e4f-b255-fe234ecc0bff" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b63a2935-4557-4e4f-b255-fe234ecc0bff" - ], - "request-id": [ - "b63a2935-4557-4e4f-b255-fe234ecc0bff" - ], - "elapsed-time": [ - "76" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-correlation-request-id": [ - "5bc278d5-83ea-4ec0-98ef-8c9e5a6b434b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182645Z:5bc278d5-83ea-4ec0-98ef-8c9e5a6b434b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:26:44 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3a0797b8-ff40-4d29-8d42-10c8c76f882c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3a0797b8-ff40-4d29-8d42-10c8c76f882c" - ], - "request-id": [ - "3a0797b8-ff40-4d29-8d42-10c8c76f882c" - ], - "elapsed-time": [ - "55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-correlation-request-id": [ - "090e08a4-2189-4a2f-b3bd-37f6996578f4" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182655Z:090e08a4-2189-4a2f-b3bd-37f6996578f4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:26:54 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3172b8bb-aff9-4391-9ec7-0d5bacaeed6c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3172b8bb-aff9-4391-9ec7-0d5bacaeed6c" - ], - "request-id": [ - "3172b8bb-aff9-4391-9ec7-0d5bacaeed6c" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-correlation-request-id": [ - "25b4eb84-e1c3-45f8-8414-31f4eae1e811" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182705Z:25b4eb84-e1c3-45f8-8414-31f4eae1e811" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:27:05 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "dcc3abf9-1275-4220-9161-a91642850e9f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "dcc3abf9-1275-4220-9161-a91642850e9f" - ], - "request-id": [ - "dcc3abf9-1275-4220-9161-a91642850e9f" - ], - "elapsed-time": [ - "68" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" - ], - "x-ms-correlation-request-id": [ - "393733d2-110c-4a64-8402-91effe920292" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182716Z:393733d2-110c-4a64-8402-91effe920292" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:27:15 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "42e119ca-3283-4d4d-83ad-4366c0f2eff0" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "42e119ca-3283-4d4d-83ad-4366c0f2eff0" - ], - "request-id": [ - "42e119ca-3283-4d4d-83ad-4366c0f2eff0" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" - ], - "x-ms-correlation-request-id": [ - "b8483126-2f43-45d8-8b48-4121222a8137" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182726Z:b8483126-2f43-45d8-8b48-4121222a8137" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:27:25 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "cf6761a4-092e-4e3f-b3c7-a72da02564d5" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "cf6761a4-092e-4e3f-b3c7-a72da02564d5" - ], - "request-id": [ - "cf6761a4-092e-4e3f-b3c7-a72da02564d5" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" - ], - "x-ms-correlation-request-id": [ - "fd5eeeaa-c44d-4c5e-83f7-d68c9b42df6b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182736Z:fd5eeeaa-c44d-4c5e-83f7-d68c9b42df6b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:27:36 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "03f434cd-29b6-4fb4-bc1f-a6cf7694d41c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "03f434cd-29b6-4fb4-bc1f-a6cf7694d41c" - ], - "request-id": [ - "03f434cd-29b6-4fb4-bc1f-a6cf7694d41c" - ], - "elapsed-time": [ - "67" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-correlation-request-id": [ - "c94e637c-15ad-414f-a7b8-e753bfb41b8e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182747Z:c94e637c-15ad-414f-a7b8-e753bfb41b8e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:27:46 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3cd47b6c-5948-40bc-82fc-1c4eda67c0fe" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3cd47b6c-5948-40bc-82fc-1c4eda67c0fe" - ], - "request-id": [ - "3cd47b6c-5948-40bc-82fc-1c4eda67c0fe" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-correlation-request-id": [ - "82928c31-f152-4fe8-9acb-e2d2e476f040" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182758Z:82928c31-f152-4fe8-9acb-e2d2e476f040" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:27:58 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "4d2eb495-d311-408b-ad4c-a3529985a4ca" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "4d2eb495-d311-408b-ad4c-a3529985a4ca" - ], - "request-id": [ - "4d2eb495-d311-408b-ad4c-a3529985a4ca" - ], - "elapsed-time": [ - "171" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" - ], - "x-ms-correlation-request-id": [ - "95953e10-bedd-4737-bb95-f2b081036740" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182808Z:95953e10-bedd-4737-bb95-f2b081036740" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:28:07 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a8d2a1e8-b901-4478-837b-9862b403e6b8" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "a8d2a1e8-b901-4478-837b-9862b403e6b8" - ], - "request-id": [ - "a8d2a1e8-b901-4478-837b-9862b403e6b8" - ], - "elapsed-time": [ - "52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" - ], - "x-ms-correlation-request-id": [ - "85118f8e-7a02-4653-a9fb-77a9c2a83943" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182818Z:85118f8e-7a02-4653-a9fb-77a9c2a83943" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:28:18 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "10dc98ab-5775-41a8-af03-1426a924a8be" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "10dc98ab-5775-41a8-af03-1426a924a8be" - ], - "request-id": [ - "10dc98ab-5775-41a8-af03-1426a924a8be" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14784" - ], - "x-ms-correlation-request-id": [ - "daa72e49-4a69-4927-a497-187c2ee605a9" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182829Z:daa72e49-4a69-4927-a497-187c2ee605a9" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:28:28 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "662bf077-7538-4e28-9e72-932e1c66c53b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "662bf077-7538-4e28-9e72-932e1c66c53b" - ], - "request-id": [ - "662bf077-7538-4e28-9e72-932e1c66c53b" - ], - "elapsed-time": [ - "109" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14783" - ], - "x-ms-correlation-request-id": [ - "9d7847aa-435c-43ab-8995-06c83142e120" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182839Z:9d7847aa-435c-43ab-8995-06c83142e120" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:28:39 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "adcd0d47-3ce8-4939-bcc4-014124ce479a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "adcd0d47-3ce8-4939-bcc4-014124ce479a" - ], - "request-id": [ - "adcd0d47-3ce8-4939-bcc4-014124ce479a" - ], - "elapsed-time": [ - "62" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14782" - ], - "x-ms-correlation-request-id": [ - "05c5205f-adaf-4b97-851e-9f2fb874a61f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182849Z:05c5205f-adaf-4b97-851e-9f2fb874a61f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:28:49 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "69126fc3-c5d4-456f-a2ea-cf1ec8ced6e7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "69126fc3-c5d4-456f-a2ea-cf1ec8ced6e7" - ], - "request-id": [ - "69126fc3-c5d4-456f-a2ea-cf1ec8ced6e7" - ], - "elapsed-time": [ - "79" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14781" - ], - "x-ms-correlation-request-id": [ - "9090ae4a-fc2e-4a52-80e1-8da5e4e54e74" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182900Z:9090ae4a-fc2e-4a52-80e1-8da5e4e54e74" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:28:59 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f9a0fbaf-f330-4cd1-af9f-28f454bb9999" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "f9a0fbaf-f330-4cd1-af9f-28f454bb9999" - ], - "request-id": [ - "f9a0fbaf-f330-4cd1-af9f-28f454bb9999" - ], - "elapsed-time": [ - "55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14780" - ], - "x-ms-correlation-request-id": [ - "1cd30723-a8a5-4c84-a871-34e4378a44ad" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182910Z:1cd30723-a8a5-4c84-a871-34e4378a44ad" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:29:10 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "032481c4-3e37-491f-8d7a-027f89957605" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "032481c4-3e37-491f-8d7a-027f89957605" - ], - "request-id": [ - "032481c4-3e37-491f-8d7a-027f89957605" - ], - "elapsed-time": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14779" - ], - "x-ms-correlation-request-id": [ - "79d60c19-8108-4f75-be67-953ebea2c17c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182920Z:79d60c19-8108-4f75-be67-953ebea2c17c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:29:19 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d6953a0f-f1ab-4680-9855-e01a4b4f8432" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "d6953a0f-f1ab-4680-9855-e01a4b4f8432" - ], - "request-id": [ - "d6953a0f-f1ab-4680-9855-e01a4b4f8432" - ], - "elapsed-time": [ - "64" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14778" - ], - "x-ms-correlation-request-id": [ - "eef3aaf8-dba0-4217-9b3c-7209c7d3609f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182931Z:eef3aaf8-dba0-4217-9b3c-7209c7d3609f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:29:31 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a19da190-e6bb-44f0-b635-425566f0f977" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "a19da190-e6bb-44f0-b635-425566f0f977" - ], - "request-id": [ - "a19da190-e6bb-44f0-b635-425566f0f977" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14777" - ], - "x-ms-correlation-request-id": [ - "158e24ce-5e64-4cc8-bc30-e08eebd0ac5a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182941Z:158e24ce-5e64-4cc8-bc30-e08eebd0ac5a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:29:41 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "bc35a7cf-4ffb-4233-8e12-de1841fa7bd7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "bc35a7cf-4ffb-4233-8e12-de1841fa7bd7" - ], - "request-id": [ - "bc35a7cf-4ffb-4233-8e12-de1841fa7bd7" - ], - "elapsed-time": [ - "55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14776" - ], - "x-ms-correlation-request-id": [ - "672a4f80-ba71-429d-aef4-7a95b682a2c4" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182951Z:672a4f80-ba71-429d-aef4-7a95b682a2c4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:29:50 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "eb28e9e2-c872-40c6-af38-8b8d0aaf707f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "eb28e9e2-c872-40c6-af38-8b8d0aaf707f" - ], - "request-id": [ - "eb28e9e2-c872-40c6-af38-8b8d0aaf707f" - ], - "elapsed-time": [ - "52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14775" - ], - "x-ms-correlation-request-id": [ - "0e8fd0e7-fd57-49b2-9f75-d2339d2bf348" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183002Z:0e8fd0e7-fd57-49b2-9f75-d2339d2bf348" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:30:01 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a46ace2f-7345-47ea-89a1-abab5ecf0a9c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "a46ace2f-7345-47ea-89a1-abab5ecf0a9c" - ], - "request-id": [ - "a46ace2f-7345-47ea-89a1-abab5ecf0a9c" - ], - "elapsed-time": [ - "61" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14774" - ], - "x-ms-correlation-request-id": [ - "cb775cc6-bece-42da-b435-faa0717e2ca7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183012Z:cb775cc6-bece-42da-b435-faa0717e2ca7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:30:12 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "637e14cd-dbe6-4bcc-866c-3638a6c53e7a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "637e14cd-dbe6-4bcc-866c-3638a6c53e7a" - ], - "request-id": [ - "637e14cd-dbe6-4bcc-866c-3638a6c53e7a" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14773" - ], - "x-ms-correlation-request-id": [ - "8efe51c3-0b1d-4a29-a8de-d7ff94bd1b63" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183022Z:8efe51c3-0b1d-4a29-a8de-d7ff94bd1b63" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:30:22 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "cdee5ab1-8d31-45e6-a095-f473f90d0223" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "cdee5ab1-8d31-45e6-a095-f473f90d0223" - ], - "request-id": [ - "cdee5ab1-8d31-45e6-a095-f473f90d0223" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14772" - ], - "x-ms-correlation-request-id": [ - "4dd49be8-174e-4896-87b8-cec4549b8fe7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183033Z:4dd49be8-174e-4896-87b8-cec4549b8fe7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:30:32 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "59d92c9f-e4fe-4c0b-9827-4ca8f8ff5b41" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "59d92c9f-e4fe-4c0b-9827-4ca8f8ff5b41" - ], - "request-id": [ - "59d92c9f-e4fe-4c0b-9827-4ca8f8ff5b41" - ], - "elapsed-time": [ - "74" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14771" - ], - "x-ms-correlation-request-id": [ - "c7a43bea-c9cb-487b-80ee-2f3e68c7d0f7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183043Z:c7a43bea-c9cb-487b-80ee-2f3e68c7d0f7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:30:42 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e8ee2883-dfc1-4c05-9fd0-9f18f571f6a2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "e8ee2883-dfc1-4c05-9fd0-9f18f571f6a2" - ], - "request-id": [ - "e8ee2883-dfc1-4c05-9fd0-9f18f571f6a2" - ], - "elapsed-time": [ - "52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14770" - ], - "x-ms-correlation-request-id": [ - "055679f2-90bf-4c84-90eb-3a167359dbc1" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183053Z:055679f2-90bf-4c84-90eb-3a167359dbc1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:30:53 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6e582fef-fb3d-4fc3-9d6c-f20798c63ec7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "6e582fef-fb3d-4fc3-9d6c-f20798c63ec7" - ], - "request-id": [ - "6e582fef-fb3d-4fc3-9d6c-f20798c63ec7" - ], - "elapsed-time": [ - "52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14769" - ], - "x-ms-correlation-request-id": [ - "f65c76ba-e43d-4e4b-b117-4ec30e92ad15" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183103Z:f65c76ba-e43d-4e4b-b117-4ec30e92ad15" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:31:03 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "cd9afc15-c28d-4a72-97e9-b3ebc6557324" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "cd9afc15-c28d-4a72-97e9-b3ebc6557324" - ], - "request-id": [ - "cd9afc15-c28d-4a72-97e9-b3ebc6557324" - ], - "elapsed-time": [ - "55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14768" - ], - "x-ms-correlation-request-id": [ - "396c94e0-0d2c-4bf4-9df9-aedcec1a105e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183114Z:396c94e0-0d2c-4bf4-9df9-aedcec1a105e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:31:13 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8d8c7ebb-70a9-4ade-8863-a75bc96b8e55" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "8d8c7ebb-70a9-4ade-8863-a75bc96b8e55" - ], - "request-id": [ - "8d8c7ebb-70a9-4ade-8863-a75bc96b8e55" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14767" - ], - "x-ms-correlation-request-id": [ - "21f2b851-b91c-4c57-b87b-d5d042c7dded" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183124Z:21f2b851-b91c-4c57-b87b-d5d042c7dded" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:31:24 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6135ad1d-b2cc-4b3d-8137-0c7ffe1cdf01" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "6135ad1d-b2cc-4b3d-8137-0c7ffe1cdf01" - ], - "request-id": [ - "6135ad1d-b2cc-4b3d-8137-0c7ffe1cdf01" - ], - "elapsed-time": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14766" - ], - "x-ms-correlation-request-id": [ - "39f861a8-6341-442b-9b81-b6b7c6b48e11" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183134Z:39f861a8-6341-442b-9b81-b6b7c6b48e11" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:31:33 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "42d9e4cf-13bb-4a58-8ed8-e9146ac923de" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "42d9e4cf-13bb-4a58-8ed8-e9146ac923de" - ], - "request-id": [ - "42d9e4cf-13bb-4a58-8ed8-e9146ac923de" - ], - "elapsed-time": [ - "67" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14765" - ], - "x-ms-correlation-request-id": [ - "ac397c45-962f-41f2-824f-7494dac0775d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183145Z:ac397c45-962f-41f2-824f-7494dac0775d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:31:44 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "148d509b-f29b-49fe-9ec6-841f4801353d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "148d509b-f29b-49fe-9ec6-841f4801353d" - ], - "request-id": [ - "148d509b-f29b-49fe-9ec6-841f4801353d" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14764" - ], - "x-ms-correlation-request-id": [ - "83660399-9613-4fc7-b201-14ebabe226a5" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183155Z:83660399-9613-4fc7-b201-14ebabe226a5" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:31:55 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "11518c86-bb39-45eb-9298-3ced43e47b63" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "11518c86-bb39-45eb-9298-3ced43e47b63" - ], - "request-id": [ - "11518c86-bb39-45eb-9298-3ced43e47b63" - ], - "elapsed-time": [ - "235" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14763" - ], - "x-ms-correlation-request-id": [ - "b493f60a-aa89-4e83-936e-4ce2dc7113dd" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183206Z:b493f60a-aa89-4e83-936e-4ce2dc7113dd" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:32:06 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "620a30db-61d9-4a19-8e65-1a53c0655072" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "620a30db-61d9-4a19-8e65-1a53c0655072" - ], - "request-id": [ - "620a30db-61d9-4a19-8e65-1a53c0655072" - ], - "elapsed-time": [ - "69" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14762" - ], - "x-ms-correlation-request-id": [ - "47af1fb5-c7cd-447b-be05-d4964d048d4f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183216Z:47af1fb5-c7cd-447b-be05-d4964d048d4f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:32:16 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6435179e-d6a0-4a2f-a501-29af398aef2e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "6435179e-d6a0-4a2f-a501-29af398aef2e" - ], - "request-id": [ - "6435179e-d6a0-4a2f-a501-29af398aef2e" - ], - "elapsed-time": [ - "107" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14761" - ], - "x-ms-correlation-request-id": [ - "b560e946-a4dc-4b00-964b-12ffe6271590" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183227Z:b560e946-a4dc-4b00-964b-12ffe6271590" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:32:26 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "219205e8-5e4d-4a30-90b7-9e349d567bf1" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "219205e8-5e4d-4a30-90b7-9e349d567bf1" - ], - "request-id": [ - "219205e8-5e4d-4a30-90b7-9e349d567bf1" - ], - "elapsed-time": [ - "72" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14760" - ], - "x-ms-correlation-request-id": [ - "83a8d334-e9bf-412a-aac5-3ade3b804d3d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183237Z:83a8d334-e9bf-412a-aac5-3ade3b804d3d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:32:37 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "830655a0-ee47-47bc-8a38-ad31aafbd2ee" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "830655a0-ee47-47bc-8a38-ad31aafbd2ee" - ], - "request-id": [ - "830655a0-ee47-47bc-8a38-ad31aafbd2ee" - ], - "elapsed-time": [ - "109" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14759" - ], - "x-ms-correlation-request-id": [ - "9abb7eb2-5d4c-463a-a8eb-67780d7b06d7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183247Z:9abb7eb2-5d4c-463a-a8eb-67780d7b06d7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:32:47 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d4b74765-cd73-4cc8-873a-8d3ececb3d4e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "d4b74765-cd73-4cc8-873a-8d3ececb3d4e" - ], - "request-id": [ - "d4b74765-cd73-4cc8-873a-8d3ececb3d4e" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14758" - ], - "x-ms-correlation-request-id": [ - "57447d5d-f763-468d-a5ce-423d2adb0e4c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183258Z:57447d5d-f763-468d-a5ce-423d2adb0e4c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:32:57 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "19b14642-00a9-42bc-891b-8d14be6c0944" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "19b14642-00a9-42bc-891b-8d14be6c0944" - ], - "request-id": [ - "19b14642-00a9-42bc-891b-8d14be6c0944" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14757" - ], - "x-ms-correlation-request-id": [ - "ad606466-76bc-4171-bd1e-053855ba7de0" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183308Z:ad606466-76bc-4171-bd1e-053855ba7de0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Fri, 29 May 2020 18:33:08 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9e094598-05f3-41f7-b708-73173b9d9906" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Thu, 06 Aug 2020 23:42:43 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9e094598-05f3-41f7-b708-73173b9d9906" + "d6bc4503-d5fa-4698-b099-b009c7beaa2e" ], "request-id": [ - "9e094598-05f3-41f7-b708-73173b9d9906" + "d6bc4503-d5fa-4698-b099-b009c7beaa2e" ], "elapsed-time": [ - "63" + "441" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14756" + "14959" ], "x-ms-correlation-request-id": [ - "f6c15e87-9f86-4ab4-b520-f46389dab4e1" + "545e6523-20a5-4b9a-953e-3395344452be" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183318Z:f6c15e87-9f86-4ab4-b520-f46389dab4e1" + "NORTHEUROPE:20200806T234244Z:545e6523-20a5-4b9a-953e-3395344452be" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:33:17 GMT" - ], "Content-Length": [ "541" ], @@ -17766,25 +2442,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4aefdfd-ea53-461d-a1fe-0afdcb3dc66e" + "0b02e14d-8f80-47cc-9839-816aee7a2af1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -17792,42 +2468,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:42:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a4aefdfd-ea53-461d-a1fe-0afdcb3dc66e" + "0b02e14d-8f80-47cc-9839-816aee7a2af1" ], "request-id": [ - "a4aefdfd-ea53-461d-a1fe-0afdcb3dc66e" + "0b02e14d-8f80-47cc-9839-816aee7a2af1" ], "elapsed-time": [ - "63" + "389" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14755" + "14958" ], "x-ms-correlation-request-id": [ - "a92ccca4-bf2a-489f-a60f-c44301ca34c9" + "a982ecdc-4b0c-459e-a761-fd799a7ff028" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183328Z:a92ccca4-bf2a-489f-a60f-c44301ca34c9" + "NORTHEUROPE:20200806T234254Z:a982ecdc-4b0c-459e-a761-fd799a7ff028" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:33:28 GMT" - ], "Content-Length": [ "541" ], @@ -17838,25 +2514,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7fed479c-88e1-4c49-9898-577db417140c" + "6e493ae1-cd4f-4ce2-b6ba-2627c9be9c37" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -17864,42 +2540,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:43:04 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7fed479c-88e1-4c49-9898-577db417140c" + "6e493ae1-cd4f-4ce2-b6ba-2627c9be9c37" ], "request-id": [ - "7fed479c-88e1-4c49-9898-577db417140c" + "6e493ae1-cd4f-4ce2-b6ba-2627c9be9c37" ], "elapsed-time": [ - "96" + "279" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14754" + "14957" ], "x-ms-correlation-request-id": [ - "fa551627-ae4f-4f14-885f-a2e8e542a72c" + "237f1fa4-c906-4272-8e81-c2603f9e312d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183339Z:fa551627-ae4f-4f14-885f-a2e8e542a72c" + "NORTHEUROPE:20200806T234305Z:237f1fa4-c906-4272-8e81-c2603f9e312d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:33:39 GMT" - ], "Content-Length": [ "541" ], @@ -17910,25 +2586,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a19664a7-1ef9-4818-8536-a964e2de3427" + "dff9eecc-dcb5-47fe-ac7b-c17ed005eb81" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -17936,42 +2612,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:43:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a19664a7-1ef9-4818-8536-a964e2de3427" + "dff9eecc-dcb5-47fe-ac7b-c17ed005eb81" ], "request-id": [ - "a19664a7-1ef9-4818-8536-a964e2de3427" + "dff9eecc-dcb5-47fe-ac7b-c17ed005eb81" ], "elapsed-time": [ - "62" + "319" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14753" + "14956" ], "x-ms-correlation-request-id": [ - "4fc1743d-c9e3-47f3-81db-3e08e799fae0" + "900d638e-adef-425d-9973-f959223aa57c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183349Z:4fc1743d-c9e3-47f3-81db-3e08e799fae0" + "NORTHEUROPE:20200806T234315Z:900d638e-adef-425d-9973-f959223aa57c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:33:49 GMT" - ], "Content-Length": [ "541" ], @@ -17982,25 +2658,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d8d3d86e-fe6e-43df-8960-49adb5da0e6c" + "5e20e622-fb34-4036-8b50-0ab3c848040b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18008,42 +2684,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:43:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d8d3d86e-fe6e-43df-8960-49adb5da0e6c" + "5e20e622-fb34-4036-8b50-0ab3c848040b" ], "request-id": [ - "d8d3d86e-fe6e-43df-8960-49adb5da0e6c" + "5e20e622-fb34-4036-8b50-0ab3c848040b" ], "elapsed-time": [ - "57" + "342" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14752" + "14955" ], "x-ms-correlation-request-id": [ - "414bdfdd-d5b6-4e19-a0a5-37333d018c8d" + "7dbf57ec-4533-478b-bf34-110c08bceaa1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183359Z:414bdfdd-d5b6-4e19-a0a5-37333d018c8d" + "NORTHEUROPE:20200806T234326Z:7dbf57ec-4533-478b-bf34-110c08bceaa1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:33:59 GMT" - ], "Content-Length": [ "541" ], @@ -18054,25 +2730,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0d02d5e9-4dff-4ac7-bff3-ae5dad9529a3" + "fb41e167-1fb2-4b6f-bbb1-2dd47de265dd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18080,42 +2756,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:43:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0d02d5e9-4dff-4ac7-bff3-ae5dad9529a3" + "fb41e167-1fb2-4b6f-bbb1-2dd47de265dd" ], "request-id": [ - "0d02d5e9-4dff-4ac7-bff3-ae5dad9529a3" + "fb41e167-1fb2-4b6f-bbb1-2dd47de265dd" ], "elapsed-time": [ - "211" + "305" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14751" + "14954" ], "x-ms-correlation-request-id": [ - "49868622-7116-48c8-82df-690c4541c571" + "4ef97d98-f948-4fe3-8c15-c9ab130ed014" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183410Z:49868622-7116-48c8-82df-690c4541c571" + "NORTHEUROPE:20200806T234336Z:4ef97d98-f948-4fe3-8c15-c9ab130ed014" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:34:09 GMT" - ], "Content-Length": [ "541" ], @@ -18126,25 +2802,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a8a6d6b3-03b0-4a84-b63a-e996ca3926e3" + "6c29bfe8-9312-4938-b555-6a872f86831a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18152,42 +2828,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:43:46 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a8a6d6b3-03b0-4a84-b63a-e996ca3926e3" + "6c29bfe8-9312-4938-b555-6a872f86831a" ], "request-id": [ - "a8a6d6b3-03b0-4a84-b63a-e996ca3926e3" + "6c29bfe8-9312-4938-b555-6a872f86831a" ], "elapsed-time": [ - "60" + "297" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14750" + "14953" ], "x-ms-correlation-request-id": [ - "1cab02bd-27e0-4a90-8d0f-714f8fb195ef" + "df946934-941f-462b-8b61-9da958c9efc8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183420Z:1cab02bd-27e0-4a90-8d0f-714f8fb195ef" + "NORTHEUROPE:20200806T234347Z:df946934-941f-462b-8b61-9da958c9efc8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:34:19 GMT" - ], "Content-Length": [ "541" ], @@ -18198,25 +2874,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9f06ccf-7577-45a9-b2bf-4ac1a9deb6ed" + "9721af69-b7b2-4db9-bf71-42fbb5e2fe0c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18224,42 +2900,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:43:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f9f06ccf-7577-45a9-b2bf-4ac1a9deb6ed" + "9721af69-b7b2-4db9-bf71-42fbb5e2fe0c" ], "request-id": [ - "f9f06ccf-7577-45a9-b2bf-4ac1a9deb6ed" + "9721af69-b7b2-4db9-bf71-42fbb5e2fe0c" ], "elapsed-time": [ - "57" + "316" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14749" + "14952" ], "x-ms-correlation-request-id": [ - "0c125f74-6546-49c1-a331-a2cc3546fe02" + "89394d51-eb51-4bb5-a9a6-f0ec6e71a81c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183430Z:0c125f74-6546-49c1-a331-a2cc3546fe02" + "NORTHEUROPE:20200806T234357Z:89394d51-eb51-4bb5-a9a6-f0ec6e71a81c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:34:30 GMT" - ], "Content-Length": [ "541" ], @@ -18270,25 +2946,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c6852e1a-e261-4e3d-9366-10011e5f5570" + "e53da023-027a-453a-855e-aff3af28f16a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18296,42 +2972,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:44:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c6852e1a-e261-4e3d-9366-10011e5f5570" + "e53da023-027a-453a-855e-aff3af28f16a" ], "request-id": [ - "c6852e1a-e261-4e3d-9366-10011e5f5570" + "e53da023-027a-453a-855e-aff3af28f16a" ], "elapsed-time": [ - "82" + "275" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14748" + "14951" ], "x-ms-correlation-request-id": [ - "d7bef48b-3558-4ccc-b85a-24972a97b5c5" + "3ca7c4fd-69c7-4636-b62d-dee391aa9fdb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183441Z:d7bef48b-3558-4ccc-b85a-24972a97b5c5" + "NORTHEUROPE:20200806T234408Z:3ca7c4fd-69c7-4636-b62d-dee391aa9fdb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:34:40 GMT" - ], "Content-Length": [ "541" ], @@ -18342,25 +3018,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "97045b52-4ab0-40c7-b29a-8aa5b9ebbfdf" + "2eb40d69-740e-46db-b74d-6a11688215c8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18368,42 +3044,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:44:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "97045b52-4ab0-40c7-b29a-8aa5b9ebbfdf" + "2eb40d69-740e-46db-b74d-6a11688215c8" ], "request-id": [ - "97045b52-4ab0-40c7-b29a-8aa5b9ebbfdf" + "2eb40d69-740e-46db-b74d-6a11688215c8" ], "elapsed-time": [ - "68" + "603" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14747" + "14950" ], "x-ms-correlation-request-id": [ - "42ef44c5-fe96-4162-8bce-351b19216e14" + "701d3a12-386c-4ae6-a562-81e5461a73e4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183451Z:42ef44c5-fe96-4162-8bce-351b19216e14" + "NORTHEUROPE:20200806T234419Z:701d3a12-386c-4ae6-a562-81e5461a73e4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:34:51 GMT" - ], "Content-Length": [ "541" ], @@ -18414,25 +3090,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f4f30b84-fd2d-4851-bad4-dfa0983ea55c" + "1b38c0c6-2c69-42fa-984c-c45e7df92927" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18440,42 +3116,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:44:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f4f30b84-fd2d-4851-bad4-dfa0983ea55c" + "1b38c0c6-2c69-42fa-984c-c45e7df92927" ], "request-id": [ - "f4f30b84-fd2d-4851-bad4-dfa0983ea55c" + "1b38c0c6-2c69-42fa-984c-c45e7df92927" ], "elapsed-time": [ - "183" + "976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14746" + "14949" ], "x-ms-correlation-request-id": [ - "9e80cd31-1264-4cf1-ab4d-1618c9cf8d40" + "a89c40d3-f872-4ce5-9f8c-54eeb1c8c3cd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183501Z:9e80cd31-1264-4cf1-ab4d-1618c9cf8d40" + "NORTHEUROPE:20200806T234431Z:a89c40d3-f872-4ce5-9f8c-54eeb1c8c3cd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:35:01 GMT" - ], "Content-Length": [ "541" ], @@ -18486,25 +3162,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f6787ad5-4823-4f40-99d0-97fce337b855" + "cbc84974-a2a6-48d4-8e8d-6e9686954290" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18512,42 +3188,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:44:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f6787ad5-4823-4f40-99d0-97fce337b855" + "cbc84974-a2a6-48d4-8e8d-6e9686954290" ], "request-id": [ - "f6787ad5-4823-4f40-99d0-97fce337b855" + "cbc84974-a2a6-48d4-8e8d-6e9686954290" ], "elapsed-time": [ - "67" + "316" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14745" + "14948" ], "x-ms-correlation-request-id": [ - "6639f20b-d724-4533-ab12-6cf3b1043742" + "b34b61a2-0b9e-498d-a56d-bbe45a3a9532" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183512Z:6639f20b-d724-4533-ab12-6cf3b1043742" + "NORTHEUROPE:20200806T234441Z:b34b61a2-0b9e-498d-a56d-bbe45a3a9532" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:35:12 GMT" - ], "Content-Length": [ "541" ], @@ -18558,25 +3234,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6a6d83-3cad-40c1-a662-67f14f97f1f3" + "f4dc81e5-2b04-4e22-952b-1f412cccc023" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18584,42 +3260,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:44:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9d6a6d83-3cad-40c1-a662-67f14f97f1f3" + "f4dc81e5-2b04-4e22-952b-1f412cccc023" ], "request-id": [ - "9d6a6d83-3cad-40c1-a662-67f14f97f1f3" + "f4dc81e5-2b04-4e22-952b-1f412cccc023" ], "elapsed-time": [ - "64" + "351" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14744" + "14947" ], "x-ms-correlation-request-id": [ - "aea52e50-fc5e-41fa-a917-b4bf287ad664" + "4148127b-fdc0-4f03-bb6d-199824d79930" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183522Z:aea52e50-fc5e-41fa-a917-b4bf287ad664" + "NORTHEUROPE:20200806T234452Z:4148127b-fdc0-4f03-bb6d-199824d79930" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:35:21 GMT" - ], "Content-Length": [ "541" ], @@ -18630,25 +3306,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "01772a4a-8224-4b1b-b24a-0f2d19661470" + "e9df29ca-827f-4b22-a71d-b45655a1bd8d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18656,42 +3332,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:45:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "01772a4a-8224-4b1b-b24a-0f2d19661470" + "e9df29ca-827f-4b22-a71d-b45655a1bd8d" ], "request-id": [ - "01772a4a-8224-4b1b-b24a-0f2d19661470" + "e9df29ca-827f-4b22-a71d-b45655a1bd8d" ], "elapsed-time": [ - "61" + "306" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14743" + "14958" ], "x-ms-correlation-request-id": [ - "3eb60086-316f-4f69-8a85-20a6bbfe9ebf" + "7c355493-2325-4adc-ab01-d2de374a38c8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183532Z:3eb60086-316f-4f69-8a85-20a6bbfe9ebf" + "NORTHEUROPE:20200806T234502Z:7c355493-2325-4adc-ab01-d2de374a38c8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:35:32 GMT" - ], "Content-Length": [ "541" ], @@ -18702,25 +3378,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b0a79790-f7ff-464d-bc73-0a46fb7988f8" + "015136b0-23ca-49a9-a4be-a1cea0de7d53" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18728,42 +3404,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:45:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b0a79790-f7ff-464d-bc73-0a46fb7988f8" + "015136b0-23ca-49a9-a4be-a1cea0de7d53" ], "request-id": [ - "b0a79790-f7ff-464d-bc73-0a46fb7988f8" + "015136b0-23ca-49a9-a4be-a1cea0de7d53" ], "elapsed-time": [ - "55" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14742" + "14957" ], "x-ms-correlation-request-id": [ - "6a133811-192b-41f8-b0e5-da84db567a82" + "5cdef1be-9c71-4a52-85d2-ffcb3211d444" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183542Z:6a133811-192b-41f8-b0e5-da84db567a82" + "NORTHEUROPE:20200806T234513Z:5cdef1be-9c71-4a52-85d2-ffcb3211d444" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:35:42 GMT" - ], "Content-Length": [ "541" ], @@ -18774,25 +3450,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0167cc42-415b-41f3-95fc-1007484ec097" + "1d159c32-91cf-4819-ad6b-25fbb3697c81" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18800,42 +3476,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:45:23 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0167cc42-415b-41f3-95fc-1007484ec097" + "1d159c32-91cf-4819-ad6b-25fbb3697c81" ], "request-id": [ - "0167cc42-415b-41f3-95fc-1007484ec097" + "1d159c32-91cf-4819-ad6b-25fbb3697c81" ], "elapsed-time": [ - "86" + "353" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14741" + "14956" ], "x-ms-correlation-request-id": [ - "f7447826-c294-4469-abf7-a57e890bdb2c" + "ebb9453a-56d7-4ed0-9d6f-9aead5f74358" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183553Z:f7447826-c294-4469-abf7-a57e890bdb2c" + "NORTHEUROPE:20200806T234523Z:ebb9453a-56d7-4ed0-9d6f-9aead5f74358" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:35:52 GMT" - ], "Content-Length": [ "541" ], @@ -18846,25 +3522,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee8abf11-8c6c-4fd9-8ce3-5d5502c42222" + "2d7d633e-0b20-4d6d-acc3-4a9f1d0c1b38" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18872,42 +3548,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:45:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ee8abf11-8c6c-4fd9-8ce3-5d5502c42222" + "2d7d633e-0b20-4d6d-acc3-4a9f1d0c1b38" ], "request-id": [ - "ee8abf11-8c6c-4fd9-8ce3-5d5502c42222" + "2d7d633e-0b20-4d6d-acc3-4a9f1d0c1b38" ], "elapsed-time": [ - "110" + "294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14740" + "14955" ], "x-ms-correlation-request-id": [ - "1606986a-67aa-4186-ac33-e691d7efa725" + "c7288dda-e6d1-4a07-85d6-5ec9f24987a1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183603Z:1606986a-67aa-4186-ac33-e691d7efa725" + "NORTHEUROPE:20200806T234535Z:c7288dda-e6d1-4a07-85d6-5ec9f24987a1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:36:02 GMT" - ], "Content-Length": [ "541" ], @@ -18918,25 +3594,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a55e4ba5-809b-48e3-ab51-53be5ffc1e71" + "f580f3a7-44c2-492d-a55c-caa09a157939" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18944,42 +3620,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:45:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a55e4ba5-809b-48e3-ab51-53be5ffc1e71" + "f580f3a7-44c2-492d-a55c-caa09a157939" ], "request-id": [ - "a55e4ba5-809b-48e3-ab51-53be5ffc1e71" + "f580f3a7-44c2-492d-a55c-caa09a157939" ], "elapsed-time": [ - "193" + "399" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14739" + "14954" ], "x-ms-correlation-request-id": [ - "17b7b7dc-115d-44eb-8e70-241c875af02b" + "85b1139e-5ad9-47a3-9c6b-51fe9085d42f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183614Z:17b7b7dc-115d-44eb-8e70-241c875af02b" + "NORTHEUROPE:20200806T234545Z:85b1139e-5ad9-47a3-9c6b-51fe9085d42f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:36:14 GMT" - ], "Content-Length": [ "541" ], @@ -18990,25 +3666,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f101fcec-5ff8-44f5-95d0-c1758cbc9aeb" + "78e6708d-0fe0-4a23-a535-2d8677eb8c4a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19016,42 +3692,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:45:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f101fcec-5ff8-44f5-95d0-c1758cbc9aeb" + "78e6708d-0fe0-4a23-a535-2d8677eb8c4a" ], "request-id": [ - "f101fcec-5ff8-44f5-95d0-c1758cbc9aeb" + "78e6708d-0fe0-4a23-a535-2d8677eb8c4a" ], "elapsed-time": [ - "56" + "317" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14738" + "14953" ], "x-ms-correlation-request-id": [ - "c9da469d-b575-4b04-a1b9-0f246d3c55f2" + "775ae4e4-18f9-4f70-b9ae-1cb8fe54fd4d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183625Z:c9da469d-b575-4b04-a1b9-0f246d3c55f2" + "NORTHEUROPE:20200806T234556Z:775ae4e4-18f9-4f70-b9ae-1cb8fe54fd4d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:36:24 GMT" - ], "Content-Length": [ "541" ], @@ -19062,25 +3738,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b48d9f6-e357-4897-b639-3e47b4c9ce52" + "fe57d6dd-5967-47a2-bf75-f45f85f9f559" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19088,42 +3764,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:46:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0b48d9f6-e357-4897-b639-3e47b4c9ce52" + "fe57d6dd-5967-47a2-bf75-f45f85f9f559" ], "request-id": [ - "0b48d9f6-e357-4897-b639-3e47b4c9ce52" + "fe57d6dd-5967-47a2-bf75-f45f85f9f559" ], "elapsed-time": [ - "55" + "335" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14737" + "14952" ], "x-ms-correlation-request-id": [ - "2920617f-324a-4edb-8f2f-5abfea41506d" + "4801124f-2605-4fd4-b6ab-05a57218e761" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183635Z:2920617f-324a-4edb-8f2f-5abfea41506d" + "NORTHEUROPE:20200806T234606Z:4801124f-2605-4fd4-b6ab-05a57218e761" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:36:34 GMT" - ], "Content-Length": [ "541" ], @@ -19134,25 +3810,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dedcea88-238c-45c5-8d88-6ff487f0dc45" + "62c6c21d-5eb4-4043-bad4-e10c688ace28" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19160,42 +3836,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:46:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "dedcea88-238c-45c5-8d88-6ff487f0dc45" + "62c6c21d-5eb4-4043-bad4-e10c688ace28" ], "request-id": [ - "dedcea88-238c-45c5-8d88-6ff487f0dc45" + "62c6c21d-5eb4-4043-bad4-e10c688ace28" ], "elapsed-time": [ - "53" + "281" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14736" + "14951" ], "x-ms-correlation-request-id": [ - "2ddb25ee-85e9-4032-9507-d76fa07e3ce0" + "343946e5-b02c-4a90-b280-110e7cd60524" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183645Z:2ddb25ee-85e9-4032-9507-d76fa07e3ce0" + "NORTHEUROPE:20200806T234617Z:343946e5-b02c-4a90-b280-110e7cd60524" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:36:45 GMT" - ], "Content-Length": [ "541" ], @@ -19206,25 +3882,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9955a03b-d9a6-4432-a868-06a79f8a57db" + "d46ad888-6bee-447b-b24e-b37bb6c6f46d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19232,42 +3908,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:46:27 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9955a03b-d9a6-4432-a868-06a79f8a57db" + "d46ad888-6bee-447b-b24e-b37bb6c6f46d" ], "request-id": [ - "9955a03b-d9a6-4432-a868-06a79f8a57db" + "d46ad888-6bee-447b-b24e-b37bb6c6f46d" ], "elapsed-time": [ - "60" + "351" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14735" + "14950" ], "x-ms-correlation-request-id": [ - "cde9fd89-62a0-4c01-9c85-91d9b35351c1" + "8238343c-f2ea-4103-ba81-19e623481cb9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183655Z:cde9fd89-62a0-4c01-9c85-91d9b35351c1" + "NORTHEUROPE:20200806T234628Z:8238343c-f2ea-4103-ba81-19e623481cb9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:36:55 GMT" - ], "Content-Length": [ "541" ], @@ -19278,25 +3954,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9f2a191-8d12-47e3-8ff6-1c35c08e5712" + "a4f191c3-5dd4-40cc-a7af-f982f9d79305" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19304,42 +3980,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:46:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c9f2a191-8d12-47e3-8ff6-1c35c08e5712" + "a4f191c3-5dd4-40cc-a7af-f982f9d79305" ], "request-id": [ - "c9f2a191-8d12-47e3-8ff6-1c35c08e5712" + "a4f191c3-5dd4-40cc-a7af-f982f9d79305" ], "elapsed-time": [ - "52" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14734" + "14949" ], "x-ms-correlation-request-id": [ - "41655d18-08be-4571-ba4a-a8ea9f386ee9" + "091df826-f1e2-4e44-b7ed-a2461ec24ec8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183706Z:41655d18-08be-4571-ba4a-a8ea9f386ee9" + "NORTHEUROPE:20200806T234638Z:091df826-f1e2-4e44-b7ed-a2461ec24ec8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:37:05 GMT" - ], "Content-Length": [ "541" ], @@ -19350,25 +4026,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4fa9a301-41ca-40b6-8ba9-bad5db69395e" + "b599f867-46c8-476c-8964-e893546961b1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19376,42 +4052,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:46:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4fa9a301-41ca-40b6-8ba9-bad5db69395e" + "b599f867-46c8-476c-8964-e893546961b1" ], "request-id": [ - "4fa9a301-41ca-40b6-8ba9-bad5db69395e" + "b599f867-46c8-476c-8964-e893546961b1" ], "elapsed-time": [ - "54" + "312" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14733" + "14948" ], "x-ms-correlation-request-id": [ - "eda7d7a6-6a11-41f9-bb61-b348d25c4c78" + "95138efd-4991-4a01-81e1-2b6d3dea85a5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183716Z:eda7d7a6-6a11-41f9-bb61-b348d25c4c78" + "NORTHEUROPE:20200806T234649Z:95138efd-4991-4a01-81e1-2b6d3dea85a5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:37:15 GMT" - ], "Content-Length": [ "541" ], @@ -19422,25 +4098,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "50680590-5b18-42db-aaf2-07ef0e3b01fe" + "3a284937-1617-4cec-8729-047de4177851" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19448,42 +4124,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:46:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "50680590-5b18-42db-aaf2-07ef0e3b01fe" + "3a284937-1617-4cec-8729-047de4177851" ], "request-id": [ - "50680590-5b18-42db-aaf2-07ef0e3b01fe" + "3a284937-1617-4cec-8729-047de4177851" ], "elapsed-time": [ - "58" + "411" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14732" + "14947" ], "x-ms-correlation-request-id": [ - "dd052ebf-1187-42ee-8494-b204ef055b93" + "03504025-ec19-4a28-bd49-03b463567c18" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183726Z:dd052ebf-1187-42ee-8494-b204ef055b93" + "NORTHEUROPE:20200806T234659Z:03504025-ec19-4a28-bd49-03b463567c18" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:37:26 GMT" - ], "Content-Length": [ "541" ], @@ -19494,25 +4170,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5a376459-71ec-42f1-a10d-46ebaa266237" + "48f51c3d-fd3a-4ba8-8331-b91282601529" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19520,42 +4196,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:47:09 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5a376459-71ec-42f1-a10d-46ebaa266237" + "48f51c3d-fd3a-4ba8-8331-b91282601529" ], "request-id": [ - "5a376459-71ec-42f1-a10d-46ebaa266237" + "48f51c3d-fd3a-4ba8-8331-b91282601529" ], "elapsed-time": [ - "56" + "281" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14731" + "14946" ], "x-ms-correlation-request-id": [ - "0be9d97a-a0a9-4f3b-8163-efe2f33430eb" + "315eca73-12d5-46b5-8d77-6b63382c6992" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183737Z:0be9d97a-a0a9-4f3b-8163-efe2f33430eb" + "NORTHEUROPE:20200806T234710Z:315eca73-12d5-46b5-8d77-6b63382c6992" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:37:36 GMT" - ], "Content-Length": [ "541" ], @@ -19566,25 +4242,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2bc69566-f987-45e1-8b77-14c925379fca" + "9acb791c-f2df-477d-ae00-4c7a693b7615" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19592,42 +4268,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:47:20 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2bc69566-f987-45e1-8b77-14c925379fca" + "9acb791c-f2df-477d-ae00-4c7a693b7615" ], "request-id": [ - "2bc69566-f987-45e1-8b77-14c925379fca" + "9acb791c-f2df-477d-ae00-4c7a693b7615" ], "elapsed-time": [ - "53" + "345" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14730" + "14945" ], "x-ms-correlation-request-id": [ - "1609bd5a-3a7d-4f34-b466-2c19439840a1" + "bea74d94-8072-42aa-80c9-429b3278daec" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183747Z:1609bd5a-3a7d-4f34-b466-2c19439840a1" + "NORTHEUROPE:20200806T234720Z:bea74d94-8072-42aa-80c9-429b3278daec" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:37:47 GMT" - ], "Content-Length": [ "541" ], @@ -19638,25 +4314,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d0a90862-8be9-4b70-a329-06c45069117c" + "62261ae0-1fae-4d6a-a1fa-4a91ea2ffc08" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19664,42 +4340,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:47:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d0a90862-8be9-4b70-a329-06c45069117c" + "62261ae0-1fae-4d6a-a1fa-4a91ea2ffc08" ], "request-id": [ - "d0a90862-8be9-4b70-a329-06c45069117c" + "62261ae0-1fae-4d6a-a1fa-4a91ea2ffc08" ], "elapsed-time": [ - "108" + "692" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14729" + "14944" ], "x-ms-correlation-request-id": [ - "dc1f1746-17d8-4e09-ad79-9ee929269f7b" + "da882574-ee1c-403b-abcc-e73bdd4683a0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183757Z:dc1f1746-17d8-4e09-ad79-9ee929269f7b" + "NORTHEUROPE:20200806T234731Z:da882574-ee1c-403b-abcc-e73bdd4683a0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:37:57 GMT" - ], "Content-Length": [ "541" ], @@ -19710,25 +4386,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aaed615a-66a1-4e64-9091-71517e0a38a5" + "a229dccf-cf32-40bc-b249-d3710fc0b82e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19736,42 +4412,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:47:42 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "aaed615a-66a1-4e64-9091-71517e0a38a5" + "a229dccf-cf32-40bc-b249-d3710fc0b82e" ], "request-id": [ - "aaed615a-66a1-4e64-9091-71517e0a38a5" + "a229dccf-cf32-40bc-b249-d3710fc0b82e" ], "elapsed-time": [ - "68" + "320" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14728" + "14943" ], "x-ms-correlation-request-id": [ - "8974461e-5fb2-4123-9e09-2a71dc4626ca" + "49689796-8eed-4548-bc31-7bdfd18d5167" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183808Z:8974461e-5fb2-4123-9e09-2a71dc4626ca" + "NORTHEUROPE:20200806T234742Z:49689796-8eed-4548-bc31-7bdfd18d5167" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:38:07 GMT" - ], "Content-Length": [ "541" ], @@ -19782,25 +4458,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c38a1762-ae85-405b-97af-0f697384ad5d" + "a1ea9c00-0c9d-4c1e-846b-ea53247db29b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19808,42 +4484,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:47:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c38a1762-ae85-405b-97af-0f697384ad5d" + "a1ea9c00-0c9d-4c1e-846b-ea53247db29b" ], "request-id": [ - "c38a1762-ae85-405b-97af-0f697384ad5d" + "a1ea9c00-0c9d-4c1e-846b-ea53247db29b" ], "elapsed-time": [ - "120" + "297" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14727" + "14942" ], "x-ms-correlation-request-id": [ - "c97e9d4a-c9c0-4d29-bf14-bc221dbedb80" + "91099fb7-0769-4a07-8a86-3fc330e4a1ac" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183818Z:c97e9d4a-c9c0-4d29-bf14-bc221dbedb80" + "NORTHEUROPE:20200806T234752Z:91099fb7-0769-4a07-8a86-3fc330e4a1ac" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:38:18 GMT" - ], "Content-Length": [ "541" ], @@ -19854,25 +4530,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ff9d8a7-5f9b-4aaa-8965-7b415e983900" + "65949dfe-e1e6-4054-953d-620a4cc22c1f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19880,42 +4556,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:48:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1ff9d8a7-5f9b-4aaa-8965-7b415e983900" + "65949dfe-e1e6-4054-953d-620a4cc22c1f" ], "request-id": [ - "1ff9d8a7-5f9b-4aaa-8965-7b415e983900" + "65949dfe-e1e6-4054-953d-620a4cc22c1f" ], "elapsed-time": [ - "57" + "358" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14726" + "14941" ], "x-ms-correlation-request-id": [ - "0a42394a-2a74-4be6-8eea-3c13bfc65106" + "b491ccd5-054b-4bb9-ba7c-13d5f4b82b08" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183828Z:0a42394a-2a74-4be6-8eea-3c13bfc65106" + "NORTHEUROPE:20200806T234803Z:b491ccd5-054b-4bb9-ba7c-13d5f4b82b08" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:38:28 GMT" - ], "Content-Length": [ "541" ], @@ -19926,25 +4602,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f85907aa-5bb7-48cf-a369-4dfc76192e68" + "1d9d3239-9ac5-4d06-a7a5-90b4e5cd34b0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19952,42 +4628,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:48:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f85907aa-5bb7-48cf-a369-4dfc76192e68" + "1d9d3239-9ac5-4d06-a7a5-90b4e5cd34b0" ], "request-id": [ - "f85907aa-5bb7-48cf-a369-4dfc76192e68" + "1d9d3239-9ac5-4d06-a7a5-90b4e5cd34b0" ], "elapsed-time": [ - "62" + "306" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14725" + "14940" ], "x-ms-correlation-request-id": [ - "143ecfa4-13a8-4203-8fe0-bd510ad61a13" + "a88a418d-fb10-487c-b9a1-9bbbbd9634bf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183838Z:143ecfa4-13a8-4203-8fe0-bd510ad61a13" + "NORTHEUROPE:20200806T234814Z:a88a418d-fb10-487c-b9a1-9bbbbd9634bf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:38:38 GMT" - ], "Content-Length": [ "541" ], @@ -19998,25 +4674,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "823462f3-d728-4b7a-aa04-9d310578ad13" + "c641639d-a3d7-4e10-b8e0-b392556a79c3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20024,42 +4700,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:48:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "823462f3-d728-4b7a-aa04-9d310578ad13" + "c641639d-a3d7-4e10-b8e0-b392556a79c3" ], "request-id": [ - "823462f3-d728-4b7a-aa04-9d310578ad13" + "c641639d-a3d7-4e10-b8e0-b392556a79c3" ], "elapsed-time": [ - "56" + "323" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14724" + "14939" ], "x-ms-correlation-request-id": [ - "77285c1d-fa75-4c78-992a-0965962721ab" + "89637eed-8ec7-4007-bf42-dc66159bdfe3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183849Z:77285c1d-fa75-4c78-992a-0965962721ab" + "NORTHEUROPE:20200806T234824Z:89637eed-8ec7-4007-bf42-dc66159bdfe3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:38:49 GMT" - ], "Content-Length": [ "541" ], @@ -20070,25 +4746,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef3e42de-022a-471a-b316-3bc2fbcb13a2" + "ab533471-81e1-4264-a966-57a2ba8bd943" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20096,42 +4772,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:48:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ef3e42de-022a-471a-b316-3bc2fbcb13a2" + "ab533471-81e1-4264-a966-57a2ba8bd943" ], "request-id": [ - "ef3e42de-022a-471a-b316-3bc2fbcb13a2" + "ab533471-81e1-4264-a966-57a2ba8bd943" ], "elapsed-time": [ - "89" + "333" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14723" + "14938" ], "x-ms-correlation-request-id": [ - "752fd061-950b-4c5f-a8e6-4e50c06e38e6" + "498fcf6b-8305-483c-9b67-91f69e8bbb24" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183859Z:752fd061-950b-4c5f-a8e6-4e50c06e38e6" + "NORTHEUROPE:20200806T234835Z:498fcf6b-8305-483c-9b67-91f69e8bbb24" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:38:59 GMT" - ], "Content-Length": [ "541" ], @@ -20142,25 +4818,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d0c3602-4403-45ce-bb3a-c3fee03a3a7d" + "876b7d21-969a-4da2-801f-e9480f3da0ea" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20168,42 +4844,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:48:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3d0c3602-4403-45ce-bb3a-c3fee03a3a7d" + "876b7d21-969a-4da2-801f-e9480f3da0ea" ], "request-id": [ - "3d0c3602-4403-45ce-bb3a-c3fee03a3a7d" + "876b7d21-969a-4da2-801f-e9480f3da0ea" ], "elapsed-time": [ - "57" + "299" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14722" + "14937" ], "x-ms-correlation-request-id": [ - "cf8bb74d-c270-4d35-97b8-b7813ebc82f4" + "dfafef6c-db73-4dd0-9f30-4c233876ef9a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183909Z:cf8bb74d-c270-4d35-97b8-b7813ebc82f4" + "NORTHEUROPE:20200806T234845Z:dfafef6c-db73-4dd0-9f30-4c233876ef9a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:39:09 GMT" - ], "Content-Length": [ "541" ], @@ -20214,25 +4890,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9407b513-d05a-4a5b-8fa1-1bf57cc2d40e" + "30d37ef2-edcc-404a-b72a-decca1744bb2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20240,42 +4916,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:48:56 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9407b513-d05a-4a5b-8fa1-1bf57cc2d40e" + "30d37ef2-edcc-404a-b72a-decca1744bb2" ], "request-id": [ - "9407b513-d05a-4a5b-8fa1-1bf57cc2d40e" + "30d37ef2-edcc-404a-b72a-decca1744bb2" ], "elapsed-time": [ - "61" + "355" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14721" + "14936" ], "x-ms-correlation-request-id": [ - "42cffbba-bac2-4fd0-8f80-b1bbcf0a2541" + "7aa759b2-04f4-48d1-b8b7-099cec505730" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183920Z:42cffbba-bac2-4fd0-8f80-b1bbcf0a2541" + "NORTHEUROPE:20200806T234856Z:7aa759b2-04f4-48d1-b8b7-099cec505730" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:39:19 GMT" - ], "Content-Length": [ "541" ], @@ -20286,25 +4962,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f13f8dda-cbc2-4ba4-b121-6e4804a2feac" + "108d0055-eaae-4c28-b0a9-9aeee1401246" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20312,42 +4988,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:49:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f13f8dda-cbc2-4ba4-b121-6e4804a2feac" + "108d0055-eaae-4c28-b0a9-9aeee1401246" ], "request-id": [ - "f13f8dda-cbc2-4ba4-b121-6e4804a2feac" + "108d0055-eaae-4c28-b0a9-9aeee1401246" ], "elapsed-time": [ - "57" + "433" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14720" + "14935" ], "x-ms-correlation-request-id": [ - "5a1f0957-c9c4-4b49-8ea5-2c269c3e1bda" + "046dd4c4-085f-4fd2-96ee-fd7d1ed2e103" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183930Z:5a1f0957-c9c4-4b49-8ea5-2c269c3e1bda" + "NORTHEUROPE:20200806T234906Z:046dd4c4-085f-4fd2-96ee-fd7d1ed2e103" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:39:30 GMT" - ], "Content-Length": [ "541" ], @@ -20358,25 +5034,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d76a955-344f-488e-8a32-12c727836474" + "3aeee5ba-10ea-4ba7-a5e5-e940ce6acb6f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20384,42 +5060,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:49:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9d76a955-344f-488e-8a32-12c727836474" + "3aeee5ba-10ea-4ba7-a5e5-e940ce6acb6f" ], "request-id": [ - "9d76a955-344f-488e-8a32-12c727836474" + "3aeee5ba-10ea-4ba7-a5e5-e940ce6acb6f" ], "elapsed-time": [ - "76" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14719" + "14934" ], "x-ms-correlation-request-id": [ - "b524ac36-1ba8-4ea3-924b-52478bad43cd" + "cce5a65e-bd30-465c-9700-3d1aa647eb3a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183940Z:b524ac36-1ba8-4ea3-924b-52478bad43cd" + "NORTHEUROPE:20200806T234917Z:cce5a65e-bd30-465c-9700-3d1aa647eb3a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:39:39 GMT" - ], "Content-Length": [ "541" ], @@ -20430,25 +5106,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3857dfbe-b7a4-49df-8e2a-1725b455eb4f" + "53961cd0-b2c3-4a5f-9d5b-cac57fbd656d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20456,42 +5132,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:49:27 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3857dfbe-b7a4-49df-8e2a-1725b455eb4f" + "53961cd0-b2c3-4a5f-9d5b-cac57fbd656d" ], "request-id": [ - "3857dfbe-b7a4-49df-8e2a-1725b455eb4f" + "53961cd0-b2c3-4a5f-9d5b-cac57fbd656d" ], "elapsed-time": [ - "57" + "303" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14718" + "14933" ], "x-ms-correlation-request-id": [ - "5bc72b41-26c8-467b-aeb5-ade49e05c823" + "49f0b43a-ce98-43fd-9d65-c3b4c8784217" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183950Z:5bc72b41-26c8-467b-aeb5-ade49e05c823" + "NORTHEUROPE:20200806T234928Z:49f0b43a-ce98-43fd-9d65-c3b4c8784217" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:39:50 GMT" - ], "Content-Length": [ "541" ], @@ -20502,25 +5178,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5684d899-4427-4f8c-9906-5e1d17361b8a" + "e6cf8ef7-6cfb-4773-b29f-eea743893865" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20528,42 +5204,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:49:39 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5684d899-4427-4f8c-9906-5e1d17361b8a" + "e6cf8ef7-6cfb-4773-b29f-eea743893865" ], "request-id": [ - "5684d899-4427-4f8c-9906-5e1d17361b8a" + "e6cf8ef7-6cfb-4773-b29f-eea743893865" ], "elapsed-time": [ - "80" + "884" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14717" + "14932" ], "x-ms-correlation-request-id": [ - "aafdaa06-77d2-4466-881d-a32c2dfb6664" + "5878dafb-5e21-4cd2-b606-b37a1359915e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184001Z:aafdaa06-77d2-4466-881d-a32c2dfb6664" + "NORTHEUROPE:20200806T234939Z:5878dafb-5e21-4cd2-b606-b37a1359915e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:40:01 GMT" - ], "Content-Length": [ "541" ], @@ -20574,25 +5250,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8dcd6712-f64b-4d61-bc6b-84acffa5a28c" + "7645acfe-db90-4f49-b5d7-fb00d6afe249" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20600,42 +5276,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:49:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8dcd6712-f64b-4d61-bc6b-84acffa5a28c" + "7645acfe-db90-4f49-b5d7-fb00d6afe249" ], "request-id": [ - "8dcd6712-f64b-4d61-bc6b-84acffa5a28c" + "7645acfe-db90-4f49-b5d7-fb00d6afe249" ], "elapsed-time": [ - "68" + "363" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14716" + "14931" ], "x-ms-correlation-request-id": [ - "2775c664-4c23-4e8c-8cb1-0fc4b248b085" + "ae7fdfc9-7333-4966-96d8-d088a8af477f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184011Z:2775c664-4c23-4e8c-8cb1-0fc4b248b085" + "NORTHEUROPE:20200806T234950Z:ae7fdfc9-7333-4966-96d8-d088a8af477f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:40:10 GMT" - ], "Content-Length": [ "541" ], @@ -20646,25 +5322,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "29ae8a48-79c9-4705-b707-67bb0e953741" + "420664ad-2445-4474-beb6-76c276154ec5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20672,42 +5348,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:50:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "29ae8a48-79c9-4705-b707-67bb0e953741" + "420664ad-2445-4474-beb6-76c276154ec5" ], "request-id": [ - "29ae8a48-79c9-4705-b707-67bb0e953741" + "420664ad-2445-4474-beb6-76c276154ec5" ], "elapsed-time": [ - "226" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14715" + "14930" ], "x-ms-correlation-request-id": [ - "b17787d3-e1f1-44a8-a1cc-07b17fb0e3dd" + "412664f6-b003-4537-95a7-be6b0dda9998" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184022Z:b17787d3-e1f1-44a8-a1cc-07b17fb0e3dd" + "NORTHEUROPE:20200806T235001Z:412664f6-b003-4537-95a7-be6b0dda9998" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:40:21 GMT" - ], "Content-Length": [ "541" ], @@ -20718,25 +5394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f5baf7c1-e659-4b8a-83ce-352dc2ad4c01" + "841dc59c-e40b-4999-a12a-14616274afd7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20744,42 +5420,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:50:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f5baf7c1-e659-4b8a-83ce-352dc2ad4c01" + "841dc59c-e40b-4999-a12a-14616274afd7" ], "request-id": [ - "f5baf7c1-e659-4b8a-83ce-352dc2ad4c01" + "841dc59c-e40b-4999-a12a-14616274afd7" ], "elapsed-time": [ - "59" + "285" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14714" + "14929" ], "x-ms-correlation-request-id": [ - "82aa7212-ba17-4348-9375-a81fe5f98932" + "1a691927-9f95-4fc4-8d4c-925245b0bf3c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184032Z:82aa7212-ba17-4348-9375-a81fe5f98932" + "NORTHEUROPE:20200806T235011Z:1a691927-9f95-4fc4-8d4c-925245b0bf3c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:40:32 GMT" - ], "Content-Length": [ "541" ], @@ -20790,25 +5466,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d279b934-d29f-4404-8463-33a771e0157f" + "a55ec654-abe1-4ade-9537-2d13be4c9212" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20816,42 +5492,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:50:21 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d279b934-d29f-4404-8463-33a771e0157f" + "a55ec654-abe1-4ade-9537-2d13be4c9212" ], "request-id": [ - "d279b934-d29f-4404-8463-33a771e0157f" + "a55ec654-abe1-4ade-9537-2d13be4c9212" ], "elapsed-time": [ - "58" + "329" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14713" + "14928" ], "x-ms-correlation-request-id": [ - "57e7eac9-ac27-4947-9de2-d82df8f5f0ac" + "8c9f2d96-abcb-409f-bc8e-ec3c8e8d4fdb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184042Z:57e7eac9-ac27-4947-9de2-d82df8f5f0ac" + "NORTHEUROPE:20200806T235022Z:8c9f2d96-abcb-409f-bc8e-ec3c8e8d4fdb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:40:41 GMT" - ], "Content-Length": [ "541" ], @@ -20862,25 +5538,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6243332b-15cc-4b8c-8203-bc5e78201757" + "0cecfbe5-faf0-4db5-a5b7-d495b81d68a0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20888,42 +5564,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:50:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6243332b-15cc-4b8c-8203-bc5e78201757" + "0cecfbe5-faf0-4db5-a5b7-d495b81d68a0" ], "request-id": [ - "6243332b-15cc-4b8c-8203-bc5e78201757" + "0cecfbe5-faf0-4db5-a5b7-d495b81d68a0" ], "elapsed-time": [ - "56" + "286" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14712" + "14927" ], "x-ms-correlation-request-id": [ - "82207591-265f-40f3-932f-52cbd0364011" + "4b8ff606-cf24-49d4-a9f3-4bb4bec83a42" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184053Z:82207591-265f-40f3-932f-52cbd0364011" + "NORTHEUROPE:20200806T235032Z:4b8ff606-cf24-49d4-a9f3-4bb4bec83a42" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:40:53 GMT" - ], "Content-Length": [ "541" ], @@ -20934,25 +5610,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "09ad2d4f-e250-431f-8d24-c82a1f847ab5" + "eae4fb03-8759-48b9-9cec-9229fccb756e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20960,42 +5636,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:50:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "09ad2d4f-e250-431f-8d24-c82a1f847ab5" + "eae4fb03-8759-48b9-9cec-9229fccb756e" ], "request-id": [ - "09ad2d4f-e250-431f-8d24-c82a1f847ab5" + "eae4fb03-8759-48b9-9cec-9229fccb756e" ], "elapsed-time": [ - "56" + "417" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14711" + "14926" ], "x-ms-correlation-request-id": [ - "9284fc6a-4510-4f4d-90b6-6293a36b2c7f" + "07c98725-98c7-4c61-ae6e-36ff8ed5fecc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184103Z:9284fc6a-4510-4f4d-90b6-6293a36b2c7f" + "NORTHEUROPE:20200806T235043Z:07c98725-98c7-4c61-ae6e-36ff8ed5fecc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:41:03 GMT" - ], "Content-Length": [ "541" ], @@ -21006,25 +5682,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e9baeb98-7b23-496a-a118-069eb1b3528a" + "3db441d3-4356-46e0-ac0d-478396d5e17c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21032,42 +5708,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:50:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e9baeb98-7b23-496a-a118-069eb1b3528a" + "3db441d3-4356-46e0-ac0d-478396d5e17c" ], "request-id": [ - "e9baeb98-7b23-496a-a118-069eb1b3528a" + "3db441d3-4356-46e0-ac0d-478396d5e17c" ], "elapsed-time": [ - "57" + "679" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14710" + "14925" ], "x-ms-correlation-request-id": [ - "d3aa4e42-3e0c-4dc5-92bb-fc292188203d" + "5eb03986-536f-4518-99b6-1d1468fd5659" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184113Z:d3aa4e42-3e0c-4dc5-92bb-fc292188203d" + "NORTHEUROPE:20200806T235054Z:5eb03986-536f-4518-99b6-1d1468fd5659" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:41:12 GMT" - ], "Content-Length": [ "541" ], @@ -21078,25 +5754,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8992e40a-be08-4941-a7c6-4de04e336244" + "24175763-9717-4a14-b8c7-f251930a6199" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21104,42 +5780,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:51:04 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8992e40a-be08-4941-a7c6-4de04e336244" + "24175763-9717-4a14-b8c7-f251930a6199" ], "request-id": [ - "8992e40a-be08-4941-a7c6-4de04e336244" + "24175763-9717-4a14-b8c7-f251930a6199" ], "elapsed-time": [ - "56" + "395" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14709" + "14924" ], "x-ms-correlation-request-id": [ - "e903a3b1-283d-4f51-b326-adb162b2bcf1" + "f7693b01-d1bc-4b60-a02b-18b1588fa616" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184124Z:e903a3b1-283d-4f51-b326-adb162b2bcf1" + "NORTHEUROPE:20200806T235104Z:f7693b01-d1bc-4b60-a02b-18b1588fa616" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:41:24 GMT" - ], "Content-Length": [ "541" ], @@ -21150,25 +5826,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "09328a55-45b9-4f71-a880-abfe1d018c54" + "30652232-1306-4855-8ca0-afd64125d4c2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21176,42 +5852,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:51:14 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "09328a55-45b9-4f71-a880-abfe1d018c54" + "30652232-1306-4855-8ca0-afd64125d4c2" ], "request-id": [ - "09328a55-45b9-4f71-a880-abfe1d018c54" + "30652232-1306-4855-8ca0-afd64125d4c2" ], "elapsed-time": [ - "98" + "294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14708" + "14923" ], "x-ms-correlation-request-id": [ - "664dcf6a-cb7f-4b6e-b5ab-20e6dd5fa011" + "c3a5290b-3cdd-418d-8462-d7cd5b9b3c66" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184135Z:664dcf6a-cb7f-4b6e-b5ab-20e6dd5fa011" + "NORTHEUROPE:20200806T235115Z:c3a5290b-3cdd-418d-8462-d7cd5b9b3c66" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:41:35 GMT" - ], "Content-Length": [ "541" ], @@ -21222,25 +5898,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7355f421-8c7b-406e-873b-186dcd86ebe1" + "59be2f76-1216-4033-bcac-681664575b42" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21248,42 +5924,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:51:25 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7355f421-8c7b-406e-873b-186dcd86ebe1" + "59be2f76-1216-4033-bcac-681664575b42" ], "request-id": [ - "7355f421-8c7b-406e-873b-186dcd86ebe1" + "59be2f76-1216-4033-bcac-681664575b42" ], "elapsed-time": [ - "57" + "389" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14707" + "14922" ], "x-ms-correlation-request-id": [ - "9e2d5e0d-491c-4917-adf5-7a8ff0e1fcfc" + "31ed8632-6a1e-4f66-a578-37d11d365c4e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184145Z:9e2d5e0d-491c-4917-adf5-7a8ff0e1fcfc" + "NORTHEUROPE:20200806T235126Z:31ed8632-6a1e-4f66-a578-37d11d365c4e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:41:45 GMT" - ], "Content-Length": [ "541" ], @@ -21294,25 +5970,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a094a759-a706-467b-93f0-8fc7871f754d" + "4ff6b0f1-6f40-4522-bfd0-16e521394b70" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21320,42 +5996,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:51:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a094a759-a706-467b-93f0-8fc7871f754d" + "4ff6b0f1-6f40-4522-bfd0-16e521394b70" ], "request-id": [ - "a094a759-a706-467b-93f0-8fc7871f754d" + "4ff6b0f1-6f40-4522-bfd0-16e521394b70" ], "elapsed-time": [ - "56" + "434" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14706" + "14921" ], "x-ms-correlation-request-id": [ - "4d1515ec-e661-4058-becb-965c8267c30c" + "c16128a7-3ce6-4fc8-9e22-830da5a2543d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184155Z:4d1515ec-e661-4058-becb-965c8267c30c" + "NORTHEUROPE:20200806T235136Z:c16128a7-3ce6-4fc8-9e22-830da5a2543d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:41:54 GMT" - ], "Content-Length": [ "541" ], @@ -21366,25 +6042,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "80b500c8-9e4a-475b-aa9e-96ab19effce4" + "a1db1c78-4eb7-4169-ad23-db80b9d610dc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21392,42 +6068,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:51:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "80b500c8-9e4a-475b-aa9e-96ab19effce4" + "a1db1c78-4eb7-4169-ad23-db80b9d610dc" ], "request-id": [ - "80b500c8-9e4a-475b-aa9e-96ab19effce4" + "a1db1c78-4eb7-4169-ad23-db80b9d610dc" ], "elapsed-time": [ - "55" + "1204" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14705" + "14920" ], "x-ms-correlation-request-id": [ - "d94c3b9f-b6d8-482b-9846-eab8b6b3faa8" + "c7ccca3e-0061-4546-92b2-9f21b0413bb5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184205Z:d94c3b9f-b6d8-482b-9846-eab8b6b3faa8" + "NORTHEUROPE:20200806T235148Z:c7ccca3e-0061-4546-92b2-9f21b0413bb5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:42:05 GMT" - ], "Content-Length": [ "541" ], @@ -21438,25 +6114,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e1d55411-d758-4f63-91ed-39c7268730ca" + "5fa9da30-ce91-462a-94bc-2b19c26529ce" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21464,42 +6140,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:51:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e1d55411-d758-4f63-91ed-39c7268730ca" + "5fa9da30-ce91-462a-94bc-2b19c26529ce" ], "request-id": [ - "e1d55411-d758-4f63-91ed-39c7268730ca" + "5fa9da30-ce91-462a-94bc-2b19c26529ce" ], "elapsed-time": [ - "60" + "1811" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14704" + "14919" ], "x-ms-correlation-request-id": [ - "6f5626d7-f80d-48c1-b4d9-176134fd6ed2" + "a0f0aace-2894-434f-9262-4b9077be76ec" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184216Z:6f5626d7-f80d-48c1-b4d9-176134fd6ed2" + "NORTHEUROPE:20200806T235200Z:a0f0aace-2894-434f-9262-4b9077be76ec" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:42:15 GMT" - ], "Content-Length": [ "541" ], @@ -21510,25 +6186,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4386d1ac-01b9-4f68-a0d6-932eaf066b84" + "011885ad-07c2-4904-afec-9ecf15e534d9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21536,42 +6212,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:52:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4386d1ac-01b9-4f68-a0d6-932eaf066b84" + "011885ad-07c2-4904-afec-9ecf15e534d9" ], "request-id": [ - "4386d1ac-01b9-4f68-a0d6-932eaf066b84" + "011885ad-07c2-4904-afec-9ecf15e534d9" ], "elapsed-time": [ - "171" + "665" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14703" + "14918" ], "x-ms-correlation-request-id": [ - "ae13fe3e-4bae-42ae-ab0c-90c5527ef7d7" + "3810ab8a-8327-4e1b-91e4-95d6910d2a3f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184226Z:ae13fe3e-4bae-42ae-ab0c-90c5527ef7d7" + "NORTHEUROPE:20200806T235211Z:3810ab8a-8327-4e1b-91e4-95d6910d2a3f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:42:25 GMT" - ], "Content-Length": [ "541" ], @@ -21582,25 +6258,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "141f46d9-959c-4b55-955f-6f09aa664331" + "9323b807-8934-4e63-ba69-dc2226d8c1a4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21608,42 +6284,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:52:20 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "141f46d9-959c-4b55-955f-6f09aa664331" + "9323b807-8934-4e63-ba69-dc2226d8c1a4" ], "request-id": [ - "141f46d9-959c-4b55-955f-6f09aa664331" + "9323b807-8934-4e63-ba69-dc2226d8c1a4" ], "elapsed-time": [ - "55" + "292" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14702" + "14917" ], "x-ms-correlation-request-id": [ - "644c698e-8b87-4c51-837c-28893817b761" + "34e53b6c-c851-425d-add8-a69f8fc9fa79" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184236Z:644c698e-8b87-4c51-837c-28893817b761" + "NORTHEUROPE:20200806T235221Z:34e53b6c-c851-425d-add8-a69f8fc9fa79" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:42:36 GMT" - ], "Content-Length": [ "541" ], @@ -21654,25 +6330,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e102af50-bf88-475b-b0b2-8ac3b9c0f366" + "ffe6a15a-3e0e-4539-926c-66a8a7ff9e45" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21680,42 +6356,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:52:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e102af50-bf88-475b-b0b2-8ac3b9c0f366" + "ffe6a15a-3e0e-4539-926c-66a8a7ff9e45" ], "request-id": [ - "e102af50-bf88-475b-b0b2-8ac3b9c0f366" + "ffe6a15a-3e0e-4539-926c-66a8a7ff9e45" ], "elapsed-time": [ - "72" + "583" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14701" + "14916" ], "x-ms-correlation-request-id": [ - "6fdf7fae-3ff5-48ba-9344-c1333ba683dd" + "53ce62dd-e9c3-4abf-8f44-d8f504454591" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184247Z:6fdf7fae-3ff5-48ba-9344-c1333ba683dd" + "NORTHEUROPE:20200806T235232Z:53ce62dd-e9c3-4abf-8f44-d8f504454591" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:42:47 GMT" - ], "Content-Length": [ "541" ], @@ -21726,25 +6402,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0c07242e-fd70-4031-a2ce-36af9ed373e9" + "f5c5956c-76ba-41d5-8c10-d4af33f2071f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21752,42 +6428,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:52:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0c07242e-fd70-4031-a2ce-36af9ed373e9" + "f5c5956c-76ba-41d5-8c10-d4af33f2071f" ], "request-id": [ - "0c07242e-fd70-4031-a2ce-36af9ed373e9" + "f5c5956c-76ba-41d5-8c10-d4af33f2071f" ], "elapsed-time": [ - "64" + "301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14700" + "14915" ], "x-ms-correlation-request-id": [ - "701c9961-b5a2-458f-af3c-386a2e494115" + "1776625b-2db4-4053-96ac-2de1239e7f98" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184257Z:701c9961-b5a2-458f-af3c-386a2e494115" + "NORTHEUROPE:20200806T235243Z:1776625b-2db4-4053-96ac-2de1239e7f98" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:42:56 GMT" - ], "Content-Length": [ "541" ], @@ -21798,25 +6474,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "26056854-43f2-4a6a-8955-e2c740ee4677" + "c42e6b69-626f-4c84-839c-bf194207bd8b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21824,42 +6500,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:52:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "26056854-43f2-4a6a-8955-e2c740ee4677" + "c42e6b69-626f-4c84-839c-bf194207bd8b" ], "request-id": [ - "26056854-43f2-4a6a-8955-e2c740ee4677" + "c42e6b69-626f-4c84-839c-bf194207bd8b" ], "elapsed-time": [ - "56" + "271" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14699" + "14914" ], "x-ms-correlation-request-id": [ - "3d73fcd1-4bef-4d74-aba0-942b4dbb5ffb" + "631907bf-2e2e-4a3a-b240-e400b2e32f3a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184307Z:3d73fcd1-4bef-4d74-aba0-942b4dbb5ffb" + "NORTHEUROPE:20200806T235253Z:631907bf-2e2e-4a3a-b240-e400b2e32f3a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:43:07 GMT" - ], "Content-Length": [ "541" ], @@ -21870,25 +6546,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b22c462f-790c-45d4-a799-718753a95378" + "d722340c-fdaa-4bac-ab21-ec5b224d0cfd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21896,42 +6572,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:53:04 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b22c462f-790c-45d4-a799-718753a95378" + "d722340c-fdaa-4bac-ab21-ec5b224d0cfd" ], "request-id": [ - "b22c462f-790c-45d4-a799-718753a95378" + "d722340c-fdaa-4bac-ab21-ec5b224d0cfd" ], "elapsed-time": [ - "57" + "344" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14698" + "14913" ], "x-ms-correlation-request-id": [ - "243fe64a-4bdd-41e4-b3c7-364bef48abfc" + "5004238d-4360-4e5e-93f2-404d1240a483" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184318Z:243fe64a-4bdd-41e4-b3c7-364bef48abfc" + "NORTHEUROPE:20200806T235304Z:5004238d-4360-4e5e-93f2-404d1240a483" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:43:17 GMT" - ], "Content-Length": [ "541" ], @@ -21942,25 +6618,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ca7d2dd2-f264-41d0-bbec-6486014b6b64" + "4d01b891-c633-49b0-8e40-ad64789b4d5e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21968,42 +6644,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:53:14 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ca7d2dd2-f264-41d0-bbec-6486014b6b64" + "4d01b891-c633-49b0-8e40-ad64789b4d5e" ], "request-id": [ - "ca7d2dd2-f264-41d0-bbec-6486014b6b64" + "4d01b891-c633-49b0-8e40-ad64789b4d5e" ], "elapsed-time": [ - "60" + "322" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14697" + "14912" ], "x-ms-correlation-request-id": [ - "91fb59f0-e471-45e2-968b-fa5562612880" + "98f3bd59-c19d-4994-993a-a3d19edf2325" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184328Z:91fb59f0-e471-45e2-968b-fa5562612880" + "NORTHEUROPE:20200806T235314Z:98f3bd59-c19d-4994-993a-a3d19edf2325" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:43:28 GMT" - ], "Content-Length": [ "541" ], @@ -22014,25 +6690,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e88b92ef-0fc2-4725-9205-432d10303ec0" + "906c067e-754f-4dfa-931e-d42526352ad1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22040,42 +6716,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:53:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e88b92ef-0fc2-4725-9205-432d10303ec0" + "906c067e-754f-4dfa-931e-d42526352ad1" ], "request-id": [ - "e88b92ef-0fc2-4725-9205-432d10303ec0" + "906c067e-754f-4dfa-931e-d42526352ad1" ], "elapsed-time": [ - "74" + "327" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14696" + "14911" ], "x-ms-correlation-request-id": [ - "270c1f4b-541a-4b5b-9990-3c6cc789c9f0" + "6bd62580-765b-466d-b826-5b52ee2c6a02" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184338Z:270c1f4b-541a-4b5b-9990-3c6cc789c9f0" + "NORTHEUROPE:20200806T235325Z:6bd62580-765b-466d-b826-5b52ee2c6a02" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:43:37 GMT" - ], "Content-Length": [ "541" ], @@ -22086,25 +6762,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ed314e47-e2ea-4e4a-a319-0bc86aeb52f8" + "bc56b441-5b34-40cc-ad69-57802bc45516" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22112,42 +6788,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:53:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ed314e47-e2ea-4e4a-a319-0bc86aeb52f8" + "bc56b441-5b34-40cc-ad69-57802bc45516" ], "request-id": [ - "ed314e47-e2ea-4e4a-a319-0bc86aeb52f8" + "bc56b441-5b34-40cc-ad69-57802bc45516" ], "elapsed-time": [ - "93" + "298" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14695" + "14910" ], "x-ms-correlation-request-id": [ - "f9e06609-e21b-4691-8293-2d48d1d98e40" + "108708a8-de08-4298-a6e3-32c1ea3075b5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184348Z:f9e06609-e21b-4691-8293-2d48d1d98e40" + "NORTHEUROPE:20200806T235335Z:108708a8-de08-4298-a6e3-32c1ea3075b5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:43:48 GMT" - ], "Content-Length": [ "541" ], @@ -22158,25 +6834,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "17cc33e3-cbe6-43bb-b3b3-5c8a0b05acc7" + "eb958ef2-b209-454d-8d4a-863784056bbc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22184,42 +6860,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:53:46 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "17cc33e3-cbe6-43bb-b3b3-5c8a0b05acc7" + "eb958ef2-b209-454d-8d4a-863784056bbc" ], "request-id": [ - "17cc33e3-cbe6-43bb-b3b3-5c8a0b05acc7" + "eb958ef2-b209-454d-8d4a-863784056bbc" ], "elapsed-time": [ - "54" + "368" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14694" + "14909" ], "x-ms-correlation-request-id": [ - "749c1310-07a3-4c09-a7a6-4c5ede00597e" + "d1a556ee-eff0-4990-b8f7-f88b41e8a3af" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184359Z:749c1310-07a3-4c09-a7a6-4c5ede00597e" + "NORTHEUROPE:20200806T235347Z:d1a556ee-eff0-4990-b8f7-f88b41e8a3af" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:43:59 GMT" - ], "Content-Length": [ "541" ], @@ -22230,25 +6906,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "66f29e36-195f-43f8-a691-55c5b3f74c76" + "a705dec7-2610-42b3-9c8d-6c5745965291" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22256,42 +6932,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:53:56 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "66f29e36-195f-43f8-a691-55c5b3f74c76" + "a705dec7-2610-42b3-9c8d-6c5745965291" ], "request-id": [ - "66f29e36-195f-43f8-a691-55c5b3f74c76" + "a705dec7-2610-42b3-9c8d-6c5745965291" ], "elapsed-time": [ - "72" + "319" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14693" + "14908" ], "x-ms-correlation-request-id": [ - "61d17818-ea95-4f82-a535-ea3418fb8898" + "f9eccf92-3845-496e-9812-1180410f2503" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184409Z:61d17818-ea95-4f82-a535-ea3418fb8898" + "NORTHEUROPE:20200806T235357Z:f9eccf92-3845-496e-9812-1180410f2503" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:44:09 GMT" - ], "Content-Length": [ "541" ], @@ -22302,25 +6978,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3a7d827-439a-43cf-bfb9-0001a209aff4" + "28bdbf4c-c1e6-44d7-9d28-efc067c17e1b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22328,42 +7004,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:54:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e3a7d827-439a-43cf-bfb9-0001a209aff4" + "28bdbf4c-c1e6-44d7-9d28-efc067c17e1b" ], "request-id": [ - "e3a7d827-439a-43cf-bfb9-0001a209aff4" + "28bdbf4c-c1e6-44d7-9d28-efc067c17e1b" ], "elapsed-time": [ - "56" + "307" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14692" + "14907" ], "x-ms-correlation-request-id": [ - "fd1e2471-d1ea-4d33-978e-ae0343bd9485" + "0bcd7dbc-9699-4e8f-bf27-1f30d590affb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184419Z:fd1e2471-d1ea-4d33-978e-ae0343bd9485" + "NORTHEUROPE:20200806T235408Z:0bcd7dbc-9699-4e8f-bf27-1f30d590affb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:44:19 GMT" - ], "Content-Length": [ "541" ], @@ -22374,25 +7050,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "82645d63-40e7-4db6-84b2-b7c73d363c6e" + "45ab994d-d24a-42a0-b7b7-d3794bd56455" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22400,42 +7076,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:54:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "82645d63-40e7-4db6-84b2-b7c73d363c6e" + "45ab994d-d24a-42a0-b7b7-d3794bd56455" ], "request-id": [ - "82645d63-40e7-4db6-84b2-b7c73d363c6e" + "45ab994d-d24a-42a0-b7b7-d3794bd56455" ], "elapsed-time": [ - "68" + "304" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14691" + "14906" ], "x-ms-correlation-request-id": [ - "bad4bd9b-5c22-46ad-b79c-b5bb5971334a" + "5a715554-65bb-4ac8-8cd4-2819e2dcaf5f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184430Z:bad4bd9b-5c22-46ad-b79c-b5bb5971334a" + "NORTHEUROPE:20200806T235418Z:5a715554-65bb-4ac8-8cd4-2819e2dcaf5f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:44:29 GMT" - ], "Content-Length": [ "541" ], @@ -22446,25 +7122,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75d089fb-0dc7-432c-ba95-fedc04f2ee01" + "ec7a057d-ce51-4a93-99c2-fa467e53280b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22472,42 +7148,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:54:29 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "75d089fb-0dc7-432c-ba95-fedc04f2ee01" + "ec7a057d-ce51-4a93-99c2-fa467e53280b" ], "request-id": [ - "75d089fb-0dc7-432c-ba95-fedc04f2ee01" + "ec7a057d-ce51-4a93-99c2-fa467e53280b" ], "elapsed-time": [ - "61" + "331" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14690" + "14905" ], "x-ms-correlation-request-id": [ - "2c0faadb-5d1a-4d89-ab07-2eea040688ea" + "264e46aa-dae2-49a0-9936-4929b31d8965" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184441Z:2c0faadb-5d1a-4d89-ab07-2eea040688ea" + "NORTHEUROPE:20200806T235429Z:264e46aa-dae2-49a0-9936-4929b31d8965" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:44:41 GMT" - ], "Content-Length": [ "541" ], @@ -22518,25 +7194,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "568b411d-a8da-4875-b6d4-f6f40d176730" + "bf6f9f9a-f8df-408a-83be-777392437945" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22544,42 +7220,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:54:39 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "568b411d-a8da-4875-b6d4-f6f40d176730" + "bf6f9f9a-f8df-408a-83be-777392437945" ], "request-id": [ - "568b411d-a8da-4875-b6d4-f6f40d176730" + "bf6f9f9a-f8df-408a-83be-777392437945" ], "elapsed-time": [ - "58" + "966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14689" + "14904" ], "x-ms-correlation-request-id": [ - "006311c8-53c1-4151-8cd5-b536e172f6a8" + "5fd47631-707d-4259-9219-952724d81237" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184451Z:006311c8-53c1-4151-8cd5-b536e172f6a8" + "NORTHEUROPE:20200806T235440Z:5fd47631-707d-4259-9219-952724d81237" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:44:51 GMT" - ], "Content-Length": [ "541" ], @@ -22590,25 +7266,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4dc2fcf6-6de5-48de-9cf1-37d4842f601b" + "156985a0-58d7-4bbc-9167-4690f6a7c649" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22616,42 +7292,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:54:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4dc2fcf6-6de5-48de-9cf1-37d4842f601b" + "156985a0-58d7-4bbc-9167-4690f6a7c649" ], "request-id": [ - "4dc2fcf6-6de5-48de-9cf1-37d4842f601b" + "156985a0-58d7-4bbc-9167-4690f6a7c649" ], "elapsed-time": [ - "58" + "308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14688" + "14903" ], "x-ms-correlation-request-id": [ - "bbe8e070-588e-4888-bfbf-646633d64964" + "e06c9a04-06cc-4be9-b3c2-c5593b9ec19f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184501Z:bbe8e070-588e-4888-bfbf-646633d64964" + "NORTHEUROPE:20200806T235451Z:e06c9a04-06cc-4be9-b3c2-c5593b9ec19f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:45:01 GMT" - ], "Content-Length": [ "541" ], @@ -22662,25 +7338,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf3c39b1-8e30-42d2-a540-7a71c7ab571f" + "26d3cde9-1af4-41c3-a4ce-64f3ddf183eb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22688,42 +7364,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:55:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "cf3c39b1-8e30-42d2-a540-7a71c7ab571f" + "26d3cde9-1af4-41c3-a4ce-64f3ddf183eb" ], "request-id": [ - "cf3c39b1-8e30-42d2-a540-7a71c7ab571f" + "26d3cde9-1af4-41c3-a4ce-64f3ddf183eb" ], "elapsed-time": [ - "62" + "301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14687" + "14902" ], "x-ms-correlation-request-id": [ - "7ea8cac3-94f3-4827-ad4b-547c80ef6a73" + "bdc76220-bfb6-49b6-a662-aa72e9f21465" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184512Z:7ea8cac3-94f3-4827-ad4b-547c80ef6a73" + "NORTHEUROPE:20200806T235501Z:bdc76220-bfb6-49b6-a662-aa72e9f21465" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:45:11 GMT" - ], "Content-Length": [ "541" ], @@ -22734,25 +7410,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6bbe240b-584e-45c3-b861-3278935195ee" + "90fe9676-732e-40c4-874d-a7e06b99e7d9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22760,42 +7436,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:55:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6bbe240b-584e-45c3-b861-3278935195ee" + "90fe9676-732e-40c4-874d-a7e06b99e7d9" ], "request-id": [ - "6bbe240b-584e-45c3-b861-3278935195ee" + "90fe9676-732e-40c4-874d-a7e06b99e7d9" ], "elapsed-time": [ - "56" + "314" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14686" + "14901" ], "x-ms-correlation-request-id": [ - "efb937c6-8a97-451a-9773-6fa752d4a997" + "f11fc9eb-0a08-4e68-a72b-cb86b38d0968" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184522Z:efb937c6-8a97-451a-9773-6fa752d4a997" + "NORTHEUROPE:20200806T235512Z:f11fc9eb-0a08-4e68-a72b-cb86b38d0968" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:45:21 GMT" - ], "Content-Length": [ "541" ], @@ -22806,25 +7482,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5651971d-f342-4ca2-8d35-17f22fccfbd9" + "0413085b-bca5-4fd4-9d18-719ed8e32e3d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22832,42 +7508,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:55:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5651971d-f342-4ca2-8d35-17f22fccfbd9" + "0413085b-bca5-4fd4-9d18-719ed8e32e3d" ], "request-id": [ - "5651971d-f342-4ca2-8d35-17f22fccfbd9" + "0413085b-bca5-4fd4-9d18-719ed8e32e3d" ], "elapsed-time": [ - "57" + "282" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14685" + "14900" ], "x-ms-correlation-request-id": [ - "e43a3bf0-11cf-4c40-8f78-c764baa310d6" + "7767e1ce-f131-4b65-bc13-9a9c0c5ecd17" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184532Z:e43a3bf0-11cf-4c40-8f78-c764baa310d6" + "NORTHEUROPE:20200806T235522Z:7767e1ce-f131-4b65-bc13-9a9c0c5ecd17" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:45:32 GMT" - ], "Content-Length": [ "541" ], @@ -22878,25 +7554,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a33994ea-8d15-46e8-8abc-d26e3e5fd466" + "4fb6d12f-0057-4311-9729-048c3888f087" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22904,42 +7580,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:55:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a33994ea-8d15-46e8-8abc-d26e3e5fd466" + "4fb6d12f-0057-4311-9729-048c3888f087" ], "request-id": [ - "a33994ea-8d15-46e8-8abc-d26e3e5fd466" + "4fb6d12f-0057-4311-9729-048c3888f087" ], "elapsed-time": [ - "58" + "323" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14684" + "14899" ], "x-ms-correlation-request-id": [ - "441d3f57-1971-4fda-b32c-2820567cff64" + "df679f3f-5b2d-4ea4-9258-096668642e2c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184543Z:441d3f57-1971-4fda-b32c-2820567cff64" + "NORTHEUROPE:20200806T235533Z:df679f3f-5b2d-4ea4-9258-096668642e2c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:45:43 GMT" - ], "Content-Length": [ "541" ], @@ -22950,25 +7626,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "291c189d-e0dd-4d8a-94f4-1c8b12c5f9ba" + "bb409230-b4b7-4a9e-bdeb-803f9e792ad7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22976,42 +7652,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:55:42 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "291c189d-e0dd-4d8a-94f4-1c8b12c5f9ba" + "bb409230-b4b7-4a9e-bdeb-803f9e792ad7" ], "request-id": [ - "291c189d-e0dd-4d8a-94f4-1c8b12c5f9ba" + "bb409230-b4b7-4a9e-bdeb-803f9e792ad7" ], "elapsed-time": [ - "57" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14683" + "14898" ], "x-ms-correlation-request-id": [ - "929a6056-54ac-448a-856e-e29ebb5bd30b" + "fa60a684-6ed3-41eb-9a6a-e86c50275556" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184553Z:929a6056-54ac-448a-856e-e29ebb5bd30b" + "NORTHEUROPE:20200806T235543Z:fa60a684-6ed3-41eb-9a6a-e86c50275556" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:45:52 GMT" - ], "Content-Length": [ "541" ], @@ -23022,25 +7698,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0f83a38d-9a25-467f-abdf-2a47395c873b" + "692b5bfb-9d39-4c61-b5bc-5d7a590b0121" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23048,42 +7724,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:55:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0f83a38d-9a25-467f-abdf-2a47395c873b" + "692b5bfb-9d39-4c61-b5bc-5d7a590b0121" ], "request-id": [ - "0f83a38d-9a25-467f-abdf-2a47395c873b" + "692b5bfb-9d39-4c61-b5bc-5d7a590b0121" ], "elapsed-time": [ - "77" + "478" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14682" + "14897" ], "x-ms-correlation-request-id": [ - "c54e51b0-489b-4842-bbeb-cfa0c9ec46c2" + "5e563891-1369-4970-8d49-2e9d4f688510" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184603Z:c54e51b0-489b-4842-bbeb-cfa0c9ec46c2" + "NORTHEUROPE:20200806T235554Z:5e563891-1369-4970-8d49-2e9d4f688510" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:46:02 GMT" - ], "Content-Length": [ "541" ], @@ -23094,25 +7770,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b2c0b242-cbe5-491c-afce-d6f1a6ff0974" + "358af169-ff90-403b-85d9-879f1430d4bc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23120,42 +7796,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:56:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b2c0b242-cbe5-491c-afce-d6f1a6ff0974" + "358af169-ff90-403b-85d9-879f1430d4bc" ], "request-id": [ - "b2c0b242-cbe5-491c-afce-d6f1a6ff0974" + "358af169-ff90-403b-85d9-879f1430d4bc" ], "elapsed-time": [ - "62" + "283" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14681" + "14896" ], "x-ms-correlation-request-id": [ - "4ec4c73d-e07a-4372-b703-6df051f26b87" + "24973431-19ff-4d52-aad6-5c0379cb738b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184614Z:4ec4c73d-e07a-4372-b703-6df051f26b87" + "NORTHEUROPE:20200806T235605Z:24973431-19ff-4d52-aad6-5c0379cb738b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:46:14 GMT" - ], "Content-Length": [ "541" ], @@ -23166,25 +7842,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "484ef5a6-5e1a-4588-91bc-2ecee8325e60" + "bbc1ebeb-509d-48ad-b878-fdfb23f48423" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23192,42 +7868,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:56:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "484ef5a6-5e1a-4588-91bc-2ecee8325e60" + "bbc1ebeb-509d-48ad-b878-fdfb23f48423" ], "request-id": [ - "484ef5a6-5e1a-4588-91bc-2ecee8325e60" + "bbc1ebeb-509d-48ad-b878-fdfb23f48423" ], "elapsed-time": [ - "63" + "469" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14680" + "14895" ], "x-ms-correlation-request-id": [ - "a4c5ae46-ab79-4974-95f8-9c57cff9ec01" + "ae797d1c-c133-4019-af07-a4593363962e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184624Z:a4c5ae46-ab79-4974-95f8-9c57cff9ec01" + "NORTHEUROPE:20200806T235616Z:ae797d1c-c133-4019-af07-a4593363962e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:46:24 GMT" - ], "Content-Length": [ "541" ], @@ -23238,25 +7914,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d3d517ec-44bb-4163-bc80-b74941746037" + "39a3ff64-37bf-495a-b7ed-f9f2ae734735" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23264,42 +7940,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:56:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d3d517ec-44bb-4163-bc80-b74941746037" + "39a3ff64-37bf-495a-b7ed-f9f2ae734735" ], "request-id": [ - "d3d517ec-44bb-4163-bc80-b74941746037" + "39a3ff64-37bf-495a-b7ed-f9f2ae734735" ], "elapsed-time": [ - "164" + "295" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14679" + "14894" ], "x-ms-correlation-request-id": [ - "87f7c7dc-d659-4d64-9584-22cc88f6acf6" + "8c8f400a-f861-4665-9702-fd0eab090dff" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184635Z:87f7c7dc-d659-4d64-9584-22cc88f6acf6" + "NORTHEUROPE:20200806T235626Z:8c8f400a-f861-4665-9702-fd0eab090dff" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:46:35 GMT" - ], "Content-Length": [ "541" ], @@ -23310,25 +7986,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "920e8abd-717c-442f-972f-31ff4c9b4d77" + "ea2e32e0-d8c1-4deb-a2ad-42d9813e2e07" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23336,42 +8012,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:56:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "920e8abd-717c-442f-972f-31ff4c9b4d77" + "ea2e32e0-d8c1-4deb-a2ad-42d9813e2e07" ], "request-id": [ - "920e8abd-717c-442f-972f-31ff4c9b4d77" + "ea2e32e0-d8c1-4deb-a2ad-42d9813e2e07" ], "elapsed-time": [ - "58" + "291" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14678" + "14893" ], "x-ms-correlation-request-id": [ - "ae10e3ae-9dc3-4313-9751-2fd1d231ab20" + "eac35358-8c0f-4c54-926d-9285b09796fc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184646Z:ae10e3ae-9dc3-4313-9751-2fd1d231ab20" + "NORTHEUROPE:20200806T235637Z:eac35358-8c0f-4c54-926d-9285b09796fc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:46:45 GMT" - ], "Content-Length": [ "541" ], @@ -23382,25 +8058,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7d277fac-34b2-4d89-b779-f480a883ed07" + "0257dfb3-5537-4dec-b15e-cd694abf4626" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23408,42 +8084,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:56:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7d277fac-34b2-4d89-b779-f480a883ed07" + "0257dfb3-5537-4dec-b15e-cd694abf4626" ], "request-id": [ - "7d277fac-34b2-4d89-b779-f480a883ed07" + "0257dfb3-5537-4dec-b15e-cd694abf4626" ], "elapsed-time": [ - "57" + "314" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14677" + "14892" ], "x-ms-correlation-request-id": [ - "893944fb-b74d-4d2e-92cf-2754d8e305ad" + "31bbb957-e137-47cf-9a08-6e638af94eda" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184656Z:893944fb-b74d-4d2e-92cf-2754d8e305ad" + "NORTHEUROPE:20200806T235647Z:31bbb957-e137-47cf-9a08-6e638af94eda" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:46:55 GMT" - ], "Content-Length": [ "541" ], @@ -23454,25 +8130,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8be4845-f28a-4540-b104-18c1f8fd878f" + "c82efc41-86a6-46d2-9b83-2dcb58ec1c6a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23480,42 +8156,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:56:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b8be4845-f28a-4540-b104-18c1f8fd878f" + "c82efc41-86a6-46d2-9b83-2dcb58ec1c6a" ], "request-id": [ - "b8be4845-f28a-4540-b104-18c1f8fd878f" + "c82efc41-86a6-46d2-9b83-2dcb58ec1c6a" ], "elapsed-time": [ - "53" + "308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14676" + "14891" ], "x-ms-correlation-request-id": [ - "ed2999fd-2b63-4c88-bcfa-23befea3354f" + "6f1c84f2-e722-408b-a27e-bc9f49e249c9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184706Z:ed2999fd-2b63-4c88-bcfa-23befea3354f" + "NORTHEUROPE:20200806T235658Z:6f1c84f2-e722-408b-a27e-bc9f49e249c9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:47:06 GMT" - ], "Content-Length": [ "541" ], @@ -23526,25 +8202,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75202e25-e958-49bd-9225-26c1827d91e6" + "9586919f-c933-4a51-98a0-d29ff9ea80c0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23552,42 +8228,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:57:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "75202e25-e958-49bd-9225-26c1827d91e6" + "9586919f-c933-4a51-98a0-d29ff9ea80c0" ], "request-id": [ - "75202e25-e958-49bd-9225-26c1827d91e6" + "9586919f-c933-4a51-98a0-d29ff9ea80c0" ], "elapsed-time": [ - "57" + "326" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14675" + "14890" ], "x-ms-correlation-request-id": [ - "dbe54d58-30d0-4c44-b7d9-3bac8c60cd93" + "397a7579-9a1f-41c3-af4f-dcfbf4b1da67" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184716Z:dbe54d58-30d0-4c44-b7d9-3bac8c60cd93" + "NORTHEUROPE:20200806T235708Z:397a7579-9a1f-41c3-af4f-dcfbf4b1da67" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:47:15 GMT" - ], "Content-Length": [ "541" ], @@ -23598,25 +8274,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "284436c9-4d66-481c-8840-bcd5bb10f0ab" + "31cc1800-12ca-4cf5-9307-c13aec18c138" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23624,42 +8300,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:57:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "284436c9-4d66-481c-8840-bcd5bb10f0ab" + "31cc1800-12ca-4cf5-9307-c13aec18c138" ], "request-id": [ - "284436c9-4d66-481c-8840-bcd5bb10f0ab" + "31cc1800-12ca-4cf5-9307-c13aec18c138" ], "elapsed-time": [ - "56" + "274" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14674" + "14889" ], "x-ms-correlation-request-id": [ - "346a2e73-db4c-417e-adb1-60c65bb15676" + "5b37c4a9-3d21-45ab-9760-d1af35b71397" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184727Z:346a2e73-db4c-417e-adb1-60c65bb15676" + "NORTHEUROPE:20200806T235719Z:5b37c4a9-3d21-45ab-9760-d1af35b71397" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:47:27 GMT" - ], "Content-Length": [ "541" ], @@ -23670,25 +8346,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "583b474e-a4ff-4920-9091-472323d68a78" + "4e2b76e6-d02c-4d4d-a6d2-05732fe82f45" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23696,44 +8372,44 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:57:29 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "583b474e-a4ff-4920-9091-472323d68a78" + "4e2b76e6-d02c-4d4d-a6d2-05732fe82f45" ], "request-id": [ - "583b474e-a4ff-4920-9091-472323d68a78" + "4e2b76e6-d02c-4d4d-a6d2-05732fe82f45" ], "elapsed-time": [ - "83" + "280" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14673" + "14888" ], "x-ms-correlation-request-id": [ - "145c8822-89a3-4c5c-9c05-4760c659804f" + "fd898c3b-cf59-421e-91a1-373f7c07d65b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184737Z:145c8822-89a3-4c5c-9c05-4760c659804f" + "NORTHEUROPE:20200806T235729Z:fd898c3b-cf59-421e-91a1-373f7c07d65b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:47:37 GMT" - ], "Content-Length": [ - "533" + "541" ], "Content-Type": [ "application/json; charset=utf-8" @@ -23742,25 +8418,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2d292a7f-a57e-49d7-aad5-5f2e26815150" + "9fbadca4-1af1-477a-9271-47cf02430bf7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23768,42 +8444,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:57:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2d292a7f-a57e-49d7-aad5-5f2e26815150" + "9fbadca4-1af1-477a-9271-47cf02430bf7" ], "request-id": [ - "2d292a7f-a57e-49d7-aad5-5f2e26815150" + "9fbadca4-1af1-477a-9271-47cf02430bf7" ], "elapsed-time": [ - "48" + "338" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14672" + "14887" ], "x-ms-correlation-request-id": [ - "80fa13b7-1482-43de-8792-635371f031f5" + "28df9224-b127-41da-a7a5-9208525b1211" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184812Z:80fa13b7-1482-43de-8792-635371f031f5" + "NORTHEUROPE:20200806T235740Z:28df9224-b127-41da-a7a5-9208525b1211" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:48:12 GMT" - ], "Content-Length": [ "541" ], @@ -23814,25 +8490,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ad977688-83b2-4abb-9629-d38052f9e0e6" + "2ac50854-3b9e-4d53-9591-10b3be976090" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23840,42 +8516,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:57:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ad977688-83b2-4abb-9629-d38052f9e0e6" + "2ac50854-3b9e-4d53-9591-10b3be976090" ], "request-id": [ - "ad977688-83b2-4abb-9629-d38052f9e0e6" + "2ac50854-3b9e-4d53-9591-10b3be976090" ], "elapsed-time": [ - "81" + "291" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14671" + "14886" ], "x-ms-correlation-request-id": [ - "e636d815-9973-439f-90e4-ca3b7a258a93" + "77b4ceac-88ca-4a56-a1c4-462bfecae951" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184823Z:e636d815-9973-439f-90e4-ca3b7a258a93" + "NORTHEUROPE:20200806T235751Z:77b4ceac-88ca-4a56-a1c4-462bfecae951" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:48:22 GMT" - ], "Content-Length": [ "541" ], @@ -23886,25 +8562,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7d5c836c-a6cb-4e70-b738-bbe8870bb0cb" + "e2c78e2a-3765-42a9-919e-d6f412d82259" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23912,42 +8588,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:58:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7d5c836c-a6cb-4e70-b738-bbe8870bb0cb" + "e2c78e2a-3765-42a9-919e-d6f412d82259" ], "request-id": [ - "7d5c836c-a6cb-4e70-b738-bbe8870bb0cb" + "e2c78e2a-3765-42a9-919e-d6f412d82259" ], "elapsed-time": [ - "230" + "451" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14670" + "14885" ], "x-ms-correlation-request-id": [ - "1d509a90-f8db-4709-8aec-fb079166a8c7" + "4829462c-8f4b-4170-be77-33a8bacb377b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184834Z:1d509a90-f8db-4709-8aec-fb079166a8c7" + "NORTHEUROPE:20200806T235802Z:4829462c-8f4b-4170-be77-33a8bacb377b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:48:34 GMT" - ], "Content-Length": [ "541" ], @@ -23958,25 +8634,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "440a74eb-0c34-4569-b676-8d32156b8afb" + "5c722322-1bc5-4489-8952-dbab87f753fd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23984,42 +8660,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:58:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "440a74eb-0c34-4569-b676-8d32156b8afb" + "5c722322-1bc5-4489-8952-dbab87f753fd" ], "request-id": [ - "440a74eb-0c34-4569-b676-8d32156b8afb" + "5c722322-1bc5-4489-8952-dbab87f753fd" ], "elapsed-time": [ - "51" + "308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14669" + "14884" ], "x-ms-correlation-request-id": [ - "8231072b-122a-47a6-a2d0-0202750d75b4" + "219d0c3d-5153-40cb-aba5-2630a2910f0e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184844Z:8231072b-122a-47a6-a2d0-0202750d75b4" + "NORTHEUROPE:20200806T235812Z:219d0c3d-5153-40cb-aba5-2630a2910f0e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:48:43 GMT" - ], "Content-Length": [ "541" ], @@ -24030,25 +8706,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "957b3c81-7c51-4575-bbf4-e2469dac176a" + "9b3b5f27-0adc-4ea8-8dc1-620f6aa26ae1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24056,42 +8732,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:58:23 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "957b3c81-7c51-4575-bbf4-e2469dac176a" + "9b3b5f27-0adc-4ea8-8dc1-620f6aa26ae1" ], "request-id": [ - "957b3c81-7c51-4575-bbf4-e2469dac176a" + "9b3b5f27-0adc-4ea8-8dc1-620f6aa26ae1" ], "elapsed-time": [ - "56" + "361" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14668" + "14883" ], "x-ms-correlation-request-id": [ - "4e2b5fb4-d9a6-44d4-8982-48193e09987a" + "c21eb6c6-a072-4a6b-a7a9-61a7e2b7d512" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184855Z:4e2b5fb4-d9a6-44d4-8982-48193e09987a" + "NORTHEUROPE:20200806T235823Z:c21eb6c6-a072-4a6b-a7a9-61a7e2b7d512" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:48:55 GMT" - ], "Content-Length": [ "541" ], @@ -24102,25 +8778,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99adbc7a-c0d9-4f98-84ea-5f4496853929" + "945c4b1d-388a-4895-aa64-2757207abc8c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24128,42 +8804,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:58:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "99adbc7a-c0d9-4f98-84ea-5f4496853929" + "945c4b1d-388a-4895-aa64-2757207abc8c" ], "request-id": [ - "99adbc7a-c0d9-4f98-84ea-5f4496853929" + "945c4b1d-388a-4895-aa64-2757207abc8c" ], "elapsed-time": [ - "381" + "303" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14667" + "14882" ], "x-ms-correlation-request-id": [ - "85239fd4-9b8a-4526-ac3f-1105b6b94e4e" + "055c555d-1ca1-463f-9937-9569e2bdc3b6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184905Z:85239fd4-9b8a-4526-ac3f-1105b6b94e4e" + "NORTHEUROPE:20200806T235834Z:055c555d-1ca1-463f-9937-9569e2bdc3b6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:49:05 GMT" - ], "Content-Length": [ "541" ], @@ -24174,25 +8850,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fa893e01-2cfd-46a7-9d54-afe980ac5c8d" + "8991a06f-d4af-4c3d-8d3d-3c0f231233c8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24200,42 +8876,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:58:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "fa893e01-2cfd-46a7-9d54-afe980ac5c8d" + "8991a06f-d4af-4c3d-8d3d-3c0f231233c8" ], "request-id": [ - "fa893e01-2cfd-46a7-9d54-afe980ac5c8d" + "8991a06f-d4af-4c3d-8d3d-3c0f231233c8" ], "elapsed-time": [ - "57" + "314" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14666" + "14881" ], "x-ms-correlation-request-id": [ - "be8362dd-1b37-4ef5-bee1-0e5732be9ebf" + "3d3dd497-745d-4e0f-87d2-8147f571be09" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184915Z:be8362dd-1b37-4ef5-bee1-0e5732be9ebf" + "NORTHEUROPE:20200806T235844Z:3d3dd497-745d-4e0f-87d2-8147f571be09" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:49:15 GMT" - ], "Content-Length": [ "541" ], @@ -24246,25 +8922,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "670a47a3-23e2-4ef3-8cfe-74210c8ac73c" + "9b4deb13-c4bb-4023-bcb9-30685fae8588" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24272,42 +8948,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:58:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "670a47a3-23e2-4ef3-8cfe-74210c8ac73c" + "9b4deb13-c4bb-4023-bcb9-30685fae8588" ], "request-id": [ - "670a47a3-23e2-4ef3-8cfe-74210c8ac73c" + "9b4deb13-c4bb-4023-bcb9-30685fae8588" ], "elapsed-time": [ - "50" + "285" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14665" + "14880" ], "x-ms-correlation-request-id": [ - "99a7f167-603b-4f86-8b31-2c0719dd42aa" + "5e0c2727-79df-4f53-8da3-a95a35c1e596" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184926Z:99a7f167-603b-4f86-8b31-2c0719dd42aa" + "NORTHEUROPE:20200806T235855Z:5e0c2727-79df-4f53-8da3-a95a35c1e596" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:49:25 GMT" - ], "Content-Length": [ "541" ], @@ -24318,25 +8994,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "df174b1a-15ec-4c98-bfc0-ab47dd330f90" + "0976ec3f-23a7-46f3-8c14-97cfd68ff95f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24344,42 +9020,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:59:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "df174b1a-15ec-4c98-bfc0-ab47dd330f90" + "0976ec3f-23a7-46f3-8c14-97cfd68ff95f" ], "request-id": [ - "df174b1a-15ec-4c98-bfc0-ab47dd330f90" + "0976ec3f-23a7-46f3-8c14-97cfd68ff95f" ], "elapsed-time": [ - "51" + "378" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14664" + "14879" ], "x-ms-correlation-request-id": [ - "d88b0994-f57b-4eca-9bf7-6a4c4d5ccc1b" + "f78353ce-85bc-47d7-9dd3-9b34c10393a5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184936Z:d88b0994-f57b-4eca-9bf7-6a4c4d5ccc1b" + "NORTHEUROPE:20200806T235906Z:f78353ce-85bc-47d7-9dd3-9b34c10393a5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:49:36 GMT" - ], "Content-Length": [ "541" ], @@ -24390,25 +9066,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9fa06bf0-8c68-452c-bcb4-4053fc59851e" + "d09b893b-2578-4b17-8af6-584704b5e2eb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24416,42 +9092,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:59:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9fa06bf0-8c68-452c-bcb4-4053fc59851e" + "d09b893b-2578-4b17-8af6-584704b5e2eb" ], "request-id": [ - "9fa06bf0-8c68-452c-bcb4-4053fc59851e" + "d09b893b-2578-4b17-8af6-584704b5e2eb" ], "elapsed-time": [ - "58" + "294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14663" + "14878" ], "x-ms-correlation-request-id": [ - "7de21ce4-0d07-4609-8bde-db29886ee28e" + "55c84ec0-d1e9-4fc1-b42e-ffc3eeb0285b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184947Z:7de21ce4-0d07-4609-8bde-db29886ee28e" + "NORTHEUROPE:20200806T235916Z:55c84ec0-d1e9-4fc1-b42e-ffc3eeb0285b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:49:46 GMT" - ], "Content-Length": [ "541" ], @@ -24462,25 +9138,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a87b84e7-5e52-46ed-84fc-4ed9fdb4a82d" + "d82ae289-d72c-4b76-b834-83e5b2685893" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24488,42 +9164,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:59:27 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a87b84e7-5e52-46ed-84fc-4ed9fdb4a82d" + "d82ae289-d72c-4b76-b834-83e5b2685893" ], "request-id": [ - "a87b84e7-5e52-46ed-84fc-4ed9fdb4a82d" + "d82ae289-d72c-4b76-b834-83e5b2685893" ], "elapsed-time": [ - "51" + "277" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14662" + "14877" ], "x-ms-correlation-request-id": [ - "5d980695-a996-475d-9dba-0dd51e711b2d" + "e55b407b-081b-4c01-a19c-049f08dec1a8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184957Z:5d980695-a996-475d-9dba-0dd51e711b2d" + "NORTHEUROPE:20200806T235927Z:e55b407b-081b-4c01-a19c-049f08dec1a8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:49:56 GMT" - ], "Content-Length": [ "541" ], @@ -24534,25 +9210,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e11f7918-7359-4476-a1b8-5dc2a46d1b12" + "076172f2-f96d-4239-bdac-7338765f17a0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24560,42 +9236,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:59:37 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e11f7918-7359-4476-a1b8-5dc2a46d1b12" + "076172f2-f96d-4239-bdac-7338765f17a0" ], "request-id": [ - "e11f7918-7359-4476-a1b8-5dc2a46d1b12" + "076172f2-f96d-4239-bdac-7338765f17a0" ], "elapsed-time": [ - "58" + "283" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14661" + "14876" ], "x-ms-correlation-request-id": [ - "fb7d225f-2058-40bf-abc5-333916cb5fea" + "2b2a979b-c924-459a-b042-118c20844f18" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185007Z:fb7d225f-2058-40bf-abc5-333916cb5fea" + "NORTHEUROPE:20200806T235938Z:2b2a979b-c924-459a-b042-118c20844f18" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:50:06 GMT" - ], "Content-Length": [ "541" ], @@ -24606,25 +9282,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fcf2e268-e9d3-4dd9-80f6-63c9b12274ce" + "495927e1-7bf6-4420-8b69-b6122f3cd264" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24632,42 +9308,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:59:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "fcf2e268-e9d3-4dd9-80f6-63c9b12274ce" + "495927e1-7bf6-4420-8b69-b6122f3cd264" ], "request-id": [ - "fcf2e268-e9d3-4dd9-80f6-63c9b12274ce" + "495927e1-7bf6-4420-8b69-b6122f3cd264" ], "elapsed-time": [ - "52" + "299" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14660" + "14875" ], "x-ms-correlation-request-id": [ - "6e327a5e-d3da-41fa-9d3c-b1ae9137adaf" + "f8f744b2-d446-4ea6-9718-cb72ff58db40" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185018Z:6e327a5e-d3da-41fa-9d3c-b1ae9137adaf" + "NORTHEUROPE:20200806T235948Z:f8f744b2-d446-4ea6-9718-cb72ff58db40" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:50:17 GMT" - ], "Content-Length": [ "541" ], @@ -24678,25 +9354,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "21896918-ebbf-41c9-ab43-6b1d3e5049d5" + "4c4f501c-2398-4b29-9f36-9322c4d7a753" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24704,42 +9380,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:59:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "21896918-ebbf-41c9-ab43-6b1d3e5049d5" + "4c4f501c-2398-4b29-9f36-9322c4d7a753" ], "request-id": [ - "21896918-ebbf-41c9-ab43-6b1d3e5049d5" + "4c4f501c-2398-4b29-9f36-9322c4d7a753" ], "elapsed-time": [ - "52" + "293" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14659" + "14874" ], "x-ms-correlation-request-id": [ - "7dc5f9c5-7e27-4427-9435-5f544a75425f" + "39cf57e4-30c6-43ee-aa19-56f0438f6ca9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185028Z:7dc5f9c5-7e27-4427-9435-5f544a75425f" + "NORTHEUROPE:20200806T235959Z:39cf57e4-30c6-43ee-aa19-56f0438f6ca9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:50:28 GMT" - ], "Content-Length": [ "541" ], @@ -24750,25 +9426,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34fc6865-a68a-4929-841d-6eb6822ef93b" + "8f4815bb-ca60-4113-964a-bd5c1327391d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24776,42 +9452,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:00:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "34fc6865-a68a-4929-841d-6eb6822ef93b" + "8f4815bb-ca60-4113-964a-bd5c1327391d" ], "request-id": [ - "34fc6865-a68a-4929-841d-6eb6822ef93b" + "8f4815bb-ca60-4113-964a-bd5c1327391d" ], "elapsed-time": [ - "63" + "311" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14658" + "14873" ], "x-ms-correlation-request-id": [ - "fd65239a-5f1b-48d1-9da6-29906e1e5633" + "81c9353d-48d3-4ca9-941c-90ef880d80f5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185038Z:fd65239a-5f1b-48d1-9da6-29906e1e5633" + "NORTHEUROPE:20200807T000009Z:81c9353d-48d3-4ca9-941c-90ef880d80f5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:50:38 GMT" - ], "Content-Length": [ "541" ], @@ -24822,25 +9498,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e494c7ef-6efd-4cc1-a776-a0839602d463" + "ce0b18dc-65ef-470a-8b99-32a634683ea4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24848,42 +9524,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:00:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e494c7ef-6efd-4cc1-a776-a0839602d463" + "ce0b18dc-65ef-470a-8b99-32a634683ea4" ], "request-id": [ - "e494c7ef-6efd-4cc1-a776-a0839602d463" + "ce0b18dc-65ef-470a-8b99-32a634683ea4" ], "elapsed-time": [ - "86" + "346" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14657" + "14872" ], "x-ms-correlation-request-id": [ - "49ced65e-17bd-4459-82aa-047594eacce6" + "00995f09-e7f6-472c-8988-31d7e0887219" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185049Z:49ced65e-17bd-4459-82aa-047594eacce6" + "NORTHEUROPE:20200807T000020Z:00995f09-e7f6-472c-8988-31d7e0887219" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:50:48 GMT" - ], "Content-Length": [ "541" ], @@ -24894,25 +9570,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e802abfb-85d2-43d3-9b2c-cdfe96667d4b" + "99369c32-091e-433a-b3ae-67a8558380de" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24920,42 +9596,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:00:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e802abfb-85d2-43d3-9b2c-cdfe96667d4b" + "99369c32-091e-433a-b3ae-67a8558380de" ], "request-id": [ - "e802abfb-85d2-43d3-9b2c-cdfe96667d4b" + "99369c32-091e-433a-b3ae-67a8558380de" ], "elapsed-time": [ - "55" + "317" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14656" + "14871" ], "x-ms-correlation-request-id": [ - "148c7ae7-62bf-4a8a-bc6e-aa862b66463a" + "f8692a47-303b-4244-ba50-3e605255d27c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185059Z:148c7ae7-62bf-4a8a-bc6e-aa862b66463a" + "NORTHEUROPE:20200807T000030Z:f8692a47-303b-4244-ba50-3e605255d27c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:50:59 GMT" - ], "Content-Length": [ "541" ], @@ -24966,25 +9642,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "90ce6a13-4718-4e32-8a9f-6886459b47d2" + "d4ee5566-65e2-42d4-955f-c3ce4bac2095" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24992,42 +9668,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:00:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "90ce6a13-4718-4e32-8a9f-6886459b47d2" + "d4ee5566-65e2-42d4-955f-c3ce4bac2095" ], "request-id": [ - "90ce6a13-4718-4e32-8a9f-6886459b47d2" + "d4ee5566-65e2-42d4-955f-c3ce4bac2095" ], "elapsed-time": [ - "54" + "372" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14655" + "14870" ], "x-ms-correlation-request-id": [ - "51ec7620-3a1c-4d61-8107-3414fbc89c44" + "50f3d762-0698-4602-8019-27c3d92759c4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185109Z:51ec7620-3a1c-4d61-8107-3414fbc89c44" + "NORTHEUROPE:20200807T000041Z:50f3d762-0698-4602-8019-27c3d92759c4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:51:08 GMT" - ], "Content-Length": [ "541" ], @@ -25038,25 +9714,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bda66f60-5e31-4b17-b7b2-51a3d5a302c7" + "cf640be0-0d31-4fac-b5f1-260f423b9239" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -25064,42 +9740,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:00:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "bda66f60-5e31-4b17-b7b2-51a3d5a302c7" + "cf640be0-0d31-4fac-b5f1-260f423b9239" ], "request-id": [ - "bda66f60-5e31-4b17-b7b2-51a3d5a302c7" + "cf640be0-0d31-4fac-b5f1-260f423b9239" ], "elapsed-time": [ - "51" + "292" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14654" + "14869" ], "x-ms-correlation-request-id": [ - "3cce9ff7-585a-4185-8e6e-ca8e486ee949" + "926ba69b-0d3d-49e8-91fb-c0097187e87a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185120Z:3cce9ff7-585a-4185-8e6e-ca8e486ee949" + "NORTHEUROPE:20200807T000051Z:926ba69b-0d3d-49e8-91fb-c0097187e87a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:51:19 GMT" - ], "Content-Length": [ "541" ], @@ -25110,25 +9786,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "586ebc27-e4eb-45a6-b309-f7f9d413bc2a" + "6ab396ba-3115-4d2a-9c5c-45c081641a07" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -25136,42 +9812,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:01:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "586ebc27-e4eb-45a6-b309-f7f9d413bc2a" + "6ab396ba-3115-4d2a-9c5c-45c081641a07" ], "request-id": [ - "586ebc27-e4eb-45a6-b309-f7f9d413bc2a" + "6ab396ba-3115-4d2a-9c5c-45c081641a07" ], "elapsed-time": [ - "52" + "503" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14653" + "14868" ], "x-ms-correlation-request-id": [ - "5c68dcdf-952f-45ed-907d-c365cc5dcc69" + "14e4806d-452b-4207-87a7-268c4d972af2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185130Z:5c68dcdf-952f-45ed-907d-c365cc5dcc69" + "NORTHEUROPE:20200807T000102Z:14e4806d-452b-4207-87a7-268c4d972af2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:51:30 GMT" - ], "Content-Length": [ "541" ], @@ -25182,25 +9858,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f00ffcf3-16c9-4533-a963-78f9b94729b8" + "ed60d913-6e70-4f46-be97-a7f187d42b02" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -25208,42 +9884,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:01:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f00ffcf3-16c9-4533-a963-78f9b94729b8" + "ed60d913-6e70-4f46-be97-a7f187d42b02" ], "request-id": [ - "f00ffcf3-16c9-4533-a963-78f9b94729b8" + "ed60d913-6e70-4f46-be97-a7f187d42b02" ], "elapsed-time": [ - "54" + "326" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14652" + "14867" ], "x-ms-correlation-request-id": [ - "6a8cb047-3dbc-4721-aeea-1f2743a1ee46" + "9ae9ef22-478a-4b9a-9bf3-16df839c9b22" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185141Z:6a8cb047-3dbc-4721-aeea-1f2743a1ee46" + "NORTHEUROPE:20200807T000113Z:9ae9ef22-478a-4b9a-9bf3-16df839c9b22" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:51:40 GMT" - ], "Content-Length": [ "541" ], @@ -25254,25 +9930,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2499dd14-15cc-4de4-b759-255e1fe26d77" + "7004b0a1-475a-4ce3-9169-e91891e82e0a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -25280,42 +9956,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:01:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2499dd14-15cc-4de4-b759-255e1fe26d77" + "7004b0a1-475a-4ce3-9169-e91891e82e0a" ], "request-id": [ - "2499dd14-15cc-4de4-b759-255e1fe26d77" + "7004b0a1-475a-4ce3-9169-e91891e82e0a" ], "elapsed-time": [ - "72" + "351" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14651" + "14866" ], "x-ms-correlation-request-id": [ - "c0f96724-f07a-440d-a73d-c7d45539a72a" + "614c89ff-6447-4059-8e30-28743985f60e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185151Z:c0f96724-f07a-440d-a73d-c7d45539a72a" + "NORTHEUROPE:20200807T000123Z:614c89ff-6447-4059-8e30-28743985f60e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:51:51 GMT" - ], "Content-Length": [ "541" ], @@ -25326,25 +10002,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b7e9030-0705-45e3-b1b1-9e73489f5d40" + "61abad80-37fa-4d95-bc27-4933709a4633" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -25352,42 +10028,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:01:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3b7e9030-0705-45e3-b1b1-9e73489f5d40" + "61abad80-37fa-4d95-bc27-4933709a4633" ], "request-id": [ - "3b7e9030-0705-45e3-b1b1-9e73489f5d40" + "61abad80-37fa-4d95-bc27-4933709a4633" ], "elapsed-time": [ - "64" + "295" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14650" + "14865" ], "x-ms-correlation-request-id": [ - "b3ac5fe5-9acb-4afc-87fe-5399663edbdd" + "78c6fae1-c91b-4290-a6e3-4ba0c77a7fda" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185201Z:b3ac5fe5-9acb-4afc-87fe-5399663edbdd" + "NORTHEUROPE:20200807T000134Z:78c6fae1-c91b-4290-a6e3-4ba0c77a7fda" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:52:01 GMT" - ], "Content-Length": [ "541" ], @@ -25398,25 +10074,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f83cfcec-9488-4cf3-9a4c-c4c5757ecb9c" + "529c0e49-0cd6-49dc-87e8-3a8aed6c0e48" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -25424,44 +10100,44 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:01:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f83cfcec-9488-4cf3-9a4c-c4c5757ecb9c" + "529c0e49-0cd6-49dc-87e8-3a8aed6c0e48" ], "request-id": [ - "f83cfcec-9488-4cf3-9a4c-c4c5757ecb9c" + "529c0e49-0cd6-49dc-87e8-3a8aed6c0e48" ], "elapsed-time": [ - "51" + "354" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14649" + "14864" ], "x-ms-correlation-request-id": [ - "3f3ea05a-2530-45fa-8df5-b17d3e8aba5f" + "c0952954-842a-4f5e-817b-cc57d28ea86c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185211Z:3f3ea05a-2530-45fa-8df5-b17d3e8aba5f" + "NORTHEUROPE:20200807T000144Z:c0952954-842a-4f5e-817b-cc57d28ea86c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:52:11 GMT" - ], "Content-Length": [ - "541" + "533" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25470,25 +10146,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0411011d-f413-42f3-b761-6404e4248f97" + "8357c90e-415c-4aed-a81b-7476051b3f12" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -25496,42 +10172,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:02:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0411011d-f413-42f3-b761-6404e4248f97" + "8357c90e-415c-4aed-a81b-7476051b3f12" ], "request-id": [ - "0411011d-f413-42f3-b761-6404e4248f97" + "8357c90e-415c-4aed-a81b-7476051b3f12" ], "elapsed-time": [ - "52" + "318" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14648" + "14863" ], "x-ms-correlation-request-id": [ - "52eba3b5-328f-4622-84bb-f2040f257572" + "8c3f8084-e20f-4af0-9d66-da3a6589a2ca" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185222Z:52eba3b5-328f-4622-84bb-f2040f257572" + "NORTHEUROPE:20200807T000202Z:8c3f8084-e20f-4af0-9d66-da3a6589a2ca" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:52:22 GMT" - ], "Content-Length": [ "541" ], @@ -25542,25 +10218,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c6d32e5-3931-412b-ad48-f0599ff9dcea" + "c1803fd7-eeee-4c2c-905f-f03b29f28077" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -25568,42 +10244,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:02:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9c6d32e5-3931-412b-ad48-f0599ff9dcea" + "c1803fd7-eeee-4c2c-905f-f03b29f28077" ], "request-id": [ - "9c6d32e5-3931-412b-ad48-f0599ff9dcea" + "c1803fd7-eeee-4c2c-905f-f03b29f28077" ], "elapsed-time": [ - "56" + "375" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14647" + "14862" ], "x-ms-correlation-request-id": [ - "2f0619d5-322b-4592-9968-cce31057b957" + "31f46176-0c0d-4e9d-8b6f-3b7bf96bb88a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185232Z:2f0619d5-322b-4592-9968-cce31057b957" + "NORTHEUROPE:20200807T000212Z:31f46176-0c0d-4e9d-8b6f-3b7bf96bb88a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:52:31 GMT" - ], "Content-Length": [ "541" ], @@ -25614,25 +10290,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c916f078-5050-4bef-b357-e658d5b20f02" + "16b668bd-3bad-4cbd-a8dc-6dd88a932fb4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -25640,42 +10316,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:02:23 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c916f078-5050-4bef-b357-e658d5b20f02" + "16b668bd-3bad-4cbd-a8dc-6dd88a932fb4" ], "request-id": [ - "c916f078-5050-4bef-b357-e658d5b20f02" + "16b668bd-3bad-4cbd-a8dc-6dd88a932fb4" ], "elapsed-time": [ - "241" + "324" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14646" + "14861" ], "x-ms-correlation-request-id": [ - "c16ad01d-11d5-4307-9ad0-8fe26af04837" + "9adba3ec-4367-4ebb-93e2-5b9a6b731b98" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185243Z:c16ad01d-11d5-4307-9ad0-8fe26af04837" + "NORTHEUROPE:20200807T000223Z:9adba3ec-4367-4ebb-93e2-5b9a6b731b98" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:52:43 GMT" - ], "Content-Length": [ "541" ], @@ -25686,25 +10362,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0c266bf7-a5b8-4ab9-88fd-e820c538455b" + "c020b210-f38e-4863-9d68-25c282da1166" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -25712,42 +10388,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:02:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0c266bf7-a5b8-4ab9-88fd-e820c538455b" + "c020b210-f38e-4863-9d68-25c282da1166" ], "request-id": [ - "0c266bf7-a5b8-4ab9-88fd-e820c538455b" + "c020b210-f38e-4863-9d68-25c282da1166" ], "elapsed-time": [ - "74" + "353" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14645" + "14860" ], "x-ms-correlation-request-id": [ - "d61eff1d-01b5-424b-bc4d-a263174dd045" + "6d9a2c29-d15c-4a95-b22b-bba65afdddb1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185253Z:d61eff1d-01b5-424b-bc4d-a263174dd045" + "NORTHEUROPE:20200807T000233Z:6d9a2c29-d15c-4a95-b22b-bba65afdddb1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:52:53 GMT" - ], "Content-Length": [ "541" ], @@ -25758,25 +10434,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b88f73d-de22-4439-8a81-13bd762bb59e" + "2f52474d-fb8e-4db5-8e93-0b1775c46732" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -25784,42 +10460,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:02:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3b88f73d-de22-4439-8a81-13bd762bb59e" + "2f52474d-fb8e-4db5-8e93-0b1775c46732" ], "request-id": [ - "3b88f73d-de22-4439-8a81-13bd762bb59e" + "2f52474d-fb8e-4db5-8e93-0b1775c46732" ], "elapsed-time": [ - "89" + "381" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14644" + "14859" ], "x-ms-correlation-request-id": [ - "42af6a39-7871-4615-8218-e2ca64e38ff7" + "05600ab3-1649-4c46-a2f7-d91366ffbab4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185304Z:42af6a39-7871-4615-8218-e2ca64e38ff7" + "NORTHEUROPE:20200807T000244Z:05600ab3-1649-4c46-a2f7-d91366ffbab4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:53:03 GMT" - ], "Content-Length": [ "541" ], @@ -25830,25 +10506,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e2df6b99-466a-4a79-9adb-9fb7e8cf1870" + "26626cf3-b0a7-4a2e-8413-789a6ac8cfbe" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -25856,42 +10532,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:02:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e2df6b99-466a-4a79-9adb-9fb7e8cf1870" + "26626cf3-b0a7-4a2e-8413-789a6ac8cfbe" ], "request-id": [ - "e2df6b99-466a-4a79-9adb-9fb7e8cf1870" + "26626cf3-b0a7-4a2e-8413-789a6ac8cfbe" ], "elapsed-time": [ - "61" + "268" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14643" + "14858" ], "x-ms-correlation-request-id": [ - "c5dcac38-cebd-4300-882b-d38a8baede2b" + "5288efba-b662-4471-a09a-a5d3f2e9d253" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185314Z:c5dcac38-cebd-4300-882b-d38a8baede2b" + "NORTHEUROPE:20200807T000255Z:5288efba-b662-4471-a09a-a5d3f2e9d253" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:53:14 GMT" - ], "Content-Length": [ "541" ], @@ -25902,25 +10578,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6d81060c-0a77-44b6-b746-73c7ece91900" + "c2f00b6b-36ad-43c9-8d32-92b0520245ed" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -25928,42 +10604,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:03:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6d81060c-0a77-44b6-b746-73c7ece91900" + "c2f00b6b-36ad-43c9-8d32-92b0520245ed" ], "request-id": [ - "6d81060c-0a77-44b6-b746-73c7ece91900" + "c2f00b6b-36ad-43c9-8d32-92b0520245ed" ], "elapsed-time": [ - "57" + "359" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14642" + "14857" ], "x-ms-correlation-request-id": [ - "ebe4776a-a845-43ea-b9e0-a1ff4cd48a08" + "52df2e79-59f3-47ee-b708-e46bd98cfeea" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185324Z:ebe4776a-a845-43ea-b9e0-a1ff4cd48a08" + "NORTHEUROPE:20200807T000305Z:52df2e79-59f3-47ee-b708-e46bd98cfeea" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:53:24 GMT" - ], "Content-Length": [ "541" ], @@ -25974,25 +10650,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7d412ed8-2272-4f74-bbf3-337fc358f70d" + "b3345ae8-3a32-4205-9df8-8e26b259d94f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26000,42 +10676,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:03:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7d412ed8-2272-4f74-bbf3-337fc358f70d" + "b3345ae8-3a32-4205-9df8-8e26b259d94f" ], "request-id": [ - "7d412ed8-2272-4f74-bbf3-337fc358f70d" + "b3345ae8-3a32-4205-9df8-8e26b259d94f" ], "elapsed-time": [ - "57" + "422" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14641" + "14856" ], "x-ms-correlation-request-id": [ - "3bb72319-88fa-45bb-8777-c04836bbddd0" + "56b161e0-e2a0-4b8f-b429-a8ecec7002d0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185335Z:3bb72319-88fa-45bb-8777-c04836bbddd0" + "NORTHEUROPE:20200807T000316Z:56b161e0-e2a0-4b8f-b429-a8ecec7002d0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:53:34 GMT" - ], "Content-Length": [ "541" ], @@ -26046,25 +10722,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f88f18f6-9b68-49e9-a590-1c45421f6905" + "a21da2e7-83dd-4f06-ac31-3842f46aa682" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26072,42 +10748,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:03:25 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f88f18f6-9b68-49e9-a590-1c45421f6905" + "a21da2e7-83dd-4f06-ac31-3842f46aa682" ], "request-id": [ - "f88f18f6-9b68-49e9-a590-1c45421f6905" + "a21da2e7-83dd-4f06-ac31-3842f46aa682" ], "elapsed-time": [ - "57" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14640" + "14855" ], "x-ms-correlation-request-id": [ - "3ae534c0-3be8-4aab-be2c-da577e7f8c96" + "099de16e-749a-4dd0-865b-fa607b197895" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185345Z:3ae534c0-3be8-4aab-be2c-da577e7f8c96" + "NORTHEUROPE:20200807T000326Z:099de16e-749a-4dd0-865b-fa607b197895" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:53:45 GMT" - ], "Content-Length": [ "541" ], @@ -26118,25 +10794,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8518ac57-47c6-4e04-86cf-a264890a2f7e" + "920d1904-f958-498c-8909-aebb73ec616a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26144,42 +10820,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:03:37 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8518ac57-47c6-4e04-86cf-a264890a2f7e" + "920d1904-f958-498c-8909-aebb73ec616a" ], "request-id": [ - "8518ac57-47c6-4e04-86cf-a264890a2f7e" + "920d1904-f958-498c-8909-aebb73ec616a" ], "elapsed-time": [ - "54" + "304" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14639" + "14854" ], "x-ms-correlation-request-id": [ - "e8528427-10c5-457c-bb49-7a78f3b00f69" + "eb992976-cbfb-4357-aebe-3ec7154c50d3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185355Z:e8528427-10c5-457c-bb49-7a78f3b00f69" + "NORTHEUROPE:20200807T000337Z:eb992976-cbfb-4357-aebe-3ec7154c50d3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:53:54 GMT" - ], "Content-Length": [ "541" ], @@ -26190,25 +10866,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "30478027-3df2-475a-b888-6c9aa5e91273" + "9a72db86-8397-4c4e-ac16-f2e2a087dd69" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26216,42 +10892,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:03:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "30478027-3df2-475a-b888-6c9aa5e91273" + "9a72db86-8397-4c4e-ac16-f2e2a087dd69" ], "request-id": [ - "30478027-3df2-475a-b888-6c9aa5e91273" + "9a72db86-8397-4c4e-ac16-f2e2a087dd69" ], "elapsed-time": [ - "62" + "291" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14638" + "14853" ], "x-ms-correlation-request-id": [ - "6df551d4-d074-4346-9cb2-2c36ddd3db16" + "06fbfcb5-0543-4f16-bab1-23a0f7f96f27" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185406Z:6df551d4-d074-4346-9cb2-2c36ddd3db16" + "NORTHEUROPE:20200807T000347Z:06fbfcb5-0543-4f16-bab1-23a0f7f96f27" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:54:06 GMT" - ], "Content-Length": [ "541" ], @@ -26262,25 +10938,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1bdb4869-9a4f-4531-9adc-5b33bdc42a27" + "0ec851af-3d64-4d8c-b520-b6094c9d4207" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26288,42 +10964,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:03:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1bdb4869-9a4f-4531-9adc-5b33bdc42a27" + "0ec851af-3d64-4d8c-b520-b6094c9d4207" ], "request-id": [ - "1bdb4869-9a4f-4531-9adc-5b33bdc42a27" + "0ec851af-3d64-4d8c-b520-b6094c9d4207" ], "elapsed-time": [ - "56" + "348" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14637" + "14852" ], "x-ms-correlation-request-id": [ - "5e373f94-a1d8-4409-9e12-2f117fda950b" + "3472ec69-8ef8-4edf-b20b-c72183eeba5c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185416Z:5e373f94-a1d8-4409-9e12-2f117fda950b" + "NORTHEUROPE:20200807T000358Z:3472ec69-8ef8-4edf-b20b-c72183eeba5c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:54:16 GMT" - ], "Content-Length": [ "541" ], @@ -26334,25 +11010,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ec0fb0d5-87f1-43a6-b2e8-86391728ec5a" + "fe9c13f3-27c9-465e-8107-97d1f4b344bf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26360,42 +11036,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:04:09 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ec0fb0d5-87f1-43a6-b2e8-86391728ec5a" + "fe9c13f3-27c9-465e-8107-97d1f4b344bf" ], "request-id": [ - "ec0fb0d5-87f1-43a6-b2e8-86391728ec5a" + "fe9c13f3-27c9-465e-8107-97d1f4b344bf" ], "elapsed-time": [ - "56" + "392" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14636" + "14851" ], "x-ms-correlation-request-id": [ - "9873c25e-7020-43f1-a8de-42a1534a0a92" + "d7fbc8b4-4801-4a6c-949c-33675b3869e1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185426Z:9873c25e-7020-43f1-a8de-42a1534a0a92" + "NORTHEUROPE:20200807T000409Z:d7fbc8b4-4801-4a6c-949c-33675b3869e1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:54:25 GMT" - ], "Content-Length": [ "541" ], @@ -26406,25 +11082,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8df539cc-8732-43f7-9615-2853978be233" + "1211c9c1-7d22-42ec-aea3-5be3148389e5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26432,42 +11108,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:04:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8df539cc-8732-43f7-9615-2853978be233" + "1211c9c1-7d22-42ec-aea3-5be3148389e5" ], "request-id": [ - "8df539cc-8732-43f7-9615-2853978be233" + "1211c9c1-7d22-42ec-aea3-5be3148389e5" ], "elapsed-time": [ - "54" + "443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14635" + "14850" ], "x-ms-correlation-request-id": [ - "261162d4-6dfb-45c7-8cf1-9cba942696a6" + "6cd56e18-8c5b-41be-b998-ec25eae4ede5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185437Z:261162d4-6dfb-45c7-8cf1-9cba942696a6" + "NORTHEUROPE:20200807T000419Z:6cd56e18-8c5b-41be-b998-ec25eae4ede5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:54:36 GMT" - ], "Content-Length": [ "541" ], @@ -26478,25 +11154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3392f26-1123-47ab-bf9f-e5a7348c090d" + "29913e6f-a90c-450b-929e-d34a3a5e87a6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26504,42 +11180,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:04:29 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b3392f26-1123-47ab-bf9f-e5a7348c090d" + "29913e6f-a90c-450b-929e-d34a3a5e87a6" ], "request-id": [ - "b3392f26-1123-47ab-bf9f-e5a7348c090d" + "29913e6f-a90c-450b-929e-d34a3a5e87a6" ], "elapsed-time": [ - "173" + "316" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14634" + "14849" ], "x-ms-correlation-request-id": [ - "7c8366d1-fe9a-4c6d-a307-4df616aaada5" + "9a5cb55a-89af-4000-b99d-f28c243fce49" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185447Z:7c8366d1-fe9a-4c6d-a307-4df616aaada5" + "NORTHEUROPE:20200807T000430Z:9a5cb55a-89af-4000-b99d-f28c243fce49" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:54:47 GMT" - ], "Content-Length": [ "541" ], @@ -26550,25 +11226,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e40c417b-ac81-4b5c-8430-5f925d57ed3f" + "a9155a83-0fae-4c59-b429-4a37854a71e7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26576,42 +11252,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:04:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e40c417b-ac81-4b5c-8430-5f925d57ed3f" + "a9155a83-0fae-4c59-b429-4a37854a71e7" ], "request-id": [ - "e40c417b-ac81-4b5c-8430-5f925d57ed3f" + "a9155a83-0fae-4c59-b429-4a37854a71e7" ], "elapsed-time": [ - "52" + "306" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14633" + "14848" ], "x-ms-correlation-request-id": [ - "231f26a9-530c-4bc9-9ead-036449d1a4e7" + "a9d5e717-e44f-404f-a5d5-2d89dbad2e3f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185457Z:231f26a9-530c-4bc9-9ead-036449d1a4e7" + "NORTHEUROPE:20200807T000440Z:a9d5e717-e44f-404f-a5d5-2d89dbad2e3f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:54:57 GMT" - ], "Content-Length": [ "541" ], @@ -26622,25 +11298,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "88d24e52-84c0-422b-b184-a2fffd2b2a65" + "443b707f-f8ad-4e6c-a75f-546e4dd153fb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26648,42 +11324,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:04:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "88d24e52-84c0-422b-b184-a2fffd2b2a65" + "443b707f-f8ad-4e6c-a75f-546e4dd153fb" ], "request-id": [ - "88d24e52-84c0-422b-b184-a2fffd2b2a65" + "443b707f-f8ad-4e6c-a75f-546e4dd153fb" ], "elapsed-time": [ - "70" + "368" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14654" + "14847" ], "x-ms-correlation-request-id": [ - "68e4e0a4-93e9-4082-8273-1bfb8f19b77f" + "f1f6ffbe-466c-4aa1-99db-c4208ae8219e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185507Z:68e4e0a4-93e9-4082-8273-1bfb8f19b77f" + "NORTHEUROPE:20200807T000451Z:f1f6ffbe-466c-4aa1-99db-c4208ae8219e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:55:07 GMT" - ], "Content-Length": [ "541" ], @@ -26694,25 +11370,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99e4a3d4-765f-4bc1-9e0c-0b55e8ae1f09" + "f06de8ca-ff6e-44a5-ac39-3626b0ec5d6a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26720,42 +11396,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:05:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "99e4a3d4-765f-4bc1-9e0c-0b55e8ae1f09" + "f06de8ca-ff6e-44a5-ac39-3626b0ec5d6a" ], "request-id": [ - "99e4a3d4-765f-4bc1-9e0c-0b55e8ae1f09" + "f06de8ca-ff6e-44a5-ac39-3626b0ec5d6a" ], "elapsed-time": [ - "55" + "498" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14653" + "14846" ], "x-ms-correlation-request-id": [ - "03a6ad22-2c6c-4ba0-af2e-0f7aa0ccf09c" + "95079e53-b602-4806-9495-409a2f6e5834" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185518Z:03a6ad22-2c6c-4ba0-af2e-0f7aa0ccf09c" + "NORTHEUROPE:20200807T000502Z:95079e53-b602-4806-9495-409a2f6e5834" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:55:17 GMT" - ], "Content-Length": [ "541" ], @@ -26766,25 +11442,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a462b030-7ada-4507-8832-65472edd994a" + "2fb07b34-b2ef-4a1d-8928-8c8e315d21d5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26792,42 +11468,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:05:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a462b030-7ada-4507-8832-65472edd994a" + "2fb07b34-b2ef-4a1d-8928-8c8e315d21d5" ], "request-id": [ - "a462b030-7ada-4507-8832-65472edd994a" + "2fb07b34-b2ef-4a1d-8928-8c8e315d21d5" ], "elapsed-time": [ - "56" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14652" + "14845" ], "x-ms-correlation-request-id": [ - "4e9e109d-3a2a-4d9f-8dae-d649d564c0c4" + "327d9384-4660-453f-ad5b-217dec797fec" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185528Z:4e9e109d-3a2a-4d9f-8dae-d649d564c0c4" + "NORTHEUROPE:20200807T000512Z:327d9384-4660-453f-ad5b-217dec797fec" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:55:28 GMT" - ], "Content-Length": [ "541" ], @@ -26838,25 +11514,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85c0c3f8-9cff-4571-9c2c-a6c77197a073" + "c88a914e-54b5-4c2a-87bb-a66b75cfeaa2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26864,42 +11540,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:05:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "85c0c3f8-9cff-4571-9c2c-a6c77197a073" + "c88a914e-54b5-4c2a-87bb-a66b75cfeaa2" ], "request-id": [ - "85c0c3f8-9cff-4571-9c2c-a6c77197a073" + "c88a914e-54b5-4c2a-87bb-a66b75cfeaa2" ], "elapsed-time": [ - "67" + "302" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14651" + "14844" ], "x-ms-correlation-request-id": [ - "414dc402-245c-407f-b0df-fa096b091893" + "0bb909ff-3eef-487a-a67a-a5ac41ef884a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185538Z:414dc402-245c-407f-b0df-fa096b091893" + "NORTHEUROPE:20200807T000523Z:0bb909ff-3eef-487a-a67a-a5ac41ef884a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:55:38 GMT" - ], "Content-Length": [ "541" ], @@ -26910,25 +11586,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2aa1dd87-bb6b-43f7-afc8-5fbd2abd1a04" + "6b8aafa5-8ef7-4b5f-a655-a0cc9d3ccef2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26936,42 +11612,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:05:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2aa1dd87-bb6b-43f7-afc8-5fbd2abd1a04" + "6b8aafa5-8ef7-4b5f-a655-a0cc9d3ccef2" ], "request-id": [ - "2aa1dd87-bb6b-43f7-afc8-5fbd2abd1a04" + "6b8aafa5-8ef7-4b5f-a655-a0cc9d3ccef2" ], "elapsed-time": [ - "73" + "316" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14650" + "14843" ], "x-ms-correlation-request-id": [ - "b478ef03-9317-4636-a4a4-c87f9fd72c43" + "2fab5391-d875-4ae2-849d-b372c7ece4e3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185549Z:b478ef03-9317-4636-a4a4-c87f9fd72c43" + "NORTHEUROPE:20200807T000533Z:2fab5391-d875-4ae2-849d-b372c7ece4e3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:55:48 GMT" - ], "Content-Length": [ "541" ], @@ -26982,25 +11658,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1bfe5861-1620-4620-b0bf-6a506f359f97" + "462c21fb-bb23-4f09-b054-e86bfc4747eb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27008,42 +11684,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:05:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1bfe5861-1620-4620-b0bf-6a506f359f97" + "462c21fb-bb23-4f09-b054-e86bfc4747eb" ], "request-id": [ - "1bfe5861-1620-4620-b0bf-6a506f359f97" + "462c21fb-bb23-4f09-b054-e86bfc4747eb" ], "elapsed-time": [ - "80" + "433" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14649" + "14842" ], "x-ms-correlation-request-id": [ - "ecbc3196-070e-4cbf-851b-873b67230e13" + "b5c5e386-d835-4bf0-8280-6583c2715a5f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185559Z:ecbc3196-070e-4cbf-851b-873b67230e13" + "NORTHEUROPE:20200807T000544Z:b5c5e386-d835-4bf0-8280-6583c2715a5f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:55:58 GMT" - ], "Content-Length": [ "541" ], @@ -27054,25 +11730,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c0914790-8f1c-429b-9535-5e35f690a048" + "dd7b0044-cc88-4dc5-92b3-dafbb2627742" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27080,42 +11756,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:05:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c0914790-8f1c-429b-9535-5e35f690a048" + "dd7b0044-cc88-4dc5-92b3-dafbb2627742" ], "request-id": [ - "c0914790-8f1c-429b-9535-5e35f690a048" + "dd7b0044-cc88-4dc5-92b3-dafbb2627742" ], "elapsed-time": [ - "63" + "279" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14648" + "14841" ], "x-ms-correlation-request-id": [ - "e298b334-1560-410c-98e8-c6dcaab0229f" + "2b7ca90c-c184-4078-893f-647e6c9964f9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185610Z:e298b334-1560-410c-98e8-c6dcaab0229f" + "NORTHEUROPE:20200807T000555Z:2b7ca90c-c184-4078-893f-647e6c9964f9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:56:09 GMT" - ], "Content-Length": [ "541" ], @@ -27126,25 +11802,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d61337da-be90-4413-9e17-80babcebf392" + "dad9aeb8-1e74-41a5-a035-3b62f98bcc62" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27152,42 +11828,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:06:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d61337da-be90-4413-9e17-80babcebf392" + "dad9aeb8-1e74-41a5-a035-3b62f98bcc62" ], "request-id": [ - "d61337da-be90-4413-9e17-80babcebf392" + "dad9aeb8-1e74-41a5-a035-3b62f98bcc62" ], "elapsed-time": [ - "57" + "289" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14647" + "14840" ], "x-ms-correlation-request-id": [ - "64b38482-a1f3-4932-bf37-8a0d0423b827" + "39be11d3-e067-4f36-b7f5-dfcdea914b17" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185620Z:64b38482-a1f3-4932-bf37-8a0d0423b827" + "NORTHEUROPE:20200807T000606Z:39be11d3-e067-4f36-b7f5-dfcdea914b17" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:56:19 GMT" - ], "Content-Length": [ "541" ], @@ -27198,25 +11874,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eec56f0d-85a0-45c2-b0ae-3aab392cb6a4" + "3d77d117-f38f-46ed-ad6a-fca75a1d3140" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27224,42 +11900,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:06:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "eec56f0d-85a0-45c2-b0ae-3aab392cb6a4" + "3d77d117-f38f-46ed-ad6a-fca75a1d3140" ], "request-id": [ - "eec56f0d-85a0-45c2-b0ae-3aab392cb6a4" + "3d77d117-f38f-46ed-ad6a-fca75a1d3140" ], "elapsed-time": [ - "55" + "285" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14646" + "14839" ], "x-ms-correlation-request-id": [ - "d53f31cd-a6bc-4f57-820e-d0c33bab5cbf" + "b7197d46-cb1f-4fd7-a41b-8f20d16a6860" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185630Z:d53f31cd-a6bc-4f57-820e-d0c33bab5cbf" + "NORTHEUROPE:20200807T000617Z:b7197d46-cb1f-4fd7-a41b-8f20d16a6860" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:56:30 GMT" - ], "Content-Length": [ "541" ], @@ -27270,25 +11946,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8982fd82-a849-4921-afc0-40298afc3018" + "2cb3a36b-b10e-43f0-a62c-6e66c8114de2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27296,42 +11972,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:06:27 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8982fd82-a849-4921-afc0-40298afc3018" + "2cb3a36b-b10e-43f0-a62c-6e66c8114de2" ], "request-id": [ - "8982fd82-a849-4921-afc0-40298afc3018" + "2cb3a36b-b10e-43f0-a62c-6e66c8114de2" ], "elapsed-time": [ - "54" + "316" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14645" + "14838" ], "x-ms-correlation-request-id": [ - "9a68084b-a35a-412f-8cea-08ec9c6f8e2f" + "fec80d1e-cfbe-4dc8-ae98-d3f7fcaf4942" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185641Z:9a68084b-a35a-412f-8cea-08ec9c6f8e2f" + "NORTHEUROPE:20200807T000627Z:fec80d1e-cfbe-4dc8-ae98-d3f7fcaf4942" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:56:40 GMT" - ], "Content-Length": [ "541" ], @@ -27342,25 +12018,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02fc1f16-0848-4f1c-ae8c-226cf53034cc" + "7ecc2a8c-b098-4839-ab05-ba24c1df3c9a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27368,42 +12044,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:06:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "02fc1f16-0848-4f1c-ae8c-226cf53034cc" + "7ecc2a8c-b098-4839-ab05-ba24c1df3c9a" ], "request-id": [ - "02fc1f16-0848-4f1c-ae8c-226cf53034cc" + "7ecc2a8c-b098-4839-ab05-ba24c1df3c9a" ], "elapsed-time": [ - "220" + "298" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14644" + "14837" ], "x-ms-correlation-request-id": [ - "01623fa2-8a59-4aed-9c11-2979b17a4ed7" + "13d4139c-ac7d-414c-8ce9-87985b40686b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185652Z:01623fa2-8a59-4aed-9c11-2979b17a4ed7" + "NORTHEUROPE:20200807T000638Z:13d4139c-ac7d-414c-8ce9-87985b40686b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:56:51 GMT" - ], "Content-Length": [ "541" ], @@ -27414,25 +12090,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c4d5a2aa-f748-47ad-8f42-e2909e7171b1" + "507b809f-a2c1-4c32-9241-f741b274969f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27440,42 +12116,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:06:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c4d5a2aa-f748-47ad-8f42-e2909e7171b1" + "507b809f-a2c1-4c32-9241-f741b274969f" ], "request-id": [ - "c4d5a2aa-f748-47ad-8f42-e2909e7171b1" + "507b809f-a2c1-4c32-9241-f741b274969f" ], "elapsed-time": [ - "50" + "278" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14643" + "14836" ], "x-ms-correlation-request-id": [ - "796554c4-c932-4882-b737-a2a08864de6a" + "d8247fbd-c8cf-40ba-83d6-cfc1fc81a48b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185702Z:796554c4-c932-4882-b737-a2a08864de6a" + "NORTHEUROPE:20200807T000648Z:d8247fbd-c8cf-40ba-83d6-cfc1fc81a48b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:57:01 GMT" - ], "Content-Length": [ "541" ], @@ -27486,25 +12162,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ccfd271-8fa9-492b-93ae-6f5bfa3c78a8" + "5b220e28-9993-490b-9baf-56c7c88a06c7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27512,42 +12188,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:06:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0ccfd271-8fa9-492b-93ae-6f5bfa3c78a8" + "5b220e28-9993-490b-9baf-56c7c88a06c7" ], "request-id": [ - "0ccfd271-8fa9-492b-93ae-6f5bfa3c78a8" + "5b220e28-9993-490b-9baf-56c7c88a06c7" ], "elapsed-time": [ - "55" + "295" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14642" + "14835" ], "x-ms-correlation-request-id": [ - "96e19001-a2c1-4e89-abff-0bf08435d8bf" + "10bec557-09d0-43dd-b2c1-77386ba0a8ba" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185712Z:96e19001-a2c1-4e89-abff-0bf08435d8bf" + "NORTHEUROPE:20200807T000659Z:10bec557-09d0-43dd-b2c1-77386ba0a8ba" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:57:12 GMT" - ], "Content-Length": [ "541" ], @@ -27558,25 +12234,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25028ca3-321d-444b-91e8-0b1281668c9e" + "035f5e2e-d8ee-4517-9761-341e89d9cb3c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27584,42 +12260,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:07:09 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "25028ca3-321d-444b-91e8-0b1281668c9e" + "035f5e2e-d8ee-4517-9761-341e89d9cb3c" ], "request-id": [ - "25028ca3-321d-444b-91e8-0b1281668c9e" + "035f5e2e-d8ee-4517-9761-341e89d9cb3c" ], "elapsed-time": [ - "63" + "275" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14641" + "14834" ], "x-ms-correlation-request-id": [ - "a3187a35-d0bb-4f20-affe-1c50bfbce19d" + "3c7b8433-e2a0-4e0c-af07-5882c85d7b0f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185723Z:a3187a35-d0bb-4f20-affe-1c50bfbce19d" + "NORTHEUROPE:20200807T000710Z:3c7b8433-e2a0-4e0c-af07-5882c85d7b0f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:57:23 GMT" - ], "Content-Length": [ "541" ], @@ -27630,25 +12306,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6420b69b-2e8e-4337-acda-27b744c130d8" + "cc7c36fb-fdfc-4e16-8d4d-42f9bd017605" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27656,42 +12332,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:07:20 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6420b69b-2e8e-4337-acda-27b744c130d8" + "cc7c36fb-fdfc-4e16-8d4d-42f9bd017605" ], "request-id": [ - "6420b69b-2e8e-4337-acda-27b744c130d8" + "cc7c36fb-fdfc-4e16-8d4d-42f9bd017605" ], "elapsed-time": [ - "58" + "382" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14640" + "14833" ], "x-ms-correlation-request-id": [ - "c800546a-79e8-482c-a6bf-f3e170609237" + "1c15d61d-beb8-4c76-9558-67f1e5eb39d5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185733Z:c800546a-79e8-482c-a6bf-f3e170609237" + "NORTHEUROPE:20200807T000720Z:1c15d61d-beb8-4c76-9558-67f1e5eb39d5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:57:33 GMT" - ], "Content-Length": [ "541" ], @@ -27702,25 +12378,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a09ebb7b-5370-4471-beb1-e5f21e10bf85" + "907b330e-bc46-4332-b5ce-8e6a02e05a49" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27728,42 +12404,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:07:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a09ebb7b-5370-4471-beb1-e5f21e10bf85" + "907b330e-bc46-4332-b5ce-8e6a02e05a49" ], "request-id": [ - "a09ebb7b-5370-4471-beb1-e5f21e10bf85" + "907b330e-bc46-4332-b5ce-8e6a02e05a49" ], "elapsed-time": [ - "52" + "873" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14639" + "14832" ], "x-ms-correlation-request-id": [ - "99c20839-8d80-41bd-940a-c98157104401" + "90f58f8e-729c-473b-8038-ac2092ff1328" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185743Z:99c20839-8d80-41bd-940a-c98157104401" + "NORTHEUROPE:20200807T000731Z:90f58f8e-729c-473b-8038-ac2092ff1328" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:57:42 GMT" - ], "Content-Length": [ "541" ], @@ -27774,25 +12450,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3075b65-1bc4-44f4-89ec-912f9bb88cdb" + "f8b889fa-b34a-4e6a-9a1d-aace85319fe5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27800,42 +12476,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:07:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b3075b65-1bc4-44f4-89ec-912f9bb88cdb" + "f8b889fa-b34a-4e6a-9a1d-aace85319fe5" ], "request-id": [ - "b3075b65-1bc4-44f4-89ec-912f9bb88cdb" + "f8b889fa-b34a-4e6a-9a1d-aace85319fe5" ], "elapsed-time": [ - "56" + "291" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14638" + "14831" ], "x-ms-correlation-request-id": [ - "d8c1203c-9b2d-4a5e-9166-df3f8efb1dc0" + "11ce6e13-826b-4eb7-8bd5-e6f09064c225" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185754Z:d8c1203c-9b2d-4a5e-9166-df3f8efb1dc0" + "NORTHEUROPE:20200807T000742Z:11ce6e13-826b-4eb7-8bd5-e6f09064c225" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:57:53 GMT" - ], "Content-Length": [ "541" ], @@ -27846,25 +12522,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d114c075-7ff7-48fd-91a3-c5ce4ff92e16" + "1855b514-4ec5-4b76-9cb4-fa40b9cd8c48" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27872,42 +12548,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:07:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d114c075-7ff7-48fd-91a3-c5ce4ff92e16" + "1855b514-4ec5-4b76-9cb4-fa40b9cd8c48" ], "request-id": [ - "d114c075-7ff7-48fd-91a3-c5ce4ff92e16" + "1855b514-4ec5-4b76-9cb4-fa40b9cd8c48" ], "elapsed-time": [ - "52" + "303" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14637" + "14830" ], "x-ms-correlation-request-id": [ - "e45ef50d-6fc0-44b6-a199-f47e3b5f784b" + "a3ac24d2-a84e-4994-86d8-ed07824b29c4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185804Z:e45ef50d-6fc0-44b6-a199-f47e3b5f784b" + "NORTHEUROPE:20200807T000752Z:a3ac24d2-a84e-4994-86d8-ed07824b29c4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:58:04 GMT" - ], "Content-Length": [ "541" ], @@ -27918,25 +12594,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cfbf2cdd-6763-4804-b74f-ee497fc60883" + "4425037f-452f-4ad5-a1eb-588ebfa74134" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27944,42 +12620,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:08:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "cfbf2cdd-6763-4804-b74f-ee497fc60883" + "4425037f-452f-4ad5-a1eb-588ebfa74134" ], "request-id": [ - "cfbf2cdd-6763-4804-b74f-ee497fc60883" + "4425037f-452f-4ad5-a1eb-588ebfa74134" ], "elapsed-time": [ - "52" + "282" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14636" + "14829" ], "x-ms-correlation-request-id": [ - "acf48842-4330-476e-97ca-c15837fecc6a" + "b271fa68-c73d-4db6-85f4-022dd7011d76" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185814Z:acf48842-4330-476e-97ca-c15837fecc6a" + "NORTHEUROPE:20200807T000803Z:b271fa68-c73d-4db6-85f4-022dd7011d76" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:58:13 GMT" - ], "Content-Length": [ "541" ], @@ -27990,25 +12666,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f8a1e4b4-e981-40c9-a763-dd1dbc17fd08" + "7ce584f4-b05a-4ea9-9b31-c127e0bed2b8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28016,42 +12692,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:08:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f8a1e4b4-e981-40c9-a763-dd1dbc17fd08" + "7ce584f4-b05a-4ea9-9b31-c127e0bed2b8" ], "request-id": [ - "f8a1e4b4-e981-40c9-a763-dd1dbc17fd08" + "7ce584f4-b05a-4ea9-9b31-c127e0bed2b8" ], "elapsed-time": [ - "50" + "308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14635" + "14828" ], "x-ms-correlation-request-id": [ - "11d7a29a-9ab4-4f37-b3bf-c99730c720c1" + "72b419cf-8de0-44fc-8209-55434bf9fe25" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185824Z:11d7a29a-9ab4-4f37-b3bf-c99730c720c1" + "NORTHEUROPE:20200807T000813Z:72b419cf-8de0-44fc-8209-55434bf9fe25" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:58:24 GMT" - ], "Content-Length": [ "541" ], @@ -28062,25 +12738,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7b76611-6cbe-488a-a921-184b948cecb7" + "8bc5507b-adcd-447e-baff-0a48108d745a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28088,42 +12764,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:08:23 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a7b76611-6cbe-488a-a921-184b948cecb7" + "8bc5507b-adcd-447e-baff-0a48108d745a" ], "request-id": [ - "a7b76611-6cbe-488a-a921-184b948cecb7" + "8bc5507b-adcd-447e-baff-0a48108d745a" ], "elapsed-time": [ - "55" + "280" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14634" + "14827" ], "x-ms-correlation-request-id": [ - "2c36c1fd-6edf-42c7-99a0-808fbbd1b155" + "a608ccaf-1046-4240-98ce-36c54ce34efb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185835Z:2c36c1fd-6edf-42c7-99a0-808fbbd1b155" + "NORTHEUROPE:20200807T000824Z:a608ccaf-1046-4240-98ce-36c54ce34efb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:58:34 GMT" - ], "Content-Length": [ "541" ], @@ -28134,25 +12810,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a0953004-187a-40cd-afab-c365a841005d" + "4387be3a-759f-4ee1-94be-b746b672b810" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28160,42 +12836,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:08:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a0953004-187a-40cd-afab-c365a841005d" + "4387be3a-759f-4ee1-94be-b746b672b810" ], "request-id": [ - "a0953004-187a-40cd-afab-c365a841005d" + "4387be3a-759f-4ee1-94be-b746b672b810" ], "elapsed-time": [ - "53" + "383" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14633" + "14826" ], "x-ms-correlation-request-id": [ - "b6e4c229-db2a-46c5-b310-873ef49e0ade" + "6dcd8a35-e714-4c3c-ba89-1f5fe10b4902" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185845Z:b6e4c229-db2a-46c5-b310-873ef49e0ade" + "NORTHEUROPE:20200807T000835Z:6dcd8a35-e714-4c3c-ba89-1f5fe10b4902" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:58:45 GMT" - ], "Content-Length": [ "541" ], @@ -28206,25 +12882,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "69c77fc0-99df-417a-838f-3285ec6881c3" + "3e8fbfae-3c33-44e8-800d-4b19d2524186" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28232,42 +12908,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:08:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "69c77fc0-99df-417a-838f-3285ec6881c3" + "3e8fbfae-3c33-44e8-800d-4b19d2524186" ], "request-id": [ - "69c77fc0-99df-417a-838f-3285ec6881c3" + "3e8fbfae-3c33-44e8-800d-4b19d2524186" ], "elapsed-time": [ - "74" + "306" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14632" + "14825" ], "x-ms-correlation-request-id": [ - "32df0283-a555-40bc-acaf-e4936d7e84c9" + "ad607b37-3a8b-4b9b-a8ab-972aeeef2322" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185855Z:32df0283-a555-40bc-acaf-e4936d7e84c9" + "NORTHEUROPE:20200807T000845Z:ad607b37-3a8b-4b9b-a8ab-972aeeef2322" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:58:55 GMT" - ], "Content-Length": [ "541" ], @@ -28278,25 +12954,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "875fd1c8-b566-4374-822d-f4336240eccd" + "36188b1f-6a8a-4dae-b9c3-4cf7a87b0240" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28304,42 +12980,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:08:56 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "875fd1c8-b566-4374-822d-f4336240eccd" + "36188b1f-6a8a-4dae-b9c3-4cf7a87b0240" ], "request-id": [ - "875fd1c8-b566-4374-822d-f4336240eccd" + "36188b1f-6a8a-4dae-b9c3-4cf7a87b0240" ], "elapsed-time": [ - "55" + "372" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14631" + "14824" ], "x-ms-correlation-request-id": [ - "ab4d5bc9-139b-44b0-a9fa-a535d15824dc" + "b45ff917-9017-44ee-8dc1-91e795078dbf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185906Z:ab4d5bc9-139b-44b0-a9fa-a535d15824dc" + "NORTHEUROPE:20200807T000856Z:b45ff917-9017-44ee-8dc1-91e795078dbf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:59:05 GMT" - ], "Content-Length": [ "541" ], @@ -28350,25 +13026,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d8fc69be-81d7-4c7a-8d1e-ac979204161b" + "cf40bced-068d-4f66-9d10-f397ff02521b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28376,42 +13052,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:09:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d8fc69be-81d7-4c7a-8d1e-ac979204161b" + "cf40bced-068d-4f66-9d10-f397ff02521b" ], "request-id": [ - "d8fc69be-81d7-4c7a-8d1e-ac979204161b" + "cf40bced-068d-4f66-9d10-f397ff02521b" ], "elapsed-time": [ - "59" + "278" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14630" + "14823" ], "x-ms-correlation-request-id": [ - "8c9e887e-beb9-4abb-8ec3-aa75a054ad8e" + "df20ec05-b670-42c7-b100-7382293129bd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185916Z:8c9e887e-beb9-4abb-8ec3-aa75a054ad8e" + "NORTHEUROPE:20200807T000907Z:df20ec05-b670-42c7-b100-7382293129bd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:59:16 GMT" - ], "Content-Length": [ "541" ], @@ -28422,25 +13098,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4fdfcefe-52c5-454e-9e7a-913a8f010b70" + "64ecafd2-eb88-486f-9118-7f1745799b2f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28448,42 +13124,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:09:17 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4fdfcefe-52c5-454e-9e7a-913a8f010b70" + "64ecafd2-eb88-486f-9118-7f1745799b2f" ], "request-id": [ - "4fdfcefe-52c5-454e-9e7a-913a8f010b70" + "64ecafd2-eb88-486f-9118-7f1745799b2f" ], "elapsed-time": [ - "57" + "292" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14629" + "14822" ], "x-ms-correlation-request-id": [ - "0181741a-ebe6-43a8-ae41-66bceba8bfa7" + "a4470a6d-d0db-4449-9583-2d971378dee4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185926Z:0181741a-ebe6-43a8-ae41-66bceba8bfa7" + "NORTHEUROPE:20200807T000917Z:a4470a6d-d0db-4449-9583-2d971378dee4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:59:26 GMT" - ], "Content-Length": [ "541" ], @@ -28494,25 +13170,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f6e9c4b7-af41-4be4-9fbc-99b896a59234" + "8b6be629-59a7-4747-b739-5ceba76baf21" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28520,42 +13196,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:09:27 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f6e9c4b7-af41-4be4-9fbc-99b896a59234" + "8b6be629-59a7-4747-b739-5ceba76baf21" ], "request-id": [ - "f6e9c4b7-af41-4be4-9fbc-99b896a59234" + "8b6be629-59a7-4747-b739-5ceba76baf21" ], "elapsed-time": [ - "52" + "337" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14628" + "14821" ], "x-ms-correlation-request-id": [ - "d4b0f122-23d9-4a41-82f3-54e9cfab5aa4" + "996f8e7d-2c61-4075-b5bd-daf98f8934d8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185937Z:d4b0f122-23d9-4a41-82f3-54e9cfab5aa4" + "NORTHEUROPE:20200807T000928Z:996f8e7d-2c61-4075-b5bd-daf98f8934d8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:59:36 GMT" - ], "Content-Length": [ "541" ], @@ -28566,25 +13242,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf3175eb-2783-40aa-a0b2-1f8fd1928994" + "e336caa6-878b-4704-8cf1-6fc1ae90d4b0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28592,42 +13268,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:09:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "bf3175eb-2783-40aa-a0b2-1f8fd1928994" + "e336caa6-878b-4704-8cf1-6fc1ae90d4b0" ], "request-id": [ - "bf3175eb-2783-40aa-a0b2-1f8fd1928994" + "e336caa6-878b-4704-8cf1-6fc1ae90d4b0" ], "elapsed-time": [ - "83" + "283" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14627" + "14820" ], "x-ms-correlation-request-id": [ - "7a7d42d7-7327-416a-8d95-f6817aad398a" + "919c043e-84f0-49ca-993c-a25b6dc4be94" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185947Z:7a7d42d7-7327-416a-8d95-f6817aad398a" + "NORTHEUROPE:20200807T000938Z:919c043e-84f0-49ca-993c-a25b6dc4be94" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:59:46 GMT" - ], "Content-Length": [ "541" ], @@ -28638,25 +13314,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e49bdfe6-5668-489b-9cc8-9b6363084fa0" + "60167e38-b9dc-4231-ac69-3dd417ae422a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28664,42 +13340,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:09:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e49bdfe6-5668-489b-9cc8-9b6363084fa0" + "60167e38-b9dc-4231-ac69-3dd417ae422a" ], "request-id": [ - "e49bdfe6-5668-489b-9cc8-9b6363084fa0" + "60167e38-b9dc-4231-ac69-3dd417ae422a" ], "elapsed-time": [ - "55" + "302" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14626" + "14819" ], "x-ms-correlation-request-id": [ - "53de7fad-c7a8-4b19-8298-6f242f22fac9" + "29eaf2b0-b6d0-4c35-a398-47469ff5ef45" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185957Z:53de7fad-c7a8-4b19-8298-6f242f22fac9" + "NORTHEUROPE:20200807T000949Z:29eaf2b0-b6d0-4c35-a398-47469ff5ef45" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:59:57 GMT" - ], "Content-Length": [ "541" ], @@ -28710,25 +13386,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e97fcc3-990d-48b3-9b63-a5d777af27b3" + "bf7062c0-b3f1-429f-a956-2e30c75069f4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28736,42 +13412,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:09:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9e97fcc3-990d-48b3-9b63-a5d777af27b3" + "bf7062c0-b3f1-429f-a956-2e30c75069f4" ], "request-id": [ - "9e97fcc3-990d-48b3-9b63-a5d777af27b3" + "bf7062c0-b3f1-429f-a956-2e30c75069f4" ], "elapsed-time": [ - "50" + "311" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14654" + "14818" ], "x-ms-correlation-request-id": [ - "ce524cf6-fd6f-49da-a0c4-6f7b196824c3" + "6ce992c7-547c-43f8-b6ff-ec8ad7ac9452" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190007Z:ce524cf6-fd6f-49da-a0c4-6f7b196824c3" + "NORTHEUROPE:20200807T001000Z:6ce992c7-547c-43f8-b6ff-ec8ad7ac9452" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:00:07 GMT" - ], "Content-Length": [ "541" ], @@ -28782,25 +13458,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "28503174-cc2b-4016-9618-0e77d20ede61" + "d0b4b4fe-11ac-4596-bf2b-ce281c5036d4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28808,42 +13484,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:10:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "28503174-cc2b-4016-9618-0e77d20ede61" + "d0b4b4fe-11ac-4596-bf2b-ce281c5036d4" ], "request-id": [ - "28503174-cc2b-4016-9618-0e77d20ede61" + "d0b4b4fe-11ac-4596-bf2b-ce281c5036d4" ], "elapsed-time": [ - "57" + "329" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14653" + "14817" ], "x-ms-correlation-request-id": [ - "7a98c55b-440b-4e26-9d96-12929ced9d76" + "0f87f839-4970-4ac7-bb08-3c4a47f80bfb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190018Z:7a98c55b-440b-4e26-9d96-12929ced9d76" + "NORTHEUROPE:20200807T001011Z:0f87f839-4970-4ac7-bb08-3c4a47f80bfb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:00:17 GMT" - ], "Content-Length": [ "541" ], @@ -28854,25 +13530,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2af75eb7-da39-4e36-b70b-45b714b9ba97" + "747b424c-284b-4532-9956-4885a348da10" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28880,42 +13556,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:10:21 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2af75eb7-da39-4e36-b70b-45b714b9ba97" + "747b424c-284b-4532-9956-4885a348da10" ], "request-id": [ - "2af75eb7-da39-4e36-b70b-45b714b9ba97" + "747b424c-284b-4532-9956-4885a348da10" ], "elapsed-time": [ - "61" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14652" + "14816" ], "x-ms-correlation-request-id": [ - "ba20546a-b26f-4777-a681-a1981a9bd277" + "321abcec-bbe0-4a77-8fe7-47dce05e3736" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190028Z:ba20546a-b26f-4777-a681-a1981a9bd277" + "NORTHEUROPE:20200807T001021Z:321abcec-bbe0-4a77-8fe7-47dce05e3736" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:00:28 GMT" - ], "Content-Length": [ "541" ], @@ -28926,25 +13602,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8325fb78-478c-413f-8201-194203d51232" + "83ab2616-f0f1-4b4b-8539-7aae2e82ead5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28952,42 +13628,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:10:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8325fb78-478c-413f-8201-194203d51232" + "83ab2616-f0f1-4b4b-8539-7aae2e82ead5" ], "request-id": [ - "8325fb78-478c-413f-8201-194203d51232" + "83ab2616-f0f1-4b4b-8539-7aae2e82ead5" ], "elapsed-time": [ - "59" + "396" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14651" + "14815" ], "x-ms-correlation-request-id": [ - "e729e907-7df2-4629-b87e-1132619a2f1a" + "8dd967aa-6e89-4276-a564-2f5c8f29f5a7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190039Z:e729e907-7df2-4629-b87e-1132619a2f1a" + "NORTHEUROPE:20200807T001032Z:8dd967aa-6e89-4276-a564-2f5c8f29f5a7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:00:38 GMT" - ], "Content-Length": [ "541" ], @@ -28998,25 +13674,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c4b700c-46e0-4090-98f8-64f14d7aa2fd" + "2fefff47-7dc6-4636-88de-870779e94df2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29024,42 +13700,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:10:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6c4b700c-46e0-4090-98f8-64f14d7aa2fd" + "2fefff47-7dc6-4636-88de-870779e94df2" ], "request-id": [ - "6c4b700c-46e0-4090-98f8-64f14d7aa2fd" + "2fefff47-7dc6-4636-88de-870779e94df2" ], "elapsed-time": [ - "51" + "403" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14650" + "14814" ], "x-ms-correlation-request-id": [ - "ce8abd7b-7895-4c84-b47a-7dd3fdb60caa" + "89fa0ec9-94a1-46ba-b6c5-99f317913c4b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190050Z:ce8abd7b-7895-4c84-b47a-7dd3fdb60caa" + "NORTHEUROPE:20200807T001043Z:89fa0ec9-94a1-46ba-b6c5-99f317913c4b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:00:49 GMT" - ], "Content-Length": [ "541" ], @@ -29070,25 +13746,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7598bdce-f50b-426d-94fb-df8091b9dc19" + "6f2ef678-f4c9-4c0c-9b82-61d222f4f0cd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29096,42 +13772,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:10:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7598bdce-f50b-426d-94fb-df8091b9dc19" + "6f2ef678-f4c9-4c0c-9b82-61d222f4f0cd" ], "request-id": [ - "7598bdce-f50b-426d-94fb-df8091b9dc19" + "6f2ef678-f4c9-4c0c-9b82-61d222f4f0cd" ], "elapsed-time": [ - "223" + "334" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14649" + "14813" ], "x-ms-correlation-request-id": [ - "6d6dc8af-f97c-476e-ac11-9c0379638ab8" + "f63702b1-2638-45d6-9a2f-63c5500ca121" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190101Z:6d6dc8af-f97c-476e-ac11-9c0379638ab8" + "NORTHEUROPE:20200807T001053Z:f63702b1-2638-45d6-9a2f-63c5500ca121" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:01:01 GMT" - ], "Content-Length": [ "541" ], @@ -29142,25 +13818,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4a8e1251-1735-4931-b2b7-bb28a3dc2c2e" + "ba105d75-45a6-416e-bc1f-aff0ce2f5494" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29168,42 +13844,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:11:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4a8e1251-1735-4931-b2b7-bb28a3dc2c2e" + "ba105d75-45a6-416e-bc1f-aff0ce2f5494" ], "request-id": [ - "4a8e1251-1735-4931-b2b7-bb28a3dc2c2e" + "ba105d75-45a6-416e-bc1f-aff0ce2f5494" ], "elapsed-time": [ - "82" + "1671" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14648" + "14812" ], "x-ms-correlation-request-id": [ - "fcb12bb5-f924-49b2-8714-0c63199c621c" + "80169106-b2eb-47f4-98eb-e5c3888f1060" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190111Z:fcb12bb5-f924-49b2-8714-0c63199c621c" + "NORTHEUROPE:20200807T001105Z:80169106-b2eb-47f4-98eb-e5c3888f1060" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:01:11 GMT" - ], "Content-Length": [ "541" ], @@ -29214,25 +13890,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7d42615c-763b-4200-bf9b-8f77bf3af937" + "fd600475-8308-4234-9583-5bb664057ac7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29240,42 +13916,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:11:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7d42615c-763b-4200-bf9b-8f77bf3af937" + "fd600475-8308-4234-9583-5bb664057ac7" ], "request-id": [ - "7d42615c-763b-4200-bf9b-8f77bf3af937" + "fd600475-8308-4234-9583-5bb664057ac7" ], "elapsed-time": [ - "67" + "2956" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14647" + "14811" ], "x-ms-correlation-request-id": [ - "8aba275c-301a-4261-9679-ab7d4ab7e1e5" + "c2ffcb25-d156-444b-938e-e40c8ff5cc40" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190121Z:8aba275c-301a-4261-9679-ab7d4ab7e1e5" + "NORTHEUROPE:20200807T001119Z:c2ffcb25-d156-444b-938e-e40c8ff5cc40" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:01:21 GMT" - ], "Content-Length": [ "541" ], @@ -29286,25 +13962,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f7e2cbde-0146-4f31-9061-cd525df449d0" + "2e64a6c8-b553-4092-a53f-db827d6a63c6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29312,42 +13988,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:11:29 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f7e2cbde-0146-4f31-9061-cd525df449d0" + "2e64a6c8-b553-4092-a53f-db827d6a63c6" ], "request-id": [ - "f7e2cbde-0146-4f31-9061-cd525df449d0" + "2e64a6c8-b553-4092-a53f-db827d6a63c6" ], "elapsed-time": [ - "55" + "648" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14646" + "14810" ], "x-ms-correlation-request-id": [ - "be3f3261-feda-474e-a68e-afb040ef5cf0" + "b23142bb-63f5-4fb2-a7b4-a5f06c87a933" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190132Z:be3f3261-feda-474e-a68e-afb040ef5cf0" + "NORTHEUROPE:20200807T001129Z:b23142bb-63f5-4fb2-a7b4-a5f06c87a933" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:01:32 GMT" - ], "Content-Length": [ "541" ], @@ -29358,25 +14034,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2384d30f-d5db-47a9-bbb9-1e1339300f92" + "126c8491-9084-47ef-aef3-9bdb9c2c0fb0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29384,42 +14060,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:11:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2384d30f-d5db-47a9-bbb9-1e1339300f92" + "126c8491-9084-47ef-aef3-9bdb9c2c0fb0" ], "request-id": [ - "2384d30f-d5db-47a9-bbb9-1e1339300f92" + "126c8491-9084-47ef-aef3-9bdb9c2c0fb0" ], "elapsed-time": [ - "56" + "1405" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14645" + "14809" ], "x-ms-correlation-request-id": [ - "4bbcb758-b0e4-4d0b-a64c-44fb5dfbe9d1" + "3d155eae-a4df-4c10-bca8-e6ed923ef551" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190142Z:4bbcb758-b0e4-4d0b-a64c-44fb5dfbe9d1" + "NORTHEUROPE:20200807T001141Z:3d155eae-a4df-4c10-bca8-e6ed923ef551" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:01:41 GMT" - ], "Content-Length": [ "541" ], @@ -29430,25 +14106,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f4d8aa25-4232-44ed-9853-2d55d599b997" + "1e145502-a08d-48e8-ae92-5c71fbac0b82" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29456,42 +14132,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:11:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f4d8aa25-4232-44ed-9853-2d55d599b997" + "1e145502-a08d-48e8-ae92-5c71fbac0b82" ], "request-id": [ - "f4d8aa25-4232-44ed-9853-2d55d599b997" + "1e145502-a08d-48e8-ae92-5c71fbac0b82" ], "elapsed-time": [ - "53" + "285" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14644" + "14808" ], "x-ms-correlation-request-id": [ - "cbb9a935-720f-4e0e-9426-ca7482db8402" + "6886bac6-3f0a-4793-80db-d7956480cc6b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190152Z:cbb9a935-720f-4e0e-9426-ca7482db8402" + "NORTHEUROPE:20200807T001152Z:6886bac6-3f0a-4793-80db-d7956480cc6b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:01:52 GMT" - ], "Content-Length": [ "541" ], @@ -29502,25 +14178,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b2e0256-3fd4-48f1-aaf1-27984889b7b8" + "a6a5eb39-77b8-4c12-939b-cf9f26d63d89" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29528,42 +14204,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:12:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3b2e0256-3fd4-48f1-aaf1-27984889b7b8" + "a6a5eb39-77b8-4c12-939b-cf9f26d63d89" ], "request-id": [ - "3b2e0256-3fd4-48f1-aaf1-27984889b7b8" + "a6a5eb39-77b8-4c12-939b-cf9f26d63d89" ], "elapsed-time": [ - "56" + "393" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14643" + "14807" ], "x-ms-correlation-request-id": [ - "fed0b731-85b5-4018-8129-3634faceacae" + "b3b80333-6476-4b91-a0dc-ecf52fcde831" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190203Z:fed0b731-85b5-4018-8129-3634faceacae" + "NORTHEUROPE:20200807T001202Z:b3b80333-6476-4b91-a0dc-ecf52fcde831" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:02:02 GMT" - ], "Content-Length": [ "541" ], @@ -29574,25 +14250,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "664074ec-b68a-4dab-9a7e-049f99a5865e" + "4c31afb3-0c01-42fb-bda3-7cc4f1f37eef" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29600,42 +14276,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:12:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "664074ec-b68a-4dab-9a7e-049f99a5865e" + "4c31afb3-0c01-42fb-bda3-7cc4f1f37eef" ], "request-id": [ - "664074ec-b68a-4dab-9a7e-049f99a5865e" + "4c31afb3-0c01-42fb-bda3-7cc4f1f37eef" ], "elapsed-time": [ - "54" + "279" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14642" + "14806" ], "x-ms-correlation-request-id": [ - "c34e39a2-8558-458e-8460-3e5cf7c62e05" + "6da132ec-4d37-4c00-8654-472844412b8f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190213Z:c34e39a2-8558-458e-8460-3e5cf7c62e05" + "NORTHEUROPE:20200807T001213Z:6da132ec-4d37-4c00-8654-472844412b8f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:02:12 GMT" - ], "Content-Length": [ "541" ], @@ -29646,25 +14322,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "68cc9392-e344-4a1b-b592-7143f2f140f3" + "2f0f1bb2-41a2-4ad3-ac64-c991eea96ff1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29672,42 +14348,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:12:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "68cc9392-e344-4a1b-b592-7143f2f140f3" + "2f0f1bb2-41a2-4ad3-ac64-c991eea96ff1" ], "request-id": [ - "68cc9392-e344-4a1b-b592-7143f2f140f3" + "2f0f1bb2-41a2-4ad3-ac64-c991eea96ff1" ], "elapsed-time": [ - "53" + "276" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14641" + "14805" ], "x-ms-correlation-request-id": [ - "25edea87-65dc-4133-9486-6e6bd6246327" + "5796d886-372c-4ad9-98b2-96c0899e6efc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190223Z:25edea87-65dc-4133-9486-6e6bd6246327" + "NORTHEUROPE:20200807T001224Z:5796d886-372c-4ad9-98b2-96c0899e6efc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:02:23 GMT" - ], "Content-Length": [ "541" ], @@ -29718,25 +14394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e1d35b2-724d-4c70-b7aa-904ada3dbc59" + "942e5da9-6016-49bb-99a1-962d824c24ea" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29744,42 +14420,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:12:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9e1d35b2-724d-4c70-b7aa-904ada3dbc59" + "942e5da9-6016-49bb-99a1-962d824c24ea" ], "request-id": [ - "9e1d35b2-724d-4c70-b7aa-904ada3dbc59" + "942e5da9-6016-49bb-99a1-962d824c24ea" ], "elapsed-time": [ - "112" + "284" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14640" + "14804" ], "x-ms-correlation-request-id": [ - "710ff9d5-aac4-40b0-b06a-f436dc31c4fc" + "3ad53cbf-6915-4a8f-b541-b8e1c238ed76" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190234Z:710ff9d5-aac4-40b0-b06a-f436dc31c4fc" + "NORTHEUROPE:20200807T001234Z:3ad53cbf-6915-4a8f-b541-b8e1c238ed76" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:02:33 GMT" - ], "Content-Length": [ "541" ], @@ -29790,25 +14466,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f20f034-5cc9-403d-abbf-dfdd4d3ffdca" + "2bbdaf9c-cf4b-4c78-bd8e-30809f2cf7d2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29816,42 +14492,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:12:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4f20f034-5cc9-403d-abbf-dfdd4d3ffdca" + "2bbdaf9c-cf4b-4c78-bd8e-30809f2cf7d2" ], "request-id": [ - "4f20f034-5cc9-403d-abbf-dfdd4d3ffdca" + "2bbdaf9c-cf4b-4c78-bd8e-30809f2cf7d2" ], "elapsed-time": [ - "56" + "280" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14639" + "14803" ], "x-ms-correlation-request-id": [ - "c7becae3-979a-4928-9379-29b768caaf3e" + "65fb4e6f-af71-4da0-9433-c904f39d9a85" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190244Z:c7becae3-979a-4928-9379-29b768caaf3e" + "NORTHEUROPE:20200807T001245Z:65fb4e6f-af71-4da0-9433-c904f39d9a85" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:02:44 GMT" - ], "Content-Length": [ "541" ], @@ -29862,25 +14538,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b9ddb284-b371-4a4c-a799-07ce591d785f" + "a88b9233-d256-47c7-b727-0f5586898a2e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29888,42 +14564,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:12:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b9ddb284-b371-4a4c-a799-07ce591d785f" + "a88b9233-d256-47c7-b727-0f5586898a2e" ], "request-id": [ - "b9ddb284-b371-4a4c-a799-07ce591d785f" + "a88b9233-d256-47c7-b727-0f5586898a2e" ], "elapsed-time": [ - "56" + "328" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14638" + "14802" ], "x-ms-correlation-request-id": [ - "f435f830-c590-45a4-b8af-6ef1476da3a5" + "c969444c-95ac-4f9b-89d6-065d06258006" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190254Z:f435f830-c590-45a4-b8af-6ef1476da3a5" + "NORTHEUROPE:20200807T001255Z:c969444c-95ac-4f9b-89d6-065d06258006" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:02:53 GMT" - ], "Content-Length": [ "541" ], @@ -29934,25 +14610,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f6481b55-06cb-4880-bf4c-81f59f0c5d9a" + "173e3da7-5ea8-4a7d-aa48-90fe1a1707d6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29960,42 +14636,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:13:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f6481b55-06cb-4880-bf4c-81f59f0c5d9a" + "173e3da7-5ea8-4a7d-aa48-90fe1a1707d6" ], "request-id": [ - "f6481b55-06cb-4880-bf4c-81f59f0c5d9a" + "173e3da7-5ea8-4a7d-aa48-90fe1a1707d6" ], "elapsed-time": [ - "744" + "388" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14637" + "14801" ], "x-ms-correlation-request-id": [ - "1d13cbb9-384c-4c0b-884a-923f1acdfe14" + "010826d4-ed59-4163-a934-094ed417ffc0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190305Z:1d13cbb9-384c-4c0b-884a-923f1acdfe14" + "NORTHEUROPE:20200807T001306Z:010826d4-ed59-4163-a934-094ed417ffc0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:03:04 GMT" - ], "Content-Length": [ "541" ], @@ -30006,25 +14682,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5b67df39-6404-47a0-8d0b-a93a88ec920c" + "06a2be85-89c0-4a64-bddc-5326c12b7a71" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30032,42 +14708,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:13:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5b67df39-6404-47a0-8d0b-a93a88ec920c" + "06a2be85-89c0-4a64-bddc-5326c12b7a71" ], "request-id": [ - "5b67df39-6404-47a0-8d0b-a93a88ec920c" + "06a2be85-89c0-4a64-bddc-5326c12b7a71" ], "elapsed-time": [ - "53" + "323" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14636" + "14800" ], "x-ms-correlation-request-id": [ - "dfd08e9f-650c-4d9b-9131-bd4e4d262e8e" + "b97e48d4-6133-4663-9889-41accc46fa57" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190315Z:dfd08e9f-650c-4d9b-9131-bd4e4d262e8e" + "NORTHEUROPE:20200807T001316Z:b97e48d4-6133-4663-9889-41accc46fa57" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:03:14 GMT" - ], "Content-Length": [ "541" ], @@ -30078,25 +14754,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99e451b3-10ec-4532-a2e5-3c0b9016b3fd" + "2fee6f65-dfe7-4125-83b3-dd5cdb0f1169" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30104,42 +14780,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:13:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "99e451b3-10ec-4532-a2e5-3c0b9016b3fd" + "2fee6f65-dfe7-4125-83b3-dd5cdb0f1169" ], "request-id": [ - "99e451b3-10ec-4532-a2e5-3c0b9016b3fd" + "2fee6f65-dfe7-4125-83b3-dd5cdb0f1169" ], "elapsed-time": [ - "98" + "294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14635" + "14799" ], "x-ms-correlation-request-id": [ - "e6beba64-5a60-4acb-be20-c01417bd1c8d" + "7e65aa8d-8e8a-498d-9792-36fa4fa061b1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190326Z:e6beba64-5a60-4acb-be20-c01417bd1c8d" + "NORTHEUROPE:20200807T001327Z:7e65aa8d-8e8a-498d-9792-36fa4fa061b1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:03:25 GMT" - ], "Content-Length": [ "541" ], @@ -30150,25 +14826,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c4877032-ab19-47d7-8142-7fb61dfa13ee" + "42b11c64-ef2a-48d3-97b4-b3e284d1c4f7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30176,42 +14852,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:13:37 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c4877032-ab19-47d7-8142-7fb61dfa13ee" + "42b11c64-ef2a-48d3-97b4-b3e284d1c4f7" ], "request-id": [ - "c4877032-ab19-47d7-8142-7fb61dfa13ee" + "42b11c64-ef2a-48d3-97b4-b3e284d1c4f7" ], "elapsed-time": [ - "75" + "318" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14634" + "14798" ], "x-ms-correlation-request-id": [ - "71b404cd-3289-4bd1-b9e4-76edad0f1749" + "40c4d651-aafe-4392-9126-8c4e6d985e9d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190336Z:71b404cd-3289-4bd1-b9e4-76edad0f1749" + "NORTHEUROPE:20200807T001337Z:40c4d651-aafe-4392-9126-8c4e6d985e9d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:03:35 GMT" - ], "Content-Length": [ "541" ], @@ -30222,25 +14898,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3e06441-130d-46a7-ae9d-eabef14f48f4" + "7659f828-0c21-4618-9795-8e88a5580453" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30248,42 +14924,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:13:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f3e06441-130d-46a7-ae9d-eabef14f48f4" + "7659f828-0c21-4618-9795-8e88a5580453" ], "request-id": [ - "f3e06441-130d-46a7-ae9d-eabef14f48f4" + "7659f828-0c21-4618-9795-8e88a5580453" ], "elapsed-time": [ - "59" + "312" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14633" + "14797" ], "x-ms-correlation-request-id": [ - "308fbcd8-1729-4071-a89a-4d5acd69d768" + "2787e3d6-7cbe-4711-a1f1-922dc53883c9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190346Z:308fbcd8-1729-4071-a89a-4d5acd69d768" + "NORTHEUROPE:20200807T001348Z:2787e3d6-7cbe-4711-a1f1-922dc53883c9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:03:46 GMT" - ], "Content-Length": [ "541" ], @@ -30294,25 +14970,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4e374164-387a-461d-90e2-401c8d69b721" + "3554f3f8-8adc-4a85-8de2-fc7e505ed07d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30320,42 +14996,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:13:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4e374164-387a-461d-90e2-401c8d69b721" + "3554f3f8-8adc-4a85-8de2-fc7e505ed07d" ], "request-id": [ - "4e374164-387a-461d-90e2-401c8d69b721" + "3554f3f8-8adc-4a85-8de2-fc7e505ed07d" ], "elapsed-time": [ - "72" + "286" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14632" + "14796" ], "x-ms-correlation-request-id": [ - "bf049818-8f20-427b-b453-3b06a960d7ac" + "f2d16c7e-e07d-46c0-9cf8-d9f4d76e5d81" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190357Z:bf049818-8f20-427b-b453-3b06a960d7ac" + "NORTHEUROPE:20200807T001359Z:f2d16c7e-e07d-46c0-9cf8-d9f4d76e5d81" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:03:56 GMT" - ], "Content-Length": [ "541" ], @@ -30366,25 +15042,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ea482dcf-2bbf-434e-a219-250cd3053f9a" + "d3e4319e-50bb-47b5-8c67-466d81f4e78a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30392,42 +15068,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:14:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ea482dcf-2bbf-434e-a219-250cd3053f9a" + "d3e4319e-50bb-47b5-8c67-466d81f4e78a" ], "request-id": [ - "ea482dcf-2bbf-434e-a219-250cd3053f9a" + "d3e4319e-50bb-47b5-8c67-466d81f4e78a" ], "elapsed-time": [ - "69" + "274" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14631" + "14795" ], "x-ms-correlation-request-id": [ - "a44dc5a4-aff8-457b-8064-eac5e7bcbb82" + "b5306f03-e0e5-4401-a693-20150255bdaa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190407Z:a44dc5a4-aff8-457b-8064-eac5e7bcbb82" + "NORTHEUROPE:20200807T001409Z:b5306f03-e0e5-4401-a693-20150255bdaa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:04:06 GMT" - ], "Content-Length": [ "541" ], @@ -30438,25 +15114,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13b89117-de23-4532-8634-25c7ce73ab61" + "7b5f33b2-3cc6-4d22-a435-599f5f7f5bec" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30464,42 +15140,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:14:20 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "13b89117-de23-4532-8634-25c7ce73ab61" + "7b5f33b2-3cc6-4d22-a435-599f5f7f5bec" ], "request-id": [ - "13b89117-de23-4532-8634-25c7ce73ab61" + "7b5f33b2-3cc6-4d22-a435-599f5f7f5bec" ], "elapsed-time": [ - "59" + "295" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14630" + "14794" ], "x-ms-correlation-request-id": [ - "6f47e0c0-67ef-4498-9973-de20775233d6" + "67fcd9f2-17c6-4529-909d-bb71dac1b7f1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190417Z:6f47e0c0-67ef-4498-9973-de20775233d6" + "NORTHEUROPE:20200807T001420Z:67fcd9f2-17c6-4529-909d-bb71dac1b7f1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:04:17 GMT" - ], "Content-Length": [ "541" ], @@ -30510,25 +15186,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b22cd13a-1f8c-409c-bbd2-105a2919e26d" + "f0849fef-6ce0-446c-afe1-3ad7c0a8dfbc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30536,42 +15212,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:14:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b22cd13a-1f8c-409c-bbd2-105a2919e26d" + "f0849fef-6ce0-446c-afe1-3ad7c0a8dfbc" ], "request-id": [ - "b22cd13a-1f8c-409c-bbd2-105a2919e26d" + "f0849fef-6ce0-446c-afe1-3ad7c0a8dfbc" ], "elapsed-time": [ - "74" + "833" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14629" + "14793" ], "x-ms-correlation-request-id": [ - "bc8e5801-54a1-4172-9410-1746d478837d" + "ca5b44fd-e131-4762-8185-d29735857bf8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190427Z:bc8e5801-54a1-4172-9410-1746d478837d" + "NORTHEUROPE:20200807T001431Z:ca5b44fd-e131-4762-8185-d29735857bf8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:04:27 GMT" - ], "Content-Length": [ "541" ], @@ -30582,25 +15258,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c2a17cb4-0d72-4b1b-85d4-551a19fd6406" + "15c426e4-4514-4318-bfb0-109eb661de89" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30608,42 +15284,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:14:42 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c2a17cb4-0d72-4b1b-85d4-551a19fd6406" + "15c426e4-4514-4318-bfb0-109eb661de89" ], "request-id": [ - "c2a17cb4-0d72-4b1b-85d4-551a19fd6406" + "15c426e4-4514-4318-bfb0-109eb661de89" ], "elapsed-time": [ - "58" + "760" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14628" + "14792" ], "x-ms-correlation-request-id": [ - "2b228edc-2c21-43cb-af02-91122c5551f1" + "fb97dfe8-ebb4-4d2c-80be-05d5369e0c9a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190438Z:2b228edc-2c21-43cb-af02-91122c5551f1" + "NORTHEUROPE:20200807T001442Z:fb97dfe8-ebb4-4d2c-80be-05d5369e0c9a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:04:38 GMT" - ], "Content-Length": [ "541" ], @@ -30654,25 +15330,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315b9dd6-2798-4ea8-94bc-f7a55fa63845" + "91059d7d-e54e-4eba-a2c4-3f8afded6185" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30680,42 +15356,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:14:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "315b9dd6-2798-4ea8-94bc-f7a55fa63845" + "91059d7d-e54e-4eba-a2c4-3f8afded6185" ], "request-id": [ - "315b9dd6-2798-4ea8-94bc-f7a55fa63845" + "91059d7d-e54e-4eba-a2c4-3f8afded6185" ], "elapsed-time": [ - "72" + "491" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14627" + "14791" ], "x-ms-correlation-request-id": [ - "37ad62c2-cadc-4279-ac21-5624bdca72e6" + "ebf53abb-283e-4568-a4f3-1f8fdfacfd44" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190448Z:37ad62c2-cadc-4279-ac21-5624bdca72e6" + "NORTHEUROPE:20200807T001453Z:ebf53abb-283e-4568-a4f3-1f8fdfacfd44" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:04:47 GMT" - ], "Content-Length": [ "541" ], @@ -30726,25 +15402,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fc7eb5be-0a40-4b01-a5f4-50933a56a2f8" + "0e4690cf-c25c-4553-8bb2-8cdc02ec9073" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30752,42 +15428,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:15:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "fc7eb5be-0a40-4b01-a5f4-50933a56a2f8" + "0e4690cf-c25c-4553-8bb2-8cdc02ec9073" ], "request-id": [ - "fc7eb5be-0a40-4b01-a5f4-50933a56a2f8" + "0e4690cf-c25c-4553-8bb2-8cdc02ec9073" ], "elapsed-time": [ - "54" + "349" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14626" + "14790" ], "x-ms-correlation-request-id": [ - "9c5bcc0c-0807-4f26-9f89-e6c32b249ed3" + "487fef16-a82b-49b5-b0f2-06df8dc0a904" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190458Z:9c5bcc0c-0807-4f26-9f89-e6c32b249ed3" + "NORTHEUROPE:20200807T001504Z:487fef16-a82b-49b5-b0f2-06df8dc0a904" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:04:58 GMT" - ], "Content-Length": [ "541" ], @@ -30798,25 +15474,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "66a1c01d-abb0-475e-9986-4e6d42a7bdbb" + "697e27ea-4c36-4f28-b563-019eeeefd5a9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30824,42 +15500,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:15:14 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "66a1c01d-abb0-475e-9986-4e6d42a7bdbb" + "697e27ea-4c36-4f28-b563-019eeeefd5a9" ], "request-id": [ - "66a1c01d-abb0-475e-9986-4e6d42a7bdbb" + "697e27ea-4c36-4f28-b563-019eeeefd5a9" ], "elapsed-time": [ - "303" + "277" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14654" + "14789" ], "x-ms-correlation-request-id": [ - "d1450f42-6f16-4b92-9038-2346aa2f1e67" + "7016479e-54ca-485b-aab1-aaa8d04dd475" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190509Z:d1450f42-6f16-4b92-9038-2346aa2f1e67" + "NORTHEUROPE:20200807T001514Z:7016479e-54ca-485b-aab1-aaa8d04dd475" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:05:09 GMT" - ], "Content-Length": [ "541" ], @@ -30870,25 +15546,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9201a03f-926d-41b5-9118-545c64279e3f" + "0d6e5a89-c5c9-4449-a50f-3559ee6603e2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30896,42 +15572,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:15:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9201a03f-926d-41b5-9118-545c64279e3f" + "0d6e5a89-c5c9-4449-a50f-3559ee6603e2" ], "request-id": [ - "9201a03f-926d-41b5-9118-545c64279e3f" + "0d6e5a89-c5c9-4449-a50f-3559ee6603e2" ], "elapsed-time": [ - "85" + "298" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14653" + "14788" ], "x-ms-correlation-request-id": [ - "670f1994-4c3f-411b-be48-3c9ef2e066a7" + "6f490a5b-8202-494c-92c8-4cc2474482d8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190520Z:670f1994-4c3f-411b-be48-3c9ef2e066a7" + "NORTHEUROPE:20200807T001525Z:6f490a5b-8202-494c-92c8-4cc2474482d8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:05:20 GMT" - ], "Content-Length": [ "541" ], @@ -30942,25 +15618,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d5345990-4345-4f6c-83f1-1ca6dd260221" + "af6ab1d4-985c-423d-969f-a95778f73f07" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30968,42 +15644,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:15:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d5345990-4345-4f6c-83f1-1ca6dd260221" + "af6ab1d4-985c-423d-969f-a95778f73f07" ], "request-id": [ - "d5345990-4345-4f6c-83f1-1ca6dd260221" + "af6ab1d4-985c-423d-969f-a95778f73f07" ], "elapsed-time": [ - "66" + "284" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14652" + "14787" ], "x-ms-correlation-request-id": [ - "935d5f12-4e10-471d-864b-133b6c778b9f" + "b8b811fb-c865-412b-863e-e01ddf063a16" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190530Z:935d5f12-4e10-471d-864b-133b6c778b9f" + "NORTHEUROPE:20200807T001535Z:b8b811fb-c865-412b-863e-e01ddf063a16" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:05:29 GMT" - ], "Content-Length": [ "541" ], @@ -31014,25 +15690,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "71b4a9ae-bc22-4b75-b2ba-7d3c4b333b45" + "bf8684ce-30ac-4707-ac66-dc70b3cb19e4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -31040,42 +15716,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:15:46 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "71b4a9ae-bc22-4b75-b2ba-7d3c4b333b45" + "bf8684ce-30ac-4707-ac66-dc70b3cb19e4" ], "request-id": [ - "71b4a9ae-bc22-4b75-b2ba-7d3c4b333b45" + "bf8684ce-30ac-4707-ac66-dc70b3cb19e4" ], "elapsed-time": [ - "57" + "303" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14651" + "14786" ], "x-ms-correlation-request-id": [ - "2dc1abec-9b39-4819-ac7a-516ba10332ee" + "753e22e5-45f7-45be-a46b-49341108c76e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190540Z:2dc1abec-9b39-4819-ac7a-516ba10332ee" + "NORTHEUROPE:20200807T001546Z:753e22e5-45f7-45be-a46b-49341108c76e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:05:40 GMT" - ], "Content-Length": [ "541" ], @@ -31086,25 +15762,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94559303-cdcd-4d4b-a29b-dbf80dedb13a" + "ebe3e5e0-2d2f-41b0-8a5c-8cd09fe9988b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -31112,42 +15788,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:15:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "94559303-cdcd-4d4b-a29b-dbf80dedb13a" + "ebe3e5e0-2d2f-41b0-8a5c-8cd09fe9988b" ], "request-id": [ - "94559303-cdcd-4d4b-a29b-dbf80dedb13a" + "ebe3e5e0-2d2f-41b0-8a5c-8cd09fe9988b" ], "elapsed-time": [ - "56" + "2026" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14650" + "14785" ], "x-ms-correlation-request-id": [ - "012a2d47-e8f0-49de-a1c2-b4247f07a2f5" + "0cd4b54d-e669-40eb-8c10-3113a4dd8ce6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190551Z:012a2d47-e8f0-49de-a1c2-b4247f07a2f5" + "NORTHEUROPE:20200807T001558Z:0cd4b54d-e669-40eb-8c10-3113a4dd8ce6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:05:51 GMT" - ], "Content-Length": [ "541" ], @@ -31158,25 +15834,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de92eb2d-899f-4304-b8f2-32f24324c6c0" + "5e8f1994-a69b-45af-bf9d-22890e0e21df" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -31184,42 +15860,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:16:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "de92eb2d-899f-4304-b8f2-32f24324c6c0" + "5e8f1994-a69b-45af-bf9d-22890e0e21df" ], "request-id": [ - "de92eb2d-899f-4304-b8f2-32f24324c6c0" + "5e8f1994-a69b-45af-bf9d-22890e0e21df" ], "elapsed-time": [ - "68" + "424" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14649" + "14784" ], "x-ms-correlation-request-id": [ - "a5f62a89-ed1c-409a-b3fa-26a25e39ef47" + "cd3c9b84-ddc7-40d5-8ffd-119c2d38e82f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190601Z:a5f62a89-ed1c-409a-b3fa-26a25e39ef47" + "NORTHEUROPE:20200807T001609Z:cd3c9b84-ddc7-40d5-8ffd-119c2d38e82f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:06:01 GMT" - ], "Content-Length": [ "541" ], @@ -31230,25 +15906,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee9b41cc-5a9d-483e-bfff-b2b8502c12b7" + "3d738901-6112-45ec-a5ef-5c44d85cfa77" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -31256,42 +15932,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:16:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ee9b41cc-5a9d-483e-bfff-b2b8502c12b7" + "3d738901-6112-45ec-a5ef-5c44d85cfa77" ], "request-id": [ - "ee9b41cc-5a9d-483e-bfff-b2b8502c12b7" + "3d738901-6112-45ec-a5ef-5c44d85cfa77" ], "elapsed-time": [ - "53" + "303" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14648" + "14783" ], "x-ms-correlation-request-id": [ - "c4e41b2a-e345-4581-aedc-c07b4edb6888" + "5fc4ad89-2154-4f25-ac0b-38b3c1cbe07d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190612Z:c4e41b2a-e345-4581-aedc-c07b4edb6888" + "NORTHEUROPE:20200807T001619Z:5fc4ad89-2154-4f25-ac0b-38b3c1cbe07d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:06:11 GMT" - ], "Content-Length": [ "541" ], @@ -31302,25 +15978,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "71ca7dee-1289-40a5-abc0-166a83c4b6a0" + "8ed0d7e6-fb36-4cad-b43c-c88c3ab6a5b0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -31328,42 +16004,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:16:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "71ca7dee-1289-40a5-abc0-166a83c4b6a0" + "8ed0d7e6-fb36-4cad-b43c-c88c3ab6a5b0" ], "request-id": [ - "71ca7dee-1289-40a5-abc0-166a83c4b6a0" + "8ed0d7e6-fb36-4cad-b43c-c88c3ab6a5b0" ], "elapsed-time": [ - "61" + "293" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14647" + "14782" ], "x-ms-correlation-request-id": [ - "7770bd4a-203b-4ae9-8019-2861be78cc6c" + "f3a54d53-747c-4f1d-ba9a-cadc6eb7efb7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190622Z:7770bd4a-203b-4ae9-8019-2861be78cc6c" + "NORTHEUROPE:20200807T001630Z:f3a54d53-747c-4f1d-ba9a-cadc6eb7efb7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:06:22 GMT" - ], "Content-Length": [ "541" ], @@ -31374,25 +16050,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c0c7d203-1533-4662-9317-5244353f3ef6" + "0d8cf6f5-0ad2-4290-ac8c-a4deef0f1d2c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -31400,42 +16076,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:16:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c0c7d203-1533-4662-9317-5244353f3ef6" + "0d8cf6f5-0ad2-4290-ac8c-a4deef0f1d2c" ], "request-id": [ - "c0c7d203-1533-4662-9317-5244353f3ef6" + "0d8cf6f5-0ad2-4290-ac8c-a4deef0f1d2c" ], "elapsed-time": [ - "74" + "284" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14646" + "14781" ], "x-ms-correlation-request-id": [ - "670c5711-ce83-4459-a27f-37b913caa732" + "be0911fd-96b0-4fac-8104-34cdf74e52f6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190632Z:670c5711-ce83-4459-a27f-37b913caa732" + "NORTHEUROPE:20200807T001640Z:be0911fd-96b0-4fac-8104-34cdf74e52f6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:06:32 GMT" - ], "Content-Length": [ "541" ], @@ -31446,25 +16122,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4581e0e8-53ee-441f-a5d8-5e073d5321f7" + "dd5cdb41-10f9-4d4d-a838-ebff5ccb1f42" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -31472,42 +16148,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:16:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4581e0e8-53ee-441f-a5d8-5e073d5321f7" + "dd5cdb41-10f9-4d4d-a838-ebff5ccb1f42" ], "request-id": [ - "4581e0e8-53ee-441f-a5d8-5e073d5321f7" + "dd5cdb41-10f9-4d4d-a838-ebff5ccb1f42" ], "elapsed-time": [ - "53" + "291" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14645" + "14780" ], "x-ms-correlation-request-id": [ - "5b9152b6-a550-43ee-af1b-56610b6d520f" + "c22a4892-4ce7-44fe-846c-9cb06e8c9f98" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190643Z:5b9152b6-a550-43ee-af1b-56610b6d520f" + "NORTHEUROPE:20200807T001651Z:c22a4892-4ce7-44fe-846c-9cb06e8c9f98" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:06:42 GMT" - ], "Content-Length": [ "541" ], @@ -31518,25 +16194,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f1a4080a-90cf-4ce2-aaee-d86e47e56112" + "f69d93dc-8402-4973-a06b-a4720630953b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -31544,44 +16220,44 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:17:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f1a4080a-90cf-4ce2-aaee-d86e47e56112" + "f69d93dc-8402-4973-a06b-a4720630953b" ], "request-id": [ - "f1a4080a-90cf-4ce2-aaee-d86e47e56112" + "f69d93dc-8402-4973-a06b-a4720630953b" ], "elapsed-time": [ - "67" + "326" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14644" + "14779" ], "x-ms-correlation-request-id": [ - "940fde08-07e2-4f6a-aaf4-d8adb94168f2" + "798e357c-3d2d-43e1-82a7-2f3ce1f64b7b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190653Z:940fde08-07e2-4f6a-aaf4-d8adb94168f2" + "NORTHEUROPE:20200807T001701Z:798e357c-3d2d-43e1-82a7-2f3ce1f64b7b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:06:53 GMT" - ], "Content-Length": [ - "533" + "541" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31590,74 +16266,68 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2\r\n }\r\n}", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "877de47c-c5cb-460e-a2b5-f7e5038ed725" + "948fecbb-ae4e-4b5e-bb31-26b5a27f1cec" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "77" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:17:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "877de47c-c5cb-460e-a2b5-f7e5038ed725" + "948fecbb-ae4e-4b5e-bb31-26b5a27f1cec" ], "request-id": [ - "877de47c-c5cb-460e-a2b5-f7e5038ed725" + "948fecbb-ae4e-4b5e-bb31-26b5a27f1cec" ], "elapsed-time": [ - "5444" + "437" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-reads": [ + "14778" ], "x-ms-correlation-request-id": [ - "76d982d3-4307-4a5f-aa3e-14e4924eb8a8" + "81ee5b36-5a69-4abb-b523-7972d67639f8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180642Z:76d982d3-4307-4a5f-aa3e-14e4924eb8a8" + "NORTHEUROPE:20200807T001712Z:81ee5b36-5a69-4abb-b523-7972d67639f8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:06:42 GMT" - ], "Content-Length": [ "541" ], @@ -31668,76 +16338,70 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n }\r\n}", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3a7519b5-cbd2-4ab4-9e52-45d4984b4270" + "d24fcd1b-51b8-46b6-92e2-c7c612ccfb3c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "77" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:17:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3a7519b5-cbd2-4ab4-9e52-45d4984b4270" + "d24fcd1b-51b8-46b6-92e2-c7c612ccfb3c" ], "request-id": [ - "3a7519b5-cbd2-4ab4-9e52-45d4984b4270" + "d24fcd1b-51b8-46b6-92e2-c7c612ccfb3c" ], "elapsed-time": [ - "24593" + "298" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-reads": [ + "14777" ], "x-ms-correlation-request-id": [ - "bde4cf54-682f-4518-8412-dc72b57d4c8f" + "5d2d60cc-ca0d-45f8-baa3-8d525329d6ad" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184802Z:bde4cf54-682f-4518-8412-dc72b57d4c8f" + "NORTHEUROPE:20200807T001723Z:5d2d60cc-ca0d-45f8-baa3-8d525329d6ad" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:48:01 GMT" - ], "Content-Length": [ - "541" + "533" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31746,25 +16410,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3320257e-c201-4d96-928b-a10b871ceabd" + "9bda4a30-1b9f-45d4-8e51-175c39e09fa9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -31772,17 +16436,20 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:17:26 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "3320257e-c201-4d96-928b-a10b871ceabd" + "9bda4a30-1b9f-45d4-8e51-175c39e09fa9" ], "request-id": [ - "3320257e-c201-4d96-928b-a10b871ceabd" + "9bda4a30-1b9f-45d4-8e51-175c39e09fa9" ], "elapsed-time": [ - "701" + "924" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31791,22 +16458,19 @@ "14999" ], "x-ms-correlation-request-id": [ - "407ef7a5-fa0f-4d6f-a486-3bf7ab593be0" + "c9bad002-c0a0-45a2-b3c0-b5e01aa5960c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190655Z:407ef7a5-fa0f-4d6f-a486-3bf7ab593be0" + "NORTHEUROPE:20200807T001727Z:c9bad002-c0a0-45a2-b3c0-b5e01aa5960c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:06:55 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -31815,10 +16479,10 @@ ], "Names": { "GenerateName": [ - "azsmnet1856" + "azsmnet5227" ], "GenerateServiceName": [ - "azs-9878" + "azs-4387" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanUpdateTags.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanUpdateTags.json index fce902eec295..2c242bdb66d0 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanUpdateTags.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CanUpdateTags.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a61620e9-3104-43ad-8989-0454bb09c875" + "d7fad809-4d99-4611-bf8e-fbe84e7c2b36" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:29:00 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "d3ef4b0c-01cc-4551-a9cf-070106a52a95" + "cc6f6b55-8733-4ccb-bf19-e1fb3cfd8b12" ], "x-ms-correlation-request-id": [ - "d3ef4b0c-01cc-4551-a9cf-070106a52a95" + "cc6f6b55-8733-4ccb-bf19-e1fb3cfd8b12" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214431Z:d3ef4b0c-01cc-4551-a9cf-070106a52a95" + "NORTHEUROPE:20200806T222900Z:cc6f6b55-8733-4ccb-bf19-e1fb3cfd8b12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:44:31 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet298?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyOTg/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6311?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MzExP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "82024a44-29c8-4e1a-9f26-92994a1acc59" + "99e6024b-831c-4a21-b7a1-bf877925ca30" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:29:02 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "51858ed3-5cec-4287-b19c-b3ebc7dda193" + "2cc0ffb6-3d0d-41f0-87c2-4f7ff03f14d6" ], "x-ms-correlation-request-id": [ - "51858ed3-5cec-4287-b19c-b3ebc7dda193" + "2cc0ffb6-3d0d-41f0-87c2-4f7ff03f14d6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214432Z:51858ed3-5cec-4287-b19c-b3ebc7dda193" + "NORTHEUROPE:20200806T222902Z:2cc0ffb6-3d0d-41f0-87c2-4f7ff03f14d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,11 +113,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:44:32 GMT" - ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet298\",\r\n \"name\": \"azsmnet298\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6311\",\r\n \"name\": \"azsmnet6311\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet298/providers/Microsoft.Search/searchServices/azs-4296?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTgvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTQyOTY/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6311/providers/Microsoft.Search/searchServices/azs-9083?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDgzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b1ff41b0-152d-40c1-ab74-226620465e4e" + "2f67e320-6884-45fd-8b73-6f5993a577b7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,20 +155,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:29:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A44%3A36.4141047Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A08.94869Z'\"" ], "x-ms-request-id": [ - "b1ff41b0-152d-40c1-ab74-226620465e4e" + "2f67e320-6884-45fd-8b73-6f5993a577b7" ], "request-id": [ - "b1ff41b0-152d-40c1-ab74-226620465e4e" + "2f67e320-6884-45fd-8b73-6f5993a577b7" ], "elapsed-time": [ - "1035" + "2913" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,19 +180,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "582513e2-bc78-4450-87d7-eda505b4158e" + "a2ed97c9-250f-46cd-b310-e968a114c174" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214437Z:582513e2-bc78-4450-87d7-eda505b4158e" + "NORTHEUROPE:20200806T222910Z:a2ed97c9-250f-46cd-b310-e968a114c174" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:44:36 GMT" - ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet298/providers/Microsoft.Search/searchServices/azs-4296\",\r\n \"name\": \"azs-4296\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6311/providers/Microsoft.Search/searchServices/azs-9083\",\r\n \"name\": \"azs-9083\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet298/providers/Microsoft.Search/searchServices/azs-4296?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTgvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTQyOTY/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6311/providers/Microsoft.Search/searchServices/azs-9083?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDgzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"tags\": {\r\n \"testTag\": \"testValue\",\r\n \"anotherTag\": \"anotherValue\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "67b80869-4dc9-4070-b196-b4030603965f" + "dd64a56d-4091-4e45-af60-60451d37800d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -230,23 +230,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:29:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A44%3A37.9271619Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A11.8667468Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "67b80869-4dc9-4070-b196-b4030603965f" + "dd64a56d-4091-4e45-af60-60451d37800d" ], "request-id": [ - "67b80869-4dc9-4070-b196-b4030603965f" + "dd64a56d-4091-4e45-af60-60451d37800d" ], "elapsed-time": [ - "382" + "770" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -255,19 +258,16 @@ "1198" ], "x-ms-correlation-request-id": [ - "a75223d5-ee9f-4852-a330-c9e2846c9865" + "cd78f1b4-450a-4c3d-873a-46bcca4f0ba7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214439Z:a75223d5-ee9f-4852-a330-c9e2846c9865" + "NORTHEUROPE:20200806T222913Z:cd78f1b4-450a-4c3d-873a-46bcca4f0ba7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:44:38 GMT" - ], "Content-Length": [ - "587" + "588" ], "Content-Type": [ "application/json; charset=utf-8" @@ -276,25 +276,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet298/providers/Microsoft.Search/searchServices/azs-4296\",\r\n \"name\": \"azs-4296\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"testTag\": \"testValue\",\r\n \"anotherTag\": \"anotherValue\"\r\n },\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6311/providers/Microsoft.Search/searchServices/azs-9083\",\r\n \"name\": \"azs-9083\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"testTag\": \"testValue\",\r\n \"anotherTag\": \"anotherValue\"\r\n },\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet298/providers/Microsoft.Search/searchServices/azs-4296?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTgvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTQyOTY/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6311/providers/Microsoft.Search/searchServices/azs-9083?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDgzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"tags\": {\r\n \"testTag\": \"testValue\",\r\n \"anotherTag\": \"differentValue\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5be92a07-25c7-469f-a3aa-f742c22b8ff6" + "5b74fff8-7202-4d8e-93eb-2953af1595d6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -308,23 +308,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:29:14 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A44%3A40.1667267Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A13.9852355Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5be92a07-25c7-469f-a3aa-f742c22b8ff6" + "5b74fff8-7202-4d8e-93eb-2953af1595d6" ], "request-id": [ - "5be92a07-25c7-469f-a3aa-f742c22b8ff6" + "5b74fff8-7202-4d8e-93eb-2953af1595d6" ], "elapsed-time": [ - "298" + "774" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -333,19 +336,16 @@ "1197" ], "x-ms-correlation-request-id": [ - "a8f4de95-3e5c-4c1a-b281-c0877902c43d" + "26d2611b-8e08-4815-ba03-2c511f5d9c06" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214440Z:a8f4de95-3e5c-4c1a-b281-c0877902c43d" + "NORTHEUROPE:20200806T222914Z:26d2611b-8e08-4815-ba03-2c511f5d9c06" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:44:39 GMT" - ], "Content-Length": [ - "589" + "590" ], "Content-Type": [ "application/json; charset=utf-8" @@ -354,25 +354,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet298/providers/Microsoft.Search/searchServices/azs-4296\",\r\n \"name\": \"azs-4296\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"testTag\": \"testValue\",\r\n \"anotherTag\": \"differentValue\"\r\n },\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6311/providers/Microsoft.Search/searchServices/azs-9083\",\r\n \"name\": \"azs-9083\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"testTag\": \"testValue\",\r\n \"anotherTag\": \"differentValue\"\r\n },\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet298/providers/Microsoft.Search/searchServices/azs-4296?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTgvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTQyOTY/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6311/providers/Microsoft.Search/searchServices/azs-9083?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDgzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"tags\": {\r\n \"testTag\": \"testValue\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5364bd22-3d38-444e-9f1e-a0e184f2ec1d" + "61e8a947-c539-4688-83b8-7ba0797bf5cf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -386,23 +386,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:29:17 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A44%3A41.6307496Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A16.4940038Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5364bd22-3d38-444e-9f1e-a0e184f2ec1d" + "61e8a947-c539-4688-83b8-7ba0797bf5cf" ], "request-id": [ - "5364bd22-3d38-444e-9f1e-a0e184f2ec1d" + "61e8a947-c539-4688-83b8-7ba0797bf5cf" ], "elapsed-time": [ - "332" + "671" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -411,19 +414,16 @@ "1196" ], "x-ms-correlation-request-id": [ - "22a1a4cf-c2f0-430c-a589-a4d0e0d54d1c" + "a1b76b10-4fc4-46d1-b2b5-9ccffe2be227" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214442Z:22a1a4cf-c2f0-430c-a589-a4d0e0d54d1c" + "NORTHEUROPE:20200806T222918Z:a1b76b10-4fc4-46d1-b2b5-9ccffe2be227" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:44:42 GMT" - ], "Content-Length": [ - "559" + "560" ], "Content-Type": [ "application/json; charset=utf-8" @@ -432,16 +432,16 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet298/providers/Microsoft.Search/searchServices/azs-4296\",\r\n \"name\": \"azs-4296\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"testTag\": \"testValue\"\r\n },\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6311/providers/Microsoft.Search/searchServices/azs-9083\",\r\n \"name\": \"azs-9083\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"testTag\": \"testValue\"\r\n },\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": { "GenerateName": [ - "azsmnet298" + "azsmnet6311" ], "GenerateServiceName": [ - "azs-4296" + "azs-9083" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CannotCreateOrUpdateFreeServiceWithIdentity.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CannotCreateOrUpdateFreeServiceWithIdentity.json index 33cb20be1c1e..c8934c7d2b96 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CannotCreateOrUpdateFreeServiceWithIdentity.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CannotCreateOrUpdateFreeServiceWithIdentity.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "271b4ed8-ae78-47c5-9659-90f37f0e6899" + "3885c9cc-d077-403b-ba83-caf62a728740" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:49:55 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "e1fc048e-8b65-42d4-a6e5-0caaa51f57de" + "d3b10d16-edfd-411d-b998-dba6b3c834ba" ], "x-ms-correlation-request-id": [ - "e1fc048e-8b65-42d4-a6e5-0caaa51f57de" + "d3b10d16-edfd-411d-b998-dba6b3c834ba" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233733Z:e1fc048e-8b65-42d4-a6e5-0caaa51f57de" + "NORTHEUROPE:20200807T004955Z:d3b10d16-edfd-411d-b998-dba6b3c834ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:33 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3112?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMTEyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8012?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MDEyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0c8730e0-a630-4979-a4cf-1e4400ee2754" + "68e25cf2-fff6-4f49-b055-58ed76809f7e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:49:56 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "9134c6bc-9e93-4f8a-8844-de72749f05d5" + "ebc19303-b821-41c2-a3d7-5ced95d64480" ], "x-ms-correlation-request-id": [ - "9134c6bc-9e93-4f8a-8844-de72749f05d5" + "ebc19303-b821-41c2-a3d7-5ced95d64480" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233734Z:9134c6bc-9e93-4f8a-8844-de72749f05d5" + "NORTHEUROPE:20200807T004956Z:ebc19303-b821-41c2-a3d7-5ced95d64480" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:34 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3112\",\r\n \"name\": \"azsmnet3112\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8012\",\r\n \"name\": \"azsmnet8012\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3112/providers/Microsoft.Search/searchServices/azs-3488?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDg4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8012/providers/Microsoft.Search/searchServices/azs-2440?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNDQwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"EastUS\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "47e7f0e0-dd6e-44cd-a45a-e3f42ff2e81a" + "5e75dd2b-fa02-41cc-82ab-01aca9e221cb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,14 +155,17 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:03 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "47e7f0e0-dd6e-44cd-a45a-e3f42ff2e81a" + "5e75dd2b-fa02-41cc-82ab-01aca9e221cb" ], "request-id": [ - "47e7f0e0-dd6e-44cd-a45a-e3f42ff2e81a" + "5e75dd2b-fa02-41cc-82ab-01aca9e221cb" ], "elapsed-time": [ "0" @@ -171,20 +174,17 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "a48e7b15-bd0d-4070-9475-e147bc6c0f53" + "c2e77f89-391b-4098-b6a1-c878fef5fcc3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233741Z:a48e7b15-bd0d-4070-9475-e147bc6c0f53" + "NORTHEUROPE:20200807T005003Z:c2e77f89-391b-4098-b6a1-c878fef5fcc3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:41 GMT" - ], "Content-Length": [ "128" ], @@ -202,21 +202,21 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3112/providers/Microsoft.Search/searchServices/azs-3488?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDg4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8012/providers/Microsoft.Search/searchServices/azs-2440?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNDQwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b65d05f0-2641-4197-9cbc-97eaf4ece75b" + "a6d7b37a-86c4-41b4-9b49-9ef2592abedc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -230,39 +230,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A37%3A46.1271837Z'\"" + "W/\"datetime'2020-08-07T00%3A50%3A06.4125391Z'\"" ], "x-ms-request-id": [ - "b65d05f0-2641-4197-9cbc-97eaf4ece75b" + "a6d7b37a-86c4-41b4-9b49-9ef2592abedc" ], "request-id": [ - "b65d05f0-2641-4197-9cbc-97eaf4ece75b" + "a6d7b37a-86c4-41b4-9b49-9ef2592abedc" ], "elapsed-time": [ - "3293" + "1187" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "ff185046-50a9-4861-82e6-8fe7cf8fdd11" + "0d9f2763-932b-4627-967a-6527c7fc01e2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233746Z:ff185046-50a9-4861-82e6-8fe7cf8fdd11" + "NORTHEUROPE:20200807T005007Z:0d9f2763-932b-4627-967a-6527c7fc01e2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:45 GMT" - ], "Content-Length": [ "529" ], @@ -273,68 +273,68 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3112/providers/Microsoft.Search/searchServices/azs-3488\",\r\n \"name\": \"azs-3488\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8012/providers/Microsoft.Search/searchServices/azs-2440\",\r\n \"name\": \"azs-2440\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3112/providers/Microsoft.Search/searchServices/azs-3488?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDg4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8012/providers/Microsoft.Search/searchServices/azs-2440?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNDQwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": []\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"East US\",\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", + "RequestBody": "{\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a59738f1-196b-4922-9557-3157a3458989" + "b1c664b2-cadf-4511-b202-2cebd4d2a43a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "308" + "46" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:08 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "a59738f1-196b-4922-9557-3157a3458989" + "b1c664b2-cadf-4511-b202-2cebd4d2a43a" ], "request-id": [ - "a59738f1-196b-4922-9557-3157a3458989" + "b1c664b2-cadf-4511-b202-2cebd4d2a43a" ], "elapsed-time": [ - "65" + "71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1196" ], "x-ms-correlation-request-id": [ - "0141562e-de63-47c4-b35b-1c5b90025dee" + "78576828-3a23-47cf-b9f8-31412d1b80ee" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233747Z:0141562e-de63-47c4-b35b-1c5b90025dee" + "NORTHEUROPE:20200807T005008Z:78576828-3a23-47cf-b9f8-31412d1b80ee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:47 GMT" - ], "Content-Length": [ "128" ], @@ -352,21 +352,21 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3112/providers/Microsoft.Search/searchServices/azs-3488?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDg4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8012/providers/Microsoft.Search/searchServices/azs-2440?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNDQwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "745cd41b-a964-4333-b2d6-034535847c73" + "642febdb-ec3e-4258-a182-55ada8337eaf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -374,17 +374,20 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:10 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "745cd41b-a964-4333-b2d6-034535847c73" + "642febdb-ec3e-4258-a182-55ada8337eaf" ], "request-id": [ - "745cd41b-a964-4333-b2d6-034535847c73" + "642febdb-ec3e-4258-a182-55ada8337eaf" ], "elapsed-time": [ - "645" + "635" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -393,22 +396,19 @@ "14999" ], "x-ms-correlation-request-id": [ - "4910cd36-d970-498d-bb16-d331b91174c1" + "6352833e-95fd-4629-9f35-c8fbf28b46ff" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233750Z:4910cd36-d970-498d-bb16-d331b91174c1" + "NORTHEUROPE:20200807T005010Z:6352833e-95fd-4629-9f35-c8fbf28b46ff" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -417,10 +417,10 @@ ], "Names": { "GenerateName": [ - "azsmnet3112" + "azsmnet8012" ], "GenerateServiceName": [ - "azs-3488" + "azs-2440" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CheckNameAvailabilityFailsOnInvalidName.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CheckNameAvailabilityFailsOnInvalidName.json index b4ea0d27b115..7180188fc9f6 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CheckNameAvailabilityFailsOnInvalidName.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CheckNameAvailabilityFailsOnInvalidName.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d6339a22-247d-4c64-ad13-dc153cf0c30d" + "6e302981-fc7d-4367-8204-2ab8da46d4cc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:28:49 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "67988a91-d326-47c6-b89e-a812850a99d7" + "2c1299b2-8b8b-4e4b-a6f3-4f6701de97ef" ], "x-ms-correlation-request-id": [ - "67988a91-d326-47c6-b89e-a812850a99d7" + "2c1299b2-8b8b-4e4b-a6f3-4f6701de97ef" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214419Z:67988a91-d326-47c6-b89e-a812850a99d7" + "NORTHEUROPE:20200806T222849Z:2c1299b2-8b8b-4e4b-a6f3-4f6701de97ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:44:19 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2707?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNzA3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2282?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMjgyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "adc9f41b-aeb3-4a35-a108-90ee4b873af5" + "b801efd8-820d-4bca-89b3-5b26ec5e899c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:28:51 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "c075613a-bbe3-4734-8d2f-50342927bf52" + "70198048-b198-40eb-9b9d-6300f8fd7cd9" ], "x-ms-correlation-request-id": [ - "c075613a-bbe3-4734-8d2f-50342927bf52" + "70198048-b198-40eb-9b9d-6300f8fd7cd9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214421Z:c075613a-bbe3-4734-8d2f-50342927bf52" + "NORTHEUROPE:20200806T222851Z:70198048-b198-40eb-9b9d-6300f8fd7cd9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:44:20 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2707\",\r\n \"name\": \"azsmnet2707\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2282\",\r\n \"name\": \"azsmnet2282\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/checkNameAvailability?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL2NoZWNrTmFtZUF2YWlsYWJpbGl0eT9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/checkNameAvailability?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL2NoZWNrTmFtZUF2YWlsYWJpbGl0eT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"----badname\",\r\n \"type\": \"searchServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "91e1c7eb-9976-4c8b-91f2-1b91d0f795c9" + "b5200f8d-d7a4-42a0-92e8-0d90d5448e1b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,6 +155,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:28:53 GMT" + ], "Pragma": [ "no-cache" ], @@ -162,13 +165,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "91e1c7eb-9976-4c8b-91f2-1b91d0f795c9" + "b5200f8d-d7a4-42a0-92e8-0d90d5448e1b" ], "request-id": [ - "91e1c7eb-9976-4c8b-91f2-1b91d0f795c9" + "b5200f8d-d7a4-42a0-92e8-0d90d5448e1b" ], "elapsed-time": [ - "9" + "15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,17 +180,14 @@ "1199" ], "x-ms-correlation-request-id": [ - "b6e11022-b795-4264-bcc2-66d9a36af27a" + "183028e5-5de0-426b-92fc-1e4135f859d4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214423Z:b6e11022-b795-4264-bcc2-66d9a36af27a" + "NORTHEUROPE:20200806T222853Z:183028e5-5de0-426b-92fc-1e4135f859d4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:44:23 GMT" - ], "Content-Length": [ "210" ], @@ -204,7 +204,7 @@ ], "Names": { "GenerateName": [ - "azsmnet2707" + "azsmnet2282" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CheckNameAvailabilityFailsOnUsedName.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CheckNameAvailabilityFailsOnUsedName.json index 6c300271b0f9..39e791909f4a 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CheckNameAvailabilityFailsOnUsedName.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CheckNameAvailabilityFailsOnUsedName.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4e3f5c1f-92a7-478a-b07e-38057a6a8960" + "53dd6666-31ee-4dc4-89a8-da4aa8c9f912" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:33:28 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "76eb0ec1-ba50-44fa-bd3a-fb0a3191f5ef" + "6c5d0e66-ec56-4aca-a1b6-f01c649e7350" ], "x-ms-correlation-request-id": [ - "76eb0ec1-ba50-44fa-bd3a-fb0a3191f5ef" + "6c5d0e66-ec56-4aca-a1b6-f01c649e7350" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231954Z:76eb0ec1-ba50-44fa-bd3a-fb0a3191f5ef" + "NORTHEUROPE:20200807T003329Z:6c5d0e66-ec56-4aca-a1b6-f01c649e7350" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:19:53 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1044?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMDQ0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7281?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MjgxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e5b1ebd1-ebdb-4748-b682-172e08033988" + "b915c9f5-46d0-4341-9130-6e54bfdc73a3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:33:30 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1196" ], "x-ms-request-id": [ - "3e586635-c8a3-43fc-9a72-a53f97047797" + "def015ed-b942-400e-98c7-24f7cf7b421b" ], "x-ms-correlation-request-id": [ - "3e586635-c8a3-43fc-9a72-a53f97047797" + "def015ed-b942-400e-98c7-24f7cf7b421b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231955Z:3e586635-c8a3-43fc-9a72-a53f97047797" + "NORTHEUROPE:20200807T003330Z:def015ed-b942-400e-98c7-24f7cf7b421b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:19:55 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1044\",\r\n \"name\": \"azsmnet1044\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7281\",\r\n \"name\": \"azsmnet7281\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1044/providers/Microsoft.Search/searchServices/azs-2463?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNDYzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7281/providers/Microsoft.Search/searchServices/azs-8031?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MDMxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "688d09f4-87c9-4c10-8c9c-d56f3c2b4728" + "c9b69aef-aa85-42c1-a11a-73654254c3a7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,39 +155,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:33:37 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A05.0885253Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A36.1558714Z'\"" ], "x-ms-request-id": [ - "688d09f4-87c9-4c10-8c9c-d56f3c2b4728" + "c9b69aef-aa85-42c1-a11a-73654254c3a7" ], "request-id": [ - "688d09f4-87c9-4c10-8c9c-d56f3c2b4728" + "c9b69aef-aa85-42c1-a11a-73654254c3a7" ], "elapsed-time": [ - "4209" + "1283" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "52cd35e9-9a0f-4168-b7b8-cbf505470e57" + "f4ef2d53-3724-4967-aa3a-a841e184e4fb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232005Z:52cd35e9-9a0f-4168-b7b8-cbf505470e57" + "NORTHEUROPE:20200807T003337Z:f4ef2d53-3724-4967-aa3a-a841e184e4fb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:20:05 GMT" - ], "Content-Length": [ "529" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1044/providers/Microsoft.Search/searchServices/azs-2463\",\r\n \"name\": \"azs-2463\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7281/providers/Microsoft.Search/searchServices/azs-8031\",\r\n \"name\": \"azs-8031\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/checkNameAvailability?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL2NoZWNrTmFtZUF2YWlsYWJpbGl0eT9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/checkNameAvailability?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL2NoZWNrTmFtZUF2YWlsYWJpbGl0eT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azs-2463\",\r\n \"type\": \"searchServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azs-8031\",\r\n \"type\": \"searchServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ac8ee7f4-59cf-4fee-af23-7c14e92ca1dd" + "cffd118c-6b3a-45a0-9c3a-f35d8b1762ca" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -230,6 +230,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:33:38 GMT" + ], "Pragma": [ "no-cache" ], @@ -237,32 +240,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ac8ee7f4-59cf-4fee-af23-7c14e92ca1dd" + "cffd118c-6b3a-45a0-9c3a-f35d8b1762ca" ], "request-id": [ - "ac8ee7f4-59cf-4fee-af23-7c14e92ca1dd" + "cffd118c-6b3a-45a0-9c3a-f35d8b1762ca" ], "elapsed-time": [ - "943" + "513" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "67ce621b-4766-4554-8b05-aea4730e6178" + "c33cf8d1-d92a-4951-b7a8-daa042ca157b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232008Z:67ce621b-4766-4554-8b05-aea4730e6178" + "NORTHEUROPE:20200807T003339Z:c33cf8d1-d92a-4951-b7a8-daa042ca157b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:20:08 GMT" - ], "Content-Length": [ "63" ], @@ -279,10 +279,10 @@ ], "Names": { "GenerateName": [ - "azsmnet1044" + "azsmnet7281" ], "GenerateServiceName": [ - "azs-2463" + "azs-8031" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CheckNameAvailabilitySucceedsOnNewName.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CheckNameAvailabilitySucceedsOnNewName.json index 5c38c4ecc309..e41c941eb71b 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CheckNameAvailabilitySucceedsOnNewName.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CheckNameAvailabilitySucceedsOnNewName.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d518f3e9-b50f-40b3-8ac0-304200fc13fe" + "07258203-6258-43ea-945d-16614d0b472b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:23:48 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-request-id": [ - "701f2b46-a9fa-4eb3-9c86-075f547f3a67" + "fcd9559b-8829-413d-bb36-e5c8f758315d" ], "x-ms-correlation-request-id": [ - "701f2b46-a9fa-4eb3-9c86-075f547f3a67" + "fcd9559b-8829-413d-bb36-e5c8f758315d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223756Z:701f2b46-a9fa-4eb3-9c86-075f547f3a67" + "NORTHEUROPE:20200806T232349Z:fcd9559b-8829-413d-bb36-e5c8f758315d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:37:56 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9019?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MDE5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2835?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyODM1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "868d0f33-3ed9-4e52-8b08-8bfd2a8f127b" + "6dc1ac59-8251-4d24-bc8e-ee6b455919bd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:23:50 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "a115dcd9-1ec0-41ae-a624-466d73c14714" + "855e779e-63cf-4521-a577-ede600ac38ba" ], "x-ms-correlation-request-id": [ - "a115dcd9-1ec0-41ae-a624-466d73c14714" + "855e779e-63cf-4521-a577-ede600ac38ba" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223757Z:a115dcd9-1ec0-41ae-a624-466d73c14714" + "NORTHEUROPE:20200806T232351Z:855e779e-63cf-4521-a577-ede600ac38ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:37:56 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9019\",\r\n \"name\": \"azsmnet9019\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2835\",\r\n \"name\": \"azsmnet2835\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/checkNameAvailability?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL2NoZWNrTmFtZUF2YWlsYWJpbGl0eT9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/checkNameAvailability?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL2NoZWNrTmFtZUF2YWlsYWJpbGl0eT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"newservice\",\r\n \"type\": \"searchServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a1b0430d-2eed-40d0-97cd-ca5af27953d1" + "48c84f6d-b192-40f9-9901-42b18ac88cdf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,6 +155,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:23:54 GMT" + ], "Pragma": [ "no-cache" ], @@ -162,32 +165,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a1b0430d-2eed-40d0-97cd-ca5af27953d1" + "48c84f6d-b192-40f9-9901-42b18ac88cdf" ], "request-id": [ - "a1b0430d-2eed-40d0-97cd-ca5af27953d1" + "48c84f6d-b192-40f9-9901-42b18ac88cdf" ], "elapsed-time": [ - "718" + "777" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "d9aec665-3771-4006-a5d7-06b218c260ee" + "32b88286-fe70-4015-83bd-124deabe145b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223759Z:d9aec665-3771-4006-a5d7-06b218c260ee" + "NORTHEUROPE:20200806T232355Z:32b88286-fe70-4015-83bd-124deabe145b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:37:59 GMT" - ], "Content-Length": [ "51" ], @@ -204,7 +204,7 @@ ], "Names": { "GenerateName": [ - "azsmnet9019" + "azsmnet2835" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CreateServiceWithInvalidNameGivesUsefulMessage.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CreateServiceWithInvalidNameGivesUsefulMessage.json index 8bc674a94644..f420c4caf58a 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CreateServiceWithInvalidNameGivesUsefulMessage.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CreateServiceWithInvalidNameGivesUsefulMessage.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d0ba8e0f-f213-41a2-935c-b9d885918caf" + "abf99fb2-7c98-44f2-a514-a7161c200b69" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:24:43 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "39916f57-674a-41ad-a9e4-48a1f0334df6" + "8d0c986e-d9ed-4a81-9895-e65f1405510f" ], "x-ms-correlation-request-id": [ - "39916f57-674a-41ad-a9e4-48a1f0334df6" + "8d0c986e-d9ed-4a81-9895-e65f1405510f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223837Z:39916f57-674a-41ad-a9e4-48a1f0334df6" + "NORTHEUROPE:20200806T232444Z:8d0c986e-d9ed-4a81-9895-e65f1405510f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:37 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9536?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NTM2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8739?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NzM5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9c446443-7483-4aae-a45c-50a3a4152ee7" + "0a22d90b-16d5-4016-8eac-97f15e9dc5b8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:24:45 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "06b2bb0f-4925-463f-9458-6657de5e5424" + "c0342cf3-8b6b-4934-8270-133155446df2" ], "x-ms-correlation-request-id": [ - "06b2bb0f-4925-463f-9458-6657de5e5424" + "c0342cf3-8b6b-4934-8270-133155446df2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223838Z:06b2bb0f-4925-463f-9458-6657de5e5424" + "NORTHEUROPE:20200806T232445Z:c0342cf3-8b6b-4934-8270-133155446df2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:38 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9536\",\r\n \"name\": \"azsmnet9536\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8739\",\r\n \"name\": \"azsmnet8739\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9536/providers/Microsoft.Search/searchServices/----badname?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NTM2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzLy0tLS1iYWRuYW1lP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8739/providers/Microsoft.Search/searchServices/----badname?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzLy0tLS1iYWRuYW1lP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fa3f0ad7-ec3e-420a-a523-355e3d3f84e7" + "12a3adea-6547-40cc-816d-8daefe1c23f8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,36 +155,36 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:24:49 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "fa3f0ad7-ec3e-420a-a523-355e3d3f84e7" + "12a3adea-6547-40cc-816d-8daefe1c23f8" ], "request-id": [ - "fa3f0ad7-ec3e-420a-a523-355e3d3f84e7" + "12a3adea-6547-40cc-816d-8daefe1c23f8" ], "elapsed-time": [ - "8" + "6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1193" ], "x-ms-correlation-request-id": [ - "5b88167f-1883-42c2-b889-2e78b60b47c7" + "5d119d5f-4a33-4409-9748-4e0eaac93e26" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223842Z:5b88167f-1883-42c2-b889-2e78b60b47c7" + "NORTHEUROPE:20200806T232449Z:5d119d5f-4a33-4409-9748-4e0eaac93e26" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:42 GMT" - ], "Content-Length": [ "275" ], @@ -204,7 +204,7 @@ ], "Names": { "GenerateName": [ - "azsmnet9536" + "azsmnet8739" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CreateStandardServicePollsAutomatically.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CreateStandardServicePollsAutomatically.json index e1758ff2498e..6e24a9f3d3fe 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CreateStandardServicePollsAutomatically.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/CreateStandardServicePollsAutomatically.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "63a1ce47-10bd-4a71-9799-07ac7c14a6ef" + "0116c12e-0254-4886-8426-f42108dc59d1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:33:45 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "8643526a-c1ed-4fed-a014-79fc26d4fc66" + "4d879e5b-11d3-4144-82e2-e907d040e9ef" ], "x-ms-correlation-request-id": [ - "8643526a-c1ed-4fed-a014-79fc26d4fc66" + "4d879e5b-11d3-4144-82e2-e907d040e9ef" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232033Z:8643526a-c1ed-4fed-a014-79fc26d4fc66" + "NORTHEUROPE:20200807T003346Z:4d879e5b-11d3-4144-82e2-e907d040e9ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:20:33 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3387?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMzg3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet431?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MzE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d3795e75-e5ea-415a-9458-70c9511fe997" + "c9d84a8c-169e-4947-9223-9f7a55ee956b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:33:47 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "2e0f586d-fe4e-402f-9d30-369e712be0b9" + "bf48a7a2-ec3a-41d4-9cc4-fceb6bd95725" ], "x-ms-correlation-request-id": [ - "2e0f586d-fe4e-402f-9d30-369e712be0b9" + "bf48a7a2-ec3a-41d4-9cc4-fceb6bd95725" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232036Z:2e0f586d-fe4e-402f-9d30-369e712be0b9" + "NORTHEUROPE:20200807T003347Z:bf48a7a2-ec3a-41d4-9cc4-fceb6bd95725" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,11 +113,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:20:36 GMT" - ], "Content-Length": [ - "175" + "173" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387\",\r\n \"name\": \"azsmnet3387\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431\",\r\n \"name\": \"azsmnet431\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9c5b6d98-969f-4161-bbcc-1f7ead91d8d3" + "47b01d1a-c7a5-489b-b335-4a5779cb0743" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,41 +155,41 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:33:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "x-ms-request-id": [ - "9c5b6d98-969f-4161-bbcc-1f7ead91d8d3" + "47b01d1a-c7a5-489b-b335-4a5779cb0743" ], "request-id": [ - "9c5b6d98-969f-4161-bbcc-1f7ead91d8d3" + "47b01d1a-c7a5-489b-b335-4a5779cb0743" ], "elapsed-time": [ - "5679" + "3259" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1196" ], "x-ms-correlation-request-id": [ - "8f28f765-aaf1-431f-bca9-3834308e2321" + "8c2cb39d-5d71-4ded-9d35-b5d68a255daa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232045Z:8f28f765-aaf1-431f-bca9-3834308e2321" + "NORTHEUROPE:20200807T003354Z:8c2cb39d-5d71-4ded-9d35-b5d68a255daa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:20:44 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,19 +198,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -218,23 +218,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:34:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "fe4f002f-6b07-4574-932e-a8df9ea0c055" + "4c0ab556-1ecd-4290-983f-0dbf31ae9fee" ], "request-id": [ - "fe4f002f-6b07-4574-932e-a8df9ea0c055" + "4c0ab556-1ecd-4290-983f-0dbf31ae9fee" ], "elapsed-time": [ - "243" + "307" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -243,19 +246,16 @@ "14998" ], "x-ms-correlation-request-id": [ - "a69a0f5e-8d32-4333-bb80-0227588713b0" + "9647b1f0-21cc-4c3c-a525-9d1bc9203292" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232115Z:a69a0f5e-8d32-4333-bb80-0227588713b0" + "NORTHEUROPE:20200807T003425Z:9647b1f0-21cc-4c3c-a525-9d1bc9203292" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:21:15 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -264,19 +264,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -284,23 +284,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:34:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e2da97ff-880e-46e5-8b35-59ad566eafa4" + "1488b6ad-7bf1-46d9-9fab-e06beaa3a5d0" ], "request-id": [ - "e2da97ff-880e-46e5-8b35-59ad566eafa4" + "1488b6ad-7bf1-46d9-9fab-e06beaa3a5d0" ], "elapsed-time": [ - "73" + "362" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -309,19 +312,16 @@ "14997" ], "x-ms-correlation-request-id": [ - "aef4154f-4b99-4586-9685-cec63df61c67" + "c4239a1c-8839-4eeb-a8a6-f70012224398" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232146Z:aef4154f-4b99-4586-9685-cec63df61c67" + "NORTHEUROPE:20200807T003455Z:c4239a1c-8839-4eeb-a8a6-f70012224398" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:21:46 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -330,19 +330,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -350,23 +350,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:35:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b6b953c1-45c5-4f0a-a0bc-ce2d902ee501" + "a4a45656-b120-4f2a-bb15-1630fc28349b" ], "request-id": [ - "b6b953c1-45c5-4f0a-a0bc-ce2d902ee501" + "a4a45656-b120-4f2a-bb15-1630fc28349b" ], "elapsed-time": [ - "73" + "353" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -375,19 +378,16 @@ "14996" ], "x-ms-correlation-request-id": [ - "83c181bf-98f1-4dfe-8d80-d6720812b527" + "27d56d14-4eed-4ba1-a4a4-b0d4ca956843" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232216Z:83c181bf-98f1-4dfe-8d80-d6720812b527" + "NORTHEUROPE:20200807T003526Z:27d56d14-4eed-4ba1-a4a4-b0d4ca956843" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:22:16 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -396,19 +396,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -416,23 +416,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:35:56 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "96753681-60df-4cd2-a5dd-6261c380040b" + "5b1d14b8-ad80-4ebd-b854-7cd658c3fa93" ], "request-id": [ - "96753681-60df-4cd2-a5dd-6261c380040b" + "5b1d14b8-ad80-4ebd-b854-7cd658c3fa93" ], "elapsed-time": [ - "63" + "382" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -441,19 +444,16 @@ "14995" ], "x-ms-correlation-request-id": [ - "7c332fbd-d3d6-4b49-af7e-3a8d9fd05207" + "455d5185-3ef8-46d7-af54-f6a67ebcc959" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232246Z:7c332fbd-d3d6-4b49-af7e-3a8d9fd05207" + "NORTHEUROPE:20200807T003556Z:455d5185-3ef8-46d7-af54-f6a67ebcc959" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:22:46 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -462,19 +462,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -482,23 +482,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:36:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b519f490-2933-4dac-843c-8573c7b4265c" + "ad50d7e1-342b-4054-8099-333423c01966" ], "request-id": [ - "b519f490-2933-4dac-843c-8573c7b4265c" + "ad50d7e1-342b-4054-8099-333423c01966" ], "elapsed-time": [ - "188" + "358" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -507,19 +510,16 @@ "14994" ], "x-ms-correlation-request-id": [ - "7bd720e7-e221-483c-97ef-d3774bcc52d8" + "d8683df2-ad38-46c0-a139-d33362d2fdab" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232317Z:7bd720e7-e221-483c-97ef-d3774bcc52d8" + "NORTHEUROPE:20200807T003627Z:d8683df2-ad38-46c0-a139-d33362d2fdab" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:23:16 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -528,19 +528,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -548,23 +548,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:36:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a21165c9-0fdf-43db-b76c-4482ae7d5c6b" + "b31a44a0-e2a7-4db7-be5f-e805326a263c" ], "request-id": [ - "a21165c9-0fdf-43db-b76c-4482ae7d5c6b" + "b31a44a0-e2a7-4db7-be5f-e805326a263c" ], "elapsed-time": [ - "59" + "476" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -573,19 +576,16 @@ "14993" ], "x-ms-correlation-request-id": [ - "53d286ee-4638-4019-80eb-49a716bac12a" + "ac4bccf2-c39c-4910-a14c-5d5a9ad6a342" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232347Z:53d286ee-4638-4019-80eb-49a716bac12a" + "NORTHEUROPE:20200807T003658Z:ac4bccf2-c39c-4910-a14c-5d5a9ad6a342" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:23:47 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -594,19 +594,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -614,23 +614,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:37:29 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b30f096b-19c4-404a-b332-4d139fb29c0d" + "607f976b-25fe-4359-87ac-1de59f689150" ], "request-id": [ - "b30f096b-19c4-404a-b332-4d139fb29c0d" + "607f976b-25fe-4359-87ac-1de59f689150" ], "elapsed-time": [ - "75" + "342" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -639,19 +642,16 @@ "14992" ], "x-ms-correlation-request-id": [ - "a20b3663-cd19-4ebc-b829-c3edd9297f25" + "ec7a2356-00da-4ff1-aca6-66be4a79f22e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232418Z:a20b3663-cd19-4ebc-b829-c3edd9297f25" + "NORTHEUROPE:20200807T003729Z:ec7a2356-00da-4ff1-aca6-66be4a79f22e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:24:17 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -660,19 +660,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -680,23 +680,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:37:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0a874bc6-6d7f-420f-a3d1-d98b02816a1f" + "64b09267-012c-4d7b-a9ad-5dd7aa584df8" ], "request-id": [ - "0a874bc6-6d7f-420f-a3d1-d98b02816a1f" + "64b09267-012c-4d7b-a9ad-5dd7aa584df8" ], "elapsed-time": [ - "71" + "350" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -705,19 +708,16 @@ "14991" ], "x-ms-correlation-request-id": [ - "4f094262-458e-473a-95a2-a3c4e3a7440b" + "1f64c246-6761-4051-ac40-229de57add43" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232449Z:4f094262-458e-473a-95a2-a3c4e3a7440b" + "NORTHEUROPE:20200807T003759Z:1f64c246-6761-4051-ac40-229de57add43" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:24:48 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -726,19 +726,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -746,23 +746,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:38:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2c14aa67-dffc-4975-aa59-8fe87b41a207" + "a0e433fd-2947-4cff-8217-3b620711dbf5" ], "request-id": [ - "2c14aa67-dffc-4975-aa59-8fe87b41a207" + "a0e433fd-2947-4cff-8217-3b620711dbf5" ], "elapsed-time": [ - "251" + "619" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -771,19 +774,16 @@ "14990" ], "x-ms-correlation-request-id": [ - "5d69391d-a54f-4bf3-8fc1-2f5fa2a78b07" + "75e146ce-7cd7-4f68-a0c0-8bda31ae0870" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232520Z:5d69391d-a54f-4bf3-8fc1-2f5fa2a78b07" + "NORTHEUROPE:20200807T003831Z:75e146ce-7cd7-4f68-a0c0-8bda31ae0870" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:25:19 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -792,19 +792,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -812,23 +812,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:39:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b21c384f-b5db-49c4-a804-1364259dba67" + "81ab6234-6b1e-4951-87bb-2ae85b9ed74d" ], "request-id": [ - "b21c384f-b5db-49c4-a804-1364259dba67" + "81ab6234-6b1e-4951-87bb-2ae85b9ed74d" ], "elapsed-time": [ - "62" + "365" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -837,19 +840,16 @@ "14989" ], "x-ms-correlation-request-id": [ - "de471be7-c8fc-4254-b518-3f2b6d833a98" + "c84c32bc-acec-4731-97fe-c2957e798f11" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232550Z:de471be7-c8fc-4254-b518-3f2b6d833a98" + "NORTHEUROPE:20200807T003902Z:c84c32bc-acec-4731-97fe-c2957e798f11" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:25:50 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -858,19 +858,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -878,23 +878,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:39:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "20ae747f-0fcb-4ebd-a645-b54e9b453471" + "8288dd8c-35b1-4c1b-b66c-61e2603fa7f3" ], "request-id": [ - "20ae747f-0fcb-4ebd-a645-b54e9b453471" + "8288dd8c-35b1-4c1b-b66c-61e2603fa7f3" ], "elapsed-time": [ - "61" + "311" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -903,19 +906,16 @@ "14988" ], "x-ms-correlation-request-id": [ - "b726eb2d-2f89-4c01-a47c-c58e03fb8ffe" + "f682699b-4ee9-43ac-8785-3bf746006bf0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232620Z:b726eb2d-2f89-4c01-a47c-c58e03fb8ffe" + "NORTHEUROPE:20200807T003932Z:f682699b-4ee9-43ac-8785-3bf746006bf0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:26:19 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -924,19 +924,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -944,23 +944,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:40:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9d109575-7090-4fda-9ee1-46ad743f93ad" + "9d415aee-a220-4cd9-8984-4cbf1ec3a8c0" ], "request-id": [ - "9d109575-7090-4fda-9ee1-46ad743f93ad" + "9d415aee-a220-4cd9-8984-4cbf1ec3a8c0" ], "elapsed-time": [ - "61" + "322" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -969,19 +972,16 @@ "14987" ], "x-ms-correlation-request-id": [ - "5329b2c2-927d-4060-a98a-07d7cf15c3ad" + "e4076222-ab0a-4310-9e04-e10dfa34f60d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232651Z:5329b2c2-927d-4060-a98a-07d7cf15c3ad" + "NORTHEUROPE:20200807T004003Z:e4076222-ab0a-4310-9e04-e10dfa34f60d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:26:51 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -990,19 +990,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1010,23 +1010,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:40:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "05ebf025-ef42-4e98-ab1f-8b7518441aa9" + "d3955943-308b-44a8-9208-b678098acabc" ], "request-id": [ - "05ebf025-ef42-4e98-ab1f-8b7518441aa9" + "d3955943-308b-44a8-9208-b678098acabc" ], "elapsed-time": [ - "203" + "467" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1035,19 +1038,16 @@ "14986" ], "x-ms-correlation-request-id": [ - "01649d81-ea69-4d80-bfe3-7b125fe66cc5" + "1909c865-fcd0-4c4f-b4f4-612ee79de568" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232722Z:01649d81-ea69-4d80-bfe3-7b125fe66cc5" + "NORTHEUROPE:20200807T004034Z:1909c865-fcd0-4c4f-b4f4-612ee79de568" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:27:22 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1056,19 +1056,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1076,23 +1076,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:41:04 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7e3a7e4e-bbc2-4f13-9aa7-7c977078f94c" + "91811ad9-3d07-41e1-a020-522e7553ef43" ], "request-id": [ - "7e3a7e4e-bbc2-4f13-9aa7-7c977078f94c" + "91811ad9-3d07-41e1-a020-522e7553ef43" ], "elapsed-time": [ - "61" + "341" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1101,19 +1104,16 @@ "14985" ], "x-ms-correlation-request-id": [ - "3a347901-1c37-440c-b705-a025604fb021" + "0ebc8958-818f-4966-9403-f6d6b7841e9e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232752Z:3a347901-1c37-440c-b705-a025604fb021" + "NORTHEUROPE:20200807T004104Z:0ebc8958-818f-4966-9403-f6d6b7841e9e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:27:52 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1122,19 +1122,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1142,23 +1142,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:41:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "79f1330f-646c-4f9e-a127-4a930930aed9" + "793a3755-d0b7-4b5f-a8c8-0f35dd7bb9c6" ], "request-id": [ - "79f1330f-646c-4f9e-a127-4a930930aed9" + "793a3755-d0b7-4b5f-a8c8-0f35dd7bb9c6" ], "elapsed-time": [ - "65" + "331" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1167,19 +1170,16 @@ "14984" ], "x-ms-correlation-request-id": [ - "31831ce6-cf42-42c5-aeb7-dc64490af0f4" + "cccc6f30-b57c-4b60-a36b-f6c489d75452" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232822Z:31831ce6-cf42-42c5-aeb7-dc64490af0f4" + "NORTHEUROPE:20200807T004135Z:cccc6f30-b57c-4b60-a36b-f6c489d75452" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:28:22 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1188,19 +1188,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1208,23 +1208,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:42:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7498fece-25a1-490d-85ae-c636173a554e" + "3a61f748-9447-4761-b1df-01bff6107eb1" ], "request-id": [ - "7498fece-25a1-490d-85ae-c636173a554e" + "3a61f748-9447-4761-b1df-01bff6107eb1" ], "elapsed-time": [ - "62" + "305" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1233,19 +1236,16 @@ "14983" ], "x-ms-correlation-request-id": [ - "3e9d1706-0fd7-433d-9e5b-6454951ebb19" + "1ad12f25-0ef9-446c-a625-3e0892eef942" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232853Z:3e9d1706-0fd7-433d-9e5b-6454951ebb19" + "NORTHEUROPE:20200807T004205Z:1ad12f25-0ef9-446c-a625-3e0892eef942" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:28:53 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1254,19 +1254,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1274,23 +1274,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:42:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3a1fb5b9-d0e0-406c-9c6c-38d8f3791d4c" + "59effebe-9c7a-4b40-8724-28ee0696ef9d" ], "request-id": [ - "3a1fb5b9-d0e0-406c-9c6c-38d8f3791d4c" + "59effebe-9c7a-4b40-8724-28ee0696ef9d" ], "elapsed-time": [ - "70" + "509" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1299,19 +1302,16 @@ "14982" ], "x-ms-correlation-request-id": [ - "ee0ba3c4-9b2a-46c3-bc25-9d05e3dc7619" + "a43feffd-d7b3-4a93-83f7-e9240a762411" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232923Z:ee0ba3c4-9b2a-46c3-bc25-9d05e3dc7619" + "NORTHEUROPE:20200807T004236Z:a43feffd-d7b3-4a93-83f7-e9240a762411" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:29:23 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1320,19 +1320,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1340,23 +1340,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:43:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4c548186-58eb-4357-a6f2-ba7aff1e80f4" + "32fe5bd5-72c7-424b-86d9-71299dedfcc3" ], "request-id": [ - "4c548186-58eb-4357-a6f2-ba7aff1e80f4" + "32fe5bd5-72c7-424b-86d9-71299dedfcc3" ], "elapsed-time": [ - "56" + "430" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1365,19 +1368,16 @@ "14981" ], "x-ms-correlation-request-id": [ - "62703d93-5087-49b6-a01d-dc152c86dd7b" + "e09c1833-c3a4-4004-b641-2b05ee62225e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232954Z:62703d93-5087-49b6-a01d-dc152c86dd7b" + "NORTHEUROPE:20200807T004307Z:e09c1833-c3a4-4004-b641-2b05ee62225e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:29:54 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1386,19 +1386,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1406,23 +1406,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:43:37 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "fa3d4ba2-6666-4af5-a1aa-5f27679c6887" + "1ea83e44-0a70-4370-9e3c-2a35ed3ea4f0" ], "request-id": [ - "fa3d4ba2-6666-4af5-a1aa-5f27679c6887" + "1ea83e44-0a70-4370-9e3c-2a35ed3ea4f0" ], "elapsed-time": [ - "61" + "309" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1431,19 +1434,16 @@ "14980" ], "x-ms-correlation-request-id": [ - "3ebfaa13-57e2-4e72-bd0b-b8fc9d14cf6a" + "fc13121c-eed3-4e86-8589-fdfb90c723fe" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233026Z:3ebfaa13-57e2-4e72-bd0b-b8fc9d14cf6a" + "NORTHEUROPE:20200807T004337Z:fc13121c-eed3-4e86-8589-fdfb90c723fe" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:30:25 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1452,19 +1452,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1472,23 +1472,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:44:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "aa32841e-69ab-482c-a318-8b6868a72556" + "5808f0de-6cbd-4092-acb0-23375200cca4" ], "request-id": [ - "aa32841e-69ab-482c-a318-8b6868a72556" + "5808f0de-6cbd-4092-acb0-23375200cca4" ], "elapsed-time": [ - "60" + "321" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1497,19 +1500,16 @@ "14979" ], "x-ms-correlation-request-id": [ - "01266eff-398b-4306-a52c-d19ad64c79b9" + "2b2de433-8a2e-4791-b091-504f3c98a7d0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233056Z:01266eff-398b-4306-a52c-d19ad64c79b9" + "NORTHEUROPE:20200807T004409Z:2b2de433-8a2e-4791-b091-504f3c98a7d0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:30:55 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1518,19 +1518,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1538,23 +1538,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:44:39 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3299f035-48f8-415e-983b-19776f170992" + "797a236f-12a1-4997-9b80-9357418b928e" ], "request-id": [ - "3299f035-48f8-415e-983b-19776f170992" + "797a236f-12a1-4997-9b80-9357418b928e" ], "elapsed-time": [ - "180" + "763" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1563,19 +1566,16 @@ "14978" ], "x-ms-correlation-request-id": [ - "cd3fc26d-5375-4adb-8903-a89b96ae7c24" + "35ac485d-d8fa-45a1-b7ab-66f51fc9bce5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233127Z:cd3fc26d-5375-4adb-8903-a89b96ae7c24" + "NORTHEUROPE:20200807T004440Z:35ac485d-d8fa-45a1-b7ab-66f51fc9bce5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:31:26 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1584,19 +1584,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1604,23 +1604,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:45:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3caaaf3e-4d38-4ccb-8866-afd3ef1edad1" + "a5a015f7-7cfc-487b-8200-544520f55e5d" ], "request-id": [ - "3caaaf3e-4d38-4ccb-8866-afd3ef1edad1" + "a5a015f7-7cfc-487b-8200-544520f55e5d" ], "elapsed-time": [ - "62" + "404" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1629,19 +1632,16 @@ "14977" ], "x-ms-correlation-request-id": [ - "2b63b065-145e-4604-b994-6ac551941720" + "583c55d1-563a-4926-b626-a95731ac32f4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233157Z:2b63b065-145e-4604-b994-6ac551941720" + "NORTHEUROPE:20200807T004510Z:583c55d1-563a-4926-b626-a95731ac32f4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:31:56 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1650,19 +1650,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1670,23 +1670,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:45:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f12fdba3-cbcb-4a77-b314-f8abcd5551d0" + "43fc70f6-47be-4266-bcd4-b3517e784dfb" ], "request-id": [ - "f12fdba3-cbcb-4a77-b314-f8abcd5551d0" + "43fc70f6-47be-4266-bcd4-b3517e784dfb" ], "elapsed-time": [ - "106" + "322" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1695,19 +1698,16 @@ "14976" ], "x-ms-correlation-request-id": [ - "b60da0c4-f7de-4a1f-9d9b-b31fffc98fa3" + "08064fb7-4b14-41f0-b91c-e3075bfe3999" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233227Z:b60da0c4-f7de-4a1f-9d9b-b31fffc98fa3" + "NORTHEUROPE:20200807T004541Z:08064fb7-4b14-41f0-b91c-e3075bfe3999" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:32:27 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1716,19 +1716,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1736,23 +1736,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:46:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "651d9177-9a69-4b40-b7c0-75dc342287bb" + "d31f3b1f-54dc-4710-b470-48cf85210c11" ], "request-id": [ - "651d9177-9a69-4b40-b7c0-75dc342287bb" + "d31f3b1f-54dc-4710-b470-48cf85210c11" ], "elapsed-time": [ - "64" + "413" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1761,19 +1764,16 @@ "14975" ], "x-ms-correlation-request-id": [ - "03a8fb87-1487-43d3-af87-824e8b8c68dd" + "cb9d0fde-43aa-440f-a8e2-213dd5df20db" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233258Z:03a8fb87-1487-43d3-af87-824e8b8c68dd" + "NORTHEUROPE:20200807T004612Z:cb9d0fde-43aa-440f-a8e2-213dd5df20db" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:32:58 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1782,19 +1782,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1802,23 +1802,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:46:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5899e26d-0012-4d25-8822-ccb74b6633f4" + "37bf6d7d-ff44-4da4-b119-4264e2e59a5c" ], "request-id": [ - "5899e26d-0012-4d25-8822-ccb74b6633f4" + "37bf6d7d-ff44-4da4-b119-4264e2e59a5c" ], "elapsed-time": [ - "88" + "343" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1827,19 +1830,16 @@ "14974" ], "x-ms-correlation-request-id": [ - "54e0caee-af0d-40a7-bdff-b88414b1c888" + "62119286-8297-4dbe-ab9b-c1b8aed1869a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233328Z:54e0caee-af0d-40a7-bdff-b88414b1c888" + "NORTHEUROPE:20200807T004642Z:62119286-8297-4dbe-ab9b-c1b8aed1869a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:33:27 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1848,19 +1848,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1868,23 +1868,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:47:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2d79452b-b6d0-462d-a9d0-c419800e5e04" + "7b55ef5c-783a-4c8f-b63a-e628021595cc" ], "request-id": [ - "2d79452b-b6d0-462d-a9d0-c419800e5e04" + "7b55ef5c-783a-4c8f-b63a-e628021595cc" ], "elapsed-time": [ - "68" + "362" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1893,19 +1896,16 @@ "14973" ], "x-ms-correlation-request-id": [ - "de360441-dc58-4011-97e0-c09028101433" + "cb6889d7-d347-4133-9661-676af2f535ec" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233401Z:de360441-dc58-4011-97e0-c09028101433" + "NORTHEUROPE:20200807T004713Z:cb6889d7-d347-4133-9661-676af2f535ec" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:34:01 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1914,19 +1914,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1934,23 +1934,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:47:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7cb69219-e5a1-4fe7-a167-201d089a4984" + "ac2ff33e-b653-4bce-b23a-bb920025aff3" ], "request-id": [ - "7cb69219-e5a1-4fe7-a167-201d089a4984" + "ac2ff33e-b653-4bce-b23a-bb920025aff3" ], "elapsed-time": [ - "62" + "411" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1959,19 +1962,16 @@ "14972" ], "x-ms-correlation-request-id": [ - "e821be57-6d79-474d-8685-53c56a039ae3" + "5ae84847-7da7-49c8-bd18-062f960be9e4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233432Z:e821be57-6d79-474d-8685-53c56a039ae3" + "NORTHEUROPE:20200807T004743Z:5ae84847-7da7-49c8-bd18-062f960be9e4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:34:32 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1980,19 +1980,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2000,23 +2000,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:48:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5b23e925-c16b-47e6-9b36-e10f37c0707b" + "0bdc16b9-c4cc-4e21-ab70-3fa8fb419bf8" ], "request-id": [ - "5b23e925-c16b-47e6-9b36-e10f37c0707b" + "0bdc16b9-c4cc-4e21-ab70-3fa8fb419bf8" ], "elapsed-time": [ - "1298" + "312" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2025,19 +2028,16 @@ "14971" ], "x-ms-correlation-request-id": [ - "41b728cf-3b27-480a-889a-fbb3989a0eff" + "aa581d22-5898-4823-8953-854399030d98" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233503Z:41b728cf-3b27-480a-889a-fbb3989a0eff" + "NORTHEUROPE:20200807T004816Z:aa581d22-5898-4823-8953-854399030d98" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:35:02 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2046,19 +2046,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2066,110 +2066,44 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ed8ee5bc-ce2e-4c9a-b64c-fea63d1f5bf8" - ], - "request-id": [ - "ed8ee5bc-ce2e-4c9a-b64c-fea63d1f5bf8" - ], - "elapsed-time": [ - "74" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-correlation-request-id": [ - "87ece6cd-baf1-42b0-aff5-85552b3ab36f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233534Z:87ece6cd-baf1-42b0-aff5-85552b3ab36f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 23:35:34 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Fri, 07 Aug 2020 00:48:46 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "03e337a2-8496-4092-a538-d0f6343baa90" + "204381e0-0889-4cfd-8581-4c434d94168c" ], "request-id": [ - "03e337a2-8496-4092-a538-d0f6343baa90" + "204381e0-0889-4cfd-8581-4c434d94168c" ], "elapsed-time": [ - "66" + "396" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" + "14970" ], "x-ms-correlation-request-id": [ - "2013e6a2-40af-4c1c-881e-4992e461ffa7" + "05146b2a-4c6c-413e-bdd0-0c37cc13dfaa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233604Z:2013e6a2-40af-4c1c-881e-4992e461ffa7" + "NORTHEUROPE:20200807T004846Z:05146b2a-4c6c-413e-bdd0-0c37cc13dfaa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:36:03 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2178,19 +2112,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2198,110 +2132,44 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ea646703-1e60-4b34-a0cd-c5e05b8f0ca2" - ], - "request-id": [ - "ea646703-1e60-4b34-a0cd-c5e05b8f0ca2" - ], - "elapsed-time": [ - "61" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-correlation-request-id": [ - "f93a7832-eabb-4e5a-bc2f-70433e399cca" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233634Z:f93a7832-eabb-4e5a-bc2f-70433e399cca" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 23:36:34 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Fri, 07 Aug 2020 00:49:16 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "908acfdf-82ac-49fa-8a62-8143a175598e" + "a0bfd084-1ceb-4e49-8200-9b321d04b06c" ], "request-id": [ - "908acfdf-82ac-49fa-8a62-8143a175598e" + "a0bfd084-1ceb-4e49-8200-9b321d04b06c" ], "elapsed-time": [ - "125" + "375" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" + "14969" ], "x-ms-correlation-request-id": [ - "d66ece5a-4ea6-42e7-a95a-cf0a124030b6" + "b3f06485-cd2d-4866-8205-90e38e033f64" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233705Z:d66ece5a-4ea6-42e7-a95a-cf0a124030b6" + "NORTHEUROPE:20200807T004917Z:b3f06485-cd2d-4866-8205-90e38e033f64" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:05 GMT" - ], "Content-Length": [ - "533" + "532" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2310,25 +2178,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e19c4a6-96dc-40e9-9079-6adb17fe0c89" + "ec6fdd29-b9e8-4d47-a9cc-74444f922b1d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2336,17 +2204,20 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:49:20 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "1e19c4a6-96dc-40e9-9079-6adb17fe0c89" + "ec6fdd29-b9e8-4d47-a9cc-74444f922b1d" ], "request-id": [ - "1e19c4a6-96dc-40e9-9079-6adb17fe0c89" + "ec6fdd29-b9e8-4d47-a9cc-74444f922b1d" ], "elapsed-time": [ - "843" + "895" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2355,22 +2226,19 @@ "14999" ], "x-ms-correlation-request-id": [ - "1bc947bf-5bbd-46c7-9965-08cb3f4324ae" + "a89cc0e2-e9db-4792-abe7-3d8fa243623f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233708Z:1bc947bf-5bbd-46c7-9965-08cb3f4324ae" + "NORTHEUROPE:20200807T004921Z:a89cc0e2-e9db-4792-abe7-3d8fa243623f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:08 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2379,10 +2247,10 @@ ], "Names": { "GenerateName": [ - "azsmnet3387" + "azsmnet431" ], "GenerateServiceName": [ - "azs-2879" + "azs-1665" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/DeleteServiceIsIdempotent.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/DeleteServiceIsIdempotent.json index 118f0f6d21d4..e8720ae9d1cb 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/DeleteServiceIsIdempotent.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/DeleteServiceIsIdempotent.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ad971081-5b63-4b1f-b42e-26c508d07dc8" + "8e49b443-e5dd-43e6-b6e1-1493a340be57" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:42:09 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "775deb35-a8c8-4e00-a57f-67a109ebb5c9" + "f51ad20d-7096-4013-9f7a-b09f05256a51" ], "x-ms-correlation-request-id": [ - "775deb35-a8c8-4e00-a57f-67a109ebb5c9" + "f51ad20d-7096-4013-9f7a-b09f05256a51" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214452Z:775deb35-a8c8-4e00-a57f-67a109ebb5c9" + "NORTHEUROPE:20200806T224210Z:f51ad20d-7096-4013-9f7a-b09f05256a51" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:44:52 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5344?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MzQ0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1040?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMDQwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d70c71f2-7b3f-4059-b619-d14cf3897143" + "bc3d21bb-040b-43b7-9527-971030eccdf3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:42:11 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "862c2c12-7c84-46ed-a0f1-3fcfe5613319" + "4f8c3d19-f7c8-4392-920b-f3507a0fef94" ], "x-ms-correlation-request-id": [ - "862c2c12-7c84-46ed-a0f1-3fcfe5613319" + "4f8c3d19-f7c8-4392-920b-f3507a0fef94" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214453Z:862c2c12-7c84-46ed-a0f1-3fcfe5613319" + "NORTHEUROPE:20200806T224211Z:4f8c3d19-f7c8-4392-920b-f3507a0fef94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:44:53 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5344\",\r\n \"name\": \"azsmnet5344\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1040\",\r\n \"name\": \"azsmnet1040\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5344/providers/Microsoft.Search/searchServices/azs-1484?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MzQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDg0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1040/providers/Microsoft.Search/searchServices/azs-6274?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Mjc0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d1b8295b-edc1-4df8-9aef-055520da3900" + "cb922fe5-6816-4180-b08f-07766464da4f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,20 +155,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:42:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A44%3A58.0222086Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A17.1741503Z'\"" ], "x-ms-request-id": [ - "d1b8295b-edc1-4df8-9aef-055520da3900" + "cb922fe5-6816-4180-b08f-07766464da4f" ], "request-id": [ - "d1b8295b-edc1-4df8-9aef-055520da3900" + "cb922fe5-6816-4180-b08f-07766464da4f" ], "elapsed-time": [ - "936" + "1412" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,17 +180,14 @@ "1199" ], "x-ms-correlation-request-id": [ - "e0a195e9-a2d0-4ba4-ad20-48d9c3d2d49a" + "9959a635-bcc8-4353-b6f8-35dab4fcce0c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214458Z:e0a195e9-a2d0-4ba4-ad20-48d9c3d2d49a" + "NORTHEUROPE:20200806T224218Z:9959a635-bcc8-4353-b6f8-35dab4fcce0c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:44:58 GMT" - ], "Content-Length": [ "529" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5344/providers/Microsoft.Search/searchServices/azs-1484\",\r\n \"name\": \"azs-1484\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1040/providers/Microsoft.Search/searchServices/azs-6274\",\r\n \"name\": \"azs-6274\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5344/providers/Microsoft.Search/searchServices/azs-1484?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MzQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDg0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1040/providers/Microsoft.Search/searchServices/azs-6274?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Mjc0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "304cf103-6a97-4314-990f-0f1923777fd0" + "e7bfb523-4690-4703-89ba-ac636bbb04af" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,17 +224,20 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:42:20 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "304cf103-6a97-4314-990f-0f1923777fd0" + "e7bfb523-4690-4703-89ba-ac636bbb04af" ], "request-id": [ - "304cf103-6a97-4314-990f-0f1923777fd0" + "e7bfb523-4690-4703-89ba-ac636bbb04af" ], "elapsed-time": [ - "672" + "637" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -243,43 +246,40 @@ "14999" ], "x-ms-correlation-request-id": [ - "f9eff242-236c-4e24-8b1d-a35e4eba8e93" + "c1640c87-a819-457e-a42e-72012cd9e25a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214501Z:f9eff242-236c-4e24-8b1d-a35e4eba8e93" + "NORTHEUROPE:20200806T224221Z:c1640c87-a819-457e-a42e-72012cd9e25a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:45:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5344/providers/Microsoft.Search/searchServices/azs-1484?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MzQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDg0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1040/providers/Microsoft.Search/searchServices/azs-6274?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Mjc0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e5437e0-a468-42a7-823a-0267902cfed0" + "b117a789-cb33-4f58-938b-6d175456b26e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -287,6 +287,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:42:22 GMT" + ], "Pragma": [ "no-cache" ], @@ -294,13 +297,13 @@ "14998" ], "x-ms-request-id": [ - "58c00b7c-622f-4ef5-a9b3-ef2b8ffe35bb" + "0f64e574-0b7f-45db-9989-7f6b768a2f2d" ], "x-ms-correlation-request-id": [ - "58c00b7c-622f-4ef5-a9b3-ef2b8ffe35bb" + "0f64e574-0b7f-45db-9989-7f6b768a2f2d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214501Z:58c00b7c-622f-4ef5-a9b3-ef2b8ffe35bb" + "NORTHEUROPE:20200806T224221Z:0f64e574-0b7f-45db-9989-7f6b768a2f2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -308,9 +311,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:45:01 GMT" - ], "Expires": [ "-1" ] @@ -321,10 +321,10 @@ ], "Names": { "GenerateName": [ - "azsmnet5344" + "azsmnet1040" ], "GenerateServiceName": [ - "azs-1484" + "azs-6274" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/UpdateServiceWithInvalidNameGivesNotFound.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/UpdateServiceWithInvalidNameGivesNotFound.json index a4cf4e72c566..0add461a756e 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/UpdateServiceWithInvalidNameGivesNotFound.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/UpdateServiceWithInvalidNameGivesNotFound.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5431ee4a-e2e7-4a49-bf5e-469266442ac0" + "02a6f7c3-ffc7-46af-b7d2-1e3175c1816a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:49:42 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1198" ], "x-ms-request-id": [ - "b6b68954-bdc7-44e3-b2c3-f11754b6796d" + "c4a59f69-1b60-41e8-8778-21d131047de0" ], "x-ms-correlation-request-id": [ - "b6b68954-bdc7-44e3-b2c3-f11754b6796d" + "c4a59f69-1b60-41e8-8778-21d131047de0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233726Z:b6b68954-bdc7-44e3-b2c3-f11754b6796d" + "NORTHEUROPE:20200807T004943Z:c4a59f69-1b60-41e8-8778-21d131047de0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:25 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7748?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NzQ4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3771?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNzcxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0915fa3f-d380-4b8c-b703-38df5c88e608" + "d232675d-6664-44fb-8bca-c8e0ba184a7a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:49:43 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1198" ], "x-ms-request-id": [ - "a76481b8-af8b-4c02-bba3-96f5d8622f36" + "bda0d76d-4af0-4dbd-ab89-1622cbd1609f" ], "x-ms-correlation-request-id": [ - "a76481b8-af8b-4c02-bba3-96f5d8622f36" + "bda0d76d-4af0-4dbd-ab89-1622cbd1609f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233727Z:a76481b8-af8b-4c02-bba3-96f5d8622f36" + "NORTHEUROPE:20200807T004944Z:bda0d76d-4af0-4dbd-ab89-1622cbd1609f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:26 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7748\",\r\n \"name\": \"azsmnet7748\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3771\",\r\n \"name\": \"azsmnet3771\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7748/providers/Microsoft.Search/searchServices/missing?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL21pc3Npbmc/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3771/providers/Microsoft.Search/searchServices/missing?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL21pc3Npbmc/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{}", "RequestHeaders": { "x-ms-client-request-id": [ - "193ad1fb-93e2-4733-adbd-a7f45d7cdd99" + "7b8183e0-08be-4de8-a57a-37f43aa7248e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,6 +155,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:49:45 GMT" + ], "Pragma": [ "no-cache" ], @@ -162,13 +165,13 @@ "gateway" ], "x-ms-request-id": [ - "1966824b-9940-4fd0-8b74-09328b11853d" + "402796ed-bd31-46ce-9edf-e5bdc2fa1c7d" ], "x-ms-correlation-request-id": [ - "1966824b-9940-4fd0-8b74-09328b11853d" + "402796ed-bd31-46ce-9edf-e5bdc2fa1c7d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233728Z:1966824b-9940-4fd0-8b74-09328b11853d" + "NORTHEUROPE:20200807T004946Z:402796ed-bd31-46ce-9edf-e5bdc2fa1c7d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -176,26 +179,23 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:28 GMT" + "Content-Length": [ + "222" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "154" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Search/searchServices/missing' under resource group 'azsmnet7748' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Search/searchServices/missing' under resource group 'azsmnet3771' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 } ], "Names": { "GenerateName": [ - "azsmnet7748" + "azsmnet3771" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/UpdatingImmutablePropertiesThrowsCloudException.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/UpdatingImmutablePropertiesThrowsCloudException.json index a47dd7fc22b2..dc574931cbf4 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/UpdatingImmutablePropertiesThrowsCloudException.json +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SearchServiceTests/UpdatingImmutablePropertiesThrowsCloudException.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aef1cec4-4578-46ac-b875-01d29c54ca0a" + "22d725cb-97fb-4a0b-b4de-126abd29d63f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:36 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "c31cc2f3-e101-4282-831b-fd6ed5798d15" + "fcd2a973-41b7-447e-ba6d-4bf9a6644f13" ], "x-ms-correlation-request-id": [ - "c31cc2f3-e101-4282-831b-fd6ed5798d15" + "fcd2a973-41b7-447e-ba6d-4bf9a6644f13" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233815Z:c31cc2f3-e101-4282-831b-fd6ed5798d15" + "NORTHEUROPE:20200807T005036Z:fcd2a973-41b7-447e-ba6d-4bf9a6644f13" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:38:14 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2955?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyOTU1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7725?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NzI1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e82f3fb8-854f-459b-9665-e09077fc5d5e" + "9edcc127-d170-4524-b47f-b2c7275be2a0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:37 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "e7839f6b-0bb7-4dbc-b4b5-c4b86ebb9875" + "5dbc1074-5aeb-4c96-aa70-bcb9afaca7e5" ], "x-ms-correlation-request-id": [ - "e7839f6b-0bb7-4dbc-b4b5-c4b86ebb9875" + "5dbc1074-5aeb-4c96-aa70-bcb9afaca7e5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233816Z:e7839f6b-0bb7-4dbc-b4b5-c4b86ebb9875" + "NORTHEUROPE:20200807T005038Z:5dbc1074-5aeb-4c96-aa70-bcb9afaca7e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:38:16 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2955\",\r\n \"name\": \"azsmnet2955\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7725\",\r\n \"name\": \"azsmnet7725\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2955/providers/Microsoft.Search/searchServices/azs-7851?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODUxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7725/providers/Microsoft.Search/searchServices/azs-7507?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7b0085e8-2970-49f2-83c1-5d53e471be33" + "7ab1b131-a4b5-4c39-9bcb-94cb5859ed58" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,20 +155,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A38%3A20.3120766Z'\"" + "W/\"datetime'2020-08-07T00%3A50%3A43.5606932Z'\"" ], "x-ms-request-id": [ - "7b0085e8-2970-49f2-83c1-5d53e471be33" + "7ab1b131-a4b5-4c39-9bcb-94cb5859ed58" ], "request-id": [ - "7b0085e8-2970-49f2-83c1-5d53e471be33" + "7ab1b131-a4b5-4c39-9bcb-94cb5859ed58" ], "elapsed-time": [ - "887" + "1484" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,17 +180,14 @@ "1199" ], "x-ms-correlation-request-id": [ - "cb948096-9846-4979-a316-2510db63c087" + "00240737-731b-4831-90c9-bd98110d9d3d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233821Z:cb948096-9846-4979-a316-2510db63c087" + "NORTHEUROPE:20200807T005044Z:00240737-731b-4831-90c9-bd98110d9d3d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:38:20 GMT" - ], "Content-Length": [ "529" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2955/providers/Microsoft.Search/searchServices/azs-7851\",\r\n \"name\": \"azs-7851\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7725/providers/Microsoft.Search/searchServices/azs-7507\",\r\n \"name\": \"azs-7507\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2955/providers/Microsoft.Search/searchServices/azs-7851?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODUxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7725/providers/Microsoft.Search/searchServices/azs-7507?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"hostingMode\": \"highDensity\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4dc1002d-f855-4393-a7ef-e7df1e10a537" + "ff739a1a-a1b0-4f7a-9faa-4e937cb8cebe" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -230,17 +230,20 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:44 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "4dc1002d-f855-4393-a7ef-e7df1e10a537" + "ff739a1a-a1b0-4f7a-9faa-4e937cb8cebe" ], "request-id": [ - "4dc1002d-f855-4393-a7ef-e7df1e10a537" + "ff739a1a-a1b0-4f7a-9faa-4e937cb8cebe" ], "elapsed-time": [ - "62" + "80" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -249,17 +252,14 @@ "1198" ], "x-ms-correlation-request-id": [ - "cb03be86-b7ed-4245-89c6-a0d482d753ed" + "0840f5a7-cdaa-4ad6-a46c-ec96f64dae3a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233821Z:cb03be86-b7ed-4245-89c6-a0d482d753ed" + "NORTHEUROPE:20200807T005045Z:0840f5a7-cdaa-4ad6-a46c-ec96f64dae3a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:38:21 GMT" - ], "Content-Length": [ "139" ], @@ -277,21 +277,21 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2955/providers/Microsoft.Search/searchServices/azs-7851?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODUxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7725/providers/Microsoft.Search/searchServices/azs-7507?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"location\": \"East US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9342cfcd-3f63-47bc-b3a2-201f717ef3e1" + "7589a216-e3ca-41c7-ad68-91fdad2144d2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -305,23 +305,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A38%3A22.0542943Z'\"" + "W/\"datetime'2020-08-07T00%3A50%3A45.7372207Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9342cfcd-3f63-47bc-b3a2-201f717ef3e1" + "7589a216-e3ca-41c7-ad68-91fdad2144d2" ], "request-id": [ - "9342cfcd-3f63-47bc-b3a2-201f717ef3e1" + "7589a216-e3ca-41c7-ad68-91fdad2144d2" ], "elapsed-time": [ - "207" + "500" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -330,17 +333,14 @@ "1197" ], "x-ms-correlation-request-id": [ - "5c10d9c1-f3cc-42f1-ba44-b0a365f8670b" + "04ffaf3f-319e-47db-aadb-41eaf62d4d78" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233822Z:5c10d9c1-f3cc-42f1-ba44-b0a365f8670b" + "NORTHEUROPE:20200807T005046Z:04ffaf3f-319e-47db-aadb-41eaf62d4d78" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:38:21 GMT" - ], "Content-Length": [ "529" ], @@ -351,25 +351,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2955/providers/Microsoft.Search/searchServices/azs-7851\",\r\n \"name\": \"azs-7851\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7725/providers/Microsoft.Search/searchServices/azs-7507\",\r\n \"name\": \"azs-7507\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2955/providers/Microsoft.Search/searchServices/azs-7851?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODUxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7725/providers/Microsoft.Search/searchServices/azs-7507?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0dc40cbe-7f7e-4dba-a03b-1ff80e59894d" + "ddb9302f-d3b3-491c-b611-c2c68b45a1e8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -383,17 +383,20 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:46 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "0dc40cbe-7f7e-4dba-a03b-1ff80e59894d" + "ddb9302f-d3b3-491c-b611-c2c68b45a1e8" ], "request-id": [ - "0dc40cbe-7f7e-4dba-a03b-1ff80e59894d" + "ddb9302f-d3b3-491c-b611-c2c68b45a1e8" ], "elapsed-time": [ - "61" + "87" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -402,17 +405,14 @@ "1196" ], "x-ms-correlation-request-id": [ - "65bb0967-0f56-4081-a727-4fb552d5df36" + "4df6d385-3ce9-48d0-a03e-b9ca40cf9879" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233822Z:65bb0967-0f56-4081-a727-4fb552d5df36" + "NORTHEUROPE:20200807T005047Z:4df6d385-3ce9-48d0-a03e-b9ca40cf9879" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:38:22 GMT" - ], "Content-Length": [ "131" ], @@ -432,10 +432,10 @@ ], "Names": { "GenerateName": [ - "azsmnet2955" + "azsmnet7725" ], "GenerateServiceName": [ - "azs-7851" + "azs-7507" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SharedPrivateLinkResourceTests/CanPerformSharedPrivateLinkManagement.json b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SharedPrivateLinkResourceTests/CanPerformSharedPrivateLinkManagement.json new file mode 100644 index 000000000000..1d57e784d534 --- /dev/null +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/SessionRecords/SharedPrivateLinkResourceTests/CanPerformSharedPrivateLinkManagement.json @@ -0,0 +1,1137 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/providers/Microsoft.Search/register?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3JlZ2lzdGVyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cb334137-b547-4b03-9139-29f73319d553" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:15:43 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "b7bd2616-7ca7-4f73-88c5-2a86d7a81eec" + ], + "x-ms-correlation-request-id": [ + "b7bd2616-7ca7-4f73-88c5-2a86d7a81eec" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200808T001544Z:b7bd2616-7ca7-4f73-88c5-2a86d7a81eec" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "1820" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"408992c7-2af6-4ff1-92e3-65b73d2b5092\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourcegroups/azsmnet1186?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMTg2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f6cec437-e620-4e42-b23f-2c9a8579a154" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:15:44 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "9e74586f-ae0d-4643-b073-794afbb3aeac" + ], + "x-ms-correlation-request-id": [ + "9e74586f-ae0d-4643-b073-794afbb3aeac" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200808T001544Z:9e74586f-ae0d-4643-b073-794afbb3aeac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "175" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186\",\r\n \"name\": \"azsmnet1186\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/providers/Microsoft.Storage/register?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3d041cb9-62cf-4ca3-806c-81e35e2a6d2a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:15:46 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "2f3fb3ce-c121-4639-aca9-ee79ed3b4372" + ], + "x-ms-correlation-request-id": [ + "2f3fb3ce-c121-4639-aca9-ee79ed3b4372" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200808T001546Z:2f3fb3ce-c121-4639-aca9-ee79ed3b4372" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "12076" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n {\r\n \"applicationId\": \"e406a681-f3d4-42a8-90b6-c2b029497af1\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/asyncoperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/providers/Microsoft.Network/register?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "21871337-e08f-418b-8dbe-31b2a6971336" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:15:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-request-id": [ + "8788273e-d839-4d73-9011-83e307e39f33" + ], + "x-ms-correlation-request-id": [ + "8788273e-d839-4d73-9011-83e307e39f33" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200808T001547Z:8788273e-d839-4d73-9011-83e307e39f33" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "78282" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n },\r\n {\r\n \"applicationId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"roleDefinitionId\": \"d813ab6c-bfb7-413e-9462-005b21f0ce09\"\r\n },\r\n {\r\n \"applicationId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"roleDefinitionId\": \"8141843c-c51c-4c1e-a5bf-0d351594b86c\"\r\n },\r\n {\r\n \"applicationId\": \"328fd23b-de6e-462c-9433-e207470a5727\",\r\n \"roleDefinitionId\": \"79e29e06-4056-41e5-a6b2-959f1f47747e\"\r\n },\r\n {\r\n \"applicationId\": \"6d057c82-a784-47ae-8d12-ca7b38cf06b4\",\r\n \"roleDefinitionId\": \"c27dd31e-c1e5-4ab0-93e1-a12ba34f182e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"natGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Germany West Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Brazil South\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Germany West Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Brazil South\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpointRedirectMaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkIntentPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPPrefixes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Germany West Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Brazil South\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ddosCustomPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/flowLogs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/pingMeshes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Germany West Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Brazil South\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceTags\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availablePrivateEndpointTypes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableServiceAliases\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkPrivateLinkServiceVisibility\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/autoApprovedPrivateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchValidatePrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchNotifyPrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDnsResourceReference\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"internalNotify\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/virtualNetworkLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZonesInternal\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableServerVariables\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableRequestHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableResponseHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnServerConfigurations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"p2sVpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"firewallPolicies\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ipGroups\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"securityPartnerProviders\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewalls\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Germany West Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Brazil South\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewallFqdnTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkTaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkProfiles\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkFrontdoorNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-10-01\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/bareMetalTenants\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"bastionHosts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualRouters\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkVirtualAppliances\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ipAllocations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/commitInternalAzureNetworkManagerConfiguration\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkVirtualApplianceSkus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/lenses\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoors\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoors/frontendEndpoints\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-10-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkExperimentProfiles\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Storage/storageAccounts/azsstorage4247?api-version=2019-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvYXpzc3RvcmFnZTQyNDc/YXBpLXZlcnNpb249MjAxOS0wNi0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"eastus2euap\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ad44ba03-444d-4f12-89b5-f537e13a4eb5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/17.1.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "103" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:15:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/20851bcc-a992-491b-b556-59d774cc7155?monitor=true&api-version=2019-06-01" + ], + "Retry-After": [ + "17" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "20851bcc-a992-491b-b556-59d774cc7155" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "c0d97174-b28b-4983-b554-e5563a9a13d6" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200808T001549Z:c0d97174-b28b-4983-b554-e5563a9a13d6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/20851bcc-a992-491b-b556-59d774cc7155?monitor=true&api-version=2019-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzIwODUxYmNjLWE5OTItNDkxYi1iNTU2LTU5ZDc3NGNjNzE1NT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOS0wNi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/17.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:16:06 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "13f0406e-ed40-4e98-86cb-6b561e3b0010" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "75e833a1-732e-488c-a7c6-d72700da9f9f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200808T001606Z:75e833a1-732e-488c-a7c6-d72700da9f9f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "1256" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Storage/storageAccounts/azsstorage4247\",\r\n \"name\": \"azsstorage4247\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"privateEndpointConnections\": [],\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"keyType\": \"Account\",\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-08-08T00:15:49.1803344Z\"\r\n },\r\n \"blob\": {\r\n \"keyType\": \"Account\",\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-08-08T00:15:49.1803344Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-08-08T00:15:49.1178793Z\",\r\n \"primaryEndpoints\": {\r\n \"dfs\": \"https://azsstorage4247.dfs.core.windows.net/\",\r\n \"web\": \"https://azsstorage4247.z3.web.core.windows.net/\",\r\n \"blob\": \"https://azsstorage4247.blob.core.windows.net/\",\r\n \"queue\": \"https://azsstorage4247.queue.core.windows.net/\",\r\n \"table\": \"https://azsstorage4247.table.core.windows.net/\",\r\n \"file\": \"https://azsstorage4247.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Njg5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"location\": \"EastUS2EUAP\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "335ff895-4fe6-4a0c-83d8-96f15f8e7127" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "146" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:16:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-08T00%3A16%3A26.1563976Z'\"" + ], + "x-ms-request-id": [ + "335ff895-4fe6-4a0c-83d8-96f15f8e7127" + ], + "request-id": [ + "335ff895-4fe6-4a0c-83d8-96f15f8e7127" + ], + "elapsed-time": [ + "1331" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "e827977e-1d24-412d-8593-7a815cd86fe3" + ], + "x-ms-routing-request-id": [ + "EASTUS2EUAP:20200808T001627Z:e827977e-1d24-412d-8593-7a815cd86fe3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "537" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689\",\r\n \"name\": \"azs-5689\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US 2 EUAP\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Njg5L3NoYXJlZFByaXZhdGVMaW5rUmVzb3VyY2VzL3BlLWF6c3N0b3JhZ2U0MjQ3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"privateLinkResourceId\": \"/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Storage/storageAccounts/azsstorage4247\",\r\n \"groupId\": \"blob\",\r\n \"requestMessage\": \"Approve me\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2dd15cb1-5d3e-48ac-a811-c51edaf0853e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "259" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:16:36 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247/operationStatuses/08586047610901768432?api-version=2020-08-01" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247/operationStatuses/08586047610901768432?api-version=2020-08-01" + ], + "x-ms-async-operation-timeout": [ + "P1DT23H59M" + ], + "x-ms-request-id": [ + "2dd15cb1-5d3e-48ac-a811-c51edaf0853e" + ], + "request-id": [ + "2dd15cb1-5d3e-48ac-a811-c51edaf0853e" + ], + "elapsed-time": [ + "1402" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-correlation-request-id": [ + "872d2b9d-9408-4eff-b4d1-d0a391d69849" + ], + "x-ms-routing-request-id": [ + "EASTUS2EUAP:20200808T001636Z:872d2b9d-9408-4eff-b4d1-d0a391d69849" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247/operationStatuses/08586047610901768432?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Njg5L3NoYXJlZFByaXZhdGVMaW5rUmVzb3VyY2VzL3BlLWF6c3N0b3JhZ2U0MjQ3L29wZXJhdGlvblN0YXR1c2VzLzA4NTg2MDQ3NjEwOTAxNzY4NDMyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:18:00 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "5b560562-1aa9-4978-99b8-ff7e1dce28ba" + ], + "request-id": [ + "5b560562-1aa9-4978-99b8-ff7e1dce28ba" + ], + "elapsed-time": [ + "215" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "cd0a1702-a7af-492a-b1cd-052484cbc6ed" + ], + "x-ms-routing-request-id": [ + "EASTUS2EUAP:20200808T001801Z:cd0a1702-a7af-492a-b1cd-052484cbc6ed" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "22" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Njg5L3NoYXJlZFByaXZhdGVMaW5rUmVzb3VyY2VzL3BlLWF6c3N0b3JhZ2U0MjQ3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:18:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "7bcab49a-c7b1-481b-bdda-33ee0c5965c9" + ], + "request-id": [ + "7bcab49a-c7b1-481b-bdda-33ee0c5965c9" + ], + "elapsed-time": [ + "544" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "a4e484db-cd3d-47e9-aeff-0b28e198b815" + ], + "x-ms-routing-request-id": [ + "EASTUS2EUAP:20200808T001802Z:a4e484db-cd3d-47e9-aeff-0b28e198b815" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "555" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"pe-azsstorage4247\",\r\n \"type\": \"Microsoft.Search/searchServices/sharedPrivateLinkResources\",\r\n \"id\": \"/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247\",\r\n \"properties\": {\r\n \"privateLinkResourceId\": \"/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Storage/storageAccounts/azsstorage4247\",\r\n \"groupId\": \"blob\",\r\n \"requestMessage\": \"Approve me\",\r\n \"status\": \"Pending\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Njg5L3NoYXJlZFByaXZhdGVMaW5rUmVzb3VyY2VzL3BlLWF6c3N0b3JhZ2U0MjQ3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a59ae24e-e219-4345-bc85-d35b8c36ba95" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:18:12 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "a59ae24e-e219-4345-bc85-d35b8c36ba95" + ], + "request-id": [ + "a59ae24e-e219-4345-bc85-d35b8c36ba95" + ], + "elapsed-time": [ + "521" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "0f57ea78-7088-4184-9946-cd8e6d3f2f3a" + ], + "x-ms-routing-request-id": [ + "EASTUS2EUAP:20200808T001812Z:0f57ea78-7088-4184-9946-cd8e6d3f2f3a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "555" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"pe-azsstorage4247\",\r\n \"type\": \"Microsoft.Search/searchServices/sharedPrivateLinkResources\",\r\n \"id\": \"/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247\",\r\n \"properties\": {\r\n \"privateLinkResourceId\": \"/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Storage/storageAccounts/azsstorage4247\",\r\n \"groupId\": \"blob\",\r\n \"requestMessage\": \"Approve me\",\r\n \"status\": \"Pending\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Njg5L3NoYXJlZFByaXZhdGVMaW5rUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9560a2ba-bc81-48d1-8f75-c81529d1a57e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:18:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "9560a2ba-bc81-48d1-8f75-c81529d1a57e" + ], + "request-id": [ + "9560a2ba-bc81-48d1-8f75-c81529d1a57e" + ], + "elapsed-time": [ + "439" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "94cb359b-7a71-444d-8e03-4a507f7c2ae5" + ], + "x-ms-routing-request-id": [ + "EASTUS2EUAP:20200808T001817Z:94cb359b-7a71-444d-8e03-4a507f7c2ae5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "583" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"pe-azsstorage4247\",\r\n \"type\": \"Microsoft.Search/searchServices/sharedPrivateLinkResources\",\r\n \"id\": \"/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247\",\r\n \"properties\": {\r\n \"privateLinkResourceId\": \"/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Storage/storageAccounts/azsstorage4247\",\r\n \"groupId\": \"blob\",\r\n \"requestMessage\": \"Approve me\",\r\n \"status\": \"Pending\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Njg5L3NoYXJlZFByaXZhdGVMaW5rUmVzb3VyY2VzL3BlLWF6c3N0b3JhZ2U0MjQ3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "be9f6899-6fcb-4988-a234-8c8ee8c84697" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:18:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247/operationStatuses/9a8a03a8-cd39-4ccf-991b-aefd5935c2c8?api-version=2020-08-01" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247/operationStatuses/9a8a03a8-cd39-4ccf-991b-aefd5935c2c8?api-version=2020-08-01" + ], + "x-ms-async-operation-timeout": [ + "PT50M" + ], + "x-ms-request-id": [ + "be9f6899-6fcb-4988-a234-8c8ee8c84697" + ], + "request-id": [ + "be9f6899-6fcb-4988-a234-8c8ee8c84697" + ], + "elapsed-time": [ + "1161" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], + "x-ms-correlation-request-id": [ + "a3221724-f677-4ec6-aba6-c737433af72a" + ], + "x-ms-routing-request-id": [ + "EASTUS2EUAP:20200808T001827Z:a3221724-f677-4ec6-aba6-c737433af72a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247/operationStatuses/9a8a03a8-cd39-4ccf-991b-aefd5935c2c8?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Njg5L3NoYXJlZFByaXZhdGVMaW5rUmVzb3VyY2VzL3BlLWF6c3N0b3JhZ2U0MjQ3L29wZXJhdGlvblN0YXR1c2VzLzlhOGEwM2E4LWNkMzktNGNjZi05OTFiLWFlZmQ1OTM1YzJjOD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:20:55 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "505943a6-e21b-4032-9049-e4321f88e011" + ], + "request-id": [ + "505943a6-e21b-4032-9049-e4321f88e011" + ], + "elapsed-time": [ + "291" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "5dbaff86-583f-4696-ae5a-d265fd0d58c6" + ], + "x-ms-routing-request-id": [ + "EASTUS2EUAP:20200808T002055Z:5dbaff86-583f-4696-ae5a-d265fd0d58c6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "22" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247/operationStatuses/9a8a03a8-cd39-4ccf-991b-aefd5935c2c8?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Njg5L3NoYXJlZFByaXZhdGVMaW5rUmVzb3VyY2VzL3BlLWF6c3N0b3JhZ2U0MjQ3L29wZXJhdGlvblN0YXR1c2VzLzlhOGEwM2E4LWNkMzktNGNjZi05OTFiLWFlZmQ1OTM1YzJjOD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:20:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "4a37b784-115b-4f0b-9bff-b546c58145a2" + ], + "request-id": [ + "4a37b784-115b-4f0b-9bff-b546c58145a2" + ], + "elapsed-time": [ + "195" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "c0ceafd5-f666-496e-bd04-8a33908cdcfd" + ], + "x-ms-routing-request-id": [ + "EASTUS2EUAP:20200808T002056Z:c0ceafd5-f666-496e-bd04-8a33908cdcfd" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "22" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Storage/storageAccounts/azsstorage4247?api-version=2019-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvYXpzc3RvcmFnZTQyNDc/YXBpLXZlcnNpb249MjAxOS0wNi0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "10bf2db4-1c1f-494a-b3d0-ce4d0a033096" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/17.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:21:19 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "c6dd656e-7d00-4a6e-a70b-c35aaa971553" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "a7b82a99-736a-45c6-aa4b-6f8506fc5918" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200808T002119Z:a7b82a99-736a-45c6-aa4b-6f8506fc5918" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Njg5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bb84f534-ca3d-4c36-bee7-38af9e30d698" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:21:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "bb84f534-ca3d-4c36-bee7-38af9e30d698" + ], + "request-id": [ + "bb84f534-ca3d-4c36-bee7-38af9e30d698" + ], + "elapsed-time": [ + "751" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "07ac039e-9eb1-491d-b3bd-258c3556ae82" + ], + "x-ms-routing-request-id": [ + "EASTUS2EUAP:20200808T002156Z:07ac039e-9eb1-491d-b3bd-258c3556ae82" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "GenerateName": [ + "azsmnet1186" + ], + "GenerateStorageAccountName": [ + "azsstorage4247" + ], + "GenerateServiceName": [ + "azs-5689" + ] + }, + "Variables": { + "SubscriptionId": "a4337210-c6b0-4de4-907a-688f1c120d9a" + } +} \ No newline at end of file diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/Tests/OperationsTests.cs b/sdk/search/Microsoft.Azure.Management.Search/tests/Tests/OperationsTests.cs index fbf73a7265e2..ba4adc7fc658 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/Tests/OperationsTests.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/Tests/OperationsTests.cs @@ -117,7 +117,35 @@ public void ListOperationsReturnsExpectedOperations() provider: "Microsoft Search", resource: "Private Endpoint Connection Proxy", operation: "Delete Private Endpoint Connection Proxy", - description: "Deletes an existing private endpoint connection proxy")) + description: "Deletes an existing private endpoint connection proxy")), + new Operation( + name: "Microsoft.Search/searchServices/sharedPrivateLinkResources/write", + display: new OperationDisplay( + provider: "Microsoft Search", + resource: "Shared Private Link Resource", + operation: "Create Shared Private Link Resource", + description: "Creates a new shared private link resource with the specified parameters or updates the properties for the specified shared private link resource")), + new Operation( + name: "Microsoft.Search/searchServices/sharedPrivateLinkResources/read", + display: new OperationDisplay( + provider: "Microsoft Search", + resource: "Shared Private Link Resource", + operation: "Get Shared Private Link Resource", + description: "Returns the list of shared private link resources or gets the properties for the specified shared private link resource")), + new Operation( + name: "Microsoft.Search/searchServices/sharedPrivateLinkResources/delete", + display: new OperationDisplay( + provider: "Microsoft Search", + resource: "Shared Private Link Resource", + operation: "Delete Shared Private Link Resource", + description: "Deletes an existing shared private link resource")), + new Operation( + name: "Microsoft.Search/searchServices/sharedPrivateLinkResources/operationStatuses/read", + display: new OperationDisplay( + provider: "Microsoft Search", + resource: "Shared Private Link Resource", + operation: "Get Operation Status", + description: "Get the details of a long running shared private link resource operation")) }; Operation[] actualOperations = searchMgmt.Operations.List().ToArray(); diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/Tests/SearchServiceTests.cs b/sdk/search/Microsoft.Azure.Management.Search/tests/Tests/SearchServiceTests.cs index f9b9a98ebab4..d167f4c08427 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/Tests/SearchServiceTests.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/Tests/SearchServiceTests.cs @@ -46,7 +46,7 @@ public void CanListServicesBySubscription() var services = searchMgmt.Services.ListBySubscription(); Assert.NotNull(services); - Assert.Equal(2, services.Count()); + Assert.Equal(2, services.Where(service => service.Name.StartsWith("azs-")).Count()); Assert.Contains(service1.Name, services.Select(s => s.Name)); Assert.Contains(service2.Name, services.Select(s => s.Name)); }); @@ -209,7 +209,7 @@ public void CanScaleServiceUpAndDown() searchMgmt.Services.Update( Data.ResourceGroupName, service.Name, - new SearchService() { ReplicaCount = 2, PartitionCount = 2 }); + new SearchServiceUpdate() { ReplicaCount = 2, PartitionCount = 2 }); service = WaitForProvisioningToComplete(searchMgmt, service); Assert.Equal(2, service.ReplicaCount); @@ -220,7 +220,7 @@ public void CanScaleServiceUpAndDown() searchMgmt.Services.Update( Data.ResourceGroupName, service.Name, - new SearchService() { ReplicaCount = 1, PartitionCount = 1 }); + new SearchServiceUpdate() { ReplicaCount = 1, PartitionCount = 1 }); service = WaitForProvisioningToComplete(searchMgmt, service); Assert.Equal(1, service.ReplicaCount); @@ -273,7 +273,7 @@ public void CanUpdateTags() searchMgmt.Services.Update( Data.ResourceGroupName, service.Name, - new SearchService() { Tags = testTags }); + new SearchServiceUpdate() { Tags = testTags }); Assert.Equal(testTags, service.Tags); @@ -284,7 +284,7 @@ public void CanUpdateTags() searchMgmt.Services.Update( Data.ResourceGroupName, service.Name, - new SearchService() { Tags = testTags }); + new SearchServiceUpdate() { Tags = testTags }); Assert.Equal(testTags, service.Tags); @@ -295,7 +295,7 @@ public void CanUpdateTags() searchMgmt.Services.Update( Data.ResourceGroupName, service.Name, - new SearchService() { Tags = testTags }); + new SearchServiceUpdate() { Tags = testTags }); Assert.Equal(testTags, service.Tags); }); @@ -314,7 +314,7 @@ public void UpdatingImmutablePropertiesThrowsCloudException() searchMgmt.Services.Update( Data.ResourceGroupName, service.Name, - new SearchService() { HostingMode = HostingMode.HighDensity })); + new SearchServiceUpdate() { HostingMode = HostingMode.HighDensity })); Assert.Equal("Updating HostingMode of an existing search service is not allowed.", e.Message); @@ -324,7 +324,7 @@ public void UpdatingImmutablePropertiesThrowsCloudException() searchMgmt.Services.Update( Data.ResourceGroupName, service.Name, - new SearchService() { Location = "East US" }); // We run live tests in West US. + new SearchServiceUpdate() { Location = "East US" }); // We run live tests in West US. Assert.Equal(service.Location, updatedService.Location); @@ -342,7 +342,7 @@ public void UpdatingImmutablePropertiesThrowsCloudException() searchMgmt.Services.Update( Data.ResourceGroupName, service.Name, - new SearchService() { Sku = new Sku(SkuName.Basic) })); + new SearchServiceUpdate() { Sku = new Sku(SkuName.Basic) })); Assert.Equal("Updating Sku of an existing search service is not allowed.", e.Message); }); @@ -378,7 +378,7 @@ public void UpdateServiceWithInvalidNameGivesNotFound() CloudException e = Assert.Throws(() => - searchMgmt.Services.Update(Data.ResourceGroupName, "missing", new SearchService())); + searchMgmt.Services.Update(Data.ResourceGroupName, "missing", new SearchServiceUpdate())); Assert.Equal(HttpStatusCode.NotFound, e.Response.StatusCode); }); @@ -422,8 +422,12 @@ public void CanAddAndRemoveServiceIdentity() Assert.Equal(IdentityType.None, service.Identity?.Type ?? IdentityType.None); // assign an identity of type 'SystemAssigned' - service.Identity = new Identity(IdentityType.SystemAssigned); - service = searchMgmt.Services.Update(Data.ResourceGroupName, service.Name, service); + var serviceUpdateWithIdentity = new SearchServiceUpdate + { + Identity = new Identity(IdentityType.SystemAssigned) + }; + + service = searchMgmt.Services.Update(Data.ResourceGroupName, service.Name, serviceUpdateWithIdentity); Assert.NotNull(service); Assert.NotNull(service.Identity); Assert.Equal(IdentityType.SystemAssigned, service.Identity.Type); @@ -435,8 +439,12 @@ public void CanAddAndRemoveServiceIdentity() Assert.NotNull(tenantId); // remove the identity by setting it's type to 'None' - service.Identity.Type = IdentityType.None; - service = searchMgmt.Services.Update(Data.ResourceGroupName, service.Name, service); + var serviceUpdateWithIdentityRemoved = new SearchServiceUpdate + { + Identity = new Identity(IdentityType.None) + }; + + service = searchMgmt.Services.Update(Data.ResourceGroupName, service.Name, serviceUpdateWithIdentityRemoved); Assert.NotNull(service); Assert.Equal(IdentityType.None, service.Identity?.Type ?? IdentityType.None); @@ -467,9 +475,13 @@ public void CannotCreateOrUpdateFreeServiceWithIdentity() Assert.Null(service.Identity); // try update the created service by defining an identity - service.Identity = new Identity(); + var serviceUpdate = new SearchServiceUpdate + { + Identity = new Identity() + }; + e = Assert.Throws(() => - searchMgmt.Services.Update(Data.ResourceGroupName, service.Name, service)); + searchMgmt.Services.Update(Data.ResourceGroupName, service.Name, serviceUpdate)); Assert.Equal("Resource identity is not supported for the selected SKU", e.Message); searchMgmt.Services.Delete(Data.ResourceGroupName, service.Name); @@ -486,6 +498,35 @@ public void CanCreateServiceInPrivateMode() }); } + [Fact] + public void CanListSupportedGroupIds() + { + Run(() => + { + SearchManagementClient searchMgmt = GetSearchManagementClient(); + SearchService service = CreateServiceForSku(searchMgmt, SkuName.Basic); + + WaitForProvisioningToComplete(searchMgmt, service); + + IList resources = + searchMgmt.PrivateLinkResources.ListSupported(Data.ResourceGroupName, service.Name).ToList(); + + Assert.NotNull(resources); + + Assert.Equal(1, resources.Count); + + PrivateLinkResource resource = resources.Single(); + + Assert.NotNull(resource.Id); + Assert.NotNull(resource.Properties.GroupId); + Assert.NotEmpty(resource.Properties.RequiredMembers); + Assert.NotEmpty(resource.Properties.RequiredZoneNames); + Assert.NotEmpty(resource.Properties.ShareablePrivateLinkResourceTypes); + + searchMgmt.Services.Delete(Data.ResourceGroupName, service.Name); + }); + } + private static void AssertServicesEqual(SearchService a, SearchService b) => Assert.Equal(a, b, new ModelComparer()); diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/Tests/SharedPrivateLinkResourceTests.cs b/sdk/search/Microsoft.Azure.Management.Search/tests/Tests/SharedPrivateLinkResourceTests.cs new file mode 100644 index 000000000000..f99c31203df2 --- /dev/null +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/Tests/SharedPrivateLinkResourceTests.cs @@ -0,0 +1,57 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. + +namespace Microsoft.Azure.Management.Search.Tests +{ + using Microsoft.Azure.Management.Search.Models; + using Microsoft.Azure.Search.Tests.Utilities; + using Xunit; + + public sealed class SharedPrivateLinkResourceTests : SearchTestBase + { + [Fact] + public void CanPerformSharedPrivateLinkManagement() + { + Run(() => + { + SearchManagementClient searchMgmt = GetSearchManagementClient(); + + SharedPrivateLinkResource resource = searchMgmt.SharedPrivateLinkResources.CreateOrUpdate( + Data.ResourceGroupName, + Data.ServiceName, + Data.SharedPrivateLinkResourceName, + new SharedPrivateLinkResource( + name: Data.SharedPrivateLinkResourceName, + properties: new SharedPrivateLinkResourceProperties( + privateLinkResourceId: Data.StorageAccountId, + groupId: Data.SharedPrivateLinkResourceGroupId, + requestMessage: Data.SharedPrivateLinkResourceRequestMessage))); + + Assert.NotNull(resource); + + resource = searchMgmt.SharedPrivateLinkResources.Get( + Data.ResourceGroupName, + Data.ServiceName, + Data.SharedPrivateLinkResourceName); + + Assert.EndsWith($"/sharedPrivateLinkResources/{Data.SharedPrivateLinkResourceName}", resource.Id); + Assert.Equal("Microsoft.Search/searchServices/sharedPrivateLinkResources", resource.Type); + Assert.Equal(SharedPrivateLinkResourceProvisioningState.Succeeded, resource.Properties.ProvisioningState); + Assert.Equal(SharedPrivateLinkResourceStatus.Pending, resource.Properties.Status); + + var resources = searchMgmt.SharedPrivateLinkResources.ListByService( + Data.ResourceGroupName, + Data.ServiceName); + + Assert.Single(resources); + + // shouldn't throw an exception + searchMgmt.SharedPrivateLinkResources.Delete( + Data.ResourceGroupName, + Data.ServiceName, + Data.SharedPrivateLinkResourceName); + }); + } + } +} \ No newline at end of file diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/Utilities/SearchTestUtilities.cs b/sdk/search/Microsoft.Azure.Management.Search/tests/Utilities/SearchTestUtilities.cs index 7e147be2328c..ab73452bd078 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/tests/Utilities/SearchTestUtilities.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/Utilities/SearchTestUtilities.cs @@ -20,6 +20,11 @@ public static string GenerateServiceName() return TestUtilities.GenerateName(prefix: "azs-"); } + public static string GenerateStorageAccountName() + { + return TestUtilities.GenerateName(prefix: "azsstorage"); + } + public static string GenerateName() { return TestUtilities.GenerateName(); diff --git a/sdk/search/Microsoft.Azure.Management.Search/tests/Utilities/SharedPrivateLinkResourceFixture.cs b/sdk/search/Microsoft.Azure.Management.Search/tests/Utilities/SharedPrivateLinkResourceFixture.cs new file mode 100644 index 000000000000..eff6a7e625e3 --- /dev/null +++ b/sdk/search/Microsoft.Azure.Management.Search/tests/Utilities/SharedPrivateLinkResourceFixture.cs @@ -0,0 +1,100 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. + +namespace Microsoft.Azure.Search.Tests.Utilities +{ + using Microsoft.Azure.Management.ResourceManager; + using Microsoft.Azure.Management.ResourceManager.Models; + using Microsoft.Azure.Management.Search; + using Microsoft.Azure.Management.Search.Models; + using Microsoft.Azure.Management.Storage; + using Microsoft.Azure.Management.Storage.Models; + using Microsoft.Rest.ClientRuntime.Azure.TestFramework; + using System; + using System.Collections.Generic; + using Xunit; + using Sku = Management.Storage.Models.Sku; + + public class SharedPrivateLinkResourceFixture : ResourceGroupFixture + { + public string SharedPrivateLinkResourceName => $"pe-{StorageAccountName}"; + + public string SharedPrivateLinkResourceGroupId => "blob"; + + public string SharedPrivateLinkResourceRequestMessage => "Approve me"; + + public string StorageAccountName { get; private set; } + + public string StorageAccountId { get; private set; } + + public string ServiceName { get; private set; } + + public MockContext MockContext { get; private set; } + + public override void Initialize(MockContext context) + { + base.Initialize(context); + + MockContext = context; + + ResourceManagementClient rmClient = context.GetServiceClient(); + + // Register subscription for storage and networking + Provider provider = rmClient.Providers.Register("Microsoft.Storage"); + Assert.NotNull(provider); + + provider = rmClient.Providers.Register("Microsoft.Network"); + Assert.NotNull(provider); + + StorageAccountName = SearchTestUtilities.GenerateStorageAccountName(); + + StorageManagementClient client = MockContext.GetServiceClient(); + + StorageAccount account = client.StorageAccounts.Create( + ResourceGroupName, + StorageAccountName, + new StorageAccountCreateParameters( + new Sku("Standard_LRS"), + kind: "StorageV2", + location: "eastus2euap")); + + Assert.NotNull(account); + StorageAccountId = account.Id; + + SearchManagementClient searchMgmt = context.GetServiceClient(); + + ServiceName = SearchTestUtilities.GenerateServiceName(); + SearchService service = DefineServiceWithSku(Management.Search.Models.SkuName.Basic); + searchMgmt.Services.CreateOrUpdate(ResourceGroupName, ServiceName, service); + } + + public override void Cleanup() + { + if (ResourceGroupName != null && StorageAccountName != null) + { + StorageManagementClient client = MockContext.GetServiceClient(); + client.StorageAccounts.Delete(ResourceGroupName, StorageAccountName); + } + + if (ResourceGroupName != null && ServiceName != null) + { + SearchManagementClient searchMgmt = MockContext.GetServiceClient(); + searchMgmt.Services.Delete(ResourceGroupName, ServiceName); + } + + base.Cleanup(); + } + + private SearchService DefineServiceWithSku(Management.Search.Models.SkuName sku) + { + return new SearchService() + { + Location = "EastUS2EUAP", + Sku = new Management.Search.Models.Sku() { Name = sku }, + ReplicaCount = 1, + PartitionCount = 1 + }; + } + } +} \ No newline at end of file diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/AdminKeyTests/CanGetAdminKeys.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/AdminKeyTests/CanGetAdminKeys.json index 81058696145f..7236406f5fd1 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/AdminKeyTests/CanGetAdminKeys.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/AdminKeyTests/CanGetAdminKeys.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c49301cc-aee2-4bcf-a828-bd969fabfd1c" + "af77dd63-2195-4526-b40b-443092b382dd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:37 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "11968216-2250-4a35-85ad-0d3f6d765f1d" + "c487d455-8c91-49f8-bf29-dc12b5977ded" ], "x-ms-correlation-request-id": [ - "11968216-2250-4a35-85ad-0d3f6d765f1d" + "c487d455-8c91-49f8-bf29-dc12b5977ded" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000133Z:11968216-2250-4a35-85ad-0d3f6d765f1d" + "NORTHEUROPE:20200808T050837Z:c487d455-8c91-49f8-bf29-dc12b5977ded" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:32 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7418?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NDE4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3050?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMDUwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "da0e5f08-09ab-4d20-9624-2b8f5d460b64" + "fd619d70-fa10-4281-b786-04cc94b2df32" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:38 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "29b99cbc-48b9-4f67-8fed-3753e33a7488" + "e4b47bfc-856b-4ca3-b413-e244481cdd79" ], "x-ms-correlation-request-id": [ - "29b99cbc-48b9-4f67-8fed-3753e33a7488" + "e4b47bfc-856b-4ca3-b413-e244481cdd79" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000133Z:29b99cbc-48b9-4f67-8fed-3753e33a7488" + "NORTHEUROPE:20200808T050839Z:e4b47bfc-856b-4ca3-b413-e244481cdd79" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:33 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7418\",\r\n \"name\": \"azsmnet7418\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3050\",\r\n \"name\": \"azsmnet3050\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7418/providers/Microsoft.Search/searchServices/azs-880?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ODA/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3050/providers/Microsoft.Search/searchServices/azs-9461?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDYxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5d62fd68-9125-49b6-b60d-b5de1eb17418" + "177b4bc6-70c2-4900-b5ed-71efa1d9fa17" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,41 +155,41 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A01%3A38.6197303Z'\"" + "W/\"datetime'2020-08-08T05%3A08%3A46.2235882Z'\"" ], "x-ms-request-id": [ - "5d62fd68-9125-49b6-b60d-b5de1eb17418" + "177b4bc6-70c2-4900-b5ed-71efa1d9fa17" ], "request-id": [ - "5d62fd68-9125-49b6-b60d-b5de1eb17418" + "177b4bc6-70c2-4900-b5ed-71efa1d9fa17" ], "elapsed-time": [ - "1859" + "4784" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "9362df59-04a0-459c-b495-c59109c042e7" + "bf714b3d-c94f-4f31-94ba-3cedc802c569" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000139Z:9362df59-04a0-459c-b495-c59109c042e7" + "NORTHEUROPE:20200808T050847Z:bf714b3d-c94f-4f31-94ba-3cedc802c569" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:38 GMT" - ], "Content-Length": [ - "527" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7418/providers/Microsoft.Search/searchServices/azs-880\",\r\n \"name\": \"azs-880\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3050/providers/Microsoft.Search/searchServices/azs-9461\",\r\n \"name\": \"azs-9461\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7418/providers/Microsoft.Search/searchServices/azs-880/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ODAvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3050/providers/Microsoft.Search/searchServices/azs-9461/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDYxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8bfacacf-3140-4f69-b9d9-8abbc47258a0" + "89fb48a6-9f3c-4f79-a589-4073cde0b28f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,6 +224,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:49 GMT" + ], "Pragma": [ "no-cache" ], @@ -231,32 +234,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8bfacacf-3140-4f69-b9d9-8abbc47258a0" + "89fb48a6-9f3c-4f79-a589-4073cde0b28f" ], "request-id": [ - "8bfacacf-3140-4f69-b9d9-8abbc47258a0" + "89fb48a6-9f3c-4f79-a589-4073cde0b28f" ], "elapsed-time": [ - "358" + "119" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "32affbc9-0dc4-4abb-82a5-b2743c57c2ff" + "7868567e-e961-49c4-ba62-c779dad21116" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000142Z:32affbc9-0dc4-4abb-82a5-b2743c57c2ff" + "NORTHEUROPE:20200808T050850Z:7868567e-e961-49c4-ba62-c779dad21116" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:41 GMT" - ], "Content-Length": [ "99" ], @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"422E1A237DF55E2B722BF5A13F59BFE2\",\r\n \"secondaryKey\": \"C069D21336F273A1111C9F9B00B7CC8F\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"229C666787C285C7C7ED92F625FE78B2\",\r\n \"secondaryKey\": \"3B917A563878279AEEC264298FF36F8D\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7418/providers/Microsoft.Search/searchServices/azs-880/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ODAvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3050/providers/Microsoft.Search/searchServices/azs-9461/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDYxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e9b13048-33bc-4dec-b1d2-17ef8b67caf1" + "5c349413-0059-48f1-8b14-f27344af709d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -293,6 +293,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:53 GMT" + ], "Pragma": [ "no-cache" ], @@ -300,32 +303,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e9b13048-33bc-4dec-b1d2-17ef8b67caf1" + "5c349413-0059-48f1-8b14-f27344af709d" ], "request-id": [ - "e9b13048-33bc-4dec-b1d2-17ef8b67caf1" + "5c349413-0059-48f1-8b14-f27344af709d" ], "elapsed-time": [ - "79" + "89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "c22718d8-a46e-47c0-b422-10b8ab330b8d" + "dffa4243-d9c2-44e4-b61c-ec76d26d7927" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000145Z:c22718d8-a46e-47c0-b422-10b8ab330b8d" + "NORTHEUROPE:20200808T050853Z:dffa4243-d9c2-44e4-b61c-ec76d26d7927" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:45 GMT" - ], "Content-Length": [ "99" ], @@ -336,25 +336,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"422E1A237DF55E2B722BF5A13F59BFE2\",\r\n \"secondaryKey\": \"C069D21336F273A1111C9F9B00B7CC8F\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"229C666787C285C7C7ED92F625FE78B2\",\r\n \"secondaryKey\": \"3B917A563878279AEEC264298FF36F8D\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7418/providers/Microsoft.Search/searchServices/azs-880/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ODAvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3050/providers/Microsoft.Search/searchServices/azs-9461/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDYxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1e65d2e-c790-4acf-82f0-107f00b4d5e1" + "47db8681-a189-4bcc-ba96-11ab98a08be2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -362,6 +362,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:50 GMT" + ], "Pragma": [ "no-cache" ], @@ -369,32 +372,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d1e65d2e-c790-4acf-82f0-107f00b4d5e1" + "47db8681-a189-4bcc-ba96-11ab98a08be2" ], "request-id": [ - "d1e65d2e-c790-4acf-82f0-107f00b4d5e1" + "47db8681-a189-4bcc-ba96-11ab98a08be2" ], "elapsed-time": [ - "399" + "114" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-correlation-request-id": [ - "3a3046b8-6585-41e6-a287-3f256e5a1adb" + "87fb379b-84c9-4ae0-bee5-41a66d44b5c4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000142Z:3a3046b8-6585-41e6-a287-3f256e5a1adb" + "NORTHEUROPE:20200808T050851Z:87fb379b-84c9-4ae0-bee5-41a66d44b5c4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:42 GMT" - ], "Content-Length": [ "82" ], @@ -405,25 +405,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"AF3C98C44DC1F503675DE538A8551A94\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D18CBA120775562553B7B3E2CD479969\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7418/providers/Microsoft.Search/searchServices/azs-880?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ODA/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3050/providers/Microsoft.Search/searchServices/azs-9461?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDYxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3f831ff4-ab0d-45a3-a870-ab745a03f986" + "5be665ff-e9c5-44d4-b302-f2076d6fc05b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -431,53 +431,44 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:09:03 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "3f831ff4-ab0d-45a3-a870-ab745a03f986" - ], - "request-id": [ - "3f831ff4-ab0d-45a3-a870-ab745a03f986" - ], - "elapsed-time": [ - "1318" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], + "x-ms-request-id": [ + "7637e79c-dfd8-431a-a12b-6b50a9106453" + ], "x-ms-correlation-request-id": [ - "43306d7c-0892-4760-b488-4876dd478e5d" + "7637e79c-dfd8-431a-a12b-6b50a9106453" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000151Z:43306d7c-0892-4760-b488-4876dd478e5d" + "NORTHEUROPE:20200808T050903Z:7637e79c-dfd8-431a-a12b-6b50a9106453" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:51 GMT" - ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7418" + "azsmnet3050" ], "GenerateServiceName": [ - "azs-880" + "azs-9461" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/AdminKeyTests/CanRegenerateAdminKeys.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/AdminKeyTests/CanRegenerateAdminKeys.json index 0e83c11e8ef1..896faccc657e 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/AdminKeyTests/CanRegenerateAdminKeys.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/AdminKeyTests/CanRegenerateAdminKeys.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "15de2fbc-0e22-423c-87ed-0aee3da7308a" + "76641dbc-17b5-4be2-8d62-fed7a32b378e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:07:59 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "887ca98e-d3b8-4dd3-8c9e-af2d2c39db22" + "05077326-3dc3-4244-91e2-d22b460c9016" ], "x-ms-correlation-request-id": [ - "887ca98e-d3b8-4dd3-8c9e-af2d2c39db22" + "05077326-3dc3-4244-91e2-d22b460c9016" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000107Z:887ca98e-d3b8-4dd3-8c9e-af2d2c39db22" + "NORTHEUROPE:20200808T050759Z:05077326-3dc3-4244-91e2-d22b460c9016" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:07 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5771?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NzcxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4348?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MzQ4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "402f0846-a901-4ae5-87ab-db18e48e1fe2" + "03b83b80-206d-406f-9af9-ba902a9df91c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:00 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "34dc31b2-a47f-46d8-8da1-ae26c60c1e74" + "4b00c697-61ff-4c72-838d-ec06eb4715cd" ], "x-ms-correlation-request-id": [ - "34dc31b2-a47f-46d8-8da1-ae26c60c1e74" + "4b00c697-61ff-4c72-838d-ec06eb4715cd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000108Z:34dc31b2-a47f-46d8-8da1-ae26c60c1e74" + "NORTHEUROPE:20200808T050801Z:4b00c697-61ff-4c72-838d-ec06eb4715cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:08 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5771\",\r\n \"name\": \"azsmnet5771\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4348\",\r\n \"name\": \"azsmnet4348\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5771/providers/Microsoft.Search/searchServices/azs-5907?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTA3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4348/providers/Microsoft.Search/searchServices/azs-6803?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODAzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bfe35131-d356-4e9c-8fc5-12cc61c355db" + "60f593d5-452b-4094-8a78-916be5e86f8e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,20 +155,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A01%3A14.6935987Z'\"" + "W/\"datetime'2020-08-08T05%3A08%3A10.0948244Z'\"" ], "x-ms-request-id": [ - "bfe35131-d356-4e9c-8fc5-12cc61c355db" + "60f593d5-452b-4094-8a78-916be5e86f8e" ], "request-id": [ - "bfe35131-d356-4e9c-8fc5-12cc61c355db" + "60f593d5-452b-4094-8a78-916be5e86f8e" ], "elapsed-time": [ - "3314" + "4038" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,17 +180,14 @@ "1199" ], "x-ms-correlation-request-id": [ - "7ce556e7-2440-42b0-a3bb-db4017cc4917" + "fb16acd9-0b59-4f34-9cc3-d89b2a00518f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000115Z:7ce556e7-2440-42b0-a3bb-db4017cc4917" + "NORTHEUROPE:20200808T050811Z:fb16acd9-0b59-4f34-9cc3-d89b2a00518f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:15 GMT" - ], "Content-Length": [ "529" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5771/providers/Microsoft.Search/searchServices/azs-5907\",\r\n \"name\": \"azs-5907\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4348/providers/Microsoft.Search/searchServices/azs-6803\",\r\n \"name\": \"azs-6803\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5771/providers/Microsoft.Search/searchServices/azs-5907/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTA3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4348/providers/Microsoft.Search/searchServices/azs-6803/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODAzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "88a8a560-f273-482a-a58d-d06d57d8a8e9" + "6b4abcf1-4f0d-4bf1-b853-50fc5b9ce13d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,6 +224,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:14 GMT" + ], "Pragma": [ "no-cache" ], @@ -231,13 +234,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "88a8a560-f273-482a-a58d-d06d57d8a8e9" + "6b4abcf1-4f0d-4bf1-b853-50fc5b9ce13d" ], "request-id": [ - "88a8a560-f273-482a-a58d-d06d57d8a8e9" + "6b4abcf1-4f0d-4bf1-b853-50fc5b9ce13d" ], "elapsed-time": [ - "93" + "99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -246,17 +249,14 @@ "1199" ], "x-ms-correlation-request-id": [ - "83a45f4e-fb36-41c1-847d-e5efb81f95d5" + "a567dd2a-bc55-45ac-a632-eed7da82ffd8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000118Z:83a45f4e-fb36-41c1-847d-e5efb81f95d5" + "NORTHEUROPE:20200808T050814Z:a567dd2a-bc55-45ac-a632-eed7da82ffd8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:18 GMT" - ], "Content-Length": [ "99" ], @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"4FB9D12DB3ABF37CD8E6A2B201AF0FC1\",\r\n \"secondaryKey\": \"DA4AC80DB664EDED0A4F37F8D0A4BD6C\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"8934755D40083A8A1278D89355F90CF9\",\r\n \"secondaryKey\": \"5712ECB938C2E22AF9E57A06B72A524F\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5771/providers/Microsoft.Search/searchServices/azs-5907/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTA3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4348/providers/Microsoft.Search/searchServices/azs-6803/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODAzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a777a923-0efb-492b-9991-6caafa7e3cf2" + "6ba2fc25-0223-454c-990f-9b3fc7cf20df" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -293,6 +293,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:17 GMT" + ], "Pragma": [ "no-cache" ], @@ -300,13 +303,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a777a923-0efb-492b-9991-6caafa7e3cf2" + "6ba2fc25-0223-454c-990f-9b3fc7cf20df" ], "request-id": [ - "a777a923-0efb-492b-9991-6caafa7e3cf2" + "6ba2fc25-0223-454c-990f-9b3fc7cf20df" ], "elapsed-time": [ - "82" + "113" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -315,17 +318,14 @@ "1199" ], "x-ms-correlation-request-id": [ - "2c2263dd-1b70-4e1e-966b-053264dc4e3e" + "167f8991-6013-4bbd-8e8e-8ce80a35e218" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000122Z:2c2263dd-1b70-4e1e-966b-053264dc4e3e" + "NORTHEUROPE:20200808T050817Z:167f8991-6013-4bbd-8e8e-8ce80a35e218" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:21 GMT" - ], "Content-Length": [ "99" ], @@ -336,25 +336,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"4FB9D12DB3ABF37CD8E6A2B201AF0FC1\",\r\n \"secondaryKey\": \"DA4AC80DB664EDED0A4F37F8D0A4BD6C\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"8934755D40083A8A1278D89355F90CF9\",\r\n \"secondaryKey\": \"5712ECB938C2E22AF9E57A06B72A524F\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5771/providers/Microsoft.Search/searchServices/azs-5907/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTA3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4348/providers/Microsoft.Search/searchServices/azs-6803/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODAzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "15caa4fc-b731-40b6-abb3-a787d93886e6" + "22a1fb8f-6890-4fc1-9382-0a373c2d24e2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -362,6 +362,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:15 GMT" + ], "Pragma": [ "no-cache" ], @@ -369,10 +372,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "15caa4fc-b731-40b6-abb3-a787d93886e6" + "22a1fb8f-6890-4fc1-9382-0a373c2d24e2" ], "request-id": [ - "15caa4fc-b731-40b6-abb3-a787d93886e6" + "22a1fb8f-6890-4fc1-9382-0a373c2d24e2" ], "elapsed-time": [ "107" @@ -384,17 +387,14 @@ "1198" ], "x-ms-correlation-request-id": [ - "b91f8b06-b833-4638-8ddf-7b18c526c452" + "1e192102-c11a-46d6-87ee-e51583543501" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000119Z:b91f8b06-b833-4638-8ddf-7b18c526c452" + "NORTHEUROPE:20200808T050815Z:1e192102-c11a-46d6-87ee-e51583543501" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:18 GMT" - ], "Content-Length": [ "82" ], @@ -405,25 +405,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"E7EBA412B7EFE33739AD2EAA48882EEC\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"31B8EFEBAED9AC812A35A0293284E601\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5771/providers/Microsoft.Search/searchServices/azs-5907/regenerateAdminKey/primary?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTA3L3JlZ2VuZXJhdGVBZG1pbktleS9wcmltYXJ5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4348/providers/Microsoft.Search/searchServices/azs-6803/regenerateAdminKey/primary?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODAzL3JlZ2VuZXJhdGVBZG1pbktleS9wcmltYXJ5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e14e70c4-47e8-47ef-a0af-267e086aca3d" + "7b927493-2967-4372-aeb7-0c0ca3e117dc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -431,6 +431,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:17 GMT" + ], "Pragma": [ "no-cache" ], @@ -438,13 +441,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e14e70c4-47e8-47ef-a0af-267e086aca3d" + "7b927493-2967-4372-aeb7-0c0ca3e117dc" ], "request-id": [ - "e14e70c4-47e8-47ef-a0af-267e086aca3d" + "7b927493-2967-4372-aeb7-0c0ca3e117dc" ], "elapsed-time": [ - "416" + "323" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -453,17 +456,14 @@ "1198" ], "x-ms-correlation-request-id": [ - "ef618ad3-8f1b-444c-805c-3efb7ebc3f46" + "f2c7c43b-7c35-447b-b046-7411821ed07b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000123Z:ef618ad3-8f1b-444c-805c-3efb7ebc3f46" + "NORTHEUROPE:20200808T050818Z:f2c7c43b-7c35-447b-b046-7411821ed07b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:22 GMT" - ], "Content-Length": [ "99" ], @@ -474,25 +474,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"F04EC7B7669AA110C55150606C9AACF4\",\r\n \"secondaryKey\": \"DA4AC80DB664EDED0A4F37F8D0A4BD6C\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"8F64AB339DBC57796D3BD341D5F042A4\",\r\n \"secondaryKey\": \"5712ECB938C2E22AF9E57A06B72A524F\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5771/providers/Microsoft.Search/searchServices/azs-5907/regenerateAdminKey/secondary?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTA3L3JlZ2VuZXJhdGVBZG1pbktleS9zZWNvbmRhcnk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4348/providers/Microsoft.Search/searchServices/azs-6803/regenerateAdminKey/secondary?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODAzL3JlZ2VuZXJhdGVBZG1pbktleS9zZWNvbmRhcnk/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8dc522eb-ef41-4176-93f7-c5b040c64713" + "6537ebaf-fa39-449c-902b-5c0db52bdcad" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -500,6 +500,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:18 GMT" + ], "Pragma": [ "no-cache" ], @@ -507,13 +510,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8dc522eb-ef41-4176-93f7-c5b040c64713" + "6537ebaf-fa39-449c-902b-5c0db52bdcad" ], "request-id": [ - "8dc522eb-ef41-4176-93f7-c5b040c64713" + "6537ebaf-fa39-449c-902b-5c0db52bdcad" ], "elapsed-time": [ - "231" + "248" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -522,17 +525,14 @@ "1197" ], "x-ms-correlation-request-id": [ - "aa228470-5f17-4bdb-a8bb-67c1c38b0ac1" + "25f83777-4cb6-490c-8f63-12f0baa3b6b9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000123Z:aa228470-5f17-4bdb-a8bb-67c1c38b0ac1" + "NORTHEUROPE:20200808T050818Z:25f83777-4cb6-490c-8f63-12f0baa3b6b9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:23 GMT" - ], "Content-Length": [ "99" ], @@ -543,25 +543,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"F04EC7B7669AA110C55150606C9AACF4\",\r\n \"secondaryKey\": \"BD1768D67A294EE4B29A6D31A9B85085\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"8F64AB339DBC57796D3BD341D5F042A4\",\r\n \"secondaryKey\": \"FEE56DBC6AD2454F8EDCC800C4E46EDA\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5771/providers/Microsoft.Search/searchServices/azs-5907?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTA3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4348/providers/Microsoft.Search/searchServices/azs-6803?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODAzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a9148362-dcf7-4a13-82ed-19405b8c652c" + "47f97aa5-5bf3-41a3-bdb4-63160f78286c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,53 +569,44 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:08:28 GMT" + ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], "x-ms-request-id": [ - "a9148362-dcf7-4a13-82ed-19405b8c652c" + "0603ec62-6492-43fd-9e33-7710ae6fbe71" ], - "request-id": [ - "a9148362-dcf7-4a13-82ed-19405b8c652c" + "x-ms-correlation-request-id": [ + "0603ec62-6492-43fd-9e33-7710ae6fbe71" ], - "elapsed-time": [ - "1272" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T050828Z:0603ec62-6492-43fd-9e33-7710ae6fbe71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" - ], - "x-ms-correlation-request-id": [ - "485274d0-e956-4b68-b0e6-7587f1203f19" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000127Z:485274d0-e956-4b68-b0e6-7587f1203f19" - ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:26 GMT" - ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5771" + "azsmnet4348" ], "GenerateServiceName": [ - "azs-5907" + "azs-6803" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/AddingCustomAnalyzerThrowsCloudExceptionByDefault.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/AddingCustomAnalyzerThrowsCloudExceptionByDefault.json index 0d2cf75056c0..aeaa499ac6d3 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/AddingCustomAnalyzerThrowsCloudExceptionByDefault.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/AddingCustomAnalyzerThrowsCloudExceptionByDefault.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8303310a-0099-40e1-b8c8-00ec05df2511" + "4f78a109-6885-406a-bcc4-ad925ca36125" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1191" ], "x-ms-request-id": [ - "d81e951a-40e1-4c3e-aef7-d5f271a1d2a2" + "3c2b5289-d21f-4fd8-b678-b1c5213ef775" ], "x-ms-correlation-request-id": [ - "d81e951a-40e1-4c3e-aef7-d5f271a1d2a2" + "3c2b5289-d21f-4fd8-b678-b1c5213ef775" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022900Z:d81e951a-40e1-4c3e-aef7-d5f271a1d2a2" + "NORTHEUROPE:20200808T105511Z:3c2b5289-d21f-4fd8-b678-b1c5213ef775" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:28:59 GMT" + "Sat, 08 Aug 2020 10:55:11 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2641?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNjQxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4408?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0NDA4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bef75726-2306-452c-8d05-253cb2963155" + "da67b7a7-6ca2-4201-ae7d-5702119a5375" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1194" ], "x-ms-request-id": [ - "c34fbe30-8e19-4da3-bee7-b354cd33630f" + "8d6be37d-d37a-4861-9f3e-cf77670e3e74" ], "x-ms-correlation-request-id": [ - "c34fbe30-8e19-4da3-bee7-b354cd33630f" + "8d6be37d-d37a-4861-9f3e-cf77670e3e74" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022900Z:c34fbe30-8e19-4da3-bee7-b354cd33630f" + "NORTHEUROPE:20200808T105512Z:8d6be37d-d37a-4861-9f3e-cf77670e3e74" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:29:00 GMT" + "Sat, 08 Aug 2020 10:55:12 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2641\",\r\n \"name\": \"azsmnet2641\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4408\",\r\n \"name\": \"azsmnet4408\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2641/providers/Microsoft.Search/searchServices/azs-4000?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MDAwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4408/providers/Microsoft.Search/searchServices/azs-3759?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzU5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "07f03371-ee43-4694-900d-89abff39768a" + "76bc6177-0de3-47e8-8f6e-b0c894ca2f0b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A29%3A05.6693847Z'\"" + "W/\"datetime'2020-08-08T10%3A55%3A17.6338693Z'\"" ], "x-ms-request-id": [ - "07f03371-ee43-4694-900d-89abff39768a" + "76bc6177-0de3-47e8-8f6e-b0c894ca2f0b" ], "request-id": [ - "07f03371-ee43-4694-900d-89abff39768a" + "76bc6177-0de3-47e8-8f6e-b0c894ca2f0b" ], "elapsed-time": [ - "1913" + "1788" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1194" ], "x-ms-correlation-request-id": [ - "518b40da-69ef-4024-a2f5-c76659e05b44" + "e12cb9ba-411c-4416-900c-fb6aec7a28ba" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022906Z:518b40da-69ef-4024-a2f5-c76659e05b44" + "NORTHEUROPE:20200808T105519Z:e12cb9ba-411c-4416-900c-fb6aec7a28ba" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:29:05 GMT" + "Sat, 08 Aug 2020 10:55:18 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2641/providers/Microsoft.Search/searchServices/azs-4000\",\r\n \"name\": \"azs-4000\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4408/providers/Microsoft.Search/searchServices/azs-3759\",\r\n \"name\": \"azs-3759\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2641/providers/Microsoft.Search/searchServices/azs-4000/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MDAwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4408/providers/Microsoft.Search/searchServices/azs-3759/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzU5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e957a016-bb81-4935-adda-aa0353594e1e" + "af8f8694-4e99-4a0c-a8ec-e385e16c0c18" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e957a016-bb81-4935-adda-aa0353594e1e" + "af8f8694-4e99-4a0c-a8ec-e385e16c0c18" ], "request-id": [ - "e957a016-bb81-4935-adda-aa0353594e1e" + "af8f8694-4e99-4a0c-a8ec-e385e16c0c18" ], "elapsed-time": [ - "657" + "139" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1192" ], "x-ms-correlation-request-id": [ - "dc38afe5-8146-4c49-ae47-eba4b7a51a9c" + "729db743-7194-4e27-9457-b1d4363c3861" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022909Z:dc38afe5-8146-4c49-ae47-eba4b7a51a9c" + "NORTHEUROPE:20200808T105521Z:729db743-7194-4e27-9457-b1d4363c3861" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:29:08 GMT" + "Sat, 08 Aug 2020 10:55:21 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"E05EFD40391129B9878998992C3C677A\",\r\n \"secondaryKey\": \"3EF7F08BC6E196BECED77457AE8239F2\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"04322A8BAC1E387243A93EE4EAE04A22\",\r\n \"secondaryKey\": \"F4DC7715A5C1350E6E4F8DD8E88FC842\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2641/providers/Microsoft.Search/searchServices/azs-4000/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MDAwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4408/providers/Microsoft.Search/searchServices/azs-3759/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzU5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b78bee2a-af9a-4c50-95ab-029383d49ecb" + "30ad5f31-b7bf-4906-9ec8-ee596fcd43a6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b78bee2a-af9a-4c50-95ab-029383d49ecb" + "30ad5f31-b7bf-4906-9ec8-ee596fcd43a6" ], "request-id": [ - "b78bee2a-af9a-4c50-95ab-029383d49ecb" + "30ad5f31-b7bf-4906-9ec8-ee596fcd43a6" ], "elapsed-time": [ - "97" + "105" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1191" ], "x-ms-correlation-request-id": [ - "bebda4c0-27f0-4b12-83c7-4712679e01d2" + "38f49488-870b-4d43-8b4e-f936aba5d0f1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022909Z:bebda4c0-27f0-4b12-83c7-4712679e01d2" + "NORTHEUROPE:20200808T105521Z:38f49488-870b-4d43-8b4e-f936aba5d0f1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:29:08 GMT" + "Sat, 08 Aug 2020 10:55:21 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"4A764409E770CF36D3068942EA2FDB25\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"4C143057F6C6A82ED0BA54B7DB5D33B1\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9940\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4575\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "e4f87727-318a-4962-8f3f-1d713bfda1af" + "e8ce3121-0a41-4da7-bf62-59a25124182c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E05EFD40391129B9878998992C3C677A" + "04322A8BAC1E387243A93EE4EAE04A22" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037812FAF179\"" + "W/\"0x8D83B898E23199B\"" ], "Location": [ - "https://azs-4000.search-dogfood.windows-int.net/indexes('azsmnet9940')?api-version=2019-05-06" + "https://azs-3759.search-dogfood.windows-int.net/indexes('azsmnet4575')?api-version=2019-05-06" ], "request-id": [ - "e4f87727-318a-4962-8f3f-1d713bfda1af" + "e8ce3121-0a41-4da7-bf62-59a25124182c" ], "elapsed-time": [ - "1298" + "1400" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:29:12 GMT" + "Sat, 08 Aug 2020 10:55:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4000.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037812FAF179\\\"\",\r\n \"name\": \"azsmnet9940\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3759.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B898E23199B\\\"\",\r\n \"name\": \"azsmnet4575\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9871\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"name\": \"a1\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8918\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"name\": \"a1\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8253cd1e-c473-43a0-91fd-39ed7aa214dc" + "e864705f-04b2-4521-97ba-3ebc1762df10" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E05EFD40391129B9878998992C3C677A" + "04322A8BAC1E387243A93EE4EAE04A22" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80378206EB0E3\"" + "W/\"0x8D83B899C223387\"" ], "Location": [ - "https://azs-4000.search-dogfood.windows-int.net/indexes('azsmnet9871')?api-version=2019-05-06" + "https://azs-3759.search-dogfood.windows-int.net/indexes('azsmnet8918')?api-version=2019-05-06" ], "request-id": [ - "8253cd1e-c473-43a0-91fd-39ed7aa214dc" + "e864705f-04b2-4521-97ba-3ebc1762df10" ], "elapsed-time": [ - "1235" + "1574" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:29:34 GMT" + "Sat, 08 Aug 2020 10:55:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "8280" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4000.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80378206EB0E3\\\"\",\r\n \"name\": \"azsmnet9871\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"name\": \"a1\",\r\n \"stopwords\": []\r\n }\r\n ],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3759.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B899C223387\\\"\",\r\n \"name\": \"azsmnet8918\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"name\": \"a1\",\r\n \"stopwords\": []\r\n }\r\n ],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet9871')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5ODcxJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8918')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4OTE4Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet9871\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"name\": \"a1\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"name\": \"a2\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8918\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"name\": \"a1\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"name\": \"a2\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "e45f6cca-660a-473b-bb32-3f6272e4b985" + "51e6896e-4d3d-47b3-9b12-66c6e7ab24f1" ], "Prefer": [ "return=representation" @@ -499,12 +499,12 @@ "en-US" ], "api-key": [ - "E05EFD40391129B9878998992C3C677A" + "04322A8BAC1E387243A93EE4EAE04A22" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "e45f6cca-660a-473b-bb32-3f6272e4b985" + "51e6896e-4d3d-47b3-9b12-66c6e7ab24f1" ], "elapsed-time": [ - "157" + "95" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:29:34 GMT" + "Sat, 08 Aug 2020 10:55:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -552,25 +552,25 @@ "669" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"An index with the name 'azsmnet9871' in service 'azs-4000' could not be updated. Index update not allowed because it would cause downtime. In order to add new analyzers, tokenizers, token filters, or character filters to an existing index, or modify its similarity settings, set the 'allowIndexDowntime' query parameter to 'true' in the index update request. Note that this operation will put your index offline for at least a few seconds, causing your indexing and query requests to fail. Performance and write availability of the index can be impaired for several minutes after the index is updated, or longer for very large indexes.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"An index with the name 'azsmnet8918' in service 'azs-3759' could not be updated. Index update not allowed because it would cause downtime. In order to add new analyzers, tokenizers, token filters, or character filters to an existing index, or modify its similarity settings, set the 'allowIndexDowntime' query parameter to 'true' in the index update request. Note that this operation will put your index offline for at least a few seconds, causing your indexing and query requests to fail. Performance and write availability of the index can be impaired for several minutes after the index is updated, or longer for very large indexes.\"\r\n }\r\n}", "StatusCode": 400 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2641/providers/Microsoft.Search/searchServices/azs-4000?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MDAwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4408/providers/Microsoft.Search/searchServices/azs-3759?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzU5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bc9b4cf3-2ff8-448c-8c23-0eb4bc63fa6d" + "1f835c65-1f8b-457c-8abb-d90d33c8e469" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -581,52 +581,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "bc9b4cf3-2ff8-448c-8c23-0eb4bc63fa6d" + "e5d43301-195a-4cbb-8b5e-639ec8743186" ], - "request-id": [ - "bc9b4cf3-2ff8-448c-8c23-0eb4bc63fa6d" + "x-ms-correlation-request-id": [ + "e5d43301-195a-4cbb-8b5e-639ec8743186" ], - "elapsed-time": [ - "826" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T105603Z:e5d43301-195a-4cbb-8b5e-639ec8743186" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14987" - ], - "x-ms-correlation-request-id": [ - "ee5ee0ad-d0c7-4e93-892a-f5a9a750cd52" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022939Z:ee5ee0ad-d0c7-4e93-892a-f5a9a750cd52" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:29:39 GMT" + "Sat, 08 Aug 2020 10:56:02 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2641", - "azsmnet9940", - "azsmnet9871" + "azsmnet4408", + "azsmnet4575", + "azsmnet8918" ], "GenerateServiceName": [ - "azs-4000" + "azs-3759" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanAddCustomAnalyzerWithIndexDowntime.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanAddCustomAnalyzerWithIndexDowntime.json index c2d6ea393440..2c6807c4ccb2 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanAddCustomAnalyzerWithIndexDowntime.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanAddCustomAnalyzerWithIndexDowntime.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8981e7e0-37d8-42eb-bf6e-2227ee70d564" + "bc234532-235e-4bfd-b42d-7f431d1b06b1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1186" ], "x-ms-request-id": [ - "19decf90-68c7-49d9-94ce-4bf3ce9eaa99" + "1056e047-4175-4622-aa70-20c109b286a9" ], "x-ms-correlation-request-id": [ - "19decf90-68c7-49d9-94ce-4bf3ce9eaa99" + "1056e047-4175-4622-aa70-20c109b286a9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022322Z:19decf90-68c7-49d9-94ce-4bf3ce9eaa99" + "NORTHEUROPE:20200808T104553Z:1056e047-4175-4622-aa70-20c109b286a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:23:21 GMT" + "Sat, 08 Aug 2020 10:45:53 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6009?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MDA5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7179?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MTc5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2a0b0c0f-631c-460e-973c-f379870ddb9a" + "b588be20-8127-4bfe-a7c8-a0cb763775a0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1190" ], "x-ms-request-id": [ - "39952a20-0552-4b0e-b465-044baa359acc" + "9ef36e93-93dc-4aca-a0f8-75bf72ca0bec" ], "x-ms-correlation-request-id": [ - "39952a20-0552-4b0e-b465-044baa359acc" + "9ef36e93-93dc-4aca-a0f8-75bf72ca0bec" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022323Z:39952a20-0552-4b0e-b465-044baa359acc" + "NORTHEUROPE:20200808T104555Z:9ef36e93-93dc-4aca-a0f8-75bf72ca0bec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:23:22 GMT" + "Sat, 08 Aug 2020 10:45:54 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6009\",\r\n \"name\": \"azsmnet6009\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7179\",\r\n \"name\": \"azsmnet7179\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6009/providers/Microsoft.Search/searchServices/azs-4545?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MDA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NTQ1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7179/providers/Microsoft.Search/searchServices/azs-6755?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzU1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "89919c2e-5eb6-4905-be68-8f1f0f95b6b7" + "55884f93-cb7c-4edd-b372-00700a58695f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A23%3A26.7640157Z'\"" + "W/\"datetime'2020-08-08T10%3A46%3A00.2283716Z'\"" ], "x-ms-request-id": [ - "89919c2e-5eb6-4905-be68-8f1f0f95b6b7" + "55884f93-cb7c-4edd-b372-00700a58695f" ], "request-id": [ - "89919c2e-5eb6-4905-be68-8f1f0f95b6b7" + "55884f93-cb7c-4edd-b372-00700a58695f" ], "elapsed-time": [ - "1229" + "1562" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1193" ], "x-ms-correlation-request-id": [ - "341ed166-ce0f-4bc0-b6c6-67643613691c" + "6f15dc70-a90a-4906-a79e-8778bf7134dc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022327Z:341ed166-ce0f-4bc0-b6c6-67643613691c" + "NORTHEUROPE:20200808T104601Z:6f15dc70-a90a-4906-a79e-8778bf7134dc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:23:27 GMT" + "Sat, 08 Aug 2020 10:46:01 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6009/providers/Microsoft.Search/searchServices/azs-4545\",\r\n \"name\": \"azs-4545\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7179/providers/Microsoft.Search/searchServices/azs-6755\",\r\n \"name\": \"azs-6755\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6009/providers/Microsoft.Search/searchServices/azs-4545/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MDA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NTQ1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7179/providers/Microsoft.Search/searchServices/azs-6755/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzU1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "565776bd-1cdf-4c45-8452-55cbdbb8e50c" + "b7c0b126-b11e-4a39-9930-1a274077c0aa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "565776bd-1cdf-4c45-8452-55cbdbb8e50c" + "b7c0b126-b11e-4a39-9930-1a274077c0aa" ], "request-id": [ - "565776bd-1cdf-4c45-8452-55cbdbb8e50c" + "b7c0b126-b11e-4a39-9930-1a274077c0aa" ], "elapsed-time": [ - "97" + "93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1173" + "1188" ], "x-ms-correlation-request-id": [ - "b8846a36-b02b-44f7-bdb0-02900b5d6cc4" + "d481baf4-2a02-4433-be70-31dc80574ce5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022329Z:b8846a36-b02b-44f7-bdb0-02900b5d6cc4" + "NORTHEUROPE:20200808T104603Z:d481baf4-2a02-4433-be70-31dc80574ce5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:23:29 GMT" + "Sat, 08 Aug 2020 10:46:02 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"98C42ABB7FAE895979E4E1D15C6E7280\",\r\n \"secondaryKey\": \"C7DB8B2F8B03EBFAACB1D40FD1EF2219\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"16D4DA1A6F8D32EA76CEB843B7646D53\",\r\n \"secondaryKey\": \"9C11F76112A87FC66DEC695AC10FA013\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6009/providers/Microsoft.Search/searchServices/azs-4545/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MDA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NTQ1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7179/providers/Microsoft.Search/searchServices/azs-6755/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzU1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e132c2a1-2702-4c1a-96f7-c92dd9cba483" + "e6a68118-6acd-4781-b022-d231b5bf2da1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e132c2a1-2702-4c1a-96f7-c92dd9cba483" + "e6a68118-6acd-4781-b022-d231b5bf2da1" ], "request-id": [ - "e132c2a1-2702-4c1a-96f7-c92dd9cba483" + "e6a68118-6acd-4781-b022-d231b5bf2da1" ], "elapsed-time": [ - "96" + "102" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1172" + "1187" ], "x-ms-correlation-request-id": [ - "9facbe94-1aa4-4f44-a1c8-eb769abc18f2" + "2ca7ba9e-77fe-402f-8bc9-7a7f7ba38ce3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022330Z:9facbe94-1aa4-4f44-a1c8-eb769abc18f2" + "NORTHEUROPE:20200808T104604Z:2ca7ba9e-77fe-402f-8bc9-7a7f7ba38ce3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:23:29 GMT" + "Sat, 08 Aug 2020 10:46:03 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"120B09623E6E907C9A4598D35E844471\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"329A0F6D5138C22FC08F870BFBA1A867\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7250\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6247\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "1b4ec110-4ae1-46e3-bd7f-30f2f59c5532" + "51c833f2-70d6-4dea-bc82-c450dc0e3f72" ], "Accept-Language": [ "en-US" ], "api-key": [ - "98C42ABB7FAE895979E4E1D15C6E7280" + "16D4DA1A6F8D32EA76CEB843B7646D53" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037748AEB06A\"" + "W/\"0x8D83B884179314C\"" ], "Location": [ - "https://azs-4545.search-dogfood.windows-int.net/indexes('azsmnet7250')?api-version=2019-05-06" + "https://azs-6755.search-dogfood.windows-int.net/indexes('azsmnet6247')?api-version=2019-05-06" ], "request-id": [ - "1b4ec110-4ae1-46e3-bd7f-30f2f59c5532" + "51c833f2-70d6-4dea-bc82-c450dc0e3f72" ], "elapsed-time": [ - "1172" + "1508" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:23:32 GMT" + "Sat, 08 Aug 2020 10:46:07 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4545.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037748AEB06A\\\"\",\r\n \"name\": \"azsmnet7250\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6755.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B884179314C\\\"\",\r\n \"name\": \"azsmnet6247\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2341\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"name\": \"a1\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8257\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"name\": \"a1\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "0f96770c-4ddd-47b7-aebd-d50bdbf3ed99" + "82059bd2-9aad-4eff-bc37-49fc87d8a9c3" ], "Accept-Language": [ "en-US" ], "api-key": [ - "98C42ABB7FAE895979E4E1D15C6E7280" + "16D4DA1A6F8D32EA76CEB843B7646D53" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037756A5C433\"" + "W/\"0x8D83B884EFF2D8C\"" ], "Location": [ - "https://azs-4545.search-dogfood.windows-int.net/indexes('azsmnet2341')?api-version=2019-05-06" + "https://azs-6755.search-dogfood.windows-int.net/indexes('azsmnet8257')?api-version=2019-05-06" ], "request-id": [ - "0f96770c-4ddd-47b7-aebd-d50bdbf3ed99" + "82059bd2-9aad-4eff-bc37-49fc87d8a9c3" ], "elapsed-time": [ - "1291" + "847" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:23:56 GMT" + "Sat, 08 Aug 2020 10:46:30 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "8280" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4545.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037756A5C433\\\"\",\r\n \"name\": \"azsmnet2341\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"name\": \"a1\",\r\n \"stopwords\": []\r\n }\r\n ],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6755.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B884EFF2D8C\\\"\",\r\n \"name\": \"azsmnet8257\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"name\": \"a1\",\r\n \"stopwords\": []\r\n }\r\n ],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet2341')?allowIndexDowntime=true&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMzQxJyk/YWxsb3dJbmRleERvd250aW1lPXRydWUmYXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8257')?allowIndexDowntime=true&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MjU3Jyk/YWxsb3dJbmRleERvd250aW1lPXRydWUmYXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet2341\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"name\": \"a1\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"name\": \"a2\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8257\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"name\": \"a1\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"name\": \"a2\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "97bfb6d3-5aff-4302-9bdb-fcaddeca8670" + "80a8d84a-d57e-4c8e-bea3-428d9561230a" ], "Prefer": [ "return=representation" @@ -499,12 +499,12 @@ "en-US" ], "api-key": [ - "98C42ABB7FAE895979E4E1D15C6E7280" + "16D4DA1A6F8D32EA76CEB843B7646D53" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -522,13 +522,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037757554086\"" + "W/\"0x8D83B8850020EFA\"" ], "request-id": [ - "97bfb6d3-5aff-4302-9bdb-fcaddeca8670" + "80a8d84a-d57e-4c8e-bea3-428d9561230a" ], "elapsed-time": [ - "1072" + "1599" ], "OData-Version": [ "4.0" @@ -540,7 +540,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:23:57 GMT" + "Sat, 08 Aug 2020 10:46:31 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -552,25 +552,25 @@ "8362" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4545.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037757554086\\\"\",\r\n \"name\": \"azsmnet2341\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"name\": \"a1\",\r\n \"stopwords\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"name\": \"a2\",\r\n \"stopwords\": []\r\n }\r\n ],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6755.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B8850020EFA\\\"\",\r\n \"name\": \"azsmnet8257\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"name\": \"a1\",\r\n \"stopwords\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"name\": \"a2\",\r\n \"stopwords\": []\r\n }\r\n ],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6009/providers/Microsoft.Search/searchServices/azs-4545?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MDA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NTQ1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7179/providers/Microsoft.Search/searchServices/azs-6755?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzU1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "66b80ab4-2030-4923-b785-c6aa385e1e2d" + "a7908e9c-2edb-47e2-8fb9-d6fa8a9207ac" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -581,52 +581,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14989" + ], "x-ms-request-id": [ - "66b80ab4-2030-4923-b785-c6aa385e1e2d" + "28f89d8e-d5ce-4d3d-96a5-5399ff792bce" ], - "request-id": [ - "66b80ab4-2030-4923-b785-c6aa385e1e2d" + "x-ms-correlation-request-id": [ + "28f89d8e-d5ce-4d3d-96a5-5399ff792bce" ], - "elapsed-time": [ - "1735" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T104740Z:28f89d8e-d5ce-4d3d-96a5-5399ff792bce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14988" - ], - "x-ms-correlation-request-id": [ - "3d68f1ff-1d9f-4c22-9ac1-4d3557471ecd" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022402Z:3d68f1ff-1d9f-4c22-9ac1-4d3557471ecd" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:24:02 GMT" + "Sat, 08 Aug 2020 10:47:40 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6009", - "azsmnet7250", - "azsmnet2341" + "azsmnet7179", + "azsmnet6247", + "azsmnet8257" ], "GenerateServiceName": [ - "azs-4545" + "azs-6755" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanAnalyze.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanAnalyze.json index 08021f5a599c..523ff8634cb2 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanAnalyze.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanAnalyze.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae538e13-397f-4321-b2b8-0e44b2269024" + "3e7ba283-04c9-44a5-91f7-a2bff5cfc253" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1192" ], "x-ms-request-id": [ - "fbb9602a-68ba-43e5-b8e8-0406018d64bd" + "95f3b70b-404a-4de7-8f73-8d7225262bec" ], "x-ms-correlation-request-id": [ - "fbb9602a-68ba-43e5-b8e8-0406018d64bd" + "95f3b70b-404a-4de7-8f73-8d7225262bec" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022732Z:fbb9602a-68ba-43e5-b8e8-0406018d64bd" + "NORTHEUROPE:20200808T105306Z:95f3b70b-404a-4de7-8f73-8d7225262bec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:27:31 GMT" + "Sat, 08 Aug 2020 10:53:05 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6980?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2OTgwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6147?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MTQ3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "40d44081-4936-49fa-9f95-03ed97d5eef1" + "2bd0d484-0459-456d-a428-2fa776faecee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1195" ], "x-ms-request-id": [ - "6f882b3a-33f2-40e3-9973-b048e9e1e518" + "1c43cb22-dc22-4491-9f7a-19308aabac28" ], "x-ms-correlation-request-id": [ - "6f882b3a-33f2-40e3-9973-b048e9e1e518" + "1c43cb22-dc22-4491-9f7a-19308aabac28" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022733Z:6f882b3a-33f2-40e3-9973-b048e9e1e518" + "NORTHEUROPE:20200808T105307Z:1c43cb22-dc22-4491-9f7a-19308aabac28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:27:33 GMT" + "Sat, 08 Aug 2020 10:53:06 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6980\",\r\n \"name\": \"azsmnet6980\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6147\",\r\n \"name\": \"azsmnet6147\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6980/providers/Microsoft.Search/searchServices/azs-2092?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDkyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6147/providers/Microsoft.Search/searchServices/azs-1063?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTQ3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMDYzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "90c9ad09-ddce-4f11-bfc9-8d3db58e9531" + "1d8d8935-5016-4e98-a157-c89d7b2049ae" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A27%3A37.4832369Z'\"" + "W/\"datetime'2020-08-08T10%3A53%3A13.5263807Z'\"" ], "x-ms-request-id": [ - "90c9ad09-ddce-4f11-bfc9-8d3db58e9531" + "1d8d8935-5016-4e98-a157-c89d7b2049ae" ], "request-id": [ - "90c9ad09-ddce-4f11-bfc9-8d3db58e9531" + "1d8d8935-5016-4e98-a157-c89d7b2049ae" ], "elapsed-time": [ - "1407" + "2244" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1192" ], "x-ms-correlation-request-id": [ - "0f236f33-51a1-4535-958c-dee0d1b0ffb0" + "1592a046-90fa-47c4-aa55-01f6960493db" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022738Z:0f236f33-51a1-4535-958c-dee0d1b0ffb0" + "NORTHEUROPE:20200808T105314Z:1592a046-90fa-47c4-aa55-01f6960493db" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:27:38 GMT" + "Sat, 08 Aug 2020 10:53:13 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6980/providers/Microsoft.Search/searchServices/azs-2092\",\r\n \"name\": \"azs-2092\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6147/providers/Microsoft.Search/searchServices/azs-1063\",\r\n \"name\": \"azs-1063\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6980/providers/Microsoft.Search/searchServices/azs-2092/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDkyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6147/providers/Microsoft.Search/searchServices/azs-1063/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTQ3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMDYzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db26e9d8-2e3a-4c82-a68c-fc8b0282c37d" + "d2f7347e-cda3-4e36-86e3-aae7b7b9c4d0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "db26e9d8-2e3a-4c82-a68c-fc8b0282c37d" + "d2f7347e-cda3-4e36-86e3-aae7b7b9c4d0" ], "request-id": [ - "db26e9d8-2e3a-4c82-a68c-fc8b0282c37d" + "d2f7347e-cda3-4e36-86e3-aae7b7b9c4d0" ], "elapsed-time": [ - "90" + "137" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1187" ], "x-ms-correlation-request-id": [ - "37b9c268-c3cf-4d94-8068-fad131d6a684" + "1358b2b9-bf3f-40a3-ba0a-b327f99c5a79" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022740Z:37b9c268-c3cf-4d94-8068-fad131d6a684" + "NORTHEUROPE:20200808T105317Z:1358b2b9-bf3f-40a3-ba0a-b327f99c5a79" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:27:39 GMT" + "Sat, 08 Aug 2020 10:53:17 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"6AAE00619860375819B0658EE99BFE09\",\r\n \"secondaryKey\": \"7E45092913A2A8B381D6A98F909E4673\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"84692DDCC2BB3672B13896DD5B18263B\",\r\n \"secondaryKey\": \"837B075C445CCD20E0EBBB1AA6179B60\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6980/providers/Microsoft.Search/searchServices/azs-2092/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDkyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6147/providers/Microsoft.Search/searchServices/azs-1063/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTQ3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMDYzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3f01a08d-71b4-4730-84c4-f09b5eb23580" + "0014fbf0-c83f-43d3-ae0e-33d3d130cae8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "3f01a08d-71b4-4730-84c4-f09b5eb23580" + "0014fbf0-c83f-43d3-ae0e-33d3d130cae8" ], "request-id": [ - "3f01a08d-71b4-4730-84c4-f09b5eb23580" + "0014fbf0-c83f-43d3-ae0e-33d3d130cae8" ], "elapsed-time": [ - "789" + "89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1186" ], "x-ms-correlation-request-id": [ - "736420a3-b236-49ff-a220-419396f65039" + "c2025997-2e8e-4c5c-8913-d5aed3e2380b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022741Z:736420a3-b236-49ff-a220-419396f65039" + "NORTHEUROPE:20200808T105317Z:c2025997-2e8e-4c5c-8913-d5aed3e2380b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:27:40 GMT" + "Sat, 08 Aug 2020 10:53:17 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"1E5082FF43803DF481E0E35E772DB1F2\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"6742828C004C1E6137DB3F4D4ED8DD3E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7660\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6142\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c73222c9-3415-461b-8c29-e3cf180a8b2e" + "5bcd19cf-27ab-4ff9-bb25-128bae75ee0b" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6AAE00619860375819B0658EE99BFE09" + "84692DDCC2BB3672B13896DD5B18263B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80377DE57F268\"" + "W/\"0x8D83B89436CBA42\"" ], "Location": [ - "https://azs-2092.search-dogfood.windows-int.net/indexes('azsmnet7660')?api-version=2019-05-06" + "https://azs-1063.search-dogfood.windows-int.net/indexes('azsmnet6142')?api-version=2019-05-06" ], "request-id": [ - "c73222c9-3415-461b-8c29-e3cf180a8b2e" + "5bcd19cf-27ab-4ff9-bb25-128bae75ee0b" ], "elapsed-time": [ - "1228" + "829" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:43 GMT" + "Sat, 08 Aug 2020 10:53:20 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,35 +408,35 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2092.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80377DE57F268\\\"\",\r\n \"name\": \"azsmnet7660\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1063.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B89436CBA42\\\"\",\r\n \"name\": \"azsmnet6142\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet998\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8605\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8109dc2c-f0b7-4b0a-9d49-2a1828e2701b" + "158cb1fa-7239-45e4-b967-7191a0810264" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6AAE00619860375819B0658EE99BFE09" + "84692DDCC2BB3672B13896DD5B18263B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "9842" + "9843" ] }, "ResponseHeaders": { @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80377EBB847E9\"" + "W/\"0x8D83B8950C27314\"" ], "Location": [ - "https://azs-2092.search-dogfood.windows-int.net/indexes('azsmnet998')?api-version=2019-05-06" + "https://azs-1063.search-dogfood.windows-int.net/indexes('azsmnet8605')?api-version=2019-05-06" ], "request-id": [ - "8109dc2c-f0b7-4b0a-9d49-2a1828e2701b" + "158cb1fa-7239-45e4-b967-7191a0810264" ], "elapsed-time": [ - "1277" + "818" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:28:05 GMT" + "Sat, 08 Aug 2020 10:53:42 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -477,31 +477,31 @@ "-1" ], "Content-Length": [ - "8198" + "8199" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2092.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80377EBB847E9\\\"\",\r\n \"name\": \"azsmnet998\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1063.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B8950C27314\\\"\",\r\n \"name\": \"azsmnet8605\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet998')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5OTgnKS9zZWFyY2guYW5hbHl6ZT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet8605')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4NjA1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"whitespace\"\r\n}", "RequestHeaders": { "client-request-id": [ - "5dff3664-5317-43c5-941d-097472d6f493" + "abea8530-9118-41b5-9895-103d9438d05e" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6AAE00619860375819B0658EE99BFE09" + "84692DDCC2BB3672B13896DD5B18263B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "5dff3664-5317-43c5-941d-097472d6f493" + "abea8530-9118-41b5-9895-103d9438d05e" ], "elapsed-time": [ - "22" + "50" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:28:05 GMT" + "Sat, 08 Aug 2020 10:53:42 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -546,28 +546,28 @@ "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2092.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1063.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet998')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5OTgnKS9zZWFyY2guYW5hbHl6ZT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet8605')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4NjA1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One's \",\r\n \"tokenizer\": \"whitespace\",\r\n \"tokenFilters\": [\r\n \"apostrophe\"\r\n ],\r\n \"charFilters\": [\r\n \"html_strip\"\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "0abeee19-442f-4b0d-8943-4a42ab40f6d9" + "cde98df1-ae12-46af-9dab-46c7acd5a63c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6AAE00619860375819B0658EE99BFE09" + "84692DDCC2BB3672B13896DD5B18263B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -585,10 +585,10 @@ "no-cache" ], "request-id": [ - "0abeee19-442f-4b0d-8943-4a42ab40f6d9" + "cde98df1-ae12-46af-9dab-46c7acd5a63c" ], "elapsed-time": [ - "74" + "62" ], "OData-Version": [ "4.0" @@ -600,7 +600,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:28:05 GMT" + "Sat, 08 Aug 2020 10:53:42 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -612,25 +612,25 @@ "197" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2092.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 5,\r\n \"position\": 0\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1063.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 5,\r\n \"position\": 0\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6980/providers/Microsoft.Search/searchServices/azs-2092?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDkyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6147/providers/Microsoft.Search/searchServices/azs-1063?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTQ3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMDYzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bfb024c9-e6d3-4c47-ad1a-5fcd30f25483" + "ae6eb143-0915-4648-ac71-56a34a0dc2e9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -641,52 +641,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14990" + ], "x-ms-request-id": [ - "bfb024c9-e6d3-4c47-ad1a-5fcd30f25483" + "bf8a82c9-951b-44a1-8073-c4e06d71292a" ], - "request-id": [ - "bfb024c9-e6d3-4c47-ad1a-5fcd30f25483" + "x-ms-correlation-request-id": [ + "bf8a82c9-951b-44a1-8073-c4e06d71292a" ], - "elapsed-time": [ - "1356" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T105353Z:bf8a82c9-951b-44a1-8073-c4e06d71292a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" - ], - "x-ms-correlation-request-id": [ - "b5702919-12a6-4a64-8d58-241afb98c663" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022810Z:b5702919-12a6-4a64-8d58-241afb98c663" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:28:09 GMT" + "Sat, 08 Aug 2020 10:53:52 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6980", - "azsmnet7660", - "azsmnet998" + "azsmnet6147", + "azsmnet6142", + "azsmnet8605" ], "GenerateServiceName": [ - "azs-2092" + "azs-1063" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanAnalyzeWithAllPossibleNames.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanAnalyzeWithAllPossibleNames.json index 639b8ad897e5..a2c594b0ad57 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanAnalyzeWithAllPossibleNames.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanAnalyzeWithAllPossibleNames.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "886ee13d-37e2-4b3e-b7c6-d858705ee5c4" + "ff245989-bfe5-45ab-9008-aae32122fe8d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1186" ], "x-ms-request-id": [ - "2107b4bf-64d7-42df-b212-0b2a2e57d9be" + "070612f3-08cf-404e-94bf-bb543b36bcbb" ], "x-ms-correlation-request-id": [ - "2107b4bf-64d7-42df-b212-0b2a2e57d9be" + "070612f3-08cf-404e-94bf-bb543b36bcbb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022644Z:2107b4bf-64d7-42df-b212-0b2a2e57d9be" + "NORTHEUROPE:20200808T105106Z:070612f3-08cf-404e-94bf-bb543b36bcbb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:26:43 GMT" + "Sat, 08 Aug 2020 10:51:05 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5930?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1OTMwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9738?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NzM4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4525d803-d009-4d60-b4b9-cc1bf9d56dcf" + "47e9aad8-5944-45ab-83d4-3322b3634245" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1190" ], "x-ms-request-id": [ - "be3d8b82-69e2-4ffd-94a6-21657f3c3b88" + "f58ee77b-c067-4622-a2b2-7f3a166bcc6b" ], "x-ms-correlation-request-id": [ - "be3d8b82-69e2-4ffd-94a6-21657f3c3b88" + "f58ee77b-c067-4622-a2b2-7f3a166bcc6b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022645Z:be3d8b82-69e2-4ffd-94a6-21657f3c3b88" + "NORTHEUROPE:20200808T105107Z:f58ee77b-c067-4622-a2b2-7f3a166bcc6b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:26:45 GMT" + "Sat, 08 Aug 2020 10:51:06 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5930\",\r\n \"name\": \"azsmnet5930\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9738\",\r\n \"name\": \"azsmnet9738\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5930/providers/Microsoft.Search/searchServices/azs-520?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MjA/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9738/providers/Microsoft.Search/searchServices/azs-2892?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODkyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e65fe1c5-f63b-43be-aa74-c99418ff208b" + "94cb4875-5e98-4dc4-8144-1b838d96a104" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A26%3A49.3497659Z'\"" + "W/\"datetime'2020-08-08T10%3A51%3A12.9643025Z'\"" ], "x-ms-request-id": [ - "e65fe1c5-f63b-43be-aa74-c99418ff208b" + "94cb4875-5e98-4dc4-8144-1b838d96a104" ], "request-id": [ - "e65fe1c5-f63b-43be-aa74-c99418ff208b" + "94cb4875-5e98-4dc4-8144-1b838d96a104" ], "elapsed-time": [ - "1783" + "1654" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1192" ], "x-ms-correlation-request-id": [ - "5e9de10a-afb9-450e-ac45-a67b35d347c3" + "036de140-87ad-4301-b338-c77640d82649" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022650Z:5e9de10a-afb9-450e-ac45-a67b35d347c3" + "NORTHEUROPE:20200808T105113Z:036de140-87ad-4301-b338-c77640d82649" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:26:49 GMT" + "Sat, 08 Aug 2020 10:51:12 GMT" ], "Content-Length": [ - "527" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5930/providers/Microsoft.Search/searchServices/azs-520\",\r\n \"name\": \"azs-520\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9738/providers/Microsoft.Search/searchServices/azs-2892\",\r\n \"name\": \"azs-2892\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5930/providers/Microsoft.Search/searchServices/azs-520/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MjAvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9738/providers/Microsoft.Search/searchServices/azs-2892/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODkyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "78fbedc7-d47b-487f-81b4-b36d17719a5d" + "ea636a1e-f968-4171-ac09-c0ecf8c47874" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,10 +231,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "78fbedc7-d47b-487f-81b4-b36d17719a5d" + "ea636a1e-f968-4171-ac09-c0ecf8c47874" ], "request-id": [ - "78fbedc7-d47b-487f-81b4-b36d17719a5d" + "ea636a1e-f968-4171-ac09-c0ecf8c47874" ], "elapsed-time": [ "107" @@ -243,19 +243,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1186" ], "x-ms-correlation-request-id": [ - "83f3fe9c-f518-4332-9881-c7e9145c2eec" + "f794ec1e-70aa-4e15-8f18-4f98c07d49e3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022652Z:83f3fe9c-f518-4332-9881-c7e9145c2eec" + "NORTHEUROPE:20200808T105116Z:f794ec1e-70aa-4e15-8f18-4f98c07d49e3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:26:51 GMT" + "Sat, 08 Aug 2020 10:51:16 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"B6B50921E2000EFD0AA9744E11E6EC57\",\r\n \"secondaryKey\": \"35D5A8D67C16565FE13954865464318D\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"BA5E2BE7987F5FEE4153D24F3A0E12F7\",\r\n \"secondaryKey\": \"3EA8E4622B1E0C9B1DE3CDC8CB3EB2DF\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5930/providers/Microsoft.Search/searchServices/azs-520/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MjAvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9738/providers/Microsoft.Search/searchServices/azs-2892/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODkyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f6552480-f765-4fa1-9607-7472a8b370ff" + "6c520d2e-41a9-413e-b71e-b03a5f061570" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f6552480-f765-4fa1-9607-7472a8b370ff" + "6c520d2e-41a9-413e-b71e-b03a5f061570" ], "request-id": [ - "f6552480-f765-4fa1-9607-7472a8b370ff" + "6c520d2e-41a9-413e-b71e-b03a5f061570" ], "elapsed-time": [ - "97" + "93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1185" ], "x-ms-correlation-request-id": [ - "e9bd131e-f79d-4874-9aeb-479442d6a4aa" + "9fac4977-52ac-44d9-a8c4-69aead726047" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022652Z:e9bd131e-f79d-4874-9aeb-479442d6a4aa" + "NORTHEUROPE:20200808T105116Z:9fac4977-52ac-44d9-a8c4-69aead726047" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:26:52 GMT" + "Sat, 08 Aug 2020 10:51:16 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D986BA8DCA2D4CBB9EB339D2D225CDDA\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"4EF78E4ADAF7070A5DA756A56C475FE4\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3340\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5277\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "b887553b-2b07-41db-8e1d-d6ee2c522e5c" + "93fb23d5-f081-4e76-841c-6e4585d90bd0" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80377C1443F5D\"" + "W/\"0x8D83B88FBD5C1CE\"" ], "Location": [ - "https://azs-520.search-dogfood.windows-int.net/indexes('azsmnet3340')?api-version=2019-05-06" + "https://azs-2892.search-dogfood.windows-int.net/indexes('azsmnet5277')?api-version=2019-05-06" ], "request-id": [ - "b887553b-2b07-41db-8e1d-d6ee2c522e5c" + "93fb23d5-f081-4e76-841c-6e4585d90bd0" ], "elapsed-time": [ - "1166" + "1393" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:26:55 GMT" + "Sat, 08 Aug 2020 10:51:20 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,31 +405,31 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80377C1443F5D\\\"\",\r\n \"name\": \"azsmnet3340\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B88FBD5C1CE\\\"\",\r\n \"name\": \"azsmnet5277\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7165\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1085\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "6063fe34-6f9a-4c7f-9ae9-bad43d0f447c" + "f2ede216-0147-4200-8c92-8b6f842ff274" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80377CEC25D16\"" + "W/\"0x8D83B8909952B7C\"" ], "Location": [ - "https://azs-520.search-dogfood.windows-int.net/indexes('azsmnet7165')?api-version=2019-05-06" + "https://azs-2892.search-dogfood.windows-int.net/indexes('azsmnet1085')?api-version=2019-05-06" ], "request-id": [ - "6063fe34-6f9a-4c7f-9ae9-bad43d0f447c" + "f2ede216-0147-4200-8c92-8b6f842ff274" ], "elapsed-time": [ - "1364" + "1418" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:17 GMT" + "Sat, 08 Aug 2020 10:51:42 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -477,31 +477,31 @@ "-1" ], "Content-Length": [ - "8198" + "8199" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80377CEC25D16\\\"\",\r\n \"name\": \"azsmnet7165\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B8909952B7C\\\"\",\r\n \"name\": \"azsmnet1085\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"ar.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "8a630aeb-dd97-4840-9660-ce8dd1447b50" + "e5e7b92a-5abd-4117-98d7-842d56144490" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "8a630aeb-dd97-4840-9660-ce8dd1447b50" + "e5e7b92a-5abd-4117-98d7-842d56144490" ], "elapsed-time": [ - "192" + "223" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:17 GMT" + "Sat, 08 Aug 2020 10:51:43 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -543,31 +543,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"ar.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "b0fdae6a-2414-425b-9249-8550eccffe21" + "3050b668-8a10-478e-8bdb-ad4cbeae14f1" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -585,10 +585,10 @@ "no-cache" ], "request-id": [ - "b0fdae6a-2414-425b-9249-8550eccffe21" + "3050b668-8a10-478e-8bdb-ad4cbeae14f1" ], "elapsed-time": [ - "12" + "7" ], "OData-Version": [ "4.0" @@ -600,7 +600,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:17 GMT" + "Sat, 08 Aug 2020 10:51:43 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -609,31 +609,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"hy.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "0604fddd-79ed-4232-9505-a9c9cb55867b" + "5f9b3121-42a9-419e-96e3-f2802b884267" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -651,10 +651,10 @@ "no-cache" ], "request-id": [ - "0604fddd-79ed-4232-9505-a9c9cb55867b" + "5f9b3121-42a9-419e-96e3-f2802b884267" ], "elapsed-time": [ - "13" + "6" ], "OData-Version": [ "4.0" @@ -666,7 +666,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:17 GMT" + "Sat, 08 Aug 2020 10:51:43 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -675,31 +675,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"bn.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "55eee9f5-e79e-42f8-935c-9816db1a5499" + "910bbd26-6125-4045-b312-6635c74b1541" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -717,10 +717,10 @@ "no-cache" ], "request-id": [ - "55eee9f5-e79e-42f8-935c-9816db1a5499" + "910bbd26-6125-4045-b312-6635c74b1541" ], "elapsed-time": [ - "47" + "22" ], "OData-Version": [ "4.0" @@ -732,7 +732,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:17 GMT" + "Sat, 08 Aug 2020 10:51:43 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -741,31 +741,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"eu.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "034fc9c7-ea10-4185-b49a-eff5daecdbf1" + "81e5766f-f039-4ed5-a241-7d9bd7be5d93" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -783,10 +783,10 @@ "no-cache" ], "request-id": [ - "034fc9c7-ea10-4185-b49a-eff5daecdbf1" + "81e5766f-f039-4ed5-a241-7d9bd7be5d93" ], "elapsed-time": [ - "9" + "8" ], "OData-Version": [ "4.0" @@ -798,7 +798,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:17 GMT" + "Sat, 08 Aug 2020 10:51:43 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -807,31 +807,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"bg.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "f11183ec-d081-46cb-a245-2c9961be48e3" + "cd3de497-c2d2-4a88-b12f-16ed737846f2" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -849,10 +849,10 @@ "no-cache" ], "request-id": [ - "f11183ec-d081-46cb-a245-2c9961be48e3" + "cd3de497-c2d2-4a88-b12f-16ed737846f2" ], "elapsed-time": [ - "20" + "16" ], "OData-Version": [ "4.0" @@ -864,7 +864,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:17 GMT" + "Sat, 08 Aug 2020 10:51:43 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -873,31 +873,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"bg.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "a8b15219-d9ab-4a6e-bfe3-d11f7e9502d9" + "30519998-3ed7-4b7c-b943-ee70ee0a51ea" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -915,10 +915,10 @@ "no-cache" ], "request-id": [ - "a8b15219-d9ab-4a6e-bfe3-d11f7e9502d9" + "30519998-3ed7-4b7c-b943-ee70ee0a51ea" ], "elapsed-time": [ - "8" + "6" ], "OData-Version": [ "4.0" @@ -930,7 +930,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:17 GMT" + "Sat, 08 Aug 2020 10:51:43 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -939,31 +939,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"ca.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "abd8cb3f-b089-4336-a712-30b09bf71120" + "f6bd0102-fa9a-43d9-857f-1a446427d7b2" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -981,10 +981,10 @@ "no-cache" ], "request-id": [ - "abd8cb3f-b089-4336-a712-30b09bf71120" + "f6bd0102-fa9a-43d9-857f-1a446427d7b2" ], "elapsed-time": [ - "19" + "16" ], "OData-Version": [ "4.0" @@ -996,7 +996,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:17 GMT" + "Sat, 08 Aug 2020 10:51:43 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1005,31 +1005,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"ca.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "3acf059c-c1a2-4b98-a7af-3fbbe8d63497" + "ad6dda1c-da60-4f35-a418-a7fffd61c106" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -1047,10 +1047,10 @@ "no-cache" ], "request-id": [ - "3acf059c-c1a2-4b98-a7af-3fbbe8d63497" + "ad6dda1c-da60-4f35-a418-a7fffd61c106" ], "elapsed-time": [ - "8" + "7" ], "OData-Version": [ "4.0" @@ -1062,7 +1062,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:17 GMT" + "Sat, 08 Aug 2020 10:51:43 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1071,31 +1071,31 @@ "-1" ], "Content-Length": [ - "254" + "255" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"on\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"on\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"zh-Hans.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "4b1faa7a-0549-40c6-ab7e-44410391dc0a" + "79ada8f3-88cc-4874-afa0-2b87e4604c87" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -1113,10 +1113,10 @@ "no-cache" ], "request-id": [ - "4b1faa7a-0549-40c6-ab7e-44410391dc0a" + "79ada8f3-88cc-4874-afa0-2b87e4604c87" ], "elapsed-time": [ - "27" + "297" ], "OData-Version": [ "4.0" @@ -1128,7 +1128,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:17 GMT" + "Sat, 08 Aug 2020 10:51:43 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1137,31 +1137,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"zh-Hans.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "a8b92c33-44b9-4870-9744-1f40077d0b5d" + "5309dfb9-451a-419a-9f3f-63fb89547776" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -1179,10 +1179,10 @@ "no-cache" ], "request-id": [ - "a8b92c33-44b9-4870-9744-1f40077d0b5d" + "5309dfb9-451a-419a-9f3f-63fb89547776" ], "elapsed-time": [ - "480" + "475" ], "OData-Version": [ "4.0" @@ -1194,7 +1194,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:19 GMT" + "Sat, 08 Aug 2020 10:51:44 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1203,31 +1203,31 @@ "-1" ], "Content-Length": [ - "254" + "255" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"on\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"on\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"zh-Hant.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "358efca0-3373-4c22-82b9-acf3cb85e4ed" + "5e7c734e-6ef7-412e-bc42-0a1bee8c18d6" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -1245,10 +1245,10 @@ "no-cache" ], "request-id": [ - "358efca0-3373-4c22-82b9-acf3cb85e4ed" + "5e7c734e-6ef7-412e-bc42-0a1bee8c18d6" ], "elapsed-time": [ - "19" + "420" ], "OData-Version": [ "4.0" @@ -1260,7 +1260,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:19 GMT" + "Sat, 08 Aug 2020 10:51:44 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1269,31 +1269,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"zh-Hant.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "32e49c1b-8d29-48c3-b6eb-f4ba3632092a" + "46baf731-baec-4ecf-82cb-cb9209f60c09" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -1311,10 +1311,10 @@ "no-cache" ], "request-id": [ - "32e49c1b-8d29-48c3-b6eb-f4ba3632092a" + "46baf731-baec-4ecf-82cb-cb9209f60c09" ], "elapsed-time": [ - "10" + "7" ], "OData-Version": [ "4.0" @@ -1326,7 +1326,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:19 GMT" + "Sat, 08 Aug 2020 10:51:44 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1335,31 +1335,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"hr.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "d2964f2d-e8b5-4755-8632-9c1267fce693" + "4a14e10b-747f-43fa-8139-a948220d4972" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -1377,10 +1377,10 @@ "no-cache" ], "request-id": [ - "d2964f2d-e8b5-4755-8632-9c1267fce693" + "4a14e10b-747f-43fa-8139-a948220d4972" ], "elapsed-time": [ - "21" + "14" ], "OData-Version": [ "4.0" @@ -1392,7 +1392,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:19 GMT" + "Sat, 08 Aug 2020 10:51:44 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1401,31 +1401,31 @@ "-1" ], "Content-Length": [ - "315" + "316" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"onaj\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"onaj\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"cs.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "b985fc0b-4d2a-424a-b027-be4489b57d45" + "f9c5b74e-7c06-4442-9ed8-7cb649bd939e" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -1443,10 +1443,10 @@ "no-cache" ], "request-id": [ - "b985fc0b-4d2a-424a-b027-be4489b57d45" + "f9c5b74e-7c06-4442-9ed8-7cb649bd939e" ], "elapsed-time": [ - "13" + "14" ], "OData-Version": [ "4.0" @@ -1458,7 +1458,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:19 GMT" + "Sat, 08 Aug 2020 10:51:44 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1467,31 +1467,31 @@ "-1" ], "Content-Length": [ - "314" + "315" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"twa\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"twa\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"cs.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "78663e19-c8fc-44a0-91e8-2f34f6390def" + "7260476d-50d4-443d-8d18-9a7a7667554d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -1509,10 +1509,10 @@ "no-cache" ], "request-id": [ - "78663e19-c8fc-44a0-91e8-2f34f6390def" + "7260476d-50d4-443d-8d18-9a7a7667554d" ], "elapsed-time": [ - "10" + "9" ], "OData-Version": [ "4.0" @@ -1524,7 +1524,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:19 GMT" + "Sat, 08 Aug 2020 10:51:44 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1533,31 +1533,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"da.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "00fc6c22-97e3-4727-b89c-8f4ee51d8f2d" + "d05bacb0-40b6-4555-a45c-e553ed6e292a" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -1575,10 +1575,10 @@ "no-cache" ], "request-id": [ - "00fc6c22-97e3-4727-b89c-8f4ee51d8f2d" + "d05bacb0-40b6-4555-a45c-e553ed6e292a" ], "elapsed-time": [ - "18" + "23" ], "OData-Version": [ "4.0" @@ -1590,7 +1590,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:19 GMT" + "Sat, 08 Aug 2020 10:51:44 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1599,31 +1599,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"da.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "495698b9-48dd-4cf0-8fab-9f16f3bb9a82" + "5d91f62e-1f9c-4e09-94c4-5fcd37ff8176" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -1641,10 +1641,10 @@ "no-cache" ], "request-id": [ - "495698b9-48dd-4cf0-8fab-9f16f3bb9a82" + "5d91f62e-1f9c-4e09-94c4-5fcd37ff8176" ], "elapsed-time": [ - "7" + "4" ], "OData-Version": [ "4.0" @@ -1656,7 +1656,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:19 GMT" + "Sat, 08 Aug 2020 10:51:44 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1665,31 +1665,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"nl.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "a417829d-d202-465b-a12d-eaf56ac0203d" + "33b57641-2143-48fe-b05e-0f2eac398a0f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -1707,10 +1707,10 @@ "no-cache" ], "request-id": [ - "a417829d-d202-465b-a12d-eaf56ac0203d" + "33b57641-2143-48fe-b05e-0f2eac398a0f" ], "elapsed-time": [ - "16" + "18" ], "OData-Version": [ "4.0" @@ -1722,7 +1722,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:19 GMT" + "Sat, 08 Aug 2020 10:51:44 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1731,31 +1731,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"nl.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "aeb5983d-753e-44c4-ae01-07d46bc4dd4a" + "52cddfba-7a5c-4fc0-bd7c-a8e58d9cffd6" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -1773,7 +1773,7 @@ "no-cache" ], "request-id": [ - "aeb5983d-753e-44c4-ae01-07d46bc4dd4a" + "52cddfba-7a5c-4fc0-bd7c-a8e58d9cffd6" ], "elapsed-time": [ "6" @@ -1788,7 +1788,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:19 GMT" + "Sat, 08 Aug 2020 10:51:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1797,31 +1797,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"en.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "415101d7-8cbd-4282-9921-ffab30e2fa0b" + "76f6e263-5fec-497c-8234-a3bc51df8499" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -1839,10 +1839,10 @@ "no-cache" ], "request-id": [ - "415101d7-8cbd-4282-9921-ffab30e2fa0b" + "76f6e263-5fec-497c-8234-a3bc51df8499" ], "elapsed-time": [ - "17" + "16" ], "OData-Version": [ "4.0" @@ -1854,7 +1854,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:19 GMT" + "Sat, 08 Aug 2020 10:51:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1863,31 +1863,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"en.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "cbb1e723-984a-428f-bf2f-c6a2ee75f29e" + "579c3e15-9b64-40c7-b4f6-3694784c003d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -1905,10 +1905,10 @@ "no-cache" ], "request-id": [ - "cbb1e723-984a-428f-bf2f-c6a2ee75f29e" + "579c3e15-9b64-40c7-b4f6-3694784c003d" ], "elapsed-time": [ - "11" + "9" ], "OData-Version": [ "4.0" @@ -1920,7 +1920,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:19 GMT" + "Sat, 08 Aug 2020 10:51:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1929,31 +1929,31 @@ "-1" ], "Content-Length": [ - "254" + "255" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"on\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"on\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"et.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "7065812c-e885-4dbb-a6a9-c14acbbcfd72" + "8706a315-c800-4fe3-839c-ee9771ee8f76" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -1971,10 +1971,10 @@ "no-cache" ], "request-id": [ - "7065812c-e885-4dbb-a6a9-c14acbbcfd72" + "8706a315-c800-4fe3-839c-ee9771ee8f76" ], "elapsed-time": [ - "9" + "12" ], "OData-Version": [ "4.0" @@ -1986,7 +1986,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:19 GMT" + "Sat, 08 Aug 2020 10:51:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1995,31 +1995,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"fi.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "a3b07171-c141-4b36-968c-109d36da0e6b" + "7d9c1883-ff4d-4a2c-a177-a34ea39a075f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -2037,10 +2037,10 @@ "no-cache" ], "request-id": [ - "a3b07171-c141-4b36-968c-109d36da0e6b" + "7d9c1883-ff4d-4a2c-a177-a34ea39a075f" ], "elapsed-time": [ - "42" + "26" ], "OData-Version": [ "4.0" @@ -2052,7 +2052,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:19 GMT" + "Sat, 08 Aug 2020 10:51:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -2061,31 +2061,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"fi.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "dbe2a4fe-df5f-4cf0-882e-9655aeed5ab7" + "60d69ef4-b666-4d1e-9777-0a48d7bb1494" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -2103,10 +2103,10 @@ "no-cache" ], "request-id": [ - "dbe2a4fe-df5f-4cf0-882e-9655aeed5ab7" + "60d69ef4-b666-4d1e-9777-0a48d7bb1494" ], "elapsed-time": [ - "7" + "9" ], "OData-Version": [ "4.0" @@ -2118,7 +2118,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:19 GMT" + "Sat, 08 Aug 2020 10:51:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -2127,31 +2127,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"fr.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "d5500d86-1dbd-43dc-9bf5-798231b6702e" + "08a1a0b5-1014-46c1-8679-65c2a77126f1" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -2169,10 +2169,10 @@ "no-cache" ], "request-id": [ - "d5500d86-1dbd-43dc-9bf5-798231b6702e" + "08a1a0b5-1014-46c1-8679-65c2a77126f1" ], "elapsed-time": [ - "16" + "21" ], "OData-Version": [ "4.0" @@ -2184,7 +2184,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:19 GMT" + "Sat, 08 Aug 2020 10:51:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -2193,31 +2193,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"fr.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "be6d6db5-1b47-4c4f-81f7-32492ac5a1a6" + "48a5e7e5-a421-4b6d-9365-10f48dec601e" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -2235,10 +2235,10 @@ "no-cache" ], "request-id": [ - "be6d6db5-1b47-4c4f-81f7-32492ac5a1a6" + "48a5e7e5-a421-4b6d-9365-10f48dec601e" ], "elapsed-time": [ - "6" + "4" ], "OData-Version": [ "4.0" @@ -2250,7 +2250,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:19 GMT" + "Sat, 08 Aug 2020 10:51:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -2259,31 +2259,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"gl.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "9ab6e297-191a-4b56-8f9c-61d7f06adfd6" + "f2439d2c-ecfc-45e0-b3cd-2bb61f6e7d37" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -2301,10 +2301,10 @@ "no-cache" ], "request-id": [ - "9ab6e297-191a-4b56-8f9c-61d7f06adfd6" + "f2439d2c-ecfc-45e0-b3cd-2bb61f6e7d37" ], "elapsed-time": [ - "15" + "20" ], "OData-Version": [ "4.0" @@ -2316,7 +2316,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:19 GMT" + "Sat, 08 Aug 2020 10:51:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -2325,31 +2325,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"de.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "829bb8e1-5351-4823-9b4c-17b55f48ada1" + "0565dfa1-df3a-488e-ba1c-62accad07778" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -2367,10 +2367,10 @@ "no-cache" ], "request-id": [ - "829bb8e1-5351-4823-9b4c-17b55f48ada1" + "0565dfa1-df3a-488e-ba1c-62accad07778" ], "elapsed-time": [ - "28" + "27" ], "OData-Version": [ "4.0" @@ -2382,7 +2382,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:19 GMT" + "Sat, 08 Aug 2020 10:51:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -2391,31 +2391,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"de.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "12ef2ead-4c2d-4274-8e64-0f7c0aad2db7" + "d661a75d-335a-4849-b0c9-6479921ad039" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -2433,7 +2433,7 @@ "no-cache" ], "request-id": [ - "12ef2ead-4c2d-4274-8e64-0f7c0aad2db7" + "d661a75d-335a-4849-b0c9-6479921ad039" ], "elapsed-time": [ "6" @@ -2448,7 +2448,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:19 GMT" + "Sat, 08 Aug 2020 10:51:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -2457,31 +2457,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"el.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "faa4d284-68ec-4321-90ca-8f3c38410196" + "27806b88-f465-4017-88b1-007d2d7b6652" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -2499,10 +2499,10 @@ "no-cache" ], "request-id": [ - "faa4d284-68ec-4321-90ca-8f3c38410196" + "27806b88-f465-4017-88b1-007d2d7b6652" ], "elapsed-time": [ - "21" + "19" ], "OData-Version": [ "4.0" @@ -2514,7 +2514,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:19 GMT" + "Sat, 08 Aug 2020 10:51:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -2523,31 +2523,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"el.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "7d1b56ad-044e-4b02-b8ef-a2c7b0d38869" + "174f9c55-b7e3-4901-9359-ff1a45a14f42" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -2565,7 +2565,7 @@ "no-cache" ], "request-id": [ - "7d1b56ad-044e-4b02-b8ef-a2c7b0d38869" + "174f9c55-b7e3-4901-9359-ff1a45a14f42" ], "elapsed-time": [ "13" @@ -2580,7 +2580,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:19 GMT" + "Sat, 08 Aug 2020 10:51:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -2589,31 +2589,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"gu.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "407954af-c275-4d03-8664-ff37de815a81" + "6a2b68a3-1599-46b6-ae5a-aaf8608abc41" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -2631,7 +2631,7 @@ "no-cache" ], "request-id": [ - "407954af-c275-4d03-8664-ff37de815a81" + "6a2b68a3-1599-46b6-ae5a-aaf8608abc41" ], "elapsed-time": [ "18" @@ -2646,7 +2646,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:19 GMT" + "Sat, 08 Aug 2020 10:51:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -2655,31 +2655,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"he.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "5e163041-4af2-43a8-82d8-5e6248ee4333" + "7e0f0cbe-13a0-4c41-ac6a-e8ef09204d80" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -2697,10 +2697,10 @@ "no-cache" ], "request-id": [ - "5e163041-4af2-43a8-82d8-5e6248ee4333" + "7e0f0cbe-13a0-4c41-ac6a-e8ef09204d80" ], "elapsed-time": [ - "7" + "6" ], "OData-Version": [ "4.0" @@ -2712,7 +2712,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:19 GMT" + "Sat, 08 Aug 2020 10:51:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -2721,31 +2721,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"hi.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "9101fd02-6443-474c-bc5d-12040857a6e6" + "819db7fd-daf8-4ef4-b145-2f79b99fa45e" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -2763,7 +2763,7 @@ "no-cache" ], "request-id": [ - "9101fd02-6443-474c-bc5d-12040857a6e6" + "819db7fd-daf8-4ef4-b145-2f79b99fa45e" ], "elapsed-time": [ "35" @@ -2778,7 +2778,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:20 GMT" + "Sat, 08 Aug 2020 10:51:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -2787,31 +2787,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"hi.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "d659e4c7-d5ff-4329-a59e-e3783a0c2cb3" + "8494b0c7-c210-4c87-b66d-8e7886d36921" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -2829,10 +2829,10 @@ "no-cache" ], "request-id": [ - "d659e4c7-d5ff-4329-a59e-e3783a0c2cb3" + "8494b0c7-c210-4c87-b66d-8e7886d36921" ], "elapsed-time": [ - "5" + "4" ], "OData-Version": [ "4.0" @@ -2844,7 +2844,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:20 GMT" + "Sat, 08 Aug 2020 10:51:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -2853,31 +2853,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"hu.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "e8d594d1-a1a3-4dbf-af87-8ad0bb3ffee6" + "71e0e460-c4ae-4055-b002-3f686eb9b082" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -2895,10 +2895,10 @@ "no-cache" ], "request-id": [ - "e8d594d1-a1a3-4dbf-af87-8ad0bb3ffee6" + "71e0e460-c4ae-4055-b002-3f686eb9b082" ], "elapsed-time": [ - "22" + "13" ], "OData-Version": [ "4.0" @@ -2910,7 +2910,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:20 GMT" + "Sat, 08 Aug 2020 10:51:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -2919,31 +2919,31 @@ "-1" ], "Content-Length": [ - "313" + "314" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"on\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"on\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"hu.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "ca53ac0e-7c30-4617-8216-81b2d962ba7b" + "2adaa0b3-e6b7-4e08-97f8-33fa84628c6e" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -2961,10 +2961,10 @@ "no-cache" ], "request-id": [ - "ca53ac0e-7c30-4617-8216-81b2d962ba7b" + "2adaa0b3-e6b7-4e08-97f8-33fa84628c6e" ], "elapsed-time": [ - "12" + "11" ], "OData-Version": [ "4.0" @@ -2976,7 +2976,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:20 GMT" + "Sat, 08 Aug 2020 10:51:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -2985,31 +2985,31 @@ "-1" ], "Content-Length": [ - "254" + "255" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"on\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"on\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"is.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "05120a9f-8540-4fde-b526-1f5c0d3b704b" + "8c23f295-542c-48de-9888-721066ad9e0a" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -3027,10 +3027,10 @@ "no-cache" ], "request-id": [ - "05120a9f-8540-4fde-b526-1f5c0d3b704b" + "8c23f295-542c-48de-9888-721066ad9e0a" ], "elapsed-time": [ - "15" + "18" ], "OData-Version": [ "4.0" @@ -3042,7 +3042,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:20 GMT" + "Sat, 08 Aug 2020 10:51:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -3051,31 +3051,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"id.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "9334f1ce-f4b4-4da2-9a36-5c8d7b4c4c28" + "220fab5f-fd9e-49cc-98d3-daa61a8c143c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -3093,10 +3093,10 @@ "no-cache" ], "request-id": [ - "9334f1ce-f4b4-4da2-9a36-5c8d7b4c4c28" + "220fab5f-fd9e-49cc-98d3-daa61a8c143c" ], "elapsed-time": [ - "17" + "11" ], "OData-Version": [ "4.0" @@ -3108,7 +3108,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:20 GMT" + "Sat, 08 Aug 2020 10:51:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -3117,31 +3117,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"id.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "7c91f1ba-eca5-4a9a-869e-119f3d4e09c3" + "fbc2a2e3-7d53-4f3c-873b-c9b953bf7b13" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -3159,10 +3159,10 @@ "no-cache" ], "request-id": [ - "7c91f1ba-eca5-4a9a-869e-119f3d4e09c3" + "fbc2a2e3-7d53-4f3c-873b-c9b953bf7b13" ], "elapsed-time": [ - "10" + "9" ], "OData-Version": [ "4.0" @@ -3174,7 +3174,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:20 GMT" + "Sat, 08 Aug 2020 10:51:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -3183,31 +3183,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"ga.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "7fbc8981-0161-4911-a45c-6cd759bb9fff" + "d5276126-3d13-4c15-907d-cef117203b98" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -3225,10 +3225,10 @@ "no-cache" ], "request-id": [ - "7fbc8981-0161-4911-a45c-6cd759bb9fff" + "d5276126-3d13-4c15-907d-cef117203b98" ], "elapsed-time": [ - "4" + "11" ], "OData-Version": [ "4.0" @@ -3240,7 +3240,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:20 GMT" + "Sat, 08 Aug 2020 10:51:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -3249,31 +3249,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"it.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "50413ea0-a193-4966-aceb-3322afcd1912" + "cc523b97-fe5e-4621-8a4f-23d1e268913c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -3291,10 +3291,10 @@ "no-cache" ], "request-id": [ - "50413ea0-a193-4966-aceb-3322afcd1912" + "cc523b97-fe5e-4621-8a4f-23d1e268913c" ], "elapsed-time": [ - "22" + "16" ], "OData-Version": [ "4.0" @@ -3306,7 +3306,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:20 GMT" + "Sat, 08 Aug 2020 10:51:46 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -3315,31 +3315,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"it.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "518ac7dc-f311-42d8-966e-14f7b578e318" + "ac042a5d-4385-4694-a456-9b37cfb878fa" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -3357,10 +3357,10 @@ "no-cache" ], "request-id": [ - "518ac7dc-f311-42d8-966e-14f7b578e318" + "ac042a5d-4385-4694-a456-9b37cfb878fa" ], "elapsed-time": [ - "10" + "5" ], "OData-Version": [ "4.0" @@ -3372,7 +3372,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:20 GMT" + "Sat, 08 Aug 2020 10:51:46 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -3381,31 +3381,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"ja.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "67802d87-7284-4d49-ae17-982dfbedcf6c" + "ec28d703-4613-48ed-b0ed-34981835bc3d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -3423,10 +3423,10 @@ "no-cache" ], "request-id": [ - "67802d87-7284-4d49-ae17-982dfbedcf6c" + "ec28d703-4613-48ed-b0ed-34981835bc3d" ], "elapsed-time": [ - "37" + "578" ], "OData-Version": [ "4.0" @@ -3438,7 +3438,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:20 GMT" + "Sat, 08 Aug 2020 10:51:46 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -3447,31 +3447,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"ja.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "90c0ff89-8786-45d6-94d0-eede60ecc084" + "bab09fdd-018a-4154-9555-1cbe053c66df" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -3489,10 +3489,10 @@ "no-cache" ], "request-id": [ - "90c0ff89-8786-45d6-94d0-eede60ecc084" + "bab09fdd-018a-4154-9555-1cbe053c66df" ], "elapsed-time": [ - "444" + "380" ], "OData-Version": [ "4.0" @@ -3504,7 +3504,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:20 GMT" + "Sat, 08 Aug 2020 10:51:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -3513,31 +3513,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"kn.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "76e31943-3dc0-49b1-a48d-0823062ea2a4" + "6acd1e1f-fb4d-4cc9-b552-ec69a039bc1a" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -3555,10 +3555,10 @@ "no-cache" ], "request-id": [ - "76e31943-3dc0-49b1-a48d-0823062ea2a4" + "6acd1e1f-fb4d-4cc9-b552-ec69a039bc1a" ], "elapsed-time": [ - "9" + "14" ], "OData-Version": [ "4.0" @@ -3570,7 +3570,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:20 GMT" + "Sat, 08 Aug 2020 10:51:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -3579,31 +3579,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"ko.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "1941bd70-8a2d-41da-b73b-abe5c82556e7" + "01daa9d9-aee8-4328-ab56-4a56870d8f10" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -3621,10 +3621,10 @@ "no-cache" ], "request-id": [ - "1941bd70-8a2d-41da-b73b-abe5c82556e7" + "01daa9d9-aee8-4328-ab56-4a56870d8f10" ], "elapsed-time": [ - "19" + "113" ], "OData-Version": [ "4.0" @@ -3636,7 +3636,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:21 GMT" + "Sat, 08 Aug 2020 10:51:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -3645,31 +3645,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"ko.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "a669bab7-2ec9-400f-a3ed-2c17312ab127" + "064ef762-af07-41b5-9b5d-3dede8a9973e" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -3687,10 +3687,10 @@ "no-cache" ], "request-id": [ - "a669bab7-2ec9-400f-a3ed-2c17312ab127" + "064ef762-af07-41b5-9b5d-3dede8a9973e" ], "elapsed-time": [ - "7" + "6" ], "OData-Version": [ "4.0" @@ -3702,7 +3702,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:21 GMT" + "Sat, 08 Aug 2020 10:51:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -3711,31 +3711,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"lv.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "2a9ad27b-828e-4c30-a272-1a2db9d62650" + "1b29f80f-07e4-4f46-9135-856ac9c63a3c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -3753,10 +3753,10 @@ "no-cache" ], "request-id": [ - "2a9ad27b-828e-4c30-a272-1a2db9d62650" + "1b29f80f-07e4-4f46-9135-856ac9c63a3c" ], "elapsed-time": [ - "6" + "12" ], "OData-Version": [ "4.0" @@ -3768,7 +3768,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:21 GMT" + "Sat, 08 Aug 2020 10:51:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -3777,31 +3777,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"lv.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "db82d59b-b9d5-422f-9f07-12d029965ceb" + "a8e9d182-da52-4a76-8bbd-865a2379dc5c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -3819,10 +3819,10 @@ "no-cache" ], "request-id": [ - "db82d59b-b9d5-422f-9f07-12d029965ceb" + "a8e9d182-da52-4a76-8bbd-865a2379dc5c" ], "elapsed-time": [ - "5" + "7" ], "OData-Version": [ "4.0" @@ -3834,7 +3834,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:21 GMT" + "Sat, 08 Aug 2020 10:51:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -3843,31 +3843,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"lt.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "2e6f0fb9-2423-4a6a-a470-245011826473" + "3193db64-e5d4-421e-89fb-677471886368" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -3885,7 +3885,7 @@ "no-cache" ], "request-id": [ - "2e6f0fb9-2423-4a6a-a470-245011826473" + "3193db64-e5d4-421e-89fb-677471886368" ], "elapsed-time": [ "7" @@ -3900,7 +3900,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:21 GMT" + "Sat, 08 Aug 2020 10:51:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -3909,31 +3909,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"ml.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "fb123b8f-95c8-4e10-9341-1c2106d0ca9c" + "327fa429-05ff-49c3-b010-a8e6c1c9cacf" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -3951,10 +3951,10 @@ "no-cache" ], "request-id": [ - "fb123b8f-95c8-4e10-9341-1c2106d0ca9c" + "327fa429-05ff-49c3-b010-a8e6c1c9cacf" ], "elapsed-time": [ - "11" + "15" ], "OData-Version": [ "4.0" @@ -3966,7 +3966,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:21 GMT" + "Sat, 08 Aug 2020 10:51:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -3975,31 +3975,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"ms.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "0749dfd3-3bdc-41b1-ae65-35a8e45a69b7" + "9e7fd8a0-e84c-440d-a2e8-93782d93e373" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -4017,10 +4017,10 @@ "no-cache" ], "request-id": [ - "0749dfd3-3bdc-41b1-ae65-35a8e45a69b7" + "9e7fd8a0-e84c-440d-a2e8-93782d93e373" ], "elapsed-time": [ - "14" + "9" ], "OData-Version": [ "4.0" @@ -4032,7 +4032,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:21 GMT" + "Sat, 08 Aug 2020 10:51:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -4041,31 +4041,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"mr.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "71a8f886-b6e5-4f49-bc78-e9a2102d24c0" + "2d0de569-a52c-40a8-9f77-0e2a811337bc" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -4083,10 +4083,10 @@ "no-cache" ], "request-id": [ - "71a8f886-b6e5-4f49-bc78-e9a2102d24c0" + "2d0de569-a52c-40a8-9f77-0e2a811337bc" ], "elapsed-time": [ - "21" + "13" ], "OData-Version": [ "4.0" @@ -4098,7 +4098,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:21 GMT" + "Sat, 08 Aug 2020 10:51:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -4107,31 +4107,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"nb.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "11b0bd34-d09f-468d-8266-c1a5e5185626" + "5f89fa80-b7e7-4b2a-96be-ccf489d46464" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -4149,10 +4149,10 @@ "no-cache" ], "request-id": [ - "11b0bd34-d09f-468d-8266-c1a5e5185626" + "5f89fa80-b7e7-4b2a-96be-ccf489d46464" ], "elapsed-time": [ - "18" + "15" ], "OData-Version": [ "4.0" @@ -4164,7 +4164,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:21 GMT" + "Sat, 08 Aug 2020 10:51:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -4173,31 +4173,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"no.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "05af2baf-934f-4dce-a09c-011929503163" + "206a5a0d-fdbc-426d-b1a4-df0a00bcd6b1" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -4215,10 +4215,10 @@ "no-cache" ], "request-id": [ - "05af2baf-934f-4dce-a09c-011929503163" + "206a5a0d-fdbc-426d-b1a4-df0a00bcd6b1" ], "elapsed-time": [ - "11" + "6" ], "OData-Version": [ "4.0" @@ -4230,7 +4230,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:21 GMT" + "Sat, 08 Aug 2020 10:51:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -4239,31 +4239,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"fa.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "6b25f76a-5b8b-44bc-9e96-07db486c8264" + "1721b92c-b4f0-46b4-b0e7-02702d5494cf" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -4281,7 +4281,7 @@ "no-cache" ], "request-id": [ - "6b25f76a-5b8b-44bc-9e96-07db486c8264" + "1721b92c-b4f0-46b4-b0e7-02702d5494cf" ], "elapsed-time": [ "5" @@ -4296,7 +4296,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:21 GMT" + "Sat, 08 Aug 2020 10:51:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -4305,31 +4305,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"pl.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "cd638035-671a-43b4-8c05-2cba1873296c" + "ed3298e3-21a2-47b4-a17c-95cb1aa8c109" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -4347,10 +4347,10 @@ "no-cache" ], "request-id": [ - "cd638035-671a-43b4-8c05-2cba1873296c" + "ed3298e3-21a2-47b4-a17c-95cb1aa8c109" ], "elapsed-time": [ - "17" + "20" ], "OData-Version": [ "4.0" @@ -4362,7 +4362,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:21 GMT" + "Sat, 08 Aug 2020 10:51:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -4371,31 +4371,31 @@ "-1" ], "Content-Length": [ - "196" + "197" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"pl.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "b15a8250-a154-4bdf-996d-faf3209b0a8c" + "4e296712-3a9a-4017-9da7-02441fdcebb5" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -4413,10 +4413,10 @@ "no-cache" ], "request-id": [ - "b15a8250-a154-4bdf-996d-faf3209b0a8c" + "4e296712-3a9a-4017-9da7-02441fdcebb5" ], "elapsed-time": [ - "4" + "10" ], "OData-Version": [ "4.0" @@ -4428,7 +4428,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:21 GMT" + "Sat, 08 Aug 2020 10:51:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -4437,31 +4437,31 @@ "-1" ], "Content-Length": [ - "196" + "197" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"pt-BR.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "b6e713fb-46a2-4f1d-8108-104f37c63028" + "f8c68d89-b58f-4f0a-886d-9c79819618d8" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -4479,10 +4479,10 @@ "no-cache" ], "request-id": [ - "b6e713fb-46a2-4f1d-8108-104f37c63028" + "f8c68d89-b58f-4f0a-886d-9c79819618d8" ], "elapsed-time": [ - "15" + "14" ], "OData-Version": [ "4.0" @@ -4494,7 +4494,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:21 GMT" + "Sat, 08 Aug 2020 10:51:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -4503,31 +4503,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"pt-BR.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "b66338f1-6b28-4217-b910-8fc55842af4e" + "b834cb94-e11c-4a67-854b-cf8abffc067e" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -4545,10 +4545,10 @@ "no-cache" ], "request-id": [ - "b66338f1-6b28-4217-b910-8fc55842af4e" + "b834cb94-e11c-4a67-854b-cf8abffc067e" ], "elapsed-time": [ - "7" + "9" ], "OData-Version": [ "4.0" @@ -4560,7 +4560,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:21 GMT" + "Sat, 08 Aug 2020 10:51:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -4569,31 +4569,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"pt-PT.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "97e3082c-379a-4365-8d37-92dfe93c3e78" + "2f84aa5c-810e-40a0-983a-61ecee096212" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -4611,10 +4611,10 @@ "no-cache" ], "request-id": [ - "97e3082c-379a-4365-8d37-92dfe93c3e78" + "2f84aa5c-810e-40a0-983a-61ecee096212" ], "elapsed-time": [ - "16" + "21" ], "OData-Version": [ "4.0" @@ -4626,7 +4626,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:21 GMT" + "Sat, 08 Aug 2020 10:51:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -4635,31 +4635,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"pt-PT.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "2f465097-93a8-4c38-a6e7-7fe518e8b37f" + "03b1e22d-2a6d-4fc1-84b8-899ccc6050e2" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -4677,10 +4677,10 @@ "no-cache" ], "request-id": [ - "2f465097-93a8-4c38-a6e7-7fe518e8b37f" + "03b1e22d-2a6d-4fc1-84b8-899ccc6050e2" ], "elapsed-time": [ - "6" + "11" ], "OData-Version": [ "4.0" @@ -4692,7 +4692,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:21 GMT" + "Sat, 08 Aug 2020 10:51:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -4701,31 +4701,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"pa.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "6744b3fb-c01c-4d5f-bc04-1138904ec32b" + "6e6cf8ef-d815-40bd-a4f3-000e64263bed" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -4743,10 +4743,10 @@ "no-cache" ], "request-id": [ - "6744b3fb-c01c-4d5f-bc04-1138904ec32b" + "6e6cf8ef-d815-40bd-a4f3-000e64263bed" ], "elapsed-time": [ - "18" + "15" ], "OData-Version": [ "4.0" @@ -4758,7 +4758,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:21 GMT" + "Sat, 08 Aug 2020 10:51:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -4767,31 +4767,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"ro.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "3ee1a739-133e-44fb-b316-9b3aacf7b6e6" + "9df04289-a4b7-41c4-9c8f-57458c45b0b7" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -4809,10 +4809,10 @@ "no-cache" ], "request-id": [ - "3ee1a739-133e-44fb-b316-9b3aacf7b6e6" + "9df04289-a4b7-41c4-9c8f-57458c45b0b7" ], "elapsed-time": [ - "14" + "19" ], "OData-Version": [ "4.0" @@ -4824,7 +4824,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:21 GMT" + "Sat, 08 Aug 2020 10:51:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -4833,31 +4833,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"ro.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "db8b542c-77e7-494a-8493-c4727e97b4bc" + "e86537b7-706a-4726-8d04-47ad958192c9" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -4875,10 +4875,10 @@ "no-cache" ], "request-id": [ - "db8b542c-77e7-494a-8493-c4727e97b4bc" + "e86537b7-706a-4726-8d04-47ad958192c9" ], "elapsed-time": [ - "8" + "6" ], "OData-Version": [ "4.0" @@ -4890,7 +4890,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:21 GMT" + "Sat, 08 Aug 2020 10:51:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -4899,31 +4899,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"ru.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "c9a9c05e-896a-4e30-bbf5-a56b3a642cb0" + "cee77dc9-e351-4567-ac53-f2422b9ee712" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -4941,10 +4941,10 @@ "no-cache" ], "request-id": [ - "c9a9c05e-896a-4e30-bbf5-a56b3a642cb0" + "cee77dc9-e351-4567-ac53-f2422b9ee712" ], "elapsed-time": [ - "20" + "16" ], "OData-Version": [ "4.0" @@ -4956,7 +4956,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:21 GMT" + "Sat, 08 Aug 2020 10:51:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -4965,31 +4965,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"ru.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "8d0689c1-6d52-4f06-b400-0fed040c3d78" + "5c73e01a-9607-4ff3-9c37-a66d01e0882f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -5007,10 +5007,10 @@ "no-cache" ], "request-id": [ - "8d0689c1-6d52-4f06-b400-0fed040c3d78" + "5c73e01a-9607-4ff3-9c37-a66d01e0882f" ], "elapsed-time": [ - "11" + "7" ], "OData-Version": [ "4.0" @@ -5022,7 +5022,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:21 GMT" + "Sat, 08 Aug 2020 10:51:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -5031,31 +5031,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"sr-cyrillic.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "d8aba046-9a08-4fa9-8138-2fcb354991c2" + "d2a4d1d0-be26-402f-b135-37bef9a894a9" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -5073,10 +5073,10 @@ "no-cache" ], "request-id": [ - "d8aba046-9a08-4fa9-8138-2fcb354991c2" + "d2a4d1d0-be26-402f-b135-37bef9a894a9" ], "elapsed-time": [ - "9" + "19" ], "OData-Version": [ "4.0" @@ -5088,7 +5088,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:21 GMT" + "Sat, 08 Aug 2020 10:51:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -5097,31 +5097,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"sr-latin.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "3f966479-429f-4cea-a288-57eea4326c61" + "562fef48-7e76-4f36-adaa-23650ca5cdfb" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -5139,10 +5139,10 @@ "no-cache" ], "request-id": [ - "3f966479-429f-4cea-a288-57eea4326c61" + "562fef48-7e76-4f36-adaa-23650ca5cdfb" ], "elapsed-time": [ - "14" + "13" ], "OData-Version": [ "4.0" @@ -5154,7 +5154,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:21 GMT" + "Sat, 08 Aug 2020 10:51:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -5163,31 +5163,31 @@ "-1" ], "Content-Length": [ - "374" + "375" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"ona\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"onaj\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"ona\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"onaj\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"sk.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "161da62e-e3fb-4749-905c-0cbf85f9d572" + "28bc6f49-3a4e-4535-b401-a42b602e5eea" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -5205,10 +5205,10 @@ "no-cache" ], "request-id": [ - "161da62e-e3fb-4749-905c-0cbf85f9d572" + "28bc6f49-3a4e-4535-b401-a42b602e5eea" ], "elapsed-time": [ - "11" + "19" ], "OData-Version": [ "4.0" @@ -5220,7 +5220,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:21 GMT" + "Sat, 08 Aug 2020 10:51:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -5229,31 +5229,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"sl.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "6d11843f-d9c4-4f96-b5b1-19c6d5290fd7" + "4058404a-7ab5-46f6-82cc-91ecddec5238" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -5271,10 +5271,10 @@ "no-cache" ], "request-id": [ - "6d11843f-d9c4-4f96-b5b1-19c6d5290fd7" + "4058404a-7ab5-46f6-82cc-91ecddec5238" ], "elapsed-time": [ - "15" + "17" ], "OData-Version": [ "4.0" @@ -5286,7 +5286,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:21 GMT" + "Sat, 08 Aug 2020 10:51:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -5295,31 +5295,31 @@ "-1" ], "Content-Length": [ - "373" + "374" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"oni\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"twa\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"oni\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"twa\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"es.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "3cd92964-5467-437b-901b-d2875f783111" + "df7d7afc-7c95-43c2-8606-b081298cee2f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -5337,7 +5337,7 @@ "no-cache" ], "request-id": [ - "3cd92964-5467-437b-901b-d2875f783111" + "df7d7afc-7c95-43c2-8606-b081298cee2f" ], "elapsed-time": [ "19" @@ -5352,7 +5352,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:22 GMT" + "Sat, 08 Aug 2020 10:51:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -5361,31 +5361,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"es.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "64e9d0de-5f89-4061-9193-4d5c264fcb05" + "bd5e4c09-efbd-4a5b-806e-a86f393d9e96" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -5403,10 +5403,10 @@ "no-cache" ], "request-id": [ - "64e9d0de-5f89-4061-9193-4d5c264fcb05" + "bd5e4c09-efbd-4a5b-806e-a86f393d9e96" ], "elapsed-time": [ - "5" + "9" ], "OData-Version": [ "4.0" @@ -5418,7 +5418,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:22 GMT" + "Sat, 08 Aug 2020 10:51:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -5427,31 +5427,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"sv.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "c87caddc-d53d-40a7-9441-60b3f10cb3a3" + "13655b8d-fa2a-4bd2-a1d7-720241aaf391" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -5469,10 +5469,10 @@ "no-cache" ], "request-id": [ - "c87caddc-d53d-40a7-9441-60b3f10cb3a3" + "13655b8d-fa2a-4bd2-a1d7-720241aaf391" ], "elapsed-time": [ - "16" + "14" ], "OData-Version": [ "4.0" @@ -5484,7 +5484,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:22 GMT" + "Sat, 08 Aug 2020 10:51:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -5493,31 +5493,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"sv.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "92271cf1-725a-4860-bb4c-bddaa2ecefb2" + "53730559-5546-4a02-8d1c-c3a87f8663d2" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -5535,10 +5535,10 @@ "no-cache" ], "request-id": [ - "92271cf1-725a-4860-bb4c-bddaa2ecefb2" + "53730559-5546-4a02-8d1c-c3a87f8663d2" ], "elapsed-time": [ - "8" + "9" ], "OData-Version": [ "4.0" @@ -5550,7 +5550,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:22 GMT" + "Sat, 08 Aug 2020 10:51:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -5559,31 +5559,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"ta.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "8c2f1727-e081-4616-8a0c-118ea66f860c" + "058c96a0-088f-456b-8335-af2780112d19" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -5601,10 +5601,10 @@ "no-cache" ], "request-id": [ - "8c2f1727-e081-4616-8a0c-118ea66f860c" + "058c96a0-088f-456b-8335-af2780112d19" ], "elapsed-time": [ - "14" + "21" ], "OData-Version": [ "4.0" @@ -5616,7 +5616,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:22 GMT" + "Sat, 08 Aug 2020 10:51:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -5625,31 +5625,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"te.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "828fc859-8463-440f-921b-0414c873e180" + "f3a65bcd-6428-406e-ae73-31e7b4d86944" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -5667,10 +5667,10 @@ "no-cache" ], "request-id": [ - "828fc859-8463-440f-921b-0414c873e180" + "f3a65bcd-6428-406e-ae73-31e7b4d86944" ], "elapsed-time": [ - "18" + "19" ], "OData-Version": [ "4.0" @@ -5682,7 +5682,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:22 GMT" + "Sat, 08 Aug 2020 10:51:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -5691,31 +5691,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"th.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "71d547c8-b8d1-495d-a9d9-7f4940ac9a0b" + "4413b716-97e9-409a-ae7c-51388547a7f9" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -5733,10 +5733,10 @@ "no-cache" ], "request-id": [ - "71d547c8-b8d1-495d-a9d9-7f4940ac9a0b" + "4413b716-97e9-409a-ae7c-51388547a7f9" ], "elapsed-time": [ - "14" + "146" ], "OData-Version": [ "4.0" @@ -5748,7 +5748,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:22 GMT" + "Sat, 08 Aug 2020 10:51:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -5757,31 +5757,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"th.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "29721230-3528-401e-a593-846444b28b9c" + "8b48c81d-036a-4976-99dc-25cc70c2e03e" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -5799,10 +5799,10 @@ "no-cache" ], "request-id": [ - "29721230-3528-401e-a593-846444b28b9c" + "8b48c81d-036a-4976-99dc-25cc70c2e03e" ], "elapsed-time": [ - "30" + "33" ], "OData-Version": [ "4.0" @@ -5814,7 +5814,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:22 GMT" + "Sat, 08 Aug 2020 10:51:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -5823,31 +5823,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"tr.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "53b10a2c-a16d-4f23-b91e-45a1799f2dbe" + "f33ccc27-0c20-44a8-8d0f-892259e962bf" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -5865,10 +5865,10 @@ "no-cache" ], "request-id": [ - "53b10a2c-a16d-4f23-b91e-45a1799f2dbe" + "f33ccc27-0c20-44a8-8d0f-892259e962bf" ], "elapsed-time": [ - "7" + "11" ], "OData-Version": [ "4.0" @@ -5880,7 +5880,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:22 GMT" + "Sat, 08 Aug 2020 10:51:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -5889,31 +5889,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"tr.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "c7152a63-c5c4-4197-93ef-5729aba6b074" + "0180a505-2def-48de-aca8-841886719843" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -5931,7 +5931,7 @@ "no-cache" ], "request-id": [ - "c7152a63-c5c4-4197-93ef-5729aba6b074" + "0180a505-2def-48de-aca8-841886719843" ], "elapsed-time": [ "9" @@ -5946,7 +5946,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:22 GMT" + "Sat, 08 Aug 2020 10:51:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -5955,31 +5955,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"uk.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "bce8dd05-b28e-4952-a647-67828fd664af" + "c5b003d0-77f4-4bce-a85e-e4dc620aeeb5" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -5997,7 +5997,7 @@ "no-cache" ], "request-id": [ - "bce8dd05-b28e-4952-a647-67828fd664af" + "c5b003d0-77f4-4bce-a85e-e4dc620aeeb5" ], "elapsed-time": [ "20" @@ -6012,7 +6012,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:22 GMT" + "Sat, 08 Aug 2020 10:51:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -6021,31 +6021,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"ur.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "558e76f9-fec5-4716-950d-84b1d0e2720e" + "71f6c0a3-526c-42d7-a3bc-e66e381ff32a" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -6063,10 +6063,10 @@ "no-cache" ], "request-id": [ - "558e76f9-fec5-4716-950d-84b1d0e2720e" + "71f6c0a3-526c-42d7-a3bc-e66e381ff32a" ], "elapsed-time": [ - "21" + "16" ], "OData-Version": [ "4.0" @@ -6078,7 +6078,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:22 GMT" + "Sat, 08 Aug 2020 10:51:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -6087,31 +6087,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"vi.microsoft\"\r\n}", "RequestHeaders": { "client-request-id": [ - "4cf9b803-8327-4da4-ad10-8d1db25ec353" + "23e5f86d-9bad-4184-903a-e157ede9d575" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -6129,10 +6129,10 @@ "no-cache" ], "request-id": [ - "4cf9b803-8327-4da4-ad10-8d1db25ec353" + "23e5f86d-9bad-4184-903a-e157ede9d575" ], "elapsed-time": [ - "8" + "6" ], "OData-Version": [ "4.0" @@ -6144,7 +6144,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:22 GMT" + "Sat, 08 Aug 2020 10:51:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -6153,31 +6153,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"standard.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "ccfbf80a-1b5d-4e4e-9f58-4dbc17923e5b" + "2e69da40-3e0e-4951-a58b-8bbfee0de75a" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -6195,10 +6195,10 @@ "no-cache" ], "request-id": [ - "ccfbf80a-1b5d-4e4e-9f58-4dbc17923e5b" + "2e69da40-3e0e-4951-a58b-8bbfee0de75a" ], "elapsed-time": [ - "4" + "9" ], "OData-Version": [ "4.0" @@ -6210,7 +6210,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:22 GMT" + "Sat, 08 Aug 2020 10:51:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -6219,31 +6219,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"standardasciifolding.lucene\"\r\n}", "RequestHeaders": { "client-request-id": [ - "07ae559c-f956-4e26-9cf3-be14b70a4aa8" + "68b3a11b-fef4-4c04-b133-440d9e6b5caf" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -6261,10 +6261,10 @@ "no-cache" ], "request-id": [ - "07ae559c-f956-4e26-9cf3-be14b70a4aa8" + "68b3a11b-fef4-4c04-b133-440d9e6b5caf" ], "elapsed-time": [ - "10" + "8" ], "OData-Version": [ "4.0" @@ -6276,7 +6276,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:22 GMT" + "Sat, 08 Aug 2020 10:51:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -6285,31 +6285,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"keyword\"\r\n}", "RequestHeaders": { "client-request-id": [ - "8271db50-2820-4e1f-9216-49c2ee2b84d5" + "a6ee5f30-0b80-4131-96db-11ca1d76be54" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -6327,10 +6327,10 @@ "no-cache" ], "request-id": [ - "8271db50-2820-4e1f-9216-49c2ee2b84d5" + "a6ee5f30-0b80-4131-96db-11ca1d76be54" ], "elapsed-time": [ - "7" + "4" ], "OData-Version": [ "4.0" @@ -6342,7 +6342,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:22 GMT" + "Sat, 08 Aug 2020 10:51:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -6351,31 +6351,31 @@ "-1" ], "Content-Length": [ - "200" + "201" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One two\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 7,\r\n \"position\": 0\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One two\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 7,\r\n \"position\": 0\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"pattern\"\r\n}", "RequestHeaders": { "client-request-id": [ - "7042820b-8fb2-49a1-8676-fc67d87d8586" + "63d2f81e-d9cb-4ea2-8954-72801f23fd9d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -6393,10 +6393,10 @@ "no-cache" ], "request-id": [ - "7042820b-8fb2-49a1-8676-fc67d87d8586" + "63d2f81e-d9cb-4ea2-8954-72801f23fd9d" ], "elapsed-time": [ - "10" + "9" ], "OData-Version": [ "4.0" @@ -6408,7 +6408,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:22 GMT" + "Sat, 08 Aug 2020 10:51:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -6417,31 +6417,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"simple\"\r\n}", "RequestHeaders": { "client-request-id": [ - "35fb516f-6645-4846-9340-dcf158dd1923" + "f3dfab1d-9cba-4505-bb86-ca213af47f35" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -6459,10 +6459,10 @@ "no-cache" ], "request-id": [ - "35fb516f-6645-4846-9340-dcf158dd1923" + "f3dfab1d-9cba-4505-bb86-ca213af47f35" ], "elapsed-time": [ - "10" + "4" ], "OData-Version": [ "4.0" @@ -6474,7 +6474,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:22 GMT" + "Sat, 08 Aug 2020 10:51:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -6483,31 +6483,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"stop\"\r\n}", "RequestHeaders": { "client-request-id": [ - "0cf147f8-be71-47fa-9595-968b993b3922" + "b418c624-2c30-4ba4-8edf-d23ce13999a4" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -6525,10 +6525,10 @@ "no-cache" ], "request-id": [ - "0cf147f8-be71-47fa-9595-968b993b3922" + "b418c624-2c30-4ba4-8edf-d23ce13999a4" ], "elapsed-time": [ - "8" + "6" ], "OData-Version": [ "4.0" @@ -6540,7 +6540,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:22 GMT" + "Sat, 08 Aug 2020 10:51:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -6549,31 +6549,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"analyzer\": \"whitespace\"\r\n}", "RequestHeaders": { "client-request-id": [ - "8b8bebf3-fc07-48aa-b46b-6720e61add81" + "d7644497-81cc-46d4-aee7-fec005e1873d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -6591,10 +6591,10 @@ "no-cache" ], "request-id": [ - "8b8bebf3-fc07-48aa-b46b-6720e61add81" + "d7644497-81cc-46d4-aee7-fec005e1873d" ], "elapsed-time": [ - "5" + "8" ], "OData-Version": [ "4.0" @@ -6606,7 +6606,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:22 GMT" + "Sat, 08 Aug 2020 10:51:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -6615,31 +6615,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"tokenizer\": \"classic\"\r\n}", "RequestHeaders": { "client-request-id": [ - "0cc555b5-8e34-491b-ae41-f07e0d301714" + "60b2dea0-16f7-4269-ad25-372f0deafc93" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -6657,10 +6657,10 @@ "no-cache" ], "request-id": [ - "0cc555b5-8e34-491b-ae41-f07e0d301714" + "60b2dea0-16f7-4269-ad25-372f0deafc93" ], "elapsed-time": [ - "9" + "17" ], "OData-Version": [ "4.0" @@ -6672,7 +6672,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:22 GMT" + "Sat, 08 Aug 2020 10:51:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -6681,31 +6681,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"tokenizer\": \"edgeNGram\"\r\n}", "RequestHeaders": { "client-request-id": [ - "2df4c9e8-4bc4-4249-b84e-133a30bcc4a6" + "f6c7ad77-bee3-43e7-b000-4f9bf50ab8e3" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -6723,10 +6723,10 @@ "no-cache" ], "request-id": [ - "2df4c9e8-4bc4-4249-b84e-133a30bcc4a6" + "f6c7ad77-bee3-43e7-b000-4f9bf50ab8e3" ], "elapsed-time": [ - "10" + "5" ], "OData-Version": [ "4.0" @@ -6738,7 +6738,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:22 GMT" + "Sat, 08 Aug 2020 10:51:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -6747,31 +6747,31 @@ "-1" ], "Content-Length": [ - "194" + "195" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"O\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 1,\r\n \"position\": 0\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"O\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 1,\r\n \"position\": 0\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"tokenizer\": \"keyword_v2\"\r\n}", "RequestHeaders": { "client-request-id": [ - "2c6a4f04-2770-4c83-ac83-7640a02cfcc3" + "54b33d29-9bc7-459c-a3fa-a1bbde7e34eb" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -6789,10 +6789,10 @@ "no-cache" ], "request-id": [ - "2c6a4f04-2770-4c83-ac83-7640a02cfcc3" + "54b33d29-9bc7-459c-a3fa-a1bbde7e34eb" ], "elapsed-time": [ - "5" + "11" ], "OData-Version": [ "4.0" @@ -6804,7 +6804,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:22 GMT" + "Sat, 08 Aug 2020 10:51:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -6813,31 +6813,31 @@ "-1" ], "Content-Length": [ - "200" + "201" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One two\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 7,\r\n \"position\": 0\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One two\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 7,\r\n \"position\": 0\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"tokenizer\": \"letter\"\r\n}", "RequestHeaders": { "client-request-id": [ - "9440aa02-8c85-45fe-982f-eef0239c2483" + "83cec958-9d80-4be1-b3c4-6ecc3e6ab19f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -6855,10 +6855,10 @@ "no-cache" ], "request-id": [ - "9440aa02-8c85-45fe-982f-eef0239c2483" + "83cec958-9d80-4be1-b3c4-6ecc3e6ab19f" ], "elapsed-time": [ - "4" + "6" ], "OData-Version": [ "4.0" @@ -6870,7 +6870,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:22 GMT" + "Sat, 08 Aug 2020 10:51:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -6879,31 +6879,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"tokenizer\": \"lowercase\"\r\n}", "RequestHeaders": { "client-request-id": [ - "4b62b6cc-74a1-491f-85e3-eb6e2cd4eb40" + "9e90eff4-9ac6-4fcf-b9be-5f680ffbb18c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -6921,10 +6921,10 @@ "no-cache" ], "request-id": [ - "4b62b6cc-74a1-491f-85e3-eb6e2cd4eb40" + "9e90eff4-9ac6-4fcf-b9be-5f680ffbb18c" ], "elapsed-time": [ - "4" + "9" ], "OData-Version": [ "4.0" @@ -6936,7 +6936,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:22 GMT" + "Sat, 08 Aug 2020 10:51:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -6945,31 +6945,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"one\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"tokenizer\": \"microsoft_language_tokenizer\"\r\n}", "RequestHeaders": { "client-request-id": [ - "c383c2e6-474b-46cd-8674-f4d3fced8e9c" + "302bd95b-3101-4950-881c-2e7f15504667" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -6987,7 +6987,7 @@ "no-cache" ], "request-id": [ - "c383c2e6-474b-46cd-8674-f4d3fced8e9c" + "302bd95b-3101-4950-881c-2e7f15504667" ], "elapsed-time": [ "13" @@ -7002,7 +7002,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:22 GMT" + "Sat, 08 Aug 2020 10:51:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -7011,31 +7011,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"tokenizer\": \"microsoft_language_stemming_tokenizer\"\r\n}", "RequestHeaders": { "client-request-id": [ - "6a384e41-eb55-4fb2-b80a-19300939afae" + "0a4de4f8-1e5b-4773-b434-0f67c3b17098" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -7053,7 +7053,7 @@ "no-cache" ], "request-id": [ - "6a384e41-eb55-4fb2-b80a-19300939afae" + "0a4de4f8-1e5b-4773-b434-0f67c3b17098" ], "elapsed-time": [ "15" @@ -7068,7 +7068,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:23 GMT" + "Sat, 08 Aug 2020 10:51:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -7077,31 +7077,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"tokenizer\": \"nGram\"\r\n}", "RequestHeaders": { "client-request-id": [ - "b4dc15c2-087a-4d5d-b63f-bd4193749bc2" + "5a829f51-0feb-4f2e-bbb5-9379e10f4d7d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -7119,10 +7119,10 @@ "no-cache" ], "request-id": [ - "b4dc15c2-087a-4d5d-b63f-bd4193749bc2" + "5a829f51-0feb-4f2e-bbb5-9379e10f4d7d" ], "elapsed-time": [ - "6" + "9" ], "OData-Version": [ "4.0" @@ -7134,7 +7134,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:23 GMT" + "Sat, 08 Aug 2020 10:51:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -7143,31 +7143,31 @@ "-1" ], "Content-Length": [ - "887" + "888" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"O\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 1,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"On\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 2,\r\n \"position\": 1\r\n },\r\n {\r\n \"token\": \"n\",\r\n \"startOffset\": 1,\r\n \"endOffset\": 2,\r\n \"position\": 2\r\n },\r\n {\r\n \"token\": \"ne\",\r\n \"startOffset\": 1,\r\n \"endOffset\": 3,\r\n \"position\": 3\r\n },\r\n {\r\n \"token\": \"e\",\r\n \"startOffset\": 2,\r\n \"endOffset\": 3,\r\n \"position\": 4\r\n },\r\n {\r\n \"token\": \"e \",\r\n \"startOffset\": 2,\r\n \"endOffset\": 4,\r\n \"position\": 5\r\n },\r\n {\r\n \"token\": \" \",\r\n \"startOffset\": 3,\r\n \"endOffset\": 4,\r\n \"position\": 6\r\n },\r\n {\r\n \"token\": \" t\",\r\n \"startOffset\": 3,\r\n \"endOffset\": 5,\r\n \"position\": 7\r\n },\r\n {\r\n \"token\": \"t\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 5,\r\n \"position\": 8\r\n },\r\n {\r\n \"token\": \"tw\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 6,\r\n \"position\": 9\r\n },\r\n {\r\n \"token\": \"w\",\r\n \"startOffset\": 5,\r\n \"endOffset\": 6,\r\n \"position\": 10\r\n },\r\n {\r\n \"token\": \"wo\",\r\n \"startOffset\": 5,\r\n \"endOffset\": 7,\r\n \"position\": 11\r\n },\r\n {\r\n \"token\": \"o\",\r\n \"startOffset\": 6,\r\n \"endOffset\": 7,\r\n \"position\": 12\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"O\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 1,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"On\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 2,\r\n \"position\": 1\r\n },\r\n {\r\n \"token\": \"n\",\r\n \"startOffset\": 1,\r\n \"endOffset\": 2,\r\n \"position\": 2\r\n },\r\n {\r\n \"token\": \"ne\",\r\n \"startOffset\": 1,\r\n \"endOffset\": 3,\r\n \"position\": 3\r\n },\r\n {\r\n \"token\": \"e\",\r\n \"startOffset\": 2,\r\n \"endOffset\": 3,\r\n \"position\": 4\r\n },\r\n {\r\n \"token\": \"e \",\r\n \"startOffset\": 2,\r\n \"endOffset\": 4,\r\n \"position\": 5\r\n },\r\n {\r\n \"token\": \" \",\r\n \"startOffset\": 3,\r\n \"endOffset\": 4,\r\n \"position\": 6\r\n },\r\n {\r\n \"token\": \" t\",\r\n \"startOffset\": 3,\r\n \"endOffset\": 5,\r\n \"position\": 7\r\n },\r\n {\r\n \"token\": \"t\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 5,\r\n \"position\": 8\r\n },\r\n {\r\n \"token\": \"tw\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 6,\r\n \"position\": 9\r\n },\r\n {\r\n \"token\": \"w\",\r\n \"startOffset\": 5,\r\n \"endOffset\": 6,\r\n \"position\": 10\r\n },\r\n {\r\n \"token\": \"wo\",\r\n \"startOffset\": 5,\r\n \"endOffset\": 7,\r\n \"position\": 11\r\n },\r\n {\r\n \"token\": \"o\",\r\n \"startOffset\": 6,\r\n \"endOffset\": 7,\r\n \"position\": 12\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"tokenizer\": \"path_hierarchy_v2\"\r\n}", "RequestHeaders": { "client-request-id": [ - "a66cb867-6eab-49f4-893e-b5196dca6786" + "037a6b60-7178-4873-aa44-f46be182254f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -7185,10 +7185,10 @@ "no-cache" ], "request-id": [ - "a66cb867-6eab-49f4-893e-b5196dca6786" + "037a6b60-7178-4873-aa44-f46be182254f" ], "elapsed-time": [ - "11" + "10" ], "OData-Version": [ "4.0" @@ -7200,7 +7200,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:23 GMT" + "Sat, 08 Aug 2020 10:51:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -7209,31 +7209,31 @@ "-1" ], "Content-Length": [ - "200" + "201" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One two\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 7,\r\n \"position\": 0\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One two\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 7,\r\n \"position\": 0\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"tokenizer\": \"pattern\"\r\n}", "RequestHeaders": { "client-request-id": [ - "efd90613-022d-431d-9ed5-9013442bba66" + "d0eec8cb-c072-42a9-9a84-5e84b4cd94a0" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -7251,10 +7251,10 @@ "no-cache" ], "request-id": [ - "efd90613-022d-431d-9ed5-9013442bba66" + "d0eec8cb-c072-42a9-9a84-5e84b4cd94a0" ], "elapsed-time": [ - "9" + "10" ], "OData-Version": [ "4.0" @@ -7266,7 +7266,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:23 GMT" + "Sat, 08 Aug 2020 10:51:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -7275,31 +7275,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"tokenizer\": \"standard_v2\"\r\n}", "RequestHeaders": { "client-request-id": [ - "f298093b-9c29-4808-b0be-7b6f1fabac4f" + "bfca05e2-967f-476f-9359-3810a4d52032" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -7317,10 +7317,10 @@ "no-cache" ], "request-id": [ - "f298093b-9c29-4808-b0be-7b6f1fabac4f" + "bfca05e2-967f-476f-9359-3810a4d52032" ], "elapsed-time": [ - "5" + "10" ], "OData-Version": [ "4.0" @@ -7332,7 +7332,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:23 GMT" + "Sat, 08 Aug 2020 10:51:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -7341,31 +7341,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"tokenizer\": \"uax_url_email\"\r\n}", "RequestHeaders": { "client-request-id": [ - "9d664fb7-d336-4e41-ada9-1d603154006d" + "adc9bed1-afd7-4a78-bd5d-d99dafd01382" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -7383,10 +7383,10 @@ "no-cache" ], "request-id": [ - "9d664fb7-d336-4e41-ada9-1d603154006d" + "adc9bed1-afd7-4a78-bd5d-d99dafd01382" ], "elapsed-time": [ - "38" + "40" ], "OData-Version": [ "4.0" @@ -7398,7 +7398,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:23 GMT" + "Sat, 08 Aug 2020 10:51:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -7407,31 +7407,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"tokenizer\": \"whitespace\"\r\n}", "RequestHeaders": { "client-request-id": [ - "ed59a63d-899c-47f3-aaba-b6b9ed94ff95" + "267557f1-5a00-4fa1-9b3b-cb4cc126496a" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -7449,10 +7449,10 @@ "no-cache" ], "request-id": [ - "ed59a63d-899c-47f3-aaba-b6b9ed94ff95" + "267557f1-5a00-4fa1-9b3b-cb4cc126496a" ], "elapsed-time": [ - "11" + "4" ], "OData-Version": [ "4.0" @@ -7464,7 +7464,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:23 GMT" + "Sat, 08 Aug 2020 10:51:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -7473,31 +7473,31 @@ "-1" ], "Content-Length": [ - "255" + "256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"One\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n },\r\n {\r\n \"token\": \"two\",\r\n \"startOffset\": 4,\r\n \"endOffset\": 7,\r\n \"position\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7165')/search.analyze?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1085')/search.analyze?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDg1Jykvc2VhcmNoLmFuYWx5emU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"text\": \"One two\",\r\n \"tokenizer\": \"whitespace\",\r\n \"tokenFilters\": [\r\n \"arabic_normalization\",\r\n \"apostrophe\",\r\n \"asciifolding\",\r\n \"cjk_bigram\",\r\n \"cjk_width\",\r\n \"classic\",\r\n \"common_grams\",\r\n \"edgeNGram_v2\",\r\n \"elision\",\r\n \"german_normalization\",\r\n \"hindi_normalization\",\r\n \"indic_normalization\",\r\n \"keyword_repeat\",\r\n \"kstem\",\r\n \"length\",\r\n \"limit\",\r\n \"lowercase\",\r\n \"nGram_v2\",\r\n \"persian_normalization\",\r\n \"phonetic\",\r\n \"porter_stem\",\r\n \"reverse\",\r\n \"scandinavian_normalization\",\r\n \"scandinavian_folding\",\r\n \"shingle\",\r\n \"snowball\",\r\n \"sorani_normalization\",\r\n \"stemmer\",\r\n \"stopwords\",\r\n \"trim\",\r\n \"truncate\",\r\n \"unique\",\r\n \"uppercase\",\r\n \"word_delimiter\"\r\n ],\r\n \"charFilters\": [\r\n \"html_strip\"\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "84b8902c-40a3-40c5-a26d-932f8ff76d98" + "c420517a-7691-471a-adc7-cac6d05a2fa7" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6B50921E2000EFD0AA9744E11E6EC57" + "BA5E2BE7987F5FEE4153D24F3A0E12F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -7515,10 +7515,10 @@ "no-cache" ], "request-id": [ - "84b8902c-40a3-40c5-a26d-932f8ff76d98" + "c420517a-7691-471a-adc7-cac6d05a2fa7" ], "elapsed-time": [ - "214" + "236" ], "OData-Version": [ "4.0" @@ -7530,7 +7530,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:27:23 GMT" + "Sat, 08 Aug 2020 10:51:50 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -7539,28 +7539,28 @@ "-1" ], "Content-Length": [ - "194" + "195" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-520.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"O\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2892.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\r\n \"tokens\": [\r\n {\r\n \"token\": \"O\",\r\n \"startOffset\": 0,\r\n \"endOffset\": 3,\r\n \"position\": 0\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5930/providers/Microsoft.Search/searchServices/azs-520?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MjA/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9738/providers/Microsoft.Search/searchServices/azs-2892?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODkyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b577361-df99-47f4-8adc-825541968447" + "31f4c73e-10f6-4525-91a8-cbbf517d168f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -7571,52 +7571,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "0b577361-df99-47f4-8adc-825541968447" + "63766df6-8f47-40b1-a103-6d317f04ba88" ], - "request-id": [ - "0b577361-df99-47f4-8adc-825541968447" + "x-ms-correlation-request-id": [ + "63766df6-8f47-40b1-a103-6d317f04ba88" ], - "elapsed-time": [ - "940" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T105258Z:63766df6-8f47-40b1-a103-6d317f04ba88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" - ], - "x-ms-correlation-request-id": [ - "9c74aba0-684d-43d4-b23c-b54a81f32cba" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022727Z:9c74aba0-684d-43d4-b23c-b54a81f32cba" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:27:26 GMT" + "Sat, 08 Aug 2020 10:52:57 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5930", - "azsmnet3340", - "azsmnet7165" + "azsmnet9738", + "azsmnet5277", + "azsmnet1085" ], "GenerateServiceName": [ - "azs-520" + "azs-2892" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanCreateAllAnalysisComponents.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanCreateAllAnalysisComponents.json index fd659b0a0a24..78926c2a3163 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanCreateAllAnalysisComponents.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanCreateAllAnalysisComponents.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06fc148a-9ebb-4d6c-b7dd-f50869326681" + "e8cc1b7c-4299-4135-93dd-0ca9c5917d74" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1175" + "1199" ], "x-ms-request-id": [ - "64210c8e-5cd0-4833-b6bd-d6b9986d94e1" + "65703880-230f-4139-9bb8-44736eb6c4b3" ], "x-ms-correlation-request-id": [ - "64210c8e-5cd0-4833-b6bd-d6b9986d94e1" + "65703880-230f-4139-9bb8-44736eb6c4b3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022944Z:64210c8e-5cd0-4833-b6bd-d6b9986d94e1" + "NORTHEUROPE:20200808T184105Z:65703880-230f-4139-9bb8-44736eb6c4b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:29:43 GMT" + "Sat, 08 Aug 2020 18:41:05 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6360?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MzYwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2132?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMTMyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "48fbaa13-284c-45df-b82c-ca90cb0e48eb" + "184b7680-c1ac-4f04-bf99-baa7b2f029b5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1199" ], "x-ms-request-id": [ - "1ceef6f1-9f7b-430b-a338-84dda8657e2c" + "a8addd66-0aaa-4ca6-ba8a-8e4cc60b32f4" ], "x-ms-correlation-request-id": [ - "1ceef6f1-9f7b-430b-a338-84dda8657e2c" + "a8addd66-0aaa-4ca6-ba8a-8e4cc60b32f4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022945Z:1ceef6f1-9f7b-430b-a338-84dda8657e2c" + "NORTHEUROPE:20200808T184107Z:a8addd66-0aaa-4ca6-ba8a-8e4cc60b32f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:29:45 GMT" + "Sat, 08 Aug 2020 18:41:07 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6360\",\r\n \"name\": \"azsmnet6360\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2132\",\r\n \"name\": \"azsmnet2132\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6360/providers/Microsoft.Search/searchServices/azs-8324?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzI0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2132/providers/Microsoft.Search/searchServices/azs-5423?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NDIzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0ebdf1ef-1595-4e35-b2c0-8e49d2e06a1a" + "f90e79a7-9032-4297-baca-ec425417acb4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A29%3A48.7862591Z'\"" + "W/\"datetime'2020-08-08T18%3A41%3A58.9660598Z'\"" + ], + "Vary": [ + "Accept-Encoding" ], "x-ms-request-id": [ - "0ebdf1ef-1595-4e35-b2c0-8e49d2e06a1a" + "f90e79a7-9032-4297-baca-ec425417acb4" ], "request-id": [ - "0ebdf1ef-1595-4e35-b2c0-8e49d2e06a1a" + "f90e79a7-9032-4297-baca-ec425417acb4" ], "elapsed-time": [ - "2015" + "434" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1199" ], "x-ms-correlation-request-id": [ - "5676f2a1-8ce3-4da8-a955-e444510c9f16" + "5277243b-46e5-45e6-9008-c3a9770710b5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022950Z:5676f2a1-8ce3-4da8-a955-e444510c9f16" + "NORTHEUROPE:20200808T184200Z:5277243b-46e5-45e6-9008-c3a9770710b5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:29:50 GMT" + "Sat, 08 Aug 2020 18:41:59 GMT" ], "Content-Length": [ "529" @@ -198,25 +201,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6360/providers/Microsoft.Search/searchServices/azs-8324\",\r\n \"name\": \"azs-8324\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", - "StatusCode": 201 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2132/providers/Microsoft.Search/searchServices/azs-5423\",\r\n \"name\": \"azs-5423\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6360/providers/Microsoft.Search/searchServices/azs-8324/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzI0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2132/providers/Microsoft.Search/searchServices/azs-5423/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NDIzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d7269af0-b8a4-4d39-b2d3-2f3849e0a8ea" + "d9c039b2-929d-4ece-8586-e86868cef5fc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +234,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d7269af0-b8a4-4d39-b2d3-2f3849e0a8ea" + "d9c039b2-929d-4ece-8586-e86868cef5fc" ], "request-id": [ - "d7269af0-b8a4-4d39-b2d3-2f3849e0a8ea" + "d9c039b2-929d-4ece-8586-e86868cef5fc" ], "elapsed-time": [ - "144" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1199" ], "x-ms-correlation-request-id": [ - "2e80f054-ab4a-45bc-b4a6-57a74ec169ca" + "b3e429e0-f8aa-4800-9f9e-458f97dad390" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022952Z:2e80f054-ab4a-45bc-b4a6-57a74ec169ca" + "NORTHEUROPE:20200808T184203Z:b3e429e0-f8aa-4800-9f9e-458f97dad390" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:29:51 GMT" + "Sat, 08 Aug 2020 18:42:02 GMT" ], "Content-Length": [ "99" @@ -267,25 +270,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"68B06F08FCC054ECCEFEBEB7171921C1\",\r\n \"secondaryKey\": \"591DE57335635826289C54D6A17492DE\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"75D7D5B42C60C4E64A96EEB485DED0B1\",\r\n \"secondaryKey\": \"3C4FD4E74FEBD018B9281E889924C5D2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6360/providers/Microsoft.Search/searchServices/azs-8324/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzI0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2132/providers/Microsoft.Search/searchServices/azs-5423/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NDIzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe7f7f85-0496-4af0-82e7-4d827ccab6c4" + "cd5ca9e1-a758-41da-955d-9786929478c2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +303,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "fe7f7f85-0496-4af0-82e7-4d827ccab6c4" + "cd5ca9e1-a758-41da-955d-9786929478c2" ], "request-id": [ - "fe7f7f85-0496-4af0-82e7-4d827ccab6c4" + "cd5ca9e1-a758-41da-955d-9786929478c2" ], "elapsed-time": [ - "98" + "90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1198" ], "x-ms-correlation-request-id": [ - "e05bf70c-4655-4afd-bdc0-82ae696bea80" + "fc8210ff-b7e6-40c6-9424-35cdef12548d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022952Z:e05bf70c-4655-4afd-bdc0-82ae696bea80" + "NORTHEUROPE:20200808T184203Z:fc8210ff-b7e6-40c6-9424-35cdef12548d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:29:52 GMT" + "Sat, 08 Aug 2020 18:42:02 GMT" ], "Content-Length": [ "82" @@ -336,35 +339,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"E273C50DDE6DBDE41BE967FA7010DB70\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"8349FD16F1186C5A93BBC5E0FB2B0304\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet431\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1639\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "6ddb6bc3-03c6-41d9-aa82-978011a714db" + "db9520c4-380b-4e18-975a-aea85b6f515d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "68B06F08FCC054ECCEFEBEB7171921C1" + "75D7D5B42C60C4E64A96EEB485DED0B1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6974" + "6975" ] }, "ResponseHeaders": { @@ -375,16 +378,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803782CBAE85B\"" + "W/\"0x8D83BCAC11AC4E5\"" ], "Location": [ - "https://azs-8324.search-dogfood.windows-int.net/indexes('azsmnet431')?api-version=2019-05-06" + "https://azs-5423.search-dogfood.windows-int.net/indexes('azsmnet1639')?api-version=2019-05-06" ], "request-id": [ - "6ddb6bc3-03c6-41d9-aa82-978011a714db" + "db9520c4-380b-4e18-975a-aea85b6f515d" ], "elapsed-time": [ - "1260" + "2971" ], "OData-Version": [ "4.0" @@ -396,7 +399,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:29:55 GMT" + "Sat, 08 Aug 2020 18:42:08 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,38 +408,38 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8324.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803782CBAE85B\\\"\",\r\n \"name\": \"azsmnet431\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5423.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83BCAC11AC4E5\\\"\",\r\n \"name\": \"azsmnet1639\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3547\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"my_tokenizer\",\r\n \"tokenFilters\": [\r\n \"my_tokenfilter\"\r\n ],\r\n \"charFilters\": [\r\n \"my_charfilter\"\r\n ],\r\n \"name\": \"azsmnet4489\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"edgeNGram\",\r\n \"name\": \"azsmnet8982\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"lowercase\": false,\r\n \"pattern\": \"abc\",\r\n \"flags\": \"DOTALL\",\r\n \"stopwords\": [\r\n \"the\"\r\n ],\r\n \"name\": \"azsmnet5655\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StandardAnalyzer\",\r\n \"maxTokenLength\": 100,\r\n \"stopwords\": [\r\n \"the\"\r\n ],\r\n \"name\": \"azsmnet7869\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"stopwords\": [\r\n \"the\"\r\n ],\r\n \"name\": \"azsmnet6821\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"name\": \"azsmnet2370\"\r\n }\r\n ],\r\n \"tokenizers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenizer\",\r\n \"minGram\": 1,\r\n \"maxGram\": 2,\r\n \"name\": \"my_tokenizer\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenizer\",\r\n \"minGram\": 2,\r\n \"maxGram\": 4,\r\n \"tokenChars\": [\r\n \"letter\"\r\n ],\r\n \"name\": \"azsmnet5457\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.NGramTokenizer\",\r\n \"minGram\": 2,\r\n \"maxGram\": 4,\r\n \"tokenChars\": [\r\n \"letter\"\r\n ],\r\n \"name\": \"azsmnet2611\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.ClassicTokenizer\",\r\n \"maxTokenLength\": 100,\r\n \"name\": \"azsmnet6268\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.KeywordTokenizerV2\",\r\n \"maxTokenLength\": 100,\r\n \"name\": \"azsmnet8105\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 100,\r\n \"isSearchTokenizer\": true,\r\n \"language\": \"croatian\",\r\n \"name\": \"azsmnet6731\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 100,\r\n \"isSearchTokenizer\": true,\r\n \"language\": \"thai\",\r\n \"name\": \"azsmnet5771\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PathHierarchyTokenizerV2\",\r\n \"delimiter\": \":\",\r\n \"replacement\": \"_\",\r\n \"maxTokenLength\": 300,\r\n \"reverse\": true,\r\n \"skip\": 2,\r\n \"name\": \"azsmnet2507\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternTokenizer\",\r\n \"pattern\": \".*\",\r\n \"flags\": \"MULTILINE|LITERAL\",\r\n \"group\": 0,\r\n \"name\": \"azsmnet1163\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StandardTokenizerV2\",\r\n \"maxTokenLength\": 100,\r\n \"name\": \"azsmnet8066\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.UaxUrlEmailTokenizer\",\r\n \"maxTokenLength\": 100,\r\n \"name\": \"azsmnet1101\"\r\n }\r\n ],\r\n \"tokenFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CjkBigramTokenFilter\",\r\n \"name\": \"my_tokenfilter\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CjkBigramTokenFilter\",\r\n \"ignoreScripts\": [\r\n \"han\"\r\n ],\r\n \"outputUnigrams\": true,\r\n \"name\": \"azsmnet9630\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CjkBigramTokenFilter\",\r\n \"name\": \"azsmnet4201\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.AsciiFoldingTokenFilter\",\r\n \"preserveOriginal\": true,\r\n \"name\": \"azsmnet8263\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.AsciiFoldingTokenFilter\",\r\n \"name\": \"azsmnet1874\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CommonGramTokenFilter\",\r\n \"commonWords\": [\r\n \"hello\",\r\n \"goodbye\"\r\n ],\r\n \"ignoreCase\": true,\r\n \"queryMode\": true,\r\n \"name\": \"azsmnet4480\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CommonGramTokenFilter\",\r\n \"commonWords\": [\r\n \"at\"\r\n ],\r\n \"name\": \"azsmnet2148\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.DictionaryDecompounderTokenFilter\",\r\n \"wordList\": [\r\n \"Schadenfreude\"\r\n ],\r\n \"minWordSize\": 10,\r\n \"minSubwordSize\": 5,\r\n \"maxSubwordSize\": 13,\r\n \"onlyLongestMatch\": true,\r\n \"name\": \"azsmnet5615\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenFilterV2\",\r\n \"minGram\": 2,\r\n \"maxGram\": 10,\r\n \"side\": \"back\",\r\n \"name\": \"azsmnet3627\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.ElisionTokenFilter\",\r\n \"articles\": [\r\n \"a\"\r\n ],\r\n \"name\": \"azsmnet6687\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.ElisionTokenFilter\",\r\n \"name\": \"azsmnet3428\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.KeepTokenFilter\",\r\n \"keepWords\": [\r\n \"aloha\"\r\n ],\r\n \"keepWordsCase\": true,\r\n \"name\": \"azsmnet3833\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.KeepTokenFilter\",\r\n \"keepWords\": [\r\n \"e\",\r\n \"komo\",\r\n \"mai\"\r\n ],\r\n \"name\": \"azsmnet6717\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.KeywordMarkerTokenFilter\",\r\n \"keywords\": [\r\n \"key\",\r\n \"words\"\r\n ],\r\n \"ignoreCase\": true,\r\n \"name\": \"azsmnet6521\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.KeywordMarkerTokenFilter\",\r\n \"keywords\": [\r\n \"essential\"\r\n ],\r\n \"name\": \"azsmnet9049\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.LengthTokenFilter\",\r\n \"min\": 5,\r\n \"max\": 10,\r\n \"name\": \"azsmnet1064\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.LimitTokenFilter\",\r\n \"maxTokenCount\": 10,\r\n \"consumeAllTokens\": true,\r\n \"name\": \"azsmnet8339\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.NGramTokenFilterV2\",\r\n \"minGram\": 2,\r\n \"maxGram\": 3,\r\n \"name\": \"azsmnet7789\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternCaptureTokenFilter\",\r\n \"patterns\": [\r\n \".*\"\r\n ],\r\n \"preserveOriginal\": false,\r\n \"name\": \"azsmnet2542\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternReplaceTokenFilter\",\r\n \"pattern\": \"abc\",\r\n \"replacement\": \"123\",\r\n \"name\": \"azsmnet6392\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"encoder\": \"soundex\",\r\n \"replace\": false,\r\n \"name\": \"azsmnet6947\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.ShingleTokenFilter\",\r\n \"maxShingleSize\": 10,\r\n \"minShingleSize\": 5,\r\n \"outputUnigrams\": false,\r\n \"outputUnigramsIfNoShingles\": true,\r\n \"tokenSeparator\": \" \",\r\n \"filterToken\": \"|\",\r\n \"name\": \"azsmnet4864\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"english\",\r\n \"name\": \"azsmnet5470\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerOverrideTokenFilter\",\r\n \"rules\": [\r\n \"ran => run\"\r\n ],\r\n \"name\": \"azsmnet343\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"french\",\r\n \"name\": \"azsmnet4609\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwords\": [\r\n \"a\",\r\n \"the\"\r\n ],\r\n \"ignoreCase\": true,\r\n \"removeTrailing\": false,\r\n \"name\": \"azsmnet6633\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"italian\",\r\n \"ignoreCase\": true,\r\n \"removeTrailing\": false,\r\n \"name\": \"azsmnet5048\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SynonymTokenFilter\",\r\n \"synonyms\": [\r\n \"great, good\"\r\n ],\r\n \"ignoreCase\": true,\r\n \"expand\": false,\r\n \"name\": \"azsmnet4729\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.TruncateTokenFilter\",\r\n \"length\": 10,\r\n \"name\": \"azsmnet8153\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.UniqueTokenFilter\",\r\n \"onlyOnSamePosition\": true,\r\n \"name\": \"azsmnet2366\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.UniqueTokenFilter\",\r\n \"name\": \"azsmnet3659\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.WordDelimiterTokenFilter\",\r\n \"generateWordParts\": false,\r\n \"generateNumberParts\": false,\r\n \"catenateWords\": true,\r\n \"catenateNumbers\": true,\r\n \"catenateAll\": true,\r\n \"splitOnCaseChange\": false,\r\n \"preserveOriginal\": true,\r\n \"splitOnNumerics\": false,\r\n \"stemEnglishPossessive\": false,\r\n \"protectedWords\": [\r\n \"protected\"\r\n ],\r\n \"name\": \"azsmnet731\"\r\n }\r\n ],\r\n \"charFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MappingCharFilter\",\r\n \"mappings\": [\r\n \"a => b\"\r\n ],\r\n \"name\": \"my_charfilter\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MappingCharFilter\",\r\n \"mappings\": [\r\n \"s => $\",\r\n \"S => $\"\r\n ],\r\n \"name\": \"azsmnet1477\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternReplaceCharFilter\",\r\n \"pattern\": \"abc\",\r\n \"replacement\": \"123\",\r\n \"name\": \"azsmnet5932\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3304\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"my_tokenizer\",\r\n \"tokenFilters\": [\r\n \"my_tokenfilter\"\r\n ],\r\n \"charFilters\": [\r\n \"my_charfilter\"\r\n ],\r\n \"name\": \"azsmnet7907\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"edgeNGram\",\r\n \"name\": \"azsmnet8888\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"lowercase\": false,\r\n \"pattern\": \"abc\",\r\n \"flags\": \"DOTALL\",\r\n \"stopwords\": [\r\n \"the\"\r\n ],\r\n \"name\": \"azsmnet9821\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StandardAnalyzer\",\r\n \"maxTokenLength\": 100,\r\n \"stopwords\": [\r\n \"the\"\r\n ],\r\n \"name\": \"azsmnet9935\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"stopwords\": [\r\n \"the\"\r\n ],\r\n \"name\": \"azsmnet3773\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"name\": \"azsmnet9664\"\r\n }\r\n ],\r\n \"tokenizers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenizer\",\r\n \"minGram\": 1,\r\n \"maxGram\": 2,\r\n \"name\": \"my_tokenizer\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenizer\",\r\n \"minGram\": 2,\r\n \"maxGram\": 4,\r\n \"tokenChars\": [\r\n \"letter\"\r\n ],\r\n \"name\": \"azsmnet958\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.NGramTokenizer\",\r\n \"minGram\": 2,\r\n \"maxGram\": 4,\r\n \"tokenChars\": [\r\n \"letter\"\r\n ],\r\n \"name\": \"azsmnet4562\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.ClassicTokenizer\",\r\n \"maxTokenLength\": 100,\r\n \"name\": \"azsmnet9310\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.KeywordTokenizerV2\",\r\n \"maxTokenLength\": 100,\r\n \"name\": \"azsmnet1681\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 100,\r\n \"isSearchTokenizer\": true,\r\n \"language\": \"croatian\",\r\n \"name\": \"azsmnet5388\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 100,\r\n \"isSearchTokenizer\": true,\r\n \"language\": \"thai\",\r\n \"name\": \"azsmnet6667\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PathHierarchyTokenizerV2\",\r\n \"delimiter\": \":\",\r\n \"replacement\": \"_\",\r\n \"maxTokenLength\": 300,\r\n \"reverse\": true,\r\n \"skip\": 2,\r\n \"name\": \"azsmnet3484\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternTokenizer\",\r\n \"pattern\": \".*\",\r\n \"flags\": \"MULTILINE|LITERAL\",\r\n \"group\": 0,\r\n \"name\": \"azsmnet644\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StandardTokenizerV2\",\r\n \"maxTokenLength\": 100,\r\n \"name\": \"azsmnet746\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.UaxUrlEmailTokenizer\",\r\n \"maxTokenLength\": 100,\r\n \"name\": \"azsmnet5262\"\r\n }\r\n ],\r\n \"tokenFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CjkBigramTokenFilter\",\r\n \"name\": \"my_tokenfilter\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CjkBigramTokenFilter\",\r\n \"ignoreScripts\": [\r\n \"han\"\r\n ],\r\n \"outputUnigrams\": true,\r\n \"name\": \"azsmnet4629\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CjkBigramTokenFilter\",\r\n \"name\": \"azsmnet4702\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.AsciiFoldingTokenFilter\",\r\n \"preserveOriginal\": true,\r\n \"name\": \"azsmnet7035\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.AsciiFoldingTokenFilter\",\r\n \"name\": \"azsmnet5274\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CommonGramTokenFilter\",\r\n \"commonWords\": [\r\n \"hello\",\r\n \"goodbye\"\r\n ],\r\n \"ignoreCase\": true,\r\n \"queryMode\": true,\r\n \"name\": \"azsmnet6220\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CommonGramTokenFilter\",\r\n \"commonWords\": [\r\n \"at\"\r\n ],\r\n \"name\": \"azsmnet9721\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.DictionaryDecompounderTokenFilter\",\r\n \"wordList\": [\r\n \"Schadenfreude\"\r\n ],\r\n \"minWordSize\": 10,\r\n \"minSubwordSize\": 5,\r\n \"maxSubwordSize\": 13,\r\n \"onlyLongestMatch\": true,\r\n \"name\": \"azsmnet1027\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenFilterV2\",\r\n \"minGram\": 2,\r\n \"maxGram\": 10,\r\n \"side\": \"back\",\r\n \"name\": \"azsmnet7056\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.ElisionTokenFilter\",\r\n \"articles\": [\r\n \"a\"\r\n ],\r\n \"name\": \"azsmnet1420\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.ElisionTokenFilter\",\r\n \"name\": \"azsmnet1371\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.KeepTokenFilter\",\r\n \"keepWords\": [\r\n \"aloha\"\r\n ],\r\n \"keepWordsCase\": true,\r\n \"name\": \"azsmnet1188\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.KeepTokenFilter\",\r\n \"keepWords\": [\r\n \"e\",\r\n \"komo\",\r\n \"mai\"\r\n ],\r\n \"name\": \"azsmnet8059\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.KeywordMarkerTokenFilter\",\r\n \"keywords\": [\r\n \"key\",\r\n \"words\"\r\n ],\r\n \"ignoreCase\": true,\r\n \"name\": \"azsmnet1283\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.KeywordMarkerTokenFilter\",\r\n \"keywords\": [\r\n \"essential\"\r\n ],\r\n \"name\": \"azsmnet1841\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.LengthTokenFilter\",\r\n \"min\": 5,\r\n \"max\": 10,\r\n \"name\": \"azsmnet3224\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.LimitTokenFilter\",\r\n \"maxTokenCount\": 10,\r\n \"consumeAllTokens\": true,\r\n \"name\": \"azsmnet1453\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.NGramTokenFilterV2\",\r\n \"minGram\": 2,\r\n \"maxGram\": 3,\r\n \"name\": \"azsmnet4217\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternCaptureTokenFilter\",\r\n \"patterns\": [\r\n \".*\"\r\n ],\r\n \"preserveOriginal\": false,\r\n \"name\": \"azsmnet266\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternReplaceTokenFilter\",\r\n \"pattern\": \"abc\",\r\n \"replacement\": \"123\",\r\n \"name\": \"azsmnet8266\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"encoder\": \"soundex\",\r\n \"replace\": false,\r\n \"name\": \"azsmnet9556\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.ShingleTokenFilter\",\r\n \"maxShingleSize\": 10,\r\n \"minShingleSize\": 5,\r\n \"outputUnigrams\": false,\r\n \"outputUnigramsIfNoShingles\": true,\r\n \"tokenSeparator\": \" \",\r\n \"filterToken\": \"|\",\r\n \"name\": \"azsmnet4911\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"english\",\r\n \"name\": \"azsmnet1865\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerOverrideTokenFilter\",\r\n \"rules\": [\r\n \"ran => run\"\r\n ],\r\n \"name\": \"azsmnet6201\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"french\",\r\n \"name\": \"azsmnet1234\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwords\": [\r\n \"a\",\r\n \"the\"\r\n ],\r\n \"ignoreCase\": true,\r\n \"removeTrailing\": false,\r\n \"name\": \"azsmnet9534\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"italian\",\r\n \"ignoreCase\": true,\r\n \"removeTrailing\": false,\r\n \"name\": \"azsmnet5085\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SynonymTokenFilter\",\r\n \"synonyms\": [\r\n \"great, good\"\r\n ],\r\n \"ignoreCase\": true,\r\n \"expand\": false,\r\n \"name\": \"azsmnet7674\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.TruncateTokenFilter\",\r\n \"length\": 10,\r\n \"name\": \"azsmnet7458\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.UniqueTokenFilter\",\r\n \"onlyOnSamePosition\": true,\r\n \"name\": \"azsmnet2463\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.UniqueTokenFilter\",\r\n \"name\": \"azsmnet5044\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.WordDelimiterTokenFilter\",\r\n \"generateWordParts\": false,\r\n \"generateNumberParts\": false,\r\n \"catenateWords\": true,\r\n \"catenateNumbers\": true,\r\n \"catenateAll\": true,\r\n \"splitOnCaseChange\": false,\r\n \"preserveOriginal\": true,\r\n \"splitOnNumerics\": false,\r\n \"stemEnglishPossessive\": false,\r\n \"protectedWords\": [\r\n \"protected\"\r\n ],\r\n \"name\": \"azsmnet4959\"\r\n }\r\n ],\r\n \"charFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MappingCharFilter\",\r\n \"mappings\": [\r\n \"a => b\"\r\n ],\r\n \"name\": \"my_charfilter\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MappingCharFilter\",\r\n \"mappings\": [\r\n \"s => $\",\r\n \"S => $\"\r\n ],\r\n \"name\": \"azsmnet6674\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternReplaceCharFilter\",\r\n \"pattern\": \"abc\",\r\n \"replacement\": \"123\",\r\n \"name\": \"azsmnet1572\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "1a8e8151-87fd-4de8-8982-bcd774db1016" + "0cda7515-2815-4ad6-a3af-624c7688ac74" ], "Accept-Language": [ "en-US" ], "api-key": [ - "68B06F08FCC054ECCEFEBEB7171921C1" + "75D7D5B42C60C4E64A96EEB485DED0B1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "19424" + "19422" ] }, "ResponseHeaders": { @@ -447,16 +450,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803783AAECBDC\"" + "W/\"0x8D83BCAD15341DA\"" ], "Location": [ - "https://azs-8324.search-dogfood.windows-int.net/indexes('azsmnet3547')?api-version=2019-05-06" + "https://azs-5423.search-dogfood.windows-int.net/indexes('azsmnet3304')?api-version=2019-05-06" ], "request-id": [ - "1a8e8151-87fd-4de8-8982-bcd774db1016" + "0cda7515-2815-4ad6-a3af-624c7688ac74" ], "elapsed-time": [ - "2027" + "4626" ], "OData-Version": [ "4.0" @@ -468,7 +471,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:30:19 GMT" + "Sat, 08 Aug 2020 18:42:35 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -477,31 +480,31 @@ "-1" ], "Content-Length": [ - "15029" + "15027" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8324.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803783AAECBDC\\\"\",\r\n \"name\": \"azsmnet3547\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet4489\",\r\n \"tokenizer\": \"my_tokenizer\",\r\n \"tokenFilters\": [\r\n \"my_tokenfilter\"\r\n ],\r\n \"charFilters\": [\r\n \"my_charfilter\"\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet8982\",\r\n \"tokenizer\": \"edgeNGram\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"name\": \"azsmnet5655\",\r\n \"lowercase\": false,\r\n \"pattern\": \"abc\",\r\n \"flags\": \"DOTALL\",\r\n \"stopwords\": [\r\n \"the\"\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StandardAnalyzer\",\r\n \"name\": \"azsmnet7869\",\r\n \"maxTokenLength\": 100,\r\n \"stopwords\": [\r\n \"the\"\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"name\": \"azsmnet6821\",\r\n \"stopwords\": [\r\n \"the\"\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"name\": \"azsmnet2370\",\r\n \"stopwords\": []\r\n }\r\n ],\r\n \"tokenizers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenizer\",\r\n \"name\": \"my_tokenizer\",\r\n \"minGram\": 1,\r\n \"maxGram\": 2,\r\n \"tokenChars\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenizer\",\r\n \"name\": \"azsmnet5457\",\r\n \"minGram\": 2,\r\n \"maxGram\": 4,\r\n \"tokenChars\": [\r\n \"letter\"\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.NGramTokenizer\",\r\n \"name\": \"azsmnet2611\",\r\n \"minGram\": 2,\r\n \"maxGram\": 4,\r\n \"tokenChars\": [\r\n \"letter\"\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.ClassicTokenizer\",\r\n \"name\": \"azsmnet6268\",\r\n \"maxTokenLength\": 100\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.KeywordTokenizerV2\",\r\n \"name\": \"azsmnet8105\",\r\n \"maxTokenLength\": 100\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet6731\",\r\n \"maxTokenLength\": 100,\r\n \"isSearchTokenizer\": true,\r\n \"language\": \"croatian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet5771\",\r\n \"maxTokenLength\": 100,\r\n \"isSearchTokenizer\": true,\r\n \"language\": \"thai\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PathHierarchyTokenizerV2\",\r\n \"name\": \"azsmnet2507\",\r\n \"delimiter\": \":\",\r\n \"replacement\": \"_\",\r\n \"maxTokenLength\": 300,\r\n \"reverse\": true,\r\n \"skip\": 2\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternTokenizer\",\r\n \"name\": \"azsmnet1163\",\r\n \"pattern\": \".*\",\r\n \"flags\": \"MULTILINE|LITERAL\",\r\n \"group\": 0\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StandardTokenizerV2\",\r\n \"name\": \"azsmnet8066\",\r\n \"maxTokenLength\": 100\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.UaxUrlEmailTokenizer\",\r\n \"name\": \"azsmnet1101\",\r\n \"maxTokenLength\": 100\r\n }\r\n ],\r\n \"tokenFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CjkBigramTokenFilter\",\r\n \"name\": \"my_tokenfilter\",\r\n \"ignoreScripts\": [],\r\n \"outputUnigrams\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CjkBigramTokenFilter\",\r\n \"name\": \"azsmnet9630\",\r\n \"ignoreScripts\": [\r\n \"han\"\r\n ],\r\n \"outputUnigrams\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CjkBigramTokenFilter\",\r\n \"name\": \"azsmnet4201\",\r\n \"ignoreScripts\": [],\r\n \"outputUnigrams\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.AsciiFoldingTokenFilter\",\r\n \"name\": \"azsmnet8263\",\r\n \"preserveOriginal\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.AsciiFoldingTokenFilter\",\r\n \"name\": \"azsmnet1874\",\r\n \"preserveOriginal\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CommonGramTokenFilter\",\r\n \"name\": \"azsmnet4480\",\r\n \"commonWords\": [\r\n \"hello\",\r\n \"goodbye\"\r\n ],\r\n \"ignoreCase\": true,\r\n \"queryMode\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CommonGramTokenFilter\",\r\n \"name\": \"azsmnet2148\",\r\n \"commonWords\": [\r\n \"at\"\r\n ],\r\n \"ignoreCase\": false,\r\n \"queryMode\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.DictionaryDecompounderTokenFilter\",\r\n \"name\": \"azsmnet5615\",\r\n \"wordList\": [\r\n \"Schadenfreude\"\r\n ],\r\n \"minWordSize\": 10,\r\n \"minSubwordSize\": 5,\r\n \"maxSubwordSize\": 13,\r\n \"onlyLongestMatch\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenFilterV2\",\r\n \"name\": \"azsmnet3627\",\r\n \"minGram\": 2,\r\n \"maxGram\": 10,\r\n \"side\": \"back\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.ElisionTokenFilter\",\r\n \"name\": \"azsmnet6687\",\r\n \"articles\": [\r\n \"a\"\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.ElisionTokenFilter\",\r\n \"name\": \"azsmnet3428\",\r\n \"articles\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.KeepTokenFilter\",\r\n \"name\": \"azsmnet3833\",\r\n \"keepWords\": [\r\n \"aloha\"\r\n ],\r\n \"keepWordsCase\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.KeepTokenFilter\",\r\n \"name\": \"azsmnet6717\",\r\n \"keepWords\": [\r\n \"e\",\r\n \"komo\",\r\n \"mai\"\r\n ],\r\n \"keepWordsCase\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.KeywordMarkerTokenFilter\",\r\n \"name\": \"azsmnet6521\",\r\n \"keywords\": [\r\n \"key\",\r\n \"words\"\r\n ],\r\n \"ignoreCase\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.KeywordMarkerTokenFilter\",\r\n \"name\": \"azsmnet9049\",\r\n \"keywords\": [\r\n \"essential\"\r\n ],\r\n \"ignoreCase\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.LengthTokenFilter\",\r\n \"name\": \"azsmnet1064\",\r\n \"min\": 5,\r\n \"max\": 10\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.LimitTokenFilter\",\r\n \"name\": \"azsmnet8339\",\r\n \"maxTokenCount\": 10,\r\n \"consumeAllTokens\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.NGramTokenFilterV2\",\r\n \"name\": \"azsmnet7789\",\r\n \"minGram\": 2,\r\n \"maxGram\": 3\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternCaptureTokenFilter\",\r\n \"name\": \"azsmnet2542\",\r\n \"patterns\": [\r\n \".*\"\r\n ],\r\n \"preserveOriginal\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternReplaceTokenFilter\",\r\n \"name\": \"azsmnet6392\",\r\n \"pattern\": \"abc\",\r\n \"replacement\": \"123\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"azsmnet6947\",\r\n \"encoder\": \"soundex\",\r\n \"replace\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.ShingleTokenFilter\",\r\n \"name\": \"azsmnet4864\",\r\n \"maxShingleSize\": 10,\r\n \"minShingleSize\": 5,\r\n \"outputUnigrams\": false,\r\n \"outputUnigramsIfNoShingles\": true,\r\n \"tokenSeparator\": \" \",\r\n \"filterToken\": \"|\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet5470\",\r\n \"language\": \"english\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerOverrideTokenFilter\",\r\n \"name\": \"azsmnet343\",\r\n \"rules\": [\r\n \"ran => run\"\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet4609\",\r\n \"language\": \"french\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet6633\",\r\n \"stopwords\": [\r\n \"a\",\r\n \"the\"\r\n ],\r\n \"stopwordsList\": null,\r\n \"ignoreCase\": true,\r\n \"removeTrailing\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet5048\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"italian\",\r\n \"ignoreCase\": true,\r\n \"removeTrailing\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SynonymTokenFilter\",\r\n \"name\": \"azsmnet4729\",\r\n \"synonyms\": [\r\n \"great, good\"\r\n ],\r\n \"ignoreCase\": true,\r\n \"expand\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.TruncateTokenFilter\",\r\n \"name\": \"azsmnet8153\",\r\n \"length\": 10\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.UniqueTokenFilter\",\r\n \"name\": \"azsmnet2366\",\r\n \"onlyOnSamePosition\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.UniqueTokenFilter\",\r\n \"name\": \"azsmnet3659\",\r\n \"onlyOnSamePosition\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.WordDelimiterTokenFilter\",\r\n \"name\": \"azsmnet731\",\r\n \"generateWordParts\": false,\r\n \"generateNumberParts\": false,\r\n \"catenateWords\": true,\r\n \"catenateNumbers\": true,\r\n \"catenateAll\": true,\r\n \"splitOnCaseChange\": false,\r\n \"preserveOriginal\": true,\r\n \"splitOnNumerics\": false,\r\n \"stemEnglishPossessive\": false,\r\n \"protectedWords\": [\r\n \"protected\"\r\n ]\r\n }\r\n ],\r\n \"charFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MappingCharFilter\",\r\n \"name\": \"my_charfilter\",\r\n \"mappings\": [\r\n \"a => b\"\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MappingCharFilter\",\r\n \"name\": \"azsmnet1477\",\r\n \"mappings\": [\r\n \"s => $\",\r\n \"S => $\"\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternReplaceCharFilter\",\r\n \"name\": \"azsmnet5932\",\r\n \"pattern\": \"abc\",\r\n \"replacement\": \"123\"\r\n }\r\n ],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5423.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83BCAD15341DA\\\"\",\r\n \"name\": \"azsmnet3304\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet7907\",\r\n \"tokenizer\": \"my_tokenizer\",\r\n \"tokenFilters\": [\r\n \"my_tokenfilter\"\r\n ],\r\n \"charFilters\": [\r\n \"my_charfilter\"\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet8888\",\r\n \"tokenizer\": \"edgeNGram\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"name\": \"azsmnet9821\",\r\n \"lowercase\": false,\r\n \"pattern\": \"abc\",\r\n \"flags\": \"DOTALL\",\r\n \"stopwords\": [\r\n \"the\"\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StandardAnalyzer\",\r\n \"name\": \"azsmnet9935\",\r\n \"maxTokenLength\": 100,\r\n \"stopwords\": [\r\n \"the\"\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"name\": \"azsmnet3773\",\r\n \"stopwords\": [\r\n \"the\"\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopAnalyzer\",\r\n \"name\": \"azsmnet9664\",\r\n \"stopwords\": []\r\n }\r\n ],\r\n \"tokenizers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenizer\",\r\n \"name\": \"my_tokenizer\",\r\n \"minGram\": 1,\r\n \"maxGram\": 2,\r\n \"tokenChars\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenizer\",\r\n \"name\": \"azsmnet958\",\r\n \"minGram\": 2,\r\n \"maxGram\": 4,\r\n \"tokenChars\": [\r\n \"letter\"\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.NGramTokenizer\",\r\n \"name\": \"azsmnet4562\",\r\n \"minGram\": 2,\r\n \"maxGram\": 4,\r\n \"tokenChars\": [\r\n \"letter\"\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.ClassicTokenizer\",\r\n \"name\": \"azsmnet9310\",\r\n \"maxTokenLength\": 100\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.KeywordTokenizerV2\",\r\n \"name\": \"azsmnet1681\",\r\n \"maxTokenLength\": 100\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet5388\",\r\n \"maxTokenLength\": 100,\r\n \"isSearchTokenizer\": true,\r\n \"language\": \"croatian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet6667\",\r\n \"maxTokenLength\": 100,\r\n \"isSearchTokenizer\": true,\r\n \"language\": \"thai\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PathHierarchyTokenizerV2\",\r\n \"name\": \"azsmnet3484\",\r\n \"delimiter\": \":\",\r\n \"replacement\": \"_\",\r\n \"maxTokenLength\": 300,\r\n \"reverse\": true,\r\n \"skip\": 2\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternTokenizer\",\r\n \"name\": \"azsmnet644\",\r\n \"pattern\": \".*\",\r\n \"flags\": \"MULTILINE|LITERAL\",\r\n \"group\": 0\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StandardTokenizerV2\",\r\n \"name\": \"azsmnet746\",\r\n \"maxTokenLength\": 100\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.UaxUrlEmailTokenizer\",\r\n \"name\": \"azsmnet5262\",\r\n \"maxTokenLength\": 100\r\n }\r\n ],\r\n \"tokenFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CjkBigramTokenFilter\",\r\n \"name\": \"my_tokenfilter\",\r\n \"ignoreScripts\": [],\r\n \"outputUnigrams\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CjkBigramTokenFilter\",\r\n \"name\": \"azsmnet4629\",\r\n \"ignoreScripts\": [\r\n \"han\"\r\n ],\r\n \"outputUnigrams\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CjkBigramTokenFilter\",\r\n \"name\": \"azsmnet4702\",\r\n \"ignoreScripts\": [],\r\n \"outputUnigrams\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.AsciiFoldingTokenFilter\",\r\n \"name\": \"azsmnet7035\",\r\n \"preserveOriginal\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.AsciiFoldingTokenFilter\",\r\n \"name\": \"azsmnet5274\",\r\n \"preserveOriginal\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CommonGramTokenFilter\",\r\n \"name\": \"azsmnet6220\",\r\n \"commonWords\": [\r\n \"hello\",\r\n \"goodbye\"\r\n ],\r\n \"ignoreCase\": true,\r\n \"queryMode\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CommonGramTokenFilter\",\r\n \"name\": \"azsmnet9721\",\r\n \"commonWords\": [\r\n \"at\"\r\n ],\r\n \"ignoreCase\": false,\r\n \"queryMode\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.DictionaryDecompounderTokenFilter\",\r\n \"name\": \"azsmnet1027\",\r\n \"wordList\": [\r\n \"Schadenfreude\"\r\n ],\r\n \"minWordSize\": 10,\r\n \"minSubwordSize\": 5,\r\n \"maxSubwordSize\": 13,\r\n \"onlyLongestMatch\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenFilterV2\",\r\n \"name\": \"azsmnet7056\",\r\n \"minGram\": 2,\r\n \"maxGram\": 10,\r\n \"side\": \"back\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.ElisionTokenFilter\",\r\n \"name\": \"azsmnet1420\",\r\n \"articles\": [\r\n \"a\"\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.ElisionTokenFilter\",\r\n \"name\": \"azsmnet1371\",\r\n \"articles\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.KeepTokenFilter\",\r\n \"name\": \"azsmnet1188\",\r\n \"keepWords\": [\r\n \"aloha\"\r\n ],\r\n \"keepWordsCase\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.KeepTokenFilter\",\r\n \"name\": \"azsmnet8059\",\r\n \"keepWords\": [\r\n \"e\",\r\n \"komo\",\r\n \"mai\"\r\n ],\r\n \"keepWordsCase\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.KeywordMarkerTokenFilter\",\r\n \"name\": \"azsmnet1283\",\r\n \"keywords\": [\r\n \"key\",\r\n \"words\"\r\n ],\r\n \"ignoreCase\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.KeywordMarkerTokenFilter\",\r\n \"name\": \"azsmnet1841\",\r\n \"keywords\": [\r\n \"essential\"\r\n ],\r\n \"ignoreCase\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.LengthTokenFilter\",\r\n \"name\": \"azsmnet3224\",\r\n \"min\": 5,\r\n \"max\": 10\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.LimitTokenFilter\",\r\n \"name\": \"azsmnet1453\",\r\n \"maxTokenCount\": 10,\r\n \"consumeAllTokens\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.NGramTokenFilterV2\",\r\n \"name\": \"azsmnet4217\",\r\n \"minGram\": 2,\r\n \"maxGram\": 3\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternCaptureTokenFilter\",\r\n \"name\": \"azsmnet266\",\r\n \"patterns\": [\r\n \".*\"\r\n ],\r\n \"preserveOriginal\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternReplaceTokenFilter\",\r\n \"name\": \"azsmnet8266\",\r\n \"pattern\": \"abc\",\r\n \"replacement\": \"123\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"azsmnet9556\",\r\n \"encoder\": \"soundex\",\r\n \"replace\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.ShingleTokenFilter\",\r\n \"name\": \"azsmnet4911\",\r\n \"maxShingleSize\": 10,\r\n \"minShingleSize\": 5,\r\n \"outputUnigrams\": false,\r\n \"outputUnigramsIfNoShingles\": true,\r\n \"tokenSeparator\": \" \",\r\n \"filterToken\": \"|\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet1865\",\r\n \"language\": \"english\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerOverrideTokenFilter\",\r\n \"name\": \"azsmnet6201\",\r\n \"rules\": [\r\n \"ran => run\"\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet1234\",\r\n \"language\": \"french\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet9534\",\r\n \"stopwords\": [\r\n \"a\",\r\n \"the\"\r\n ],\r\n \"stopwordsList\": null,\r\n \"ignoreCase\": true,\r\n \"removeTrailing\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet5085\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"italian\",\r\n \"ignoreCase\": true,\r\n \"removeTrailing\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SynonymTokenFilter\",\r\n \"name\": \"azsmnet7674\",\r\n \"synonyms\": [\r\n \"great, good\"\r\n ],\r\n \"ignoreCase\": true,\r\n \"expand\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.TruncateTokenFilter\",\r\n \"name\": \"azsmnet7458\",\r\n \"length\": 10\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.UniqueTokenFilter\",\r\n \"name\": \"azsmnet2463\",\r\n \"onlyOnSamePosition\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.UniqueTokenFilter\",\r\n \"name\": \"azsmnet5044\",\r\n \"onlyOnSamePosition\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.WordDelimiterTokenFilter\",\r\n \"name\": \"azsmnet4959\",\r\n \"generateWordParts\": false,\r\n \"generateNumberParts\": false,\r\n \"catenateWords\": true,\r\n \"catenateNumbers\": true,\r\n \"catenateAll\": true,\r\n \"splitOnCaseChange\": false,\r\n \"preserveOriginal\": true,\r\n \"splitOnNumerics\": false,\r\n \"stemEnglishPossessive\": false,\r\n \"protectedWords\": [\r\n \"protected\"\r\n ]\r\n }\r\n ],\r\n \"charFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MappingCharFilter\",\r\n \"name\": \"my_charfilter\",\r\n \"mappings\": [\r\n \"a => b\"\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MappingCharFilter\",\r\n \"name\": \"azsmnet6674\",\r\n \"mappings\": [\r\n \"s => $\",\r\n \"S => $\"\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternReplaceCharFilter\",\r\n \"name\": \"azsmnet1572\",\r\n \"pattern\": \"abc\",\r\n \"replacement\": \"123\"\r\n }\r\n ],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8839\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"name\": \"a0\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StandardAnalyzer\",\r\n \"name\": \"a1\"\r\n }\r\n ],\r\n \"tokenizers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenizer\",\r\n \"name\": \"a2\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.NGramTokenizer\",\r\n \"name\": \"a3\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.ClassicTokenizer\",\r\n \"name\": \"a4\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.KeywordTokenizerV2\",\r\n \"name\": \"a5\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"a6\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"a7\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PathHierarchyTokenizerV2\",\r\n \"name\": \"a8\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternTokenizer\",\r\n \"name\": \"a9\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StandardTokenizerV2\",\r\n \"name\": \"a10\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.UaxUrlEmailTokenizer\",\r\n \"name\": \"a11\"\r\n }\r\n ],\r\n \"tokenFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.DictionaryDecompounderTokenFilter\",\r\n \"wordList\": [\r\n \"Bahnhof\"\r\n ],\r\n \"name\": \"a12\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenFilterV2\",\r\n \"name\": \"a13\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.LengthTokenFilter\",\r\n \"name\": \"a14\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.LimitTokenFilter\",\r\n \"name\": \"a15\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.NGramTokenFilterV2\",\r\n \"name\": \"a16\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternCaptureTokenFilter\",\r\n \"patterns\": [\r\n \"[a-z]*\"\r\n ],\r\n \"name\": \"a17\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"a18\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.ShingleTokenFilter\",\r\n \"name\": \"a19\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"a20\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SynonymTokenFilter\",\r\n \"synonyms\": [\r\n \"mutt, canine => dog\"\r\n ],\r\n \"name\": \"a21\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.TruncateTokenFilter\",\r\n \"name\": \"a22\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.WordDelimiterTokenFilter\",\r\n \"name\": \"a23\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9738\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"name\": \"a0\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StandardAnalyzer\",\r\n \"name\": \"a1\"\r\n }\r\n ],\r\n \"tokenizers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenizer\",\r\n \"name\": \"a2\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.NGramTokenizer\",\r\n \"name\": \"a3\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.ClassicTokenizer\",\r\n \"name\": \"a4\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.KeywordTokenizerV2\",\r\n \"name\": \"a5\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"a6\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"a7\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PathHierarchyTokenizerV2\",\r\n \"name\": \"a8\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternTokenizer\",\r\n \"name\": \"a9\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StandardTokenizerV2\",\r\n \"name\": \"a10\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.UaxUrlEmailTokenizer\",\r\n \"name\": \"a11\"\r\n }\r\n ],\r\n \"tokenFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.DictionaryDecompounderTokenFilter\",\r\n \"wordList\": [\r\n \"Bahnhof\"\r\n ],\r\n \"name\": \"a12\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenFilterV2\",\r\n \"name\": \"a13\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.LengthTokenFilter\",\r\n \"name\": \"a14\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.LimitTokenFilter\",\r\n \"name\": \"a15\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.NGramTokenFilterV2\",\r\n \"name\": \"a16\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternCaptureTokenFilter\",\r\n \"patterns\": [\r\n \"[a-z]*\"\r\n ],\r\n \"name\": \"a17\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"a18\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.ShingleTokenFilter\",\r\n \"name\": \"a19\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"a20\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SynonymTokenFilter\",\r\n \"synonyms\": [\r\n \"mutt, canine => dog\"\r\n ],\r\n \"name\": \"a21\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.TruncateTokenFilter\",\r\n \"name\": \"a22\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.WordDelimiterTokenFilter\",\r\n \"name\": \"a23\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "d824220e-fa3f-4e5c-8be1-ef5705c81425" + "ea482fdb-78b7-4051-a894-bf1e5eb7e424" ], "Accept-Language": [ "en-US" ], "api-key": [ - "68B06F08FCC054ECCEFEBEB7171921C1" + "75D7D5B42C60C4E64A96EEB485DED0B1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -519,16 +522,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803783CE0894C\"" + "W/\"0x8D83BCAD3F67CC7\"" ], "Location": [ - "https://azs-8324.search-dogfood.windows-int.net/indexes('azsmnet8839')?api-version=2019-05-06" + "https://azs-5423.search-dogfood.windows-int.net/indexes('azsmnet9738')?api-version=2019-05-06" ], "request-id": [ - "d824220e-fa3f-4e5c-8be1-ef5705c81425" + "ea482fdb-78b7-4051-a894-bf1e5eb7e424" ], "elapsed-time": [ - "1432" + "1733" ], "OData-Version": [ "4.0" @@ -540,7 +543,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:30:22 GMT" + "Sat, 08 Aug 2020 18:42:39 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -552,28 +555,28 @@ "11381" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8324.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803783CE0894C\\\"\",\r\n \"name\": \"azsmnet8839\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"name\": \"a0\",\r\n \"lowercase\": true,\r\n \"pattern\": \"\\\\W+\",\r\n \"flags\": null,\r\n \"stopwords\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StandardAnalyzer\",\r\n \"name\": \"a1\",\r\n \"maxTokenLength\": 255,\r\n \"stopwords\": []\r\n }\r\n ],\r\n \"tokenizers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenizer\",\r\n \"name\": \"a2\",\r\n \"minGram\": 1,\r\n \"maxGram\": 2,\r\n \"tokenChars\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.NGramTokenizer\",\r\n \"name\": \"a3\",\r\n \"minGram\": 1,\r\n \"maxGram\": 2,\r\n \"tokenChars\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.ClassicTokenizer\",\r\n \"name\": \"a4\",\r\n \"maxTokenLength\": 255\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.KeywordTokenizerV2\",\r\n \"name\": \"a5\",\r\n \"maxTokenLength\": 256\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"a6\",\r\n \"maxTokenLength\": 255,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"english\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"a7\",\r\n \"maxTokenLength\": 255,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"english\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PathHierarchyTokenizerV2\",\r\n \"name\": \"a8\",\r\n \"delimiter\": \"/\",\r\n \"replacement\": \"/\",\r\n \"maxTokenLength\": 300,\r\n \"reverse\": false,\r\n \"skip\": 0\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternTokenizer\",\r\n \"name\": \"a9\",\r\n \"pattern\": \"\\\\W+\",\r\n \"flags\": null,\r\n \"group\": -1\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StandardTokenizerV2\",\r\n \"name\": \"a10\",\r\n \"maxTokenLength\": 255\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.UaxUrlEmailTokenizer\",\r\n \"name\": \"a11\",\r\n \"maxTokenLength\": 255\r\n }\r\n ],\r\n \"tokenFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.DictionaryDecompounderTokenFilter\",\r\n \"name\": \"a12\",\r\n \"wordList\": [\r\n \"Bahnhof\"\r\n ],\r\n \"minWordSize\": 5,\r\n \"minSubwordSize\": 2,\r\n \"maxSubwordSize\": 15,\r\n \"onlyLongestMatch\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenFilterV2\",\r\n \"name\": \"a13\",\r\n \"minGram\": 1,\r\n \"maxGram\": 2,\r\n \"side\": \"front\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.LengthTokenFilter\",\r\n \"name\": \"a14\",\r\n \"min\": 0,\r\n \"max\": 300\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.LimitTokenFilter\",\r\n \"name\": \"a15\",\r\n \"maxTokenCount\": 1,\r\n \"consumeAllTokens\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.NGramTokenFilterV2\",\r\n \"name\": \"a16\",\r\n \"minGram\": 1,\r\n \"maxGram\": 2\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternCaptureTokenFilter\",\r\n \"name\": \"a17\",\r\n \"patterns\": [\r\n \"[a-z]*\"\r\n ],\r\n \"preserveOriginal\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"a18\",\r\n \"encoder\": \"metaphone\",\r\n \"replace\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.ShingleTokenFilter\",\r\n \"name\": \"a19\",\r\n \"maxShingleSize\": 2,\r\n \"minShingleSize\": 2,\r\n \"outputUnigrams\": true,\r\n \"outputUnigramsIfNoShingles\": false,\r\n \"tokenSeparator\": \" \",\r\n \"filterToken\": \"_\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"a20\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"english\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SynonymTokenFilter\",\r\n \"name\": \"a21\",\r\n \"synonyms\": [\r\n \"mutt, canine => dog\"\r\n ],\r\n \"ignoreCase\": false,\r\n \"expand\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.TruncateTokenFilter\",\r\n \"name\": \"a22\",\r\n \"length\": 300\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.WordDelimiterTokenFilter\",\r\n \"name\": \"a23\",\r\n \"generateWordParts\": true,\r\n \"generateNumberParts\": true,\r\n \"catenateWords\": false,\r\n \"catenateNumbers\": false,\r\n \"catenateAll\": false,\r\n \"splitOnCaseChange\": true,\r\n \"preserveOriginal\": false,\r\n \"splitOnNumerics\": true,\r\n \"stemEnglishPossessive\": true,\r\n \"protectedWords\": []\r\n }\r\n ],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5423.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83BCAD3F67CC7\\\"\",\r\n \"name\": \"azsmnet9738\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"name\": \"a0\",\r\n \"lowercase\": true,\r\n \"pattern\": \"\\\\W+\",\r\n \"flags\": null,\r\n \"stopwords\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StandardAnalyzer\",\r\n \"name\": \"a1\",\r\n \"maxTokenLength\": 255,\r\n \"stopwords\": []\r\n }\r\n ],\r\n \"tokenizers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenizer\",\r\n \"name\": \"a2\",\r\n \"minGram\": 1,\r\n \"maxGram\": 2,\r\n \"tokenChars\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.NGramTokenizer\",\r\n \"name\": \"a3\",\r\n \"minGram\": 1,\r\n \"maxGram\": 2,\r\n \"tokenChars\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.ClassicTokenizer\",\r\n \"name\": \"a4\",\r\n \"maxTokenLength\": 255\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.KeywordTokenizerV2\",\r\n \"name\": \"a5\",\r\n \"maxTokenLength\": 256\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"a6\",\r\n \"maxTokenLength\": 255,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"english\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"a7\",\r\n \"maxTokenLength\": 255,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"english\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PathHierarchyTokenizerV2\",\r\n \"name\": \"a8\",\r\n \"delimiter\": \"/\",\r\n \"replacement\": \"/\",\r\n \"maxTokenLength\": 300,\r\n \"reverse\": false,\r\n \"skip\": 0\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternTokenizer\",\r\n \"name\": \"a9\",\r\n \"pattern\": \"\\\\W+\",\r\n \"flags\": null,\r\n \"group\": -1\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StandardTokenizerV2\",\r\n \"name\": \"a10\",\r\n \"maxTokenLength\": 255\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.UaxUrlEmailTokenizer\",\r\n \"name\": \"a11\",\r\n \"maxTokenLength\": 255\r\n }\r\n ],\r\n \"tokenFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.DictionaryDecompounderTokenFilter\",\r\n \"name\": \"a12\",\r\n \"wordList\": [\r\n \"Bahnhof\"\r\n ],\r\n \"minWordSize\": 5,\r\n \"minSubwordSize\": 2,\r\n \"maxSubwordSize\": 15,\r\n \"onlyLongestMatch\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenFilterV2\",\r\n \"name\": \"a13\",\r\n \"minGram\": 1,\r\n \"maxGram\": 2,\r\n \"side\": \"front\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.LengthTokenFilter\",\r\n \"name\": \"a14\",\r\n \"min\": 0,\r\n \"max\": 300\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.LimitTokenFilter\",\r\n \"name\": \"a15\",\r\n \"maxTokenCount\": 1,\r\n \"consumeAllTokens\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.NGramTokenFilterV2\",\r\n \"name\": \"a16\",\r\n \"minGram\": 1,\r\n \"maxGram\": 2\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternCaptureTokenFilter\",\r\n \"name\": \"a17\",\r\n \"patterns\": [\r\n \"[a-z]*\"\r\n ],\r\n \"preserveOriginal\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"a18\",\r\n \"encoder\": \"metaphone\",\r\n \"replace\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.ShingleTokenFilter\",\r\n \"name\": \"a19\",\r\n \"maxShingleSize\": 2,\r\n \"minShingleSize\": 2,\r\n \"outputUnigrams\": true,\r\n \"outputUnigramsIfNoShingles\": false,\r\n \"tokenSeparator\": \" \",\r\n \"filterToken\": \"_\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"a20\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"english\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SynonymTokenFilter\",\r\n \"name\": \"a21\",\r\n \"synonyms\": [\r\n \"mutt, canine => dog\"\r\n ],\r\n \"ignoreCase\": false,\r\n \"expand\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.TruncateTokenFilter\",\r\n \"name\": \"a22\",\r\n \"length\": 300\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.WordDelimiterTokenFilter\",\r\n \"name\": \"a23\",\r\n \"generateWordParts\": true,\r\n \"generateNumberParts\": true,\r\n \"catenateWords\": false,\r\n \"catenateNumbers\": false,\r\n \"catenateAll\": false,\r\n \"splitOnCaseChange\": true,\r\n \"preserveOriginal\": false,\r\n \"splitOnNumerics\": true,\r\n \"stemEnglishPossessive\": true,\r\n \"protectedWords\": []\r\n }\r\n ],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet3547')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNTQ3Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3304')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMzA0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "dc91c578-1932-41a8-a460-22ae6665b592" + "d5b63cc8-71a7-49e1-b6d1-d526ea6c9439" ], "Accept-Language": [ "en-US" ], "api-key": [ - "68B06F08FCC054ECCEFEBEB7171921C1" + "75D7D5B42C60C4E64A96EEB485DED0B1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -585,16 +588,16 @@ "no-cache" ], "request-id": [ - "dc91c578-1932-41a8-a460-22ae6665b592" + "d5b63cc8-71a7-49e1-b6d1-d526ea6c9439" ], "elapsed-time": [ - "506" + "307" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:30:19 GMT" + "Sat, 08 Aug 2020 18:42:35 GMT" ], "Expires": [ "-1" @@ -604,24 +607,24 @@ "StatusCode": 204 }, { - "RequestUri": "/indexes('azsmnet8839')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4ODM5Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet9738')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5NzM4Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "5d0ea39f-5ad3-4b01-a2b2-14a62da177c8" + "9f9e7364-2b1b-4be8-bcb2-d9d843ed92d3" ], "Accept-Language": [ "en-US" ], "api-key": [ - "68B06F08FCC054ECCEFEBEB7171921C1" + "75D7D5B42C60C4E64A96EEB485DED0B1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -633,16 +636,16 @@ "no-cache" ], "request-id": [ - "5d0ea39f-5ad3-4b01-a2b2-14a62da177c8" + "9f9e7364-2b1b-4be8-bcb2-d9d843ed92d3" ], "elapsed-time": [ - "379" + "275" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:30:22 GMT" + "Sat, 08 Aug 2020 18:42:39 GMT" ], "Expires": [ "-1" @@ -652,21 +655,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6360/providers/Microsoft.Search/searchServices/azs-8324?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzI0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2132/providers/Microsoft.Search/searchServices/azs-5423?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NDIzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eb4570e9-28e4-4168-a3c7-8dc22e3cc378" + "4eeb3a09-729a-447f-8f8b-84982f8ee50b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -677,103 +680,94 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], "x-ms-request-id": [ - "eb4570e9-28e4-4168-a3c7-8dc22e3cc378" + "ff03fd56-95f4-4eb2-a401-7b7e8706235c" ], - "request-id": [ - "eb4570e9-28e4-4168-a3c7-8dc22e3cc378" + "x-ms-correlation-request-id": [ + "ff03fd56-95f4-4eb2-a401-7b7e8706235c" ], - "elapsed-time": [ - "937" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T184329Z:ff03fd56-95f4-4eb2-a401-7b7e8706235c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14989" - ], - "x-ms-correlation-request-id": [ - "16eced17-5dba-4ad1-8353-409a2587eebd" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023027Z:16eced17-5dba-4ad1-8353-409a2587eebd" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:30:27 GMT" + "Sat, 08 Aug 2020 18:43:29 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6360", - "azsmnet431", - "azsmnet3547", - "azsmnet4489", - "azsmnet8982", - "azsmnet5655", - "azsmnet7869", - "azsmnet6821", - "azsmnet2370", - "azsmnet5457", - "azsmnet2611", - "azsmnet6268", - "azsmnet8105", - "azsmnet6731", - "azsmnet5771", - "azsmnet2507", - "azsmnet1163", - "azsmnet8066", - "azsmnet1101", - "azsmnet9630", - "azsmnet4201", - "azsmnet8263", - "azsmnet1874", - "azsmnet4480", - "azsmnet2148", - "azsmnet5615", - "azsmnet3627", - "azsmnet6687", - "azsmnet3428", - "azsmnet3833", - "azsmnet6717", - "azsmnet6521", - "azsmnet9049", - "azsmnet1064", - "azsmnet8339", - "azsmnet7789", - "azsmnet2542", - "azsmnet6392", - "azsmnet6947", - "azsmnet4864", - "azsmnet5470", - "azsmnet343", - "azsmnet4609", - "azsmnet6633", - "azsmnet5048", - "azsmnet4729", - "azsmnet8153", - "azsmnet2366", - "azsmnet3659", - "azsmnet731", - "azsmnet1477", - "azsmnet5932", - "azsmnet8839", - "azsmnet241" + "azsmnet2132", + "azsmnet1639", + "azsmnet3304", + "azsmnet7907", + "azsmnet8888", + "azsmnet9821", + "azsmnet9935", + "azsmnet3773", + "azsmnet9664", + "azsmnet958", + "azsmnet4562", + "azsmnet9310", + "azsmnet1681", + "azsmnet5388", + "azsmnet6667", + "azsmnet3484", + "azsmnet644", + "azsmnet746", + "azsmnet5262", + "azsmnet4629", + "azsmnet4702", + "azsmnet7035", + "azsmnet5274", + "azsmnet6220", + "azsmnet9721", + "azsmnet1027", + "azsmnet7056", + "azsmnet1420", + "azsmnet1371", + "azsmnet1188", + "azsmnet8059", + "azsmnet1283", + "azsmnet1841", + "azsmnet3224", + "azsmnet1453", + "azsmnet4217", + "azsmnet266", + "azsmnet8266", + "azsmnet9556", + "azsmnet4911", + "azsmnet1865", + "azsmnet6201", + "azsmnet1234", + "azsmnet9534", + "azsmnet5085", + "azsmnet7674", + "azsmnet7458", + "azsmnet2463", + "azsmnet5044", + "azsmnet4959", + "azsmnet6674", + "azsmnet1572", + "azsmnet9738", + "azsmnet8933" ], "GenerateServiceName": [ - "azs-8324" + "azs-5423" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanSearchWithCustomAnalyzer.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanSearchWithCustomAnalyzer.json index 379239e2a4a3..8a8993f26276 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanSearchWithCustomAnalyzer.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanSearchWithCustomAnalyzer.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b2d5a41b-4d0c-4473-9756-798c455bf369" + "37ec6454-fec8-4703-aa21-2e34579e92f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1174" + "1187" ], "x-ms-request-id": [ - "9b2b901b-f307-4a01-8553-eb6cda10e640" + "412676dc-e75c-4649-b6e8-261707d39a97" ], "x-ms-correlation-request-id": [ - "9b2b901b-f307-4a01-8553-eb6cda10e640" + "412676dc-e75c-4649-b6e8-261707d39a97" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022234Z:9b2b901b-f307-4a01-8553-eb6cda10e640" + "NORTHEUROPE:20200808T104416Z:412676dc-e75c-4649-b6e8-261707d39a97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:22:34 GMT" + "Sat, 08 Aug 2020 10:44:16 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1706?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxNzA2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5121?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MTIxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c8fa2fe5-90de-4f86-acfa-fd29e8f329f5" + "742328e9-3455-4ac9-9838-febd3aab3584" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1191" ], "x-ms-request-id": [ - "22183633-e220-4766-958d-450476fc68bb" + "0fe7c66f-2afc-4981-8a72-602cba685d35" ], "x-ms-correlation-request-id": [ - "22183633-e220-4766-958d-450476fc68bb" + "0fe7c66f-2afc-4981-8a72-602cba685d35" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022235Z:22183633-e220-4766-958d-450476fc68bb" + "NORTHEUROPE:20200808T104419Z:0fe7c66f-2afc-4981-8a72-602cba685d35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:22:34 GMT" + "Sat, 08 Aug 2020 10:44:18 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1706\",\r\n \"name\": \"azsmnet1706\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5121\",\r\n \"name\": \"azsmnet5121\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1706/providers/Microsoft.Search/searchServices/azs-4550?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNzA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NTUwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5121/providers/Microsoft.Search/searchServices/azs-5443?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NDQzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a7d6ca4d-d1fd-4e81-8d2b-3390b53ba041" + "7b8028a0-4095-4642-be89-814325021900" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,16 +159,16 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A22%3A38.8269476Z'\"" + "W/\"datetime'2020-08-08T10%3A44%3A24.2551664Z'\"" ], "x-ms-request-id": [ - "a7d6ca4d-d1fd-4e81-8d2b-3390b53ba041" + "7b8028a0-4095-4642-be89-814325021900" ], "request-id": [ - "a7d6ca4d-d1fd-4e81-8d2b-3390b53ba041" + "7b8028a0-4095-4642-be89-814325021900" ], "elapsed-time": [ - "1185" + "1362" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,16 +177,16 @@ "1194" ], "x-ms-correlation-request-id": [ - "3b6986a9-00ee-4856-966b-1a36c94f7762" + "19059cf1-ec64-4fd4-91a6-f2b47a514e31" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022239Z:3b6986a9-00ee-4856-966b-1a36c94f7762" + "NORTHEUROPE:20200808T104425Z:19059cf1-ec64-4fd4-91a6-f2b47a514e31" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:22:39 GMT" + "Sat, 08 Aug 2020 10:44:25 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1706/providers/Microsoft.Search/searchServices/azs-4550\",\r\n \"name\": \"azs-4550\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5121/providers/Microsoft.Search/searchServices/azs-5443\",\r\n \"name\": \"azs-5443\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1706/providers/Microsoft.Search/searchServices/azs-4550/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNzA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NTUwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5121/providers/Microsoft.Search/searchServices/azs-5443/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NDQzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3692a786-8fe5-4075-aac3-7fcbfe2a7cb3" + "c7c59858-3437-444d-bd03-efbc485f475e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "3692a786-8fe5-4075-aac3-7fcbfe2a7cb3" + "c7c59858-3437-444d-bd03-efbc485f475e" ], "request-id": [ - "3692a786-8fe5-4075-aac3-7fcbfe2a7cb3" + "c7c59858-3437-444d-bd03-efbc485f475e" ], "elapsed-time": [ - "503" + "99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1191" ], "x-ms-correlation-request-id": [ - "da6b73de-18ee-41f2-8201-675c02f2fdab" + "b8e3a896-671d-4275-ae29-a47bdcc0c6d6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022242Z:da6b73de-18ee-41f2-8201-675c02f2fdab" + "NORTHEUROPE:20200808T104428Z:b8e3a896-671d-4275-ae29-a47bdcc0c6d6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:22:42 GMT" + "Sat, 08 Aug 2020 10:44:27 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"3F2790BC12A4DE431650D1E4C3DC3A2F\",\r\n \"secondaryKey\": \"A1BBC922047454CD33720FAB03FF0E27\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"258CDCEC2A7EDFF0F8D8A243BCF2493B\",\r\n \"secondaryKey\": \"57B4D44F78EFD5B19E76985E7C69C135\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1706/providers/Microsoft.Search/searchServices/azs-4550/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNzA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NTUwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5121/providers/Microsoft.Search/searchServices/azs-5443/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NDQzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ae92378-672d-4611-a274-25a989d5943c" + "7964b380-24f9-45ff-8a31-5327c7e117c7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6ae92378-672d-4611-a274-25a989d5943c" + "7964b380-24f9-45ff-8a31-5327c7e117c7" ], "request-id": [ - "6ae92378-672d-4611-a274-25a989d5943c" + "7964b380-24f9-45ff-8a31-5327c7e117c7" ], "elapsed-time": [ - "259" + "174" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1190" ], "x-ms-correlation-request-id": [ - "de3987da-6aac-412e-a5ba-2525c4fc541a" + "fc69dd30-737d-440e-af4b-51df634b8f8a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022242Z:de3987da-6aac-412e-a5ba-2525c4fc541a" + "NORTHEUROPE:20200808T104428Z:fc69dd30-737d-440e-af4b-51df634b8f8a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:22:42 GMT" + "Sat, 08 Aug 2020 10:44:28 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"14DA715CDC1D38F66756A04790EC8B25\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"648CD2FD3138FA2B26474589E3C19FEE\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4423\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7148\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "7ded8f99-f8ff-463c-bc0a-ed3163c0e871" + "2db8dafe-1430-4a52-841c-4c66a6b32efe" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3F2790BC12A4DE431650D1E4C3DC3A2F" + "258CDCEC2A7EDFF0F8D8A243BCF2493B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803772C9E0495\"" + "W/\"0x8D83B88082DB0BE\"" ], "Location": [ - "https://azs-4550.search-dogfood.windows-int.net/indexes('azsmnet4423')?api-version=2019-05-06" + "https://azs-5443.search-dogfood.windows-int.net/indexes('azsmnet7148')?api-version=2019-05-06" ], "request-id": [ - "7ded8f99-f8ff-463c-bc0a-ed3163c0e871" + "2db8dafe-1430-4a52-841c-4c66a6b32efe" ], "elapsed-time": [ - "1255" + "893" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:22:44 GMT" + "Sat, 08 Aug 2020 10:44:30 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4550.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803772C9E0495\\\"\",\r\n \"name\": \"azsmnet4423\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5443.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B88082DB0BE\\\"\",\r\n \"name\": \"azsmnet7148\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5337\",\r\n \"fields\": [\r\n {\r\n \"name\": \"id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"message\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"my_email_analyzer\"\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"standard_v2\",\r\n \"charFilters\": [\r\n \"my_email_filter\"\r\n ],\r\n \"name\": \"my_email_analyzer\"\r\n }\r\n ],\r\n \"charFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternReplaceCharFilter\",\r\n \"pattern\": \"@\",\r\n \"replacement\": \"_\",\r\n \"name\": \"my_email_filter\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5061\",\r\n \"fields\": [\r\n {\r\n \"name\": \"id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"message\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"my_email_analyzer\"\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"standard_v2\",\r\n \"charFilters\": [\r\n \"my_email_filter\"\r\n ],\r\n \"name\": \"my_email_analyzer\"\r\n }\r\n ],\r\n \"charFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternReplaceCharFilter\",\r\n \"pattern\": \"@\",\r\n \"replacement\": \"_\",\r\n \"name\": \"my_email_filter\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "fb2f503a-6574-45cb-8a99-61c211ccd8ec" + "56d79cea-b1ef-4179-8791-aea556cbced0" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3F2790BC12A4DE431650D1E4C3DC3A2F" + "258CDCEC2A7EDFF0F8D8A243BCF2493B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803773A4A9046\"" + "W/\"0x8D83B8815F1FD9C\"" ], "Location": [ - "https://azs-4550.search-dogfood.windows-int.net/indexes('azsmnet5337')?api-version=2019-05-06" + "https://azs-5443.search-dogfood.windows-int.net/indexes('azsmnet5061')?api-version=2019-05-06" ], "request-id": [ - "fb2f503a-6574-45cb-8a99-61c211ccd8ec" + "56d79cea-b1ef-4179-8791-aea556cbced0" ], "elapsed-time": [ - "1443" + "1565" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:23:08 GMT" + "Sat, 08 Aug 2020 10:44:54 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "1066" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4550.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803773A4A9046\\\"\",\r\n \"name\": \"azsmnet5337\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"message\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"my_email_analyzer\",\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"my_email_analyzer\",\r\n \"tokenizer\": \"standard_v2\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": [\r\n \"my_email_filter\"\r\n ]\r\n }\r\n ],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternReplaceCharFilter\",\r\n \"name\": \"my_email_filter\",\r\n \"pattern\": \"@\",\r\n \"replacement\": \"_\"\r\n }\r\n ],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5443.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B8815F1FD9C\\\"\",\r\n \"name\": \"azsmnet5061\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"message\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"my_email_analyzer\",\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"my_email_analyzer\",\r\n \"tokenizer\": \"standard_v2\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": [\r\n \"my_email_filter\"\r\n ]\r\n }\r\n ],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternReplaceCharFilter\",\r\n \"name\": \"my_email_filter\",\r\n \"pattern\": \"@\",\r\n \"replacement\": \"_\"\r\n }\r\n ],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet5337')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MzM3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5061')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MDYxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"id\": \"1\",\r\n \"message\": \"My email is someone@somewhere.something.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"id\": \"2\",\r\n \"message\": \"His email is someone@nowhere.nothing.\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "f2a32143-6899-43f9-9f0a-ff7cab0aa971" + "8e9eb0b9-9d29-40cf-9974-5c141f1661a4" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "3F2790BC12A4DE431650D1E4C3DC3A2F" + "258CDCEC2A7EDFF0F8D8A243BCF2493B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "f2a32143-6899-43f9-9f0a-ff7cab0aa971" + "8e9eb0b9-9d29-40cf-9974-5c141f1661a4" ], "elapsed-time": [ - "226" + "188" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:23:10 GMT" + "Sat, 08 Aug 2020 10:44:55 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,13 +553,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet5337')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MzM3JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5061')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MDYxJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"someone@somewhere.something\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "a803972b-3044-47d1-9372-9172b1e04a86" + "4b57af7f-b525-4554-8e6b-aede94f0b9af" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "3F2790BC12A4DE431650D1E4C3DC3A2F" + "258CDCEC2A7EDFF0F8D8A243BCF2493B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -591,10 +591,10 @@ "no-cache" ], "request-id": [ - "a803972b-3044-47d1-9372-9172b1e04a86" + "4b57af7f-b525-4554-8e6b-aede94f0b9af" ], "elapsed-time": [ - "39" + "21" ], "OData-Version": [ "4.0" @@ -606,7 +606,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:23:12 GMT" + "Sat, 08 Aug 2020 10:44:57 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -615,28 +615,28 @@ "-1" ], "Content-Length": [ - "95" + "101" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 0.5,\r\n \"id\": \"1\",\r\n \"message\": \"My email is someone@somewhere.something.\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 0.6931472,\r\n \"id\": \"1\",\r\n \"message\": \"My email is someone@somewhere.something.\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1706/providers/Microsoft.Search/searchServices/azs-4550?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNzA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NTUwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5121/providers/Microsoft.Search/searchServices/azs-5443?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NDQzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e06da589-1cfd-4885-9f28-01e724341c7b" + "0daccec1-8ca3-495a-afd5-f7cdc42b0af9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -647,52 +647,43 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "e06da589-1cfd-4885-9f28-01e724341c7b" - ], - "request-id": [ - "e06da589-1cfd-4885-9f28-01e724341c7b" - ], - "elapsed-time": [ - "992" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14993" ], + "x-ms-request-id": [ + "29e24fd4-5b1f-4908-b130-0f4a83a4a284" + ], "x-ms-correlation-request-id": [ - "1a3dc000-0eee-4ce6-9826-b586ccf4a1e3" + "29e24fd4-5b1f-4908-b130-0f4a83a4a284" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022316Z:1a3dc000-0eee-4ce6-9826-b586ccf4a1e3" + "NORTHEUROPE:20200808T104546Z:29e24fd4-5b1f-4908-b130-0f4a83a4a284" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:23:16 GMT" + "Sat, 08 Aug 2020 10:45:46 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet1706", - "azsmnet4423", - "azsmnet5337" + "azsmnet5121", + "azsmnet7148", + "azsmnet5061" ], "GenerateServiceName": [ - "azs-4550" + "azs-5443" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanUseAllAnalysisComponentNames.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanUseAllAnalysisComponentNames.json index 82382ad78b8e..7d9cfdd90804 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanUseAllAnalysisComponentNames.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanUseAllAnalysisComponentNames.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ed47394-4a0d-4562-b76f-dcb3538adf3b" + "b47d89a9-36ce-40b6-885f-077731c23ba8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1193" ], "x-ms-request-id": [ - "123ffbaa-7578-4ce2-88f5-6c30733abf6e" + "7fe66f6c-f12a-4a63-a645-da715a64e5c1" ], "x-ms-correlation-request-id": [ - "123ffbaa-7578-4ce2-88f5-6c30733abf6e" + "7fe66f6c-f12a-4a63-a645-da715a64e5c1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022600Z:123ffbaa-7578-4ce2-88f5-6c30733abf6e" + "NORTHEUROPE:20200808T104951Z:7fe66f6c-f12a-4a63-a645-da715a64e5c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:26:00 GMT" + "Sat, 08 Aug 2020 10:49:51 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1367?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMzY3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4794?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0Nzk0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "384cb525-843c-48a3-a4e1-346482dfd4fc" + "e06f8fc8-148c-47a4-a5f4-423ea8cda9d9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -96,13 +96,13 @@ "1194" ], "x-ms-request-id": [ - "3e8d2100-1350-428e-b0a7-8e8da2d15e9c" + "74691813-fdf2-4d5b-a4c8-b1181e7e230c" ], "x-ms-correlation-request-id": [ - "3e8d2100-1350-428e-b0a7-8e8da2d15e9c" + "74691813-fdf2-4d5b-a4c8-b1181e7e230c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022601Z:3e8d2100-1350-428e-b0a7-8e8da2d15e9c" + "NORTHEUROPE:20200808T104952Z:74691813-fdf2-4d5b-a4c8-b1181e7e230c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:26:00 GMT" + "Sat, 08 Aug 2020 10:49:52 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1367\",\r\n \"name\": \"azsmnet1367\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4794\",\r\n \"name\": \"azsmnet4794\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1367/providers/Microsoft.Search/searchServices/azs-5245?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMzY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MjQ1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4794/providers/Microsoft.Search/searchServices/azs-8955?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0Nzk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04OTU1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1648f596-64db-47ae-be95-8ca66be205d3" + "a7607aa1-4013-4ace-828b-619859d5e617" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A26%3A05.0330319Z'\"" + "W/\"datetime'2020-08-08T10%3A49%3A56.4548193Z'\"" ], "x-ms-request-id": [ - "1648f596-64db-47ae-be95-8ca66be205d3" + "a7607aa1-4013-4ace-828b-619859d5e617" ], "request-id": [ - "1648f596-64db-47ae-be95-8ca66be205d3" + "a7607aa1-4013-4ace-828b-619859d5e617" ], "elapsed-time": [ - "1314" + "1838" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1193" ], "x-ms-correlation-request-id": [ - "d470d242-b7f9-4a07-958d-5442bf7d667b" + "e75816c8-a5d4-4cec-bbd5-a3c8603d191f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022605Z:d470d242-b7f9-4a07-958d-5442bf7d667b" + "NORTHEUROPE:20200808T104957Z:e75816c8-a5d4-4cec-bbd5-a3c8603d191f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:26:05 GMT" + "Sat, 08 Aug 2020 10:49:56 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1367/providers/Microsoft.Search/searchServices/azs-5245\",\r\n \"name\": \"azs-5245\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4794/providers/Microsoft.Search/searchServices/azs-8955\",\r\n \"name\": \"azs-8955\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1367/providers/Microsoft.Search/searchServices/azs-5245/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMzY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MjQ1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4794/providers/Microsoft.Search/searchServices/azs-8955/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0Nzk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04OTU1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94f627c2-f8f6-42a9-bbaf-f32278a70eb4" + "033663bd-63d8-405f-b056-bc87ad171209" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "94f627c2-f8f6-42a9-bbaf-f32278a70eb4" + "033663bd-63d8-405f-b056-bc87ad171209" ], "request-id": [ - "94f627c2-f8f6-42a9-bbaf-f32278a70eb4" + "033663bd-63d8-405f-b056-bc87ad171209" ], "elapsed-time": [ - "185" + "115" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1189" ], "x-ms-correlation-request-id": [ - "ad99070a-632e-4c99-963a-5d7569cacc0d" + "02dabe1e-8e92-48f3-b8d9-e1ff14f98a5c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022608Z:ad99070a-632e-4c99-963a-5d7569cacc0d" + "NORTHEUROPE:20200808T104959Z:02dabe1e-8e92-48f3-b8d9-e1ff14f98a5c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:26:07 GMT" + "Sat, 08 Aug 2020 10:49:59 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"E383A294F1E42E3E0F080874F69403C9\",\r\n \"secondaryKey\": \"55559DF3A4705F867A0F6B1E03D7C5D3\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"F644DA71254B86F22F84780DE16C0E7D\",\r\n \"secondaryKey\": \"0B0A008A86B3EC1DEAF7050CF2F8DFF3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1367/providers/Microsoft.Search/searchServices/azs-5245/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMzY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MjQ1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4794/providers/Microsoft.Search/searchServices/azs-8955/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0Nzk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04OTU1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "218a54dd-fc24-4eb8-8fb7-de969eb53f44" + "a76aa833-1924-45a3-888a-4bee2233a949" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "218a54dd-fc24-4eb8-8fb7-de969eb53f44" + "a76aa833-1924-45a3-888a-4bee2233a949" ], "request-id": [ - "218a54dd-fc24-4eb8-8fb7-de969eb53f44" + "a76aa833-1924-45a3-888a-4bee2233a949" ], "elapsed-time": [ - "440" + "147" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1188" ], "x-ms-correlation-request-id": [ - "227cf605-a70b-41ba-be24-a3d8eab76c3b" + "e11f8807-e3cc-48b0-bdf4-3c079af04a02" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022609Z:227cf605-a70b-41ba-be24-a3d8eab76c3b" + "NORTHEUROPE:20200808T105000Z:e11f8807-e3cc-48b0-bdf4-3c079af04a02" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:26:09 GMT" + "Sat, 08 Aug 2020 10:50:00 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"FC658234649F15AB299C3EE8FD60ADFC\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"11C98569F4D645DE5D1FF0D1A3D08349\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3966\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1046\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "e0a6306a-5780-4ea1-a65b-71a4c68647e3" + "3ad27f24-bbab-41ff-b5d5-83aee12f70ed" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E383A294F1E42E3E0F080874F69403C9" + "F644DA71254B86F22F84780DE16C0E7D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80377A7543515\"" + "W/\"0x8D83B88CE30337C\"" ], "Location": [ - "https://azs-5245.search-dogfood.windows-int.net/indexes('azsmnet3966')?api-version=2019-05-06" + "https://azs-8955.search-dogfood.windows-int.net/indexes('azsmnet1046')?api-version=2019-05-06" ], "request-id": [ - "e0a6306a-5780-4ea1-a65b-71a4c68647e3" + "3ad27f24-bbab-41ff-b5d5-83aee12f70ed" ], "elapsed-time": [ - "1191" + "845" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:26:11 GMT" + "Sat, 08 Aug 2020 10:50:03 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,35 +408,35 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5245.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80377A7543515\\\"\",\r\n \"name\": \"azsmnet3966\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8955.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B88CE30337C\\\"\",\r\n \"name\": \"azsmnet1046\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3147\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"lowercase\",\r\n \"tokenFilters\": [\r\n \"arabic_normalization\",\r\n \"apostrophe\",\r\n \"asciifolding\",\r\n \"cjk_bigram\",\r\n \"cjk_width\",\r\n \"classic\",\r\n \"common_grams\",\r\n \"edgeNGram_v2\",\r\n \"elision\",\r\n \"german_normalization\",\r\n \"hindi_normalization\",\r\n \"indic_normalization\",\r\n \"keyword_repeat\",\r\n \"kstem\",\r\n \"length\",\r\n \"limit\",\r\n \"lowercase\",\r\n \"nGram_v2\",\r\n \"persian_normalization\",\r\n \"phonetic\",\r\n \"porter_stem\",\r\n \"reverse\",\r\n \"scandinavian_normalization\",\r\n \"scandinavian_folding\",\r\n \"shingle\",\r\n \"snowball\",\r\n \"sorani_normalization\",\r\n \"stemmer\",\r\n \"stopwords\",\r\n \"trim\",\r\n \"truncate\",\r\n \"unique\",\r\n \"uppercase\",\r\n \"word_delimiter\"\r\n ],\r\n \"charFilters\": [\r\n \"html_strip\"\r\n ],\r\n \"name\": \"azsmnet2141\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"classic\",\r\n \"name\": \"azsmnet1876\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"edgeNGram\",\r\n \"name\": \"azsmnet2726\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"keyword_v2\",\r\n \"name\": \"azsmnet6119\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"letter\",\r\n \"name\": \"azsmnet6668\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"lowercase\",\r\n \"name\": \"azsmnet6474\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"microsoft_language_tokenizer\",\r\n \"name\": \"azsmnet718\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"microsoft_language_stemming_tokenizer\",\r\n \"name\": \"azsmnet6463\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"nGram\",\r\n \"name\": \"azsmnet8922\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"path_hierarchy_v2\",\r\n \"name\": \"azsmnet7425\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"pattern\",\r\n \"name\": \"azsmnet6664\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"standard_v2\",\r\n \"name\": \"azsmnet8220\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"uax_url_email\",\r\n \"name\": \"azsmnet6089\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"whitespace\",\r\n \"name\": \"azsmnet882\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5357\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"lowercase\",\r\n \"tokenFilters\": [\r\n \"arabic_normalization\",\r\n \"apostrophe\",\r\n \"asciifolding\",\r\n \"cjk_bigram\",\r\n \"cjk_width\",\r\n \"classic\",\r\n \"common_grams\",\r\n \"edgeNGram_v2\",\r\n \"elision\",\r\n \"german_normalization\",\r\n \"hindi_normalization\",\r\n \"indic_normalization\",\r\n \"keyword_repeat\",\r\n \"kstem\",\r\n \"length\",\r\n \"limit\",\r\n \"lowercase\",\r\n \"nGram_v2\",\r\n \"persian_normalization\",\r\n \"phonetic\",\r\n \"porter_stem\",\r\n \"reverse\",\r\n \"scandinavian_normalization\",\r\n \"scandinavian_folding\",\r\n \"shingle\",\r\n \"snowball\",\r\n \"sorani_normalization\",\r\n \"stemmer\",\r\n \"stopwords\",\r\n \"trim\",\r\n \"truncate\",\r\n \"unique\",\r\n \"uppercase\",\r\n \"word_delimiter\"\r\n ],\r\n \"charFilters\": [\r\n \"html_strip\"\r\n ],\r\n \"name\": \"azsmnet6685\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"classic\",\r\n \"name\": \"azsmnet3987\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"edgeNGram\",\r\n \"name\": \"azsmnet9409\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"keyword_v2\",\r\n \"name\": \"azsmnet3268\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"letter\",\r\n \"name\": \"azsmnet4089\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"lowercase\",\r\n \"name\": \"azsmnet9452\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"microsoft_language_tokenizer\",\r\n \"name\": \"azsmnet7838\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"microsoft_language_stemming_tokenizer\",\r\n \"name\": \"azsmnet7348\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"nGram\",\r\n \"name\": \"azsmnet7228\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"path_hierarchy_v2\",\r\n \"name\": \"azsmnet107\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"pattern\",\r\n \"name\": \"azsmnet3707\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"standard_v2\",\r\n \"name\": \"azsmnet6905\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"uax_url_email\",\r\n \"name\": \"azsmnet6853\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"tokenizer\": \"whitespace\",\r\n \"name\": \"azsmnet5400\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "69fad2af-e8a5-4e3a-94e6-130e245de999" + "9b1e933b-c591-4c9e-ac98-06c746e0179f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E383A294F1E42E3E0F080874F69403C9" + "F644DA71254B86F22F84780DE16C0E7D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "12811" + "12812" ] }, "ResponseHeaders": { @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80377B51202E3\"" + "W/\"0x8D83B88DC26E72E\"" ], "Location": [ - "https://azs-5245.search-dogfood.windows-int.net/indexes('azsmnet3147')?api-version=2019-05-06" + "https://azs-8955.search-dogfood.windows-int.net/indexes('azsmnet5357')?api-version=2019-05-06" ], "request-id": [ - "69fad2af-e8a5-4e3a-94e6-130e245de999" + "9b1e933b-c591-4c9e-ac98-06c746e0179f" ], "elapsed-time": [ - "1396" + "1582" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:26:34 GMT" + "Sat, 08 Aug 2020 10:50:26 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -477,31 +477,31 @@ "-1" ], "Content-Length": [ - "10668" + "10669" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5245.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80377B51202E3\\\"\",\r\n \"name\": \"azsmnet3147\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet2141\",\r\n \"tokenizer\": \"lowercase\",\r\n \"tokenFilters\": [\r\n \"arabic_normalization\",\r\n \"apostrophe\",\r\n \"asciifolding\",\r\n \"cjk_bigram\",\r\n \"cjk_width\",\r\n \"classic\",\r\n \"common_grams\",\r\n \"edgeNGram_v2\",\r\n \"elision\",\r\n \"german_normalization\",\r\n \"hindi_normalization\",\r\n \"indic_normalization\",\r\n \"keyword_repeat\",\r\n \"kstem\",\r\n \"length\",\r\n \"limit\",\r\n \"lowercase\",\r\n \"nGram_v2\",\r\n \"persian_normalization\",\r\n \"phonetic\",\r\n \"porter_stem\",\r\n \"reverse\",\r\n \"scandinavian_normalization\",\r\n \"scandinavian_folding\",\r\n \"shingle\",\r\n \"snowball\",\r\n \"sorani_normalization\",\r\n \"stemmer\",\r\n \"stopwords\",\r\n \"trim\",\r\n \"truncate\",\r\n \"unique\",\r\n \"uppercase\",\r\n \"word_delimiter\"\r\n ],\r\n \"charFilters\": [\r\n \"html_strip\"\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet1876\",\r\n \"tokenizer\": \"classic\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet2726\",\r\n \"tokenizer\": \"edgeNGram\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet6119\",\r\n \"tokenizer\": \"keyword_v2\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet6668\",\r\n \"tokenizer\": \"letter\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet6474\",\r\n \"tokenizer\": \"lowercase\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet718\",\r\n \"tokenizer\": \"microsoft_language_tokenizer\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet6463\",\r\n \"tokenizer\": \"microsoft_language_stemming_tokenizer\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet8922\",\r\n \"tokenizer\": \"nGram\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet7425\",\r\n \"tokenizer\": \"path_hierarchy_v2\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet6664\",\r\n \"tokenizer\": \"pattern\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet8220\",\r\n \"tokenizer\": \"standard_v2\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet6089\",\r\n \"tokenizer\": \"uax_url_email\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet882\",\r\n \"tokenizer\": \"whitespace\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n }\r\n ],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8955.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B88DC26E72E\\\"\",\r\n \"name\": \"azsmnet5357\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet6685\",\r\n \"tokenizer\": \"lowercase\",\r\n \"tokenFilters\": [\r\n \"arabic_normalization\",\r\n \"apostrophe\",\r\n \"asciifolding\",\r\n \"cjk_bigram\",\r\n \"cjk_width\",\r\n \"classic\",\r\n \"common_grams\",\r\n \"edgeNGram_v2\",\r\n \"elision\",\r\n \"german_normalization\",\r\n \"hindi_normalization\",\r\n \"indic_normalization\",\r\n \"keyword_repeat\",\r\n \"kstem\",\r\n \"length\",\r\n \"limit\",\r\n \"lowercase\",\r\n \"nGram_v2\",\r\n \"persian_normalization\",\r\n \"phonetic\",\r\n \"porter_stem\",\r\n \"reverse\",\r\n \"scandinavian_normalization\",\r\n \"scandinavian_folding\",\r\n \"shingle\",\r\n \"snowball\",\r\n \"sorani_normalization\",\r\n \"stemmer\",\r\n \"stopwords\",\r\n \"trim\",\r\n \"truncate\",\r\n \"unique\",\r\n \"uppercase\",\r\n \"word_delimiter\"\r\n ],\r\n \"charFilters\": [\r\n \"html_strip\"\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet3987\",\r\n \"tokenizer\": \"classic\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet9409\",\r\n \"tokenizer\": \"edgeNGram\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet3268\",\r\n \"tokenizer\": \"keyword_v2\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet4089\",\r\n \"tokenizer\": \"letter\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet9452\",\r\n \"tokenizer\": \"lowercase\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet7838\",\r\n \"tokenizer\": \"microsoft_language_tokenizer\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet7348\",\r\n \"tokenizer\": \"microsoft_language_stemming_tokenizer\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet7228\",\r\n \"tokenizer\": \"nGram\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet107\",\r\n \"tokenizer\": \"path_hierarchy_v2\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet3707\",\r\n \"tokenizer\": \"pattern\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet6905\",\r\n \"tokenizer\": \"standard_v2\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet6853\",\r\n \"tokenizer\": \"uax_url_email\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CustomAnalyzer\",\r\n \"name\": \"azsmnet5400\",\r\n \"tokenizer\": \"whitespace\",\r\n \"tokenFilters\": [],\r\n \"charFilters\": []\r\n }\r\n ],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet3147')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMTQ3Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5357')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MzU3Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "0d906a68-788d-4ad0-9d82-1fcefbc8044f" + "3e1e019e-8faa-42d8-b905-f1eb9ca328c9" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E383A294F1E42E3E0F080874F69403C9" + "F644DA71254B86F22F84780DE16C0E7D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -513,16 +513,16 @@ "no-cache" ], "request-id": [ - "0d906a68-788d-4ad0-9d82-1fcefbc8044f" + "3e1e019e-8faa-42d8-b905-f1eb9ca328c9" ], "elapsed-time": [ - "358" + "991" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:26:34 GMT" + "Sat, 08 Aug 2020 10:50:28 GMT" ], "Expires": [ "-1" @@ -532,21 +532,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1367/providers/Microsoft.Search/searchServices/azs-5245?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMzY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MjQ1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4794/providers/Microsoft.Search/searchServices/azs-8955?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0Nzk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04OTU1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "29fa6c89-dc71-4868-86bd-00cbaf8d16fb" + "4dddcd38-5c8e-4c52-a598-019d699ad141" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -557,66 +557,57 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14993" + ], "x-ms-request-id": [ - "29fa6c89-dc71-4868-86bd-00cbaf8d16fb" + "dea9d3a5-6a44-41d1-96cb-1f699f295059" ], - "request-id": [ - "29fa6c89-dc71-4868-86bd-00cbaf8d16fb" + "x-ms-correlation-request-id": [ + "dea9d3a5-6a44-41d1-96cb-1f699f295059" ], - "elapsed-time": [ - "972" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T105058Z:dea9d3a5-6a44-41d1-96cb-1f699f295059" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "b80f550c-44f0-4986-9de1-6ea8c65b119c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022639Z:b80f550c-44f0-4986-9de1-6ea8c65b119c" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:26:39 GMT" + "Sat, 08 Aug 2020 10:50:57 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet1367", - "azsmnet3966", - "azsmnet2141", - "azsmnet3147", - "azsmnet1876", - "azsmnet2726", - "azsmnet6119", - "azsmnet6668", - "azsmnet6474", - "azsmnet718", - "azsmnet6463", - "azsmnet8922", - "azsmnet7425", - "azsmnet6664", - "azsmnet8220", - "azsmnet6089", - "azsmnet882" + "azsmnet4794", + "azsmnet1046", + "azsmnet6685", + "azsmnet5357", + "azsmnet3987", + "azsmnet9409", + "azsmnet3268", + "azsmnet4089", + "azsmnet9452", + "azsmnet7838", + "azsmnet7348", + "azsmnet7228", + "azsmnet107", + "azsmnet3707", + "azsmnet6905", + "azsmnet6853", + "azsmnet5400" ], "GenerateServiceName": [ - "azs-5245" + "azs-8955" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanUseAllAnalysisComponentOptions.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanUseAllAnalysisComponentOptions.json index f98f54e7af9c..c308fd1090ff 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanUseAllAnalysisComponentOptions.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanUseAllAnalysisComponentOptions.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c846e181-bd1c-4e8b-9eaa-de540d20b319" + "8e156a27-2872-4e6e-9bf6-6a5272f10fe3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1185" ], "x-ms-request-id": [ - "05af3c4e-bcc1-48a5-9e7d-1a3846d0d51d" + "60150aca-3ca3-424c-9728-6eb0f194fbb7" ], "x-ms-correlation-request-id": [ - "05af3c4e-bcc1-48a5-9e7d-1a3846d0d51d" + "60150aca-3ca3-424c-9728-6eb0f194fbb7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022455Z:05af3c4e-bcc1-48a5-9e7d-1a3846d0d51d" + "NORTHEUROPE:20200808T104842Z:60150aca-3ca3-424c-9728-6eb0f194fbb7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:24:55 GMT" + "Sat, 08 Aug 2020 10:48:41 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8786?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4Nzg2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5547?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NTQ3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "33f16627-428f-40d7-a502-83e4bacc6560" + "1b146dcd-7bcc-4ab5-ba01-ca0d6dd7f7f0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1189" ], "x-ms-request-id": [ - "1d48de2a-37f9-4fe9-8d36-c61840374d8a" + "9b37a8fa-62a9-4fc6-b311-799d315af19e" ], "x-ms-correlation-request-id": [ - "1d48de2a-37f9-4fe9-8d36-c61840374d8a" + "9b37a8fa-62a9-4fc6-b311-799d315af19e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022455Z:1d48de2a-37f9-4fe9-8d36-c61840374d8a" + "NORTHEUROPE:20200808T104844Z:9b37a8fa-62a9-4fc6-b311-799d315af19e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:24:55 GMT" + "Sat, 08 Aug 2020 10:48:43 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8786\",\r\n \"name\": \"azsmnet8786\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5547\",\r\n \"name\": \"azsmnet5547\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8786/providers/Microsoft.Search/searchServices/azs-2115?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4Nzg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTE1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5547/providers/Microsoft.Search/searchServices/azs-7112?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTQ3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTEyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6f2844e6-2e51-4b44-bb4b-0647271fbabb" + "8afb7c69-c7dd-4119-be7c-5f222ff3ce20" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A25%3A00.4548503Z'\"" + "W/\"datetime'2020-08-08T10%3A48%3A48.2721666Z'\"" ], "x-ms-request-id": [ - "6f2844e6-2e51-4b44-bb4b-0647271fbabb" + "8afb7c69-c7dd-4119-be7c-5f222ff3ce20" ], "request-id": [ - "6f2844e6-2e51-4b44-bb4b-0647271fbabb" + "8afb7c69-c7dd-4119-be7c-5f222ff3ce20" ], "elapsed-time": [ - "1895" + "2469" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1192" ], "x-ms-correlation-request-id": [ - "bc518cc2-7b46-49db-828e-0446f3e9e75e" + "c6c94939-7d3e-42de-883a-8ff26e34d828" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022501Z:bc518cc2-7b46-49db-828e-0446f3e9e75e" + "NORTHEUROPE:20200808T104850Z:c6c94939-7d3e-42de-883a-8ff26e34d828" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:25:00 GMT" + "Sat, 08 Aug 2020 10:48:50 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8786/providers/Microsoft.Search/searchServices/azs-2115\",\r\n \"name\": \"azs-2115\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5547/providers/Microsoft.Search/searchServices/azs-7112\",\r\n \"name\": \"azs-7112\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8786/providers/Microsoft.Search/searchServices/azs-2115/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4Nzg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTE1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5547/providers/Microsoft.Search/searchServices/azs-7112/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTQ3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTEyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ddd1ab9-a9ec-4350-827e-22ab3c5bc1b9" + "4f1eb7b3-d37a-497e-923d-bfc9162f180e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "1ddd1ab9-a9ec-4350-827e-22ab3c5bc1b9" + "4f1eb7b3-d37a-497e-923d-bfc9162f180e" ], "request-id": [ - "1ddd1ab9-a9ec-4350-827e-22ab3c5bc1b9" + "4f1eb7b3-d37a-497e-923d-bfc9162f180e" ], "elapsed-time": [ - "416" + "104" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1186" ], "x-ms-correlation-request-id": [ - "433d145f-5a4e-4eda-b32e-ab138c312d62" + "23b1dcec-de77-43a6-b2d8-2c2fbe74033c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022503Z:433d145f-5a4e-4eda-b32e-ab138c312d62" + "NORTHEUROPE:20200808T104852Z:23b1dcec-de77-43a6-b2d8-2c2fbe74033c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:25:03 GMT" + "Sat, 08 Aug 2020 10:48:52 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"E5565F982CEB4278B9A0102A914D1457\",\r\n \"secondaryKey\": \"EF54A34128EA3F0CF1B58651CE8F6A2D\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"1EFD877ADC25DDFF542742EEAF2891BF\",\r\n \"secondaryKey\": \"F5C9F7162D5752671F0E8C818A4AC91C\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8786/providers/Microsoft.Search/searchServices/azs-2115/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4Nzg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTE1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5547/providers/Microsoft.Search/searchServices/azs-7112/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTQ3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTEyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "49f3e02b-5a62-4bf7-a911-bee452c26b90" + "2611ca5b-1206-47ce-a3af-a7d1b223f8fb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "49f3e02b-5a62-4bf7-a911-bee452c26b90" + "2611ca5b-1206-47ce-a3af-a7d1b223f8fb" ], "request-id": [ - "49f3e02b-5a62-4bf7-a911-bee452c26b90" + "2611ca5b-1206-47ce-a3af-a7d1b223f8fb" ], "elapsed-time": [ - "361" + "109" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1176" + "1185" ], "x-ms-correlation-request-id": [ - "f2edab9c-6a60-4524-8a44-c7ad34857bf3" + "1793cbbc-59dc-4862-9ea3-886c63795af8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022504Z:f2edab9c-6a60-4524-8a44-c7ad34857bf3" + "NORTHEUROPE:20200808T104853Z:1793cbbc-59dc-4862-9ea3-886c63795af8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:25:04 GMT" + "Sat, 08 Aug 2020 10:48:52 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D392475E4CB7A382FC323E073FE62AAA\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"AE82C8EEA9ACDF26308D1AE40B96EFE3\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1476\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9256\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "6941657f-f596-4487-997a-be20c5a35d60" + "5e34b39d-b8fc-4adc-bd8c-7848397d4494" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E5565F982CEB4278B9A0102A914D1457" + "1EFD877ADC25DDFF542742EEAF2891BF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037784EE037A\"" + "W/\"0x8D83B88A64F2535\"" ], "Location": [ - "https://azs-2115.search-dogfood.windows-int.net/indexes('azsmnet1476')?api-version=2019-05-06" + "https://azs-7112.search-dogfood.windows-int.net/indexes('azsmnet9256')?api-version=2019-05-06" ], "request-id": [ - "6941657f-f596-4487-997a-be20c5a35d60" + "5e34b39d-b8fc-4adc-bd8c-7848397d4494" ], "elapsed-time": [ - "7862" + "1534" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:25:13 GMT" + "Sat, 08 Aug 2020 10:48:56 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,35 +408,35 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2115.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037784EE037A\\\"\",\r\n \"name\": \"azsmnet1476\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7112.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B88A64F2535\\\"\",\r\n \"name\": \"azsmnet9256\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3990\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": []\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet804\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": []\r\n}", "RequestHeaders": { "client-request-id": [ - "c8cd9a0e-f9fb-4f17-bd56-1a5a338dc5a6" + "1c057f3c-bf78-496a-ba25-c6321367ebdb" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E5565F982CEB4278B9A0102A914D1457" + "1EFD877ADC25DDFF542742EEAF2891BF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "9863" + "9862" ] }, "ResponseHeaders": { @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037792FF3526\"" + "W/\"0x8D83B88B409CD73\"" ], "Location": [ - "https://azs-2115.search-dogfood.windows-int.net/indexes('azsmnet3990')?api-version=2019-05-06" + "https://azs-7112.search-dogfood.windows-int.net/indexes('azsmnet804')?api-version=2019-05-06" ], "request-id": [ - "c8cd9a0e-f9fb-4f17-bd56-1a5a338dc5a6" + "1c057f3c-bf78-496a-ba25-c6321367ebdb" ], "elapsed-time": [ - "1310" + "779" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:25:37 GMT" + "Sat, 08 Aug 2020 10:49:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -477,38 +477,38 @@ "-1" ], "Content-Length": [ - "8199" + "8198" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2115.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037792FF3526\\\"\",\r\n \"name\": \"azsmnet3990\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7112.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B88B409CD73\\\"\",\r\n \"name\": \"azsmnet804\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8845\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"tokenizers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenizer\",\r\n \"minGram\": 1,\r\n \"maxGram\": 2,\r\n \"tokenChars\": [\r\n \"letter\",\r\n \"digit\",\r\n \"whitespace\",\r\n \"punctuation\",\r\n \"symbol\"\r\n ],\r\n \"name\": \"azsmnet5102\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"bangla\",\r\n \"name\": \"azsmnet8919\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"bulgarian\",\r\n \"name\": \"azsmnet7764\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"catalan\",\r\n \"name\": \"azsmnet7841\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"chineseSimplified\",\r\n \"name\": \"azsmnet5607\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"chineseTraditional\",\r\n \"name\": \"azsmnet7362\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"croatian\",\r\n \"name\": \"azsmnet7327\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"czech\",\r\n \"name\": \"azsmnet3671\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"danish\",\r\n \"name\": \"azsmnet7240\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"dutch\",\r\n \"name\": \"azsmnet5585\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"english\",\r\n \"name\": \"azsmnet8565\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"french\",\r\n \"name\": \"azsmnet8992\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"german\",\r\n \"name\": \"azsmnet86\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"greek\",\r\n \"name\": \"azsmnet3415\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"gujarati\",\r\n \"name\": \"azsmnet870\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"hindi\",\r\n \"name\": \"azsmnet8725\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"icelandic\",\r\n \"name\": \"azsmnet3844\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"indonesian\",\r\n \"name\": \"azsmnet7167\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"italian\",\r\n \"name\": \"azsmnet4310\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"japanese\",\r\n \"name\": \"azsmnet4729\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"kannada\",\r\n \"name\": \"azsmnet1957\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"korean\",\r\n \"name\": \"azsmnet6896\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"malay\",\r\n \"name\": \"azsmnet8418\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"malayalam\",\r\n \"name\": \"azsmnet2602\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"marathi\",\r\n \"name\": \"azsmnet7778\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"norwegianBokmaal\",\r\n \"name\": \"azsmnet6430\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"polish\",\r\n \"name\": \"azsmnet6386\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"portuguese\",\r\n \"name\": \"azsmnet3536\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"portugueseBrazilian\",\r\n \"name\": \"azsmnet6149\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"punjabi\",\r\n \"name\": \"azsmnet3017\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"romanian\",\r\n \"name\": \"azsmnet9589\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"russian\",\r\n \"name\": \"azsmnet3073\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"serbianCyrillic\",\r\n \"name\": \"azsmnet9319\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"serbianLatin\",\r\n \"name\": \"azsmnet2349\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"slovenian\",\r\n \"name\": \"azsmnet5006\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"spanish\",\r\n \"name\": \"azsmnet5625\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"swedish\",\r\n \"name\": \"azsmnet9485\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"tamil\",\r\n \"name\": \"azsmnet4499\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"telugu\",\r\n \"name\": \"azsmnet732\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"thai\",\r\n \"name\": \"azsmnet3014\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"ukrainian\",\r\n \"name\": \"azsmnet1085\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"urdu\",\r\n \"name\": \"azsmnet6990\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"vietnamese\",\r\n \"name\": \"azsmnet4900\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"arabic\",\r\n \"name\": \"azsmnet952\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"bangla\",\r\n \"name\": \"azsmnet8612\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"bulgarian\",\r\n \"name\": \"azsmnet2397\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"catalan\",\r\n \"name\": \"azsmnet4164\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"croatian\",\r\n \"name\": \"azsmnet815\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"czech\",\r\n \"name\": \"azsmnet2468\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"danish\",\r\n \"name\": \"azsmnet1119\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7940\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"tokenizers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenizer\",\r\n \"minGram\": 1,\r\n \"maxGram\": 2,\r\n \"tokenChars\": [\r\n \"letter\",\r\n \"digit\",\r\n \"whitespace\",\r\n \"punctuation\",\r\n \"symbol\"\r\n ],\r\n \"name\": \"azsmnet2502\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"bangla\",\r\n \"name\": \"azsmnet6931\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"bulgarian\",\r\n \"name\": \"azsmnet8885\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"catalan\",\r\n \"name\": \"azsmnet3770\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"chineseSimplified\",\r\n \"name\": \"azsmnet3723\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"chineseTraditional\",\r\n \"name\": \"azsmnet2761\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"croatian\",\r\n \"name\": \"azsmnet8460\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"czech\",\r\n \"name\": \"azsmnet2725\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"danish\",\r\n \"name\": \"azsmnet95\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"dutch\",\r\n \"name\": \"azsmnet4260\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"english\",\r\n \"name\": \"azsmnet1367\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"french\",\r\n \"name\": \"azsmnet6965\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"german\",\r\n \"name\": \"azsmnet3645\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"greek\",\r\n \"name\": \"azsmnet6696\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"gujarati\",\r\n \"name\": \"azsmnet2606\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"hindi\",\r\n \"name\": \"azsmnet9577\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"icelandic\",\r\n \"name\": \"azsmnet9780\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"indonesian\",\r\n \"name\": \"azsmnet8711\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"italian\",\r\n \"name\": \"azsmnet8627\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"japanese\",\r\n \"name\": \"azsmnet3863\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"kannada\",\r\n \"name\": \"azsmnet3140\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"korean\",\r\n \"name\": \"azsmnet4116\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"malay\",\r\n \"name\": \"azsmnet9530\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"malayalam\",\r\n \"name\": \"azsmnet1278\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"marathi\",\r\n \"name\": \"azsmnet8593\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"norwegianBokmaal\",\r\n \"name\": \"azsmnet4267\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"polish\",\r\n \"name\": \"azsmnet5589\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"portuguese\",\r\n \"name\": \"azsmnet5264\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"portugueseBrazilian\",\r\n \"name\": \"azsmnet2278\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"punjabi\",\r\n \"name\": \"azsmnet3469\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"romanian\",\r\n \"name\": \"azsmnet8007\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"russian\",\r\n \"name\": \"azsmnet6185\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"serbianCyrillic\",\r\n \"name\": \"azsmnet4646\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"serbianLatin\",\r\n \"name\": \"azsmnet7229\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"slovenian\",\r\n \"name\": \"azsmnet9234\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"spanish\",\r\n \"name\": \"azsmnet9822\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"swedish\",\r\n \"name\": \"azsmnet7360\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"tamil\",\r\n \"name\": \"azsmnet4487\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"telugu\",\r\n \"name\": \"azsmnet4543\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"thai\",\r\n \"name\": \"azsmnet1594\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"ukrainian\",\r\n \"name\": \"azsmnet760\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"urdu\",\r\n \"name\": \"azsmnet2824\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"vietnamese\",\r\n \"name\": \"azsmnet9955\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"arabic\",\r\n \"name\": \"azsmnet3985\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"bangla\",\r\n \"name\": \"azsmnet1720\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"bulgarian\",\r\n \"name\": \"azsmnet4652\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"catalan\",\r\n \"name\": \"azsmnet6810\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"croatian\",\r\n \"name\": \"azsmnet6376\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"czech\",\r\n \"name\": \"azsmnet2213\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"danish\",\r\n \"name\": \"azsmnet3382\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "2275b6cf-3e7e-4ff9-9816-e39fc6853c32" + "ec069389-9cd0-4af3-b02b-adf74c6cea49" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E5565F982CEB4278B9A0102A914D1457" + "1EFD877ADC25DDFF542742EEAF2891BF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "20792" + "20795" ] }, "ResponseHeaders": { @@ -519,16 +519,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80377948EBF0A\"" + "W/\"0x8D83B88B5A45844\"" ], "Location": [ - "https://azs-2115.search-dogfood.windows-int.net/indexes('azsmnet8845')?api-version=2019-05-06" + "https://azs-7112.search-dogfood.windows-int.net/indexes('azsmnet7940')?api-version=2019-05-06" ], "request-id": [ - "2275b6cf-3e7e-4ff9-9816-e39fc6853c32" + "ec069389-9cd0-4af3-b02b-adf74c6cea49" ], "elapsed-time": [ - "2147" + "2140" ], "OData-Version": [ "4.0" @@ -540,7 +540,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:25:40 GMT" + "Sat, 08 Aug 2020 10:49:22 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -549,38 +549,38 @@ "-1" ], "Content-Length": [ - "16215" + "16218" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2115.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80377948EBF0A\\\"\",\r\n \"name\": \"azsmnet8845\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenizer\",\r\n \"name\": \"azsmnet5102\",\r\n \"minGram\": 1,\r\n \"maxGram\": 2,\r\n \"tokenChars\": [\r\n \"letter\",\r\n \"digit\",\r\n \"whitespace\",\r\n \"punctuation\",\r\n \"symbol\"\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet8919\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"bangla\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet7764\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"bulgarian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet7841\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"catalan\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet5607\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"chineseSimplified\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet7362\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"chineseTraditional\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet7327\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"croatian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet3671\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"czech\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet7240\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"danish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet5585\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"dutch\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet8565\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"english\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet8992\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"french\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet86\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"german\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet3415\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"greek\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet870\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"gujarati\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet8725\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"hindi\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet3844\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"icelandic\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet7167\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"indonesian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet4310\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"italian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet4729\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"japanese\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet1957\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"kannada\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet6896\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"korean\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet8418\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"malay\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet2602\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"malayalam\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet7778\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"marathi\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet6430\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"norwegianBokmaal\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet6386\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"polish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet3536\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"portuguese\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet6149\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"portugueseBrazilian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet3017\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"punjabi\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet9589\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"romanian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet3073\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"russian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet9319\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"serbianCyrillic\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet2349\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"serbianLatin\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet5006\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"slovenian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet5625\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"spanish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet9485\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"swedish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet4499\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"tamil\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet732\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"telugu\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet3014\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"thai\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet1085\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"ukrainian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet6990\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"urdu\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet4900\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"vietnamese\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet952\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"arabic\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet8612\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"bangla\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet2397\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"bulgarian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet4164\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"catalan\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet815\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"croatian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet2468\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"czech\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet1119\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"danish\"\r\n }\r\n ],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7112.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B88B5A45844\\\"\",\r\n \"name\": \"azsmnet7940\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenizer\",\r\n \"name\": \"azsmnet2502\",\r\n \"minGram\": 1,\r\n \"maxGram\": 2,\r\n \"tokenChars\": [\r\n \"letter\",\r\n \"digit\",\r\n \"whitespace\",\r\n \"punctuation\",\r\n \"symbol\"\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet6931\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"bangla\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet8885\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"bulgarian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet3770\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"catalan\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet3723\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"chineseSimplified\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet2761\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"chineseTraditional\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet8460\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"croatian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet2725\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"czech\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet95\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"danish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet4260\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"dutch\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet1367\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"english\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet6965\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"french\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet3645\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"german\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet6696\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"greek\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet2606\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"gujarati\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet9577\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"hindi\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet9780\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"icelandic\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet8711\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"indonesian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet8627\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"italian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet3863\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"japanese\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet3140\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"kannada\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet4116\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"korean\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet9530\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"malay\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet1278\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"malayalam\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet8593\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"marathi\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet4267\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"norwegianBokmaal\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet5589\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"polish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet5264\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"portuguese\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet2278\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"portugueseBrazilian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet3469\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"punjabi\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet8007\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"romanian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet6185\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"russian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet4646\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"serbianCyrillic\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet7229\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"serbianLatin\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet9234\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"slovenian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet9822\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"spanish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet7360\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"swedish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet4487\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"tamil\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet4543\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"telugu\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet1594\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"thai\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet760\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"ukrainian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet2824\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"urdu\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\r\n \"name\": \"azsmnet9955\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"vietnamese\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet3985\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"arabic\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet1720\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"bangla\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet4652\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"bulgarian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet6810\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"catalan\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet6376\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"croatian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet2213\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"czech\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet3382\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"danish\"\r\n }\r\n ],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9075\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"tokenizers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"dutch\",\r\n \"name\": \"azsmnet4941\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"english\",\r\n \"name\": \"azsmnet4947\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"estonian\",\r\n \"name\": \"azsmnet7165\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"finnish\",\r\n \"name\": \"azsmnet373\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"french\",\r\n \"name\": \"azsmnet1030\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"german\",\r\n \"name\": \"azsmnet4105\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"greek\",\r\n \"name\": \"azsmnet500\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"gujarati\",\r\n \"name\": \"azsmnet5162\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"hebrew\",\r\n \"name\": \"azsmnet63\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"hindi\",\r\n \"name\": \"azsmnet9176\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"hungarian\",\r\n \"name\": \"azsmnet975\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"icelandic\",\r\n \"name\": \"azsmnet3791\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"indonesian\",\r\n \"name\": \"azsmnet7521\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"italian\",\r\n \"name\": \"azsmnet4223\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"kannada\",\r\n \"name\": \"azsmnet5994\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"latvian\",\r\n \"name\": \"azsmnet5491\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"lithuanian\",\r\n \"name\": \"azsmnet9671\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"malay\",\r\n \"name\": \"azsmnet7736\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"malayalam\",\r\n \"name\": \"azsmnet8408\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"marathi\",\r\n \"name\": \"azsmnet5243\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"norwegianBokmaal\",\r\n \"name\": \"azsmnet9239\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"polish\",\r\n \"name\": \"azsmnet9344\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"portuguese\",\r\n \"name\": \"azsmnet6434\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"portugueseBrazilian\",\r\n \"name\": \"azsmnet1295\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"punjabi\",\r\n \"name\": \"azsmnet3643\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"romanian\",\r\n \"name\": \"azsmnet4965\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"russian\",\r\n \"name\": \"azsmnet1996\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"serbianCyrillic\",\r\n \"name\": \"azsmnet7465\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"serbianLatin\",\r\n \"name\": \"azsmnet3989\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"slovak\",\r\n \"name\": \"azsmnet5380\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"slovenian\",\r\n \"name\": \"azsmnet2265\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"spanish\",\r\n \"name\": \"azsmnet5571\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"swedish\",\r\n \"name\": \"azsmnet1067\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"tamil\",\r\n \"name\": \"azsmnet5030\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"telugu\",\r\n \"name\": \"azsmnet8074\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"turkish\",\r\n \"name\": \"azsmnet4642\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"ukrainian\",\r\n \"name\": \"azsmnet5907\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"urdu\",\r\n \"name\": \"azsmnet8946\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9158\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"tokenizers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"dutch\",\r\n \"name\": \"azsmnet5766\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"english\",\r\n \"name\": \"azsmnet8400\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"estonian\",\r\n \"name\": \"azsmnet629\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"finnish\",\r\n \"name\": \"azsmnet8637\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"french\",\r\n \"name\": \"azsmnet4690\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"german\",\r\n \"name\": \"azsmnet3827\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"greek\",\r\n \"name\": \"azsmnet7400\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"gujarati\",\r\n \"name\": \"azsmnet7607\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"hebrew\",\r\n \"name\": \"azsmnet5175\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"hindi\",\r\n \"name\": \"azsmnet9454\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"hungarian\",\r\n \"name\": \"azsmnet7171\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"icelandic\",\r\n \"name\": \"azsmnet3196\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"indonesian\",\r\n \"name\": \"azsmnet447\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"italian\",\r\n \"name\": \"azsmnet6624\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"kannada\",\r\n \"name\": \"azsmnet6252\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"latvian\",\r\n \"name\": \"azsmnet5181\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"lithuanian\",\r\n \"name\": \"azsmnet2319\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"malay\",\r\n \"name\": \"azsmnet6415\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"malayalam\",\r\n \"name\": \"azsmnet7461\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"marathi\",\r\n \"name\": \"azsmnet2783\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"norwegianBokmaal\",\r\n \"name\": \"azsmnet2216\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"polish\",\r\n \"name\": \"azsmnet5292\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"portuguese\",\r\n \"name\": \"azsmnet4168\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"portugueseBrazilian\",\r\n \"name\": \"azsmnet7033\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"punjabi\",\r\n \"name\": \"azsmnet3103\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"romanian\",\r\n \"name\": \"azsmnet315\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"russian\",\r\n \"name\": \"azsmnet4160\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"serbianCyrillic\",\r\n \"name\": \"azsmnet5545\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"serbianLatin\",\r\n \"name\": \"azsmnet9556\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"slovak\",\r\n \"name\": \"azsmnet3940\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"slovenian\",\r\n \"name\": \"azsmnet7456\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"spanish\",\r\n \"name\": \"azsmnet9211\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"swedish\",\r\n \"name\": \"azsmnet3050\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"tamil\",\r\n \"name\": \"azsmnet8894\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"telugu\",\r\n \"name\": \"azsmnet7702\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"turkish\",\r\n \"name\": \"azsmnet9606\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"ukrainian\",\r\n \"name\": \"azsmnet5556\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"urdu\",\r\n \"name\": \"azsmnet6007\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "84ec832d-69c3-43ff-a91d-cbe95ec9aa7f" + "1f1691ae-6f6e-4ae8-a74c-365ca90ac456" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E5565F982CEB4278B9A0102A914D1457" + "1EFD877ADC25DDFF542742EEAF2891BF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "18373" + "18375" ] }, "ResponseHeaders": { @@ -591,16 +591,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037795CDA4E5\"" + "W/\"0x8D83B88B704B24B\"" ], "Location": [ - "https://azs-2115.search-dogfood.windows-int.net/indexes('azsmnet9075')?api-version=2019-05-06" + "https://azs-7112.search-dogfood.windows-int.net/indexes('azsmnet9158')?api-version=2019-05-06" ], "request-id": [ - "84ec832d-69c3-43ff-a91d-cbe95ec9aa7f" + "1f1691ae-6f6e-4ae8-a74c-365ca90ac456" ], "elapsed-time": [ - "1670" + "1953" ], "OData-Version": [ "4.0" @@ -612,7 +612,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:25:42 GMT" + "Sat, 08 Aug 2020 10:49:24 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -621,38 +621,38 @@ "-1" ], "Content-Length": [ - "14538" + "14540" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2115.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037795CDA4E5\\\"\",\r\n \"name\": \"azsmnet9075\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet4941\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"dutch\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet4947\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"english\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet7165\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"estonian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet373\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"finnish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet1030\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"french\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet4105\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"german\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet500\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"greek\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet5162\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"gujarati\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet63\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"hebrew\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet9176\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"hindi\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet975\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"hungarian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet3791\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"icelandic\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet7521\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"indonesian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet4223\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"italian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet5994\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"kannada\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet5491\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"latvian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet9671\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"lithuanian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet7736\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"malay\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet8408\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"malayalam\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet5243\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"marathi\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet9239\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"norwegianBokmaal\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet9344\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"polish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet6434\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"portuguese\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet1295\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"portugueseBrazilian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet3643\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"punjabi\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet4965\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"romanian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet1996\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"russian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet7465\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"serbianCyrillic\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet3989\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"serbianLatin\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet5380\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"slovak\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet2265\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"slovenian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet5571\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"spanish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet1067\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"swedish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet5030\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"tamil\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet8074\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"telugu\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet4642\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"turkish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet5907\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"ukrainian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet8946\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"urdu\"\r\n }\r\n ],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7112.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B88B704B24B\\\"\",\r\n \"name\": \"azsmnet9158\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet5766\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"dutch\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet8400\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"english\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet629\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"estonian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet8637\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"finnish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet4690\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"french\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet3827\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"german\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet7400\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"greek\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet7607\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"gujarati\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet5175\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"hebrew\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet9454\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"hindi\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet7171\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"hungarian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet3196\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"icelandic\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet447\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"indonesian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet6624\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"italian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet6252\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"kannada\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet5181\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"latvian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet2319\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"lithuanian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet6415\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"malay\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet7461\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"malayalam\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet2783\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"marathi\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet2216\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"norwegianBokmaal\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet5292\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"polish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet4168\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"portuguese\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet7033\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"portugueseBrazilian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet3103\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"punjabi\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet315\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"romanian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet4160\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"russian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet5545\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"serbianCyrillic\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet9556\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"serbianLatin\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet3940\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"slovak\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet7456\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"slovenian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet9211\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"spanish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet3050\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"swedish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet8894\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"tamil\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet7702\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"telugu\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet9606\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"turkish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet5556\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"ukrainian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\r\n \"name\": \"azsmnet6007\",\r\n \"maxTokenLength\": 200,\r\n \"isSearchTokenizer\": false,\r\n \"language\": \"urdu\"\r\n }\r\n ],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5531\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"tokenFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CjkBigramTokenFilter\",\r\n \"ignoreScripts\": [\r\n \"han\",\r\n \"hiragana\",\r\n \"katakana\",\r\n \"hangul\"\r\n ],\r\n \"outputUnigrams\": true,\r\n \"name\": \"azsmnet2987\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenFilterV2\",\r\n \"minGram\": 1,\r\n \"maxGram\": 2,\r\n \"side\": \"front\",\r\n \"name\": \"azsmnet790\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenFilterV2\",\r\n \"minGram\": 1,\r\n \"maxGram\": 2,\r\n \"side\": \"back\",\r\n \"name\": \"azsmnet525\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"encoder\": \"metaphone\",\r\n \"replace\": false,\r\n \"name\": \"azsmnet304\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"encoder\": \"doubleMetaphone\",\r\n \"replace\": false,\r\n \"name\": \"azsmnet2025\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"encoder\": \"soundex\",\r\n \"replace\": false,\r\n \"name\": \"azsmnet1073\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"encoder\": \"refinedSoundex\",\r\n \"replace\": false,\r\n \"name\": \"azsmnet2236\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"encoder\": \"caverphone1\",\r\n \"replace\": false,\r\n \"name\": \"azsmnet8879\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"encoder\": \"caverphone2\",\r\n \"replace\": false,\r\n \"name\": \"azsmnet9338\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"encoder\": \"cologne\",\r\n \"replace\": false,\r\n \"name\": \"azsmnet3668\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"encoder\": \"nysiis\",\r\n \"replace\": false,\r\n \"name\": \"azsmnet5222\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"encoder\": \"koelnerPhonetik\",\r\n \"replace\": false,\r\n \"name\": \"azsmnet9544\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"encoder\": \"haasePhonetik\",\r\n \"replace\": false,\r\n \"name\": \"azsmnet8506\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"encoder\": \"beiderMorse\",\r\n \"replace\": false,\r\n \"name\": \"azsmnet1163\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"armenian\",\r\n \"name\": \"azsmnet1318\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"basque\",\r\n \"name\": \"azsmnet900\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"catalan\",\r\n \"name\": \"azsmnet5124\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"danish\",\r\n \"name\": \"azsmnet4322\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"dutch\",\r\n \"name\": \"azsmnet4435\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"english\",\r\n \"name\": \"azsmnet1555\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"finnish\",\r\n \"name\": \"azsmnet2039\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"french\",\r\n \"name\": \"azsmnet7293\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"german\",\r\n \"name\": \"azsmnet9467\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"german2\",\r\n \"name\": \"azsmnet676\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"hungarian\",\r\n \"name\": \"azsmnet4957\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"italian\",\r\n \"name\": \"azsmnet3120\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"kp\",\r\n \"name\": \"azsmnet2724\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"lovins\",\r\n \"name\": \"azsmnet6427\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"norwegian\",\r\n \"name\": \"azsmnet2405\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"porter\",\r\n \"name\": \"azsmnet7223\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"portuguese\",\r\n \"name\": \"azsmnet1878\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"romanian\",\r\n \"name\": \"azsmnet5595\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"russian\",\r\n \"name\": \"azsmnet8512\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"spanish\",\r\n \"name\": \"azsmnet5869\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"swedish\",\r\n \"name\": \"azsmnet6728\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"turkish\",\r\n \"name\": \"azsmnet6063\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"arabic\",\r\n \"name\": \"azsmnet2109\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"armenian\",\r\n \"name\": \"azsmnet3034\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"basque\",\r\n \"name\": \"azsmnet1173\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"brazilian\",\r\n \"name\": \"azsmnet4681\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"bulgarian\",\r\n \"name\": \"azsmnet6910\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"catalan\",\r\n \"name\": \"azsmnet5402\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"czech\",\r\n \"name\": \"azsmnet2723\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"danish\",\r\n \"name\": \"azsmnet2491\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"dutch\",\r\n \"name\": \"azsmnet6147\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"dutchKp\",\r\n \"name\": \"azsmnet1352\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"english\",\r\n \"name\": \"azsmnet9583\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"lightEnglish\",\r\n \"name\": \"azsmnet725\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"minimalEnglish\",\r\n \"name\": \"azsmnet6417\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"possessiveEnglish\",\r\n \"name\": \"azsmnet7508\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1872\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"tokenFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CjkBigramTokenFilter\",\r\n \"ignoreScripts\": [\r\n \"han\",\r\n \"hiragana\",\r\n \"katakana\",\r\n \"hangul\"\r\n ],\r\n \"outputUnigrams\": true,\r\n \"name\": \"azsmnet7830\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenFilterV2\",\r\n \"minGram\": 1,\r\n \"maxGram\": 2,\r\n \"side\": \"front\",\r\n \"name\": \"azsmnet8834\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenFilterV2\",\r\n \"minGram\": 1,\r\n \"maxGram\": 2,\r\n \"side\": \"back\",\r\n \"name\": \"azsmnet4041\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"encoder\": \"metaphone\",\r\n \"replace\": false,\r\n \"name\": \"azsmnet5031\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"encoder\": \"doubleMetaphone\",\r\n \"replace\": false,\r\n \"name\": \"azsmnet9626\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"encoder\": \"soundex\",\r\n \"replace\": false,\r\n \"name\": \"azsmnet4936\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"encoder\": \"refinedSoundex\",\r\n \"replace\": false,\r\n \"name\": \"azsmnet7661\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"encoder\": \"caverphone1\",\r\n \"replace\": false,\r\n \"name\": \"azsmnet6524\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"encoder\": \"caverphone2\",\r\n \"replace\": false,\r\n \"name\": \"azsmnet3821\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"encoder\": \"cologne\",\r\n \"replace\": false,\r\n \"name\": \"azsmnet1693\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"encoder\": \"nysiis\",\r\n \"replace\": false,\r\n \"name\": \"azsmnet1269\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"encoder\": \"koelnerPhonetik\",\r\n \"replace\": false,\r\n \"name\": \"azsmnet7663\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"encoder\": \"haasePhonetik\",\r\n \"replace\": false,\r\n \"name\": \"azsmnet5836\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"encoder\": \"beiderMorse\",\r\n \"replace\": false,\r\n \"name\": \"azsmnet5712\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"armenian\",\r\n \"name\": \"azsmnet2538\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"basque\",\r\n \"name\": \"azsmnet5406\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"catalan\",\r\n \"name\": \"azsmnet2422\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"danish\",\r\n \"name\": \"azsmnet9752\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"dutch\",\r\n \"name\": \"azsmnet9311\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"english\",\r\n \"name\": \"azsmnet5087\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"finnish\",\r\n \"name\": \"azsmnet4421\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"french\",\r\n \"name\": \"azsmnet7563\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"german\",\r\n \"name\": \"azsmnet2377\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"german2\",\r\n \"name\": \"azsmnet3330\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"hungarian\",\r\n \"name\": \"azsmnet7732\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"italian\",\r\n \"name\": \"azsmnet6538\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"kp\",\r\n \"name\": \"azsmnet2333\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"lovins\",\r\n \"name\": \"azsmnet394\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"norwegian\",\r\n \"name\": \"azsmnet8913\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"porter\",\r\n \"name\": \"azsmnet9429\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"portuguese\",\r\n \"name\": \"azsmnet1166\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"romanian\",\r\n \"name\": \"azsmnet473\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"russian\",\r\n \"name\": \"azsmnet4232\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"spanish\",\r\n \"name\": \"azsmnet3595\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"swedish\",\r\n \"name\": \"azsmnet5534\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"language\": \"turkish\",\r\n \"name\": \"azsmnet4375\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"arabic\",\r\n \"name\": \"azsmnet9665\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"armenian\",\r\n \"name\": \"azsmnet1854\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"basque\",\r\n \"name\": \"azsmnet8049\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"brazilian\",\r\n \"name\": \"azsmnet1234\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"bulgarian\",\r\n \"name\": \"azsmnet1998\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"catalan\",\r\n \"name\": \"azsmnet7959\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"czech\",\r\n \"name\": \"azsmnet145\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"danish\",\r\n \"name\": \"azsmnet1551\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"dutch\",\r\n \"name\": \"azsmnet8921\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"dutchKp\",\r\n \"name\": \"azsmnet6644\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"english\",\r\n \"name\": \"azsmnet9624\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"lightEnglish\",\r\n \"name\": \"azsmnet6310\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"minimalEnglish\",\r\n \"name\": \"azsmnet3876\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"possessiveEnglish\",\r\n \"name\": \"azsmnet2055\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "15fa683c-61ea-4e31-9ed8-8916a10a0ae7" + "5a2e1f0b-363b-4170-8f5f-f786080651b4" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E5565F982CEB4278B9A0102A914D1457" + "1EFD877ADC25DDFF542742EEAF2891BF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "17512" + "17515" ] }, "ResponseHeaders": { @@ -663,16 +663,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80377970004AF\"" + "W/\"0x8D83B88B85C7EBA\"" ], "Location": [ - "https://azs-2115.search-dogfood.windows-int.net/indexes('azsmnet5531')?api-version=2019-05-06" + "https://azs-7112.search-dogfood.windows-int.net/indexes('azsmnet1872')?api-version=2019-05-06" ], "request-id": [ - "15fa683c-61ea-4e31-9ed8-8916a10a0ae7" + "5a2e1f0b-363b-4170-8f5f-f786080651b4" ], "elapsed-time": [ - "1523" + "1907" ], "OData-Version": [ "4.0" @@ -684,7 +684,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:25:43 GMT" + "Sat, 08 Aug 2020 10:49:26 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -693,38 +693,38 @@ "-1" ], "Content-Length": [ - "13699" + "13702" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2115.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80377970004AF\\\"\",\r\n \"name\": \"azsmnet5531\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CjkBigramTokenFilter\",\r\n \"name\": \"azsmnet2987\",\r\n \"ignoreScripts\": [\r\n \"han\",\r\n \"hiragana\",\r\n \"katakana\",\r\n \"hangul\"\r\n ],\r\n \"outputUnigrams\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenFilterV2\",\r\n \"name\": \"azsmnet790\",\r\n \"minGram\": 1,\r\n \"maxGram\": 2,\r\n \"side\": \"front\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenFilterV2\",\r\n \"name\": \"azsmnet525\",\r\n \"minGram\": 1,\r\n \"maxGram\": 2,\r\n \"side\": \"back\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"azsmnet304\",\r\n \"encoder\": \"metaphone\",\r\n \"replace\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"azsmnet2025\",\r\n \"encoder\": \"doubleMetaphone\",\r\n \"replace\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"azsmnet1073\",\r\n \"encoder\": \"soundex\",\r\n \"replace\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"azsmnet2236\",\r\n \"encoder\": \"refinedSoundex\",\r\n \"replace\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"azsmnet8879\",\r\n \"encoder\": \"caverphone1\",\r\n \"replace\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"azsmnet9338\",\r\n \"encoder\": \"caverphone2\",\r\n \"replace\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"azsmnet3668\",\r\n \"encoder\": \"cologne\",\r\n \"replace\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"azsmnet5222\",\r\n \"encoder\": \"nysiis\",\r\n \"replace\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"azsmnet9544\",\r\n \"encoder\": \"koelnerPhonetik\",\r\n \"replace\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"azsmnet8506\",\r\n \"encoder\": \"haasePhonetik\",\r\n \"replace\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"azsmnet1163\",\r\n \"encoder\": \"beiderMorse\",\r\n \"replace\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet1318\",\r\n \"language\": \"armenian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet900\",\r\n \"language\": \"basque\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet5124\",\r\n \"language\": \"catalan\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet4322\",\r\n \"language\": \"danish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet4435\",\r\n \"language\": \"dutch\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet1555\",\r\n \"language\": \"english\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet2039\",\r\n \"language\": \"finnish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet7293\",\r\n \"language\": \"french\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet9467\",\r\n \"language\": \"german\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet676\",\r\n \"language\": \"german2\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet4957\",\r\n \"language\": \"hungarian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet3120\",\r\n \"language\": \"italian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet2724\",\r\n \"language\": \"kp\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet6427\",\r\n \"language\": \"lovins\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet2405\",\r\n \"language\": \"norwegian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet7223\",\r\n \"language\": \"porter\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet1878\",\r\n \"language\": \"portuguese\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet5595\",\r\n \"language\": \"romanian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet8512\",\r\n \"language\": \"russian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet5869\",\r\n \"language\": \"spanish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet6728\",\r\n \"language\": \"swedish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet6063\",\r\n \"language\": \"turkish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet2109\",\r\n \"language\": \"arabic\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet3034\",\r\n \"language\": \"armenian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet1173\",\r\n \"language\": \"basque\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet4681\",\r\n \"language\": \"brazilian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet6910\",\r\n \"language\": \"bulgarian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet5402\",\r\n \"language\": \"catalan\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet2723\",\r\n \"language\": \"czech\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet2491\",\r\n \"language\": \"danish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet6147\",\r\n \"language\": \"dutch\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet1352\",\r\n \"language\": \"dutchKp\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet9583\",\r\n \"language\": \"english\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet725\",\r\n \"language\": \"lightEnglish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet6417\",\r\n \"language\": \"minimalEnglish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet7508\",\r\n \"language\": \"possessiveEnglish\"\r\n }\r\n ],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7112.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B88B85C7EBA\\\"\",\r\n \"name\": \"azsmnet1872\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.CjkBigramTokenFilter\",\r\n \"name\": \"azsmnet7830\",\r\n \"ignoreScripts\": [\r\n \"han\",\r\n \"hiragana\",\r\n \"katakana\",\r\n \"hangul\"\r\n ],\r\n \"outputUnigrams\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenFilterV2\",\r\n \"name\": \"azsmnet8834\",\r\n \"minGram\": 1,\r\n \"maxGram\": 2,\r\n \"side\": \"front\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.EdgeNGramTokenFilterV2\",\r\n \"name\": \"azsmnet4041\",\r\n \"minGram\": 1,\r\n \"maxGram\": 2,\r\n \"side\": \"back\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"azsmnet5031\",\r\n \"encoder\": \"metaphone\",\r\n \"replace\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"azsmnet9626\",\r\n \"encoder\": \"doubleMetaphone\",\r\n \"replace\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"azsmnet4936\",\r\n \"encoder\": \"soundex\",\r\n \"replace\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"azsmnet7661\",\r\n \"encoder\": \"refinedSoundex\",\r\n \"replace\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"azsmnet6524\",\r\n \"encoder\": \"caverphone1\",\r\n \"replace\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"azsmnet3821\",\r\n \"encoder\": \"caverphone2\",\r\n \"replace\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"azsmnet1693\",\r\n \"encoder\": \"cologne\",\r\n \"replace\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"azsmnet1269\",\r\n \"encoder\": \"nysiis\",\r\n \"replace\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"azsmnet7663\",\r\n \"encoder\": \"koelnerPhonetik\",\r\n \"replace\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"azsmnet5836\",\r\n \"encoder\": \"haasePhonetik\",\r\n \"replace\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PhoneticTokenFilter\",\r\n \"name\": \"azsmnet5712\",\r\n \"encoder\": \"beiderMorse\",\r\n \"replace\": false\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet2538\",\r\n \"language\": \"armenian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet5406\",\r\n \"language\": \"basque\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet2422\",\r\n \"language\": \"catalan\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet9752\",\r\n \"language\": \"danish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet9311\",\r\n \"language\": \"dutch\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet5087\",\r\n \"language\": \"english\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet4421\",\r\n \"language\": \"finnish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet7563\",\r\n \"language\": \"french\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet2377\",\r\n \"language\": \"german\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet3330\",\r\n \"language\": \"german2\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet7732\",\r\n \"language\": \"hungarian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet6538\",\r\n \"language\": \"italian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet2333\",\r\n \"language\": \"kp\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet394\",\r\n \"language\": \"lovins\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet8913\",\r\n \"language\": \"norwegian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet9429\",\r\n \"language\": \"porter\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet1166\",\r\n \"language\": \"portuguese\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet473\",\r\n \"language\": \"romanian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet4232\",\r\n \"language\": \"russian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet3595\",\r\n \"language\": \"spanish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet5534\",\r\n \"language\": \"swedish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SnowballTokenFilter\",\r\n \"name\": \"azsmnet4375\",\r\n \"language\": \"turkish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet9665\",\r\n \"language\": \"arabic\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet1854\",\r\n \"language\": \"armenian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet8049\",\r\n \"language\": \"basque\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet1234\",\r\n \"language\": \"brazilian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet1998\",\r\n \"language\": \"bulgarian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet7959\",\r\n \"language\": \"catalan\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet145\",\r\n \"language\": \"czech\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet1551\",\r\n \"language\": \"danish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet8921\",\r\n \"language\": \"dutch\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet6644\",\r\n \"language\": \"dutchKp\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet9624\",\r\n \"language\": \"english\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet6310\",\r\n \"language\": \"lightEnglish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet3876\",\r\n \"language\": \"minimalEnglish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet2055\",\r\n \"language\": \"possessiveEnglish\"\r\n }\r\n ],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3992\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"tokenFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"porter2\",\r\n \"name\": \"azsmnet119\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"lovins\",\r\n \"name\": \"azsmnet4917\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"finnish\",\r\n \"name\": \"azsmnet4908\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"lightFinnish\",\r\n \"name\": \"azsmnet4879\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"french\",\r\n \"name\": \"azsmnet9255\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"lightFrench\",\r\n \"name\": \"azsmnet6349\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"minimalFrench\",\r\n \"name\": \"azsmnet5497\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"galician\",\r\n \"name\": \"azsmnet1319\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"minimalGalician\",\r\n \"name\": \"azsmnet2508\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"german\",\r\n \"name\": \"azsmnet868\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"german2\",\r\n \"name\": \"azsmnet2656\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"lightGerman\",\r\n \"name\": \"azsmnet5837\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"minimalGerman\",\r\n \"name\": \"azsmnet3165\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"greek\",\r\n \"name\": \"azsmnet3843\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"hindi\",\r\n \"name\": \"azsmnet3151\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"hungarian\",\r\n \"name\": \"azsmnet2479\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"lightHungarian\",\r\n \"name\": \"azsmnet6128\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"indonesian\",\r\n \"name\": \"azsmnet38\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"irish\",\r\n \"name\": \"azsmnet2217\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"italian\",\r\n \"name\": \"azsmnet5254\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"lightItalian\",\r\n \"name\": \"azsmnet8789\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"sorani\",\r\n \"name\": \"azsmnet2090\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"latvian\",\r\n \"name\": \"azsmnet3149\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"norwegian\",\r\n \"name\": \"azsmnet9753\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"lightNorwegian\",\r\n \"name\": \"azsmnet4643\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"minimalNorwegian\",\r\n \"name\": \"azsmnet6635\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"lightNynorsk\",\r\n \"name\": \"azsmnet4569\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"minimalNynorsk\",\r\n \"name\": \"azsmnet6976\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"portuguese\",\r\n \"name\": \"azsmnet4528\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"lightPortuguese\",\r\n \"name\": \"azsmnet3604\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"minimalPortuguese\",\r\n \"name\": \"azsmnet1998\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"portugueseRslp\",\r\n \"name\": \"azsmnet10\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"romanian\",\r\n \"name\": \"azsmnet4895\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"russian\",\r\n \"name\": \"azsmnet7104\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"lightRussian\",\r\n \"name\": \"azsmnet6960\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"spanish\",\r\n \"name\": \"azsmnet686\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"lightSpanish\",\r\n \"name\": \"azsmnet3632\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"swedish\",\r\n \"name\": \"azsmnet6612\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"lightSwedish\",\r\n \"name\": \"azsmnet378\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"turkish\",\r\n \"name\": \"azsmnet566\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"arabic\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet8718\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"armenian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet8027\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"basque\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet1768\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"brazilian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet5154\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"bulgarian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet235\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"catalan\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet2620\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"czech\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet1780\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"danish\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet8519\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"dutch\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet6790\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"english\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet8902\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2412\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"tokenFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"porter2\",\r\n \"name\": \"azsmnet361\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"lovins\",\r\n \"name\": \"azsmnet2463\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"finnish\",\r\n \"name\": \"azsmnet5980\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"lightFinnish\",\r\n \"name\": \"azsmnet9079\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"french\",\r\n \"name\": \"azsmnet2611\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"lightFrench\",\r\n \"name\": \"azsmnet5539\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"minimalFrench\",\r\n \"name\": \"azsmnet7936\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"galician\",\r\n \"name\": \"azsmnet830\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"minimalGalician\",\r\n \"name\": \"azsmnet7811\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"german\",\r\n \"name\": \"azsmnet3018\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"german2\",\r\n \"name\": \"azsmnet1607\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"lightGerman\",\r\n \"name\": \"azsmnet7061\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"minimalGerman\",\r\n \"name\": \"azsmnet297\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"greek\",\r\n \"name\": \"azsmnet3620\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"hindi\",\r\n \"name\": \"azsmnet7728\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"hungarian\",\r\n \"name\": \"azsmnet7228\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"lightHungarian\",\r\n \"name\": \"azsmnet5374\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"indonesian\",\r\n \"name\": \"azsmnet1960\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"irish\",\r\n \"name\": \"azsmnet8162\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"italian\",\r\n \"name\": \"azsmnet5740\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"lightItalian\",\r\n \"name\": \"azsmnet567\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"sorani\",\r\n \"name\": \"azsmnet1702\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"latvian\",\r\n \"name\": \"azsmnet8076\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"norwegian\",\r\n \"name\": \"azsmnet3088\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"lightNorwegian\",\r\n \"name\": \"azsmnet6461\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"minimalNorwegian\",\r\n \"name\": \"azsmnet7417\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"lightNynorsk\",\r\n \"name\": \"azsmnet826\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"minimalNynorsk\",\r\n \"name\": \"azsmnet4407\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"portuguese\",\r\n \"name\": \"azsmnet1088\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"lightPortuguese\",\r\n \"name\": \"azsmnet6913\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"minimalPortuguese\",\r\n \"name\": \"azsmnet6021\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"portugueseRslp\",\r\n \"name\": \"azsmnet6517\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"romanian\",\r\n \"name\": \"azsmnet6858\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"russian\",\r\n \"name\": \"azsmnet9067\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"lightRussian\",\r\n \"name\": \"azsmnet8701\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"spanish\",\r\n \"name\": \"azsmnet4492\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"lightSpanish\",\r\n \"name\": \"azsmnet5151\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"swedish\",\r\n \"name\": \"azsmnet983\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"lightSwedish\",\r\n \"name\": \"azsmnet9993\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"language\": \"turkish\",\r\n \"name\": \"azsmnet6437\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"arabic\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet6314\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"armenian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet9793\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"basque\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet7903\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"brazilian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet5991\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"bulgarian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet6148\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"catalan\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet8121\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"czech\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet7110\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"danish\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet6421\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"dutch\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet6723\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"english\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet6103\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8a948c77-d388-40ae-8b58-bbb8544364c8" + "fb858eaa-15b3-4d33-9393-883ec0a1b234" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E5565F982CEB4278B9A0102A914D1457" + "1EFD877ADC25DDFF542742EEAF2891BF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "17732" + "17736" ] }, "ResponseHeaders": { @@ -735,16 +735,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80377981F7440\"" + "W/\"0x8D83B88BA392B7F\"" ], "Location": [ - "https://azs-2115.search-dogfood.windows-int.net/indexes('azsmnet3992')?api-version=2019-05-06" + "https://azs-7112.search-dogfood.windows-int.net/indexes('azsmnet2412')?api-version=2019-05-06" ], "request-id": [ - "8a948c77-d388-40ae-8b58-bbb8544364c8" + "fb858eaa-15b3-4d33-9393-883ec0a1b234" ], "elapsed-time": [ - "1415" + "1791" ], "OData-Version": [ "4.0" @@ -756,7 +756,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:25:45 GMT" + "Sat, 08 Aug 2020 10:49:29 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -765,38 +765,38 @@ "-1" ], "Content-Length": [ - "14081" + "14085" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2115.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80377981F7440\\\"\",\r\n \"name\": \"azsmnet3992\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet119\",\r\n \"language\": \"porter2\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet4917\",\r\n \"language\": \"lovins\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet4908\",\r\n \"language\": \"finnish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet4879\",\r\n \"language\": \"lightFinnish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet9255\",\r\n \"language\": \"french\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet6349\",\r\n \"language\": \"lightFrench\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet5497\",\r\n \"language\": \"minimalFrench\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet1319\",\r\n \"language\": \"galician\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet2508\",\r\n \"language\": \"minimalGalician\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet868\",\r\n \"language\": \"german\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet2656\",\r\n \"language\": \"german2\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet5837\",\r\n \"language\": \"lightGerman\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet3165\",\r\n \"language\": \"minimalGerman\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet3843\",\r\n \"language\": \"greek\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet3151\",\r\n \"language\": \"hindi\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet2479\",\r\n \"language\": \"hungarian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet6128\",\r\n \"language\": \"lightHungarian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet38\",\r\n \"language\": \"indonesian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet2217\",\r\n \"language\": \"irish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet5254\",\r\n \"language\": \"italian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet8789\",\r\n \"language\": \"lightItalian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet2090\",\r\n \"language\": \"sorani\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet3149\",\r\n \"language\": \"latvian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet9753\",\r\n \"language\": \"norwegian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet4643\",\r\n \"language\": \"lightNorwegian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet6635\",\r\n \"language\": \"minimalNorwegian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet4569\",\r\n \"language\": \"lightNynorsk\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet6976\",\r\n \"language\": \"minimalNynorsk\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet4528\",\r\n \"language\": \"portuguese\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet3604\",\r\n \"language\": \"lightPortuguese\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet1998\",\r\n \"language\": \"minimalPortuguese\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet10\",\r\n \"language\": \"portugueseRslp\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet4895\",\r\n \"language\": \"romanian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet7104\",\r\n \"language\": \"russian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet6960\",\r\n \"language\": \"lightRussian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet686\",\r\n \"language\": \"spanish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet3632\",\r\n \"language\": \"lightSpanish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet6612\",\r\n \"language\": \"swedish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet378\",\r\n \"language\": \"lightSwedish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet566\",\r\n \"language\": \"turkish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet8718\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"arabic\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet8027\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"armenian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet1768\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"basque\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet5154\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"brazilian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet235\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"bulgarian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet2620\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"catalan\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet1780\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"czech\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet8519\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"danish\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet6790\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"dutch\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet8902\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"english\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n }\r\n ],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7112.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B88BA392B7F\\\"\",\r\n \"name\": \"azsmnet2412\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet361\",\r\n \"language\": \"porter2\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet2463\",\r\n \"language\": \"lovins\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet5980\",\r\n \"language\": \"finnish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet9079\",\r\n \"language\": \"lightFinnish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet2611\",\r\n \"language\": \"french\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet5539\",\r\n \"language\": \"lightFrench\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet7936\",\r\n \"language\": \"minimalFrench\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet830\",\r\n \"language\": \"galician\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet7811\",\r\n \"language\": \"minimalGalician\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet3018\",\r\n \"language\": \"german\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet1607\",\r\n \"language\": \"german2\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet7061\",\r\n \"language\": \"lightGerman\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet297\",\r\n \"language\": \"minimalGerman\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet3620\",\r\n \"language\": \"greek\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet7728\",\r\n \"language\": \"hindi\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet7228\",\r\n \"language\": \"hungarian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet5374\",\r\n \"language\": \"lightHungarian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet1960\",\r\n \"language\": \"indonesian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet8162\",\r\n \"language\": \"irish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet5740\",\r\n \"language\": \"italian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet567\",\r\n \"language\": \"lightItalian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet1702\",\r\n \"language\": \"sorani\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet8076\",\r\n \"language\": \"latvian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet3088\",\r\n \"language\": \"norwegian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet6461\",\r\n \"language\": \"lightNorwegian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet7417\",\r\n \"language\": \"minimalNorwegian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet826\",\r\n \"language\": \"lightNynorsk\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet4407\",\r\n \"language\": \"minimalNynorsk\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet1088\",\r\n \"language\": \"portuguese\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet6913\",\r\n \"language\": \"lightPortuguese\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet6021\",\r\n \"language\": \"minimalPortuguese\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet6517\",\r\n \"language\": \"portugueseRslp\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet6858\",\r\n \"language\": \"romanian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet9067\",\r\n \"language\": \"russian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet8701\",\r\n \"language\": \"lightRussian\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet4492\",\r\n \"language\": \"spanish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet5151\",\r\n \"language\": \"lightSpanish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet983\",\r\n \"language\": \"swedish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet9993\",\r\n \"language\": \"lightSwedish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StemmerTokenFilter\",\r\n \"name\": \"azsmnet6437\",\r\n \"language\": \"turkish\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet6314\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"arabic\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet9793\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"armenian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet7903\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"basque\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet5991\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"brazilian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet6148\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"bulgarian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet8121\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"catalan\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet7110\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"czech\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet6421\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"danish\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet6723\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"dutch\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet6103\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"english\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n }\r\n ],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2046\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"tokenFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"finnish\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet7331\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"french\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet657\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"galician\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet5827\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"german\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet8268\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"greek\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet6737\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"hindi\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet6190\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"hungarian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet1792\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"indonesian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet2496\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"irish\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet3424\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"italian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet1838\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"latvian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet4687\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"norwegian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet7999\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"persian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet1564\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"portuguese\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet2844\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"romanian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet7728\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"russian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet3570\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"sorani\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet4398\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"spanish\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet5689\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"swedish\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet7636\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"thai\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet859\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"turkish\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet8381\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8926\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"tokenFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"finnish\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet5584\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"french\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet544\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"galician\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet3437\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"german\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet4551\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"greek\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet9026\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"hindi\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet2736\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"hungarian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet223\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"indonesian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet977\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"irish\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet479\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"italian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet1725\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"latvian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet6904\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"norwegian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet6670\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"persian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet8449\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"portuguese\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet8151\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"romanian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet8799\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"russian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet892\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"sorani\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet7003\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"spanish\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet2714\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"swedish\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet9817\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"thai\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet9249\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"stopwordsList\": \"turkish\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true,\r\n \"name\": \"azsmnet184\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "9bc31b19-1b18-4d6c-ae02-ec7c15750f54" + "9b9ba0d5-c330-4050-a15f-113c03b5f91b" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E5565F982CEB4278B9A0102A914D1457" + "1EFD877ADC25DDFF542742EEAF2891BF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "14235" + "14231" ] }, "ResponseHeaders": { @@ -807,16 +807,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803779929F74C\"" + "W/\"0x8D83B88BB5ABFB3\"" ], "Location": [ - "https://azs-2115.search-dogfood.windows-int.net/indexes('azsmnet2046')?api-version=2019-05-06" + "https://azs-7112.search-dogfood.windows-int.net/indexes('azsmnet8926')?api-version=2019-05-06" ], "request-id": [ - "9bc31b19-1b18-4d6c-ae02-ec7c15750f54" + "9b9ba0d5-c330-4050-a15f-113c03b5f91b" ], "elapsed-time": [ - "1316" + "1545" ], "OData-Version": [ "4.0" @@ -828,7 +828,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:25:47 GMT" + "Sat, 08 Aug 2020 10:49:31 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -837,31 +837,31 @@ "-1" ], "Content-Length": [ - "11682" + "11678" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2115.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803779929F74C\\\"\",\r\n \"name\": \"azsmnet2046\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet7331\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"finnish\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet657\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"french\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet5827\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"galician\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet8268\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"german\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet6737\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"greek\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet6190\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"hindi\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet1792\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"hungarian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet2496\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"indonesian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet3424\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"irish\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet1838\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"italian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet4687\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"latvian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet7999\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"norwegian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet1564\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"persian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet2844\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"portuguese\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet7728\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"romanian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet3570\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"russian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet4398\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"sorani\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet5689\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"spanish\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet7636\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"swedish\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet859\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"thai\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet8381\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"turkish\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n }\r\n ],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7112.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B88BB5ABFB3\\\"\",\r\n \"name\": \"azsmnet8926\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet5584\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"finnish\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet544\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"french\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet3437\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"galician\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet4551\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"german\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet9026\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"greek\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet2736\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"hindi\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet223\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"hungarian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet977\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"indonesian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet479\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"irish\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet1725\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"italian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet6904\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"latvian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet6670\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"norwegian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet8449\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"persian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet8151\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"portuguese\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet8799\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"romanian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet892\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"russian\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet7003\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"sorani\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet2714\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"spanish\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet9817\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"swedish\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet9249\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"thai\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.StopwordsTokenFilter\",\r\n \"name\": \"azsmnet184\",\r\n \"stopwords\": [],\r\n \"stopwordsList\": \"turkish\",\r\n \"ignoreCase\": false,\r\n \"removeTrailing\": true\r\n }\r\n ],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1622\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"charFilters\": []\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4223\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"charFilters\": []\r\n}", "RequestHeaders": { "client-request-id": [ - "5cd579ea-2040-498e-852a-31688340b622" + "90021f21-76cb-4413-8149-34fe69fe4707" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E5565F982CEB4278B9A0102A914D1457" + "1EFD877ADC25DDFF542742EEAF2891BF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -879,16 +879,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803779A1F66AF\"" + "W/\"0x8D83B88BC05CEE0\"" ], "Location": [ - "https://azs-2115.search-dogfood.windows-int.net/indexes('azsmnet1622')?api-version=2019-05-06" + "https://azs-7112.search-dogfood.windows-int.net/indexes('azsmnet4223')?api-version=2019-05-06" ], "request-id": [ - "5cd579ea-2040-498e-852a-31688340b622" + "90021f21-76cb-4413-8149-34fe69fe4707" ], "elapsed-time": [ - "1191" + "784" ], "OData-Version": [ "4.0" @@ -900,7 +900,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:25:49 GMT" + "Sat, 08 Aug 2020 10:49:32 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -912,28 +912,28 @@ "8199" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2115.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803779A1F66AF\\\"\",\r\n \"name\": \"azsmnet1622\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7112.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B88BC05CEE0\\\"\",\r\n \"name\": \"azsmnet4223\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet3990')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzOTkwJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet804')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MDQnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "1cb008fc-c634-4d8a-bb26-d678b22a3850" + "19f32dbb-013e-49aa-b2c4-6ebe1d476e5d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E5565F982CEB4278B9A0102A914D1457" + "1EFD877ADC25DDFF542742EEAF2891BF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -945,16 +945,16 @@ "no-cache" ], "request-id": [ - "1cb008fc-c634-4d8a-bb26-d678b22a3850" + "19f32dbb-013e-49aa-b2c4-6ebe1d476e5d" ], "elapsed-time": [ - "352" + "444" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:25:37 GMT" + "Sat, 08 Aug 2020 10:49:19 GMT" ], "Expires": [ "-1" @@ -964,24 +964,24 @@ "StatusCode": 204 }, { - "RequestUri": "/indexes('azsmnet8845')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4ODQ1Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet7940')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3OTQwJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "2ed2b665-0dc8-4ebc-9d9e-388691355828" + "6a9e0fc0-6872-4944-a42a-a1b4d5582b4d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E5565F982CEB4278B9A0102A914D1457" + "1EFD877ADC25DDFF542742EEAF2891BF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -993,16 +993,16 @@ "no-cache" ], "request-id": [ - "2ed2b665-0dc8-4ebc-9d9e-388691355828" + "6a9e0fc0-6872-4944-a42a-a1b4d5582b4d" ], "elapsed-time": [ - "363" + "268" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:25:40 GMT" + "Sat, 08 Aug 2020 10:49:22 GMT" ], "Expires": [ "-1" @@ -1012,24 +1012,24 @@ "StatusCode": 204 }, { - "RequestUri": "/indexes('azsmnet9075')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MDc1Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet9158')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MTU4Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "bbf05d6b-debc-4973-8a7b-6190515a20f6" + "fd058fb3-cf4b-4ddc-91ed-0fae99d9f013" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E5565F982CEB4278B9A0102A914D1457" + "1EFD877ADC25DDFF542742EEAF2891BF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1041,16 +1041,16 @@ "no-cache" ], "request-id": [ - "bbf05d6b-debc-4973-8a7b-6190515a20f6" + "fd058fb3-cf4b-4ddc-91ed-0fae99d9f013" ], "elapsed-time": [ - "338" + "237" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:25:42 GMT" + "Sat, 08 Aug 2020 10:49:24 GMT" ], "Expires": [ "-1" @@ -1060,24 +1060,24 @@ "StatusCode": 204 }, { - "RequestUri": "/indexes('azsmnet5531')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NTMxJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1872')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxODcyJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "8d87f7ad-4674-4b3a-a3a3-55c594582af4" + "2a9694be-68b2-42aa-b3ea-81c363e086ce" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E5565F982CEB4278B9A0102A914D1457" + "1EFD877ADC25DDFF542742EEAF2891BF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1089,16 +1089,16 @@ "no-cache" ], "request-id": [ - "8d87f7ad-4674-4b3a-a3a3-55c594582af4" + "2a9694be-68b2-42aa-b3ea-81c363e086ce" ], "elapsed-time": [ - "331" + "1190" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:25:44 GMT" + "Sat, 08 Aug 2020 10:49:28 GMT" ], "Expires": [ "-1" @@ -1108,24 +1108,24 @@ "StatusCode": 204 }, { - "RequestUri": "/indexes('azsmnet3992')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzOTkyJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet2412')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNDEyJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "6d366784-4c3e-4c65-9ec9-85210a5e8908" + "c1ce743c-67c9-406b-abc8-7e4448f21b53" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E5565F982CEB4278B9A0102A914D1457" + "1EFD877ADC25DDFF542742EEAF2891BF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1137,16 +1137,16 @@ "no-cache" ], "request-id": [ - "6d366784-4c3e-4c65-9ec9-85210a5e8908" + "c1ce743c-67c9-406b-abc8-7e4448f21b53" ], "elapsed-time": [ - "344" + "251" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:25:46 GMT" + "Sat, 08 Aug 2020 10:49:29 GMT" ], "Expires": [ "-1" @@ -1156,24 +1156,24 @@ "StatusCode": 204 }, { - "RequestUri": "/indexes('azsmnet2046')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMDQ2Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8926')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4OTI2Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "d30af269-5fcf-4f21-9895-7cf60a3502e2" + "13b24ad2-5106-461e-8398-29da21b551a9" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E5565F982CEB4278B9A0102A914D1457" + "1EFD877ADC25DDFF542742EEAF2891BF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1185,16 +1185,16 @@ "no-cache" ], "request-id": [ - "d30af269-5fcf-4f21-9895-7cf60a3502e2" + "13b24ad2-5106-461e-8398-29da21b551a9" ], "elapsed-time": [ - "331" + "245" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:25:47 GMT" + "Sat, 08 Aug 2020 10:49:32 GMT" ], "Expires": [ "-1" @@ -1204,24 +1204,24 @@ "StatusCode": 204 }, { - "RequestUri": "/indexes('azsmnet1622')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNjIyJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4223')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MjIzJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "f15c10da-263a-4b92-a562-7161a30fea95" + "e04ff7f2-eceb-4655-880e-942f7e3d378d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E5565F982CEB4278B9A0102A914D1457" + "1EFD877ADC25DDFF542742EEAF2891BF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1233,16 +1233,16 @@ "no-cache" ], "request-id": [ - "f15c10da-263a-4b92-a562-7161a30fea95" + "e04ff7f2-eceb-4655-880e-942f7e3d378d" ], "elapsed-time": [ - "331" + "555" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:25:49 GMT" + "Sat, 08 Aug 2020 10:49:33 GMT" ], "Expires": [ "-1" @@ -1252,21 +1252,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8786/providers/Microsoft.Search/searchServices/azs-2115?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4Nzg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTE1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5547/providers/Microsoft.Search/searchServices/azs-7112?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTQ3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTEyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "344f2f50-8f5f-4af7-84b2-a6b3d215afe3" + "98fcdbc1-d712-4bd4-a28d-b23e41cec8f2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1277,275 +1277,266 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "344f2f50-8f5f-4af7-84b2-a6b3d215afe3" + "eccda973-eaad-4e8e-b445-48092d952f60" ], - "request-id": [ - "344f2f50-8f5f-4af7-84b2-a6b3d215afe3" + "x-ms-correlation-request-id": [ + "eccda973-eaad-4e8e-b445-48092d952f60" ], - "elapsed-time": [ - "1159" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T104943Z:eccda973-eaad-4e8e-b445-48092d952f60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" - ], - "x-ms-correlation-request-id": [ - "06538038-f7fc-40fd-8f0e-328bb41d13c3" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022554Z:06538038-f7fc-40fd-8f0e-328bb41d13c3" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:25:54 GMT" + "Sat, 08 Aug 2020 10:49:43 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8786", - "azsmnet1476", - "azsmnet5102", - "azsmnet2987", - "azsmnet1003", - "azsmnet8919", - "azsmnet7764", - "azsmnet7841", - "azsmnet5607", - "azsmnet7362", - "azsmnet7327", - "azsmnet3671", - "azsmnet7240", - "azsmnet5585", - "azsmnet8565", - "azsmnet8992", - "azsmnet86", - "azsmnet3415", - "azsmnet870", - "azsmnet8725", - "azsmnet3844", - "azsmnet7167", - "azsmnet4310", - "azsmnet4729", - "azsmnet1957", - "azsmnet6896", - "azsmnet8418", - "azsmnet2602", - "azsmnet7778", - "azsmnet6430", - "azsmnet6386", - "azsmnet3536", - "azsmnet6149", - "azsmnet3017", - "azsmnet9589", - "azsmnet3073", - "azsmnet9319", - "azsmnet2349", - "azsmnet5006", - "azsmnet5625", - "azsmnet9485", - "azsmnet4499", - "azsmnet732", - "azsmnet3014", - "azsmnet1085", - "azsmnet6990", - "azsmnet4900", - "azsmnet952", - "azsmnet8612", - "azsmnet2397", - "azsmnet4164", - "azsmnet815", - "azsmnet2468", - "azsmnet1119", - "azsmnet4941", - "azsmnet4947", - "azsmnet7165", - "azsmnet373", - "azsmnet1030", - "azsmnet4105", - "azsmnet500", - "azsmnet5162", - "azsmnet63", - "azsmnet9176", - "azsmnet975", - "azsmnet3791", - "azsmnet7521", - "azsmnet4223", - "azsmnet5994", - "azsmnet5491", - "azsmnet9671", - "azsmnet7736", - "azsmnet8408", - "azsmnet5243", - "azsmnet9239", - "azsmnet9344", - "azsmnet6434", - "azsmnet1295", - "azsmnet3643", - "azsmnet4965", - "azsmnet1996", - "azsmnet7465", - "azsmnet3989", - "azsmnet5380", - "azsmnet2265", - "azsmnet5571", - "azsmnet1067", - "azsmnet5030", - "azsmnet8074", - "azsmnet4642", - "azsmnet5907", - "azsmnet8946", - "azsmnet1318", - "azsmnet900", - "azsmnet5124", - "azsmnet4322", - "azsmnet4435", - "azsmnet1555", - "azsmnet2039", - "azsmnet7293", - "azsmnet9467", - "azsmnet676", - "azsmnet4957", - "azsmnet3120", - "azsmnet2724", - "azsmnet6427", - "azsmnet2405", - "azsmnet7223", - "azsmnet1878", - "azsmnet5595", - "azsmnet8512", - "azsmnet5869", - "azsmnet6728", - "azsmnet6063", - "azsmnet2109", - "azsmnet3034", - "azsmnet1173", - "azsmnet4681", - "azsmnet6910", - "azsmnet5402", - "azsmnet2723", - "azsmnet2491", - "azsmnet6147", - "azsmnet1352", - "azsmnet9583", - "azsmnet725", - "azsmnet6417", - "azsmnet7508", - "azsmnet119", - "azsmnet4917", - "azsmnet4908", - "azsmnet4879", - "azsmnet9255", - "azsmnet6349", - "azsmnet5497", - "azsmnet1319", - "azsmnet2508", - "azsmnet868", - "azsmnet2656", - "azsmnet5837", - "azsmnet3165", - "azsmnet3843", - "azsmnet3151", - "azsmnet2479", - "azsmnet6128", - "azsmnet38", - "azsmnet2217", - "azsmnet5254", - "azsmnet8789", - "azsmnet2090", - "azsmnet3149", - "azsmnet9753", - "azsmnet4643", - "azsmnet6635", - "azsmnet4569", - "azsmnet6976", - "azsmnet4528", - "azsmnet3604", + "azsmnet5547", + "azsmnet9256", + "azsmnet2502", + "azsmnet7830", + "azsmnet7944", + "azsmnet6931", + "azsmnet8885", + "azsmnet3770", + "azsmnet3723", + "azsmnet2761", + "azsmnet8460", + "azsmnet2725", + "azsmnet95", + "azsmnet4260", + "azsmnet1367", + "azsmnet6965", + "azsmnet3645", + "azsmnet6696", + "azsmnet2606", + "azsmnet9577", + "azsmnet9780", + "azsmnet8711", + "azsmnet8627", + "azsmnet3863", + "azsmnet3140", + "azsmnet4116", + "azsmnet9530", + "azsmnet1278", + "azsmnet8593", + "azsmnet4267", + "azsmnet5589", + "azsmnet5264", + "azsmnet2278", + "azsmnet3469", + "azsmnet8007", + "azsmnet6185", + "azsmnet4646", + "azsmnet7229", + "azsmnet9234", + "azsmnet9822", + "azsmnet7360", + "azsmnet4487", + "azsmnet4543", + "azsmnet1594", + "azsmnet760", + "azsmnet2824", + "azsmnet9955", + "azsmnet3985", + "azsmnet1720", + "azsmnet4652", + "azsmnet6810", + "azsmnet6376", + "azsmnet2213", + "azsmnet3382", + "azsmnet5766", + "azsmnet8400", + "azsmnet629", + "azsmnet8637", + "azsmnet4690", + "azsmnet3827", + "azsmnet7400", + "azsmnet7607", + "azsmnet5175", + "azsmnet9454", + "azsmnet7171", + "azsmnet3196", + "azsmnet447", + "azsmnet6624", + "azsmnet6252", + "azsmnet5181", + "azsmnet2319", + "azsmnet6415", + "azsmnet7461", + "azsmnet2783", + "azsmnet2216", + "azsmnet5292", + "azsmnet4168", + "azsmnet7033", + "azsmnet3103", + "azsmnet315", + "azsmnet4160", + "azsmnet5545", + "azsmnet9556", + "azsmnet3940", + "azsmnet7456", + "azsmnet9211", + "azsmnet3050", + "azsmnet8894", + "azsmnet7702", + "azsmnet9606", + "azsmnet5556", + "azsmnet6007", + "azsmnet2538", + "azsmnet5406", + "azsmnet2422", + "azsmnet9752", + "azsmnet9311", + "azsmnet5087", + "azsmnet4421", + "azsmnet7563", + "azsmnet2377", + "azsmnet3330", + "azsmnet7732", + "azsmnet6538", + "azsmnet2333", + "azsmnet394", + "azsmnet8913", + "azsmnet9429", + "azsmnet1166", + "azsmnet473", + "azsmnet4232", + "azsmnet3595", + "azsmnet5534", + "azsmnet4375", + "azsmnet9665", + "azsmnet1854", + "azsmnet8049", + "azsmnet1234", "azsmnet1998", - "azsmnet10", - "azsmnet4895", - "azsmnet7104", - "azsmnet6960", - "azsmnet686", - "azsmnet3632", - "azsmnet6612", - "azsmnet378", - "azsmnet566", - "azsmnet790", - "azsmnet525", - "azsmnet304", - "azsmnet2025", - "azsmnet1073", - "azsmnet2236", - "azsmnet8879", - "azsmnet9338", - "azsmnet3668", - "azsmnet5222", - "azsmnet9544", - "azsmnet8506", - "azsmnet1163", - "azsmnet8718", - "azsmnet8027", - "azsmnet1768", - "azsmnet5154", - "azsmnet235", - "azsmnet2620", - "azsmnet1780", - "azsmnet8519", - "azsmnet6790", - "azsmnet8902", - "azsmnet7331", - "azsmnet657", - "azsmnet5827", - "azsmnet8268", - "azsmnet6737", - "azsmnet6190", - "azsmnet1792", - "azsmnet2496", - "azsmnet3424", - "azsmnet1838", - "azsmnet4687", - "azsmnet7999", - "azsmnet1564", - "azsmnet2844", + "azsmnet7959", + "azsmnet145", + "azsmnet1551", + "azsmnet8921", + "azsmnet6644", + "azsmnet9624", + "azsmnet6310", + "azsmnet3876", + "azsmnet2055", + "azsmnet361", + "azsmnet2463", + "azsmnet5980", + "azsmnet9079", + "azsmnet2611", + "azsmnet5539", + "azsmnet7936", + "azsmnet830", + "azsmnet7811", + "azsmnet3018", + "azsmnet1607", + "azsmnet7061", + "azsmnet297", + "azsmnet3620", "azsmnet7728", - "azsmnet3570", - "azsmnet4398", - "azsmnet5689", - "azsmnet7636", - "azsmnet859", - "azsmnet8381", - "azsmnet3990", - "azsmnet3490", - "azsmnet8845", - "azsmnet6176", - "azsmnet9075", - "azsmnet5191", - "azsmnet5531", - "azsmnet3397", - "azsmnet3992", - "azsmnet8597", - "azsmnet2046", - "azsmnet3998", - "azsmnet1622", - "azsmnet2972" + "azsmnet7228", + "azsmnet5374", + "azsmnet1960", + "azsmnet8162", + "azsmnet5740", + "azsmnet567", + "azsmnet1702", + "azsmnet8076", + "azsmnet3088", + "azsmnet6461", + "azsmnet7417", + "azsmnet826", + "azsmnet4407", + "azsmnet1088", + "azsmnet6913", + "azsmnet6021", + "azsmnet6517", + "azsmnet6858", + "azsmnet9067", + "azsmnet8701", + "azsmnet4492", + "azsmnet5151", + "azsmnet983", + "azsmnet9993", + "azsmnet6437", + "azsmnet8834", + "azsmnet4041", + "azsmnet5031", + "azsmnet9626", + "azsmnet4936", + "azsmnet7661", + "azsmnet6524", + "azsmnet3821", + "azsmnet1693", + "azsmnet1269", + "azsmnet7663", + "azsmnet5836", + "azsmnet5712", + "azsmnet6314", + "azsmnet9793", + "azsmnet7903", + "azsmnet5991", + "azsmnet6148", + "azsmnet8121", + "azsmnet7110", + "azsmnet6421", + "azsmnet6723", + "azsmnet6103", + "azsmnet5584", + "azsmnet544", + "azsmnet3437", + "azsmnet4551", + "azsmnet9026", + "azsmnet2736", + "azsmnet223", + "azsmnet977", + "azsmnet479", + "azsmnet1725", + "azsmnet6904", + "azsmnet6670", + "azsmnet8449", + "azsmnet8151", + "azsmnet8799", + "azsmnet892", + "azsmnet7003", + "azsmnet2714", + "azsmnet9817", + "azsmnet9249", + "azsmnet184", + "azsmnet804", + "azsmnet9273", + "azsmnet7940", + "azsmnet6587", + "azsmnet9158", + "azsmnet4833", + "azsmnet1872", + "azsmnet9325", + "azsmnet2412", + "azsmnet7317", + "azsmnet8926", + "azsmnet4391", + "azsmnet4223", + "azsmnet1972" ], "GenerateServiceName": [ - "azs-2115" + "azs-7112" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanUseAllAnalyzerNamesInIndexDefinition.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanUseAllAnalyzerNamesInIndexDefinition.json index 7848b5cb1b7e..2844dadb99c6 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanUseAllAnalyzerNamesInIndexDefinition.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanUseAllAnalyzerNamesInIndexDefinition.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0986b64-b4c6-4bc3-b999-e51743222148" + "462532d1-f241-46e4-8834-4dae1748d166" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1197" ], "x-ms-request-id": [ - "bc670a18-3b80-4f36-90d5-418fb3090927" + "a17eec2e-f655-4571-bcc0-fa8959163a64" ], "x-ms-correlation-request-id": [ - "bc670a18-3b80-4f36-90d5-418fb3090927" + "a17eec2e-f655-4571-bcc0-fa8959163a64" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022816Z:bc670a18-3b80-4f36-90d5-418fb3090927" + "NORTHEUROPE:20200808T105358Z:a17eec2e-f655-4571-bcc0-fa8959163a64" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:28:15 GMT" + "Sat, 08 Aug 2020 10:53:58 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6260?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MjYwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2398?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMzk4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "298fae6f-d3ab-42e6-be71-26530f243057" + "0efc9a01-6a8b-4143-8206-b019739729ae" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1197" ], "x-ms-request-id": [ - "0d90e44c-1b5e-4dbc-bb33-2b161bb56538" + "5ee023cd-a564-4bfc-8934-7c7265fa27fb" ], "x-ms-correlation-request-id": [ - "0d90e44c-1b5e-4dbc-bb33-2b161bb56538" + "5ee023cd-a564-4bfc-8934-7c7265fa27fb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022816Z:0d90e44c-1b5e-4dbc-bb33-2b161bb56538" + "NORTHEUROPE:20200808T105359Z:5ee023cd-a564-4bfc-8934-7c7265fa27fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:28:16 GMT" + "Sat, 08 Aug 2020 10:53:59 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6260\",\r\n \"name\": \"azsmnet6260\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2398\",\r\n \"name\": \"azsmnet2398\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6260/providers/Microsoft.Search/searchServices/azs-9097?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDk3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2398/providers/Microsoft.Search/searchServices/azs-4491?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzk4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NDkxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "56bbada5-3bc6-4f5f-b9e9-9b1edbd5db0f" + "3f8552cd-d224-40e4-9d1f-42d4ea8a6b43" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A28%3A20.1217685Z'\"" + "W/\"datetime'2020-08-08T10%3A54%3A04.3683314Z'\"" ], "x-ms-request-id": [ - "56bbada5-3bc6-4f5f-b9e9-9b1edbd5db0f" + "3f8552cd-d224-40e4-9d1f-42d4ea8a6b43" ], "request-id": [ - "56bbada5-3bc6-4f5f-b9e9-9b1edbd5db0f" + "3f8552cd-d224-40e4-9d1f-42d4ea8a6b43" ], "elapsed-time": [ - "1082" + "1444" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1196" ], "x-ms-correlation-request-id": [ - "4cdf9546-e23e-4b07-a21f-5ff8d1b9a9f4" + "fec6e91b-3d4d-4a06-8d0d-1ca37420ac1e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022820Z:4cdf9546-e23e-4b07-a21f-5ff8d1b9a9f4" + "NORTHEUROPE:20200808T105405Z:fec6e91b-3d4d-4a06-8d0d-1ca37420ac1e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:28:20 GMT" + "Sat, 08 Aug 2020 10:54:05 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6260/providers/Microsoft.Search/searchServices/azs-9097\",\r\n \"name\": \"azs-9097\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2398/providers/Microsoft.Search/searchServices/azs-4491\",\r\n \"name\": \"azs-4491\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6260/providers/Microsoft.Search/searchServices/azs-9097/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDk3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2398/providers/Microsoft.Search/searchServices/azs-4491/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzk4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NDkxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf834337-13a5-4670-b8e0-73e0221944e4" + "107b7b90-287c-460f-99be-181799189f70" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "cf834337-13a5-4670-b8e0-73e0221944e4" + "107b7b90-287c-460f-99be-181799189f70" ], "request-id": [ - "cf834337-13a5-4670-b8e0-73e0221944e4" + "107b7b90-287c-460f-99be-181799189f70" ], "elapsed-time": [ - "104" + "98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1196" ], "x-ms-correlation-request-id": [ - "f342ff95-1b9c-4cbc-af97-0d7600c5042b" + "b0b564e1-ab9a-47b2-9a7f-a446d2eafaa8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022823Z:f342ff95-1b9c-4cbc-af97-0d7600c5042b" + "NORTHEUROPE:20200808T105408Z:b0b564e1-ab9a-47b2-9a7f-a446d2eafaa8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:28:22 GMT" + "Sat, 08 Aug 2020 10:54:07 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"F317975EADD6D693E7F8157649338B48\",\r\n \"secondaryKey\": \"A982718AA5AE3428033FF968C0965D22\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"32D3E7E85B4B46CA429B7773810267C2\",\r\n \"secondaryKey\": \"961BFC7ABC76CB23E1E58236DC0D14F3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6260/providers/Microsoft.Search/searchServices/azs-9097/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDk3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2398/providers/Microsoft.Search/searchServices/azs-4491/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzk4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NDkxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cfe54a74-97c0-46db-bc9a-c6e0878677a6" + "ae8163a3-a5fc-4024-a144-c0c0fbb42e24" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,10 +300,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "cfe54a74-97c0-46db-bc9a-c6e0878677a6" + "ae8163a3-a5fc-4024-a144-c0c0fbb42e24" ], "request-id": [ - "cfe54a74-97c0-46db-bc9a-c6e0878677a6" + "ae8163a3-a5fc-4024-a144-c0c0fbb42e24" ], "elapsed-time": [ "98" @@ -312,19 +312,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1195" ], "x-ms-correlation-request-id": [ - "04f1c20d-860e-43e8-8fad-407e1087cb1b" + "abfdb4e7-f90f-430d-ba7c-c9b6ab325313" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022823Z:04f1c20d-860e-43e8-8fad-407e1087cb1b" + "NORTHEUROPE:20200808T105408Z:abfdb4e7-f90f-430d-ba7c-c9b6ab325313" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:28:23 GMT" + "Sat, 08 Aug 2020 10:54:08 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"94E89897D87A73383593FC667509969A\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D704867534356E6FE4D22E8A26D6D8B1\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9430\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9206\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "e32d8f04-44e9-46da-9d67-4497e60becdd" + "d4afe6cd-5b8d-45aa-999c-76e352c4d91a" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F317975EADD6D693E7F8157649338B48" + "32D3E7E85B4B46CA429B7773810267C2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80377F7A5A2E5\"" + "W/\"0x8D83B8961CB43C3\"" ], "Location": [ - "https://azs-9097.search-dogfood.windows-int.net/indexes('azsmnet9430')?api-version=2019-05-06" + "https://azs-4491.search-dogfood.windows-int.net/indexes('azsmnet9206')?api-version=2019-05-06" ], "request-id": [ - "e32d8f04-44e9-46da-9d67-4497e60becdd" + "d4afe6cd-5b8d-45aa-999c-76e352c4d91a" ], "elapsed-time": [ - "1235" + "833" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:28:26 GMT" + "Sat, 08 Aug 2020 10:54:11 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9097.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80377F7A5A2E5\\\"\",\r\n \"name\": \"azsmnet9430\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4491.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B8961CB43C3\\\"\",\r\n \"name\": \"azsmnet9206\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3239\",\r\n \"fields\": [\r\n {\r\n \"name\": \"id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"field0\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ar.microsoft\"\r\n },\r\n {\r\n \"name\": \"field1\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ar.lucene\"\r\n },\r\n {\r\n \"name\": \"field2\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"hy.lucene\"\r\n },\r\n {\r\n \"name\": \"field3\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"bn.microsoft\"\r\n },\r\n {\r\n \"name\": \"field4\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"eu.lucene\"\r\n },\r\n {\r\n \"name\": \"field5\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"bg.microsoft\"\r\n },\r\n {\r\n \"name\": \"field6\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"bg.lucene\"\r\n },\r\n {\r\n \"name\": \"field7\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ca.microsoft\"\r\n },\r\n {\r\n \"name\": \"field8\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ca.lucene\"\r\n },\r\n {\r\n \"name\": \"field9\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"zh-Hans.microsoft\"\r\n },\r\n {\r\n \"name\": \"field10\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"zh-Hans.lucene\"\r\n },\r\n {\r\n \"name\": \"field11\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"zh-Hant.microsoft\"\r\n },\r\n {\r\n \"name\": \"field12\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"zh-Hant.lucene\"\r\n },\r\n {\r\n \"name\": \"field13\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"hr.microsoft\"\r\n },\r\n {\r\n \"name\": \"field14\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"cs.microsoft\"\r\n },\r\n {\r\n \"name\": \"field15\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"cs.lucene\"\r\n },\r\n {\r\n \"name\": \"field16\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"da.microsoft\"\r\n },\r\n {\r\n \"name\": \"field17\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"da.lucene\"\r\n },\r\n {\r\n \"name\": \"field18\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"nl.microsoft\"\r\n },\r\n {\r\n \"name\": \"field19\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"nl.lucene\"\r\n },\r\n {\r\n \"name\": \"field20\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.microsoft\"\r\n },\r\n {\r\n \"name\": \"field21\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"field22\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"et.microsoft\"\r\n },\r\n {\r\n \"name\": \"field23\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fi.microsoft\"\r\n },\r\n {\r\n \"name\": \"field24\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fi.lucene\"\r\n },\r\n {\r\n \"name\": \"field25\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.microsoft\"\r\n },\r\n {\r\n \"name\": \"field26\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"field27\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"gl.lucene\"\r\n },\r\n {\r\n \"name\": \"field28\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"de.microsoft\"\r\n },\r\n {\r\n \"name\": \"field29\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"de.lucene\"\r\n },\r\n {\r\n \"name\": \"field30\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"el.microsoft\"\r\n },\r\n {\r\n \"name\": \"field31\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"el.lucene\"\r\n },\r\n {\r\n \"name\": \"field32\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"gu.microsoft\"\r\n },\r\n {\r\n \"name\": \"field33\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"he.microsoft\"\r\n },\r\n {\r\n \"name\": \"field34\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"hi.microsoft\"\r\n },\r\n {\r\n \"name\": \"field35\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"hi.lucene\"\r\n },\r\n {\r\n \"name\": \"field36\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"hu.microsoft\"\r\n },\r\n {\r\n \"name\": \"field37\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"hu.lucene\"\r\n },\r\n {\r\n \"name\": \"field38\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"is.microsoft\"\r\n },\r\n {\r\n \"name\": \"field39\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"id.microsoft\"\r\n },\r\n {\r\n \"name\": \"field40\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"id.lucene\"\r\n },\r\n {\r\n \"name\": \"field41\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ga.lucene\"\r\n },\r\n {\r\n \"name\": \"field42\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"it.microsoft\"\r\n },\r\n {\r\n \"name\": \"field43\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"it.lucene\"\r\n },\r\n {\r\n \"name\": \"field44\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ja.microsoft\"\r\n },\r\n {\r\n \"name\": \"field45\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ja.lucene\"\r\n },\r\n {\r\n \"name\": \"field46\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"kn.microsoft\"\r\n },\r\n {\r\n \"name\": \"field47\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ko.microsoft\"\r\n },\r\n {\r\n \"name\": \"field48\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ko.lucene\"\r\n },\r\n {\r\n \"name\": \"field49\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"lv.microsoft\"\r\n },\r\n {\r\n \"name\": \"field50\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"lv.lucene\"\r\n },\r\n {\r\n \"name\": \"field51\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"lt.microsoft\"\r\n },\r\n {\r\n \"name\": \"field52\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ml.microsoft\"\r\n },\r\n {\r\n \"name\": \"field53\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ms.microsoft\"\r\n },\r\n {\r\n \"name\": \"field54\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"mr.microsoft\"\r\n },\r\n {\r\n \"name\": \"field55\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"nb.microsoft\"\r\n },\r\n {\r\n \"name\": \"field56\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"no.lucene\"\r\n },\r\n {\r\n \"name\": \"field57\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fa.lucene\"\r\n },\r\n {\r\n \"name\": \"field58\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"pl.microsoft\"\r\n },\r\n {\r\n \"name\": \"field59\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"pl.lucene\"\r\n },\r\n {\r\n \"name\": \"field60\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"pt-BR.microsoft\"\r\n },\r\n {\r\n \"name\": \"field61\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"pt-BR.lucene\"\r\n },\r\n {\r\n \"name\": \"field62\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"pt-PT.microsoft\"\r\n },\r\n {\r\n \"name\": \"field63\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"pt-PT.lucene\"\r\n },\r\n {\r\n \"name\": \"field64\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"pa.microsoft\"\r\n },\r\n {\r\n \"name\": \"field65\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ro.microsoft\"\r\n },\r\n {\r\n \"name\": \"field66\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ro.lucene\"\r\n },\r\n {\r\n \"name\": \"field67\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ru.microsoft\"\r\n },\r\n {\r\n \"name\": \"field68\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ru.lucene\"\r\n },\r\n {\r\n \"name\": \"field69\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"sr-cyrillic.microsoft\"\r\n },\r\n {\r\n \"name\": \"field70\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"sr-latin.microsoft\"\r\n },\r\n {\r\n \"name\": \"field71\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"sk.microsoft\"\r\n },\r\n {\r\n \"name\": \"field72\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"sl.microsoft\"\r\n },\r\n {\r\n \"name\": \"field73\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"es.microsoft\"\r\n },\r\n {\r\n \"name\": \"field74\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"es.lucene\"\r\n },\r\n {\r\n \"name\": \"field75\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"sv.microsoft\"\r\n },\r\n {\r\n \"name\": \"field76\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"sv.lucene\"\r\n },\r\n {\r\n \"name\": \"field77\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ta.microsoft\"\r\n },\r\n {\r\n \"name\": \"field78\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"te.microsoft\"\r\n },\r\n {\r\n \"name\": \"field79\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"th.microsoft\"\r\n },\r\n {\r\n \"name\": \"field80\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"th.lucene\"\r\n },\r\n {\r\n \"name\": \"field81\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"tr.microsoft\"\r\n },\r\n {\r\n \"name\": \"field82\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"tr.lucene\"\r\n },\r\n {\r\n \"name\": \"field83\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"uk.microsoft\"\r\n },\r\n {\r\n \"name\": \"field84\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ur.microsoft\"\r\n },\r\n {\r\n \"name\": \"field85\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"vi.microsoft\"\r\n },\r\n {\r\n \"name\": \"field86\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"standard.lucene\"\r\n },\r\n {\r\n \"name\": \"field87\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"standardasciifolding.lucene\"\r\n },\r\n {\r\n \"name\": \"field88\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"keyword\"\r\n },\r\n {\r\n \"name\": \"field89\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"pattern\"\r\n },\r\n {\r\n \"name\": \"field90\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"simple\"\r\n },\r\n {\r\n \"name\": \"field91\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"field92\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"whitespace\"\r\n },\r\n {\r\n \"name\": \"field93\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"keyword\",\r\n \"indexAnalyzer\": \"keyword\"\r\n },\r\n {\r\n \"name\": \"field94\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"pattern\",\r\n \"indexAnalyzer\": \"pattern\"\r\n },\r\n {\r\n \"name\": \"field95\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"simple\",\r\n \"indexAnalyzer\": \"simple\"\r\n },\r\n {\r\n \"name\": \"field96\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"field97\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"whitespace\",\r\n \"indexAnalyzer\": \"whitespace\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7742\",\r\n \"fields\": [\r\n {\r\n \"name\": \"id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"field0\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ar.microsoft\"\r\n },\r\n {\r\n \"name\": \"field1\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ar.lucene\"\r\n },\r\n {\r\n \"name\": \"field2\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"hy.lucene\"\r\n },\r\n {\r\n \"name\": \"field3\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"bn.microsoft\"\r\n },\r\n {\r\n \"name\": \"field4\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"eu.lucene\"\r\n },\r\n {\r\n \"name\": \"field5\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"bg.microsoft\"\r\n },\r\n {\r\n \"name\": \"field6\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"bg.lucene\"\r\n },\r\n {\r\n \"name\": \"field7\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ca.microsoft\"\r\n },\r\n {\r\n \"name\": \"field8\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ca.lucene\"\r\n },\r\n {\r\n \"name\": \"field9\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"zh-Hans.microsoft\"\r\n },\r\n {\r\n \"name\": \"field10\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"zh-Hans.lucene\"\r\n },\r\n {\r\n \"name\": \"field11\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"zh-Hant.microsoft\"\r\n },\r\n {\r\n \"name\": \"field12\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"zh-Hant.lucene\"\r\n },\r\n {\r\n \"name\": \"field13\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"hr.microsoft\"\r\n },\r\n {\r\n \"name\": \"field14\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"cs.microsoft\"\r\n },\r\n {\r\n \"name\": \"field15\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"cs.lucene\"\r\n },\r\n {\r\n \"name\": \"field16\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"da.microsoft\"\r\n },\r\n {\r\n \"name\": \"field17\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"da.lucene\"\r\n },\r\n {\r\n \"name\": \"field18\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"nl.microsoft\"\r\n },\r\n {\r\n \"name\": \"field19\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"nl.lucene\"\r\n },\r\n {\r\n \"name\": \"field20\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.microsoft\"\r\n },\r\n {\r\n \"name\": \"field21\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"field22\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"et.microsoft\"\r\n },\r\n {\r\n \"name\": \"field23\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fi.microsoft\"\r\n },\r\n {\r\n \"name\": \"field24\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fi.lucene\"\r\n },\r\n {\r\n \"name\": \"field25\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.microsoft\"\r\n },\r\n {\r\n \"name\": \"field26\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"field27\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"gl.lucene\"\r\n },\r\n {\r\n \"name\": \"field28\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"de.microsoft\"\r\n },\r\n {\r\n \"name\": \"field29\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"de.lucene\"\r\n },\r\n {\r\n \"name\": \"field30\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"el.microsoft\"\r\n },\r\n {\r\n \"name\": \"field31\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"el.lucene\"\r\n },\r\n {\r\n \"name\": \"field32\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"gu.microsoft\"\r\n },\r\n {\r\n \"name\": \"field33\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"he.microsoft\"\r\n },\r\n {\r\n \"name\": \"field34\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"hi.microsoft\"\r\n },\r\n {\r\n \"name\": \"field35\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"hi.lucene\"\r\n },\r\n {\r\n \"name\": \"field36\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"hu.microsoft\"\r\n },\r\n {\r\n \"name\": \"field37\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"hu.lucene\"\r\n },\r\n {\r\n \"name\": \"field38\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"is.microsoft\"\r\n },\r\n {\r\n \"name\": \"field39\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"id.microsoft\"\r\n },\r\n {\r\n \"name\": \"field40\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"id.lucene\"\r\n },\r\n {\r\n \"name\": \"field41\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ga.lucene\"\r\n },\r\n {\r\n \"name\": \"field42\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"it.microsoft\"\r\n },\r\n {\r\n \"name\": \"field43\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"it.lucene\"\r\n },\r\n {\r\n \"name\": \"field44\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ja.microsoft\"\r\n },\r\n {\r\n \"name\": \"field45\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ja.lucene\"\r\n },\r\n {\r\n \"name\": \"field46\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"kn.microsoft\"\r\n },\r\n {\r\n \"name\": \"field47\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ko.microsoft\"\r\n },\r\n {\r\n \"name\": \"field48\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ko.lucene\"\r\n },\r\n {\r\n \"name\": \"field49\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"lv.microsoft\"\r\n },\r\n {\r\n \"name\": \"field50\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"lv.lucene\"\r\n },\r\n {\r\n \"name\": \"field51\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"lt.microsoft\"\r\n },\r\n {\r\n \"name\": \"field52\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ml.microsoft\"\r\n },\r\n {\r\n \"name\": \"field53\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ms.microsoft\"\r\n },\r\n {\r\n \"name\": \"field54\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"mr.microsoft\"\r\n },\r\n {\r\n \"name\": \"field55\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"nb.microsoft\"\r\n },\r\n {\r\n \"name\": \"field56\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"no.lucene\"\r\n },\r\n {\r\n \"name\": \"field57\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fa.lucene\"\r\n },\r\n {\r\n \"name\": \"field58\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"pl.microsoft\"\r\n },\r\n {\r\n \"name\": \"field59\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"pl.lucene\"\r\n },\r\n {\r\n \"name\": \"field60\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"pt-BR.microsoft\"\r\n },\r\n {\r\n \"name\": \"field61\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"pt-BR.lucene\"\r\n },\r\n {\r\n \"name\": \"field62\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"pt-PT.microsoft\"\r\n },\r\n {\r\n \"name\": \"field63\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"pt-PT.lucene\"\r\n },\r\n {\r\n \"name\": \"field64\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"pa.microsoft\"\r\n },\r\n {\r\n \"name\": \"field65\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ro.microsoft\"\r\n },\r\n {\r\n \"name\": \"field66\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ro.lucene\"\r\n },\r\n {\r\n \"name\": \"field67\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ru.microsoft\"\r\n },\r\n {\r\n \"name\": \"field68\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ru.lucene\"\r\n },\r\n {\r\n \"name\": \"field69\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"sr-cyrillic.microsoft\"\r\n },\r\n {\r\n \"name\": \"field70\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"sr-latin.microsoft\"\r\n },\r\n {\r\n \"name\": \"field71\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"sk.microsoft\"\r\n },\r\n {\r\n \"name\": \"field72\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"sl.microsoft\"\r\n },\r\n {\r\n \"name\": \"field73\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"es.microsoft\"\r\n },\r\n {\r\n \"name\": \"field74\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"es.lucene\"\r\n },\r\n {\r\n \"name\": \"field75\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"sv.microsoft\"\r\n },\r\n {\r\n \"name\": \"field76\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"sv.lucene\"\r\n },\r\n {\r\n \"name\": \"field77\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ta.microsoft\"\r\n },\r\n {\r\n \"name\": \"field78\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"te.microsoft\"\r\n },\r\n {\r\n \"name\": \"field79\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"th.microsoft\"\r\n },\r\n {\r\n \"name\": \"field80\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"th.lucene\"\r\n },\r\n {\r\n \"name\": \"field81\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"tr.microsoft\"\r\n },\r\n {\r\n \"name\": \"field82\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"tr.lucene\"\r\n },\r\n {\r\n \"name\": \"field83\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"uk.microsoft\"\r\n },\r\n {\r\n \"name\": \"field84\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"ur.microsoft\"\r\n },\r\n {\r\n \"name\": \"field85\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"vi.microsoft\"\r\n },\r\n {\r\n \"name\": \"field86\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"standard.lucene\"\r\n },\r\n {\r\n \"name\": \"field87\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"standardasciifolding.lucene\"\r\n },\r\n {\r\n \"name\": \"field88\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"keyword\"\r\n },\r\n {\r\n \"name\": \"field89\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"pattern\"\r\n },\r\n {\r\n \"name\": \"field90\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"simple\"\r\n },\r\n {\r\n \"name\": \"field91\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"field92\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"whitespace\"\r\n },\r\n {\r\n \"name\": \"field93\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"keyword\",\r\n \"indexAnalyzer\": \"keyword\"\r\n },\r\n {\r\n \"name\": \"field94\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"pattern\",\r\n \"indexAnalyzer\": \"pattern\"\r\n },\r\n {\r\n \"name\": \"field95\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"simple\",\r\n \"indexAnalyzer\": \"simple\"\r\n },\r\n {\r\n \"name\": \"field96\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"field97\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"whitespace\",\r\n \"indexAnalyzer\": \"whitespace\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "935e69f7-9c04-473b-b8c0-b400f4137935" + "39175b3a-4048-4719-bfd1-b9f284a35bef" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F317975EADD6D693E7F8157649338B48" + "32D3E7E85B4B46CA429B7773810267C2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803780541658C\"" + "W/\"0x8D83B896F678C8A\"" ], "Location": [ - "https://azs-9097.search-dogfood.windows-int.net/indexes('azsmnet3239')?api-version=2019-05-06" + "https://azs-4491.search-dogfood.windows-int.net/indexes('azsmnet7742')?api-version=2019-05-06" ], "request-id": [ - "935e69f7-9c04-473b-b8c0-b400f4137935" + "39175b3a-4048-4719-bfd1-b9f284a35bef" ], "elapsed-time": [ - "1248" + "874" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:28:48 GMT" + "Sat, 08 Aug 2020 10:54:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,25 +480,25 @@ "23391" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9097.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803780541658C\\\"\",\r\n \"name\": \"azsmnet3239\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field0\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ar.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field1\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ar.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field2\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"hy.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field3\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"bn.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field4\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"eu.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field5\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"bg.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field6\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"bg.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field7\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ca.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field8\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ca.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field9\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"zh-Hans.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field10\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"zh-Hans.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field11\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"zh-Hant.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field12\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"zh-Hant.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field13\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"hr.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field14\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"cs.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field15\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"cs.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field16\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"da.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field17\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"da.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field18\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"nl.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field19\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"nl.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field20\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field21\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field22\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"et.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field23\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fi.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field24\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fi.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field25\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field26\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field27\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"gl.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field28\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"de.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field29\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"de.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field30\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"el.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field31\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"el.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field32\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"gu.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field33\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"he.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field34\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"hi.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field35\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"hi.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field36\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"hu.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field37\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"hu.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field38\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"is.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field39\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"id.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field40\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"id.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field41\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ga.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field42\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"it.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field43\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"it.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field44\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ja.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field45\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ja.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field46\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"kn.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field47\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ko.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field48\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ko.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field49\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"lv.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field50\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"lv.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field51\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"lt.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field52\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ml.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field53\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ms.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field54\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"mr.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field55\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"nb.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field56\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"no.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field57\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fa.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field58\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"pl.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field59\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"pl.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field60\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"pt-BR.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field61\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"pt-BR.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field62\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"pt-PT.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field63\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"pt-PT.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field64\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"pa.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field65\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ro.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field66\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ro.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field67\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ru.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field68\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ru.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field69\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"sr-cyrillic.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field70\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"sr-latin.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field71\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"sk.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field72\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"sl.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field73\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"es.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field74\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"es.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field75\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"sv.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field76\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"sv.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field77\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ta.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field78\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"te.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field79\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"th.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field80\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"th.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field81\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"tr.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field82\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"tr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field83\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"uk.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field84\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ur.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field85\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"vi.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field86\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"standard.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field87\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"standardasciifolding.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field88\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"keyword\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field89\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"pattern\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field90\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"simple\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field91\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"stop\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field92\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"whitespace\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field93\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"keyword\",\r\n \"searchAnalyzer\": \"keyword\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field94\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"pattern\",\r\n \"searchAnalyzer\": \"pattern\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field95\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"simple\",\r\n \"searchAnalyzer\": \"simple\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field96\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field97\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"whitespace\",\r\n \"searchAnalyzer\": \"whitespace\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4491.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B896F678C8A\\\"\",\r\n \"name\": \"azsmnet7742\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field0\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ar.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field1\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ar.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field2\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"hy.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field3\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"bn.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field4\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"eu.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field5\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"bg.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field6\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"bg.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field7\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ca.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field8\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ca.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field9\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"zh-Hans.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field10\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"zh-Hans.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field11\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"zh-Hant.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field12\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"zh-Hant.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field13\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"hr.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field14\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"cs.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field15\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"cs.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field16\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"da.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field17\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"da.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field18\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"nl.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field19\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"nl.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field20\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field21\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field22\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"et.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field23\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fi.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field24\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fi.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field25\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field26\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field27\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"gl.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field28\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"de.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field29\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"de.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field30\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"el.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field31\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"el.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field32\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"gu.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field33\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"he.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field34\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"hi.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field35\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"hi.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field36\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"hu.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field37\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"hu.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field38\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"is.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field39\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"id.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field40\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"id.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field41\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ga.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field42\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"it.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field43\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"it.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field44\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ja.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field45\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ja.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field46\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"kn.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field47\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ko.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field48\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ko.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field49\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"lv.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field50\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"lv.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field51\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"lt.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field52\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ml.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field53\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ms.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field54\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"mr.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field55\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"nb.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field56\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"no.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field57\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fa.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field58\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"pl.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field59\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"pl.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field60\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"pt-BR.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field61\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"pt-BR.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field62\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"pt-PT.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field63\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"pt-PT.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field64\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"pa.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field65\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ro.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field66\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ro.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field67\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ru.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field68\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ru.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field69\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"sr-cyrillic.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field70\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"sr-latin.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field71\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"sk.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field72\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"sl.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field73\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"es.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field74\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"es.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field75\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"sv.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field76\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"sv.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field77\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ta.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field78\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"te.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field79\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"th.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field80\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"th.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field81\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"tr.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field82\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"tr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field83\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"uk.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field84\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"ur.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field85\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"vi.microsoft\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field86\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"standard.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field87\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"standardasciifolding.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field88\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"keyword\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field89\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"pattern\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field90\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"simple\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field91\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"stop\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field92\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"whitespace\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field93\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"keyword\",\r\n \"searchAnalyzer\": \"keyword\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field94\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"pattern\",\r\n \"searchAnalyzer\": \"pattern\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field95\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"simple\",\r\n \"searchAnalyzer\": \"simple\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field96\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"field97\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"whitespace\",\r\n \"searchAnalyzer\": \"whitespace\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6260/providers/Microsoft.Search/searchServices/azs-9097?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDk3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2398/providers/Microsoft.Search/searchServices/azs-4491?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzk4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NDkxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe1da952-162f-474c-9357-6ca29ff05b83" + "9f7134c8-9197-432b-b812-ca53930d9830" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -509,52 +509,43 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "fe1da952-162f-474c-9357-6ca29ff05b83" - ], - "request-id": [ - "fe1da952-162f-474c-9357-6ca29ff05b83" - ], - "elapsed-time": [ - "1048" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14988" ], + "x-ms-request-id": [ + "b7bc9dee-1e96-43ba-9f29-d785b2d42d37" + ], "x-ms-correlation-request-id": [ - "2b42f108-6338-4c9c-ab69-450a57da3b7b" + "b7bc9dee-1e96-43ba-9f29-d785b2d42d37" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022854Z:2b42f108-6338-4c9c-ab69-450a57da3b7b" + "NORTHEUROPE:20200808T105503Z:b7bc9dee-1e96-43ba-9f29-d785b2d42d37" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:28:54 GMT" + "Sat, 08 Aug 2020 10:55:03 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6260", - "azsmnet9430", - "azsmnet3239" + "azsmnet2398", + "azsmnet9206", + "azsmnet7742" ], "GenerateServiceName": [ - "azs-9097" + "azs-4491" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanUseAllRegexFlags.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanUseAllRegexFlags.json index 37eb74aee8eb..dce9a2be86ef 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanUseAllRegexFlags.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/CustomAnalyzerTests/CanUseAllRegexFlags.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d37dbf03-8871-4646-8c13-79380bcebee8" + "a9e4c2a7-4490-4992-969b-d74ca6190b70" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1188" ], "x-ms-request-id": [ - "9b65b647-e1ac-4fda-ac62-5d842b68edb7" + "2896b136-93dd-45f7-b908-6424a3d8fd52" ], "x-ms-correlation-request-id": [ - "9b65b647-e1ac-4fda-ac62-5d842b68edb7" + "2896b136-93dd-45f7-b908-6424a3d8fd52" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022408Z:9b65b647-e1ac-4fda-ac62-5d842b68edb7" + "NORTHEUROPE:20200808T104747Z:2896b136-93dd-45f7-b908-6424a3d8fd52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:24:07 GMT" + "Sat, 08 Aug 2020 10:47:47 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6340?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MzQwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8266?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MjY2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "030d944a-6096-4ad1-aeb5-1e807313dd2c" + "5e7dad78-8f50-4af4-be05-3f2a8db571ab" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1191" ], "x-ms-request-id": [ - "c17bb4b4-a72b-481c-9ece-ee15d0b94be1" + "9cd1d627-2b6d-4d87-a9af-19ad315ccf1d" ], "x-ms-correlation-request-id": [ - "c17bb4b4-a72b-481c-9ece-ee15d0b94be1" + "9cd1d627-2b6d-4d87-a9af-19ad315ccf1d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022409Z:c17bb4b4-a72b-481c-9ece-ee15d0b94be1" + "NORTHEUROPE:20200808T104749Z:9cd1d627-2b6d-4d87-a9af-19ad315ccf1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:24:08 GMT" + "Sat, 08 Aug 2020 10:47:48 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6340\",\r\n \"name\": \"azsmnet6340\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8266\",\r\n \"name\": \"azsmnet8266\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6340/providers/Microsoft.Search/searchServices/azs-377?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzc/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8266/providers/Microsoft.Search/searchServices/azs-4355?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MjY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzU1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "49f469ed-3da0-41c2-9d61-d3f083cc19fc" + "0d4dc95a-ffba-424d-829e-0c2ea6d365b0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A24%3A13.4914241Z'\"" + "W/\"datetime'2020-08-08T10%3A47%3A55.4473048Z'\"" ], "x-ms-request-id": [ - "49f469ed-3da0-41c2-9d61-d3f083cc19fc" + "0d4dc95a-ffba-424d-829e-0c2ea6d365b0" ], "request-id": [ - "49f469ed-3da0-41c2-9d61-d3f083cc19fc" + "0d4dc95a-ffba-424d-829e-0c2ea6d365b0" ], "elapsed-time": [ - "1634" + "2232" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1190" ], "x-ms-correlation-request-id": [ - "c18af02a-277a-4787-b62b-2439cc8e2272" + "37d93ef2-29bc-4f31-80e1-9405a73cdd18" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022414Z:c18af02a-277a-4787-b62b-2439cc8e2272" + "NORTHEUROPE:20200808T104757Z:37d93ef2-29bc-4f31-80e1-9405a73cdd18" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:24:14 GMT" + "Sat, 08 Aug 2020 10:47:56 GMT" ], "Content-Length": [ - "527" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6340/providers/Microsoft.Search/searchServices/azs-377\",\r\n \"name\": \"azs-377\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8266/providers/Microsoft.Search/searchServices/azs-4355\",\r\n \"name\": \"azs-4355\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6340/providers/Microsoft.Search/searchServices/azs-377/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzcvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8266/providers/Microsoft.Search/searchServices/azs-4355/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MjY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzU1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "647d0ba0-5c44-4c3e-8070-add158328921" + "33946a96-d300-4aa5-a7cf-4017d2516b5c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,13 +231,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "647d0ba0-5c44-4c3e-8070-add158328921" + "33946a96-d300-4aa5-a7cf-4017d2516b5c" ], "request-id": [ - "647d0ba0-5c44-4c3e-8070-add158328921" + "33946a96-d300-4aa5-a7cf-4017d2516b5c" ], "elapsed-time": [ - "116" + "154" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -246,16 +246,16 @@ "1187" ], "x-ms-correlation-request-id": [ - "5eaee905-736c-43d6-8069-406cac851b85" + "44b0d79e-b3f3-47d3-8afc-6fdf3d73179c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022416Z:5eaee905-736c-43d6-8069-406cac851b85" + "NORTHEUROPE:20200808T104759Z:44b0d79e-b3f3-47d3-8afc-6fdf3d73179c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:24:16 GMT" + "Sat, 08 Aug 2020 10:47:59 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"A8FD4CD7990F7DFB934493E7CF6C2EDC\",\r\n \"secondaryKey\": \"D38CF4686EDC67DEF511698C3D84846C\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"3D41505A6142329550A3A8DFC8765788\",\r\n \"secondaryKey\": \"43154ED96FBDA39BE9D6780E42052BDE\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6340/providers/Microsoft.Search/searchServices/azs-377/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzcvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8266/providers/Microsoft.Search/searchServices/azs-4355/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MjY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzU1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "af85711d-d5aa-41db-978d-5e01a25328d1" + "195de8e9-68b4-4409-8b7e-bd6d0a79c8aa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,13 +300,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "af85711d-d5aa-41db-978d-5e01a25328d1" + "195de8e9-68b4-4409-8b7e-bd6d0a79c8aa" ], "request-id": [ - "af85711d-d5aa-41db-978d-5e01a25328d1" + "195de8e9-68b4-4409-8b7e-bd6d0a79c8aa" ], "elapsed-time": [ - "119" + "111" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -315,16 +315,16 @@ "1186" ], "x-ms-correlation-request-id": [ - "5574f479-ac99-453f-98fb-98b5b2329a9b" + "3f14ae3c-79db-444b-8204-1d878cf07bfc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022417Z:5574f479-ac99-453f-98fb-98b5b2329a9b" + "NORTHEUROPE:20200808T104800Z:3f14ae3c-79db-444b-8204-1d878cf07bfc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:24:16 GMT" + "Sat, 08 Aug 2020 10:47:59 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"BBB2DFD0BA26238A6CCE11D90A5A6DB6\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D7C79D538456BB609CBA708E89C85A1B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8413\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9220\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c17a6239-8ed1-408d-a001-d04d3924ed49" + "699cae1a-b25e-47d8-9bd1-37ceee58f745" ], "Accept-Language": [ "en-US" ], "api-key": [ - "A8FD4CD7990F7DFB934493E7CF6C2EDC" + "3D41505A6142329550A3A8DFC8765788" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803776494E6DC\"" + "W/\"0x8D83B88865D715D\"" ], "Location": [ - "https://azs-377.search-dogfood.windows-int.net/indexes('azsmnet8413')?api-version=2019-05-06" + "https://azs-4355.search-dogfood.windows-int.net/indexes('azsmnet9220')?api-version=2019-05-06" ], "request-id": [ - "c17a6239-8ed1-408d-a001-d04d3924ed49" + "699cae1a-b25e-47d8-9bd1-37ceee58f745" ], "elapsed-time": [ - "1209" + "843" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:24:19 GMT" + "Sat, 08 Aug 2020 10:48:02 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,38 +405,38 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-377.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803776494E6DC\\\"\",\r\n \"name\": \"azsmnet8413\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4355.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B88865D715D\\\"\",\r\n \"name\": \"azsmnet9220\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet663\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"CANON_EQ\",\r\n \"name\": \"azsmnet2142\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"CASE_INSENSITIVE\",\r\n \"name\": \"azsmnet6538\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"COMMENTS\",\r\n \"name\": \"azsmnet7179\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"DOTALL\",\r\n \"name\": \"azsmnet1390\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"LITERAL\",\r\n \"name\": \"azsmnet4250\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"MULTILINE\",\r\n \"name\": \"azsmnet4231\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"UNICODE_CASE\",\r\n \"name\": \"azsmnet3338\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"UNIX_LINES\",\r\n \"name\": \"azsmnet9844\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5550\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"CANON_EQ\",\r\n \"name\": \"azsmnet51\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"CASE_INSENSITIVE\",\r\n \"name\": \"azsmnet8246\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"COMMENTS\",\r\n \"name\": \"azsmnet3088\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"DOTALL\",\r\n \"name\": \"azsmnet1619\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"LITERAL\",\r\n \"name\": \"azsmnet457\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"MULTILINE\",\r\n \"name\": \"azsmnet3074\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"UNICODE_CASE\",\r\n \"name\": \"azsmnet4820\"\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"UNIX_LINES\",\r\n \"name\": \"azsmnet2960\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "76ff6d99-3111-4636-a465-8fb7536ccbe2" + "3a856b02-1e1e-4fe7-bc02-6ba1e556a440" ], "Accept-Language": [ "en-US" ], "api-key": [ - "A8FD4CD7990F7DFB934493E7CF6C2EDC" + "3D41505A6142329550A3A8DFC8765788" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "11373" + "11371" ] }, "ResponseHeaders": { @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803777247B59A\"" + "W/\"0x8D83B8894225543\"" ], "Location": [ - "https://azs-377.search-dogfood.windows-int.net/indexes('azsmnet663')?api-version=2019-05-06" + "https://azs-4355.search-dogfood.windows-int.net/indexes('azsmnet5550')?api-version=2019-05-06" ], "request-id": [ - "76ff6d99-3111-4636-a465-8fb7536ccbe2" + "3a856b02-1e1e-4fe7-bc02-6ba1e556a440" ], "elapsed-time": [ - "1384" + "1051" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:24:41 GMT" + "Sat, 08 Aug 2020 10:48:26 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -477,31 +477,31 @@ "-1" ], "Content-Length": [ - "9368" + "9367" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-377.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803777247B59A\\\"\",\r\n \"name\": \"azsmnet663\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"name\": \"azsmnet2142\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"CANON_EQ\",\r\n \"stopwords\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"name\": \"azsmnet6538\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"CASE_INSENSITIVE\",\r\n \"stopwords\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"name\": \"azsmnet7179\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"COMMENTS\",\r\n \"stopwords\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"name\": \"azsmnet1390\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"DOTALL\",\r\n \"stopwords\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"name\": \"azsmnet4250\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"LITERAL\",\r\n \"stopwords\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"name\": \"azsmnet4231\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"MULTILINE\",\r\n \"stopwords\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"name\": \"azsmnet3338\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"UNICODE_CASE\",\r\n \"stopwords\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"name\": \"azsmnet9844\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"UNIX_LINES\",\r\n \"stopwords\": []\r\n }\r\n ],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4355.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B8894225543\\\"\",\r\n \"name\": \"azsmnet5550\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"name\": \"azsmnet51\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"CANON_EQ\",\r\n \"stopwords\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"name\": \"azsmnet8246\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"CASE_INSENSITIVE\",\r\n \"stopwords\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"name\": \"azsmnet3088\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"COMMENTS\",\r\n \"stopwords\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"name\": \"azsmnet1619\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"DOTALL\",\r\n \"stopwords\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"name\": \"azsmnet457\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"LITERAL\",\r\n \"stopwords\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"name\": \"azsmnet3074\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"MULTILINE\",\r\n \"stopwords\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"name\": \"azsmnet4820\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"UNICODE_CASE\",\r\n \"stopwords\": []\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.PatternAnalyzer\",\r\n \"name\": \"azsmnet2960\",\r\n \"lowercase\": true,\r\n \"pattern\": \".*\",\r\n \"flags\": \"UNIX_LINES\",\r\n \"stopwords\": []\r\n }\r\n ],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet663')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NjMnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet5550')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NTUwJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "c2c96ffe-0123-4550-a41a-6ef884c7f866" + "1ab5a947-928b-4e75-88a0-c58cdc78342d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "A8FD4CD7990F7DFB934493E7CF6C2EDC" + "3D41505A6142329550A3A8DFC8765788" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -513,16 +513,16 @@ "no-cache" ], "request-id": [ - "c2c96ffe-0123-4550-a41a-6ef884c7f866" + "1ab5a947-928b-4e75-88a0-c58cdc78342d" ], "elapsed-time": [ - "873" + "614" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:24:42 GMT" + "Sat, 08 Aug 2020 10:48:26 GMT" ], "Expires": [ "-1" @@ -532,21 +532,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6340/providers/Microsoft.Search/searchServices/azs-377?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzc/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8266/providers/Microsoft.Search/searchServices/azs-4355?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MjY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzU1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f70f8069-f112-4a8f-b6a8-49b21abf8101" + "e0b81236-653a-4341-bc51-e1d1c6a68cf0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -557,60 +557,51 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "f70f8069-f112-4a8f-b6a8-49b21abf8101" + "72936c66-2dab-451a-970f-56ed259af180" ], - "request-id": [ - "f70f8069-f112-4a8f-b6a8-49b21abf8101" + "x-ms-correlation-request-id": [ + "72936c66-2dab-451a-970f-56ed259af180" ], - "elapsed-time": [ - "1486" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T104835Z:72936c66-2dab-451a-970f-56ed259af180" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14986" - ], - "x-ms-correlation-request-id": [ - "d5e4bfac-3a3e-475b-a8f0-b05b2c90cdf6" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022448Z:d5e4bfac-3a3e-475b-a8f0-b05b2c90cdf6" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:24:48 GMT" + "Sat, 08 Aug 2020 10:48:34 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6340", - "azsmnet8413", - "azsmnet663", - "azsmnet2142", - "azsmnet6538", - "azsmnet7179", - "azsmnet1390", - "azsmnet4250", - "azsmnet4231", - "azsmnet3338", - "azsmnet9844" + "azsmnet8266", + "azsmnet9220", + "azsmnet5550", + "azsmnet51", + "azsmnet8246", + "azsmnet3088", + "azsmnet1619", + "azsmnet457", + "azsmnet3074", + "azsmnet4820", + "azsmnet2960" ], "GenerateServiceName": [ - "azs-377" + "azs-4355" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CanCreateAndListDataSources.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CanCreateAndListDataSources.json index cfacd90a885c..2d86f305f5d4 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CanCreateAndListDataSources.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CanCreateAndListDataSources.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "01d1cfe5-c76a-4196-85fe-c9dcfa65ddf2" + "00c0591b-9ea3-409f-a30a-24c7994269ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1193" ], "x-ms-request-id": [ - "8c6395ab-5a34-46e1-b098-d6342957a7ed" + "c48dd042-e441-473c-8652-72b6efa1393a" ], "x-ms-correlation-request-id": [ - "8c6395ab-5a34-46e1-b098-d6342957a7ed" + "c48dd042-e441-473c-8652-72b6efa1393a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002029Z:8c6395ab-5a34-46e1-b098-d6342957a7ed" + "NORTHEUROPE:20200808T080748Z:c48dd042-e441-473c-8652-72b6efa1393a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:20:28 GMT" + "Sat, 08 Aug 2020 08:07:47 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3175?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMTc1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2914?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyOTE0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e112f40a-715d-42c1-a8a6-a653c92103d0" + "11f6d871-52a6-4ac8-a55a-53c849702de7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1194" ], "x-ms-request-id": [ - "b1e9f602-3a6c-48d7-9125-4ecfe77cff99" + "fcc304a4-ce65-4d5c-b39a-fa8d24b7d490" ], "x-ms-correlation-request-id": [ - "b1e9f602-3a6c-48d7-9125-4ecfe77cff99" + "fcc304a4-ce65-4d5c-b39a-fa8d24b7d490" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002029Z:b1e9f602-3a6c-48d7-9125-4ecfe77cff99" + "NORTHEUROPE:20200808T080749Z:fcc304a4-ce65-4d5c-b39a-fa8d24b7d490" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:20:29 GMT" + "Sat, 08 Aug 2020 08:07:48 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3175\",\r\n \"name\": \"azsmnet3175\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2914\",\r\n \"name\": \"azsmnet2914\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3175/providers/Microsoft.Search/searchServices/azs-1372?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzcyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2914/providers/Microsoft.Search/searchServices/azs-4746?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NzQ2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "64a20470-041d-431f-bf57-31c744f7149d" + "06ea1203-2171-483f-8a0c-6492db90dd7b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A20%3A32.6225472Z'\"" + "W/\"datetime'2020-08-08T08%3A07%3A54.7239914Z'\"" ], "x-ms-request-id": [ - "64a20470-041d-431f-bf57-31c744f7149d" + "06ea1203-2171-483f-8a0c-6492db90dd7b" ], "request-id": [ - "64a20470-041d-431f-bf57-31c744f7149d" + "06ea1203-2171-483f-8a0c-6492db90dd7b" ], "elapsed-time": [ - "1284" + "1669" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1196" ], "x-ms-correlation-request-id": [ - "415ab4cb-11ce-4c2c-a937-5658edf965cd" + "9a22f9dc-c55c-4e8d-bb0c-18e3258717a3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002033Z:415ab4cb-11ce-4c2c-a937-5658edf965cd" + "NORTHEUROPE:20200808T080756Z:9a22f9dc-c55c-4e8d-bb0c-18e3258717a3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:20:33 GMT" + "Sat, 08 Aug 2020 08:07:55 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3175/providers/Microsoft.Search/searchServices/azs-1372\",\r\n \"name\": \"azs-1372\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2914/providers/Microsoft.Search/searchServices/azs-4746\",\r\n \"name\": \"azs-4746\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3175/providers/Microsoft.Search/searchServices/azs-1372/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzcyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2914/providers/Microsoft.Search/searchServices/azs-4746/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NzQ2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e1a810d8-7dd9-4a4d-821f-7c0fa2ac2c84" + "61fe0e2d-6480-4491-8648-08a2aba2313b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e1a810d8-7dd9-4a4d-821f-7c0fa2ac2c84" + "61fe0e2d-6480-4491-8648-08a2aba2313b" ], "request-id": [ - "e1a810d8-7dd9-4a4d-821f-7c0fa2ac2c84" + "61fe0e2d-6480-4491-8648-08a2aba2313b" ], "elapsed-time": [ - "99" + "106" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1195" ], "x-ms-correlation-request-id": [ - "7d1216f2-0e5e-45cb-891a-029e51dfcbdb" + "9dd92125-f7be-4a17-9344-1abc6fdb7fc9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002035Z:7d1216f2-0e5e-45cb-891a-029e51dfcbdb" + "NORTHEUROPE:20200808T080758Z:9dd92125-f7be-4a17-9344-1abc6fdb7fc9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:20:34 GMT" + "Sat, 08 Aug 2020 08:07:58 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"3D99C177C08082A0C7F2C286DA30CC20\",\r\n \"secondaryKey\": \"A16EBEA10850FDEEB9B0C667A079FF94\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"92B152C72E0B9F53A4C255155B60FFCA\",\r\n \"secondaryKey\": \"F250A8AB693E5E306E7691F79C93C73F\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3175/providers/Microsoft.Search/searchServices/azs-1372/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzcyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2914/providers/Microsoft.Search/searchServices/azs-4746/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NzQ2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "87e5b2f6-59eb-476e-a2ad-ca91fa360870" + "4afd3718-c362-43a8-8900-b168c54f66ee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "87e5b2f6-59eb-476e-a2ad-ca91fa360870" + "4afd3718-c362-43a8-8900-b168c54f66ee" ], "request-id": [ - "87e5b2f6-59eb-476e-a2ad-ca91fa360870" + "4afd3718-c362-43a8-8900-b168c54f66ee" ], "elapsed-time": [ - "101" + "97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1194" ], "x-ms-correlation-request-id": [ - "ef727695-a10d-4f03-bff9-ea7a0a1d9ab7" + "c5a21c2f-59f1-45f2-acc7-48bdd3e3a900" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002035Z:ef727695-a10d-4f03-bff9-ea7a0a1d9ab7" + "NORTHEUROPE:20200808T080759Z:c5a21c2f-59f1-45f2-acc7-48bdd3e3a900" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:20:35 GMT" + "Sat, 08 Aug 2020 08:07:58 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"7DAB8566B92CDC96EDFEAFFF6F6F884D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"9620A78FBC0ED46FCD19A8BCCCACF08F\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6566\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6072\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "6d231c2a-44ad-451a-85f6-964d6650b523" + "5b2a9cc5-7146-400c-adb6-6e5f26dfeabe" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3D99C177C08082A0C7F2C286DA30CC20" + "92B152C72E0B9F53A4C255155B60FFCA" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803661D02200D\"" + "W/\"0x8D83B722B47C1F2\"" ], "Location": [ - "https://azs-1372.search-dogfood.windows-int.net/datasources('azsmnet6566')?api-version=2019-05-06" + "https://azs-4746.search-dogfood.windows-int.net/datasources('azsmnet6072')?api-version=2019-05-06" ], "request-id": [ - "6d231c2a-44ad-451a-85f6-964d6650b523" + "5b2a9cc5-7146-400c-adb6-6e5f26dfeabe" ], "elapsed-time": [ - "33" + "162" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:20:37 GMT" + "Sat, 08 Aug 2020 08:08:01 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "378" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1372.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803661D02200D\\\"\",\r\n \"name\": \"azsmnet6566\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4746.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B722B47C1F2\\\"\",\r\n \"name\": \"azsmnet6072\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7107\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"credentials\": {\r\n \"connectionString\": \"AccountEndpoint=https://NotaRealAccount.documents.azure.com;AccountKey=fake;Database=someFakeDatabase\"\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9804\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"credentials\": {\r\n \"connectionString\": \"AccountEndpoint=https://NotaRealAccount.documents.azure.com;AccountKey=fake;Database=someFakeDatabase\"\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "841ef533-ae5e-47dc-a4fa-fa97890d8d56" + "8857f2fc-6df3-4cd2-b5aa-393130c5af65" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3D99C177C08082A0C7F2C286DA30CC20" + "92B152C72E0B9F53A4C255155B60FFCA" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803661D212112\"" + "W/\"0x8D83B722B673873\"" ], "Location": [ - "https://azs-1372.search-dogfood.windows-int.net/datasources('azsmnet7107')?api-version=2019-05-06" + "https://azs-4746.search-dogfood.windows-int.net/datasources('azsmnet9804')?api-version=2019-05-06" ], "request-id": [ - "841ef533-ae5e-47dc-a4fa-fa97890d8d56" + "8857f2fc-6df3-4cd2-b5aa-393130c5af65" ], "elapsed-time": [ - "171" + "167" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:20:37 GMT" + "Sat, 08 Aug 2020 08:08:01 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,7 +480,7 @@ "421" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1372.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803661D212112\\\"\",\r\n \"name\": \"azsmnet7107\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4746.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B722B673873\\\"\",\r\n \"name\": \"azsmnet9804\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { @@ -490,18 +490,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "340a4dad-427d-4eb9-a57f-c9248f174a4f" + "fc0b1298-0f8c-4ef3-a604-a24b6410163c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3D99C177C08082A0C7F2C286DA30CC20" + "92B152C72E0B9F53A4C255155B60FFCA" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "340a4dad-427d-4eb9-a57f-c9248f174a4f" + "fc0b1298-0f8c-4ef3-a604-a24b6410163c" ], "elapsed-time": [ - "37" + "52" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:20:37 GMT" + "Sat, 08 Aug 2020 08:08:01 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -540,25 +540,25 @@ "707" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1372.search-dogfood.windows-int.net/$metadata#datasources\",\r\n \"value\": [\r\n {\r\n \"@odata.etag\": \"\\\"0x8D803661D02200D\\\"\",\r\n \"name\": \"azsmnet6566\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n },\r\n {\r\n \"@odata.etag\": \"\\\"0x8D803661D212112\\\"\",\r\n \"name\": \"azsmnet7107\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4746.search-dogfood.windows-int.net/$metadata#datasources\",\r\n \"value\": [\r\n {\r\n \"@odata.etag\": \"\\\"0x8D83B722B47C1F2\\\"\",\r\n \"name\": \"azsmnet6072\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n },\r\n {\r\n \"@odata.etag\": \"\\\"0x8D83B722B673873\\\"\",\r\n \"name\": \"azsmnet9804\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3175/providers/Microsoft.Search/searchServices/azs-1372?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzcyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2914/providers/Microsoft.Search/searchServices/azs-4746?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NzQ2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6775ef3b-9dc1-4120-bdcc-e02e2f739c84" + "d460a3d2-8bcd-4148-9fdb-3475a83b9108" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,52 +569,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14988" + ], "x-ms-request-id": [ - "6775ef3b-9dc1-4120-bdcc-e02e2f739c84" + "251947b2-3121-47c1-8a92-43bb642d3f41" ], - "request-id": [ - "6775ef3b-9dc1-4120-bdcc-e02e2f739c84" + "x-ms-correlation-request-id": [ + "251947b2-3121-47c1-8a92-43bb642d3f41" ], - "elapsed-time": [ - "1357" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T080810Z:251947b2-3121-47c1-8a92-43bb642d3f41" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" - ], - "x-ms-correlation-request-id": [ - "35dd545b-d2bb-48ee-bf3c-5f74cfb62279" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002041Z:35dd545b-d2bb-48ee-bf3c-5f74cfb62279" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:20:41 GMT" + "Sat, 08 Aug 2020 08:08:09 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet3175", - "azsmnet6566", - "azsmnet7107" + "azsmnet2914", + "azsmnet6072", + "azsmnet9804" ], "GenerateServiceName": [ - "azs-1372" + "azs-4746" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CanUpdateDataSource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CanUpdateDataSource.json index a076e32cd46b..cf1d53ecd9ad 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CanUpdateDataSource.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CanUpdateDataSource.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f6cb4e93-6251-4f2d-a29c-db1b87d363d3" + "154e214a-7bfd-4038-85b6-b23c221db5a2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1189" ], "x-ms-request-id": [ - "4726f05a-358c-4dd3-b9ef-6a3d4cafdc6a" + "a1afaa9a-ca63-4358-9190-157c19f0e6b1" ], "x-ms-correlation-request-id": [ - "4726f05a-358c-4dd3-b9ef-6a3d4cafdc6a" + "a1afaa9a-ca63-4358-9190-157c19f0e6b1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002320Z:4726f05a-358c-4dd3-b9ef-6a3d4cafdc6a" + "NORTHEUROPE:20200808T081231Z:a1afaa9a-ca63-4358-9190-157c19f0e6b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:23:20 GMT" + "Sat, 08 Aug 2020 08:12:31 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5307?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MzA3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4508?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0NTA4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "12380e11-49b8-4686-9b35-e77f1e3caddf" + "84e93c84-70a0-4b2a-b7e5-4cdd6148c619" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1192" ], "x-ms-request-id": [ - "8f789d16-533c-40a1-83f0-b0f5ad29019b" + "f2235a5e-266b-442c-ba28-4dd0718c5aa5" ], "x-ms-correlation-request-id": [ - "8f789d16-533c-40a1-83f0-b0f5ad29019b" + "f2235a5e-266b-442c-ba28-4dd0718c5aa5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002321Z:8f789d16-533c-40a1-83f0-b0f5ad29019b" + "NORTHEUROPE:20200808T081233Z:f2235a5e-266b-442c-ba28-4dd0718c5aa5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:23:20 GMT" + "Sat, 08 Aug 2020 08:12:32 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5307\",\r\n \"name\": \"azsmnet5307\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4508\",\r\n \"name\": \"azsmnet4508\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5307/providers/Microsoft.Search/searchServices/azs-361?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MzA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNjE/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4508/providers/Microsoft.Search/searchServices/azs-9403?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NTA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDAzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3a1a688e-36ea-4435-9744-8a625c06296a" + "fb39f73f-fb7b-4c0e-b474-9e6ea533581d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A23%3A48.7315516Z'\"" + "W/\"datetime'2020-08-08T08%3A12%3A39.6431296Z'\"" ], "x-ms-request-id": [ - "3a1a688e-36ea-4435-9744-8a625c06296a" + "fb39f73f-fb7b-4c0e-b474-9e6ea533581d" ], "request-id": [ - "3a1a688e-36ea-4435-9744-8a625c06296a" + "fb39f73f-fb7b-4c0e-b474-9e6ea533581d" ], "elapsed-time": [ - "25310" + "2267" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1192" ], "x-ms-correlation-request-id": [ - "e929932d-e6e5-4804-9ae7-44dddff8a74a" + "db4705de-6a9d-4a9f-be08-3be80455dce2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002349Z:e929932d-e6e5-4804-9ae7-44dddff8a74a" + "NORTHEUROPE:20200808T081241Z:db4705de-6a9d-4a9f-be08-3be80455dce2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:23:49 GMT" + "Sat, 08 Aug 2020 08:12:40 GMT" ], "Content-Length": [ - "527" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5307/providers/Microsoft.Search/searchServices/azs-361\",\r\n \"name\": \"azs-361\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4508/providers/Microsoft.Search/searchServices/azs-9403\",\r\n \"name\": \"azs-9403\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5307/providers/Microsoft.Search/searchServices/azs-361/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MzA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNjEvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4508/providers/Microsoft.Search/searchServices/azs-9403/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NTA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDAzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "926059c4-d9e2-40fa-ac3c-2993d9a04c60" + "1da2b784-6320-4ee6-89ce-e04da3760fe4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "926059c4-d9e2-40fa-ac3c-2993d9a04c60" + "1da2b784-6320-4ee6-89ce-e04da3760fe4" ], "request-id": [ - "926059c4-d9e2-40fa-ac3c-2993d9a04c60" + "1da2b784-6320-4ee6-89ce-e04da3760fe4" ], "elapsed-time": [ - "91" + "92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1188" ], "x-ms-correlation-request-id": [ - "682e33be-11b0-453f-af5e-38938946dbe8" + "be5bc219-66fb-4fb4-abfc-e96a11b92389" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002352Z:682e33be-11b0-453f-af5e-38938946dbe8" + "NORTHEUROPE:20200808T081249Z:be5bc219-66fb-4fb4-abfc-e96a11b92389" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:23:52 GMT" + "Sat, 08 Aug 2020 08:12:49 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"E37C103BD1AAA1B8B18CEF19046ABCAC\",\r\n \"secondaryKey\": \"D0351D56C94FFE5C3E789FD5BE2A306C\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"330C3AA84C8AFBCAFACB91195D4A3A10\",\r\n \"secondaryKey\": \"006DF499BA03596EB2EE13D29E68941A\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5307/providers/Microsoft.Search/searchServices/azs-361/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MzA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNjEvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4508/providers/Microsoft.Search/searchServices/azs-9403/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NTA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDAzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "163433f6-e6fd-4fbd-acb1-1da5dae1a731" + "4e801091-f99c-438c-a25c-50f3013cb264" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "163433f6-e6fd-4fbd-acb1-1da5dae1a731" + "4e801091-f99c-438c-a25c-50f3013cb264" ], "request-id": [ - "163433f6-e6fd-4fbd-acb1-1da5dae1a731" + "4e801091-f99c-438c-a25c-50f3013cb264" ], "elapsed-time": [ - "81" + "856" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1187" ], "x-ms-correlation-request-id": [ - "560b1cfd-ea12-4cc8-bffe-4804c45e55c8" + "b913aff3-2231-4f89-83f5-3c9ac9732b4a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002352Z:560b1cfd-ea12-4cc8-bffe-4804c45e55c8" + "NORTHEUROPE:20200808T081250Z:b913aff3-2231-4f89-83f5-3c9ac9732b4a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:23:52 GMT" + "Sat, 08 Aug 2020 08:12:50 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"C2AD13F9A32C61FEA48D20B465088AE7\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"A6440319BD33C7B0EE27A45566E681E7\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3156\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1881\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "bde14578-7670-47d6-afbe-07df2c352e81" + "2be4f118-27e1-48ef-8e63-b503dde46b88" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E37C103BD1AAA1B8B18CEF19046ABCAC" + "330C3AA84C8AFBCAFACB91195D4A3A10" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036692BE273B\"" + "W/\"0x8D83B72D8F38BC5\"" ], "Location": [ - "https://azs-361.search-dogfood.windows-int.net/datasources('azsmnet3156')?api-version=2019-05-06" + "https://azs-9403.search-dogfood.windows-int.net/datasources('azsmnet1881')?api-version=2019-05-06" ], "request-id": [ - "bde14578-7670-47d6-afbe-07df2c352e81" + "2be4f118-27e1-48ef-8e63-b503dde46b88" ], "elapsed-time": [ - "70" + "55" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:23:55 GMT" + "Sat, 08 Aug 2020 08:12:51 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "377" + "378" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-361.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036692BE273B\\\"\",\r\n \"name\": \"azsmnet3156\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9403.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B72D8F38BC5\\\"\",\r\n \"name\": \"azsmnet1881\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/datasources('azsmnet3156')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MzE1NicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet1881')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MTg4MScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet3156\",\r\n \"description\": \"somethingdifferent\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"somethingdifferent\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"rowversion\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1881\",\r\n \"description\": \"somethingdifferent\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"somethingdifferent\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"rowversion\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "0e9cd7fa-a8ea-421c-95cb-daae4c728756" + "bc12e3d9-a610-43c9-abeb-069abdd013c1" ], "Prefer": [ "return=representation" @@ -427,12 +427,12 @@ "en-US" ], "api-key": [ - "E37C103BD1AAA1B8B18CEF19046ABCAC" + "330C3AA84C8AFBCAFACB91195D4A3A10" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -450,13 +450,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036692C88A02\"" + "W/\"0x8D83B72D9059183\"" ], "request-id": [ - "0e9cd7fa-a8ea-421c-95cb-daae4c728756" + "bc12e3d9-a610-43c9-abeb-069abdd013c1" ], "elapsed-time": [ - "29" + "48" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:23:55 GMT" + "Sat, 08 Aug 2020 08:12:52 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -477,28 +477,28 @@ "-1" ], "Content-Length": [ - "638" + "639" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-361.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036692C88A02\\\"\",\r\n \"name\": \"azsmnet3156\",\r\n \"description\": \"somethingdifferent\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"somethingdifferent\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"rowversion\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9403.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B72D9059183\\\"\",\r\n \"name\": \"azsmnet1881\",\r\n \"description\": \"somethingdifferent\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"somethingdifferent\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"rowversion\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5307/providers/Microsoft.Search/searchServices/azs-361?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MzA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNjE/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4508/providers/Microsoft.Search/searchServices/azs-9403?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NTA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDAzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25eed015-ecfb-4994-9371-396d565a3243" + "acc6197e-01b4-4b8b-b6d2-5541027df51e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -509,52 +509,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14988" + ], "x-ms-request-id": [ - "25eed015-ecfb-4994-9371-396d565a3243" + "4a4fbad0-b4f9-4a44-97a3-ca99eb9e621a" ], - "request-id": [ - "25eed015-ecfb-4994-9371-396d565a3243" + "x-ms-correlation-request-id": [ + "4a4fbad0-b4f9-4a44-97a3-ca99eb9e621a" ], - "elapsed-time": [ - "854" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T081301Z:4a4fbad0-b4f9-4a44-97a3-ca99eb9e621a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "0d246888-fa56-4c64-beae-b1108695699d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002358Z:0d246888-fa56-4c64-beae-b1108695699d" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:23:57 GMT" + "Sat, 08 Aug 2020 08:13:01 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5307", - "azsmnet3156", - "azsmnet9157" + "azsmnet4508", + "azsmnet1881", + "azsmnet7545" ], "GenerateServiceName": [ - "azs-361" + "azs-9403" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CreateDataSourceFailsWithUsefulMessageOnUserError.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CreateDataSourceFailsWithUsefulMessageOnUserError.json index 3e8d52cf82bd..f9b6d0f73b3a 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CreateDataSourceFailsWithUsefulMessageOnUserError.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CreateDataSourceFailsWithUsefulMessageOnUserError.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "caea6b25-78e3-4ad4-bfa1-883a13e9ff3c" + "7c856c56-cb5c-4aca-9e1f-26a3804dd698" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1189" ], "x-ms-request-id": [ - "66062ffa-7b7b-4f8c-b372-d8c60555bda0" + "e4701074-c240-47f4-9cb8-8e61fc47c64a" ], "x-ms-correlation-request-id": [ - "66062ffa-7b7b-4f8c-b372-d8c60555bda0" + "e4701074-c240-47f4-9cb8-8e61fc47c64a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002047Z:66062ffa-7b7b-4f8c-b372-d8c60555bda0" + "NORTHEUROPE:20200808T080829Z:e4701074-c240-47f4-9cb8-8e61fc47c64a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:20:46 GMT" + "Sat, 08 Aug 2020 08:08:28 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5236?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MjM2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6745?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2NzQ1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "56f4d9d1-0d0a-4161-b33b-e8f8802fe164" + "9369f264-db48-4140-82b8-0725ce179346" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1193" ], "x-ms-request-id": [ - "b0555fa3-df42-4214-8411-ddaa4324d91c" + "49ee4b3b-2b83-4b4a-8aac-690aaeeacdc6" ], "x-ms-correlation-request-id": [ - "b0555fa3-df42-4214-8411-ddaa4324d91c" + "49ee4b3b-2b83-4b4a-8aac-690aaeeacdc6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002048Z:b0555fa3-df42-4214-8411-ddaa4324d91c" + "NORTHEUROPE:20200808T080830Z:49ee4b3b-2b83-4b4a-8aac-690aaeeacdc6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:20:47 GMT" + "Sat, 08 Aug 2020 08:08:29 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5236\",\r\n \"name\": \"azsmnet5236\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6745\",\r\n \"name\": \"azsmnet6745\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5236/providers/Microsoft.Search/searchServices/azs-9494?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjM2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6745/providers/Microsoft.Search/searchServices/azs-7272?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjcyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ac0b7e9b-d1dd-4c68-b5bb-6c6a0acd048f" + "e345db18-5c67-48dc-9601-0085e2e9a28e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A20%3A50.5884112Z'\"" + "W/\"datetime'2020-08-08T08%3A08%3A37.047565Z'\"" ], "x-ms-request-id": [ - "ac0b7e9b-d1dd-4c68-b5bb-6c6a0acd048f" + "e345db18-5c67-48dc-9601-0085e2e9a28e" ], "request-id": [ - "ac0b7e9b-d1dd-4c68-b5bb-6c6a0acd048f" + "e345db18-5c67-48dc-9601-0085e2e9a28e" ], "elapsed-time": [ - "1091" + "2750" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1196" ], "x-ms-correlation-request-id": [ - "dabe65f7-41e5-4deb-91d5-a7203a1e5dc6" + "f27c0006-045e-4307-a386-4ca532e7c6ac" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002051Z:dabe65f7-41e5-4deb-91d5-a7203a1e5dc6" + "NORTHEUROPE:20200808T080839Z:f27c0006-045e-4307-a386-4ca532e7c6ac" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:20:51 GMT" + "Sat, 08 Aug 2020 08:08:39 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5236/providers/Microsoft.Search/searchServices/azs-9494\",\r\n \"name\": \"azs-9494\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6745/providers/Microsoft.Search/searchServices/azs-7272\",\r\n \"name\": \"azs-7272\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5236/providers/Microsoft.Search/searchServices/azs-9494/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjM2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDk0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6745/providers/Microsoft.Search/searchServices/azs-7272/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjcyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "70dfc712-5352-4c90-9bb0-a16a574c2714" + "8586bcdc-02ec-466b-bee6-ae63cc6253b4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "70dfc712-5352-4c90-9bb0-a16a574c2714" + "8586bcdc-02ec-466b-bee6-ae63cc6253b4" ], "request-id": [ - "70dfc712-5352-4c90-9bb0-a16a574c2714" + "8586bcdc-02ec-466b-bee6-ae63cc6253b4" ], "elapsed-time": [ - "108" + "676" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1194" ], "x-ms-correlation-request-id": [ - "4d74056f-a28b-4e27-bba6-a475ec9b849c" + "6f975890-bf9b-4e37-9508-782879891bf1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002053Z:4d74056f-a28b-4e27-bba6-a475ec9b849c" + "NORTHEUROPE:20200808T080842Z:6f975890-bf9b-4e37-9508-782879891bf1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:20:53 GMT" + "Sat, 08 Aug 2020 08:08:41 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"2541DD0A7C19641E05C9B5DD586C7AA7\",\r\n \"secondaryKey\": \"E317B3F448B9665A5142E597654BDBC1\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"6275CF34AE4B94287B2A30538346C163\",\r\n \"secondaryKey\": \"1275DC0A087785815A6696599FB2BFFF\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5236/providers/Microsoft.Search/searchServices/azs-9494/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjM2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDk0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6745/providers/Microsoft.Search/searchServices/azs-7272/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjcyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d8f9264-de7b-4933-803b-3379f9887982" + "a61a0277-8950-4548-8e64-2b059fbf10cd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4d8f9264-de7b-4933-803b-3379f9887982" + "a61a0277-8950-4548-8e64-2b059fbf10cd" ], "request-id": [ - "4d8f9264-de7b-4933-803b-3379f9887982" + "a61a0277-8950-4548-8e64-2b059fbf10cd" ], "elapsed-time": [ - "89" + "467" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1193" ], "x-ms-correlation-request-id": [ - "e26497df-9114-4470-9991-220002a7575f" + "833fa4da-8d6e-4cad-a78f-c7a4b8bf8eb9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002054Z:e26497df-9114-4470-9991-220002a7575f" + "NORTHEUROPE:20200808T080843Z:833fa4da-8d6e-4cad-a78f-c7a4b8bf8eb9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:20:53 GMT" + "Sat, 08 Aug 2020 08:08:43 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"529D80998BBEAA8054B27696A77B4E85\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"7F35DF6AA8113AFC71709F4AE4CCAA88\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2987\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"thistypedoesnotexist\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6004\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"thistypedoesnotexist\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "47f9f0e3-4c00-46d6-9bbb-b266a20eaf64" + "ad20be74-87e6-40bc-82ae-6d52dcc81b00" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2541DD0A7C19641E05C9B5DD586C7AA7" + "6275CF34AE4B94287B2A30538346C163" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,10 +375,10 @@ "no-cache" ], "request-id": [ - "47f9f0e3-4c00-46d6-9bbb-b266a20eaf64" + "ad20be74-87e6-40bc-82ae-6d52dcc81b00" ], "elapsed-time": [ - "248" + "6" ], "OData-Version": [ "4.0" @@ -390,7 +390,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:20:55 GMT" + "Sat, 08 Aug 2020 08:08:44 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -409,21 +409,21 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5236/providers/Microsoft.Search/searchServices/azs-9494?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjM2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6745/providers/Microsoft.Search/searchServices/azs-7272?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjcyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bdbe77f8-9c92-4c69-bff4-61899613d97e" + "05cc12a5-6ec2-446e-b9ef-7fbc6b1d6499" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -434,51 +434,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14994" + ], "x-ms-request-id": [ - "bdbe77f8-9c92-4c69-bff4-61899613d97e" + "e7860929-1430-483f-8e36-97954b211b50" ], - "request-id": [ - "bdbe77f8-9c92-4c69-bff4-61899613d97e" + "x-ms-correlation-request-id": [ + "e7860929-1430-483f-8e36-97954b211b50" ], - "elapsed-time": [ - "2019" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T080853Z:e7860929-1430-483f-8e36-97954b211b50" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" - ], - "x-ms-correlation-request-id": [ - "46938096-c42b-4836-8f61-401065e11a5f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002100Z:46938096-c42b-4836-8f61-401065e11a5f" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:21:00 GMT" + "Sat, 08 Aug 2020 08:08:53 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5236", - "azsmnet2987" + "azsmnet6745", + "azsmnet6004" ], "GenerateServiceName": [ - "azs-9494" + "azs-7272" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CreateDataSourceReturnsCorrectDefinition.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CreateDataSourceReturnsCorrectDefinition.json index 21221d947148..bfc7fa73dabc 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CreateDataSourceReturnsCorrectDefinition.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CreateDataSourceReturnsCorrectDefinition.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8507e4cc-6418-46b4-a181-c1b5f02e3cb7" + "f36f3bd7-68b3-4d15-937f-f077353dea81" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1186" ], "x-ms-request-id": [ - "91e278d2-da0a-4b0c-bf30-6b46e2594946" + "ae75dd6c-39ff-495d-8a2b-bce8fdc0f207" ], "x-ms-correlation-request-id": [ - "91e278d2-da0a-4b0c-bf30-6b46e2594946" + "ae75dd6c-39ff-495d-8a2b-bce8fdc0f207" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002557Z:91e278d2-da0a-4b0c-bf30-6b46e2594946" + "NORTHEUROPE:20200808T081700Z:ae75dd6c-39ff-495d-8a2b-bce8fdc0f207" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:25:57 GMT" + "Sat, 08 Aug 2020 08:17:00 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5329?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MzI5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8382?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MzgyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2ea0e83e-96a5-4f45-a700-a32a6d993ef5" + "6d34db18-ba74-4937-a480-b0c4f0a35815" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1191" ], "x-ms-request-id": [ - "d9bb9c3b-f84d-4d56-963e-4ffdddc05d61" + "9415d5ff-0208-42ef-95cd-883fb1fd90c9" ], "x-ms-correlation-request-id": [ - "d9bb9c3b-f84d-4d56-963e-4ffdddc05d61" + "9415d5ff-0208-42ef-95cd-883fb1fd90c9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002558Z:d9bb9c3b-f84d-4d56-963e-4ffdddc05d61" + "NORTHEUROPE:20200808T081701Z:9415d5ff-0208-42ef-95cd-883fb1fd90c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:25:57 GMT" + "Sat, 08 Aug 2020 08:17:01 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5329\",\r\n \"name\": \"azsmnet5329\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8382\",\r\n \"name\": \"azsmnet8382\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5329/providers/Microsoft.Search/searchServices/azs-924?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MzI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjQ/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8382/providers/Microsoft.Search/searchServices/azs-4748?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9f0fa27e-cc7e-41c0-b19f-a908d527466d" + "5a70ddf1-ac1b-40fb-8228-6fc0d7860d2e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A26%3A06.3738578Z'\"" + "W/\"datetime'2020-08-08T08%3A17%3A07.7572267Z'\"" ], "x-ms-request-id": [ - "9f0fa27e-cc7e-41c0-b19f-a908d527466d" + "5a70ddf1-ac1b-40fb-8228-6fc0d7860d2e" ], "request-id": [ - "9f0fa27e-cc7e-41c0-b19f-a908d527466d" + "5a70ddf1-ac1b-40fb-8228-6fc0d7860d2e" ], "elapsed-time": [ - "1512" + "1687" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1191" ], "x-ms-correlation-request-id": [ - "2910c829-798b-4180-8237-035f6d28e18f" + "fb76efe5-0174-4478-bd65-27f04c5f9cee" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002607Z:2910c829-798b-4180-8237-035f6d28e18f" + "NORTHEUROPE:20200808T081709Z:fb76efe5-0174-4478-bd65-27f04c5f9cee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:26:06 GMT" + "Sat, 08 Aug 2020 08:17:08 GMT" ], "Content-Length": [ - "527" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5329/providers/Microsoft.Search/searchServices/azs-924\",\r\n \"name\": \"azs-924\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8382/providers/Microsoft.Search/searchServices/azs-4748\",\r\n \"name\": \"azs-4748\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5329/providers/Microsoft.Search/searchServices/azs-924/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MzI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjQvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8382/providers/Microsoft.Search/searchServices/azs-4748/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NzQ4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "348e60c6-93be-4bbc-8120-288dacd4d78b" + "22e24562-dedf-42cc-a842-3f83ed91524c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "348e60c6-93be-4bbc-8120-288dacd4d78b" + "22e24562-dedf-42cc-a842-3f83ed91524c" ], "request-id": [ - "348e60c6-93be-4bbc-8120-288dacd4d78b" + "22e24562-dedf-42cc-a842-3f83ed91524c" ], "elapsed-time": [ - "100" + "104" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1186" ], "x-ms-correlation-request-id": [ - "ef1fce8e-c591-48d7-900a-4c411fcb72c1" + "c48435e0-d3ee-40c0-8fd7-bd0cd275c9b0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002609Z:ef1fce8e-c591-48d7-900a-4c411fcb72c1" + "NORTHEUROPE:20200808T081711Z:c48435e0-d3ee-40c0-8fd7-bd0cd275c9b0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:26:09 GMT" + "Sat, 08 Aug 2020 08:17:11 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"7F613F63026AD7A8592B77B3BE2E0FCD\",\r\n \"secondaryKey\": \"A9C4E4A81CC82EEF65AD2C0B446F51C6\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"A8C5283C2EC939470737131AB5E8AEBE\",\r\n \"secondaryKey\": \"F45ED169CFDE1B9F18DB1B1CC1B0AEF5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5329/providers/Microsoft.Search/searchServices/azs-924/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MzI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjQvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8382/providers/Microsoft.Search/searchServices/azs-4748/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NzQ4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b9f364e-777b-444a-bf93-076554d20b16" + "1b09f674-52f9-40d9-9679-71fb6fca4f88" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "1b9f364e-777b-444a-bf93-076554d20b16" + "1b09f674-52f9-40d9-9679-71fb6fca4f88" ], "request-id": [ - "1b9f364e-777b-444a-bf93-076554d20b16" + "1b09f674-52f9-40d9-9679-71fb6fca4f88" ], "elapsed-time": [ - "98" + "123" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1185" ], "x-ms-correlation-request-id": [ - "b5f507ba-bbee-4d16-8d9e-5cc4c48ae0d4" + "e76a8dce-cf82-44c0-a44a-14f1be215193" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002609Z:b5f507ba-bbee-4d16-8d9e-5cc4c48ae0d4" + "NORTHEUROPE:20200808T081712Z:e76a8dce-cf82-44c0-a44a-14f1be215193" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:26:09 GMT" + "Sat, 08 Aug 2020 08:17:11 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"86E2B140AA1C4F38E9D2B85E0E8917B2\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"E60CCBCC5BFA78F7ABD931D63C9CCE01\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4204\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2218\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "7499b839-5ecb-4916-9ee5-ae78584534a2" + "02b1daf9-7f92-4645-8070-9e8e69301fc1" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366E3B8A73B\"" + "W/\"0x8D83B7374CB0A39\"" ], "Location": [ - "https://azs-924.search-dogfood.windows-int.net/datasources('azsmnet4204')?api-version=2019-05-06" + "https://azs-4748.search-dogfood.windows-int.net/datasources('azsmnet2218')?api-version=2019-05-06" ], "request-id": [ - "7499b839-5ecb-4916-9ee5-ae78584534a2" + "02b1daf9-7f92-4645-8070-9e8e69301fc1" ], "elapsed-time": [ - "39" + "33" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:11 GMT" + "Sat, 08 Aug 2020 08:17:13 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,31 +405,31 @@ "-1" ], "Content-Length": [ - "377" + "378" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-924.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366E3B8A73B\\\"\",\r\n \"name\": \"azsmnet4204\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4748.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7374CB0A39\\\"\",\r\n \"name\": \"azsmnet2218\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1503\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8670\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "8ed495d8-5fac-4707-b3f1-9675316072da" + "f6ae62fa-01d2-448c-ba5f-2a2b1be9af53" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366E3EAE6A3\"" + "W/\"0x8D83B7374E28F91\"" ], "Location": [ - "https://azs-924.search-dogfood.windows-int.net/datasources('azsmnet1503')?api-version=2019-05-06" + "https://azs-4748.search-dogfood.windows-int.net/datasources('azsmnet8670')?api-version=2019-05-06" ], "request-id": [ - "8ed495d8-5fac-4707-b3f1-9675316072da" + "f6ae62fa-01d2-448c-ba5f-2a2b1be9af53" ], "elapsed-time": [ - "46" + "40" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:11 GMT" + "Sat, 08 Aug 2020 08:17:13 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -477,38 +477,38 @@ "-1" ], "Content-Length": [ - "517" + "518" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-924.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366E3EAE6A3\\\"\",\r\n \"name\": \"azsmnet1503\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4748.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7374E28F91\\\"\",\r\n \"name\": \"azsmnet8670\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4613\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SqlIntegratedChangeTrackingPolicy\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet757\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SqlIntegratedChangeTrackingPolicy\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "86efd500-bbf8-4141-af20-e299d39f8ecf" + "a2eba07a-0390-4af0-ac7b-98f700aaec68" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "479" + "478" ] }, "ResponseHeaders": { @@ -519,16 +519,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366E46EB4BB\"" + "W/\"0x8D83B73762CC4B5\"" ], "Location": [ - "https://azs-924.search-dogfood.windows-int.net/datasources('azsmnet4613')?api-version=2019-05-06" + "https://azs-4748.search-dogfood.windows-int.net/datasources('azsmnet757')?api-version=2019-05-06" ], "request-id": [ - "86efd500-bbf8-4141-af20-e299d39f8ecf" + "a2eba07a-0390-4af0-ac7b-98f700aaec68" ], "elapsed-time": [ - "784" + "2089" ], "OData-Version": [ "4.0" @@ -540,7 +540,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:12 GMT" + "Sat, 08 Aug 2020 08:17:16 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -552,28 +552,28 @@ "448" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-924.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366E46EB4BB\\\"\",\r\n \"name\": \"azsmnet4613\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SqlIntegratedChangeTrackingPolicy\"\r\n },\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4748.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B73762CC4B5\\\"\",\r\n \"name\": \"azsmnet757\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SqlIntegratedChangeTrackingPolicy\"\r\n },\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3999\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"fakecolumn\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5505\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"fakecolumn\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "0d760d63-d2f2-456c-a805-78e791ca335b" + "e7e80b0e-9e32-4182-b934-2efb2ec95230" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -591,16 +591,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366E4809346\"" + "W/\"0x8D83B7376D477F5\"" ], "Location": [ - "https://azs-924.search-dogfood.windows-int.net/datasources('azsmnet3999')?api-version=2019-05-06" + "https://azs-4748.search-dogfood.windows-int.net/datasources('azsmnet5505')?api-version=2019-05-06" ], "request-id": [ - "0d760d63-d2f2-456c-a805-78e791ca335b" + "e7e80b0e-9e32-4182-b934-2efb2ec95230" ], "elapsed-time": [ - "37" + "96" ], "OData-Version": [ "4.0" @@ -612,7 +612,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:12 GMT" + "Sat, 08 Aug 2020 08:17:17 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -621,38 +621,38 @@ "-1" ], "Content-Length": [ - "628" + "629" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-924.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366E4809346\\\"\",\r\n \"name\": \"azsmnet3999\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"fakecolumn\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4748.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7376D477F5\\\"\",\r\n \"name\": \"azsmnet5505\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"fakecolumn\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8327\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet386\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "053f93c5-349d-4e15-864d-1fea4201906a" + "0e877ad8-c84e-4410-9165-3dc0c75c1cf4" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "359" + "358" ] }, "ResponseHeaders": { @@ -663,16 +663,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366E49298E8\"" + "W/\"0x8D83B73770F937B\"" ], "Location": [ - "https://azs-924.search-dogfood.windows-int.net/datasources('azsmnet8327')?api-version=2019-05-06" + "https://azs-4748.search-dogfood.windows-int.net/datasources('azsmnet386')?api-version=2019-05-06" ], "request-id": [ - "053f93c5-349d-4e15-864d-1fea4201906a" + "0e877ad8-c84e-4410-9165-3dc0c75c1cf4" ], "elapsed-time": [ - "33" + "60" ], "OData-Version": [ "4.0" @@ -684,7 +684,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:12 GMT" + "Sat, 08 Aug 2020 08:17:17 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -696,28 +696,28 @@ "377" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-924.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366E49298E8\\\"\",\r\n \"name\": \"azsmnet8327\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4748.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B73770F937B\\\"\",\r\n \"name\": \"azsmnet386\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3254\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4791\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "d2345cde-2523-4211-a019-407b13de7d15" + "fdad5fb2-4cbe-44e5-97a3-c13c01981177" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -735,16 +735,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366E4A3178E\"" + "W/\"0x8D83B737736ACFA\"" ], "Location": [ - "https://azs-924.search-dogfood.windows-int.net/datasources('azsmnet3254')?api-version=2019-05-06" + "https://azs-4748.search-dogfood.windows-int.net/datasources('azsmnet4791')?api-version=2019-05-06" ], "request-id": [ - "d2345cde-2523-4211-a019-407b13de7d15" + "fdad5fb2-4cbe-44e5-97a3-c13c01981177" ], "elapsed-time": [ - "33" + "82" ], "OData-Version": [ "4.0" @@ -756,7 +756,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:12 GMT" + "Sat, 08 Aug 2020 08:17:17 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -765,31 +765,31 @@ "-1" ], "Content-Length": [ - "517" + "518" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-924.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366E4A3178E\\\"\",\r\n \"name\": \"azsmnet3254\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4748.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B737736ACFA\\\"\",\r\n \"name\": \"azsmnet4791\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5328\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SqlIntegratedChangeTrackingPolicy\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8295\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SqlIntegratedChangeTrackingPolicy\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "b7dbf939-2fde-44cd-ab0b-730c96157a46" + "d92ecddb-44c5-4c98-9d57-c0ac407a516b" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -807,16 +807,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366E4BCC023\"" + "W/\"0x8D83B73777216AE\"" ], "Location": [ - "https://azs-924.search-dogfood.windows-int.net/datasources('azsmnet5328')?api-version=2019-05-06" + "https://azs-4748.search-dogfood.windows-int.net/datasources('azsmnet8295')?api-version=2019-05-06" ], "request-id": [ - "b7dbf939-2fde-44cd-ab0b-730c96157a46" + "d92ecddb-44c5-4c98-9d57-c0ac407a516b" ], "elapsed-time": [ - "89" + "282" ], "OData-Version": [ "4.0" @@ -828,7 +828,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:12 GMT" + "Sat, 08 Aug 2020 08:17:18 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -837,38 +837,38 @@ "-1" ], "Content-Length": [ - "448" + "449" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-924.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366E4BCC023\\\"\",\r\n \"name\": \"azsmnet5328\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SqlIntegratedChangeTrackingPolicy\"\r\n },\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4748.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B73777216AE\\\"\",\r\n \"name\": \"azsmnet8295\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SqlIntegratedChangeTrackingPolicy\"\r\n },\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2305\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"fakecolumn\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet556\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"fakecolumn\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "acb25e0d-bf1f-4718-ade7-13cfb6c7515c" + "77166c83-31ee-4f48-a559-1d4f5f37378e" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "731" + "730" ] }, "ResponseHeaders": { @@ -879,16 +879,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366E4CD17A8\"" + "W/\"0x8D83B7377B438C3\"" ], "Location": [ - "https://azs-924.search-dogfood.windows-int.net/datasources('azsmnet2305')?api-version=2019-05-06" + "https://azs-4748.search-dogfood.windows-int.net/datasources('azsmnet556')?api-version=2019-05-06" ], "request-id": [ - "acb25e0d-bf1f-4718-ade7-13cfb6c7515c" + "77166c83-31ee-4f48-a559-1d4f5f37378e" ], "elapsed-time": [ - "35" + "123" ], "OData-Version": [ "4.0" @@ -900,7 +900,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:12 GMT" + "Sat, 08 Aug 2020 08:17:18 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -912,28 +912,28 @@ "628" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-924.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366E4CD17A8\\\"\",\r\n \"name\": \"azsmnet2305\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"fakecolumn\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4748.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7377B438C3\\\"\",\r\n \"name\": \"azsmnet556\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"fakecolumn\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8219\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"credentials\": {\r\n \"connectionString\": \"AccountEndpoint=https://NotaRealAccount.documents.azure.com;AccountKey=fake;Database=someFakeDatabase\"\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9422\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"credentials\": {\r\n \"connectionString\": \"AccountEndpoint=https://NotaRealAccount.documents.azure.com;AccountKey=fake;Database=someFakeDatabase\"\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "9f184a0a-77a2-4f18-9845-d5e280d5eb63" + "298ab9bf-107e-48d0-9ef7-a1fccb58351d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -951,16 +951,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366E4F9895B\"" + "W/\"0x8D83B7377EBD0EC\"" ], "Location": [ - "https://azs-924.search-dogfood.windows-int.net/datasources('azsmnet8219')?api-version=2019-05-06" + "https://azs-4748.search-dogfood.windows-int.net/datasources('azsmnet9422')?api-version=2019-05-06" ], "request-id": [ - "9f184a0a-77a2-4f18-9845-d5e280d5eb63" + "298ab9bf-107e-48d0-9ef7-a1fccb58351d" ], "elapsed-time": [ - "212" + "126" ], "OData-Version": [ "4.0" @@ -972,7 +972,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:12 GMT" + "Sat, 08 Aug 2020 08:17:18 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -981,31 +981,31 @@ "-1" ], "Content-Length": [ - "420" + "421" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-924.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366E4F9895B\\\"\",\r\n \"name\": \"azsmnet8219\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4748.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7377EBD0EC\\\"\",\r\n \"name\": \"azsmnet9422\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1979\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"credentials\": {\r\n \"connectionString\": \"AccountEndpoint=https://NotaRealAccount.documents.azure.com;AccountKey=fake;Database=someFakeDatabase\"\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"_ts\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7390\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"credentials\": {\r\n \"connectionString\": \"AccountEndpoint=https://NotaRealAccount.documents.azure.com;AccountKey=fake;Database=someFakeDatabase\"\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"_ts\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "05acb926-f8d5-4a86-bc3e-a18e5c04fbfb" + "0c908e1e-9a10-4511-96d1-d9e8e24053c8" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -1023,16 +1023,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366E50B8EFE\"" + "W/\"0x8D83B737816E2F4\"" ], "Location": [ - "https://azs-924.search-dogfood.windows-int.net/datasources('azsmnet1979')?api-version=2019-05-06" + "https://azs-4748.search-dogfood.windows-int.net/datasources('azsmnet7390')?api-version=2019-05-06" ], "request-id": [ - "05acb926-f8d5-4a86-bc3e-a18e5c04fbfb" + "0c908e1e-9a10-4511-96d1-d9e8e24053c8" ], "elapsed-time": [ - "37" + "38" ], "OData-Version": [ "4.0" @@ -1044,7 +1044,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:13 GMT" + "Sat, 08 Aug 2020 08:17:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1053,38 +1053,38 @@ "-1" ], "Content-Length": [ - "524" + "525" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-924.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366E50B8EFE\\\"\",\r\n \"name\": \"azsmnet1979\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"_ts\"\r\n },\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4748.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B737816E2F4\\\"\",\r\n \"name\": \"azsmnet7390\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"_ts\"\r\n },\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9059\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"credentials\": {\r\n \"connectionString\": \"AccountEndpoint=https://NotaRealAccount.documents.azure.com;AccountKey=fake;Database=someFakeDatabase\"\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet581\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"credentials\": {\r\n \"connectionString\": \"AccountEndpoint=https://NotaRealAccount.documents.azure.com;AccountKey=fake;Database=someFakeDatabase\"\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "848d66ad-0c89-4632-b806-935018bd4e6b" + "603f13a6-8a3b-4a98-b34c-9624599ecf53" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "563" + "562" ] }, "ResponseHeaders": { @@ -1095,16 +1095,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366E51E09EE\"" + "W/\"0x8D83B737827D6F1\"" ], "Location": [ - "https://azs-924.search-dogfood.windows-int.net/datasources('azsmnet9059')?api-version=2019-05-06" + "https://azs-4748.search-dogfood.windows-int.net/datasources('azsmnet581')?api-version=2019-05-06" ], "request-id": [ - "848d66ad-0c89-4632-b806-935018bd4e6b" + "603f13a6-8a3b-4a98-b34c-9624599ecf53" ], "elapsed-time": [ - "36" + "37" ], "OData-Version": [ "4.0" @@ -1116,7 +1116,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:13 GMT" + "Sat, 08 Aug 2020 08:17:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1128,28 +1128,28 @@ "560" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-924.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366E51E09EE\\\"\",\r\n \"name\": \"azsmnet9059\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4748.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B737827D6F1\\\"\",\r\n \"name\": \"azsmnet581\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1139\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"credentials\": {\r\n \"connectionString\": \"AccountEndpoint=https://NotaRealAccount.documents.azure.com;AccountKey=fake;Database=someFakeDatabase\"\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"_ts\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6762\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"credentials\": {\r\n \"connectionString\": \"AccountEndpoint=https://NotaRealAccount.documents.azure.com;AccountKey=fake;Database=someFakeDatabase\"\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"_ts\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "89ad6d53-ca1d-48cc-8548-d5234938bfe8" + "d85374cd-b44e-4f6c-82ff-1d3954a02449" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -1167,13 +1167,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366E52DEC2F\"" + "W/\"0x8D83B73783855AE\"" ], "Location": [ - "https://azs-924.search-dogfood.windows-int.net/datasources('azsmnet1139')?api-version=2019-05-06" + "https://azs-4748.search-dogfood.windows-int.net/datasources('azsmnet6762')?api-version=2019-05-06" ], "request-id": [ - "89ad6d53-ca1d-48cc-8548-d5234938bfe8" + "d85374cd-b44e-4f6c-82ff-1d3954a02449" ], "elapsed-time": [ "31" @@ -1188,7 +1188,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:13 GMT" + "Sat, 08 Aug 2020 08:17:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1197,31 +1197,31 @@ "-1" ], "Content-Length": [ - "664" + "665" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-924.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366E52DEC2F\\\"\",\r\n \"name\": \"azsmnet1139\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"_ts\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4748.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B73783855AE\\\"\",\r\n \"name\": \"azsmnet6762\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"_ts\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6304\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azureblob\",\r\n \"credentials\": {\r\n \"connectionString\": \"DefaultEndpointsProtocol=https;AccountName=NotaRealAccount;AccountKey=fake;\"\r\n },\r\n \"container\": {\r\n \"name\": \"fakecontainer\",\r\n \"query\": \"/fakefolder/\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3744\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azureblob\",\r\n \"credentials\": {\r\n \"connectionString\": \"DefaultEndpointsProtocol=https;AccountName=NotaRealAccount;AccountKey=fake;\"\r\n },\r\n \"container\": {\r\n \"name\": \"fakecontainer\",\r\n \"query\": \"/fakefolder/\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "94d31463-bddb-4475-9da6-d4db7faa89bb" + "3e704bfc-3e5d-4a45-85fa-b197605206b4" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -1239,16 +1239,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366E540B54D\"" + "W/\"0x8D83B7378485F14\"" ], "Location": [ - "https://azs-924.search-dogfood.windows-int.net/datasources('azsmnet6304')?api-version=2019-05-06" + "https://azs-4748.search-dogfood.windows-int.net/datasources('azsmnet3744')?api-version=2019-05-06" ], "request-id": [ - "94d31463-bddb-4475-9da6-d4db7faa89bb" + "3e704bfc-3e5d-4a45-85fa-b197605206b4" ], "elapsed-time": [ - "40" + "33" ], "OData-Version": [ "4.0" @@ -1260,7 +1260,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:13 GMT" + "Sat, 08 Aug 2020 08:17:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1269,31 +1269,31 @@ "-1" ], "Content-Length": [ - "391" + "392" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-924.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366E540B54D\\\"\",\r\n \"name\": \"azsmnet6304\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azureblob\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"fakecontainer\",\r\n \"query\": \"/fakefolder/\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4748.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7378485F14\\\"\",\r\n \"name\": \"azsmnet3744\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azureblob\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"fakecontainer\",\r\n \"query\": \"/fakefolder/\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7566\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azureblob\",\r\n \"credentials\": {\r\n \"connectionString\": \"DefaultEndpointsProtocol=https;AccountName=NotaRealAccount;AccountKey=fake;\"\r\n },\r\n \"container\": {\r\n \"name\": \"fakecontainer\",\r\n \"query\": \"/fakefolder/\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6756\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azureblob\",\r\n \"credentials\": {\r\n \"connectionString\": \"DefaultEndpointsProtocol=https;AccountName=NotaRealAccount;AccountKey=fake;\"\r\n },\r\n \"container\": {\r\n \"name\": \"fakecontainer\",\r\n \"query\": \"/fakefolder/\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "179cba5c-d4ec-4abb-a516-f6ca183991cf" + "2f4c17cc-0173-4cba-aa92-a6b526a9728a" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -1311,16 +1311,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366E5515B09\"" + "W/\"0x8D83B73785904E3\"" ], "Location": [ - "https://azs-924.search-dogfood.windows-int.net/datasources('azsmnet7566')?api-version=2019-05-06" + "https://azs-4748.search-dogfood.windows-int.net/datasources('azsmnet6756')?api-version=2019-05-06" ], "request-id": [ - "179cba5c-d4ec-4abb-a516-f6ca183991cf" + "2f4c17cc-0173-4cba-aa92-a6b526a9728a" ], "elapsed-time": [ - "36" + "32" ], "OData-Version": [ "4.0" @@ -1332,7 +1332,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:13 GMT" + "Sat, 08 Aug 2020 08:17:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1341,38 +1341,38 @@ "-1" ], "Content-Length": [ - "531" + "532" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-924.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366E5515B09\\\"\",\r\n \"name\": \"azsmnet7566\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azureblob\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"fakecontainer\",\r\n \"query\": \"/fakefolder/\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4748.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B73785904E3\\\"\",\r\n \"name\": \"azsmnet6756\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azureblob\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"fakecontainer\",\r\n \"query\": \"/fakefolder/\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6989\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuretable\",\r\n \"credentials\": {\r\n \"connectionString\": \"DefaultEndpointsProtocol=https;AccountName=NotaRealAccount;AccountKey=fake;\"\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"fake query\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet351\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuretable\",\r\n \"credentials\": {\r\n \"connectionString\": \"DefaultEndpointsProtocol=https;AccountName=NotaRealAccount;AccountKey=fake;\"\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"fake query\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "946c3b5c-05d8-4f06-9733-6b42763925a9" + "019e0476-fa1d-4a15-9649-ed28403a5e17" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "298" + "297" ] }, "ResponseHeaders": { @@ -1383,16 +1383,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366E568B926\"" + "W/\"0x8D83B73787174D1\"" ], "Location": [ - "https://azs-924.search-dogfood.windows-int.net/datasources('azsmnet6989')?api-version=2019-05-06" + "https://azs-4748.search-dogfood.windows-int.net/datasources('azsmnet351')?api-version=2019-05-06" ], "request-id": [ - "946c3b5c-05d8-4f06-9733-6b42763925a9" + "019e0476-fa1d-4a15-9649-ed28403a5e17" ], "elapsed-time": [ - "80" + "85" ], "OData-Version": [ "4.0" @@ -1404,7 +1404,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:13 GMT" + "Sat, 08 Aug 2020 08:17:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1416,35 +1416,35 @@ "386" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-924.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366E568B926\\\"\",\r\n \"name\": \"azsmnet6989\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuretable\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"fake query\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4748.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B73787174D1\\\"\",\r\n \"name\": \"azsmnet351\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuretable\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"fake query\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1463\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuretable\",\r\n \"credentials\": {\r\n \"connectionString\": \"DefaultEndpointsProtocol=https;AccountName=NotaRealAccount;AccountKey=fake;\"\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"fake query\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet694\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuretable\",\r\n \"credentials\": {\r\n \"connectionString\": \"DefaultEndpointsProtocol=https;AccountName=NotaRealAccount;AccountKey=fake;\"\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"fake query\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "f04007df-bf47-48c0-8672-c3e8e29f9f2e" + "29990cb5-6222-4603-adc8-a3a5c0074636" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "503" + "502" ] }, "ResponseHeaders": { @@ -1455,16 +1455,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366E578C279\"" + "W/\"0x8D83B737882DE29\"" ], "Location": [ - "https://azs-924.search-dogfood.windows-int.net/datasources('azsmnet1463')?api-version=2019-05-06" + "https://azs-4748.search-dogfood.windows-int.net/datasources('azsmnet694')?api-version=2019-05-06" ], "request-id": [ - "f04007df-bf47-48c0-8672-c3e8e29f9f2e" + "29990cb5-6222-4603-adc8-a3a5c0074636" ], "elapsed-time": [ - "34" + "37" ], "OData-Version": [ "4.0" @@ -1476,7 +1476,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:13 GMT" + "Sat, 08 Aug 2020 08:17:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1488,28 +1488,28 @@ "526" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-924.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366E578C279\\\"\",\r\n \"name\": \"azsmnet1463\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuretable\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"fake query\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4748.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B737882DE29\\\"\",\r\n \"name\": \"azsmnet694\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuretable\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"fake query\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/datasources('azsmnet4204')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NDIwNCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet2218')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MjIxOCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "91443c92-6cf2-44c0-98dc-4f65963422f3" + "e4454628-fdf3-4b27-ae14-9d89f8136617" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1521,16 +1521,16 @@ "no-cache" ], "request-id": [ - "91443c92-6cf2-44c0-98dc-4f65963422f3" + "e4454628-fdf3-4b27-ae14-9d89f8136617" ], "elapsed-time": [ - "221" + "39" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:11 GMT" + "Sat, 08 Aug 2020 08:17:13 GMT" ], "Expires": [ "-1" @@ -1540,24 +1540,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet1503')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MTUwMycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet8670')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0ODY3MCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "b429c21e-9012-4209-8872-e831e4a96cb5" + "0ce291d9-340c-46d6-bb0d-820a293414fc" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1569,16 +1569,16 @@ "no-cache" ], "request-id": [ - "b429c21e-9012-4209-8872-e831e4a96cb5" + "0ce291d9-340c-46d6-bb0d-820a293414fc" ], "elapsed-time": [ - "22" + "19" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:11 GMT" + "Sat, 08 Aug 2020 08:17:13 GMT" ], "Expires": [ "-1" @@ -1588,24 +1588,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet4613')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NDYxMycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet757')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NzU3Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "0fe3d2b8-9a78-4497-8171-ea200219d273" + "547bdaee-c551-4ea5-8766-2fee10038ec7" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1617,16 +1617,16 @@ "no-cache" ], "request-id": [ - "0fe3d2b8-9a78-4497-8171-ea200219d273" + "547bdaee-c551-4ea5-8766-2fee10038ec7" ], "elapsed-time": [ - "20" + "903" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:12 GMT" + "Sat, 08 Aug 2020 08:17:16 GMT" ], "Expires": [ "-1" @@ -1636,24 +1636,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet3999')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0Mzk5OScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet5505')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NTUwNScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "c68f1f6f-90b3-40a8-9c2a-d8c59b11a31a" + "eaf7012e-f7aa-49a1-906e-c0adf8ea4fca" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1665,16 +1665,16 @@ "no-cache" ], "request-id": [ - "c68f1f6f-90b3-40a8-9c2a-d8c59b11a31a" + "eaf7012e-f7aa-49a1-906e-c0adf8ea4fca" ], "elapsed-time": [ - "26" + "90" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:12 GMT" + "Sat, 08 Aug 2020 08:17:17 GMT" ], "Expires": [ "-1" @@ -1684,24 +1684,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet8327')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0ODMyNycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet386')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0Mzg2Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "1fed15a4-6b16-4a0b-908b-7d303bc36844" + "c0d9c2d6-6c03-4f20-87ea-c55fde410d7b" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1713,16 +1713,16 @@ "no-cache" ], "request-id": [ - "1fed15a4-6b16-4a0b-908b-7d303bc36844" + "c0d9c2d6-6c03-4f20-87ea-c55fde410d7b" ], "elapsed-time": [ - "19" + "48" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:12 GMT" + "Sat, 08 Aug 2020 08:17:17 GMT" ], "Expires": [ "-1" @@ -1732,24 +1732,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet3254')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MzI1NCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet4791')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NDc5MScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "752d1ae0-bd5e-49ca-a7d7-0a96406181aa" + "e7491c29-b538-4b08-85b1-3954fea68272" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1761,16 +1761,16 @@ "no-cache" ], "request-id": [ - "752d1ae0-bd5e-49ca-a7d7-0a96406181aa" + "e7491c29-b538-4b08-85b1-3954fea68272" ], "elapsed-time": [ - "21" + "82" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:12 GMT" + "Sat, 08 Aug 2020 08:17:17 GMT" ], "Expires": [ "-1" @@ -1780,24 +1780,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet5328')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NTMyOCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet8295')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0ODI5NScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "2ad3dd7d-bea6-4b2b-beba-9c4dff04d446" + "24a64804-759d-4bc1-99ef-298ac7da3d31" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1809,16 +1809,16 @@ "no-cache" ], "request-id": [ - "2ad3dd7d-bea6-4b2b-beba-9c4dff04d446" + "24a64804-759d-4bc1-99ef-298ac7da3d31" ], "elapsed-time": [ - "19" + "206" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:12 GMT" + "Sat, 08 Aug 2020 08:17:18 GMT" ], "Expires": [ "-1" @@ -1828,24 +1828,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet2305')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MjMwNScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet556')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NTU2Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "a77580ef-6ef2-4d7c-be42-bcc811df3411" + "dd8d4030-1563-4470-a5cd-a1d556dc9d04" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1857,16 +1857,16 @@ "no-cache" ], "request-id": [ - "a77580ef-6ef2-4d7c-be42-bcc811df3411" + "dd8d4030-1563-4470-a5cd-a1d556dc9d04" ], "elapsed-time": [ - "23" + "69" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:12 GMT" + "Sat, 08 Aug 2020 08:17:18 GMT" ], "Expires": [ "-1" @@ -1876,24 +1876,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet8219')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0ODIxOScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet9422')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0OTQyMicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "b1923297-de5f-4fe0-b4f5-d35828d70af4" + "11ea9580-f810-4123-9a12-3493649db141" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1905,16 +1905,16 @@ "no-cache" ], "request-id": [ - "b1923297-de5f-4fe0-b4f5-d35828d70af4" + "11ea9580-f810-4123-9a12-3493649db141" ], "elapsed-time": [ - "20" + "86" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:12 GMT" + "Sat, 08 Aug 2020 08:17:18 GMT" ], "Expires": [ "-1" @@ -1924,24 +1924,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet1979')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MTk3OScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet7390')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NzM5MCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "0d47398b-34cd-4452-af74-2f6698c24e3f" + "42849ccd-5f12-47d5-9464-ed2b398f8402" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1953,16 +1953,16 @@ "no-cache" ], "request-id": [ - "0d47398b-34cd-4452-af74-2f6698c24e3f" + "42849ccd-5f12-47d5-9464-ed2b398f8402" ], "elapsed-time": [ - "28" + "18" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:13 GMT" + "Sat, 08 Aug 2020 08:17:19 GMT" ], "Expires": [ "-1" @@ -1972,24 +1972,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet9059')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0OTA1OScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet581')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NTgxJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "7d4d38f9-3abf-467b-86d1-2b51b149f956" + "a81d38ad-31ea-4946-8416-13f7326b4f1b" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -2001,7 +2001,7 @@ "no-cache" ], "request-id": [ - "7d4d38f9-3abf-467b-86d1-2b51b149f956" + "a81d38ad-31ea-4946-8416-13f7326b4f1b" ], "elapsed-time": [ "19" @@ -2010,7 +2010,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:13 GMT" + "Sat, 08 Aug 2020 08:17:19 GMT" ], "Expires": [ "-1" @@ -2020,24 +2020,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet1139')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MTEzOScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet6762')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0Njc2MicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "7616678c-fe95-4309-ab1e-762626b918d8" + "52c24e6a-63b2-4334-8b28-d7225ff6cfb0" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -2049,16 +2049,16 @@ "no-cache" ], "request-id": [ - "7616678c-fe95-4309-ab1e-762626b918d8" + "52c24e6a-63b2-4334-8b28-d7225ff6cfb0" ], "elapsed-time": [ - "28" + "18" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:13 GMT" + "Sat, 08 Aug 2020 08:17:19 GMT" ], "Expires": [ "-1" @@ -2068,24 +2068,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet6304')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NjMwNCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet3744')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0Mzc0NCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "9aa83de6-4d7d-4eb9-9645-1023e888055b" + "00235892-6eb5-4af7-a8c6-66073a20952e" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -2097,7 +2097,7 @@ "no-cache" ], "request-id": [ - "9aa83de6-4d7d-4eb9-9645-1023e888055b" + "00235892-6eb5-4af7-a8c6-66073a20952e" ], "elapsed-time": [ "19" @@ -2106,7 +2106,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:13 GMT" + "Sat, 08 Aug 2020 08:17:19 GMT" ], "Expires": [ "-1" @@ -2116,24 +2116,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet7566')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NzU2NicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet6756')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0Njc1NicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "b630c4c9-f4ec-4499-a528-9c3b12a67db0" + "83d3f2ad-b7e4-496a-a6a7-b6f19bfc642b" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -2145,7 +2145,7 @@ "no-cache" ], "request-id": [ - "b630c4c9-f4ec-4499-a528-9c3b12a67db0" + "83d3f2ad-b7e4-496a-a6a7-b6f19bfc642b" ], "elapsed-time": [ "18" @@ -2154,7 +2154,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:13 GMT" + "Sat, 08 Aug 2020 08:17:19 GMT" ], "Expires": [ "-1" @@ -2164,24 +2164,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet6989')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0Njk4OScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet351')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MzUxJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "919f4334-bd3e-48ae-a57e-924fdcbab408" + "8a70d9c9-4e59-4583-a2d8-9ed7542b0b65" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -2193,16 +2193,16 @@ "no-cache" ], "request-id": [ - "919f4334-bd3e-48ae-a57e-924fdcbab408" + "8a70d9c9-4e59-4583-a2d8-9ed7542b0b65" ], "elapsed-time": [ - "19" + "20" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:13 GMT" + "Sat, 08 Aug 2020 08:17:19 GMT" ], "Expires": [ "-1" @@ -2212,24 +2212,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet1463')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MTQ2MycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet694')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0Njk0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "92cdb21b-b792-41b5-9ce3-a3e89f6d4d76" + "edeac666-c495-4574-9759-539d4e0578e4" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7F613F63026AD7A8592B77B3BE2E0FCD" + "A8C5283C2EC939470737131AB5E8AEBE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -2241,16 +2241,16 @@ "no-cache" ], "request-id": [ - "92cdb21b-b792-41b5-9ce3-a3e89f6d4d76" + "edeac666-c495-4574-9759-539d4e0578e4" ], "elapsed-time": [ - "21" + "19" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:13 GMT" + "Sat, 08 Aug 2020 08:17:19 GMT" ], "Expires": [ "-1" @@ -2260,21 +2260,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5329/providers/Microsoft.Search/searchServices/azs-924?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MzI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjQ/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8382/providers/Microsoft.Search/searchServices/azs-4748?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de0f36e5-9d55-4a7e-b9b3-a76f0bbf4451" + "9ef900b7-c851-4e00-a88d-4185119f833e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2285,66 +2285,57 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14988" + ], "x-ms-request-id": [ - "de0f36e5-9d55-4a7e-b9b3-a76f0bbf4451" + "f499f2ff-c5cb-413e-8482-ac49d0bd413a" ], - "request-id": [ - "de0f36e5-9d55-4a7e-b9b3-a76f0bbf4451" + "x-ms-correlation-request-id": [ + "f499f2ff-c5cb-413e-8482-ac49d0bd413a" ], - "elapsed-time": [ - "813" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T081728Z:f499f2ff-c5cb-413e-8482-ac49d0bd413a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" - ], - "x-ms-correlation-request-id": [ - "f342f37c-dd3f-4130-8895-b75ee3c88fe5" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002620Z:f342f37c-dd3f-4130-8895-b75ee3c88fe5" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:26:19 GMT" + "Sat, 08 Aug 2020 08:17:28 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5329", - "azsmnet4204", - "azsmnet1503", - "azsmnet4613", - "azsmnet3999", - "azsmnet8327", - "azsmnet3254", - "azsmnet5328", - "azsmnet2305", - "azsmnet8219", - "azsmnet1979", - "azsmnet9059", - "azsmnet1139", - "azsmnet6304", - "azsmnet7566", - "azsmnet6989", - "azsmnet1463" + "azsmnet8382", + "azsmnet2218", + "azsmnet8670", + "azsmnet757", + "azsmnet5505", + "azsmnet386", + "azsmnet4791", + "azsmnet8295", + "azsmnet556", + "azsmnet9422", + "azsmnet7390", + "azsmnet581", + "azsmnet6762", + "azsmnet3744", + "azsmnet6756", + "azsmnet351", + "azsmnet694" ], "GenerateServiceName": [ - "azs-924" + "azs-4748" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CreateOrUpdateCreatesWhenDataSourceDoesNotExist.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CreateOrUpdateCreatesWhenDataSourceDoesNotExist.json index d7334b2de6f9..d3ec5f0c82ed 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CreateOrUpdateCreatesWhenDataSourceDoesNotExist.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CreateOrUpdateCreatesWhenDataSourceDoesNotExist.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "345b0e6d-f559-4540-927d-6aab39559eae" + "4456ad7e-a7ed-42d2-b041-d886f87574c2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1189" ], "x-ms-request-id": [ - "ee694ff8-6bd0-4f44-93c6-7eff32962596" + "444a09b4-db3a-45b9-998a-61b5ae2cc75e" ], "x-ms-correlation-request-id": [ - "ee694ff8-6bd0-4f44-93c6-7eff32962596" + "444a09b4-db3a-45b9-998a-61b5ae2cc75e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002450Z:ee694ff8-6bd0-4f44-93c6-7eff32962596" + "NORTHEUROPE:20200808T081528Z:444a09b4-db3a-45b9-998a-61b5ae2cc75e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:24:50 GMT" + "Sat, 08 Aug 2020 08:15:27 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3828?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzODI4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2063?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMDYzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9e17ce35-481e-4f4e-a994-e1769168938b" + "e46103a4-0c0e-44a9-862f-3d20592f09dd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1192" ], "x-ms-request-id": [ - "fc1daa53-b045-4b09-b89e-1c7ca9d835ef" + "be70e99c-3b1b-465f-b887-3e37702f69b0" ], "x-ms-correlation-request-id": [ - "fc1daa53-b045-4b09-b89e-1c7ca9d835ef" + "be70e99c-3b1b-465f-b887-3e37702f69b0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002451Z:fc1daa53-b045-4b09-b89e-1c7ca9d835ef" + "NORTHEUROPE:20200808T081530Z:be70e99c-3b1b-465f-b887-3e37702f69b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:24:51 GMT" + "Sat, 08 Aug 2020 08:15:30 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3828\",\r\n \"name\": \"azsmnet3828\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2063\",\r\n \"name\": \"azsmnet2063\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3828/providers/Microsoft.Search/searchServices/azs-6700?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzAwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2063/providers/Microsoft.Search/searchServices/azs-2735?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMDYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNzM1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cb11f6fc-f8cf-4a2f-aac1-aeac63a743d3" + "7d14f59f-544e-46ed-ba49-d7a80a379e4a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A24%3A54.0404442Z'\"" + "W/\"datetime'2020-08-08T08%3A15%3A36.9578639Z'\"" ], "x-ms-request-id": [ - "cb11f6fc-f8cf-4a2f-aac1-aeac63a743d3" + "7d14f59f-544e-46ed-ba49-d7a80a379e4a" ], "request-id": [ - "cb11f6fc-f8cf-4a2f-aac1-aeac63a743d3" + "7d14f59f-544e-46ed-ba49-d7a80a379e4a" ], "elapsed-time": [ - "1152" + "2968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1191" ], "x-ms-correlation-request-id": [ - "5c67ec84-7dfd-42ec-9281-0b0ac9795ad6" + "e29a0d5b-e779-4aa7-9226-8a82c586c031" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002454Z:5c67ec84-7dfd-42ec-9281-0b0ac9795ad6" + "NORTHEUROPE:20200808T081538Z:e29a0d5b-e779-4aa7-9226-8a82c586c031" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:24:54 GMT" + "Sat, 08 Aug 2020 08:15:38 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3828/providers/Microsoft.Search/searchServices/azs-6700\",\r\n \"name\": \"azs-6700\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2063/providers/Microsoft.Search/searchServices/azs-2735\",\r\n \"name\": \"azs-2735\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3828/providers/Microsoft.Search/searchServices/azs-6700/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzAwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2063/providers/Microsoft.Search/searchServices/azs-2735/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMDYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNzM1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7551fef2-441e-4e83-ae9b-0daa5c2402ca" + "b64f13e4-5ecc-4888-9e00-9718073e1dfb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7551fef2-441e-4e83-ae9b-0daa5c2402ca" + "b64f13e4-5ecc-4888-9e00-9718073e1dfb" ], "request-id": [ - "7551fef2-441e-4e83-ae9b-0daa5c2402ca" + "b64f13e4-5ecc-4888-9e00-9718073e1dfb" ], "elapsed-time": [ - "102" + "670" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1187" ], "x-ms-correlation-request-id": [ - "d2dd0e29-801b-44d0-a550-271b903c4a9d" + "91321e55-ee96-4f04-b9d1-a581a821877b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002457Z:d2dd0e29-801b-44d0-a550-271b903c4a9d" + "NORTHEUROPE:20200808T081540Z:91321e55-ee96-4f04-b9d1-a581a821877b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:24:57 GMT" + "Sat, 08 Aug 2020 08:15:40 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"D4ED7BA6E37E8B47CC49870D289E1917\",\r\n \"secondaryKey\": \"3D20E473F4E64A1D4F58E578FA9A800F\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"0E6846CC86D8DD71B059323A923D1439\",\r\n \"secondaryKey\": \"792A560B850947DCC02950808D34C915\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3828/providers/Microsoft.Search/searchServices/azs-6700/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzAwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2063/providers/Microsoft.Search/searchServices/azs-2735/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMDYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNzM1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee3c5e02-60ef-4efc-a6ea-81b15ceaf709" + "a28db047-e7fa-4060-bc10-416e0dc4d0d9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ee3c5e02-60ef-4efc-a6ea-81b15ceaf709" + "a28db047-e7fa-4060-bc10-416e0dc4d0d9" ], "request-id": [ - "ee3c5e02-60ef-4efc-a6ea-81b15ceaf709" + "a28db047-e7fa-4060-bc10-416e0dc4d0d9" ], "elapsed-time": [ - "286" + "1015" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1186" ], "x-ms-correlation-request-id": [ - "c9bc5b9a-b7f3-49da-a4f9-4bee6667e3a7" + "0504c81b-cc7b-4c79-bcd8-476595e5738c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002457Z:c9bc5b9a-b7f3-49da-a4f9-4bee6667e3a7" + "NORTHEUROPE:20200808T081542Z:0504c81b-cc7b-4c79-bcd8-476595e5738c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:24:57 GMT" + "Sat, 08 Aug 2020 08:15:42 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"1FE026AD4CFEC8B34768877F70EAC5CA\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D8820ED2FEC882C2559E991EF619ED51\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet8882')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0ODg4MicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet1453')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MTQ1MycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet8882\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1453\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "6723b92b-47eb-4205-8f0d-75b0d0696a00" + "0c770c7b-8400-493d-8ff6-d88098de02fc" ], "Prefer": [ "return=representation" @@ -355,12 +355,12 @@ "en-US" ], "api-key": [ - "D4ED7BA6E37E8B47CC49870D289E1917" + "0E6846CC86D8DD71B059323A923D1439" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -378,16 +378,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366BAFF8898\"" + "W/\"0x8D83B733F444133\"" ], "Location": [ - "https://azs-6700.search-dogfood.windows-int.net/datasources('azsmnet8882')?api-version=2019-05-06" + "https://azs-2735.search-dogfood.windows-int.net/datasources('azsmnet1453')?api-version=2019-05-06" ], "request-id": [ - "6723b92b-47eb-4205-8f0d-75b0d0696a00" + "0c770c7b-8400-493d-8ff6-d88098de02fc" ], "elapsed-time": [ - "596" + "67" ], "OData-Version": [ "4.0" @@ -399,7 +399,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:25:03 GMT" + "Sat, 08 Aug 2020 08:15:43 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -411,25 +411,25 @@ "378" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6700.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366BAFF8898\\\"\",\r\n \"name\": \"azsmnet8882\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2735.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B733F444133\\\"\",\r\n \"name\": \"azsmnet1453\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3828/providers/Microsoft.Search/searchServices/azs-6700?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzAwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2063/providers/Microsoft.Search/searchServices/azs-2735?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMDYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNzM1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b4349dc2-8f78-4a3c-90e8-b1855541ffc5" + "ced21549-f741-49ac-b445-bd6c7a7dfe0b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -440,51 +440,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14989" + ], "x-ms-request-id": [ - "b4349dc2-8f78-4a3c-90e8-b1855541ffc5" + "22d8fc6d-4d9c-4eda-a955-e22dc05b57c7" ], - "request-id": [ - "b4349dc2-8f78-4a3c-90e8-b1855541ffc5" + "x-ms-correlation-request-id": [ + "22d8fc6d-4d9c-4eda-a955-e22dc05b57c7" ], - "elapsed-time": [ - "1044" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T081553Z:22d8fc6d-4d9c-4eda-a955-e22dc05b57c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" - ], - "x-ms-correlation-request-id": [ - "39e40580-99b6-4dac-bfbe-f13b8acff690" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002506Z:39e40580-99b6-4dac-bfbe-f13b8acff690" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:25:06 GMT" + "Sat, 08 Aug 2020 08:15:52 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet3828", - "azsmnet8882" + "azsmnet2063", + "azsmnet1453" ], "GenerateServiceName": [ - "azs-6700" + "azs-2735" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CreateOrUpdateDataSourceIfNotExistsFailsOnExistingResource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CreateOrUpdateDataSourceIfNotExistsFailsOnExistingResource.json index f5a7922fbe90..3ae2a1913aac 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CreateOrUpdateDataSourceIfNotExistsFailsOnExistingResource.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CreateOrUpdateDataSourceIfNotExistsFailsOnExistingResource.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "565fa5b8-0851-476e-b1a8-d43b96f7c1d6" + "135de350-80d4-4682-ab9e-371d2d7b72df" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1185" ], "x-ms-request-id": [ - "f390965a-61c6-4d3a-98d7-ffe3af63cc9b" + "cfd6fc06-5454-41f4-a93d-017c96780715" ], "x-ms-correlation-request-id": [ - "f390965a-61c6-4d3a-98d7-ffe3af63cc9b" + "cfd6fc06-5454-41f4-a93d-017c96780715" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002105Z:f390965a-61c6-4d3a-98d7-ffe3af63cc9b" + "NORTHEUROPE:20200808T080900Z:cfd6fc06-5454-41f4-a93d-017c96780715" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:21:05 GMT" + "Sat, 08 Aug 2020 08:08:59 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9568?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NTY4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4523?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0NTIzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "223e658e-2196-4ca3-9a11-bb9285b90aa7" + "e9a5a961-8a5f-4883-a5f5-b602eb76a260" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1191" ], "x-ms-request-id": [ - "326104a0-3a0c-41ff-a915-64f8e4018560" + "ac81c8d4-9242-4fad-94ed-bd7731516063" ], "x-ms-correlation-request-id": [ - "326104a0-3a0c-41ff-a915-64f8e4018560" + "ac81c8d4-9242-4fad-94ed-bd7731516063" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002108Z:326104a0-3a0c-41ff-a915-64f8e4018560" + "NORTHEUROPE:20200808T080901Z:ac81c8d4-9242-4fad-94ed-bd7731516063" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:21:08 GMT" + "Sat, 08 Aug 2020 08:09:01 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9568\",\r\n \"name\": \"azsmnet9568\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4523\",\r\n \"name\": \"azsmnet4523\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9568/providers/Microsoft.Search/searchServices/azs-1376?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzc2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4523/providers/Microsoft.Search/searchServices/azs-8822?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NTIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ODIyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2d759320-8649-40fb-a60e-983b229be9ca" + "f185fee6-ff07-4cad-bf74-bb9b7457c43f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A21%3A12.9964542Z'\"" + "W/\"datetime'2020-08-08T08%3A09%3A07.7930393Z'\"" ], "x-ms-request-id": [ - "2d759320-8649-40fb-a60e-983b229be9ca" + "f185fee6-ff07-4cad-bf74-bb9b7457c43f" ], "request-id": [ - "2d759320-8649-40fb-a60e-983b229be9ca" + "f185fee6-ff07-4cad-bf74-bb9b7457c43f" ], "elapsed-time": [ - "1098" + "1566" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1196" ], "x-ms-correlation-request-id": [ - "efcd9f72-d904-4921-9a0d-be5212e1bd29" + "dea2de3d-f4e6-4728-8435-7b3e8ee7ff01" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002113Z:efcd9f72-d904-4921-9a0d-be5212e1bd29" + "NORTHEUROPE:20200808T080909Z:dea2de3d-f4e6-4728-8435-7b3e8ee7ff01" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:21:12 GMT" + "Sat, 08 Aug 2020 08:09:08 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9568/providers/Microsoft.Search/searchServices/azs-1376\",\r\n \"name\": \"azs-1376\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4523/providers/Microsoft.Search/searchServices/azs-8822\",\r\n \"name\": \"azs-8822\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9568/providers/Microsoft.Search/searchServices/azs-1376/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzc2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4523/providers/Microsoft.Search/searchServices/azs-8822/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NTIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ODIyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f79c7f74-2060-427a-80ce-d87952b47d1b" + "ff20494c-3453-47ca-852f-7f54c44edef3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f79c7f74-2060-427a-80ce-d87952b47d1b" + "ff20494c-3453-47ca-852f-7f54c44edef3" ], "request-id": [ - "f79c7f74-2060-427a-80ce-d87952b47d1b" + "ff20494c-3453-47ca-852f-7f54c44edef3" ], "elapsed-time": [ - "102" + "225" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1195" ], "x-ms-correlation-request-id": [ - "32bf8349-a9b8-42cf-a9d7-bc2b60ea332a" + "bed903cb-9be5-4f89-b76c-717056ca7cf3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002118Z:32bf8349-a9b8-42cf-a9d7-bc2b60ea332a" + "NORTHEUROPE:20200808T080912Z:bed903cb-9be5-4f89-b76c-717056ca7cf3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:21:18 GMT" + "Sat, 08 Aug 2020 08:09:11 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"6688CDDD3234E2D2D26DCD6434B5955F\",\r\n \"secondaryKey\": \"59940690FAD46006AE9556903D7E6857\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"B853E85597A3B4186D888E5DB4AD1710\",\r\n \"secondaryKey\": \"EBDF14AD7E9D4140415EF4AC84E7B4F1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9568/providers/Microsoft.Search/searchServices/azs-1376/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzc2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4523/providers/Microsoft.Search/searchServices/azs-8822/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NTIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ODIyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8b628cb1-3717-4cf2-b326-4ddc6ace895c" + "aa16e486-28ab-4b4e-b0a5-a0f5d97b3c17" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8b628cb1-3717-4cf2-b326-4ddc6ace895c" + "aa16e486-28ab-4b4e-b0a5-a0f5d97b3c17" ], "request-id": [ - "8b628cb1-3717-4cf2-b326-4ddc6ace895c" + "aa16e486-28ab-4b4e-b0a5-a0f5d97b3c17" ], "elapsed-time": [ - "91" + "100" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1194" ], "x-ms-correlation-request-id": [ - "50b7f0e2-d671-4432-9950-29143aeae164" + "8eebd2f1-ff54-4fb1-8d6f-76e32e8a9326" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002119Z:50b7f0e2-d671-4432-9950-29143aeae164" + "NORTHEUROPE:20200808T080912Z:8eebd2f1-ff54-4fb1-8d6f-76e32e8a9326" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:21:19 GMT" + "Sat, 08 Aug 2020 08:09:11 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F01E9A99605A93BF307B5F34B0AB0335\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"7E8F5F53E9693C983D85B53B76125C65\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet9471')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0OTQ3MScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet3579')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MzU3OScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet9471\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3579\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "09388889-93f8-4474-b240-e0ab3caad425" + "42274462-7940-49fb-ab28-c0b0f8ee7ce5" ], "Prefer": [ "return=representation" @@ -355,12 +355,12 @@ "en-US" ], "api-key": [ - "6688CDDD3234E2D2D26DCD6434B5955F" + "B853E85597A3B4186D888E5DB4AD1710" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -378,16 +378,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036636C524CD\"" + "W/\"0x8D83B7256F28C11\"" ], "Location": [ - "https://azs-1376.search-dogfood.windows-int.net/datasources('azsmnet9471')?api-version=2019-05-06" + "https://azs-8822.search-dogfood.windows-int.net/datasources('azsmnet3579')?api-version=2019-05-06" ], "request-id": [ - "09388889-93f8-4474-b240-e0ab3caad425" + "42274462-7940-49fb-ab28-c0b0f8ee7ce5" ], "elapsed-time": [ - "50" + "60" ], "OData-Version": [ "4.0" @@ -399,7 +399,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:21 GMT" + "Sat, 08 Aug 2020 08:09:14 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -411,17 +411,17 @@ "378" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1376.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036636C524CD\\\"\",\r\n \"name\": \"azsmnet9471\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8822.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7256F28C11\\\"\",\r\n \"name\": \"azsmnet3579\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/datasources('azsmnet9471')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0OTQ3MScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet3579')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MzU3OScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet9471\",\r\n \"description\": \"Mutated DataSource\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {},\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"@odata.etag\": \"\\\"0x8D8036636C524CD\\\"\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3579\",\r\n \"description\": \"Mutated DataSource\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {},\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"@odata.etag\": \"\\\"0x8D83B7256F28C11\\\"\"\r\n}", "RequestHeaders": { "client-request-id": [ - "99fc5858-15b5-4fea-9c61-fee69de8cc7d" + "324511d2-a5b7-4535-bfcc-a5b73fa08aa0" ], "Prefer": [ "return=representation" @@ -433,12 +433,12 @@ "*" ], "api-key": [ - "6688CDDD3234E2D2D26DCD6434B5955F" + "B853E85597A3B4186D888E5DB4AD1710" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -456,10 +456,10 @@ "no-cache" ], "request-id": [ - "99fc5858-15b5-4fea-9c61-fee69de8cc7d" + "324511d2-a5b7-4535-bfcc-a5b73fa08aa0" ], "elapsed-time": [ - "35" + "26" ], "OData-Version": [ "4.0" @@ -471,7 +471,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:21 GMT" + "Sat, 08 Aug 2020 08:09:14 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -490,21 +490,21 @@ "StatusCode": 412 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9568/providers/Microsoft.Search/searchServices/azs-1376?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzc2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4523/providers/Microsoft.Search/searchServices/azs-8822?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NTIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ODIyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7bcb74b6-8647-4d0a-89ca-22d88b1b3a57" + "a08b9e72-ebed-4506-bfc9-3091f868d64e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -515,51 +515,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14994" + ], "x-ms-request-id": [ - "7bcb74b6-8647-4d0a-89ca-22d88b1b3a57" + "ad9bbeb5-5866-41a5-b10d-3795ed5c1edc" ], - "request-id": [ - "7bcb74b6-8647-4d0a-89ca-22d88b1b3a57" + "x-ms-correlation-request-id": [ + "ad9bbeb5-5866-41a5-b10d-3795ed5c1edc" ], - "elapsed-time": [ - "852" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T080924Z:ad9bbeb5-5866-41a5-b10d-3795ed5c1edc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" - ], - "x-ms-correlation-request-id": [ - "067d7a64-e973-4c65-9194-1ee3c9ca2901" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002126Z:067d7a64-e973-4c65-9194-1ee3c9ca2901" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:21:25 GMT" + "Sat, 08 Aug 2020 08:09:23 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet9568", - "azsmnet9471" + "azsmnet4523", + "azsmnet3579" ], "GenerateServiceName": [ - "azs-1376" + "azs-8822" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CreateOrUpdateDataSourceIfNotExistsSucceedsOnNoResource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CreateOrUpdateDataSourceIfNotExistsSucceedsOnNoResource.json index 4cdae9fefac3..458ad4fe0a02 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CreateOrUpdateDataSourceIfNotExistsSucceedsOnNoResource.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/CreateOrUpdateDataSourceIfNotExistsSucceedsOnNoResource.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ccc85a50-bcc0-4247-87c4-ebaf1cb285ee" + "7c9bf85b-00cc-4c64-ab33-ca25640beaf4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1199" ], "x-ms-request-id": [ - "d545acde-272b-46fb-b618-ecf96845b207" + "0a09535a-8412-4446-b96b-e6076963abf1" ], "x-ms-correlation-request-id": [ - "d545acde-272b-46fb-b618-ecf96845b207" + "0a09535a-8412-4446-b96b-e6076963abf1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002259Z:d545acde-272b-46fb-b618-ecf96845b207" + "NORTHEUROPE:20200808T184959Z:0a09535a-8412-4446-b96b-e6076963abf1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:22:59 GMT" + "Sat, 08 Aug 2020 18:49:59 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9714?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NzE0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9758?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NzU4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3faf407c-97ec-488f-b4c7-ba11ad0c2667" + "e5df038b-bd65-4e92-8319-adfc9cb1ff22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-request-id": [ - "cbefb5cc-8f86-4cc0-be59-bb215ea3f3f4" + "4e2a790e-6446-4da1-b814-ecaf6e1a27cc" ], "x-ms-correlation-request-id": [ - "cbefb5cc-8f86-4cc0-be59-bb215ea3f3f4" + "4e2a790e-6446-4da1-b814-ecaf6e1a27cc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002301Z:cbefb5cc-8f86-4cc0-be59-bb215ea3f3f4" + "NORTHEUROPE:20200808T185001Z:4e2a790e-6446-4da1-b814-ecaf6e1a27cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:23:00 GMT" + "Sat, 08 Aug 2020 18:50:00 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9714\",\r\n \"name\": \"azsmnet9714\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9758\",\r\n \"name\": \"azsmnet9758\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9714/providers/Microsoft.Search/searchServices/azs-5789?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Nzg5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9758/providers/Microsoft.Search/searchServices/azs-3540?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTQwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cb678f58-ec45-4aa8-8d0c-0edd93a97a08" + "3e355717-b267-4b32-93e4-8f5ac693c642" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A23%3A05.2446462Z'\"" + "W/\"datetime'2020-08-08T18%3A50%3A06.5679088Z'\"" ], "x-ms-request-id": [ - "cb678f58-ec45-4aa8-8d0c-0edd93a97a08" + "3e355717-b267-4b32-93e4-8f5ac693c642" ], "request-id": [ - "cb678f58-ec45-4aa8-8d0c-0edd93a97a08" + "3e355717-b267-4b32-93e4-8f5ac693c642" ], "elapsed-time": [ - "1302" + "1854" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1199" ], "x-ms-correlation-request-id": [ - "d9e5daa2-e669-4b97-addf-49b8eab274b7" + "722ec7a6-5b96-4166-841f-174a94634ae5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002306Z:d9e5daa2-e669-4b97-addf-49b8eab274b7" + "NORTHEUROPE:20200808T185007Z:722ec7a6-5b96-4166-841f-174a94634ae5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:23:05 GMT" + "Sat, 08 Aug 2020 18:50:07 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9714/providers/Microsoft.Search/searchServices/azs-5789\",\r\n \"name\": \"azs-5789\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9758/providers/Microsoft.Search/searchServices/azs-3540\",\r\n \"name\": \"azs-3540\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9714/providers/Microsoft.Search/searchServices/azs-5789/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Nzg5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9758/providers/Microsoft.Search/searchServices/azs-3540/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTQwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f28f96bc-11ce-421c-9764-6636813cfdd1" + "12ac8d5a-ac3e-4634-97bb-7f81ccbc3ff8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f28f96bc-11ce-421c-9764-6636813cfdd1" + "12ac8d5a-ac3e-4634-97bb-7f81ccbc3ff8" ], "request-id": [ - "f28f96bc-11ce-421c-9764-6636813cfdd1" + "12ac8d5a-ac3e-4634-97bb-7f81ccbc3ff8" ], "elapsed-time": [ - "101" + "108" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1199" ], "x-ms-correlation-request-id": [ - "dd0077bc-5ee1-468a-9d86-c5d9c8ca35e4" + "188957c6-ba7e-4623-b3bb-f5cdde039aac" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002308Z:dd0077bc-5ee1-468a-9d86-c5d9c8ca35e4" + "NORTHEUROPE:20200808T185012Z:188957c6-ba7e-4623-b3bb-f5cdde039aac" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:23:08 GMT" + "Sat, 08 Aug 2020 18:50:11 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"1788F07E9F8EF8EDE1A7E86D07B96A69\",\r\n \"secondaryKey\": \"10E854AE6B2B5E69B470F01D67558BB9\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"EE7CBD76A54B98BE728A1C56CE9EACF6\",\r\n \"secondaryKey\": \"4EC0C0CA6EBF045C0AC64F9855AEDA21\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9714/providers/Microsoft.Search/searchServices/azs-5789/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Nzg5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9758/providers/Microsoft.Search/searchServices/azs-3540/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTQwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "591777b4-e8d6-4fee-9450-6ccdc429a13f" + "588f5398-7781-4b56-9514-f2a185debcb7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "591777b4-e8d6-4fee-9450-6ccdc429a13f" + "588f5398-7781-4b56-9514-f2a185debcb7" ], "request-id": [ - "591777b4-e8d6-4fee-9450-6ccdc429a13f" + "588f5398-7781-4b56-9514-f2a185debcb7" ], "elapsed-time": [ - "97" + "122" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1198" ], "x-ms-correlation-request-id": [ - "581601df-31a3-4c50-8997-3b8fb6b312e8" + "15590b00-823e-4c20-ae79-7eca6d55966b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002308Z:581601df-31a3-4c50-8997-3b8fb6b312e8" + "NORTHEUROPE:20200808T185012Z:15590b00-823e-4c20-ae79-7eca6d55966b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:23:08 GMT" + "Sat, 08 Aug 2020 18:50:11 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"078A3FA5D0520CBCB4E020770C608E5D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"774AE0067D137C5385DEACA4835EA025\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet6228')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NjIyOCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet2582')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MjU4MicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet6228\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2582\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "d68c0e40-7f6f-4ade-9f69-c6ec7e21ac0f" + "8e4a238a-e50a-411f-b263-194e31ea4484" ], "Prefer": [ "return=representation" @@ -358,12 +358,12 @@ "*" ], "api-key": [ - "1788F07E9F8EF8EDE1A7E86D07B96A69" + "EE7CBD76A54B98BE728A1C56CE9EACF6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -381,16 +381,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036677BE418D\"" + "W/\"0x8D83BCBE3090EC4\"" ], "Location": [ - "https://azs-5789.search-dogfood.windows-int.net/datasources('azsmnet6228')?api-version=2019-05-06" + "https://azs-3540.search-dogfood.windows-int.net/datasources('azsmnet2582')?api-version=2019-05-06" ], "request-id": [ - "d68c0e40-7f6f-4ade-9f69-c6ec7e21ac0f" + "8e4a238a-e50a-411f-b263-194e31ea4484" ], "elapsed-time": [ - "32" + "162" ], "OData-Version": [ "4.0" @@ -402,7 +402,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:23:10 GMT" + "Sat, 08 Aug 2020 18:50:14 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -414,25 +414,25 @@ "378" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5789.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036677BE418D\\\"\",\r\n \"name\": \"azsmnet6228\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3540.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83BCBE3090EC4\\\"\",\r\n \"name\": \"azsmnet2582\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9714/providers/Microsoft.Search/searchServices/azs-5789?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Nzg5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9758/providers/Microsoft.Search/searchServices/azs-3540?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTQwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d0456fa9-bebc-44a5-b201-8eefd7927862" + "e1dcb9b8-7d3d-46da-a757-9ba6f803abba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -443,51 +443,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], "x-ms-request-id": [ - "d0456fa9-bebc-44a5-b201-8eefd7927862" + "6365ed12-ba37-43d2-b9c3-84db5ba73d0c" ], - "request-id": [ - "d0456fa9-bebc-44a5-b201-8eefd7927862" + "x-ms-correlation-request-id": [ + "6365ed12-ba37-43d2-b9c3-84db5ba73d0c" ], - "elapsed-time": [ - "1391" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T185105Z:6365ed12-ba37-43d2-b9c3-84db5ba73d0c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "77465759-105d-4caf-99ad-abb0d2ff75e0" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002315Z:77465759-105d-4caf-99ad-abb0d2ff75e0" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:23:15 GMT" + "Sat, 08 Aug 2020 18:51:04 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet9714", - "azsmnet6228" + "azsmnet9758", + "azsmnet2582" ], "GenerateServiceName": [ - "azs-5789" + "azs-3540" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/DeleteDataSourceIfExistsWorksOnlyWhenResourceExists.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/DeleteDataSourceIfExistsWorksOnlyWhenResourceExists.json index 13a11e5fc95d..1bd29fc9b96e 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/DeleteDataSourceIfExistsWorksOnlyWhenResourceExists.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/DeleteDataSourceIfExistsWorksOnlyWhenResourceExists.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d2e25356-9b3d-40be-ab2f-6c5444059ad1" + "a6fefdf0-9223-4e06-89b0-96b09ff347e9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1193" ], "x-ms-request-id": [ - "3fd36f04-c389-429e-8bc5-a73347c26483" + "9fd066f7-a191-4870-b983-db56c6355a5d" ], "x-ms-correlation-request-id": [ - "3fd36f04-c389-429e-8bc5-a73347c26483" + "9fd066f7-a191-4870-b983-db56c6355a5d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002512Z:3fd36f04-c389-429e-8bc5-a73347c26483" + "NORTHEUROPE:20200808T081559Z:9fd066f7-a191-4870-b983-db56c6355a5d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:25:12 GMT" + "Sat, 08 Aug 2020 08:15:59 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7818?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3ODE4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4337?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MzM3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4d0774d7-5b9d-45d0-b294-8cdd49b8df42" + "86447362-b889-47e3-b5d4-4481ef9a474e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1195" ], "x-ms-request-id": [ - "2a0abda6-735d-4f1e-ac16-2c16b3d6b747" + "0c897b22-6997-49c2-a99c-ebddcc359ec7" ], "x-ms-correlation-request-id": [ - "2a0abda6-735d-4f1e-ac16-2c16b3d6b747" + "0c897b22-6997-49c2-a99c-ebddcc359ec7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002512Z:2a0abda6-735d-4f1e-ac16-2c16b3d6b747" + "NORTHEUROPE:20200808T081600Z:0c897b22-6997-49c2-a99c-ebddcc359ec7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:25:12 GMT" + "Sat, 08 Aug 2020 08:16:00 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7818\",\r\n \"name\": \"azsmnet7818\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4337\",\r\n \"name\": \"azsmnet4337\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7818/providers/Microsoft.Search/searchServices/azs-4696?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Njk2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4337/providers/Microsoft.Search/searchServices/azs-5820?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01ODIwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b73fa804-aab9-487c-b86c-680359265f6a" + "8bb7f284-c0fd-4a79-a06a-b6577bef2841" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,16 +159,16 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A25%3A15.6668216Z'\"" + "W/\"datetime'2020-08-08T08%3A16%3A04.4653716Z'\"" ], "x-ms-request-id": [ - "b73fa804-aab9-487c-b86c-680359265f6a" + "8bb7f284-c0fd-4a79-a06a-b6577bef2841" ], "request-id": [ - "b73fa804-aab9-487c-b86c-680359265f6a" + "8bb7f284-c0fd-4a79-a06a-b6577bef2841" ], "elapsed-time": [ - "1167" + "1516" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,16 +177,16 @@ "1192" ], "x-ms-correlation-request-id": [ - "a00db09d-6fcb-494f-815c-6841522326e8" + "e97eba27-ab91-4539-8cb8-b9dceee2677e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002516Z:a00db09d-6fcb-494f-815c-6841522326e8" + "NORTHEUROPE:20200808T081605Z:e97eba27-ab91-4539-8cb8-b9dceee2677e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:25:16 GMT" + "Sat, 08 Aug 2020 08:16:05 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7818/providers/Microsoft.Search/searchServices/azs-4696\",\r\n \"name\": \"azs-4696\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4337/providers/Microsoft.Search/searchServices/azs-5820\",\r\n \"name\": \"azs-5820\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7818/providers/Microsoft.Search/searchServices/azs-4696/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Njk2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4337/providers/Microsoft.Search/searchServices/azs-5820/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01ODIwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "419107c1-cdea-4ad4-bdc7-888c7c3f2880" + "ad69e811-9754-4313-9b86-7c23bcc92f53" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "419107c1-cdea-4ad4-bdc7-888c7c3f2880" + "ad69e811-9754-4313-9b86-7c23bcc92f53" ], "request-id": [ - "419107c1-cdea-4ad4-bdc7-888c7c3f2880" + "ad69e811-9754-4313-9b86-7c23bcc92f53" ], "elapsed-time": [ - "100" + "101" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1188" ], "x-ms-correlation-request-id": [ - "549aa1b3-61f7-4765-bafe-0830ffe87245" + "c6925e3a-2ea4-4d92-8822-847f1666a325" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002518Z:549aa1b3-61f7-4765-bafe-0830ffe87245" + "NORTHEUROPE:20200808T081607Z:c6925e3a-2ea4-4d92-8822-847f1666a325" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:25:18 GMT" + "Sat, 08 Aug 2020 08:16:07 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"966055B4389F65C14DFD9767735CBB14\",\r\n \"secondaryKey\": \"AEE4E20986577FC3F2ED8D586B846D91\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"28DF99C8C8DD6AB1EC47F5BADEB1B51A\",\r\n \"secondaryKey\": \"C46863FE71A8045A3330A335A838AFF7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7818/providers/Microsoft.Search/searchServices/azs-4696/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Njk2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4337/providers/Microsoft.Search/searchServices/azs-5820/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01ODIwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b51fa8b0-ffff-415f-af40-f790edbaf4ad" + "2517b9c8-58a9-4a6d-bb18-77db456cf969" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b51fa8b0-ffff-415f-af40-f790edbaf4ad" + "2517b9c8-58a9-4a6d-bb18-77db456cf969" ], "request-id": [ - "b51fa8b0-ffff-415f-af40-f790edbaf4ad" + "2517b9c8-58a9-4a6d-bb18-77db456cf969" ], "elapsed-time": [ - "95" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1187" ], "x-ms-correlation-request-id": [ - "ddbe3791-5d0b-4229-9b9a-6342855eebed" + "e9f1a60b-1570-46b4-85d7-1b9d8d22b5f4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002519Z:ddbe3791-5d0b-4229-9b9a-6342855eebed" + "NORTHEUROPE:20200808T081608Z:e9f1a60b-1570-46b4-85d7-1b9d8d22b5f4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:25:18 GMT" + "Sat, 08 Aug 2020 08:16:08 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"60EEF2D779619D1756BB8EC9DA826278\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"FEE956B792DF29F83830A1C865311B73\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet6695')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NjY5NScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet7073')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NzA3MycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet6695\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7073\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "afca173f-799d-4fa1-83a0-1bea29eaff5a" + "578657f2-bd3b-40b8-b28a-af58db6eda7a" ], "Prefer": [ "return=representation" @@ -355,12 +355,12 @@ "en-US" ], "api-key": [ - "966055B4389F65C14DFD9767735CBB14" + "28DF99C8C8DD6AB1EC47F5BADEB1B51A" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -378,16 +378,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366C6B747FB\"" + "W/\"0x8D83B734EA29E32\"" ], "Location": [ - "https://azs-4696.search-dogfood.windows-int.net/datasources('azsmnet6695')?api-version=2019-05-06" + "https://azs-5820.search-dogfood.windows-int.net/datasources('azsmnet7073')?api-version=2019-05-06" ], "request-id": [ - "afca173f-799d-4fa1-83a0-1bea29eaff5a" + "578657f2-bd3b-40b8-b28a-af58db6eda7a" ], "elapsed-time": [ - "369" + "92" ], "OData-Version": [ "4.0" @@ -399,7 +399,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:25:22 GMT" + "Sat, 08 Aug 2020 08:16:09 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -411,17 +411,17 @@ "378" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4696.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366C6B747FB\\\"\",\r\n \"name\": \"azsmnet6695\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5820.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B734EA29E32\\\"\",\r\n \"name\": \"azsmnet7073\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/datasources('azsmnet6695')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NjY5NScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet7073')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NzA3MycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "31d8bd20-26df-4b68-903a-8f1272a1c3fe" + "a6298c2d-fbc9-49c2-b1ef-bc1e1601ab5c" ], "Accept-Language": [ "en-US" @@ -430,12 +430,12 @@ "*" ], "api-key": [ - "966055B4389F65C14DFD9767735CBB14" + "28DF99C8C8DD6AB1EC47F5BADEB1B51A" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -447,16 +447,16 @@ "no-cache" ], "request-id": [ - "31d8bd20-26df-4b68-903a-8f1272a1c3fe" + "a6298c2d-fbc9-49c2-b1ef-bc1e1601ab5c" ], "elapsed-time": [ - "84" + "20" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:25:22 GMT" + "Sat, 08 Aug 2020 08:16:09 GMT" ], "Expires": [ "-1" @@ -466,13 +466,13 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet6695')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NjY5NScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet7073')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NzA3MycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "3f58c414-fdee-47b3-a69c-1c3b97d1fe7c" + "d50e6c34-69bf-46e5-a2ca-e4c8c0488424" ], "Accept-Language": [ "en-US" @@ -481,12 +481,12 @@ "*" ], "api-key": [ - "966055B4389F65C14DFD9767735CBB14" + "28DF99C8C8DD6AB1EC47F5BADEB1B51A" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -498,10 +498,10 @@ "no-cache" ], "request-id": [ - "3f58c414-fdee-47b3-a69c-1c3b97d1fe7c" + "d50e6c34-69bf-46e5-a2ca-e4c8c0488424" ], "elapsed-time": [ - "15" + "6" ], "OData-Version": [ "4.0" @@ -513,7 +513,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:25:22 GMT" + "Sat, 08 Aug 2020 08:16:09 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -532,21 +532,21 @@ "StatusCode": 412 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7818/providers/Microsoft.Search/searchServices/azs-4696?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Njk2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4337/providers/Microsoft.Search/searchServices/azs-5820?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01ODIwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ba34d97-77b9-42d8-b89c-f85899c520d8" + "73b1f694-4a03-4b47-b6ef-a9afbd95affb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -557,51 +557,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14990" + ], "x-ms-request-id": [ - "5ba34d97-77b9-42d8-b89c-f85899c520d8" + "e0cdefa5-8fd8-4cd3-80c4-10e2326048a6" ], - "request-id": [ - "5ba34d97-77b9-42d8-b89c-f85899c520d8" + "x-ms-correlation-request-id": [ + "e0cdefa5-8fd8-4cd3-80c4-10e2326048a6" ], - "elapsed-time": [ - "887" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T081619Z:e0cdefa5-8fd8-4cd3-80c4-10e2326048a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" - ], - "x-ms-correlation-request-id": [ - "be0ca901-eabe-4162-926c-740c469fcfab" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002526Z:be0ca901-eabe-4162-926c-740c469fcfab" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:25:26 GMT" + "Sat, 08 Aug 2020 08:16:18 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7818", - "azsmnet6695" + "azsmnet4337", + "azsmnet7073" ], "GenerateServiceName": [ - "azs-4696" + "azs-5820" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/DeleteDataSourceIfNotChangedWorksOnlyOnCurrentResource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/DeleteDataSourceIfNotChangedWorksOnlyOnCurrentResource.json index 5ed1d1fcceca..94ad33218641 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/DeleteDataSourceIfNotChangedWorksOnlyOnCurrentResource.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/DeleteDataSourceIfNotChangedWorksOnlyOnCurrentResource.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae60ea4-8ec8-46e1-9376-d991f4c779e6" + "0938ac77-9fdf-43a2-af94-0a9f35ea1760" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1187" ], "x-ms-request-id": [ - "302c1f3a-ccc2-4939-bcc5-98a0ac672637" + "d9d0e76b-4db5-4272-8b09-5a55a81da82a" ], "x-ms-correlation-request-id": [ - "302c1f3a-ccc2-4939-bcc5-98a0ac672637" + "d9d0e76b-4db5-4272-8b09-5a55a81da82a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002404Z:302c1f3a-ccc2-4939-bcc5-98a0ac672637" + "NORTHEUROPE:20200808T081308Z:d9d0e76b-4db5-4272-8b09-5a55a81da82a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:24:04 GMT" + "Sat, 08 Aug 2020 08:13:08 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7267?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MjY3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9328?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MzI4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d8dc7ca2-1bf6-457d-82c0-c11a303a95c6" + "da95a978-3df9-48f1-9204-fc39879deeb2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1191" ], "x-ms-request-id": [ - "ea67e511-f8b9-4ef2-892e-0ce4d73092b9" + "3b398d91-15a0-40f5-b9e2-81ca544baef6" ], "x-ms-correlation-request-id": [ - "ea67e511-f8b9-4ef2-892e-0ce4d73092b9" + "3b398d91-15a0-40f5-b9e2-81ca544baef6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002405Z:ea67e511-f8b9-4ef2-892e-0ce4d73092b9" + "NORTHEUROPE:20200808T081310Z:3b398d91-15a0-40f5-b9e2-81ca544baef6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:24:05 GMT" + "Sat, 08 Aug 2020 08:13:10 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7267\",\r\n \"name\": \"azsmnet7267\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9328\",\r\n \"name\": \"azsmnet9328\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7267/providers/Microsoft.Search/searchServices/azs-1442?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDQyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9328/providers/Microsoft.Search/searchServices/azs-8685?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04Njg1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f15ec765-ea77-441c-a1aa-0fa22751dc3f" + "05e3e239-b1f9-4118-8a17-5be7c616dcae" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A24%3A09.4632853Z'\"" + "W/\"datetime'2020-08-08T08%3A13%3A15.3704309Z'\"" ], "x-ms-request-id": [ - "f15ec765-ea77-441c-a1aa-0fa22751dc3f" + "05e3e239-b1f9-4118-8a17-5be7c616dcae" ], "request-id": [ - "f15ec765-ea77-441c-a1aa-0fa22751dc3f" + "05e3e239-b1f9-4118-8a17-5be7c616dcae" ], "elapsed-time": [ - "1222" + "1363" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1195" ], "x-ms-correlation-request-id": [ - "f748cced-775a-4025-b6ea-37b607c4e951" + "2878c5b0-b405-4d3f-8239-37735674ad62" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002410Z:f748cced-775a-4025-b6ea-37b607c4e951" + "NORTHEUROPE:20200808T081316Z:2878c5b0-b405-4d3f-8239-37735674ad62" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:24:09 GMT" + "Sat, 08 Aug 2020 08:13:16 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7267/providers/Microsoft.Search/searchServices/azs-1442\",\r\n \"name\": \"azs-1442\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9328/providers/Microsoft.Search/searchServices/azs-8685\",\r\n \"name\": \"azs-8685\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7267/providers/Microsoft.Search/searchServices/azs-1442/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDQyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9328/providers/Microsoft.Search/searchServices/azs-8685/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04Njg1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "20ef02ce-32a4-4c01-859a-f5b5045c3eda" + "154ce6be-7cab-4350-971d-62eb6f0d8fb2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "20ef02ce-32a4-4c01-859a-f5b5045c3eda" + "154ce6be-7cab-4350-971d-62eb6f0d8fb2" ], "request-id": [ - "20ef02ce-32a4-4c01-859a-f5b5045c3eda" + "154ce6be-7cab-4350-971d-62eb6f0d8fb2" ], "elapsed-time": [ - "97" + "100" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1192" ], "x-ms-correlation-request-id": [ - "33fb7ab3-712d-452f-af01-a8c8e2d21ebd" + "c18446a6-9fee-4de3-ace0-fcee2d0d367b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002417Z:33fb7ab3-712d-452f-af01-a8c8e2d21ebd" + "NORTHEUROPE:20200808T081318Z:c18446a6-9fee-4de3-ace0-fcee2d0d367b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:24:17 GMT" + "Sat, 08 Aug 2020 08:13:18 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"F90236068398A4E5EAA804DFA9D1A347\",\r\n \"secondaryKey\": \"338962A32F3CC96EF0DE6BDA77214855\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"F398C181D800122934D98625F6A1E2E6\",\r\n \"secondaryKey\": \"8B4F4796157A98581F85824890069E71\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7267/providers/Microsoft.Search/searchServices/azs-1442/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDQyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9328/providers/Microsoft.Search/searchServices/azs-8685/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04Njg1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c77ec83a-3795-405f-a1d1-8c412a270f3c" + "99f4f048-ab10-4e9c-adc4-55e1c131b137" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c77ec83a-3795-405f-a1d1-8c412a270f3c" + "99f4f048-ab10-4e9c-adc4-55e1c131b137" ], "request-id": [ - "c77ec83a-3795-405f-a1d1-8c412a270f3c" + "99f4f048-ab10-4e9c-adc4-55e1c131b137" ], "elapsed-time": [ - "93" + "95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1191" ], "x-ms-correlation-request-id": [ - "b18fc3ce-0990-4cee-911f-2b375586c1b5" + "1d2fd1de-0d0a-4672-9d28-89c87bd6bc67" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002417Z:b18fc3ce-0990-4cee-911f-2b375586c1b5" + "NORTHEUROPE:20200808T081319Z:1d2fd1de-0d0a-4672-9d28-89c87bd6bc67" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:24:17 GMT" + "Sat, 08 Aug 2020 08:13:19 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"803889CFAEAA653D998CE416FF4C2A03\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"3C6C9762BB3D7D5187C0D2AB9310B005\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet6736')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NjczNicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet7173')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NzE3MycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet6736\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7173\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "1dfd7454-489c-4871-bb6e-a452c1cb2514" + "00fecc38-6d3f-4085-8f74-131a73015dfc" ], "Prefer": [ "return=representation" @@ -355,12 +355,12 @@ "en-US" ], "api-key": [ - "F90236068398A4E5EAA804DFA9D1A347" + "F398C181D800122934D98625F6A1E2E6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -378,16 +378,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366A1019854\"" + "W/\"0x8D83B72EA09A4E5\"" ], "Location": [ - "https://azs-1442.search-dogfood.windows-int.net/datasources('azsmnet6736')?api-version=2019-05-06" + "https://azs-8685.search-dogfood.windows-int.net/datasources('azsmnet7173')?api-version=2019-05-06" ], "request-id": [ - "1dfd7454-489c-4871-bb6e-a452c1cb2514" + "00fecc38-6d3f-4085-8f74-131a73015dfc" ], "elapsed-time": [ - "34" + "64" ], "OData-Version": [ "4.0" @@ -399,7 +399,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:24:19 GMT" + "Sat, 08 Aug 2020 08:13:21 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -411,17 +411,17 @@ "378" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1442.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366A1019854\\\"\",\r\n \"name\": \"azsmnet6736\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8685.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B72EA09A4E5\\\"\",\r\n \"name\": \"azsmnet7173\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/datasources('azsmnet6736')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NjczNicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet7173')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NzE3MycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet6736\",\r\n \"description\": \"Mutated DataSource\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {},\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"@odata.etag\": \"\\\"0x8D80366A1019854\\\"\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7173\",\r\n \"description\": \"Mutated DataSource\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {},\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"@odata.etag\": \"\\\"0x8D83B72EA09A4E5\\\"\"\r\n}", "RequestHeaders": { "client-request-id": [ - "19e348f3-bc1b-4c24-ad1a-6c10b2fb576b" + "5ed20496-7f9d-4b03-8274-bb0a44cdb3dd" ], "Prefer": [ "return=representation" @@ -430,12 +430,12 @@ "en-US" ], "api-key": [ - "F90236068398A4E5EAA804DFA9D1A347" + "F398C181D800122934D98625F6A1E2E6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -453,13 +453,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366A10B378D\"" + "W/\"0x8D83B72EA162B08\"" ], "request-id": [ - "19e348f3-bc1b-4c24-ad1a-6c10b2fb576b" + "5ed20496-7f9d-4b03-8274-bb0a44cdb3dd" ], "elapsed-time": [ - "31" + "40" ], "OData-Version": [ "4.0" @@ -471,7 +471,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:24:19 GMT" + "Sat, 08 Aug 2020 08:13:21 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -483,31 +483,31 @@ "380" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1442.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366A10B378D\\\"\",\r\n \"name\": \"azsmnet6736\",\r\n \"description\": \"Mutated DataSource\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8685.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B72EA162B08\\\"\",\r\n \"name\": \"azsmnet7173\",\r\n \"description\": \"Mutated DataSource\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet6736')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NjczNicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet7173')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NzE3MycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "3e269a68-6fad-4b8d-bc26-422cd4b03429" + "9f6a4742-bbc7-4c19-8c4a-8c6a4e13dc3a" ], "Accept-Language": [ "en-US" ], "If-Match": [ - "\"0x8D80366A1019854\"" + "\"0x8D83B72EA09A4E5\"" ], "api-key": [ - "F90236068398A4E5EAA804DFA9D1A347" + "F398C181D800122934D98625F6A1E2E6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -519,7 +519,7 @@ "no-cache" ], "request-id": [ - "3e269a68-6fad-4b8d-bc26-422cd4b03429" + "9f6a4742-bbc7-4c19-8c4a-8c6a4e13dc3a" ], "elapsed-time": [ "5" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:24:19 GMT" + "Sat, 08 Aug 2020 08:13:21 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -553,27 +553,27 @@ "StatusCode": 412 }, { - "RequestUri": "/datasources('azsmnet6736')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NjczNicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet7173')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NzE3MycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "35f49aa4-aefc-4d42-9969-1ed462765a59" + "2e9440e0-9a6e-48f4-8d43-cbd507abb94f" ], "Accept-Language": [ "en-US" ], "If-Match": [ - "\"0x8D80366A10B378D\"" + "\"0x8D83B72EA162B08\"" ], "api-key": [ - "F90236068398A4E5EAA804DFA9D1A347" + "F398C181D800122934D98625F6A1E2E6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -585,16 +585,16 @@ "no-cache" ], "request-id": [ - "35f49aa4-aefc-4d42-9969-1ed462765a59" + "2e9440e0-9a6e-48f4-8d43-cbd507abb94f" ], "elapsed-time": [ - "19" + "18" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:24:19 GMT" + "Sat, 08 Aug 2020 08:13:21 GMT" ], "Expires": [ "-1" @@ -604,21 +604,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7267/providers/Microsoft.Search/searchServices/azs-1442?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDQyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9328/providers/Microsoft.Search/searchServices/azs-8685?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04Njg1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8856358e-0591-4ec1-b0c7-d1e111c756b8" + "6f7f980d-0d5d-44f7-8c1c-e51d7272ed4a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -629,51 +629,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14990" + ], "x-ms-request-id": [ - "8856358e-0591-4ec1-b0c7-d1e111c756b8" + "79453397-c4c8-4707-b3dd-33b2cc4fd88a" ], - "request-id": [ - "8856358e-0591-4ec1-b0c7-d1e111c756b8" + "x-ms-correlation-request-id": [ + "79453397-c4c8-4707-b3dd-33b2cc4fd88a" ], - "elapsed-time": [ - "930" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T081410Z:79453397-c4c8-4707-b3dd-33b2cc4fd88a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" - ], - "x-ms-correlation-request-id": [ - "43070a71-695b-44b5-a4c9-fdaa8a6d8e1e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002424Z:43070a71-695b-44b5-a4c9-fdaa8a6d8e1e" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:24:24 GMT" + "Sat, 08 Aug 2020 08:14:10 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7267", - "azsmnet6736" + "azsmnet9328", + "azsmnet7173" ], "GenerateServiceName": [ - "azs-1442" + "azs-8685" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/DeleteDataSourceIsIdempotent.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/DeleteDataSourceIsIdempotent.json index 9b6843264ae8..57518b8a1f20 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/DeleteDataSourceIsIdempotent.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/DeleteDataSourceIsIdempotent.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f067f879-9491-4863-9f96-4460f86af57f" + "1624a4ed-b15a-4a4a-8ec4-05ef4715ba36" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1188" ], "x-ms-request-id": [ - "ce4f03cf-e359-489f-bc03-fbf67930fc95" + "1f6bbde9-aa9e-4a64-9599-bd3149997b71" ], "x-ms-correlation-request-id": [ - "ce4f03cf-e359-489f-bc03-fbf67930fc95" + "1f6bbde9-aa9e-4a64-9599-bd3149997b71" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002003Z:ce4f03cf-e359-489f-bc03-fbf67930fc95" + "NORTHEUROPE:20200808T080713Z:1f6bbde9-aa9e-4a64-9599-bd3149997b71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:20:03 GMT" + "Sat, 08 Aug 2020 08:07:13 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet694?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2OTQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5577?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NTc3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9bb3c856-4684-4088-8ba0-681545168836" + "7f49d176-4d31-4790-8a57-0c05d192faf8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1192" ], "x-ms-request-id": [ - "f653a560-c917-4067-b055-7b60b720f8ff" + "da61e4c2-7de2-43e5-909b-18827c982467" ], "x-ms-correlation-request-id": [ - "f653a560-c917-4067-b055-7b60b720f8ff" + "da61e4c2-7de2-43e5-909b-18827c982467" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002004Z:f653a560-c917-4067-b055-7b60b720f8ff" + "NORTHEUROPE:20200808T080714Z:da61e4c2-7de2-43e5-909b-18827c982467" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:20:04 GMT" + "Sat, 08 Aug 2020 08:07:14 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet694\",\r\n \"name\": \"azsmnet694\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5577\",\r\n \"name\": \"azsmnet5577\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet694/providers/Microsoft.Search/searchServices/azs-2048?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIwNDg/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5577/providers/Microsoft.Search/searchServices/azs-9650?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTc3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NjUwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "02116ddc-2f28-486b-b4f8-f32abe1a0ac1" + "e60e8ff2-cf09-4511-ae3c-ce47ea304960" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A20%3A13.7370238Z'\"" + "W/\"datetime'2020-08-08T08%3A07%3A19.5312534Z'\"" ], "x-ms-request-id": [ - "02116ddc-2f28-486b-b4f8-f32abe1a0ac1" + "e60e8ff2-cf09-4511-ae3c-ce47ea304960" ], "request-id": [ - "02116ddc-2f28-486b-b4f8-f32abe1a0ac1" + "e60e8ff2-cf09-4511-ae3c-ce47ea304960" ], "elapsed-time": [ - "1434" + "1438" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1191" ], "x-ms-correlation-request-id": [ - "d6b6a799-2ad5-4df6-9476-a5ec5c7f8582" + "bfb97f82-bbc0-457f-b77b-f703474989da" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002014Z:d6b6a799-2ad5-4df6-9476-a5ec5c7f8582" + "NORTHEUROPE:20200808T080720Z:bfb97f82-bbc0-457f-b77b-f703474989da" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:20:14 GMT" + "Sat, 08 Aug 2020 08:07:19 GMT" ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet694/providers/Microsoft.Search/searchServices/azs-2048\",\r\n \"name\": \"azs-2048\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5577/providers/Microsoft.Search/searchServices/azs-9650\",\r\n \"name\": \"azs-9650\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet694/providers/Microsoft.Search/searchServices/azs-2048/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIwNDgvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5577/providers/Microsoft.Search/searchServices/azs-9650/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTc3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NjUwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d9c0cde4-fe0c-4413-aa74-0bebb9410b7d" + "cd71dd3d-479b-4b4e-bc09-ed2ccf7b1f71" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d9c0cde4-fe0c-4413-aa74-0bebb9410b7d" + "cd71dd3d-479b-4b4e-bc09-ed2ccf7b1f71" ], "request-id": [ - "d9c0cde4-fe0c-4413-aa74-0bebb9410b7d" + "cd71dd3d-479b-4b4e-bc09-ed2ccf7b1f71" ], "elapsed-time": [ - "88" + "92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1187" ], "x-ms-correlation-request-id": [ - "4b45473c-6b86-411b-9355-3cfe62e1c5e4" + "26ebbe34-c95d-4d7f-ba24-3887addaf29f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002016Z:4b45473c-6b86-411b-9355-3cfe62e1c5e4" + "NORTHEUROPE:20200808T080723Z:26ebbe34-c95d-4d7f-ba24-3887addaf29f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:20:15 GMT" + "Sat, 08 Aug 2020 08:07:22 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"37BD0547D50B04E23871363DEB7D4F93\",\r\n \"secondaryKey\": \"7EC13F69B9DD49DF08EC64B25DB5AB61\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"8A599AD406C2306BAB735C1B9E5AB1D7\",\r\n \"secondaryKey\": \"AD68C2075C6B61577FEC0E44B2B24A5C\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet694/providers/Microsoft.Search/searchServices/azs-2048/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIwNDgvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5577/providers/Microsoft.Search/searchServices/azs-9650/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTc3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NjUwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "24b4c48c-c02d-4ba8-878a-8527e7ff07be" + "05f5d2d1-d8a2-4ac7-a22e-968a2a4f465e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "24b4c48c-c02d-4ba8-878a-8527e7ff07be" + "05f5d2d1-d8a2-4ac7-a22e-968a2a4f465e" ], "request-id": [ - "24b4c48c-c02d-4ba8-878a-8527e7ff07be" + "05f5d2d1-d8a2-4ac7-a22e-968a2a4f465e" ], "elapsed-time": [ - "120" + "102" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1186" ], "x-ms-correlation-request-id": [ - "41653666-9a32-422d-9948-7ca5b503a4f2" + "bd9f1f1b-a295-44d9-a53e-704a364526d3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002017Z:41653666-9a32-422d-9948-7ca5b503a4f2" + "NORTHEUROPE:20200808T080723Z:bd9f1f1b-a295-44d9-a53e-704a364526d3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:20:16 GMT" + "Sat, 08 Aug 2020 08:07:23 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"4942D8786E8DA6D39955364015BDF7C4\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"BF902DE914290799F718067C59023369\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet1316')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MTMxNicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet5752')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NTc1MicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "11e46743-1d2f-4f58-a33e-cb1b4479a625" + "3f061daf-77e1-4986-a9c2-b6062c753192" ], "Accept-Language": [ "en-US" ], "api-key": [ - "37BD0547D50B04E23871363DEB7D4F93" + "8A599AD406C2306BAB735C1B9E5AB1D7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -369,10 +369,10 @@ "no-cache" ], "request-id": [ - "11e46743-1d2f-4f58-a33e-cb1b4479a625" + "3f061daf-77e1-4986-a9c2-b6062c753192" ], "elapsed-time": [ - "57" + "42" ], "OData-Version": [ "4.0" @@ -384,7 +384,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:20:18 GMT" + "Sat, 08 Aug 2020 08:07:26 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -399,28 +399,28 @@ "116" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No datasource with the name 'azsmnet1316' was found in a service named 'azs-2048'.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No datasource with the name 'azsmnet5752' was found in a service named 'azs-9650'.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/datasources('azsmnet1316')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MTMxNicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet5752')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NTc1MicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "69b9b24c-2573-408c-8eeb-0c25732725cf" + "11bca454-6acd-43ab-896d-9c739aa6bd61" ], "Accept-Language": [ "en-US" ], "api-key": [ - "37BD0547D50B04E23871363DEB7D4F93" + "8A599AD406C2306BAB735C1B9E5AB1D7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -432,16 +432,16 @@ "no-cache" ], "request-id": [ - "69b9b24c-2573-408c-8eeb-0c25732725cf" + "11bca454-6acd-43ab-896d-9c739aa6bd61" ], "elapsed-time": [ - "30" + "39" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:20:18 GMT" + "Sat, 08 Aug 2020 08:07:26 GMT" ], "Expires": [ "-1" @@ -451,24 +451,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet1316')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MTMxNicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet5752')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NTc1MicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "e36474f7-03df-4382-87da-0fdb8208fa6c" + "4600022a-6b2b-4625-bbe0-1b91497419c7" ], "Accept-Language": [ "en-US" ], "api-key": [ - "37BD0547D50B04E23871363DEB7D4F93" + "8A599AD406C2306BAB735C1B9E5AB1D7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -480,7 +480,7 @@ "no-cache" ], "request-id": [ - "e36474f7-03df-4382-87da-0fdb8208fa6c" + "4600022a-6b2b-4625-bbe0-1b91497419c7" ], "elapsed-time": [ "5" @@ -495,7 +495,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:20:18 GMT" + "Sat, 08 Aug 2020 08:07:26 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -510,28 +510,28 @@ "116" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No datasource with the name 'azsmnet1316' was found in a service named 'azs-2048'.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No datasource with the name 'azsmnet5752' was found in a service named 'azs-9650'.\"\r\n }\r\n}", "StatusCode": 404 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1316\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5752\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "9d59c0c7-ed48-45a9-b927-abc1b0865b9f" + "ac7c7786-975b-42af-a297-c3bb1672c4ba" ], "Accept-Language": [ "en-US" ], "api-key": [ - "37BD0547D50B04E23871363DEB7D4F93" + "8A599AD406C2306BAB735C1B9E5AB1D7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -549,16 +549,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036611D4E351\"" + "W/\"0x8D83B7216D21AF5\"" ], "Location": [ - "https://azs-2048.search-dogfood.windows-int.net/datasources('azsmnet1316')?api-version=2019-05-06" + "https://azs-9650.search-dogfood.windows-int.net/datasources('azsmnet5752')?api-version=2019-05-06" ], "request-id": [ - "9d59c0c7-ed48-45a9-b927-abc1b0865b9f" + "ac7c7786-975b-42af-a297-c3bb1672c4ba" ], "elapsed-time": [ - "360" + "31" ], "OData-Version": [ "4.0" @@ -570,7 +570,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:20:18 GMT" + "Sat, 08 Aug 2020 08:07:26 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -582,25 +582,25 @@ "378" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2048.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036611D4E351\\\"\",\r\n \"name\": \"azsmnet1316\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9650.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7216D21AF5\\\"\",\r\n \"name\": \"azsmnet5752\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet694/providers/Microsoft.Search/searchServices/azs-2048?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIwNDg/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5577/providers/Microsoft.Search/searchServices/azs-9650?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTc3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NjUwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fc3dd987-7798-4c93-a4c8-eee439093295" + "d80b8691-a5d7-4958-aa82-2e7d8ef78f35" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -611,51 +611,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14989" + ], "x-ms-request-id": [ - "fc3dd987-7798-4c93-a4c8-eee439093295" + "befcbd4e-609b-437f-8523-9ad0c728157c" ], - "request-id": [ - "fc3dd987-7798-4c93-a4c8-eee439093295" + "x-ms-correlation-request-id": [ + "befcbd4e-609b-437f-8523-9ad0c728157c" ], - "elapsed-time": [ - "851" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T080739Z:befcbd4e-609b-437f-8523-9ad0c728157c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" - ], - "x-ms-correlation-request-id": [ - "3df11e83-4d9c-42e5-b426-8964a221c634" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002023Z:3df11e83-4d9c-42e5-b426-8964a221c634" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:20:22 GMT" + "Sat, 08 Aug 2020 08:07:39 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet694", - "azsmnet1316" + "azsmnet5577", + "azsmnet5752" ], "GenerateServiceName": [ - "azs-2048" + "azs-9650" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/ExistsReturnsFalseForNonExistingDataSource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/ExistsReturnsFalseForNonExistingDataSource.json index cc8d69a36c34..d0f2f624f673 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/ExistsReturnsFalseForNonExistingDataSource.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/ExistsReturnsFalseForNonExistingDataSource.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d8f8d7d9-4bbb-4979-84cd-277eee1f3ddc" + "8922bbcc-f389-4bbc-b6a0-a07389c37d93" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1193" ], "x-ms-request-id": [ - "a88bfefa-1a15-4a77-a9db-d8cf7be9845b" + "01d983c7-3a5f-41d6-821a-f81e2b4f5ecf" ], "x-ms-correlation-request-id": [ - "a88bfefa-1a15-4a77-a9db-d8cf7be9845b" + "01d983c7-3a5f-41d6-821a-f81e2b4f5ecf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002240Z:a88bfefa-1a15-4a77-a9db-d8cf7be9845b" + "NORTHEUROPE:20200808T081145Z:01d983c7-3a5f-41d6-821a-f81e2b4f5ecf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:22:40 GMT" + "Sat, 08 Aug 2020 08:11:44 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6958?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2OTU4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2965?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyOTY1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1b5ea7e3-efd6-4f9d-9e7e-839de1001f0b" + "85c9d41a-9875-4c8f-9b69-8098fe31d2a0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1194" ], "x-ms-request-id": [ - "37795659-f784-49d6-9b38-46a1e8f3f33d" + "fe145c97-0337-4c80-827f-e7f621459436" ], "x-ms-correlation-request-id": [ - "37795659-f784-49d6-9b38-46a1e8f3f33d" + "fe145c97-0337-4c80-827f-e7f621459436" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002241Z:37795659-f784-49d6-9b38-46a1e8f3f33d" + "NORTHEUROPE:20200808T081147Z:fe145c97-0337-4c80-827f-e7f621459436" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:22:41 GMT" + "Sat, 08 Aug 2020 08:11:47 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6958\",\r\n \"name\": \"azsmnet6958\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2965\",\r\n \"name\": \"azsmnet2965\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6958/providers/Microsoft.Search/searchServices/azs-6126?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTI2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2965/providers/Microsoft.Search/searchServices/azs-4909?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTY1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTA5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b0be65ae-4413-4f47-89f1-bcf9da2746cd" + "e9b5abe8-8cc6-42db-bb82-ebb15c527154" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A22%3A44.0355732Z'\"" + "W/\"datetime'2020-08-08T08%3A11%3A52.5850176Z'\"" ], "x-ms-request-id": [ - "b0be65ae-4413-4f47-89f1-bcf9da2746cd" + "e9b5abe8-8cc6-42db-bb82-ebb15c527154" ], "request-id": [ - "b0be65ae-4413-4f47-89f1-bcf9da2746cd" + "e9b5abe8-8cc6-42db-bb82-ebb15c527154" ], "elapsed-time": [ - "1628" + "1594" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1192" ], "x-ms-correlation-request-id": [ - "8b3d7be1-13d6-46aa-8bb4-2286eb62effb" + "b5656ca6-d4c0-405e-90a9-8b42abee38b7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002245Z:8b3d7be1-13d6-46aa-8bb4-2286eb62effb" + "NORTHEUROPE:20200808T081154Z:b5656ca6-d4c0-405e-90a9-8b42abee38b7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:22:44 GMT" + "Sat, 08 Aug 2020 08:11:53 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6958/providers/Microsoft.Search/searchServices/azs-6126\",\r\n \"name\": \"azs-6126\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2965/providers/Microsoft.Search/searchServices/azs-4909\",\r\n \"name\": \"azs-4909\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6958/providers/Microsoft.Search/searchServices/azs-6126/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTI2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2965/providers/Microsoft.Search/searchServices/azs-4909/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTY1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTA5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae212427-2daf-4cb5-9368-d8b5783dbda4" + "f22bc6fa-a62c-4b4b-ac55-42785c688e54" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ae212427-2daf-4cb5-9368-d8b5783dbda4" + "f22bc6fa-a62c-4b4b-ac55-42785c688e54" ], "request-id": [ - "ae212427-2daf-4cb5-9368-d8b5783dbda4" + "f22bc6fa-a62c-4b4b-ac55-42785c688e54" ], "elapsed-time": [ - "226" + "106" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1188" ], "x-ms-correlation-request-id": [ - "4d634590-eb9d-456b-aa32-5ed594be527b" + "0765c70f-1906-47ed-afd9-68b3d589aec0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002247Z:4d634590-eb9d-456b-aa32-5ed594be527b" + "NORTHEUROPE:20200808T081156Z:0765c70f-1906-47ed-afd9-68b3d589aec0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:22:47 GMT" + "Sat, 08 Aug 2020 08:11:55 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"E7BCE4BA2FD30B7F9C0D193E52623250\",\r\n \"secondaryKey\": \"A1E886589F5DDBF74229E800A9751457\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"A567B0A1B814E4FF8976A7F4639ADA5D\",\r\n \"secondaryKey\": \"E9406C48B53B3630ACB6E7DA91A8FE08\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6958/providers/Microsoft.Search/searchServices/azs-6126/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTI2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2965/providers/Microsoft.Search/searchServices/azs-4909/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTY1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTA5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "82ac6f21-c333-4f20-9d43-54ff57d42e19" + "e2155c57-d55b-4b30-a4ec-023718db7698" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "82ac6f21-c333-4f20-9d43-54ff57d42e19" + "e2155c57-d55b-4b30-a4ec-023718db7698" ], "request-id": [ - "82ac6f21-c333-4f20-9d43-54ff57d42e19" + "e2155c57-d55b-4b30-a4ec-023718db7698" ], "elapsed-time": [ - "300" + "93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1187" ], "x-ms-correlation-request-id": [ - "115dec6b-0fdc-4b12-9fb5-fa1f62ff66d7" + "c3415b27-a58a-4311-a2ae-683fe123c75f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002248Z:115dec6b-0fdc-4b12-9fb5-fa1f62ff66d7" + "NORTHEUROPE:20200808T081157Z:c3415b27-a58a-4311-a2ae-683fe123c75f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:22:48 GMT" + "Sat, 08 Aug 2020 08:11:56 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"38B68F79827CEF4C290C7ACDCD9C7886\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"10146A6D53190D9E85040210EE70C5B6\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -346,18 +346,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "ae22a98a-31b7-4dfd-bbde-009cc85756ed" + "7214e772-25de-48e1-bb9f-fd7b49553cb3" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E7BCE4BA2FD30B7F9C0D193E52623250" + "A567B0A1B814E4FF8976A7F4639ADA5D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -369,10 +369,10 @@ "no-cache" ], "request-id": [ - "ae22a98a-31b7-4dfd-bbde-009cc85756ed" + "7214e772-25de-48e1-bb9f-fd7b49553cb3" ], "elapsed-time": [ - "6" + "9" ], "OData-Version": [ "4.0" @@ -384,7 +384,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:22:49 GMT" + "Sat, 08 Aug 2020 08:11:59 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -399,25 +399,25 @@ "107" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No data source with the name 'invalidds' was found in service 'azs-6126'.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No data source with the name 'invalidds' was found in service 'azs-4909'.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6958/providers/Microsoft.Search/searchServices/azs-6126?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTI2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2965/providers/Microsoft.Search/searchServices/azs-4909?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTY1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTA5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16eef666-1fb6-4521-8bb4-9bf2e320859a" + "d01e8700-fcae-4d40-8cb5-b9c05b9e72bf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -428,50 +428,41 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "16eef666-1fb6-4521-8bb4-9bf2e320859a" + "06dd457e-c10a-4158-a978-55ff95a442df" ], - "request-id": [ - "16eef666-1fb6-4521-8bb4-9bf2e320859a" + "x-ms-correlation-request-id": [ + "06dd457e-c10a-4158-a978-55ff95a442df" ], - "elapsed-time": [ - "827" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T081208Z:06dd457e-c10a-4158-a978-55ff95a442df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" - ], - "x-ms-correlation-request-id": [ - "d03f71c2-d85f-41eb-8140-41b45501f043" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002254Z:d03f71c2-d85f-41eb-8140-41b45501f043" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:22:53 GMT" + "Sat, 08 Aug 2020 08:12:07 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6958" + "azsmnet2965" ], "GenerateServiceName": [ - "azs-6126" + "azs-4909" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/ExistsReturnsTrueForExistingDataSource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/ExistsReturnsTrueForExistingDataSource.json index 96d18991896e..07823bb14dab 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/ExistsReturnsTrueForExistingDataSource.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/ExistsReturnsTrueForExistingDataSource.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "69bb527c-2384-4878-b833-c5833c7667ca" + "89b25184-c41e-440f-80f0-4f4e238d98b6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1193" ], "x-ms-request-id": [ - "ae09cac6-8a13-4b70-ba16-86eb00dc3d61" + "0dd1e460-aea5-4f68-8d14-34bda59e90a2" ], "x-ms-correlation-request-id": [ - "ae09cac6-8a13-4b70-ba16-86eb00dc3d61" + "0dd1e460-aea5-4f68-8d14-34bda59e90a2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002535Z:ae09cac6-8a13-4b70-ba16-86eb00dc3d61" + "NORTHEUROPE:20200808T081626Z:0dd1e460-aea5-4f68-8d14-34bda59e90a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:25:35 GMT" + "Sat, 08 Aug 2020 08:16:26 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7878?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3ODc4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet562?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NjI/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fd5974ea-d15e-48df-8e06-14d5f99ce26a" + "699152a6-e556-4cf7-a546-2277e29b78dc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1195" ], "x-ms-request-id": [ - "dacb6b5d-8671-472f-a7e9-b8769986b8c8" + "4c477b0c-92c2-4977-b4dd-db896855598b" ], "x-ms-correlation-request-id": [ - "dacb6b5d-8671-472f-a7e9-b8769986b8c8" + "4c477b0c-92c2-4977-b4dd-db896855598b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002536Z:dacb6b5d-8671-472f-a7e9-b8769986b8c8" + "NORTHEUROPE:20200808T081628Z:4c477b0c-92c2-4977-b4dd-db896855598b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:25:35 GMT" + "Sat, 08 Aug 2020 08:16:27 GMT" ], "Content-Length": [ - "175" + "173" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7878\",\r\n \"name\": \"azsmnet7878\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet562\",\r\n \"name\": \"azsmnet562\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7878/providers/Microsoft.Search/searchServices/azs-7364?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzY0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet562/providers/Microsoft.Search/searchServices/azs-6825?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTY4MjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3077874e-b731-4063-9e9e-5a9d3f3ef122" + "babe4233-ff81-46bc-8037-4147917286a6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A25%3A40.4014009Z'\"" + "W/\"datetime'2020-08-08T08%3A16%3A34.6253725Z'\"" ], "x-ms-request-id": [ - "3077874e-b731-4063-9e9e-5a9d3f3ef122" + "babe4233-ff81-46bc-8037-4147917286a6" ], "request-id": [ - "3077874e-b731-4063-9e9e-5a9d3f3ef122" + "babe4233-ff81-46bc-8037-4147917286a6" ], "elapsed-time": [ - "1612" + "3217" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1193" ], "x-ms-correlation-request-id": [ - "c2bcf857-b80d-492a-84a4-8f9e1d8e5209" + "d420b121-9a26-4c6d-a8d4-4ee2bd934b01" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002541Z:c2bcf857-b80d-492a-84a4-8f9e1d8e5209" + "NORTHEUROPE:20200808T081637Z:d420b121-9a26-4c6d-a8d4-4ee2bd934b01" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:25:40 GMT" + "Sat, 08 Aug 2020 08:16:36 GMT" ], "Content-Length": [ - "529" + "528" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7878/providers/Microsoft.Search/searchServices/azs-7364\",\r\n \"name\": \"azs-7364\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet562/providers/Microsoft.Search/searchServices/azs-6825\",\r\n \"name\": \"azs-6825\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7878/providers/Microsoft.Search/searchServices/azs-7364/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzY0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet562/providers/Microsoft.Search/searchServices/azs-6825/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTY4MjUvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7408d966-307e-444f-b72e-0932d1db5093" + "63e6ea1a-77b9-40b9-aa24-63a8d197939b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7408d966-307e-444f-b72e-0932d1db5093" + "63e6ea1a-77b9-40b9-aa24-63a8d197939b" ], "request-id": [ - "7408d966-307e-444f-b72e-0932d1db5093" + "63e6ea1a-77b9-40b9-aa24-63a8d197939b" ], "elapsed-time": [ - "316" + "655" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1190" ], "x-ms-correlation-request-id": [ - "3eb315d2-7e24-4d31-a3c6-6ed717849295" + "3ddd9f07-d80e-415a-89ab-acfd7aa757c3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002543Z:3eb315d2-7e24-4d31-a3c6-6ed717849295" + "NORTHEUROPE:20200808T081640Z:3ddd9f07-d80e-415a-89ab-acfd7aa757c3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:25:43 GMT" + "Sat, 08 Aug 2020 08:16:39 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"769BDE64B2F283B4C6DE10F6B6D953D4\",\r\n \"secondaryKey\": \"CDD66F8D07CABA45BD06FA4079FD9450\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"FC4E5508B5653554EED15555D61BBB19\",\r\n \"secondaryKey\": \"1DD430D9D1BF3A470FAFB266EF73BF6F\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7878/providers/Microsoft.Search/searchServices/azs-7364/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzY0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet562/providers/Microsoft.Search/searchServices/azs-6825/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTY4MjUvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b4400ddd-e3fc-4b41-89c6-80ecad24b30c" + "28a227af-2e72-44b7-be90-6ae791397765" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b4400ddd-e3fc-4b41-89c6-80ecad24b30c" + "28a227af-2e72-44b7-be90-6ae791397765" ], "request-id": [ - "b4400ddd-e3fc-4b41-89c6-80ecad24b30c" + "28a227af-2e72-44b7-be90-6ae791397765" ], "elapsed-time": [ - "431" + "426" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1189" ], "x-ms-correlation-request-id": [ - "44270b91-6929-450d-90f3-54414c3d1289" + "6a544983-8211-4a6f-84c4-f547e3166628" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002545Z:44270b91-6929-450d-90f3-54414c3d1289" + "NORTHEUROPE:20200808T081641Z:6a544983-8211-4a6f-84c4-f547e3166628" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:25:45 GMT" + "Sat, 08 Aug 2020 08:16:41 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"37CDC0B7AAEE8B6219C4C81352788256\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"45D0082C32AED65E8E72D52C20C3016C\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7728\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4386\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "5dfd8942-ccdc-4d51-bff2-ff04f7dd0079" + "9d9ebf4d-b252-432b-9570-867fa2155c5b" ], "Accept-Language": [ "en-US" ], "api-key": [ - "769BDE64B2F283B4C6DE10F6B6D953D4" + "FC4E5508B5653554EED15555D61BBB19" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366D50A2607\"" + "W/\"0x8D83B7362ADF024\"" ], "Location": [ - "https://azs-7364.search-dogfood.windows-int.net/datasources('azsmnet7728')?api-version=2019-05-06" + "https://azs-6825.search-dogfood.windows-int.net/datasources('azsmnet4386')?api-version=2019-05-06" ], "request-id": [ - "5dfd8942-ccdc-4d51-bff2-ff04f7dd0079" + "9d9ebf4d-b252-432b-9570-867fa2155c5b" ], "elapsed-time": [ - "32" + "75" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:25:46 GMT" + "Sat, 08 Aug 2020 08:16:42 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "378" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7364.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366D50A2607\\\"\",\r\n \"name\": \"azsmnet7728\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6825.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7362ADF024\\\"\",\r\n \"name\": \"azsmnet4386\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/datasources('azsmnet7728')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NzcyOCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet4386')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NDM4NicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "a03ca537-0661-4b7a-8d8c-5f9c18ebd8ff" + "06b047d0-aced-4aa3-9c48-dc563a521fc6" ], "Accept-Language": [ "en-US" ], "api-key": [ - "769BDE64B2F283B4C6DE10F6B6D953D4" + "FC4E5508B5653554EED15555D61BBB19" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -441,13 +441,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366D50A2607\"" + "W/\"0x8D83B7362ADF024\"" ], "request-id": [ - "a03ca537-0661-4b7a-8d8c-5f9c18ebd8ff" + "06b047d0-aced-4aa3-9c48-dc563a521fc6" ], "elapsed-time": [ - "6" + "8" ], "OData-Version": [ "4.0" @@ -459,7 +459,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:25:46 GMT" + "Sat, 08 Aug 2020 08:16:42 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -471,25 +471,25 @@ "378" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7364.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366D50A2607\\\"\",\r\n \"name\": \"azsmnet7728\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6825.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7362ADF024\\\"\",\r\n \"name\": \"azsmnet4386\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7878/providers/Microsoft.Search/searchServices/azs-7364?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzY0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet562/providers/Microsoft.Search/searchServices/azs-6825?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTY4MjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8dc126d3-601c-4209-9b7e-cd38171e104e" + "b61a7d42-a4cf-4537-bf1b-e40143c25c43" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -500,51 +500,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "8dc126d3-601c-4209-9b7e-cd38171e104e" + "b9e156f6-565e-40a7-91db-afa8984f22bc" ], - "request-id": [ - "8dc126d3-601c-4209-9b7e-cd38171e104e" + "x-ms-correlation-request-id": [ + "b9e156f6-565e-40a7-91db-afa8984f22bc" ], - "elapsed-time": [ - "1399" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T081653Z:b9e156f6-565e-40a7-91db-afa8984f22bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "1f5164fd-9044-4eb9-afe1-16c61326758e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002551Z:1f5164fd-9044-4eb9-afe1-16c61326758e" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:25:51 GMT" + "Sat, 08 Aug 2020 08:16:53 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7878", - "azsmnet7728" + "azsmnet562", + "azsmnet4386" ], "GenerateServiceName": [ - "azs-7364" + "azs-6825" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/GetDataSourceReturnsCorrectDefinition.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/GetDataSourceReturnsCorrectDefinition.json index 741cb7e1143c..c3d335d5f13a 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/GetDataSourceReturnsCorrectDefinition.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/GetDataSourceReturnsCorrectDefinition.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "681e2e8a-43ac-4306-81a2-59c5eaeb8da1" + "b5fcd92c-8275-4897-8c83-fa217e7fc021" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1192" ], "x-ms-request-id": [ - "de0acb41-995f-4ab1-80f9-8903fc5a5672" + "3bda8f51-d3c9-43df-b6ac-27009583973d" ], "x-ms-correlation-request-id": [ - "de0acb41-995f-4ab1-80f9-8903fc5a5672" + "3bda8f51-d3c9-43df-b6ac-27009583973d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002131Z:de0acb41-995f-4ab1-80f9-8903fc5a5672" + "NORTHEUROPE:20200808T080932Z:3bda8f51-d3c9-43df-b6ac-27009583973d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:21:31 GMT" + "Sat, 08 Aug 2020 08:09:31 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7468?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NDY4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7696?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3Njk2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fc1c38a0-0919-4db7-9784-07f48a7ef5d9" + "c817abd4-71bd-419a-bd77-b6f8212515f6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -96,13 +96,13 @@ "1195" ], "x-ms-request-id": [ - "51bd54ec-3ce1-4f15-9a28-ec29be00d2cb" + "c0dd3b2d-79a1-493c-8055-965fd79bcaa4" ], "x-ms-correlation-request-id": [ - "51bd54ec-3ce1-4f15-9a28-ec29be00d2cb" + "c0dd3b2d-79a1-493c-8055-965fd79bcaa4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002132Z:51bd54ec-3ce1-4f15-9a28-ec29be00d2cb" + "NORTHEUROPE:20200808T080933Z:c0dd3b2d-79a1-493c-8055-965fd79bcaa4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:21:32 GMT" + "Sat, 08 Aug 2020 08:09:32 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7468\",\r\n \"name\": \"azsmnet7468\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7696\",\r\n \"name\": \"azsmnet7696\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7468/providers/Microsoft.Search/searchServices/azs-1873?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODczP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7696/providers/Microsoft.Search/searchServices/azs-7264?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Njk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjY0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1d80f3ae-8042-482c-8159-a24e32764b02" + "9c52b0b4-58db-4926-b2da-9cd5fc5fd36e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A21%3A36.121011Z'\"" + "W/\"datetime'2020-08-08T08%3A09%3A39.2241708Z'\"" ], "x-ms-request-id": [ - "1d80f3ae-8042-482c-8159-a24e32764b02" + "9c52b0b4-58db-4926-b2da-9cd5fc5fd36e" ], "request-id": [ - "1d80f3ae-8042-482c-8159-a24e32764b02" + "9c52b0b4-58db-4926-b2da-9cd5fc5fd36e" ], "elapsed-time": [ - "1189" + "3365" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1193" ], "x-ms-correlation-request-id": [ - "4ca22543-55ab-4ec7-97a0-a38705dce1ad" + "b5762eef-11ea-4a8f-8d51-ea3aa78222db" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002136Z:4ca22543-55ab-4ec7-97a0-a38705dce1ad" + "NORTHEUROPE:20200808T080941Z:b5762eef-11ea-4a8f-8d51-ea3aa78222db" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:21:36 GMT" + "Sat, 08 Aug 2020 08:09:40 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7468/providers/Microsoft.Search/searchServices/azs-1873\",\r\n \"name\": \"azs-1873\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7696/providers/Microsoft.Search/searchServices/azs-7264\",\r\n \"name\": \"azs-7264\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7468/providers/Microsoft.Search/searchServices/azs-1873/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODczL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7696/providers/Microsoft.Search/searchServices/azs-7264/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Njk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjY0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f1690bcd-325f-482b-8eff-1ad3930571b1" + "79a0cb53-9cca-4ebd-b6df-cc573df5ff85" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f1690bcd-325f-482b-8eff-1ad3930571b1" + "79a0cb53-9cca-4ebd-b6df-cc573df5ff85" ], "request-id": [ - "f1690bcd-325f-482b-8eff-1ad3930571b1" + "79a0cb53-9cca-4ebd-b6df-cc573df5ff85" ], "elapsed-time": [ - "681" + "390" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1189" ], "x-ms-correlation-request-id": [ - "330f6dd5-9446-40d7-88e7-ef53c5362e2f" + "697db39d-02e3-47ec-a318-2f6eec724da3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002140Z:330f6dd5-9446-40d7-88e7-ef53c5362e2f" + "NORTHEUROPE:20200808T080946Z:697db39d-02e3-47ec-a318-2f6eec724da3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:21:39 GMT" + "Sat, 08 Aug 2020 08:09:45 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"8900031E88B7D2FA6E19D672690EE8FE\",\r\n \"secondaryKey\": \"95177B17CE76036ACBEE06BE55B625D0\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"474047E829FBAB348FCE81EC46E66E78\",\r\n \"secondaryKey\": \"EBE88E3614B94B43158BC09F5D91502D\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7468/providers/Microsoft.Search/searchServices/azs-1873/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODczL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7696/providers/Microsoft.Search/searchServices/azs-7264/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Njk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjY0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48fe2e05-f198-4f2a-bb1a-f0694c7a753d" + "b395d224-612a-4d23-ba9b-c23078b6341c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "48fe2e05-f198-4f2a-bb1a-f0694c7a753d" + "b395d224-612a-4d23-ba9b-c23078b6341c" ], "request-id": [ - "48fe2e05-f198-4f2a-bb1a-f0694c7a753d" + "b395d224-612a-4d23-ba9b-c23078b6341c" ], "elapsed-time": [ - "394" + "537" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1188" ], "x-ms-correlation-request-id": [ - "b4ec0e0c-eb95-4ca6-8d91-79765bcfeb59" + "0de7fbb0-5747-4664-ba3f-fdb2facc21e5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002141Z:b4ec0e0c-eb95-4ca6-8d91-79765bcfeb59" + "NORTHEUROPE:20200808T080947Z:0de7fbb0-5747-4664-ba3f-fdb2facc21e5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:21:41 GMT" + "Sat, 08 Aug 2020 08:09:46 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"E6E940F5C04072F4624E43D7251FDF59\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"837B3403EC7BF2D0222F29D1ED8BFFFE\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9403\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1041\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "99adf9c7-8508-43c4-906c-9550d2b10015" + "1e4a4048-17af-4517-926d-6373a6c81bb3" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036645B72C86\"" + "W/\"0x8D83B726BB973C2\"" ], "Location": [ - "https://azs-1873.search-dogfood.windows-int.net/datasources('azsmnet9403')?api-version=2019-05-06" + "https://azs-7264.search-dogfood.windows-int.net/datasources('azsmnet1041')?api-version=2019-05-06" ], "request-id": [ - "99adf9c7-8508-43c4-906c-9550d2b10015" + "1e4a4048-17af-4517-926d-6373a6c81bb3" ], "elapsed-time": [ - "36" + "44" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:45 GMT" + "Sat, 08 Aug 2020 08:09:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,35 +408,35 @@ "378" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036645B72C86\\\"\",\r\n \"name\": \"azsmnet9403\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726BB973C2\\\"\",\r\n \"name\": \"azsmnet1041\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5179\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet357\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "81bcc3ce-95a8-46b7-ad61-27fec290f2b9" + "48689cbb-f0d1-4e24-90e4-84a1fdb125ec" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "564" + "563" ] }, "ResponseHeaders": { @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036645D2AA51\"" + "W/\"0x8D83B726BDE90EF\"" ], "Location": [ - "https://azs-1873.search-dogfood.windows-int.net/datasources('azsmnet5179')?api-version=2019-05-06" + "https://azs-7264.search-dogfood.windows-int.net/datasources('azsmnet357')?api-version=2019-05-06" ], "request-id": [ - "81bcc3ce-95a8-46b7-ad61-27fec290f2b9" + "48689cbb-f0d1-4e24-90e4-84a1fdb125ec" ], "elapsed-time": [ - "40" + "65" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:45 GMT" + "Sat, 08 Aug 2020 08:09:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -477,31 +477,31 @@ "-1" ], "Content-Length": [ - "518" + "517" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036645D2AA51\\\"\",\r\n \"name\": \"azsmnet5179\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726BDE90EF\\\"\",\r\n \"name\": \"azsmnet357\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8106\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SqlIntegratedChangeTrackingPolicy\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5490\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SqlIntegratedChangeTrackingPolicy\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "a1b745bc-9fc6-43bb-8df7-c71c02d1f434" + "5b486d8d-56be-4682-b405-c061249330a8" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -519,16 +519,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366465FA28F\"" + "W/\"0x8D83B726C58E7A8\"" ], "Location": [ - "https://azs-1873.search-dogfood.windows-int.net/datasources('azsmnet8106')?api-version=2019-05-06" + "https://azs-7264.search-dogfood.windows-int.net/datasources('azsmnet5490')?api-version=2019-05-06" ], "request-id": [ - "a1b745bc-9fc6-43bb-8df7-c71c02d1f434" + "5b486d8d-56be-4682-b405-c061249330a8" ], "elapsed-time": [ - "813" + "662" ], "OData-Version": [ "4.0" @@ -540,7 +540,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:46 GMT" + "Sat, 08 Aug 2020 08:09:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -552,28 +552,28 @@ "449" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366465FA28F\\\"\",\r\n \"name\": \"azsmnet8106\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SqlIntegratedChangeTrackingPolicy\"\r\n },\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726C58E7A8\\\"\",\r\n \"name\": \"azsmnet5490\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SqlIntegratedChangeTrackingPolicy\"\r\n },\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8775\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"fakecolumn\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9506\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"fakecolumn\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "ac487459-bf5e-4832-999b-65a879473315" + "fbd0330b-1ca1-4e1e-95eb-14774ad5066b" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -591,16 +591,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803664678FCF3\"" + "W/\"0x8D83B726C726949\"" ], "Location": [ - "https://azs-1873.search-dogfood.windows-int.net/datasources('azsmnet8775')?api-version=2019-05-06" + "https://azs-7264.search-dogfood.windows-int.net/datasources('azsmnet9506')?api-version=2019-05-06" ], "request-id": [ - "ac487459-bf5e-4832-999b-65a879473315" + "fbd0330b-1ca1-4e1e-95eb-14774ad5066b" ], "elapsed-time": [ - "34" + "43" ], "OData-Version": [ "4.0" @@ -612,7 +612,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:46 GMT" + "Sat, 08 Aug 2020 08:09:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -624,28 +624,28 @@ "629" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803664678FCF3\\\"\",\r\n \"name\": \"azsmnet8775\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"fakecolumn\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726C726949\\\"\",\r\n \"name\": \"azsmnet9506\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"fakecolumn\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6929\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3644\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "b1190478-6240-44c5-a21f-fd72b6d00c8a" + "cfb098c6-b18c-48c4-91d0-d9f033c641e8" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -663,16 +663,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366468E1096\"" + "W/\"0x8D83B726C8A3CCB\"" ], "Location": [ - "https://azs-1873.search-dogfood.windows-int.net/datasources('azsmnet6929')?api-version=2019-05-06" + "https://azs-7264.search-dogfood.windows-int.net/datasources('azsmnet3644')?api-version=2019-05-06" ], "request-id": [ - "b1190478-6240-44c5-a21f-fd72b6d00c8a" + "cfb098c6-b18c-48c4-91d0-d9f033c641e8" ], "elapsed-time": [ - "37" + "34" ], "OData-Version": [ "4.0" @@ -684,7 +684,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:47 GMT" + "Sat, 08 Aug 2020 08:09:50 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -696,28 +696,28 @@ "378" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366468E1096\\\"\",\r\n \"name\": \"azsmnet6929\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726C8A3CCB\\\"\",\r\n \"name\": \"azsmnet3644\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2534\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1265\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "e8193005-8645-4798-afda-8371bf2df402" + "e8dd0581-207d-4b48-a898-3021673f17ae" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -735,16 +735,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036646A39989\"" + "W/\"0x8D83B726CA2D3CE\"" ], "Location": [ - "https://azs-1873.search-dogfood.windows-int.net/datasources('azsmnet2534')?api-version=2019-05-06" + "https://azs-7264.search-dogfood.windows-int.net/datasources('azsmnet1265')?api-version=2019-05-06" ], "request-id": [ - "e8193005-8645-4798-afda-8371bf2df402" + "e8dd0581-207d-4b48-a898-3021673f17ae" ], "elapsed-time": [ - "31" + "43" ], "OData-Version": [ "4.0" @@ -756,7 +756,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:47 GMT" + "Sat, 08 Aug 2020 08:09:50 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -768,28 +768,28 @@ "518" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036646A39989\\\"\",\r\n \"name\": \"azsmnet2534\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726CA2D3CE\\\"\",\r\n \"name\": \"azsmnet1265\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2874\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SqlIntegratedChangeTrackingPolicy\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9755\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SqlIntegratedChangeTrackingPolicy\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "e71edc24-394d-433e-96f1-34368c478672" + "664229a7-e84c-4561-8a30-791df87a5c85" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -807,16 +807,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036646C1D729\"" + "W/\"0x8D83B726CC186D1\"" ], "Location": [ - "https://azs-1873.search-dogfood.windows-int.net/datasources('azsmnet2874')?api-version=2019-05-06" + "https://azs-7264.search-dogfood.windows-int.net/datasources('azsmnet9755')?api-version=2019-05-06" ], "request-id": [ - "e71edc24-394d-433e-96f1-34368c478672" + "664229a7-e84c-4561-8a30-791df87a5c85" ], "elapsed-time": [ - "93" + "86" ], "OData-Version": [ "4.0" @@ -828,7 +828,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:47 GMT" + "Sat, 08 Aug 2020 08:09:50 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -840,28 +840,28 @@ "449" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036646C1D729\\\"\",\r\n \"name\": \"azsmnet2874\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SqlIntegratedChangeTrackingPolicy\"\r\n },\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726CC186D1\\\"\",\r\n \"name\": \"azsmnet9755\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SqlIntegratedChangeTrackingPolicy\"\r\n },\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7351\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"fakecolumn\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2576\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"fakecolumn\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "27af2057-ebbc-4a61-9165-7e88f8d5d698" + "e6ace192-8cc2-4b69-85b2-d9f7a07def91" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -879,16 +879,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036646D6273E\"" + "W/\"0x8D83B726CD90C24\"" ], "Location": [ - "https://azs-1873.search-dogfood.windows-int.net/datasources('azsmnet7351')?api-version=2019-05-06" + "https://azs-7264.search-dogfood.windows-int.net/datasources('azsmnet2576')?api-version=2019-05-06" ], "request-id": [ - "27af2057-ebbc-4a61-9165-7e88f8d5d698" + "e6ace192-8cc2-4b69-85b2-d9f7a07def91" ], "elapsed-time": [ - "29" + "36" ], "OData-Version": [ "4.0" @@ -900,7 +900,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:47 GMT" + "Sat, 08 Aug 2020 08:09:50 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -912,28 +912,28 @@ "629" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036646D6273E\\\"\",\r\n \"name\": \"azsmnet7351\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"fakecolumn\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726CD90C24\\\"\",\r\n \"name\": \"azsmnet2576\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"fakecolumn\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4620\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"credentials\": {\r\n \"connectionString\": \"AccountEndpoint=https://NotaRealAccount.documents.azure.com;AccountKey=fake;Database=someFakeDatabase\"\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5189\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"credentials\": {\r\n \"connectionString\": \"AccountEndpoint=https://NotaRealAccount.documents.azure.com;AccountKey=fake;Database=someFakeDatabase\"\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "d9b62253-2bdc-42be-a9fb-2d04e4bf9ba7" + "4191661f-0167-45e6-8d08-b15aea1a9bf4" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -951,16 +951,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036646EB61FE\"" + "W/\"0x8D83B726D030C80\"" ], "Location": [ - "https://azs-1873.search-dogfood.windows-int.net/datasources('azsmnet4620')?api-version=2019-05-06" + "https://azs-7264.search-dogfood.windows-int.net/datasources('azsmnet5189')?api-version=2019-05-06" ], "request-id": [ - "d9b62253-2bdc-42be-a9fb-2d04e4bf9ba7" + "4191661f-0167-45e6-8d08-b15aea1a9bf4" ], "elapsed-time": [ - "30" + "161" ], "OData-Version": [ "4.0" @@ -972,7 +972,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:47 GMT" + "Sat, 08 Aug 2020 08:09:50 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -984,28 +984,28 @@ "421" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036646EB61FE\\\"\",\r\n \"name\": \"azsmnet4620\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726D030C80\\\"\",\r\n \"name\": \"azsmnet5189\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5295\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"credentials\": {\r\n \"connectionString\": \"AccountEndpoint=https://NotaRealAccount.documents.azure.com;AccountKey=fake;Database=someFakeDatabase\"\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"_ts\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6088\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"credentials\": {\r\n \"connectionString\": \"AccountEndpoint=https://NotaRealAccount.documents.azure.com;AccountKey=fake;Database=someFakeDatabase\"\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"_ts\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "2f25643c-938b-44dc-a68f-36c284f4018c" + "acc461c3-0942-45c8-9848-4d862e2d2170" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -1023,16 +1023,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036647009CC2\"" + "W/\"0x8D83B726D1AE00B\"" ], "Location": [ - "https://azs-1873.search-dogfood.windows-int.net/datasources('azsmnet5295')?api-version=2019-05-06" + "https://azs-7264.search-dogfood.windows-int.net/datasources('azsmnet6088')?api-version=2019-05-06" ], "request-id": [ - "2f25643c-938b-44dc-a68f-36c284f4018c" + "acc461c3-0942-45c8-9848-4d862e2d2170" ], "elapsed-time": [ - "34" + "38" ], "OData-Version": [ "4.0" @@ -1044,7 +1044,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:47 GMT" + "Sat, 08 Aug 2020 08:09:51 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1056,35 +1056,35 @@ "525" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036647009CC2\\\"\",\r\n \"name\": \"azsmnet5295\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"_ts\"\r\n },\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726D1AE00B\\\"\",\r\n \"name\": \"azsmnet6088\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"_ts\"\r\n },\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4006\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"credentials\": {\r\n \"connectionString\": \"AccountEndpoint=https://NotaRealAccount.documents.azure.com;AccountKey=fake;Database=someFakeDatabase\"\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet359\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"credentials\": {\r\n \"connectionString\": \"AccountEndpoint=https://NotaRealAccount.documents.azure.com;AccountKey=fake;Database=someFakeDatabase\"\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "ed6f6c77-aa50-4533-b9fb-0de6eca138b3" + "b2b17be3-74e0-4562-a663-486ba77e5891" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "563" + "562" ] }, "ResponseHeaders": { @@ -1095,13 +1095,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366471513FC\"" + "W/\"0x8D83B726D31A1DD\"" ], "Location": [ - "https://azs-1873.search-dogfood.windows-int.net/datasources('azsmnet4006')?api-version=2019-05-06" + "https://azs-7264.search-dogfood.windows-int.net/datasources('azsmnet359')?api-version=2019-05-06" ], "request-id": [ - "ed6f6c77-aa50-4533-b9fb-0de6eca138b3" + "b2b17be3-74e0-4562-a663-486ba77e5891" ], "elapsed-time": [ "32" @@ -1116,7 +1116,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:47 GMT" + "Sat, 08 Aug 2020 08:09:51 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1125,31 +1125,31 @@ "-1" ], "Content-Length": [ - "561" + "560" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366471513FC\\\"\",\r\n \"name\": \"azsmnet4006\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726D31A1DD\\\"\",\r\n \"name\": \"azsmnet359\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8837\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"credentials\": {\r\n \"connectionString\": \"AccountEndpoint=https://NotaRealAccount.documents.azure.com;AccountKey=fake;Database=someFakeDatabase\"\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"_ts\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7689\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"credentials\": {\r\n \"connectionString\": \"AccountEndpoint=https://NotaRealAccount.documents.azure.com;AccountKey=fake;Database=someFakeDatabase\"\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"_ts\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "13e9553b-5972-4fa4-808b-7c6cd0d2b4aa" + "26373fe6-4355-4307-9b0e-e421a283dd08" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -1167,16 +1167,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803664729D96A\"" + "W/\"0x8D83B726D483C97\"" ], "Location": [ - "https://azs-1873.search-dogfood.windows-int.net/datasources('azsmnet8837')?api-version=2019-05-06" + "https://azs-7264.search-dogfood.windows-int.net/datasources('azsmnet7689')?api-version=2019-05-06" ], "request-id": [ - "13e9553b-5972-4fa4-808b-7c6cd0d2b4aa" + "26373fe6-4355-4307-9b0e-e421a283dd08" ], "elapsed-time": [ - "29" + "35" ], "OData-Version": [ "4.0" @@ -1188,7 +1188,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:48 GMT" + "Sat, 08 Aug 2020 08:09:51 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1200,28 +1200,28 @@ "665" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803664729D96A\\\"\",\r\n \"name\": \"azsmnet8837\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"_ts\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726D483C97\\\"\",\r\n \"name\": \"azsmnet7689\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"_ts\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1778\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azureblob\",\r\n \"credentials\": {\r\n \"connectionString\": \"DefaultEndpointsProtocol=https;AccountName=NotaRealAccount;AccountKey=fake;\"\r\n },\r\n \"container\": {\r\n \"name\": \"fakecontainer\",\r\n \"query\": \"/fakefolder/\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5056\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azureblob\",\r\n \"credentials\": {\r\n \"connectionString\": \"DefaultEndpointsProtocol=https;AccountName=NotaRealAccount;AccountKey=fake;\"\r\n },\r\n \"container\": {\r\n \"name\": \"fakecontainer\",\r\n \"query\": \"/fakefolder/\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "d0de9b2b-fb29-449f-a94d-0f4ace811425" + "cfdb90f8-e54a-46b2-a36d-846ec3806c1f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -1239,16 +1239,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366473FB081\"" + "W/\"0x8D83B726D5F73B8\"" ], "Location": [ - "https://azs-1873.search-dogfood.windows-int.net/datasources('azsmnet1778')?api-version=2019-05-06" + "https://azs-7264.search-dogfood.windows-int.net/datasources('azsmnet5056')?api-version=2019-05-06" ], "request-id": [ - "d0de9b2b-fb29-449f-a94d-0f4ace811425" + "cfdb90f8-e54a-46b2-a36d-846ec3806c1f" ], "elapsed-time": [ - "39" + "38" ], "OData-Version": [ "4.0" @@ -1260,7 +1260,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:48 GMT" + "Sat, 08 Aug 2020 08:09:51 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1272,28 +1272,28 @@ "392" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366473FB081\\\"\",\r\n \"name\": \"azsmnet1778\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azureblob\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"fakecontainer\",\r\n \"query\": \"/fakefolder/\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726D5F73B8\\\"\",\r\n \"name\": \"azsmnet5056\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azureblob\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"fakecontainer\",\r\n \"query\": \"/fakefolder/\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4312\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azureblob\",\r\n \"credentials\": {\r\n \"connectionString\": \"DefaultEndpointsProtocol=https;AccountName=NotaRealAccount;AccountKey=fake;\"\r\n },\r\n \"container\": {\r\n \"name\": \"fakecontainer\",\r\n \"query\": \"/fakefolder/\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4527\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azureblob\",\r\n \"credentials\": {\r\n \"connectionString\": \"DefaultEndpointsProtocol=https;AccountName=NotaRealAccount;AccountKey=fake;\"\r\n },\r\n \"container\": {\r\n \"name\": \"fakecontainer\",\r\n \"query\": \"/fakefolder/\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "084aacce-7f4b-423f-ab46-375f2641d801" + "f502486d-0fe9-4d72-9109-dc886bc46708" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -1311,16 +1311,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036647544ED2\"" + "W/\"0x8D83B726D77E3A4\"" ], "Location": [ - "https://azs-1873.search-dogfood.windows-int.net/datasources('azsmnet4312')?api-version=2019-05-06" + "https://azs-7264.search-dogfood.windows-int.net/datasources('azsmnet4527')?api-version=2019-05-06" ], "request-id": [ - "084aacce-7f4b-423f-ab46-375f2641d801" + "f502486d-0fe9-4d72-9109-dc886bc46708" ], "elapsed-time": [ - "32" + "35" ], "OData-Version": [ "4.0" @@ -1332,7 +1332,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:48 GMT" + "Sat, 08 Aug 2020 08:09:51 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1344,28 +1344,28 @@ "532" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036647544ED2\\\"\",\r\n \"name\": \"azsmnet4312\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azureblob\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"fakecontainer\",\r\n \"query\": \"/fakefolder/\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726D77E3A4\\\"\",\r\n \"name\": \"azsmnet4527\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azureblob\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"fakecontainer\",\r\n \"query\": \"/fakefolder/\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5289\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuretable\",\r\n \"credentials\": {\r\n \"connectionString\": \"DefaultEndpointsProtocol=https;AccountName=NotaRealAccount;AccountKey=fake;\"\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"fake query\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8601\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuretable\",\r\n \"credentials\": {\r\n \"connectionString\": \"DefaultEndpointsProtocol=https;AccountName=NotaRealAccount;AccountKey=fake;\"\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"fake query\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "fd751e11-5d04-412d-860e-3b4421eb8f77" + "a1c43d19-da58-4bae-b281-2f998f6a2f5c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -1383,16 +1383,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366477041DB\"" + "W/\"0x8D83B726D981DA6\"" ], "Location": [ - "https://azs-1873.search-dogfood.windows-int.net/datasources('azsmnet5289')?api-version=2019-05-06" + "https://azs-7264.search-dogfood.windows-int.net/datasources('azsmnet8601')?api-version=2019-05-06" ], "request-id": [ - "fd751e11-5d04-412d-860e-3b4421eb8f77" + "a1c43d19-da58-4bae-b281-2f998f6a2f5c" ], "elapsed-time": [ - "76" + "96" ], "OData-Version": [ "4.0" @@ -1404,7 +1404,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:48 GMT" + "Sat, 08 Aug 2020 08:09:51 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1416,28 +1416,28 @@ "387" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366477041DB\\\"\",\r\n \"name\": \"azsmnet5289\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuretable\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"fake query\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726D981DA6\\\"\",\r\n \"name\": \"azsmnet8601\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuretable\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"fake query\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1483\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuretable\",\r\n \"credentials\": {\r\n \"connectionString\": \"DefaultEndpointsProtocol=https;AccountName=NotaRealAccount;AccountKey=fake;\"\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"fake query\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5247\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuretable\",\r\n \"credentials\": {\r\n \"connectionString\": \"DefaultEndpointsProtocol=https;AccountName=NotaRealAccount;AccountKey=fake;\"\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"fake query\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "8a2883f7-c983-4a6b-9e2a-da01a7ae3507" + "fcc81b22-f777-41ae-a2c6-3a15a349b808" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -1455,16 +1455,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803664784E02C\"" + "W/\"0x8D83B726DAF2DAB\"" ], "Location": [ - "https://azs-1873.search-dogfood.windows-int.net/datasources('azsmnet1483')?api-version=2019-05-06" + "https://azs-7264.search-dogfood.windows-int.net/datasources('azsmnet5247')?api-version=2019-05-06" ], "request-id": [ - "8a2883f7-c983-4a6b-9e2a-da01a7ae3507" + "fcc81b22-f777-41ae-a2c6-3a15a349b808" ], "elapsed-time": [ - "30" + "33" ], "OData-Version": [ "4.0" @@ -1476,7 +1476,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:48 GMT" + "Sat, 08 Aug 2020 08:09:51 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -1488,28 +1488,28 @@ "527" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803664784E02C\\\"\",\r\n \"name\": \"azsmnet1483\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuretable\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"fake query\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726DAF2DAB\\\"\",\r\n \"name\": \"azsmnet5247\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuretable\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"fake query\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/datasources('azsmnet9403')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0OTQwMycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet1041')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MTA0MScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "9e6f0d8e-55e2-43e0-acea-22fd3837320b" + "73dafaf5-b113-4d81-9de6-e9f738918d2b" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1521,13 +1521,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036645B72C86\"" + "W/\"0x8D83B726BB973C2\"" ], "request-id": [ - "9e6f0d8e-55e2-43e0-acea-22fd3837320b" + "73dafaf5-b113-4d81-9de6-e9f738918d2b" ], "elapsed-time": [ - "28" + "50" ], "OData-Version": [ "4.0" @@ -1539,7 +1539,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:45 GMT" + "Sat, 08 Aug 2020 08:09:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -1551,28 +1551,28 @@ "378" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036645B72C86\\\"\",\r\n \"name\": \"azsmnet9403\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726BB973C2\\\"\",\r\n \"name\": \"azsmnet1041\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet9403')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0OTQwMycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet1041')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MTA0MScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "6392fa9a-0fbf-47c7-b890-9cd1207f1358" + "b76b4f9b-e5db-48e8-8492-880ad3ea6278" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1584,16 +1584,16 @@ "no-cache" ], "request-id": [ - "6392fa9a-0fbf-47c7-b890-9cd1207f1358" + "b76b4f9b-e5db-48e8-8492-880ad3ea6278" ], "elapsed-time": [ - "17" + "27" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:45 GMT" + "Sat, 08 Aug 2020 08:09:48 GMT" ], "Expires": [ "-1" @@ -1603,24 +1603,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet5179')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NTE3OScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet357')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MzU3Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "07c8aa78-9284-45c8-97a8-37e44641fb4b" + "7af69cfd-409a-46b1-8fff-b1faf159d843" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1632,13 +1632,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036645D2AA51\"" + "W/\"0x8D83B726BDE90EF\"" ], "request-id": [ - "07c8aa78-9284-45c8-97a8-37e44641fb4b" + "7af69cfd-409a-46b1-8fff-b1faf159d843" ], "elapsed-time": [ - "7" + "13" ], "OData-Version": [ "4.0" @@ -1650,7 +1650,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:45 GMT" + "Sat, 08 Aug 2020 08:09:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -1659,31 +1659,31 @@ "-1" ], "Content-Length": [ - "518" + "517" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036645D2AA51\\\"\",\r\n \"name\": \"azsmnet5179\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726BDE90EF\\\"\",\r\n \"name\": \"azsmnet357\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet5179')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NTE3OScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet357')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MzU3Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "406641a3-0a17-4354-b05c-b7d5e5b0f459" + "7c147b90-a8f7-4493-bbfa-5ee2466532b0" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1695,16 +1695,16 @@ "no-cache" ], "request-id": [ - "406641a3-0a17-4354-b05c-b7d5e5b0f459" + "7c147b90-a8f7-4493-bbfa-5ee2466532b0" ], "elapsed-time": [ - "18" + "20" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:45 GMT" + "Sat, 08 Aug 2020 08:09:49 GMT" ], "Expires": [ "-1" @@ -1714,24 +1714,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet8106')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0ODEwNicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet5490')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NTQ5MCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "e15cc1ef-6a09-44c7-9c56-83f6a3791d53" + "2ba8ad64-3ffb-4b4c-9e74-a539a48a9423" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1743,13 +1743,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366465FA28F\"" + "W/\"0x8D83B726C58E7A8\"" ], "request-id": [ - "e15cc1ef-6a09-44c7-9c56-83f6a3791d53" + "2ba8ad64-3ffb-4b4c-9e74-a539a48a9423" ], "elapsed-time": [ - "6" + "9" ], "OData-Version": [ "4.0" @@ -1761,7 +1761,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:46 GMT" + "Sat, 08 Aug 2020 08:09:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -1773,28 +1773,28 @@ "449" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366465FA28F\\\"\",\r\n \"name\": \"azsmnet8106\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SqlIntegratedChangeTrackingPolicy\"\r\n },\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726C58E7A8\\\"\",\r\n \"name\": \"azsmnet5490\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SqlIntegratedChangeTrackingPolicy\"\r\n },\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet8106')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0ODEwNicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet5490')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NTQ5MCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "d0f8b17b-352f-4955-97b4-6b641abd1d1f" + "f76ec99b-ec11-472f-827d-bdef2c3d8a2d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1806,16 +1806,16 @@ "no-cache" ], "request-id": [ - "d0f8b17b-352f-4955-97b4-6b641abd1d1f" + "f76ec99b-ec11-472f-827d-bdef2c3d8a2d" ], "elapsed-time": [ - "39" + "20" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:46 GMT" + "Sat, 08 Aug 2020 08:09:49 GMT" ], "Expires": [ "-1" @@ -1825,24 +1825,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet8775')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0ODc3NScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet9506')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0OTUwNicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "9b3d013d-8267-40b3-aced-3a7da7fc391c" + "18803aa2-503b-4aa1-85a9-2fddfd5c5b24" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1854,13 +1854,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803664678FCF3\"" + "W/\"0x8D83B726C726949\"" ], "request-id": [ - "9b3d013d-8267-40b3-aced-3a7da7fc391c" + "18803aa2-503b-4aa1-85a9-2fddfd5c5b24" ], "elapsed-time": [ - "5" + "10" ], "OData-Version": [ "4.0" @@ -1872,7 +1872,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:46 GMT" + "Sat, 08 Aug 2020 08:09:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -1884,28 +1884,28 @@ "629" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803664678FCF3\\\"\",\r\n \"name\": \"azsmnet8775\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"fakecolumn\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726C726949\\\"\",\r\n \"name\": \"azsmnet9506\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"fakecolumn\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet8775')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0ODc3NScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet9506')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0OTUwNicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "3f9f6932-8113-4b27-9fed-f6bf4f17f62a" + "fd293bd4-e8c2-4aad-9a76-9c1226346231" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1917,16 +1917,16 @@ "no-cache" ], "request-id": [ - "3f9f6932-8113-4b27-9fed-f6bf4f17f62a" + "fd293bd4-e8c2-4aad-9a76-9c1226346231" ], "elapsed-time": [ - "20" + "22" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:46 GMT" + "Sat, 08 Aug 2020 08:09:50 GMT" ], "Expires": [ "-1" @@ -1936,24 +1936,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet6929')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NjkyOScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet3644')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MzY0NCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "7ed75d65-f700-4fed-9a69-40ee7c4bebbc" + "d2ba0b45-d486-43d0-a13c-e1fd2378e5bb" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1965,13 +1965,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366468E1096\"" + "W/\"0x8D83B726C8A3CCB\"" ], "request-id": [ - "7ed75d65-f700-4fed-9a69-40ee7c4bebbc" + "d2ba0b45-d486-43d0-a13c-e1fd2378e5bb" ], "elapsed-time": [ - "5" + "9" ], "OData-Version": [ "4.0" @@ -1983,7 +1983,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:47 GMT" + "Sat, 08 Aug 2020 08:09:50 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -1995,28 +1995,28 @@ "378" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366468E1096\\\"\",\r\n \"name\": \"azsmnet6929\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726C8A3CCB\\\"\",\r\n \"name\": \"azsmnet3644\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet6929')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NjkyOScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet3644')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MzY0NCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "35437db0-b34f-44ad-85de-7aadff3ecd54" + "7dc4fc84-9db6-491e-a4d8-a1ac378a8e10" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -2028,16 +2028,16 @@ "no-cache" ], "request-id": [ - "35437db0-b34f-44ad-85de-7aadff3ecd54" + "7dc4fc84-9db6-491e-a4d8-a1ac378a8e10" ], "elapsed-time": [ - "18" + "19" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:47 GMT" + "Sat, 08 Aug 2020 08:09:50 GMT" ], "Expires": [ "-1" @@ -2047,24 +2047,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet2534')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MjUzNCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet1265')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MTI2NScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "6d974da9-43a6-43f4-b8f4-3610a39fb1cc" + "64634061-267c-4c00-83d5-8c3301fc671a" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -2076,13 +2076,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036646A39989\"" + "W/\"0x8D83B726CA2D3CE\"" ], "request-id": [ - "6d974da9-43a6-43f4-b8f4-3610a39fb1cc" + "64634061-267c-4c00-83d5-8c3301fc671a" ], "elapsed-time": [ - "6" + "9" ], "OData-Version": [ "4.0" @@ -2094,7 +2094,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:47 GMT" + "Sat, 08 Aug 2020 08:09:50 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2106,28 +2106,28 @@ "518" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036646A39989\\\"\",\r\n \"name\": \"azsmnet2534\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726CA2D3CE\\\"\",\r\n \"name\": \"azsmnet1265\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet2534')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MjUzNCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet1265')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MTI2NScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "93439f4f-4230-4040-97fe-173fea24aa22" + "75ec3ea4-243d-4976-8c21-73ebeaf6d915" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -2139,7 +2139,7 @@ "no-cache" ], "request-id": [ - "93439f4f-4230-4040-97fe-173fea24aa22" + "75ec3ea4-243d-4976-8c21-73ebeaf6d915" ], "elapsed-time": [ "19" @@ -2148,7 +2148,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:47 GMT" + "Sat, 08 Aug 2020 08:09:50 GMT" ], "Expires": [ "-1" @@ -2158,24 +2158,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet2874')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0Mjg3NCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet9755')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0OTc1NScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "e86229e1-3405-40b1-a448-405397942163" + "afabf84b-bd32-4e3a-b4a2-b1b6f8baa696" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -2187,13 +2187,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036646C1D729\"" + "W/\"0x8D83B726CC186D1\"" ], "request-id": [ - "e86229e1-3405-40b1-a448-405397942163" + "afabf84b-bd32-4e3a-b4a2-b1b6f8baa696" ], "elapsed-time": [ - "6" + "9" ], "OData-Version": [ "4.0" @@ -2205,7 +2205,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:47 GMT" + "Sat, 08 Aug 2020 08:09:50 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2217,28 +2217,28 @@ "449" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036646C1D729\\\"\",\r\n \"name\": \"azsmnet2874\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SqlIntegratedChangeTrackingPolicy\"\r\n },\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726CC186D1\\\"\",\r\n \"name\": \"azsmnet9755\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SqlIntegratedChangeTrackingPolicy\"\r\n },\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet2874')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0Mjg3NCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet9755')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0OTc1NScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "a2f6b7e9-b4c4-4cec-86b5-955854d9e784" + "f97c5ecf-1cd7-4901-90bf-3fedf627dccd" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -2250,16 +2250,16 @@ "no-cache" ], "request-id": [ - "a2f6b7e9-b4c4-4cec-86b5-955854d9e784" + "f97c5ecf-1cd7-4901-90bf-3fedf627dccd" ], "elapsed-time": [ - "17" + "20" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:47 GMT" + "Sat, 08 Aug 2020 08:09:50 GMT" ], "Expires": [ "-1" @@ -2269,24 +2269,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet7351')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NzM1MScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet2576')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MjU3NicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "964449f9-d745-46df-953e-f84b6ac3b574" + "bc356fe9-fa2a-4bb0-91eb-92673a3a4036" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -2298,13 +2298,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036646D6273E\"" + "W/\"0x8D83B726CD90C24\"" ], "request-id": [ - "964449f9-d745-46df-953e-f84b6ac3b574" + "bc356fe9-fa2a-4bb0-91eb-92673a3a4036" ], "elapsed-time": [ - "5" + "9" ], "OData-Version": [ "4.0" @@ -2316,7 +2316,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:47 GMT" + "Sat, 08 Aug 2020 08:09:50 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2328,28 +2328,28 @@ "629" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036646D6273E\\\"\",\r\n \"name\": \"azsmnet7351\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"fakecolumn\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726CD90C24\\\"\",\r\n \"name\": \"azsmnet2576\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"fakecolumn\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet7351')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NzM1MScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet2576')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MjU3NicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "8634057e-5337-4fdb-a073-abafc633c67f" + "9a321df4-7c6e-445d-a413-aea80c76e713" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -2361,16 +2361,16 @@ "no-cache" ], "request-id": [ - "8634057e-5337-4fdb-a073-abafc633c67f" + "9a321df4-7c6e-445d-a413-aea80c76e713" ], "elapsed-time": [ - "23" + "20" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:47 GMT" + "Sat, 08 Aug 2020 08:09:50 GMT" ], "Expires": [ "-1" @@ -2380,24 +2380,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet4620')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NDYyMCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet5189')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NTE4OScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "8abda928-73f2-476a-8c32-5f60816298fe" + "a295399e-3691-456f-95fb-5f8fb829df55" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -2409,13 +2409,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036646EB61FE\"" + "W/\"0x8D83B726D030C80\"" ], "request-id": [ - "8abda928-73f2-476a-8c32-5f60816298fe" + "a295399e-3691-456f-95fb-5f8fb829df55" ], "elapsed-time": [ - "5" + "9" ], "OData-Version": [ "4.0" @@ -2427,7 +2427,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:47 GMT" + "Sat, 08 Aug 2020 08:09:50 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2439,28 +2439,28 @@ "421" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036646EB61FE\\\"\",\r\n \"name\": \"azsmnet4620\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726D030C80\\\"\",\r\n \"name\": \"azsmnet5189\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet4620')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NDYyMCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet5189')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NTE4OScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "b03d6cf9-df32-47aa-a366-2f22bcfeba5a" + "84ffa576-b67d-48f4-8fcf-c7efa1078e38" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -2472,16 +2472,16 @@ "no-cache" ], "request-id": [ - "b03d6cf9-df32-47aa-a366-2f22bcfeba5a" + "84ffa576-b67d-48f4-8fcf-c7efa1078e38" ], "elapsed-time": [ - "18" + "23" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:47 GMT" + "Sat, 08 Aug 2020 08:09:50 GMT" ], "Expires": [ "-1" @@ -2491,24 +2491,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet5295')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NTI5NScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet6088')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NjA4OCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "a724ddbd-6a59-49ed-a255-60238c060048" + "7427ef3e-f42e-47f9-9e51-c0e6c5d8bc0d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -2520,13 +2520,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036647009CC2\"" + "W/\"0x8D83B726D1AE00B\"" ], "request-id": [ - "a724ddbd-6a59-49ed-a255-60238c060048" + "7427ef3e-f42e-47f9-9e51-c0e6c5d8bc0d" ], "elapsed-time": [ - "6" + "8" ], "OData-Version": [ "4.0" @@ -2538,7 +2538,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:47 GMT" + "Sat, 08 Aug 2020 08:09:51 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2550,28 +2550,28 @@ "525" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036647009CC2\\\"\",\r\n \"name\": \"azsmnet5295\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"_ts\"\r\n },\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726D1AE00B\\\"\",\r\n \"name\": \"azsmnet6088\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"_ts\"\r\n },\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet5295')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NTI5NScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet6088')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NjA4OCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "8a1995c9-5063-45fa-bf91-1ea6da11346c" + "79d4dca4-dfee-43cb-960b-7110553e18d3" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -2583,16 +2583,16 @@ "no-cache" ], "request-id": [ - "8a1995c9-5063-45fa-bf91-1ea6da11346c" + "79d4dca4-dfee-43cb-960b-7110553e18d3" ], "elapsed-time": [ - "18" + "20" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:47 GMT" + "Sat, 08 Aug 2020 08:09:51 GMT" ], "Expires": [ "-1" @@ -2602,24 +2602,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet4006')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NDAwNicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet359')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MzU5Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "f50883cc-0cee-496e-9a12-eba728eb5372" + "1eaa6fe5-07e3-4b9b-967b-91ffd8e31d56" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -2631,13 +2631,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366471513FC\"" + "W/\"0x8D83B726D31A1DD\"" ], "request-id": [ - "f50883cc-0cee-496e-9a12-eba728eb5372" + "1eaa6fe5-07e3-4b9b-967b-91ffd8e31d56" ], "elapsed-time": [ - "5" + "9" ], "OData-Version": [ "4.0" @@ -2649,7 +2649,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:47 GMT" + "Sat, 08 Aug 2020 08:09:51 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2658,31 +2658,31 @@ "-1" ], "Content-Length": [ - "561" + "560" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366471513FC\\\"\",\r\n \"name\": \"azsmnet4006\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726D31A1DD\\\"\",\r\n \"name\": \"azsmnet359\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet4006')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NDAwNicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet359')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MzU5Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "85e3e703-553c-4153-ae11-e920a8ced5d6" + "7bf10d05-08dd-468c-9853-845cbab91e24" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -2694,16 +2694,16 @@ "no-cache" ], "request-id": [ - "85e3e703-553c-4153-ae11-e920a8ced5d6" + "7bf10d05-08dd-468c-9853-845cbab91e24" ], "elapsed-time": [ - "18" + "20" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:47 GMT" + "Sat, 08 Aug 2020 08:09:51 GMT" ], "Expires": [ "-1" @@ -2713,24 +2713,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet8837')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0ODgzNycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet7689')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NzY4OScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "226de583-3692-4751-bf25-9cdd28a96e0a" + "b80ef62c-ff9a-4f0f-b53b-75e867c4ba52" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -2742,13 +2742,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803664729D96A\"" + "W/\"0x8D83B726D483C97\"" ], "request-id": [ - "226de583-3692-4751-bf25-9cdd28a96e0a" + "b80ef62c-ff9a-4f0f-b53b-75e867c4ba52" ], "elapsed-time": [ - "5" + "9" ], "OData-Version": [ "4.0" @@ -2760,7 +2760,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:48 GMT" + "Sat, 08 Aug 2020 08:09:51 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2772,28 +2772,28 @@ "665" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803664729D96A\\\"\",\r\n \"name\": \"azsmnet8837\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"_ts\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726D483C97\\\"\",\r\n \"name\": \"azsmnet7689\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"cosmosdb\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"SELECT ... FROM x where x._ts > @HighWaterMark\"\r\n },\r\n \"dataChangeDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\r\n \"highWaterMarkColumnName\": \"_ts\"\r\n },\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet8837')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0ODgzNycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet7689')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NzY4OScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "9b25261c-bef0-4c81-a9b0-ff775ef9ab5b" + "9dcfc01d-f591-4cb5-936e-234bb35fa918" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -2805,16 +2805,16 @@ "no-cache" ], "request-id": [ - "9b25261c-bef0-4c81-a9b0-ff775ef9ab5b" + "9dcfc01d-f591-4cb5-936e-234bb35fa918" ], "elapsed-time": [ - "19" + "21" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:48 GMT" + "Sat, 08 Aug 2020 08:09:51 GMT" ], "Expires": [ "-1" @@ -2824,24 +2824,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet1778')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MTc3OCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet5056')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NTA1NicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "d2518017-bef2-4a2b-80cb-9dea29b756f2" + "941eaa92-8c45-42cd-9494-d535d680e260" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -2853,13 +2853,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366473FB081\"" + "W/\"0x8D83B726D5F73B8\"" ], "request-id": [ - "d2518017-bef2-4a2b-80cb-9dea29b756f2" + "941eaa92-8c45-42cd-9494-d535d680e260" ], "elapsed-time": [ - "6" + "15" ], "OData-Version": [ "4.0" @@ -2871,7 +2871,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:48 GMT" + "Sat, 08 Aug 2020 08:09:51 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2883,28 +2883,28 @@ "392" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366473FB081\\\"\",\r\n \"name\": \"azsmnet1778\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azureblob\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"fakecontainer\",\r\n \"query\": \"/fakefolder/\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726D5F73B8\\\"\",\r\n \"name\": \"azsmnet5056\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azureblob\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"fakecontainer\",\r\n \"query\": \"/fakefolder/\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet1778')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MTc3OCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet5056')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NTA1NicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "7bf69385-7232-4dfb-b9f1-84379625d7d6" + "48c107a8-f2d0-4eb5-824e-c70e3c2957c7" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -2916,16 +2916,16 @@ "no-cache" ], "request-id": [ - "7bf69385-7232-4dfb-b9f1-84379625d7d6" + "48c107a8-f2d0-4eb5-824e-c70e3c2957c7" ], "elapsed-time": [ - "18" + "21" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:48 GMT" + "Sat, 08 Aug 2020 08:09:51 GMT" ], "Expires": [ "-1" @@ -2935,24 +2935,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet4312')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NDMxMicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet4527')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NDUyNycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "d1d99105-1f50-4e57-bff9-c7069f536dbc" + "01224350-d8ec-4e2a-a3fe-b9e01603aa2e" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -2964,13 +2964,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036647544ED2\"" + "W/\"0x8D83B726D77E3A4\"" ], "request-id": [ - "d1d99105-1f50-4e57-bff9-c7069f536dbc" + "01224350-d8ec-4e2a-a3fe-b9e01603aa2e" ], "elapsed-time": [ - "6" + "8" ], "OData-Version": [ "4.0" @@ -2982,7 +2982,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:48 GMT" + "Sat, 08 Aug 2020 08:09:51 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2994,28 +2994,28 @@ "532" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036647544ED2\\\"\",\r\n \"name\": \"azsmnet4312\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azureblob\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"fakecontainer\",\r\n \"query\": \"/fakefolder/\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726D77E3A4\\\"\",\r\n \"name\": \"azsmnet4527\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azureblob\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"fakecontainer\",\r\n \"query\": \"/fakefolder/\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet4312')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NDMxMicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet4527')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NDUyNycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "fed53496-8615-41b2-9662-e4a0c5feb46b" + "091658b5-decd-4dcf-b3cb-617e47d68ac8" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -3027,16 +3027,16 @@ "no-cache" ], "request-id": [ - "fed53496-8615-41b2-9662-e4a0c5feb46b" + "091658b5-decd-4dcf-b3cb-617e47d68ac8" ], "elapsed-time": [ - "18" + "19" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:48 GMT" + "Sat, 08 Aug 2020 08:09:51 GMT" ], "Expires": [ "-1" @@ -3046,24 +3046,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet5289')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NTI4OScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet8601')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0ODYwMScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "7b62daf1-be0d-4ac8-ac6c-f8a86efe7aeb" + "4881edfa-f223-42b7-b3dd-c34cbcea4e3e" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -3075,13 +3075,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366477041DB\"" + "W/\"0x8D83B726D981DA6\"" ], "request-id": [ - "7b62daf1-be0d-4ac8-ac6c-f8a86efe7aeb" + "4881edfa-f223-42b7-b3dd-c34cbcea4e3e" ], "elapsed-time": [ - "6" + "9" ], "OData-Version": [ "4.0" @@ -3093,7 +3093,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:48 GMT" + "Sat, 08 Aug 2020 08:09:51 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -3105,28 +3105,28 @@ "387" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366477041DB\\\"\",\r\n \"name\": \"azsmnet5289\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuretable\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"fake query\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726D981DA6\\\"\",\r\n \"name\": \"azsmnet8601\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuretable\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"fake query\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet5289')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NTI4OScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet8601')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0ODYwMScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "34b84dd1-38a7-4f21-aab2-7c04b0fccd19" + "06cc204d-02d5-426d-af30-390cefc59836" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -3138,16 +3138,16 @@ "no-cache" ], "request-id": [ - "34b84dd1-38a7-4f21-aab2-7c04b0fccd19" + "06cc204d-02d5-426d-af30-390cefc59836" ], "elapsed-time": [ - "18" + "19" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:48 GMT" + "Sat, 08 Aug 2020 08:09:51 GMT" ], "Expires": [ "-1" @@ -3157,24 +3157,24 @@ "StatusCode": 204 }, { - "RequestUri": "/datasources('azsmnet1483')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MTQ4MycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet5247')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NTI0NycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "2b5d0a6e-5ac7-4a85-a1be-1d31d1bda9bf" + "4efe6f92-81c3-470a-900f-e6b21a6b2e16" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -3186,13 +3186,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803664784E02C\"" + "W/\"0x8D83B726DAF2DAB\"" ], "request-id": [ - "2b5d0a6e-5ac7-4a85-a1be-1d31d1bda9bf" + "4efe6f92-81c3-470a-900f-e6b21a6b2e16" ], "elapsed-time": [ - "6" + "8" ], "OData-Version": [ "4.0" @@ -3204,7 +3204,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:48 GMT" + "Sat, 08 Aug 2020 08:09:52 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -3216,28 +3216,28 @@ "527" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1873.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803664784E02C\\\"\",\r\n \"name\": \"azsmnet1483\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuretable\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"fake query\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7264.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B726DAF2DAB\\\"\",\r\n \"name\": \"azsmnet5247\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuretable\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"faketable\",\r\n \"query\": \"fake query\"\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\r\n \"softDeleteColumnName\": \"isDeleted\",\r\n \"softDeleteMarkerValue\": \"1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet1483')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MTQ4MycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet5247')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NTI0NycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "1b34e411-35e4-43a6-8954-e16548ff7f6d" + "19c7ca87-d9f4-491b-b375-2d769a0bc71f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8900031E88B7D2FA6E19D672690EE8FE" + "474047E829FBAB348FCE81EC46E66E78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -3249,16 +3249,16 @@ "no-cache" ], "request-id": [ - "1b34e411-35e4-43a6-8954-e16548ff7f6d" + "19c7ca87-d9f4-491b-b375-2d769a0bc71f" ], "elapsed-time": [ - "17" + "18" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:21:48 GMT" + "Sat, 08 Aug 2020 08:09:52 GMT" ], "Expires": [ "-1" @@ -3268,21 +3268,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7468/providers/Microsoft.Search/searchServices/azs-1873?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODczP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7696/providers/Microsoft.Search/searchServices/azs-7264?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Njk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjY0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b9d6b7d-9717-4ab5-a513-d67d05134e24" + "f385c2fd-7f2b-42c3-8ccf-553fc467b12c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3293,66 +3293,57 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "2b9d6b7d-9717-4ab5-a513-d67d05134e24" + "242779c7-0499-4035-a694-74cf1b9b9df6" ], - "request-id": [ - "2b9d6b7d-9717-4ab5-a513-d67d05134e24" + "x-ms-correlation-request-id": [ + "242779c7-0499-4035-a694-74cf1b9b9df6" ], - "elapsed-time": [ - "903" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T081001Z:242779c7-0499-4035-a694-74cf1b9b9df6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" - ], - "x-ms-correlation-request-id": [ - "2a627c9c-b631-46a5-b5c5-448218f7073f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002154Z:2a627c9c-b631-46a5-b5c5-448218f7073f" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:21:53 GMT" + "Sat, 08 Aug 2020 08:10:01 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7468", - "azsmnet9403", - "azsmnet5179", - "azsmnet8106", - "azsmnet8775", - "azsmnet6929", - "azsmnet2534", - "azsmnet2874", - "azsmnet7351", - "azsmnet4620", - "azsmnet5295", - "azsmnet4006", - "azsmnet8837", - "azsmnet1778", - "azsmnet4312", - "azsmnet5289", - "azsmnet1483" + "azsmnet7696", + "azsmnet1041", + "azsmnet357", + "azsmnet5490", + "azsmnet9506", + "azsmnet3644", + "azsmnet1265", + "azsmnet9755", + "azsmnet2576", + "azsmnet5189", + "azsmnet6088", + "azsmnet359", + "azsmnet7689", + "azsmnet5056", + "azsmnet4527", + "azsmnet8601", + "azsmnet5247" ], "GenerateServiceName": [ - "azs-1873" + "azs-7264" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/GetDataSourceThrowsOnNotFound.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/GetDataSourceThrowsOnNotFound.json index 4957ece75633..e2cb8f1f8e0d 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/GetDataSourceThrowsOnNotFound.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/GetDataSourceThrowsOnNotFound.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2233527a-6d08-4a38-b045-577eba461de4" + "35f72af7-4f55-40f2-a374-1a193aa2b270" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1192" ], "x-ms-request-id": [ - "d94722bb-694e-44f1-bb6b-7ea5a83f359e" + "729e9de3-c4ea-4b02-b115-a48c5ad65b18" ], "x-ms-correlation-request-id": [ - "d94722bb-694e-44f1-bb6b-7ea5a83f359e" + "729e9de3-c4ea-4b02-b115-a48c5ad65b18" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002625Z:d94722bb-694e-44f1-bb6b-7ea5a83f359e" + "NORTHEUROPE:20200808T081735Z:729e9de3-c4ea-4b02-b115-a48c5ad65b18" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:26:25 GMT" + "Sat, 08 Aug 2020 08:17:34 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6137?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MTM3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7643?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NjQzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "469c43aa-8887-46d0-b337-6b0d3cfa94ad" + "510c0b7d-746e-4f69-abb6-19d0200ad3f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -96,13 +96,13 @@ "1194" ], "x-ms-request-id": [ - "ced535ff-8f1e-4328-a347-001422f9b98a" + "49ed250a-1d63-403d-b068-a6d157c4bfe8" ], "x-ms-correlation-request-id": [ - "ced535ff-8f1e-4328-a347-001422f9b98a" + "49ed250a-1d63-403d-b068-a6d157c4bfe8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002626Z:ced535ff-8f1e-4328-a347-001422f9b98a" + "NORTHEUROPE:20200808T081736Z:49ed250a-1d63-403d-b068-a6d157c4bfe8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:26:25 GMT" + "Sat, 08 Aug 2020 08:17:36 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6137\",\r\n \"name\": \"azsmnet6137\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7643\",\r\n \"name\": \"azsmnet7643\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6137/providers/Microsoft.Search/searchServices/azs-6738?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzM4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7643/providers/Microsoft.Search/searchServices/azs-6759?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzU5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b2e0e075-76cd-4cd6-907a-fa4d7b8012c9" + "d162f979-49b1-4b18-a75c-29f15677a520" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,16 +159,16 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A26%3A33.4030675Z'\"" + "W/\"datetime'2020-08-08T08%3A17%3A42.078297Z'\"" ], "x-ms-request-id": [ - "b2e0e075-76cd-4cd6-907a-fa4d7b8012c9" + "d162f979-49b1-4b18-a75c-29f15677a520" ], "request-id": [ - "b2e0e075-76cd-4cd6-907a-fa4d7b8012c9" + "d162f979-49b1-4b18-a75c-29f15677a520" ], "elapsed-time": [ - "1170" + "3198" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,16 +177,16 @@ "1192" ], "x-ms-correlation-request-id": [ - "248b49ed-6d06-459f-8389-84f59b47d844" + "fd792f42-13b3-41c3-95da-846554684830" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002634Z:248b49ed-6d06-459f-8389-84f59b47d844" + "NORTHEUROPE:20200808T081743Z:fd792f42-13b3-41c3-95da-846554684830" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:26:33 GMT" + "Sat, 08 Aug 2020 08:17:42 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6137/providers/Microsoft.Search/searchServices/azs-6738\",\r\n \"name\": \"azs-6738\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7643/providers/Microsoft.Search/searchServices/azs-6759\",\r\n \"name\": \"azs-6759\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6137/providers/Microsoft.Search/searchServices/azs-6738/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzM4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7643/providers/Microsoft.Search/searchServices/azs-6759/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzU5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "232a89c3-a2a1-452a-a50c-8d3ebd02eb79" + "67949fab-f429-4d58-b390-d24799450a9f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,13 +231,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "232a89c3-a2a1-452a-a50c-8d3ebd02eb79" + "67949fab-f429-4d58-b390-d24799450a9f" ], "request-id": [ - "232a89c3-a2a1-452a-a50c-8d3ebd02eb79" + "67949fab-f429-4d58-b390-d24799450a9f" ], "elapsed-time": [ - "124" + "424" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -246,16 +246,16 @@ "1188" ], "x-ms-correlation-request-id": [ - "1d7ba08e-5f18-47e2-afe8-97d61492765d" + "ea358db5-5f85-4153-b757-b93e924cac73" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002636Z:1d7ba08e-5f18-47e2-afe8-97d61492765d" + "NORTHEUROPE:20200808T081746Z:ea358db5-5f85-4153-b757-b93e924cac73" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:26:36 GMT" + "Sat, 08 Aug 2020 08:17:46 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"28CFE20D8099F9EDCCA174363BF33BBD\",\r\n \"secondaryKey\": \"73127560576EB77779AE5ED73F92A04B\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"746759E6404CD5C4E808EA38BA7EF1A2\",\r\n \"secondaryKey\": \"1DD721A929D7AC68737B8EE5F1E165DC\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6137/providers/Microsoft.Search/searchServices/azs-6738/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzM4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7643/providers/Microsoft.Search/searchServices/azs-6759/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzU5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34de735d-34f5-4f50-958e-640d74995545" + "76a22d54-a6b2-4d98-976e-eb98f7ab0db1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,13 +300,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "34de735d-34f5-4f50-958e-640d74995545" + "76a22d54-a6b2-4d98-976e-eb98f7ab0db1" ], "request-id": [ - "34de735d-34f5-4f50-958e-640d74995545" + "76a22d54-a6b2-4d98-976e-eb98f7ab0db1" ], "elapsed-time": [ - "89" + "415" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -315,16 +315,16 @@ "1187" ], "x-ms-correlation-request-id": [ - "14157287-5049-4f95-ab94-ad8b127c55ca" + "f49059f3-3eec-4909-93c6-4645f458cea2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002637Z:14157287-5049-4f95-ab94-ad8b127c55ca" + "NORTHEUROPE:20200808T081747Z:f49059f3-3eec-4909-93c6-4645f458cea2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:26:36 GMT" + "Sat, 08 Aug 2020 08:17:47 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D2B5F187716F76DF6DFFAB18E997E2A9\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"46887328E5749B731E9A3B2D52389FF3\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -346,18 +346,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "34eb5010-5f43-4a19-b410-ebb0f3e64ed8" + "99943393-be42-41da-bfc8-8f7a40f780b6" ], "Accept-Language": [ "en-US" ], "api-key": [ - "28CFE20D8099F9EDCCA174363BF33BBD" + "746759E6404CD5C4E808EA38BA7EF1A2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -369,10 +369,10 @@ "no-cache" ], "request-id": [ - "34eb5010-5f43-4a19-b410-ebb0f3e64ed8" + "99943393-be42-41da-bfc8-8f7a40f780b6" ], "elapsed-time": [ - "5" + "10" ], "OData-Version": [ "4.0" @@ -384,7 +384,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:39 GMT" + "Sat, 08 Aug 2020 08:17:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -399,25 +399,25 @@ "124" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No data source with the name 'thisdatasourcedoesnotexist' was found in service 'azs-6738'.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No data source with the name 'thisdatasourcedoesnotexist' was found in service 'azs-6759'.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6137/providers/Microsoft.Search/searchServices/azs-6738?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzM4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7643/providers/Microsoft.Search/searchServices/azs-6759?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzU5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac217ca4-16c3-4cfa-87d9-6a79d0e4f902" + "017a86ef-5263-4c13-98ba-2ed38b73758b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -428,50 +428,41 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14993" + ], "x-ms-request-id": [ - "ac217ca4-16c3-4cfa-87d9-6a79d0e4f902" + "66b10825-2c70-4f32-89b5-1dbed6c719c2" ], - "request-id": [ - "ac217ca4-16c3-4cfa-87d9-6a79d0e4f902" + "x-ms-correlation-request-id": [ + "66b10825-2c70-4f32-89b5-1dbed6c719c2" ], - "elapsed-time": [ - "1405" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T081857Z:66b10825-2c70-4f32-89b5-1dbed6c719c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" - ], - "x-ms-correlation-request-id": [ - "1d1b524e-cf55-40c9-8f68-6c9e080d91b7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002644Z:1d1b524e-cf55-40c9-8f68-6c9e080d91b7" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:26:44 GMT" + "Sat, 08 Aug 2020 08:18:57 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6137" + "azsmnet7643" ], "GenerateServiceName": [ - "azs-6738" + "azs-6759" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/UpdateDataSourceIfExistsFailsOnNoResource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/UpdateDataSourceIfExistsFailsOnNoResource.json index cfadf69bbde7..7eda8e053ae3 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/UpdateDataSourceIfExistsFailsOnNoResource.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/UpdateDataSourceIfExistsFailsOnNoResource.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "26faa421-c59b-444b-ae41-04bca7d314d7" + "9a412ca4-fbf3-4483-be82-4bff182f3adc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1197" ], "x-ms-request-id": [ - "4f3c8c4d-8232-4ab2-8ed9-cdd84e733584" + "529d3087-bfcc-40fc-89f5-1339c56858b1" ], "x-ms-correlation-request-id": [ - "4f3c8c4d-8232-4ab2-8ed9-cdd84e733584" + "529d3087-bfcc-40fc-89f5-1339c56858b1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002649Z:4f3c8c4d-8232-4ab2-8ed9-cdd84e733584" + "NORTHEUROPE:20200808T081905Z:529d3087-bfcc-40fc-89f5-1339c56858b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:26:48 GMT" + "Sat, 08 Aug 2020 08:19:05 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7395?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3Mzk1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1673?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxNjczP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b2fb1189-b87e-43c4-b26a-67e8a49daa31" + "179fd1aa-82ca-430c-9533-47dd5b5a184a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1197" ], "x-ms-request-id": [ - "0c4fdeb7-a6da-4e6a-8009-2d8e42290fa5" + "f01b0246-cd1b-43ca-adc3-1aba8e0a3fea" ], "x-ms-correlation-request-id": [ - "0c4fdeb7-a6da-4e6a-8009-2d8e42290fa5" + "f01b0246-cd1b-43ca-adc3-1aba8e0a3fea" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002650Z:0c4fdeb7-a6da-4e6a-8009-2d8e42290fa5" + "NORTHEUROPE:20200808T081906Z:f01b0246-cd1b-43ca-adc3-1aba8e0a3fea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:26:50 GMT" + "Sat, 08 Aug 2020 08:19:06 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7395\",\r\n \"name\": \"azsmnet7395\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1673\",\r\n \"name\": \"azsmnet1673\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7395/providers/Microsoft.Search/searchServices/azs-5041?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Mzk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MDQxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1673/providers/Microsoft.Search/searchServices/azs-516?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjczL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MTY/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "58efb922-3f94-4b15-abf4-f5134b4dfea6" + "a02f7d44-08a7-44d8-8caa-a6c00535d315" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A26%3A54.03473Z'\"" + "W/\"datetime'2020-08-08T08%3A19%3A12.2111454Z'\"" ], "x-ms-request-id": [ - "58efb922-3f94-4b15-abf4-f5134b4dfea6" + "a02f7d44-08a7-44d8-8caa-a6c00535d315" ], "request-id": [ - "58efb922-3f94-4b15-abf4-f5134b4dfea6" + "a02f7d44-08a7-44d8-8caa-a6c00535d315" ], "elapsed-time": [ - "1201" + "1891" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1194" ], "x-ms-correlation-request-id": [ - "0ca3d913-9668-4d17-8efe-f0812b684cee" + "cf363809-ef17-4823-86db-e19f4b2854ff" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002654Z:0ca3d913-9668-4d17-8efe-f0812b684cee" + "NORTHEUROPE:20200808T081913Z:cf363809-ef17-4823-86db-e19f4b2854ff" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:26:54 GMT" + "Sat, 08 Aug 2020 08:19:12 GMT" ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7395/providers/Microsoft.Search/searchServices/azs-5041\",\r\n \"name\": \"azs-5041\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1673/providers/Microsoft.Search/searchServices/azs-516\",\r\n \"name\": \"azs-516\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7395/providers/Microsoft.Search/searchServices/azs-5041/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Mzk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MDQxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1673/providers/Microsoft.Search/searchServices/azs-516/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjczL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MTYvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c0f79731-6a08-46cb-a804-f477966c603e" + "9f3e4417-eac6-43df-8438-53114f2a34d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c0f79731-6a08-46cb-a804-f477966c603e" + "9f3e4417-eac6-43df-8438-53114f2a34d1" ], "request-id": [ - "c0f79731-6a08-46cb-a804-f477966c603e" + "9f3e4417-eac6-43df-8438-53114f2a34d1" ], "elapsed-time": [ - "87" + "114" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1192" ], "x-ms-correlation-request-id": [ - "01096bdd-ad1f-4f4a-b054-c3b574378eae" + "d28ea188-0597-4c61-b83e-ed7a158a9c94" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002656Z:01096bdd-ad1f-4f4a-b054-c3b574378eae" + "NORTHEUROPE:20200808T081916Z:d28ea188-0597-4c61-b83e-ed7a158a9c94" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:26:56 GMT" + "Sat, 08 Aug 2020 08:19:15 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"E61E28AE0DE97C7AD4B349169DBE635E\",\r\n \"secondaryKey\": \"FB98461600974702CD060F5C2D92DC8D\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"D8AD12E593A812B495D940F20DD6ACF7\",\r\n \"secondaryKey\": \"5269DB8EF9A4D20C259CE07EE22C9FF4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7395/providers/Microsoft.Search/searchServices/azs-5041/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Mzk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MDQxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1673/providers/Microsoft.Search/searchServices/azs-516/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjczL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MTYvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d73c8dd1-d61a-455a-98fe-12b10941b477" + "a9ac1250-c62a-4909-be25-ec9d0764d662" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d73c8dd1-d61a-455a-98fe-12b10941b477" + "a9ac1250-c62a-4909-be25-ec9d0764d662" ], "request-id": [ - "d73c8dd1-d61a-455a-98fe-12b10941b477" + "a9ac1250-c62a-4909-be25-ec9d0764d662" ], "elapsed-time": [ - "89" + "105" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1191" ], "x-ms-correlation-request-id": [ - "85328539-4040-4f51-8112-bc53cfd0cf7d" + "552fe3ee-7c5e-426d-bbd1-a46a3698179a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002657Z:85328539-4040-4f51-8112-bc53cfd0cf7d" + "NORTHEUROPE:20200808T081916Z:552fe3ee-7c5e-426d-bbd1-a46a3698179a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:26:57 GMT" + "Sat, 08 Aug 2020 08:19:16 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"218300AFD252C60B70EA93250D03B613\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"EDCCF1C02AAB034D3C013A47C5E77ACF\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet7147')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NzE0NycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet2656')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MjY1NicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet7147\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2656\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "66f2c591-d90b-4360-9423-b55e5ffbb617" + "7ced12fd-622c-48d3-a32e-9de419b383fc" ], "Prefer": [ "return=representation" @@ -358,12 +358,12 @@ "*" ], "api-key": [ - "E61E28AE0DE97C7AD4B349169DBE635E" + "D8AD12E593A812B495D940F20DD6ACF7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -381,10 +381,10 @@ "no-cache" ], "request-id": [ - "66f2c591-d90b-4360-9423-b55e5ffbb617" + "7ced12fd-622c-48d3-a32e-9de419b383fc" ], "elapsed-time": [ - "6" + "10" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:26:58 GMT" + "Sat, 08 Aug 2020 08:19:18 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -415,21 +415,21 @@ "StatusCode": 412 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7395/providers/Microsoft.Search/searchServices/azs-5041?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Mzk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MDQxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1673/providers/Microsoft.Search/searchServices/azs-516?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjczL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MTY/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d30109a5-2c4a-4538-a941-cf2ecc90803c" + "f131dbdc-bad1-4ce2-b92d-74490098adc7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -440,51 +440,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14990" + ], "x-ms-request-id": [ - "d30109a5-2c4a-4538-a941-cf2ecc90803c" + "e108409a-fb42-4147-933b-f4db1f152d2d" ], - "request-id": [ - "d30109a5-2c4a-4538-a941-cf2ecc90803c" + "x-ms-correlation-request-id": [ + "e108409a-fb42-4147-933b-f4db1f152d2d" ], - "elapsed-time": [ - "1414" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T081927Z:e108409a-fb42-4147-933b-f4db1f152d2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" - ], - "x-ms-correlation-request-id": [ - "a9529900-5e25-4802-8b4f-6fc35c2228d8" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002704Z:a9529900-5e25-4802-8b4f-6fc35c2228d8" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:27:04 GMT" + "Sat, 08 Aug 2020 08:19:26 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7395", - "azsmnet7147" + "azsmnet1673", + "azsmnet2656" ], "GenerateServiceName": [ - "azs-5041" + "azs-516" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/UpdateDataSourceIfExistsSucceedsOnExistingResource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/UpdateDataSourceIfExistsSucceedsOnExistingResource.json index d27d3d0160cd..ac7a047854f7 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/UpdateDataSourceIfExistsSucceedsOnExistingResource.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/UpdateDataSourceIfExistsSucceedsOnExistingResource.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1538cd5b-f327-4bbc-a1c1-6b04be85a768" + "5530c961-05c1-4f3f-9fcb-3f18ea228a47" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1190" ], "x-ms-request-id": [ - "2da66edb-1f8b-4dc6-b781-1c77c5fcac9d" + "3d01eeca-9ac0-402c-8541-d5b1613792e5" ], "x-ms-correlation-request-id": [ - "2da66edb-1f8b-4dc6-b781-1c77c5fcac9d" + "3d01eeca-9ac0-402c-8541-d5b1613792e5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002429Z:2da66edb-1f8b-4dc6-b781-1c77c5fcac9d" + "NORTHEUROPE:20200808T081417Z:3d01eeca-9ac0-402c-8541-d5b1613792e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:24:29 GMT" + "Sat, 08 Aug 2020 08:14:17 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7163?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MTYzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2399?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMzk5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b27e4bf8-2959-44ec-bb76-c526d7200e8f" + "e6dbb9d7-1881-489d-8749-ea192c7a0ab3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -96,13 +96,13 @@ "1193" ], "x-ms-request-id": [ - "9deb98ea-e020-4909-9b31-7267c872ec2a" + "347ad81a-f435-4010-aeb1-d068ea86c2cb" ], "x-ms-correlation-request-id": [ - "9deb98ea-e020-4909-9b31-7267c872ec2a" + "347ad81a-f435-4010-aeb1-d068ea86c2cb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002431Z:9deb98ea-e020-4909-9b31-7267c872ec2a" + "NORTHEUROPE:20200808T081419Z:347ad81a-f435-4010-aeb1-d068ea86c2cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:24:31 GMT" + "Sat, 08 Aug 2020 08:14:18 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7163\",\r\n \"name\": \"azsmnet7163\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2399\",\r\n \"name\": \"azsmnet2399\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7163/providers/Microsoft.Search/searchServices/azs-6684?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Njg0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2399/providers/Microsoft.Search/searchServices/azs-6876?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODc2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5cd9ca57-d130-4c3d-8d96-3859b2910726" + "ca121024-409b-47ce-ac2a-3e3b799344ed" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A24%3A35.0554733Z'\"" + "W/\"datetime'2020-08-08T08%3A14%3A25.0796068Z'\"" ], "x-ms-request-id": [ - "5cd9ca57-d130-4c3d-8d96-3859b2910726" + "ca121024-409b-47ce-ac2a-3e3b799344ed" ], "request-id": [ - "5cd9ca57-d130-4c3d-8d96-3859b2910726" + "ca121024-409b-47ce-ac2a-3e3b799344ed" ], "elapsed-time": [ - "1174" + "1716" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1194" ], "x-ms-correlation-request-id": [ - "b54eab34-0018-4fbc-9c96-0894a674aea8" + "9198343a-cab0-4819-8470-faa7afc9337c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002435Z:b54eab34-0018-4fbc-9c96-0894a674aea8" + "NORTHEUROPE:20200808T081426Z:9198343a-cab0-4819-8470-faa7afc9337c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:24:35 GMT" + "Sat, 08 Aug 2020 08:14:25 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7163/providers/Microsoft.Search/searchServices/azs-6684\",\r\n \"name\": \"azs-6684\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2399/providers/Microsoft.Search/searchServices/azs-6876\",\r\n \"name\": \"azs-6876\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7163/providers/Microsoft.Search/searchServices/azs-6684/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Njg0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2399/providers/Microsoft.Search/searchServices/azs-6876/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODc2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5eb3b833-ecf1-42c6-8e36-169dcc17c630" + "927598a4-7c6d-4c98-9e15-4ba677722777" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5eb3b833-ecf1-42c6-8e36-169dcc17c630" + "927598a4-7c6d-4c98-9e15-4ba677722777" ], "request-id": [ - "5eb3b833-ecf1-42c6-8e36-169dcc17c630" + "927598a4-7c6d-4c98-9e15-4ba677722777" ], "elapsed-time": [ - "93" + "114" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1191" ], "x-ms-correlation-request-id": [ - "40e1a197-6166-4360-b49f-5636a5ff50f1" + "cbc4eadb-c963-4a5a-85bf-e6da9ac59087" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002438Z:40e1a197-6166-4360-b49f-5636a5ff50f1" + "NORTHEUROPE:20200808T081428Z:cbc4eadb-c963-4a5a-85bf-e6da9ac59087" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:24:38 GMT" + "Sat, 08 Aug 2020 08:14:28 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"7739EC6116007F14CE008FAF37CF7EE7\",\r\n \"secondaryKey\": \"DE140AEC1AA450A9EEC19E2DA03D4D07\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"860A4F6E197FD49CAEE0730A0C0E8351\",\r\n \"secondaryKey\": \"1D18472085E5710103D204110337668A\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7163/providers/Microsoft.Search/searchServices/azs-6684/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Njg0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2399/providers/Microsoft.Search/searchServices/azs-6876/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODc2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d8fa4dac-a880-41c1-9999-968d32694dad" + "e802fc93-085a-4e36-9c61-794efa0d22b1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d8fa4dac-a880-41c1-9999-968d32694dad" + "e802fc93-085a-4e36-9c61-794efa0d22b1" ], "request-id": [ - "d8fa4dac-a880-41c1-9999-968d32694dad" + "e802fc93-085a-4e36-9c61-794efa0d22b1" ], "elapsed-time": [ - "89" + "776" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1190" ], "x-ms-correlation-request-id": [ - "65212c75-45d4-4303-8834-c98915e6dfc5" + "23b2ec0a-d428-4462-8783-02eedcbb6a20" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002438Z:65212c75-45d4-4303-8834-c98915e6dfc5" + "NORTHEUROPE:20200808T081429Z:23b2ec0a-d428-4462-8783-02eedcbb6a20" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:24:38 GMT" + "Sat, 08 Aug 2020 08:14:29 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"3A5214D58B047A247F8E781C0183D50A\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"EE57DC68FE376F9A6B3BCF8A0F8C1432\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet3403')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MzQwMycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet3216')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MzIxNicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet3403\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3216\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "607734b6-8423-4378-be6b-ba9938e4ad02" + "f39331e3-c37f-462a-825a-cbb254c93b27" ], "Prefer": [ "return=representation" @@ -355,12 +355,12 @@ "en-US" ], "api-key": [ - "7739EC6116007F14CE008FAF37CF7EE7" + "860A4F6E197FD49CAEE0730A0C0E8351" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -378,16 +378,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366AD3582E6\"" + "W/\"0x8D83B73140A664B\"" ], "Location": [ - "https://azs-6684.search-dogfood.windows-int.net/datasources('azsmnet3403')?api-version=2019-05-06" + "https://azs-6876.search-dogfood.windows-int.net/datasources('azsmnet3216')?api-version=2019-05-06" ], "request-id": [ - "607734b6-8423-4378-be6b-ba9938e4ad02" + "f39331e3-c37f-462a-825a-cbb254c93b27" ], "elapsed-time": [ - "36" + "69" ], "OData-Version": [ "4.0" @@ -399,7 +399,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:24:39 GMT" + "Sat, 08 Aug 2020 08:14:31 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -411,17 +411,17 @@ "378" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6684.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366AD3582E6\\\"\",\r\n \"name\": \"azsmnet3403\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6876.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B73140A664B\\\"\",\r\n \"name\": \"azsmnet3216\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/datasources('azsmnet3403')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MzQwMycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet3216')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MzIxNicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet3403\",\r\n \"description\": \"Mutated DataSource\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {},\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"@odata.etag\": \"\\\"0x8D80366AD3582E6\\\"\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3216\",\r\n \"description\": \"Mutated DataSource\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {},\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"@odata.etag\": \"\\\"0x8D83B73140A664B\\\"\"\r\n}", "RequestHeaders": { "client-request-id": [ - "8fbdbb88-78a4-48c1-bcb3-76619baabbe6" + "6e0a6fb3-4022-407c-ace3-4359b1022c42" ], "Prefer": [ "return=representation" @@ -433,12 +433,12 @@ "*" ], "api-key": [ - "7739EC6116007F14CE008FAF37CF7EE7" + "860A4F6E197FD49CAEE0730A0C0E8351" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -456,13 +456,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80366AD400CBB\"" + "W/\"0x8D83B7314189A89\"" ], "request-id": [ - "8fbdbb88-78a4-48c1-bcb3-76619baabbe6" + "6e0a6fb3-4022-407c-ace3-4359b1022c42" ], "elapsed-time": [ - "32" + "51" ], "OData-Version": [ "4.0" @@ -474,7 +474,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:24:39 GMT" + "Sat, 08 Aug 2020 08:14:31 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -486,25 +486,25 @@ "380" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6684.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80366AD400CBB\\\"\",\r\n \"name\": \"azsmnet3403\",\r\n \"description\": \"Mutated DataSource\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6876.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7314189A89\\\"\",\r\n \"name\": \"azsmnet3216\",\r\n \"description\": \"Mutated DataSource\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7163/providers/Microsoft.Search/searchServices/azs-6684?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Njg0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2399/providers/Microsoft.Search/searchServices/azs-6876?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODc2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac2c8793-72c5-4807-8dec-055e933125e0" + "2e9a921b-62ec-4ca7-884b-e7649e971bd5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -515,51 +515,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14990" + ], "x-ms-request-id": [ - "ac2c8793-72c5-4807-8dec-055e933125e0" + "83afa962-027f-4d27-8f8c-20f5ad35454a" ], - "request-id": [ - "ac2c8793-72c5-4807-8dec-055e933125e0" + "x-ms-correlation-request-id": [ + "83afa962-027f-4d27-8f8c-20f5ad35454a" ], - "elapsed-time": [ - "1459" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T081521Z:83afa962-027f-4d27-8f8c-20f5ad35454a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" - ], - "x-ms-correlation-request-id": [ - "fca98e70-79d0-4f92-b66c-1e80185fa54e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002445Z:fca98e70-79d0-4f92-b66c-1e80185fa54e" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:24:45 GMT" + "Sat, 08 Aug 2020 08:15:20 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7163", - "azsmnet3403" + "azsmnet2399", + "azsmnet3216" ], "GenerateServiceName": [ - "azs-6684" + "azs-6876" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/UpdateDataSourceIfNotChangedFailsWhenResourceChanged.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/UpdateDataSourceIfNotChangedFailsWhenResourceChanged.json index 53c7f2a3685f..c903108cc585 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/UpdateDataSourceIfNotChangedFailsWhenResourceChanged.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/UpdateDataSourceIfNotChangedFailsWhenResourceChanged.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac3fbc73-8780-4d6b-ba06-a26a216b3c17" + "a26793d6-4541-4be9-8b2f-b38cf8c09bac" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1194" ], "x-ms-request-id": [ - "62502530-8c36-49b3-b4f3-e0e33d53f420" + "88c049c6-2148-49f7-b0f9-c0e8463df35e" ], "x-ms-correlation-request-id": [ - "62502530-8c36-49b3-b4f3-e0e33d53f420" + "88c049c6-2148-49f7-b0f9-c0e8463df35e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002221Z:62502530-8c36-49b3-b4f3-e0e33d53f420" + "NORTHEUROPE:20200808T081115Z:88c049c6-2148-49f7-b0f9-c0e8463df35e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:22:20 GMT" + "Sat, 08 Aug 2020 08:11:15 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4214?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MjE0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9399?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5Mzk5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c0d1deb9-9539-4e57-9b1c-0aa4684a8e21" + "505a6bd3-2a65-4004-83c2-99f44ba71650" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1196" ], "x-ms-request-id": [ - "0ad43b93-2fec-4ce0-b3aa-c3ba442ba275" + "ac3e7bd9-ddd4-419e-9bcf-d812e1ea29a3" ], "x-ms-correlation-request-id": [ - "0ad43b93-2fec-4ce0-b3aa-c3ba442ba275" + "ac3e7bd9-ddd4-419e-9bcf-d812e1ea29a3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002222Z:0ad43b93-2fec-4ce0-b3aa-c3ba442ba275" + "NORTHEUROPE:20200808T081117Z:ac3e7bd9-ddd4-419e-9bcf-d812e1ea29a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:22:22 GMT" + "Sat, 08 Aug 2020 08:11:16 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4214\",\r\n \"name\": \"azsmnet4214\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9399\",\r\n \"name\": \"azsmnet9399\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4214/providers/Microsoft.Search/searchServices/azs-6544?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTQ0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9399/providers/Microsoft.Search/searchServices/azs-6707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5Mzk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "668a3269-c2b6-460e-a523-290413c2ab77" + "b8d4ed73-2c69-45b8-84ab-517168b5a594" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A22%3A24.5216611Z'\"" + "W/\"datetime'2020-08-08T08%3A11%3A24.6112Z'\"" ], "x-ms-request-id": [ - "668a3269-c2b6-460e-a523-290413c2ab77" + "b8d4ed73-2c69-45b8-84ab-517168b5a594" ], "request-id": [ - "668a3269-c2b6-460e-a523-290413c2ab77" + "b8d4ed73-2c69-45b8-84ab-517168b5a594" ], "elapsed-time": [ - "1092" + "1847" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1195" ], "x-ms-correlation-request-id": [ - "85910110-2656-41dc-a292-743ba405557c" + "f333e472-9304-476b-b90c-bb385c592494" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002225Z:85910110-2656-41dc-a292-743ba405557c" + "NORTHEUROPE:20200808T081126Z:f333e472-9304-476b-b90c-bb385c592494" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:22:25 GMT" + "Sat, 08 Aug 2020 08:11:26 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4214/providers/Microsoft.Search/searchServices/azs-6544\",\r\n \"name\": \"azs-6544\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9399/providers/Microsoft.Search/searchServices/azs-6707\",\r\n \"name\": \"azs-6707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4214/providers/Microsoft.Search/searchServices/azs-6544/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTQ0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9399/providers/Microsoft.Search/searchServices/azs-6707/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5Mzk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzA3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4a0f826f-5c02-489c-9911-5a8614395dfc" + "0ac40509-2210-446a-b034-4c28291597b7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,13 +231,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4a0f826f-5c02-489c-9911-5a8614395dfc" + "0ac40509-2210-446a-b034-4c28291597b7" ], "request-id": [ - "4a0f826f-5c02-489c-9911-5a8614395dfc" + "0ac40509-2210-446a-b034-4c28291597b7" ], "elapsed-time": [ - "93" + "125" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -246,16 +246,16 @@ "1195" ], "x-ms-correlation-request-id": [ - "a02931bb-1437-444a-8fd9-da74640ecfa0" + "49b94dde-e34c-4c0d-9803-b50fae0bae35" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002227Z:a02931bb-1437-444a-8fd9-da74640ecfa0" + "NORTHEUROPE:20200808T081128Z:49b94dde-e34c-4c0d-9803-b50fae0bae35" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:22:26 GMT" + "Sat, 08 Aug 2020 08:11:28 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"7798BF310A6D5F9F2C15518164590327\",\r\n \"secondaryKey\": \"8170181852DAB7D9CD0F610E8ECE4911\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"3D6511662C7F21BE1A1DC6ADF6998746\",\r\n \"secondaryKey\": \"7B40B171549BEA4898AB7AD9991E5AF7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4214/providers/Microsoft.Search/searchServices/azs-6544/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTQ0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9399/providers/Microsoft.Search/searchServices/azs-6707/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5Mzk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzA3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a1a032da-0957-4c1e-b128-6cfd25d57c97" + "a15451e3-3bb3-4f5e-845e-bdd0ed5d0711" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,13 +300,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a1a032da-0957-4c1e-b128-6cfd25d57c97" + "a15451e3-3bb3-4f5e-845e-bdd0ed5d0711" ], "request-id": [ - "a1a032da-0957-4c1e-b128-6cfd25d57c97" + "a15451e3-3bb3-4f5e-845e-bdd0ed5d0711" ], "elapsed-time": [ - "96" + "270" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -315,16 +315,16 @@ "1194" ], "x-ms-correlation-request-id": [ - "6349ffc3-efc7-4c2c-99c3-013db1febd53" + "49eb1c2f-6cda-40e3-8fb2-46dbc4690818" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002228Z:6349ffc3-efc7-4c2c-99c3-013db1febd53" + "NORTHEUROPE:20200808T081129Z:49eb1c2f-6cda-40e3-8fb2-46dbc4690818" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:22:27 GMT" + "Sat, 08 Aug 2020 08:11:28 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"5650F090B9C0B448E033C4988D948AB4\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"9BBC09C5ECDE1566DD5FEEC3E53EC446\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet7097')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NzA5NycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet1617')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MTYxNycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet7097\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1617\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "98b47f5b-3030-4bda-8a9f-7ae3028be768" + "2c16e297-afb5-49ca-b997-8fcc5b897564" ], "Prefer": [ "return=representation" @@ -355,12 +355,12 @@ "en-US" ], "api-key": [ - "7798BF310A6D5F9F2C15518164590327" + "3D6511662C7F21BE1A1DC6ADF6998746" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -378,16 +378,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803665F91878A\"" + "W/\"0x8D83B72A86CC053\"" ], "Location": [ - "https://azs-6544.search-dogfood.windows-int.net/datasources('azsmnet7097')?api-version=2019-05-06" + "https://azs-6707.search-dogfood.windows-int.net/datasources('azsmnet1617')?api-version=2019-05-06" ], "request-id": [ - "98b47f5b-3030-4bda-8a9f-7ae3028be768" + "2c16e297-afb5-49ca-b997-8fcc5b897564" ], "elapsed-time": [ - "104" + "40" ], "OData-Version": [ "4.0" @@ -399,7 +399,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:22:29 GMT" + "Sat, 08 Aug 2020 08:11:30 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -411,17 +411,17 @@ "378" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6544.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803665F91878A\\\"\",\r\n \"name\": \"azsmnet7097\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6707.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B72A86CC053\\\"\",\r\n \"name\": \"azsmnet1617\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/datasources('azsmnet7097')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NzA5NycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet1617')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MTYxNycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet7097\",\r\n \"description\": \"Mutated DataSource\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {},\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"@odata.etag\": \"\\\"0x8D803665F91878A\\\"\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1617\",\r\n \"description\": \"Mutated DataSource\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {},\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"@odata.etag\": \"\\\"0x8D83B72A86CC053\\\"\"\r\n}", "RequestHeaders": { "client-request-id": [ - "674e1013-6cb3-460c-84f8-c40f4b5153aa" + "58fe20e9-8cc8-4a40-8a4e-a49b10334c62" ], "Prefer": [ "return=representation" @@ -430,12 +430,12 @@ "en-US" ], "api-key": [ - "7798BF310A6D5F9F2C15518164590327" + "3D6511662C7F21BE1A1DC6ADF6998746" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -453,13 +453,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803665FA6740E\"" + "W/\"0x8D83B72A87834CC\"" ], "request-id": [ - "674e1013-6cb3-460c-84f8-c40f4b5153aa" + "58fe20e9-8cc8-4a40-8a4e-a49b10334c62" ], "elapsed-time": [ - "33" + "38" ], "OData-Version": [ "4.0" @@ -471,7 +471,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:22:29 GMT" + "Sat, 08 Aug 2020 08:11:30 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -483,17 +483,17 @@ "380" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6544.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803665FA6740E\\\"\",\r\n \"name\": \"azsmnet7097\",\r\n \"description\": \"Mutated DataSource\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6707.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B72A87834CC\\\"\",\r\n \"name\": \"azsmnet1617\",\r\n \"description\": \"Mutated DataSource\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet7097')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0NzA5NycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet1617')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MTYxNycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet7097\",\r\n \"description\": \"Mutated DataSource\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {},\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"@odata.etag\": \"\\\"0x8D803665FA6740E\\\"\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1617\",\r\n \"description\": \"Mutated DataSource\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {},\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"@odata.etag\": \"\\\"0x8D83B72A87834CC\\\"\"\r\n}", "RequestHeaders": { "client-request-id": [ - "c8116f09-6b02-40e9-b82c-7df21a15b1fc" + "59e79209-5d1c-4588-aeda-40f10df1ac8f" ], "Prefer": [ "return=representation" @@ -502,15 +502,15 @@ "en-US" ], "If-Match": [ - "\"0x8D803665F91878A\"" + "\"0x8D83B72A86CC053\"" ], "api-key": [ - "7798BF310A6D5F9F2C15518164590327" + "3D6511662C7F21BE1A1DC6ADF6998746" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -528,10 +528,10 @@ "no-cache" ], "request-id": [ - "c8116f09-6b02-40e9-b82c-7df21a15b1fc" + "59e79209-5d1c-4588-aeda-40f10df1ac8f" ], "elapsed-time": [ - "6" + "13" ], "OData-Version": [ "4.0" @@ -543,7 +543,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:22:29 GMT" + "Sat, 08 Aug 2020 08:11:30 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -562,21 +562,21 @@ "StatusCode": 412 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4214/providers/Microsoft.Search/searchServices/azs-6544?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTQ0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9399/providers/Microsoft.Search/searchServices/azs-6707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5Mzk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f0ac5989-2d76-4289-b41c-e5ae066919bd" + "3756ce66-307c-4abd-ae88-a78fe22504ec" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -587,51 +587,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14993" + ], "x-ms-request-id": [ - "f0ac5989-2d76-4289-b41c-e5ae066919bd" + "11b24ae1-9bbd-44f1-ac7d-02a1ebd3f3b2" ], - "request-id": [ - "f0ac5989-2d76-4289-b41c-e5ae066919bd" + "x-ms-correlation-request-id": [ + "11b24ae1-9bbd-44f1-ac7d-02a1ebd3f3b2" ], - "elapsed-time": [ - "925" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T081140Z:11b24ae1-9bbd-44f1-ac7d-02a1ebd3f3b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" - ], - "x-ms-correlation-request-id": [ - "e13732d6-471d-4ade-8458-86a213dd3db6" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002234Z:e13732d6-471d-4ade-8458-86a213dd3db6" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:22:33 GMT" + "Sat, 08 Aug 2020 08:11:39 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet4214", - "azsmnet7097" + "azsmnet9399", + "azsmnet1617" ], "GenerateServiceName": [ - "azs-6544" + "azs-6707" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/UpdateDataSourceIfNotChangedSucceedsWhenResourceUnchanged.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/UpdateDataSourceIfNotChangedSucceedsWhenResourceUnchanged.json index 7a2ce5d08bf6..5e861abf3fd4 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/UpdateDataSourceIfNotChangedSucceedsWhenResourceUnchanged.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DataSourceTests/UpdateDataSourceIfNotChangedSucceedsWhenResourceUnchanged.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ca29376d-5759-4808-a0e6-e86b0761ad2e" + "7e82731c-7509-4314-b1f2-fe5357f9fbae" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1193" ], "x-ms-request-id": [ - "cc0c170c-8ee3-43bf-93b0-1b9c0afc5994" + "2c6beaef-e5ba-4c39-b6a2-114189b116e9" ], "x-ms-correlation-request-id": [ - "cc0c170c-8ee3-43bf-93b0-1b9c0afc5994" + "2c6beaef-e5ba-4c39-b6a2-114189b116e9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002159Z:cc0c170c-8ee3-43bf-93b0-1b9c0afc5994" + "NORTHEUROPE:20200808T081009Z:2c6beaef-e5ba-4c39-b6a2-114189b116e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:21:59 GMT" + "Sat, 08 Aug 2020 08:10:08 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4954?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0OTU0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9016?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MDE2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c3a458c6-11df-4a86-9baf-93707bbfe580" + "be56bc9c-551b-4201-aac1-71867b487325" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1196" ], "x-ms-request-id": [ - "47fe56cc-8c99-4b0f-937b-32eae385d5fd" + "f430ad22-fef1-4e4f-a955-15c455dc7b2b" ], "x-ms-correlation-request-id": [ - "47fe56cc-8c99-4b0f-937b-32eae385d5fd" + "f430ad22-fef1-4e4f-a955-15c455dc7b2b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002200Z:47fe56cc-8c99-4b0f-937b-32eae385d5fd" + "NORTHEUROPE:20200808T081010Z:f430ad22-fef1-4e4f-a955-15c455dc7b2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:22:00 GMT" + "Sat, 08 Aug 2020 08:10:10 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4954\",\r\n \"name\": \"azsmnet4954\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9016\",\r\n \"name\": \"azsmnet9016\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4954/providers/Microsoft.Search/searchServices/azs-7375?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Mzc1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9016/providers/Microsoft.Search/searchServices/azs-8435?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDM1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ac9fee72-08c4-44f0-bccb-64c5c77300c5" + "e5103485-1c54-4c9b-a762-d29c120b7316" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A22%3A04.7675212Z'\"" + "W/\"datetime'2020-08-08T08%3A10%3A13.7772949Z'\"" ], "x-ms-request-id": [ - "ac9fee72-08c4-44f0-bccb-64c5c77300c5" + "e5103485-1c54-4c9b-a762-d29c120b7316" ], "request-id": [ - "ac9fee72-08c4-44f0-bccb-64c5c77300c5" + "e5103485-1c54-4c9b-a762-d29c120b7316" ], "elapsed-time": [ - "2210" + "1365" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1192" ], "x-ms-correlation-request-id": [ - "d0bbe4fe-89f5-4c49-9198-dcb0ad57d6b9" + "32f75c30-de0b-4060-8f60-e8822c0eeb0d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002207Z:d0bbe4fe-89f5-4c49-9198-dcb0ad57d6b9" + "NORTHEUROPE:20200808T081014Z:32f75c30-de0b-4060-8f60-e8822c0eeb0d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:22:07 GMT" + "Sat, 08 Aug 2020 08:10:14 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4954/providers/Microsoft.Search/searchServices/azs-7375\",\r\n \"name\": \"azs-7375\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9016/providers/Microsoft.Search/searchServices/azs-8435\",\r\n \"name\": \"azs-8435\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4954/providers/Microsoft.Search/searchServices/azs-7375/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Mzc1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9016/providers/Microsoft.Search/searchServices/azs-8435/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDM1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a608c694-12a9-47d4-acaf-7f242cc1c8fd" + "e3c49267-5a5f-4883-a8b6-f5b846faed6f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a608c694-12a9-47d4-acaf-7f242cc1c8fd" + "e3c49267-5a5f-4883-a8b6-f5b846faed6f" ], "request-id": [ - "a608c694-12a9-47d4-acaf-7f242cc1c8fd" + "e3c49267-5a5f-4883-a8b6-f5b846faed6f" ], "elapsed-time": [ - "119" + "110" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1187" ], "x-ms-correlation-request-id": [ - "725e93cb-65b4-4148-a3d9-a061f27cc05e" + "efad39d3-7032-4406-9113-e5b7e2329e34" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002209Z:725e93cb-65b4-4148-a3d9-a061f27cc05e" + "NORTHEUROPE:20200808T081017Z:efad39d3-7032-4406-9113-e5b7e2329e34" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:22:09 GMT" + "Sat, 08 Aug 2020 08:10:16 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"064A1694534F280075BF5C8D48F56BD4\",\r\n \"secondaryKey\": \"4D6DCC6A449C13EFB930A88C38ACE6A3\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"B09AD4DF5FCDE3B9F79A84C6319AA816\",\r\n \"secondaryKey\": \"CFCCD3B69D6A5717DF3D50D5312ED9E3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4954/providers/Microsoft.Search/searchServices/azs-7375/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Mzc1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9016/providers/Microsoft.Search/searchServices/azs-8435/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDM1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c66964d6-10bb-4744-9e7e-9507259b56ed" + "843ca6ce-6c80-45d7-b321-80c41b81ee0b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c66964d6-10bb-4744-9e7e-9507259b56ed" + "843ca6ce-6c80-45d7-b321-80c41b81ee0b" ], "request-id": [ - "c66964d6-10bb-4744-9e7e-9507259b56ed" + "843ca6ce-6c80-45d7-b321-80c41b81ee0b" ], "elapsed-time": [ - "97" + "98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1186" ], "x-ms-correlation-request-id": [ - "249f30ea-5cd8-4cd8-9e9e-bc9fa7584a89" + "03f8d872-a8b5-4727-b34f-a99bfdc9b7d2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002210Z:249f30ea-5cd8-4cd8-9e9e-bc9fa7584a89" + "NORTHEUROPE:20200808T081017Z:03f8d872-a8b5-4727-b34f-a99bfdc9b7d2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:22:09 GMT" + "Sat, 08 Aug 2020 08:10:16 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"8C5F35579FAAFC22E83D9774F715649C\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D3B940E45138E9F73660B902E8192F8D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/datasources('azsmnet1144')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MTE0NCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet8787')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0ODc4NycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet1144\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8787\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "f48e8bda-855e-4538-a677-6e94bafe264c" + "c4a30020-92c8-4264-886d-b856bb4a5ab4" ], "Prefer": [ "return=representation" @@ -355,12 +355,12 @@ "en-US" ], "api-key": [ - "064A1694534F280075BF5C8D48F56BD4" + "B09AD4DF5FCDE3B9F79A84C6319AA816" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -378,16 +378,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036654CCC5FF\"" + "W/\"0x8D83B727DA3B350\"" ], "Location": [ - "https://azs-7375.search-dogfood.windows-int.net/datasources('azsmnet1144')?api-version=2019-05-06" + "https://azs-8435.search-dogfood.windows-int.net/datasources('azsmnet8787')?api-version=2019-05-06" ], "request-id": [ - "f48e8bda-855e-4538-a677-6e94bafe264c" + "c4a30020-92c8-4264-886d-b856bb4a5ab4" ], "elapsed-time": [ - "64" + "41" ], "OData-Version": [ "4.0" @@ -399,7 +399,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:22:11 GMT" + "Sat, 08 Aug 2020 08:10:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -411,17 +411,17 @@ "378" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7375.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036654CCC5FF\\\"\",\r\n \"name\": \"azsmnet1144\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8435.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B727DA3B350\\\"\",\r\n \"name\": \"azsmnet8787\",\r\n \"description\": \"Some data source\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/datasources('azsmnet1144')?api-version=2019-05-06", - "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0MTE0NCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/datasources('azsmnet8787')?api-version=2019-05-06", + "EncodedRequestUri": "L2RhdGFzb3VyY2VzKCdhenNtbmV0ODc4NycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet1144\",\r\n \"description\": \"Mutated DataSource\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {},\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"@odata.etag\": \"\\\"0x8D8036654CCC5FF\\\"\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8787\",\r\n \"description\": \"Mutated DataSource\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {},\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n },\r\n \"@odata.etag\": \"\\\"0x8D83B727DA3B350\\\"\"\r\n}", "RequestHeaders": { "client-request-id": [ - "5d060d60-7434-4840-8b54-8ec2822daa41" + "af795665-abc5-416d-ad55-99abe7c5552a" ], "Prefer": [ "return=representation" @@ -430,15 +430,15 @@ "en-US" ], "If-Match": [ - "\"0x8D8036654CCC5FF\"" + "\"0x8D83B727DA3B350\"" ], "api-key": [ - "064A1694534F280075BF5C8D48F56BD4" + "B09AD4DF5FCDE3B9F79A84C6319AA816" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -456,13 +456,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036654D83A66\"" + "W/\"0x8D83B727DB34777\"" ], "request-id": [ - "5d060d60-7434-4840-8b54-8ec2822daa41" + "af795665-abc5-416d-ad55-99abe7c5552a" ], "elapsed-time": [ - "51" + "66" ], "OData-Version": [ "4.0" @@ -474,7 +474,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:22:11 GMT" + "Sat, 08 Aug 2020 08:10:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -486,25 +486,25 @@ "380" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7375.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036654D83A66\\\"\",\r\n \"name\": \"azsmnet1144\",\r\n \"description\": \"Mutated DataSource\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8435.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B727DB34777\\\"\",\r\n \"name\": \"azsmnet8787\",\r\n \"description\": \"Mutated DataSource\",\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4954/providers/Microsoft.Search/searchServices/azs-7375?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Mzc1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9016/providers/Microsoft.Search/searchServices/azs-8435?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDM1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13840ec6-e1af-4b47-acf2-c4f556167da8" + "3694875f-f340-455f-b358-6e9c528d934e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -515,51 +515,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "13840ec6-e1af-4b47-acf2-c4f556167da8" + "9ce6cc7d-6432-4aff-ab52-e2ce6289c782" ], - "request-id": [ - "13840ec6-e1af-4b47-acf2-c4f556167da8" + "x-ms-correlation-request-id": [ + "9ce6cc7d-6432-4aff-ab52-e2ce6289c782" ], - "elapsed-time": [ - "898" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T081108Z:9ce6cc7d-6432-4aff-ab52-e2ce6289c782" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" - ], - "x-ms-correlation-request-id": [ - "6ceaa09f-ba0f-4565-b45a-261fca2e1783" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002215Z:6ceaa09f-ba0f-4565-b45a-261fca2e1783" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:22:14 GMT" + "Sat, 08 Aug 2020 08:11:07 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet4954", - "azsmnet1144" + "azsmnet9016", + "azsmnet8787" ], "GenerateServiceName": [ - "azs-7375" + "azs-8435" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/AutocompleteWillNotDeadlock.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/AutocompleteWillNotDeadlock.json index 04c7f69c6131..154fe55bafc2 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/AutocompleteWillNotDeadlock.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/AutocompleteWillNotDeadlock.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8607576a-c9cf-44f3-8e44-c9c042c9f82c" + "1ed73395-411a-453c-8d56-35b48a0a1660" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1191" ], "x-ms-request-id": [ - "17ffa101-e85f-4205-b71e-58eb53686fcf" + "507bab87-9f67-4043-8d9c-0b6abb772343" ], "x-ms-correlation-request-id": [ - "17ffa101-e85f-4205-b71e-58eb53686fcf" + "507bab87-9f67-4043-8d9c-0b6abb772343" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012952Z:17ffa101-e85f-4205-b71e-58eb53686fcf" + "NORTHEUROPE:20200808T075906Z:507bab87-9f67-4043-8d9c-0b6abb772343" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:29:52 GMT" + "Sat, 08 Aug 2020 07:59:05 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5915?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1OTE1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4977?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0OTc3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1c1dbb45-d82f-4eca-80e8-18fe582c472d" + "e004854d-79f3-47a2-95a1-6c157f2e8d9a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1194" ], "x-ms-request-id": [ - "faa1fbd2-1ca0-45e0-a94e-63de539dc43e" + "6deb31be-5bcd-4f1f-a5d0-1d99647295bf" ], "x-ms-correlation-request-id": [ - "faa1fbd2-1ca0-45e0-a94e-63de539dc43e" + "6deb31be-5bcd-4f1f-a5d0-1d99647295bf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012953Z:faa1fbd2-1ca0-45e0-a94e-63de539dc43e" + "NORTHEUROPE:20200808T075907Z:6deb31be-5bcd-4f1f-a5d0-1d99647295bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:29:52 GMT" + "Sat, 08 Aug 2020 07:59:06 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5915\",\r\n \"name\": \"azsmnet5915\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4977\",\r\n \"name\": \"azsmnet4977\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5915/providers/Microsoft.Search/searchServices/azs-3408?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDA4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4977/providers/Microsoft.Search/searchServices/azs-6359?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTc3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MzU5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7d66710c-0970-41cf-ade4-d4ac986fa446" + "6edd7b13-1f5e-427e-8016-214672c9d625" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,16 +159,16 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A29%3A56.9574574Z'\"" + "W/\"datetime'2020-08-08T07%3A59%3A12.8495415Z'\"" ], "x-ms-request-id": [ - "7d66710c-0970-41cf-ade4-d4ac986fa446" + "6edd7b13-1f5e-427e-8016-214672c9d625" ], "request-id": [ - "7d66710c-0970-41cf-ade4-d4ac986fa446" + "6edd7b13-1f5e-427e-8016-214672c9d625" ], "elapsed-time": [ - "1298" + "1448" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,16 +177,16 @@ "1197" ], "x-ms-correlation-request-id": [ - "3bfd2c7f-fb04-4ae0-b578-228ae8d49bfe" + "6d80cc65-cca0-47b4-910b-612223265288" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012957Z:3bfd2c7f-fb04-4ae0-b578-228ae8d49bfe" + "NORTHEUROPE:20200808T075914Z:6d80cc65-cca0-47b4-910b-612223265288" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:29:57 GMT" + "Sat, 08 Aug 2020 07:59:13 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5915/providers/Microsoft.Search/searchServices/azs-3408\",\r\n \"name\": \"azs-3408\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4977/providers/Microsoft.Search/searchServices/azs-6359\",\r\n \"name\": \"azs-6359\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5915/providers/Microsoft.Search/searchServices/azs-3408/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDA4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4977/providers/Microsoft.Search/searchServices/azs-6359/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTc3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MzU5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a89b31d1-6e26-4cff-9d67-fa88ee5f1216" + "fcfeb8c1-5ef1-406d-a266-0bfb2b8a4822" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a89b31d1-6e26-4cff-9d67-fa88ee5f1216" + "fcfeb8c1-5ef1-406d-a266-0bfb2b8a4822" ], "request-id": [ - "a89b31d1-6e26-4cff-9d67-fa88ee5f1216" + "fcfeb8c1-5ef1-406d-a266-0bfb2b8a4822" ], "elapsed-time": [ - "629" + "98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1196" ], "x-ms-correlation-request-id": [ - "444051f2-9d3a-428b-8f53-2698dd221f55" + "774614ed-a4ce-4fdd-9087-f52aa58f43c9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013000Z:444051f2-9d3a-428b-8f53-2698dd221f55" + "NORTHEUROPE:20200808T075916Z:774614ed-a4ce-4fdd-9087-f52aa58f43c9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:30:00 GMT" + "Sat, 08 Aug 2020 07:59:16 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"021C7C71CDDDB83C9D8DEFF2C47DFCB7\",\r\n \"secondaryKey\": \"7F3205179545D947BC1421EA9A479C58\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"A7AC33CDCA3DCB03D131755A63688015\",\r\n \"secondaryKey\": \"1D2B673C04984EC9F8647DB61965FF35\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5915/providers/Microsoft.Search/searchServices/azs-3408/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDA4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4977/providers/Microsoft.Search/searchServices/azs-6359/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTc3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MzU5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f25e22bb-d905-4f6d-a570-91e92c5f19f2" + "fba14b30-bf03-4236-b4cb-3bfdacfc6e88" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f25e22bb-d905-4f6d-a570-91e92c5f19f2" + "fba14b30-bf03-4236-b4cb-3bfdacfc6e88" ], "request-id": [ - "f25e22bb-d905-4f6d-a570-91e92c5f19f2" + "fba14b30-bf03-4236-b4cb-3bfdacfc6e88" ], "elapsed-time": [ - "508" + "93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1195" ], "x-ms-correlation-request-id": [ - "a4396367-7dfc-4599-8f7c-e5e398dbae1c" + "78f3d402-e7b4-4059-89dc-43bf9bb6585c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013001Z:a4396367-7dfc-4599-8f7c-e5e398dbae1c" + "NORTHEUROPE:20200808T075917Z:78f3d402-e7b4-4059-89dc-43bf9bb6585c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:30:01 GMT" + "Sat, 08 Aug 2020 07:59:16 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"5A3038F781689A37642B6CD1060000D9\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"411C027D40E52D8C266D95B5A65E97B6\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6723\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7370\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "bbd9977d-664a-4e36-9ce7-ba41935c487e" + "1f593e76-b125-43ca-aa6d-32a2571e8098" ], "Accept-Language": [ "en-US" ], "api-key": [ - "021C7C71CDDDB83C9D8DEFF2C47DFCB7" + "A7AC33CDCA3DCB03D131755A63688015" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036FD01A9BB4\"" + "W/\"0x8D83B70F46E35E0\"" ], "Location": [ - "https://azs-3408.search-dogfood.windows-int.net/indexes('azsmnet6723')?api-version=2019-05-06" + "https://azs-6359.search-dogfood.windows-int.net/indexes('azsmnet7370')?api-version=2019-05-06" ], "request-id": [ - "bbd9977d-664a-4e36-9ce7-ba41935c487e" + "1f593e76-b125-43ca-aa6d-32a2571e8098" ], "elapsed-time": [ - "1223" + "801" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:30:04 GMT" + "Sat, 08 Aug 2020 07:59:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3408.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036FD01A9BB4\\\"\",\r\n \"name\": \"azsmnet6723\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6359.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B70F46E35E0\\\"\",\r\n \"name\": \"azsmnet7370\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet6723')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NzIzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet7370')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MzcwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "d5c7a9a1-a37b-4dd3-b0a6-96f0459244a6" + "da9b4399-4975-4a94-9c5b-5ed952cc2209" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "021C7C71CDDDB83C9D8DEFF2C47DFCB7" + "A7AC33CDCA3DCB03D131755A63688015" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "d5c7a9a1-a37b-4dd3-b0a6-96f0459244a6" + "da9b4399-4975-4a94-9c5b-5ed952cc2209" ], "elapsed-time": [ - "178" + "243" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:30:25 GMT" + "Sat, 08 Aug 2020 07:59:41 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet6723')/docs/search.autocomplete?api-version=2019-05-06&search=mo&suggesterName=sg&autocompleteMode=oneTerm", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NzIzJykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPW1vJnN1Z2dlc3Rlck5hbWU9c2cmYXV0b2NvbXBsZXRlTW9kZT1vbmVUZXJt", + "RequestUri": "/indexes('azsmnet7370')/docs/search.autocomplete?api-version=2019-05-06&search=mo&suggesterName=sg&autocompleteMode=oneTerm", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MzcwJykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPW1vJnN1Z2dlc3Rlck5hbWU9c2cmYXV0b2NvbXBsZXRlTW9kZT1vbmVUZXJt", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "c10a74db-6bfc-4b5b-b96e-834524522407" + "103f8429-a96c-4713-88d6-49227d32d645" ], "Accept-Language": [ "en-US" ], "api-key": [ - "5A3038F781689A37642B6CD1060000D9" + "411C027D40E52D8C266D95B5A65E97B6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -510,10 +510,10 @@ "no-cache" ], "request-id": [ - "c10a74db-6bfc-4b5b-b96e-834524522407" + "103f8429-a96c-4713-88d6-49227d32d645" ], "elapsed-time": [ - "120" + "242" ], "OData-Version": [ "4.0" @@ -525,7 +525,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:30:29 GMT" + "Sat, 08 Aug 2020 07:59:44 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -537,28 +537,28 @@ "380" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3408.search-dogfood.windows-int.net/indexes('azsmnet6723')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"motel\",\r\n \"queryPlusText\": \"motel\"\r\n },\r\n {\r\n \"text\": \"model\",\r\n \"queryPlusText\": \"model\"\r\n },\r\n {\r\n \"text\": \"modern\",\r\n \"queryPlusText\": \"modern\"\r\n },\r\n {\r\n \"text\": \"more\",\r\n \"queryPlusText\": \"more\"\r\n },\r\n {\r\n \"text\": \"morel\",\r\n \"queryPlusText\": \"morel\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6359.search-dogfood.windows-int.net/indexes('azsmnet7370')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"motel\",\r\n \"queryPlusText\": \"motel\"\r\n },\r\n {\r\n \"text\": \"model\",\r\n \"queryPlusText\": \"model\"\r\n },\r\n {\r\n \"text\": \"modern\",\r\n \"queryPlusText\": \"modern\"\r\n },\r\n {\r\n \"text\": \"more\",\r\n \"queryPlusText\": \"more\"\r\n },\r\n {\r\n \"text\": \"morel\",\r\n \"queryPlusText\": \"morel\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet6723')/docs/search.post.autocomplete?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NzIzJykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet7370')/docs/search.post.autocomplete?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MzcwJykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"search\": \"mo\",\r\n \"autocompleteMode\": \"oneTerm\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "f8020b91-a4a4-42a3-8b47-a210d528553d" + "49a00676-16ab-4152-a365-6c70faa58a3d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "5A3038F781689A37642B6CD1060000D9" + "411C027D40E52D8C266D95B5A65E97B6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -576,10 +576,10 @@ "no-cache" ], "request-id": [ - "f8020b91-a4a4-42a3-8b47-a210d528553d" + "49a00676-16ab-4152-a365-6c70faa58a3d" ], "elapsed-time": [ - "23" + "81" ], "OData-Version": [ "4.0" @@ -591,7 +591,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:30:31 GMT" + "Sat, 08 Aug 2020 07:59:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -603,25 +603,25 @@ "380" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3408.search-dogfood.windows-int.net/indexes('azsmnet6723')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"motel\",\r\n \"queryPlusText\": \"motel\"\r\n },\r\n {\r\n \"text\": \"model\",\r\n \"queryPlusText\": \"model\"\r\n },\r\n {\r\n \"text\": \"modern\",\r\n \"queryPlusText\": \"modern\"\r\n },\r\n {\r\n \"text\": \"more\",\r\n \"queryPlusText\": \"more\"\r\n },\r\n {\r\n \"text\": \"morel\",\r\n \"queryPlusText\": \"morel\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6359.search-dogfood.windows-int.net/indexes('azsmnet7370')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"motel\",\r\n \"queryPlusText\": \"motel\"\r\n },\r\n {\r\n \"text\": \"model\",\r\n \"queryPlusText\": \"model\"\r\n },\r\n {\r\n \"text\": \"modern\",\r\n \"queryPlusText\": \"modern\"\r\n },\r\n {\r\n \"text\": \"more\",\r\n \"queryPlusText\": \"more\"\r\n },\r\n {\r\n \"text\": \"morel\",\r\n \"queryPlusText\": \"morel\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5915/providers/Microsoft.Search/searchServices/azs-3408?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDA4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4977/providers/Microsoft.Search/searchServices/azs-6359?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTc3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MzU5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9995e4a-be0e-4af9-8339-da6eed805724" + "61d86b1e-b8b9-4c3a-b8f3-4848570caf43" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -632,51 +632,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "c9995e4a-be0e-4af9-8339-da6eed805724" + "6c195a67-3552-4d7e-ba6a-8fadca0f50c7" ], - "request-id": [ - "c9995e4a-be0e-4af9-8339-da6eed805724" + "x-ms-correlation-request-id": [ + "6c195a67-3552-4d7e-ba6a-8fadca0f50c7" ], - "elapsed-time": [ - "1089" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T075957Z:6c195a67-3552-4d7e-ba6a-8fadca0f50c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14985" - ], - "x-ms-correlation-request-id": [ - "10e6de6c-df9d-4a78-b9c8-6c25018cab9b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013035Z:10e6de6c-df9d-4a78-b9c8-6c25018cab9b" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:30:35 GMT" + "Sat, 08 Aug 2020 07:59:56 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5915", - "azsmnet6723" + "azsmnet4977", + "azsmnet7370" ], "GenerateServiceName": [ - "azs-3408" + "azs-6359" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/ContinueSearchWillNotDeadlock.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/ContinueSearchWillNotDeadlock.json index fb3a7fcf6fd2..e6530cc79986 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/ContinueSearchWillNotDeadlock.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/ContinueSearchWillNotDeadlock.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d0876b07-35c2-419b-a503-1e1e4ab5968c" + "edcbd4de-32b4-4f85-a882-5ee855681374" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1190" ], "x-ms-request-id": [ - "3f774ee0-9a08-422e-af4d-1bb3628e0cb0" + "28fb43d9-ae3b-4448-b87e-23f89995eb63" ], "x-ms-correlation-request-id": [ - "3f774ee0-9a08-422e-af4d-1bb3628e0cb0" + "28fb43d9-ae3b-4448-b87e-23f89995eb63" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013215Z:3f774ee0-9a08-422e-af4d-1bb3628e0cb0" + "NORTHEUROPE:20200808T080155Z:28fb43d9-ae3b-4448-b87e-23f89995eb63" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:32:14 GMT" + "Sat, 08 Aug 2020 08:01:55 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6395?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2Mzk1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7886?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3ODg2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "75248f36-d7e6-473b-ba78-799917a55715" + "d1a1b391-a834-42dc-9f3c-ef0131d701d3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1193" ], "x-ms-request-id": [ - "64317afd-1737-475a-b17b-ee2dbd1c3da6" + "55586236-b161-4027-88d9-141b9bf5c1ae" ], "x-ms-correlation-request-id": [ - "64317afd-1737-475a-b17b-ee2dbd1c3da6" + "55586236-b161-4027-88d9-141b9bf5c1ae" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013216Z:64317afd-1737-475a-b17b-ee2dbd1c3da6" + "NORTHEUROPE:20200808T080156Z:55586236-b161-4027-88d9-141b9bf5c1ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:32:16 GMT" + "Sat, 08 Aug 2020 08:01:56 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6395\",\r\n \"name\": \"azsmnet6395\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7886\",\r\n \"name\": \"azsmnet7886\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6395/providers/Microsoft.Search/searchServices/azs-9168?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2Mzk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTY4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7886/providers/Microsoft.Search/searchServices/azs-2070?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDcwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "32dc75b2-1f3e-4247-a8cd-88bb996ce1c7" + "f1e04228-074d-4c00-a977-bc2d74ff624a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A32%3A20.396682Z'\"" + "W/\"datetime'2020-08-08T08%3A02%3A07.8771574Z'\"" ], "x-ms-request-id": [ - "32dc75b2-1f3e-4247-a8cd-88bb996ce1c7" + "f1e04228-074d-4c00-a977-bc2d74ff624a" ], "request-id": [ - "32dc75b2-1f3e-4247-a8cd-88bb996ce1c7" + "f1e04228-074d-4c00-a977-bc2d74ff624a" ], "elapsed-time": [ - "1378" + "6934" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1196" ], "x-ms-correlation-request-id": [ - "5a250280-47ed-4f6a-8747-642b31157e5e" + "e5c4922f-0ffb-47fd-bce5-578e72b9ac8e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013221Z:5a250280-47ed-4f6a-8747-642b31157e5e" + "NORTHEUROPE:20200808T080209Z:e5c4922f-0ffb-47fd-bce5-578e72b9ac8e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:32:21 GMT" + "Sat, 08 Aug 2020 08:02:08 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6395/providers/Microsoft.Search/searchServices/azs-9168\",\r\n \"name\": \"azs-9168\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7886/providers/Microsoft.Search/searchServices/azs-2070\",\r\n \"name\": \"azs-2070\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6395/providers/Microsoft.Search/searchServices/azs-9168/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2Mzk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTY4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7886/providers/Microsoft.Search/searchServices/azs-2070/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDcwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c52a0b80-5dc2-4987-9584-8144cb92bdd0" + "c453a32d-8016-48b9-831b-dde59709b3e3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c52a0b80-5dc2-4987-9584-8144cb92bdd0" + "c453a32d-8016-48b9-831b-dde59709b3e3" ], "request-id": [ - "c52a0b80-5dc2-4987-9584-8144cb92bdd0" + "c453a32d-8016-48b9-831b-dde59709b3e3" ], "elapsed-time": [ - "106" + "155" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1194" ], "x-ms-correlation-request-id": [ - "0e2df0d7-eeeb-453a-a13e-2bfdf0c438e1" + "42f8c9bd-bb9a-4f8e-b56d-a3f1754f8195" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013223Z:0e2df0d7-eeeb-453a-a13e-2bfdf0c438e1" + "NORTHEUROPE:20200808T080212Z:42f8c9bd-bb9a-4f8e-b56d-a3f1754f8195" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:32:23 GMT" + "Sat, 08 Aug 2020 08:02:12 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"252EB9701BBF927D94C1AB8C683C366B\",\r\n \"secondaryKey\": \"3127D6709849D3E47C98878D6E70F07B\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"A1CA8CDD7EEEA916E9BB2C7D481CE3DF\",\r\n \"secondaryKey\": \"AE544788C9942B8329881F5459781A2B\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6395/providers/Microsoft.Search/searchServices/azs-9168/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2Mzk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTY4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7886/providers/Microsoft.Search/searchServices/azs-2070/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDcwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6b6f293-780e-4e3a-86e3-deaf59394870" + "bbbc8344-83d3-4551-8428-56e8f3e73283" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e6b6f293-780e-4e3a-86e3-deaf59394870" + "bbbc8344-83d3-4551-8428-56e8f3e73283" ], "request-id": [ - "e6b6f293-780e-4e3a-86e3-deaf59394870" + "bbbc8344-83d3-4551-8428-56e8f3e73283" ], "elapsed-time": [ - "102" + "154" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1193" ], "x-ms-correlation-request-id": [ - "064b2b56-a025-419f-a684-e710826e1118" + "75a507cd-9210-46f9-9b95-47b793dc4dff" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013223Z:064b2b56-a025-419f-a684-e710826e1118" + "NORTHEUROPE:20200808T080212Z:75a507cd-9210-46f9-9b95-47b793dc4dff" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:32:23 GMT" + "Sat, 08 Aug 2020 08:02:12 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"8DB9B457D337BEDE6E7B2D5409FE7318\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"339921A32D1DA95B6F87ADF9A13B6F3D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4035\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8151\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "aa251ce4-da07-439c-85d7-85074f8a185a" + "0a12b206-b2b2-4cbc-823f-236df99c1ea5" ], "Accept-Language": [ "en-US" ], "api-key": [ - "252EB9701BBF927D94C1AB8C683C366B" + "A1CA8CDD7EEEA916E9BB2C7D481CE3DF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037024CD1184\"" + "W/\"0x8D83B715E4D5632\"" ], "Location": [ - "https://azs-9168.search-dogfood.windows-int.net/indexes('azsmnet4035')?api-version=2019-05-06" + "https://azs-2070.search-dogfood.windows-int.net/indexes('azsmnet8151')?api-version=2019-05-06" ], "request-id": [ - "aa251ce4-da07-439c-85d7-85074f8a185a" + "0a12b206-b2b2-4cbc-823f-236df99c1ea5" ], "elapsed-time": [ - "1248" + "2473" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:32:26 GMT" + "Sat, 08 Aug 2020 08:02:17 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9168.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037024CD1184\\\"\",\r\n \"name\": \"azsmnet4035\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2070.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B715E4D5632\\\"\",\r\n \"name\": \"azsmnet8151\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet4035')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MDM1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8151')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MTUxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "5793b573-b3a8-4570-9d8b-f885cef34a87" + "93c86c2f-7486-484b-98e9-c229eceae081" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "252EB9701BBF927D94C1AB8C683C366B" + "A1CA8CDD7EEEA916E9BB2C7D481CE3DF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "5793b573-b3a8-4570-9d8b-f885cef34a87" + "93c86c2f-7486-484b-98e9-c229eceae081" ], "elapsed-time": [ - "2163" + "180" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:32:49 GMT" + "Sat, 08 Aug 2020 08:02:40 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4035')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MDM1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8151')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MTUxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"11\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"12\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"13\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"14\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"15\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"16\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"17\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"18\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"19\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"20\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"21\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"22\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"23\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"24\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"25\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"26\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"27\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"28\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"29\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"30\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"31\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"32\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"33\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"34\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"35\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"36\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"37\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"38\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"39\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"40\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"41\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"42\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"43\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"44\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"45\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"46\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"47\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"48\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"49\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"50\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"51\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"52\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"53\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"54\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"55\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"56\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"57\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"58\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"59\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"60\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"61\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"62\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"63\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"64\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"65\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"66\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"67\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"68\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"69\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"70\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"71\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"72\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"73\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"74\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"75\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"76\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"77\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"78\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"79\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"80\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"81\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"82\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"83\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"84\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"85\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"86\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"87\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"88\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"89\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"90\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"91\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"92\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"93\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"94\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"95\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"96\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"97\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"98\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"99\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"100\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"101\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"102\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"103\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"104\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"105\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"106\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"107\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"108\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"109\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"110\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"111\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"112\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"113\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"114\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"115\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"116\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"117\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"118\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"119\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"120\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"121\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"122\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"123\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"124\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"125\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"126\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"127\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"128\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"129\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"130\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"131\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"132\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"133\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"134\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"135\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"136\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"137\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"138\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"139\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"140\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"141\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"142\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"143\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"144\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"145\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"146\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"147\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"148\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"149\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"150\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"151\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"152\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"153\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"154\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"155\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"156\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"157\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"158\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"159\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"160\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"161\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"162\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"163\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"164\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"165\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"166\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"167\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"168\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"169\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"170\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"171\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"172\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"173\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"174\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"175\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"176\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"177\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"178\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"179\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"180\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"181\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"182\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"183\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"184\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"185\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"186\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"187\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"188\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"189\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"190\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"191\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"192\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"193\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"194\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"195\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"196\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"197\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"198\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"199\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"200\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"201\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"202\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"203\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"204\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"205\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"206\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"207\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"208\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"209\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"210\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"211\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"212\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"213\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"214\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"215\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"216\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"217\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"218\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"219\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"220\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"221\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"222\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"223\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"224\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"225\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"226\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"227\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"228\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"229\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"230\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"231\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"232\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"233\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"234\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"235\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"236\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"237\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"238\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"239\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"240\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"241\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"242\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"243\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"244\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"245\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"246\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"247\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"248\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"249\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"250\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"251\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"252\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"253\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"254\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"255\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"256\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"257\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"258\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"259\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"260\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"261\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"262\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"263\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"264\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"265\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"266\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"267\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"268\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"269\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"270\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"271\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"272\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"273\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"274\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"275\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"276\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"277\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"278\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"279\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"280\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"281\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"282\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"283\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"284\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"285\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"286\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"287\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"288\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"289\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"290\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"291\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"292\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"293\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"294\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"295\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"296\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"297\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"298\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"299\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"300\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"301\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"302\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"303\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"304\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"305\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"306\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"307\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"308\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"309\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"310\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"311\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"312\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"313\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"314\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"315\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"316\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"317\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"318\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"319\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"320\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"321\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"322\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"323\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"324\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"325\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"326\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"327\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"328\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"329\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"330\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"331\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"332\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"333\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"334\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"335\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"336\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"337\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"338\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"339\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"340\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"341\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"342\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"343\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"344\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"345\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"346\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"347\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"348\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"349\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"350\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"351\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"352\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"353\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"354\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"355\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"356\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"357\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"358\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"359\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"360\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"361\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"362\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"363\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"364\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"365\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"366\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"367\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"368\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"369\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"370\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"371\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"372\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"373\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"374\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"375\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"376\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"377\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"378\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"379\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"380\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"381\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"382\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"383\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"384\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"385\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"386\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"387\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"388\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"389\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"390\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"391\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"392\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"393\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"394\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"395\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"396\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"397\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"398\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"399\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"400\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"401\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"402\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"403\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"404\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"405\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"406\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"407\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"408\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"409\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"410\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"411\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"412\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"413\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"414\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"415\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"416\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"417\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"418\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"419\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"420\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"421\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"422\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"423\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"424\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"425\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"426\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"427\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"428\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"429\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"430\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"431\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"432\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"433\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"434\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"435\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"436\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"437\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"438\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"439\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"440\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"441\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"442\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"443\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"444\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"445\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"446\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"447\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"448\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"449\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"450\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"451\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"452\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"453\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"454\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"455\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"456\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"457\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"458\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"459\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"460\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"461\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"462\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"463\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"464\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"465\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"466\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"467\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"468\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"469\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"470\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"471\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"472\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"473\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"474\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"475\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"476\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"477\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"478\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"479\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"480\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"481\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"482\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"483\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"484\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"485\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"486\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"487\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"488\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"489\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"490\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"491\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"492\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"493\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"494\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"495\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"496\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"497\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"498\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"499\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"500\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"501\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"502\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"503\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"504\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"505\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"506\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"507\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"508\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"509\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"510\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"511\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"512\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"513\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"514\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"515\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"516\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"517\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"518\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"519\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"520\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"521\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"522\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"523\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"524\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"525\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"526\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"527\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"528\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"529\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"530\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"531\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"532\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"533\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"534\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"535\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"536\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"537\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"538\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"539\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"540\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"541\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"542\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"543\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"544\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"545\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"546\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"547\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"548\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"549\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"550\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"551\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"552\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"553\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"554\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"555\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"556\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"557\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"558\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"559\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"560\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"561\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"562\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"563\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"564\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"565\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"566\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"567\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"568\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"569\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"570\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"571\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"572\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"573\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"574\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"575\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"576\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"577\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"578\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"579\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"580\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"581\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"582\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"583\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"584\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"585\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"586\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"587\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"588\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"589\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"590\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"591\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"592\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"593\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"594\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"595\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"596\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"597\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"598\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"599\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"600\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"601\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"602\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"603\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"604\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"605\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"606\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"607\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"608\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"609\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"610\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"611\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"612\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"613\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"614\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"615\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"616\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"617\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"618\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"619\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"620\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"621\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"622\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"623\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"624\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"625\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"626\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"627\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"628\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"629\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"630\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"631\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"632\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"633\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"634\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"635\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"636\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"637\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"638\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"639\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"640\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"641\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"642\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"643\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"644\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"645\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"646\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"647\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"648\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"649\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"650\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"651\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"652\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"653\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"654\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"655\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"656\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"657\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"658\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"659\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"660\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"661\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"662\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"663\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"664\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"665\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"666\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"667\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"668\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"669\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"670\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"671\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"672\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"673\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"674\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"675\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"676\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"677\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"678\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"679\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"680\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"681\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"682\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"683\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"684\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"685\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"686\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"687\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"688\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"689\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"690\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"691\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"692\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"693\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"694\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"695\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"696\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"697\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"698\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"699\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"700\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"701\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"702\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"703\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"704\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"705\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"706\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"707\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"708\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"709\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"710\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"711\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"712\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"713\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"714\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"715\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"716\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"717\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"718\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"719\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"720\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"721\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"722\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"723\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"724\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"725\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"726\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"727\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"728\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"729\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"730\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"731\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"732\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"733\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"734\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"735\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"736\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"737\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"738\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"739\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"740\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"741\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"742\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"743\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"744\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"745\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"746\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"747\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"748\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"749\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"750\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"751\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"752\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"753\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"754\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"755\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"756\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"757\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"758\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"759\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"760\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"761\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"762\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"763\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"764\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"765\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"766\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"767\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"768\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"769\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"770\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"771\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"772\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"773\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"774\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"775\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"776\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"777\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"778\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"779\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"780\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"781\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"782\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"783\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"784\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"785\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"786\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"787\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"788\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"789\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"790\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"791\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"792\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"793\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"794\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"795\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"796\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"797\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"798\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"799\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"800\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"801\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"802\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"803\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"804\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"805\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"806\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"807\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"808\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"809\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"810\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"811\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"812\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"813\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"814\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"815\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"816\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"817\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"818\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"819\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"820\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"821\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"822\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"823\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"824\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"825\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"826\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"827\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"828\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"829\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"830\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"831\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"832\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"833\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"834\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"835\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"836\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"837\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"838\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"839\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"840\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"841\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"842\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"843\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"844\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"845\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"846\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"847\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"848\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"849\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"850\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"851\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"852\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"853\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"854\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"855\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"856\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"857\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"858\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"859\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"860\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"861\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"862\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"863\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"864\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"865\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"866\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"867\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"868\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"869\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"870\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"871\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"872\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"873\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"874\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"875\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"876\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"877\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"878\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"879\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"880\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"881\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"882\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"883\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"884\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"885\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"886\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"887\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"888\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"889\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"890\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"891\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"892\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"893\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"894\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"895\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"896\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"897\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"898\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"899\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"900\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"901\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"902\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"903\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"904\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"905\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"906\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"907\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"908\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"909\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"910\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"911\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"912\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"913\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"914\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"915\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"916\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"917\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"918\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"919\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"920\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"921\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"922\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"923\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"924\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"925\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"926\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"927\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"928\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"929\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"930\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"931\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"932\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"933\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"934\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"935\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"936\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"937\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"938\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"939\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"940\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"941\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"942\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"943\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"944\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"945\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"946\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"947\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"948\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"949\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"950\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"951\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"952\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"953\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"954\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"955\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"956\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"957\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"958\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"959\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"960\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"961\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"962\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"963\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"964\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"965\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"966\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"967\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"968\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"969\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"970\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"971\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"972\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"973\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"974\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"975\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"976\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"977\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"978\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"979\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"980\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"981\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"982\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"983\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"984\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"985\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"986\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"987\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"988\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"989\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"990\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"991\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"992\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"993\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"994\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"995\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"996\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"997\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"998\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"999\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1000\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1001\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1002\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1003\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1004\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1005\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1006\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1007\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1008\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1009\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1010\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8d8fbe27-bff4-4915-995e-0067c7ec5983" + "1af841b3-a2c2-47c0-a208-17349e555aae" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "252EB9701BBF927D94C1AB8C683C366B" + "A1CA8CDD7EEEA916E9BB2C7D481CE3DF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "8d8fbe27-bff4-4915-995e-0067c7ec5983" + "1af841b3-a2c2-47c0-a208-17349e555aae" ], "elapsed-time": [ - "1616" + "407" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:32:59 GMT" + "Sat, 08 Aug 2020 08:02:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,13 +550,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4035')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MDM1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8151')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MTUxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1011\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1012\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1013\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1014\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1015\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1016\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1017\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1018\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1019\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1020\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1021\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1022\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1023\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1024\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1025\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1026\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1027\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1028\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1029\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1030\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1031\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1032\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1033\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1034\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1035\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1036\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1037\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1038\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1039\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1040\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1041\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1042\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1043\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1044\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1045\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1046\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1047\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1048\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1049\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1050\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1051\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1052\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1053\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1054\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1055\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1056\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1057\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1058\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1059\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1060\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1061\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1062\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1063\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1064\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1065\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1066\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1067\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1068\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1069\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1070\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1071\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1072\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1073\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1074\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1075\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1076\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1077\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1078\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1079\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1080\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1081\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1082\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1083\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1084\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1085\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1086\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1087\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1088\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1089\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1090\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1091\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1092\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1093\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1094\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1095\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1096\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1097\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1098\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1099\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1100\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1101\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1102\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1103\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1104\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1105\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1106\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1107\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1108\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1109\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1110\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1111\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1112\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1113\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1114\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1115\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1116\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1117\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1118\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1119\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1120\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1121\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1122\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1123\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1124\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1125\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1126\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1127\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1128\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1129\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1130\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1131\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1132\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1133\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1134\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1135\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1136\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1137\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1138\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1139\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1140\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1141\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1142\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1143\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1144\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1145\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1146\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1147\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1148\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1149\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1150\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1151\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1152\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1153\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1154\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1155\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1156\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1157\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1158\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1159\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1160\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1161\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1162\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1163\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1164\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1165\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1166\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1167\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1168\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1169\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1170\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1171\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1172\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1173\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1174\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1175\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1176\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1177\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1178\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1179\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1180\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1181\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1182\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1183\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1184\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1185\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1186\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1187\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1188\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1189\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1190\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1191\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1192\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1193\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1194\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1195\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1196\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1197\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1198\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1199\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1200\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1201\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1202\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1203\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1204\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1205\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1206\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1207\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1208\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1209\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1210\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1211\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1212\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1213\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1214\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1215\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1216\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1217\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1218\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1219\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1220\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1221\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1222\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1223\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1224\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1225\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1226\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1227\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1228\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1229\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1230\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1231\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1232\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1233\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1234\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1235\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1236\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1237\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1238\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1239\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1240\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1241\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1242\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1243\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1244\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1245\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1246\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1247\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1248\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1249\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1250\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1251\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1252\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1253\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1254\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1255\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1256\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1257\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1258\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1259\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1260\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1261\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1262\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1263\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1264\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1265\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1266\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1267\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1268\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1269\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1270\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1271\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1272\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1273\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1274\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1275\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1276\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1277\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1278\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1279\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1280\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1281\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1282\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1283\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1284\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1285\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1286\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1287\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1288\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1289\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1290\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1291\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1292\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1293\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1294\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1295\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1296\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1297\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1298\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1299\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1300\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1301\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1302\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1303\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1304\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1305\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1306\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1307\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1308\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1309\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1310\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1311\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1312\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1313\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1314\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1315\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1316\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1317\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1318\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1319\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1320\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1321\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1322\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1323\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1324\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1325\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1326\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1327\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1328\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1329\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1330\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1331\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1332\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1333\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1334\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1335\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1336\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1337\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1338\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1339\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1340\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1341\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1342\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1343\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1344\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1345\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1346\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1347\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1348\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1349\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1350\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1351\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1352\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1353\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1354\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1355\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1356\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1357\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1358\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1359\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1360\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1361\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1362\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1363\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1364\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1365\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1366\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1367\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1368\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1369\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1370\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1371\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1372\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1373\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1374\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1375\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1376\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1377\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1378\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1379\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1380\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1381\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1382\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1383\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1384\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1385\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1386\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1387\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1388\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1389\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1390\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1391\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1392\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1393\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1394\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1395\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1396\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1397\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1398\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1399\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1400\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1401\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1402\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1403\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1404\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1405\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1406\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1407\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1408\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1409\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1410\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1411\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1412\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1413\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1414\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1415\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1416\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1417\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1418\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1419\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1420\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1421\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1422\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1423\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1424\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1425\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1426\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1427\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1428\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1429\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1430\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1431\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1432\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1433\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1434\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1435\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1436\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1437\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1438\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1439\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1440\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1441\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1442\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1443\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1444\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1445\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1446\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1447\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1448\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1449\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1450\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1451\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1452\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1453\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1454\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1455\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1456\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1457\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1458\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1459\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1460\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1461\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1462\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1463\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1464\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1465\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1466\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1467\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1468\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1469\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1470\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1471\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1472\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1473\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1474\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1475\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1476\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1477\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1478\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1479\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1480\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1481\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1482\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1483\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1484\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1485\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1486\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1487\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1488\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1489\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1490\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1491\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1492\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1493\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1494\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1495\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1496\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1497\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1498\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1499\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1500\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1501\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1502\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1503\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1504\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1505\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1506\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1507\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1508\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1509\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1510\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1511\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1512\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1513\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1514\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1515\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1516\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1517\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1518\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1519\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1520\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1521\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1522\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1523\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1524\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1525\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1526\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1527\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1528\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1529\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1530\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1531\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1532\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1533\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1534\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1535\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1536\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1537\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1538\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1539\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1540\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1541\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1542\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1543\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1544\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1545\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1546\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1547\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1548\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1549\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1550\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1551\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1552\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1553\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1554\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1555\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1556\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1557\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1558\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1559\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1560\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1561\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1562\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1563\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1564\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1565\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1566\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1567\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1568\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1569\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1570\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1571\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1572\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1573\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1574\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1575\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1576\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1577\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1578\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1579\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1580\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1581\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1582\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1583\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1584\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1585\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1586\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1587\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1588\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1589\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1590\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1591\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1592\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1593\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1594\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1595\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1596\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1597\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1598\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1599\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1600\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1601\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1602\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1603\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1604\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1605\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1606\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1607\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1608\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1609\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1610\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1611\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1612\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1613\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1614\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1615\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1616\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1617\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1618\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1619\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1620\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1621\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1622\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1623\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1624\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1625\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1626\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1627\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1628\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1629\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1630\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1631\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1632\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1633\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1634\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1635\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1636\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1637\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1638\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1639\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1640\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1641\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1642\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1643\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1644\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1645\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1646\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1647\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1648\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1649\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1650\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1651\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1652\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1653\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1654\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1655\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1656\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1657\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1658\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1659\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1660\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1661\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1662\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1663\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1664\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1665\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1666\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1667\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1668\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1669\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1670\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1671\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1672\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1673\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1674\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1675\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1676\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1677\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1678\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1679\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1680\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1681\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1682\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1683\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1684\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1685\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1686\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1687\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1688\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1689\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1690\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1691\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1692\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1693\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1694\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1695\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1696\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1697\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1698\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1699\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1700\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1701\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1702\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1703\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1704\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1705\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1706\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1707\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1708\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1709\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1710\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1711\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1712\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1713\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1714\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1715\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1716\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1717\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1718\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1719\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1720\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1721\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1722\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1723\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1724\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1725\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1726\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1727\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1728\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1729\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1730\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1731\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1732\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1733\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1734\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1735\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1736\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1737\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1738\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1739\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1740\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1741\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1742\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1743\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1744\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1745\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1746\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1747\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1748\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1749\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1750\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1751\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1752\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1753\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1754\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1755\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1756\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1757\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1758\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1759\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1760\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1761\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1762\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1763\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1764\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1765\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1766\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1767\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1768\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1769\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1770\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1771\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1772\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1773\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1774\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1775\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1776\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1777\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1778\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1779\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1780\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1781\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1782\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1783\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1784\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1785\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1786\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1787\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1788\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1789\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1790\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1791\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1792\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1793\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1794\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1795\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1796\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1797\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1798\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1799\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1800\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1801\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1802\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1803\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1804\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1805\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1806\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1807\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1808\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1809\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1810\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1811\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1812\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1813\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1814\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1815\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1816\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1817\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1818\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1819\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1820\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1821\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1822\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1823\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1824\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1825\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1826\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1827\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1828\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1829\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1830\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1831\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1832\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1833\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1834\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1835\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1836\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1837\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1838\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1839\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1840\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1841\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1842\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1843\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1844\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1845\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1846\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1847\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1848\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1849\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1850\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1851\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1852\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1853\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1854\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1855\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1856\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1857\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1858\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1859\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1860\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1861\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1862\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1863\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1864\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1865\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1866\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1867\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1868\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1869\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1870\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1871\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1872\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1873\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1874\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1875\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1876\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1877\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1878\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1879\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1880\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1881\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1882\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1883\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1884\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1885\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1886\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1887\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1888\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1889\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1890\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1891\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1892\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1893\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1894\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1895\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1896\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1897\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1898\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1899\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1900\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1901\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1902\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1903\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1904\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1905\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1906\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1907\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1908\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1909\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1910\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1911\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1912\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1913\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1914\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1915\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1916\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1917\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1918\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1919\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1920\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1921\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1922\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1923\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1924\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1925\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1926\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1927\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1928\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1929\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1930\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1931\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1932\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1933\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1934\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1935\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1936\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1937\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1938\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1939\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1940\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1941\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1942\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1943\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1944\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1945\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1946\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1947\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1948\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1949\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1950\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1951\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1952\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1953\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1954\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1955\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1956\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1957\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1958\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1959\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1960\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1961\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1962\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1963\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1964\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1965\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1966\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1967\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1968\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1969\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1970\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1971\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1972\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1973\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1974\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1975\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1976\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1977\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1978\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1979\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1980\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1981\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1982\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1983\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1984\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1985\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1986\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1987\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1988\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1989\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1990\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1991\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1992\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1993\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1994\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1995\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1996\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1997\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1998\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1999\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2000\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2001\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c56ba073-815b-40c3-82c8-d58d44091c18" + "90918418-3fa6-45c9-b656-23686fd36e27" ], "Accept-Language": [ "en-US" @@ -565,12 +565,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "252EB9701BBF927D94C1AB8C683C366B" + "A1CA8CDD7EEEA916E9BB2C7D481CE3DF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -588,10 +588,10 @@ "no-cache" ], "request-id": [ - "c56ba073-815b-40c3-82c8-d58d44091c18" + "90918418-3fa6-45c9-b656-23686fd36e27" ], "elapsed-time": [ - "212" + "254" ], "OData-Version": [ "4.0" @@ -603,7 +603,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:33:01 GMT" + "Sat, 08 Aug 2020 08:02:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -619,13 +619,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4035')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MDM1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8151')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MTUxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"11\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"12\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"13\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"14\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"15\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"16\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"17\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"18\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"19\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"20\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"21\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"22\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"23\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"24\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"25\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"26\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"27\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"28\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"29\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"30\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"31\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"32\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"33\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"34\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"35\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"36\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"37\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"38\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"39\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"40\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"41\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"42\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"43\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"44\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"45\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"46\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"47\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"48\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"49\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"50\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"51\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"52\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"53\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"54\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"55\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"56\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"57\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"58\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"59\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"60\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"61\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"62\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"63\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"64\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"65\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"66\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"67\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"68\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"69\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"70\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"71\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"72\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"73\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"74\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"75\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"76\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"77\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"78\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"79\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"80\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"81\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"82\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"83\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"84\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"85\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"86\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"87\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"88\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"89\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"90\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"91\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"92\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"93\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"94\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"95\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"96\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"97\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"98\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"99\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"100\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"101\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"102\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"103\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"104\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"105\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"106\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"107\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"108\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"109\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"110\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"111\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"112\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"113\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"114\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"115\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"116\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"117\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"118\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"119\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"120\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"121\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"122\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"123\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"124\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"125\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"126\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"127\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"128\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"129\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"130\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"131\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"132\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"133\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"134\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"135\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"136\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"137\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"138\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"139\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"140\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"141\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"142\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"143\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"144\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"145\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"146\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"147\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"148\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"149\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"150\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"151\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"152\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"153\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"154\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"155\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"156\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"157\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"158\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"159\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"160\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"161\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"162\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"163\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"164\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"165\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"166\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"167\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"168\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"169\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"170\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"171\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"172\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"173\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"174\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"175\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"176\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"177\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"178\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"179\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"180\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"181\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"182\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"183\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"184\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"185\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"186\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"187\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"188\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"189\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"190\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"191\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"192\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"193\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"194\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"195\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"196\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"197\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"198\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"199\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"200\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"201\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"202\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"203\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"204\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"205\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"206\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"207\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"208\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"209\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"210\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"211\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"212\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"213\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"214\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"215\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"216\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"217\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"218\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"219\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"220\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"221\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"222\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"223\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"224\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"225\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"226\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"227\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"228\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"229\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"230\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"231\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"232\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"233\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"234\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"235\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"236\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"237\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"238\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"239\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"240\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"241\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"242\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"243\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"244\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"245\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"246\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"247\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"248\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"249\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"250\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"251\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"252\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"253\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"254\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"255\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"256\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"257\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"258\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"259\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"260\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"261\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"262\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"263\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"264\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"265\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"266\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"267\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"268\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"269\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"270\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"271\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"272\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"273\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"274\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"275\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"276\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"277\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"278\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"279\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"280\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"281\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"282\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"283\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"284\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"285\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"286\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"287\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"288\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"289\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"290\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"291\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"292\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"293\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"294\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"295\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"296\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"297\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"298\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"299\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"300\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"301\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"302\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"303\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"304\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"305\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"306\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"307\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"308\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"309\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"310\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"311\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"312\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"313\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"314\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"315\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"316\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"317\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"318\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"319\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"320\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"321\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"322\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"323\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"324\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"325\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"326\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"327\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"328\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"329\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"330\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"331\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"332\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"333\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"334\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"335\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"336\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"337\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"338\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"339\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"340\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"341\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"342\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"343\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"344\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"345\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"346\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"347\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"348\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"349\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"350\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"351\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"352\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"353\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"354\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"355\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"356\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"357\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"358\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"359\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"360\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"361\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"362\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"363\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"364\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"365\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"366\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"367\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"368\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"369\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"370\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"371\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"372\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"373\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"374\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"375\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"376\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"377\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"378\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"379\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"380\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"381\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"382\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"383\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"384\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"385\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"386\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"387\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"388\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"389\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"390\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"391\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"392\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"393\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"394\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"395\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"396\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"397\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"398\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"399\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"400\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"401\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"402\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"403\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"404\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"405\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"406\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"407\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"408\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"409\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"410\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"411\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"412\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"413\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"414\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"415\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"416\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"417\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"418\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"419\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"420\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"421\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"422\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"423\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"424\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"425\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"426\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"427\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"428\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"429\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"430\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"431\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"432\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"433\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"434\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"435\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"436\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"437\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"438\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"439\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"440\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"441\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"442\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"443\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"444\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"445\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"446\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"447\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"448\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"449\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"450\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"451\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"452\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"453\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"454\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"455\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"456\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"457\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"458\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"459\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"460\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"461\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"462\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"463\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"464\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"465\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"466\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"467\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"468\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"469\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"470\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"471\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"472\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"473\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"474\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"475\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"476\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"477\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"478\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"479\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"480\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"481\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"482\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"483\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"484\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"485\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"486\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"487\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"488\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"489\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"490\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"491\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"492\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"493\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"494\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"495\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"496\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"497\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"498\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"499\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"500\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"501\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"502\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"503\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"504\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"505\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"506\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"507\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"508\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"509\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"510\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"511\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"512\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"513\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"514\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"515\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"516\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"517\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"518\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"519\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"520\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"521\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"522\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"523\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"524\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"525\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"526\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"527\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"528\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"529\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"530\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"531\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"532\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"533\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"534\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"535\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"536\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"537\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"538\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"539\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"540\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"541\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"542\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"543\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"544\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"545\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"546\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"547\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"548\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"549\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"550\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"551\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"552\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"553\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"554\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"555\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"556\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"557\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"558\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"559\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"560\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"561\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"562\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"563\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"564\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"565\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"566\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"567\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"568\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"569\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"570\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"571\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"572\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"573\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"574\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"575\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"576\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"577\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"578\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"579\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"580\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"581\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"582\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"583\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"584\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"585\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"586\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"587\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"588\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"589\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"590\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"591\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"592\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"593\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"594\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"595\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"596\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"597\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"598\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"599\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"600\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"601\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"602\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"603\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"604\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"605\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"606\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"607\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"608\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"609\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"610\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"611\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"612\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"613\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"614\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"615\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"616\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"617\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"618\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"619\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"620\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"621\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"622\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"623\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"624\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"625\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"626\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"627\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"628\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"629\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"630\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"631\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"632\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"633\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"634\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"635\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"636\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"637\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"638\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"639\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"640\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"641\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"642\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"643\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"644\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"645\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"646\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"647\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"648\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"649\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"650\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"651\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"652\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"653\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"654\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"655\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"656\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"657\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"658\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"659\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"660\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"661\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"662\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"663\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"664\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"665\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"666\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"667\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"668\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"669\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"670\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"671\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"672\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"673\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"674\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"675\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"676\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"677\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"678\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"679\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"680\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"681\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"682\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"683\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"684\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"685\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"686\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"687\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"688\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"689\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"690\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"691\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"692\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"693\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"694\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"695\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"696\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"697\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"698\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"699\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"700\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"701\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"702\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"703\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"704\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"705\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"706\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"707\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"708\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"709\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"710\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"711\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"712\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"713\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"714\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"715\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"716\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"717\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"718\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"719\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"720\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"721\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"722\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"723\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"724\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"725\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"726\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"727\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"728\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"729\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"730\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"731\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"732\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"733\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"734\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"735\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"736\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"737\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"738\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"739\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"740\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"741\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"742\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"743\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"744\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"745\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"746\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"747\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"748\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"749\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"750\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"751\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"752\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"753\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"754\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"755\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"756\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"757\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"758\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"759\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"760\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"761\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"762\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"763\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"764\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"765\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"766\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"767\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"768\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"769\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"770\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"771\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"772\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"773\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"774\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"775\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"776\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"777\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"778\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"779\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"780\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"781\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"782\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"783\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"784\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"785\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"786\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"787\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"788\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"789\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"790\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"791\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"792\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"793\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"794\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"795\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"796\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"797\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"798\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"799\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"800\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"801\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"802\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"803\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"804\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"805\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"806\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"807\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"808\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"809\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"810\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"811\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"812\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"813\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"814\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"815\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"816\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"817\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"818\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"819\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"820\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"821\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"822\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"823\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"824\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"825\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"826\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"827\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"828\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"829\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"830\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"831\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"832\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"833\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"834\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"835\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"836\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"837\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"838\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"839\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"840\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"841\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"842\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"843\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"844\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"845\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"846\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"847\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"848\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"849\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"850\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"851\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"852\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"853\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"854\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"855\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"856\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"857\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"858\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"859\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"860\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"861\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"862\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"863\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"864\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"865\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"866\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"867\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"868\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"869\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"870\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"871\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"872\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"873\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"874\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"875\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"876\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"877\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"878\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"879\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"880\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"881\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"882\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"883\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"884\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"885\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"886\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"887\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"888\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"889\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"890\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"891\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"892\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"893\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"894\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"895\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"896\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"897\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"898\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"899\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"900\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"901\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"902\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"903\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"904\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"905\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"906\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"907\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"908\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"909\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"910\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"911\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"912\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"913\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"914\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"915\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"916\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"917\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"918\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"919\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"920\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"921\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"922\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"923\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"924\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"925\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"926\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"927\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"928\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"929\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"930\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"931\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"932\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"933\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"934\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"935\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"936\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"937\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"938\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"939\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"940\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"941\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"942\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"943\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"944\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"945\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"946\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"947\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"948\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"949\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"950\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"951\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"952\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"953\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"954\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"955\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"956\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"957\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"958\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"959\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"960\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"961\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"962\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"963\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"964\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"965\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"966\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"967\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"968\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"969\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"970\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"971\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"972\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"973\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"974\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"975\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"976\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"977\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"978\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"979\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"980\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"981\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"982\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"983\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"984\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"985\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"986\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"987\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"988\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"989\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"990\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"991\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"992\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"993\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"994\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"995\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"996\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"997\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"998\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"999\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1000\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1001\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1002\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1003\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1004\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1005\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1006\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1007\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1008\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1009\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1010\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "64457c08-3f7c-4586-93a3-46a7c61b768f" + "89d87c82-c78c-4d04-857c-220a4ca55132" ], "Accept-Language": [ "en-US" @@ -634,12 +634,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "252EB9701BBF927D94C1AB8C683C366B" + "A1CA8CDD7EEEA916E9BB2C7D481CE3DF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -657,10 +657,10 @@ "no-cache" ], "request-id": [ - "64457c08-3f7c-4586-93a3-46a7c61b768f" + "89d87c82-c78c-4d04-857c-220a4ca55132" ], "elapsed-time": [ - "417" + "282" ], "OData-Version": [ "4.0" @@ -672,7 +672,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:33:07 GMT" + "Sat, 08 Aug 2020 08:02:52 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -688,13 +688,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4035')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MDM1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8151')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MTUxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1011\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1012\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1013\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1014\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1015\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1016\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1017\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1018\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1019\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1020\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1021\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1022\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1023\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1024\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1025\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1026\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1027\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1028\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1029\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1030\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1031\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1032\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1033\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1034\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1035\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1036\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1037\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1038\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1039\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1040\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1041\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1042\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1043\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1044\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1045\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1046\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1047\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1048\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1049\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1050\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1051\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1052\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1053\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1054\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1055\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1056\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1057\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1058\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1059\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1060\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1061\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1062\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1063\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1064\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1065\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1066\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1067\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1068\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1069\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1070\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1071\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1072\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1073\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1074\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1075\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1076\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1077\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1078\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1079\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1080\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1081\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1082\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1083\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1084\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1085\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1086\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1087\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1088\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1089\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1090\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1091\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1092\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1093\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1094\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1095\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1096\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1097\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1098\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1099\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1100\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1101\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1102\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1103\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1104\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1105\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1106\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1107\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1108\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1109\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1110\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1111\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1112\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1113\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1114\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1115\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1116\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1117\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1118\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1119\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1120\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1121\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1122\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1123\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1124\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1125\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1126\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1127\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1128\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1129\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1130\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1131\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1132\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1133\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1134\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1135\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1136\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1137\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1138\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1139\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1140\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1141\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1142\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1143\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1144\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1145\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1146\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1147\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1148\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1149\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1150\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1151\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1152\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1153\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1154\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1155\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1156\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1157\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1158\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1159\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1160\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1161\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1162\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1163\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1164\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1165\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1166\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1167\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1168\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1169\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1170\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1171\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1172\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1173\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1174\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1175\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1176\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1177\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1178\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1179\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1180\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1181\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1182\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1183\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1184\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1185\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1186\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1187\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1188\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1189\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1190\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1191\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1192\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1193\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1194\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1195\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1196\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1197\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1198\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1199\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1200\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1201\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1202\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1203\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1204\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1205\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1206\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1207\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1208\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1209\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1210\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1211\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1212\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1213\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1214\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1215\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1216\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1217\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1218\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1219\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1220\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1221\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1222\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1223\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1224\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1225\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1226\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1227\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1228\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1229\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1230\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1231\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1232\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1233\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1234\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1235\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1236\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1237\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1238\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1239\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1240\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1241\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1242\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1243\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1244\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1245\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1246\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1247\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1248\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1249\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1250\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1251\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1252\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1253\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1254\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1255\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1256\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1257\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1258\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1259\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1260\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1261\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1262\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1263\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1264\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1265\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1266\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1267\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1268\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1269\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1270\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1271\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1272\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1273\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1274\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1275\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1276\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1277\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1278\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1279\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1280\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1281\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1282\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1283\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1284\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1285\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1286\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1287\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1288\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1289\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1290\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1291\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1292\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1293\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1294\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1295\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1296\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1297\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1298\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1299\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1300\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1301\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1302\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1303\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1304\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1305\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1306\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1307\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1308\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1309\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1310\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1311\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1312\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1313\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1314\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1315\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1316\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1317\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1318\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1319\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1320\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1321\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1322\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1323\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1324\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1325\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1326\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1327\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1328\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1329\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1330\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1331\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1332\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1333\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1334\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1335\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1336\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1337\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1338\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1339\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1340\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1341\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1342\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1343\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1344\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1345\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1346\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1347\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1348\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1349\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1350\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1351\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1352\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1353\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1354\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1355\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1356\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1357\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1358\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1359\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1360\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1361\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1362\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1363\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1364\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1365\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1366\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1367\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1368\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1369\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1370\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1371\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1372\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1373\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1374\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1375\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1376\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1377\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1378\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1379\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1380\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1381\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1382\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1383\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1384\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1385\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1386\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1387\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1388\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1389\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1390\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1391\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1392\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1393\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1394\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1395\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1396\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1397\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1398\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1399\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1400\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1401\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1402\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1403\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1404\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1405\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1406\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1407\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1408\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1409\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1410\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1411\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1412\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1413\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1414\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1415\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1416\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1417\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1418\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1419\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1420\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1421\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1422\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1423\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1424\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1425\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1426\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1427\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1428\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1429\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1430\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1431\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1432\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1433\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1434\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1435\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1436\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1437\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1438\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1439\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1440\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1441\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1442\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1443\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1444\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1445\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1446\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1447\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1448\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1449\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1450\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1451\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1452\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1453\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1454\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1455\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1456\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1457\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1458\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1459\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1460\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1461\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1462\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1463\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1464\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1465\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1466\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1467\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1468\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1469\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1470\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1471\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1472\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1473\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1474\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1475\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1476\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1477\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1478\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1479\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1480\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1481\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1482\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1483\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1484\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1485\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1486\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1487\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1488\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1489\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1490\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1491\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1492\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1493\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1494\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1495\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1496\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1497\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1498\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1499\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1500\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1501\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1502\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1503\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1504\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1505\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1506\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1507\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1508\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1509\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1510\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1511\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1512\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1513\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1514\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1515\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1516\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1517\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1518\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1519\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1520\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1521\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1522\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1523\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1524\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1525\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1526\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1527\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1528\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1529\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1530\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1531\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1532\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1533\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1534\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1535\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1536\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1537\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1538\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1539\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1540\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1541\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1542\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1543\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1544\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1545\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1546\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1547\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1548\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1549\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1550\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1551\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1552\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1553\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1554\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1555\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1556\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1557\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1558\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1559\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1560\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1561\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1562\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1563\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1564\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1565\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1566\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1567\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1568\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1569\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1570\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1571\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1572\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1573\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1574\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1575\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1576\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1577\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1578\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1579\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1580\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1581\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1582\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1583\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1584\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1585\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1586\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1587\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1588\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1589\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1590\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1591\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1592\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1593\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1594\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1595\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1596\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1597\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1598\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1599\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1600\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1601\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1602\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1603\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1604\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1605\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1606\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1607\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1608\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1609\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1610\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1611\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1612\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1613\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1614\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1615\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1616\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1617\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1618\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1619\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1620\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1621\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1622\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1623\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1624\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1625\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1626\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1627\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1628\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1629\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1630\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1631\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1632\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1633\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1634\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1635\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1636\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1637\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1638\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1639\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1640\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1641\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1642\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1643\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1644\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1645\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1646\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1647\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1648\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1649\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1650\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1651\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1652\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1653\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1654\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1655\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1656\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1657\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1658\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1659\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1660\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1661\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1662\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1663\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1664\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1665\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1666\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1667\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1668\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1669\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1670\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1671\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1672\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1673\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1674\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1675\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1676\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1677\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1678\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1679\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1680\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1681\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1682\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1683\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1684\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1685\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1686\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1687\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1688\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1689\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1690\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1691\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1692\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1693\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1694\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1695\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1696\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1697\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1698\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1699\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1700\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1701\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1702\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1703\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1704\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1705\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1706\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1707\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1708\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1709\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1710\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1711\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1712\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1713\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1714\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1715\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1716\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1717\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1718\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1719\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1720\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1721\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1722\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1723\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1724\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1725\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1726\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1727\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1728\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1729\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1730\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1731\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1732\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1733\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1734\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1735\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1736\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1737\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1738\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1739\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1740\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1741\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1742\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1743\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1744\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1745\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1746\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1747\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1748\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1749\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1750\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1751\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1752\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1753\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1754\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1755\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1756\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1757\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1758\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1759\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1760\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1761\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1762\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1763\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1764\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1765\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1766\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1767\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1768\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1769\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1770\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1771\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1772\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1773\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1774\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1775\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1776\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1777\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1778\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1779\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1780\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1781\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1782\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1783\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1784\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1785\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1786\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1787\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1788\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1789\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1790\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1791\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1792\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1793\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1794\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1795\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1796\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1797\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1798\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1799\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1800\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1801\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1802\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1803\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1804\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1805\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1806\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1807\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1808\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1809\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1810\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1811\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1812\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1813\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1814\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1815\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1816\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1817\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1818\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1819\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1820\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1821\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1822\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1823\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1824\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1825\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1826\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1827\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1828\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1829\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1830\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1831\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1832\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1833\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1834\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1835\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1836\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1837\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1838\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1839\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1840\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1841\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1842\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1843\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1844\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1845\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1846\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1847\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1848\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1849\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1850\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1851\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1852\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1853\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1854\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1855\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1856\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1857\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1858\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1859\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1860\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1861\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1862\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1863\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1864\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1865\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1866\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1867\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1868\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1869\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1870\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1871\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1872\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1873\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1874\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1875\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1876\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1877\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1878\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1879\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1880\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1881\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1882\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1883\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1884\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1885\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1886\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1887\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1888\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1889\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1890\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1891\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1892\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1893\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1894\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1895\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1896\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1897\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1898\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1899\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1900\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1901\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1902\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1903\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1904\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1905\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1906\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1907\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1908\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1909\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1910\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1911\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1912\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1913\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1914\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1915\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1916\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1917\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1918\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1919\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1920\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1921\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1922\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1923\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1924\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1925\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1926\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1927\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1928\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1929\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1930\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1931\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1932\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1933\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1934\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1935\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1936\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1937\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1938\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1939\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1940\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1941\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1942\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1943\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1944\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1945\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1946\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1947\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1948\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1949\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1950\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1951\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1952\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1953\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1954\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1955\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1956\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1957\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1958\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1959\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1960\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1961\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1962\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1963\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1964\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1965\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1966\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1967\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1968\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1969\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1970\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1971\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1972\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1973\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1974\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1975\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1976\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1977\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1978\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1979\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1980\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1981\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1982\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1983\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1984\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1985\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1986\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1987\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1988\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1989\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1990\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1991\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1992\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1993\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1994\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1995\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1996\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1997\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1998\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1999\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2000\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2001\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "dff1bdb8-5d41-46a2-83d4-5407e5474baa" + "6b5fd93c-8d5c-4cce-98af-852044a380d1" ], "Accept-Language": [ "en-US" @@ -703,12 +703,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "252EB9701BBF927D94C1AB8C683C366B" + "A1CA8CDD7EEEA916E9BB2C7D481CE3DF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -726,10 +726,10 @@ "no-cache" ], "request-id": [ - "dff1bdb8-5d41-46a2-83d4-5407e5474baa" + "6b5fd93c-8d5c-4cce-98af-852044a380d1" ], "elapsed-time": [ - "229" + "443" ], "OData-Version": [ "4.0" @@ -741,7 +741,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:33:09 GMT" + "Sat, 08 Aug 2020 08:02:55 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -757,13 +757,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4035')/docs?search=%2A&api-version=2019-05-06&$count=false&queryType=simple&searchMode=any&$top=3000", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MDM1JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJnF1ZXJ5VHlwZT1zaW1wbGUmc2VhcmNoTW9kZT1hbnkmJHRvcD0zMDAw", + "RequestUri": "/indexes('azsmnet8151')/docs?search=%2A&api-version=2019-05-06&$count=false&queryType=simple&searchMode=any&$top=3000", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MTUxJykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJnF1ZXJ5VHlwZT1zaW1wbGUmc2VhcmNoTW9kZT1hbnkmJHRvcD0zMDAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "399147bd-98f1-4afe-a1d2-773917e4e8fa" + "e0f8509b-5daf-49c7-9874-32eeac0bda9c" ], "Accept-Language": [ "en-US" @@ -772,12 +772,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "252EB9701BBF927D94C1AB8C683C366B" + "A1CA8CDD7EEEA916E9BB2C7D481CE3DF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -789,10 +789,10 @@ "no-cache" ], "request-id": [ - "399147bd-98f1-4afe-a1d2-773917e4e8fa" + "e0f8509b-5daf-49c7-9874-32eeac0bda9c" ], "elapsed-time": [ - "116" + "147" ], "OData-Version": [ "4.0" @@ -804,7 +804,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:33:04 GMT" + "Sat, 08 Aug 2020 08:02:50 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -816,17 +816,17 @@ "252704" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00Z\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00Z\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"6\",\r\n \"hotelName\": null,\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\",\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\",\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"8\",\r\n \"hotelName\": null,\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\",\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00Z\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"11\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"12\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"13\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"14\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"15\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"16\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"17\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"18\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"19\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"20\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"21\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"22\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"23\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"24\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"25\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"26\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"27\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"28\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"29\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"30\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"31\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"32\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"33\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"34\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"35\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"36\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"37\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"38\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"39\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"40\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"41\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"42\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"43\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"44\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"45\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"46\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"47\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"48\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"49\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"50\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"51\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"52\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"53\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"54\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"55\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"56\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"57\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"58\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"59\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"60\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"61\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"62\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"63\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"64\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"65\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"66\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"67\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"68\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"69\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"70\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"71\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"72\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"73\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"74\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"75\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"76\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"77\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"78\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"79\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"80\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"81\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"82\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"83\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"84\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"85\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"86\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"87\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"88\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"89\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"90\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"91\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"92\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"93\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"94\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"95\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"96\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"97\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"98\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"99\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"100\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"101\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"102\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"103\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"104\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"105\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"106\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"107\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"108\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"109\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"110\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"111\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"112\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"113\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"114\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"115\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"116\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"117\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"118\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"119\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"120\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"121\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"122\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"123\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"124\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"125\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"126\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"127\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"128\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"129\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"130\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"131\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"132\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"133\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"134\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"135\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"136\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"137\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"138\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"139\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"140\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"141\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"142\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"143\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"144\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"145\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"146\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"147\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"148\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"149\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"150\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"151\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"152\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"153\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"154\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"155\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"156\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"157\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"158\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"159\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"160\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"161\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"162\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"163\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"164\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"165\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"166\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"167\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"168\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"169\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"170\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"171\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"172\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"173\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"174\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"175\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"176\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"177\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"178\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"179\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"180\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"181\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"182\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"183\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"184\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"185\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"186\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"187\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"188\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"189\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"190\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"191\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"192\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"193\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"194\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"195\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"196\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"197\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"198\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"199\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"200\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"201\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"202\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"203\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"204\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"205\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"206\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"207\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"208\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"209\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"210\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"211\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"212\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"213\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"214\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"215\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"216\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"217\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"218\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"219\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"220\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"221\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"222\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"223\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"224\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"225\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"226\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"227\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"228\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"229\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"230\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"231\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"232\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"233\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"234\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"235\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"236\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"237\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"238\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"239\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"240\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"241\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"242\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"243\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"244\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"245\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"246\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"247\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"248\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"249\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"250\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"251\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"252\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"253\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"254\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"255\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"256\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"257\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"258\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"259\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"260\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"261\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"262\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"263\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"264\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"265\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"266\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"267\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"268\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"269\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"270\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"271\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"272\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"273\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"274\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"275\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"276\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"277\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"278\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"279\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"280\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"281\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"282\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"283\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"284\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"285\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"286\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"287\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"288\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"289\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"290\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"291\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"292\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"293\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"294\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"295\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"296\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"297\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"298\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"299\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"300\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"301\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"302\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"303\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"304\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"305\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"306\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"307\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"308\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"309\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"310\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"311\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"312\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"313\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"314\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"315\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"316\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"317\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"318\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"319\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"320\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"321\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"322\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"323\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"324\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"325\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"326\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"327\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"328\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"329\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"330\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"331\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"332\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"333\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"334\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"335\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"336\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"337\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"338\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"339\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"340\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"341\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"342\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"343\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"344\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"345\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"346\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"347\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"348\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"349\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"350\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"351\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"352\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"353\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"354\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"355\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"356\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"357\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"358\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"359\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"360\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"361\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"362\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"363\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"364\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"365\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"366\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"367\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"368\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"369\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"370\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"371\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"372\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"373\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"374\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"375\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"376\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"377\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"378\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"379\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"380\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"381\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"382\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"383\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"384\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"385\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"386\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"387\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"388\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"389\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"390\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"391\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"392\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"393\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"394\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"395\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"396\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"397\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"398\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"399\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"400\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"401\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"402\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"403\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"404\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"405\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"406\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"407\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"408\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"409\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"410\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"411\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"412\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"413\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"414\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"415\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"416\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"417\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"418\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"419\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"420\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"421\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"422\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"423\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"424\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"425\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"426\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"427\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"428\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"429\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"430\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"431\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"432\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"433\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"434\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"435\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"436\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"437\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"438\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"439\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"440\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"441\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"442\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"443\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"444\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"445\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"446\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"447\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"448\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"449\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"450\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"451\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"452\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"453\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"454\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"455\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"456\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"457\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"458\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"459\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"460\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"461\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"462\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"463\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"464\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"465\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"466\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"467\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"468\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"469\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"470\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"471\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"472\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"473\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"474\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"475\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"476\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"477\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"478\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"479\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"480\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"481\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"482\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"483\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"484\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"485\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"486\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"487\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"488\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"489\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"490\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"491\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"492\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"493\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"494\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"495\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"496\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"497\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"498\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"499\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"500\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"501\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"502\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"503\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"504\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"505\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"506\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"507\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"508\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"509\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"510\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"511\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"512\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"513\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"514\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"515\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"516\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"517\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"518\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"519\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"520\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"521\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"522\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"523\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"524\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"525\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"526\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"527\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"528\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"529\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"530\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"531\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"532\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"533\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"534\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"535\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"536\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"537\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"538\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"539\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"540\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"541\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"542\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"543\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"544\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"545\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"546\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"547\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"548\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"549\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"550\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"551\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"552\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"553\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"554\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"555\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"556\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"557\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"558\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"559\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"560\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"561\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"562\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"563\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"564\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"565\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"566\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"567\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"568\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"569\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"570\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"571\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"572\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"573\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"574\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"575\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"576\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"577\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"578\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"579\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"580\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"581\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"582\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"583\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"584\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"585\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"586\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"587\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"588\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"589\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"590\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"591\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"592\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"593\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"594\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"595\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"596\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"597\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"598\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"599\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"600\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"601\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"602\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"603\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"604\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"605\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"606\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"607\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"608\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"609\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"610\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"611\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"612\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"613\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"614\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"615\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"616\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"617\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"618\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"619\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"620\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"621\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"622\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"623\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"624\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"625\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"626\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"627\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"628\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"629\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"630\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"631\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"632\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"633\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"634\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"635\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"636\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"637\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"638\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"639\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"640\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"641\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"642\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"643\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"644\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"645\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"646\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"647\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"648\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"649\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"650\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"651\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"652\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"653\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"654\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"655\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"656\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"657\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"658\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"659\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"660\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"661\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"662\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"663\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"664\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"665\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"666\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"667\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"668\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"669\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"670\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"671\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"672\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"673\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"674\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"675\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"676\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"677\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"678\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"679\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"680\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"681\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"682\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"683\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"684\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"685\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"686\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"687\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"688\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"689\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"690\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"691\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"692\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"693\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"694\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"695\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"696\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"697\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"698\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"699\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"700\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"701\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"702\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"703\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"704\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"705\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"706\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"707\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"708\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"709\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"710\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"711\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"712\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"713\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"714\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"715\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"716\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"717\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"718\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"719\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"720\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"721\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"722\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"723\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"724\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"725\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"726\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"727\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"728\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"729\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"730\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"731\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"732\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"733\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"734\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"735\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"736\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"737\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"738\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"739\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"740\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"741\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"742\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"743\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"744\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"745\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"746\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"747\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"748\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"749\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"750\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"751\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"752\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"753\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"754\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"755\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"756\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"757\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"758\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"759\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"760\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"761\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"762\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"763\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"764\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"765\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"766\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"767\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"768\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"769\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"770\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"771\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"772\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"773\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"774\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"775\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"776\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"777\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"778\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"779\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"780\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"781\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"782\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"783\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"784\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"785\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"786\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"787\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"788\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"789\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"790\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"791\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"792\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"793\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"794\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"795\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"796\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"797\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"798\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"799\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"800\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"801\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"802\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"803\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"804\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"805\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"806\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"807\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"808\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"809\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"810\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"811\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"812\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"813\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"814\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"815\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"816\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"817\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"818\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"819\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"820\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"821\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"822\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"823\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"824\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"825\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"826\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"827\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"828\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"829\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"830\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"831\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"832\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"833\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"834\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"835\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"836\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"837\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"838\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"839\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"840\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"841\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"842\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"843\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"844\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"845\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"846\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"847\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"848\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"849\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"850\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"851\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"852\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"853\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"854\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"855\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"856\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"857\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"858\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"859\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"860\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"861\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"862\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"863\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"864\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"865\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"866\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"867\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"868\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"869\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"870\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"871\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"872\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"873\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"874\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"875\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"876\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"877\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"878\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"879\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"880\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"881\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"882\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"883\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"884\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"885\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"886\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"887\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"888\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"889\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"890\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"891\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"892\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"893\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"894\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"895\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"896\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"897\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"898\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"899\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"900\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"901\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"902\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"903\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"904\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"905\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"906\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"907\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"908\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"909\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"910\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"911\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"912\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"913\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"914\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"915\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"916\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"917\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"918\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"919\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"920\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"921\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"922\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"923\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"924\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"925\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"926\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"927\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"928\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"929\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"930\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"931\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"932\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"933\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"934\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"935\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"936\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"937\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"938\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"939\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"940\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"941\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"942\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"943\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"944\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"945\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"946\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"947\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"948\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"949\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"950\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"951\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"952\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"953\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"954\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"955\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"956\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"957\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"958\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"959\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"960\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"961\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"962\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"963\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"964\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"965\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"966\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"967\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"968\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"969\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"970\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"971\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"972\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"973\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"974\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"975\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"976\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"977\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"978\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"979\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"980\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"981\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"982\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"983\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"984\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"985\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"986\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"987\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"988\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"989\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"990\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"991\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"992\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"993\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"994\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"995\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"996\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"997\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"998\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"999\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1000\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-9168.search-dogfood.windows-int.net/indexes('azsmnet4035')/docs?search=%2A&api-version=2019-05-06&$count=false&queryType=simple&searchMode=any&$top=2000&$skip=1000\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00Z\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00Z\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"6\",\r\n \"hotelName\": null,\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\",\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\",\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"8\",\r\n \"hotelName\": null,\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\",\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00Z\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"11\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"12\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"13\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"14\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"15\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"16\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"17\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"18\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"19\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"20\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"21\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"22\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"23\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"24\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"25\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"26\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"27\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"28\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"29\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"30\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"31\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"32\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"33\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"34\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"35\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"36\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"37\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"38\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"39\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"40\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"41\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"42\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"43\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"44\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"45\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"46\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"47\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"48\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"49\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"50\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"51\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"52\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"53\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"54\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"55\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"56\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"57\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"58\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"59\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"60\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"61\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"62\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"63\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"64\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"65\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"66\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"67\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"68\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"69\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"70\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"71\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"72\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"73\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"74\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"75\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"76\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"77\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"78\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"79\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"80\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"81\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"82\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"83\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"84\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"85\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"86\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"87\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"88\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"89\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"90\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"91\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"92\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"93\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"94\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"95\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"96\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"97\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"98\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"99\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"100\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"101\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"102\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"103\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"104\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"105\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"106\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"107\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"108\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"109\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"110\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"111\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"112\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"113\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"114\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"115\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"116\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"117\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"118\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"119\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"120\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"121\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"122\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"123\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"124\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"125\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"126\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"127\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"128\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"129\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"130\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"131\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"132\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"133\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"134\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"135\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"136\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"137\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"138\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"139\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"140\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"141\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"142\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"143\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"144\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"145\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"146\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"147\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"148\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"149\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"150\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"151\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"152\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"153\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"154\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"155\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"156\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"157\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"158\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"159\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"160\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"161\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"162\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"163\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"164\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"165\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"166\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"167\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"168\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"169\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"170\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"171\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"172\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"173\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"174\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"175\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"176\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"177\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"178\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"179\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"180\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"181\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"182\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"183\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"184\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"185\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"186\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"187\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"188\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"189\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"190\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"191\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"192\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"193\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"194\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"195\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"196\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"197\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"198\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"199\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"200\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"201\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"202\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"203\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"204\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"205\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"206\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"207\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"208\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"209\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"210\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"211\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"212\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"213\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"214\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"215\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"216\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"217\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"218\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"219\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"220\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"221\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"222\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"223\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"224\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"225\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"226\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"227\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"228\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"229\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"230\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"231\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"232\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"233\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"234\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"235\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"236\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"237\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"238\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"239\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"240\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"241\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"242\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"243\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"244\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"245\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"246\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"247\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"248\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"249\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"250\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"251\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"252\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"253\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"254\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"255\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"256\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"257\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"258\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"259\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"260\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"261\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"262\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"263\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"264\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"265\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"266\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"267\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"268\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"269\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"270\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"271\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"272\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"273\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"274\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"275\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"276\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"277\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"278\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"279\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"280\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"281\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"282\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"283\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"284\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"285\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"286\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"287\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"288\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"289\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"290\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"291\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"292\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"293\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"294\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"295\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"296\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"297\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"298\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"299\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"300\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"301\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"302\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"303\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"304\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"305\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"306\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"307\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"308\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"309\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"310\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"311\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"312\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"313\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"314\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"315\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"316\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"317\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"318\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"319\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"320\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"321\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"322\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"323\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"324\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"325\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"326\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"327\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"328\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"329\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"330\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"331\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"332\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"333\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"334\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"335\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"336\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"337\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"338\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"339\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"340\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"341\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"342\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"343\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"344\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"345\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"346\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"347\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"348\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"349\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"350\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"351\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"352\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"353\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"354\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"355\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"356\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"357\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"358\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"359\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"360\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"361\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"362\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"363\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"364\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"365\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"366\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"367\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"368\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"369\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"370\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"371\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"372\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"373\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"374\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"375\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"376\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"377\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"378\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"379\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"380\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"381\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"382\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"383\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"384\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"385\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"386\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"387\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"388\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"389\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"390\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"391\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"392\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"393\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"394\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"395\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"396\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"397\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"398\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"399\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"400\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"401\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"402\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"403\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"404\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"405\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"406\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"407\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"408\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"409\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"410\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"411\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"412\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"413\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"414\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"415\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"416\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"417\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"418\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"419\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"420\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"421\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"422\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"423\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"424\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"425\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"426\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"427\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"428\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"429\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"430\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"431\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"432\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"433\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"434\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"435\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"436\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"437\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"438\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"439\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"440\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"441\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"442\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"443\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"444\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"445\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"446\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"447\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"448\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"449\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"450\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"451\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"452\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"453\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"454\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"455\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"456\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"457\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"458\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"459\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"460\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"461\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"462\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"463\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"464\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"465\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"466\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"467\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"468\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"469\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"470\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"471\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"472\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"473\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"474\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"475\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"476\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"477\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"478\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"479\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"480\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"481\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"482\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"483\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"484\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"485\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"486\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"487\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"488\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"489\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"490\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"491\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"492\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"493\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"494\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"495\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"496\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"497\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"498\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"499\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"500\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"501\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"502\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"503\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"504\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"505\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"506\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"507\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"508\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"509\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"510\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"511\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"512\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"513\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"514\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"515\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"516\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"517\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"518\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"519\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"520\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"521\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"522\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"523\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"524\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"525\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"526\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"527\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"528\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"529\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"530\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"531\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"532\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"533\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"534\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"535\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"536\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"537\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"538\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"539\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"540\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"541\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"542\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"543\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"544\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"545\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"546\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"547\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"548\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"549\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"550\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"551\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"552\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"553\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"554\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"555\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"556\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"557\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"558\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"559\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"560\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"561\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"562\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"563\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"564\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"565\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"566\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"567\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"568\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"569\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"570\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"571\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"572\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"573\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"574\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"575\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"576\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"577\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"578\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"579\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"580\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"581\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"582\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"583\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"584\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"585\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"586\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"587\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"588\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"589\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"590\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"591\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"592\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"593\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"594\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"595\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"596\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"597\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"598\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"599\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"600\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"601\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"602\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"603\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"604\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"605\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"606\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"607\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"608\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"609\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"610\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"611\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"612\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"613\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"614\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"615\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"616\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"617\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"618\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"619\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"620\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"621\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"622\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"623\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"624\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"625\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"626\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"627\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"628\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"629\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"630\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"631\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"632\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"633\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"634\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"635\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"636\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"637\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"638\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"639\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"640\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"641\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"642\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"643\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"644\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"645\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"646\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"647\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"648\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"649\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"650\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"651\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"652\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"653\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"654\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"655\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"656\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"657\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"658\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"659\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"660\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"661\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"662\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"663\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"664\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"665\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"666\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"667\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"668\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"669\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"670\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"671\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"672\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"673\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"674\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"675\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"676\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"677\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"678\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"679\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"680\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"681\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"682\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"683\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"684\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"685\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"686\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"687\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"688\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"689\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"690\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"691\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"692\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"693\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"694\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"695\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"696\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"697\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"698\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"699\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"700\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"701\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"702\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"703\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"704\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"705\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"706\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"707\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"708\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"709\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"710\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"711\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"712\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"713\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"714\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"715\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"716\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"717\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"718\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"719\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"720\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"721\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"722\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"723\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"724\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"725\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"726\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"727\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"728\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"729\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"730\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"731\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"732\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"733\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"734\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"735\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"736\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"737\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"738\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"739\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"740\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"741\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"742\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"743\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"744\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"745\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"746\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"747\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"748\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"749\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"750\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"751\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"752\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"753\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"754\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"755\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"756\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"757\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"758\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"759\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"760\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"761\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"762\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"763\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"764\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"765\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"766\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"767\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"768\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"769\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"770\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"771\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"772\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"773\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"774\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"775\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"776\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"777\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"778\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"779\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"780\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"781\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"782\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"783\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"784\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"785\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"786\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"787\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"788\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"789\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"790\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"791\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"792\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"793\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"794\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"795\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"796\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"797\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"798\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"799\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"800\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"801\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"802\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"803\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"804\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"805\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"806\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"807\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"808\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"809\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"810\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"811\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"812\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"813\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"814\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"815\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"816\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"817\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"818\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"819\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"820\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"821\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"822\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"823\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"824\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"825\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"826\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"827\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"828\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"829\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"830\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"831\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"832\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"833\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"834\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"835\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"836\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"837\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"838\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"839\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"840\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"841\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"842\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"843\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"844\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"845\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"846\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"847\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"848\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"849\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"850\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"851\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"852\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"853\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"854\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"855\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"856\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"857\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"858\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"859\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"860\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"861\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"862\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"863\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"864\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"865\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"866\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"867\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"868\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"869\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"870\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"871\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"872\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"873\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"874\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"875\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"876\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"877\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"878\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"879\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"880\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"881\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"882\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"883\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"884\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"885\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"886\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"887\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"888\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"889\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"890\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"891\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"892\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"893\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"894\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"895\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"896\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"897\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"898\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"899\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"900\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"901\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"902\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"903\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"904\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"905\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"906\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"907\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"908\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"909\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"910\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"911\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"912\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"913\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"914\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"915\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"916\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"917\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"918\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"919\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"920\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"921\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"922\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"923\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"924\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"925\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"926\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"927\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"928\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"929\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"930\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"931\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"932\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"933\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"934\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"935\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"936\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"937\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"938\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"939\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"940\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"941\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"942\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"943\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"944\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"945\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"946\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"947\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"948\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"949\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"950\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"951\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"952\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"953\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"954\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"955\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"956\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"957\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"958\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"959\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"960\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"961\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"962\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"963\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"964\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"965\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"966\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"967\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"968\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"969\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"970\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"971\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"972\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"973\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"974\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"975\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"976\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"977\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"978\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"979\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"980\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"981\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"982\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"983\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"984\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"985\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"986\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"987\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"988\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"989\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"990\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"991\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"992\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"993\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"994\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"995\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"996\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"997\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"998\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"999\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1000\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-2070.search-dogfood.windows-int.net/indexes('azsmnet8151')/docs?search=%2A&api-version=2019-05-06&$count=false&queryType=simple&searchMode=any&$top=2000&$skip=1000\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4035')/docs?search=%2A&api-version=2019-05-06&$count=false&queryType=simple&searchMode=any&$top=2000&$skip=1000", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MDM1JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJnF1ZXJ5VHlwZT1zaW1wbGUmc2VhcmNoTW9kZT1hbnkmJHRvcD0yMDAwJiRza2lwPTEwMDA=", + "RequestUri": "/indexes('azsmnet8151')/docs?search=%2A&api-version=2019-05-06&$count=false&queryType=simple&searchMode=any&$top=2000&$skip=1000", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MTUxJykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJnF1ZXJ5VHlwZT1zaW1wbGUmc2VhcmNoTW9kZT1hbnkmJHRvcD0yMDAwJiRza2lwPTEwMDA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "aaf6c282-78f0-42af-a640-01f35258e8e0" + "6667b84c-0d28-41a1-80e4-df65fb89383e" ], "Accept-Language": [ "en-US" @@ -835,12 +835,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "252EB9701BBF927D94C1AB8C683C366B" + "A1CA8CDD7EEEA916E9BB2C7D481CE3DF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -852,10 +852,10 @@ "no-cache" ], "request-id": [ - "aaf6c282-78f0-42af-a640-01f35258e8e0" + "6667b84c-0d28-41a1-80e4-df65fb89383e" ], "elapsed-time": [ - "112" + "103" ], "OData-Version": [ "4.0" @@ -867,7 +867,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:33:04 GMT" + "Sat, 08 Aug 2020 08:02:50 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -879,17 +879,17 @@ "249207" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1001\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1002\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1003\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1004\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1005\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1006\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1007\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1008\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1009\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1010\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1011\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1012\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1013\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1014\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1015\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1016\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1017\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1018\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1019\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1020\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1021\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1022\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1023\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1024\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1025\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1026\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1027\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1028\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1029\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1030\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1031\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1032\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1033\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1034\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1035\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1036\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1037\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1038\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1039\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1040\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1041\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1042\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1043\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1044\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1045\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1046\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1047\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1048\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1049\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1050\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1051\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1052\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1053\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1054\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1055\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1056\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1057\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1058\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1059\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1060\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1061\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1062\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1063\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1064\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1065\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1066\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1067\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1068\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1069\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1070\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1071\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1072\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1073\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1074\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1075\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1076\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1077\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1078\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1079\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1080\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1081\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1082\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1083\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1084\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1085\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1086\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1087\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1088\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1089\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1090\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1091\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1092\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1093\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1094\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1095\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1096\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1097\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1098\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1099\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1100\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1101\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1102\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1103\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1104\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1105\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1106\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1107\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1108\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1109\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1110\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1111\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1112\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1113\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1114\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1115\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1116\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1117\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1118\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1119\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1120\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1121\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1122\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1123\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1124\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1125\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1126\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1127\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1128\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1129\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1130\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1131\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1132\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1133\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1134\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1135\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1136\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1137\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1138\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1139\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1140\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1141\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1142\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1143\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1144\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1145\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1146\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1147\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1148\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1149\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1150\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1151\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1152\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1153\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1154\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1155\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1156\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1157\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1158\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1159\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1160\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1161\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1162\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1163\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1164\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1165\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1166\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1167\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1168\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1169\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1170\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1171\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1172\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1173\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1174\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1175\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1176\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1177\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1178\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1179\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1180\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1181\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1182\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1183\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1184\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1185\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1186\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1187\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1188\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1189\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1190\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1191\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1192\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1193\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1194\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1195\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1196\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1197\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1198\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1199\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1200\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1201\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1202\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1203\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1204\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1205\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1206\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1207\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1208\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1209\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1210\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1211\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1212\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1213\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1214\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1215\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1216\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1217\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1218\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1219\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1220\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1221\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1222\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1223\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1224\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1225\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1226\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1227\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1228\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1229\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1230\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1231\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1232\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1233\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1234\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1235\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1236\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1237\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1238\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1239\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1240\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1241\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1242\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1243\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1244\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1245\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1246\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1247\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1248\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1249\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1250\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1251\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1252\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1253\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1254\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1255\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1256\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1257\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1258\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1259\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1260\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1261\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1262\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1263\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1264\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1265\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1266\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1267\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1268\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1269\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1270\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1271\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1272\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1273\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1274\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1275\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1276\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1277\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1278\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1279\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1280\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1281\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1282\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1283\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1284\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1285\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1286\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1287\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1288\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1289\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1290\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1291\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1292\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1293\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1294\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1295\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1296\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1297\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1298\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1299\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1300\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1301\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1302\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1303\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1304\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1305\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1306\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1307\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1308\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1309\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1310\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1311\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1312\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1313\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1314\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1315\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1316\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1317\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1318\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1319\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1320\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1321\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1322\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1323\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1324\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1325\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1326\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1327\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1328\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1329\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1330\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1331\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1332\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1333\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1334\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1335\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1336\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1337\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1338\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1339\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1340\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1341\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1342\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1343\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1344\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1345\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1346\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1347\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1348\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1349\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1350\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1351\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1352\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1353\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1354\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1355\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1356\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1357\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1358\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1359\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1360\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1361\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1362\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1363\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1364\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1365\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1366\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1367\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1368\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1369\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1370\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1371\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1372\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1373\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1374\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1375\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1376\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1377\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1378\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1379\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1380\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1381\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1382\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1383\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1384\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1385\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1386\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1387\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1388\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1389\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1390\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1391\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1392\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1393\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1394\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1395\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1396\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1397\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1398\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1399\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1400\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1401\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1402\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1403\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1404\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1405\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1406\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1407\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1408\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1409\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1410\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1411\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1412\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1413\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1414\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1415\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1416\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1417\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1418\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1419\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1420\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1421\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1422\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1423\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1424\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1425\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1426\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1427\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1428\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1429\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1430\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1431\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1432\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1433\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1434\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1435\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1436\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1437\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1438\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1439\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1440\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1441\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1442\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1443\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1444\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1445\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1446\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1447\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1448\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1449\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1450\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1451\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1452\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1453\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1454\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1455\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1456\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1457\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1458\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1459\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1460\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1461\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1462\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1463\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1464\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1465\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1466\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1467\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1468\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1469\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1470\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1471\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1472\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1473\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1474\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1475\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1476\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1477\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1478\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1479\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1480\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1481\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1482\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1483\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1484\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1485\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1486\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1487\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1488\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1489\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1490\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1491\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1492\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1493\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1494\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1495\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1496\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1497\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1498\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1499\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1500\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1501\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1502\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1503\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1504\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1505\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1506\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1507\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1508\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1509\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1510\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1511\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1512\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1513\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1514\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1515\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1516\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1517\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1518\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1519\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1520\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1521\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1522\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1523\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1524\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1525\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1526\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1527\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1528\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1529\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1530\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1531\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1532\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1533\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1534\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1535\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1536\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1537\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1538\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1539\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1540\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1541\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1542\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1543\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1544\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1545\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1546\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1547\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1548\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1549\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1550\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1551\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1552\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1553\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1554\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1555\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1556\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1557\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1558\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1559\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1560\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1561\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1562\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1563\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1564\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1565\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1566\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1567\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1568\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1569\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1570\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1571\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1572\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1573\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1574\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1575\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1576\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1577\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1578\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1579\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1580\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1581\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1582\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1583\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1584\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1585\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1586\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1587\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1588\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1589\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1590\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1591\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1592\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1593\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1594\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1595\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1596\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1597\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1598\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1599\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1600\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1601\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1602\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1603\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1604\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1605\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1606\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1607\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1608\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1609\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1610\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1611\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1612\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1613\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1614\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1615\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1616\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1617\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1618\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1619\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1620\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1621\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1622\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1623\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1624\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1625\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1626\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1627\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1628\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1629\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1630\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1631\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1632\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1633\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1634\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1635\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1636\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1637\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1638\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1639\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1640\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1641\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1642\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1643\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1644\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1645\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1646\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1647\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1648\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1649\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1650\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1651\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1652\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1653\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1654\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1655\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1656\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1657\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1658\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1659\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1660\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1661\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1662\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1663\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1664\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1665\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1666\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1667\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1668\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1669\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1670\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1671\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1672\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1673\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1674\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1675\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1676\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1677\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1678\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1679\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1680\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1681\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1682\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1683\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1684\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1685\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1686\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1687\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1688\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1689\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1690\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1691\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1692\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1693\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1694\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1695\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1696\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1697\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1698\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1699\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1700\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1701\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1702\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1703\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1704\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1705\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1706\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1707\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1708\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1709\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1710\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1711\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1712\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1713\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1714\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1715\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1716\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1717\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1718\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1719\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1720\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1721\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1722\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1723\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1724\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1725\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1726\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1727\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1728\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1729\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1730\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1731\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1732\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1733\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1734\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1735\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1736\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1737\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1738\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1739\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1740\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1741\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1742\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1743\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1744\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1745\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1746\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1747\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1748\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1749\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1750\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1751\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1752\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1753\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1754\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1755\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1756\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1757\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1758\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1759\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1760\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1761\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1762\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1763\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1764\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1765\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1766\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1767\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1768\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1769\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1770\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1771\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1772\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1773\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1774\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1775\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1776\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1777\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1778\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1779\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1780\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1781\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1782\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1783\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1784\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1785\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1786\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1787\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1788\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1789\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1790\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1791\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1792\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1793\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1794\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1795\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1796\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1797\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1798\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1799\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1800\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1801\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1802\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1803\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1804\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1805\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1806\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1807\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1808\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1809\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1810\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1811\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1812\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1813\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1814\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1815\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1816\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1817\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1818\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1819\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1820\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1821\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1822\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1823\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1824\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1825\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1826\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1827\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1828\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1829\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1830\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1831\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1832\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1833\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1834\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1835\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1836\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1837\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1838\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1839\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1840\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1841\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1842\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1843\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1844\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1845\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1846\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1847\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1848\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1849\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1850\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1851\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1852\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1853\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1854\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1855\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1856\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1857\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1858\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1859\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1860\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1861\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1862\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1863\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1864\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1865\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1866\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1867\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1868\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1869\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1870\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1871\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1872\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1873\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1874\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1875\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1876\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1877\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1878\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1879\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1880\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1881\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1882\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1883\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1884\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1885\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1886\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1887\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1888\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1889\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1890\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1891\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1892\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1893\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1894\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1895\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1896\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1897\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1898\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1899\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1900\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1901\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1902\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1903\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1904\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1905\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1906\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1907\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1908\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1909\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1910\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1911\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1912\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1913\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1914\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1915\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1916\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1917\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1918\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1919\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1920\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1921\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1922\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1923\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1924\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1925\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1926\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1927\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1928\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1929\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1930\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1931\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1932\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1933\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1934\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1935\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1936\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1937\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1938\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1939\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1940\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1941\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1942\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1943\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1944\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1945\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1946\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1947\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1948\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1949\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1950\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1951\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1952\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1953\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1954\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1955\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1956\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1957\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1958\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1959\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1960\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1961\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1962\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1963\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1964\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1965\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1966\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1967\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1968\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1969\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1970\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1971\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1972\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1973\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1974\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1975\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1976\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1977\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1978\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1979\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1980\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1981\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1982\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1983\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1984\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1985\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1986\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1987\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1988\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1989\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1990\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1991\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1992\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1993\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1994\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1995\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1996\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1997\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1998\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1999\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2000\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-9168.search-dogfood.windows-int.net/indexes('azsmnet4035')/docs?search=%2A&api-version=2019-05-06&$count=false&queryType=simple&searchMode=any&$top=1000&$skip=2000\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1001\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1002\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1003\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1004\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1005\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1006\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1007\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1008\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1009\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1010\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1011\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1012\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1013\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1014\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1015\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1016\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1017\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1018\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1019\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1020\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1021\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1022\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1023\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1024\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1025\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1026\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1027\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1028\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1029\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1030\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1031\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1032\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1033\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1034\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1035\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1036\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1037\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1038\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1039\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1040\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1041\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1042\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1043\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1044\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1045\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1046\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1047\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1048\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1049\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1050\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1051\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1052\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1053\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1054\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1055\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1056\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1057\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1058\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1059\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1060\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1061\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1062\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1063\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1064\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1065\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1066\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1067\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1068\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1069\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1070\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1071\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1072\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1073\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1074\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1075\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1076\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1077\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1078\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1079\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1080\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1081\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1082\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1083\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1084\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1085\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1086\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1087\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1088\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1089\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1090\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1091\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1092\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1093\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1094\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1095\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1096\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1097\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1098\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1099\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1100\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1101\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1102\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1103\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1104\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1105\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1106\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1107\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1108\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1109\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1110\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1111\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1112\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1113\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1114\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1115\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1116\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1117\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1118\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1119\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1120\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1121\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1122\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1123\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1124\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1125\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1126\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1127\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1128\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1129\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1130\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1131\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1132\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1133\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1134\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1135\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1136\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1137\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1138\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1139\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1140\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1141\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1142\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1143\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1144\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1145\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1146\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1147\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1148\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1149\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1150\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1151\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1152\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1153\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1154\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1155\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1156\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1157\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1158\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1159\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1160\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1161\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1162\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1163\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1164\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1165\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1166\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1167\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1168\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1169\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1170\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1171\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1172\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1173\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1174\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1175\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1176\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1177\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1178\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1179\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1180\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1181\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1182\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1183\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1184\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1185\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1186\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1187\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1188\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1189\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1190\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1191\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1192\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1193\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1194\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1195\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1196\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1197\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1198\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1199\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1200\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1201\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1202\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1203\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1204\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1205\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1206\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1207\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1208\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1209\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1210\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1211\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1212\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1213\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1214\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1215\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1216\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1217\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1218\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1219\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1220\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1221\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1222\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1223\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1224\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1225\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1226\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1227\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1228\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1229\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1230\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1231\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1232\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1233\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1234\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1235\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1236\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1237\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1238\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1239\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1240\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1241\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1242\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1243\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1244\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1245\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1246\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1247\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1248\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1249\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1250\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1251\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1252\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1253\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1254\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1255\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1256\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1257\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1258\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1259\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1260\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1261\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1262\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1263\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1264\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1265\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1266\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1267\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1268\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1269\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1270\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1271\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1272\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1273\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1274\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1275\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1276\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1277\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1278\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1279\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1280\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1281\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1282\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1283\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1284\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1285\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1286\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1287\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1288\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1289\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1290\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1291\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1292\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1293\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1294\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1295\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1296\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1297\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1298\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1299\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1300\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1301\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1302\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1303\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1304\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1305\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1306\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1307\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1308\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1309\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1310\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1311\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1312\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1313\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1314\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1315\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1316\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1317\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1318\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1319\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1320\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1321\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1322\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1323\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1324\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1325\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1326\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1327\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1328\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1329\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1330\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1331\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1332\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1333\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1334\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1335\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1336\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1337\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1338\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1339\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1340\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1341\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1342\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1343\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1344\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1345\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1346\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1347\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1348\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1349\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1350\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1351\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1352\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1353\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1354\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1355\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1356\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1357\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1358\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1359\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1360\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1361\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1362\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1363\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1364\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1365\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1366\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1367\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1368\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1369\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1370\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1371\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1372\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1373\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1374\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1375\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1376\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1377\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1378\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1379\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1380\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1381\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1382\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1383\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1384\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1385\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1386\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1387\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1388\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1389\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1390\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1391\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1392\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1393\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1394\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1395\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1396\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1397\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1398\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1399\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1400\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1401\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1402\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1403\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1404\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1405\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1406\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1407\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1408\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1409\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1410\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1411\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1412\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1413\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1414\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1415\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1416\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1417\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1418\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1419\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1420\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1421\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1422\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1423\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1424\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1425\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1426\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1427\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1428\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1429\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1430\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1431\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1432\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1433\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1434\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1435\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1436\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1437\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1438\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1439\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1440\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1441\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1442\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1443\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1444\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1445\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1446\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1447\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1448\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1449\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1450\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1451\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1452\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1453\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1454\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1455\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1456\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1457\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1458\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1459\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1460\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1461\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1462\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1463\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1464\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1465\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1466\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1467\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1468\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1469\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1470\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1471\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1472\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1473\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1474\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1475\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1476\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1477\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1478\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1479\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1480\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1481\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1482\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1483\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1484\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1485\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1486\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1487\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1488\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1489\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1490\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1491\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1492\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1493\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1494\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1495\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1496\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1497\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1498\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1499\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1500\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1501\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1502\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1503\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1504\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1505\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1506\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1507\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1508\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1509\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1510\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1511\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1512\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1513\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1514\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1515\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1516\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1517\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1518\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1519\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1520\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1521\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1522\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1523\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1524\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1525\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1526\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1527\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1528\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1529\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1530\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1531\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1532\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1533\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1534\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1535\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1536\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1537\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1538\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1539\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1540\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1541\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1542\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1543\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1544\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1545\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1546\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1547\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1548\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1549\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1550\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1551\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1552\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1553\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1554\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1555\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1556\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1557\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1558\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1559\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1560\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1561\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1562\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1563\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1564\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1565\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1566\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1567\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1568\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1569\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1570\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1571\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1572\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1573\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1574\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1575\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1576\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1577\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1578\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1579\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1580\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1581\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1582\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1583\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1584\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1585\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1586\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1587\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1588\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1589\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1590\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1591\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1592\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1593\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1594\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1595\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1596\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1597\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1598\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1599\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1600\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1601\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1602\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1603\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1604\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1605\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1606\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1607\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1608\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1609\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1610\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1611\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1612\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1613\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1614\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1615\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1616\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1617\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1618\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1619\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1620\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1621\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1622\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1623\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1624\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1625\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1626\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1627\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1628\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1629\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1630\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1631\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1632\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1633\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1634\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1635\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1636\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1637\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1638\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1639\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1640\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1641\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1642\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1643\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1644\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1645\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1646\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1647\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1648\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1649\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1650\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1651\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1652\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1653\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1654\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1655\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1656\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1657\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1658\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1659\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1660\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1661\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1662\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1663\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1664\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1665\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1666\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1667\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1668\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1669\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1670\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1671\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1672\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1673\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1674\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1675\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1676\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1677\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1678\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1679\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1680\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1681\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1682\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1683\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1684\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1685\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1686\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1687\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1688\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1689\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1690\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1691\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1692\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1693\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1694\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1695\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1696\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1697\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1698\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1699\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1700\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1701\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1702\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1703\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1704\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1705\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1706\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1707\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1708\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1709\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1710\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1711\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1712\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1713\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1714\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1715\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1716\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1717\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1718\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1719\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1720\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1721\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1722\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1723\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1724\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1725\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1726\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1727\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1728\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1729\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1730\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1731\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1732\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1733\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1734\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1735\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1736\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1737\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1738\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1739\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1740\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1741\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1742\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1743\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1744\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1745\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1746\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1747\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1748\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1749\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1750\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1751\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1752\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1753\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1754\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1755\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1756\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1757\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1758\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1759\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1760\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1761\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1762\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1763\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1764\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1765\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1766\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1767\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1768\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1769\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1770\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1771\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1772\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1773\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1774\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1775\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1776\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1777\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1778\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1779\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1780\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1781\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1782\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1783\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1784\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1785\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1786\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1787\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1788\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1789\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1790\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1791\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1792\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1793\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1794\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1795\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1796\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1797\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1798\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1799\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1800\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1801\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1802\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1803\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1804\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1805\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1806\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1807\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1808\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1809\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1810\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1811\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1812\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1813\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1814\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1815\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1816\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1817\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1818\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1819\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1820\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1821\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1822\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1823\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1824\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1825\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1826\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1827\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1828\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1829\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1830\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1831\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1832\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1833\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1834\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1835\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1836\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1837\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1838\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1839\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1840\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1841\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1842\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1843\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1844\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1845\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1846\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1847\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1848\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1849\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1850\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1851\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1852\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1853\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1854\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1855\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1856\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1857\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1858\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1859\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1860\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1861\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1862\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1863\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1864\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1865\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1866\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1867\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1868\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1869\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1870\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1871\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1872\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1873\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1874\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1875\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1876\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1877\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1878\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1879\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1880\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1881\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1882\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1883\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1884\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1885\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1886\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1887\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1888\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1889\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1890\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1891\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1892\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1893\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1894\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1895\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1896\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1897\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1898\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1899\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1900\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1901\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1902\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1903\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1904\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1905\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1906\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1907\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1908\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1909\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1910\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1911\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1912\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1913\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1914\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1915\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1916\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1917\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1918\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1919\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1920\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1921\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1922\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1923\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1924\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1925\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1926\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1927\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1928\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1929\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1930\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1931\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1932\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1933\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1934\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1935\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1936\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1937\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1938\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1939\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1940\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1941\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1942\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1943\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1944\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1945\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1946\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1947\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1948\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1949\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1950\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1951\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1952\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1953\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1954\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1955\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1956\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1957\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1958\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1959\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1960\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1961\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1962\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1963\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1964\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1965\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1966\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1967\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1968\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1969\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1970\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1971\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1972\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1973\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1974\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1975\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1976\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1977\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1978\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1979\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1980\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1981\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1982\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1983\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1984\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1985\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1986\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1987\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1988\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1989\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1990\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1991\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1992\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1993\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1994\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1995\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1996\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1997\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1998\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1999\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2000\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-2070.search-dogfood.windows-int.net/indexes('azsmnet8151')/docs?search=%2A&api-version=2019-05-06&$count=false&queryType=simple&searchMode=any&$top=1000&$skip=2000\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4035')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MDM1JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8151')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MTUxJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"top\": 3000\r\n}", "RequestHeaders": { "client-request-id": [ - "c33e5b69-a1e0-4bb1-b632-dc94e40b2355" + "df314997-f51c-424d-9b79-039a1abd9207" ], "Accept-Language": [ "en-US" @@ -898,12 +898,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "252EB9701BBF927D94C1AB8C683C366B" + "A1CA8CDD7EEEA916E9BB2C7D481CE3DF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -921,10 +921,10 @@ "no-cache" ], "request-id": [ - "c33e5b69-a1e0-4bb1-b632-dc94e40b2355" + "df314997-f51c-424d-9b79-039a1abd9207" ], "elapsed-time": [ - "136" + "229" ], "OData-Version": [ "4.0" @@ -936,7 +936,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:33:12 GMT" + "Sat, 08 Aug 2020 08:02:58 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -948,17 +948,17 @@ "252802" ] }, - "ResponseBody": "{\r\n \"@search.nextPageParameters\": {\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"top\": 2000,\r\n \"skip\": 1000\r\n },\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00Z\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00Z\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"6\",\r\n \"hotelName\": null,\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\",\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\",\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"8\",\r\n \"hotelName\": null,\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\",\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00Z\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"11\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"12\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"13\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"14\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"15\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"16\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"17\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"18\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"19\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"20\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"21\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"22\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"23\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"24\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"25\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"26\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"27\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"28\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"29\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"30\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"31\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"32\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"33\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"34\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"35\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"36\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"37\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"38\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"39\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"40\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"41\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"42\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"43\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"44\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"45\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"46\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"47\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"48\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"49\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"50\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"51\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"52\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"53\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"54\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"55\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"56\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"57\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"58\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"59\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"60\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"61\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"62\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"63\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"64\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"65\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"66\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"67\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"68\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"69\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"70\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"71\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"72\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"73\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"74\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"75\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"76\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"77\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"78\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"79\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"80\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"81\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"82\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"83\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"84\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"85\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"86\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"87\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"88\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"89\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"90\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"91\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"92\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"93\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"94\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"95\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"96\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"97\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"98\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"99\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"100\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"101\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"102\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"103\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"104\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"105\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"106\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"107\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"108\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"109\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"110\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"111\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"112\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"113\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"114\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"115\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"116\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"117\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"118\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"119\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"120\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"121\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"122\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"123\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"124\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"125\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"126\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"127\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"128\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"129\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"130\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"131\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"132\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"133\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"134\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"135\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"136\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"137\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"138\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"139\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"140\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"141\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"142\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"143\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"144\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"145\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"146\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"147\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"148\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"149\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"150\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"151\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"152\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"153\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"154\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"155\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"156\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"157\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"158\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"159\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"160\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"161\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"162\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"163\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"164\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"165\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"166\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"167\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"168\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"169\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"170\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"171\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"172\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"173\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"174\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"175\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"176\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"177\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"178\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"179\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"180\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"181\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"182\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"183\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"184\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"185\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"186\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"187\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"188\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"189\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"190\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"191\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"192\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"193\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"194\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"195\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"196\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"197\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"198\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"199\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"200\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"201\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"202\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"203\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"204\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"205\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"206\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"207\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"208\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"209\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"210\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"211\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"212\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"213\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"214\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"215\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"216\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"217\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"218\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"219\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"220\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"221\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"222\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"223\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"224\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"225\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"226\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"227\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"228\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"229\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"230\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"231\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"232\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"233\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"234\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"235\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"236\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"237\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"238\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"239\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"240\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"241\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"242\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"243\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"244\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"245\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"246\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"247\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"248\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"249\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"250\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"251\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"252\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"253\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"254\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"255\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"256\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"257\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"258\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"259\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"260\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"261\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"262\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"263\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"264\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"265\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"266\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"267\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"268\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"269\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"270\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"271\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"272\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"273\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"274\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"275\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"276\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"277\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"278\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"279\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"280\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"281\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"282\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"283\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"284\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"285\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"286\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"287\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"288\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"289\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"290\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"291\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"292\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"293\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"294\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"295\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"296\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"297\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"298\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"299\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"300\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"301\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"302\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"303\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"304\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"305\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"306\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"307\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"308\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"309\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"310\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"311\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"312\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"313\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"314\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"315\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"316\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"317\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"318\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"319\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"320\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"321\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"322\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"323\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"324\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"325\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"326\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"327\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"328\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"329\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"330\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"331\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"332\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"333\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"334\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"335\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"336\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"337\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"338\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"339\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"340\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"341\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"342\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"343\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"344\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"345\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"346\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"347\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"348\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"349\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"350\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"351\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"352\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"353\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"354\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"355\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"356\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"357\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"358\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"359\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"360\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"361\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"362\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"363\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"364\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"365\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"366\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"367\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"368\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"369\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"370\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"371\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"372\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"373\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"374\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"375\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"376\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"377\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"378\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"379\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"380\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"381\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"382\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"383\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"384\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"385\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"386\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"387\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"388\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"389\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"390\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"391\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"392\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"393\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"394\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"395\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"396\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"397\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"398\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"399\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"400\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"401\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"402\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"403\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"404\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"405\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"406\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"407\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"408\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"409\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"410\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"411\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"412\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"413\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"414\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"415\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"416\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"417\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"418\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"419\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"420\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"421\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"422\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"423\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"424\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"425\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"426\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"427\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"428\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"429\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"430\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"431\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"432\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"433\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"434\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"435\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"436\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"437\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"438\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"439\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"440\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"441\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"442\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"443\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"444\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"445\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"446\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"447\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"448\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"449\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"450\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"451\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"452\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"453\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"454\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"455\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"456\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"457\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"458\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"459\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"460\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"461\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"462\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"463\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"464\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"465\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"466\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"467\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"468\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"469\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"470\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"471\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"472\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"473\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"474\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"475\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"476\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"477\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"478\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"479\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"480\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"481\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"482\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"483\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"484\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"485\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"486\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"487\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"488\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"489\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"490\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"491\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"492\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"493\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"494\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"495\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"496\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"497\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"498\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"499\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"500\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"501\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"502\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"503\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"504\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"505\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"506\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"507\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"508\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"509\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"510\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"511\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"512\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"513\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"514\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"515\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"516\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"517\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"518\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"519\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"520\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"521\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"522\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"523\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"524\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"525\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"526\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"527\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"528\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"529\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"530\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"531\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"532\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"533\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"534\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"535\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"536\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"537\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"538\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"539\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"540\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"541\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"542\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"543\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"544\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"545\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"546\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"547\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"548\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"549\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"550\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"551\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"552\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"553\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"554\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"555\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"556\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"557\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"558\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"559\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"560\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"561\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"562\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"563\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"564\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"565\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"566\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"567\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"568\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"569\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"570\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"571\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"572\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"573\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"574\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"575\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"576\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"577\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"578\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"579\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"580\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"581\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"582\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"583\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"584\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"585\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"586\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"587\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"588\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"589\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"590\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"591\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"592\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"593\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"594\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"595\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"596\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"597\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"598\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"599\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"600\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"601\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"602\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"603\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"604\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"605\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"606\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"607\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"608\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"609\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"610\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"611\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"612\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"613\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"614\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"615\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"616\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"617\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"618\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"619\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"620\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"621\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"622\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"623\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"624\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"625\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"626\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"627\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"628\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"629\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"630\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"631\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"632\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"633\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"634\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"635\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"636\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"637\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"638\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"639\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"640\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"641\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"642\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"643\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"644\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"645\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"646\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"647\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"648\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"649\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"650\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"651\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"652\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"653\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"654\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"655\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"656\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"657\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"658\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"659\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"660\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"661\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"662\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"663\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"664\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"665\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"666\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"667\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"668\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"669\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"670\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"671\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"672\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"673\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"674\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"675\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"676\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"677\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"678\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"679\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"680\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"681\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"682\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"683\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"684\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"685\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"686\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"687\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"688\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"689\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"690\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"691\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"692\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"693\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"694\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"695\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"696\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"697\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"698\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"699\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"700\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"701\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"702\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"703\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"704\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"705\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"706\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"707\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"708\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"709\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"710\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"711\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"712\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"713\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"714\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"715\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"716\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"717\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"718\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"719\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"720\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"721\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"722\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"723\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"724\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"725\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"726\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"727\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"728\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"729\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"730\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"731\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"732\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"733\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"734\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"735\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"736\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"737\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"738\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"739\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"740\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"741\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"742\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"743\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"744\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"745\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"746\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"747\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"748\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"749\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"750\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"751\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"752\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"753\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"754\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"755\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"756\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"757\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"758\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"759\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"760\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"761\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"762\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"763\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"764\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"765\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"766\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"767\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"768\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"769\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"770\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"771\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"772\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"773\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"774\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"775\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"776\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"777\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"778\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"779\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"780\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"781\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"782\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"783\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"784\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"785\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"786\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"787\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"788\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"789\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"790\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"791\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"792\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"793\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"794\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"795\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"796\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"797\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"798\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"799\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"800\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"801\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"802\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"803\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"804\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"805\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"806\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"807\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"808\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"809\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"810\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"811\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"812\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"813\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"814\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"815\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"816\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"817\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"818\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"819\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"820\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"821\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"822\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"823\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"824\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"825\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"826\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"827\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"828\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"829\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"830\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"831\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"832\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"833\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"834\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"835\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"836\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"837\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"838\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"839\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"840\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"841\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"842\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"843\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"844\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"845\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"846\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"847\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"848\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"849\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"850\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"851\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"852\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"853\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"854\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"855\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"856\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"857\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"858\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"859\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"860\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"861\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"862\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"863\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"864\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"865\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"866\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"867\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"868\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"869\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"870\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"871\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"872\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"873\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"874\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"875\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"876\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"877\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"878\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"879\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"880\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"881\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"882\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"883\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"884\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"885\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"886\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"887\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"888\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"889\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"890\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"891\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"892\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"893\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"894\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"895\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"896\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"897\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"898\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"899\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"900\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"901\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"902\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"903\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"904\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"905\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"906\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"907\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"908\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"909\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"910\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"911\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"912\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"913\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"914\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"915\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"916\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"917\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"918\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"919\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"920\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"921\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"922\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"923\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"924\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"925\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"926\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"927\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"928\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"929\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"930\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"931\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"932\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"933\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"934\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"935\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"936\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"937\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"938\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"939\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"940\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"941\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"942\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"943\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"944\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"945\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"946\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"947\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"948\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"949\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"950\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"951\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"952\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"953\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"954\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"955\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"956\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"957\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"958\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"959\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"960\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"961\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"962\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"963\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"964\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"965\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"966\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"967\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"968\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"969\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"970\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"971\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"972\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"973\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"974\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"975\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"976\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"977\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"978\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"979\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"980\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"981\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"982\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"983\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"984\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"985\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"986\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"987\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"988\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"989\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"990\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"991\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"992\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"993\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"994\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"995\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"996\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"997\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"998\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"999\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1000\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-9168.search-dogfood.windows-int.net/indexes('azsmnet4035')/docs/search.post.search?api-version=2019-05-06\"\r\n}", + "ResponseBody": "{\r\n \"@search.nextPageParameters\": {\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"top\": 2000,\r\n \"skip\": 1000\r\n },\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00Z\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00Z\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"6\",\r\n \"hotelName\": null,\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\",\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\",\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"8\",\r\n \"hotelName\": null,\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\",\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00Z\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"11\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"12\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"13\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"14\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"15\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"16\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"17\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"18\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"19\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"20\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"21\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"22\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"23\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"24\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"25\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"26\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"27\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"28\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"29\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"30\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"31\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"32\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"33\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"34\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"35\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"36\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"37\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"38\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"39\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"40\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"41\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"42\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"43\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"44\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"45\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"46\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"47\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"48\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"49\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"50\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"51\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"52\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"53\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"54\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"55\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"56\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"57\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"58\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"59\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"60\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"61\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"62\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"63\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"64\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"65\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"66\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"67\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"68\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"69\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"70\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"71\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"72\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"73\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"74\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"75\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"76\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"77\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"78\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"79\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"80\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"81\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"82\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"83\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"84\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"85\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"86\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"87\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"88\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"89\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"90\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"91\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"92\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"93\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"94\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"95\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"96\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"97\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"98\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"99\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"100\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"101\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"102\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"103\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"104\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"105\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"106\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"107\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"108\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"109\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"110\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"111\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"112\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"113\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"114\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"115\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"116\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"117\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"118\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"119\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"120\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"121\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"122\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"123\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"124\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"125\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"126\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"127\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"128\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"129\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"130\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"131\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"132\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"133\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"134\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"135\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"136\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"137\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"138\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"139\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"140\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"141\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"142\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"143\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"144\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"145\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"146\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"147\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"148\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"149\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"150\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"151\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"152\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"153\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"154\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"155\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"156\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"157\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"158\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"159\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"160\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"161\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"162\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"163\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"164\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"165\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"166\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"167\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"168\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"169\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"170\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"171\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"172\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"173\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"174\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"175\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"176\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"177\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"178\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"179\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"180\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"181\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"182\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"183\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"184\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"185\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"186\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"187\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"188\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"189\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"190\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"191\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"192\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"193\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"194\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"195\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"196\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"197\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"198\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"199\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"200\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"201\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"202\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"203\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"204\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"205\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"206\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"207\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"208\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"209\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"210\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"211\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"212\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"213\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"214\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"215\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"216\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"217\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"218\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"219\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"220\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"221\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"222\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"223\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"224\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"225\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"226\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"227\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"228\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"229\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"230\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"231\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"232\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"233\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"234\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"235\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"236\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"237\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"238\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"239\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"240\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"241\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"242\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"243\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"244\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"245\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"246\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"247\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"248\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"249\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"250\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"251\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"252\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"253\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"254\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"255\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"256\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"257\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"258\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"259\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"260\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"261\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"262\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"263\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"264\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"265\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"266\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"267\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"268\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"269\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"270\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"271\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"272\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"273\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"274\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"275\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"276\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"277\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"278\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"279\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"280\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"281\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"282\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"283\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"284\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"285\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"286\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"287\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"288\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"289\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"290\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"291\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"292\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"293\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"294\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"295\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"296\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"297\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"298\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"299\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"300\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"301\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"302\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"303\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"304\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"305\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"306\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"307\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"308\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"309\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"310\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"311\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"312\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"313\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"314\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"315\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"316\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"317\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"318\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"319\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"320\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"321\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"322\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"323\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"324\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"325\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"326\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"327\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"328\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"329\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"330\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"331\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"332\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"333\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"334\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"335\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"336\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"337\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"338\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"339\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"340\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"341\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"342\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"343\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"344\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"345\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"346\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"347\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"348\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"349\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"350\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"351\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"352\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"353\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"354\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"355\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"356\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"357\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"358\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"359\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"360\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"361\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"362\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"363\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"364\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"365\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"366\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"367\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"368\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"369\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"370\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"371\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"372\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"373\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"374\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"375\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"376\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"377\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"378\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"379\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"380\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"381\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"382\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"383\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"384\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"385\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"386\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"387\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"388\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"389\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"390\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"391\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"392\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"393\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"394\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"395\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"396\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"397\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"398\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"399\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"400\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"401\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"402\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"403\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"404\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"405\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"406\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"407\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"408\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"409\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"410\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"411\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"412\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"413\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"414\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"415\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"416\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"417\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"418\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"419\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"420\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"421\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"422\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"423\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"424\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"425\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"426\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"427\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"428\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"429\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"430\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"431\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"432\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"433\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"434\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"435\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"436\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"437\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"438\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"439\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"440\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"441\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"442\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"443\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"444\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"445\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"446\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"447\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"448\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"449\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"450\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"451\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"452\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"453\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"454\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"455\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"456\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"457\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"458\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"459\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"460\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"461\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"462\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"463\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"464\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"465\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"466\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"467\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"468\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"469\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"470\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"471\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"472\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"473\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"474\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"475\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"476\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"477\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"478\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"479\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"480\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"481\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"482\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"483\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"484\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"485\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"486\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"487\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"488\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"489\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"490\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"491\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"492\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"493\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"494\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"495\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"496\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"497\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"498\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"499\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"500\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"501\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"502\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"503\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"504\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"505\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"506\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"507\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"508\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"509\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"510\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"511\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"512\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"513\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"514\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"515\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"516\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"517\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"518\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"519\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"520\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"521\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"522\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"523\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"524\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"525\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"526\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"527\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"528\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"529\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"530\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"531\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"532\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"533\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"534\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"535\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"536\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"537\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"538\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"539\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"540\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"541\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"542\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"543\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"544\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"545\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"546\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"547\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"548\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"549\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"550\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"551\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"552\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"553\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"554\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"555\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"556\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"557\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"558\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"559\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"560\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"561\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"562\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"563\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"564\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"565\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"566\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"567\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"568\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"569\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"570\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"571\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"572\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"573\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"574\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"575\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"576\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"577\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"578\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"579\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"580\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"581\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"582\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"583\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"584\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"585\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"586\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"587\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"588\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"589\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"590\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"591\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"592\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"593\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"594\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"595\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"596\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"597\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"598\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"599\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"600\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"601\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"602\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"603\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"604\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"605\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"606\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"607\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"608\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"609\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"610\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"611\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"612\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"613\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"614\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"615\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"616\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"617\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"618\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"619\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"620\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"621\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"622\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"623\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"624\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"625\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"626\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"627\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"628\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"629\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"630\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"631\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"632\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"633\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"634\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"635\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"636\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"637\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"638\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"639\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"640\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"641\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"642\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"643\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"644\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"645\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"646\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"647\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"648\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"649\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"650\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"651\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"652\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"653\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"654\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"655\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"656\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"657\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"658\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"659\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"660\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"661\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"662\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"663\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"664\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"665\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"666\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"667\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"668\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"669\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"670\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"671\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"672\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"673\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"674\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"675\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"676\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"677\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"678\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"679\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"680\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"681\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"682\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"683\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"684\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"685\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"686\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"687\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"688\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"689\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"690\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"691\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"692\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"693\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"694\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"695\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"696\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"697\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"698\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"699\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"700\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"701\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"702\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"703\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"704\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"705\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"706\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"707\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"708\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"709\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"710\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"711\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"712\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"713\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"714\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"715\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"716\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"717\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"718\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"719\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"720\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"721\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"722\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"723\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"724\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"725\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"726\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"727\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"728\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"729\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"730\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"731\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"732\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"733\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"734\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"735\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"736\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"737\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"738\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"739\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"740\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"741\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"742\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"743\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"744\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"745\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"746\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"747\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"748\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"749\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"750\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"751\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"752\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"753\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"754\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"755\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"756\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"757\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"758\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"759\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"760\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"761\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"762\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"763\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"764\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"765\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"766\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"767\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"768\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"769\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"770\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"771\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"772\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"773\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"774\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"775\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"776\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"777\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"778\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"779\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"780\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"781\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"782\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"783\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"784\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"785\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"786\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"787\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"788\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"789\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"790\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"791\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"792\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"793\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"794\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"795\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"796\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"797\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"798\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"799\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"800\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"801\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"802\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"803\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"804\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"805\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"806\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"807\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"808\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"809\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"810\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"811\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"812\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"813\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"814\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"815\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"816\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"817\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"818\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"819\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"820\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"821\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"822\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"823\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"824\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"825\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"826\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"827\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"828\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"829\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"830\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"831\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"832\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"833\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"834\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"835\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"836\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"837\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"838\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"839\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"840\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"841\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"842\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"843\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"844\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"845\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"846\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"847\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"848\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"849\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"850\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"851\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"852\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"853\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"854\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"855\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"856\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"857\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"858\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"859\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"860\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"861\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"862\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"863\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"864\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"865\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"866\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"867\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"868\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"869\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"870\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"871\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"872\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"873\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"874\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"875\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"876\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"877\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"878\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"879\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"880\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"881\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"882\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"883\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"884\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"885\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"886\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"887\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"888\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"889\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"890\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"891\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"892\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"893\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"894\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"895\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"896\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"897\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"898\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"899\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"900\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"901\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"902\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"903\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"904\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"905\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"906\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"907\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"908\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"909\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"910\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"911\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"912\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"913\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"914\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"915\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"916\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"917\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"918\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"919\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"920\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"921\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"922\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"923\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"924\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"925\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"926\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"927\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"928\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"929\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"930\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"931\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"932\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"933\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"934\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"935\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"936\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"937\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"938\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"939\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"940\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"941\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"942\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"943\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"944\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"945\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"946\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"947\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"948\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"949\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"950\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"951\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"952\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"953\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"954\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"955\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"956\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"957\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"958\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"959\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"960\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"961\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"962\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"963\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"964\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"965\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"966\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"967\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"968\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"969\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"970\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"971\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"972\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"973\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"974\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"975\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"976\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"977\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"978\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"979\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"980\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"981\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"982\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"983\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"984\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"985\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"986\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"987\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"988\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"989\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"990\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"991\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"992\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"993\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"994\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"995\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"996\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"997\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"998\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"999\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1000\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-2070.search-dogfood.windows-int.net/indexes('azsmnet8151')/docs/search.post.search?api-version=2019-05-06\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4035')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MDM1JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8151')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MTUxJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"skip\": 1000,\r\n \"top\": 2000\r\n}", "RequestHeaders": { "client-request-id": [ - "68892bf4-ce7c-4531-b9bc-ebde17cc5728" + "f4e08600-b495-4e14-9fd5-cb54a3cbaa8e" ], "Accept-Language": [ "en-US" @@ -967,12 +967,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "252EB9701BBF927D94C1AB8C683C366B" + "A1CA8CDD7EEEA916E9BB2C7D481CE3DF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -990,10 +990,10 @@ "no-cache" ], "request-id": [ - "68892bf4-ce7c-4531-b9bc-ebde17cc5728" + "f4e08600-b495-4e14-9fd5-cb54a3cbaa8e" ], "elapsed-time": [ - "85" + "122" ], "OData-Version": [ "4.0" @@ -1005,7 +1005,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:33:12 GMT" + "Sat, 08 Aug 2020 08:02:58 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -1017,25 +1017,25 @@ "249305" ] }, - "ResponseBody": "{\r\n \"@search.nextPageParameters\": {\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"skip\": 2000,\r\n \"top\": 1000\r\n },\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1001\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1002\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1003\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1004\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1005\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1006\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1007\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1008\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1009\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1010\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1011\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1012\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1013\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1014\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1015\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1016\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1017\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1018\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1019\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1020\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1021\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1022\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1023\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1024\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1025\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1026\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1027\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1028\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1029\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1030\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1031\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1032\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1033\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1034\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1035\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1036\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1037\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1038\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1039\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1040\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1041\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1042\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1043\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1044\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1045\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1046\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1047\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1048\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1049\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1050\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1051\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1052\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1053\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1054\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1055\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1056\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1057\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1058\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1059\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1060\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1061\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1062\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1063\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1064\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1065\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1066\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1067\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1068\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1069\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1070\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1071\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1072\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1073\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1074\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1075\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1076\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1077\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1078\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1079\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1080\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1081\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1082\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1083\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1084\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1085\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1086\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1087\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1088\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1089\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1090\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1091\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1092\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1093\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1094\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1095\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1096\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1097\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1098\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1099\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1100\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1101\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1102\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1103\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1104\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1105\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1106\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1107\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1108\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1109\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1110\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1111\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1112\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1113\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1114\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1115\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1116\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1117\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1118\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1119\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1120\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1121\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1122\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1123\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1124\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1125\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1126\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1127\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1128\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1129\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1130\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1131\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1132\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1133\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1134\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1135\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1136\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1137\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1138\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1139\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1140\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1141\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1142\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1143\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1144\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1145\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1146\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1147\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1148\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1149\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1150\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1151\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1152\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1153\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1154\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1155\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1156\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1157\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1158\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1159\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1160\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1161\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1162\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1163\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1164\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1165\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1166\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1167\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1168\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1169\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1170\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1171\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1172\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1173\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1174\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1175\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1176\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1177\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1178\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1179\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1180\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1181\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1182\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1183\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1184\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1185\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1186\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1187\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1188\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1189\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1190\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1191\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1192\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1193\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1194\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1195\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1196\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1197\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1198\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1199\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1200\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1201\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1202\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1203\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1204\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1205\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1206\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1207\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1208\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1209\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1210\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1211\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1212\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1213\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1214\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1215\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1216\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1217\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1218\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1219\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1220\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1221\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1222\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1223\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1224\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1225\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1226\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1227\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1228\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1229\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1230\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1231\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1232\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1233\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1234\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1235\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1236\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1237\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1238\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1239\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1240\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1241\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1242\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1243\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1244\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1245\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1246\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1247\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1248\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1249\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1250\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1251\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1252\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1253\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1254\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1255\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1256\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1257\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1258\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1259\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1260\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1261\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1262\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1263\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1264\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1265\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1266\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1267\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1268\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1269\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1270\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1271\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1272\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1273\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1274\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1275\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1276\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1277\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1278\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1279\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1280\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1281\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1282\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1283\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1284\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1285\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1286\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1287\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1288\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1289\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1290\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1291\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1292\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1293\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1294\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1295\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1296\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1297\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1298\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1299\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1300\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1301\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1302\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1303\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1304\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1305\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1306\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1307\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1308\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1309\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1310\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1311\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1312\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1313\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1314\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1315\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1316\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1317\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1318\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1319\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1320\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1321\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1322\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1323\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1324\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1325\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1326\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1327\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1328\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1329\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1330\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1331\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1332\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1333\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1334\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1335\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1336\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1337\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1338\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1339\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1340\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1341\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1342\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1343\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1344\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1345\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1346\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1347\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1348\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1349\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1350\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1351\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1352\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1353\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1354\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1355\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1356\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1357\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1358\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1359\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1360\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1361\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1362\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1363\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1364\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1365\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1366\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1367\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1368\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1369\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1370\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1371\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1372\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1373\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1374\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1375\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1376\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1377\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1378\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1379\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1380\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1381\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1382\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1383\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1384\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1385\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1386\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1387\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1388\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1389\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1390\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1391\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1392\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1393\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1394\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1395\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1396\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1397\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1398\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1399\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1400\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1401\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1402\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1403\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1404\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1405\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1406\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1407\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1408\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1409\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1410\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1411\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1412\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1413\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1414\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1415\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1416\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1417\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1418\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1419\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1420\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1421\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1422\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1423\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1424\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1425\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1426\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1427\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1428\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1429\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1430\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1431\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1432\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1433\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1434\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1435\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1436\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1437\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1438\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1439\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1440\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1441\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1442\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1443\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1444\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1445\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1446\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1447\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1448\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1449\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1450\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1451\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1452\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1453\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1454\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1455\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1456\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1457\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1458\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1459\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1460\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1461\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1462\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1463\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1464\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1465\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1466\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1467\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1468\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1469\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1470\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1471\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1472\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1473\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1474\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1475\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1476\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1477\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1478\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1479\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1480\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1481\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1482\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1483\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1484\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1485\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1486\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1487\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1488\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1489\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1490\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1491\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1492\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1493\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1494\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1495\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1496\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1497\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1498\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1499\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1500\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1501\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1502\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1503\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1504\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1505\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1506\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1507\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1508\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1509\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1510\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1511\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1512\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1513\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1514\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1515\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1516\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1517\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1518\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1519\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1520\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1521\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1522\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1523\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1524\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1525\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1526\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1527\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1528\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1529\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1530\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1531\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1532\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1533\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1534\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1535\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1536\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1537\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1538\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1539\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1540\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1541\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1542\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1543\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1544\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1545\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1546\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1547\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1548\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1549\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1550\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1551\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1552\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1553\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1554\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1555\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1556\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1557\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1558\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1559\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1560\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1561\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1562\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1563\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1564\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1565\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1566\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1567\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1568\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1569\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1570\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1571\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1572\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1573\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1574\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1575\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1576\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1577\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1578\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1579\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1580\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1581\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1582\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1583\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1584\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1585\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1586\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1587\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1588\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1589\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1590\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1591\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1592\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1593\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1594\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1595\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1596\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1597\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1598\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1599\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1600\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1601\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1602\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1603\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1604\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1605\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1606\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1607\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1608\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1609\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1610\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1611\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1612\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1613\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1614\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1615\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1616\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1617\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1618\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1619\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1620\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1621\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1622\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1623\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1624\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1625\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1626\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1627\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1628\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1629\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1630\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1631\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1632\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1633\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1634\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1635\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1636\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1637\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1638\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1639\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1640\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1641\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1642\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1643\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1644\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1645\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1646\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1647\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1648\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1649\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1650\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1651\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1652\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1653\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1654\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1655\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1656\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1657\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1658\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1659\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1660\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1661\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1662\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1663\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1664\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1665\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1666\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1667\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1668\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1669\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1670\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1671\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1672\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1673\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1674\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1675\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1676\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1677\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1678\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1679\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1680\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1681\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1682\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1683\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1684\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1685\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1686\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1687\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1688\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1689\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1690\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1691\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1692\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1693\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1694\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1695\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1696\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1697\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1698\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1699\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1700\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1701\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1702\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1703\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1704\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1705\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1706\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1707\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1708\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1709\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1710\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1711\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1712\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1713\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1714\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1715\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1716\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1717\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1718\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1719\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1720\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1721\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1722\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1723\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1724\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1725\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1726\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1727\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1728\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1729\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1730\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1731\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1732\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1733\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1734\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1735\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1736\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1737\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1738\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1739\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1740\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1741\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1742\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1743\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1744\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1745\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1746\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1747\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1748\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1749\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1750\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1751\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1752\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1753\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1754\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1755\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1756\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1757\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1758\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1759\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1760\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1761\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1762\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1763\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1764\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1765\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1766\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1767\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1768\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1769\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1770\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1771\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1772\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1773\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1774\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1775\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1776\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1777\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1778\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1779\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1780\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1781\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1782\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1783\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1784\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1785\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1786\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1787\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1788\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1789\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1790\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1791\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1792\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1793\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1794\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1795\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1796\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1797\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1798\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1799\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1800\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1801\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1802\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1803\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1804\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1805\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1806\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1807\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1808\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1809\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1810\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1811\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1812\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1813\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1814\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1815\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1816\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1817\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1818\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1819\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1820\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1821\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1822\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1823\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1824\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1825\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1826\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1827\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1828\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1829\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1830\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1831\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1832\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1833\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1834\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1835\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1836\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1837\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1838\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1839\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1840\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1841\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1842\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1843\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1844\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1845\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1846\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1847\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1848\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1849\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1850\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1851\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1852\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1853\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1854\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1855\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1856\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1857\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1858\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1859\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1860\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1861\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1862\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1863\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1864\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1865\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1866\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1867\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1868\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1869\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1870\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1871\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1872\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1873\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1874\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1875\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1876\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1877\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1878\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1879\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1880\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1881\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1882\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1883\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1884\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1885\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1886\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1887\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1888\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1889\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1890\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1891\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1892\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1893\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1894\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1895\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1896\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1897\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1898\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1899\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1900\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1901\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1902\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1903\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1904\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1905\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1906\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1907\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1908\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1909\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1910\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1911\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1912\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1913\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1914\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1915\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1916\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1917\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1918\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1919\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1920\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1921\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1922\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1923\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1924\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1925\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1926\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1927\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1928\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1929\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1930\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1931\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1932\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1933\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1934\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1935\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1936\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1937\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1938\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1939\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1940\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1941\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1942\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1943\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1944\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1945\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1946\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1947\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1948\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1949\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1950\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1951\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1952\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1953\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1954\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1955\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1956\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1957\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1958\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1959\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1960\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1961\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1962\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1963\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1964\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1965\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1966\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1967\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1968\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1969\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1970\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1971\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1972\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1973\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1974\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1975\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1976\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1977\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1978\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1979\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1980\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1981\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1982\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1983\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1984\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1985\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1986\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1987\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1988\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1989\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1990\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1991\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1992\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1993\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1994\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1995\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1996\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1997\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1998\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1999\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2000\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-9168.search-dogfood.windows-int.net/indexes('azsmnet4035')/docs/search.post.search?api-version=2019-05-06\"\r\n}", + "ResponseBody": "{\r\n \"@search.nextPageParameters\": {\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"skip\": 2000,\r\n \"top\": 1000\r\n },\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1001\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1002\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1003\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1004\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1005\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1006\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1007\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1008\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1009\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1010\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1011\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1012\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1013\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1014\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1015\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1016\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1017\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1018\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1019\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1020\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1021\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1022\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1023\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1024\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1025\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1026\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1027\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1028\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1029\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1030\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1031\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1032\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1033\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1034\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1035\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1036\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1037\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1038\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1039\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1040\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1041\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1042\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1043\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1044\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1045\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1046\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1047\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1048\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1049\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1050\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1051\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1052\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1053\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1054\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1055\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1056\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1057\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1058\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1059\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1060\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1061\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1062\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1063\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1064\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1065\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1066\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1067\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1068\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1069\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1070\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1071\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1072\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1073\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1074\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1075\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1076\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1077\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1078\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1079\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1080\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1081\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1082\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1083\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1084\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1085\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1086\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1087\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1088\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1089\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1090\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1091\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1092\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1093\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1094\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1095\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1096\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1097\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1098\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1099\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1100\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1101\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1102\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1103\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1104\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1105\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1106\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1107\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1108\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1109\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1110\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1111\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1112\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1113\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1114\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1115\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1116\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1117\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1118\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1119\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1120\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1121\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1122\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1123\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1124\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1125\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1126\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1127\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1128\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1129\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1130\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1131\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1132\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1133\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1134\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1135\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1136\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1137\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1138\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1139\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1140\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1141\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1142\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1143\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1144\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1145\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1146\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1147\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1148\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1149\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1150\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1151\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1152\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1153\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1154\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1155\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1156\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1157\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1158\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1159\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1160\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1161\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1162\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1163\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1164\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1165\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1166\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1167\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1168\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1169\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1170\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1171\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1172\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1173\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1174\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1175\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1176\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1177\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1178\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1179\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1180\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1181\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1182\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1183\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1184\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1185\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1186\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1187\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1188\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1189\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1190\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1191\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1192\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1193\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1194\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1195\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1196\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1197\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1198\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1199\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1200\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1201\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1202\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1203\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1204\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1205\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1206\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1207\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1208\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1209\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1210\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1211\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1212\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1213\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1214\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1215\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1216\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1217\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1218\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1219\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1220\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1221\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1222\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1223\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1224\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1225\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1226\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1227\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1228\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1229\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1230\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1231\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1232\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1233\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1234\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1235\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1236\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1237\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1238\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1239\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1240\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1241\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1242\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1243\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1244\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1245\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1246\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1247\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1248\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1249\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1250\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1251\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1252\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1253\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1254\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1255\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1256\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1257\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1258\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1259\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1260\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1261\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1262\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1263\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1264\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1265\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1266\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1267\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1268\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1269\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1270\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1271\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1272\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1273\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1274\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1275\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1276\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1277\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1278\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1279\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1280\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1281\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1282\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1283\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1284\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1285\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1286\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1287\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1288\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1289\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1290\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1291\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1292\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1293\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1294\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1295\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1296\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1297\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1298\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1299\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1300\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1301\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1302\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1303\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1304\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1305\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1306\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1307\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1308\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1309\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1310\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1311\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1312\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1313\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1314\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1315\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1316\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1317\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1318\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1319\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1320\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1321\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1322\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1323\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1324\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1325\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1326\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1327\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1328\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1329\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1330\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1331\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1332\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1333\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1334\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1335\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1336\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1337\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1338\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1339\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1340\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1341\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1342\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1343\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1344\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1345\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1346\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1347\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1348\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1349\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1350\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1351\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1352\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1353\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1354\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1355\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1356\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1357\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1358\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1359\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1360\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1361\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1362\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1363\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1364\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1365\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1366\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1367\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1368\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1369\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1370\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1371\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1372\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1373\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1374\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1375\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1376\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1377\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1378\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1379\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1380\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1381\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1382\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1383\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1384\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1385\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1386\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1387\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1388\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1389\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1390\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1391\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1392\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1393\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1394\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1395\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1396\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1397\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1398\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1399\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1400\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1401\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1402\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1403\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1404\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1405\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1406\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1407\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1408\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1409\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1410\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1411\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1412\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1413\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1414\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1415\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1416\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1417\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1418\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1419\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1420\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1421\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1422\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1423\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1424\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1425\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1426\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1427\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1428\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1429\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1430\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1431\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1432\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1433\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1434\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1435\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1436\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1437\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1438\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1439\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1440\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1441\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1442\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1443\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1444\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1445\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1446\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1447\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1448\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1449\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1450\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1451\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1452\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1453\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1454\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1455\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1456\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1457\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1458\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1459\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1460\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1461\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1462\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1463\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1464\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1465\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1466\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1467\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1468\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1469\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1470\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1471\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1472\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1473\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1474\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1475\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1476\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1477\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1478\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1479\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1480\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1481\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1482\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1483\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1484\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1485\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1486\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1487\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1488\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1489\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1490\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1491\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1492\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1493\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1494\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1495\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1496\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1497\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1498\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1499\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1500\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1501\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1502\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1503\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1504\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1505\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1506\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1507\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1508\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1509\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1510\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1511\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1512\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1513\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1514\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1515\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1516\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1517\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1518\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1519\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1520\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1521\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1522\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1523\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1524\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1525\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1526\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1527\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1528\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1529\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1530\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1531\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1532\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1533\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1534\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1535\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1536\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1537\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1538\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1539\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1540\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1541\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1542\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1543\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1544\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1545\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1546\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1547\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1548\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1549\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1550\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1551\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1552\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1553\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1554\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1555\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1556\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1557\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1558\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1559\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1560\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1561\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1562\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1563\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1564\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1565\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1566\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1567\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1568\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1569\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1570\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1571\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1572\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1573\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1574\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1575\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1576\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1577\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1578\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1579\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1580\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1581\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1582\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1583\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1584\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1585\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1586\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1587\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1588\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1589\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1590\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1591\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1592\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1593\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1594\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1595\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1596\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1597\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1598\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1599\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1600\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1601\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1602\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1603\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1604\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1605\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1606\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1607\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1608\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1609\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1610\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1611\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1612\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1613\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1614\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1615\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1616\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1617\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1618\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1619\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1620\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1621\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1622\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1623\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1624\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1625\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1626\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1627\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1628\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1629\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1630\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1631\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1632\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1633\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1634\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1635\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1636\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1637\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1638\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1639\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1640\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1641\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1642\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1643\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1644\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1645\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1646\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1647\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1648\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1649\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1650\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1651\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1652\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1653\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1654\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1655\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1656\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1657\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1658\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1659\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1660\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1661\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1662\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1663\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1664\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1665\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1666\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1667\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1668\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1669\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1670\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1671\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1672\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1673\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1674\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1675\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1676\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1677\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1678\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1679\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1680\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1681\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1682\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1683\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1684\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1685\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1686\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1687\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1688\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1689\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1690\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1691\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1692\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1693\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1694\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1695\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1696\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1697\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1698\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1699\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1700\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1701\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1702\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1703\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1704\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1705\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1706\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1707\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1708\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1709\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1710\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1711\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1712\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1713\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1714\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1715\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1716\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1717\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1718\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1719\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1720\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1721\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1722\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1723\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1724\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1725\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1726\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1727\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1728\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1729\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1730\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1731\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1732\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1733\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1734\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1735\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1736\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1737\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1738\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1739\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1740\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1741\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1742\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1743\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1744\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1745\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1746\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1747\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1748\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1749\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1750\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1751\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1752\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1753\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1754\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1755\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1756\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1757\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1758\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1759\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1760\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1761\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1762\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1763\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1764\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1765\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1766\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1767\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1768\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1769\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1770\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1771\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1772\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1773\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1774\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1775\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1776\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1777\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1778\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1779\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1780\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1781\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1782\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1783\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1784\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1785\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1786\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1787\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1788\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1789\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1790\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1791\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1792\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1793\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1794\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1795\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1796\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1797\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1798\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1799\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1800\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1801\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1802\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1803\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1804\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1805\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1806\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1807\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1808\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1809\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1810\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1811\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1812\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1813\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1814\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1815\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1816\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1817\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1818\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1819\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1820\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1821\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1822\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1823\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1824\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1825\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1826\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1827\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1828\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1829\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1830\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1831\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1832\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1833\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1834\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1835\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1836\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1837\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1838\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1839\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1840\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1841\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1842\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1843\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1844\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1845\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1846\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1847\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1848\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1849\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1850\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1851\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1852\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1853\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1854\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1855\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1856\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1857\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1858\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1859\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1860\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1861\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1862\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1863\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1864\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1865\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1866\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1867\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1868\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1869\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1870\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1871\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1872\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1873\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1874\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1875\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1876\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1877\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1878\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1879\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1880\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1881\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1882\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1883\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1884\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1885\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1886\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1887\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1888\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1889\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1890\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1891\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1892\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1893\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1894\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1895\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1896\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1897\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1898\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1899\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1900\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1901\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1902\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1903\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1904\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1905\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1906\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1907\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1908\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1909\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1910\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1911\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1912\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1913\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1914\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1915\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1916\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1917\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1918\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1919\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1920\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1921\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1922\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1923\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1924\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1925\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1926\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1927\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1928\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1929\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1930\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1931\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1932\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1933\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1934\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1935\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1936\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1937\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1938\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1939\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1940\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1941\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1942\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1943\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1944\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1945\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1946\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1947\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1948\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1949\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1950\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1951\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1952\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1953\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1954\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1955\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1956\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1957\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1958\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1959\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1960\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1961\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1962\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1963\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1964\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1965\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1966\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1967\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1968\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1969\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1970\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1971\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1972\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1973\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1974\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1975\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1976\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1977\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1978\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1979\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1980\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1981\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1982\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1983\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1984\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1985\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1986\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1987\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1988\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1989\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1990\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1991\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1992\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1993\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1994\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1995\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1996\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1997\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1998\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1999\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2000\",\r\n \"hotelName\": null,\r\n \"description\": null,\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-2070.search-dogfood.windows-int.net/indexes('azsmnet8151')/docs/search.post.search?api-version=2019-05-06\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6395/providers/Microsoft.Search/searchServices/azs-9168?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2Mzk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTY4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7886/providers/Microsoft.Search/searchServices/azs-2070?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDcwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "68cac053-88e0-4616-a8b6-437ec7d15295" + "f37cda2a-78e5-47c1-942e-70fa4ac6c639" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1046,51 +1046,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14993" + ], "x-ms-request-id": [ - "68cac053-88e0-4616-a8b6-437ec7d15295" + "ba9d8f78-a527-4bae-ad60-1c8ce88f40df" ], - "request-id": [ - "68cac053-88e0-4616-a8b6-437ec7d15295" + "x-ms-correlation-request-id": [ + "ba9d8f78-a527-4bae-ad60-1c8ce88f40df" ], - "elapsed-time": [ - "1313" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T080348Z:ba9d8f78-a527-4bae-ad60-1c8ce88f40df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" - ], - "x-ms-correlation-request-id": [ - "ffb4dc71-2a44-416a-854c-b3cd28eaa91b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013316Z:ffb4dc71-2a44-416a-854c-b3cd28eaa91b" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:33:15 GMT" + "Sat, 08 Aug 2020 08:03:47 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6395", - "azsmnet4035" + "azsmnet7886", + "azsmnet8151" ], "GenerateServiceName": [ - "azs-9168" + "azs-2070" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/CountWillNotDeadlock.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/CountWillNotDeadlock.json index b3f0d7fc8211..c1416e5ae26b 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/CountWillNotDeadlock.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/CountWillNotDeadlock.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a1ee07e3-fda7-4781-a0ac-3f36a28ad72e" + "70c0cca6-651c-4aab-ac8e-d09d215c69b1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1196" ], "x-ms-request-id": [ - "5a9ba93f-4a58-4dff-b2c2-a231abd02e5a" + "df4d1e29-6559-4258-bd22-c98ef4269db5" ], "x-ms-correlation-request-id": [ - "5a9ba93f-4a58-4dff-b2c2-a231abd02e5a" + "df4d1e29-6559-4258-bd22-c98ef4269db5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013128Z:5a9ba93f-4a58-4dff-b2c2-a231abd02e5a" + "NORTHEUROPE:20200808T080059Z:df4d1e29-6559-4258-bd22-c98ef4269db5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:31:27 GMT" + "Sat, 08 Aug 2020 08:00:58 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9774?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5Nzc0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9703?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NzAzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ec359b20-2663-4240-b4c9-ce162b925e5d" + "a028b46b-232d-456e-b35d-2d7af574fa91" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1197" ], "x-ms-request-id": [ - "ec47e9e3-0b93-4b2e-a2b6-f3d7b1eb006f" + "f4a1c8ff-dd9b-4dde-a7d7-9113c4ffba47" ], "x-ms-correlation-request-id": [ - "ec47e9e3-0b93-4b2e-a2b6-f3d7b1eb006f" + "f4a1c8ff-dd9b-4dde-a7d7-9113c4ffba47" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013129Z:ec47e9e3-0b93-4b2e-a2b6-f3d7b1eb006f" + "NORTHEUROPE:20200808T080100Z:f4a1c8ff-dd9b-4dde-a7d7-9113c4ffba47" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:31:29 GMT" + "Sat, 08 Aug 2020 08:01:00 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9774\",\r\n \"name\": \"azsmnet9774\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9703\",\r\n \"name\": \"azsmnet9703\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9774/providers/Microsoft.Search/searchServices/azs-2963?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5Nzc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yOTYzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9703/providers/Microsoft.Search/searchServices/azs-1254?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMjU0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b91de850-d6bb-461b-bde9-d20a12699346" + "44baa6e2-f8ab-423b-9d97-24d6d5a504f7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A31%3A34.0997796Z'\"" + "W/\"datetime'2020-08-08T08%3A01%3A05.8483995Z'\"" ], "x-ms-request-id": [ - "b91de850-d6bb-461b-bde9-d20a12699346" + "44baa6e2-f8ab-423b-9d97-24d6d5a504f7" ], "request-id": [ - "b91de850-d6bb-461b-bde9-d20a12699346" + "44baa6e2-f8ab-423b-9d97-24d6d5a504f7" ], "elapsed-time": [ - "1413" + "1876" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1193" ], "x-ms-correlation-request-id": [ - "26813ed2-b864-4dee-87c8-c5ff0d4154e8" + "f3b697bb-603f-4a32-a62c-4915c895f6af" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013134Z:26813ed2-b864-4dee-87c8-c5ff0d4154e8" + "NORTHEUROPE:20200808T080107Z:f3b697bb-603f-4a32-a62c-4915c895f6af" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:31:34 GMT" + "Sat, 08 Aug 2020 08:01:06 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9774/providers/Microsoft.Search/searchServices/azs-2963\",\r\n \"name\": \"azs-2963\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9703/providers/Microsoft.Search/searchServices/azs-1254\",\r\n \"name\": \"azs-1254\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9774/providers/Microsoft.Search/searchServices/azs-2963/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5Nzc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yOTYzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9703/providers/Microsoft.Search/searchServices/azs-1254/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMjU0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2f088a2b-2b45-42c3-98de-136b3f8ea3b7" + "d3d2c1e3-587b-498f-b61e-292a3ed90a6e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2f088a2b-2b45-42c3-98de-136b3f8ea3b7" + "d3d2c1e3-587b-498f-b61e-292a3ed90a6e" ], "request-id": [ - "2f088a2b-2b45-42c3-98de-136b3f8ea3b7" + "d3d2c1e3-587b-498f-b61e-292a3ed90a6e" ], "elapsed-time": [ - "95" + "101" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1190" ], "x-ms-correlation-request-id": [ - "de302696-280c-4e60-82c5-aca95c1a5383" + "34b823d6-43fc-40c2-8577-626acebab8fc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013137Z:de302696-280c-4e60-82c5-aca95c1a5383" + "NORTHEUROPE:20200808T080109Z:34b823d6-43fc-40c2-8577-626acebab8fc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:31:36 GMT" + "Sat, 08 Aug 2020 08:01:09 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"990319F15F393592456B3CA39BAA5C16\",\r\n \"secondaryKey\": \"FC48B9EC1E21FB8B926B763608ACB625\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"7B3EF2106B17EFA8AB6278C958A975C2\",\r\n \"secondaryKey\": \"5222E23BBFFA9D385DE4D3CF178CDAC5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9774/providers/Microsoft.Search/searchServices/azs-2963/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5Nzc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yOTYzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9703/providers/Microsoft.Search/searchServices/azs-1254/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMjU0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4cfc4bb0-e66c-47ab-82a6-b3576892df52" + "a7ff3081-42f2-402f-820e-2cf6d97f894a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4cfc4bb0-e66c-47ab-82a6-b3576892df52" + "a7ff3081-42f2-402f-820e-2cf6d97f894a" ], "request-id": [ - "4cfc4bb0-e66c-47ab-82a6-b3576892df52" + "a7ff3081-42f2-402f-820e-2cf6d97f894a" ], "elapsed-time": [ - "112" + "133" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1189" ], "x-ms-correlation-request-id": [ - "023ae647-803e-4877-a187-286dfd0a3a83" + "c65b963d-bbac-4947-834a-7056c8260d09" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013137Z:023ae647-803e-4877-a187-286dfd0a3a83" + "NORTHEUROPE:20200808T080110Z:c65b963d-bbac-4947-834a-7056c8260d09" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:31:37 GMT" + "Sat, 08 Aug 2020 08:01:10 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D84ECEE5A28D96D53147CC50344CAA0E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"01E14D93D2871834F3125CA1A16C2014\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1148\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6677\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "70512820-a8f2-4d18-a4d7-691ab7ea2931" + "fc448106-4e1d-40a7-bf3e-1f211a5ed5da" ], "Accept-Language": [ "en-US" ], "api-key": [ - "990319F15F393592456B3CA39BAA5C16" + "7B3EF2106B17EFA8AB6278C958A975C2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80370094F798F\"" + "W/\"0x8D83B7137D77194\"" ], "Location": [ - "https://azs-2963.search-dogfood.windows-int.net/indexes('azsmnet1148')?api-version=2019-05-06" + "https://azs-1254.search-dogfood.windows-int.net/indexes('azsmnet6677')?api-version=2019-05-06" ], "request-id": [ - "70512820-a8f2-4d18-a4d7-691ab7ea2931" + "fc448106-4e1d-40a7-bf3e-1f211a5ed5da" ], "elapsed-time": [ - "1304" + "816" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:31:39 GMT" + "Sat, 08 Aug 2020 08:01:12 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2963.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80370094F798F\\\"\",\r\n \"name\": \"azsmnet1148\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1254.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7137D77194\\\"\",\r\n \"name\": \"azsmnet6677\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet1148')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMTQ4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6677')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2Njc3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c79909fe-e8e2-4c04-a65d-6767205c5a14" + "73924057-0c91-40d1-ad19-b5c0ac12ba0f" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "990319F15F393592456B3CA39BAA5C16" + "7B3EF2106B17EFA8AB6278C958A975C2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "c79909fe-e8e2-4c04-a65d-6767205c5a14" + "73924057-0c91-40d1-ad19-b5c0ac12ba0f" ], "elapsed-time": [ - "166" + "183" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:32:01 GMT" + "Sat, 08 Aug 2020 08:01:34 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet1148')/docs/$count?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMTQ4JykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6677')/docs/$count?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2Njc3JykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "9718ba65-69dc-4b0a-b539-817d3adb2494" + "a23c3703-b34d-49c5-86da-9a2db963ed39" ], "Accept-Language": [ "en-US" ], "api-key": [ - "990319F15F393592456B3CA39BAA5C16" + "7B3EF2106B17EFA8AB6278C958A975C2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -510,10 +510,10 @@ "no-cache" ], "request-id": [ - "9718ba65-69dc-4b0a-b539-817d3adb2494" + "a23c3703-b34d-49c5-86da-9a2db963ed39" ], "elapsed-time": [ - "4" + "57" ], "OData-Version": [ "4.0" @@ -525,7 +525,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:32:04 GMT" + "Sat, 08 Aug 2020 08:01:37 GMT" ], "Content-Type": [ "text/plain" @@ -541,21 +541,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9774/providers/Microsoft.Search/searchServices/azs-2963?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5Nzc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yOTYzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9703/providers/Microsoft.Search/searchServices/azs-1254?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMjU0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "40514ff8-6f99-43a3-a49d-e28dac4864dd" + "ea2eca53-5d07-4769-87af-3cd7869ea235" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -566,51 +566,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "40514ff8-6f99-43a3-a49d-e28dac4864dd" + "9e1f63bf-2261-408b-aeb2-d64c95dc4009" ], - "request-id": [ - "40514ff8-6f99-43a3-a49d-e28dac4864dd" + "x-ms-correlation-request-id": [ + "9e1f63bf-2261-408b-aeb2-d64c95dc4009" ], - "elapsed-time": [ - "1703" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T080149Z:9e1f63bf-2261-408b-aeb2-d64c95dc4009" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "758c057f-e6e8-4666-8fac-e1876a052e7b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013210Z:758c057f-e6e8-4666-8fac-e1876a052e7b" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:32:09 GMT" + "Sat, 08 Aug 2020 08:01:48 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet9774", - "azsmnet1148" + "azsmnet9703", + "azsmnet6677" ], "GenerateServiceName": [ - "azs-2963" + "azs-1254" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/GetWillNotDeadlock.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/GetWillNotDeadlock.json index 1373635c76cb..52016b66d4e2 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/GetWillNotDeadlock.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/GetWillNotDeadlock.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f6751f4a-fc6e-4716-924a-4f6a015fc4d8" + "80dc844c-f373-4f85-9ff3-ff7f444f4160" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1194" ], "x-ms-request-id": [ - "33cb3455-730b-41ac-9fb7-c025c5c71336" + "99772c70-a728-4342-a1c3-4c35e852d9ec" ], "x-ms-correlation-request-id": [ - "33cb3455-730b-41ac-9fb7-c025c5c71336" + "99772c70-a728-4342-a1c3-4c35e852d9ec" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013322Z:33cb3455-730b-41ac-9fb7-c025c5c71336" + "NORTHEUROPE:20200808T080355Z:99772c70-a728-4342-a1c3-4c35e852d9ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:33:21 GMT" + "Sat, 08 Aug 2020 08:03:54 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6200?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MjAwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2265?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMjY1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "22e5190c-5505-44f6-8174-4ccaa4422c53" + "a2957e50-8fd2-4374-8e16-51a4774c85dd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1196" ], "x-ms-request-id": [ - "de5c4876-d93b-440c-b5be-72e634d1cfd1" + "b06777cf-22d0-4cc9-b331-6602ab27d02b" ], "x-ms-correlation-request-id": [ - "de5c4876-d93b-440c-b5be-72e634d1cfd1" + "b06777cf-22d0-4cc9-b331-6602ab27d02b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013323Z:de5c4876-d93b-440c-b5be-72e634d1cfd1" + "NORTHEUROPE:20200808T080357Z:b06777cf-22d0-4cc9-b331-6602ab27d02b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:33:23 GMT" + "Sat, 08 Aug 2020 08:03:57 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6200\",\r\n \"name\": \"azsmnet6200\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2265\",\r\n \"name\": \"azsmnet2265\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6200/providers/Microsoft.Search/searchServices/azs-9216?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjE2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2265/providers/Microsoft.Search/searchServices/azs-4870?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjY1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODcwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "87a2a7a8-7a81-4a43-ab98-e52617fd63b9" + "9afe1ebd-5216-4a44-a125-4252f13d844e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A33%3A26.9731122Z'\"" + "W/\"datetime'2020-08-08T08%3A04%3A02.3594466Z'\"" ], "x-ms-request-id": [ - "87a2a7a8-7a81-4a43-ab98-e52617fd63b9" + "9afe1ebd-5216-4a44-a125-4252f13d844e" ], "request-id": [ - "87a2a7a8-7a81-4a43-ab98-e52617fd63b9" + "9afe1ebd-5216-4a44-a125-4252f13d844e" ], "elapsed-time": [ - "1401" + "2205" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1194" ], "x-ms-correlation-request-id": [ - "75dac794-2e15-4fa1-8b13-9be2d3946998" + "9511c31d-4837-40e7-a7fb-ad34c10c2a21" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013327Z:75dac794-2e15-4fa1-8b13-9be2d3946998" + "NORTHEUROPE:20200808T080403Z:9511c31d-4837-40e7-a7fb-ad34c10c2a21" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:33:27 GMT" + "Sat, 08 Aug 2020 08:04:03 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6200/providers/Microsoft.Search/searchServices/azs-9216\",\r\n \"name\": \"azs-9216\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2265/providers/Microsoft.Search/searchServices/azs-4870\",\r\n \"name\": \"azs-4870\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6200/providers/Microsoft.Search/searchServices/azs-9216/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjE2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2265/providers/Microsoft.Search/searchServices/azs-4870/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjY1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODcwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "39499bdd-48f8-4464-94f7-4b36ace84c63" + "c261cf7c-2c4b-4dd5-b796-82769c3bd0d5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "39499bdd-48f8-4464-94f7-4b36ace84c63" + "c261cf7c-2c4b-4dd5-b796-82769c3bd0d5" ], "request-id": [ - "39499bdd-48f8-4464-94f7-4b36ace84c63" + "c261cf7c-2c4b-4dd5-b796-82769c3bd0d5" ], "elapsed-time": [ - "93" + "99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1191" ], "x-ms-correlation-request-id": [ - "62604732-5c15-44a5-ad81-6feac1a4a9a5" + "c6aa0112-a951-422b-92f5-836b96f3f2cc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013330Z:62604732-5c15-44a5-ad81-6feac1a4a9a5" + "NORTHEUROPE:20200808T080406Z:c6aa0112-a951-422b-92f5-836b96f3f2cc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:33:29 GMT" + "Sat, 08 Aug 2020 08:04:06 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"25094B364C82637222C201925F636A97\",\r\n \"secondaryKey\": \"EF47D8EB0F9F1EA469D548101A6A6FCB\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"50D59590389A56ABA1A108B4925F5A77\",\r\n \"secondaryKey\": \"5533842A6B9F134E391FE0601BD878BA\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6200/providers/Microsoft.Search/searchServices/azs-9216/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjE2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2265/providers/Microsoft.Search/searchServices/azs-4870/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjY1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODcwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "194fe222-b78d-4041-a101-5b65bb2e558e" + "e8f472d2-ee29-4a6b-8448-ca2ddb712e02" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "194fe222-b78d-4041-a101-5b65bb2e558e" + "e8f472d2-ee29-4a6b-8448-ca2ddb712e02" ], "request-id": [ - "194fe222-b78d-4041-a101-5b65bb2e558e" + "e8f472d2-ee29-4a6b-8448-ca2ddb712e02" ], "elapsed-time": [ - "91" + "111" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1190" ], "x-ms-correlation-request-id": [ - "4d3de457-e1e7-4ec6-b28e-a4aeb607739f" + "0f7d04bb-67ad-4955-8895-655b7e3029a8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013330Z:4d3de457-e1e7-4ec6-b28e-a4aeb607739f" + "NORTHEUROPE:20200808T080407Z:0f7d04bb-67ad-4955-8895-655b7e3029a8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:33:30 GMT" + "Sat, 08 Aug 2020 08:04:07 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"3334BB2630130705619E3DC4647BA0FE\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F5853447DBD9B26A7B4866C7ACA77852\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet954\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9664\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "765c7693-3297-4e35-b62c-d0a8f0e3f781" + "51546268-8e47-49b3-9b8f-2ea3d6b54c17" ], "Accept-Language": [ "en-US" ], "api-key": [ - "25094B364C82637222C201925F636A97" + "50D59590389A56ABA1A108B4925F5A77" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6974" + "6975" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803704CCD89E4\"" + "W/\"0x8D83B71A307CDA3\"" ], "Location": [ - "https://azs-9216.search-dogfood.windows-int.net/indexes('azsmnet954')?api-version=2019-05-06" + "https://azs-4870.search-dogfood.windows-int.net/indexes('azsmnet9664')?api-version=2019-05-06" ], "request-id": [ - "765c7693-3297-4e35-b62c-d0a8f0e3f781" + "51546268-8e47-49b3-9b8f-2ea3d6b54c17" ], "elapsed-time": [ - "1258" + "848" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:33:33 GMT" + "Sat, 08 Aug 2020 08:04:12 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9216.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803704CCD89E4\\\"\",\r\n \"name\": \"azsmnet954\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4870.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B71A307CDA3\\\"\",\r\n \"name\": \"azsmnet9664\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet954')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5NTQnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet9664')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5NjY0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "21ed702c-88a3-426a-80a0-25dfc6afd2d4" + "eae1bdfc-0c70-4003-8c19-4748eda88550" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "25094B364C82637222C201925F636A97" + "50D59590389A56ABA1A108B4925F5A77" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "21ed702c-88a3-426a-80a0-25dfc6afd2d4" + "eae1bdfc-0c70-4003-8c19-4748eda88550" ], "elapsed-time": [ - "167" + "279" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:33:55 GMT" + "Sat, 08 Aug 2020 08:04:34 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet954')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5NTQnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet9664')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5NjY0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "87dd71a0-613c-4281-ac5c-44db9b328197" + "2308b691-4202-4f7a-ac80-b2a407a9dbbe" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "25094B364C82637222C201925F636A97" + "50D59590389A56ABA1A108B4925F5A77" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "87dd71a0-613c-4281-ac5c-44db9b328197" + "2308b691-4202-4f7a-ac80-b2a407a9dbbe" ], "elapsed-time": [ - "34" + "192" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:33:58 GMT" + "Sat, 08 Aug 2020 08:04:38 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,13 +550,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet954')/docs('1')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5NTQnKS9kb2NzKCcxJyk/JHNlbGVjdD0lMkEmYXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet9664')/docs('1')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5NjY0JykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "20fa5a9f-50c4-4913-a9ef-eec0f43b6ab0" + "b05ef218-5749-4c03-9626-6358af2f6efa" ], "Accept-Language": [ "en-US" @@ -565,12 +565,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "25094B364C82637222C201925F636A97" + "50D59590389A56ABA1A108B4925F5A77" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -582,10 +582,10 @@ "no-cache" ], "request-id": [ - "20fa5a9f-50c4-4913-a9ef-eec0f43b6ab0" + "b05ef218-5749-4c03-9626-6358af2f6efa" ], "elapsed-time": [ - "7" + "51" ], "OData-Version": [ "4.0" @@ -597,7 +597,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:33:58 GMT" + "Sat, 08 Aug 2020 08:04:38 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -613,21 +613,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6200/providers/Microsoft.Search/searchServices/azs-9216?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjE2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2265/providers/Microsoft.Search/searchServices/azs-4870?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjY1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODcwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99aa073e-ce2e-4954-95d9-582af9eb0db2" + "fcbf3c03-7b3f-45e5-b5f1-690d7eff6aec" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -638,51 +638,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "99aa073e-ce2e-4954-95d9-582af9eb0db2" + "738dde22-6cda-45ff-9d24-382f9f620275" ], - "request-id": [ - "99aa073e-ce2e-4954-95d9-582af9eb0db2" + "x-ms-correlation-request-id": [ + "738dde22-6cda-45ff-9d24-382f9f620275" ], - "elapsed-time": [ - "1553" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T080449Z:738dde22-6cda-45ff-9d24-382f9f620275" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "44d7608c-c400-455e-9e8f-255341816f14" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013403Z:44d7608c-c400-455e-9e8f-255341816f14" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:34:03 GMT" + "Sat, 08 Aug 2020 08:04:49 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6200", - "azsmnet954" + "azsmnet2265", + "azsmnet9664" ], "GenerateServiceName": [ - "azs-9216" + "azs-4870" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/IndexingWillNotDeadlock.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/IndexingWillNotDeadlock.json index cbd04a960781..3b91b82e1d98 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/IndexingWillNotDeadlock.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/IndexingWillNotDeadlock.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e812959b-1e5d-4f58-81ec-d4839accb635" + "1a6dac00-2dc9-4d25-8915-d154ba95d084" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1192" ], "x-ms-request-id": [ - "cf588a35-7d97-4946-88c6-368f0776293a" + "46d502ff-a122-4e8f-a2e5-535d8c08659c" ], "x-ms-correlation-request-id": [ - "cf588a35-7d97-4946-88c6-368f0776293a" + "46d502ff-a122-4e8f-a2e5-535d8c08659c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013041Z:cf588a35-7d97-4946-88c6-368f0776293a" + "NORTHEUROPE:20200808T080003Z:46d502ff-a122-4e8f-a2e5-535d8c08659c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:30:41 GMT" + "Sat, 08 Aug 2020 08:00:03 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6890?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2ODkwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5880?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1ODgwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "20fa8ce1-2ffb-4727-8c12-2271381f22f8" + "9d988338-a589-49e9-8f55-1b9a44a902b5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1194" ], "x-ms-request-id": [ - "7ade7bc9-e022-4233-a1c2-6b5a90ec84cc" + "e04815c1-aa0b-45a5-9aec-9ac65c3f507a" ], "x-ms-correlation-request-id": [ - "7ade7bc9-e022-4233-a1c2-6b5a90ec84cc" + "e04815c1-aa0b-45a5-9aec-9ac65c3f507a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013042Z:7ade7bc9-e022-4233-a1c2-6b5a90ec84cc" + "NORTHEUROPE:20200808T080005Z:e04815c1-aa0b-45a5-9aec-9ac65c3f507a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:30:41 GMT" + "Sat, 08 Aug 2020 08:00:04 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6890\",\r\n \"name\": \"azsmnet6890\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5880\",\r\n \"name\": \"azsmnet5880\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6890/providers/Microsoft.Search/searchServices/azs-2031?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDMxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5880/providers/Microsoft.Search/searchServices/azs-9655?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NjU1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "89db6667-154b-4cfc-981a-c0dee7282b40" + "fdc6d18c-8ca4-4130-a6ee-3b79e41d236d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A30%3A47.1714254Z'\"" + "W/\"datetime'2020-08-08T08%3A00%3A10.7523185Z'\"" ], "x-ms-request-id": [ - "89db6667-154b-4cfc-981a-c0dee7282b40" + "fdc6d18c-8ca4-4130-a6ee-3b79e41d236d" ], "request-id": [ - "89db6667-154b-4cfc-981a-c0dee7282b40" + "fdc6d18c-8ca4-4130-a6ee-3b79e41d236d" ], "elapsed-time": [ - "2185" + "2083" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1193" ], "x-ms-correlation-request-id": [ - "e6e4e0c2-4e18-428b-a58c-f54a3ac8ca7c" + "c84587df-b2a1-4c40-9a40-2754dbd664b5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013047Z:e6e4e0c2-4e18-428b-a58c-f54a3ac8ca7c" + "NORTHEUROPE:20200808T080011Z:c84587df-b2a1-4c40-9a40-2754dbd664b5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:30:47 GMT" + "Sat, 08 Aug 2020 08:00:11 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6890/providers/Microsoft.Search/searchServices/azs-2031\",\r\n \"name\": \"azs-2031\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5880/providers/Microsoft.Search/searchServices/azs-9655\",\r\n \"name\": \"azs-9655\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6890/providers/Microsoft.Search/searchServices/azs-2031/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDMxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5880/providers/Microsoft.Search/searchServices/azs-9655/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NjU1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eec087ca-4508-41ee-8144-e65043b6ee27" + "a49f5ad5-4321-4f7c-8228-3b3ad30f771f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "eec087ca-4508-41ee-8144-e65043b6ee27" + "a49f5ad5-4321-4f7c-8228-3b3ad30f771f" ], "request-id": [ - "eec087ca-4508-41ee-8144-e65043b6ee27" + "a49f5ad5-4321-4f7c-8228-3b3ad30f771f" ], "elapsed-time": [ - "100" + "92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1190" ], "x-ms-correlation-request-id": [ - "df75fd20-fa13-4342-8868-5a29c71fcdc9" + "38480680-039e-4e11-86df-13f626743e3c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013050Z:df75fd20-fa13-4342-8868-5a29c71fcdc9" + "NORTHEUROPE:20200808T080014Z:38480680-039e-4e11-86df-13f626743e3c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:30:50 GMT" + "Sat, 08 Aug 2020 08:00:14 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"17594869B5E203C1B4B875913C7BB899\",\r\n \"secondaryKey\": \"46F82C6D084410D596BDC2A78501F99A\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"D7B5C5B36160B1678DA63841B687097C\",\r\n \"secondaryKey\": \"108BEAF85C04948CCED278766E065D93\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6890/providers/Microsoft.Search/searchServices/azs-2031/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDMxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5880/providers/Microsoft.Search/searchServices/azs-9655/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NjU1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ab12915a-5188-46b7-90cc-e89a1fbe9f35" + "44e60b0f-245b-488f-bed1-749888430490" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ab12915a-5188-46b7-90cc-e89a1fbe9f35" + "44e60b0f-245b-488f-bed1-749888430490" ], "request-id": [ - "ab12915a-5188-46b7-90cc-e89a1fbe9f35" + "44e60b0f-245b-488f-bed1-749888430490" ], "elapsed-time": [ - "97" + "105" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1189" ], "x-ms-correlation-request-id": [ - "3c060f66-67cc-490e-b857-e6f966d254ea" + "21c26666-42fe-4c01-85e8-b2b4cae036c0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013051Z:3c060f66-67cc-490e-b857-e6f966d254ea" + "NORTHEUROPE:20200808T080015Z:21c26666-42fe-4c01-85e8-b2b4cae036c0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:30:50 GMT" + "Sat, 08 Aug 2020 08:00:14 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D4F930C12A96C76DC0C0DF2D0DD5FA3E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"880E55ED47865DD11867B6D3E012C407\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet999\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8816\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8250623d-43dc-4076-a9d5-6af66c0810f8" + "ecc53b05-e641-42c1-b8b1-12e2ce55ea64" ], "Accept-Language": [ "en-US" ], "api-key": [ - "17594869B5E203C1B4B875913C7BB899" + "D7B5C5B36160B1678DA63841B687097C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6974" + "6975" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036FEDF61403\"" + "W/\"0x8D83B7116DB53CF\"" ], "Location": [ - "https://azs-2031.search-dogfood.windows-int.net/indexes('azsmnet999')?api-version=2019-05-06" + "https://azs-9655.search-dogfood.windows-int.net/indexes('azsmnet8816')?api-version=2019-05-06" ], "request-id": [ - "8250623d-43dc-4076-a9d5-6af66c0810f8" + "ecc53b05-e641-42c1-b8b1-12e2ce55ea64" ], "elapsed-time": [ - "1326" + "862" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:30:54 GMT" + "Sat, 08 Aug 2020 08:00:17 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2031.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036FEDF61403\\\"\",\r\n \"name\": \"azsmnet999\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9655.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7116DB53CF\\\"\",\r\n \"name\": \"azsmnet8816\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet999')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5OTknKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet8816')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4ODE2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "93ac9c9a-0016-40c9-a6db-c94f51f87be4" + "65feb5b6-88bf-4df6-bdca-13664fb8d7cc" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "17594869B5E203C1B4B875913C7BB899" + "D7B5C5B36160B1678DA63841B687097C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,7 +450,7 @@ "no-cache" ], "request-id": [ - "93ac9c9a-0016-40c9-a6db-c94f51f87be4" + "65feb5b6-88bf-4df6-bdca-13664fb8d7cc" ], "elapsed-time": [ "173" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:31:15 GMT" + "Sat, 08 Aug 2020 08:00:39 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet999')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5OTknKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet8816')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4ODE2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"12\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "16879e6e-7be7-4d87-8986-6623ce87109a" + "2cf933af-4851-4166-8e8d-7c9ccc443024" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "17594869B5E203C1B4B875913C7BB899" + "D7B5C5B36160B1678DA63841B687097C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "16879e6e-7be7-4d87-8986-6623ce87109a" + "2cf933af-4851-4166-8e8d-7c9ccc443024" ], "elapsed-time": [ - "38" + "220" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:31:19 GMT" + "Sat, 08 Aug 2020 08:00:43 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,21 +550,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6890/providers/Microsoft.Search/searchServices/azs-2031?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDMxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5880/providers/Microsoft.Search/searchServices/azs-9655?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NjU1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4b510b66-6bd1-4827-a099-45edd6bc2647" + "ab85afbe-5870-4c0e-94ff-c379817531a1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14995" + ], "x-ms-request-id": [ - "4b510b66-6bd1-4827-a099-45edd6bc2647" + "22b7d312-5cf0-4da0-9841-71a45efd977d" ], - "request-id": [ - "4b510b66-6bd1-4827-a099-45edd6bc2647" + "x-ms-correlation-request-id": [ + "22b7d312-5cf0-4da0-9841-71a45efd977d" ], - "elapsed-time": [ - "1156" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T080051Z:22b7d312-5cf0-4da0-9841-71a45efd977d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14993" - ], - "x-ms-correlation-request-id": [ - "74555c64-32be-48a0-b462-c4ab15a1db69" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013123Z:74555c64-32be-48a0-b462-c4ab15a1db69" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:31:23 GMT" + "Sat, 08 Aug 2020 08:00:51 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6890", - "azsmnet999" + "azsmnet5880", + "azsmnet8816" ], "GenerateServiceName": [ - "azs-2031" + "azs-9655" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/SearchWillNotDeadlock.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/SearchWillNotDeadlock.json index c029f2425f48..174b05db0957 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/SearchWillNotDeadlock.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/SearchWillNotDeadlock.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4e01a2a7-505f-46aa-ab06-1663e82f843c" + "3e97fd4d-48a4-4999-8d9f-89d7a1094409" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1190" ], "x-ms-request-id": [ - "fdc0a409-8ae3-4c21-a333-cb79030e6760" + "99d4f4cd-3585-40bf-b298-f960fbbb5003" ], "x-ms-correlation-request-id": [ - "fdc0a409-8ae3-4c21-a333-cb79030e6760" + "99d4f4cd-3585-40bf-b298-f960fbbb5003" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013454Z:fdc0a409-8ae3-4c21-a333-cb79030e6760" + "NORTHEUROPE:20200808T080614Z:99d4f4cd-3585-40bf-b298-f960fbbb5003" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:34:54 GMT" + "Sat, 08 Aug 2020 08:06:13 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1017?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMDE3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2243?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMjQzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d11d1e43-abe2-4591-a0ba-3fa89156dbc8" + "890219e2-79c4-4d4c-9b00-5e8f94f780a6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -96,13 +96,13 @@ "1194" ], "x-ms-request-id": [ - "2c06be77-acf8-4c5b-8d52-5efd4732b158" + "5392e1da-31cd-4a2a-acdb-8c07e73058df" ], "x-ms-correlation-request-id": [ - "2c06be77-acf8-4c5b-8d52-5efd4732b158" + "5392e1da-31cd-4a2a-acdb-8c07e73058df" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013455Z:2c06be77-acf8-4c5b-8d52-5efd4732b158" + "NORTHEUROPE:20200808T080615Z:5392e1da-31cd-4a2a-acdb-8c07e73058df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:34:54 GMT" + "Sat, 08 Aug 2020 08:06:15 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1017\",\r\n \"name\": \"azsmnet1017\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2243\",\r\n \"name\": \"azsmnet2243\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1017/providers/Microsoft.Search/searchServices/azs-3057?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMDU3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2243/providers/Microsoft.Search/searchServices/azs-5097?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MDk3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "13aa03c5-3591-4f36-a646-3b3108bd41a7" + "c07bae67-960c-406f-831e-4faedb741828" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A35%3A00.0812827Z'\"" + "W/\"datetime'2020-08-08T08%3A06%3A19.9790251Z'\"" ], "x-ms-request-id": [ - "13aa03c5-3591-4f36-a646-3b3108bd41a7" + "c07bae67-960c-406f-831e-4faedb741828" ], "request-id": [ - "13aa03c5-3591-4f36-a646-3b3108bd41a7" + "c07bae67-960c-406f-831e-4faedb741828" ], "elapsed-time": [ - "2119" + "1733" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1193" ], "x-ms-correlation-request-id": [ - "1df8c7d5-2e27-4d06-87f3-06d857369ee6" + "d407893b-3b1d-4fe2-9ed7-b4bebe763dc9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013500Z:1df8c7d5-2e27-4d06-87f3-06d857369ee6" + "NORTHEUROPE:20200808T080621Z:d407893b-3b1d-4fe2-9ed7-b4bebe763dc9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:35:00 GMT" + "Sat, 08 Aug 2020 08:06:21 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1017/providers/Microsoft.Search/searchServices/azs-3057\",\r\n \"name\": \"azs-3057\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2243/providers/Microsoft.Search/searchServices/azs-5097\",\r\n \"name\": \"azs-5097\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1017/providers/Microsoft.Search/searchServices/azs-3057/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMDU3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2243/providers/Microsoft.Search/searchServices/azs-5097/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MDk3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "978406c7-fd8a-4f24-8866-49d8660b524a" + "e321a06e-ac4f-438c-965c-534b1feecbd4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "978406c7-fd8a-4f24-8866-49d8660b524a" + "e321a06e-ac4f-438c-965c-534b1feecbd4" ], "request-id": [ - "978406c7-fd8a-4f24-8866-49d8660b524a" + "e321a06e-ac4f-438c-965c-534b1feecbd4" ], "elapsed-time": [ - "269" + "94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1190" ], "x-ms-correlation-request-id": [ - "993f6c41-eef7-4160-8e1e-ac128693929f" + "315d9d79-a0ce-45fe-8964-d3659a98ae42" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013503Z:993f6c41-eef7-4160-8e1e-ac128693929f" + "NORTHEUROPE:20200808T080623Z:315d9d79-a0ce-45fe-8964-d3659a98ae42" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:35:03 GMT" + "Sat, 08 Aug 2020 08:06:23 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"2A3564FA059936656A5980711CB400C3\",\r\n \"secondaryKey\": \"46E6FD7E063B97C9B9DC58D8DF72C4D0\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"AF6E66D5C4E5C296CE1CBE95AFCBB85C\",\r\n \"secondaryKey\": \"124BFAFBCF0BA1546F81E8A382E3DA20\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1017/providers/Microsoft.Search/searchServices/azs-3057/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMDU3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2243/providers/Microsoft.Search/searchServices/azs-5097/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MDk3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1cf33c2c-a078-4104-867c-62a0d2e605a8" + "4085daf6-14b5-494e-84ed-7130c7b4c5fc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "1cf33c2c-a078-4104-867c-62a0d2e605a8" + "4085daf6-14b5-494e-84ed-7130c7b4c5fc" ], "request-id": [ - "1cf33c2c-a078-4104-867c-62a0d2e605a8" + "4085daf6-14b5-494e-84ed-7130c7b4c5fc" ], "elapsed-time": [ - "265" + "133" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1189" ], "x-ms-correlation-request-id": [ - "b5978aeb-8cea-4c2e-a7b0-f574f0a3ac89" + "e609296e-02c7-4f20-8502-d6ad337a62ed" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013503Z:b5978aeb-8cea-4c2e-a7b0-f574f0a3ac89" + "NORTHEUROPE:20200808T080624Z:e609296e-02c7-4f20-8502-d6ad337a62ed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:35:03 GMT" + "Sat, 08 Aug 2020 08:06:23 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"A4C104CD281C3361E4713C4C0F8A2B39\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"702936D5448EDBB44D57670C11CF3DA9\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3648\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5603\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "eab4be24-0fb6-4f36-8e8d-ab032a21a1b5" + "bd1f42f2-3353-4d38-ab8c-cadb6734d9f6" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2A3564FA059936656A5980711CB400C3" + "AF6E66D5C4E5C296CE1CBE95AFCBB85C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80370844692F8\"" + "W/\"0x8D83B71F2FD74BE\"" ], "Location": [ - "https://azs-3057.search-dogfood.windows-int.net/indexes('azsmnet3648')?api-version=2019-05-06" + "https://azs-5097.search-dogfood.windows-int.net/indexes('azsmnet5603')?api-version=2019-05-06" ], "request-id": [ - "eab4be24-0fb6-4f36-8e8d-ab032a21a1b5" + "bd1f42f2-3353-4d38-ab8c-cadb6734d9f6" ], "elapsed-time": [ - "1275" + "775" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:35:06 GMT" + "Sat, 08 Aug 2020 08:06:26 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3057.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80370844692F8\\\"\",\r\n \"name\": \"azsmnet3648\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5097.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B71F2FD74BE\\\"\",\r\n \"name\": \"azsmnet5603\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet3648')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNjQ4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5603')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NjAzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "7a2c5b68-17b4-471f-af3d-a30d4759a68a" + "89b6558b-add6-4517-9fc7-a22d22b84a12" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "2A3564FA059936656A5980711CB400C3" + "AF6E66D5C4E5C296CE1CBE95AFCBB85C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "7a2c5b68-17b4-471f-af3d-a30d4759a68a" + "89b6558b-add6-4517-9fc7-a22d22b84a12" ], "elapsed-time": [ - "191" + "164" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:35:27 GMT" + "Sat, 08 Aug 2020 08:06:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3648')/docs?search=%2A&api-version=2019-05-06&$count=false&queryType=simple&searchMode=any", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNjQ4JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJnF1ZXJ5VHlwZT1zaW1wbGUmc2VhcmNoTW9kZT1hbnk=", + "RequestUri": "/indexes('azsmnet5603')/docs?search=%2A&api-version=2019-05-06&$count=false&queryType=simple&searchMode=any", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NjAzJykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJnF1ZXJ5VHlwZT1zaW1wbGUmc2VhcmNoTW9kZT1hbnk=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "0c3cead8-ba32-437b-abd5-f3ef4818f015" + "64bfaeca-f445-42dd-bac0-328e57946664" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "A4C104CD281C3361E4713C4C0F8A2B39" + "702936D5448EDBB44D57670C11CF3DA9" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "0c3cead8-ba32-437b-abd5-f3ef4818f015" + "64bfaeca-f445-42dd-bac0-328e57946664" ], "elapsed-time": [ - "194" + "174" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:35:31 GMT" + "Sat, 08 Aug 2020 08:06:52 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,13 +544,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3648')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNjQ4JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5603')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NjAzJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "bd43f5c2-74d5-479b-bfbb-0d4af35c69da" + "4ba4b126-9c11-4cb7-aaf4-37c82793e05a" ], "Accept-Language": [ "en-US" @@ -559,12 +559,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "A4C104CD281C3361E4713C4C0F8A2B39" + "702936D5448EDBB44D57670C11CF3DA9" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -582,10 +582,10 @@ "no-cache" ], "request-id": [ - "bd43f5c2-74d5-479b-bfbb-0d4af35c69da" + "4ba4b126-9c11-4cb7-aaf4-37c82793e05a" ], "elapsed-time": [ - "14" + "136" ], "OData-Version": [ "4.0" @@ -597,7 +597,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:35:32 GMT" + "Sat, 08 Aug 2020 08:06:54 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -613,21 +613,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1017/providers/Microsoft.Search/searchServices/azs-3057?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMDU3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2243/providers/Microsoft.Search/searchServices/azs-5097?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MDk3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d53681f5-de2a-42e7-ab0a-1800f2357633" + "f3b1cd72-31e3-45ad-be32-0df2e183314d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -638,51 +638,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "d53681f5-de2a-42e7-ab0a-1800f2357633" + "7bb3e530-6e89-47a5-9988-08157f284cdc" ], - "request-id": [ - "d53681f5-de2a-42e7-ab0a-1800f2357633" + "x-ms-correlation-request-id": [ + "7bb3e530-6e89-47a5-9988-08157f284cdc" ], - "elapsed-time": [ - "992" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T080705Z:7bb3e530-6e89-47a5-9988-08157f284cdc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14987" - ], - "x-ms-correlation-request-id": [ - "c3679a7c-898b-4cab-b3b8-47bc0741108f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013537Z:c3679a7c-898b-4cab-b3b8-47bc0741108f" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:35:37 GMT" + "Sat, 08 Aug 2020 08:07:04 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet1017", - "azsmnet3648" + "azsmnet2243", + "azsmnet5603" ], "GenerateServiceName": [ - "azs-3057" + "azs-5097" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/SuggestWillNotDeadlock.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/SuggestWillNotDeadlock.json index 1c49a927435f..249e7bb69683 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/SuggestWillNotDeadlock.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/DeadlockTests/SuggestWillNotDeadlock.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6dae8304-981d-4615-b0ac-85ead204ae9b" + "155bcc16-9e30-4305-a00c-d270b69591f1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1188" ], "x-ms-request-id": [ - "bf7f4a49-5264-40de-bc31-e036c1a29644" + "56dc16de-ddd2-4a5a-b6ce-cd6cddc93c09" ], "x-ms-correlation-request-id": [ - "bf7f4a49-5264-40de-bc31-e036c1a29644" + "56dc16de-ddd2-4a5a-b6ce-cd6cddc93c09" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013409Z:bf7f4a49-5264-40de-bc31-e036c1a29644" + "NORTHEUROPE:20200808T080457Z:56dc16de-ddd2-4a5a-b6ce-cd6cddc93c09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:34:09 GMT" + "Sat, 08 Aug 2020 08:04:57 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet525?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MjU/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7918?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3OTE4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ec0fbc2d-78a6-4408-a519-36a81948411b" + "b85df3c7-bf0e-4a56-946b-d15248ed8f34" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1192" ], "x-ms-request-id": [ - "23229efb-32d3-4994-b5d1-a5d1178fd668" + "aa468bb3-e42d-4a6f-a502-f75cde7a629b" ], "x-ms-correlation-request-id": [ - "23229efb-32d3-4994-b5d1-a5d1178fd668" + "aa468bb3-e42d-4a6f-a502-f75cde7a629b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013409Z:23229efb-32d3-4994-b5d1-a5d1178fd668" + "NORTHEUROPE:20200808T080458Z:aa468bb3-e42d-4a6f-a502-f75cde7a629b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:34:09 GMT" + "Sat, 08 Aug 2020 08:04:58 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet525\",\r\n \"name\": \"azsmnet525\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7918\",\r\n \"name\": \"azsmnet7918\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet525/providers/Microsoft.Search/searchServices/azs-8267?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjUvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTgyNjc/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7918/providers/Microsoft.Search/searchServices/azs-3573?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3OTE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTczP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9871fa13-0aae-495f-9fb8-fe78073e49a3" + "411e36d0-b7bb-478b-9ded-1dc465cebc18" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,16 +159,16 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A34%3A13.4211225Z'\"" + "W/\"datetime'2020-08-08T08%3A05%3A03.9057388Z'\"" ], "x-ms-request-id": [ - "9871fa13-0aae-495f-9fb8-fe78073e49a3" + "411e36d0-b7bb-478b-9ded-1dc465cebc18" ], "request-id": [ - "9871fa13-0aae-495f-9fb8-fe78073e49a3" + "411e36d0-b7bb-478b-9ded-1dc465cebc18" ], "elapsed-time": [ - "1106" + "1536" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,19 +177,19 @@ "1192" ], "x-ms-correlation-request-id": [ - "82a9479a-629b-44ab-acbd-ea7b92b436ff" + "c5dcb725-8337-4135-9571-9763eeda6621" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013414Z:82a9479a-629b-44ab-acbd-ea7b92b436ff" + "NORTHEUROPE:20200808T080505Z:c5dcb725-8337-4135-9571-9763eeda6621" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:34:14 GMT" + "Sat, 08 Aug 2020 08:05:04 GMT" ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet525/providers/Microsoft.Search/searchServices/azs-8267\",\r\n \"name\": \"azs-8267\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7918/providers/Microsoft.Search/searchServices/azs-3573\",\r\n \"name\": \"azs-3573\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet525/providers/Microsoft.Search/searchServices/azs-8267/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjUvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTgyNjcvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7918/providers/Microsoft.Search/searchServices/azs-3573/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3OTE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTczL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a9723338-78e9-4cba-b3e9-89b07df82426" + "99121be3-de25-4d3f-8a7a-a6c8bf7e3d77" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a9723338-78e9-4cba-b3e9-89b07df82426" + "99121be3-de25-4d3f-8a7a-a6c8bf7e3d77" ], "request-id": [ - "a9723338-78e9-4cba-b3e9-89b07df82426" + "99121be3-de25-4d3f-8a7a-a6c8bf7e3d77" ], "elapsed-time": [ - "105" + "129" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1187" ], "x-ms-correlation-request-id": [ - "5eccf4b4-b593-429e-9ef9-24f53f81684a" + "1794a25c-47d7-492d-846a-5b5ddf9d69e7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013416Z:5eccf4b4-b593-429e-9ef9-24f53f81684a" + "NORTHEUROPE:20200808T080507Z:1794a25c-47d7-492d-846a-5b5ddf9d69e7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:34:15 GMT" + "Sat, 08 Aug 2020 08:05:06 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"B737509EEBC89A0A94326030BACA3E5A\",\r\n \"secondaryKey\": \"6D170F0B05D918C28905021C00B31B96\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"59D3792FC8FA818106D89C9541C13B2E\",\r\n \"secondaryKey\": \"519BA73318BBCEFAAA2F5DCA20E81597\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet525/providers/Microsoft.Search/searchServices/azs-8267/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjUvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTgyNjcvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7918/providers/Microsoft.Search/searchServices/azs-3573/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3OTE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTczL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f603d983-acd9-4bc2-821f-f487e3042c79" + "82678e5d-4510-46a4-8b20-781cfba748c8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f603d983-acd9-4bc2-821f-f487e3042c79" + "82678e5d-4510-46a4-8b20-781cfba748c8" ], "request-id": [ - "f603d983-acd9-4bc2-821f-f487e3042c79" + "82678e5d-4510-46a4-8b20-781cfba748c8" ], "elapsed-time": [ - "96" + "113" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1186" ], "x-ms-correlation-request-id": [ - "2af2cf31-9ad3-4bdc-a0d5-ce660f7f1361" + "2e451775-443e-4ddc-a8a8-fcfeed822d55" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013416Z:2af2cf31-9ad3-4bdc-a0d5-ce660f7f1361" + "NORTHEUROPE:20200808T080507Z:2e451775-443e-4ddc-a8a8-fcfeed822d55" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:34:16 GMT" + "Sat, 08 Aug 2020 08:05:07 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"9033EA2317CC79F57A695ADC9E0CC16A\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"83CECC0B8210333BD73D08026D886F27\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet346\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7554\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "dffbfd11-2ca7-420f-9cd6-f3332c6ef3df" + "9136131c-4b2b-411a-943b-66ba5b263a07" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B737509EEBC89A0A94326030BACA3E5A" + "59D3792FC8FA818106D89C9541C13B2E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6974" + "6975" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803706812783A\"" + "W/\"0x8D83B71C54B6085\"" ], "Location": [ - "https://azs-8267.search-dogfood.windows-int.net/indexes('azsmnet346')?api-version=2019-05-06" + "https://azs-3573.search-dogfood.windows-int.net/indexes('azsmnet7554')?api-version=2019-05-06" ], "request-id": [ - "dffbfd11-2ca7-420f-9cd6-f3332c6ef3df" + "9136131c-4b2b-411a-943b-66ba5b263a07" ], "elapsed-time": [ - "1180" + "815" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:34:19 GMT" + "Sat, 08 Aug 2020 08:05:10 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8267.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803706812783A\\\"\",\r\n \"name\": \"azsmnet346\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3573.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B71C54B6085\\\"\",\r\n \"name\": \"azsmnet7554\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet346')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNDYnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet7554')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NTU0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "0c051549-71dc-4af9-9b87-191d030e2a2d" + "48058afb-1946-4702-bbe2-7798166f3e48" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "B737509EEBC89A0A94326030BACA3E5A" + "59D3792FC8FA818106D89C9541C13B2E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "0c051549-71dc-4af9-9b87-191d030e2a2d" + "48058afb-1946-4702-bbe2-7798166f3e48" ], "elapsed-time": [ - "182" + "203" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:34:40 GMT" + "Sat, 08 Aug 2020 08:05:31 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet346')/docs/search.suggest?search=best&suggesterName=sg&api-version=2019-05-06&fuzzy=false&$select=%2A", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNDYnKS9kb2NzL3NlYXJjaC5zdWdnZXN0P3NlYXJjaD1iZXN0JnN1Z2dlc3Rlck5hbWU9c2cmYXBpLXZlcnNpb249MjAxOS0wNS0wNiZmdXp6eT1mYWxzZSYkc2VsZWN0PSUyQQ==", + "RequestUri": "/indexes('azsmnet7554')/docs/search.suggest?search=best&suggesterName=sg&api-version=2019-05-06&fuzzy=false&$select=%2A", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NTU0JykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9YmVzdCZzdWdnZXN0ZXJOYW1lPXNnJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmZnV6enk9ZmFsc2UmJHNlbGVjdD0lMkE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "316e2e0e-8a49-4904-9e5b-ef41582c2076" + "2715db8e-dc80-42f3-b5bf-8841fe8b7dd3" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "9033EA2317CC79F57A695ADC9E0CC16A" + "83CECC0B8210333BD73D08026D886F27" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "316e2e0e-8a49-4904-9e5b-ef41582c2076" + "2715db8e-dc80-42f3-b5bf-8841fe8b7dd3" ], "elapsed-time": [ - "42" + "215" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:34:43 GMT" + "Sat, 08 Aug 2020 08:05:35 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,13 +544,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet346')/docs/search.post.suggest?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNDYnKS9kb2NzL3NlYXJjaC5wb3N0LnN1Z2dlc3Q/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet7554')/docs/search.post.suggest?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NTU0JykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", "RequestBody": "{\r\n \"fuzzy\": false,\r\n \"search\": \"best\",\r\n \"select\": \"*\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "6559be6a-e88a-4903-b97b-c7c80799f01f" + "c96a4199-6c3b-4710-84e5-f8a3dedc62e4" ], "Accept-Language": [ "en-US" @@ -559,12 +559,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "9033EA2317CC79F57A695ADC9E0CC16A" + "83CECC0B8210333BD73D08026D886F27" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -582,10 +582,10 @@ "no-cache" ], "request-id": [ - "6559be6a-e88a-4903-b97b-c7c80799f01f" + "c96a4199-6c3b-4710-84e5-f8a3dedc62e4" ], "elapsed-time": [ - "158" + "30" ], "OData-Version": [ "4.0" @@ -597,7 +597,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:34:45 GMT" + "Sat, 08 Aug 2020 08:05:37 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -613,21 +613,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet525/providers/Microsoft.Search/searchServices/azs-8267?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjUvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTgyNjc/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7918/providers/Microsoft.Search/searchServices/azs-3573?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3OTE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTczP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d52bca07-5f86-4aca-b40f-e766ebba9d5b" + "e06830b3-cb2b-49c2-86a6-8dee469ca576" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -638,51 +638,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "d52bca07-5f86-4aca-b40f-e766ebba9d5b" + "28b7927e-4e85-4f09-93aa-30d0b45c3174" ], - "request-id": [ - "d52bca07-5f86-4aca-b40f-e766ebba9d5b" + "x-ms-correlation-request-id": [ + "28b7927e-4e85-4f09-93aa-30d0b45c3174" ], - "elapsed-time": [ - "1733" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T080607Z:28b7927e-4e85-4f09-93aa-30d0b45c3174" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "72f3381b-e1bb-42c3-bc6c-3bbd276650e5" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013449Z:72f3381b-e1bb-42c3-bc6c-3bbd276650e5" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:34:49 GMT" + "Sat, 08 Aug 2020 08:06:06 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet525", - "azsmnet346" + "azsmnet7918", + "azsmnet7554" ], "GenerateServiceName": [ - "azs-8267" + "azs-3573" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/FieldBuilderTests/FieldBuilderCreatesIndexEquivalentToManuallyDefinedIndex.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/FieldBuilderTests/FieldBuilderCreatesIndexEquivalentToManuallyDefinedIndex.json index 992ceb1facd0..d2ecd7d4dfff 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/FieldBuilderTests/FieldBuilderCreatesIndexEquivalentToManuallyDefinedIndex.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/FieldBuilderTests/FieldBuilderCreatesIndexEquivalentToManuallyDefinedIndex.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6b504e80-ba7a-4d84-9868-c6a188f8ddb5" + "c90e35ea-9c1e-4dd2-84e2-c1b59745dae1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1185" ], "x-ms-request-id": [ - "96ff57f3-bfd7-4e56-9d63-1045bb1116de" + "67d46e8d-9039-473b-8675-46dd167f0b14" ], "x-ms-correlation-request-id": [ - "96ff57f3-bfd7-4e56-9d63-1045bb1116de" + "67d46e8d-9039-473b-8675-46dd167f0b14" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000338Z:96ff57f3-bfd7-4e56-9d63-1045bb1116de" + "NORTHEUROPE:20200808T093829Z:67d46e8d-9039-473b-8675-46dd167f0b14" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:03:38 GMT" + "Sat, 08 Aug 2020 09:38:29 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7663?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NjYzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3304?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMzA0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fb40ae8a-86c8-4008-a395-9d9fcd9558af" + "9c0db94b-f072-4b54-a89a-e53cf12333d9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1190" ], "x-ms-request-id": [ - "5921c262-f29e-4062-8700-3af59a531cce" + "05d9789d-2012-4203-a921-0b06e15d844a" ], "x-ms-correlation-request-id": [ - "5921c262-f29e-4062-8700-3af59a531cce" + "05d9789d-2012-4203-a921-0b06e15d844a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000339Z:5921c262-f29e-4062-8700-3af59a531cce" + "NORTHEUROPE:20200808T093831Z:05d9789d-2012-4203-a921-0b06e15d844a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:03:39 GMT" + "Sat, 08 Aug 2020 09:38:30 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7663\",\r\n \"name\": \"azsmnet7663\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3304\",\r\n \"name\": \"azsmnet3304\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7663/providers/Microsoft.Search/searchServices/azs-3459?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDU5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3304/providers/Microsoft.Search/searchServices/azs-3469?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzA0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDY5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "532ac0fe-1918-4f44-abe1-90a8e058b6dd" + "7c11cc5b-fea4-45e8-b79a-5dce8e88ce47" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A03%3A42.5914954Z'\"" + "W/\"datetime'2020-08-08T09%3A38%3A37.0681046Z'\"" ], "x-ms-request-id": [ - "532ac0fe-1918-4f44-abe1-90a8e058b6dd" + "7c11cc5b-fea4-45e8-b79a-5dce8e88ce47" ], "request-id": [ - "532ac0fe-1918-4f44-abe1-90a8e058b6dd" + "7c11cc5b-fea4-45e8-b79a-5dce8e88ce47" ], "elapsed-time": [ - "1606" + "2690" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1195" ], "x-ms-correlation-request-id": [ - "1bc9aca9-10de-418c-b90c-7b6b304ed0df" + "0dd386f8-9de1-41c7-bf0e-96bf5d61689c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000343Z:1bc9aca9-10de-418c-b90c-7b6b304ed0df" + "NORTHEUROPE:20200808T093838Z:0dd386f8-9de1-41c7-bf0e-96bf5d61689c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:03:43 GMT" + "Sat, 08 Aug 2020 09:38:38 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7663/providers/Microsoft.Search/searchServices/azs-3459\",\r\n \"name\": \"azs-3459\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3304/providers/Microsoft.Search/searchServices/azs-3469\",\r\n \"name\": \"azs-3469\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7663/providers/Microsoft.Search/searchServices/azs-3459/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDU5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3304/providers/Microsoft.Search/searchServices/azs-3469/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzA0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDY5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8855d07b-100c-4c07-9b07-f31d82706129" + "d7efe9df-e267-4073-8ee3-32e02a6946e7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8855d07b-100c-4c07-9b07-f31d82706129" + "d7efe9df-e267-4073-8ee3-32e02a6946e7" ], "request-id": [ - "8855d07b-100c-4c07-9b07-f31d82706129" + "d7efe9df-e267-4073-8ee3-32e02a6946e7" ], "elapsed-time": [ - "383" + "486" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1194" ], "x-ms-correlation-request-id": [ - "d1d8b11a-218d-44d5-959b-ea7597204aa0" + "fc314864-c2d9-430d-a138-67068abd6202" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000346Z:d1d8b11a-218d-44d5-959b-ea7597204aa0" + "NORTHEUROPE:20200808T093841Z:fc314864-c2d9-430d-a138-67068abd6202" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:03:45 GMT" + "Sat, 08 Aug 2020 09:38:40 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"1842AC8324F46FAA3F27C489C92CBDE8\",\r\n \"secondaryKey\": \"2DFDF71FCCB4607DC36E6AD2BB06BF13\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"156D6CB7794C1710BBBF13A038E6521F\",\r\n \"secondaryKey\": \"C73A9D4099786E9440FCDE7A9451F2AA\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7663/providers/Microsoft.Search/searchServices/azs-3459/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDU5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3304/providers/Microsoft.Search/searchServices/azs-3469/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzA0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDY5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b0b36480-1fdf-4dbe-8996-7e141c4e458f" + "6f2051d1-d0dd-4ead-bb6a-7159323f495d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b0b36480-1fdf-4dbe-8996-7e141c4e458f" + "6f2051d1-d0dd-4ead-bb6a-7159323f495d" ], "request-id": [ - "b0b36480-1fdf-4dbe-8996-7e141c4e458f" + "6f2051d1-d0dd-4ead-bb6a-7159323f495d" ], "elapsed-time": [ - "571" + "1026" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1193" ], "x-ms-correlation-request-id": [ - "60052b26-5139-43fb-afb7-1287d4480e8d" + "592b5e7e-19fb-45a3-9361-13f4590d41b0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000347Z:60052b26-5139-43fb-afb7-1287d4480e8d" + "NORTHEUROPE:20200808T093842Z:592b5e7e-19fb-45a3-9361-13f4590d41b0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:03:47 GMT" + "Sat, 08 Aug 2020 09:38:42 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"C5DAD36FFBA62BEC9963E36EF0B2D7CB\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"7DF5CB22607F30DAE6BDEEA664AE7175\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5418\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6257\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "7f1a7f13-59ce-42fe-9301-82f38134d7c5" + "59498a7e-4a9f-4c8d-b49a-c95006c2214a" ], "Accept-Language": [ "en-US" ], "api-key": [ - "1842AC8324F46FAA3F27C489C92CBDE8" + "156D6CB7794C1710BBBF13A038E6521F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80363C66BA532\"" + "W/\"0x8D83B7ED84D5914\"" ], "Location": [ - "https://azs-3459.search-dogfood.windows-int.net/indexes('azsmnet5418')?api-version=2019-05-06" + "https://azs-3469.search-dogfood.windows-int.net/indexes('azsmnet6257')?api-version=2019-05-06" ], "request-id": [ - "7f1a7f13-59ce-42fe-9301-82f38134d7c5" + "59498a7e-4a9f-4c8d-b49a-c95006c2214a" ], "elapsed-time": [ - "4540" + "1451" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:03:54 GMT" + "Sat, 08 Aug 2020 09:38:44 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3459.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80363C66BA532\\\"\",\r\n \"name\": \"azsmnet5418\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3469.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7ED84D5914\\\"\",\r\n \"name\": \"azsmnet6257\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8372\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7164\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "318c04d3-3d39-46f9-9926-50d9f3a29200" + "3c7f2645-fb9a-49d4-b80a-f899379a1f5a" ], "Accept-Language": [ "en-US" ], "api-key": [ - "1842AC8324F46FAA3F27C489C92CBDE8" + "156D6CB7794C1710BBBF13A038E6521F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80363D6D40452\"" + "W/\"0x8D83B7EE74D52BF\"" ], "Location": [ - "https://azs-3459.search-dogfood.windows-int.net/indexes('azsmnet8372')?api-version=2019-05-06" + "https://azs-3469.search-dogfood.windows-int.net/indexes('azsmnet7164')?api-version=2019-05-06" ], "request-id": [ - "318c04d3-3d39-46f9-9926-50d9f3a29200" + "3c7f2645-fb9a-49d4-b80a-f899379a1f5a" ], "elapsed-time": [ - "3300" + "3243" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:04:21 GMT" + "Sat, 08 Aug 2020 09:39:10 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,28 +480,28 @@ "5784" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3459.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80363D6D40452\\\"\",\r\n \"name\": \"azsmnet8372\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3469.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7EE74D52BF\\\"\",\r\n \"name\": \"azsmnet7164\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet5418')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NDE4Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6257')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MjU3Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "36f92819-b477-4ec7-8314-f4ad94df4776" + "bb5a64ac-09f2-479d-9767-ce180d382584" ], "Accept-Language": [ "en-US" ], "api-key": [ - "1842AC8324F46FAA3F27C489C92CBDE8" + "156D6CB7794C1710BBBF13A038E6521F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -513,13 +513,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80363C66BA532\"" + "W/\"0x8D83B7ED84D5914\"" ], "request-id": [ - "36f92819-b477-4ec7-8314-f4ad94df4776" + "bb5a64ac-09f2-479d-9767-ce180d382584" ], "elapsed-time": [ - "1635" + "25" ], "OData-Version": [ "4.0" @@ -531,7 +531,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:04:18 GMT" + "Sat, 08 Aug 2020 09:39:07 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -543,28 +543,28 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3459.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80363C66BA532\\\"\",\r\n \"name\": \"azsmnet5418\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3469.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7ED84D5914\\\"\",\r\n \"name\": \"azsmnet6257\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet8372')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MzcyJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet7164')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTY0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "9d95052b-3c4e-40ee-9d71-85da609cab0a" + "ef8cc1e7-7fdb-4fa5-9bdb-59cecd714bc7" ], "Accept-Language": [ "en-US" ], "api-key": [ - "1842AC8324F46FAA3F27C489C92CBDE8" + "156D6CB7794C1710BBBF13A038E6521F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -576,13 +576,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80363D6D40452\"" + "W/\"0x8D83B7EE74D52BF\"" ], "request-id": [ - "9d95052b-3c4e-40ee-9d71-85da609cab0a" + "ef8cc1e7-7fdb-4fa5-9bdb-59cecd714bc7" ], "elapsed-time": [ - "46" + "28" ], "OData-Version": [ "4.0" @@ -594,7 +594,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:04:21 GMT" + "Sat, 08 Aug 2020 09:39:10 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -606,25 +606,25 @@ "5784" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3459.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80363D6D40452\\\"\",\r\n \"name\": \"azsmnet8372\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3469.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7EE74D52BF\\\"\",\r\n \"name\": \"azsmnet7164\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7663/providers/Microsoft.Search/searchServices/azs-3459?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDU5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3304/providers/Microsoft.Search/searchServices/azs-3469?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzA0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDY5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0978f89c-ab4f-45c5-8102-05e6581ec30e" + "65a8a2b2-9ac4-46dd-946d-a84770e5c0f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -635,52 +635,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "0978f89c-ab4f-45c5-8102-05e6581ec30e" + "5ce6ee4b-3a6a-431c-ae1a-1c7277fff200" ], - "request-id": [ - "0978f89c-ab4f-45c5-8102-05e6581ec30e" + "x-ms-correlation-request-id": [ + "5ce6ee4b-3a6a-431c-ae1a-1c7277fff200" ], - "elapsed-time": [ - "1201" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T093926Z:5ce6ee4b-3a6a-431c-ae1a-1c7277fff200" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" - ], - "x-ms-correlation-request-id": [ - "7bf22bc6-c7e2-4967-98af-988ad2071f45" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000425Z:7bf22bc6-c7e2-4967-98af-988ad2071f45" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:04:25 GMT" + "Sat, 08 Aug 2020 09:39:25 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7663", - "azsmnet5418", - "azsmnet8372" + "azsmnet3304", + "azsmnet6257", + "azsmnet7164" ], "GenerateServiceName": [ - "azs-3459" + "azs-3469" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutcompleteThrowsWhenGivenBadSuggesterName.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutcompleteThrowsWhenGivenBadSuggesterName.json index fbefabca9b11..dbd7e1e3ebbf 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutcompleteThrowsWhenGivenBadSuggesterName.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutcompleteThrowsWhenGivenBadSuggesterName.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "428c20b0-158d-489e-b613-07559ba5e2e0" + "ebe9e3d4-e6dd-4aea-8d29-a01fd29b91d8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1187" ], "x-ms-request-id": [ - "8a31f0ad-9493-49dd-8cf7-0881177593b5" + "edf726fb-b3c4-4008-bf02-198817c9d1b1" ], "x-ms-correlation-request-id": [ - "8a31f0ad-9493-49dd-8cf7-0881177593b5" + "edf726fb-b3c4-4008-bf02-198817c9d1b1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004205Z:8a31f0ad-9493-49dd-8cf7-0881177593b5" + "NORTHEUROPE:20200808T093702Z:edf726fb-b3c4-4008-bf02-198817c9d1b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:42:04 GMT" + "Sat, 08 Aug 2020 09:37:01 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7799?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3Nzk5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7200?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MjAwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b6c512f7-8767-4848-94ce-c5db3d01249c" + "9aea84a2-6e4c-412c-92bd-3cec49a97fb9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1191" ], "x-ms-request-id": [ - "e79f189c-1d19-429f-a84a-633f7a1930d3" + "feed772d-ca0d-4277-98f9-f866d64408e2" ], "x-ms-correlation-request-id": [ - "e79f189c-1d19-429f-a84a-633f7a1930d3" + "feed772d-ca0d-4277-98f9-f866d64408e2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004206Z:e79f189c-1d19-429f-a84a-633f7a1930d3" + "NORTHEUROPE:20200808T093703Z:feed772d-ca0d-4277-98f9-f866d64408e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:42:06 GMT" + "Sat, 08 Aug 2020 09:37:03 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7799\",\r\n \"name\": \"azsmnet7799\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7200\",\r\n \"name\": \"azsmnet7200\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7799/providers/Microsoft.Search/searchServices/azs-9207?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Nzk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjA3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7200/providers/Microsoft.Search/searchServices/azs-4130?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTMwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f791cdae-6f9e-47c1-b739-e3041fddd881" + "ae9e18d3-0f51-436a-8cd4-b075a4eef64c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A42%3A20.546686Z'\"" + "W/\"datetime'2020-08-08T09%3A37%3A09.5691559Z'\"" ], "x-ms-request-id": [ - "f791cdae-6f9e-47c1-b739-e3041fddd881" + "ae9e18d3-0f51-436a-8cd4-b075a4eef64c" ], "request-id": [ - "f791cdae-6f9e-47c1-b739-e3041fddd881" + "ae9e18d3-0f51-436a-8cd4-b075a4eef64c" ], "elapsed-time": [ - "1431" + "1811" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1195" ], "x-ms-correlation-request-id": [ - "3c9b58ad-28b1-43fa-a8ac-0e9245b4db9a" + "f5a1a718-0ecb-4f06-8daa-26c864d225bd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004221Z:3c9b58ad-28b1-43fa-a8ac-0e9245b4db9a" + "NORTHEUROPE:20200808T093710Z:f5a1a718-0ecb-4f06-8daa-26c864d225bd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:42:21 GMT" + "Sat, 08 Aug 2020 09:37:09 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7799/providers/Microsoft.Search/searchServices/azs-9207\",\r\n \"name\": \"azs-9207\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7200/providers/Microsoft.Search/searchServices/azs-4130\",\r\n \"name\": \"azs-4130\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7799/providers/Microsoft.Search/searchServices/azs-9207/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Nzk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjA3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7200/providers/Microsoft.Search/searchServices/azs-4130/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTMwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cde648f1-5c5e-47e0-91ef-456890feb7f7" + "3859d500-952d-4550-bdf3-59eb6fd613ed" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "cde648f1-5c5e-47e0-91ef-456890feb7f7" + "3859d500-952d-4550-bdf3-59eb6fd613ed" ], "request-id": [ - "cde648f1-5c5e-47e0-91ef-456890feb7f7" + "3859d500-952d-4550-bdf3-59eb6fd613ed" ], "elapsed-time": [ - "106" + "167" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1193" ], "x-ms-correlation-request-id": [ - "f9ba0bea-9392-4218-b526-96a85a58a0c0" + "ca9c204d-2b3c-4d24-ba96-145bc4978e16" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004228Z:f9ba0bea-9392-4218-b526-96a85a58a0c0" + "NORTHEUROPE:20200808T093718Z:ca9c204d-2b3c-4d24-ba96-145bc4978e16" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:42:27 GMT" + "Sat, 08 Aug 2020 09:37:17 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"1FE23D883D9C1EEB82608486DD9254A6\",\r\n \"secondaryKey\": \"6932F2C8FB02D36A9F54EEA408CEBA56\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"2B44234D991EE05DC2B474A64053DD22\",\r\n \"secondaryKey\": \"33DDBF3A039666DD2B116BC1D594A5BF\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7799/providers/Microsoft.Search/searchServices/azs-9207/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Nzk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjA3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7200/providers/Microsoft.Search/searchServices/azs-4130/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTMwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "972aaf6e-aef3-4809-af5c-8fffc7ce5bd2" + "2004bb69-b4aa-47dc-a350-7a369cd53a93" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "972aaf6e-aef3-4809-af5c-8fffc7ce5bd2" + "2004bb69-b4aa-47dc-a350-7a369cd53a93" ], "request-id": [ - "972aaf6e-aef3-4809-af5c-8fffc7ce5bd2" + "2004bb69-b4aa-47dc-a350-7a369cd53a93" ], "elapsed-time": [ - "99" + "100" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1192" ], "x-ms-correlation-request-id": [ - "49d92ca8-a33c-4968-a5cd-494b3f87bd39" + "1bc9500d-0191-40df-b555-f70e1320568a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004228Z:49d92ca8-a33c-4968-a5cd-494b3f87bd39" + "NORTHEUROPE:20200808T093719Z:1bc9500d-0191-40df-b555-f70e1320568a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:42:27 GMT" + "Sat, 08 Aug 2020 09:37:18 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"6D64D3B9441DEE58FD8AF89C89A8278D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"DC9D317A30A6E6ED1C6D1FD11B4D4B8C\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3632\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3365\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "df50f671-3b30-429f-8f43-d3e0789d5018" + "a5004bdb-86a6-46ba-b54a-5b754d2325ad" ], "Accept-Language": [ "en-US" ], "api-key": [ - "1FE23D883D9C1EEB82608486DD9254A6" + "2B44234D991EE05DC2B474A64053DD22" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803692BD86B89\"" + "W/\"0x8D83B7EAA3C6E53\"" ], "Location": [ - "https://azs-9207.search-dogfood.windows-int.net/indexes('azsmnet3632')?api-version=2019-05-06" + "https://azs-4130.search-dogfood.windows-int.net/indexes('azsmnet3365')?api-version=2019-05-06" ], "request-id": [ - "df50f671-3b30-429f-8f43-d3e0789d5018" + "a5004bdb-86a6-46ba-b54a-5b754d2325ad" ], "elapsed-time": [ - "1272" + "7263" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:42:30 GMT" + "Sat, 08 Aug 2020 09:37:28 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9207.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803692BD86B89\\\"\",\r\n \"name\": \"azsmnet3632\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4130.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7EAA3C6E53\\\"\",\r\n \"name\": \"azsmnet3365\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet3632')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNjMyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3365')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMzY1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "958bad1a-db69-46ae-b2a3-6c46b48af6cb" + "c2bd2015-eb09-4342-a531-0cea7f86cc86" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "1FE23D883D9C1EEB82608486DD9254A6" + "2B44234D991EE05DC2B474A64053DD22" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "958bad1a-db69-46ae-b2a3-6c46b48af6cb" + "c2bd2015-eb09-4342-a531-0cea7f86cc86" ], "elapsed-time": [ - "213" + "177" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:42:53 GMT" + "Sat, 08 Aug 2020 09:37:50 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3632')/docs/search.autocomplete?api-version=2019-05-06&search=very%20po&suggesterName=Invalid%20suggester&autocompleteMode=oneTerm", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNjMyJykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPXZlcnklMjBwbyZzdWdnZXN0ZXJOYW1lPUludmFsaWQlMjBzdWdnZXN0ZXImYXV0b2NvbXBsZXRlTW9kZT1vbmVUZXJt", + "RequestUri": "/indexes('azsmnet3365')/docs/search.autocomplete?api-version=2019-05-06&search=very%20po&suggesterName=Invalid%20suggester&autocompleteMode=oneTerm", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMzY1JykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPXZlcnklMjBwbyZzdWdnZXN0ZXJOYW1lPUludmFsaWQlMjBzdWdnZXN0ZXImYXV0b2NvbXBsZXRlTW9kZT1vbmVUZXJt", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "1034c40d-0927-478f-96f7-69e4fa347599" + "17d201a0-c16d-49f2-b68b-99bffc5d5cb5" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6D64D3B9441DEE58FD8AF89C89A8278D" + "DC9D317A30A6E6ED1C6D1FD11B4D4B8C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -510,10 +510,10 @@ "no-cache" ], "request-id": [ - "1034c40d-0927-478f-96f7-69e4fa347599" + "17d201a0-c16d-49f2-b68b-99bffc5d5cb5" ], "elapsed-time": [ - "5" + "160" ], "OData-Version": [ "4.0" @@ -525,7 +525,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:42:56 GMT" + "Sat, 08 Aug 2020 09:37:53 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -544,21 +544,21 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7799/providers/Microsoft.Search/searchServices/azs-9207?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Nzk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjA3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7200/providers/Microsoft.Search/searchServices/azs-4130?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTMwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "90528bfb-0a26-4570-abcb-469f92621ed3" + "4edb5ffa-832b-445b-9f8c-ec8fac6f5a15" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "90528bfb-0a26-4570-abcb-469f92621ed3" - ], - "request-id": [ - "90528bfb-0a26-4570-abcb-469f92621ed3" - ], - "elapsed-time": [ - "1607" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14991" ], + "x-ms-request-id": [ + "63f6d844-9f50-4845-91d7-25dffda5722d" + ], "x-ms-correlation-request-id": [ - "1525114d-48dd-4852-94de-a8ff7c17d3da" + "63f6d844-9f50-4845-91d7-25dffda5722d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004301Z:1525114d-48dd-4852-94de-a8ff7c17d3da" + "NORTHEUROPE:20200808T093823Z:63f6d844-9f50-4845-91d7-25dffda5722d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:43:01 GMT" + "Sat, 08 Aug 2020 09:38:22 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7799", - "azsmnet3632" + "azsmnet7200", + "azsmnet3365" ], "GenerateServiceName": [ - "azs-9207" + "azs-4130" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteCanUseHitHighlighting.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteCanUseHitHighlighting.json index 528c98dde556..75a70db10e84 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteCanUseHitHighlighting.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteCanUseHitHighlighting.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a3a9eca0-657b-4f83-9fb1-206b522a0fb2" + "01eb89e7-0822-4538-a3eb-091d8013debf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1190" ], "x-ms-request-id": [ - "bc6df0aa-2119-4539-9bc0-6e378177d985" + "94de0683-f446-41f7-abc2-31daa28dfe5d" ], "x-ms-correlation-request-id": [ - "bc6df0aa-2119-4539-9bc0-6e378177d985" + "94de0683-f446-41f7-abc2-31daa28dfe5d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003849Z:bc6df0aa-2119-4539-9bc0-6e378177d985" + "NORTHEUROPE:20200808T093306Z:94de0683-f446-41f7-abc2-31daa28dfe5d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:38:48 GMT" + "Sat, 08 Aug 2020 09:33:06 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9139?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MTM5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3149?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMTQ5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2caf90d2-7edf-43c5-856c-a0fc182e4e4c" + "7ebc171b-e7fd-4f41-98b9-9fe64bbacc20" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1193" ], "x-ms-request-id": [ - "15f2e6d7-237b-4440-9155-79f65370786e" + "fb08622b-b1f9-4d89-9300-0703a9b00097" ], "x-ms-correlation-request-id": [ - "15f2e6d7-237b-4440-9155-79f65370786e" + "fb08622b-b1f9-4d89-9300-0703a9b00097" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003850Z:15f2e6d7-237b-4440-9155-79f65370786e" + "NORTHEUROPE:20200808T093308Z:fb08622b-b1f9-4d89-9300-0703a9b00097" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:38:49 GMT" + "Sat, 08 Aug 2020 09:33:08 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9139\",\r\n \"name\": \"azsmnet9139\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3149\",\r\n \"name\": \"azsmnet3149\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9139/providers/Microsoft.Search/searchServices/azs-3217?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMjE3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3149/providers/Microsoft.Search/searchServices/azs-4491?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NDkxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dd39331a-4d00-4ff8-95c3-205e45a31bbe" + "3658d97b-f7f5-4385-b877-77ba7030f32b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,16 +159,16 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A38%3A53.5038018Z'\"" + "W/\"datetime'2020-08-08T09%3A33%3A13.3755491Z'\"" ], "x-ms-request-id": [ - "dd39331a-4d00-4ff8-95c3-205e45a31bbe" + "3658d97b-f7f5-4385-b877-77ba7030f32b" ], "request-id": [ - "dd39331a-4d00-4ff8-95c3-205e45a31bbe" + "3658d97b-f7f5-4385-b877-77ba7030f32b" ], "elapsed-time": [ - "1078" + "1578" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,16 +177,16 @@ "1192" ], "x-ms-correlation-request-id": [ - "4a105c41-50ed-427d-acdc-7e08cfdf51b3" + "b82e1e09-93ae-4d11-b4a3-91827e6abe5a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003854Z:4a105c41-50ed-427d-acdc-7e08cfdf51b3" + "NORTHEUROPE:20200808T093314Z:b82e1e09-93ae-4d11-b4a3-91827e6abe5a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:38:53 GMT" + "Sat, 08 Aug 2020 09:33:14 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9139/providers/Microsoft.Search/searchServices/azs-3217\",\r\n \"name\": \"azs-3217\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3149/providers/Microsoft.Search/searchServices/azs-4491\",\r\n \"name\": \"azs-4491\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9139/providers/Microsoft.Search/searchServices/azs-3217/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMjE3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3149/providers/Microsoft.Search/searchServices/azs-4491/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NDkxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d07d2fd-7de3-4b75-b832-16787819a380" + "817531c7-0324-47b4-bb00-ad54fcdb1422" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,13 +231,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4d07d2fd-7de3-4b75-b832-16787819a380" + "817531c7-0324-47b4-bb00-ad54fcdb1422" ], "request-id": [ - "4d07d2fd-7de3-4b75-b832-16787819a380" + "817531c7-0324-47b4-bb00-ad54fcdb1422" ], "elapsed-time": [ - "97" + "92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -246,16 +246,16 @@ "1188" ], "x-ms-correlation-request-id": [ - "726638b8-2e4c-42f7-9a80-606dc0559d78" + "85a3d47b-eff4-4aa4-bf10-22cb0e4181ce" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003856Z:726638b8-2e4c-42f7-9a80-606dc0559d78" + "NORTHEUROPE:20200808T093316Z:85a3d47b-eff4-4aa4-bf10-22cb0e4181ce" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:38:56 GMT" + "Sat, 08 Aug 2020 09:33:16 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"DA85DCF2C28549F5979E33D5072BD22C\",\r\n \"secondaryKey\": \"75B79939C9861B5EAC498B38E4695492\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"078F6BC89C6A3CB00AE2A678C5E63E19\",\r\n \"secondaryKey\": \"6230CB2F6E90D22C71B242333724FC64\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9139/providers/Microsoft.Search/searchServices/azs-3217/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMjE3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3149/providers/Microsoft.Search/searchServices/azs-4491/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NDkxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ebbe016-405c-4c8b-84de-1b3412a08481" + "23f74262-89ff-4dee-b317-bb68bcb2dd8d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,13 +300,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0ebbe016-405c-4c8b-84de-1b3412a08481" + "23f74262-89ff-4dee-b317-bb68bcb2dd8d" ], "request-id": [ - "0ebbe016-405c-4c8b-84de-1b3412a08481" + "23f74262-89ff-4dee-b317-bb68bcb2dd8d" ], "elapsed-time": [ - "99" + "95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -315,16 +315,16 @@ "1187" ], "x-ms-correlation-request-id": [ - "02f9cdf1-bc9d-4659-881a-d57154557624" + "80b6e7e6-3128-42c6-8391-d553c910c030" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003857Z:02f9cdf1-bc9d-4659-881a-d57154557624" + "NORTHEUROPE:20200808T093317Z:80b6e7e6-3128-42c6-8391-d553c910c030" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:38:57 GMT" + "Sat, 08 Aug 2020 09:33:17 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"FCD4EFD57725A4E4B3835243DED75503\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"E7AA993A69F615CDE7875F505F0B0168\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7073\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3098\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "5ec2dc72-a150-4515-9501-661ee88795d7" + "fa68dbd6-bbab-4dbe-af77-30f4a260b2ca" ], "Accept-Language": [ "en-US" ], "api-key": [ - "DA85DCF2C28549F5979E33D5072BD22C" + "078F6BC89C6A3CB00AE2A678C5E63E19" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80368ADA1681D\"" + "W/\"0x8D83B7E165DDC2A\"" ], "Location": [ - "https://azs-3217.search-dogfood.windows-int.net/indexes('azsmnet7073')?api-version=2019-05-06" + "https://azs-4491.search-dogfood.windows-int.net/indexes('azsmnet3098')?api-version=2019-05-06" ], "request-id": [ - "5ec2dc72-a150-4515-9501-661ee88795d7" + "fa68dbd6-bbab-4dbe-af77-30f4a260b2ca" ], "elapsed-time": [ - "1155" + "910" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:38:59 GMT" + "Sat, 08 Aug 2020 09:33:20 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3217.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80368ADA1681D\\\"\",\r\n \"name\": \"azsmnet7073\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4491.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7E165DDC2A\\\"\",\r\n \"name\": \"azsmnet3098\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet7073')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MDczJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3098')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMDk4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "57aa1f55-01e1-4892-92a4-5df1ef38b731" + "861bfccc-9ca9-47be-aba9-617b2c0de959" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "DA85DCF2C28549F5979E33D5072BD22C" + "078F6BC89C6A3CB00AE2A678C5E63E19" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "57aa1f55-01e1-4892-92a4-5df1ef38b731" + "861bfccc-9ca9-47be-aba9-617b2c0de959" ], "elapsed-time": [ - "183" + "226" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:39:21 GMT" + "Sat, 08 Aug 2020 09:33:41 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7073')/docs/search.autocomplete?api-version=2019-05-06&search=po&suggesterName=sg&autocompleteMode=oneTerm&$filter=hotelName%20eq%20%27EconoStay%27%20or%20hotelName%20eq%20%27Fancy%20Stay%27&highlightPostTag=%3C%2Fb%3E&highlightPreTag=%3Cb%3E", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MDczJykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPXBvJnN1Z2dlc3Rlck5hbWU9c2cmYXV0b2NvbXBsZXRlTW9kZT1vbmVUZXJtJiRmaWx0ZXI9aG90ZWxOYW1lJTIwZXElMjAlMjdFY29ub1N0YXklMjclMjBvciUyMGhvdGVsTmFtZSUyMGVxJTIwJTI3RmFuY3klMjBTdGF5JTI3JmhpZ2hsaWdodFBvc3RUYWc9JTNDJTJGYiUzRSZoaWdobGlnaHRQcmVUYWc9JTNDYiUzRQ==", + "RequestUri": "/indexes('azsmnet3098')/docs/search.autocomplete?api-version=2019-05-06&search=po&suggesterName=sg&autocompleteMode=oneTerm&$filter=hotelName%20eq%20%27EconoStay%27%20or%20hotelName%20eq%20%27Fancy%20Stay%27&highlightPostTag=%3C%2Fb%3E&highlightPreTag=%3Cb%3E", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMDk4JykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPXBvJnN1Z2dlc3Rlck5hbWU9c2cmYXV0b2NvbXBsZXRlTW9kZT1vbmVUZXJtJiRmaWx0ZXI9aG90ZWxOYW1lJTIwZXElMjAlMjdFY29ub1N0YXklMjclMjBvciUyMGhvdGVsTmFtZSUyMGVxJTIwJTI3RmFuY3klMjBTdGF5JTI3JmhpZ2hsaWdodFBvc3RUYWc9JTNDJTJGYiUzRSZoaWdobGlnaHRQcmVUYWc9JTNDYiUzRQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "8bfba8b9-dda6-4173-aae3-0670cdb250c1" + "82f1b859-1032-4dc1-a21d-990328920114" ], "Accept-Language": [ "en-US" ], "api-key": [ - "FCD4EFD57725A4E4B3835243DED75503" + "E7AA993A69F615CDE7875F505F0B0168" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -510,10 +510,10 @@ "no-cache" ], "request-id": [ - "8bfba8b9-dda6-4173-aae3-0670cdb250c1" + "82f1b859-1032-4dc1-a21d-990328920114" ], "elapsed-time": [ - "37" + "226" ], "OData-Version": [ "4.0" @@ -525,7 +525,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:39:24 GMT" + "Sat, 08 Aug 2020 09:33:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -537,25 +537,25 @@ "273" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3217.search-dogfood.windows-int.net/indexes('azsmnet7073')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"pool\",\r\n \"queryPlusText\": \"pool\"\r\n },\r\n {\r\n \"text\": \"popular\",\r\n \"queryPlusText\": \"popular\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4491.search-dogfood.windows-int.net/indexes('azsmnet3098')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"pool\",\r\n \"queryPlusText\": \"pool\"\r\n },\r\n {\r\n \"text\": \"popular\",\r\n \"queryPlusText\": \"popular\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9139/providers/Microsoft.Search/searchServices/azs-3217?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMjE3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3149/providers/Microsoft.Search/searchServices/azs-4491?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NDkxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4083a5ec-52c9-4fc1-aa68-0a1850b762ee" + "f488a40b-6bdc-44d2-9426-c8ba793a33f6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -566,51 +566,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14990" + ], "x-ms-request-id": [ - "4083a5ec-52c9-4fc1-aa68-0a1850b762ee" + "68d74e05-3439-418c-bfe0-2db4faabba0b" ], - "request-id": [ - "4083a5ec-52c9-4fc1-aa68-0a1850b762ee" + "x-ms-correlation-request-id": [ + "68d74e05-3439-418c-bfe0-2db4faabba0b" ], - "elapsed-time": [ - "1264" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T093403Z:68d74e05-3439-418c-bfe0-2db4faabba0b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "9f93932e-ef1b-4360-b5f4-4dbf87b7fe95" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003932Z:9f93932e-ef1b-4360-b5f4-4dbf87b7fe95" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:39:32 GMT" + "Sat, 08 Aug 2020 09:34:03 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet9139", - "azsmnet7073" + "azsmnet3149", + "azsmnet3098" ], "GenerateServiceName": [ - "azs-3217" + "azs-4491" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteDefaultsToOneTermMode.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteDefaultsToOneTermMode.json index 0fdbd1792188..e3f89f5907a8 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteDefaultsToOneTermMode.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteDefaultsToOneTermMode.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "394605a5-2908-4467-bbb7-8cc7a51d6a5c" + "9968f688-9bf6-44cb-9352-f7a4fce145d3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1193" ], "x-ms-request-id": [ - "32817089-fa70-4ddc-aa27-a3e99e5000ef" + "40c21112-ca84-409b-9859-35b58513d42a" ], "x-ms-correlation-request-id": [ - "32817089-fa70-4ddc-aa27-a3e99e5000ef" + "40c21112-ca84-409b-9859-35b58513d42a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003258Z:32817089-fa70-4ddc-aa27-a3e99e5000ef" + "NORTHEUROPE:20200808T092449Z:40c21112-ca84-409b-9859-35b58513d42a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:32:58 GMT" + "Sat, 08 Aug 2020 09:24:48 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8463?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NDYzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4980?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0OTgwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "22b2af16-ed31-4bd9-884c-97415d732d22" + "816ea57f-7547-4763-84c0-812ceea7bc67" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1195" ], "x-ms-request-id": [ - "ef0bcaa5-ed49-4407-9430-a0942898fb13" + "9ddb1bb5-6cc8-4c91-afcd-75451e1ce9dc" ], "x-ms-correlation-request-id": [ - "ef0bcaa5-ed49-4407-9430-a0942898fb13" + "9ddb1bb5-6cc8-4c91-afcd-75451e1ce9dc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003300Z:ef0bcaa5-ed49-4407-9430-a0942898fb13" + "NORTHEUROPE:20200808T092450Z:9ddb1bb5-6cc8-4c91-afcd-75451e1ce9dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:33:00 GMT" + "Sat, 08 Aug 2020 09:24:49 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8463\",\r\n \"name\": \"azsmnet8463\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4980\",\r\n \"name\": \"azsmnet4980\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8463/providers/Microsoft.Search/searchServices/azs-1423?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDIzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4980/providers/Microsoft.Search/searchServices/azs-2083?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDgzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eef94e1f-b6d6-46f0-aa26-edf91ae10120" + "4e0c4f5d-9a22-4ab2-9dbc-dacc2aeb7f7d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A33%3A05.0312996Z'\"" + "W/\"datetime'2020-08-08T09%3A24%3A55.874767Z'\"" ], "x-ms-request-id": [ - "eef94e1f-b6d6-46f0-aa26-edf91ae10120" + "4e0c4f5d-9a22-4ab2-9dbc-dacc2aeb7f7d" ], "request-id": [ - "eef94e1f-b6d6-46f0-aa26-edf91ae10120" + "4e0c4f5d-9a22-4ab2-9dbc-dacc2aeb7f7d" ], "elapsed-time": [ - "1371" + "2029" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1195" ], "x-ms-correlation-request-id": [ - "d8585fd6-644f-4886-a67d-81dc1323fbc6" + "71835118-b9b9-4e67-a737-381dde4ef192" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003305Z:d8585fd6-644f-4886-a67d-81dc1323fbc6" + "NORTHEUROPE:20200808T092457Z:71835118-b9b9-4e67-a737-381dde4ef192" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:33:04 GMT" + "Sat, 08 Aug 2020 09:24:56 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8463/providers/Microsoft.Search/searchServices/azs-1423\",\r\n \"name\": \"azs-1423\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4980/providers/Microsoft.Search/searchServices/azs-2083\",\r\n \"name\": \"azs-2083\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8463/providers/Microsoft.Search/searchServices/azs-1423/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDIzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4980/providers/Microsoft.Search/searchServices/azs-2083/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDgzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "326b4d46-8498-4576-bdf7-1ae518293327" + "9b7546e0-0d73-441e-9ac9-7ae7df35eb8a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "326b4d46-8498-4576-bdf7-1ae518293327" + "9b7546e0-0d73-441e-9ac9-7ae7df35eb8a" ], "request-id": [ - "326b4d46-8498-4576-bdf7-1ae518293327" + "9b7546e0-0d73-441e-9ac9-7ae7df35eb8a" ], "elapsed-time": [ - "352" + "93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1193" ], "x-ms-correlation-request-id": [ - "6ba63fa8-7f96-481f-936d-24652dc36aba" + "0f0c97a5-a1f8-4f96-aff3-90a912d9aa91" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003309Z:6ba63fa8-7f96-481f-936d-24652dc36aba" + "NORTHEUROPE:20200808T092459Z:0f0c97a5-a1f8-4f96-aff3-90a912d9aa91" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:33:09 GMT" + "Sat, 08 Aug 2020 09:24:58 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"76298A8EE4E32E70880CEB3AEB7B242A\",\r\n \"secondaryKey\": \"C4D0FE216089F410D19BB9B57BF13029\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"D45DC058361031F353C8083E72904179\",\r\n \"secondaryKey\": \"511048683D5BD71B2561FDD64076F2E8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8463/providers/Microsoft.Search/searchServices/azs-1423/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDIzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4980/providers/Microsoft.Search/searchServices/azs-2083/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDgzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0d6cc4d5-a968-430a-9b83-1477d67a848e" + "f0bf1149-f13b-4441-a471-ac4fc70a0f79" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0d6cc4d5-a968-430a-9b83-1477d67a848e" + "f0bf1149-f13b-4441-a471-ac4fc70a0f79" ], "request-id": [ - "0d6cc4d5-a968-430a-9b83-1477d67a848e" + "f0bf1149-f13b-4441-a471-ac4fc70a0f79" ], "elapsed-time": [ - "319" + "109" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1193" ], "x-ms-correlation-request-id": [ - "033765b8-1d38-472a-a492-69836fb313ff" + "635b3b66-0d17-43f2-b242-42f7200c274a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003311Z:033765b8-1d38-472a-a492-69836fb313ff" + "NORTHEUROPE:20200808T092500Z:635b3b66-0d17-43f2-b242-42f7200c274a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:33:10 GMT" + "Sat, 08 Aug 2020 09:24:59 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B2926C1317E85ACE68559DF597C06A16\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"48A2765F862EA29D55158BE03D30866D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4767\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1722\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "819e4017-521d-4f09-ba19-841dddb6fad5" + "4b55c676-08dc-49d9-9cd7-9370f3519bd1" ], "Accept-Language": [ "en-US" ], "api-key": [ - "76298A8EE4E32E70880CEB3AEB7B242A" + "D45DC058361031F353C8083E72904179" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80367DFD43D01\"" + "W/\"0x8D83B7CEEC0F212\"" ], "Location": [ - "https://azs-1423.search-dogfood.windows-int.net/indexes('azsmnet4767')?api-version=2019-05-06" + "https://azs-2083.search-dogfood.windows-int.net/indexes('azsmnet1722')?api-version=2019-05-06" ], "request-id": [ - "819e4017-521d-4f09-ba19-841dddb6fad5" + "4b55c676-08dc-49d9-9cd7-9370f3519bd1" ], "elapsed-time": [ - "1247" + "2315" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:33:14 GMT" + "Sat, 08 Aug 2020 09:25:04 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1423.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80367DFD43D01\\\"\",\r\n \"name\": \"azsmnet4767\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2083.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7CEEC0F212\\\"\",\r\n \"name\": \"azsmnet1722\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet4767')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NzY3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1722')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNzIyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "e421d020-d264-4632-9b27-41d8a1f07708" + "49fabc44-6d99-4b0a-9c5c-3050ad937276" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "76298A8EE4E32E70880CEB3AEB7B242A" + "D45DC058361031F353C8083E72904179" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "e421d020-d264-4632-9b27-41d8a1f07708" + "49fabc44-6d99-4b0a-9c5c-3050ad937276" ], "elapsed-time": [ - "192" + "205" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:33:36 GMT" + "Sat, 08 Aug 2020 09:25:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4767')/docs/search.autocomplete?api-version=2019-05-06&search=po&suggesterName=sg&autocompleteMode=oneTerm", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NzY3JykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPXBvJnN1Z2dlc3Rlck5hbWU9c2cmYXV0b2NvbXBsZXRlTW9kZT1vbmVUZXJt", + "RequestUri": "/indexes('azsmnet1722')/docs/search.autocomplete?api-version=2019-05-06&search=po&suggesterName=sg&autocompleteMode=oneTerm", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNzIyJykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPXBvJnN1Z2dlc3Rlck5hbWU9c2cmYXV0b2NvbXBsZXRlTW9kZT1vbmVUZXJt", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "3d9005a3-54dc-4b81-a743-34e4c26ecc87" + "912c41d5-8dd4-47c6-9605-94f0168ab192" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B2926C1317E85ACE68559DF597C06A16" + "48A2765F862EA29D55158BE03D30866D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -510,10 +510,10 @@ "no-cache" ], "request-id": [ - "3d9005a3-54dc-4b81-a743-34e4c26ecc87" + "912c41d5-8dd4-47c6-9605-94f0168ab192" ], "elapsed-time": [ - "125" + "11" ], "OData-Version": [ "4.0" @@ -525,7 +525,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:33:40 GMT" + "Sat, 08 Aug 2020 09:25:29 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -537,25 +537,25 @@ "386" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1423.search-dogfood.windows-int.net/indexes('azsmnet4767')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"point\",\r\n \"queryPlusText\": \"point\"\r\n },\r\n {\r\n \"text\": \"police\",\r\n \"queryPlusText\": \"police\"\r\n },\r\n {\r\n \"text\": \"polite\",\r\n \"queryPlusText\": \"polite\"\r\n },\r\n {\r\n \"text\": \"pool\",\r\n \"queryPlusText\": \"pool\"\r\n },\r\n {\r\n \"text\": \"popular\",\r\n \"queryPlusText\": \"popular\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2083.search-dogfood.windows-int.net/indexes('azsmnet1722')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"point\",\r\n \"queryPlusText\": \"point\"\r\n },\r\n {\r\n \"text\": \"police\",\r\n \"queryPlusText\": \"police\"\r\n },\r\n {\r\n \"text\": \"polite\",\r\n \"queryPlusText\": \"polite\"\r\n },\r\n {\r\n \"text\": \"pool\",\r\n \"queryPlusText\": \"pool\"\r\n },\r\n {\r\n \"text\": \"popular\",\r\n \"queryPlusText\": \"popular\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8463/providers/Microsoft.Search/searchServices/azs-1423?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDIzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4980/providers/Microsoft.Search/searchServices/azs-2083?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDgzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "45f793d2-1a26-4871-ae14-311cd2084c0b" + "4bebf0f2-98c3-441d-8af0-3207b1eaa1ac" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -566,51 +566,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14994" + ], "x-ms-request-id": [ - "45f793d2-1a26-4871-ae14-311cd2084c0b" + "e0ff250c-d619-4cd2-a511-63a66527900b" ], - "request-id": [ - "45f793d2-1a26-4871-ae14-311cd2084c0b" + "x-ms-correlation-request-id": [ + "e0ff250c-d619-4cd2-a511-63a66527900b" ], - "elapsed-time": [ - "1694" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T092544Z:e0ff250c-d619-4cd2-a511-63a66527900b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14993" - ], - "x-ms-correlation-request-id": [ - "135f3888-ffc2-46bd-a05d-d1e7d1530c3d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003345Z:135f3888-ffc2-46bd-a05d-d1e7d1530c3d" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:33:44 GMT" + "Sat, 08 Aug 2020 09:25:44 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8463", - "azsmnet4767" + "azsmnet4980", + "azsmnet1722" ], "GenerateServiceName": [ - "azs-1423" + "azs-2083" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteExcludesFieldsNotInSuggester.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteExcludesFieldsNotInSuggester.json index 0287e41e79f5..f6629b29de6d 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteExcludesFieldsNotInSuggester.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteExcludesFieldsNotInSuggester.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "96acb004-4f75-487d-b19a-13efc4aa141a" + "11b66a68-c000-4a47-9ec4-bb04c65483e4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1190" ], "x-ms-request-id": [ - "0a268c10-05e3-4ae3-a33e-ebb29ba0b419" + "c1872db4-3f84-4a85-a19c-1357ca8ab9a4" ], "x-ms-correlation-request-id": [ - "0a268c10-05e3-4ae3-a33e-ebb29ba0b419" + "c1872db4-3f84-4a85-a19c-1357ca8ab9a4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003446Z:0a268c10-05e3-4ae3-a33e-ebb29ba0b419" + "NORTHEUROPE:20200808T092648Z:c1872db4-3f84-4a85-a19c-1357ca8ab9a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:34:46 GMT" + "Sat, 08 Aug 2020 09:26:48 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7706?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NzA2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2030?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMDMwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "61c6088c-418b-41e3-bc0c-bb02b5f415d9" + "5dd474f1-2738-4529-acf6-9c80564d4364" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1194" ], "x-ms-request-id": [ - "4db0c05b-ccae-4541-a28c-15718dd4a26d" + "d9da8016-c687-4a78-bf1c-bade334d6a40" ], "x-ms-correlation-request-id": [ - "4db0c05b-ccae-4541-a28c-15718dd4a26d" + "d9da8016-c687-4a78-bf1c-bade334d6a40" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003447Z:4db0c05b-ccae-4541-a28c-15718dd4a26d" + "NORTHEUROPE:20200808T092649Z:d9da8016-c687-4a78-bf1c-bade334d6a40" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:34:46 GMT" + "Sat, 08 Aug 2020 09:26:49 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7706\",\r\n \"name\": \"azsmnet7706\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2030\",\r\n \"name\": \"azsmnet2030\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7706/providers/Microsoft.Search/searchServices/azs-5231?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MjMxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2030/providers/Microsoft.Search/searchServices/azs-9445?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMDMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDQ1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "33acb71e-2aed-4d1f-b740-bec174fad1c6" + "dc589f28-5534-4c3e-b629-97a703d23f69" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A34%3A51.948852Z'\"" + "W/\"datetime'2020-08-08T09%3A26%3A53.9683686Z'\"" ], "x-ms-request-id": [ - "33acb71e-2aed-4d1f-b740-bec174fad1c6" + "dc589f28-5534-4c3e-b629-97a703d23f69" ], "request-id": [ - "33acb71e-2aed-4d1f-b740-bec174fad1c6" + "dc589f28-5534-4c3e-b629-97a703d23f69" ], "elapsed-time": [ - "1148" + "1676" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1192" ], "x-ms-correlation-request-id": [ - "f622ce8c-e754-4eb8-908e-b4f678f4a43e" + "0dba8745-e210-476c-866d-96bb3adc66df" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003452Z:f622ce8c-e754-4eb8-908e-b4f678f4a43e" + "NORTHEUROPE:20200808T092654Z:0dba8745-e210-476c-866d-96bb3adc66df" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:34:51 GMT" + "Sat, 08 Aug 2020 09:26:54 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7706/providers/Microsoft.Search/searchServices/azs-5231\",\r\n \"name\": \"azs-5231\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2030/providers/Microsoft.Search/searchServices/azs-9445\",\r\n \"name\": \"azs-9445\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7706/providers/Microsoft.Search/searchServices/azs-5231/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MjMxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2030/providers/Microsoft.Search/searchServices/azs-9445/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMDMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDQ1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1c0ec46e-d0d7-406f-825d-2a6f9bea86d1" + "3879e756-63b1-4116-a4c9-f28a421297d5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "1c0ec46e-d0d7-406f-825d-2a6f9bea86d1" + "3879e756-63b1-4116-a4c9-f28a421297d5" ], "request-id": [ - "1c0ec46e-d0d7-406f-825d-2a6f9bea86d1" + "3879e756-63b1-4116-a4c9-f28a421297d5" ], "elapsed-time": [ - "94" + "120" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1189" ], "x-ms-correlation-request-id": [ - "f09d07c4-fd4b-4918-9737-0d1f750e7859" + "572cc5f0-dd21-4588-9e5a-f961f2f3d584" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003457Z:f09d07c4-fd4b-4918-9737-0d1f750e7859" + "NORTHEUROPE:20200808T092658Z:572cc5f0-dd21-4588-9e5a-f961f2f3d584" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:34:57 GMT" + "Sat, 08 Aug 2020 09:26:57 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"24807412ABE1DBBD4E8E3FB0693DBD44\",\r\n \"secondaryKey\": \"03F0B21D4019954DA96BC09FE815E593\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"02DBF289B6030C2250C1D3588F78520F\",\r\n \"secondaryKey\": \"C2E15AF42239FE604E34F03540039D29\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7706/providers/Microsoft.Search/searchServices/azs-5231/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MjMxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2030/providers/Microsoft.Search/searchServices/azs-9445/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMDMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDQ1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1277545d-44fc-43e8-8fed-0fad4f516460" + "b0d782de-46c2-47a5-941a-aa3a100a922d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "1277545d-44fc-43e8-8fed-0fad4f516460" + "b0d782de-46c2-47a5-941a-aa3a100a922d" ], "request-id": [ - "1277545d-44fc-43e8-8fed-0fad4f516460" + "b0d782de-46c2-47a5-941a-aa3a100a922d" ], "elapsed-time": [ - "410" + "128" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1188" ], "x-ms-correlation-request-id": [ - "394f1c60-d166-4511-b6e0-40308b65b49c" + "81e26b1c-5f84-4f56-9150-0f3c59407d25" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003458Z:394f1c60-d166-4511-b6e0-40308b65b49c" + "NORTHEUROPE:20200808T092658Z:81e26b1c-5f84-4f56-9150-0f3c59407d25" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:34:58 GMT" + "Sat, 08 Aug 2020 09:26:58 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"3C3D8BA9FD304205890E4356F6F6944D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"236092E778592B7AC9F9623E2907A570\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1741\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8042\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "70bfa719-853d-4948-bc6b-3140fa028a4d" + "470cca6e-0404-492f-8dce-e7cf97d10c62" ], "Accept-Language": [ "en-US" ], "api-key": [ - "24807412ABE1DBBD4E8E3FB0693DBD44" + "02DBF289B6030C2250C1D3588F78520F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803681F86BA73\"" + "W/\"0x8D83B7D3499EFEF\"" ], "Location": [ - "https://azs-5231.search-dogfood.windows-int.net/indexes('azsmnet1741')?api-version=2019-05-06" + "https://azs-9445.search-dogfood.windows-int.net/indexes('azsmnet8042')?api-version=2019-05-06" ], "request-id": [ - "70bfa719-853d-4948-bc6b-3140fa028a4d" + "470cca6e-0404-492f-8dce-e7cf97d10c62" ], "elapsed-time": [ - "1180" + "968" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:35:01 GMT" + "Sat, 08 Aug 2020 09:27:01 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5231.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803681F86BA73\\\"\",\r\n \"name\": \"azsmnet1741\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9445.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7D3499EFEF\\\"\",\r\n \"name\": \"azsmnet8042\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet1741')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNzQxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8042')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MDQyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "0de1a1c5-817a-47f6-8c35-8f708a01331c" + "a73f340b-fd25-4284-98ac-888c93e02c04" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "24807412ABE1DBBD4E8E3FB0693DBD44" + "02DBF289B6030C2250C1D3588F78520F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "0de1a1c5-817a-47f6-8c35-8f708a01331c" + "a73f340b-fd25-4284-98ac-888c93e02c04" ], "elapsed-time": [ - "201" + "194" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:35:23 GMT" + "Sat, 08 Aug 2020 09:27:23 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet1741')/docs/search.autocomplete?api-version=2019-05-06&search=luxu&suggesterName=sg&autocompleteMode=oneTerm&searchFields=hotelName", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNzQxJykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPWx1eHUmc3VnZ2VzdGVyTmFtZT1zZyZhdXRvY29tcGxldGVNb2RlPW9uZVRlcm0mc2VhcmNoRmllbGRzPWhvdGVsTmFtZQ==", + "RequestUri": "/indexes('azsmnet8042')/docs/search.autocomplete?api-version=2019-05-06&search=luxu&suggesterName=sg&autocompleteMode=oneTerm&searchFields=hotelName", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MDQyJykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPWx1eHUmc3VnZ2VzdGVyTmFtZT1zZyZhdXRvY29tcGxldGVNb2RlPW9uZVRlcm0mc2VhcmNoRmllbGRzPWhvdGVsTmFtZQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "71c03379-56d9-46a2-b9d9-4193cfb5d9c9" + "aec34a47-d66c-4d63-aa1c-dc5524809837" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3C3D8BA9FD304205890E4356F6F6944D" + "236092E778592B7AC9F9623E2907A570" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -510,10 +510,10 @@ "no-cache" ], "request-id": [ - "71c03379-56d9-46a2-b9d9-4193cfb5d9c9" + "aec34a47-d66c-4d63-aa1c-dc5524809837" ], "elapsed-time": [ - "113" + "49" ], "OData-Version": [ "4.0" @@ -525,7 +525,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:35:27 GMT" + "Sat, 08 Aug 2020 09:27:26 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -537,25 +537,25 @@ "176" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5231.search-dogfood.windows-int.net/indexes('azsmnet1741')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9445.search-dogfood.windows-int.net/indexes('azsmnet8042')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7706/providers/Microsoft.Search/searchServices/azs-5231?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MjMxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2030/providers/Microsoft.Search/searchServices/azs-9445?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMDMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDQ1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1f88b920-616f-4cce-8d8d-c3ab35ed3bd0" + "a1ad86b5-f4d1-4190-80e8-94ceebe6dc0f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -566,51 +566,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14993" + ], "x-ms-request-id": [ - "1f88b920-616f-4cce-8d8d-c3ab35ed3bd0" + "666f317e-46df-4f8c-a81e-f16bdfe6532b" ], - "request-id": [ - "1f88b920-616f-4cce-8d8d-c3ab35ed3bd0" + "x-ms-correlation-request-id": [ + "666f317e-46df-4f8c-a81e-f16bdfe6532b" ], - "elapsed-time": [ - "1151" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T092815Z:666f317e-46df-4f8c-a81e-f16bdfe6532b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" - ], - "x-ms-correlation-request-id": [ - "dabd5fd5-3512-4a15-be48-bc9061959bf3" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003533Z:dabd5fd5-3512-4a15-be48-bc9061959bf3" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:35:32 GMT" + "Sat, 08 Aug 2020 09:28:15 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7706", - "azsmnet1741" + "azsmnet2030", + "azsmnet8042" ], "GenerateServiceName": [ - "azs-5231" + "azs-9445" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteFuzzyIsOffByDefault.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteFuzzyIsOffByDefault.json index 64cf6e1a92f9..ec40f6957c49 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteFuzzyIsOffByDefault.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteFuzzyIsOffByDefault.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "04553914-7f87-4ac8-9dca-286d60ac3b64" + "e420cabc-2328-4dcd-a20d-a93ce5d9f158" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1186" ], "x-ms-request-id": [ - "e2b8176c-7390-4617-b1a5-7790d69b5516" + "b231ca73-4c61-4851-be94-8e12bf083e36" ], "x-ms-correlation-request-id": [ - "e2b8176c-7390-4617-b1a5-7790d69b5516" + "b231ca73-4c61-4851-be94-8e12bf083e36" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003803Z:e2b8176c-7390-4617-b1a5-7790d69b5516" + "NORTHEUROPE:20200808T093209Z:b231ca73-4c61-4851-be94-8e12bf083e36" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:38:03 GMT" + "Sat, 08 Aug 2020 09:32:09 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6858?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2ODU4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8823?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4ODIzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "99224b0c-9575-4ae2-956c-1c459edc17f6" + "5272619e-e31d-4d33-8cd2-5fe2d43cc244" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1191" ], "x-ms-request-id": [ - "29a6407e-1230-406d-a20b-ce545e1a084d" + "3582199f-d338-47a9-9f90-8866c02f396c" ], "x-ms-correlation-request-id": [ - "29a6407e-1230-406d-a20b-ce545e1a084d" + "3582199f-d338-47a9-9f90-8866c02f396c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003805Z:29a6407e-1230-406d-a20b-ce545e1a084d" + "NORTHEUROPE:20200808T093210Z:3582199f-d338-47a9-9f90-8866c02f396c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:38:05 GMT" + "Sat, 08 Aug 2020 09:32:10 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6858\",\r\n \"name\": \"azsmnet6858\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8823\",\r\n \"name\": \"azsmnet8823\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6858/providers/Microsoft.Search/searchServices/azs-3480?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDgwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8823/providers/Microsoft.Search/searchServices/azs-4745?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4ODIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NzQ1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "07cc4b52-9464-4901-9a2a-7dac6198d2ba" + "8110bd3a-0213-4217-b295-e89d9648eca9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A38%3A09.4802777Z'\"" + "W/\"datetime'2020-08-08T09%3A32%3A16.4870136Z'\"" ], "x-ms-request-id": [ - "07cc4b52-9464-4901-9a2a-7dac6198d2ba" + "8110bd3a-0213-4217-b295-e89d9648eca9" ], "request-id": [ - "07cc4b52-9464-4901-9a2a-7dac6198d2ba" + "8110bd3a-0213-4217-b295-e89d9648eca9" ], "elapsed-time": [ - "1118" + "1803" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1196" ], "x-ms-correlation-request-id": [ - "1d548d8e-cc6c-4e41-83fb-34ff72889c3c" + "647ff497-ebe6-4ecf-aa63-68bebd476dd1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003810Z:1d548d8e-cc6c-4e41-83fb-34ff72889c3c" + "NORTHEUROPE:20200808T093217Z:647ff497-ebe6-4ecf-aa63-68bebd476dd1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:38:09 GMT" + "Sat, 08 Aug 2020 09:32:17 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6858/providers/Microsoft.Search/searchServices/azs-3480\",\r\n \"name\": \"azs-3480\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8823/providers/Microsoft.Search/searchServices/azs-4745\",\r\n \"name\": \"azs-4745\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6858/providers/Microsoft.Search/searchServices/azs-3480/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDgwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8823/providers/Microsoft.Search/searchServices/azs-4745/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4ODIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NzQ1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b1484ca9-8b53-42a7-8859-f7ecef34979f" + "d0c2aadf-3fdc-416c-a13b-7fa0d8089f50" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b1484ca9-8b53-42a7-8859-f7ecef34979f" + "d0c2aadf-3fdc-416c-a13b-7fa0d8089f50" ], "request-id": [ - "b1484ca9-8b53-42a7-8859-f7ecef34979f" + "d0c2aadf-3fdc-416c-a13b-7fa0d8089f50" ], "elapsed-time": [ - "94" + "87" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1195" ], "x-ms-correlation-request-id": [ - "ef14398d-c157-4a06-afb7-a521282f8785" + "701b521c-35d9-4b1e-9e5b-e12ec2ffdee9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003812Z:ef14398d-c157-4a06-afb7-a521282f8785" + "NORTHEUROPE:20200808T093220Z:701b521c-35d9-4b1e-9e5b-e12ec2ffdee9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:38:11 GMT" + "Sat, 08 Aug 2020 09:32:20 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"4663949A3BC90175995FBFBAC43F6377\",\r\n \"secondaryKey\": \"4CF21196692C0C21D3E5EAF3E8C5A46E\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"07A5DE94287CE8FF4E20DEE32363D797\",\r\n \"secondaryKey\": \"C67709502A2FCEEA86FFD337CB8A1981\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6858/providers/Microsoft.Search/searchServices/azs-3480/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDgwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8823/providers/Microsoft.Search/searchServices/azs-4745/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4ODIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NzQ1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9691be79-aac3-4a9f-8912-c62a3368b1a5" + "5deca6ce-2854-4033-8f9c-3c2cc2c3e7e7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,10 +300,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9691be79-aac3-4a9f-8912-c62a3368b1a5" + "5deca6ce-2854-4033-8f9c-3c2cc2c3e7e7" ], "request-id": [ - "9691be79-aac3-4a9f-8912-c62a3368b1a5" + "5deca6ce-2854-4033-8f9c-3c2cc2c3e7e7" ], "elapsed-time": [ "109" @@ -312,19 +312,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1194" ], "x-ms-correlation-request-id": [ - "7c0e0147-aaf8-42bf-9493-f8d0eb638529" + "eed1a85c-d31a-4175-8e16-039679c9213f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003812Z:7c0e0147-aaf8-42bf-9493-f8d0eb638529" + "NORTHEUROPE:20200808T093221Z:eed1a85c-d31a-4175-8e16-039679c9213f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:38:12 GMT" + "Sat, 08 Aug 2020 09:32:20 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"C94B652D94C6B9A5DCA23207C92086FB\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"4AD6287031C7A6EAE50A8D8A9755AE04\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1903\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1005\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "6ade708e-3fd7-4c75-bc9a-9da50012344c" + "3c62424e-8d94-477a-b576-d8a39175fdc6" ], "Accept-Language": [ "en-US" ], "api-key": [ - "4663949A3BC90175995FBFBAC43F6377" + "07A5DE94287CE8FF4E20DEE32363D797" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80368934D4C33\"" + "W/\"0x8D83B7DF4BEEE7A\"" ], "Location": [ - "https://azs-3480.search-dogfood.windows-int.net/indexes('azsmnet1903')?api-version=2019-05-06" + "https://azs-4745.search-dogfood.windows-int.net/indexes('azsmnet1005')?api-version=2019-05-06" ], "request-id": [ - "6ade708e-3fd7-4c75-bc9a-9da50012344c" + "3c62424e-8d94-477a-b576-d8a39175fdc6" ], "elapsed-time": [ - "1291" + "849" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:38:15 GMT" + "Sat, 08 Aug 2020 09:32:23 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3480.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80368934D4C33\\\"\",\r\n \"name\": \"azsmnet1903\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4745.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7DF4BEEE7A\\\"\",\r\n \"name\": \"azsmnet1005\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet1903')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxOTAzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1005')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDA1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "eb589fb5-592a-4144-815a-f4bf41f47744" + "ba4e864f-fbd2-4e79-871d-7ddc009ff497" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "4663949A3BC90175995FBFBAC43F6377" + "07A5DE94287CE8FF4E20DEE32363D797" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "eb589fb5-592a-4144-815a-f4bf41f47744" + "ba4e864f-fbd2-4e79-871d-7ddc009ff497" ], "elapsed-time": [ - "201" + "215" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:38:37 GMT" + "Sat, 08 Aug 2020 09:32:44 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet1903')/docs/search.autocomplete?api-version=2019-05-06&search=pi&suggesterName=sg&autocompleteMode=oneTerm", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxOTAzJykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPXBpJnN1Z2dlc3Rlck5hbWU9c2cmYXV0b2NvbXBsZXRlTW9kZT1vbmVUZXJt", + "RequestUri": "/indexes('azsmnet1005')/docs/search.autocomplete?api-version=2019-05-06&search=pi&suggesterName=sg&autocompleteMode=oneTerm", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDA1JykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPXBpJnN1Z2dlc3Rlck5hbWU9c2cmYXV0b2NvbXBsZXRlTW9kZT1vbmVUZXJt", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "222620c6-e706-492f-9bde-a3671419ddb3" + "a4caea57-47e8-4610-973f-e631d5feec6c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "C94B652D94C6B9A5DCA23207C92086FB" + "4AD6287031C7A6EAE50A8D8A9755AE04" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -510,10 +510,10 @@ "no-cache" ], "request-id": [ - "222620c6-e706-492f-9bde-a3671419ddb3" + "a4caea57-47e8-4610-973f-e631d5feec6c" ], "elapsed-time": [ - "10" + "107" ], "OData-Version": [ "4.0" @@ -525,7 +525,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:38:40 GMT" + "Sat, 08 Aug 2020 09:32:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -537,25 +537,25 @@ "176" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3480.search-dogfood.windows-int.net/indexes('azsmnet1903')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4745.search-dogfood.windows-int.net/indexes('azsmnet1005')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6858/providers/Microsoft.Search/searchServices/azs-3480?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDgwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8823/providers/Microsoft.Search/searchServices/azs-4745?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4ODIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NzQ1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc1a5997-0c90-48f4-a128-d2bab94d6c16" + "3eb222e8-3dba-4586-aa71-aa4586fde974" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -566,51 +566,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14995" + ], "x-ms-request-id": [ - "cc1a5997-0c90-48f4-a128-d2bab94d6c16" + "edb3814d-c36b-4070-ac3f-130160f89e3f" ], - "request-id": [ - "cc1a5997-0c90-48f4-a128-d2bab94d6c16" + "x-ms-correlation-request-id": [ + "edb3814d-c36b-4070-ac3f-130160f89e3f" ], - "elapsed-time": [ - "1360" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T093300Z:edb3814d-c36b-4070-ac3f-130160f89e3f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "9202b7f1-30fe-4e16-a255-aedbfce8d5aa" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003843Z:9202b7f1-30fe-4e16-a255-aedbfce8d5aa" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:38:43 GMT" + "Sat, 08 Aug 2020 09:32:59 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6858", - "azsmnet1903" + "azsmnet8823", + "azsmnet1005" ], "GenerateServiceName": [ - "azs-3480" + "azs-4745" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteOneTerm.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteOneTerm.json index d570e4f9cd00..5b616bf3284c 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteOneTerm.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteOneTerm.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b68edb17-3362-420b-b426-2fd9ecd456a1" + "024b4f80-ff16-454a-935b-d2c237dc443f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1194" ], "x-ms-request-id": [ - "ee4321da-6ebb-419c-816f-1367faa14fd1" + "5de01945-211b-494a-ae78-9c2848a057b1" ], "x-ms-correlation-request-id": [ - "ee4321da-6ebb-419c-816f-1367faa14fd1" + "5de01945-211b-494a-ae78-9c2848a057b1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002709Z:ee4321da-6ebb-419c-816f-1367faa14fd1" + "NORTHEUROPE:20200808T091604Z:5de01945-211b-494a-ae78-9c2848a057b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:27:08 GMT" + "Sat, 08 Aug 2020 09:16:03 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8604?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NjA0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8449?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NDQ5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "94f8adec-3b67-4f93-b4de-cc4b870a72c7" + "f80486e6-476f-4ccc-a753-37c44f51b541" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1196" ], "x-ms-request-id": [ - "5783c363-b78f-47fb-8665-f9667b8a15ff" + "c4992b06-749d-4eb9-94b9-dd497fd493a2" ], "x-ms-correlation-request-id": [ - "5783c363-b78f-47fb-8665-f9667b8a15ff" + "c4992b06-749d-4eb9-94b9-dd497fd493a2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002709Z:5783c363-b78f-47fb-8665-f9667b8a15ff" + "NORTHEUROPE:20200808T091605Z:c4992b06-749d-4eb9-94b9-dd497fd493a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:27:08 GMT" + "Sat, 08 Aug 2020 09:16:05 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8604\",\r\n \"name\": \"azsmnet8604\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8449\",\r\n \"name\": \"azsmnet8449\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8604/providers/Microsoft.Search/searchServices/azs-8079?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjA0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MDc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8449/providers/Microsoft.Search/searchServices/azs-8341?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzQxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6233a905-fd21-4ab0-9f3e-29e1a65cd97b" + "3e441640-4344-453b-811a-fbceab79fa14" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A27%3A13.7658005Z'\"" + "W/\"datetime'2020-08-08T09%3A16%3A10.8693397Z'\"" ], "x-ms-request-id": [ - "6233a905-fd21-4ab0-9f3e-29e1a65cd97b" + "3e441640-4344-453b-811a-fbceab79fa14" ], "request-id": [ - "6233a905-fd21-4ab0-9f3e-29e1a65cd97b" + "3e441640-4344-453b-811a-fbceab79fa14" ], "elapsed-time": [ - "1165" + "2024" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1195" ], "x-ms-correlation-request-id": [ - "b5bf7449-e6c0-4e24-86c5-e0e1aa6453d2" + "3a817b13-41dc-4499-afeb-c1a2fef3936a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002714Z:b5bf7449-e6c0-4e24-86c5-e0e1aa6453d2" + "NORTHEUROPE:20200808T091611Z:3a817b13-41dc-4499-afeb-c1a2fef3936a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:27:14 GMT" + "Sat, 08 Aug 2020 09:16:11 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8604/providers/Microsoft.Search/searchServices/azs-8079\",\r\n \"name\": \"azs-8079\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8449/providers/Microsoft.Search/searchServices/azs-8341\",\r\n \"name\": \"azs-8341\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8604/providers/Microsoft.Search/searchServices/azs-8079/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjA0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MDc5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8449/providers/Microsoft.Search/searchServices/azs-8341/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzQxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ad0a72c6-fd57-4915-875b-f702b34eb187" + "5dc8ba4a-0ed1-42f7-831f-a3bc90d59400" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ad0a72c6-fd57-4915-875b-f702b34eb187" + "5dc8ba4a-0ed1-42f7-831f-a3bc90d59400" ], "request-id": [ - "ad0a72c6-fd57-4915-875b-f702b34eb187" + "5dc8ba4a-0ed1-42f7-831f-a3bc90d59400" ], "elapsed-time": [ - "94" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1193" ], "x-ms-correlation-request-id": [ - "b8edd98a-6ce7-4f81-b57f-405c69a98273" + "05281cca-b90c-4c77-bd49-f5d30af05536" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002716Z:b8edd98a-6ce7-4f81-b57f-405c69a98273" + "NORTHEUROPE:20200808T091614Z:05281cca-b90c-4c77-bd49-f5d30af05536" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:27:16 GMT" + "Sat, 08 Aug 2020 09:16:14 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"D84010EA120C4221E573BCFAFD025B20\",\r\n \"secondaryKey\": \"B54AD5D5B1DBDBA87449B9F1A944E55E\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"54C23AED5F2B1FDAD3EEBCCE50741A71\",\r\n \"secondaryKey\": \"F7F9F4059A6C321D4394D417E3D560B0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8604/providers/Microsoft.Search/searchServices/azs-8079/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjA0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MDc5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8449/providers/Microsoft.Search/searchServices/azs-8341/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzQxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e8298d9-f0ef-4454-9292-67e733a2a7c2" + "15f0a253-752d-4599-9f24-1d304cdde23e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6e8298d9-f0ef-4454-9292-67e733a2a7c2" + "15f0a253-752d-4599-9f24-1d304cdde23e" ], "request-id": [ - "6e8298d9-f0ef-4454-9292-67e733a2a7c2" + "15f0a253-752d-4599-9f24-1d304cdde23e" ], "elapsed-time": [ - "86" + "89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1192" ], "x-ms-correlation-request-id": [ - "238053de-26e7-4d03-867f-359f24814439" + "24e14eb4-ecdd-470a-9026-7eac1882ea98" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002717Z:238053de-26e7-4d03-867f-359f24814439" + "NORTHEUROPE:20200808T091614Z:24e14eb4-ecdd-470a-9026-7eac1882ea98" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:27:17 GMT" + "Sat, 08 Aug 2020 09:16:14 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"5A796F86AB0433F93E2EEC91E87788C2\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"615A0B497FB2A19B045A93AA3C7BF32D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1126\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8886\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8dedca7d-865b-40b4-a8f7-4933e58494ff" + "30136fcf-b3b5-4441-b6f4-7ed090414edb" ], "Accept-Language": [ "en-US" ], "api-key": [ - "D84010EA120C4221E573BCFAFD025B20" + "54C23AED5F2B1FDAD3EEBCCE50741A71" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803670C989D60\"" + "W/\"0x8D83B7BB4E7ED2D\"" ], "Location": [ - "https://azs-8079.search-dogfood.windows-int.net/indexes('azsmnet1126')?api-version=2019-05-06" + "https://azs-8341.search-dogfood.windows-int.net/indexes('azsmnet8886')?api-version=2019-05-06" ], "request-id": [ - "8dedca7d-865b-40b4-a8f7-4933e58494ff" + "30136fcf-b3b5-4441-b6f4-7ed090414edb" ], "elapsed-time": [ - "1257" + "825" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:27:20 GMT" + "Sat, 08 Aug 2020 09:16:17 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8079.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803670C989D60\\\"\",\r\n \"name\": \"azsmnet1126\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8341.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7BB4E7ED2D\\\"\",\r\n \"name\": \"azsmnet8886\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet1126')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMTI2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8886')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4ODg2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "e982ae94-50c8-4d2b-8b03-4bcce0b34b40" + "0a140b47-a259-442f-a3fc-00a66227e11d" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "D84010EA120C4221E573BCFAFD025B20" + "54C23AED5F2B1FDAD3EEBCCE50741A71" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "e982ae94-50c8-4d2b-8b03-4bcce0b34b40" + "0a140b47-a259-442f-a3fc-00a66227e11d" ], "elapsed-time": [ - "319" + "336" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:27:41 GMT" + "Sat, 08 Aug 2020 09:16:39 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet1126')/docs/search.autocomplete?api-version=2019-05-06&search=po&suggesterName=sg&autocompleteMode=oneTerm", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMTI2JykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPXBvJnN1Z2dlc3Rlck5hbWU9c2cmYXV0b2NvbXBsZXRlTW9kZT1vbmVUZXJt", + "RequestUri": "/indexes('azsmnet8886')/docs/search.autocomplete?api-version=2019-05-06&search=po&suggesterName=sg&autocompleteMode=oneTerm", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4ODg2JykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPXBvJnN1Z2dlc3Rlck5hbWU9c2cmYXV0b2NvbXBsZXRlTW9kZT1vbmVUZXJt", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "0a0b0a5f-5767-42cd-82b3-f956f702d1fa" + "1d35d1cc-fd41-48ec-92dc-8418197024b9" ], "Accept-Language": [ "en-US" ], "api-key": [ - "5A796F86AB0433F93E2EEC91E87788C2" + "615A0B497FB2A19B045A93AA3C7BF32D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -510,10 +510,10 @@ "no-cache" ], "request-id": [ - "0a0b0a5f-5767-42cd-82b3-f956f702d1fa" + "1d35d1cc-fd41-48ec-92dc-8418197024b9" ], "elapsed-time": [ - "274" + "217" ], "OData-Version": [ "4.0" @@ -525,7 +525,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:27:45 GMT" + "Sat, 08 Aug 2020 09:16:42 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -537,25 +537,25 @@ "386" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8079.search-dogfood.windows-int.net/indexes('azsmnet1126')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"point\",\r\n \"queryPlusText\": \"point\"\r\n },\r\n {\r\n \"text\": \"police\",\r\n \"queryPlusText\": \"police\"\r\n },\r\n {\r\n \"text\": \"polite\",\r\n \"queryPlusText\": \"polite\"\r\n },\r\n {\r\n \"text\": \"pool\",\r\n \"queryPlusText\": \"pool\"\r\n },\r\n {\r\n \"text\": \"popular\",\r\n \"queryPlusText\": \"popular\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8341.search-dogfood.windows-int.net/indexes('azsmnet8886')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"point\",\r\n \"queryPlusText\": \"point\"\r\n },\r\n {\r\n \"text\": \"police\",\r\n \"queryPlusText\": \"police\"\r\n },\r\n {\r\n \"text\": \"polite\",\r\n \"queryPlusText\": \"polite\"\r\n },\r\n {\r\n \"text\": \"pool\",\r\n \"queryPlusText\": \"pool\"\r\n },\r\n {\r\n \"text\": \"popular\",\r\n \"queryPlusText\": \"popular\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8604/providers/Microsoft.Search/searchServices/azs-8079?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjA0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MDc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8449/providers/Microsoft.Search/searchServices/azs-8341?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzQxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "785f21f3-ba1d-4bec-b721-fa3a810c1323" + "e96c66e7-0932-4622-893b-8eb9e9d0e082" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -566,51 +566,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "785f21f3-ba1d-4bec-b721-fa3a810c1323" + "2fbb2376-a164-4cd8-a4cb-dfc971a44dfa" ], - "request-id": [ - "785f21f3-ba1d-4bec-b721-fa3a810c1323" + "x-ms-correlation-request-id": [ + "2fbb2376-a164-4cd8-a4cb-dfc971a44dfa" ], - "elapsed-time": [ - "997" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T091701Z:2fbb2376-a164-4cd8-a4cb-dfc971a44dfa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" - ], - "x-ms-correlation-request-id": [ - "9645ecc7-3858-42f1-a9d5-f1a3dae9f19c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002750Z:9645ecc7-3858-42f1-a9d5-f1a3dae9f19c" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:27:49 GMT" + "Sat, 08 Aug 2020 09:17:01 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8604", - "azsmnet1126" + "azsmnet8449", + "azsmnet8886" ], "GenerateServiceName": [ - "azs-8079" + "azs-8341" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteOneTermWithContext.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteOneTermWithContext.json index ce0d4a081a72..8308496ee1e8 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteOneTermWithContext.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteOneTermWithContext.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6a50fcb7-4afc-4bd4-bd73-c0cfda9d44e7" + "9bddf1b0-5239-4cc3-b158-d36611eccbd1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1189" ], "x-ms-request-id": [ - "0b8da6e8-e96d-48b2-8103-307b29566ac0" + "13a25fa6-659a-4906-bb28-ef0abf233cd4" ], "x-ms-correlation-request-id": [ - "0b8da6e8-e96d-48b2-8103-307b29566ac0" + "13a25fa6-659a-4906-bb28-ef0abf233cd4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003153Z:0b8da6e8-e96d-48b2-8103-307b29566ac0" + "NORTHEUROPE:20200808T092256Z:13a25fa6-659a-4906-bb28-ef0abf233cd4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:31:53 GMT" + "Sat, 08 Aug 2020 09:22:55 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8186?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MTg2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1514?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxNTE0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0f74b630-713a-4ec3-bc78-ae763ce298d9" + "0f8e5f9c-5afc-47b0-b309-2436e7ff050f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1193" ], "x-ms-request-id": [ - "9b4fb272-6ae2-415f-8842-7328bee3be58" + "ffd963de-c309-44f0-a1b3-3c743ef19413" ], "x-ms-correlation-request-id": [ - "9b4fb272-6ae2-415f-8842-7328bee3be58" + "ffd963de-c309-44f0-a1b3-3c743ef19413" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003154Z:9b4fb272-6ae2-415f-8842-7328bee3be58" + "NORTHEUROPE:20200808T092258Z:ffd963de-c309-44f0-a1b3-3c743ef19413" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:31:54 GMT" + "Sat, 08 Aug 2020 09:22:57 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8186\",\r\n \"name\": \"azsmnet8186\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1514\",\r\n \"name\": \"azsmnet1514\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8186/providers/Microsoft.Search/searchServices/azs-1408?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDA4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1514/providers/Microsoft.Search/searchServices/azs-392?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNTE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zOTI/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a96e046c-7791-490b-8656-46a6868a9e56" + "d371a6de-56a5-4d94-ab6c-23ab8c4e025c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A32%3A10.1319953Z'\"" + "W/\"datetime'2020-08-08T09%3A23%3A03.7448295Z'\"" ], "x-ms-request-id": [ - "a96e046c-7791-490b-8656-46a6868a9e56" + "d371a6de-56a5-4d94-ab6c-23ab8c4e025c" ], "request-id": [ - "a96e046c-7791-490b-8656-46a6868a9e56" + "d371a6de-56a5-4d94-ab6c-23ab8c4e025c" ], "elapsed-time": [ - "12887" + "1585" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-correlation-request-id": [ - "ae40ee6a-15aa-4a86-93c7-2081b7bbd20f" + "a5756b28-c161-437d-9bfb-76ab928c47f8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003210Z:ae40ee6a-15aa-4a86-93c7-2081b7bbd20f" + "NORTHEUROPE:20200808T092305Z:a5756b28-c161-437d-9bfb-76ab928c47f8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:32:10 GMT" + "Sat, 08 Aug 2020 09:23:04 GMT" ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8186/providers/Microsoft.Search/searchServices/azs-1408\",\r\n \"name\": \"azs-1408\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1514/providers/Microsoft.Search/searchServices/azs-392\",\r\n \"name\": \"azs-392\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8186/providers/Microsoft.Search/searchServices/azs-1408/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDA4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1514/providers/Microsoft.Search/searchServices/azs-392/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNTE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zOTIvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "90426e10-a30a-476a-b6d8-0a499907a0f9" + "f93a53f0-c3ea-4158-b5c5-b9bea5e932b3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "90426e10-a30a-476a-b6d8-0a499907a0f9" + "f93a53f0-c3ea-4158-b5c5-b9bea5e932b3" ], "request-id": [ - "90426e10-a30a-476a-b6d8-0a499907a0f9" + "f93a53f0-c3ea-4158-b5c5-b9bea5e932b3" ], "elapsed-time": [ - "86" + "97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1197" ], "x-ms-correlation-request-id": [ - "2ceee431-cbc0-4380-8d63-d4a823720cdc" + "265fa9f4-cb76-4650-8a5c-4d71f01c039e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003212Z:2ceee431-cbc0-4380-8d63-d4a823720cdc" + "NORTHEUROPE:20200808T092307Z:265fa9f4-cb76-4650-8a5c-4d71f01c039e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:32:12 GMT" + "Sat, 08 Aug 2020 09:23:06 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"EF2B2D155E353C6A53A94190540382E8\",\r\n \"secondaryKey\": \"5B1D4FF74D25C2EDD7EB7A5B225FB730\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"80AA4E075F2856611501EA0AEBEAD879\",\r\n \"secondaryKey\": \"AF2E31539DE1EBC1C236B59CFF2B8AD6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8186/providers/Microsoft.Search/searchServices/azs-1408/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDA4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1514/providers/Microsoft.Search/searchServices/azs-392/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNTE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zOTIvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ad86e5c-c60e-464c-ba86-f8a4f6b4bbcc" + "35cddf47-b301-4cd6-b99a-b5ddc2d5059e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8ad86e5c-c60e-464c-ba86-f8a4f6b4bbcc" + "35cddf47-b301-4cd6-b99a-b5ddc2d5059e" ], "request-id": [ - "8ad86e5c-c60e-464c-ba86-f8a4f6b4bbcc" + "35cddf47-b301-4cd6-b99a-b5ddc2d5059e" ], "elapsed-time": [ - "138" + "102" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1196" ], "x-ms-correlation-request-id": [ - "968b5941-2047-4a8c-97f4-854d6e6792ea" + "c6ae7937-372f-4d79-bf14-ece28a4eef50" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003213Z:968b5941-2047-4a8c-97f4-854d6e6792ea" + "NORTHEUROPE:20200808T092307Z:c6ae7937-372f-4d79-bf14-ece28a4eef50" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:32:12 GMT" + "Sat, 08 Aug 2020 09:23:07 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"7E2A1AC5B8463053AF76B2E0FA0C0A7E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"77211BA5B2755C6A2A6C217565DB14A5\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4857\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet89\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "d6422ad5-856a-4ca7-b048-a8b7042556b5" + "40d66543-5c30-45ab-8fa8-d2a65e3d07ce" ], "Accept-Language": [ "en-US" ], "api-key": [ - "EF2B2D155E353C6A53A94190540382E8" + "80AA4E075F2856611501EA0AEBEAD879" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6975" + "6973" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80367BD14587E\"" + "W/\"0x8D83B7CAB50E974\"" ], "Location": [ - "https://azs-1408.search-dogfood.windows-int.net/indexes('azsmnet4857')?api-version=2019-05-06" + "https://azs-392.search-dogfood.windows-int.net/indexes('azsmnet89')?api-version=2019-05-06" ], "request-id": [ - "d6422ad5-856a-4ca7-b048-a8b7042556b5" + "40d66543-5c30-45ab-8fa8-d2a65e3d07ce" ], "elapsed-time": [ - "1148" + "1596" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:32:16 GMT" + "Sat, 08 Aug 2020 09:23:10 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6147" + "6144" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1408.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80367BD14587E\\\"\",\r\n \"name\": \"azsmnet4857\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-392.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7CAB50E974\\\"\",\r\n \"name\": \"azsmnet89\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet4857')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0ODU3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet89')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4OScpL2RvY3Mvc2VhcmNoLmluZGV4P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "d7971148-6cfd-4695-b200-3ba9e10ef961" + "847488b0-72d5-4761-8c51-3f9e27a1d1a2" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "EF2B2D155E353C6A53A94190540382E8" + "80AA4E075F2856611501EA0AEBEAD879" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "d7971148-6cfd-4695-b200-3ba9e10ef961" + "847488b0-72d5-4761-8c51-3f9e27a1d1a2" ], "elapsed-time": [ - "1082" + "223" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:32:39 GMT" + "Sat, 08 Aug 2020 09:23:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4857')/docs/search.autocomplete?api-version=2019-05-06&search=looking%20for%20very%20po&suggesterName=sg&autocompleteMode=oneTermWithContext", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0ODU3JykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPWxvb2tpbmclMjBmb3IlMjB2ZXJ5JTIwcG8mc3VnZ2VzdGVyTmFtZT1zZyZhdXRvY29tcGxldGVNb2RlPW9uZVRlcm1XaXRoQ29udGV4dA==", + "RequestUri": "/indexes('azsmnet89')/docs/search.autocomplete?api-version=2019-05-06&search=looking%20for%20very%20po&suggesterName=sg&autocompleteMode=oneTermWithContext", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4OScpL2RvY3Mvc2VhcmNoLmF1dG9jb21wbGV0ZT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2JnNlYXJjaD1sb29raW5nJTIwZm9yJTIwdmVyeSUyMHBvJnN1Z2dlc3Rlck5hbWU9c2cmYXV0b2NvbXBsZXRlTW9kZT1vbmVUZXJtV2l0aENvbnRleHQ=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "ae848eb2-1a93-4b23-bfdc-d5c18759cad3" + "277e2d33-e958-4c73-b668-21a00b6af35d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7E2A1AC5B8463053AF76B2E0FA0C0A7E" + "77211BA5B2755C6A2A6C217565DB14A5" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -510,10 +510,10 @@ "no-cache" ], "request-id": [ - "ae848eb2-1a93-4b23-bfdc-d5c18759cad3" + "277e2d33-e958-4c73-b668-21a00b6af35d" ], "elapsed-time": [ - "140" + "12" ], "OData-Version": [ "4.0" @@ -525,7 +525,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:32:45 GMT" + "Sat, 08 Aug 2020 09:23:36 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -534,28 +534,28 @@ "-1" ], "Content-Length": [ - "372" + "369" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1408.search-dogfood.windows-int.net/indexes('azsmnet4857')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"very police\",\r\n \"queryPlusText\": \"looking for very police\"\r\n },\r\n {\r\n \"text\": \"very polite\",\r\n \"queryPlusText\": \"looking for very polite\"\r\n },\r\n {\r\n \"text\": \"very popular\",\r\n \"queryPlusText\": \"looking for very popular\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-392.search-dogfood.windows-int.net/indexes('azsmnet89')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"very police\",\r\n \"queryPlusText\": \"looking for very police\"\r\n },\r\n {\r\n \"text\": \"very polite\",\r\n \"queryPlusText\": \"looking for very polite\"\r\n },\r\n {\r\n \"text\": \"very popular\",\r\n \"queryPlusText\": \"looking for very popular\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8186/providers/Microsoft.Search/searchServices/azs-1408?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDA4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1514/providers/Microsoft.Search/searchServices/azs-392?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNTE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zOTI/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8cd8d170-d5d6-4af6-8c92-90b0b0a4ea66" + "1f4b9d9a-10cd-453b-a7d7-8ba8f2119d89" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -566,51 +566,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14983" + ], "x-ms-request-id": [ - "8cd8d170-d5d6-4af6-8c92-90b0b0a4ea66" + "cd10e676-fe44-410a-af72-4d6843c691fe" ], - "request-id": [ - "8cd8d170-d5d6-4af6-8c92-90b0b0a4ea66" + "x-ms-correlation-request-id": [ + "cd10e676-fe44-410a-af72-4d6843c691fe" ], - "elapsed-time": [ - "1348" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T092441Z:cd10e676-fe44-410a-af72-4d6843c691fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14993" - ], - "x-ms-correlation-request-id": [ - "2b58b17b-8876-40ec-8afd-078338f69525" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003249Z:2b58b17b-8876-40ec-8afd-078338f69525" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:32:49 GMT" + "Sat, 08 Aug 2020 09:24:41 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8186", - "azsmnet4857" + "azsmnet1514", + "azsmnet89" ], "GenerateServiceName": [ - "azs-1408" + "azs-392" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteOneTermWithContextWithFuzzy.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteOneTermWithContextWithFuzzy.json index 66241ef795a4..709ee31f0c5b 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteOneTermWithContextWithFuzzy.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteOneTermWithContextWithFuzzy.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4118f2ab-6703-4beb-a838-1a9ea0b8cdbf" + "594d1951-b35d-45a9-9889-4e1b4b204f20" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1189" ], "x-ms-request-id": [ - "79879a31-1d32-48d3-ac50-19ddb2aa54f8" + "381511be-87f4-4547-9c5f-526584fb35db" ], "x-ms-correlation-request-id": [ - "79879a31-1d32-48d3-ac50-19ddb2aa54f8" + "381511be-87f4-4547-9c5f-526584fb35db" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003629Z:79879a31-1d32-48d3-ac50-19ddb2aa54f8" + "NORTHEUROPE:20200808T092919Z:381511be-87f4-4547-9c5f-526584fb35db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:36:29 GMT" + "Sat, 08 Aug 2020 09:29:19 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3775?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNzc1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2974?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyOTc0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eac98d91-5d48-4936-bb5c-3b332ad235b0" + "4c47be30-99c6-441c-8448-c936bfcf94be" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1192" ], "x-ms-request-id": [ - "87f4c01c-2f2e-41d1-80f0-5b996a167b8b" + "1e412468-503c-4508-9e75-27bd1475c63b" ], "x-ms-correlation-request-id": [ - "87f4c01c-2f2e-41d1-80f0-5b996a167b8b" + "1e412468-503c-4508-9e75-27bd1475c63b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003630Z:87f4c01c-2f2e-41d1-80f0-5b996a167b8b" + "NORTHEUROPE:20200808T092922Z:1e412468-503c-4508-9e75-27bd1475c63b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:36:29 GMT" + "Sat, 08 Aug 2020 09:29:21 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3775\",\r\n \"name\": \"azsmnet3775\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2974\",\r\n \"name\": \"azsmnet2974\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3775/providers/Microsoft.Search/searchServices/azs-5599?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNzc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NTk5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2974/providers/Microsoft.Search/searchServices/azs-5229?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MjI5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "456ff5cf-c109-4823-ad45-49062acc288a" + "21fef615-3ad4-4919-b967-077102d5cde7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A36%3A34.0329421Z'\"" + "W/\"datetime'2020-08-08T09%3A29%3A27.1299078Z'\"" ], "x-ms-request-id": [ - "456ff5cf-c109-4823-ad45-49062acc288a" + "21fef615-3ad4-4919-b967-077102d5cde7" ], "request-id": [ - "456ff5cf-c109-4823-ad45-49062acc288a" + "21fef615-3ad4-4919-b967-077102d5cde7" ], "elapsed-time": [ - "1176" + "1713" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1196" ], "x-ms-correlation-request-id": [ - "b2ca6a56-0f20-4888-bc23-da510e11d899" + "213b888a-4c97-4af0-8bce-f5be748e6bc7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003634Z:b2ca6a56-0f20-4888-bc23-da510e11d899" + "NORTHEUROPE:20200808T092928Z:213b888a-4c97-4af0-8bce-f5be748e6bc7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:36:34 GMT" + "Sat, 08 Aug 2020 09:29:28 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3775/providers/Microsoft.Search/searchServices/azs-5599\",\r\n \"name\": \"azs-5599\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2974/providers/Microsoft.Search/searchServices/azs-5229\",\r\n \"name\": \"azs-5229\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3775/providers/Microsoft.Search/searchServices/azs-5599/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNzc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NTk5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2974/providers/Microsoft.Search/searchServices/azs-5229/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MjI5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b7601a10-5758-4d03-8b25-6356d0ff6c10" + "80a1bfd3-c8fc-4fc5-a692-452cfc33ff0a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b7601a10-5758-4d03-8b25-6356d0ff6c10" + "80a1bfd3-c8fc-4fc5-a692-452cfc33ff0a" ], "request-id": [ - "b7601a10-5758-4d03-8b25-6356d0ff6c10" + "80a1bfd3-c8fc-4fc5-a692-452cfc33ff0a" ], "elapsed-time": [ - "101" + "433" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1195" ], "x-ms-correlation-request-id": [ - "912d5a5c-1f0c-420c-8656-00cbbdfa4da3" + "82c5a092-f5c6-4ce9-a273-6f9b6826daf1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003636Z:912d5a5c-1f0c-420c-8656-00cbbdfa4da3" + "NORTHEUROPE:20200808T092931Z:82c5a092-f5c6-4ce9-a273-6f9b6826daf1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:36:36 GMT" + "Sat, 08 Aug 2020 09:29:30 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"BF319DE89E6858A000187377F78CFE51\",\r\n \"secondaryKey\": \"C728AB040BC65548D102FB2CAF2E9EAB\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"4D1B73A80B60050FACC5D6D3FCE079A7\",\r\n \"secondaryKey\": \"10BD8E465EA2391F3D4576129F8E6EC2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3775/providers/Microsoft.Search/searchServices/azs-5599/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNzc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NTk5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2974/providers/Microsoft.Search/searchServices/azs-5229/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MjI5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a95fc2d3-3fd1-4257-b733-98ac70b52ba5" + "1a18e22f-e57e-42cb-b453-c13799dcfe27" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a95fc2d3-3fd1-4257-b733-98ac70b52ba5" + "1a18e22f-e57e-42cb-b453-c13799dcfe27" ], "request-id": [ - "a95fc2d3-3fd1-4257-b733-98ac70b52ba5" + "1a18e22f-e57e-42cb-b453-c13799dcfe27" ], "elapsed-time": [ - "109" + "486" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1194" ], "x-ms-correlation-request-id": [ - "366af76d-b6c4-4aff-bba6-9d9ceae9d304" + "1f40a586-e750-4a32-9c3a-fda8560fcb99" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003637Z:366af76d-b6c4-4aff-bba6-9d9ceae9d304" + "NORTHEUROPE:20200808T092932Z:1f40a586-e750-4a32-9c3a-fda8560fcb99" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:36:36 GMT" + "Sat, 08 Aug 2020 09:29:31 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"2FAFE4D57C709F883864DC281C7B6606\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"9CF03E6301AA8FEA6AFAB7E8A52205A3\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3423\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2445\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "f6850027-deef-46ab-9e75-9ba0f71c14d3" + "462372d1-7294-4c94-9e44-70cbdc8b431f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "BF319DE89E6858A000187377F78CFE51" + "4D1B73A80B60050FACC5D6D3FCE079A7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803685A47B32F\"" + "W/\"0x8D83B7D9482E425\"" ], "Location": [ - "https://azs-5599.search-dogfood.windows-int.net/indexes('azsmnet3423')?api-version=2019-05-06" + "https://azs-5229.search-dogfood.windows-int.net/indexes('azsmnet2445')?api-version=2019-05-06" ], "request-id": [ - "f6850027-deef-46ab-9e75-9ba0f71c14d3" + "462372d1-7294-4c94-9e44-70cbdc8b431f" ], "elapsed-time": [ - "1294" + "1387" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:36:39 GMT" + "Sat, 08 Aug 2020 09:29:41 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5599.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803685A47B32F\\\"\",\r\n \"name\": \"azsmnet3423\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5229.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7D9482E425\\\"\",\r\n \"name\": \"azsmnet2445\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet3423')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNDIzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet2445')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNDQ1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "1536cf21-b5a9-4ebe-bf02-3f27c1049331" + "0fa9c747-90b6-448f-bc26-37c592af770a" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "BF319DE89E6858A000187377F78CFE51" + "4D1B73A80B60050FACC5D6D3FCE079A7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "1536cf21-b5a9-4ebe-bf02-3f27c1049331" + "0fa9c747-90b6-448f-bc26-37c592af770a" ], "elapsed-time": [ - "197" + "193" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:37:01 GMT" + "Sat, 08 Aug 2020 09:30:04 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3423')/docs/search.autocomplete?api-version=2019-05-06&search=very%20polit&suggesterName=sg&autocompleteMode=oneTermWithContext&fuzzy=true", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNDIzJykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPXZlcnklMjBwb2xpdCZzdWdnZXN0ZXJOYW1lPXNnJmF1dG9jb21wbGV0ZU1vZGU9b25lVGVybVdpdGhDb250ZXh0JmZ1enp5PXRydWU=", + "RequestUri": "/indexes('azsmnet2445')/docs/search.autocomplete?api-version=2019-05-06&search=very%20polit&suggesterName=sg&autocompleteMode=oneTermWithContext&fuzzy=true", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNDQ1JykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPXZlcnklMjBwb2xpdCZzdWdnZXN0ZXJOYW1lPXNnJmF1dG9jb21wbGV0ZU1vZGU9b25lVGVybVdpdGhDb250ZXh0JmZ1enp5PXRydWU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "9412f51d-2729-4c72-9665-cdf21f541445" + "bc101b0b-a3b7-4639-98ac-6e3fbba8eec3" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2FAFE4D57C709F883864DC281C7B6606" + "9CF03E6301AA8FEA6AFAB7E8A52205A3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -510,10 +510,10 @@ "no-cache" ], "request-id": [ - "9412f51d-2729-4c72-9665-cdf21f541445" + "bc101b0b-a3b7-4639-98ac-6e3fbba8eec3" ], "elapsed-time": [ - "126" + "199" ], "OData-Version": [ "4.0" @@ -525,7 +525,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:37:04 GMT" + "Sat, 08 Aug 2020 09:30:07 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -537,25 +537,25 @@ "281" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5599.search-dogfood.windows-int.net/indexes('azsmnet3423')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"very polite\",\r\n \"queryPlusText\": \"very polite\"\r\n },\r\n {\r\n \"text\": \"very police\",\r\n \"queryPlusText\": \"very police\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5229.search-dogfood.windows-int.net/indexes('azsmnet2445')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"very polite\",\r\n \"queryPlusText\": \"very polite\"\r\n },\r\n {\r\n \"text\": \"very police\",\r\n \"queryPlusText\": \"very police\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3775/providers/Microsoft.Search/searchServices/azs-5599?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNzc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NTk5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2974/providers/Microsoft.Search/searchServices/azs-5229?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MjI5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c7ca992b-32f2-4cbd-9ae3-953c2c44149d" + "38894455-88e4-4474-a180-13bb9a320a18" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -566,51 +566,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "c7ca992b-32f2-4cbd-9ae3-953c2c44149d" + "51e30af9-adbc-484f-a4c7-7069a2a8536d" ], - "request-id": [ - "c7ca992b-32f2-4cbd-9ae3-953c2c44149d" + "x-ms-correlation-request-id": [ + "51e30af9-adbc-484f-a4c7-7069a2a8536d" ], - "elapsed-time": [ - "1060" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T093056Z:51e30af9-adbc-484f-a4c7-7069a2a8536d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" - ], - "x-ms-correlation-request-id": [ - "98b22970-a299-43ac-a43a-bb8b571388eb" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003710Z:98b22970-a299-43ac-a43a-bb8b571388eb" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:37:09 GMT" + "Sat, 08 Aug 2020 09:30:55 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet3775", - "azsmnet3423" + "azsmnet2974", + "azsmnet2445" ], "GenerateServiceName": [ - "azs-5599" + "azs-5229" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteOneTermWithFuzzy.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteOneTermWithFuzzy.json index 64884c184d07..364563f99674 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteOneTermWithFuzzy.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteOneTermWithFuzzy.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac01ffad-3ee4-4355-8d26-be9a97386b40" + "1260050b-e012-4c68-b6fc-a8821a9cf586" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1189" ], "x-ms-request-id": [ - "a558e2f1-518e-4f93-ae77-6a323258c5e7" + "91ccc5c8-beef-4ea1-a778-2fb5a06882b3" ], "x-ms-correlation-request-id": [ - "a558e2f1-518e-4f93-ae77-6a323258c5e7" + "91ccc5c8-beef-4ea1-a778-2fb5a06882b3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003538Z:a558e2f1-518e-4f93-ae77-6a323258c5e7" + "NORTHEUROPE:20200808T092822Z:91ccc5c8-beef-4ea1-a778-2fb5a06882b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:35:37 GMT" + "Sat, 08 Aug 2020 09:28:21 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet625?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MjU/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9802?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5ODAyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c76f4b78-f2ff-4f2a-802e-c04c02eecd07" + "2a6c6eab-1406-490f-a95e-5b0a2f8e3f00" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -96,13 +96,13 @@ "1193" ], "x-ms-request-id": [ - "2b4a508d-88c5-4269-b05b-aee3c5ac5fb8" + "74475835-3863-4ee4-af58-18bff81440b5" ], "x-ms-correlation-request-id": [ - "2b4a508d-88c5-4269-b05b-aee3c5ac5fb8" + "74475835-3863-4ee4-af58-18bff81440b5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003539Z:2b4a508d-88c5-4269-b05b-aee3c5ac5fb8" + "NORTHEUROPE:20200808T092823Z:74475835-3863-4ee4-af58-18bff81440b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:35:38 GMT" + "Sat, 08 Aug 2020 09:28:23 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet625\",\r\n \"name\": \"azsmnet625\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9802\",\r\n \"name\": \"azsmnet9802\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet625/providers/Microsoft.Search/searchServices/azs-332?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjUvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTMzMj9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9802/providers/Microsoft.Search/searchServices/azs-2014?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDE0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "79f61548-c103-4aa2-a8e9-d5b8da0032d5" + "dea95878-8c25-4099-a326-7dba54e42295" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A35%3A44.0701696Z'\"" + "W/\"datetime'2020-08-08T09%3A28%3A29.6175056Z'\"" ], "x-ms-request-id": [ - "79f61548-c103-4aa2-a8e9-d5b8da0032d5" + "dea95878-8c25-4099-a326-7dba54e42295" ], "request-id": [ - "79f61548-c103-4aa2-a8e9-d5b8da0032d5" + "dea95878-8c25-4099-a326-7dba54e42295" ], "elapsed-time": [ - "1966" + "2093" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1193" ], "x-ms-correlation-request-id": [ - "d2e611c3-ce3b-45a8-bb6f-854edf94ba04" + "61823d79-4acd-4e3f-ab09-edbe8dc7c1e0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003545Z:d2e611c3-ce3b-45a8-bb6f-854edf94ba04" + "NORTHEUROPE:20200808T092830Z:61823d79-4acd-4e3f-ab09-edbe8dc7c1e0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:35:44 GMT" + "Sat, 08 Aug 2020 09:28:30 GMT" ], "Content-Length": [ - "526" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet625/providers/Microsoft.Search/searchServices/azs-332\",\r\n \"name\": \"azs-332\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9802/providers/Microsoft.Search/searchServices/azs-2014\",\r\n \"name\": \"azs-2014\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet625/providers/Microsoft.Search/searchServices/azs-332/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjUvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTMzMi9saXN0QWRtaW5LZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9802/providers/Microsoft.Search/searchServices/azs-2014/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDE0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d39481c3-3072-4007-8b58-e61f1105fce7" + "ee748c19-0e9e-4c82-977d-b346870fc0e6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d39481c3-3072-4007-8b58-e61f1105fce7" + "ee748c19-0e9e-4c82-977d-b346870fc0e6" ], "request-id": [ - "d39481c3-3072-4007-8b58-e61f1105fce7" + "ee748c19-0e9e-4c82-977d-b346870fc0e6" ], "elapsed-time": [ - "359" + "358" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1192" ], "x-ms-correlation-request-id": [ - "cc1eac00-c0c1-4f19-838a-10ece56b8672" + "36ff6471-671f-45dc-b396-bd2ffdd7cd45" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003548Z:cc1eac00-c0c1-4f19-838a-10ece56b8672" + "NORTHEUROPE:20200808T092833Z:36ff6471-671f-45dc-b396-bd2ffdd7cd45" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:35:47 GMT" + "Sat, 08 Aug 2020 09:28:33 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"A56C279C4FAA35103BD6EFB1168A3D69\",\r\n \"secondaryKey\": \"E764619FB1AD42DFBB8C69404C473702\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"B9FE2E40E734E8452C0DC0B286E791BF\",\r\n \"secondaryKey\": \"222EF56115C5E8EF3123AA68DBA71BBC\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet625/providers/Microsoft.Search/searchServices/azs-332/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjUvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTMzMi9saXN0UXVlcnlLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9802/providers/Microsoft.Search/searchServices/azs-2014/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDE0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c1863cbc-d724-4dea-aa11-104cd5eb1493" + "fd8dc734-bb29-424a-b93e-d0d3cd0eaf54" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c1863cbc-d724-4dea-aa11-104cd5eb1493" + "fd8dc734-bb29-424a-b93e-d0d3cd0eaf54" ], "request-id": [ - "c1863cbc-d724-4dea-aa11-104cd5eb1493" + "fd8dc734-bb29-424a-b93e-d0d3cd0eaf54" ], "elapsed-time": [ - "90" + "264" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1191" ], "x-ms-correlation-request-id": [ - "db72492f-0290-4f0a-bbe6-930314c9ffc2" + "22931ae1-e69d-4b59-ba1c-250b1e5a0fb6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003548Z:db72492f-0290-4f0a-bbe6-930314c9ffc2" + "NORTHEUROPE:20200808T092834Z:22931ae1-e69d-4b59-ba1c-250b1e5a0fb6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:35:48 GMT" + "Sat, 08 Aug 2020 09:28:33 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"A6EB759EEF0DBA23E03DB65E6079FA43\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"BC387DB8687ED7635AA37BFD349E7BB3\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet287\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9816\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "cc3189df-31d2-495f-9b5b-a5540ff27fe4" + "f632be22-f632-4350-b88e-c2af31481af8" ], "Accept-Language": [ "en-US" ], "api-key": [ - "A56C279C4FAA35103BD6EFB1168A3D69" + "B9FE2E40E734E8452C0DC0B286E791BF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6974" + "6975" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803683D5AE832\"" + "W/\"0x8D83B7D6D660FBF\"" ], "Location": [ - "https://azs-332.search-dogfood.windows-int.net/indexes('azsmnet287')?api-version=2019-05-06" + "https://azs-2014.search-dogfood.windows-int.net/indexes('azsmnet9816')?api-version=2019-05-06" ], "request-id": [ - "cc3189df-31d2-495f-9b5b-a5540ff27fe4" + "f632be22-f632-4350-b88e-c2af31481af8" ], "elapsed-time": [ - "1247" + "753" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:35:51 GMT" + "Sat, 08 Aug 2020 09:28:36 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6145" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-332.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803683D5AE832\\\"\",\r\n \"name\": \"azsmnet287\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2014.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7D6D660FBF\\\"\",\r\n \"name\": \"azsmnet9816\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet287')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyODcnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet9816')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5ODE2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "16bb0aed-485e-410f-bfd9-2f4921e6dfcc" + "2772208a-70a4-43dd-ac00-fda07dc76380" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "A56C279C4FAA35103BD6EFB1168A3D69" + "B9FE2E40E734E8452C0DC0B286E791BF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "16bb0aed-485e-410f-bfd9-2f4921e6dfcc" + "2772208a-70a4-43dd-ac00-fda07dc76380" ], "elapsed-time": [ - "189" + "215" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:36:13 GMT" + "Sat, 08 Aug 2020 09:28:58 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet287')/docs/search.autocomplete?api-version=2019-05-06&search=mod&suggesterName=sg&autocompleteMode=oneTerm&fuzzy=true", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyODcnKS9kb2NzL3NlYXJjaC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNiZzZWFyY2g9bW9kJnN1Z2dlc3Rlck5hbWU9c2cmYXV0b2NvbXBsZXRlTW9kZT1vbmVUZXJtJmZ1enp5PXRydWU=", + "RequestUri": "/indexes('azsmnet9816')/docs/search.autocomplete?api-version=2019-05-06&search=mod&suggesterName=sg&autocompleteMode=oneTerm&fuzzy=true", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5ODE2JykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPW1vZCZzdWdnZXN0ZXJOYW1lPXNnJmF1dG9jb21wbGV0ZU1vZGU9b25lVGVybSZmdXp6eT10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "f581efd2-9b9b-4c54-a591-0b9a8d40e15e" + "0f81a2bd-45ab-4b2b-b512-f5a68d22ba06" ], "Accept-Language": [ "en-US" ], "api-key": [ - "A6EB759EEF0DBA23E03DB65E6079FA43" + "BC387DB8687ED7635AA37BFD349E7BB3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -510,10 +510,10 @@ "no-cache" ], "request-id": [ - "f581efd2-9b9b-4c54-a591-0b9a8d40e15e" + "0f81a2bd-45ab-4b2b-b512-f5a68d22ba06" ], "elapsed-time": [ - "154" + "121" ], "OData-Version": [ "4.0" @@ -525,7 +525,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:36:16 GMT" + "Sat, 08 Aug 2020 09:29:02 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -534,28 +534,28 @@ "-1" ], "Content-Length": [ - "339" + "341" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-332.search-dogfood.windows-int.net/indexes('azsmnet287')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"model\",\r\n \"queryPlusText\": \"model\"\r\n },\r\n {\r\n \"text\": \"modern\",\r\n \"queryPlusText\": \"modern\"\r\n },\r\n {\r\n \"text\": \"morel\",\r\n \"queryPlusText\": \"morel\"\r\n },\r\n {\r\n \"text\": \"motel\",\r\n \"queryPlusText\": \"motel\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2014.search-dogfood.windows-int.net/indexes('azsmnet9816')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"model\",\r\n \"queryPlusText\": \"model\"\r\n },\r\n {\r\n \"text\": \"modern\",\r\n \"queryPlusText\": \"modern\"\r\n },\r\n {\r\n \"text\": \"morel\",\r\n \"queryPlusText\": \"morel\"\r\n },\r\n {\r\n \"text\": \"motel\",\r\n \"queryPlusText\": \"motel\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet625/providers/Microsoft.Search/searchServices/azs-332?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjUvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTMzMj9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9802/providers/Microsoft.Search/searchServices/azs-2014?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDE0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fab56699-8c7f-4cef-9941-2c76ed2b121d" + "d3bf2ea3-3932-47f1-811f-0c9b56f897c7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -566,51 +566,42 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "fab56699-8c7f-4cef-9941-2c76ed2b121d" - ], - "request-id": [ - "fab56699-8c7f-4cef-9941-2c76ed2b121d" - ], - "elapsed-time": [ - "875" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14993" ], + "x-ms-request-id": [ + "3f88ea6d-6ca7-420b-ab4f-d566109ed16a" + ], "x-ms-correlation-request-id": [ - "569cee6e-8255-42d0-a716-b0666e9ca816" + "3f88ea6d-6ca7-420b-ab4f-d566109ed16a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003623Z:569cee6e-8255-42d0-a716-b0666e9ca816" + "NORTHEUROPE:20200808T092911Z:3f88ea6d-6ca7-420b-ab4f-d566109ed16a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:36:22 GMT" + "Sat, 08 Aug 2020 09:29:11 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet625", - "azsmnet287" + "azsmnet9802", + "azsmnet9816" ], "GenerateServiceName": [ - "azs-332" + "azs-2014" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteStaticallyTypedDocuments.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteStaticallyTypedDocuments.json index 7175451c92df..0d85712f2706 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteStaticallyTypedDocuments.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteStaticallyTypedDocuments.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5114b441-13c5-4f29-acb4-82ab1d78c816" + "25b21ec3-1fb2-404c-b956-161c4e01af83" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1189" ], "x-ms-request-id": [ - "6fd881eb-1b9c-4d2a-99e4-489a6abf61e6" + "b3aff282-16fc-4388-99b7-d600e9369612" ], "x-ms-correlation-request-id": [ - "6fd881eb-1b9c-4d2a-99e4-489a6abf61e6" + "b3aff282-16fc-4388-99b7-d600e9369612" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002929Z:6fd881eb-1b9c-4d2a-99e4-489a6abf61e6" + "NORTHEUROPE:20200808T091905Z:b3aff282-16fc-4388-99b7-d600e9369612" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:29:28 GMT" + "Sat, 08 Aug 2020 09:19:05 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8761?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NzYxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1102?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMTAyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e278820b-6152-4df9-ba73-5def143b6b4c" + "71a25806-f737-479a-8fcf-accdd49bfc9a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1193" ], "x-ms-request-id": [ - "5f757d74-438c-4c29-a85c-2ba3d661ce51" + "83eda1f9-7586-4d47-bfed-af97150fe40d" ], "x-ms-correlation-request-id": [ - "5f757d74-438c-4c29-a85c-2ba3d661ce51" + "83eda1f9-7586-4d47-bfed-af97150fe40d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002930Z:5f757d74-438c-4c29-a85c-2ba3d661ce51" + "NORTHEUROPE:20200808T091907Z:83eda1f9-7586-4d47-bfed-af97150fe40d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:29:29 GMT" + "Sat, 08 Aug 2020 09:19:06 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8761\",\r\n \"name\": \"azsmnet8761\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1102\",\r\n \"name\": \"azsmnet1102\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8761/providers/Microsoft.Search/searchServices/azs-1986?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTg2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1102/providers/Microsoft.Search/searchServices/azs-9077?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDc3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f4a8a0ac-5871-4e3b-9e82-314179684168" + "0c50fa12-836a-42ab-ac24-6576d73a9048" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A29%3A34.4775497Z'\"" + "W/\"datetime'2020-08-08T09%3A19%3A12.0613532Z'\"" ], "x-ms-request-id": [ - "f4a8a0ac-5871-4e3b-9e82-314179684168" + "0c50fa12-836a-42ab-ac24-6576d73a9048" ], "request-id": [ - "f4a8a0ac-5871-4e3b-9e82-314179684168" + "0c50fa12-836a-42ab-ac24-6576d73a9048" ], "elapsed-time": [ - "1064" + "1602" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1190" ], "x-ms-correlation-request-id": [ - "92b46f37-73c4-4a88-9afd-71a69aed3588" + "885f8729-9d69-440b-9660-201defbcff88" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002935Z:92b46f37-73c4-4a88-9afd-71a69aed3588" + "NORTHEUROPE:20200808T091913Z:885f8729-9d69-440b-9660-201defbcff88" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:29:35 GMT" + "Sat, 08 Aug 2020 09:19:12 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8761/providers/Microsoft.Search/searchServices/azs-1986\",\r\n \"name\": \"azs-1986\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1102/providers/Microsoft.Search/searchServices/azs-9077\",\r\n \"name\": \"azs-9077\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8761/providers/Microsoft.Search/searchServices/azs-1986/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTg2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1102/providers/Microsoft.Search/searchServices/azs-9077/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDc3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a132932e-dc4b-4a17-9f31-f71b35a7833d" + "ae58520b-47b5-493e-89b6-0838d53ee7dd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a132932e-dc4b-4a17-9f31-f71b35a7833d" + "ae58520b-47b5-493e-89b6-0838d53ee7dd" ], "request-id": [ - "a132932e-dc4b-4a17-9f31-f71b35a7833d" + "ae58520b-47b5-493e-89b6-0838d53ee7dd" ], "elapsed-time": [ - "95" + "128" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1185" ], "x-ms-correlation-request-id": [ - "0091ecd2-11db-42b1-bf7f-e1dcef8642aa" + "dddd483a-71d3-45d4-8d06-833eb5630d25" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002937Z:0091ecd2-11db-42b1-bf7f-e1dcef8642aa" + "NORTHEUROPE:20200808T091915Z:dddd483a-71d3-45d4-8d06-833eb5630d25" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:29:37 GMT" + "Sat, 08 Aug 2020 09:19:15 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"C12D7827F2ABCDA2D035DB44B81FD89D\",\r\n \"secondaryKey\": \"7E01A90561D0FE737899F1B6472D2D5E\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"499A4CBDF32A33A87FFB077E1ED325B1\",\r\n \"secondaryKey\": \"E3B340A906963CEBEB6D04633DE9BA2B\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8761/providers/Microsoft.Search/searchServices/azs-1986/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTg2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1102/providers/Microsoft.Search/searchServices/azs-9077/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDc3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0d53dc7e-43ae-4e88-a885-e0c0800a699d" + "f06163ff-e6c8-40e3-8ba2-417bf030e35a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0d53dc7e-43ae-4e88-a885-e0c0800a699d" + "f06163ff-e6c8-40e3-8ba2-417bf030e35a" ], "request-id": [ - "0d53dc7e-43ae-4e88-a885-e0c0800a699d" + "f06163ff-e6c8-40e3-8ba2-417bf030e35a" ], "elapsed-time": [ - "97" + "107" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1184" ], "x-ms-correlation-request-id": [ - "d4e36e52-7cc3-4904-9a97-8b30e9e11783" + "da785507-f5b7-4296-b4a1-6095a43a3a4c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002938Z:d4e36e52-7cc3-4904-9a97-8b30e9e11783" + "NORTHEUROPE:20200808T091916Z:da785507-f5b7-4296-b4a1-6095a43a3a4c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:29:37 GMT" + "Sat, 08 Aug 2020 09:19:15 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"10AB6232DBF287CCFBE70332439162E4\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"570956DDF970298605FEF7ED74DB724C\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet460\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6585\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "e575b4ed-cc0e-4e67-9266-25f9107daa12" + "2003279c-6075-4655-a9c8-5fe48ac9a5b1" ], "Accept-Language": [ "en-US" ], "api-key": [ - "C12D7827F2ABCDA2D035DB44B81FD89D" + "499A4CBDF32A33A87FFB077E1ED325B1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6974" + "6975" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036760AE07F8\"" + "W/\"0x8D83B7C213548EF\"" ], "Location": [ - "https://azs-1986.search-dogfood.windows-int.net/indexes('azsmnet460')?api-version=2019-05-06" + "https://azs-9077.search-dogfood.windows-int.net/indexes('azsmnet6585')?api-version=2019-05-06" ], "request-id": [ - "e575b4ed-cc0e-4e67-9266-25f9107daa12" + "2003279c-6075-4655-a9c8-5fe48ac9a5b1" ], "elapsed-time": [ - "1228" + "1423" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:29:40 GMT" + "Sat, 08 Aug 2020 09:19:18 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1986.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036760AE07F8\\\"\",\r\n \"name\": \"azsmnet460\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9077.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7C213548EF\\\"\",\r\n \"name\": \"azsmnet6585\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet460')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NjAnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet6585')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NTg1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "5ba27f5b-2613-4531-a250-5b99ca0279bd" + "d93f869f-b34c-4e73-962d-569d3323254a" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "C12D7827F2ABCDA2D035DB44B81FD89D" + "499A4CBDF32A33A87FFB077E1ED325B1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "5ba27f5b-2613-4531-a250-5b99ca0279bd" + "d93f869f-b34c-4e73-962d-569d3323254a" ], "elapsed-time": [ - "145" + "194" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:30:03 GMT" + "Sat, 08 Aug 2020 09:19:40 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet460')/docs/search.autocomplete?api-version=2019-05-06&search=very%20po&suggesterName=sg&autocompleteMode=oneTerm&fuzzy=false", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NjAnKS9kb2NzL3NlYXJjaC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNiZzZWFyY2g9dmVyeSUyMHBvJnN1Z2dlc3Rlck5hbWU9c2cmYXV0b2NvbXBsZXRlTW9kZT1vbmVUZXJtJmZ1enp5PWZhbHNl", + "RequestUri": "/indexes('azsmnet6585')/docs/search.autocomplete?api-version=2019-05-06&search=very%20po&suggesterName=sg&autocompleteMode=oneTerm&fuzzy=false", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NTg1JykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPXZlcnklMjBwbyZzdWdnZXN0ZXJOYW1lPXNnJmF1dG9jb21wbGV0ZU1vZGU9b25lVGVybSZmdXp6eT1mYWxzZQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "729290ba-ccb0-4e93-a766-67f00cc937cb" + "61bcfdea-4567-4c0e-8e7d-664173c98770" ], "Accept-Language": [ "en-US" ], "api-key": [ - "10AB6232DBF287CCFBE70332439162E4" + "570956DDF970298605FEF7ED74DB724C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -510,10 +510,10 @@ "no-cache" ], "request-id": [ - "729290ba-ccb0-4e93-a766-67f00cc937cb" + "61bcfdea-4567-4c0e-8e7d-664173c98770" ], "elapsed-time": [ - "96" + "114" ], "OData-Version": [ "4.0" @@ -525,7 +525,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:30:06 GMT" + "Sat, 08 Aug 2020 09:19:44 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -534,28 +534,28 @@ "-1" ], "Content-Length": [ - "410" + "411" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1986.search-dogfood.windows-int.net/indexes('azsmnet460')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"point\",\r\n \"queryPlusText\": \"very point\"\r\n },\r\n {\r\n \"text\": \"police\",\r\n \"queryPlusText\": \"very police\"\r\n },\r\n {\r\n \"text\": \"polite\",\r\n \"queryPlusText\": \"very polite\"\r\n },\r\n {\r\n \"text\": \"pool\",\r\n \"queryPlusText\": \"very pool\"\r\n },\r\n {\r\n \"text\": \"popular\",\r\n \"queryPlusText\": \"very popular\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9077.search-dogfood.windows-int.net/indexes('azsmnet6585')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"point\",\r\n \"queryPlusText\": \"very point\"\r\n },\r\n {\r\n \"text\": \"police\",\r\n \"queryPlusText\": \"very police\"\r\n },\r\n {\r\n \"text\": \"polite\",\r\n \"queryPlusText\": \"very polite\"\r\n },\r\n {\r\n \"text\": \"pool\",\r\n \"queryPlusText\": \"very pool\"\r\n },\r\n {\r\n \"text\": \"popular\",\r\n \"queryPlusText\": \"very popular\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8761/providers/Microsoft.Search/searchServices/azs-1986?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTg2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1102/providers/Microsoft.Search/searchServices/azs-9077?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDc3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b896d8e4-4abb-4498-a637-7e675b5b2e0a" + "57dad82e-f89a-4106-b33f-dc7320c021b9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -566,51 +566,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14982" + ], "x-ms-request-id": [ - "b896d8e4-4abb-4498-a637-7e675b5b2e0a" + "a7706c07-0092-4b3a-b554-69e8454beb32" ], - "request-id": [ - "b896d8e4-4abb-4498-a637-7e675b5b2e0a" + "x-ms-correlation-request-id": [ + "a7706c07-0092-4b3a-b554-69e8454beb32" ], - "elapsed-time": [ - "912" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T091954Z:a7706c07-0092-4b3a-b554-69e8454beb32" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" - ], - "x-ms-correlation-request-id": [ - "a2864307-37e6-4001-92f5-53781b8f5aaf" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003016Z:a2864307-37e6-4001-92f5-53781b8f5aaf" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:30:16 GMT" + "Sat, 08 Aug 2020 09:19:54 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8761", - "azsmnet460" + "azsmnet1102", + "azsmnet6585" ], "GenerateServiceName": [ - "azs-1986" + "azs-9077" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteThrowsWhenRequestIsMalformed.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteThrowsWhenRequestIsMalformed.json index 4132e8ccd7d5..9d1d6cf1c93e 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteThrowsWhenRequestIsMalformed.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteThrowsWhenRequestIsMalformed.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3400f9e2-574b-4b04-94ec-90fd74559a1d" + "9800d840-6611-4df3-aae7-2e7f20503705" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1183" ], "x-ms-request-id": [ - "8894d16f-f9da-4930-af04-5fb9f6a1f6f4" + "ea6db711-3d9c-462a-9f54-cc0b2a8c6353" ], "x-ms-correlation-request-id": [ - "8894d16f-f9da-4930-af04-5fb9f6a1f6f4" + "ea6db711-3d9c-462a-9f54-cc0b2a8c6353" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002843Z:8894d16f-f9da-4930-af04-5fb9f6a1f6f4" + "NORTHEUROPE:20200808T091810Z:ea6db711-3d9c-462a-9f54-cc0b2a8c6353" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:28:43 GMT" + "Sat, 08 Aug 2020 09:18:09 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1847?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxODQ3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6639?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2NjM5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6b1739f8-d7b3-4ec5-a47e-83ff67c20459" + "2763333b-85e7-40a6-8af8-2bf0878432e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1189" ], "x-ms-request-id": [ - "8213ff7f-8476-490a-a812-74a7e8e51418" + "9b64e8fe-9084-4329-a82f-f778f82682ed" ], "x-ms-correlation-request-id": [ - "8213ff7f-8476-490a-a812-74a7e8e51418" + "9b64e8fe-9084-4329-a82f-f778f82682ed" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002844Z:8213ff7f-8476-490a-a812-74a7e8e51418" + "NORTHEUROPE:20200808T091811Z:9b64e8fe-9084-4329-a82f-f778f82682ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:28:43 GMT" + "Sat, 08 Aug 2020 09:18:10 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1847\",\r\n \"name\": \"azsmnet1847\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6639\",\r\n \"name\": \"azsmnet6639\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1847/providers/Microsoft.Search/searchServices/azs-402?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODQ3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MDI/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6639/providers/Microsoft.Search/searchServices/azs-2254?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NjM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjU0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "32840554-8bb5-403a-98e0-56b8c35b8c4f" + "d0d24b6f-852b-40f8-a7ea-5b02b046169f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,16 +159,16 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A28%3A48.3425183Z'\"" + "W/\"datetime'2020-08-08T09%3A18%3A19.759214Z'\"" ], "x-ms-request-id": [ - "32840554-8bb5-403a-98e0-56b8c35b8c4f" + "d0d24b6f-852b-40f8-a7ea-5b02b046169f" ], "request-id": [ - "32840554-8bb5-403a-98e0-56b8c35b8c4f" + "d0d24b6f-852b-40f8-a7ea-5b02b046169f" ], "elapsed-time": [ - "1972" + "4482" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,19 +177,19 @@ "1192" ], "x-ms-correlation-request-id": [ - "35955b19-fc9c-465f-b5fe-3e405c1e92b6" + "2668ae4e-ec8f-4d89-883c-9b58be56d82f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002849Z:35955b19-fc9c-465f-b5fe-3e405c1e92b6" + "NORTHEUROPE:20200808T091821Z:2668ae4e-ec8f-4d89-883c-9b58be56d82f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:28:48 GMT" + "Sat, 08 Aug 2020 09:18:20 GMT" ], "Content-Length": [ - "527" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1847/providers/Microsoft.Search/searchServices/azs-402\",\r\n \"name\": \"azs-402\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6639/providers/Microsoft.Search/searchServices/azs-2254\",\r\n \"name\": \"azs-2254\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1847/providers/Microsoft.Search/searchServices/azs-402/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODQ3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MDIvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6639/providers/Microsoft.Search/searchServices/azs-2254/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NjM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjU0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fed579e2-5425-4449-baf0-369fb85b38d2" + "c1740dac-4d4f-4cd6-9d8b-b38466112b1c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "fed579e2-5425-4449-baf0-369fb85b38d2" + "c1740dac-4d4f-4cd6-9d8b-b38466112b1c" ], "request-id": [ - "fed579e2-5425-4449-baf0-369fb85b38d2" + "c1740dac-4d4f-4cd6-9d8b-b38466112b1c" ], "elapsed-time": [ - "102" + "101" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1190" ], "x-ms-correlation-request-id": [ - "ecb35783-17e3-45d8-9b69-81ec4d5a8f00" + "cc7b07c5-6d0c-433b-a841-e8d7382c3711" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002851Z:ecb35783-17e3-45d8-9b69-81ec4d5a8f00" + "NORTHEUROPE:20200808T091823Z:cc7b07c5-6d0c-433b-a841-e8d7382c3711" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:28:51 GMT" + "Sat, 08 Aug 2020 09:18:22 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"F643BEEE0DC75ED920F13B164231465C\",\r\n \"secondaryKey\": \"1FD42FDE0530D7C456780202C0454D95\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"04D8A6AC5A99EA212E64B69C9366E9AE\",\r\n \"secondaryKey\": \"5F62F1519189E6D1B5A0995E0F08B621\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1847/providers/Microsoft.Search/searchServices/azs-402/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODQ3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MDIvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6639/providers/Microsoft.Search/searchServices/azs-2254/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NjM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjU0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7b266c15-7d8d-45c2-a141-f52ef7a13f71" + "7551f0d9-1690-4db2-96bc-abff2b0b1b1f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7b266c15-7d8d-45c2-a141-f52ef7a13f71" + "7551f0d9-1690-4db2-96bc-abff2b0b1b1f" ], "request-id": [ - "7b266c15-7d8d-45c2-a141-f52ef7a13f71" + "7551f0d9-1690-4db2-96bc-abff2b0b1b1f" ], "elapsed-time": [ - "96" + "107" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1189" ], "x-ms-correlation-request-id": [ - "5b49cef7-b50b-4a54-851a-d3ed49910dfe" + "86c848a9-ec55-4b30-a9f3-cb7aba219269" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002852Z:5b49cef7-b50b-4a54-851a-d3ed49910dfe" + "NORTHEUROPE:20200808T091823Z:86c848a9-ec55-4b30-a9f3-cb7aba219269" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:28:51 GMT" + "Sat, 08 Aug 2020 09:18:23 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"76EC81AF90DDAF6381442B469BC0C295\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"056D65795703DD6747B611905669830B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9079\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5589\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "bb394c39-a733-464f-839a-178402575d13" + "e8f66e45-6b75-4813-9c1b-dadc74145cdc" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F643BEEE0DC75ED920F13B164231465C" + "04D8A6AC5A99EA212E64B69C9366E9AE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036744EF5634\"" + "W/\"0x8D83B7C01B0E3FA\"" ], "Location": [ - "https://azs-402.search-dogfood.windows-int.net/indexes('azsmnet9079')?api-version=2019-05-06" + "https://azs-2254.search-dogfood.windows-int.net/indexes('azsmnet5589')?api-version=2019-05-06" ], "request-id": [ - "bb394c39-a733-464f-839a-178402575d13" + "e8f66e45-6b75-4813-9c1b-dadc74145cdc" ], "elapsed-time": [ - "1170" + "765" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:28:54 GMT" + "Sat, 08 Aug 2020 09:18:26 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-402.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036744EF5634\\\"\",\r\n \"name\": \"azsmnet9079\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2254.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7C01B0E3FA\\\"\",\r\n \"name\": \"azsmnet5589\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet9079')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MDc5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5589')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NTg5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "6b63ca0f-7626-4712-a465-b138470fa871" + "52ae3e4d-c9f0-4100-a452-4cd7882a17f4" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "F643BEEE0DC75ED920F13B164231465C" + "04D8A6AC5A99EA212E64B69C9366E9AE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "6b63ca0f-7626-4712-a465-b138470fa871" + "52ae3e4d-c9f0-4100-a452-4cd7882a17f4" ], "elapsed-time": [ - "222" + "167" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:29:16 GMT" + "Sat, 08 Aug 2020 09:18:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9079')/docs/search.autocomplete?api-version=2019-05-06&search=very%20po&suggesterName=&autocompleteMode=oneTerm", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MDc5JykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPXZlcnklMjBwbyZzdWdnZXN0ZXJOYW1lPSZhdXRvY29tcGxldGVNb2RlPW9uZVRlcm0=", + "RequestUri": "/indexes('azsmnet5589')/docs/search.autocomplete?api-version=2019-05-06&search=very%20po&suggesterName=&autocompleteMode=oneTerm", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NTg5JykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPXZlcnklMjBwbyZzdWdnZXN0ZXJOYW1lPSZhdXRvY29tcGxldGVNb2RlPW9uZVRlcm0=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "3472ac1c-d32e-4908-8f52-09af3b319574" + "73deb92d-8e3c-48f8-920f-425ee0fee643" ], "Accept-Language": [ "en-US" ], "api-key": [ - "76EC81AF90DDAF6381442B469BC0C295" + "056D65795703DD6747B611905669830B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -510,10 +510,10 @@ "no-cache" ], "request-id": [ - "3472ac1c-d32e-4908-8f52-09af3b319574" + "73deb92d-8e3c-48f8-920f-425ee0fee643" ], "elapsed-time": [ - "216" + "32" ], "OData-Version": [ "4.0" @@ -525,7 +525,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:29:20 GMT" + "Sat, 08 Aug 2020 09:18:51 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -544,21 +544,21 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1847/providers/Microsoft.Search/searchServices/azs-402?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODQ3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MDI/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6639/providers/Microsoft.Search/searchServices/azs-2254?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NjM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjU0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6257c594-cbc7-4b82-8766-722cb646c090" + "0bac355c-0cb6-410e-9d3f-c05142131c68" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14989" + ], "x-ms-request-id": [ - "6257c594-cbc7-4b82-8766-722cb646c090" + "363e4760-b355-4143-b3f8-844795992a81" ], - "request-id": [ - "6257c594-cbc7-4b82-8766-722cb646c090" + "x-ms-correlation-request-id": [ + "363e4760-b355-4143-b3f8-844795992a81" ], - "elapsed-time": [ - "994" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T091859Z:363e4760-b355-4143-b3f8-844795992a81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" - ], - "x-ms-correlation-request-id": [ - "fe5b2f5d-5825-475b-998f-d913871dc86e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002924Z:fe5b2f5d-5825-475b-998f-d913871dc86e" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:29:23 GMT" + "Sat, 08 Aug 2020 09:18:58 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet1847", - "azsmnet9079" + "azsmnet6639", + "azsmnet5589" ], "GenerateServiceName": [ - "azs-402" + "azs-2254" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteTopTrimsResults.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteTopTrimsResults.json index 76a109fe935b..183d7bd9498c 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteTopTrimsResults.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteTopTrimsResults.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ac9e0df-5732-4c48-aef4-fbe2dd403d18" + "39caeda0-b3c6-43f4-8139-71ffb9f8212d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1191" ], "x-ms-request-id": [ - "084b629d-68d9-422a-be36-4a074165165d" + "4f9a23fd-2d4b-4502-abac-75418c6d0671" ], "x-ms-correlation-request-id": [ - "084b629d-68d9-422a-be36-4a074165165d" + "4f9a23fd-2d4b-4502-abac-75418c6d0671" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003107Z:084b629d-68d9-422a-be36-4a074165165d" + "NORTHEUROPE:20200808T092138Z:4f9a23fd-2d4b-4502-abac-75418c6d0671" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:31:07 GMT" + "Sat, 08 Aug 2020 09:21:38 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8541?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NTQxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6293?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MjkzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "393c22b8-0d0b-4691-bc32-c7ee18ec8001" + "d56d9a22-b2b5-41fa-9699-33ac0a1b82e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1193" ], "x-ms-request-id": [ - "ff11296a-9a32-4845-a4f2-b23b564c3d38" + "0488ab26-0f40-431d-82b5-aae6e6dd21d3" ], "x-ms-correlation-request-id": [ - "ff11296a-9a32-4845-a4f2-b23b564c3d38" + "0488ab26-0f40-431d-82b5-aae6e6dd21d3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003108Z:ff11296a-9a32-4845-a4f2-b23b564c3d38" + "NORTHEUROPE:20200808T092140Z:0488ab26-0f40-431d-82b5-aae6e6dd21d3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:31:07 GMT" + "Sat, 08 Aug 2020 09:21:40 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8541\",\r\n \"name\": \"azsmnet8541\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6293\",\r\n \"name\": \"azsmnet6293\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8541/providers/Microsoft.Search/searchServices/azs-5157?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MTU3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6293/providers/Microsoft.Search/searchServices/azs-3852?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjkzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zODUyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "92c03c04-18c3-4a39-b38c-cdd7c5f8687c" + "0cc7fc0b-e94f-4bc2-83cb-6c2b435078fd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A31%3A11.5250328Z'\"" + "W/\"datetime'2020-08-08T09%3A21%3A46.5254371Z'\"" ], "x-ms-request-id": [ - "92c03c04-18c3-4a39-b38c-cdd7c5f8687c" + "0cc7fc0b-e94f-4bc2-83cb-6c2b435078fd" ], "request-id": [ - "92c03c04-18c3-4a39-b38c-cdd7c5f8687c" + "0cc7fc0b-e94f-4bc2-83cb-6c2b435078fd" ], "elapsed-time": [ - "1037" + "2648" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1196" ], "x-ms-correlation-request-id": [ - "45947196-3dca-4a2f-a8f4-ae0cb9e42e3f" + "e4d4bb6b-509c-45f1-8c23-416111c75aee" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003112Z:45947196-3dca-4a2f-a8f4-ae0cb9e42e3f" + "NORTHEUROPE:20200808T092148Z:e4d4bb6b-509c-45f1-8c23-416111c75aee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:31:11 GMT" + "Sat, 08 Aug 2020 09:21:47 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8541/providers/Microsoft.Search/searchServices/azs-5157\",\r\n \"name\": \"azs-5157\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6293/providers/Microsoft.Search/searchServices/azs-3852\",\r\n \"name\": \"azs-3852\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8541/providers/Microsoft.Search/searchServices/azs-5157/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MTU3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6293/providers/Microsoft.Search/searchServices/azs-3852/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjkzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zODUyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b2ccdcc0-443c-46c8-88f0-28f80bf2c1f5" + "58f43eee-b2d9-460b-a936-649300f577a2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b2ccdcc0-443c-46c8-88f0-28f80bf2c1f5" + "58f43eee-b2d9-460b-a936-649300f577a2" ], "request-id": [ - "b2ccdcc0-443c-46c8-88f0-28f80bf2c1f5" + "58f43eee-b2d9-460b-a936-649300f577a2" ], "elapsed-time": [ - "134" + "112" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1195" ], "x-ms-correlation-request-id": [ - "210cbf55-8f5e-4f2e-a532-9a5e349419c9" + "a78044dd-3979-46c0-a358-0a951579e918" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003114Z:210cbf55-8f5e-4f2e-a532-9a5e349419c9" + "NORTHEUROPE:20200808T092150Z:a78044dd-3979-46c0-a358-0a951579e918" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:31:14 GMT" + "Sat, 08 Aug 2020 09:21:50 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"8678ADBD273D2C3E75C056461683CDB9\",\r\n \"secondaryKey\": \"A30268A4949880E1F5055AC2A4BA4F70\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"DD898B5FD3F2152B8B7021E6DEA151E2\",\r\n \"secondaryKey\": \"FB60112F2CDF0B432C03D2E446B506D1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8541/providers/Microsoft.Search/searchServices/azs-5157/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MTU3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6293/providers/Microsoft.Search/searchServices/azs-3852/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjkzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zODUyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aaccc821-00d8-43ed-b389-7c968e277b04" + "2c835695-9b72-4c89-b308-10c562ec9c6e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "aaccc821-00d8-43ed-b389-7c968e277b04" + "2c835695-9b72-4c89-b308-10c562ec9c6e" ], "request-id": [ - "aaccc821-00d8-43ed-b389-7c968e277b04" + "2c835695-9b72-4c89-b308-10c562ec9c6e" ], "elapsed-time": [ - "199" + "95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1194" ], "x-ms-correlation-request-id": [ - "e55a16f0-ee76-4a4f-8f66-0e92d7dde454" + "3721c4bf-10c5-4ff2-8b6d-b11747729082" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003115Z:e55a16f0-ee76-4a4f-8f66-0e92d7dde454" + "NORTHEUROPE:20200808T092151Z:3721c4bf-10c5-4ff2-8b6d-b11747729082" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:31:14 GMT" + "Sat, 08 Aug 2020 09:21:51 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"720980A35452286755FEE1338B4D5BBA\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F766E88D72B0F9273214FB844F3E092C\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8938\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2169\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "401793e9-d07b-4247-8ac7-e572090f9d88" + "1efec57a-1d93-4a25-85ae-3b2d90ed129e" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8678ADBD273D2C3E75C056461683CDB9" + "DD898B5FD3F2152B8B7021E6DEA151E2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803679A4B70ED\"" + "W/\"0x8D83B7C7DC1E072\"" ], "Location": [ - "https://azs-5157.search-dogfood.windows-int.net/indexes('azsmnet8938')?api-version=2019-05-06" + "https://azs-3852.search-dogfood.windows-int.net/indexes('azsmnet2169')?api-version=2019-05-06" ], "request-id": [ - "401793e9-d07b-4247-8ac7-e572090f9d88" + "1efec57a-1d93-4a25-85ae-3b2d90ed129e" ], "elapsed-time": [ - "1223" + "1813" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:31:17 GMT" + "Sat, 08 Aug 2020 09:21:54 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5157.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803679A4B70ED\\\"\",\r\n \"name\": \"azsmnet8938\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3852.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7C7DC1E072\\\"\",\r\n \"name\": \"azsmnet2169\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet8938')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4OTM4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet2169')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMTY5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "fc142455-abdf-49b1-8088-3e4f11e632cc" + "c3853007-ab28-48f0-b24a-d3ed46676f32" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "8678ADBD273D2C3E75C056461683CDB9" + "DD898B5FD3F2152B8B7021E6DEA151E2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "fc142455-abdf-49b1-8088-3e4f11e632cc" + "c3853007-ab28-48f0-b24a-d3ed46676f32" ], "elapsed-time": [ - "172" + "312" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:31:38 GMT" + "Sat, 08 Aug 2020 09:22:16 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet8938')/docs/search.autocomplete?api-version=2019-05-06&search=po&suggesterName=sg&autocompleteMode=oneTerm&$top=2", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4OTM4JykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPXBvJnN1Z2dlc3Rlck5hbWU9c2cmYXV0b2NvbXBsZXRlTW9kZT1vbmVUZXJtJiR0b3A9Mg==", + "RequestUri": "/indexes('azsmnet2169')/docs/search.autocomplete?api-version=2019-05-06&search=po&suggesterName=sg&autocompleteMode=oneTerm&$top=2", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMTY5JykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPXBvJnN1Z2dlc3Rlck5hbWU9c2cmYXV0b2NvbXBsZXRlTW9kZT1vbmVUZXJtJiR0b3A9Mg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "3b0ab1dd-edc0-43ec-a4ef-bad775709538" + "740f8233-cb66-41fb-8671-485282a81eb6" ], "Accept-Language": [ "en-US" ], "api-key": [ - "720980A35452286755FEE1338B4D5BBA" + "F766E88D72B0F9273214FB844F3E092C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -510,10 +510,10 @@ "no-cache" ], "request-id": [ - "3b0ab1dd-edc0-43ec-a4ef-bad775709538" + "740f8233-cb66-41fb-8671-485282a81eb6" ], "elapsed-time": [ - "22" + "122" ], "OData-Version": [ "4.0" @@ -525,7 +525,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:31:42 GMT" + "Sat, 08 Aug 2020 09:22:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -537,25 +537,25 @@ "259" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5157.search-dogfood.windows-int.net/indexes('azsmnet8938')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"point\",\r\n \"queryPlusText\": \"point\"\r\n },\r\n {\r\n \"text\": \"police\",\r\n \"queryPlusText\": \"police\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3852.search-dogfood.windows-int.net/indexes('azsmnet2169')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"point\",\r\n \"queryPlusText\": \"point\"\r\n },\r\n {\r\n \"text\": \"police\",\r\n \"queryPlusText\": \"police\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8541/providers/Microsoft.Search/searchServices/azs-5157?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MTU3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6293/providers/Microsoft.Search/searchServices/azs-3852?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjkzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zODUyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5f189820-a02e-4fdc-8fb8-e2ac255bd76b" + "84778ae4-77a2-4c77-9b97-24519ea4f4cf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -566,51 +566,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "5f189820-a02e-4fdc-8fb8-e2ac255bd76b" + "fd268d26-f714-4cd0-9557-dfe37c517dfa" ], - "request-id": [ - "5f189820-a02e-4fdc-8fb8-e2ac255bd76b" + "x-ms-correlation-request-id": [ + "fd268d26-f714-4cd0-9557-dfe37c517dfa" ], - "elapsed-time": [ - "1204" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T092249Z:fd268d26-f714-4cd0-9557-dfe37c517dfa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14993" - ], - "x-ms-correlation-request-id": [ - "391e8a73-a82f-44c9-85f4-1767aa0d5dd6" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003148Z:391e8a73-a82f-44c9-85f4-1767aa0d5dd6" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:31:48 GMT" + "Sat, 08 Aug 2020 09:22:48 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8541", - "azsmnet8938" + "azsmnet6293", + "azsmnet2169" ], "GenerateServiceName": [ - "azs-5157" + "azs-3852" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteTwoTerms.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteTwoTerms.json index 818092d0b8d8..02f3679e96df 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteTwoTerms.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteTwoTerms.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b07dcdf5-4667-4f9e-ae67-9abaf87c2e79" + "4919b2a9-f961-4a56-948f-792a046a6985" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1186" ], "x-ms-request-id": [ - "3451d032-f87b-492d-9824-562e97a3978f" + "821bcff6-b9db-46ab-80de-12e67fa5243d" ], "x-ms-correlation-request-id": [ - "3451d032-f87b-492d-9824-562e97a3978f" + "821bcff6-b9db-46ab-80de-12e67fa5243d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002756Z:3451d032-f87b-492d-9824-562e97a3978f" + "NORTHEUROPE:20200808T091707Z:821bcff6-b9db-46ab-80de-12e67fa5243d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:27:55 GMT" + "Sat, 08 Aug 2020 09:17:07 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet674?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2NzQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet864?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NjQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "57859cbf-4376-4fca-ba94-3e74f7746ba0" + "d4f3af8e-be60-4312-8985-ce99ef21b7ee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1191" ], "x-ms-request-id": [ - "f4c1c27e-c614-4dec-a564-3d1743d22efa" + "d3a91ac1-c196-4037-bf33-33d1a2d57fc9" ], "x-ms-correlation-request-id": [ - "f4c1c27e-c614-4dec-a564-3d1743d22efa" + "d3a91ac1-c196-4037-bf33-33d1a2d57fc9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002757Z:f4c1c27e-c614-4dec-a564-3d1743d22efa" + "NORTHEUROPE:20200808T091709Z:d3a91ac1-c196-4037-bf33-33d1a2d57fc9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:27:56 GMT" + "Sat, 08 Aug 2020 09:17:08 GMT" ], "Content-Length": [ "173" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet674\",\r\n \"name\": \"azsmnet674\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet864\",\r\n \"name\": \"azsmnet864\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet674/providers/Microsoft.Search/searchServices/azs-2260?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIyNjA/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet864/providers/Microsoft.Search/searchServices/azs-4144?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTQxNDQ/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a70bc0e0-9db8-4ff4-b3d8-3b33e5394850" + "7d657439-3830-42aa-9759-da7618d7db52" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A28%3A00.8124857Z'\"" + "W/\"datetime'2020-08-08T09%3A17%3A14.3714727Z'\"" ], "x-ms-request-id": [ - "a70bc0e0-9db8-4ff4-b3d8-3b33e5394850" + "7d657439-3830-42aa-9759-da7618d7db52" ], "request-id": [ - "a70bc0e0-9db8-4ff4-b3d8-3b33e5394850" + "7d657439-3830-42aa-9759-da7618d7db52" ], "elapsed-time": [ - "1956" + "1325" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1190" ], "x-ms-correlation-request-id": [ - "69138242-23e9-4bf1-a89b-306a5c3b7f5d" + "bb684cb0-cccb-40d8-9d89-6466df2c6ad4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002801Z:69138242-23e9-4bf1-a89b-306a5c3b7f5d" + "NORTHEUROPE:20200808T091715Z:bb684cb0-cccb-40d8-9d89-6466df2c6ad4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:28:01 GMT" + "Sat, 08 Aug 2020 09:17:15 GMT" ], "Content-Length": [ "528" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet674/providers/Microsoft.Search/searchServices/azs-2260\",\r\n \"name\": \"azs-2260\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet864/providers/Microsoft.Search/searchServices/azs-4144\",\r\n \"name\": \"azs-4144\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet674/providers/Microsoft.Search/searchServices/azs-2260/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIyNjAvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet864/providers/Microsoft.Search/searchServices/azs-4144/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTQxNDQvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3689d831-ca11-4210-bf23-3ff84b23f601" + "8e8c02cd-6a6b-4984-a732-45e81c994a80" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "3689d831-ca11-4210-bf23-3ff84b23f601" + "8e8c02cd-6a6b-4984-a732-45e81c994a80" ], "request-id": [ - "3689d831-ca11-4210-bf23-3ff84b23f601" + "8e8c02cd-6a6b-4984-a732-45e81c994a80" ], "elapsed-time": [ - "431" + "98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1185" ], "x-ms-correlation-request-id": [ - "d687ccf4-1cc3-4176-b49f-271da8d6b0d9" + "1da324e5-de07-44bb-a79d-94c988718090" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002804Z:d687ccf4-1cc3-4176-b49f-271da8d6b0d9" + "NORTHEUROPE:20200808T091721Z:1da324e5-de07-44bb-a79d-94c988718090" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:28:03 GMT" + "Sat, 08 Aug 2020 09:17:20 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"3FD60F071136D36550874D1BA24E119C\",\r\n \"secondaryKey\": \"F7231A17A78D20C4BB37AE8625077BB5\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"5F3C12FCBC6D01102886ECB55D6BC8F1\",\r\n \"secondaryKey\": \"E10A7610CE28202FE32CE776EC0DBE21\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet674/providers/Microsoft.Search/searchServices/azs-2260/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIyNjAvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet864/providers/Microsoft.Search/searchServices/azs-4144/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTQxNDQvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "08de7849-e56f-4a44-bbde-eef4ac912215" + "b99a86c0-aa0e-46c7-8110-6fb35bd5f2a8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "08de7849-e56f-4a44-bbde-eef4ac912215" + "b99a86c0-aa0e-46c7-8110-6fb35bd5f2a8" ], "request-id": [ - "08de7849-e56f-4a44-bbde-eef4ac912215" + "b99a86c0-aa0e-46c7-8110-6fb35bd5f2a8" ], "elapsed-time": [ - "474" + "108" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1184" ], "x-ms-correlation-request-id": [ - "9eac9a48-1bfa-4bfc-a546-17f266e5d534" + "58487c83-76d7-4570-9aa7-28f2e9f93bb4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002805Z:9eac9a48-1bfa-4bfc-a546-17f266e5d534" + "NORTHEUROPE:20200808T091721Z:58487c83-76d7-4570-9aa7-28f2e9f93bb4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:28:04 GMT" + "Sat, 08 Aug 2020 09:17:21 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"129321C75133328AC3E5998E2A8BE3AE\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"380B5369DCDE64DAE1DF03427553E896\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6394\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9924\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "774313ee-545c-4b92-831f-0ca34ce514a8" + "b3f8c747-cc0d-4da4-9320-c54d0043cad7" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3FD60F071136D36550874D1BA24E119C" + "5F3C12FCBC6D01102886ECB55D6BC8F1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036729BEAE75\"" + "W/\"0x8D83B7BDDEFCA84\"" ], "Location": [ - "https://azs-2260.search-dogfood.windows-int.net/indexes('azsmnet6394')?api-version=2019-05-06" + "https://azs-4144.search-dogfood.windows-int.net/indexes('azsmnet9924')?api-version=2019-05-06" ], "request-id": [ - "774313ee-545c-4b92-831f-0ca34ce514a8" + "b3f8c747-cc0d-4da4-9320-c54d0043cad7" ], "elapsed-time": [ - "1215" + "765" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:28:08 GMT" + "Sat, 08 Aug 2020 09:17:26 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2260.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036729BEAE75\\\"\",\r\n \"name\": \"azsmnet6394\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4144.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7BDDEFCA84\\\"\",\r\n \"name\": \"azsmnet9924\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet6394')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2Mzk0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet9924')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5OTI0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "78ca65ed-15e5-4311-b761-1ea4c6d697ed" + "ec20aab5-4688-4043-a2c3-08c305768ae3" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "3FD60F071136D36550874D1BA24E119C" + "5F3C12FCBC6D01102886ECB55D6BC8F1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "78ca65ed-15e5-4311-b761-1ea4c6d697ed" + "ec20aab5-4688-4043-a2c3-08c305768ae3" ], "elapsed-time": [ - "250" + "202" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:28:30 GMT" + "Sat, 08 Aug 2020 09:17:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet6394')/docs/search.autocomplete?api-version=2019-05-06&search=po&suggesterName=sg&autocompleteMode=twoTerms", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2Mzk0JykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPXBvJnN1Z2dlc3Rlck5hbWU9c2cmYXV0b2NvbXBsZXRlTW9kZT10d29UZXJtcw==", + "RequestUri": "/indexes('azsmnet9924')/docs/search.autocomplete?api-version=2019-05-06&search=po&suggesterName=sg&autocompleteMode=twoTerms", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5OTI0JykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPXBvJnN1Z2dlc3Rlck5hbWU9c2cmYXV0b2NvbXBsZXRlTW9kZT10d29UZXJtcw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "31c9ccf9-88ec-4523-a9fe-03f90e44838c" + "99c1387e-e24f-49f4-a003-ed8eb25b1237" ], "Accept-Language": [ "en-US" ], "api-key": [ - "129321C75133328AC3E5998E2A8BE3AE" + "380B5369DCDE64DAE1DF03427553E896" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -510,10 +510,10 @@ "no-cache" ], "request-id": [ - "31c9ccf9-88ec-4523-a9fe-03f90e44838c" + "99c1387e-e24f-49f4-a003-ed8eb25b1237" ], "elapsed-time": [ - "21" + "215" ], "OData-Version": [ "4.0" @@ -525,7 +525,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:28:34 GMT" + "Sat, 08 Aug 2020 09:17:51 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -537,25 +537,25 @@ "442" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2260.search-dogfood.windows-int.net/indexes('azsmnet6394')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"point motel\",\r\n \"queryPlusText\": \"point motel\"\r\n },\r\n {\r\n \"text\": \"police station\",\r\n \"queryPlusText\": \"police station\"\r\n },\r\n {\r\n \"text\": \"polite staff\",\r\n \"queryPlusText\": \"polite staff\"\r\n },\r\n {\r\n \"text\": \"pool a\",\r\n \"queryPlusText\": \"pool a\"\r\n },\r\n {\r\n \"text\": \"popular hotel\",\r\n \"queryPlusText\": \"popular hotel\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4144.search-dogfood.windows-int.net/indexes('azsmnet9924')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"point motel\",\r\n \"queryPlusText\": \"point motel\"\r\n },\r\n {\r\n \"text\": \"police station\",\r\n \"queryPlusText\": \"police station\"\r\n },\r\n {\r\n \"text\": \"polite staff\",\r\n \"queryPlusText\": \"polite staff\"\r\n },\r\n {\r\n \"text\": \"pool a\",\r\n \"queryPlusText\": \"pool a\"\r\n },\r\n {\r\n \"text\": \"popular hotel\",\r\n \"queryPlusText\": \"popular hotel\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet674/providers/Microsoft.Search/searchServices/azs-2260?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIyNjA/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet864/providers/Microsoft.Search/searchServices/azs-4144?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTQxNDQ/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0d66319d-b0bf-4038-9cef-b22b4110a5c8" + "9dfce430-b420-4c32-a964-6c8d0e2507ab" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -566,51 +566,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14988" + ], "x-ms-request-id": [ - "0d66319d-b0bf-4038-9cef-b22b4110a5c8" + "b9a398f8-f6fb-4506-823d-b162d1597735" ], - "request-id": [ - "0d66319d-b0bf-4038-9cef-b22b4110a5c8" + "x-ms-correlation-request-id": [ + "b9a398f8-f6fb-4506-823d-b162d1597735" ], - "elapsed-time": [ - "847" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T091803Z:b9a398f8-f6fb-4506-823d-b162d1597735" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" - ], - "x-ms-correlation-request-id": [ - "54df321d-4b99-4646-a334-fcf4d071159f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T002838Z:54df321d-4b99-4646-a334-fcf4d071159f" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:28:38 GMT" + "Sat, 08 Aug 2020 09:18:02 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet674", - "azsmnet6394" + "azsmnet864", + "azsmnet9924" ], "GenerateServiceName": [ - "azs-2260" + "azs-4144" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteTwoTermsWithFuzzy.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteTwoTermsWithFuzzy.json index fd743358b275..948a3f56594c 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteTwoTermsWithFuzzy.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteTwoTermsWithFuzzy.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0863fc27-650a-438a-a81a-f02a4bbeb988" + "18ba7c1f-a2a5-457c-ae65-ef4da4283f21" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1187" ], "x-ms-request-id": [ - "8b597f67-e674-488f-8d45-3c21afede923" + "50e57ce7-fb4d-45ff-823c-aa96e3594dc6" ], "x-ms-correlation-request-id": [ - "8b597f67-e674-488f-8d45-3c21afede923" + "50e57ce7-fb4d-45ff-823c-aa96e3594dc6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003715Z:8b597f67-e674-488f-8d45-3c21afede923" + "NORTHEUROPE:20200808T093103Z:50e57ce7-fb4d-45ff-823c-aa96e3594dc6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:37:15 GMT" + "Sat, 08 Aug 2020 09:31:02 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3486?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNDg2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5639?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NjM5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8a61fa7a-abc7-4303-b97f-9b33cf8ba8f1" + "79b527a0-0c7f-4925-a719-eef362ae3e6c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1191" ], "x-ms-request-id": [ - "2cb12854-bbba-42fa-8be8-934bba2c5599" + "a15963d6-16c0-497b-82cb-f69f64503fae" ], "x-ms-correlation-request-id": [ - "2cb12854-bbba-42fa-8be8-934bba2c5599" + "a15963d6-16c0-497b-82cb-f69f64503fae" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003716Z:2cb12854-bbba-42fa-8be8-934bba2c5599" + "NORTHEUROPE:20200808T093104Z:a15963d6-16c0-497b-82cb-f69f64503fae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:37:15 GMT" + "Sat, 08 Aug 2020 09:31:03 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3486\",\r\n \"name\": \"azsmnet3486\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5639\",\r\n \"name\": \"azsmnet5639\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3486/providers/Microsoft.Search/searchServices/azs-3325?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzI1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5639/providers/Microsoft.Search/searchServices/azs-9105?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTA1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dbd6048c-26b4-4d62-97fb-264a5915e295" + "3c6d0835-f0d2-4e95-b292-746f8c07d67a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A37%3A20.7053592Z'\"" + "W/\"datetime'2020-08-08T09%3A31%3A11.8417784Z'\"" ], "x-ms-request-id": [ - "dbd6048c-26b4-4d62-97fb-264a5915e295" + "3c6d0835-f0d2-4e95-b292-746f8c07d67a" ], "request-id": [ - "dbd6048c-26b4-4d62-97fb-264a5915e295" + "3c6d0835-f0d2-4e95-b292-746f8c07d67a" ], "elapsed-time": [ - "1407" + "3260" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1190" ], "x-ms-correlation-request-id": [ - "bddfb9ab-a2d7-4af1-b712-3ea4c3d1476c" + "2cf6fddc-b2df-42fd-98a6-fa187768e237" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003721Z:bddfb9ab-a2d7-4af1-b712-3ea4c3d1476c" + "NORTHEUROPE:20200808T093113Z:2cf6fddc-b2df-42fd-98a6-fa187768e237" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:37:21 GMT" + "Sat, 08 Aug 2020 09:31:12 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3486/providers/Microsoft.Search/searchServices/azs-3325\",\r\n \"name\": \"azs-3325\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5639/providers/Microsoft.Search/searchServices/azs-9105\",\r\n \"name\": \"azs-9105\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3486/providers/Microsoft.Search/searchServices/azs-3325/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzI1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5639/providers/Microsoft.Search/searchServices/azs-9105/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTA1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d283b5e-a5a0-4b54-b255-ec5a69f79d64" + "7fc16956-ba9a-48b0-8ed1-4bd55a3d052d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9d283b5e-a5a0-4b54-b255-ec5a69f79d64" + "7fc16956-ba9a-48b0-8ed1-4bd55a3d052d" ], "request-id": [ - "9d283b5e-a5a0-4b54-b255-ec5a69f79d64" + "7fc16956-ba9a-48b0-8ed1-4bd55a3d052d" ], "elapsed-time": [ - "99" + "114" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1185" ], "x-ms-correlation-request-id": [ - "9c5271e8-3eed-420b-a9ce-5dbb8ac39809" + "762e2c9d-e7ba-495f-9205-bb8fcfa5a404" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003723Z:9c5271e8-3eed-420b-a9ce-5dbb8ac39809" + "NORTHEUROPE:20200808T093116Z:762e2c9d-e7ba-495f-9205-bb8fcfa5a404" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:37:23 GMT" + "Sat, 08 Aug 2020 09:31:16 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"06822C8194538DA13F33CF2DFA3EB4A4\",\r\n \"secondaryKey\": \"D1F943F6E676DBF1F32B325CF40BF30B\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"C013531E10A62F4127D8671A00A1A31B\",\r\n \"secondaryKey\": \"60B2B11D3E3CA5B66B962B70963156B0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3486/providers/Microsoft.Search/searchServices/azs-3325/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzI1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5639/providers/Microsoft.Search/searchServices/azs-9105/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTA1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "519e8e95-f2d7-42f4-a38f-874b3efbc23d" + "550d3e3a-d488-4696-be87-dba087117489" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "519e8e95-f2d7-42f4-a38f-874b3efbc23d" + "550d3e3a-d488-4696-be87-dba087117489" ], "request-id": [ - "519e8e95-f2d7-42f4-a38f-874b3efbc23d" + "550d3e3a-d488-4696-be87-dba087117489" ], "elapsed-time": [ - "92" + "97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1184" ], "x-ms-correlation-request-id": [ - "e7a6556a-bd15-4f72-9005-d084866c89aa" + "a7f67fd1-1d8c-4119-8a51-3d38a1745f11" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003724Z:e7a6556a-bd15-4f72-9005-d084866c89aa" + "NORTHEUROPE:20200808T093116Z:a7f67fd1-1d8c-4119-8a51-3d38a1745f11" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:37:23 GMT" + "Sat, 08 Aug 2020 09:31:16 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"250A963CBCBB0158EAC57589B49704EB\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B6EC54DB263C2F761563AE9B3BA8424E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6067\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6561\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "f57bcd11-a221-41a6-9a2d-b15dc059b05c" + "0d767c0e-0fba-4172-af41-b0c21e51bbb5" ], "Accept-Language": [ "en-US" ], "api-key": [ - "06822C8194538DA13F33CF2DFA3EB4A4" + "C013531E10A62F4127D8671A00A1A31B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036876197C42\"" + "W/\"0x8D83B7DCE9938D8\"" ], "Location": [ - "https://azs-3325.search-dogfood.windows-int.net/indexes('azsmnet6067')?api-version=2019-05-06" + "https://azs-9105.search-dogfood.windows-int.net/indexes('azsmnet6561')?api-version=2019-05-06" ], "request-id": [ - "f57bcd11-a221-41a6-9a2d-b15dc059b05c" + "0d767c0e-0fba-4172-af41-b0c21e51bbb5" ], "elapsed-time": [ - "1224" + "1449" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:37:25 GMT" + "Sat, 08 Aug 2020 09:31:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3325.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036876197C42\\\"\",\r\n \"name\": \"azsmnet6067\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9105.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7DCE9938D8\\\"\",\r\n \"name\": \"azsmnet6561\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet6067')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MDY3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6561')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NTYxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "02635aa4-7034-4896-afd9-b17f64eea2b7" + "75df98bf-718f-4b9f-baf4-d3624b66b3cc" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "06822C8194538DA13F33CF2DFA3EB4A4" + "C013531E10A62F4127D8671A00A1A31B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "02635aa4-7034-4896-afd9-b17f64eea2b7" + "75df98bf-718f-4b9f-baf4-d3624b66b3cc" ], "elapsed-time": [ - "141" + "177" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:37:47 GMT" + "Sat, 08 Aug 2020 09:31:41 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet6067')/docs/search.autocomplete?api-version=2019-05-06&search=mod&suggesterName=sg&autocompleteMode=twoTerms&fuzzy=true", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MDY3JykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPW1vZCZzdWdnZXN0ZXJOYW1lPXNnJmF1dG9jb21wbGV0ZU1vZGU9dHdvVGVybXMmZnV6enk9dHJ1ZQ==", + "RequestUri": "/indexes('azsmnet6561')/docs/search.autocomplete?api-version=2019-05-06&search=mod&suggesterName=sg&autocompleteMode=twoTerms&fuzzy=true", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NTYxJykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPW1vZCZzdWdnZXN0ZXJOYW1lPXNnJmF1dG9jb21wbGV0ZU1vZGU9dHdvVGVybXMmZnV6enk9dHJ1ZQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "0750607d-bf68-4050-85fe-60fad701b55a" + "51229603-2e2b-4b60-8d4f-3be58f4c3beb" ], "Accept-Language": [ "en-US" ], "api-key": [ - "250A963CBCBB0158EAC57589B49704EB" + "B6EC54DB263C2F761563AE9B3BA8424E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -510,10 +510,10 @@ "no-cache" ], "request-id": [ - "0750607d-bf68-4050-85fe-60fad701b55a" + "51229603-2e2b-4b60-8d4f-3be58f4c3beb" ], "elapsed-time": [ - "76" + "195" ], "OData-Version": [ "4.0" @@ -525,7 +525,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:37:51 GMT" + "Sat, 08 Aug 2020 09:31:44 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -537,25 +537,25 @@ "454" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3325.search-dogfood.windows-int.net/indexes('azsmnet6067')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"model suites\",\r\n \"queryPlusText\": \"model suites\"\r\n },\r\n {\r\n \"text\": \"modern architecture\",\r\n \"queryPlusText\": \"modern architecture\"\r\n },\r\n {\r\n \"text\": \"modern stay\",\r\n \"queryPlusText\": \"modern stay\"\r\n },\r\n {\r\n \"text\": \"morel coverings\",\r\n \"queryPlusText\": \"morel coverings\"\r\n },\r\n {\r\n \"text\": \"motel\",\r\n \"queryPlusText\": \"motel\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9105.search-dogfood.windows-int.net/indexes('azsmnet6561')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"model suites\",\r\n \"queryPlusText\": \"model suites\"\r\n },\r\n {\r\n \"text\": \"modern architecture\",\r\n \"queryPlusText\": \"modern architecture\"\r\n },\r\n {\r\n \"text\": \"modern stay\",\r\n \"queryPlusText\": \"modern stay\"\r\n },\r\n {\r\n \"text\": \"morel coverings\",\r\n \"queryPlusText\": \"morel coverings\"\r\n },\r\n {\r\n \"text\": \"motel\",\r\n \"queryPlusText\": \"motel\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3486/providers/Microsoft.Search/searchServices/azs-3325?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzI1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5639/providers/Microsoft.Search/searchServices/azs-9105?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTA1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "44b6875f-6348-4b77-960d-0fba6d882224" + "57d2409c-5c24-4c01-a5d7-cb20fd85b4df" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -566,51 +566,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "44b6875f-6348-4b77-960d-0fba6d882224" + "9b3da4db-cf3f-4c49-a12a-28d328ca8681" ], - "request-id": [ - "44b6875f-6348-4b77-960d-0fba6d882224" + "x-ms-correlation-request-id": [ + "9b3da4db-cf3f-4c49-a12a-28d328ca8681" ], - "elapsed-time": [ - "1131" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T093202Z:9b3da4db-cf3f-4c49-a12a-28d328ca8681" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14993" - ], - "x-ms-correlation-request-id": [ - "b02d8fe7-e8f5-4e3c-9e42-2c89b411239f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003756Z:b02d8fe7-e8f5-4e3c-9e42-2c89b411239f" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:37:56 GMT" + "Sat, 08 Aug 2020 09:32:02 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet3486", - "azsmnet6067" + "azsmnet5639", + "azsmnet6561" ], "GenerateServiceName": [ - "azs-3325" + "azs-9105" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteWithFilter.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteWithFilter.json index 579b43b43ae5..f9d8fd34a4f1 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteWithFilter.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteWithFilter.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7bb5712-d1d5-414f-94f8-2b8b60d19f1c" + "375e28ac-db18-4862-aaf8-24c01a541709" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1183" ], "x-ms-request-id": [ - "ad630d3f-cf87-4a03-9d46-5c53a7c9ea23" + "e380a2d3-1591-4c2e-8ef6-a9e1f7f72ad7" ], "x-ms-correlation-request-id": [ - "ad630d3f-cf87-4a03-9d46-5c53a7c9ea23" + "e380a2d3-1591-4c2e-8ef6-a9e1f7f72ad7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003938Z:ad630d3f-cf87-4a03-9d46-5c53a7c9ea23" + "NORTHEUROPE:20200808T093411Z:e380a2d3-1591-4c2e-8ef6-a9e1f7f72ad7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:39:37 GMT" + "Sat, 08 Aug 2020 09:34:10 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet679?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2Nzk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7378?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3Mzc4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a647c477-6935-4e72-a322-18796b739d94" + "347e1c69-14ef-44e9-b51d-ae1c61285a68" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1189" ], "x-ms-request-id": [ - "c82dbb79-7fe4-47d0-9e1c-07a061e686b7" + "fc73da3d-078e-42b7-8ab4-02e56a9b148c" ], "x-ms-correlation-request-id": [ - "c82dbb79-7fe4-47d0-9e1c-07a061e686b7" + "fc73da3d-078e-42b7-8ab4-02e56a9b148c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003939Z:c82dbb79-7fe4-47d0-9e1c-07a061e686b7" + "NORTHEUROPE:20200808T093412Z:fc73da3d-078e-42b7-8ab4-02e56a9b148c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:39:38 GMT" + "Sat, 08 Aug 2020 09:34:12 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet679\",\r\n \"name\": \"azsmnet679\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7378\",\r\n \"name\": \"azsmnet7378\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet679/providers/Microsoft.Search/searchServices/azs-999?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk5OT9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7378/providers/Microsoft.Search/searchServices/azs-2327?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Mzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzI3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fc63c806-7e6d-471a-8617-31fe855cc93d" + "22c489a8-686a-4dc0-9bc9-1d9bf47343b2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A39%3A44.0169247Z'\"" + "W/\"datetime'2020-08-08T09%3A34%3A18.3509597Z'\"" ], "x-ms-request-id": [ - "fc63c806-7e6d-471a-8617-31fe855cc93d" + "22c489a8-686a-4dc0-9bc9-1d9bf47343b2" ], "request-id": [ - "fc63c806-7e6d-471a-8617-31fe855cc93d" + "22c489a8-686a-4dc0-9bc9-1d9bf47343b2" ], "elapsed-time": [ - "2642" + "1816" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1192" ], "x-ms-correlation-request-id": [ - "2fe6edab-2cf4-4b3a-a5c5-330aa1f1ecab" + "c981e550-4f05-4d9e-b099-2bfc7fec154e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003945Z:2fe6edab-2cf4-4b3a-a5c5-330aa1f1ecab" + "NORTHEUROPE:20200808T093419Z:c981e550-4f05-4d9e-b099-2bfc7fec154e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:39:44 GMT" + "Sat, 08 Aug 2020 09:34:18 GMT" ], "Content-Length": [ - "526" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet679/providers/Microsoft.Search/searchServices/azs-999\",\r\n \"name\": \"azs-999\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7378/providers/Microsoft.Search/searchServices/azs-2327\",\r\n \"name\": \"azs-2327\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet679/providers/Microsoft.Search/searchServices/azs-999/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk5OS9saXN0QWRtaW5LZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7378/providers/Microsoft.Search/searchServices/azs-2327/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Mzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzI3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a5d7163e-ee5d-4b1f-8143-e778fc6af9df" + "3cc07760-5498-478f-9ae5-aef42f601d42" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a5d7163e-ee5d-4b1f-8143-e778fc6af9df" + "3cc07760-5498-478f-9ae5-aef42f601d42" ], "request-id": [ - "a5d7163e-ee5d-4b1f-8143-e778fc6af9df" + "3cc07760-5498-478f-9ae5-aef42f601d42" ], "elapsed-time": [ - "316" + "122" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1189" ], "x-ms-correlation-request-id": [ - "effab0f1-6e0d-494c-bf4c-511ac6e242b8" + "e9a020c5-80b3-484e-b00e-cefa72224d72" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003947Z:effab0f1-6e0d-494c-bf4c-511ac6e242b8" + "NORTHEUROPE:20200808T093422Z:e9a020c5-80b3-484e-b00e-cefa72224d72" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:39:47 GMT" + "Sat, 08 Aug 2020 09:34:21 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"004277749BCA77F2B6E634B6CD82CD7F\",\r\n \"secondaryKey\": \"6CD5734314DE96CD1C7463C00CFD3492\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"2997A6C6A0CD4569E00DAB68B02CC0FC\",\r\n \"secondaryKey\": \"26ED2D5BDCA1A13836392BCB17810356\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet679/providers/Microsoft.Search/searchServices/azs-999/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk5OS9saXN0UXVlcnlLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7378/providers/Microsoft.Search/searchServices/azs-2327/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Mzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzI3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3dc179bc-a428-4b06-84ae-827d6dc82e0c" + "91d8e06d-863b-451d-9f31-6ae248034050" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "3dc179bc-a428-4b06-84ae-827d6dc82e0c" + "91d8e06d-863b-451d-9f31-6ae248034050" ], "request-id": [ - "3dc179bc-a428-4b06-84ae-827d6dc82e0c" + "91d8e06d-863b-451d-9f31-6ae248034050" ], "elapsed-time": [ - "92" + "145" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1188" ], "x-ms-correlation-request-id": [ - "e6abb42b-e672-4bc8-94b2-8ce7776dc52e" + "0ab96bc7-0fea-4a00-8d1d-73ee1cfdcc40" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003951Z:e6abb42b-e672-4bc8-94b2-8ce7776dc52e" + "NORTHEUROPE:20200808T093422Z:0ab96bc7-0fea-4a00-8d1d-73ee1cfdcc40" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:39:51 GMT" + "Sat, 08 Aug 2020 09:34:21 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"E29E8AD4D54B2129B46957A6AF1ADC5E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"60E4EFF9AD658B965D37E7958CA24FA1\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6463\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5768\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "e497965c-9468-4f77-ae18-54980ba38ecd" + "9ce77532-3fa9-4d1a-b7e7-8a1cf0136fa6" ], "Accept-Language": [ "en-US" ], "api-key": [ - "004277749BCA77F2B6E634B6CD82CD7F" + "2997A6C6A0CD4569E00DAB68B02CC0FC" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80368CDF2BAB7\"" + "W/\"0x8D83B7E3D9A2737\"" ], "Location": [ - "https://azs-999.search-dogfood.windows-int.net/indexes('azsmnet6463')?api-version=2019-05-06" + "https://azs-2327.search-dogfood.windows-int.net/indexes('azsmnet5768')?api-version=2019-05-06" ], "request-id": [ - "e497965c-9468-4f77-ae18-54980ba38ecd" + "9ce77532-3fa9-4d1a-b7e7-8a1cf0136fa6" ], "elapsed-time": [ - "1249" + "1542" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:39:54 GMT" + "Sat, 08 Aug 2020 09:34:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-999.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80368CDF2BAB7\\\"\",\r\n \"name\": \"azsmnet6463\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2327.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7E3D9A2737\\\"\",\r\n \"name\": \"azsmnet5768\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet6463')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NDYzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5768')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NzY4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "d03c1d1d-9c77-4ca2-9d59-cb0e81ea9281" + "84cccd5a-e8d4-41e5-9d94-f24ae59ea11f" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "004277749BCA77F2B6E634B6CD82CD7F" + "2997A6C6A0CD4569E00DAB68B02CC0FC" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "d03c1d1d-9c77-4ca2-9d59-cb0e81ea9281" + "84cccd5a-e8d4-41e5-9d94-f24ae59ea11f" ], "elapsed-time": [ - "887" + "213" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:40:15 GMT" + "Sat, 08 Aug 2020 09:34:46 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet6463')/docs/search.autocomplete?api-version=2019-05-06&search=po&suggesterName=sg&autocompleteMode=oneTerm&$filter=search.in%28hotelId%2C%20%276%2C7%27%29", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NDYzJykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPXBvJnN1Z2dlc3Rlck5hbWU9c2cmYXV0b2NvbXBsZXRlTW9kZT1vbmVUZXJtJiRmaWx0ZXI9c2VhcmNoLmluJTI4aG90ZWxJZCUyQyUyMCUyNzYlMkM3JTI3JTI5", + "RequestUri": "/indexes('azsmnet5768')/docs/search.autocomplete?api-version=2019-05-06&search=po&suggesterName=sg&autocompleteMode=oneTerm&$filter=search.in%28hotelId%2C%20%276%2C7%27%29", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NzY4JykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPXBvJnN1Z2dlc3Rlck5hbWU9c2cmYXV0b2NvbXBsZXRlTW9kZT1vbmVUZXJtJiRmaWx0ZXI9c2VhcmNoLmluJTI4aG90ZWxJZCUyQyUyMCUyNzYlMkM3JTI3JTI5", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "41368ae8-62ea-4ba1-a5c6-00e1cfcd82fa" + "fe9bdc57-979e-41a2-b915-cd8effde6907" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E29E8AD4D54B2129B46957A6AF1ADC5E" + "60E4EFF9AD658B965D37E7958CA24FA1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -510,10 +510,10 @@ "no-cache" ], "request-id": [ - "41368ae8-62ea-4ba1-a5c6-00e1cfcd82fa" + "fe9bdc57-979e-41a2-b915-cd8effde6907" ], "elapsed-time": [ - "119" + "46" ], "OData-Version": [ "4.0" @@ -525,7 +525,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:40:20 GMT" + "Sat, 08 Aug 2020 09:34:51 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -534,28 +534,28 @@ "-1" ], "Content-Length": [ - "217" + "218" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-999.search-dogfood.windows-int.net/indexes('azsmnet6463')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"polite\",\r\n \"queryPlusText\": \"polite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2327.search-dogfood.windows-int.net/indexes('azsmnet5768')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"polite\",\r\n \"queryPlusText\": \"polite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet679/providers/Microsoft.Search/searchServices/azs-999?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk5OT9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7378/providers/Microsoft.Search/searchServices/azs-2327?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Mzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzI3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "df87811e-7474-44d8-bd10-e88522db2f46" + "3365434a-2e83-41ed-873e-3e90d33c1f85" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -566,51 +566,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14986" + ], "x-ms-request-id": [ - "df87811e-7474-44d8-bd10-e88522db2f46" + "719dff88-3fa4-426a-9bec-6ef8adfbf04e" ], - "request-id": [ - "df87811e-7474-44d8-bd10-e88522db2f46" + "x-ms-correlation-request-id": [ + "719dff88-3fa4-426a-9bec-6ef8adfbf04e" ], - "elapsed-time": [ - "1006" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T093501Z:719dff88-3fa4-426a-9bec-6ef8adfbf04e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" - ], - "x-ms-correlation-request-id": [ - "9a5d6b07-f02e-494f-a9a4-f0f72e52ebbe" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004024Z:9a5d6b07-f02e-494f-a9a4-f0f72e52ebbe" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:40:24 GMT" + "Sat, 08 Aug 2020 09:35:00 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet679", - "azsmnet6463" + "azsmnet7378", + "azsmnet5768" ], "GenerateServiceName": [ - "azs-999" + "azs-2327" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteWithFilterAndFuzzy.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteWithFilterAndFuzzy.json index d4112105c42a..e5df75ec88ad 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteWithFilterAndFuzzy.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteWithFilterAndFuzzy.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0c97b92b-5a52-4879-aa9f-f52d68559298" + "07dd27bd-e90b-44ab-9884-89d9dd454d88" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -30,13 +30,13 @@ "1193" ], "x-ms-request-id": [ - "2ca020de-7968-48c5-9e3d-e6cdfddaa874" + "500839c9-25ce-475b-ba3f-fa69765078b9" ], "x-ms-correlation-request-id": [ - "2ca020de-7968-48c5-9e3d-e6cdfddaa874" + "500839c9-25ce-475b-ba3f-fa69765078b9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003022Z:2ca020de-7968-48c5-9e3d-e6cdfddaa874" + "NORTHEUROPE:20200808T092001Z:500839c9-25ce-475b-ba3f-fa69765078b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:30:21 GMT" + "Sat, 08 Aug 2020 09:20:00 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5304?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MzA0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7386?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3Mzg2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "718a074f-10fa-4bc4-9545-8f5dba832393" + "37849d80-baa6-4362-98fd-90e87f2ae61b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1194" ], "x-ms-request-id": [ - "06e4b1ae-6ba4-4fc9-92a7-3c6e4cded501" + "b4ff92da-84fe-4f9c-aab3-9058547f4fee" ], "x-ms-correlation-request-id": [ - "06e4b1ae-6ba4-4fc9-92a7-3c6e4cded501" + "b4ff92da-84fe-4f9c-aab3-9058547f4fee" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003023Z:06e4b1ae-6ba4-4fc9-92a7-3c6e4cded501" + "NORTHEUROPE:20200808T092003Z:b4ff92da-84fe-4f9c-aab3-9058547f4fee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:30:22 GMT" + "Sat, 08 Aug 2020 09:20:02 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5304\",\r\n \"name\": \"azsmnet5304\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7386\",\r\n \"name\": \"azsmnet7386\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5304/providers/Microsoft.Search/searchServices/azs-1102?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MzA0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMTAyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7386/providers/Microsoft.Search/searchServices/azs-8578?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Mzg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e419837d-0417-4b5c-93dd-8251ca56cd26" + "c815b35f-7a93-49c8-a397-dc4a244b418b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A30%3A26.9331079Z'\"" + "W/\"datetime'2020-08-08T09%3A20%3A08.602557Z'\"" ], "x-ms-request-id": [ - "e419837d-0417-4b5c-93dd-8251ca56cd26" + "c815b35f-7a93-49c8-a397-dc4a244b418b" ], "request-id": [ - "e419837d-0417-4b5c-93dd-8251ca56cd26" + "c815b35f-7a93-49c8-a397-dc4a244b418b" ], "elapsed-time": [ - "1416" + "1864" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1193" ], "x-ms-correlation-request-id": [ - "ccb2652f-6628-4fe4-8e27-ce880660c182" + "6d29b1a8-651b-4305-917a-ab7b885764e7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003027Z:ccb2652f-6628-4fe4-8e27-ce880660c182" + "NORTHEUROPE:20200808T092009Z:6d29b1a8-651b-4305-917a-ab7b885764e7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:30:27 GMT" + "Sat, 08 Aug 2020 09:20:08 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5304/providers/Microsoft.Search/searchServices/azs-1102\",\r\n \"name\": \"azs-1102\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7386/providers/Microsoft.Search/searchServices/azs-8578\",\r\n \"name\": \"azs-8578\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5304/providers/Microsoft.Search/searchServices/azs-1102/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MzA0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMTAyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7386/providers/Microsoft.Search/searchServices/azs-8578/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Mzg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTc4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f1b57931-5be9-429e-91af-3ca8d3e0bc46" + "cd33b4ef-589f-4b32-8ffb-aa3dbe40b7f5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f1b57931-5be9-429e-91af-3ca8d3e0bc46" + "cd33b4ef-589f-4b32-8ffb-aa3dbe40b7f5" ], "request-id": [ - "f1b57931-5be9-429e-91af-3ca8d3e0bc46" + "cd33b4ef-589f-4b32-8ffb-aa3dbe40b7f5" ], "elapsed-time": [ - "97" + "93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1191" ], "x-ms-correlation-request-id": [ - "288cfe15-05c9-436a-8cd2-73c7ad27bf14" + "d3f7be3e-383e-427b-ab34-a716678c26f1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003029Z:288cfe15-05c9-436a-8cd2-73c7ad27bf14" + "NORTHEUROPE:20200808T092011Z:d3f7be3e-383e-427b-ab34-a716678c26f1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:30:28 GMT" + "Sat, 08 Aug 2020 09:20:11 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"EE055B1535E85A93F80D64E9EEB9AE64\",\r\n \"secondaryKey\": \"AE837A8232C503ED75C8BE1381E89CEB\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"1D4F52652A8CFA41240DFDF142CA00E8\",\r\n \"secondaryKey\": \"73528C9B69DD84DF86A1BFF21331F943\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5304/providers/Microsoft.Search/searchServices/azs-1102/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MzA0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMTAyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7386/providers/Microsoft.Search/searchServices/azs-8578/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Mzg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTc4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bcc773ca-eb3e-4a14-9a7b-add151d738aa" + "ac5e802d-2c8b-4cda-8557-ba85f46a04f3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "bcc773ca-eb3e-4a14-9a7b-add151d738aa" + "ac5e802d-2c8b-4cda-8557-ba85f46a04f3" ], "request-id": [ - "bcc773ca-eb3e-4a14-9a7b-add151d738aa" + "ac5e802d-2c8b-4cda-8557-ba85f46a04f3" ], "elapsed-time": [ - "105" + "100" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1190" ], "x-ms-correlation-request-id": [ - "f1c5e4be-0fac-400b-9964-f1e2d1417a2e" + "1fd2ebea-3258-471c-bf57-c18d42fa2021" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003030Z:f1c5e4be-0fac-400b-9964-f1e2d1417a2e" + "NORTHEUROPE:20200808T092012Z:1fd2ebea-3258-471c-bf57-c18d42fa2021" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:30:29 GMT" + "Sat, 08 Aug 2020 09:20:12 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"DE82CBE57B38BB1CB254A6D98EBFCD01\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"076521A6DFA4752C4B89F0F2C6B59F0C\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8857\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5657\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "24c57d8c-ada1-4fd8-a422-e614b4211697" + "887fc116-c0c7-4be2-8d8e-a3b9f112037a" ], "Accept-Language": [ "en-US" ], "api-key": [ - "EE055B1535E85A93F80D64E9EEB9AE64" + "1D4F52652A8CFA41240DFDF142CA00E8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803677F761E5F\"" + "W/\"0x8D83B7C42B1159C\"" ], "Location": [ - "https://azs-1102.search-dogfood.windows-int.net/indexes('azsmnet8857')?api-version=2019-05-06" + "https://azs-8578.search-dogfood.windows-int.net/indexes('azsmnet5657')?api-version=2019-05-06" ], "request-id": [ - "24c57d8c-ada1-4fd8-a422-e614b4211697" + "887fc116-c0c7-4be2-8d8e-a3b9f112037a" ], "elapsed-time": [ - "1197" + "1348" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:30:32 GMT" + "Sat, 08 Aug 2020 09:20:15 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1102.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803677F761E5F\\\"\",\r\n \"name\": \"azsmnet8857\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8578.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7C42B1159C\\\"\",\r\n \"name\": \"azsmnet5657\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet8857')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4ODU3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5657')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NjU3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "7993bbe1-1424-4d47-bbdb-993e08d0e11b" + "ec394e10-8b3e-462e-b407-1ab8b4136372" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "EE055B1535E85A93F80D64E9EEB9AE64" + "1D4F52652A8CFA41240DFDF142CA00E8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "7993bbe1-1424-4d47-bbdb-993e08d0e11b" + "ec394e10-8b3e-462e-b407-1ab8b4136372" ], "elapsed-time": [ - "176" + "150" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:30:54 GMT" + "Sat, 08 Aug 2020 09:20:37 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet8857')/docs/search.autocomplete?api-version=2019-05-06&search=mod&suggesterName=sg&autocompleteMode=oneTerm&$filter=hotelId%20ne%20%276%27%20and%20%28hotelName%20eq%20%27Modern%20Stay%27%20or%20tags%2Fany%28t%20%3A%20t%20eq%20%27budget%27%29%29&fuzzy=true", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4ODU3JykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPW1vZCZzdWdnZXN0ZXJOYW1lPXNnJmF1dG9jb21wbGV0ZU1vZGU9b25lVGVybSYkZmlsdGVyPWhvdGVsSWQlMjBuZSUyMCUyNzYlMjclMjBhbmQlMjAlMjhob3RlbE5hbWUlMjBlcSUyMCUyN01vZGVybiUyMFN0YXklMjclMjBvciUyMHRhZ3MlMkZhbnklMjh0JTIwJTNBJTIwdCUyMGVxJTIwJTI3YnVkZ2V0JTI3JTI5JTI5JmZ1enp5PXRydWU=", + "RequestUri": "/indexes('azsmnet5657')/docs/search.autocomplete?api-version=2019-05-06&search=mod&suggesterName=sg&autocompleteMode=oneTerm&$filter=hotelId%20ne%20%276%27%20and%20%28hotelName%20eq%20%27Modern%20Stay%27%20or%20tags%2Fany%28t%20%3A%20t%20eq%20%27budget%27%29%29&fuzzy=true", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NjU3JykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPW1vZCZzdWdnZXN0ZXJOYW1lPXNnJmF1dG9jb21wbGV0ZU1vZGU9b25lVGVybSYkZmlsdGVyPWhvdGVsSWQlMjBuZSUyMCUyNzYlMjclMjBhbmQlMjAlMjhob3RlbE5hbWUlMjBlcSUyMCUyN01vZGVybiUyMFN0YXklMjclMjBvciUyMHRhZ3MlMkZhbnklMjh0JTIwJTNBJTIwdCUyMGVxJTIwJTI3YnVkZ2V0JTI3JTI5JTI5JmZ1enp5PXRydWU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "c64951c2-27b0-4a89-ac67-a444af961622" + "17ee2138-b19f-4429-8746-a748c71c1518" ], "Accept-Language": [ "en-US" ], "api-key": [ - "DE82CBE57B38BB1CB254A6D98EBFCD01" + "076521A6DFA4752C4B89F0F2C6B59F0C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -510,10 +510,10 @@ "no-cache" ], "request-id": [ - "c64951c2-27b0-4a89-ac67-a444af961622" + "17ee2138-b19f-4429-8746-a748c71c1518" ], "elapsed-time": [ - "383" + "215" ], "OData-Version": [ "4.0" @@ -525,7 +525,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:30:57 GMT" + "Sat, 08 Aug 2020 09:20:40 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -537,25 +537,25 @@ "259" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1102.search-dogfood.windows-int.net/indexes('azsmnet8857')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"modern\",\r\n \"queryPlusText\": \"modern\"\r\n },\r\n {\r\n \"text\": \"motel\",\r\n \"queryPlusText\": \"motel\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8578.search-dogfood.windows-int.net/indexes('azsmnet5657')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"modern\",\r\n \"queryPlusText\": \"modern\"\r\n },\r\n {\r\n \"text\": \"motel\",\r\n \"queryPlusText\": \"motel\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5304/providers/Microsoft.Search/searchServices/azs-1102?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MzA0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMTAyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7386/providers/Microsoft.Search/searchServices/azs-8578?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Mzg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a6cab164-0e82-47e5-abec-9c9f3cc8066c" + "74d4f2d7-1a3b-4f79-a1c8-ab170627d22c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -566,51 +566,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14985" + ], "x-ms-request-id": [ - "a6cab164-0e82-47e5-abec-9c9f3cc8066c" + "df2d2c2a-828d-4579-86fc-eed5757291d2" ], - "request-id": [ - "a6cab164-0e82-47e5-abec-9c9f3cc8066c" + "x-ms-correlation-request-id": [ + "df2d2c2a-828d-4579-86fc-eed5757291d2" ], - "elapsed-time": [ - "1535" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T092131Z:df2d2c2a-828d-4579-86fc-eed5757291d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" - ], - "x-ms-correlation-request-id": [ - "a868132f-6200-4f3e-b658-eeedcc62e88a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003102Z:a868132f-6200-4f3e-b658-eeedcc62e88a" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:31:02 GMT" + "Sat, 08 Aug 2020 09:21:31 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5304", - "azsmnet8857" + "azsmnet7386", + "azsmnet5657" ], "GenerateServiceName": [ - "azs-1102" + "azs-8578" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteWithMultipleSelectedFields.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteWithMultipleSelectedFields.json index 3051f0f95ae7..c379da779234 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteWithMultipleSelectedFields.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteWithMultipleSelectedFields.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bc433983-d624-4475-a192-615dd9b535ea" + "aa5456e1-5390-4f86-bb5d-e6e7d500138e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1184" ], "x-ms-request-id": [ - "9c2e71bb-1251-45cd-a129-fdb85f9065cb" + "00873e90-5336-4c52-9b40-37b0b08a5df9" ], "x-ms-correlation-request-id": [ - "9c2e71bb-1251-45cd-a129-fdb85f9065cb" + "00873e90-5336-4c52-9b40-37b0b08a5df9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003352Z:9c2e71bb-1251-45cd-a129-fdb85f9065cb" + "NORTHEUROPE:20200808T092551Z:00873e90-5336-4c52-9b40-37b0b08a5df9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:33:51 GMT" + "Sat, 08 Aug 2020 09:25:50 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5560?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NTYwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7446?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NDQ2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c75d2014-2ef9-400c-b995-4cf694efc373" + "f5550edd-0c84-4172-b447-d4276b100a20" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1190" ], "x-ms-request-id": [ - "881e35f1-3387-43dc-99ea-5129ab0393d4" + "7ad0c3c4-56b5-4ac6-834c-25545aa161d4" ], "x-ms-correlation-request-id": [ - "881e35f1-3387-43dc-99ea-5129ab0393d4" + "7ad0c3c4-56b5-4ac6-834c-25545aa161d4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003353Z:881e35f1-3387-43dc-99ea-5129ab0393d4" + "NORTHEUROPE:20200808T092552Z:7ad0c3c4-56b5-4ac6-834c-25545aa161d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:33:52 GMT" + "Sat, 08 Aug 2020 09:25:52 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5560\",\r\n \"name\": \"azsmnet5560\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7446\",\r\n \"name\": \"azsmnet7446\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5560/providers/Microsoft.Search/searchServices/azs-2578?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7446/providers/Microsoft.Search/searchServices/azs-366?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDQ2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNjY/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ce8d89af-e8df-41b1-bbff-39bdff60c89c" + "6473e1d8-1ae4-4f60-afb5-7d9570cd1ad5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A33%3A59.5273202Z'\"" + "W/\"datetime'2020-08-08T09%3A25%3A58.3317764Z'\"" ], "x-ms-request-id": [ - "ce8d89af-e8df-41b1-bbff-39bdff60c89c" + "6473e1d8-1ae4-4f60-afb5-7d9570cd1ad5" ], "request-id": [ - "ce8d89af-e8df-41b1-bbff-39bdff60c89c" + "6473e1d8-1ae4-4f60-afb5-7d9570cd1ad5" ], "elapsed-time": [ - "1628" + "2045" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1195" ], "x-ms-correlation-request-id": [ - "f4eda17a-5c63-46b5-b370-594caf00f301" + "0ccc7248-b2e2-4eb1-8408-9a2ebb487217" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003400Z:f4eda17a-5c63-46b5-b370-594caf00f301" + "NORTHEUROPE:20200808T092559Z:0ccc7248-b2e2-4eb1-8408-9a2ebb487217" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:33:59 GMT" + "Sat, 08 Aug 2020 09:25:59 GMT" ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5560/providers/Microsoft.Search/searchServices/azs-2578\",\r\n \"name\": \"azs-2578\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7446/providers/Microsoft.Search/searchServices/azs-366\",\r\n \"name\": \"azs-366\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5560/providers/Microsoft.Search/searchServices/azs-2578/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTc4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7446/providers/Microsoft.Search/searchServices/azs-366/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDQ2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNjYvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0848c724-567f-4c21-930e-f1394480537b" + "62e79411-efae-4379-aeb7-65d3d0ccfbde" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0848c724-567f-4c21-930e-f1394480537b" + "62e79411-efae-4379-aeb7-65d3d0ccfbde" ], "request-id": [ - "0848c724-567f-4c21-930e-f1394480537b" + "62e79411-efae-4379-aeb7-65d3d0ccfbde" ], "elapsed-time": [ - "195" + "94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1192" ], "x-ms-correlation-request-id": [ - "1604a5b6-3c84-4355-aadb-e927a77e52cb" + "965416c4-1d68-4d2b-bddc-d6b41005d496" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003402Z:1604a5b6-3c84-4355-aadb-e927a77e52cb" + "NORTHEUROPE:20200808T092601Z:965416c4-1d68-4d2b-bddc-d6b41005d496" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:34:02 GMT" + "Sat, 08 Aug 2020 09:26:01 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"A1490922E846FCAD8C5601C79ADAFF4B\",\r\n \"secondaryKey\": \"30FD5217CEAD4DE3A71016006A1FEBC4\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"439EC1FB3D1792D1BA1C530495B3E6B9\",\r\n \"secondaryKey\": \"1EABF3AA64BF99454EBE51EAE9D7D50C\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5560/providers/Microsoft.Search/searchServices/azs-2578/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTc4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7446/providers/Microsoft.Search/searchServices/azs-366/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDQ2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNjYvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "01c49bae-3e76-4f8f-b8b8-414d9fa8556e" + "535c12be-b146-4627-a143-4e60095bdc6a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "01c49bae-3e76-4f8f-b8b8-414d9fa8556e" + "535c12be-b146-4627-a143-4e60095bdc6a" ], "request-id": [ - "01c49bae-3e76-4f8f-b8b8-414d9fa8556e" + "535c12be-b146-4627-a143-4e60095bdc6a" ], "elapsed-time": [ - "261" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1191" ], "x-ms-correlation-request-id": [ - "d27714ba-2647-4aa4-b146-0fbbd6cc9975" + "4e91497b-f648-49ad-933c-f6f02347d260" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003403Z:d27714ba-2647-4aa4-b146-0fbbd6cc9975" + "NORTHEUROPE:20200808T092602Z:4e91497b-f648-49ad-933c-f6f02347d260" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:34:02 GMT" + "Sat, 08 Aug 2020 09:26:02 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"6AF47058186BEEBA2DA42FBBA227D1E8\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"4C9A1A78A8B03DFEBE1BEE0586C4F6C6\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet252\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3204\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "09812e21-affd-4b02-9882-d99eb5943c29" + "628661c1-91ce-45cd-8af2-800df0fa1758" ], "Accept-Language": [ "en-US" ], "api-key": [ - "A1490922E846FCAD8C5601C79ADAFF4B" + "439EC1FB3D1792D1BA1C530495B3E6B9" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6974" + "6975" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036801F57208\"" + "W/\"0x8D83B7D137D2328\"" ], "Location": [ - "https://azs-2578.search-dogfood.windows-int.net/indexes('azsmnet252')?api-version=2019-05-06" + "https://azs-366.search-dogfood.windows-int.net/indexes('azsmnet3204')?api-version=2019-05-06" ], "request-id": [ - "09812e21-affd-4b02-9882-d99eb5943c29" + "628661c1-91ce-45cd-8af2-800df0fa1758" ], "elapsed-time": [ - "1192" + "1495" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:34:11 GMT" + "Sat, 08 Aug 2020 09:26:05 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2578.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036801F57208\\\"\",\r\n \"name\": \"azsmnet252\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-366.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7D137D2328\\\"\",\r\n \"name\": \"azsmnet3204\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet252')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNTInKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet3204')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMjA0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "410bdc8e-6a97-4b9e-bb10-49e440f8a952" + "2a0d7601-045b-4a6e-bc34-44658d820147" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "A1490922E846FCAD8C5601C79ADAFF4B" + "439EC1FB3D1792D1BA1C530495B3E6B9" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "410bdc8e-6a97-4b9e-bb10-49e440f8a952" + "2a0d7601-045b-4a6e-bc34-44658d820147" ], "elapsed-time": [ - "202" + "204" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:34:33 GMT" + "Sat, 08 Aug 2020 09:26:27 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet252')/docs/search.autocomplete?api-version=2019-05-06&search=mod&suggesterName=sg&autocompleteMode=oneTerm&searchFields=hotelName%2Cdescription", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNTInKS9kb2NzL3NlYXJjaC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNiZzZWFyY2g9bW9kJnN1Z2dlc3Rlck5hbWU9c2cmYXV0b2NvbXBsZXRlTW9kZT1vbmVUZXJtJnNlYXJjaEZpZWxkcz1ob3RlbE5hbWUlMkNkZXNjcmlwdGlvbg==", + "RequestUri": "/indexes('azsmnet3204')/docs/search.autocomplete?api-version=2019-05-06&search=mod&suggesterName=sg&autocompleteMode=oneTerm&searchFields=hotelName%2Cdescription", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMjA0JykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPW1vZCZzdWdnZXN0ZXJOYW1lPXNnJmF1dG9jb21wbGV0ZU1vZGU9b25lVGVybSZzZWFyY2hGaWVsZHM9aG90ZWxOYW1lJTJDZGVzY3JpcHRpb24=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "e6327be3-40e7-4655-a769-300cbc9749d5" + "fb53ab0b-9ae9-4c8d-a143-c0ef6f9cb953" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6AF47058186BEEBA2DA42FBBA227D1E8" + "4C9A1A78A8B03DFEBE1BEE0586C4F6C6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -510,10 +510,10 @@ "no-cache" ], "request-id": [ - "e6327be3-40e7-4655-a769-300cbc9749d5" + "fb53ab0b-9ae9-4c8d-a143-c0ef6f9cb953" ], "elapsed-time": [ - "31" + "13" ], "OData-Version": [ "4.0" @@ -525,7 +525,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:34:36 GMT" + "Sat, 08 Aug 2020 09:26:30 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -537,25 +537,25 @@ "258" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2578.search-dogfood.windows-int.net/indexes('azsmnet252')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"model\",\r\n \"queryPlusText\": \"model\"\r\n },\r\n {\r\n \"text\": \"modern\",\r\n \"queryPlusText\": \"modern\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-366.search-dogfood.windows-int.net/indexes('azsmnet3204')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"model\",\r\n \"queryPlusText\": \"model\"\r\n },\r\n {\r\n \"text\": \"modern\",\r\n \"queryPlusText\": \"modern\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5560/providers/Microsoft.Search/searchServices/azs-2578?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7446/providers/Microsoft.Search/searchServices/azs-366?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDQ2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNjY/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db4d628c-763e-499e-93d9-c258bdd384ca" + "6c035e76-60f2-48c3-9162-157c26faac94" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -566,51 +566,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14988" + ], "x-ms-request-id": [ - "db4d628c-763e-499e-93d9-c258bdd384ca" + "32404ed8-3825-458d-8884-34adfdc51a94" ], - "request-id": [ - "db4d628c-763e-499e-93d9-c258bdd384ca" + "x-ms-correlation-request-id": [ + "32404ed8-3825-458d-8884-34adfdc51a94" ], - "elapsed-time": [ - "1702" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T092641Z:32404ed8-3825-458d-8884-34adfdc51a94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "81582489-2194-4c42-808d-c9c62163b639" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T003441Z:81582489-2194-4c42-808d-c9c62163b639" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:34:41 GMT" + "Sat, 08 Aug 2020 09:26:41 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5560", - "azsmnet252" + "azsmnet7446", + "azsmnet3204" ], "GenerateServiceName": [ - "azs-2578" + "azs-366" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteWithSelectedFields.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteWithSelectedFields.json index e3dceca3537d..97c603d1ce18 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteWithSelectedFields.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetAutocompleteTests/CanAutocompleteWithSelectedFields.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8c891479-f7d2-40ff-a808-30d17eafa84d" + "9131d286-9a31-474c-8678-bd41be92f54c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1195" ], "x-ms-request-id": [ - "410c106d-2682-4a51-9209-965db879bf21" + "82094ce1-29c4-4ed5-b81b-801f6578c311" ], "x-ms-correlation-request-id": [ - "410c106d-2682-4a51-9209-965db879bf21" + "82094ce1-29c4-4ed5-b81b-801f6578c311" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004031Z:410c106d-2682-4a51-9209-965db879bf21" + "NORTHEUROPE:20200808T093507Z:82094ce1-29c4-4ed5-b81b-801f6578c311" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:40:31 GMT" + "Sat, 08 Aug 2020 09:35:07 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8131?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MTMxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5563?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NTYzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "614b8e08-5fdf-462e-9482-17098c7f1765" + "55194c04-96f6-4fc4-8971-fd99d3d215a5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1196" ], "x-ms-request-id": [ - "a2c09cce-5ffe-431e-9eb3-f26496dd50b8" + "46a0b346-1141-496c-822b-790ee42c7ab2" ], "x-ms-correlation-request-id": [ - "a2c09cce-5ffe-431e-9eb3-f26496dd50b8" + "46a0b346-1141-496c-822b-790ee42c7ab2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004032Z:a2c09cce-5ffe-431e-9eb3-f26496dd50b8" + "NORTHEUROPE:20200808T093509Z:46a0b346-1141-496c-822b-790ee42c7ab2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:40:32 GMT" + "Sat, 08 Aug 2020 09:35:09 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8131\",\r\n \"name\": \"azsmnet8131\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5563\",\r\n \"name\": \"azsmnet5563\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8131/providers/Microsoft.Search/searchServices/azs-2921?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yOTIxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5563/providers/Microsoft.Search/searchServices/azs-3114?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMTE0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "58b16474-5bb7-4fb3-b802-b602dfef2b14" + "1e6c5287-c61f-42ae-b171-53af820de8eb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A40%3A36.7864267Z'\"" + "W/\"datetime'2020-08-08T09%3A35%3A13.5138996Z'\"" ], "x-ms-request-id": [ - "58b16474-5bb7-4fb3-b802-b602dfef2b14" + "1e6c5287-c61f-42ae-b171-53af820de8eb" ], "request-id": [ - "58b16474-5bb7-4fb3-b802-b602dfef2b14" + "1e6c5287-c61f-42ae-b171-53af820de8eb" ], "elapsed-time": [ - "1177" + "1491" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1191" ], "x-ms-correlation-request-id": [ - "6b4b4bfd-96d7-47c3-b34e-3227ee893fc5" + "51c350ed-8ea0-490a-a028-473369a31ca2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004037Z:6b4b4bfd-96d7-47c3-b34e-3227ee893fc5" + "NORTHEUROPE:20200808T093514Z:51c350ed-8ea0-490a-a028-473369a31ca2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:40:37 GMT" + "Sat, 08 Aug 2020 09:35:14 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8131/providers/Microsoft.Search/searchServices/azs-2921\",\r\n \"name\": \"azs-2921\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5563/providers/Microsoft.Search/searchServices/azs-3114\",\r\n \"name\": \"azs-3114\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8131/providers/Microsoft.Search/searchServices/azs-2921/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yOTIxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5563/providers/Microsoft.Search/searchServices/azs-3114/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMTE0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b838c30c-ca87-4dad-8750-5b35b1fa5594" + "8796c205-099b-412d-a3aa-bfac393e1752" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b838c30c-ca87-4dad-8750-5b35b1fa5594" + "8796c205-099b-412d-a3aa-bfac393e1752" ], "request-id": [ - "b838c30c-ca87-4dad-8750-5b35b1fa5594" + "8796c205-099b-412d-a3aa-bfac393e1752" ], "elapsed-time": [ - "324" + "727" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1187" ], "x-ms-correlation-request-id": [ - "61cdaa48-0ec4-487d-95a2-b626a0cc12e8" + "078d1b39-b2d7-4763-91ba-4f2170a8f394" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004040Z:61cdaa48-0ec4-487d-95a2-b626a0cc12e8" + "NORTHEUROPE:20200808T093517Z:078d1b39-b2d7-4763-91ba-4f2170a8f394" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:40:39 GMT" + "Sat, 08 Aug 2020 09:35:16 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"A5A82836CAC353EF2169397B9316426C\",\r\n \"secondaryKey\": \"A62024241AAA0AD14DCD1744DB00A73A\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"79210EC8A59A44C3AE9DB4BEFC8F3F62\",\r\n \"secondaryKey\": \"A02E04F6E95CCCD74B2AA1904E897EA0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8131/providers/Microsoft.Search/searchServices/azs-2921/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yOTIxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5563/providers/Microsoft.Search/searchServices/azs-3114/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMTE0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "054b740d-c86a-4396-a584-3da504297289" + "c601fe9b-5b26-4a73-8a9f-3d0b78802257" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "054b740d-c86a-4396-a584-3da504297289" + "c601fe9b-5b26-4a73-8a9f-3d0b78802257" ], "request-id": [ - "054b740d-c86a-4396-a584-3da504297289" + "c601fe9b-5b26-4a73-8a9f-3d0b78802257" ], "elapsed-time": [ - "100" + "128" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1186" ], "x-ms-correlation-request-id": [ - "96667425-fadd-40d2-8bbf-a041644e464c" + "b0cdd0a1-1b8b-46a3-8203-b71e85089a24" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004040Z:96667425-fadd-40d2-8bbf-a041644e464c" + "NORTHEUROPE:20200808T093517Z:b0cdd0a1-1b8b-46a3-8203-b71e85089a24" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:40:40 GMT" + "Sat, 08 Aug 2020 09:35:17 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"BCF716DD1BB22BF1C7426FEF34B32422\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"39D4A2832AA67C35BE339200F3E87125\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet979\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7499\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "431a9da4-e796-4074-8118-ede5eef1ebff" + "778b4ff4-e92d-4d63-8e4d-6782bb8e2116" ], "Accept-Language": [ "en-US" ], "api-key": [ - "A5A82836CAC353EF2169397B9316426C" + "79210EC8A59A44C3AE9DB4BEFC8F3F62" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6974" + "6975" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80369025E4051\"" + "W/\"0x8D83B7E5E2FA1DE\"" ], "Location": [ - "https://azs-2921.search-dogfood.windows-int.net/indexes('azsmnet979')?api-version=2019-05-06" + "https://azs-3114.search-dogfood.windows-int.net/indexes('azsmnet7499')?api-version=2019-05-06" ], "request-id": [ - "431a9da4-e796-4074-8118-ede5eef1ebff" + "778b4ff4-e92d-4d63-8e4d-6782bb8e2116" ], "elapsed-time": [ - "35292" + "816" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:41:29 GMT" + "Sat, 08 Aug 2020 09:35:20 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2921.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80369025E4051\\\"\",\r\n \"name\": \"azsmnet979\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3114.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7E5E2FA1DE\\\"\",\r\n \"name\": \"azsmnet7499\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet979')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5NzknKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet7499')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NDk5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "983f3665-e8f6-49e5-af68-919d757dc4ba" + "c2960d3a-5481-4640-ad39-8224cf2321ee" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "A5A82836CAC353EF2169397B9316426C" + "79210EC8A59A44C3AE9DB4BEFC8F3F62" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "983f3665-e8f6-49e5-af68-919d757dc4ba" + "c2960d3a-5481-4640-ad39-8224cf2321ee" ], "elapsed-time": [ - "203" + "183" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:41:50 GMT" + "Sat, 08 Aug 2020 09:35:41 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet979')/docs/search.autocomplete?api-version=2019-05-06&search=mod&suggesterName=sg&autocompleteMode=oneTerm&$filter=hotelId%20eq%20%277%27&searchFields=hotelName", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5NzknKS9kb2NzL3NlYXJjaC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNiZzZWFyY2g9bW9kJnN1Z2dlc3Rlck5hbWU9c2cmYXV0b2NvbXBsZXRlTW9kZT1vbmVUZXJtJiRmaWx0ZXI9aG90ZWxJZCUyMGVxJTIwJTI3NyUyNyZzZWFyY2hGaWVsZHM9aG90ZWxOYW1l", + "RequestUri": "/indexes('azsmnet7499')/docs/search.autocomplete?api-version=2019-05-06&search=mod&suggesterName=sg&autocompleteMode=oneTerm&$filter=hotelId%20eq%20%277%27&searchFields=hotelName", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NDk5JykvZG9jcy9zZWFyY2guYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmc2VhcmNoPW1vZCZzdWdnZXN0ZXJOYW1lPXNnJmF1dG9jb21wbGV0ZU1vZGU9b25lVGVybSYkZmlsdGVyPWhvdGVsSWQlMjBlcSUyMCUyNzclMjcmc2VhcmNoRmllbGRzPWhvdGVsTmFtZQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "1913937d-8889-40c2-89f9-666f16500ad3" + "29612f7b-9bed-49d4-a8d5-a3590c50c8ca" ], "Accept-Language": [ "en-US" ], "api-key": [ - "BCF716DD1BB22BF1C7426FEF34B32422" + "39D4A2832AA67C35BE339200F3E87125" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -510,10 +510,10 @@ "no-cache" ], "request-id": [ - "1913937d-8889-40c2-89f9-666f16500ad3" + "29612f7b-9bed-49d4-a8d5-a3590c50c8ca" ], "elapsed-time": [ - "126" + "136" ], "OData-Version": [ "4.0" @@ -525,7 +525,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:41:54 GMT" + "Sat, 08 Aug 2020 09:35:46 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -534,28 +534,28 @@ "-1" ], "Content-Length": [ - "217" + "218" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2921.search-dogfood.windows-int.net/indexes('azsmnet979')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"modern\",\r\n \"queryPlusText\": \"modern\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3114.search-dogfood.windows-int.net/indexes('azsmnet7499')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"modern\",\r\n \"queryPlusText\": \"modern\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8131/providers/Microsoft.Search/searchServices/azs-2921?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yOTIxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5563/providers/Microsoft.Search/searchServices/azs-3114?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMTE0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bd7cd0b9-112d-4c9b-a539-80b25d4022bc" + "dbfac1b7-6f71-4048-8630-83dd237622a1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -566,51 +566,42 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "bd7cd0b9-112d-4c9b-a539-80b25d4022bc" - ], - "request-id": [ - "bd7cd0b9-112d-4c9b-a539-80b25d4022bc" - ], - "elapsed-time": [ - "1549" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14992" ], + "x-ms-request-id": [ + "6e508efc-7f1c-495b-a798-0e118e9c6134" + ], "x-ms-correlation-request-id": [ - "7a82148d-ae3a-4358-bce0-b077de496d98" + "6e508efc-7f1c-495b-a798-0e118e9c6134" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004159Z:7a82148d-ae3a-4358-bce0-b077de496d98" + "NORTHEUROPE:20200808T093655Z:6e508efc-7f1c-495b-a798-0e118e9c6134" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:41:59 GMT" + "Sat, 08 Aug 2020 09:36:55 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8131", - "azsmnet979" + "azsmnet5563", + "azsmnet7499" ], "GenerateServiceName": [ - "azs-2921" + "azs-3114" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanContinueSearchForDynamicDocuments.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanContinueSearchForDynamicDocuments.json index a06c5d06cf69..a5596743ac9c 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanContinueSearchForDynamicDocuments.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanContinueSearchForDynamicDocuments.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c1f2476c-1d4b-4157-9eaf-d039ec2f3b1d" + "df5fa5ff-cbf9-42f1-a0cd-de73a21a1692" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1189" ], "x-ms-request-id": [ - "9148ccd1-fd2c-47da-9138-c9a651e4818f" + "70b13cdb-e5d7-429a-8360-d7d3e3b3299b" ], "x-ms-correlation-request-id": [ - "9148ccd1-fd2c-47da-9138-c9a651e4818f" + "70b13cdb-e5d7-429a-8360-d7d3e3b3299b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004842Z:9148ccd1-fd2c-47da-9138-c9a651e4818f" + "NORTHEUROPE:20200808T082521Z:70b13cdb-e5d7-429a-8360-d7d3e3b3299b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:48:41 GMT" + "Sat, 08 Aug 2020 08:25:21 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7692?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NjkyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2040?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMDQwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3f758c37-a199-4076-ad48-930a5c520ad6" + "9aefe75b-6324-4277-9744-b44421d005a4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1193" ], "x-ms-request-id": [ - "d0f63ab2-62f4-490c-a3b9-a8c6b16c278c" + "6c91703f-3b4a-432b-a01a-067999d20d69" ], "x-ms-correlation-request-id": [ - "d0f63ab2-62f4-490c-a3b9-a8c6b16c278c" + "6c91703f-3b4a-432b-a01a-067999d20d69" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004842Z:d0f63ab2-62f4-490c-a3b9-a8c6b16c278c" + "NORTHEUROPE:20200808T082522Z:6c91703f-3b4a-432b-a01a-067999d20d69" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:48:42 GMT" + "Sat, 08 Aug 2020 08:25:22 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7692\",\r\n \"name\": \"azsmnet7692\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2040\",\r\n \"name\": \"azsmnet2040\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7692/providers/Microsoft.Search/searchServices/azs-4881?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjkyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODgxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2040/providers/Microsoft.Search/searchServices/azs-8941?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMDQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04OTQxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5cd11210-4379-47f0-8f4a-2dc5b8c52d2d" + "356d696b-efef-4125-a0e2-2db1f9af2322" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,16 +159,16 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A48%3A47.4582741Z'\"" + "W/\"datetime'2020-08-08T08%3A25%3A28.259022Z'\"" ], "x-ms-request-id": [ - "5cd11210-4379-47f0-8f4a-2dc5b8c52d2d" + "356d696b-efef-4125-a0e2-2db1f9af2322" ], "request-id": [ - "5cd11210-4379-47f0-8f4a-2dc5b8c52d2d" + "356d696b-efef-4125-a0e2-2db1f9af2322" ], "elapsed-time": [ - "2060" + "1514" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,16 +177,16 @@ "1192" ], "x-ms-correlation-request-id": [ - "a2e7b6b1-756b-4727-8764-f9b157883596" + "185d870b-5451-47d4-a473-b89db0e96a1a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004849Z:a2e7b6b1-756b-4727-8764-f9b157883596" + "NORTHEUROPE:20200808T082529Z:185d870b-5451-47d4-a473-b89db0e96a1a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:48:48 GMT" + "Sat, 08 Aug 2020 08:25:28 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7692/providers/Microsoft.Search/searchServices/azs-4881\",\r\n \"name\": \"azs-4881\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2040/providers/Microsoft.Search/searchServices/azs-8941\",\r\n \"name\": \"azs-8941\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7692/providers/Microsoft.Search/searchServices/azs-4881/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjkyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODgxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2040/providers/Microsoft.Search/searchServices/azs-8941/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMDQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04OTQxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "998d136f-755d-4609-a049-32497276a1e7" + "09cf12c1-6f16-4eb9-a774-03b4a0508cb6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,13 +231,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "998d136f-755d-4609-a049-32497276a1e7" + "09cf12c1-6f16-4eb9-a774-03b4a0508cb6" ], "request-id": [ - "998d136f-755d-4609-a049-32497276a1e7" + "09cf12c1-6f16-4eb9-a774-03b4a0508cb6" ], "elapsed-time": [ - "171" + "918" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -246,16 +246,16 @@ "1190" ], "x-ms-correlation-request-id": [ - "a94265b9-7935-4375-a01c-e8f5c7b09862" + "8547282d-37a3-47fc-8900-e68a0a865526" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004851Z:a94265b9-7935-4375-a01c-e8f5c7b09862" + "NORTHEUROPE:20200808T082532Z:8547282d-37a3-47fc-8900-e68a0a865526" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:48:50 GMT" + "Sat, 08 Aug 2020 08:25:32 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"60D6B25832179820B3B25675F8330E9F\",\r\n \"secondaryKey\": \"DDA81662327657A875E53CEC48E88317\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"14B95123615A14113607D8C87828CE42\",\r\n \"secondaryKey\": \"BC7B59F2771C1420533261FBC8FAA4B0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7692/providers/Microsoft.Search/searchServices/azs-4881/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjkyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODgxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2040/providers/Microsoft.Search/searchServices/azs-8941/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMDQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04OTQxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "00130b13-0ef7-4bb7-bba8-8d27a6d174dc" + "3131f7c0-c518-41bd-b6de-c48363650bb8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,13 +300,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "00130b13-0ef7-4bb7-bba8-8d27a6d174dc" + "3131f7c0-c518-41bd-b6de-c48363650bb8" ], "request-id": [ - "00130b13-0ef7-4bb7-bba8-8d27a6d174dc" + "3131f7c0-c518-41bd-b6de-c48363650bb8" ], "elapsed-time": [ - "101" + "347" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -315,16 +315,16 @@ "1189" ], "x-ms-correlation-request-id": [ - "98f59e40-fbea-47d2-af91-e281036fccb5" + "291ee833-cdcc-4b66-8af8-e9c2d0d31a38" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004851Z:98f59e40-fbea-47d2-af91-e281036fccb5" + "NORTHEUROPE:20200808T082533Z:291ee833-cdcc-4b66-8af8-e9c2d0d31a38" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:48:51 GMT" + "Sat, 08 Aug 2020 08:25:33 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"E5BCBF66AE99F9314E12ECAE44F622A5\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"9B4B900DDF4E76DB3741EAB2226DF97C\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1578\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3893\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "7bd90150-0692-48af-8781-414cc1de4b2f" + "6e4ff770-2282-46ee-a783-fded4cddd7c6" ], "Accept-Language": [ "en-US" ], "api-key": [ - "60D6B25832179820B3B25675F8330E9F" + "14B95123615A14113607D8C87828CE42" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036A1011943F\"" + "W/\"0x8D83B74A09F9DB2\"" ], "Location": [ - "https://azs-4881.search-dogfood.windows-int.net/indexes('azsmnet1578')?api-version=2019-05-06" + "https://azs-8941.search-dogfood.windows-int.net/indexes('azsmnet3893')?api-version=2019-05-06" ], "request-id": [ - "7bd90150-0692-48af-8781-414cc1de4b2f" + "6e4ff770-2282-46ee-a783-fded4cddd7c6" ], "elapsed-time": [ - "1203" + "1558" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:48:54 GMT" + "Sat, 08 Aug 2020 08:25:37 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4881.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036A1011943F\\\"\",\r\n \"name\": \"azsmnet1578\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8941.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B74A09F9DB2\\\"\",\r\n \"name\": \"azsmnet3893\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet1578')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNTc4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3893')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzODkzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "4ae406aa-3ee2-4bde-b4f9-019ba624af16" + "6dcc9b43-36bb-4812-968a-6753c45cdb06" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "60D6B25832179820B3B25675F8330E9F" + "14B95123615A14113607D8C87828CE42" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "4ae406aa-3ee2-4bde-b4f9-019ba624af16" + "6dcc9b43-36bb-4812-968a-6753c45cdb06" ], "elapsed-time": [ - "200" + "179" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:49:16 GMT" + "Sat, 08 Aug 2020 08:25:58 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet1578')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNTc4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3893')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzODkzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"11\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"12\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"13\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"14\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"15\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"16\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"17\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"18\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"19\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"20\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"21\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"22\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"23\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"24\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"25\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"26\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"27\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"28\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"29\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"30\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"31\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"32\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"33\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"34\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"35\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"36\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"37\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"38\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"39\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"40\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"41\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"42\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"43\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"44\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"45\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"46\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"47\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"48\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"49\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"50\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"51\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"52\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"53\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"54\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"55\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"56\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"57\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"58\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"59\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"60\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"61\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"62\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"63\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"64\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"65\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"66\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"67\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"68\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"69\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"70\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"71\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"72\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"73\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"74\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"75\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"76\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"77\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"78\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"79\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"80\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"81\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"82\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"83\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"84\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"85\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"86\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"87\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"88\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"89\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"90\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"91\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"92\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"93\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"94\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"95\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"96\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"97\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"98\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"99\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"100\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"101\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"102\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"103\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"104\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"105\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"106\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"107\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"108\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"109\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"110\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"111\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"112\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"113\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"114\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"115\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"116\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"117\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"118\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"119\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"120\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"121\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"122\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"123\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"124\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"125\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"126\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"127\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"128\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"129\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"130\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"131\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"132\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"133\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"134\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"135\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"136\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"137\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"138\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"139\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"140\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"141\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"142\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"143\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"144\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"145\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"146\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"147\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"148\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"149\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"150\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"151\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"152\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"153\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"154\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"155\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"156\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"157\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"158\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"159\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"160\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"161\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"162\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"163\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"164\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"165\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"166\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"167\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"168\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"169\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"170\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"171\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"172\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"173\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"174\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"175\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"176\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"177\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"178\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"179\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"180\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"181\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"182\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"183\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"184\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"185\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"186\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"187\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"188\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"189\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"190\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"191\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"192\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"193\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"194\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"195\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"196\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"197\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"198\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"199\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"200\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"201\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"202\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"203\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"204\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"205\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"206\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"207\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"208\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"209\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"210\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"211\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"212\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"213\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"214\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"215\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"216\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"217\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"218\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"219\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"220\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"221\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"222\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"223\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"224\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"225\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"226\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"227\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"228\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"229\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"230\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"231\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"232\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"233\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"234\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"235\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"236\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"237\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"238\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"239\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"240\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"241\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"242\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"243\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"244\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"245\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"246\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"247\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"248\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"249\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"250\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"251\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"252\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"253\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"254\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"255\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"256\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"257\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"258\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"259\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"260\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"261\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"262\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"263\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"264\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"265\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"266\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"267\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"268\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"269\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"270\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"271\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"272\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"273\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"274\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"275\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"276\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"277\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"278\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"279\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"280\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"281\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"282\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"283\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"284\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"285\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"286\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"287\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"288\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"289\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"290\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"291\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"292\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"293\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"294\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"295\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"296\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"297\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"298\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"299\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"300\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"301\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"302\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"303\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"304\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"305\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"306\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"307\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"308\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"309\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"310\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"311\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"312\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"313\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"314\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"315\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"316\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"317\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"318\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"319\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"320\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"321\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"322\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"323\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"324\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"325\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"326\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"327\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"328\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"329\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"330\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"331\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"332\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"333\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"334\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"335\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"336\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"337\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"338\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"339\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"340\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"341\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"342\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"343\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"344\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"345\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"346\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"347\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"348\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"349\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"350\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"351\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"352\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"353\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"354\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"355\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"356\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"357\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"358\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"359\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"360\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"361\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"362\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"363\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"364\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"365\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"366\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"367\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"368\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"369\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"370\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"371\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"372\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"373\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"374\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"375\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"376\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"377\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"378\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"379\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"380\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"381\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"382\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"383\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"384\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"385\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"386\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"387\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"388\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"389\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"390\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"391\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"392\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"393\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"394\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"395\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"396\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"397\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"398\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"399\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"400\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"401\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"402\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"403\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"404\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"405\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"406\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"407\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"408\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"409\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"410\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"411\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"412\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"413\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"414\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"415\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"416\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"417\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"418\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"419\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"420\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"421\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"422\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"423\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"424\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"425\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"426\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"427\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"428\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"429\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"430\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"431\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"432\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"433\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"434\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"435\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"436\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"437\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"438\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"439\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"440\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"441\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"442\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"443\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"444\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"445\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"446\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"447\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"448\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"449\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"450\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"451\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"452\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"453\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"454\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"455\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"456\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"457\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"458\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"459\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"460\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"461\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"462\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"463\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"464\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"465\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"466\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"467\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"468\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"469\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"470\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"471\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"472\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"473\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"474\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"475\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"476\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"477\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"478\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"479\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"480\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"481\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"482\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"483\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"484\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"485\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"486\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"487\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"488\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"489\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"490\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"491\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"492\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"493\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"494\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"495\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"496\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"497\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"498\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"499\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"500\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"501\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"502\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"503\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"504\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"505\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"506\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"507\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"508\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"509\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"510\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"511\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"512\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"513\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"514\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"515\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"516\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"517\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"518\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"519\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"520\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"521\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"522\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"523\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"524\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"525\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"526\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"527\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"528\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"529\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"530\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"531\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"532\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"533\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"534\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"535\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"536\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"537\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"538\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"539\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"540\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"541\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"542\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"543\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"544\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"545\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"546\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"547\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"548\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"549\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"550\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"551\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"552\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"553\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"554\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"555\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"556\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"557\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"558\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"559\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"560\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"561\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"562\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"563\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"564\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"565\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"566\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"567\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"568\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"569\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"570\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"571\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"572\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"573\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"574\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"575\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"576\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"577\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"578\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"579\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"580\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"581\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"582\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"583\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"584\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"585\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"586\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"587\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"588\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"589\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"590\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"591\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"592\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"593\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"594\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"595\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"596\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"597\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"598\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"599\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"600\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"601\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"602\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"603\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"604\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"605\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"606\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"607\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"608\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"609\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"610\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"611\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"612\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"613\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"614\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"615\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"616\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"617\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"618\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"619\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"620\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"621\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"622\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"623\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"624\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"625\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"626\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"627\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"628\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"629\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"630\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"631\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"632\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"633\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"634\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"635\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"636\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"637\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"638\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"639\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"640\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"641\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"642\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"643\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"644\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"645\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"646\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"647\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"648\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"649\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"650\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"651\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"652\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"653\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"654\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"655\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"656\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"657\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"658\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"659\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"660\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"661\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"662\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"663\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"664\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"665\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"666\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"667\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"668\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"669\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"670\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"671\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"672\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"673\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"674\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"675\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"676\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"677\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"678\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"679\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"680\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"681\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"682\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"683\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"684\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"685\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"686\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"687\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"688\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"689\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"690\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"691\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"692\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"693\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"694\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"695\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"696\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"697\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"698\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"699\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"700\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"701\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"702\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"703\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"704\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"705\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"706\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"707\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"708\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"709\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"710\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"711\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"712\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"713\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"714\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"715\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"716\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"717\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"718\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"719\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"720\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"721\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"722\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"723\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"724\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"725\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"726\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"727\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"728\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"729\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"730\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"731\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"732\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"733\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"734\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"735\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"736\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"737\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"738\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"739\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"740\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"741\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"742\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"743\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"744\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"745\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"746\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"747\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"748\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"749\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"750\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"751\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"752\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"753\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"754\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"755\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"756\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"757\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"758\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"759\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"760\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"761\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"762\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"763\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"764\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"765\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"766\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"767\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"768\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"769\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"770\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"771\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"772\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"773\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"774\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"775\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"776\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"777\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"778\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"779\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"780\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"781\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"782\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"783\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"784\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"785\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"786\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"787\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"788\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"789\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"790\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"791\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"792\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"793\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"794\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"795\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"796\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"797\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"798\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"799\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"800\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"801\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"802\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"803\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"804\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"805\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"806\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"807\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"808\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"809\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"810\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"811\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"812\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"813\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"814\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"815\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"816\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"817\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"818\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"819\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"820\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"821\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"822\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"823\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"824\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"825\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"826\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"827\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"828\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"829\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"830\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"831\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"832\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"833\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"834\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"835\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"836\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"837\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"838\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"839\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"840\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"841\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"842\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"843\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"844\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"845\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"846\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"847\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"848\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"849\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"850\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"851\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"852\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"853\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"854\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"855\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"856\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"857\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"858\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"859\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"860\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"861\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"862\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"863\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"864\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"865\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"866\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"867\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"868\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"869\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"870\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"871\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"872\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"873\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"874\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"875\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"876\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"877\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"878\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"879\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"880\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"881\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"882\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"883\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"884\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"885\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"886\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"887\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"888\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"889\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"890\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"891\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"892\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"893\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"894\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"895\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"896\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"897\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"898\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"899\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"900\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"901\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"902\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"903\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"904\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"905\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"906\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"907\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"908\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"909\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"910\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"911\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"912\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"913\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"914\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"915\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"916\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"917\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"918\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"919\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"920\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"921\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"922\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"923\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"924\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"925\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"926\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"927\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"928\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"929\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"930\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"931\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"932\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"933\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"934\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"935\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"936\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"937\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"938\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"939\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"940\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"941\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"942\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"943\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"944\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"945\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"946\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"947\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"948\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"949\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"950\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"951\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"952\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"953\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"954\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"955\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"956\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"957\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"958\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"959\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"960\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"961\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"962\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"963\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"964\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"965\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"966\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"967\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"968\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"969\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"970\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"971\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"972\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"973\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"974\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"975\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"976\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"977\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"978\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"979\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"980\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"981\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"982\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"983\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"984\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"985\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"986\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"987\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"988\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"989\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"990\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"991\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"992\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"993\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"994\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"995\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"996\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"997\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"998\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"999\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1000\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1001\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1002\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1003\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1004\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1005\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1006\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1007\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1008\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1009\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1010\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8bb60048-1230-41b1-b7bb-632678518b9b" + "85317877-79a7-4105-ab75-553161700701" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "60D6B25832179820B3B25675F8330E9F" + "14B95123615A14113607D8C87828CE42" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "8bb60048-1230-41b1-b7bb-632678518b9b" + "85317877-79a7-4105-ab75-553161700701" ], "elapsed-time": [ - "232" + "357" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:49:20 GMT" + "Sat, 08 Aug 2020 08:26:03 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,13 +550,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet1578')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNTc4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3893')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzODkzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1011\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1012\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1013\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1014\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1015\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1016\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1017\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1018\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1019\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1020\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1021\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1022\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1023\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1024\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1025\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1026\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1027\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1028\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1029\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1030\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1031\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1032\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1033\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1034\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1035\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1036\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1037\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1038\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1039\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1040\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1041\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1042\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1043\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1044\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1045\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1046\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1047\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1048\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1049\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1050\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1051\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1052\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1053\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1054\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1055\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1056\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1057\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1058\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1059\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1060\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1061\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1062\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1063\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1064\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1065\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1066\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1067\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1068\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1069\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1070\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1071\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1072\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1073\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1074\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1075\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1076\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1077\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1078\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1079\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1080\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1081\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1082\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1083\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1084\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1085\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1086\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1087\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1088\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1089\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1090\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1091\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1092\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1093\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1094\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1095\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1096\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1097\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1098\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1099\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1100\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1101\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1102\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1103\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1104\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1105\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1106\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1107\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1108\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1109\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1110\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1111\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1112\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1113\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1114\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1115\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1116\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1117\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1118\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1119\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1120\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1121\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1122\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1123\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1124\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1125\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1126\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1127\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1128\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1129\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1130\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1131\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1132\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1133\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1134\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1135\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1136\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1137\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1138\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1139\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1140\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1141\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1142\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1143\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1144\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1145\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1146\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1147\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1148\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1149\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1150\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1151\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1152\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1153\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1154\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1155\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1156\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1157\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1158\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1159\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1160\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1161\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1162\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1163\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1164\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1165\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1166\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1167\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1168\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1169\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1170\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1171\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1172\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1173\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1174\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1175\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1176\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1177\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1178\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1179\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1180\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1181\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1182\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1183\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1184\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1185\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1186\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1187\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1188\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1189\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1190\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1191\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1192\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1193\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1194\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1195\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1196\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1197\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1198\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1199\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1200\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1201\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1202\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1203\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1204\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1205\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1206\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1207\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1208\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1209\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1210\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1211\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1212\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1213\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1214\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1215\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1216\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1217\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1218\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1219\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1220\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1221\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1222\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1223\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1224\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1225\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1226\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1227\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1228\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1229\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1230\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1231\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1232\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1233\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1234\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1235\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1236\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1237\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1238\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1239\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1240\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1241\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1242\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1243\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1244\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1245\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1246\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1247\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1248\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1249\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1250\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1251\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1252\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1253\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1254\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1255\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1256\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1257\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1258\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1259\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1260\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1261\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1262\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1263\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1264\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1265\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1266\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1267\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1268\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1269\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1270\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1271\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1272\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1273\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1274\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1275\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1276\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1277\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1278\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1279\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1280\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1281\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1282\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1283\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1284\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1285\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1286\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1287\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1288\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1289\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1290\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1291\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1292\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1293\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1294\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1295\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1296\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1297\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1298\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1299\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1300\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1301\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1302\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1303\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1304\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1305\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1306\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1307\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1308\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1309\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1310\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1311\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1312\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1313\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1314\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1315\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1316\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1317\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1318\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1319\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1320\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1321\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1322\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1323\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1324\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1325\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1326\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1327\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1328\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1329\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1330\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1331\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1332\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1333\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1334\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1335\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1336\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1337\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1338\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1339\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1340\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1341\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1342\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1343\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1344\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1345\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1346\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1347\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1348\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1349\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1350\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1351\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1352\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1353\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1354\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1355\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1356\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1357\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1358\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1359\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1360\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1361\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1362\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1363\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1364\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1365\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1366\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1367\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1368\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1369\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1370\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1371\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1372\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1373\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1374\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1375\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1376\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1377\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1378\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1379\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1380\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1381\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1382\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1383\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1384\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1385\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1386\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1387\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1388\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1389\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1390\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1391\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1392\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1393\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1394\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1395\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1396\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1397\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1398\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1399\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1400\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1401\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1402\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1403\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1404\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1405\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1406\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1407\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1408\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1409\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1410\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1411\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1412\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1413\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1414\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1415\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1416\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1417\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1418\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1419\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1420\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1421\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1422\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1423\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1424\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1425\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1426\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1427\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1428\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1429\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1430\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1431\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1432\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1433\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1434\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1435\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1436\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1437\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1438\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1439\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1440\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1441\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1442\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1443\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1444\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1445\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1446\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1447\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1448\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1449\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1450\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1451\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1452\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1453\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1454\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1455\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1456\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1457\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1458\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1459\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1460\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1461\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1462\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1463\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1464\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1465\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1466\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1467\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1468\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1469\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1470\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1471\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1472\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1473\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1474\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1475\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1476\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1477\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1478\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1479\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1480\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1481\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1482\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1483\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1484\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1485\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1486\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1487\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1488\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1489\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1490\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1491\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1492\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1493\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1494\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1495\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1496\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1497\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1498\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1499\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1500\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1501\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1502\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1503\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1504\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1505\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1506\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1507\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1508\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1509\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1510\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1511\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1512\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1513\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1514\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1515\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1516\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1517\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1518\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1519\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1520\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1521\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1522\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1523\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1524\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1525\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1526\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1527\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1528\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1529\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1530\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1531\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1532\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1533\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1534\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1535\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1536\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1537\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1538\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1539\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1540\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1541\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1542\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1543\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1544\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1545\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1546\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1547\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1548\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1549\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1550\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1551\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1552\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1553\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1554\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1555\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1556\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1557\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1558\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1559\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1560\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1561\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1562\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1563\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1564\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1565\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1566\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1567\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1568\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1569\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1570\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1571\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1572\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1573\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1574\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1575\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1576\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1577\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1578\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1579\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1580\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1581\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1582\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1583\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1584\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1585\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1586\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1587\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1588\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1589\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1590\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1591\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1592\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1593\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1594\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1595\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1596\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1597\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1598\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1599\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1600\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1601\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1602\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1603\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1604\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1605\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1606\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1607\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1608\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1609\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1610\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1611\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1612\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1613\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1614\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1615\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1616\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1617\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1618\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1619\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1620\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1621\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1622\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1623\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1624\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1625\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1626\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1627\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1628\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1629\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1630\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1631\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1632\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1633\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1634\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1635\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1636\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1637\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1638\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1639\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1640\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1641\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1642\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1643\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1644\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1645\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1646\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1647\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1648\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1649\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1650\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1651\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1652\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1653\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1654\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1655\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1656\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1657\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1658\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1659\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1660\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1661\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1662\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1663\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1664\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1665\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1666\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1667\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1668\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1669\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1670\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1671\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1672\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1673\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1674\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1675\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1676\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1677\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1678\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1679\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1680\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1681\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1682\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1683\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1684\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1685\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1686\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1687\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1688\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1689\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1690\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1691\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1692\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1693\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1694\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1695\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1696\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1697\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1698\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1699\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1700\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1701\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1702\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1703\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1704\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1705\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1706\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1707\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1708\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1709\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1710\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1711\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1712\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1713\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1714\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1715\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1716\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1717\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1718\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1719\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1720\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1721\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1722\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1723\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1724\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1725\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1726\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1727\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1728\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1729\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1730\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1731\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1732\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1733\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1734\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1735\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1736\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1737\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1738\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1739\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1740\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1741\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1742\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1743\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1744\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1745\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1746\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1747\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1748\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1749\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1750\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1751\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1752\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1753\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1754\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1755\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1756\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1757\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1758\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1759\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1760\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1761\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1762\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1763\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1764\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1765\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1766\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1767\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1768\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1769\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1770\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1771\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1772\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1773\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1774\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1775\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1776\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1777\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1778\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1779\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1780\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1781\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1782\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1783\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1784\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1785\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1786\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1787\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1788\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1789\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1790\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1791\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1792\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1793\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1794\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1795\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1796\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1797\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1798\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1799\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1800\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1801\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1802\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1803\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1804\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1805\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1806\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1807\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1808\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1809\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1810\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1811\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1812\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1813\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1814\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1815\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1816\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1817\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1818\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1819\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1820\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1821\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1822\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1823\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1824\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1825\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1826\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1827\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1828\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1829\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1830\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1831\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1832\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1833\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1834\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1835\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1836\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1837\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1838\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1839\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1840\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1841\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1842\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1843\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1844\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1845\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1846\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1847\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1848\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1849\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1850\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1851\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1852\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1853\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1854\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1855\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1856\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1857\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1858\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1859\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1860\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1861\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1862\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1863\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1864\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1865\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1866\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1867\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1868\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1869\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1870\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1871\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1872\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1873\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1874\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1875\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1876\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1877\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1878\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1879\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1880\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1881\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1882\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1883\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1884\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1885\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1886\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1887\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1888\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1889\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1890\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1891\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1892\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1893\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1894\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1895\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1896\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1897\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1898\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1899\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1900\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1901\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1902\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1903\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1904\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1905\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1906\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1907\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1908\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1909\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1910\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1911\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1912\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1913\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1914\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1915\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1916\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1917\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1918\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1919\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1920\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1921\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1922\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1923\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1924\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1925\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1926\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1927\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1928\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1929\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1930\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1931\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1932\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1933\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1934\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1935\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1936\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1937\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1938\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1939\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1940\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1941\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1942\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1943\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1944\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1945\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1946\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1947\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1948\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1949\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1950\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1951\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1952\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1953\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1954\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1955\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1956\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1957\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1958\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1959\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1960\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1961\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1962\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1963\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1964\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1965\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1966\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1967\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1968\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1969\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1970\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1971\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1972\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1973\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1974\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1975\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1976\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1977\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1978\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1979\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1980\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1981\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1982\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1983\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1984\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1985\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1986\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1987\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1988\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1989\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1990\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1991\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1992\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1993\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1994\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1995\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1996\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1997\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1998\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1999\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2000\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2001\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "ce22a636-d01a-4aac-a0b6-a9c86c7ced25" + "72c84aa5-b709-4a22-9645-f4ef554c54ea" ], "Accept-Language": [ "en-US" @@ -565,12 +565,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "60D6B25832179820B3B25675F8330E9F" + "14B95123615A14113607D8C87828CE42" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -588,10 +588,10 @@ "no-cache" ], "request-id": [ - "ce22a636-d01a-4aac-a0b6-a9c86c7ced25" + "72c84aa5-b709-4a22-9645-f4ef554c54ea" ], "elapsed-time": [ - "239" + "480" ], "OData-Version": [ "4.0" @@ -603,7 +603,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:49:23 GMT" + "Sat, 08 Aug 2020 08:26:05 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -619,13 +619,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet1578')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$top=3000", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNTc4JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRvcmRlcmJ5PWhvdGVsSWQlMjBhc2MmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueSYkc2VsZWN0PWhvdGVsSWQmJHRvcD0zMDAw", + "RequestUri": "/indexes('azsmnet3893')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$top=3000", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzODkzJykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRvcmRlcmJ5PWhvdGVsSWQlMjBhc2MmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueSYkc2VsZWN0PWhvdGVsSWQmJHRvcD0zMDAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "4d48b6b1-8ca1-4bef-84e2-fd0c23b46b62" + "2ac3ebf8-702b-407e-9db7-0691ae207c3f" ], "Accept-Language": [ "en-US" @@ -634,12 +634,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "60D6B25832179820B3B25675F8330E9F" + "14B95123615A14113607D8C87828CE42" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -651,10 +651,10 @@ "no-cache" ], "request-id": [ - "4d48b6b1-8ca1-4bef-84e2-fd0c23b46b62" + "2ac3ebf8-702b-407e-9db7-0691ae207c3f" ], "elapsed-time": [ - "185" + "147" ], "OData-Version": [ "4.0" @@ -666,7 +666,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:49:25 GMT" + "Sat, 08 Aug 2020 08:26:07 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -678,17 +678,17 @@ "39135" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"10\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"100\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1000\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1001\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1002\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1003\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1004\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1005\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1006\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1007\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1008\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1009\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"101\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1010\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1011\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1012\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1013\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1014\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1015\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1016\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1017\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1018\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1019\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"102\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1020\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1021\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1022\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1023\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1024\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1025\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1026\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1027\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1028\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1029\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"103\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1030\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1031\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1032\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1033\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1034\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1035\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1036\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1037\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1038\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1039\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"104\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1040\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1041\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1042\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1043\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1044\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1045\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1046\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1047\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1048\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1049\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"105\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1050\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1051\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1052\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1053\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1054\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1055\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1056\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1057\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1058\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1059\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"106\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1060\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1061\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1062\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1063\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1064\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1065\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1066\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1067\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1068\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1069\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"107\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1070\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1071\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1072\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1073\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1074\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1075\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1076\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1077\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1078\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1079\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"108\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1080\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1081\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1082\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1083\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1084\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1085\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1086\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1087\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1088\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1089\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"109\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1090\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1091\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1092\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1093\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1094\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1095\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1096\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1097\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1098\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1099\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"11\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"110\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1100\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1101\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1102\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1103\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1104\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1105\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1106\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1107\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1108\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1109\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"111\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1110\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1111\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1112\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1113\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1114\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1115\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1116\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1117\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1118\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1119\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"112\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1120\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1121\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1122\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1123\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1124\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1125\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1126\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1127\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1128\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1129\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"113\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1130\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1131\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1132\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1133\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1134\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1135\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1136\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1137\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1138\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1139\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"114\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1140\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1141\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1142\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1143\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1144\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1145\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1146\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1147\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1148\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1149\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"115\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1150\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1151\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1152\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1153\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1154\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1155\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1156\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1157\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1158\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1159\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"116\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1160\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1161\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1162\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1163\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1164\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1165\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1166\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1167\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1168\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1169\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"117\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1170\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1171\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1172\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1173\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1174\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1175\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1176\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1177\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1178\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1179\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"118\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1180\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1181\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1182\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1183\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1184\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1185\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1186\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1187\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1188\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1189\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"119\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1190\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1191\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1192\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1193\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1194\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1195\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1196\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1197\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1198\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1199\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"12\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"120\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1200\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1201\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1202\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1203\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1204\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1205\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1206\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1207\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1208\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1209\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"121\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1210\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1211\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1212\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1213\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1214\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1215\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1216\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1217\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1218\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1219\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"122\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1220\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1221\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1222\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1223\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1224\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1225\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1226\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1227\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1228\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1229\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"123\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1230\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1231\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1232\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1233\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1234\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1235\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1236\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1237\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1238\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1239\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"124\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1240\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1241\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1242\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1243\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1244\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1245\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1246\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1247\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1248\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1249\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"125\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1250\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1251\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1252\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1253\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1254\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1255\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1256\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1257\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1258\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1259\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"126\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1260\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1261\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1262\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1263\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1264\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1265\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1266\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1267\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1268\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1269\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"127\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1270\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1271\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1272\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1273\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1274\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1275\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1276\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1277\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1278\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1279\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"128\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1280\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1281\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1282\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1283\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1284\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1285\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1286\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1287\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1288\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1289\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"129\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1290\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1291\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1292\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1293\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1294\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1295\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1296\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1297\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1298\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1299\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"13\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"130\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1300\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1301\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1302\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1303\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1304\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1305\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1306\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1307\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1308\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1309\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"131\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1310\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1311\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1312\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1313\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1314\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1315\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1316\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1317\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1318\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1319\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"132\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1320\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1321\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1322\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1323\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1324\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1325\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1326\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1327\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1328\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1329\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"133\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1330\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1331\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1332\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1333\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1334\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1335\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1336\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1337\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1338\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1339\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"134\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1340\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1341\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1342\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1343\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1344\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1345\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1346\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1347\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1348\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1349\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"135\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1350\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1351\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1352\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1353\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1354\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1355\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1356\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1357\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1358\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1359\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"136\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1360\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1361\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1362\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1363\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1364\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1365\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1366\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1367\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1368\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1369\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"137\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1370\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1371\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1372\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1373\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1374\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1375\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1376\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1377\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1378\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1379\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"138\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1380\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1381\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1382\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1383\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1384\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1385\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1386\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1387\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1388\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1389\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"139\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1390\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1391\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1392\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1393\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1394\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1395\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1396\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1397\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1398\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1399\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"14\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"140\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1400\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1401\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1402\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1403\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1404\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1405\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1406\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1407\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1408\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1409\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"141\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1410\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1411\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1412\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1413\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1414\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1415\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1416\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1417\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1418\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1419\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"142\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1420\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1421\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1422\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1423\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1424\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1425\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1426\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1427\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1428\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1429\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"143\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1430\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1431\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1432\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1433\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1434\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1435\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1436\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1437\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1438\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1439\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"144\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1440\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1441\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1442\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1443\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1444\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1445\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1446\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1447\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1448\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1449\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"145\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1450\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1451\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1452\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1453\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1454\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1455\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1456\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1457\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1458\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1459\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"146\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1460\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1461\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1462\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1463\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1464\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1465\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1466\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1467\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1468\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1469\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"147\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1470\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1471\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1472\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1473\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1474\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1475\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1476\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1477\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1478\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1479\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"148\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1480\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1481\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1482\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1483\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1484\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1485\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1486\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1487\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1488\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1489\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"149\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1490\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1491\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1492\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1493\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1494\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1495\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1496\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1497\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1498\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1499\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"15\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"150\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1500\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1501\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1502\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1503\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1504\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1505\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1506\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1507\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1508\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1509\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"151\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1510\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1511\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1512\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1513\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1514\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1515\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1516\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1517\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1518\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1519\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"152\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1520\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1521\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1522\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1523\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1524\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1525\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1526\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1527\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1528\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1529\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"153\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1530\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1531\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1532\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1533\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1534\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1535\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1536\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1537\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1538\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1539\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"154\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1540\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1541\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1542\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1543\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1544\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1545\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1546\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1547\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1548\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1549\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"155\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1550\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1551\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1552\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1553\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1554\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1555\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1556\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1557\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1558\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1559\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"156\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1560\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1561\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1562\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1563\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1564\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1565\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1566\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1567\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1568\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1569\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"157\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1570\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1571\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1572\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1573\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1574\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1575\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1576\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1577\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1578\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1579\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"158\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1580\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1581\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1582\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1583\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1584\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1585\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1586\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1587\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1588\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1589\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"159\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1590\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1591\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1592\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1593\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1594\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1595\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1596\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1597\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1598\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1599\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"16\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"160\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1600\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1601\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1602\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1603\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1604\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1605\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1606\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1607\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1608\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1609\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"161\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1610\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1611\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1612\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1613\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1614\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1615\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1616\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1617\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1618\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1619\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"162\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1620\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1621\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1622\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1623\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1624\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1625\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1626\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1627\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1628\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1629\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"163\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1630\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1631\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1632\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1633\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1634\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1635\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1636\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1637\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1638\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1639\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"164\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1640\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1641\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1642\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1643\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1644\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1645\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1646\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1647\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1648\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1649\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"165\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1650\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1651\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1652\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1653\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1654\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1655\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1656\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1657\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1658\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1659\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"166\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1660\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1661\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1662\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1663\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1664\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1665\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1666\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1667\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1668\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1669\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"167\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1670\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1671\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1672\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1673\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1674\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1675\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1676\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1677\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1678\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1679\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"168\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1680\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1681\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1682\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1683\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1684\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1685\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1686\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1687\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1688\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1689\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"169\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1690\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1691\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1692\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1693\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1694\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1695\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1696\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1697\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1698\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1699\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"17\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"170\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1700\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1701\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1702\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1703\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1704\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1705\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1706\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1707\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1708\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1709\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"171\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1710\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1711\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1712\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1713\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1714\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1715\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1716\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1717\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1718\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1719\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"172\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1720\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1721\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1722\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1723\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1724\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1725\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1726\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1727\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1728\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1729\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"173\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1730\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1731\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1732\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1733\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1734\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1735\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1736\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1737\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1738\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1739\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"174\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1740\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1741\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1742\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1743\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1744\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1745\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1746\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1747\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1748\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1749\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"175\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1750\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1751\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1752\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1753\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1754\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1755\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1756\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1757\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1758\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1759\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"176\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1760\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1761\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1762\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1763\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1764\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1765\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1766\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1767\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1768\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1769\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"177\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1770\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1771\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1772\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1773\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1774\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1775\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1776\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1777\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1778\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1779\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"178\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1780\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1781\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1782\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1783\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1784\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1785\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1786\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1787\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1788\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1789\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"179\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1790\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1791\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1792\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1793\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1794\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1795\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1796\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1797\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1798\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1799\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"18\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"180\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1800\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1801\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1802\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1803\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1804\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1805\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1806\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1807\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1808\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1809\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"181\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1810\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1811\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1812\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1813\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1814\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1815\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1816\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1817\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1818\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1819\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"182\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1820\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1821\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1822\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1823\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1824\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1825\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1826\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1827\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1828\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1829\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"183\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1830\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1831\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1832\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1833\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1834\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1835\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1836\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1837\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1838\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1839\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"184\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1840\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1841\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1842\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1843\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1844\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1845\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1846\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1847\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1848\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1849\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"185\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1850\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1851\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1852\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1853\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1854\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1855\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1856\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1857\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1858\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1859\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"186\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1860\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1861\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1862\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1863\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1864\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1865\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1866\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1867\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1868\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1869\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"187\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1870\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1871\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1872\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1873\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1874\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1875\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1876\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1877\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1878\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1879\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"188\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1880\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1881\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1882\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1883\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1884\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1885\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1886\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1887\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1888\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1889\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"189\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1890\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1891\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1892\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1893\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1894\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1895\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1896\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1897\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1898\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1899\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-4881.search-dogfood.windows-int.net/indexes('azsmnet1578')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$top=2000&$skip=1000\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"10\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"100\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1000\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1001\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1002\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1003\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1004\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1005\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1006\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1007\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1008\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1009\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"101\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1010\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1011\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1012\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1013\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1014\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1015\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1016\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1017\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1018\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1019\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"102\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1020\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1021\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1022\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1023\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1024\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1025\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1026\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1027\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1028\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1029\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"103\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1030\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1031\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1032\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1033\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1034\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1035\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1036\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1037\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1038\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1039\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"104\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1040\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1041\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1042\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1043\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1044\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1045\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1046\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1047\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1048\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1049\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"105\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1050\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1051\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1052\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1053\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1054\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1055\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1056\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1057\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1058\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1059\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"106\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1060\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1061\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1062\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1063\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1064\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1065\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1066\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1067\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1068\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1069\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"107\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1070\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1071\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1072\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1073\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1074\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1075\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1076\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1077\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1078\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1079\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"108\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1080\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1081\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1082\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1083\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1084\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1085\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1086\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1087\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1088\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1089\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"109\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1090\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1091\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1092\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1093\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1094\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1095\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1096\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1097\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1098\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1099\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"11\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"110\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1100\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1101\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1102\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1103\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1104\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1105\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1106\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1107\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1108\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1109\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"111\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1110\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1111\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1112\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1113\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1114\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1115\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1116\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1117\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1118\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1119\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"112\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1120\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1121\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1122\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1123\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1124\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1125\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1126\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1127\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1128\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1129\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"113\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1130\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1131\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1132\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1133\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1134\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1135\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1136\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1137\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1138\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1139\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"114\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1140\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1141\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1142\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1143\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1144\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1145\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1146\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1147\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1148\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1149\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"115\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1150\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1151\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1152\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1153\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1154\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1155\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1156\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1157\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1158\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1159\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"116\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1160\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1161\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1162\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1163\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1164\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1165\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1166\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1167\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1168\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1169\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"117\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1170\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1171\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1172\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1173\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1174\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1175\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1176\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1177\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1178\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1179\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"118\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1180\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1181\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1182\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1183\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1184\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1185\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1186\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1187\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1188\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1189\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"119\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1190\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1191\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1192\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1193\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1194\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1195\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1196\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1197\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1198\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1199\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"12\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"120\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1200\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1201\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1202\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1203\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1204\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1205\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1206\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1207\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1208\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1209\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"121\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1210\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1211\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1212\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1213\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1214\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1215\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1216\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1217\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1218\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1219\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"122\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1220\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1221\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1222\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1223\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1224\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1225\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1226\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1227\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1228\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1229\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"123\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1230\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1231\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1232\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1233\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1234\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1235\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1236\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1237\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1238\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1239\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"124\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1240\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1241\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1242\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1243\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1244\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1245\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1246\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1247\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1248\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1249\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"125\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1250\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1251\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1252\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1253\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1254\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1255\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1256\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1257\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1258\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1259\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"126\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1260\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1261\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1262\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1263\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1264\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1265\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1266\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1267\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1268\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1269\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"127\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1270\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1271\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1272\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1273\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1274\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1275\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1276\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1277\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1278\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1279\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"128\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1280\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1281\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1282\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1283\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1284\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1285\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1286\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1287\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1288\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1289\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"129\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1290\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1291\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1292\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1293\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1294\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1295\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1296\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1297\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1298\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1299\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"13\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"130\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1300\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1301\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1302\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1303\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1304\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1305\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1306\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1307\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1308\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1309\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"131\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1310\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1311\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1312\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1313\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1314\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1315\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1316\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1317\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1318\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1319\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"132\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1320\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1321\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1322\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1323\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1324\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1325\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1326\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1327\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1328\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1329\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"133\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1330\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1331\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1332\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1333\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1334\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1335\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1336\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1337\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1338\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1339\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"134\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1340\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1341\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1342\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1343\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1344\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1345\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1346\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1347\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1348\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1349\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"135\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1350\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1351\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1352\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1353\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1354\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1355\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1356\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1357\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1358\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1359\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"136\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1360\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1361\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1362\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1363\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1364\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1365\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1366\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1367\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1368\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1369\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"137\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1370\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1371\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1372\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1373\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1374\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1375\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1376\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1377\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1378\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1379\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"138\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1380\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1381\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1382\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1383\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1384\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1385\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1386\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1387\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1388\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1389\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"139\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1390\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1391\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1392\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1393\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1394\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1395\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1396\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1397\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1398\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1399\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"14\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"140\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1400\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1401\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1402\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1403\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1404\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1405\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1406\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1407\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1408\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1409\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"141\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1410\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1411\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1412\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1413\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1414\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1415\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1416\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1417\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1418\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1419\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"142\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1420\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1421\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1422\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1423\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1424\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1425\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1426\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1427\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1428\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1429\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"143\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1430\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1431\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1432\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1433\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1434\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1435\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1436\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1437\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1438\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1439\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"144\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1440\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1441\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1442\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1443\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1444\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1445\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1446\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1447\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1448\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1449\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"145\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1450\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1451\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1452\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1453\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1454\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1455\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1456\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1457\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1458\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1459\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"146\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1460\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1461\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1462\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1463\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1464\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1465\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1466\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1467\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1468\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1469\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"147\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1470\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1471\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1472\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1473\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1474\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1475\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1476\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1477\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1478\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1479\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"148\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1480\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1481\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1482\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1483\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1484\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1485\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1486\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1487\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1488\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1489\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"149\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1490\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1491\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1492\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1493\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1494\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1495\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1496\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1497\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1498\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1499\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"15\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"150\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1500\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1501\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1502\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1503\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1504\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1505\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1506\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1507\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1508\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1509\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"151\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1510\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1511\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1512\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1513\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1514\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1515\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1516\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1517\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1518\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1519\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"152\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1520\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1521\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1522\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1523\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1524\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1525\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1526\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1527\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1528\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1529\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"153\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1530\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1531\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1532\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1533\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1534\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1535\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1536\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1537\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1538\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1539\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"154\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1540\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1541\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1542\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1543\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1544\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1545\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1546\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1547\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1548\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1549\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"155\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1550\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1551\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1552\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1553\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1554\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1555\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1556\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1557\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1558\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1559\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"156\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1560\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1561\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1562\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1563\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1564\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1565\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1566\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1567\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1568\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1569\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"157\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1570\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1571\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1572\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1573\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1574\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1575\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1576\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1577\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1578\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1579\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"158\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1580\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1581\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1582\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1583\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1584\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1585\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1586\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1587\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1588\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1589\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"159\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1590\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1591\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1592\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1593\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1594\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1595\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1596\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1597\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1598\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1599\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"16\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"160\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1600\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1601\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1602\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1603\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1604\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1605\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1606\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1607\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1608\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1609\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"161\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1610\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1611\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1612\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1613\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1614\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1615\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1616\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1617\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1618\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1619\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"162\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1620\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1621\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1622\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1623\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1624\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1625\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1626\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1627\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1628\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1629\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"163\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1630\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1631\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1632\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1633\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1634\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1635\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1636\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1637\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1638\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1639\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"164\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1640\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1641\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1642\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1643\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1644\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1645\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1646\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1647\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1648\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1649\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"165\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1650\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1651\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1652\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1653\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1654\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1655\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1656\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1657\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1658\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1659\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"166\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1660\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1661\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1662\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1663\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1664\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1665\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1666\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1667\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1668\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1669\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"167\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1670\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1671\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1672\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1673\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1674\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1675\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1676\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1677\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1678\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1679\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"168\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1680\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1681\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1682\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1683\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1684\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1685\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1686\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1687\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1688\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1689\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"169\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1690\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1691\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1692\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1693\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1694\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1695\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1696\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1697\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1698\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1699\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"17\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"170\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1700\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1701\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1702\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1703\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1704\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1705\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1706\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1707\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1708\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1709\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"171\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1710\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1711\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1712\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1713\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1714\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1715\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1716\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1717\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1718\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1719\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"172\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1720\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1721\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1722\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1723\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1724\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1725\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1726\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1727\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1728\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1729\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"173\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1730\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1731\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1732\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1733\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1734\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1735\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1736\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1737\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1738\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1739\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"174\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1740\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1741\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1742\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1743\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1744\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1745\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1746\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1747\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1748\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1749\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"175\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1750\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1751\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1752\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1753\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1754\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1755\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1756\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1757\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1758\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1759\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"176\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1760\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1761\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1762\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1763\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1764\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1765\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1766\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1767\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1768\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1769\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"177\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1770\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1771\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1772\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1773\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1774\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1775\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1776\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1777\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1778\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1779\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"178\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1780\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1781\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1782\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1783\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1784\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1785\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1786\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1787\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1788\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1789\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"179\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1790\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1791\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1792\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1793\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1794\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1795\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1796\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1797\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1798\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1799\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"18\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"180\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1800\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1801\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1802\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1803\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1804\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1805\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1806\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1807\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1808\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1809\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"181\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1810\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1811\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1812\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1813\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1814\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1815\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1816\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1817\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1818\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1819\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"182\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1820\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1821\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1822\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1823\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1824\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1825\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1826\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1827\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1828\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1829\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"183\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1830\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1831\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1832\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1833\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1834\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1835\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1836\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1837\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1838\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1839\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"184\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1840\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1841\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1842\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1843\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1844\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1845\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1846\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1847\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1848\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1849\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"185\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1850\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1851\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1852\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1853\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1854\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1855\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1856\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1857\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1858\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1859\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"186\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1860\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1861\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1862\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1863\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1864\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1865\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1866\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1867\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1868\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1869\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"187\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1870\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1871\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1872\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1873\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1874\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1875\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1876\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1877\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1878\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1879\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"188\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1880\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1881\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1882\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1883\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1884\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1885\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1886\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1887\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1888\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1889\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"189\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1890\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1891\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1892\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1893\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1894\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1895\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1896\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1897\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1898\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1899\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-8941.search-dogfood.windows-int.net/indexes('azsmnet3893')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$top=2000&$skip=1000\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet1578')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$top=2000&$skip=1000", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNTc4JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRvcmRlcmJ5PWhvdGVsSWQlMjBhc2MmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueSYkc2VsZWN0PWhvdGVsSWQmJHRvcD0yMDAwJiRza2lwPTEwMDA=", + "RequestUri": "/indexes('azsmnet3893')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$top=2000&$skip=1000", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzODkzJykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRvcmRlcmJ5PWhvdGVsSWQlMjBhc2MmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueSYkc2VsZWN0PWhvdGVsSWQmJHRvcD0yMDAwJiRza2lwPTEwMDA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "b73e3714-fc92-4c4b-bc0f-a298d4eaeb7e" + "ba223673-885f-4c30-a6f9-0f1223b2257a" ], "Accept-Language": [ "en-US" @@ -697,12 +697,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "60D6B25832179820B3B25675F8330E9F" + "14B95123615A14113607D8C87828CE42" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -714,10 +714,10 @@ "no-cache" ], "request-id": [ - "b73e3714-fc92-4c4b-bc0f-a298d4eaeb7e" + "ba223673-885f-4c30-a6f9-0f1223b2257a" ], "elapsed-time": [ - "170" + "146" ], "OData-Version": [ "4.0" @@ -729,7 +729,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:49:25 GMT" + "Sat, 08 Aug 2020 08:26:07 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -741,17 +741,17 @@ "38251" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"19\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"190\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1900\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1901\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1902\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1903\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1904\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1905\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1906\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1907\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1908\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1909\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"191\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1910\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1911\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1912\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1913\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1914\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1915\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1916\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1917\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1918\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1919\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"192\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1920\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1921\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1922\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1923\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1924\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1925\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1926\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1927\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1928\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1929\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"193\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1930\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1931\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1932\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1933\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1934\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1935\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1936\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1937\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1938\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1939\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"194\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1940\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1941\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1942\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1943\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1944\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1945\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1946\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1947\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1948\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1949\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"195\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1950\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1951\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1952\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1953\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1954\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1955\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1956\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1957\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1958\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1959\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"196\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1960\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1961\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1962\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1963\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1964\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1965\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1966\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1967\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1968\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1969\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"197\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1970\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1971\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1972\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1973\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1974\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1975\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1976\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1977\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1978\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1979\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"198\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1980\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1981\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1982\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1983\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1984\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1985\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1986\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1987\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1988\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1989\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"199\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1990\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1991\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1992\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1993\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1994\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1995\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1996\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1997\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1998\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1999\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"20\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"200\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2000\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2001\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"201\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"202\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"203\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"204\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"205\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"206\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"207\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"208\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"209\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"21\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"210\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"211\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"212\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"213\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"214\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"215\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"216\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"217\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"218\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"219\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"22\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"220\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"221\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"222\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"223\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"224\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"225\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"226\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"227\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"228\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"229\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"23\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"230\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"231\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"232\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"233\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"234\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"235\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"236\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"237\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"238\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"239\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"24\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"240\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"241\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"242\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"243\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"244\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"245\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"246\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"247\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"248\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"249\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"25\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"250\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"251\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"252\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"253\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"254\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"255\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"256\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"257\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"258\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"259\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"26\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"260\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"261\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"262\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"263\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"264\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"265\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"266\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"267\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"268\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"269\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"27\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"270\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"271\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"272\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"273\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"274\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"275\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"276\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"277\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"278\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"279\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"28\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"280\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"281\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"282\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"283\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"284\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"285\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"286\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"287\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"288\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"289\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"29\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"290\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"291\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"292\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"293\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"294\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"295\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"296\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"297\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"298\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"299\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"3\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"30\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"300\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"301\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"302\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"303\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"304\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"305\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"306\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"307\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"308\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"309\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"31\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"310\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"311\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"312\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"313\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"314\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"315\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"316\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"317\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"318\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"319\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"32\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"320\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"321\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"322\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"323\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"324\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"325\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"326\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"327\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"328\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"329\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"33\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"330\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"331\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"332\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"333\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"334\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"335\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"336\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"337\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"338\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"339\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"34\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"340\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"341\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"342\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"343\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"344\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"345\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"346\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"347\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"348\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"349\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"35\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"350\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"351\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"352\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"353\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"354\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"355\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"356\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"357\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"358\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"359\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"36\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"360\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"361\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"362\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"363\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"364\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"365\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"366\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"367\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"368\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"369\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"37\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"370\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"371\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"372\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"373\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"374\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"375\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"376\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"377\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"378\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"379\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"38\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"380\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"381\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"382\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"383\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"384\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"385\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"386\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"387\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"388\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"389\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"39\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"390\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"391\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"392\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"393\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"394\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"395\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"396\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"397\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"398\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"399\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"4\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"40\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"400\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"401\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"402\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"403\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"404\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"405\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"406\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"407\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"408\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"409\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"41\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"410\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"411\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"412\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"413\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"414\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"415\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"416\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"417\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"418\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"419\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"42\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"420\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"421\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"422\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"423\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"424\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"425\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"426\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"427\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"428\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"429\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"43\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"430\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"431\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"432\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"433\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"434\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"435\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"436\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"437\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"438\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"439\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"44\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"440\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"441\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"442\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"443\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"444\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"445\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"446\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"447\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"448\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"449\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"45\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"450\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"451\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"452\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"453\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"454\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"455\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"456\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"457\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"458\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"459\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"46\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"460\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"461\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"462\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"463\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"464\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"465\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"466\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"467\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"468\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"469\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"47\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"470\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"471\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"472\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"473\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"474\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"475\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"476\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"477\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"478\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"479\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"48\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"480\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"481\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"482\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"483\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"484\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"485\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"486\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"487\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"488\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"489\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"49\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"490\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"491\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"492\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"493\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"494\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"495\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"496\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"497\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"498\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"499\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"5\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"50\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"500\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"501\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"502\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"503\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"504\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"505\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"506\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"507\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"508\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"509\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"51\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"510\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"511\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"512\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"513\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"514\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"515\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"516\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"517\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"518\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"519\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"52\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"520\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"521\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"522\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"523\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"524\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"525\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"526\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"527\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"528\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"529\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"53\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"530\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"531\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"532\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"533\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"534\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"535\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"536\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"537\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"538\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"539\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"54\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"540\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"541\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"542\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"543\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"544\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"545\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"546\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"547\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"548\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"549\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"55\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"550\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"551\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"552\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"553\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"554\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"555\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"556\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"557\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"558\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"559\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"56\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"560\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"561\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"562\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"563\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"564\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"565\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"566\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"567\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"568\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"569\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"57\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"570\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"571\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"572\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"573\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"574\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"575\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"576\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"577\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"578\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"579\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"58\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"580\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"581\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"582\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"583\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"584\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"585\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"586\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"587\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"588\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"589\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"59\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"590\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"591\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"592\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"593\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"594\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"595\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"596\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"597\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"598\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"599\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"6\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"60\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"600\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"601\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"602\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"603\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"604\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"605\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"606\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"607\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"608\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"609\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"61\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"610\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"611\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"612\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"613\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"614\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"615\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"616\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"617\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"618\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"619\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"62\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"620\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"621\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"622\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"623\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"624\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"625\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"626\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"627\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"628\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"629\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"63\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"630\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"631\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"632\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"633\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"634\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"635\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"636\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"637\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"638\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"639\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"64\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"640\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"641\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"642\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"643\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"644\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"645\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"646\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"647\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"648\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"649\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"65\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"650\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"651\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"652\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"653\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"654\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"655\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"656\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"657\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"658\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"659\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"66\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"660\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"661\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"662\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"663\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"664\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"665\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"666\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"667\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"668\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"669\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"67\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"670\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"671\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"672\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"673\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"674\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"675\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"676\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"677\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"678\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"679\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"68\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"680\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"681\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"682\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"683\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"684\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"685\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"686\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"687\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"688\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"689\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"69\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"690\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"691\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"692\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"693\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"694\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"695\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"696\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"697\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"698\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"699\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"7\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"70\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"700\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"701\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"702\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"703\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"704\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"705\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"706\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"707\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"708\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"709\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"71\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"710\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"711\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"712\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"713\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"714\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"715\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"716\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"717\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"718\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"719\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"72\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"720\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"721\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"722\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"723\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"724\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"725\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"726\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"727\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"728\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"729\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"73\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"730\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"731\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"732\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"733\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"734\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"735\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"736\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"737\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"738\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"739\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"74\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"740\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"741\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"742\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"743\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"744\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"745\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"746\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"747\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"748\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"749\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"75\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"750\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"751\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"752\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"753\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"754\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"755\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"756\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"757\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"758\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"759\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"76\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"760\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"761\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"762\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"763\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"764\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"765\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"766\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"767\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"768\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"769\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"77\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"770\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"771\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"772\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"773\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"774\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"775\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"776\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"777\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"778\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"779\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"78\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"780\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"781\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"782\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"783\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"784\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"785\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"786\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"787\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"788\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"789\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"79\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"790\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"791\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"792\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"793\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"794\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"795\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"796\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"797\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"798\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"799\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"8\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"80\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"800\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"801\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"802\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"803\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"804\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"805\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"806\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"807\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"808\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"809\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"81\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"810\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"811\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"812\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"813\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"814\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"815\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"816\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"817\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"818\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"819\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"82\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"820\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"821\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"822\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"823\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"824\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"825\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"826\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"827\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"828\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"829\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"83\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"830\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"831\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"832\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"833\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"834\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"835\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"836\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"837\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"838\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"839\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"84\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"840\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"841\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"842\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"843\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"844\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"845\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"846\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"847\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"848\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"849\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"85\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"850\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"851\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"852\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"853\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"854\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"855\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"856\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"857\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"858\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"859\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"86\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"860\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"861\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"862\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"863\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"864\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"865\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"866\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"867\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"868\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"869\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"87\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"870\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"871\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"872\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"873\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"874\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"875\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"876\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"877\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"878\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"879\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"88\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"880\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"881\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"882\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"883\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"884\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"885\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"886\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"887\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"888\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"889\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"89\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"890\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"891\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"892\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"893\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"894\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"895\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"896\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"897\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"898\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"899\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"9\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"90\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"900\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"901\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"902\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"903\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"904\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"905\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"906\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"907\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"908\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"909\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"91\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"910\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"911\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"912\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"913\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"914\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"915\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"916\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"917\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"918\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"919\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"92\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"920\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"921\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"922\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"923\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"924\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"925\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"926\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"927\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"928\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"929\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"93\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"930\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"931\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"932\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"933\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"934\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"935\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"936\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"937\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"938\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"939\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"94\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"940\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"941\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"942\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"943\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"944\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"945\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"946\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"947\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"948\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"949\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"95\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"950\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"951\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"952\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"953\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"954\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"955\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"956\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"957\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"958\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"959\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"96\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"960\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"961\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"962\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"963\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"964\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"965\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"966\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"967\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"968\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"969\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"97\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"970\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"971\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"972\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"973\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"974\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"975\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"976\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"977\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"978\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"979\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"98\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"980\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"981\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"982\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"983\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"984\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"985\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"986\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"987\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"988\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"989\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"99\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"990\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"991\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"992\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"993\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"994\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"995\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"996\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"997\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"998\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-4881.search-dogfood.windows-int.net/indexes('azsmnet1578')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$top=1000&$skip=2000\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"19\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"190\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1900\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1901\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1902\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1903\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1904\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1905\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1906\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1907\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1908\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1909\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"191\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1910\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1911\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1912\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1913\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1914\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1915\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1916\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1917\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1918\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1919\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"192\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1920\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1921\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1922\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1923\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1924\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1925\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1926\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1927\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1928\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1929\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"193\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1930\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1931\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1932\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1933\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1934\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1935\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1936\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1937\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1938\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1939\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"194\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1940\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1941\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1942\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1943\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1944\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1945\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1946\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1947\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1948\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1949\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"195\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1950\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1951\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1952\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1953\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1954\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1955\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1956\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1957\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1958\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1959\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"196\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1960\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1961\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1962\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1963\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1964\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1965\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1966\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1967\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1968\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1969\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"197\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1970\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1971\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1972\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1973\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1974\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1975\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1976\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1977\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1978\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1979\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"198\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1980\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1981\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1982\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1983\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1984\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1985\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1986\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1987\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1988\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1989\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"199\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1990\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1991\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1992\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1993\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1994\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1995\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1996\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1997\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1998\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1999\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"20\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"200\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2000\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2001\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"201\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"202\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"203\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"204\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"205\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"206\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"207\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"208\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"209\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"21\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"210\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"211\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"212\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"213\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"214\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"215\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"216\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"217\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"218\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"219\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"22\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"220\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"221\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"222\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"223\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"224\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"225\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"226\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"227\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"228\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"229\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"23\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"230\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"231\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"232\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"233\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"234\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"235\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"236\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"237\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"238\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"239\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"24\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"240\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"241\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"242\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"243\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"244\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"245\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"246\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"247\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"248\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"249\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"25\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"250\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"251\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"252\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"253\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"254\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"255\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"256\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"257\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"258\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"259\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"26\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"260\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"261\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"262\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"263\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"264\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"265\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"266\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"267\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"268\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"269\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"27\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"270\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"271\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"272\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"273\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"274\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"275\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"276\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"277\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"278\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"279\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"28\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"280\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"281\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"282\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"283\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"284\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"285\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"286\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"287\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"288\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"289\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"29\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"290\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"291\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"292\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"293\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"294\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"295\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"296\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"297\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"298\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"299\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"3\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"30\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"300\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"301\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"302\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"303\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"304\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"305\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"306\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"307\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"308\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"309\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"31\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"310\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"311\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"312\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"313\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"314\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"315\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"316\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"317\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"318\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"319\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"32\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"320\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"321\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"322\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"323\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"324\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"325\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"326\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"327\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"328\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"329\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"33\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"330\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"331\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"332\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"333\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"334\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"335\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"336\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"337\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"338\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"339\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"34\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"340\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"341\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"342\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"343\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"344\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"345\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"346\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"347\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"348\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"349\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"35\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"350\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"351\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"352\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"353\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"354\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"355\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"356\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"357\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"358\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"359\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"36\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"360\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"361\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"362\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"363\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"364\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"365\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"366\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"367\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"368\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"369\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"37\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"370\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"371\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"372\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"373\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"374\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"375\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"376\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"377\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"378\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"379\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"38\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"380\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"381\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"382\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"383\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"384\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"385\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"386\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"387\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"388\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"389\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"39\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"390\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"391\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"392\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"393\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"394\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"395\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"396\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"397\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"398\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"399\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"4\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"40\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"400\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"401\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"402\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"403\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"404\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"405\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"406\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"407\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"408\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"409\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"41\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"410\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"411\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"412\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"413\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"414\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"415\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"416\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"417\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"418\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"419\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"42\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"420\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"421\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"422\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"423\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"424\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"425\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"426\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"427\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"428\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"429\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"43\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"430\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"431\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"432\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"433\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"434\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"435\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"436\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"437\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"438\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"439\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"44\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"440\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"441\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"442\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"443\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"444\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"445\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"446\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"447\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"448\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"449\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"45\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"450\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"451\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"452\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"453\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"454\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"455\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"456\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"457\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"458\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"459\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"46\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"460\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"461\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"462\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"463\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"464\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"465\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"466\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"467\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"468\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"469\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"47\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"470\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"471\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"472\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"473\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"474\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"475\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"476\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"477\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"478\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"479\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"48\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"480\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"481\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"482\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"483\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"484\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"485\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"486\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"487\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"488\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"489\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"49\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"490\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"491\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"492\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"493\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"494\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"495\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"496\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"497\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"498\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"499\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"5\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"50\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"500\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"501\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"502\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"503\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"504\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"505\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"506\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"507\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"508\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"509\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"51\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"510\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"511\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"512\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"513\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"514\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"515\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"516\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"517\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"518\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"519\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"52\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"520\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"521\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"522\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"523\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"524\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"525\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"526\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"527\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"528\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"529\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"53\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"530\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"531\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"532\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"533\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"534\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"535\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"536\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"537\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"538\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"539\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"54\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"540\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"541\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"542\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"543\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"544\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"545\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"546\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"547\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"548\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"549\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"55\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"550\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"551\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"552\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"553\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"554\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"555\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"556\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"557\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"558\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"559\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"56\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"560\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"561\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"562\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"563\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"564\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"565\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"566\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"567\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"568\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"569\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"57\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"570\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"571\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"572\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"573\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"574\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"575\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"576\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"577\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"578\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"579\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"58\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"580\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"581\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"582\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"583\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"584\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"585\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"586\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"587\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"588\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"589\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"59\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"590\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"591\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"592\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"593\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"594\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"595\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"596\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"597\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"598\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"599\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"6\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"60\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"600\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"601\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"602\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"603\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"604\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"605\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"606\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"607\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"608\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"609\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"61\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"610\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"611\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"612\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"613\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"614\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"615\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"616\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"617\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"618\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"619\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"62\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"620\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"621\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"622\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"623\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"624\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"625\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"626\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"627\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"628\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"629\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"63\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"630\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"631\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"632\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"633\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"634\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"635\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"636\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"637\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"638\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"639\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"64\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"640\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"641\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"642\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"643\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"644\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"645\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"646\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"647\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"648\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"649\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"65\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"650\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"651\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"652\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"653\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"654\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"655\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"656\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"657\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"658\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"659\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"66\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"660\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"661\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"662\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"663\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"664\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"665\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"666\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"667\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"668\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"669\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"67\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"670\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"671\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"672\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"673\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"674\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"675\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"676\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"677\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"678\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"679\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"68\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"680\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"681\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"682\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"683\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"684\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"685\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"686\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"687\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"688\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"689\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"69\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"690\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"691\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"692\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"693\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"694\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"695\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"696\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"697\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"698\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"699\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"7\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"70\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"700\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"701\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"702\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"703\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"704\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"705\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"706\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"707\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"708\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"709\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"71\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"710\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"711\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"712\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"713\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"714\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"715\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"716\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"717\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"718\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"719\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"72\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"720\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"721\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"722\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"723\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"724\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"725\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"726\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"727\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"728\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"729\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"73\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"730\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"731\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"732\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"733\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"734\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"735\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"736\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"737\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"738\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"739\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"74\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"740\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"741\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"742\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"743\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"744\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"745\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"746\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"747\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"748\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"749\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"75\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"750\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"751\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"752\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"753\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"754\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"755\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"756\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"757\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"758\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"759\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"76\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"760\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"761\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"762\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"763\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"764\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"765\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"766\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"767\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"768\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"769\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"77\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"770\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"771\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"772\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"773\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"774\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"775\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"776\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"777\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"778\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"779\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"78\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"780\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"781\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"782\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"783\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"784\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"785\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"786\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"787\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"788\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"789\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"79\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"790\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"791\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"792\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"793\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"794\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"795\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"796\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"797\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"798\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"799\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"8\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"80\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"800\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"801\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"802\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"803\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"804\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"805\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"806\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"807\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"808\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"809\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"81\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"810\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"811\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"812\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"813\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"814\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"815\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"816\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"817\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"818\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"819\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"82\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"820\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"821\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"822\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"823\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"824\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"825\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"826\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"827\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"828\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"829\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"83\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"830\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"831\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"832\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"833\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"834\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"835\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"836\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"837\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"838\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"839\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"84\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"840\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"841\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"842\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"843\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"844\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"845\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"846\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"847\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"848\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"849\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"85\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"850\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"851\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"852\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"853\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"854\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"855\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"856\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"857\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"858\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"859\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"86\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"860\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"861\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"862\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"863\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"864\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"865\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"866\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"867\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"868\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"869\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"87\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"870\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"871\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"872\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"873\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"874\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"875\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"876\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"877\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"878\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"879\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"88\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"880\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"881\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"882\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"883\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"884\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"885\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"886\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"887\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"888\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"889\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"89\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"890\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"891\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"892\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"893\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"894\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"895\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"896\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"897\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"898\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"899\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"9\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"90\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"900\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"901\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"902\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"903\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"904\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"905\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"906\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"907\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"908\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"909\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"91\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"910\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"911\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"912\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"913\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"914\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"915\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"916\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"917\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"918\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"919\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"92\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"920\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"921\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"922\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"923\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"924\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"925\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"926\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"927\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"928\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"929\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"93\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"930\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"931\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"932\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"933\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"934\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"935\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"936\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"937\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"938\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"939\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"94\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"940\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"941\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"942\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"943\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"944\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"945\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"946\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"947\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"948\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"949\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"95\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"950\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"951\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"952\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"953\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"954\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"955\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"956\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"957\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"958\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"959\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"96\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"960\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"961\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"962\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"963\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"964\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"965\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"966\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"967\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"968\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"969\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"97\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"970\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"971\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"972\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"973\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"974\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"975\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"976\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"977\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"978\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"979\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"98\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"980\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"981\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"982\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"983\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"984\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"985\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"986\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"987\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"988\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"989\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"99\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"990\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"991\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"992\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"993\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"994\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"995\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"996\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"997\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"998\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-8941.search-dogfood.windows-int.net/indexes('azsmnet3893')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$top=1000&$skip=2000\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet1578')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$top=1000&$skip=2000", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNTc4JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRvcmRlcmJ5PWhvdGVsSWQlMjBhc2MmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueSYkc2VsZWN0PWhvdGVsSWQmJHRvcD0xMDAwJiRza2lwPTIwMDA=", + "RequestUri": "/indexes('azsmnet3893')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$top=1000&$skip=2000", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzODkzJykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRvcmRlcmJ5PWhvdGVsSWQlMjBhc2MmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueSYkc2VsZWN0PWhvdGVsSWQmJHRvcD0xMDAwJiRza2lwPTIwMDA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "d065c4a3-1ebd-47ed-8afb-427cbd73643e" + "a4b20cd7-0a5c-4661-98fa-6822384cc246" ], "Accept-Language": [ "en-US" @@ -760,12 +760,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "60D6B25832179820B3B25675F8330E9F" + "14B95123615A14113607D8C87828CE42" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -777,10 +777,10 @@ "no-cache" ], "request-id": [ - "d065c4a3-1ebd-47ed-8afb-427cbd73643e" + "a4b20cd7-0a5c-4661-98fa-6822384cc246" ], "elapsed-time": [ - "18" + "22" ], "OData-Version": [ "4.0" @@ -792,7 +792,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:49:25 GMT" + "Sat, 08 Aug 2020 08:26:07 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -808,21 +808,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7692/providers/Microsoft.Search/searchServices/azs-4881?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjkyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODgxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2040/providers/Microsoft.Search/searchServices/azs-8941?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMDQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04OTQxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "705ce440-76e8-4d50-9a77-a66f40e747bd" + "13027549-8034-4328-a794-2bea46068394" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -833,51 +833,42 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "705ce440-76e8-4d50-9a77-a66f40e747bd" - ], - "request-id": [ - "705ce440-76e8-4d50-9a77-a66f40e747bd" - ], - "elapsed-time": [ - "881" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14990" ], + "x-ms-request-id": [ + "f6b762a5-d6b6-408a-b3d6-30f65a893c99" + ], "x-ms-correlation-request-id": [ - "0e57c6d4-2cf0-46b9-965d-c68543f2d551" + "f6b762a5-d6b6-408a-b3d6-30f65a893c99" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004930Z:0e57c6d4-2cf0-46b9-965d-c68543f2d551" + "NORTHEUROPE:20200808T082637Z:f6b762a5-d6b6-408a-b3d6-30f65a893c99" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:49:29 GMT" + "Sat, 08 Aug 2020 08:26:36 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7692", - "azsmnet1578" + "azsmnet2040", + "azsmnet3893" ], "GenerateServiceName": [ - "azs-4881" + "azs-8941" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanContinueSearchForStaticallyTypedDocuments.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanContinueSearchForStaticallyTypedDocuments.json index 9331d0bdf709..204a0fbc64f9 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanContinueSearchForStaticallyTypedDocuments.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanContinueSearchForStaticallyTypedDocuments.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3e586649-23bb-45c1-a6bb-9057fc54eadf" + "d078e171-548c-48ac-ab4b-de64f352fca2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1188" ], "x-ms-request-id": [ - "025b7001-d9ce-47ce-9e90-010299d343a8" + "33adcbec-526d-411a-a537-23aa97eab48c" ], "x-ms-correlation-request-id": [ - "025b7001-d9ce-47ce-9e90-010299d343a8" + "33adcbec-526d-411a-a537-23aa97eab48c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005734Z:025b7001-d9ce-47ce-9e90-010299d343a8" + "NORTHEUROPE:20200808T083542Z:33adcbec-526d-411a-a537-23aa97eab48c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:57:33 GMT" + "Sat, 08 Aug 2020 08:35:41 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7879?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3ODc5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2402?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNDAyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "33fcdf0e-2a18-48ca-a241-7676f604b8e0" + "a3960987-d939-4509-ad9a-67ff1496def1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1192" ], "x-ms-request-id": [ - "ab81a90d-acdc-4e67-a90f-1f9374e543d7" + "bfbea52f-5485-42c6-bafe-3d67df9a7333" ], "x-ms-correlation-request-id": [ - "ab81a90d-acdc-4e67-a90f-1f9374e543d7" + "bfbea52f-5485-42c6-bafe-3d67df9a7333" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005735Z:ab81a90d-acdc-4e67-a90f-1f9374e543d7" + "NORTHEUROPE:20200808T083544Z:bfbea52f-5485-42c6-bafe-3d67df9a7333" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:57:34 GMT" + "Sat, 08 Aug 2020 08:35:44 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7879\",\r\n \"name\": \"azsmnet7879\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2402\",\r\n \"name\": \"azsmnet2402\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7879/providers/Microsoft.Search/searchServices/azs-5704?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzA0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2402/providers/Microsoft.Search/searchServices/azs-8594?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTk0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "14945012-1877-4f51-b9ff-c5dda97d6a0b" + "d47faeca-eb56-4868-bb96-afaa2f0c9f3b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A57%3A38.4761913Z'\"" + "W/\"datetime'2020-08-08T08%3A35%3A49.622343Z'\"" ], "x-ms-request-id": [ - "14945012-1877-4f51-b9ff-c5dda97d6a0b" + "d47faeca-eb56-4868-bb96-afaa2f0c9f3b" ], "request-id": [ - "14945012-1877-4f51-b9ff-c5dda97d6a0b" + "d47faeca-eb56-4868-bb96-afaa2f0c9f3b" ], "elapsed-time": [ - "1153" + "1709" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1192" ], "x-ms-correlation-request-id": [ - "c99745d1-ecf1-489d-828d-f88012ca437a" + "cf9d222b-aeac-46e9-ba93-3112b3e45092" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005739Z:c99745d1-ecf1-489d-828d-f88012ca437a" + "NORTHEUROPE:20200808T083550Z:cf9d222b-aeac-46e9-ba93-3112b3e45092" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:57:38 GMT" + "Sat, 08 Aug 2020 08:35:50 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7879/providers/Microsoft.Search/searchServices/azs-5704\",\r\n \"name\": \"azs-5704\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2402/providers/Microsoft.Search/searchServices/azs-8594\",\r\n \"name\": \"azs-8594\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7879/providers/Microsoft.Search/searchServices/azs-5704/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzA0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2402/providers/Microsoft.Search/searchServices/azs-8594/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTk0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ebddfa6-2008-4d0a-9791-a179e0e51ac6" + "aa15345a-4f23-41da-98e0-271129986886" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4ebddfa6-2008-4d0a-9791-a179e0e51ac6" + "aa15345a-4f23-41da-98e0-271129986886" ], "request-id": [ - "4ebddfa6-2008-4d0a-9791-a179e0e51ac6" + "aa15345a-4f23-41da-98e0-271129986886" ], "elapsed-time": [ - "329" + "92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1188" ], "x-ms-correlation-request-id": [ - "0878f8fd-5730-483a-a950-f96b4b3021f7" + "085bb1a7-5d88-4afa-a82c-10f3e085b459" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005741Z:0878f8fd-5730-483a-a950-f96b4b3021f7" + "NORTHEUROPE:20200808T083553Z:085bb1a7-5d88-4afa-a82c-10f3e085b459" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:57:40 GMT" + "Sat, 08 Aug 2020 08:35:52 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"5B0BA1EBE395A4711E4F353A4339986F\",\r\n \"secondaryKey\": \"025D15207264EA28D8C6698208E36983\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"5DC11F10A5726295B32CBD5E2677C8DB\",\r\n \"secondaryKey\": \"A5E30F5BDFFB3229093BC68FC9ED5046\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7879/providers/Microsoft.Search/searchServices/azs-5704/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzA0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2402/providers/Microsoft.Search/searchServices/azs-8594/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTk0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9dfb66f0-3111-47fe-84ab-8c9894444230" + "d23dd758-d910-480a-b1ad-bfb2f181e975" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9dfb66f0-3111-47fe-84ab-8c9894444230" + "d23dd758-d910-480a-b1ad-bfb2f181e975" ], "request-id": [ - "9dfb66f0-3111-47fe-84ab-8c9894444230" + "d23dd758-d910-480a-b1ad-bfb2f181e975" ], "elapsed-time": [ - "222" + "111" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1187" ], "x-ms-correlation-request-id": [ - "46ee2d62-517a-499a-b442-27f615913a3f" + "3e18ccf6-1234-488c-957a-b721a5e063b1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005742Z:46ee2d62-517a-499a-b442-27f615913a3f" + "NORTHEUROPE:20200808T083553Z:3e18ccf6-1234-488c-957a-b721a5e063b1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:57:42 GMT" + "Sat, 08 Aug 2020 08:35:53 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"1DD456AB1483D38CDBC2C4E20684029D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"CEBC348850B1EB803F0C122B3BEC0DD9\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9335\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4466\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "e637e99f-ffd1-49d8-b0fa-35e2f7819606" + "0497112f-3ecd-423f-854f-2a1790032b51" ], "Accept-Language": [ "en-US" ], "api-key": [ - "5B0BA1EBE395A4711E4F353A4339986F" + "5DC11F10A5726295B32CBD5E2677C8DB" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036B4C2D03B0\"" + "W/\"0x8D83B76122D459A\"" ], "Location": [ - "https://azs-5704.search-dogfood.windows-int.net/indexes('azsmnet9335')?api-version=2019-05-06" + "https://azs-8594.search-dogfood.windows-int.net/indexes('azsmnet4466')?api-version=2019-05-06" ], "request-id": [ - "e637e99f-ffd1-49d8-b0fa-35e2f7819606" + "0497112f-3ecd-423f-854f-2a1790032b51" ], "elapsed-time": [ - "1209" + "1542" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:57:43 GMT" + "Sat, 08 Aug 2020 08:35:57 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5704.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036B4C2D03B0\\\"\",\r\n \"name\": \"azsmnet9335\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8594.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B76122D459A\\\"\",\r\n \"name\": \"azsmnet4466\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet9335')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MzM1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4466')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NDY2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "4fd57553-52b5-4400-8cea-f8affa93b583" + "bbc050e2-9832-4055-a7ef-b45728b3f852" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "5B0BA1EBE395A4711E4F353A4339986F" + "5DC11F10A5726295B32CBD5E2677C8DB" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "4fd57553-52b5-4400-8cea-f8affa93b583" + "bbc050e2-9832-4055-a7ef-b45728b3f852" ], "elapsed-time": [ - "218" + "220" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:58:05 GMT" + "Sat, 08 Aug 2020 08:36:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9335')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MzM1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4466')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NDY2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"11\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"12\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"13\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"14\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"15\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"16\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"17\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"18\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"19\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"20\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"21\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"22\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"23\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"24\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"25\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"26\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"27\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"28\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"29\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"30\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"31\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"32\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"33\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"34\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"35\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"36\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"37\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"38\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"39\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"40\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"41\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"42\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"43\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"44\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"45\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"46\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"47\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"48\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"49\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"50\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"51\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"52\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"53\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"54\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"55\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"56\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"57\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"58\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"59\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"60\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"61\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"62\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"63\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"64\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"65\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"66\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"67\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"68\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"69\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"70\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"71\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"72\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"73\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"74\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"75\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"76\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"77\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"78\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"79\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"80\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"81\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"82\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"83\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"84\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"85\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"86\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"87\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"88\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"89\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"90\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"91\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"92\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"93\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"94\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"95\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"96\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"97\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"98\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"99\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"100\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"101\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"102\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"103\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"104\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"105\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"106\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"107\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"108\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"109\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"110\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"111\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"112\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"113\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"114\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"115\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"116\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"117\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"118\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"119\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"120\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"121\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"122\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"123\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"124\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"125\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"126\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"127\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"128\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"129\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"130\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"131\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"132\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"133\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"134\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"135\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"136\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"137\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"138\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"139\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"140\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"141\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"142\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"143\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"144\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"145\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"146\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"147\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"148\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"149\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"150\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"151\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"152\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"153\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"154\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"155\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"156\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"157\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"158\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"159\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"160\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"161\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"162\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"163\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"164\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"165\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"166\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"167\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"168\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"169\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"170\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"171\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"172\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"173\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"174\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"175\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"176\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"177\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"178\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"179\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"180\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"181\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"182\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"183\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"184\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"185\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"186\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"187\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"188\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"189\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"190\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"191\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"192\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"193\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"194\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"195\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"196\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"197\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"198\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"199\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"200\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"201\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"202\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"203\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"204\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"205\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"206\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"207\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"208\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"209\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"210\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"211\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"212\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"213\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"214\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"215\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"216\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"217\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"218\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"219\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"220\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"221\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"222\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"223\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"224\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"225\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"226\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"227\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"228\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"229\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"230\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"231\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"232\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"233\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"234\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"235\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"236\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"237\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"238\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"239\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"240\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"241\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"242\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"243\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"244\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"245\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"246\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"247\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"248\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"249\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"250\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"251\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"252\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"253\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"254\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"255\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"256\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"257\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"258\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"259\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"260\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"261\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"262\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"263\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"264\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"265\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"266\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"267\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"268\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"269\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"270\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"271\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"272\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"273\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"274\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"275\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"276\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"277\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"278\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"279\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"280\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"281\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"282\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"283\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"284\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"285\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"286\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"287\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"288\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"289\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"290\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"291\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"292\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"293\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"294\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"295\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"296\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"297\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"298\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"299\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"300\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"301\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"302\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"303\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"304\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"305\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"306\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"307\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"308\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"309\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"310\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"311\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"312\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"313\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"314\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"315\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"316\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"317\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"318\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"319\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"320\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"321\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"322\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"323\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"324\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"325\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"326\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"327\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"328\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"329\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"330\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"331\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"332\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"333\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"334\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"335\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"336\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"337\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"338\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"339\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"340\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"341\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"342\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"343\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"344\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"345\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"346\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"347\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"348\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"349\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"350\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"351\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"352\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"353\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"354\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"355\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"356\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"357\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"358\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"359\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"360\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"361\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"362\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"363\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"364\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"365\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"366\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"367\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"368\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"369\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"370\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"371\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"372\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"373\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"374\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"375\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"376\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"377\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"378\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"379\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"380\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"381\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"382\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"383\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"384\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"385\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"386\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"387\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"388\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"389\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"390\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"391\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"392\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"393\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"394\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"395\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"396\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"397\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"398\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"399\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"400\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"401\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"402\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"403\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"404\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"405\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"406\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"407\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"408\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"409\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"410\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"411\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"412\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"413\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"414\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"415\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"416\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"417\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"418\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"419\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"420\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"421\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"422\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"423\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"424\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"425\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"426\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"427\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"428\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"429\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"430\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"431\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"432\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"433\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"434\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"435\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"436\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"437\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"438\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"439\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"440\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"441\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"442\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"443\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"444\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"445\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"446\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"447\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"448\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"449\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"450\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"451\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"452\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"453\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"454\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"455\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"456\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"457\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"458\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"459\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"460\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"461\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"462\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"463\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"464\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"465\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"466\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"467\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"468\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"469\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"470\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"471\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"472\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"473\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"474\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"475\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"476\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"477\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"478\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"479\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"480\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"481\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"482\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"483\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"484\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"485\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"486\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"487\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"488\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"489\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"490\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"491\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"492\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"493\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"494\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"495\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"496\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"497\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"498\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"499\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"500\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"501\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"502\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"503\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"504\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"505\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"506\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"507\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"508\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"509\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"510\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"511\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"512\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"513\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"514\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"515\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"516\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"517\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"518\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"519\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"520\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"521\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"522\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"523\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"524\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"525\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"526\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"527\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"528\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"529\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"530\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"531\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"532\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"533\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"534\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"535\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"536\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"537\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"538\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"539\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"540\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"541\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"542\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"543\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"544\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"545\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"546\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"547\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"548\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"549\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"550\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"551\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"552\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"553\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"554\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"555\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"556\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"557\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"558\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"559\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"560\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"561\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"562\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"563\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"564\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"565\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"566\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"567\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"568\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"569\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"570\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"571\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"572\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"573\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"574\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"575\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"576\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"577\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"578\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"579\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"580\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"581\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"582\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"583\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"584\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"585\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"586\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"587\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"588\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"589\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"590\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"591\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"592\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"593\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"594\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"595\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"596\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"597\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"598\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"599\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"600\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"601\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"602\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"603\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"604\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"605\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"606\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"607\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"608\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"609\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"610\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"611\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"612\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"613\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"614\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"615\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"616\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"617\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"618\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"619\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"620\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"621\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"622\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"623\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"624\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"625\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"626\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"627\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"628\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"629\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"630\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"631\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"632\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"633\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"634\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"635\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"636\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"637\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"638\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"639\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"640\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"641\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"642\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"643\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"644\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"645\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"646\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"647\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"648\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"649\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"650\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"651\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"652\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"653\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"654\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"655\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"656\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"657\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"658\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"659\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"660\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"661\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"662\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"663\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"664\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"665\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"666\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"667\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"668\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"669\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"670\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"671\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"672\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"673\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"674\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"675\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"676\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"677\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"678\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"679\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"680\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"681\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"682\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"683\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"684\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"685\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"686\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"687\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"688\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"689\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"690\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"691\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"692\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"693\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"694\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"695\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"696\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"697\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"698\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"699\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"700\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"701\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"702\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"703\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"704\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"705\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"706\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"707\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"708\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"709\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"710\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"711\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"712\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"713\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"714\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"715\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"716\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"717\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"718\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"719\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"720\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"721\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"722\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"723\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"724\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"725\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"726\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"727\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"728\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"729\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"730\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"731\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"732\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"733\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"734\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"735\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"736\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"737\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"738\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"739\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"740\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"741\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"742\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"743\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"744\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"745\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"746\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"747\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"748\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"749\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"750\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"751\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"752\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"753\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"754\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"755\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"756\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"757\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"758\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"759\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"760\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"761\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"762\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"763\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"764\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"765\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"766\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"767\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"768\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"769\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"770\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"771\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"772\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"773\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"774\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"775\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"776\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"777\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"778\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"779\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"780\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"781\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"782\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"783\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"784\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"785\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"786\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"787\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"788\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"789\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"790\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"791\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"792\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"793\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"794\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"795\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"796\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"797\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"798\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"799\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"800\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"801\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"802\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"803\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"804\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"805\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"806\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"807\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"808\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"809\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"810\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"811\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"812\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"813\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"814\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"815\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"816\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"817\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"818\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"819\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"820\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"821\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"822\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"823\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"824\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"825\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"826\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"827\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"828\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"829\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"830\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"831\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"832\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"833\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"834\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"835\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"836\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"837\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"838\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"839\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"840\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"841\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"842\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"843\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"844\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"845\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"846\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"847\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"848\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"849\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"850\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"851\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"852\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"853\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"854\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"855\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"856\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"857\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"858\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"859\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"860\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"861\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"862\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"863\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"864\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"865\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"866\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"867\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"868\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"869\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"870\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"871\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"872\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"873\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"874\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"875\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"876\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"877\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"878\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"879\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"880\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"881\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"882\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"883\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"884\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"885\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"886\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"887\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"888\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"889\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"890\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"891\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"892\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"893\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"894\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"895\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"896\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"897\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"898\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"899\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"900\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"901\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"902\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"903\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"904\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"905\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"906\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"907\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"908\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"909\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"910\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"911\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"912\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"913\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"914\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"915\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"916\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"917\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"918\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"919\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"920\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"921\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"922\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"923\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"924\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"925\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"926\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"927\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"928\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"929\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"930\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"931\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"932\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"933\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"934\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"935\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"936\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"937\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"938\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"939\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"940\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"941\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"942\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"943\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"944\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"945\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"946\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"947\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"948\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"949\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"950\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"951\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"952\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"953\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"954\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"955\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"956\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"957\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"958\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"959\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"960\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"961\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"962\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"963\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"964\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"965\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"966\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"967\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"968\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"969\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"970\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"971\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"972\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"973\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"974\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"975\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"976\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"977\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"978\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"979\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"980\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"981\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"982\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"983\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"984\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"985\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"986\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"987\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"988\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"989\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"990\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"991\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"992\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"993\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"994\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"995\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"996\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"997\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"998\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"999\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1000\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1001\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1002\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1003\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1004\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1005\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1006\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1007\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1008\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1009\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1010\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8a7386a1-15f2-4b29-baf2-3e37a83ac478" + "19f34075-2f2a-484c-87d7-01832b8978ad" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "5B0BA1EBE395A4711E4F353A4339986F" + "5DC11F10A5726295B32CBD5E2677C8DB" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "8a7386a1-15f2-4b29-baf2-3e37a83ac478" + "19f34075-2f2a-484c-87d7-01832b8978ad" ], "elapsed-time": [ - "362" + "376" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:58:10 GMT" + "Sat, 08 Aug 2020 08:36:23 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,13 +550,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9335')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MzM1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4466')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NDY2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1011\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1012\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1013\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1014\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1015\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1016\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1017\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1018\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1019\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1020\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1021\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1022\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1023\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1024\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1025\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1026\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1027\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1028\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1029\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1030\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1031\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1032\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1033\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1034\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1035\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1036\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1037\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1038\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1039\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1040\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1041\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1042\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1043\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1044\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1045\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1046\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1047\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1048\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1049\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1050\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1051\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1052\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1053\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1054\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1055\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1056\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1057\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1058\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1059\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1060\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1061\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1062\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1063\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1064\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1065\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1066\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1067\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1068\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1069\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1070\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1071\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1072\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1073\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1074\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1075\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1076\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1077\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1078\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1079\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1080\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1081\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1082\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1083\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1084\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1085\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1086\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1087\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1088\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1089\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1090\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1091\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1092\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1093\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1094\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1095\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1096\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1097\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1098\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1099\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1100\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1101\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1102\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1103\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1104\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1105\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1106\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1107\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1108\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1109\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1110\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1111\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1112\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1113\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1114\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1115\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1116\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1117\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1118\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1119\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1120\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1121\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1122\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1123\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1124\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1125\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1126\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1127\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1128\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1129\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1130\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1131\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1132\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1133\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1134\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1135\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1136\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1137\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1138\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1139\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1140\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1141\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1142\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1143\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1144\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1145\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1146\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1147\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1148\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1149\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1150\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1151\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1152\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1153\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1154\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1155\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1156\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1157\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1158\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1159\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1160\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1161\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1162\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1163\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1164\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1165\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1166\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1167\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1168\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1169\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1170\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1171\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1172\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1173\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1174\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1175\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1176\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1177\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1178\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1179\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1180\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1181\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1182\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1183\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1184\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1185\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1186\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1187\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1188\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1189\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1190\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1191\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1192\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1193\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1194\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1195\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1196\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1197\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1198\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1199\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1200\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1201\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1202\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1203\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1204\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1205\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1206\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1207\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1208\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1209\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1210\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1211\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1212\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1213\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1214\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1215\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1216\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1217\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1218\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1219\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1220\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1221\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1222\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1223\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1224\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1225\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1226\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1227\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1228\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1229\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1230\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1231\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1232\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1233\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1234\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1235\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1236\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1237\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1238\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1239\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1240\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1241\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1242\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1243\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1244\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1245\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1246\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1247\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1248\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1249\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1250\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1251\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1252\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1253\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1254\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1255\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1256\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1257\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1258\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1259\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1260\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1261\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1262\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1263\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1264\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1265\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1266\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1267\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1268\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1269\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1270\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1271\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1272\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1273\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1274\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1275\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1276\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1277\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1278\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1279\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1280\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1281\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1282\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1283\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1284\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1285\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1286\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1287\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1288\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1289\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1290\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1291\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1292\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1293\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1294\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1295\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1296\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1297\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1298\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1299\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1300\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1301\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1302\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1303\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1304\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1305\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1306\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1307\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1308\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1309\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1310\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1311\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1312\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1313\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1314\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1315\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1316\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1317\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1318\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1319\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1320\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1321\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1322\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1323\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1324\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1325\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1326\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1327\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1328\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1329\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1330\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1331\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1332\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1333\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1334\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1335\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1336\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1337\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1338\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1339\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1340\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1341\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1342\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1343\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1344\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1345\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1346\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1347\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1348\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1349\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1350\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1351\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1352\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1353\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1354\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1355\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1356\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1357\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1358\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1359\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1360\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1361\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1362\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1363\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1364\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1365\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1366\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1367\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1368\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1369\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1370\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1371\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1372\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1373\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1374\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1375\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1376\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1377\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1378\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1379\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1380\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1381\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1382\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1383\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1384\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1385\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1386\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1387\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1388\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1389\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1390\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1391\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1392\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1393\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1394\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1395\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1396\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1397\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1398\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1399\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1400\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1401\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1402\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1403\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1404\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1405\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1406\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1407\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1408\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1409\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1410\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1411\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1412\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1413\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1414\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1415\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1416\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1417\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1418\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1419\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1420\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1421\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1422\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1423\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1424\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1425\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1426\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1427\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1428\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1429\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1430\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1431\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1432\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1433\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1434\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1435\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1436\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1437\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1438\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1439\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1440\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1441\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1442\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1443\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1444\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1445\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1446\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1447\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1448\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1449\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1450\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1451\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1452\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1453\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1454\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1455\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1456\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1457\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1458\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1459\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1460\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1461\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1462\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1463\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1464\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1465\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1466\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1467\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1468\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1469\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1470\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1471\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1472\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1473\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1474\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1475\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1476\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1477\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1478\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1479\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1480\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1481\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1482\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1483\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1484\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1485\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1486\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1487\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1488\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1489\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1490\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1491\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1492\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1493\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1494\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1495\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1496\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1497\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1498\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1499\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1500\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1501\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1502\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1503\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1504\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1505\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1506\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1507\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1508\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1509\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1510\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1511\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1512\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1513\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1514\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1515\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1516\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1517\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1518\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1519\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1520\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1521\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1522\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1523\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1524\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1525\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1526\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1527\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1528\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1529\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1530\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1531\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1532\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1533\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1534\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1535\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1536\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1537\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1538\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1539\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1540\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1541\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1542\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1543\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1544\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1545\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1546\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1547\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1548\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1549\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1550\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1551\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1552\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1553\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1554\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1555\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1556\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1557\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1558\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1559\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1560\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1561\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1562\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1563\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1564\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1565\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1566\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1567\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1568\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1569\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1570\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1571\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1572\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1573\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1574\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1575\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1576\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1577\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1578\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1579\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1580\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1581\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1582\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1583\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1584\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1585\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1586\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1587\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1588\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1589\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1590\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1591\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1592\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1593\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1594\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1595\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1596\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1597\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1598\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1599\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1600\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1601\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1602\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1603\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1604\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1605\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1606\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1607\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1608\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1609\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1610\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1611\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1612\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1613\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1614\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1615\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1616\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1617\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1618\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1619\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1620\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1621\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1622\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1623\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1624\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1625\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1626\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1627\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1628\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1629\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1630\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1631\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1632\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1633\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1634\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1635\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1636\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1637\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1638\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1639\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1640\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1641\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1642\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1643\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1644\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1645\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1646\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1647\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1648\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1649\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1650\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1651\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1652\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1653\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1654\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1655\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1656\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1657\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1658\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1659\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1660\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1661\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1662\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1663\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1664\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1665\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1666\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1667\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1668\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1669\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1670\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1671\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1672\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1673\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1674\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1675\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1676\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1677\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1678\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1679\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1680\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1681\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1682\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1683\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1684\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1685\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1686\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1687\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1688\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1689\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1690\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1691\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1692\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1693\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1694\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1695\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1696\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1697\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1698\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1699\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1700\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1701\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1702\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1703\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1704\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1705\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1706\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1707\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1708\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1709\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1710\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1711\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1712\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1713\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1714\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1715\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1716\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1717\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1718\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1719\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1720\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1721\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1722\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1723\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1724\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1725\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1726\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1727\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1728\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1729\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1730\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1731\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1732\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1733\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1734\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1735\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1736\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1737\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1738\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1739\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1740\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1741\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1742\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1743\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1744\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1745\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1746\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1747\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1748\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1749\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1750\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1751\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1752\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1753\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1754\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1755\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1756\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1757\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1758\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1759\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1760\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1761\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1762\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1763\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1764\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1765\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1766\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1767\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1768\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1769\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1770\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1771\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1772\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1773\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1774\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1775\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1776\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1777\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1778\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1779\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1780\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1781\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1782\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1783\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1784\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1785\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1786\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1787\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1788\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1789\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1790\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1791\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1792\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1793\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1794\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1795\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1796\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1797\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1798\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1799\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1800\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1801\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1802\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1803\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1804\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1805\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1806\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1807\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1808\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1809\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1810\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1811\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1812\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1813\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1814\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1815\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1816\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1817\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1818\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1819\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1820\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1821\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1822\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1823\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1824\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1825\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1826\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1827\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1828\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1829\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1830\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1831\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1832\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1833\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1834\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1835\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1836\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1837\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1838\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1839\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1840\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1841\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1842\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1843\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1844\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1845\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1846\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1847\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1848\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1849\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1850\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1851\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1852\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1853\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1854\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1855\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1856\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1857\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1858\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1859\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1860\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1861\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1862\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1863\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1864\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1865\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1866\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1867\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1868\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1869\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1870\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1871\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1872\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1873\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1874\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1875\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1876\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1877\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1878\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1879\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1880\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1881\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1882\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1883\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1884\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1885\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1886\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1887\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1888\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1889\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1890\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1891\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1892\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1893\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1894\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1895\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1896\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1897\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1898\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1899\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1900\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1901\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1902\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1903\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1904\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1905\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1906\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1907\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1908\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1909\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1910\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1911\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1912\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1913\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1914\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1915\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1916\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1917\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1918\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1919\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1920\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1921\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1922\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1923\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1924\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1925\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1926\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1927\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1928\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1929\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1930\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1931\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1932\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1933\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1934\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1935\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1936\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1937\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1938\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1939\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1940\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1941\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1942\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1943\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1944\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1945\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1946\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1947\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1948\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1949\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1950\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1951\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1952\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1953\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1954\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1955\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1956\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1957\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1958\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1959\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1960\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1961\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1962\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1963\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1964\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1965\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1966\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1967\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1968\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1969\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1970\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1971\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1972\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1973\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1974\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1975\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1976\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1977\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1978\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1979\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1980\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1981\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1982\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1983\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1984\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1985\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1986\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1987\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1988\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1989\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1990\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1991\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1992\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1993\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1994\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1995\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1996\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1997\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1998\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1999\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2000\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2001\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8ad5d133-c6c3-4b72-bcae-95c52e8b0ea0" + "8cb4094f-8947-4d06-992d-71dc8582fac7" ], "Accept-Language": [ "en-US" @@ -565,12 +565,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "5B0BA1EBE395A4711E4F353A4339986F" + "5DC11F10A5726295B32CBD5E2677C8DB" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -588,10 +588,10 @@ "no-cache" ], "request-id": [ - "8ad5d133-c6c3-4b72-bcae-95c52e8b0ea0" + "8cb4094f-8947-4d06-992d-71dc8582fac7" ], "elapsed-time": [ - "222" + "328" ], "OData-Version": [ "4.0" @@ -603,7 +603,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:58:12 GMT" + "Sat, 08 Aug 2020 08:36:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -619,13 +619,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9335')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$top=3000", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MzM1JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRvcmRlcmJ5PWhvdGVsSWQlMjBhc2MmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueSYkc2VsZWN0PWhvdGVsSWQmJHRvcD0zMDAw", + "RequestUri": "/indexes('azsmnet4466')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$top=3000", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NDY2JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRvcmRlcmJ5PWhvdGVsSWQlMjBhc2MmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueSYkc2VsZWN0PWhvdGVsSWQmJHRvcD0zMDAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "c71b5515-5884-4970-ba97-fb53afb31dad" + "4d92ff1f-4161-4bbb-9ac4-c6cb52100657" ], "Accept-Language": [ "en-US" @@ -634,12 +634,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "5B0BA1EBE395A4711E4F353A4339986F" + "5DC11F10A5726295B32CBD5E2677C8DB" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -651,10 +651,10 @@ "no-cache" ], "request-id": [ - "c71b5515-5884-4970-ba97-fb53afb31dad" + "4d92ff1f-4161-4bbb-9ac4-c6cb52100657" ], "elapsed-time": [ - "140" + "130" ], "OData-Version": [ "4.0" @@ -666,7 +666,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:58:14 GMT" + "Sat, 08 Aug 2020 08:36:27 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -678,17 +678,17 @@ "39135" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"10\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"100\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1000\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1001\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1002\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1003\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1004\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1005\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1006\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1007\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1008\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1009\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"101\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1010\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1011\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1012\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1013\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1014\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1015\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1016\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1017\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1018\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1019\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"102\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1020\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1021\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1022\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1023\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1024\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1025\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1026\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1027\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1028\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1029\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"103\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1030\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1031\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1032\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1033\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1034\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1035\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1036\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1037\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1038\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1039\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"104\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1040\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1041\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1042\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1043\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1044\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1045\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1046\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1047\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1048\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1049\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"105\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1050\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1051\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1052\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1053\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1054\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1055\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1056\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1057\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1058\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1059\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"106\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1060\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1061\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1062\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1063\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1064\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1065\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1066\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1067\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1068\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1069\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"107\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1070\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1071\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1072\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1073\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1074\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1075\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1076\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1077\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1078\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1079\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"108\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1080\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1081\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1082\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1083\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1084\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1085\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1086\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1087\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1088\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1089\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"109\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1090\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1091\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1092\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1093\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1094\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1095\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1096\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1097\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1098\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1099\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"11\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"110\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1100\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1101\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1102\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1103\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1104\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1105\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1106\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1107\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1108\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1109\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"111\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1110\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1111\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1112\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1113\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1114\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1115\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1116\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1117\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1118\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1119\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"112\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1120\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1121\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1122\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1123\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1124\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1125\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1126\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1127\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1128\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1129\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"113\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1130\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1131\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1132\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1133\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1134\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1135\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1136\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1137\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1138\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1139\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"114\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1140\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1141\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1142\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1143\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1144\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1145\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1146\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1147\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1148\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1149\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"115\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1150\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1151\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1152\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1153\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1154\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1155\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1156\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1157\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1158\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1159\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"116\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1160\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1161\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1162\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1163\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1164\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1165\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1166\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1167\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1168\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1169\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"117\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1170\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1171\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1172\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1173\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1174\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1175\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1176\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1177\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1178\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1179\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"118\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1180\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1181\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1182\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1183\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1184\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1185\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1186\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1187\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1188\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1189\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"119\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1190\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1191\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1192\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1193\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1194\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1195\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1196\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1197\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1198\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1199\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"12\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"120\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1200\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1201\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1202\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1203\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1204\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1205\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1206\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1207\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1208\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1209\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"121\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1210\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1211\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1212\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1213\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1214\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1215\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1216\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1217\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1218\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1219\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"122\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1220\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1221\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1222\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1223\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1224\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1225\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1226\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1227\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1228\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1229\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"123\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1230\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1231\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1232\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1233\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1234\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1235\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1236\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1237\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1238\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1239\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"124\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1240\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1241\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1242\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1243\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1244\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1245\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1246\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1247\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1248\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1249\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"125\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1250\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1251\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1252\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1253\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1254\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1255\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1256\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1257\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1258\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1259\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"126\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1260\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1261\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1262\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1263\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1264\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1265\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1266\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1267\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1268\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1269\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"127\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1270\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1271\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1272\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1273\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1274\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1275\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1276\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1277\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1278\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1279\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"128\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1280\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1281\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1282\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1283\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1284\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1285\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1286\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1287\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1288\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1289\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"129\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1290\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1291\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1292\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1293\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1294\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1295\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1296\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1297\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1298\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1299\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"13\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"130\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1300\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1301\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1302\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1303\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1304\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1305\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1306\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1307\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1308\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1309\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"131\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1310\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1311\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1312\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1313\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1314\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1315\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1316\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1317\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1318\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1319\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"132\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1320\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1321\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1322\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1323\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1324\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1325\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1326\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1327\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1328\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1329\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"133\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1330\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1331\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1332\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1333\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1334\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1335\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1336\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1337\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1338\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1339\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"134\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1340\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1341\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1342\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1343\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1344\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1345\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1346\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1347\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1348\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1349\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"135\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1350\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1351\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1352\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1353\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1354\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1355\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1356\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1357\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1358\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1359\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"136\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1360\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1361\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1362\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1363\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1364\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1365\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1366\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1367\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1368\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1369\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"137\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1370\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1371\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1372\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1373\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1374\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1375\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1376\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1377\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1378\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1379\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"138\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1380\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1381\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1382\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1383\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1384\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1385\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1386\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1387\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1388\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1389\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"139\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1390\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1391\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1392\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1393\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1394\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1395\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1396\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1397\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1398\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1399\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"14\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"140\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1400\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1401\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1402\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1403\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1404\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1405\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1406\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1407\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1408\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1409\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"141\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1410\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1411\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1412\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1413\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1414\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1415\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1416\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1417\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1418\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1419\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"142\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1420\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1421\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1422\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1423\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1424\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1425\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1426\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1427\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1428\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1429\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"143\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1430\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1431\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1432\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1433\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1434\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1435\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1436\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1437\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1438\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1439\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"144\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1440\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1441\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1442\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1443\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1444\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1445\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1446\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1447\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1448\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1449\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"145\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1450\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1451\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1452\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1453\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1454\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1455\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1456\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1457\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1458\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1459\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"146\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1460\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1461\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1462\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1463\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1464\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1465\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1466\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1467\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1468\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1469\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"147\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1470\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1471\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1472\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1473\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1474\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1475\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1476\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1477\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1478\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1479\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"148\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1480\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1481\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1482\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1483\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1484\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1485\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1486\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1487\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1488\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1489\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"149\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1490\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1491\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1492\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1493\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1494\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1495\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1496\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1497\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1498\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1499\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"15\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"150\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1500\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1501\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1502\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1503\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1504\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1505\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1506\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1507\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1508\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1509\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"151\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1510\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1511\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1512\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1513\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1514\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1515\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1516\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1517\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1518\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1519\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"152\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1520\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1521\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1522\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1523\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1524\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1525\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1526\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1527\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1528\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1529\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"153\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1530\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1531\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1532\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1533\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1534\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1535\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1536\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1537\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1538\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1539\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"154\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1540\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1541\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1542\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1543\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1544\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1545\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1546\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1547\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1548\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1549\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"155\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1550\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1551\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1552\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1553\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1554\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1555\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1556\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1557\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1558\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1559\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"156\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1560\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1561\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1562\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1563\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1564\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1565\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1566\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1567\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1568\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1569\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"157\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1570\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1571\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1572\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1573\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1574\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1575\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1576\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1577\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1578\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1579\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"158\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1580\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1581\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1582\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1583\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1584\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1585\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1586\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1587\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1588\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1589\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"159\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1590\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1591\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1592\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1593\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1594\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1595\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1596\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1597\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1598\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1599\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"16\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"160\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1600\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1601\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1602\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1603\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1604\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1605\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1606\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1607\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1608\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1609\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"161\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1610\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1611\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1612\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1613\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1614\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1615\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1616\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1617\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1618\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1619\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"162\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1620\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1621\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1622\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1623\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1624\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1625\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1626\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1627\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1628\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1629\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"163\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1630\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1631\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1632\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1633\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1634\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1635\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1636\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1637\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1638\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1639\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"164\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1640\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1641\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1642\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1643\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1644\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1645\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1646\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1647\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1648\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1649\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"165\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1650\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1651\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1652\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1653\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1654\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1655\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1656\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1657\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1658\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1659\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"166\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1660\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1661\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1662\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1663\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1664\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1665\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1666\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1667\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1668\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1669\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"167\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1670\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1671\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1672\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1673\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1674\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1675\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1676\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1677\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1678\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1679\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"168\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1680\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1681\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1682\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1683\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1684\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1685\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1686\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1687\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1688\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1689\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"169\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1690\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1691\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1692\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1693\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1694\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1695\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1696\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1697\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1698\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1699\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"17\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"170\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1700\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1701\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1702\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1703\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1704\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1705\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1706\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1707\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1708\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1709\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"171\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1710\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1711\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1712\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1713\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1714\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1715\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1716\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1717\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1718\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1719\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"172\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1720\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1721\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1722\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1723\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1724\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1725\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1726\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1727\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1728\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1729\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"173\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1730\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1731\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1732\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1733\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1734\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1735\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1736\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1737\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1738\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1739\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"174\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1740\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1741\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1742\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1743\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1744\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1745\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1746\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1747\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1748\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1749\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"175\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1750\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1751\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1752\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1753\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1754\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1755\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1756\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1757\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1758\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1759\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"176\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1760\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1761\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1762\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1763\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1764\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1765\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1766\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1767\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1768\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1769\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"177\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1770\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1771\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1772\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1773\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1774\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1775\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1776\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1777\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1778\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1779\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"178\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1780\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1781\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1782\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1783\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1784\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1785\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1786\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1787\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1788\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1789\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"179\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1790\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1791\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1792\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1793\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1794\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1795\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1796\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1797\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1798\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1799\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"18\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"180\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1800\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1801\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1802\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1803\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1804\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1805\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1806\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1807\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1808\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1809\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"181\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1810\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1811\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1812\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1813\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1814\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1815\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1816\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1817\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1818\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1819\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"182\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1820\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1821\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1822\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1823\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1824\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1825\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1826\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1827\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1828\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1829\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"183\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1830\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1831\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1832\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1833\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1834\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1835\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1836\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1837\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1838\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1839\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"184\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1840\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1841\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1842\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1843\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1844\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1845\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1846\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1847\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1848\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1849\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"185\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1850\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1851\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1852\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1853\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1854\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1855\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1856\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1857\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1858\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1859\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"186\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1860\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1861\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1862\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1863\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1864\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1865\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1866\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1867\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1868\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1869\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"187\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1870\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1871\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1872\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1873\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1874\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1875\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1876\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1877\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1878\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1879\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"188\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1880\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1881\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1882\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1883\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1884\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1885\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1886\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1887\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1888\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1889\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"189\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1890\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1891\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1892\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1893\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1894\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1895\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1896\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1897\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1898\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1899\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-5704.search-dogfood.windows-int.net/indexes('azsmnet9335')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$top=2000&$skip=1000\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"10\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"100\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1000\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1001\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1002\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1003\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1004\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1005\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1006\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1007\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1008\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1009\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"101\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1010\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1011\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1012\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1013\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1014\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1015\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1016\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1017\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1018\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1019\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"102\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1020\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1021\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1022\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1023\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1024\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1025\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1026\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1027\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1028\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1029\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"103\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1030\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1031\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1032\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1033\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1034\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1035\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1036\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1037\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1038\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1039\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"104\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1040\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1041\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1042\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1043\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1044\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1045\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1046\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1047\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1048\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1049\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"105\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1050\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1051\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1052\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1053\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1054\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1055\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1056\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1057\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1058\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1059\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"106\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1060\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1061\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1062\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1063\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1064\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1065\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1066\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1067\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1068\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1069\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"107\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1070\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1071\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1072\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1073\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1074\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1075\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1076\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1077\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1078\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1079\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"108\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1080\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1081\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1082\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1083\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1084\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1085\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1086\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1087\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1088\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1089\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"109\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1090\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1091\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1092\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1093\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1094\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1095\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1096\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1097\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1098\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1099\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"11\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"110\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1100\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1101\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1102\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1103\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1104\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1105\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1106\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1107\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1108\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1109\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"111\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1110\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1111\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1112\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1113\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1114\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1115\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1116\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1117\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1118\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1119\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"112\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1120\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1121\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1122\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1123\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1124\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1125\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1126\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1127\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1128\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1129\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"113\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1130\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1131\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1132\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1133\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1134\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1135\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1136\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1137\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1138\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1139\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"114\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1140\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1141\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1142\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1143\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1144\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1145\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1146\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1147\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1148\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1149\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"115\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1150\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1151\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1152\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1153\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1154\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1155\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1156\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1157\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1158\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1159\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"116\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1160\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1161\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1162\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1163\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1164\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1165\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1166\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1167\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1168\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1169\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"117\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1170\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1171\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1172\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1173\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1174\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1175\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1176\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1177\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1178\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1179\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"118\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1180\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1181\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1182\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1183\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1184\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1185\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1186\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1187\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1188\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1189\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"119\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1190\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1191\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1192\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1193\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1194\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1195\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1196\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1197\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1198\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1199\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"12\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"120\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1200\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1201\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1202\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1203\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1204\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1205\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1206\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1207\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1208\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1209\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"121\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1210\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1211\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1212\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1213\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1214\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1215\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1216\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1217\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1218\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1219\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"122\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1220\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1221\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1222\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1223\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1224\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1225\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1226\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1227\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1228\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1229\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"123\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1230\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1231\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1232\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1233\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1234\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1235\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1236\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1237\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1238\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1239\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"124\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1240\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1241\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1242\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1243\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1244\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1245\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1246\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1247\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1248\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1249\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"125\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1250\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1251\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1252\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1253\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1254\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1255\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1256\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1257\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1258\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1259\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"126\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1260\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1261\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1262\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1263\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1264\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1265\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1266\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1267\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1268\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1269\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"127\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1270\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1271\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1272\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1273\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1274\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1275\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1276\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1277\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1278\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1279\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"128\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1280\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1281\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1282\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1283\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1284\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1285\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1286\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1287\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1288\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1289\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"129\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1290\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1291\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1292\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1293\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1294\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1295\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1296\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1297\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1298\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1299\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"13\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"130\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1300\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1301\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1302\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1303\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1304\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1305\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1306\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1307\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1308\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1309\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"131\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1310\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1311\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1312\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1313\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1314\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1315\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1316\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1317\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1318\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1319\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"132\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1320\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1321\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1322\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1323\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1324\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1325\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1326\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1327\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1328\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1329\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"133\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1330\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1331\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1332\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1333\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1334\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1335\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1336\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1337\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1338\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1339\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"134\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1340\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1341\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1342\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1343\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1344\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1345\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1346\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1347\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1348\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1349\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"135\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1350\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1351\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1352\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1353\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1354\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1355\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1356\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1357\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1358\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1359\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"136\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1360\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1361\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1362\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1363\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1364\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1365\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1366\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1367\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1368\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1369\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"137\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1370\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1371\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1372\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1373\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1374\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1375\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1376\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1377\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1378\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1379\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"138\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1380\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1381\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1382\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1383\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1384\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1385\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1386\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1387\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1388\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1389\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"139\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1390\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1391\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1392\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1393\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1394\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1395\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1396\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1397\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1398\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1399\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"14\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"140\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1400\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1401\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1402\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1403\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1404\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1405\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1406\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1407\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1408\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1409\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"141\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1410\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1411\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1412\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1413\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1414\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1415\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1416\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1417\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1418\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1419\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"142\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1420\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1421\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1422\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1423\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1424\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1425\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1426\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1427\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1428\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1429\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"143\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1430\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1431\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1432\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1433\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1434\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1435\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1436\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1437\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1438\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1439\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"144\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1440\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1441\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1442\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1443\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1444\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1445\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1446\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1447\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1448\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1449\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"145\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1450\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1451\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1452\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1453\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1454\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1455\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1456\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1457\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1458\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1459\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"146\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1460\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1461\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1462\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1463\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1464\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1465\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1466\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1467\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1468\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1469\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"147\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1470\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1471\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1472\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1473\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1474\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1475\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1476\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1477\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1478\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1479\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"148\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1480\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1481\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1482\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1483\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1484\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1485\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1486\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1487\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1488\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1489\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"149\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1490\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1491\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1492\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1493\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1494\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1495\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1496\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1497\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1498\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1499\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"15\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"150\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1500\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1501\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1502\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1503\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1504\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1505\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1506\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1507\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1508\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1509\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"151\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1510\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1511\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1512\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1513\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1514\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1515\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1516\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1517\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1518\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1519\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"152\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1520\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1521\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1522\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1523\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1524\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1525\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1526\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1527\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1528\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1529\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"153\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1530\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1531\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1532\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1533\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1534\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1535\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1536\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1537\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1538\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1539\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"154\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1540\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1541\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1542\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1543\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1544\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1545\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1546\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1547\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1548\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1549\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"155\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1550\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1551\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1552\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1553\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1554\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1555\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1556\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1557\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1558\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1559\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"156\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1560\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1561\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1562\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1563\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1564\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1565\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1566\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1567\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1568\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1569\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"157\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1570\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1571\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1572\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1573\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1574\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1575\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1576\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1577\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1578\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1579\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"158\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1580\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1581\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1582\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1583\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1584\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1585\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1586\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1587\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1588\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1589\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"159\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1590\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1591\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1592\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1593\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1594\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1595\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1596\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1597\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1598\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1599\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"16\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"160\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1600\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1601\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1602\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1603\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1604\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1605\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1606\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1607\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1608\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1609\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"161\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1610\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1611\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1612\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1613\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1614\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1615\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1616\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1617\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1618\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1619\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"162\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1620\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1621\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1622\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1623\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1624\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1625\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1626\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1627\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1628\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1629\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"163\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1630\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1631\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1632\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1633\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1634\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1635\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1636\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1637\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1638\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1639\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"164\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1640\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1641\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1642\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1643\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1644\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1645\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1646\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1647\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1648\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1649\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"165\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1650\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1651\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1652\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1653\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1654\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1655\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1656\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1657\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1658\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1659\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"166\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1660\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1661\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1662\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1663\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1664\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1665\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1666\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1667\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1668\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1669\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"167\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1670\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1671\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1672\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1673\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1674\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1675\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1676\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1677\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1678\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1679\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"168\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1680\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1681\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1682\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1683\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1684\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1685\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1686\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1687\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1688\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1689\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"169\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1690\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1691\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1692\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1693\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1694\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1695\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1696\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1697\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1698\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1699\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"17\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"170\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1700\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1701\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1702\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1703\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1704\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1705\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1706\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1707\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1708\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1709\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"171\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1710\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1711\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1712\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1713\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1714\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1715\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1716\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1717\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1718\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1719\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"172\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1720\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1721\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1722\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1723\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1724\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1725\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1726\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1727\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1728\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1729\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"173\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1730\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1731\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1732\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1733\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1734\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1735\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1736\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1737\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1738\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1739\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"174\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1740\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1741\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1742\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1743\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1744\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1745\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1746\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1747\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1748\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1749\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"175\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1750\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1751\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1752\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1753\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1754\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1755\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1756\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1757\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1758\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1759\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"176\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1760\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1761\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1762\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1763\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1764\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1765\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1766\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1767\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1768\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1769\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"177\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1770\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1771\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1772\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1773\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1774\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1775\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1776\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1777\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1778\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1779\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"178\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1780\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1781\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1782\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1783\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1784\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1785\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1786\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1787\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1788\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1789\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"179\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1790\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1791\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1792\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1793\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1794\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1795\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1796\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1797\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1798\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1799\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"18\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"180\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1800\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1801\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1802\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1803\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1804\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1805\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1806\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1807\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1808\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1809\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"181\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1810\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1811\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1812\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1813\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1814\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1815\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1816\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1817\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1818\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1819\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"182\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1820\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1821\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1822\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1823\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1824\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1825\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1826\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1827\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1828\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1829\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"183\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1830\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1831\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1832\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1833\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1834\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1835\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1836\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1837\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1838\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1839\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"184\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1840\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1841\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1842\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1843\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1844\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1845\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1846\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1847\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1848\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1849\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"185\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1850\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1851\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1852\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1853\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1854\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1855\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1856\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1857\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1858\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1859\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"186\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1860\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1861\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1862\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1863\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1864\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1865\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1866\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1867\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1868\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1869\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"187\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1870\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1871\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1872\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1873\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1874\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1875\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1876\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1877\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1878\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1879\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"188\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1880\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1881\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1882\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1883\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1884\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1885\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1886\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1887\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1888\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1889\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"189\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1890\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1891\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1892\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1893\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1894\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1895\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1896\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1897\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1898\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1899\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-8594.search-dogfood.windows-int.net/indexes('azsmnet4466')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$top=2000&$skip=1000\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9335')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$top=2000&$skip=1000", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MzM1JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRvcmRlcmJ5PWhvdGVsSWQlMjBhc2MmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueSYkc2VsZWN0PWhvdGVsSWQmJHRvcD0yMDAwJiRza2lwPTEwMDA=", + "RequestUri": "/indexes('azsmnet4466')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$top=2000&$skip=1000", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NDY2JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRvcmRlcmJ5PWhvdGVsSWQlMjBhc2MmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueSYkc2VsZWN0PWhvdGVsSWQmJHRvcD0yMDAwJiRza2lwPTEwMDA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "9bcfc1ff-52e4-4c55-a283-b420768c576d" + "6d38dd5c-ebe5-4ed1-8ffd-129617cacb25" ], "Accept-Language": [ "en-US" @@ -697,12 +697,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "5B0BA1EBE395A4711E4F353A4339986F" + "5DC11F10A5726295B32CBD5E2677C8DB" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -714,10 +714,10 @@ "no-cache" ], "request-id": [ - "9bcfc1ff-52e4-4c55-a283-b420768c576d" + "6d38dd5c-ebe5-4ed1-8ffd-129617cacb25" ], "elapsed-time": [ - "89" + "112" ], "OData-Version": [ "4.0" @@ -729,7 +729,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:58:14 GMT" + "Sat, 08 Aug 2020 08:36:28 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -741,17 +741,17 @@ "38251" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"19\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"190\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1900\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1901\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1902\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1903\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1904\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1905\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1906\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1907\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1908\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1909\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"191\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1910\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1911\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1912\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1913\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1914\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1915\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1916\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1917\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1918\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1919\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"192\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1920\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1921\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1922\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1923\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1924\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1925\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1926\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1927\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1928\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1929\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"193\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1930\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1931\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1932\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1933\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1934\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1935\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1936\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1937\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1938\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1939\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"194\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1940\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1941\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1942\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1943\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1944\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1945\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1946\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1947\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1948\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1949\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"195\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1950\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1951\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1952\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1953\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1954\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1955\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1956\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1957\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1958\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1959\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"196\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1960\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1961\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1962\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1963\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1964\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1965\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1966\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1967\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1968\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1969\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"197\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1970\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1971\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1972\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1973\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1974\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1975\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1976\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1977\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1978\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1979\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"198\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1980\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1981\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1982\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1983\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1984\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1985\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1986\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1987\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1988\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1989\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"199\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1990\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1991\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1992\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1993\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1994\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1995\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1996\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1997\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1998\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1999\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"20\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"200\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2000\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2001\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"201\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"202\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"203\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"204\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"205\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"206\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"207\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"208\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"209\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"21\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"210\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"211\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"212\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"213\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"214\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"215\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"216\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"217\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"218\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"219\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"22\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"220\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"221\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"222\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"223\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"224\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"225\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"226\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"227\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"228\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"229\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"23\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"230\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"231\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"232\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"233\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"234\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"235\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"236\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"237\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"238\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"239\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"24\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"240\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"241\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"242\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"243\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"244\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"245\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"246\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"247\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"248\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"249\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"25\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"250\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"251\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"252\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"253\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"254\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"255\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"256\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"257\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"258\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"259\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"26\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"260\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"261\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"262\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"263\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"264\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"265\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"266\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"267\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"268\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"269\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"27\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"270\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"271\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"272\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"273\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"274\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"275\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"276\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"277\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"278\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"279\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"28\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"280\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"281\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"282\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"283\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"284\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"285\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"286\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"287\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"288\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"289\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"29\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"290\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"291\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"292\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"293\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"294\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"295\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"296\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"297\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"298\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"299\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"3\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"30\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"300\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"301\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"302\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"303\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"304\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"305\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"306\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"307\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"308\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"309\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"31\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"310\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"311\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"312\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"313\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"314\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"315\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"316\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"317\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"318\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"319\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"32\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"320\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"321\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"322\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"323\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"324\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"325\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"326\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"327\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"328\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"329\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"33\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"330\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"331\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"332\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"333\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"334\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"335\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"336\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"337\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"338\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"339\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"34\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"340\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"341\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"342\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"343\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"344\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"345\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"346\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"347\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"348\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"349\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"35\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"350\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"351\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"352\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"353\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"354\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"355\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"356\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"357\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"358\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"359\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"36\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"360\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"361\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"362\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"363\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"364\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"365\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"366\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"367\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"368\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"369\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"37\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"370\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"371\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"372\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"373\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"374\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"375\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"376\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"377\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"378\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"379\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"38\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"380\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"381\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"382\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"383\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"384\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"385\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"386\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"387\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"388\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"389\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"39\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"390\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"391\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"392\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"393\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"394\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"395\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"396\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"397\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"398\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"399\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"4\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"40\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"400\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"401\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"402\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"403\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"404\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"405\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"406\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"407\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"408\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"409\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"41\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"410\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"411\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"412\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"413\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"414\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"415\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"416\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"417\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"418\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"419\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"42\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"420\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"421\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"422\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"423\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"424\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"425\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"426\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"427\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"428\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"429\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"43\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"430\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"431\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"432\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"433\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"434\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"435\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"436\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"437\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"438\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"439\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"44\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"440\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"441\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"442\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"443\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"444\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"445\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"446\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"447\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"448\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"449\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"45\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"450\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"451\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"452\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"453\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"454\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"455\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"456\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"457\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"458\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"459\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"46\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"460\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"461\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"462\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"463\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"464\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"465\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"466\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"467\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"468\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"469\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"47\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"470\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"471\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"472\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"473\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"474\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"475\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"476\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"477\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"478\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"479\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"48\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"480\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"481\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"482\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"483\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"484\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"485\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"486\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"487\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"488\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"489\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"49\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"490\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"491\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"492\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"493\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"494\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"495\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"496\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"497\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"498\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"499\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"5\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"50\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"500\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"501\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"502\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"503\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"504\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"505\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"506\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"507\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"508\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"509\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"51\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"510\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"511\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"512\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"513\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"514\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"515\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"516\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"517\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"518\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"519\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"52\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"520\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"521\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"522\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"523\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"524\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"525\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"526\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"527\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"528\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"529\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"53\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"530\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"531\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"532\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"533\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"534\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"535\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"536\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"537\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"538\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"539\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"54\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"540\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"541\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"542\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"543\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"544\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"545\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"546\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"547\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"548\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"549\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"55\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"550\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"551\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"552\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"553\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"554\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"555\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"556\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"557\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"558\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"559\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"56\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"560\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"561\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"562\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"563\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"564\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"565\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"566\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"567\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"568\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"569\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"57\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"570\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"571\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"572\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"573\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"574\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"575\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"576\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"577\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"578\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"579\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"58\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"580\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"581\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"582\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"583\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"584\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"585\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"586\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"587\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"588\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"589\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"59\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"590\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"591\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"592\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"593\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"594\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"595\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"596\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"597\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"598\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"599\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"6\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"60\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"600\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"601\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"602\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"603\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"604\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"605\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"606\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"607\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"608\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"609\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"61\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"610\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"611\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"612\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"613\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"614\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"615\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"616\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"617\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"618\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"619\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"62\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"620\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"621\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"622\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"623\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"624\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"625\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"626\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"627\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"628\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"629\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"63\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"630\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"631\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"632\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"633\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"634\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"635\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"636\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"637\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"638\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"639\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"64\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"640\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"641\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"642\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"643\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"644\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"645\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"646\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"647\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"648\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"649\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"65\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"650\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"651\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"652\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"653\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"654\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"655\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"656\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"657\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"658\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"659\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"66\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"660\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"661\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"662\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"663\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"664\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"665\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"666\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"667\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"668\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"669\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"67\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"670\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"671\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"672\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"673\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"674\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"675\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"676\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"677\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"678\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"679\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"68\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"680\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"681\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"682\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"683\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"684\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"685\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"686\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"687\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"688\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"689\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"69\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"690\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"691\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"692\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"693\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"694\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"695\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"696\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"697\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"698\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"699\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"7\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"70\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"700\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"701\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"702\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"703\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"704\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"705\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"706\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"707\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"708\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"709\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"71\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"710\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"711\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"712\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"713\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"714\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"715\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"716\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"717\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"718\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"719\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"72\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"720\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"721\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"722\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"723\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"724\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"725\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"726\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"727\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"728\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"729\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"73\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"730\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"731\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"732\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"733\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"734\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"735\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"736\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"737\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"738\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"739\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"74\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"740\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"741\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"742\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"743\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"744\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"745\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"746\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"747\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"748\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"749\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"75\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"750\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"751\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"752\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"753\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"754\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"755\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"756\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"757\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"758\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"759\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"76\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"760\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"761\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"762\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"763\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"764\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"765\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"766\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"767\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"768\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"769\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"77\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"770\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"771\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"772\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"773\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"774\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"775\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"776\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"777\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"778\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"779\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"78\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"780\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"781\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"782\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"783\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"784\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"785\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"786\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"787\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"788\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"789\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"79\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"790\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"791\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"792\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"793\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"794\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"795\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"796\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"797\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"798\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"799\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"8\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"80\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"800\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"801\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"802\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"803\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"804\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"805\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"806\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"807\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"808\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"809\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"81\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"810\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"811\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"812\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"813\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"814\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"815\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"816\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"817\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"818\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"819\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"82\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"820\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"821\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"822\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"823\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"824\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"825\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"826\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"827\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"828\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"829\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"83\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"830\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"831\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"832\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"833\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"834\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"835\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"836\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"837\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"838\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"839\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"84\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"840\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"841\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"842\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"843\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"844\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"845\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"846\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"847\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"848\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"849\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"85\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"850\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"851\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"852\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"853\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"854\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"855\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"856\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"857\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"858\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"859\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"86\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"860\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"861\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"862\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"863\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"864\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"865\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"866\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"867\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"868\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"869\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"87\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"870\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"871\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"872\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"873\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"874\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"875\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"876\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"877\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"878\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"879\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"88\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"880\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"881\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"882\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"883\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"884\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"885\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"886\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"887\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"888\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"889\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"89\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"890\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"891\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"892\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"893\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"894\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"895\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"896\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"897\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"898\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"899\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"9\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"90\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"900\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"901\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"902\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"903\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"904\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"905\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"906\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"907\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"908\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"909\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"91\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"910\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"911\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"912\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"913\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"914\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"915\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"916\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"917\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"918\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"919\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"92\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"920\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"921\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"922\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"923\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"924\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"925\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"926\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"927\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"928\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"929\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"93\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"930\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"931\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"932\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"933\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"934\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"935\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"936\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"937\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"938\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"939\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"94\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"940\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"941\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"942\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"943\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"944\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"945\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"946\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"947\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"948\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"949\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"95\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"950\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"951\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"952\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"953\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"954\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"955\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"956\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"957\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"958\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"959\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"96\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"960\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"961\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"962\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"963\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"964\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"965\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"966\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"967\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"968\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"969\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"97\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"970\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"971\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"972\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"973\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"974\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"975\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"976\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"977\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"978\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"979\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"98\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"980\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"981\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"982\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"983\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"984\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"985\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"986\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"987\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"988\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"989\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"99\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"990\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"991\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"992\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"993\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"994\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"995\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"996\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"997\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"998\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-5704.search-dogfood.windows-int.net/indexes('azsmnet9335')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$top=1000&$skip=2000\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"19\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"190\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1900\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1901\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1902\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1903\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1904\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1905\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1906\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1907\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1908\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1909\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"191\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1910\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1911\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1912\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1913\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1914\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1915\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1916\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1917\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1918\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1919\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"192\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1920\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1921\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1922\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1923\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1924\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1925\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1926\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1927\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1928\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1929\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"193\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1930\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1931\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1932\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1933\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1934\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1935\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1936\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1937\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1938\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1939\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"194\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1940\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1941\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1942\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1943\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1944\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1945\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1946\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1947\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1948\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1949\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"195\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1950\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1951\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1952\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1953\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1954\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1955\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1956\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1957\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1958\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1959\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"196\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1960\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1961\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1962\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1963\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1964\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1965\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1966\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1967\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1968\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1969\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"197\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1970\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1971\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1972\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1973\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1974\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1975\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1976\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1977\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1978\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1979\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"198\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1980\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1981\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1982\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1983\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1984\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1985\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1986\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1987\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1988\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1989\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"199\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1990\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1991\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1992\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1993\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1994\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1995\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1996\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1997\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1998\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1999\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"20\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"200\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2000\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2001\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"201\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"202\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"203\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"204\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"205\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"206\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"207\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"208\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"209\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"21\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"210\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"211\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"212\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"213\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"214\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"215\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"216\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"217\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"218\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"219\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"22\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"220\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"221\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"222\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"223\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"224\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"225\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"226\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"227\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"228\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"229\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"23\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"230\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"231\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"232\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"233\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"234\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"235\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"236\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"237\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"238\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"239\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"24\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"240\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"241\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"242\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"243\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"244\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"245\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"246\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"247\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"248\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"249\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"25\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"250\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"251\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"252\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"253\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"254\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"255\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"256\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"257\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"258\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"259\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"26\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"260\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"261\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"262\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"263\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"264\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"265\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"266\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"267\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"268\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"269\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"27\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"270\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"271\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"272\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"273\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"274\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"275\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"276\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"277\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"278\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"279\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"28\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"280\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"281\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"282\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"283\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"284\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"285\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"286\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"287\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"288\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"289\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"29\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"290\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"291\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"292\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"293\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"294\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"295\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"296\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"297\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"298\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"299\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"3\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"30\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"300\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"301\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"302\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"303\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"304\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"305\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"306\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"307\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"308\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"309\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"31\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"310\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"311\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"312\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"313\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"314\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"315\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"316\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"317\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"318\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"319\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"32\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"320\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"321\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"322\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"323\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"324\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"325\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"326\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"327\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"328\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"329\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"33\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"330\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"331\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"332\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"333\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"334\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"335\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"336\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"337\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"338\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"339\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"34\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"340\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"341\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"342\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"343\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"344\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"345\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"346\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"347\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"348\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"349\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"35\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"350\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"351\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"352\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"353\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"354\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"355\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"356\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"357\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"358\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"359\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"36\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"360\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"361\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"362\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"363\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"364\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"365\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"366\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"367\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"368\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"369\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"37\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"370\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"371\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"372\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"373\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"374\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"375\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"376\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"377\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"378\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"379\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"38\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"380\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"381\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"382\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"383\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"384\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"385\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"386\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"387\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"388\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"389\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"39\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"390\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"391\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"392\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"393\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"394\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"395\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"396\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"397\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"398\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"399\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"4\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"40\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"400\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"401\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"402\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"403\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"404\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"405\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"406\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"407\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"408\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"409\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"41\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"410\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"411\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"412\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"413\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"414\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"415\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"416\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"417\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"418\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"419\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"42\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"420\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"421\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"422\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"423\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"424\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"425\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"426\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"427\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"428\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"429\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"43\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"430\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"431\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"432\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"433\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"434\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"435\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"436\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"437\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"438\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"439\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"44\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"440\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"441\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"442\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"443\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"444\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"445\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"446\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"447\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"448\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"449\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"45\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"450\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"451\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"452\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"453\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"454\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"455\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"456\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"457\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"458\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"459\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"46\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"460\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"461\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"462\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"463\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"464\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"465\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"466\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"467\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"468\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"469\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"47\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"470\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"471\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"472\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"473\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"474\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"475\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"476\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"477\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"478\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"479\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"48\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"480\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"481\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"482\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"483\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"484\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"485\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"486\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"487\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"488\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"489\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"49\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"490\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"491\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"492\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"493\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"494\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"495\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"496\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"497\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"498\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"499\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"5\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"50\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"500\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"501\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"502\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"503\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"504\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"505\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"506\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"507\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"508\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"509\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"51\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"510\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"511\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"512\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"513\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"514\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"515\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"516\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"517\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"518\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"519\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"52\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"520\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"521\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"522\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"523\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"524\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"525\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"526\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"527\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"528\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"529\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"53\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"530\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"531\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"532\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"533\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"534\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"535\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"536\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"537\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"538\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"539\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"54\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"540\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"541\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"542\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"543\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"544\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"545\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"546\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"547\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"548\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"549\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"55\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"550\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"551\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"552\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"553\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"554\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"555\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"556\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"557\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"558\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"559\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"56\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"560\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"561\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"562\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"563\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"564\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"565\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"566\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"567\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"568\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"569\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"57\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"570\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"571\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"572\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"573\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"574\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"575\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"576\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"577\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"578\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"579\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"58\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"580\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"581\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"582\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"583\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"584\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"585\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"586\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"587\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"588\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"589\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"59\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"590\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"591\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"592\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"593\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"594\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"595\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"596\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"597\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"598\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"599\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"6\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"60\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"600\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"601\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"602\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"603\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"604\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"605\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"606\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"607\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"608\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"609\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"61\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"610\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"611\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"612\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"613\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"614\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"615\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"616\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"617\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"618\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"619\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"62\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"620\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"621\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"622\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"623\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"624\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"625\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"626\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"627\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"628\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"629\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"63\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"630\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"631\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"632\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"633\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"634\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"635\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"636\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"637\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"638\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"639\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"64\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"640\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"641\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"642\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"643\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"644\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"645\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"646\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"647\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"648\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"649\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"65\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"650\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"651\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"652\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"653\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"654\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"655\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"656\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"657\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"658\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"659\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"66\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"660\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"661\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"662\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"663\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"664\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"665\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"666\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"667\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"668\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"669\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"67\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"670\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"671\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"672\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"673\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"674\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"675\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"676\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"677\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"678\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"679\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"68\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"680\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"681\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"682\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"683\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"684\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"685\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"686\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"687\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"688\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"689\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"69\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"690\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"691\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"692\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"693\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"694\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"695\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"696\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"697\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"698\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"699\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"7\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"70\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"700\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"701\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"702\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"703\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"704\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"705\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"706\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"707\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"708\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"709\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"71\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"710\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"711\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"712\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"713\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"714\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"715\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"716\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"717\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"718\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"719\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"72\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"720\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"721\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"722\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"723\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"724\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"725\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"726\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"727\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"728\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"729\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"73\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"730\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"731\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"732\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"733\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"734\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"735\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"736\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"737\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"738\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"739\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"74\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"740\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"741\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"742\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"743\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"744\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"745\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"746\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"747\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"748\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"749\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"75\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"750\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"751\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"752\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"753\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"754\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"755\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"756\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"757\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"758\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"759\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"76\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"760\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"761\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"762\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"763\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"764\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"765\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"766\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"767\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"768\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"769\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"77\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"770\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"771\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"772\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"773\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"774\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"775\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"776\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"777\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"778\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"779\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"78\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"780\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"781\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"782\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"783\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"784\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"785\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"786\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"787\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"788\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"789\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"79\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"790\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"791\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"792\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"793\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"794\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"795\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"796\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"797\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"798\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"799\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"8\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"80\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"800\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"801\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"802\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"803\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"804\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"805\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"806\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"807\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"808\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"809\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"81\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"810\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"811\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"812\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"813\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"814\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"815\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"816\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"817\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"818\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"819\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"82\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"820\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"821\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"822\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"823\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"824\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"825\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"826\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"827\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"828\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"829\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"83\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"830\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"831\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"832\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"833\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"834\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"835\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"836\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"837\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"838\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"839\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"84\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"840\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"841\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"842\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"843\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"844\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"845\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"846\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"847\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"848\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"849\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"85\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"850\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"851\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"852\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"853\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"854\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"855\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"856\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"857\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"858\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"859\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"86\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"860\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"861\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"862\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"863\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"864\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"865\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"866\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"867\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"868\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"869\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"87\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"870\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"871\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"872\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"873\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"874\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"875\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"876\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"877\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"878\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"879\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"88\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"880\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"881\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"882\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"883\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"884\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"885\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"886\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"887\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"888\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"889\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"89\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"890\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"891\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"892\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"893\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"894\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"895\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"896\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"897\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"898\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"899\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"9\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"90\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"900\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"901\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"902\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"903\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"904\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"905\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"906\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"907\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"908\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"909\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"91\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"910\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"911\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"912\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"913\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"914\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"915\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"916\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"917\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"918\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"919\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"92\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"920\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"921\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"922\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"923\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"924\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"925\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"926\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"927\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"928\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"929\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"93\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"930\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"931\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"932\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"933\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"934\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"935\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"936\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"937\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"938\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"939\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"94\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"940\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"941\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"942\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"943\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"944\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"945\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"946\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"947\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"948\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"949\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"95\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"950\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"951\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"952\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"953\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"954\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"955\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"956\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"957\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"958\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"959\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"96\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"960\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"961\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"962\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"963\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"964\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"965\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"966\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"967\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"968\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"969\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"97\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"970\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"971\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"972\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"973\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"974\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"975\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"976\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"977\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"978\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"979\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"98\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"980\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"981\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"982\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"983\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"984\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"985\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"986\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"987\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"988\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"989\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"99\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"990\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"991\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"992\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"993\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"994\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"995\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"996\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"997\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"998\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-8594.search-dogfood.windows-int.net/indexes('azsmnet4466')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$top=1000&$skip=2000\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9335')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$top=1000&$skip=2000", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MzM1JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRvcmRlcmJ5PWhvdGVsSWQlMjBhc2MmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueSYkc2VsZWN0PWhvdGVsSWQmJHRvcD0xMDAwJiRza2lwPTIwMDA=", + "RequestUri": "/indexes('azsmnet4466')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$top=1000&$skip=2000", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NDY2JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRvcmRlcmJ5PWhvdGVsSWQlMjBhc2MmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueSYkc2VsZWN0PWhvdGVsSWQmJHRvcD0xMDAwJiRza2lwPTIwMDA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "62f07a43-420c-4d07-88b5-2579aef78feb" + "bab648c8-4c75-4200-85d3-25474af28ae6" ], "Accept-Language": [ "en-US" @@ -760,12 +760,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "5B0BA1EBE395A4711E4F353A4339986F" + "5DC11F10A5726295B32CBD5E2677C8DB" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -777,10 +777,10 @@ "no-cache" ], "request-id": [ - "62f07a43-420c-4d07-88b5-2579aef78feb" + "bab648c8-4c75-4200-85d3-25474af28ae6" ], "elapsed-time": [ - "11" + "33" ], "OData-Version": [ "4.0" @@ -792,7 +792,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:58:14 GMT" + "Sat, 08 Aug 2020 08:36:28 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -808,21 +808,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7879/providers/Microsoft.Search/searchServices/azs-5704?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzA0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2402/providers/Microsoft.Search/searchServices/azs-8594?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTk0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4f55810-90f6-48e5-9255-02d04df38f22" + "2eba19f1-3ab3-4efa-a939-53f40f2cba5b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -833,51 +833,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14990" + ], "x-ms-request-id": [ - "a4f55810-90f6-48e5-9255-02d04df38f22" + "82958834-9fff-45a3-90f8-b80f7f28dd81" ], - "request-id": [ - "a4f55810-90f6-48e5-9255-02d04df38f22" + "x-ms-correlation-request-id": [ + "82958834-9fff-45a3-90f8-b80f7f28dd81" ], - "elapsed-time": [ - "1206" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T083659Z:82958834-9fff-45a3-90f8-b80f7f28dd81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" - ], - "x-ms-correlation-request-id": [ - "d2a3a241-d239-4a2b-b19e-6ec543186dd8" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005820Z:d2a3a241-d239-4a2b-b19e-6ec543186dd8" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:58:19 GMT" + "Sat, 08 Aug 2020 08:36:58 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7879", - "azsmnet9335" + "azsmnet2402", + "azsmnet4466" ], "GenerateServiceName": [ - "azs-5704" + "azs-8594" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanContinueSearchWithoutTop.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanContinueSearchWithoutTop.json index bdc600cd387d..c796bf49b737 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanContinueSearchWithoutTop.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanContinueSearchWithoutTop.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "848c89f9-3b12-4e97-a3c4-9b4a54129dbe" + "04f8b2c6-fb78-4f5b-be90-908e2cce4319" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1189" ], "x-ms-request-id": [ - "aed4dd15-6ebb-4957-ae67-5c749b87591b" + "d1c0a34b-410a-4372-9603-dd67d1c3cf94" ], "x-ms-correlation-request-id": [ - "aed4dd15-6ebb-4957-ae67-5c749b87591b" + "d1c0a34b-410a-4372-9603-dd67d1c3cf94" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010649Z:aed4dd15-6ebb-4957-ae67-5c749b87591b" + "NORTHEUROPE:20200808T084913Z:d1c0a34b-410a-4372-9603-dd67d1c3cf94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:06:49 GMT" + "Sat, 08 Aug 2020 08:49:13 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet948?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NDg/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9112?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MTEyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "356d23d5-f001-4df2-9a00-d860fefa18e0" + "b76a437b-bd23-439c-863d-2f66edb01a1a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1193" ], "x-ms-request-id": [ - "129f2865-e495-4621-b521-a0da1b638b8e" + "867a19a0-107d-4412-a404-7d264835d3c5" ], "x-ms-correlation-request-id": [ - "129f2865-e495-4621-b521-a0da1b638b8e" + "867a19a0-107d-4412-a404-7d264835d3c5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010649Z:129f2865-e495-4621-b521-a0da1b638b8e" + "NORTHEUROPE:20200808T084914Z:867a19a0-107d-4412-a404-7d264835d3c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:06:49 GMT" + "Sat, 08 Aug 2020 08:49:14 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet948\",\r\n \"name\": \"azsmnet948\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9112\",\r\n \"name\": \"azsmnet9112\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet948/providers/Microsoft.Search/searchServices/azs-2149?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIxNDk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9112/providers/Microsoft.Search/searchServices/azs-3113?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMTEzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fcc7a2b7-ad0b-4131-bcd9-feb59f7fd7ac" + "b53f8bdf-c5f7-47f3-ae5a-89b22060fff7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A06%3A52.9415005Z'\"" + "W/\"datetime'2020-08-08T08%3A49%3A19.8944175Z'\"" ], "x-ms-request-id": [ - "fcc7a2b7-ad0b-4131-bcd9-feb59f7fd7ac" + "b53f8bdf-c5f7-47f3-ae5a-89b22060fff7" ], "request-id": [ - "fcc7a2b7-ad0b-4131-bcd9-feb59f7fd7ac" + "b53f8bdf-c5f7-47f3-ae5a-89b22060fff7" ], "elapsed-time": [ - "1108" + "1494" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1192" ], "x-ms-correlation-request-id": [ - "76fd191a-120b-4884-90d0-1f8c09633217" + "e44f606b-fd91-42ff-afd9-7b63baedec71" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010653Z:76fd191a-120b-4884-90d0-1f8c09633217" + "NORTHEUROPE:20200808T084920Z:e44f606b-fd91-42ff-afd9-7b63baedec71" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:06:53 GMT" + "Sat, 08 Aug 2020 08:49:20 GMT" ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet948/providers/Microsoft.Search/searchServices/azs-2149\",\r\n \"name\": \"azs-2149\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9112/providers/Microsoft.Search/searchServices/azs-3113\",\r\n \"name\": \"azs-3113\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet948/providers/Microsoft.Search/searchServices/azs-2149/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIxNDkvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9112/providers/Microsoft.Search/searchServices/azs-3113/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMTEzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85f9c8d8-92ec-4fde-a3ae-e180a1d2429d" + "9f189b67-385c-49b8-9efb-09aef7c54eb3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,13 +231,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "85f9c8d8-92ec-4fde-a3ae-e180a1d2429d" + "9f189b67-385c-49b8-9efb-09aef7c54eb3" ], "request-id": [ - "85f9c8d8-92ec-4fde-a3ae-e180a1d2429d" + "9f189b67-385c-49b8-9efb-09aef7c54eb3" ], "elapsed-time": [ - "96" + "116" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -246,16 +246,16 @@ "1188" ], "x-ms-correlation-request-id": [ - "d35d0887-171c-442b-a82e-3b888a9311bd" + "2afaf96b-040f-477e-b4da-f5a0b555a35c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010655Z:d35d0887-171c-442b-a82e-3b888a9311bd" + "NORTHEUROPE:20200808T084923Z:2afaf96b-040f-477e-b4da-f5a0b555a35c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:06:55 GMT" + "Sat, 08 Aug 2020 08:49:22 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"6A49703FEF2C480244A82F23CAF31F36\",\r\n \"secondaryKey\": \"72500647BA9D46F994568F679FA0148C\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"941BAEA9910B69436E794C2DFC83D40F\",\r\n \"secondaryKey\": \"4AF87DADBCF196C6869CF0BEE9BF388B\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet948/providers/Microsoft.Search/searchServices/azs-2149/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIxNDkvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9112/providers/Microsoft.Search/searchServices/azs-3113/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMTEzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a83ee97e-4f7e-4e8f-95ce-fbaf7f68a1bd" + "e895a49e-b5f6-46d0-83d1-06b9ce804531" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,13 +300,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a83ee97e-4f7e-4e8f-95ce-fbaf7f68a1bd" + "e895a49e-b5f6-46d0-83d1-06b9ce804531" ], "request-id": [ - "a83ee97e-4f7e-4e8f-95ce-fbaf7f68a1bd" + "e895a49e-b5f6-46d0-83d1-06b9ce804531" ], "elapsed-time": [ - "117" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -315,16 +315,16 @@ "1187" ], "x-ms-correlation-request-id": [ - "004fa860-9ee3-419a-9859-bd72cb6247e9" + "24fd281b-b911-428d-85e9-04de8f02d44d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010656Z:004fa860-9ee3-419a-9859-bd72cb6247e9" + "NORTHEUROPE:20200808T084923Z:24fd281b-b911-428d-85e9-04de8f02d44d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:06:55 GMT" + "Sat, 08 Aug 2020 08:49:23 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"3D92612DD0B1B1285FC81A244CEFB068\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"2452699C9F130F30A408A86CA4747B87\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4641\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5850\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "9db04b1d-1803-4228-aee0-2fca7e5d59b0" + "99fbe23a-6ba1-462e-9ecf-41ba991d6d07" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6A49703FEF2C480244A82F23CAF31F36" + "941BAEA9910B69436E794C2DFC83D40F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036C9679F805\"" + "W/\"0x8D83B77F4BD8906\"" ], "Location": [ - "https://azs-2149.search-dogfood.windows-int.net/indexes('azsmnet4641')?api-version=2019-05-06" + "https://azs-3113.search-dogfood.windows-int.net/indexes('azsmnet5850')?api-version=2019-05-06" ], "request-id": [ - "9db04b1d-1803-4228-aee0-2fca7e5d59b0" + "99fbe23a-6ba1-462e-9ecf-41ba991d6d07" ], "elapsed-time": [ - "1183" + "816" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:06:58 GMT" + "Sat, 08 Aug 2020 08:49:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2149.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036C9679F805\\\"\",\r\n \"name\": \"azsmnet4641\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3113.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B77F4BD8906\\\"\",\r\n \"name\": \"azsmnet5850\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet4641')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NjQxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5850')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1ODUwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "73cf884e-da32-4105-9587-4406b1f2953b" + "b13194a9-dd00-4921-8a5f-834899272157" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "6A49703FEF2C480244A82F23CAF31F36" + "941BAEA9910B69436E794C2DFC83D40F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "73cf884e-da32-4105-9587-4406b1f2953b" + "b13194a9-dd00-4921-8a5f-834899272157" ], "elapsed-time": [ - "161" + "157" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:07:20 GMT" + "Sat, 08 Aug 2020 08:49:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4641')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NjQxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5850')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1ODUwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"11\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"12\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"13\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"14\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"15\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"16\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"17\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"18\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"19\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"20\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"21\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"22\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"23\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"24\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"25\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"26\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"27\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"28\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"29\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"30\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"31\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"32\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"33\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"34\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"35\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"36\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"37\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"38\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"39\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"40\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"41\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"42\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"43\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"44\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"45\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"46\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"47\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"48\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"49\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"50\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"51\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"52\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"53\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"54\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"55\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"56\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"57\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"58\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"59\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"60\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"61\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"62\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"63\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"64\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"65\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"66\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"67\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"68\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"69\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"70\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"71\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"72\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"73\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"74\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"75\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"76\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"77\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"78\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"79\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"80\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"81\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"82\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"83\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"84\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"85\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"86\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"87\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"88\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"89\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"90\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"91\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"92\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"93\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"94\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"95\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"96\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"97\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"98\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"99\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"100\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"101\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"102\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"103\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"104\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"105\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"106\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"107\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"108\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"109\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"110\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"111\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"112\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"113\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"114\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"115\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"116\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"117\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"118\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"119\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"120\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"121\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"122\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"123\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"124\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"125\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"126\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"127\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"128\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"129\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"130\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"131\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"132\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"133\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"134\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"135\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"136\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"137\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"138\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"139\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"140\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"141\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"142\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"143\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"144\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"145\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"146\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"147\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"148\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"149\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"150\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"151\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"152\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"153\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"154\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"155\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"156\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"157\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"158\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"159\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"160\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"161\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"162\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"163\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"164\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"165\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"166\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"167\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "03e48790-a7c9-4c87-857e-4251b241825a" + "09d4af45-a5e5-4537-b543-eb01dd5f45fc" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "6A49703FEF2C480244A82F23CAF31F36" + "941BAEA9910B69436E794C2DFC83D40F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "03e48790-a7c9-4c87-857e-4251b241825a" + "09d4af45-a5e5-4537-b543-eb01dd5f45fc" ], "elapsed-time": [ - "95" + "70" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:07:23 GMT" + "Sat, 08 Aug 2020 08:49:52 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,13 +550,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4641')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NjQxJykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRvcmRlcmJ5PWhvdGVsSWQlMjBhc2MmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueSYkc2VsZWN0PWhvdGVsSWQ=", + "RequestUri": "/indexes('azsmnet5850')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1ODUwJykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRvcmRlcmJ5PWhvdGVsSWQlMjBhc2MmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueSYkc2VsZWN0PWhvdGVsSWQ=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "165310b4-89cc-4637-a62c-32b0fb869e25" + "87c4e9e5-4884-456f-ba84-ff7d1781ca63" ], "Accept-Language": [ "en-US" @@ -565,12 +565,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "6A49703FEF2C480244A82F23CAF31F36" + "941BAEA9910B69436E794C2DFC83D40F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -582,10 +582,10 @@ "no-cache" ], "request-id": [ - "165310b4-89cc-4637-a62c-32b0fb869e25" + "87c4e9e5-4884-456f-ba84-ff7d1781ca63" ], "elapsed-time": [ - "42" + "30" ], "OData-Version": [ "4.0" @@ -597,7 +597,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:07:26 GMT" + "Sat, 08 Aug 2020 08:49:55 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -609,17 +609,17 @@ "2127" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"10\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"100\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"101\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"102\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"103\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"104\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"105\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"106\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"107\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"108\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"109\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"11\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"110\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"111\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"112\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"113\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"114\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"115\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"116\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"117\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"118\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"119\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"12\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"120\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"121\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"122\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"123\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"124\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"125\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"126\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"127\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"128\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"129\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"13\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"130\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"131\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"132\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"133\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"134\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"135\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"136\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"137\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"138\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"139\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"14\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"140\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"141\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"142\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"143\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-2149.search-dogfood.windows-int.net/indexes('azsmnet4641')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$skip=50\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"10\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"100\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"101\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"102\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"103\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"104\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"105\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"106\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"107\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"108\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"109\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"11\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"110\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"111\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"112\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"113\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"114\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"115\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"116\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"117\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"118\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"119\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"12\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"120\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"121\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"122\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"123\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"124\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"125\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"126\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"127\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"128\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"129\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"13\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"130\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"131\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"132\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"133\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"134\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"135\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"136\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"137\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"138\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"139\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"14\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"140\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"141\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"142\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"143\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-3113.search-dogfood.windows-int.net/indexes('azsmnet5850')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$skip=50\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4641')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$skip=50", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NjQxJykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRvcmRlcmJ5PWhvdGVsSWQlMjBhc2MmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueSYkc2VsZWN0PWhvdGVsSWQmJHNraXA9NTA=", + "RequestUri": "/indexes('azsmnet5850')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$skip=50", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1ODUwJykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRvcmRlcmJ5PWhvdGVsSWQlMjBhc2MmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueSYkc2VsZWN0PWhvdGVsSWQmJHNraXA9NTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "774395aa-e534-4c25-8392-e05d74e0e8a8" + "247aad56-1fb7-4a66-89b0-4a19b0296cf0" ], "Accept-Language": [ "en-US" @@ -628,12 +628,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "6A49703FEF2C480244A82F23CAF31F36" + "941BAEA9910B69436E794C2DFC83D40F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -645,10 +645,10 @@ "no-cache" ], "request-id": [ - "774395aa-e534-4c25-8392-e05d74e0e8a8" + "247aad56-1fb7-4a66-89b0-4a19b0296cf0" ], "elapsed-time": [ - "17" + "12" ], "OData-Version": [ "4.0" @@ -660,7 +660,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:07:26 GMT" + "Sat, 08 Aug 2020 08:49:55 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -672,17 +672,17 @@ "2107" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"144\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"145\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"146\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"147\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"148\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"149\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"15\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"150\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"151\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"152\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"153\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"154\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"155\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"156\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"157\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"158\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"159\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"16\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"160\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"161\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"162\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"163\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"164\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"165\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"166\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"167\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"17\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"18\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"19\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"20\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"21\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"22\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"23\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"24\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"25\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"26\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"27\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"28\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"29\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"3\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"30\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"31\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"32\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"33\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"34\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"35\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"36\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"37\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"38\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-2149.search-dogfood.windows-int.net/indexes('azsmnet4641')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$skip=100\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"144\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"145\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"146\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"147\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"148\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"149\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"15\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"150\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"151\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"152\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"153\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"154\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"155\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"156\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"157\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"158\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"159\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"16\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"160\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"161\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"162\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"163\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"164\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"165\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"166\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"167\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"17\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"18\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"19\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"20\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"21\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"22\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"23\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"24\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"25\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"26\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"27\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"28\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"29\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"3\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"30\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"31\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"32\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"33\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"34\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"35\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"36\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"37\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"38\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-3113.search-dogfood.windows-int.net/indexes('azsmnet5850')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$skip=100\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4641')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$skip=100", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NjQxJykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRvcmRlcmJ5PWhvdGVsSWQlMjBhc2MmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueSYkc2VsZWN0PWhvdGVsSWQmJHNraXA9MTAw", + "RequestUri": "/indexes('azsmnet5850')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$skip=100", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1ODUwJykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRvcmRlcmJ5PWhvdGVsSWQlMjBhc2MmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueSYkc2VsZWN0PWhvdGVsSWQmJHNraXA9MTAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "af1bcb92-66ce-45d2-98f6-3e757035eac1" + "2d16ef8c-890e-4000-819a-0298025a693d" ], "Accept-Language": [ "en-US" @@ -691,12 +691,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "6A49703FEF2C480244A82F23CAF31F36" + "941BAEA9910B69436E794C2DFC83D40F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -708,10 +708,10 @@ "no-cache" ], "request-id": [ - "af1bcb92-66ce-45d2-98f6-3e757035eac1" + "2d16ef8c-890e-4000-819a-0298025a693d" ], "elapsed-time": [ - "9" + "17" ], "OData-Version": [ "4.0" @@ -723,7 +723,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:07:26 GMT" + "Sat, 08 Aug 2020 08:49:55 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -735,17 +735,17 @@ "2080" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"39\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"4\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"40\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"41\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"42\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"43\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"44\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"45\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"46\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"47\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"48\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"49\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"5\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"50\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"51\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"52\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"53\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"54\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"55\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"56\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"57\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"58\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"59\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"6\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"60\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"61\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"62\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"63\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"64\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"65\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"66\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"67\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"68\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"69\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"7\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"70\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"71\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"72\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"73\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"74\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"75\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"76\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"77\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"78\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"79\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"8\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"80\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"81\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"82\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"83\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-2149.search-dogfood.windows-int.net/indexes('azsmnet4641')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$skip=150\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"39\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"4\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"40\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"41\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"42\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"43\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"44\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"45\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"46\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"47\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"48\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"49\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"5\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"50\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"51\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"52\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"53\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"54\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"55\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"56\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"57\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"58\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"59\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"6\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"60\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"61\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"62\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"63\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"64\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"65\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"66\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"67\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"68\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"69\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"7\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"70\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"71\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"72\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"73\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"74\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"75\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"76\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"77\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"78\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"79\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"8\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"80\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"81\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"82\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"83\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-3113.search-dogfood.windows-int.net/indexes('azsmnet5850')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$skip=150\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4641')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$skip=150", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NjQxJykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRvcmRlcmJ5PWhvdGVsSWQlMjBhc2MmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueSYkc2VsZWN0PWhvdGVsSWQmJHNraXA9MTUw", + "RequestUri": "/indexes('azsmnet5850')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId%20asc&queryType=simple&searchMode=any&$select=hotelId&$skip=150", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1ODUwJykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRvcmRlcmJ5PWhvdGVsSWQlMjBhc2MmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueSYkc2VsZWN0PWhvdGVsSWQmJHNraXA9MTUw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "3f197260-c292-4889-a4bc-1b55f4c2c3b6" + "612d6c5d-267c-49db-a791-028c84359395" ], "Accept-Language": [ "en-US" @@ -754,12 +754,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "6A49703FEF2C480244A82F23CAF31F36" + "941BAEA9910B69436E794C2DFC83D40F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -771,10 +771,10 @@ "no-cache" ], "request-id": [ - "3f197260-c292-4889-a4bc-1b55f4c2c3b6" + "612d6c5d-267c-49db-a791-028c84359395" ], "elapsed-time": [ - "10" + "7" ], "OData-Version": [ "4.0" @@ -786,7 +786,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:07:26 GMT" + "Sat, 08 Aug 2020 08:49:55 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -802,21 +802,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet948/providers/Microsoft.Search/searchServices/azs-2149?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIxNDk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9112/providers/Microsoft.Search/searchServices/azs-3113?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMTEzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fcc94b62-5645-4a4b-af0a-30c1543cc1c8" + "79f200a9-43de-47d2-b703-7fd7d8374ba8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -827,51 +827,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "fcc94b62-5645-4a4b-af0a-30c1543cc1c8" + "6b9fbdab-3334-4cd7-a222-ca0410aab819" ], - "request-id": [ - "fcc94b62-5645-4a4b-af0a-30c1543cc1c8" + "x-ms-correlation-request-id": [ + "6b9fbdab-3334-4cd7-a222-ca0410aab819" ], - "elapsed-time": [ - "1168" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T085004Z:6b9fbdab-3334-4cd7-a222-ca0410aab819" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" - ], - "x-ms-correlation-request-id": [ - "23752e62-fab2-4f93-9b68-36534acc2d70" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010731Z:23752e62-fab2-4f93-9b68-36534acc2d70" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:07:30 GMT" + "Sat, 08 Aug 2020 08:50:04 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet948", - "azsmnet4641" + "azsmnet9112", + "azsmnet5850" ], "GenerateServiceName": [ - "azs-2149" + "azs-3113" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanFilter.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanFilter.json index 0fd4a308a5ea..97ec4892c6a7 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanFilter.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanFilter.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a62018db-9fc2-4c71-93c9-c85f2611a5a9" + "39e1da1b-5e40-463e-9b5e-0e4f7fea58f1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1192" ], "x-ms-request-id": [ - "c5e42e4c-eebe-406a-b09c-2321b8e214d8" + "3719bb42-6234-48cd-a7db-85cbd6e55c53" ], "x-ms-correlation-request-id": [ - "c5e42e4c-eebe-406a-b09c-2321b8e214d8" + "3719bb42-6234-48cd-a7db-85cbd6e55c53" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010823Z:c5e42e4c-eebe-406a-b09c-2321b8e214d8" + "NORTHEUROPE:20200808T085114Z:3719bb42-6234-48cd-a7db-85cbd6e55c53" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:08:22 GMT" + "Sat, 08 Aug 2020 08:51:13 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8281?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MjgxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4932?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0OTMyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0e4ea7b1-5e56-4830-99e3-a3df2f8993f6" + "20a36ba7-744e-4820-8bc1-0c39fc7bd050" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1195" ], "x-ms-request-id": [ - "979aee67-9a49-4ed8-b016-05bf1405775f" + "eb94b4ff-fbd6-4eba-b237-e719131b4c5d" ], "x-ms-correlation-request-id": [ - "979aee67-9a49-4ed8-b016-05bf1405775f" + "eb94b4ff-fbd6-4eba-b237-e719131b4c5d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010824Z:979aee67-9a49-4ed8-b016-05bf1405775f" + "NORTHEUROPE:20200808T085116Z:eb94b4ff-fbd6-4eba-b237-e719131b4c5d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:08:24 GMT" + "Sat, 08 Aug 2020 08:51:16 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8281\",\r\n \"name\": \"azsmnet8281\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4932\",\r\n \"name\": \"azsmnet4932\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8281/providers/Microsoft.Search/searchServices/azs-8362?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzYyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4932/providers/Microsoft.Search/searchServices/azs-6228?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MjI4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "585db3a0-b551-4f1c-b45c-916d0394ebda" + "37e84f80-1269-43c7-96ab-b71f325fc76c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A08%3A27.8464665Z'\"" + "W/\"datetime'2020-08-08T08%3A51%3A21.8198829Z'\"" ], "x-ms-request-id": [ - "585db3a0-b551-4f1c-b45c-916d0394ebda" + "37e84f80-1269-43c7-96ab-b71f325fc76c" ], "request-id": [ - "585db3a0-b551-4f1c-b45c-916d0394ebda" + "37e84f80-1269-43c7-96ab-b71f325fc76c" ], "elapsed-time": [ - "1158" + "1516" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1195" ], "x-ms-correlation-request-id": [ - "dd5faf66-6b35-4095-81f9-e31de6c7ede5" + "1e58b392-5d0e-4bfc-b310-5f576c7e8dc1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010828Z:dd5faf66-6b35-4095-81f9-e31de6c7ede5" + "NORTHEUROPE:20200808T085122Z:1e58b392-5d0e-4bfc-b310-5f576c7e8dc1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:08:28 GMT" + "Sat, 08 Aug 2020 08:51:22 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8281/providers/Microsoft.Search/searchServices/azs-8362\",\r\n \"name\": \"azs-8362\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4932/providers/Microsoft.Search/searchServices/azs-6228\",\r\n \"name\": \"azs-6228\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8281/providers/Microsoft.Search/searchServices/azs-8362/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzYyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4932/providers/Microsoft.Search/searchServices/azs-6228/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MjI4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "024e9eed-d9f2-4f0f-b313-b2ef38ccdff6" + "3c699fb2-db9e-4c6a-bf8e-0510adc57d44" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "024e9eed-d9f2-4f0f-b313-b2ef38ccdff6" + "3c699fb2-db9e-4c6a-bf8e-0510adc57d44" ], "request-id": [ - "024e9eed-d9f2-4f0f-b313-b2ef38ccdff6" + "3c699fb2-db9e-4c6a-bf8e-0510adc57d44" ], "elapsed-time": [ - "108" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1193" ], "x-ms-correlation-request-id": [ - "3f7814e7-c844-4664-a0ee-56caf704ac1e" + "5029f9e5-48cc-4f2b-b577-5b11f585f424" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010830Z:3f7814e7-c844-4664-a0ee-56caf704ac1e" + "NORTHEUROPE:20200808T085125Z:5029f9e5-48cc-4f2b-b577-5b11f585f424" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:08:30 GMT" + "Sat, 08 Aug 2020 08:51:25 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"5334AA1C2F613002332C14743048E6D3\",\r\n \"secondaryKey\": \"3E6C1D7C5EEF06EDF151ADB3E0584BF9\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"5C8284EABFFE09D5F894FF7B3F7CA2A9\",\r\n \"secondaryKey\": \"1B354F22721AFCB3D13EC4A9A886722E\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8281/providers/Microsoft.Search/searchServices/azs-8362/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzYyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4932/providers/Microsoft.Search/searchServices/azs-6228/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MjI4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c29c3e61-d236-46a0-9aab-75e1a6dac69f" + "fc1c7e25-2bef-4c83-93be-6c90271857f5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c29c3e61-d236-46a0-9aab-75e1a6dac69f" + "fc1c7e25-2bef-4c83-93be-6c90271857f5" ], "request-id": [ - "c29c3e61-d236-46a0-9aab-75e1a6dac69f" + "fc1c7e25-2bef-4c83-93be-6c90271857f5" ], "elapsed-time": [ - "102" + "106" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1192" ], "x-ms-correlation-request-id": [ - "724bc3c5-85d3-4591-a49e-472f0a3cd557" + "1e82c5f5-5214-481e-aca5-e5de2fb77c6f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010831Z:724bc3c5-85d3-4591-a49e-472f0a3cd557" + "NORTHEUROPE:20200808T085125Z:1e82c5f5-5214-481e-aca5-e5de2fb77c6f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:08:30 GMT" + "Sat, 08 Aug 2020 08:51:25 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"30C48033AC685DAE7C27CBDB5CDAB154\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D885AA2DCFFF427537DF46D31787B934\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4774\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1279\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "d2ba0365-6285-4911-a885-6fd10ea62539" + "5665b344-0668-4c08-927f-101a26a94502" ], "Accept-Language": [ "en-US" ], "api-key": [ - "5334AA1C2F613002332C14743048E6D3" + "5C8284EABFFE09D5F894FF7B3F7CA2A9" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036CCF56CA2A\"" + "W/\"0x8D83B783D693035\"" ], "Location": [ - "https://azs-8362.search-dogfood.windows-int.net/indexes('azsmnet4774')?api-version=2019-05-06" + "https://azs-6228.search-dogfood.windows-int.net/indexes('azsmnet1279')?api-version=2019-05-06" ], "request-id": [ - "d2ba0365-6285-4911-a885-6fd10ea62539" + "5665b344-0668-4c08-927f-101a26a94502" ], "elapsed-time": [ - "1281" + "1446" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:08:34 GMT" + "Sat, 08 Aug 2020 08:51:28 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8362.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036CCF56CA2A\\\"\",\r\n \"name\": \"azsmnet4774\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6228.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B783D693035\\\"\",\r\n \"name\": \"azsmnet1279\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet4774')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0Nzc0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1279')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMjc5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "5a9ee574-317c-45de-b15b-afc76e710b00" + "c9e58745-16f1-4c8c-9053-f098c12726c7" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "5334AA1C2F613002332C14743048E6D3" + "5C8284EABFFE09D5F894FF7B3F7CA2A9" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "5a9ee574-317c-45de-b15b-afc76e710b00" + "c9e58745-16f1-4c8c-9053-f098c12726c7" ], "elapsed-time": [ - "197" + "214" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:08:56 GMT" + "Sat, 08 Aug 2020 08:51:50 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4774')/docs?search=%2A&api-version=2019-05-06&$count=false&$filter=rating%20gt%203%20and%20lastRenovationDate%20gt%202000-01-01T00%3A00%3A00Z&queryType=simple&searchMode=any", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0Nzc0JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRmaWx0ZXI9cmF0aW5nJTIwZ3QlMjAzJTIwYW5kJTIwbGFzdFJlbm92YXRpb25EYXRlJTIwZ3QlMjAyMDAwLTAxLTAxVDAwJTNBMDAlM0EwMFomcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueQ==", + "RequestUri": "/indexes('azsmnet1279')/docs?search=%2A&api-version=2019-05-06&$count=false&$filter=rating%20gt%203%20and%20lastRenovationDate%20gt%202000-01-01T00%3A00%3A00Z&queryType=simple&searchMode=any", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMjc5JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRmaWx0ZXI9cmF0aW5nJTIwZ3QlMjAzJTIwYW5kJTIwbGFzdFJlbm92YXRpb25EYXRlJTIwZ3QlMjAyMDAwLTAxLTAxVDAwJTNBMDAlM0EwMFomcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "ac6101e3-974e-41b4-b2a8-ccce45c6edfa" + "4c1eb156-3aa0-4eb7-b71e-b902b8f9a20e" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "30C48033AC685DAE7C27CBDB5CDAB154" + "D885AA2DCFFF427537DF46D31787B934" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "ac6101e3-974e-41b4-b2a8-ccce45c6edfa" + "4c1eb156-3aa0-4eb7-b71e-b902b8f9a20e" ], "elapsed-time": [ - "61" + "70" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:08:59 GMT" + "Sat, 08 Aug 2020 08:51:54 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8281/providers/Microsoft.Search/searchServices/azs-8362?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzYyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4932/providers/Microsoft.Search/searchServices/azs-6228?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MjI4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1373c5a9-7d44-4236-b7f0-631641c5fa26" + "f95a7430-a9c1-43cc-8059-dddc2f5caea1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14990" + ], "x-ms-request-id": [ - "1373c5a9-7d44-4236-b7f0-631641c5fa26" + "5af69d36-8134-48c6-95a9-3436044ae4e3" ], - "request-id": [ - "1373c5a9-7d44-4236-b7f0-631641c5fa26" + "x-ms-correlation-request-id": [ + "5af69d36-8134-48c6-95a9-3436044ae4e3" ], - "elapsed-time": [ - "1734" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T085247Z:5af69d36-8134-48c6-95a9-3436044ae4e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "5f5caa54-d64f-4520-9a93-3b8a329ccfaa" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010905Z:5f5caa54-d64f-4520-9a93-3b8a329ccfaa" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:09:05 GMT" + "Sat, 08 Aug 2020 08:52:46 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8281", - "azsmnet4774" + "azsmnet4932", + "azsmnet1279" ], "GenerateServiceName": [ - "azs-8362" + "azs-6228" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanFilterNonNullableType.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanFilterNonNullableType.json index 694973e5925c..5e7a3ee7d8e0 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanFilterNonNullableType.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanFilterNonNullableType.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6f322d4-0fcc-4703-b0b9-55d7378bca9c" + "42eb106e-82af-4366-bb49-576bbca70b7e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1192" ], "x-ms-request-id": [ - "3c2ce9c1-ad7e-408f-85f7-672f767f8771" + "ead336be-93f9-43ad-b9ad-009ba62d79a6" ], "x-ms-correlation-request-id": [ - "3c2ce9c1-ad7e-408f-85f7-672f767f8771" + "ead336be-93f9-43ad-b9ad-009ba62d79a6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004441Z:3c2ce9c1-ad7e-408f-85f7-672f767f8771" + "NORTHEUROPE:20200808T081934Z:ead336be-93f9-43ad-b9ad-009ba62d79a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:44:41 GMT" + "Sat, 08 Aug 2020 08:19:34 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5170?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MTcwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7649?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NjQ5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "69f7dd9d-f182-453d-9b9a-1c2f480996b2" + "f1ad3908-51cd-45d5-af19-dc37ae4a1943" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -96,13 +96,13 @@ "1193" ], "x-ms-request-id": [ - "76c5afbc-8970-48b5-8777-eb9fbaecb115" + "abe0c50f-a3a3-46bb-aaec-00fea4c01651" ], "x-ms-correlation-request-id": [ - "76c5afbc-8970-48b5-8777-eb9fbaecb115" + "abe0c50f-a3a3-46bb-aaec-00fea4c01651" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004442Z:76c5afbc-8970-48b5-8777-eb9fbaecb115" + "NORTHEUROPE:20200808T081936Z:abe0c50f-a3a3-46bb-aaec-00fea4c01651" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:44:42 GMT" + "Sat, 08 Aug 2020 08:19:36 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5170\",\r\n \"name\": \"azsmnet5170\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7649\",\r\n \"name\": \"azsmnet7649\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5170/providers/Microsoft.Search/searchServices/azs-7337?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzM3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7649/providers/Microsoft.Search/searchServices/azs-5384?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzg0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "272b33ab-dcf4-4197-9106-528fabe87ab3" + "63290756-8ed9-4a6d-9aec-a31eb21ccfed" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A44%3A46.374651Z'\"" + "W/\"datetime'2020-08-08T08%3A19%3A42.5854121Z'\"" ], "x-ms-request-id": [ - "272b33ab-dcf4-4197-9106-528fabe87ab3" + "63290756-8ed9-4a6d-9aec-a31eb21ccfed" ], "request-id": [ - "272b33ab-dcf4-4197-9106-528fabe87ab3" + "63290756-8ed9-4a6d-9aec-a31eb21ccfed" ], "elapsed-time": [ - "1134" + "1306" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1193" ], "x-ms-correlation-request-id": [ - "d95e716a-6c51-46e7-bdd9-51db0c2fac3c" + "fe9594a9-52b0-47b8-bd14-c67a5bcc021c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004447Z:d95e716a-6c51-46e7-bdd9-51db0c2fac3c" + "NORTHEUROPE:20200808T081943Z:fe9594a9-52b0-47b8-bd14-c67a5bcc021c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:44:47 GMT" + "Sat, 08 Aug 2020 08:19:43 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5170/providers/Microsoft.Search/searchServices/azs-7337\",\r\n \"name\": \"azs-7337\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7649/providers/Microsoft.Search/searchServices/azs-5384\",\r\n \"name\": \"azs-5384\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5170/providers/Microsoft.Search/searchServices/azs-7337/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzM3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7649/providers/Microsoft.Search/searchServices/azs-5384/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzg0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f35648f5-1be5-473d-a662-ff4d9acb7201" + "b83f5704-6f6c-4e30-8608-eb1962ba7876" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f35648f5-1be5-473d-a662-ff4d9acb7201" + "b83f5704-6f6c-4e30-8608-eb1962ba7876" ], "request-id": [ - "f35648f5-1be5-473d-a662-ff4d9acb7201" + "b83f5704-6f6c-4e30-8608-eb1962ba7876" ], "elapsed-time": [ - "121" + "669" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1189" ], "x-ms-correlation-request-id": [ - "d8f2ecaf-7730-4fd1-9f3c-9b9f0f1bacdb" + "d288dea9-395b-4c2b-837d-2b0d89bb50d6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004449Z:d8f2ecaf-7730-4fd1-9f3c-9b9f0f1bacdb" + "NORTHEUROPE:20200808T081946Z:d288dea9-395b-4c2b-837d-2b0d89bb50d6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:44:49 GMT" + "Sat, 08 Aug 2020 08:19:45 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"4FB9BEE3B438A6C15F35B698639E6D13\",\r\n \"secondaryKey\": \"13DC1D32AC94D6A2BB2761B8672C0449\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"453FE0AFE8621E5FC8AD481E152D9593\",\r\n \"secondaryKey\": \"D1F9CC749E05E91C8A27C97058AB57A4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5170/providers/Microsoft.Search/searchServices/azs-7337/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzM3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7649/providers/Microsoft.Search/searchServices/azs-5384/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzg0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fcef27bf-2591-402f-8923-795a21966d02" + "004a863e-fee8-4bb3-b29f-e96745a4bcb7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "fcef27bf-2591-402f-8923-795a21966d02" + "004a863e-fee8-4bb3-b29f-e96745a4bcb7" ], "request-id": [ - "fcef27bf-2591-402f-8923-795a21966d02" + "004a863e-fee8-4bb3-b29f-e96745a4bcb7" ], "elapsed-time": [ - "100" + "646" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1188" ], "x-ms-correlation-request-id": [ - "87396fbc-225f-45e8-8570-48738904a86c" + "5257eaf6-e40d-4cab-8ab1-9cab73381446" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004450Z:87396fbc-225f-45e8-8570-48738904a86c" + "NORTHEUROPE:20200808T081948Z:5257eaf6-e40d-4cab-8ab1-9cab73381446" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:44:49 GMT" + "Sat, 08 Aug 2020 08:19:48 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F59F9B5ED1F58AB9879790A3A75AA7F1\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"8062A69BF1E79C134626D58F3AE800D6\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8136\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3183\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "b3892b43-347b-4094-81bc-d7186ad65eb7" + "e19a76e7-9444-42de-8479-4745b1caa410" ], "Accept-Language": [ "en-US" ], "api-key": [ - "4FB9BEE3B438A6C15F35B698639E6D13" + "453FE0AFE8621E5FC8AD481E152D9593" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803697FE8E46F\"" + "W/\"0x8D83B73D229814E\"" ], "Location": [ - "https://azs-7337.search-dogfood.windows-int.net/indexes('azsmnet8136')?api-version=2019-05-06" + "https://azs-5384.search-dogfood.windows-int.net/indexes('azsmnet3183')?api-version=2019-05-06" ], "request-id": [ - "b3892b43-347b-4094-81bc-d7186ad65eb7" + "e19a76e7-9444-42de-8479-4745b1caa410" ], "elapsed-time": [ - "1200" + "1189" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:44:52 GMT" + "Sat, 08 Aug 2020 08:19:50 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7337.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803697FE8E46F\\\"\",\r\n \"name\": \"azsmnet8136\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5384.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B73D229814E\\\"\",\r\n \"name\": \"azsmnet3183\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1653\",\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"IntValue\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Bucket\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6280\",\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"IntValue\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Bucket\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "398c22f7-387f-4cfa-a120-ab0f8ddc9b06" + "99501b51-a72a-4f7a-8471-349e723d6d83" ], "Accept-Language": [ "en-US" ], "api-key": [ - "4FB9BEE3B438A6C15F35B698639E6D13" + "453FE0AFE8621E5FC8AD481E152D9593" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803698FF29271\"" + "W/\"0x8D83B73E1B47D73\"" ], "Location": [ - "https://azs-7337.search-dogfood.windows-int.net/indexes('azsmnet1653')?api-version=2019-05-06" + "https://azs-5384.search-dogfood.windows-int.net/indexes('azsmnet6280')?api-version=2019-05-06" ], "request-id": [ - "398c22f7-387f-4cfa-a120-ab0f8ddc9b06" + "99501b51-a72a-4f7a-8471-349e723d6d83" ], "elapsed-time": [ - "1120" + "822" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:45:19 GMT" + "Sat, 08 Aug 2020 08:20:16 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "1257" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7337.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803698FF29271\\\"\",\r\n \"name\": \"azsmnet1653\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"IntValue\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Bucket\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5384.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B73E1B47D73\\\"\",\r\n \"name\": \"azsmnet6280\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"IntValue\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Bucket\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet8136')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MTM2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3183')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMTgzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "f0f1cefa-cbaf-415b-97c7-4a45cebe3954" + "a04fff9d-449d-4ee3-b79a-b77c13756ac4" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "4FB9BEE3B438A6C15F35B698639E6D13" + "453FE0AFE8621E5FC8AD481E152D9593" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "f0f1cefa-cbaf-415b-97c7-4a45cebe3954" + "a04fff9d-449d-4ee3-b79a-b77c13756ac4" ], "elapsed-time": [ - "217" + "209" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:45:14 GMT" + "Sat, 08 Aug 2020 08:20:11 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,13 +553,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet1653')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNjUzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6280')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MjgwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"Key\": \"123\",\r\n \"IntValue\": 0,\r\n \"Bucket\": {\r\n \"BucketName\": \"A\",\r\n \"Count\": 3\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"Key\": \"456\",\r\n \"IntValue\": 7,\r\n \"Bucket\": {\r\n \"BucketName\": \"B\",\r\n \"Count\": 5\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"Key\": \"789\",\r\n \"IntValue\": 1,\r\n \"Bucket\": {\r\n \"BucketName\": \"B\",\r\n \"Count\": 99\r\n }\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "49c63f53-20c8-4861-ae89-2309f0c0006d" + "143488fe-0d40-4a5b-bc1e-bf8bad626e9a" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "4FB9BEE3B438A6C15F35B698639E6D13" + "453FE0AFE8621E5FC8AD481E152D9593" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -591,10 +591,10 @@ "no-cache" ], "request-id": [ - "49c63f53-20c8-4861-ae89-2309f0c0006d" + "143488fe-0d40-4a5b-bc1e-bf8bad626e9a" ], "elapsed-time": [ - "155" + "177" ], "OData-Version": [ "4.0" @@ -606,7 +606,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:45:21 GMT" + "Sat, 08 Aug 2020 08:20:18 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -622,13 +622,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet1653')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNjUzJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6280')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MjgwJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"filter\": \"IntValue eq 0 or (Bucket/BucketName eq 'B' and Bucket/Count lt 10)\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "49e8539b-50c1-412b-98e5-22f35453f394" + "5d1f8bcd-f481-4f03-811f-141fe6ee43b2" ], "Accept-Language": [ "en-US" @@ -637,12 +637,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "4FB9BEE3B438A6C15F35B698639E6D13" + "453FE0AFE8621E5FC8AD481E152D9593" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -660,10 +660,10 @@ "no-cache" ], "request-id": [ - "49e8539b-50c1-412b-98e5-22f35453f394" + "5d1f8bcd-f481-4f03-811f-141fe6ee43b2" ], "elapsed-time": [ - "334" + "83" ], "OData-Version": [ "4.0" @@ -675,7 +675,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:45:23 GMT" + "Sat, 08 Aug 2020 08:20:20 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -691,21 +691,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5170/providers/Microsoft.Search/searchServices/azs-7337?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzM3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7649/providers/Microsoft.Search/searchServices/azs-5384?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzg0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ad55adb-0691-4e6f-8d6b-4509ed6b5cdb" + "a2f39543-f394-4808-86ed-b8ddd113b743" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -716,52 +716,43 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "6ad55adb-0691-4e6f-8d6b-4509ed6b5cdb" - ], - "request-id": [ - "6ad55adb-0691-4e6f-8d6b-4509ed6b5cdb" - ], - "elapsed-time": [ - "1176" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14994" ], + "x-ms-request-id": [ + "8771d876-a88e-4cc7-aef3-3b09b0091156" + ], "x-ms-correlation-request-id": [ - "6be87489-23f3-4ac7-9d56-39532561f38a" + "8771d876-a88e-4cc7-aef3-3b09b0091156" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004528Z:6be87489-23f3-4ac7-9d56-39532561f38a" + "NORTHEUROPE:20200808T082029Z:8771d876-a88e-4cc7-aef3-3b09b0091156" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:45:28 GMT" + "Sat, 08 Aug 2020 08:20:29 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5170", - "azsmnet8136", - "azsmnet1653" + "azsmnet7649", + "azsmnet3183", + "azsmnet6280" ], "GenerateServiceName": [ - "azs-7337" + "azs-5384" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanGetResultCountInSearch.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanGetResultCountInSearch.json index 6a23226aa3a9..3f8ef2112a70 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanGetResultCountInSearch.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanGetResultCountInSearch.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fb79931d-0085-494b-b841-9b0b71ed2051" + "57690170-9b6a-4012-87f4-24c1031329e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1192" ], "x-ms-request-id": [ - "31c1d4aa-274c-4a34-8fee-f9c918f6dbae" + "f8b7e534-7c7b-4ead-8a1d-818285a22f67" ], "x-ms-correlation-request-id": [ - "31c1d4aa-274c-4a34-8fee-f9c918f6dbae" + "f8b7e534-7c7b-4ead-8a1d-818285a22f67" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010515Z:31c1d4aa-274c-4a34-8fee-f9c918f6dbae" + "NORTHEUROPE:20200808T084634Z:f8b7e534-7c7b-4ead-8a1d-818285a22f67" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:05:14 GMT" + "Sat, 08 Aug 2020 08:46:33 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2827?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyODI3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4159?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MTU5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ea23ab5e-ac93-4bc8-9105-3cbe3d4281ef" + "b0ffd860-c8c1-40b4-a935-7e26bbd08a02" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1194" ], "x-ms-request-id": [ - "ec9ce2c2-cc1e-4032-b9fa-31e2f69034a7" + "a65fe70d-ba40-4a61-b1b9-c587350b178a" ], "x-ms-correlation-request-id": [ - "ec9ce2c2-cc1e-4032-b9fa-31e2f69034a7" + "a65fe70d-ba40-4a61-b1b9-c587350b178a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010516Z:ec9ce2c2-cc1e-4032-b9fa-31e2f69034a7" + "NORTHEUROPE:20200808T084636Z:a65fe70d-ba40-4a61-b1b9-c587350b178a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:05:16 GMT" + "Sat, 08 Aug 2020 08:46:36 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2827\",\r\n \"name\": \"azsmnet2827\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4159\",\r\n \"name\": \"azsmnet4159\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2827/providers/Microsoft.Search/searchServices/azs-6877?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODc3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4159/providers/Microsoft.Search/searchServices/azs-920?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "feeade9c-f8cd-4ff5-ba3a-15e56882f557" + "ceb9674b-bc10-471f-873c-1d9a35660f34" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A05%3A19.7407502Z'\"" + "W/\"datetime'2020-08-08T08%3A46%3A42.2565455Z'\"" ], "x-ms-request-id": [ - "feeade9c-f8cd-4ff5-ba3a-15e56882f557" + "ceb9674b-bc10-471f-873c-1d9a35660f34" ], "request-id": [ - "feeade9c-f8cd-4ff5-ba3a-15e56882f557" + "ceb9674b-bc10-471f-873c-1d9a35660f34" ], "elapsed-time": [ - "1160" + "2592" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1188" ], "x-ms-correlation-request-id": [ - "4a090a3c-6b45-4891-9d7f-68fcc26a1ddf" + "2db21f3a-77e0-49cf-8eaf-3dba67b72700" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010520Z:4a090a3c-6b45-4891-9d7f-68fcc26a1ddf" + "NORTHEUROPE:20200808T084643Z:2db21f3a-77e0-49cf-8eaf-3dba67b72700" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:05:19 GMT" + "Sat, 08 Aug 2020 08:46:42 GMT" ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2827/providers/Microsoft.Search/searchServices/azs-6877\",\r\n \"name\": \"azs-6877\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4159/providers/Microsoft.Search/searchServices/azs-920\",\r\n \"name\": \"azs-920\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2827/providers/Microsoft.Search/searchServices/azs-6877/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODc3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4159/providers/Microsoft.Search/searchServices/azs-920/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjAvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "05f8dd32-2cbb-4775-bf6b-9e2a2846168f" + "5a4b3ce4-2207-44b0-8ed1-a885f035c29f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "05f8dd32-2cbb-4775-bf6b-9e2a2846168f" + "5a4b3ce4-2207-44b0-8ed1-a885f035c29f" ], "request-id": [ - "05f8dd32-2cbb-4775-bf6b-9e2a2846168f" + "5a4b3ce4-2207-44b0-8ed1-a885f035c29f" ], "elapsed-time": [ - "95" + "466" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1182" ], "x-ms-correlation-request-id": [ - "6ef36498-bc1e-4c24-a24b-69d6eab55996" + "66f78f4c-0862-406c-89a7-8329fd9f9adb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010523Z:6ef36498-bc1e-4c24-a24b-69d6eab55996" + "NORTHEUROPE:20200808T084646Z:66f78f4c-0862-406c-89a7-8329fd9f9adb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:05:22 GMT" + "Sat, 08 Aug 2020 08:46:46 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"F88588351E188F6A3556E8B21D954BDB\",\r\n \"secondaryKey\": \"7FA070B9E31065F0C3466AF05D948575\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"D3908F06DB5EF917FAA62630F2021277\",\r\n \"secondaryKey\": \"D2B87D67E4E01D37B0C7AAEC163C3926\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2827/providers/Microsoft.Search/searchServices/azs-6877/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODc3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4159/providers/Microsoft.Search/searchServices/azs-920/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjAvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0c55e16b-773c-4174-ad5a-2bfc293094c6" + "56e89ed8-3b26-4ec9-aeeb-1e273fe15797" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0c55e16b-773c-4174-ad5a-2bfc293094c6" + "56e89ed8-3b26-4ec9-aeeb-1e273fe15797" ], "request-id": [ - "0c55e16b-773c-4174-ad5a-2bfc293094c6" + "56e89ed8-3b26-4ec9-aeeb-1e273fe15797" ], "elapsed-time": [ - "92" + "303" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1181" ], "x-ms-correlation-request-id": [ - "45548b45-9edf-455f-abd6-910e4b018860" + "0b9d19d8-d5a4-4bb6-8193-1dec399bf298" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010523Z:45548b45-9edf-455f-abd6-910e4b018860" + "NORTHEUROPE:20200808T084647Z:0b9d19d8-d5a4-4bb6-8193-1dec399bf298" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:05:22 GMT" + "Sat, 08 Aug 2020 08:46:46 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"FB8173F177C79FDD1F029AD349D616E5\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"623C5DEF398F7795470DA0B68B825A42\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4444\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9085\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "51584555-0729-4ab8-9ef0-485b2a649a51" + "8625efbe-89af-4c32-b508-5071a2bf79c4" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F88588351E188F6A3556E8B21D954BDB" + "D3908F06DB5EF917FAA62630F2021277" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036C5F4B6359\"" + "W/\"0x8D83B779721797F\"" ], "Location": [ - "https://azs-6877.search-dogfood.windows-int.net/indexes('azsmnet4444')?api-version=2019-05-06" + "https://azs-920.search-dogfood.windows-int.net/indexes('azsmnet9085')?api-version=2019-05-06" ], "request-id": [ - "51584555-0729-4ab8-9ef0-485b2a649a51" + "8625efbe-89af-4c32-b508-5071a2bf79c4" ], "elapsed-time": [ - "1196" + "947" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:05:26 GMT" + "Sat, 08 Aug 2020 08:46:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6147" + "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6877.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036C5F4B6359\\\"\",\r\n \"name\": \"azsmnet4444\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-920.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B779721797F\\\"\",\r\n \"name\": \"azsmnet9085\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet4444')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NDQ0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet9085')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MDg1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "719b1b68-af91-4850-8679-7989f897f2d1" + "96032a0d-f8ad-445d-9ab3-c577e9deda31" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "F88588351E188F6A3556E8B21D954BDB" + "D3908F06DB5EF917FAA62630F2021277" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "719b1b68-af91-4850-8679-7989f897f2d1" + "96032a0d-f8ad-445d-9ab3-c577e9deda31" ], "elapsed-time": [ - "159" + "251" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:05:47 GMT" + "Sat, 08 Aug 2020 08:47:10 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4444')/docs?search=%2A&api-version=2019-05-06&$count=true&queryType=simple&searchMode=any", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NDQ0JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PXRydWUmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueQ==", + "RequestUri": "/indexes('azsmnet9085')/docs?search=%2A&api-version=2019-05-06&$count=true&queryType=simple&searchMode=any", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MDg1JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PXRydWUmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "2ca9d7ff-362f-43ac-b876-90511f945ef0" + "499d3902-f577-4792-ab5a-273a91296f79" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "FB8173F177C79FDD1F029AD349D616E5" + "623C5DEF398F7795470DA0B68B825A42" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "2ca9d7ff-362f-43ac-b876-90511f945ef0" + "499d3902-f577-4792-ab5a-273a91296f79" ], "elapsed-time": [ - "43" + "184" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:05:51 GMT" + "Sat, 08 Aug 2020 08:47:16 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2827/providers/Microsoft.Search/searchServices/azs-6877?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODc3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4159/providers/Microsoft.Search/searchServices/azs-920?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25bbe51f-fe4a-4099-8d82-40f67e0245e1" + "29eea3fc-4427-4eb0-8229-f9d55e522732" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14989" + ], "x-ms-request-id": [ - "25bbe51f-fe4a-4099-8d82-40f67e0245e1" + "a1054343-f8d1-49f6-b3f9-61e5d0113d47" ], - "request-id": [ - "25bbe51f-fe4a-4099-8d82-40f67e0245e1" + "x-ms-correlation-request-id": [ + "a1054343-f8d1-49f6-b3f9-61e5d0113d47" ], - "elapsed-time": [ - "1075" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T084727Z:a1054343-f8d1-49f6-b3f9-61e5d0113d47" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14988" - ], - "x-ms-correlation-request-id": [ - "a5bc4002-589e-4ad5-9e05-e6838cb87bc8" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010555Z:a5bc4002-589e-4ad5-9e05-e6838cb87bc8" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:05:55 GMT" + "Sat, 08 Aug 2020 08:47:27 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2827", - "azsmnet4444" + "azsmnet4159", + "azsmnet9085" ], "GenerateServiceName": [ - "azs-6877" + "azs-920" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanRoundTripNonNullableValueTypes.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanRoundTripNonNullableValueTypes.json index 855309604f2a..49052705e9dc 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanRoundTripNonNullableValueTypes.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanRoundTripNonNullableValueTypes.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "667c7ef1-869e-428d-90d5-d95aeef05d1b" + "8716eda8-4816-42f0-8ca2-071d16a0e537" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1192" ], "x-ms-request-id": [ - "f77bc699-6ee3-481a-b175-5d6095ca43d8" + "2cad3498-7d2f-4db8-9582-aca173023de5" ], "x-ms-correlation-request-id": [ - "f77bc699-6ee3-481a-b175-5d6095ca43d8" + "2cad3498-7d2f-4db8-9582-aca173023de5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005022Z:f77bc699-6ee3-481a-b175-5d6095ca43d8" + "NORTHEUROPE:20200808T082742Z:2cad3498-7d2f-4db8-9582-aca173023de5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:50:21 GMT" + "Sat, 08 Aug 2020 08:27:42 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet761?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NjE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5824?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1ODI0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e76804cd-ad46-4c3d-8810-97189bf770e5" + "847b0a4c-c859-4a52-a5d0-f6622f00c2ac" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1193" ], "x-ms-request-id": [ - "2f0ef7b4-bce9-43b7-b8af-c6906a877ad4" + "8fc75890-0325-4bf9-9614-0ce73f38fb33" ], "x-ms-correlation-request-id": [ - "2f0ef7b4-bce9-43b7-b8af-c6906a877ad4" + "8fc75890-0325-4bf9-9614-0ce73f38fb33" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005023Z:2f0ef7b4-bce9-43b7-b8af-c6906a877ad4" + "NORTHEUROPE:20200808T082743Z:8fc75890-0325-4bf9-9614-0ce73f38fb33" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:50:22 GMT" + "Sat, 08 Aug 2020 08:27:43 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet761\",\r\n \"name\": \"azsmnet761\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5824\",\r\n \"name\": \"azsmnet5824\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet761/providers/Microsoft.Search/searchServices/azs-2825?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTI4MjU/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5824/providers/Microsoft.Search/searchServices/azs-1482?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDgyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fbdd34d2-22d2-48ae-98d0-49618d68d1b3" + "2b1bdb93-912e-4cfd-b9e4-8eae454f6f83" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A50%3A27.3217786Z'\"" + "W/\"datetime'2020-08-08T08%3A27%3A48.5455085Z'\"" ], "x-ms-request-id": [ - "fbdd34d2-22d2-48ae-98d0-49618d68d1b3" + "2b1bdb93-912e-4cfd-b9e4-8eae454f6f83" ], "request-id": [ - "fbdd34d2-22d2-48ae-98d0-49618d68d1b3" + "2b1bdb93-912e-4cfd-b9e4-8eae454f6f83" ], "elapsed-time": [ - "1120" + "3833" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1192" ], "x-ms-correlation-request-id": [ - "92f569b5-7881-477f-a996-6587bf50eb97" + "86e7ac09-68d8-4726-b06c-eee0ed2b7b78" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005028Z:92f569b5-7881-477f-a996-6587bf50eb97" + "NORTHEUROPE:20200808T082751Z:86e7ac09-68d8-4726-b06c-eee0ed2b7b78" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:50:27 GMT" + "Sat, 08 Aug 2020 08:27:50 GMT" ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet761/providers/Microsoft.Search/searchServices/azs-2825\",\r\n \"name\": \"azs-2825\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5824/providers/Microsoft.Search/searchServices/azs-1482\",\r\n \"name\": \"azs-1482\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet761/providers/Microsoft.Search/searchServices/azs-2825/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTI4MjUvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5824/providers/Microsoft.Search/searchServices/azs-1482/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDgyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f0e2065b-427e-4d0c-b4f1-f9942a5f832d" + "ff7d58f4-0d92-42a1-8a88-09830088ece4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f0e2065b-427e-4d0c-b4f1-f9942a5f832d" + "ff7d58f4-0d92-42a1-8a88-09830088ece4" ], "request-id": [ - "f0e2065b-427e-4d0c-b4f1-f9942a5f832d" + "ff7d58f4-0d92-42a1-8a88-09830088ece4" ], "elapsed-time": [ - "96" + "88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1189" ], "x-ms-correlation-request-id": [ - "b4090fa5-a563-424c-8f84-4feee15d212c" + "8513f453-c920-4f1b-94b2-e4439081f359" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005030Z:b4090fa5-a563-424c-8f84-4feee15d212c" + "NORTHEUROPE:20200808T082754Z:8513f453-c920-4f1b-94b2-e4439081f359" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:50:29 GMT" + "Sat, 08 Aug 2020 08:27:53 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"C11BEA8131A380285233B9CB859025EE\",\r\n \"secondaryKey\": \"0D90FDF515F5AF3257853BD17462532C\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"D8E17AAC751AC75E94078BBAA3B179A8\",\r\n \"secondaryKey\": \"6408F693B4CFE820E17DB78CFB850B85\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet761/providers/Microsoft.Search/searchServices/azs-2825/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTI4MjUvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5824/providers/Microsoft.Search/searchServices/azs-1482/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDgyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db4e453f-28b1-439a-9f0f-fe77594cc9e4" + "a6859fb3-f120-4cb2-8b51-971b34251a0d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "db4e453f-28b1-439a-9f0f-fe77594cc9e4" + "a6859fb3-f120-4cb2-8b51-971b34251a0d" ], "request-id": [ - "db4e453f-28b1-439a-9f0f-fe77594cc9e4" + "a6859fb3-f120-4cb2-8b51-971b34251a0d" ], "elapsed-time": [ - "104" + "109" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1188" ], "x-ms-correlation-request-id": [ - "9e7ddf37-b00c-476e-99e8-a4712f95bc05" + "471a3453-b82d-4d13-a43a-3253d1c2ea12" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005030Z:9e7ddf37-b00c-476e-99e8-a4712f95bc05" + "NORTHEUROPE:20200808T082754Z:471a3453-b82d-4d13-a43a-3253d1c2ea12" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:50:30 GMT" + "Sat, 08 Aug 2020 08:27:54 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"72282ADBCB9C88D92C3890CF13384FA6\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"673989381E584F32EBDAD63F177F9268\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1124\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5972\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "73e183a8-b61f-41de-8e5c-2663ceb2994e" + "cfc26b80-16fb-4bbe-bf6e-e9279d715ac3" ], "Accept-Language": [ "en-US" ], "api-key": [ - "C11BEA8131A380285233B9CB859025EE" + "D8E17AAC751AC75E94078BBAA3B179A8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036A4BD4AA7A\"" + "W/\"0x8D83B74F3F67F7B\"" ], "Location": [ - "https://azs-2825.search-dogfood.windows-int.net/indexes('azsmnet1124')?api-version=2019-05-06" + "https://azs-1482.search-dogfood.windows-int.net/indexes('azsmnet5972')?api-version=2019-05-06" ], "request-id": [ - "73e183a8-b61f-41de-8e5c-2663ceb2994e" + "cfc26b80-16fb-4bbe-bf6e-e9279d715ac3" ], "elapsed-time": [ - "1206" + "846" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:50:34 GMT" + "Sat, 08 Aug 2020 08:27:56 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2825.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036A4BD4AA7A\\\"\",\r\n \"name\": \"azsmnet1124\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1482.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B74F3F67F7B\\\"\",\r\n \"name\": \"azsmnet5972\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6653\",\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"IsEnabled\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Ratio\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"StartDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"EndDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"TopLevelBucket\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Buckets\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7707\",\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"IsEnabled\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Ratio\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"StartDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"EndDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"TopLevelBucket\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Buckets\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8c6c57a1-5a81-4c07-a680-e5b6300aeca6" + "21c70007-46c0-40cc-9807-bbd7271528cb" ], "Accept-Language": [ "en-US" ], "api-key": [ - "C11BEA8131A380285233B9CB859025EE" + "D8E17AAC751AC75E94078BBAA3B179A8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036A5B30149B\"" + "W/\"0x8D83B7503F392C3\"" ], "Location": [ - "https://azs-2825.search-dogfood.windows-int.net/indexes('azsmnet6653')?api-version=2019-05-06" + "https://azs-1482.search-dogfood.windows-int.net/indexes('azsmnet7707')?api-version=2019-05-06" ], "request-id": [ - "8c6c57a1-5a81-4c07-a680-e5b6300aeca6" + "21c70007-46c0-40cc-9807-bbd7271528cb" ], "elapsed-time": [ - "1221" + "802" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:51:00 GMT" + "Sat, 08 Aug 2020 08:28:23 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "2879" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2825.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036A5B30149B\\\"\",\r\n \"name\": \"azsmnet6653\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"IsEnabled\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Ratio\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"StartDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"EndDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"TopLevelBucket\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Buckets\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1482.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7503F392C3\\\"\",\r\n \"name\": \"azsmnet7707\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"IsEnabled\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Ratio\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"StartDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"EndDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"TopLevelBucket\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Buckets\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet1124')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMTI0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5972')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1OTcyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "85373de0-5b2f-44f8-b4d7-de9ace76dff9" + "64b6801e-cd9b-42cd-bba8-50415590140d" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "C11BEA8131A380285233B9CB859025EE" + "D8E17AAC751AC75E94078BBAA3B179A8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "85373de0-5b2f-44f8-b4d7-de9ace76dff9" + "64b6801e-cd9b-42cd-bba8-50415590140d" ], "elapsed-time": [ - "170" + "210" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:50:56 GMT" + "Sat, 08 Aug 2020 08:28:18 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,13 +553,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet6653')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NjUzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet7707')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NzA3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"Key\": \"123\",\r\n \"Rating\": 5,\r\n \"Count\": 3,\r\n \"IsEnabled\": true,\r\n \"Ratio\": 3.14,\r\n \"StartDate\": \"2015-11-24T22:01:00+00:00\",\r\n \"EndDate\": \"2015-12-09T22:01:00+00:00\",\r\n \"TopLevelBucket\": {\r\n \"BucketName\": \"A\",\r\n \"Count\": 12\r\n },\r\n \"Buckets\": [\r\n {\r\n \"BucketName\": \"B\",\r\n \"Count\": 20\r\n },\r\n {\r\n \"BucketName\": \"C\",\r\n \"Count\": 7\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"Key\": \"456\",\r\n \"Rating\": 0,\r\n \"Count\": 0,\r\n \"IsEnabled\": false,\r\n \"Ratio\": 0.0,\r\n \"StartDate\": \"0001-01-01T00:00:00+00:00\",\r\n \"EndDate\": \"0001-01-01T00:00:00+00:00\",\r\n \"TopLevelBucket\": {\r\n \"Count\": 0\r\n },\r\n \"Buckets\": [\r\n {\r\n \"Count\": 0\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"Key\": \"123\",\r\n \"Rating\": 5,\r\n \"Count\": 3,\r\n \"IsEnabled\": true,\r\n \"Ratio\": 3.14,\r\n \"StartDate\": \"2015-11-24T14:01:00-08:00\",\r\n \"EndDate\": \"2015-12-09T14:01:00-08:00\",\r\n \"TopLevelBucket\": {\r\n \"BucketName\": \"A\",\r\n \"Count\": 12\r\n },\r\n \"Buckets\": [\r\n {\r\n \"BucketName\": \"B\",\r\n \"Count\": 20\r\n },\r\n {\r\n \"BucketName\": \"C\",\r\n \"Count\": 7\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"Key\": \"456\",\r\n \"Rating\": 0,\r\n \"Count\": 0,\r\n \"IsEnabled\": false,\r\n \"Ratio\": 0.0,\r\n \"StartDate\": \"0001-01-01T00:00:00-08:00\",\r\n \"EndDate\": \"0001-01-01T00:00:00-08:00\",\r\n \"TopLevelBucket\": {\r\n \"Count\": 0\r\n },\r\n \"Buckets\": [\r\n {\r\n \"Count\": 0\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "1a49d5d7-b29d-4e88-931d-11e3b0ddfe0b" + "6d87b913-b559-44c7-b98d-aa90edf1b483" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "C11BEA8131A380285233B9CB859025EE" + "D8E17AAC751AC75E94078BBAA3B179A8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -591,10 +591,10 @@ "no-cache" ], "request-id": [ - "1a49d5d7-b29d-4e88-931d-11e3b0ddfe0b" + "6d87b913-b559-44c7-b98d-aa90edf1b483" ], "elapsed-time": [ - "209" + "190" ], "OData-Version": [ "4.0" @@ -606,7 +606,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:51:02 GMT" + "Sat, 08 Aug 2020 08:28:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -622,13 +622,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet6653')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NjUzJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet7707')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NzA3JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "968b1a2f-c3e0-4439-9ed1-a363329e21ce" + "dc2c5bae-7175-4add-9f21-105141fe3d91" ], "Accept-Language": [ "en-US" @@ -637,12 +637,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "C11BEA8131A380285233B9CB859025EE" + "D8E17AAC751AC75E94078BBAA3B179A8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -660,10 +660,10 @@ "no-cache" ], "request-id": [ - "968b1a2f-c3e0-4439-9ed1-a363329e21ce" + "dc2c5bae-7175-4add-9f21-105141fe3d91" ], "elapsed-time": [ - "110" + "53" ], "OData-Version": [ "4.0" @@ -675,7 +675,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:51:04 GMT" + "Sat, 08 Aug 2020 08:28:27 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -691,21 +691,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet761/providers/Microsoft.Search/searchServices/azs-2825?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTI4MjU/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5824/providers/Microsoft.Search/searchServices/azs-1482?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDgyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "393de037-1787-423d-9c4a-be853e43c3ad" + "cdecbbfa-fd79-4db9-9103-40f67857a534" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -716,52 +716,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "393de037-1787-423d-9c4a-be853e43c3ad" + "c2eea49c-2fe7-41f2-a06c-9e9e8d92dea7" ], - "request-id": [ - "393de037-1787-423d-9c4a-be853e43c3ad" + "x-ms-correlation-request-id": [ + "c2eea49c-2fe7-41f2-a06c-9e9e8d92dea7" ], - "elapsed-time": [ - "1529" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T082918Z:c2eea49c-2fe7-41f2-a06c-9e9e8d92dea7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14993" - ], - "x-ms-correlation-request-id": [ - "b7fdb2d2-844f-4be3-ad7f-ac02a4a81949" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005110Z:b7fdb2d2-844f-4be3-ad7f-ac02a4a81949" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:51:09 GMT" + "Sat, 08 Aug 2020 08:29:18 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet761", - "azsmnet1124", - "azsmnet6653" + "azsmnet5824", + "azsmnet5972", + "azsmnet7707" ], "GenerateServiceName": [ - "azs-2825" + "azs-1482" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchDynamicDocuments.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchDynamicDocuments.json index 7d9fa4a8fda4..aaf2cb624385 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchDynamicDocuments.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchDynamicDocuments.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dea13ec4-3ccd-441e-aa57-e58096054dc9" + "30e9ac24-cc73-4084-862f-f06a7c03091c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1194" ], "x-ms-request-id": [ - "07188850-2b85-47f5-b8cb-0001494f02eb" + "46bfcfda-dfd5-44a1-b3ab-31beb3b53b1e" ], "x-ms-correlation-request-id": [ - "07188850-2b85-47f5-b8cb-0001494f02eb" + "46bfcfda-dfd5-44a1-b3ab-31beb3b53b1e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010425Z:07188850-2b85-47f5-b8cb-0001494f02eb" + "NORTHEUROPE:20200808T084538Z:46bfcfda-dfd5-44a1-b3ab-31beb3b53b1e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:04:25 GMT" + "Sat, 08 Aug 2020 08:45:38 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2272?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMjcyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2815?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyODE1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6da6ac53-66f1-4d59-a032-70b6075e7b23" + "252bb19d-719e-4a63-8513-2df5cf74b3b3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1194" ], "x-ms-request-id": [ - "edefb7bf-6544-495c-8c9e-b3477e375e5f" + "b38141ab-1460-41f2-b570-f639a7235d34" ], "x-ms-correlation-request-id": [ - "edefb7bf-6544-495c-8c9e-b3477e375e5f" + "b38141ab-1460-41f2-b570-f639a7235d34" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010426Z:edefb7bf-6544-495c-8c9e-b3477e375e5f" + "NORTHEUROPE:20200808T084539Z:b38141ab-1460-41f2-b570-f639a7235d34" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:04:25 GMT" + "Sat, 08 Aug 2020 08:45:39 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2272\",\r\n \"name\": \"azsmnet2272\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2815\",\r\n \"name\": \"azsmnet2815\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2272/providers/Microsoft.Search/searchServices/azs-4373?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzczP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2815/providers/Microsoft.Search/searchServices/azs-5539?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NTM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d2efb3cd-67e7-41fc-b881-907bcef58402" + "e428bcd1-16fc-4586-a299-015c843de164" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A04%3A29.7669597Z'\"" + "W/\"datetime'2020-08-08T08%3A45%3A45.2838468Z'\"" ], "x-ms-request-id": [ - "d2efb3cd-67e7-41fc-b881-907bcef58402" + "e428bcd1-16fc-4586-a299-015c843de164" ], "request-id": [ - "d2efb3cd-67e7-41fc-b881-907bcef58402" + "e428bcd1-16fc-4586-a299-015c843de164" ], "elapsed-time": [ - "1311" + "2753" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1196" ], "x-ms-correlation-request-id": [ - "70744bc9-e36b-44e5-9313-59f5b608ef0a" + "d1e1c582-da67-4bf1-a71e-d7456373327d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010430Z:70744bc9-e36b-44e5-9313-59f5b608ef0a" + "NORTHEUROPE:20200808T084546Z:d1e1c582-da67-4bf1-a71e-d7456373327d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:04:29 GMT" + "Sat, 08 Aug 2020 08:45:46 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2272/providers/Microsoft.Search/searchServices/azs-4373\",\r\n \"name\": \"azs-4373\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2815/providers/Microsoft.Search/searchServices/azs-5539\",\r\n \"name\": \"azs-5539\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2272/providers/Microsoft.Search/searchServices/azs-4373/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzczL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2815/providers/Microsoft.Search/searchServices/azs-5539/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NTM5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a85df35-e596-41ea-83d3-e89b5151ec47" + "905068a1-7750-4975-aaba-74d84ff70882" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0a85df35-e596-41ea-83d3-e89b5151ec47" + "905068a1-7750-4975-aaba-74d84ff70882" ], "request-id": [ - "0a85df35-e596-41ea-83d3-e89b5151ec47" + "905068a1-7750-4975-aaba-74d84ff70882" ], "elapsed-time": [ - "94" + "367" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1195" ], "x-ms-correlation-request-id": [ - "ee30f5db-be2c-4fc1-973d-29e4a91562d4" + "2dc04c2f-8b42-4d6a-9954-e74fe7f5be55" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010433Z:ee30f5db-be2c-4fc1-973d-29e4a91562d4" + "NORTHEUROPE:20200808T084549Z:2dc04c2f-8b42-4d6a-9954-e74fe7f5be55" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:04:33 GMT" + "Sat, 08 Aug 2020 08:45:48 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"E5E0B0A5C1936AC41D8C07A2E6EDBDDC\",\r\n \"secondaryKey\": \"25EA7B4645FA8E8E9B3F8B22C1105E60\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"CECA74A5E8F33F4AE2CC901B02102B84\",\r\n \"secondaryKey\": \"48671234E215CB856D4538E6FECAA4DA\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2272/providers/Microsoft.Search/searchServices/azs-4373/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzczL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2815/providers/Microsoft.Search/searchServices/azs-5539/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NTM5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc88309f-9a25-4138-9198-5cb3c311a7df" + "a14c0703-ea5f-4bcb-8268-c008057a38ac" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "cc88309f-9a25-4138-9198-5cb3c311a7df" + "a14c0703-ea5f-4bcb-8268-c008057a38ac" ], "request-id": [ - "cc88309f-9a25-4138-9198-5cb3c311a7df" + "a14c0703-ea5f-4bcb-8268-c008057a38ac" ], "elapsed-time": [ - "95" + "122" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1194" ], "x-ms-correlation-request-id": [ - "7280a70d-7d76-4c2c-9478-604a8350814c" + "d038b923-1c4a-4ce6-bb66-25bc8c2055b0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010434Z:7280a70d-7d76-4c2c-9478-604a8350814c" + "NORTHEUROPE:20200808T084550Z:d038b923-1c4a-4ce6-bb66-25bc8c2055b0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:04:34 GMT" + "Sat, 08 Aug 2020 08:45:49 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"6594E2FBFC6B6A20ED53D4C40F6136C2\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F2A6EC5EC94C231C924FAD340C6B6B74\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2107\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3552\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "52db70b1-69f9-40d1-a073-97d61bb1b275" + "80e93abf-94c0-4708-b350-486447a07b7b" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E5E0B0A5C1936AC41D8C07A2E6EDBDDC" + "CECA74A5E8F33F4AE2CC901B02102B84" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036C429DABF0\"" + "W/\"0x8D83B77752F9CDD\"" ], "Location": [ - "https://azs-4373.search-dogfood.windows-int.net/indexes('azsmnet2107')?api-version=2019-05-06" + "https://azs-5539.search-dogfood.windows-int.net/indexes('azsmnet3552')?api-version=2019-05-06" ], "request-id": [ - "52db70b1-69f9-40d1-a073-97d61bb1b275" + "80e93abf-94c0-4708-b350-486447a07b7b" ], "elapsed-time": [ - "2023" + "1376" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:04:38 GMT" + "Sat, 08 Aug 2020 08:45:52 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4373.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036C429DABF0\\\"\",\r\n \"name\": \"azsmnet2107\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5539.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B77752F9CDD\\\"\",\r\n \"name\": \"azsmnet3552\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet2107')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMTA3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3552')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNTUyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "2c2a8d20-0051-4043-93b8-af06fce8411c" + "064a4abb-0091-4cbe-87cc-dad235902027" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "E5E0B0A5C1936AC41D8C07A2E6EDBDDC" + "CECA74A5E8F33F4AE2CC901B02102B84" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "2c2a8d20-0051-4043-93b8-af06fce8411c" + "064a4abb-0091-4cbe-87cc-dad235902027" ], "elapsed-time": [ - "169" + "172" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:04:59 GMT" + "Sat, 08 Aug 2020 08:46:14 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet2107')/docs?search=%2A&api-version=2019-05-06&$count=false&queryType=simple&searchMode=any", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMTA3JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJnF1ZXJ5VHlwZT1zaW1wbGUmc2VhcmNoTW9kZT1hbnk=", + "RequestUri": "/indexes('azsmnet3552')/docs?search=%2A&api-version=2019-05-06&$count=false&queryType=simple&searchMode=any", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNTUyJykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJnF1ZXJ5VHlwZT1zaW1wbGUmc2VhcmNoTW9kZT1hbnk=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "72f1b556-efb3-407d-abbb-43c031f0c6b5" + "db89cfd0-a940-4acc-abfc-94f6161f382f" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "6594E2FBFC6B6A20ED53D4C40F6136C2" + "F2A6EC5EC94C231C924FAD340C6B6B74" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "72f1b556-efb3-407d-abbb-43c031f0c6b5" + "db89cfd0-a940-4acc-abfc-94f6161f382f" ], "elapsed-time": [ - "45" + "190" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:05:02 GMT" + "Sat, 08 Aug 2020 08:46:18 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2272/providers/Microsoft.Search/searchServices/azs-4373?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzczP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2815/providers/Microsoft.Search/searchServices/azs-5539?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NTM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b88947d3-e8c1-4fb7-93ca-9dfb183079a6" + "67db496c-07b2-45ef-89b2-f8efb7bf0c41" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14989" + ], "x-ms-request-id": [ - "b88947d3-e8c1-4fb7-93ca-9dfb183079a6" + "f49f3c93-8308-4af6-bfe6-b1b0a804a9b5" ], - "request-id": [ - "b88947d3-e8c1-4fb7-93ca-9dfb183079a6" + "x-ms-correlation-request-id": [ + "f49f3c93-8308-4af6-bfe6-b1b0a804a9b5" ], - "elapsed-time": [ - "1739" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T084627Z:f49f3c93-8308-4af6-bfe6-b1b0a804a9b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14993" - ], - "x-ms-correlation-request-id": [ - "f21c143e-7d89-4690-8d3e-2a05be1c373f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010509Z:f21c143e-7d89-4690-8d3e-2a05be1c373f" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:05:08 GMT" + "Sat, 08 Aug 2020 08:46:27 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2272", - "azsmnet2107" + "azsmnet2815", + "azsmnet3552" ], "GenerateServiceName": [ - "azs-4373" + "azs-5539" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchStaticallyTypedDocuments.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchStaticallyTypedDocuments.json index 3468859f6bfb..2ed052daf472 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchStaticallyTypedDocuments.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchStaticallyTypedDocuments.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b59458ea-f77e-46cd-9cff-455d4e6c6154" + "009c3941-ff93-41ec-ac87-c5a31f031e04" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1188" ], "x-ms-request-id": [ - "426efa1f-954b-40d5-9a42-013c9f35932e" + "cb2ccce2-781b-487e-a07d-7c8e3dc80325" ], "x-ms-correlation-request-id": [ - "426efa1f-954b-40d5-9a42-013c9f35932e" + "cb2ccce2-781b-487e-a07d-7c8e3dc80325" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004935Z:426efa1f-954b-40d5-9a42-013c9f35932e" + "NORTHEUROPE:20200808T082644Z:cb2ccce2-781b-487e-a07d-7c8e3dc80325" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:49:35 GMT" + "Sat, 08 Aug 2020 08:26:44 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3788?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNzg4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8876?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4ODc2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b1c453-0f17-4cc8-aa76-878ec4bc2e6f" + "f8e8a892-c346-401f-af8c-acbf8a212375" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1192" ], "x-ms-request-id": [ - "8b175216-592b-4d74-ac0f-68051f7ddf04" + "fc15943f-7282-4b5f-a55c-1c58835d7e95" ], "x-ms-correlation-request-id": [ - "8b175216-592b-4d74-ac0f-68051f7ddf04" + "fc15943f-7282-4b5f-a55c-1c58835d7e95" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004936Z:8b175216-592b-4d74-ac0f-68051f7ddf04" + "NORTHEUROPE:20200808T082645Z:fc15943f-7282-4b5f-a55c-1c58835d7e95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:49:35 GMT" + "Sat, 08 Aug 2020 08:26:45 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3788\",\r\n \"name\": \"azsmnet3788\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8876\",\r\n \"name\": \"azsmnet8876\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3788/providers/Microsoft.Search/searchServices/azs-9574?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNzg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8876/providers/Microsoft.Search/searchServices/azs-1842?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4ODc2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODQyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "aed279ff-bc87-445e-8728-b48c66181799" + "1ff4883b-d4be-46c0-bc8f-2939f78ac3ce" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A49%3A40.1940324Z'\"" + "W/\"datetime'2020-08-08T08%3A26%3A50.709063Z'\"" ], "x-ms-request-id": [ - "aed279ff-bc87-445e-8728-b48c66181799" + "1ff4883b-d4be-46c0-bc8f-2939f78ac3ce" ], "request-id": [ - "aed279ff-bc87-445e-8728-b48c66181799" + "1ff4883b-d4be-46c0-bc8f-2939f78ac3ce" ], "elapsed-time": [ - "1659" + "1676" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1198" ], "x-ms-correlation-request-id": [ - "00fccdf7-b8c9-4aa0-ae8b-a2b648377cd7" + "75c5ac44-89b7-4cd0-b685-5bb67b42a5b6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004941Z:00fccdf7-b8c9-4aa0-ae8b-a2b648377cd7" + "NORTHEUROPE:20200808T082652Z:75c5ac44-89b7-4cd0-b685-5bb67b42a5b6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:49:41 GMT" + "Sat, 08 Aug 2020 08:26:52 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3788/providers/Microsoft.Search/searchServices/azs-9574\",\r\n \"name\": \"azs-9574\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8876/providers/Microsoft.Search/searchServices/azs-1842\",\r\n \"name\": \"azs-1842\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3788/providers/Microsoft.Search/searchServices/azs-9574/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNzg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTc0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8876/providers/Microsoft.Search/searchServices/azs-1842/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4ODc2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODQyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a487b271-e610-412d-8fd6-2f8ccf5a15cc" + "a4319a97-21fc-4ce0-90bf-583897b59e4f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a487b271-e610-412d-8fd6-2f8ccf5a15cc" + "a4319a97-21fc-4ce0-90bf-583897b59e4f" ], "request-id": [ - "a487b271-e610-412d-8fd6-2f8ccf5a15cc" + "a4319a97-21fc-4ce0-90bf-583897b59e4f" ], "elapsed-time": [ - "424" + "108" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1197" ], "x-ms-correlation-request-id": [ - "495f03c5-b368-4a70-a182-46bc49a2edda" + "291c3839-ddb5-49cc-83a5-ae6ae60ba1c7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004944Z:495f03c5-b368-4a70-a182-46bc49a2edda" + "NORTHEUROPE:20200808T082654Z:291c3839-ddb5-49cc-83a5-ae6ae60ba1c7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:49:43 GMT" + "Sat, 08 Aug 2020 08:26:54 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"57C652E4278FE2783FAA61B250C4C2B1\",\r\n \"secondaryKey\": \"F14D11D494718D6D1B478F6997DCD9EB\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"AC510E4E286B7A3FBC03730F782C9171\",\r\n \"secondaryKey\": \"39F05ED15A0C217B43F26CF698419108\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3788/providers/Microsoft.Search/searchServices/azs-9574/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNzg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTc0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8876/providers/Microsoft.Search/searchServices/azs-1842/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4ODc2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODQyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5b3988c4-2011-45ae-a01e-19acb1e36a3f" + "4dd1e01e-e309-4c0f-ab56-1aa230afb756" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5b3988c4-2011-45ae-a01e-19acb1e36a3f" + "4dd1e01e-e309-4c0f-ab56-1aa230afb756" ], "request-id": [ - "5b3988c4-2011-45ae-a01e-19acb1e36a3f" + "4dd1e01e-e309-4c0f-ab56-1aa230afb756" ], "elapsed-time": [ - "863" + "99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1196" ], "x-ms-correlation-request-id": [ - "4c23f67e-f4e6-4532-8b91-87dc3ee75790" + "cc1610b7-83d1-4b18-a0f3-494a6308cb92" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004945Z:4c23f67e-f4e6-4532-8b91-87dc3ee75790" + "NORTHEUROPE:20200808T082655Z:cc1610b7-83d1-4b18-a0f3-494a6308cb92" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:49:45 GMT" + "Sat, 08 Aug 2020 08:26:54 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"A3375EEEE868AD111ED7AE06D66ADA94\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D251D64B5D4BC39C6439566321257A70\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2310\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7453\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "26486d32-767a-4437-bda6-0ab901d96f65" + "e55e8a34-7151-4d9c-8859-1c50251c5983" ], "Accept-Language": [ "en-US" ], "api-key": [ - "57C652E4278FE2783FAA61B250C4C2B1" + "AC510E4E286B7A3FBC03730F782C9171" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036A300E2E85\"" + "W/\"0x8D83B74D0985E96\"" ], "Location": [ - "https://azs-9574.search-dogfood.windows-int.net/indexes('azsmnet2310')?api-version=2019-05-06" + "https://azs-1842.search-dogfood.windows-int.net/indexes('azsmnet7453')?api-version=2019-05-06" ], "request-id": [ - "26486d32-767a-4437-bda6-0ab901d96f65" + "e55e8a34-7151-4d9c-8859-1c50251c5983" ], "elapsed-time": [ - "1226" + "853" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:49:47 GMT" + "Sat, 08 Aug 2020 08:26:57 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9574.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036A300E2E85\\\"\",\r\n \"name\": \"azsmnet2310\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1842.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B74D0985E96\\\"\",\r\n \"name\": \"azsmnet7453\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet2310')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMzEwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet7453')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NDUzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "fd4fac26-9c92-4a12-b73f-8fe8713c4156" + "eb1cd809-c26c-4c61-b08c-4129ed23ef82" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "57C652E4278FE2783FAA61B250C4C2B1" + "AC510E4E286B7A3FBC03730F782C9171" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "fd4fac26-9c92-4a12-b73f-8fe8713c4156" + "eb1cd809-c26c-4c61-b08c-4129ed23ef82" ], "elapsed-time": [ - "245" + "225" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:50:09 GMT" + "Sat, 08 Aug 2020 08:27:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet2310')/docs?search=%2A&api-version=2019-05-06&$count=false&queryType=simple&searchMode=any", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMzEwJykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJnF1ZXJ5VHlwZT1zaW1wbGUmc2VhcmNoTW9kZT1hbnk=", + "RequestUri": "/indexes('azsmnet7453')/docs?search=%2A&api-version=2019-05-06&$count=false&queryType=simple&searchMode=any", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NDUzJykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJnF1ZXJ5VHlwZT1zaW1wbGUmc2VhcmNoTW9kZT1hbnk=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "8887ed2f-5960-444c-957d-1312d7c77112" + "03042234-cfcb-4ffb-b0fc-10bace5bf18c" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "A3375EEEE868AD111ED7AE06D66ADA94" + "D251D64B5D4BC39C6439566321257A70" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "8887ed2f-5960-444c-957d-1312d7c77112" + "03042234-cfcb-4ffb-b0fc-10bace5bf18c" ], "elapsed-time": [ - "47" + "40" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:50:12 GMT" + "Sat, 08 Aug 2020 08:27:23 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3788/providers/Microsoft.Search/searchServices/azs-9574?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNzg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8876/providers/Microsoft.Search/searchServices/azs-1842?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4ODc2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODQyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b6c0d57e-cbe2-4917-8274-6a90a9c33bdd" + "331ea47f-16ed-4da2-a020-224d2a798c47" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "b6c0d57e-cbe2-4917-8274-6a90a9c33bdd" - ], - "request-id": [ - "b6c0d57e-cbe2-4917-8274-6a90a9c33bdd" - ], - "elapsed-time": [ - "862" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14994" ], + "x-ms-request-id": [ + "0308390c-3211-4b0d-ae0e-ff1be1394dab" + ], "x-ms-correlation-request-id": [ - "5cc2ca03-dbf9-454e-b233-32ba7351e7b0" + "0308390c-3211-4b0d-ae0e-ff1be1394dab" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005017Z:5cc2ca03-dbf9-454e-b233-32ba7351e7b0" + "NORTHEUROPE:20200808T082734Z:0308390c-3211-4b0d-ae0e-ff1be1394dab" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:50:17 GMT" + "Sat, 08 Aug 2020 08:27:34 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet3788", - "azsmnet2310" + "azsmnet8876", + "azsmnet7453" ], "GenerateServiceName": [ - "azs-9574" + "azs-1842" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithCustomContractResolver.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithCustomContractResolver.json index dcfe706e827a..2b9633483025 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithCustomContractResolver.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithCustomContractResolver.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a90960d6-cce9-45fc-909c-ee7cf5d9706c" + "4dbfc190-327a-47a5-952b-542de1c7e121" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1188" ], "x-ms-request-id": [ - "6fd51006-5376-433a-9b24-35e2115a0968" + "0062f106-7e45-4c70-a72c-05b3bde4896f" ], "x-ms-correlation-request-id": [ - "6fd51006-5376-433a-9b24-35e2115a0968" + "0062f106-7e45-4c70-a72c-05b3bde4896f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005248Z:6fd51006-5376-433a-9b24-35e2115a0968" + "NORTHEUROPE:20200808T083123Z:0062f106-7e45-4c70-a72c-05b3bde4896f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:52:48 GMT" + "Sat, 08 Aug 2020 08:31:22 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet716?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MTY/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7866?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3ODY2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6daac29f-b4f0-43cd-b92b-02a5c7192257" + "a2fcd994-8cdd-49ef-802a-54fb4e001c9f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1192" ], "x-ms-request-id": [ - "aa94f84f-13d8-4031-94ec-08c67c9b1ea1" + "d9260a7a-96ac-43a2-bc24-f14a16bc6934" ], "x-ms-correlation-request-id": [ - "aa94f84f-13d8-4031-94ec-08c67c9b1ea1" + "d9260a7a-96ac-43a2-bc24-f14a16bc6934" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005250Z:aa94f84f-13d8-4031-94ec-08c67c9b1ea1" + "NORTHEUROPE:20200808T083124Z:d9260a7a-96ac-43a2-bc24-f14a16bc6934" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:52:50 GMT" + "Sat, 08 Aug 2020 08:31:24 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet716\",\r\n \"name\": \"azsmnet716\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7866\",\r\n \"name\": \"azsmnet7866\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet716/providers/Microsoft.Search/searchServices/azs-9339?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTkzMzk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7866/providers/Microsoft.Search/searchServices/azs-2092?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDkyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7bb72201-6686-433a-8dd5-4d2598c3c377" + "169c3fa6-a92b-4fc8-b21c-40279545e4ad" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A52%3A54.450127Z'\"" + "W/\"datetime'2020-08-08T08%3A31%3A30.6130081Z'\"" ], "x-ms-request-id": [ - "7bb72201-6686-433a-8dd5-4d2598c3c377" + "169c3fa6-a92b-4fc8-b21c-40279545e4ad" ], "request-id": [ - "7bb72201-6686-433a-8dd5-4d2598c3c377" + "169c3fa6-a92b-4fc8-b21c-40279545e4ad" ], "elapsed-time": [ - "1074" + "2839" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1195" ], "x-ms-correlation-request-id": [ - "bd801dd3-69cf-4f60-b8d1-bc6fd196f346" + "5e098dfb-7a82-490a-9d90-0b1b76cedf8a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005256Z:bd801dd3-69cf-4f60-b8d1-bc6fd196f346" + "NORTHEUROPE:20200808T083132Z:5e098dfb-7a82-490a-9d90-0b1b76cedf8a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:52:56 GMT" + "Sat, 08 Aug 2020 08:31:31 GMT" ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet716/providers/Microsoft.Search/searchServices/azs-9339\",\r\n \"name\": \"azs-9339\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7866/providers/Microsoft.Search/searchServices/azs-2092\",\r\n \"name\": \"azs-2092\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet716/providers/Microsoft.Search/searchServices/azs-9339/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTkzMzkvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7866/providers/Microsoft.Search/searchServices/azs-2092/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDkyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ce3008e-ffd6-46d7-aab1-ccf2d5070f6b" + "61b224d3-53f5-4456-aaba-ebea033bee34" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9ce3008e-ffd6-46d7-aab1-ccf2d5070f6b" + "61b224d3-53f5-4456-aaba-ebea033bee34" ], "request-id": [ - "9ce3008e-ffd6-46d7-aab1-ccf2d5070f6b" + "61b224d3-53f5-4456-aaba-ebea033bee34" ], "elapsed-time": [ - "228" + "553" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1195" ], "x-ms-correlation-request-id": [ - "06cfbe44-209b-4a23-9c46-b0461026ccf6" + "3a1f7b0a-d9d2-4f23-89f9-224948c65ff2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005259Z:06cfbe44-209b-4a23-9c46-b0461026ccf6" + "NORTHEUROPE:20200808T083135Z:3a1f7b0a-d9d2-4f23-89f9-224948c65ff2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:52:59 GMT" + "Sat, 08 Aug 2020 08:31:35 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"EDD097CFEBAB56A2E3073F02EC57944A\",\r\n \"secondaryKey\": \"D61DE46049700EC2A11DC346620A149F\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"D4A56FB1DB56626BFB96F781CB148CE2\",\r\n \"secondaryKey\": \"BFA36EE5AD46A539367416D9BAC98BFF\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet716/providers/Microsoft.Search/searchServices/azs-9339/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTkzMzkvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7866/providers/Microsoft.Search/searchServices/azs-2092/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDkyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0852f5bd-0c35-46b5-b42f-0b342350cb01" + "4dba4efa-1aac-4f71-9090-75987cb1ee4e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0852f5bd-0c35-46b5-b42f-0b342350cb01" + "4dba4efa-1aac-4f71-9090-75987cb1ee4e" ], "request-id": [ - "0852f5bd-0c35-46b5-b42f-0b342350cb01" + "4dba4efa-1aac-4f71-9090-75987cb1ee4e" ], "elapsed-time": [ - "516" + "341" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1194" ], "x-ms-correlation-request-id": [ - "a44df7a8-39d2-4f48-bc84-d20a88eba16e" + "31bf0216-c518-4830-9f6e-babc346b29af" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005300Z:a44df7a8-39d2-4f48-bc84-d20a88eba16e" + "NORTHEUROPE:20200808T083136Z:31bf0216-c518-4830-9f6e-babc346b29af" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:53:00 GMT" + "Sat, 08 Aug 2020 08:31:35 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"40C1EBD130D7AAE21D0763266A3B1A8B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"34E0B81B24C6183C573B9965509869CA\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6732\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4567\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "0490d55a-d6d8-4448-b002-078e570dbd1e" + "2878b92b-bebd-4677-a14a-eb2c53e1bed4" ], "Accept-Language": [ "en-US" ], "api-key": [ - "EDD097CFEBAB56A2E3073F02EC57944A" + "D4A56FB1DB56626BFB96F781CB148CE2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036AA4260196\"" + "W/\"0x8D83B7578A99F24\"" ], "Location": [ - "https://azs-9339.search-dogfood.windows-int.net/indexes('azsmnet6732')?api-version=2019-05-06" + "https://azs-2092.search-dogfood.windows-int.net/indexes('azsmnet4567')?api-version=2019-05-06" ], "request-id": [ - "0490d55a-d6d8-4448-b002-078e570dbd1e" + "2878b92b-bebd-4677-a14a-eb2c53e1bed4" ], "elapsed-time": [ - "1185" + "1979" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:53:02 GMT" + "Sat, 08 Aug 2020 08:31:38 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9339.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036AA4260196\\\"\",\r\n \"name\": \"azsmnet6732\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2092.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7578A99F24\\\"\",\r\n \"name\": \"azsmnet4567\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet6732')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NzMyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4567')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NTY3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "08f159fc-ca95-4e43-9218-e4f154fb82d1" + "a4fc3c8f-11b7-4af7-8425-50491c506211" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "EDD097CFEBAB56A2E3073F02EC57944A" + "D4A56FB1DB56626BFB96F781CB148CE2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "08f159fc-ca95-4e43-9218-e4f154fb82d1" + "a4fc3c8f-11b7-4af7-8425-50491c506211" ], "elapsed-time": [ - "183" + "209" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:53:24 GMT" + "Sat, 08 Aug 2020 08:32:01 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet6732')/docs?search=Best&api-version=2019-05-06&$count=false&queryType=simple&searchMode=any", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NzMyJykvZG9jcz9zZWFyY2g9QmVzdCZhcGktdmVyc2lvbj0yMDE5LTA1LTA2JiRjb3VudD1mYWxzZSZxdWVyeVR5cGU9c2ltcGxlJnNlYXJjaE1vZGU9YW55", + "RequestUri": "/indexes('azsmnet4567')/docs?search=Best&api-version=2019-05-06&$count=false&queryType=simple&searchMode=any", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NTY3JykvZG9jcz9zZWFyY2g9QmVzdCZhcGktdmVyc2lvbj0yMDE5LTA1LTA2JiRjb3VudD1mYWxzZSZxdWVyeVR5cGU9c2ltcGxlJnNlYXJjaE1vZGU9YW55", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "0d20f274-68b3-4fc2-9afa-9217e69ed37e" + "f8b89795-b5a4-47ca-b7da-62547d258e4e" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "40C1EBD130D7AAE21D0763266A3B1A8B" + "34E0B81B24C6183C573B9965509869CA" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "0d20f274-68b3-4fc2-9afa-9217e69ed37e" + "f8b89795-b5a4-47ca-b7da-62547d258e4e" ], "elapsed-time": [ - "24" + "31" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:53:27 GMT" + "Sat, 08 Aug 2020 08:32:05 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -537,28 +537,28 @@ "-1" ], "Content-Length": [ - "980" + "978" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 0.116802886,\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00Z\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.2222837,\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00Z\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet716/providers/Microsoft.Search/searchServices/azs-9339?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTkzMzk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7866/providers/Microsoft.Search/searchServices/azs-2092?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDkyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "38df3b61-e088-4352-8d6e-8f75c8180993" + "c15d7dd0-5160-440b-81b2-d4acf4bb03a5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14986" + ], "x-ms-request-id": [ - "38df3b61-e088-4352-8d6e-8f75c8180993" + "650921f8-163f-44d9-a3ff-c30b52961ab8" ], - "request-id": [ - "38df3b61-e088-4352-8d6e-8f75c8180993" + "x-ms-correlation-request-id": [ + "650921f8-163f-44d9-a3ff-c30b52961ab8" ], - "elapsed-time": [ - "889" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T083214Z:650921f8-163f-44d9-a3ff-c30b52961ab8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "294bd064-906a-4e3b-b188-2c3da24a8341" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005332Z:294bd064-906a-4e3b-b188-2c3da24a8341" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:53:32 GMT" + "Sat, 08 Aug 2020 08:32:13 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet716", - "azsmnet6732" + "azsmnet7866", + "azsmnet4567" ], "GenerateServiceName": [ - "azs-9339" + "azs-2092" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithCustomConverter.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithCustomConverter.json index f46d499f94d2..b99faa0b054d 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithCustomConverter.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithCustomConverter.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0f431df6-d883-4c61-a567-4cb5eb4bdac9" + "d165a388-c8bc-40d6-90b5-9b5e3ed2c555" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1190" ], "x-ms-request-id": [ - "6383a74c-590c-4983-b3f5-c4bac215d1c4" + "1b3bdcf1-ca67-404a-b3eb-47a48c9f4008" ], "x-ms-correlation-request-id": [ - "6383a74c-590c-4983-b3f5-c4bac215d1c4" + "1b3bdcf1-ca67-404a-b3eb-47a48c9f4008" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005526Z:6383a74c-590c-4983-b3f5-c4bac215d1c4" + "NORTHEUROPE:20200808T083441Z:1b3bdcf1-ca67-404a-b3eb-47a48c9f4008" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:55:26 GMT" + "Sat, 08 Aug 2020 08:34:41 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2697?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNjk3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet922?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MjI/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2d851b8f-aa16-49f6-a564-78c6b96c34c4" + "81f3f541-c083-4fbf-bcf2-06ea21d5f11a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1194" ], "x-ms-request-id": [ - "af5917b7-f21c-4ebf-8f9b-7be99fe8f5d3" + "d6c41774-846f-48f3-adc7-8e804857bd8c" ], "x-ms-correlation-request-id": [ - "af5917b7-f21c-4ebf-8f9b-7be99fe8f5d3" + "d6c41774-846f-48f3-adc7-8e804857bd8c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005527Z:af5917b7-f21c-4ebf-8f9b-7be99fe8f5d3" + "NORTHEUROPE:20200808T083442Z:d6c41774-846f-48f3-adc7-8e804857bd8c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:55:26 GMT" + "Sat, 08 Aug 2020 08:34:42 GMT" ], "Content-Length": [ - "175" + "173" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2697\",\r\n \"name\": \"azsmnet2697\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet922\",\r\n \"name\": \"azsmnet922\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2697/providers/Microsoft.Search/searchServices/azs-7864?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODY0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet922/providers/Microsoft.Search/searchServices/azs-8367?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTgzNjc/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "040c9f17-c8d8-456c-96e4-2f3f6b21fcc3" + "74e01477-0d5f-4325-95a1-3baf1855e76d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A55%3A31.5336039Z'\"" + "W/\"datetime'2020-08-08T08%3A34%3A48.6806278Z'\"" ], "x-ms-request-id": [ - "040c9f17-c8d8-456c-96e4-2f3f6b21fcc3" + "74e01477-0d5f-4325-95a1-3baf1855e76d" ], "request-id": [ - "040c9f17-c8d8-456c-96e4-2f3f6b21fcc3" + "74e01477-0d5f-4325-95a1-3baf1855e76d" ], "elapsed-time": [ - "1234" + "2287" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1192" ], "x-ms-correlation-request-id": [ - "4ce68244-2e0c-42d6-9353-34c37296749e" + "a2611e63-208b-4a16-a5c6-38c1801de0e0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005532Z:4ce68244-2e0c-42d6-9353-34c37296749e" + "NORTHEUROPE:20200808T083450Z:a2611e63-208b-4a16-a5c6-38c1801de0e0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:55:31 GMT" + "Sat, 08 Aug 2020 08:34:50 GMT" ], "Content-Length": [ - "529" + "528" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2697/providers/Microsoft.Search/searchServices/azs-7864\",\r\n \"name\": \"azs-7864\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet922/providers/Microsoft.Search/searchServices/azs-8367\",\r\n \"name\": \"azs-8367\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2697/providers/Microsoft.Search/searchServices/azs-7864/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODY0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet922/providers/Microsoft.Search/searchServices/azs-8367/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTgzNjcvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5f43d8dc-c98b-461e-8f8f-4520cd416314" + "41a80fb1-ca12-49ca-afd3-f8115f52b85b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5f43d8dc-c98b-461e-8f8f-4520cd416314" + "41a80fb1-ca12-49ca-afd3-f8115f52b85b" ], "request-id": [ - "5f43d8dc-c98b-461e-8f8f-4520cd416314" + "41a80fb1-ca12-49ca-afd3-f8115f52b85b" ], "elapsed-time": [ - "100" + "93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1188" ], "x-ms-correlation-request-id": [ - "de2b8176-5652-4d40-9a7a-861bcb6e52c5" + "c04101aa-9a5d-4175-86c5-7b2792118e85" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005536Z:de2b8176-5652-4d40-9a7a-861bcb6e52c5" + "NORTHEUROPE:20200808T083453Z:c04101aa-9a5d-4175-86c5-7b2792118e85" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:55:36 GMT" + "Sat, 08 Aug 2020 08:34:52 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"FD692D50AF5B96E7BC6AC519FD6B542D\",\r\n \"secondaryKey\": \"89E251E5C3C9A8A90DF640E3C1ADA777\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"0EF9B8FD3AE7A49580EBF1BA6572C324\",\r\n \"secondaryKey\": \"7D01AC748026C8B22F6A571CED4DAC48\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2697/providers/Microsoft.Search/searchServices/azs-7864/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODY0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet922/providers/Microsoft.Search/searchServices/azs-8367/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTgzNjcvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6b7efd1c-0e5d-4af5-96f6-f888b9de6705" + "c1fb13a4-44a3-4622-a239-6bd4b31021cc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6b7efd1c-0e5d-4af5-96f6-f888b9de6705" + "c1fb13a4-44a3-4622-a239-6bd4b31021cc" ], "request-id": [ - "6b7efd1c-0e5d-4af5-96f6-f888b9de6705" + "c1fb13a4-44a3-4622-a239-6bd4b31021cc" ], "elapsed-time": [ - "120" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1187" ], "x-ms-correlation-request-id": [ - "81d69150-6219-4f00-b55c-6192dcd39100" + "3784f16e-78d8-4c8b-aaa6-eb2cdb8d24d8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005536Z:81d69150-6219-4f00-b55c-6192dcd39100" + "NORTHEUROPE:20200808T083453Z:3784f16e-78d8-4c8b-aaa6-eb2cdb8d24d8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:55:36 GMT" + "Sat, 08 Aug 2020 08:34:53 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"33F2AD677AEA01077EB31923F8A0F9A9\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F8187DD6AD7FA4F12B576EC30D7ABB55\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9146\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1251\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c803c1d0-b566-41a3-a899-867518021f38" + "d57c7d89-e86f-4b68-a44b-5be0a53068ca" ], "Accept-Language": [ "en-US" ], "api-key": [ - "FD692D50AF5B96E7BC6AC519FD6B542D" + "0EF9B8FD3AE7A49580EBF1BA6572C324" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036B175F97EF\"" + "W/\"0x8D83B75EDD9657A\"" ], "Location": [ - "https://azs-7864.search-dogfood.windows-int.net/indexes('azsmnet9146')?api-version=2019-05-06" + "https://azs-8367.search-dogfood.windows-int.net/indexes('azsmnet1251')?api-version=2019-05-06" ], "request-id": [ - "c803c1d0-b566-41a3-a899-867518021f38" + "d57c7d89-e86f-4b68-a44b-5be0a53068ca" ], "elapsed-time": [ - "64290" + "805" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:56:44 GMT" + "Sat, 08 Aug 2020 08:34:56 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,35 +408,35 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7864.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036B175F97EF\\\"\",\r\n \"name\": \"azsmnet9146\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8367.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B75EDD9657A\\\"\",\r\n \"name\": \"azsmnet1251\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4927\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet58\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "1b0c5096-8891-49f3-98af-b6a1177d35ac" + "48c3272a-e693-4d30-976a-22a03a904517" ], "Accept-Language": [ "en-US" ], "api-key": [ - "FD692D50AF5B96E7BC6AC519FD6B542D" + "0EF9B8FD3AE7A49580EBF1BA6572C324" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1531" + "1529" ] }, "ResponseHeaders": { @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036B3D6DB5A5\"" + "W/\"0x8D83B75FDAFD483\"" ], "Location": [ - "https://azs-7864.search-dogfood.windows-int.net/indexes('azsmnet4927')?api-version=2019-05-06" + "https://azs-8367.search-dogfood.windows-int.net/indexes('azsmnet58')?api-version=2019-05-06" ], "request-id": [ - "1b0c5096-8891-49f3-98af-b6a1177d35ac" + "48c3272a-e693-4d30-976a-22a03a904517" ], "elapsed-time": [ - "7567" + "1033" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:57:20 GMT" + "Sat, 08 Aug 2020 08:35:22 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -477,20 +477,20 @@ "-1" ], "Content-Length": [ - "1569" + "1567" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7864.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036B3D6DB5A5\\\"\",\r\n \"name\": \"azsmnet4927\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8367.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B75FDAFD483\\\"\",\r\n \"name\": \"azsmnet58\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet9146')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MTQ2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1251')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMjUxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "b6bac003-845a-49c0-9abf-79c51dc81eb3" + "6d3e8871-173c-41c2-881c-2e15e84d8bb4" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "FD692D50AF5B96E7BC6AC519FD6B542D" + "0EF9B8FD3AE7A49580EBF1BA6572C324" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "b6bac003-845a-49c0-9abf-79c51dc81eb3" + "6d3e8871-173c-41c2-881c-2e15e84d8bb4" ], "elapsed-time": [ - "252" + "226" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:57:05 GMT" + "Sat, 08 Aug 2020 08:35:18 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,13 +553,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4927')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0OTI3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet58')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1OCcpL2RvY3Mvc2VhcmNoLmluZGV4P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"Lord of the Rings\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n },\r\n \"PublishDate\": \"1954-07-29T00:00:00+00:00\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"Lord of the Rings\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n },\r\n \"PublishDate\": \"1954-07-28T17:00:00-07:00\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "1a48524a-efc6-42dd-a556-dff2ebc05022" + "e575fdcd-5ee5-46e1-a89e-e7aec6ee1b95" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "FD692D50AF5B96E7BC6AC519FD6B542D" + "0EF9B8FD3AE7A49580EBF1BA6572C324" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -591,10 +591,10 @@ "no-cache" ], "request-id": [ - "1a48524a-efc6-42dd-a556-dff2ebc05022" + "e575fdcd-5ee5-46e1-a89e-e7aec6ee1b95" ], "elapsed-time": [ - "139" + "447" ], "OData-Version": [ "4.0" @@ -606,7 +606,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:57:21 GMT" + "Sat, 08 Aug 2020 08:35:24 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -622,13 +622,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4927')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0OTI3JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet58')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1OCcpL2RvY3Mvc2VhcmNoLnBvc3Quc2VhcmNoP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "f94630c6-1704-4667-9946-fef11bf13b3a" + "35b26935-349e-4e19-9830-77b2e63486aa" ], "Accept-Language": [ "en-US" @@ -637,12 +637,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "FD692D50AF5B96E7BC6AC519FD6B542D" + "0EF9B8FD3AE7A49580EBF1BA6572C324" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -660,10 +660,10 @@ "no-cache" ], "request-id": [ - "f94630c6-1704-4667-9946-fef11bf13b3a" + "35b26935-349e-4e19-9830-77b2e63486aa" ], "elapsed-time": [ - "30" + "29" ], "OData-Version": [ "4.0" @@ -675,7 +675,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:57:23 GMT" + "Sat, 08 Aug 2020 08:35:26 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -691,21 +691,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2697/providers/Microsoft.Search/searchServices/azs-7864?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODY0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet922/providers/Microsoft.Search/searchServices/azs-8367?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTgzNjc/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "997abe97-b46b-44e8-9444-5235284f3362" + "997c449a-0ae3-4dc3-b46f-be3e604be551" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -716,52 +716,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "997abe97-b46b-44e8-9444-5235284f3362" + "c99efe25-901b-464f-afca-a6bbdeef11fc" ], - "request-id": [ - "997abe97-b46b-44e8-9444-5235284f3362" + "x-ms-correlation-request-id": [ + "c99efe25-901b-464f-afca-a6bbdeef11fc" ], - "elapsed-time": [ - "1352" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T083536Z:c99efe25-901b-464f-afca-a6bbdeef11fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14989" - ], - "x-ms-correlation-request-id": [ - "40e7bff5-df07-4458-9d01-60920f1efbd3" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005729Z:40e7bff5-df07-4458-9d01-60920f1efbd3" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:57:28 GMT" + "Sat, 08 Aug 2020 08:35:36 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2697", - "azsmnet9146", - "azsmnet4927" + "azsmnet922", + "azsmnet1251", + "azsmnet58" ], "GenerateServiceName": [ - "azs-7864" + "azs-8367" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithCustomConverterViaSettings.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithCustomConverterViaSettings.json index 30391a14b89b..bacf838a911c 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithCustomConverterViaSettings.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithCustomConverterViaSettings.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fd4a1bcc-7d43-4f3c-8504-667c6f79024a" + "a71660f7-13f0-4832-b212-f93a3845d4d7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1190" ], "x-ms-request-id": [ - "9354797c-374e-4f1a-8e91-f07c8ed4a6e2" + "7a905d45-9db7-4cf1-976a-a44f263921af" ], "x-ms-correlation-request-id": [ - "9354797c-374e-4f1a-8e91-f07c8ed4a6e2" + "7a905d45-9db7-4cf1-976a-a44f263921af" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010916Z:9354797c-374e-4f1a-8e91-f07c8ed4a6e2" + "NORTHEUROPE:20200808T085253Z:7a905d45-9db7-4cf1-976a-a44f263921af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:09:16 GMT" + "Sat, 08 Aug 2020 08:52:53 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3872?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzODcyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4371?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MzcxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "69168bb5-44b4-4f0f-b139-c4ff0e01717a" + "242dd91b-f2b3-4f46-a92e-f108bf9f3e73" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1192" ], "x-ms-request-id": [ - "37f42cca-ee3e-435b-aff6-5fe045d2f740" + "d0e31d47-ad1c-44a1-842d-68365c394aee" ], "x-ms-correlation-request-id": [ - "37f42cca-ee3e-435b-aff6-5fe045d2f740" + "d0e31d47-ad1c-44a1-842d-68365c394aee" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010917Z:37f42cca-ee3e-435b-aff6-5fe045d2f740" + "NORTHEUROPE:20200808T085254Z:d0e31d47-ad1c-44a1-842d-68365c394aee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:09:17 GMT" + "Sat, 08 Aug 2020 08:52:54 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3872\",\r\n \"name\": \"azsmnet3872\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4371\",\r\n \"name\": \"azsmnet4371\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3872/providers/Microsoft.Search/searchServices/azs-5225?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MjI1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4371/providers/Microsoft.Search/searchServices/azs-3725?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzI1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ea96174b-9845-4dd8-96ee-faf99276610a" + "4715b8a0-be33-4ba3-adc6-eae9686b897e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A09%3A21.6149787Z'\"" + "W/\"datetime'2020-08-08T08%3A52%3A59.5580512Z'\"" ], "x-ms-request-id": [ - "ea96174b-9845-4dd8-96ee-faf99276610a" + "4715b8a0-be33-4ba3-adc6-eae9686b897e" ], "request-id": [ - "ea96174b-9845-4dd8-96ee-faf99276610a" + "4715b8a0-be33-4ba3-adc6-eae9686b897e" ], "elapsed-time": [ - "1359" + "1818" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1191" ], "x-ms-correlation-request-id": [ - "2ced01ae-5ceb-412e-8270-cb2538f3c8c6" + "56a2c9e0-9b38-4339-9dbf-5964cd0b63f2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010922Z:2ced01ae-5ceb-412e-8270-cb2538f3c8c6" + "NORTHEUROPE:20200808T085300Z:56a2c9e0-9b38-4339-9dbf-5964cd0b63f2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:09:22 GMT" + "Sat, 08 Aug 2020 08:52:59 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3872/providers/Microsoft.Search/searchServices/azs-5225\",\r\n \"name\": \"azs-5225\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4371/providers/Microsoft.Search/searchServices/azs-3725\",\r\n \"name\": \"azs-3725\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3872/providers/Microsoft.Search/searchServices/azs-5225/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MjI1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4371/providers/Microsoft.Search/searchServices/azs-3725/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzI1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48950958-82bb-4388-8d97-a1d5f1ca1458" + "17034b54-362a-44c7-9701-c1ad721788b8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,10 +231,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "48950958-82bb-4388-8d97-a1d5f1ca1458" + "17034b54-362a-44c7-9701-c1ad721788b8" ], "request-id": [ - "48950958-82bb-4388-8d97-a1d5f1ca1458" + "17034b54-362a-44c7-9701-c1ad721788b8" ], "elapsed-time": [ "95" @@ -243,19 +243,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1189" ], "x-ms-correlation-request-id": [ - "1a429dd7-f64c-4274-82da-9eaa64143ca5" + "ff3b1469-2f0f-4ace-b2a5-d10ca50a160e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010924Z:1a429dd7-f64c-4274-82da-9eaa64143ca5" + "NORTHEUROPE:20200808T085303Z:ff3b1469-2f0f-4ace-b2a5-d10ca50a160e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:09:23 GMT" + "Sat, 08 Aug 2020 08:53:03 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"1F3A7DCF4936F1FB922EC5A46EB6E5CB\",\r\n \"secondaryKey\": \"2E65F45531710AFB027BCF8EF55841EA\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"4F524C1B1E03E563200235E29353C694\",\r\n \"secondaryKey\": \"6A88D6A279D210681ED945AF3EB50A21\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3872/providers/Microsoft.Search/searchServices/azs-5225/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MjI1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4371/providers/Microsoft.Search/searchServices/azs-3725/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzI1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2140124d-db94-4321-9f30-8b52eb58449a" + "2ff2add2-2a1a-4228-8045-01f9ddcaf9de" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2140124d-db94-4321-9f30-8b52eb58449a" + "2ff2add2-2a1a-4228-8045-01f9ddcaf9de" ], "request-id": [ - "2140124d-db94-4321-9f30-8b52eb58449a" + "2ff2add2-2a1a-4228-8045-01f9ddcaf9de" ], "elapsed-time": [ - "106" + "101" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1188" ], "x-ms-correlation-request-id": [ - "aa62f038-69e3-44a6-a6c5-e4ac2164255c" + "876f1440-c40c-473f-b96a-228e1ddf47e5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010925Z:aa62f038-69e3-44a6-a6c5-e4ac2164255c" + "NORTHEUROPE:20200808T085303Z:876f1440-c40c-473f-b96a-228e1ddf47e5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:09:24 GMT" + "Sat, 08 Aug 2020 08:53:03 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"6451725A72F4A50847DE5083D0B43CC4\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"EAF15BB04E26B60FD789DAE69B71BA6C\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9768\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5871\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "6f524b6b-eb22-4323-88a4-b4504d28948c" + "aa2c7945-0cf5-408d-89ef-0555d82c205c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "1F3A7DCF4936F1FB922EC5A46EB6E5CB" + "4F524C1B1E03E563200235E29353C694" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036CEF3C547D\"" + "W/\"0x8D83B7877944A6B\"" ], "Location": [ - "https://azs-5225.search-dogfood.windows-int.net/indexes('azsmnet9768')?api-version=2019-05-06" + "https://azs-3725.search-dogfood.windows-int.net/indexes('azsmnet5871')?api-version=2019-05-06" ], "request-id": [ - "6f524b6b-eb22-4323-88a4-b4504d28948c" + "aa2c7945-0cf5-408d-89ef-0555d82c205c" ], "elapsed-time": [ - "1198" + "846" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:09:27 GMT" + "Sat, 08 Aug 2020 08:53:06 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5225.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036CEF3C547D\\\"\",\r\n \"name\": \"azsmnet9768\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3725.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7877944A6B\\\"\",\r\n \"name\": \"azsmnet5871\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4890\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8915\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "96763dc1-2ca1-4cae-9ebc-5e2e8fe0937e" + "206256f3-1176-4fb3-823d-abe7b30e2a71" ], "Accept-Language": [ "en-US" ], "api-key": [ - "1F3A7DCF4936F1FB922EC5A46EB6E5CB" + "4F524C1B1E03E563200235E29353C694" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036CFF0E4384\"" + "W/\"0x8D83B788724ED00\"" ], "Location": [ - "https://azs-5225.search-dogfood.windows-int.net/indexes('azsmnet4890')?api-version=2019-05-06" + "https://azs-3725.search-dogfood.windows-int.net/indexes('azsmnet8915')?api-version=2019-05-06" ], "request-id": [ - "96763dc1-2ca1-4cae-9ebc-5e2e8fe0937e" + "206256f3-1176-4fb3-823d-abe7b30e2a71" ], "elapsed-time": [ - "1490" + "749" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:09:54 GMT" + "Sat, 08 Aug 2020 08:53:31 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "1569" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5225.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036CFF0E4384\\\"\",\r\n \"name\": \"azsmnet4890\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3725.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B788724ED00\\\"\",\r\n \"name\": \"azsmnet8915\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet9768')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5NzY4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5871')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1ODcxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "4836823e-321f-404a-8e08-3af8baa90b26" + "37049e90-d792-433d-bb81-b39cd6a8af32" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "1F3A7DCF4936F1FB922EC5A46EB6E5CB" + "4F524C1B1E03E563200235E29353C694" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "4836823e-321f-404a-8e08-3af8baa90b26" + "37049e90-d792-433d-bb81-b39cd6a8af32" ], "elapsed-time": [ - "192" + "232" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:09:48 GMT" + "Sat, 08 Aug 2020 08:53:27 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,13 +553,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4890')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0ODkwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8915')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4OTE1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"Lord of the Rings\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n },\r\n \"PublishDate\": \"1954-07-29T00:00:00+00:00\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"Lord of the Rings\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n },\r\n \"PublishDate\": \"1954-07-28T17:00:00-07:00\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "3e0193e1-c9a2-4ad8-a2ec-9fb9b43c4b9e" + "7bb4e0f8-df87-4b85-bdae-97b807464580" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "1F3A7DCF4936F1FB922EC5A46EB6E5CB" + "4F524C1B1E03E563200235E29353C694" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -591,10 +591,10 @@ "no-cache" ], "request-id": [ - "3e0193e1-c9a2-4ad8-a2ec-9fb9b43c4b9e" + "7bb4e0f8-df87-4b85-bdae-97b807464580" ], "elapsed-time": [ - "192" + "145" ], "OData-Version": [ "4.0" @@ -606,7 +606,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:09:55 GMT" + "Sat, 08 Aug 2020 08:53:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -622,13 +622,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4890')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0ODkwJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8915')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4OTE1JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "c5d3bbbc-708f-43b9-b5f0-3bf65659ed9b" + "f655adc1-2178-48b8-bfaf-563c2fc64973" ], "Accept-Language": [ "en-US" @@ -637,12 +637,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "1F3A7DCF4936F1FB922EC5A46EB6E5CB" + "4F524C1B1E03E563200235E29353C694" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -660,10 +660,10 @@ "no-cache" ], "request-id": [ - "c5d3bbbc-708f-43b9-b5f0-3bf65659ed9b" + "f655adc1-2178-48b8-bfaf-563c2fc64973" ], "elapsed-time": [ - "44" + "31" ], "OData-Version": [ "4.0" @@ -675,7 +675,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:09:58 GMT" + "Sat, 08 Aug 2020 08:53:35 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -691,21 +691,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3872/providers/Microsoft.Search/searchServices/azs-5225?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MjI1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4371/providers/Microsoft.Search/searchServices/azs-3725?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzI1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de4cf752-fad1-46cb-93f1-3deae5ef8cd2" + "6faeb062-c769-4a96-9c84-ad400fdd3244" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -716,52 +716,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14989" + ], "x-ms-request-id": [ - "de4cf752-fad1-46cb-93f1-3deae5ef8cd2" + "71d6f631-c3e4-42c2-a905-16b82e5bb29d" ], - "request-id": [ - "de4cf752-fad1-46cb-93f1-3deae5ef8cd2" + "x-ms-correlation-request-id": [ + "71d6f631-c3e4-42c2-a905-16b82e5bb29d" ], - "elapsed-time": [ - "1811" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T085420Z:71d6f631-c3e4-42c2-a905-16b82e5bb29d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "8565a95e-fc7c-45f2-abc9-ddbdbf130550" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011003Z:8565a95e-fc7c-45f2-abc9-ddbdbf130550" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:10:03 GMT" + "Sat, 08 Aug 2020 08:54:19 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet3872", - "azsmnet9768", - "azsmnet4890" + "azsmnet4371", + "azsmnet5871", + "azsmnet8915" ], "GenerateServiceName": [ - "azs-5225" + "azs-3725" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithDateTimeInStaticModel.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithDateTimeInStaticModel.json index f51be69a930d..ac75b490d54c 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithDateTimeInStaticModel.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithDateTimeInStaticModel.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c60b033a-9d30-4751-8d74-b10d8719e5ab" + "b5694b5b-bb2d-472a-9500-6e51c375c7c6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1187" ], "x-ms-request-id": [ - "3d421690-cb56-4d4f-b2f1-36e7521c6066" + "da636d19-998c-45cb-a976-3c516e222e23" ], "x-ms-correlation-request-id": [ - "3d421690-cb56-4d4f-b2f1-36e7521c6066" + "da636d19-998c-45cb-a976-3c516e222e23" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005930Z:3d421690-cb56-4d4f-b2f1-36e7521c6066" + "NORTHEUROPE:20200808T083817Z:da636d19-998c-45cb-a976-3c516e222e23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:59:29 GMT" + "Sat, 08 Aug 2020 08:38:16 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet231?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMzE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7816?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3ODE2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9816a44d-4823-4197-88a0-09a4346f221c" + "9a7cb009-118e-4336-a30c-c9acce39f5c8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1191" ], "x-ms-request-id": [ - "d209ecf3-5891-40fa-83db-3c779050e448" + "6bc54c16-ef2e-46d6-af73-86bec4a54076" ], "x-ms-correlation-request-id": [ - "d209ecf3-5891-40fa-83db-3c779050e448" + "6bc54c16-ef2e-46d6-af73-86bec4a54076" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005930Z:d209ecf3-5891-40fa-83db-3c779050e448" + "NORTHEUROPE:20200808T083818Z:6bc54c16-ef2e-46d6-af73-86bec4a54076" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:59:29 GMT" + "Sat, 08 Aug 2020 08:38:17 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet231\",\r\n \"name\": \"azsmnet231\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7816\",\r\n \"name\": \"azsmnet7816\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet231/providers/Microsoft.Search/searchServices/azs-8102?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTgxMDI/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7816/providers/Microsoft.Search/searchServices/azs-7778?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Nzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cf90d591-2342-4499-a1b4-236396860020" + "d126196f-7a58-4b85-b386-690ced05a3df" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A59%3A34.8659076Z'\"" + "W/\"datetime'2020-08-08T08%3A38%3A24.4855437Z'\"" ], "x-ms-request-id": [ - "cf90d591-2342-4499-a1b4-236396860020" + "d126196f-7a58-4b85-b386-690ced05a3df" ], "request-id": [ - "cf90d591-2342-4499-a1b4-236396860020" + "d126196f-7a58-4b85-b386-690ced05a3df" ], "elapsed-time": [ - "1360" + "1842" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1195" ], "x-ms-correlation-request-id": [ - "b68c3db1-dac6-46da-be3b-a315cbb3762f" + "07730734-cf72-4d45-afd6-17ca0e925eec" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005935Z:b68c3db1-dac6-46da-be3b-a315cbb3762f" + "NORTHEUROPE:20200808T083825Z:07730734-cf72-4d45-afd6-17ca0e925eec" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:59:34 GMT" + "Sat, 08 Aug 2020 08:38:25 GMT" ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet231/providers/Microsoft.Search/searchServices/azs-8102\",\r\n \"name\": \"azs-8102\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7816/providers/Microsoft.Search/searchServices/azs-7778\",\r\n \"name\": \"azs-7778\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet231/providers/Microsoft.Search/searchServices/azs-8102/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTgxMDIvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7816/providers/Microsoft.Search/searchServices/azs-7778/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Nzc4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "551ce54b-6ed5-422c-8e31-848f80f63211" + "c7257045-1966-4aca-9a41-e837506724cf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "551ce54b-6ed5-422c-8e31-848f80f63211" + "c7257045-1966-4aca-9a41-e837506724cf" ], "request-id": [ - "551ce54b-6ed5-422c-8e31-848f80f63211" + "c7257045-1966-4aca-9a41-e837506724cf" ], "elapsed-time": [ - "96" + "92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1194" ], "x-ms-correlation-request-id": [ - "c4b4db7b-b8a3-4983-9224-3493498a3c58" + "19f017ae-04e9-49ed-afdd-1b60da283227" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005937Z:c4b4db7b-b8a3-4983-9224-3493498a3c58" + "NORTHEUROPE:20200808T083828Z:19f017ae-04e9-49ed-afdd-1b60da283227" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:59:37 GMT" + "Sat, 08 Aug 2020 08:38:27 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"96A45EAB9B5A83D417402BEE9FF68722\",\r\n \"secondaryKey\": \"63ED28E5D5E69E39D29FFC51A26268B8\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"008E982C6508C7F7F07DAE92481323B1\",\r\n \"secondaryKey\": \"80A26DB456E42B158F4304120BA2DAB2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet231/providers/Microsoft.Search/searchServices/azs-8102/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTgxMDIvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7816/providers/Microsoft.Search/searchServices/azs-7778/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Nzc4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "662123ae-ece6-4130-be54-fe2615a85d64" + "ea20284a-d5a8-42f5-bdd4-2ac3aea5f83b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "662123ae-ece6-4130-be54-fe2615a85d64" + "ea20284a-d5a8-42f5-bdd4-2ac3aea5f83b" ], "request-id": [ - "662123ae-ece6-4130-be54-fe2615a85d64" + "ea20284a-d5a8-42f5-bdd4-2ac3aea5f83b" ], "elapsed-time": [ - "100" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1193" ], "x-ms-correlation-request-id": [ - "dfbf5c30-f47c-449a-9764-92ec44e8b141" + "1e66d3fa-a3bf-4e34-aadb-92c942aae05c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005938Z:dfbf5c30-f47c-449a-9764-92ec44e8b141" + "NORTHEUROPE:20200808T083828Z:1e66d3fa-a3bf-4e34-aadb-92c942aae05c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:59:38 GMT" + "Sat, 08 Aug 2020 08:38:27 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"61C837D7C7703F40F358A07A5CE2DC52\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"C603399A2632EE66439826AF48E61D54\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2353\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1638\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "b46361a4-4ac1-46a2-9e17-6ea5ac6b3a20" + "99f3890d-6037-4287-82bf-ba34bc83ccf6" ], "Accept-Language": [ "en-US" ], "api-key": [ - "96A45EAB9B5A83D417402BEE9FF68722" + "008E982C6508C7F7F07DAE92481323B1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036B916DEF19\"" + "W/\"0x8D83B766FBF0E5C\"" ], "Location": [ - "https://azs-8102.search-dogfood.windows-int.net/indexes('azsmnet2353')?api-version=2019-05-06" + "https://azs-7778.search-dogfood.windows-int.net/indexes('azsmnet1638')?api-version=2019-05-06" ], "request-id": [ - "b46361a4-4ac1-46a2-9e17-6ea5ac6b3a20" + "99f3890d-6037-4287-82bf-ba34bc83ccf6" ], "elapsed-time": [ - "1172" + "3806" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:59:40 GMT" + "Sat, 08 Aug 2020 08:38:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,35 +408,35 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8102.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036B916DEF19\\\"\",\r\n \"name\": \"azsmnet2353\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7778.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B766FBF0E5C\\\"\",\r\n \"name\": \"azsmnet1638\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4564\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet813\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "421b79f5-1819-4cc5-adec-f97c90141283" + "18c2176a-dcfb-4699-bef7-0fb0c8a5c07d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "96A45EAB9B5A83D417402BEE9FF68722" + "008E982C6508C7F7F07DAE92481323B1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1531" + "1530" ] }, "ResponseHeaders": { @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036BA14222D7\"" + "W/\"0x8D83B767F90E868\"" ], "Location": [ - "https://azs-8102.search-dogfood.windows-int.net/indexes('azsmnet4564')?api-version=2019-05-06" + "https://azs-7778.search-dogfood.windows-int.net/indexes('azsmnet813')?api-version=2019-05-06" ], "request-id": [ - "421b79f5-1819-4cc5-adec-f97c90141283" + "18c2176a-dcfb-4699-bef7-0fb0c8a5c07d" ], "elapsed-time": [ - "1715" + "756" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:00:07 GMT" + "Sat, 08 Aug 2020 08:39:00 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -477,20 +477,20 @@ "-1" ], "Content-Length": [ - "1569" + "1568" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8102.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036BA14222D7\\\"\",\r\n \"name\": \"azsmnet4564\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7778.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B767F90E868\\\"\",\r\n \"name\": \"azsmnet813\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet2353')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMzUzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1638')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNjM4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "aa8c4fd2-b599-4d59-8541-a9dd0f411ecd" + "da7ae019-1f0c-4bd5-acce-17dcff3f8fd6" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "96A45EAB9B5A83D417402BEE9FF68722" + "008E982C6508C7F7F07DAE92481323B1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "aa8c4fd2-b599-4d59-8541-a9dd0f411ecd" + "da7ae019-1f0c-4bd5-acce-17dcff3f8fd6" ], "elapsed-time": [ - "162" + "196" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:00:02 GMT" + "Sat, 08 Aug 2020 08:38:56 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,13 +553,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4564')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NTY0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet813')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MTMnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"Lord of the Rings\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"456\",\r\n \"Title\": \"War and Peace\",\r\n \"PublishDate\": \"2015-08-18T00:00:00+00:00\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"Lord of the Rings\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"456\",\r\n \"Title\": \"War and Peace\",\r\n \"PublishDate\": \"2015-08-17T17:00:00-07:00\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "520da2d1-81a3-4c74-9330-3deab6e7153d" + "48964e97-3888-407b-ad0d-c68f29cc6b95" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "96A45EAB9B5A83D417402BEE9FF68722" + "008E982C6508C7F7F07DAE92481323B1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -591,10 +591,10 @@ "no-cache" ], "request-id": [ - "520da2d1-81a3-4c74-9330-3deab6e7153d" + "48964e97-3888-407b-ad0d-c68f29cc6b95" ], "elapsed-time": [ - "185" + "163" ], "OData-Version": [ "4.0" @@ -606,7 +606,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:00:09 GMT" + "Sat, 08 Aug 2020 08:39:02 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -622,13 +622,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4564')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NTY0JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet813')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MTMnKS9kb2NzL3NlYXJjaC5wb3N0LnNlYXJjaD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"War and Peace\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "c9bea5be-7ae4-4dc2-b738-c2389cb11810" + "27ab0ad1-6411-4105-97d4-28fd2b5a34fc" ], "Accept-Language": [ "en-US" @@ -637,12 +637,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "96A45EAB9B5A83D417402BEE9FF68722" + "008E982C6508C7F7F07DAE92481323B1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -660,10 +660,10 @@ "no-cache" ], "request-id": [ - "c9bea5be-7ae4-4dc2-b738-c2389cb11810" + "27ab0ad1-6411-4105-97d4-28fd2b5a34fc" ], "elapsed-time": [ - "87" + "35" ], "OData-Version": [ "4.0" @@ -675,7 +675,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:00:11 GMT" + "Sat, 08 Aug 2020 08:39:04 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -687,25 +687,25 @@ "127" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 0.8660254,\r\n \"ISBN\": \"456\",\r\n \"Title\": \"War and Peace\",\r\n \"PublishDate\": \"2015-08-18T00:00:00Z\",\r\n \"Author\": null\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.9646256,\r\n \"ISBN\": \"456\",\r\n \"Title\": \"War and Peace\",\r\n \"PublishDate\": \"2015-08-18T00:00:00Z\",\r\n \"Author\": null\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet231/providers/Microsoft.Search/searchServices/azs-8102?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTgxMDI/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7816/providers/Microsoft.Search/searchServices/azs-7778?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Nzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8b3b898f-0fab-4d7d-a2b4-30eae7452045" + "accc6f38-c28c-40bb-a2fa-ab446b2a7363" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -716,52 +716,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14990" + ], "x-ms-request-id": [ - "8b3b898f-0fab-4d7d-a2b4-30eae7452045" + "b1a94bfe-55c3-435e-b832-ece07f9e2095" ], - "request-id": [ - "8b3b898f-0fab-4d7d-a2b4-30eae7452045" + "x-ms-correlation-request-id": [ + "b1a94bfe-55c3-435e-b832-ece07f9e2095" ], - "elapsed-time": [ - "2710" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T083919Z:b1a94bfe-55c3-435e-b832-ece07f9e2095" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "51c5a63a-b90f-4f38-b4bb-a2550c283d6c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010019Z:51c5a63a-b90f-4f38-b4bb-a2550c283d6c" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:00:18 GMT" + "Sat, 08 Aug 2020 08:39:19 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet231", - "azsmnet2353", - "azsmnet4564" + "azsmnet7816", + "azsmnet1638", + "azsmnet813" ], "GenerateServiceName": [ - "azs-8102" + "azs-7778" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithLuceneSyntax.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithLuceneSyntax.json index 78c50eb46eb9..e0535b558713 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithLuceneSyntax.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithLuceneSyntax.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "743bc258-edd4-4b0e-bce3-033d64600585" + "bd39bb52-87c7-4b4e-9b23-1adb05a83d48" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1191" ], "x-ms-request-id": [ - "9085a169-e8d5-4c1e-8732-19c93741a314" + "b9794f73-b73e-40d2-8eb4-3e71d216d53f" ], "x-ms-correlation-request-id": [ - "9085a169-e8d5-4c1e-8732-19c93741a314" + "b9794f73-b73e-40d2-8eb4-3e71d216d53f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010113Z:9085a169-e8d5-4c1e-8732-19c93741a314" + "NORTHEUROPE:20200808T084030Z:b9794f73-b73e-40d2-8eb4-3e71d216d53f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:01:13 GMT" + "Sat, 08 Aug 2020 08:40:29 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3517?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNTE3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9274?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5Mjc0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "df32f7a8-3aeb-4abf-8d60-bdc3df2a09da" + "1cc218e9-4ea7-4e93-8672-01e788abf67f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1193" ], "x-ms-request-id": [ - "6641b83a-35c2-4b66-9b7d-6f5db7ed623a" + "2bcf0027-6e1e-4324-af48-b31302f74066" ], "x-ms-correlation-request-id": [ - "6641b83a-35c2-4b66-9b7d-6f5db7ed623a" + "2bcf0027-6e1e-4324-af48-b31302f74066" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010114Z:6641b83a-35c2-4b66-9b7d-6f5db7ed623a" + "NORTHEUROPE:20200808T084031Z:2bcf0027-6e1e-4324-af48-b31302f74066" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:01:13 GMT" + "Sat, 08 Aug 2020 08:40:30 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3517\",\r\n \"name\": \"azsmnet3517\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9274\",\r\n \"name\": \"azsmnet9274\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3517/providers/Microsoft.Search/searchServices/azs-43?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9274/providers/Microsoft.Search/searchServices/azs-6869?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5Mjc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODY5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "73fccf8a-0901-4367-9c98-ad92ce415f79" + "f919c0ad-a2a3-4bc9-8196-4cb0f1f92bc7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A01%3A18.2758157Z'\"" + "W/\"datetime'2020-08-08T08%3A40%3A37.1603703Z'\"" ], "x-ms-request-id": [ - "73fccf8a-0901-4367-9c98-ad92ce415f79" + "f919c0ad-a2a3-4bc9-8196-4cb0f1f92bc7" ], "request-id": [ - "73fccf8a-0901-4367-9c98-ad92ce415f79" + "f919c0ad-a2a3-4bc9-8196-4cb0f1f92bc7" ], "elapsed-time": [ - "1273" + "2137" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1192" ], "x-ms-correlation-request-id": [ - "c605a40a-1a59-4a7c-b8cf-fb93f4c9f81b" + "0cdcddac-eef4-4e94-a716-c974510f2893" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010119Z:c605a40a-1a59-4a7c-b8cf-fb93f4c9f81b" + "NORTHEUROPE:20200808T084038Z:0cdcddac-eef4-4e94-a716-c974510f2893" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:01:19 GMT" + "Sat, 08 Aug 2020 08:40:38 GMT" ], "Content-Length": [ - "525" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3517/providers/Microsoft.Search/searchServices/azs-43\",\r\n \"name\": \"azs-43\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9274/providers/Microsoft.Search/searchServices/azs-6869\",\r\n \"name\": \"azs-6869\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3517/providers/Microsoft.Search/searchServices/azs-43/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00My9saXN0QWRtaW5LZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9274/providers/Microsoft.Search/searchServices/azs-6869/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5Mjc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODY5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76a07974-3d4f-4466-8d89-2e4b09416d46" + "9de0d4b5-2a18-4683-9351-a8f18b73c750" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "76a07974-3d4f-4466-8d89-2e4b09416d46" + "9de0d4b5-2a18-4683-9351-a8f18b73c750" ], "request-id": [ - "76a07974-3d4f-4466-8d89-2e4b09416d46" + "9de0d4b5-2a18-4683-9351-a8f18b73c750" ], "elapsed-time": [ - "117" + "427" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1188" ], "x-ms-correlation-request-id": [ - "de3a3d29-0e09-4c22-9583-fb0ac9ebbfdf" + "53cbe130-25c4-42d2-9ee3-a1576fa1f063" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010121Z:de3a3d29-0e09-4c22-9583-fb0ac9ebbfdf" + "NORTHEUROPE:20200808T084041Z:53cbe130-25c4-42d2-9ee3-a1576fa1f063" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:01:21 GMT" + "Sat, 08 Aug 2020 08:40:41 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"0883C7EC556A564D66D16DC58C5F2D4F\",\r\n \"secondaryKey\": \"A57876DE4187F4892F984B2A8A5B375A\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"4252FD1D367D5869A0B34E9A693364EE\",\r\n \"secondaryKey\": \"8C5B091E60AD21BAF33E97D681EEE06E\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3517/providers/Microsoft.Search/searchServices/azs-43/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00My9saXN0UXVlcnlLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9274/providers/Microsoft.Search/searchServices/azs-6869/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5Mjc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODY5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7ce03a66-3060-45be-8473-9ffdf73a3de2" + "f5cdf087-b299-44bb-913c-c9b6c835606e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7ce03a66-3060-45be-8473-9ffdf73a3de2" + "f5cdf087-b299-44bb-913c-c9b6c835606e" ], "request-id": [ - "7ce03a66-3060-45be-8473-9ffdf73a3de2" + "f5cdf087-b299-44bb-913c-c9b6c835606e" ], "elapsed-time": [ - "105" + "376" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1187" ], "x-ms-correlation-request-id": [ - "d91f2ccf-74ad-4f6c-b485-8b292c238405" + "64c9b2f7-b933-4990-909f-fde07289d4db" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010121Z:d91f2ccf-74ad-4f6c-b485-8b292c238405" + "NORTHEUROPE:20200808T084042Z:64c9b2f7-b933-4990-909f-fde07289d4db" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:01:21 GMT" + "Sat, 08 Aug 2020 08:40:42 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"5CD9AB72B9AC793D817C61F0FE9D0214\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"50CB568D8DD12B1DBCE030891D28C88E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet43\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8109\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "1adde31c-7f70-49d8-a980-4616633e04d2" + "d5e07ab9-fae2-4e48-8b2a-1bd9862f98c6" ], "Accept-Language": [ "en-US" ], "api-key": [ - "0883C7EC556A564D66D16DC58C5F2D4F" + "4252FD1D367D5869A0B34E9A693364EE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6973" + "6975" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036BCF1C221E\"" + "W/\"0x8D83B76BDA812DE\"" ], "Location": [ - "https://azs-43.search-dogfood.windows-int.net/indexes('azsmnet43')?api-version=2019-05-06" + "https://azs-6869.search-dogfood.windows-int.net/indexes('azsmnet8109')?api-version=2019-05-06" ], "request-id": [ - "1adde31c-7f70-49d8-a980-4616633e04d2" + "d5e07ab9-fae2-4e48-8b2a-1bd9862f98c6" ], "elapsed-time": [ - "1293" + "808" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:01:24 GMT" + "Sat, 08 Aug 2020 08:40:43 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6143" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-43.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036BCF1C221E\\\"\",\r\n \"name\": \"azsmnet43\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6869.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B76BDA812DE\\\"\",\r\n \"name\": \"azsmnet8109\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet43')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MycpL2RvY3Mvc2VhcmNoLmluZGV4P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet8109')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MTA5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "5e6d4780-0588-4026-a736-08264ab4c725" + "36557a0e-5763-4466-853c-25cc29c61847" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "0883C7EC556A564D66D16DC58C5F2D4F" + "4252FD1D367D5869A0B34E9A693364EE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "5e6d4780-0588-4026-a736-08264ab4c725" + "36557a0e-5763-4466-853c-25cc29c61847" ], "elapsed-time": [ - "172" + "236" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:01:45 GMT" + "Sat, 08 Aug 2020 08:41:06 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet43')/docs?search=hotelName%3Aroch~&api-version=2019-05-06&$count=false&queryType=full&searchMode=any&$select=hotelName%2Crating", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MycpL2RvY3M/c2VhcmNoPWhvdGVsTmFtZSUzQXJvY2h+JmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJnF1ZXJ5VHlwZT1mdWxsJnNlYXJjaE1vZGU9YW55JiRzZWxlY3Q9aG90ZWxOYW1lJTJDcmF0aW5n", + "RequestUri": "/indexes('azsmnet8109')/docs?search=hotelName%3Aroch~&api-version=2019-05-06&$count=false&queryType=full&searchMode=any&$select=hotelName%2Crating", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MTA5JykvZG9jcz9zZWFyY2g9aG90ZWxOYW1lJTNBcm9jaH4mYXBpLXZlcnNpb249MjAxOS0wNS0wNiYkY291bnQ9ZmFsc2UmcXVlcnlUeXBlPWZ1bGwmc2VhcmNoTW9kZT1hbnkmJHNlbGVjdD1ob3RlbE5hbWUlMkNyYXRpbmc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "bdba7f70-2851-4694-b8a2-95e28479342b" + "ed575084-6c2f-4715-bd00-d7263587d2a0" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "5CD9AB72B9AC793D817C61F0FE9D0214" + "50CB568D8DD12B1DBCE030891D28C88E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "bdba7f70-2851-4694-b8a2-95e28479342b" + "ed575084-6c2f-4715-bd00-d7263587d2a0" ], "elapsed-time": [ - "82" + "184" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:01:48 GMT" + "Sat, 08 Aug 2020 08:41:10 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -540,25 +540,25 @@ "76" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.8411939,\r\n \"hotelName\": \"Roach Motel\",\r\n \"rating\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.1457375,\r\n \"hotelName\": \"Roach Motel\",\r\n \"rating\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3517/providers/Microsoft.Search/searchServices/azs-43?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9274/providers/Microsoft.Search/searchServices/azs-6869?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5Mjc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODY5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fd42c1a6-3029-4999-b138-262f65c460bb" + "36b2abbe-76d4-4e17-807f-055c6566c8fe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "fd42c1a6-3029-4999-b138-262f65c460bb" - ], - "request-id": [ - "fd42c1a6-3029-4999-b138-262f65c460bb" - ], - "elapsed-time": [ - "931" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14989" ], + "x-ms-request-id": [ + "952dc256-5f6f-424e-9fc8-cb626af4a2c3" + ], "x-ms-correlation-request-id": [ - "d7d3174e-8a0a-4e08-8b02-5a56cf2b0ea5" + "952dc256-5f6f-424e-9fc8-cb626af4a2c3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010152Z:d7d3174e-8a0a-4e08-8b02-5a56cf2b0ea5" + "NORTHEUROPE:20200808T084158Z:952dc256-5f6f-424e-9fc8-cb626af4a2c3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:01:51 GMT" + "Sat, 08 Aug 2020 08:41:58 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet3517", - "azsmnet43" + "azsmnet9274", + "azsmnet8109" ], "GenerateServiceName": [ - "azs-43" + "azs-6869" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithMinimumCoverage.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithMinimumCoverage.json index 051f281636c3..be9fe86424cb 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithMinimumCoverage.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithMinimumCoverage.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "38ebb0f4-03b5-4b42-977c-9de6df981b5b" + "2fb690dd-9cd9-473d-a9ca-d54586b699f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1196" ], "x-ms-request-id": [ - "6e69249a-2614-4640-a4c7-62ac5d9206e3" + "301cd510-f002-4941-bebc-35263e30b702" ], "x-ms-correlation-request-id": [ - "6e69249a-2614-4640-a4c7-62ac5d9206e3" + "301cd510-f002-4941-bebc-35263e30b702" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004534Z:6e69249a-2614-4640-a4c7-62ac5d9206e3" + "NORTHEUROPE:20200808T082036Z:301cd510-f002-4941-bebc-35263e30b702" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:45:33 GMT" + "Sat, 08 Aug 2020 08:20:36 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet172?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxNzI/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6982?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2OTgyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b0d5b926-0da7-437e-9db4-211e8e3b6145" + "daaecf02-4cc7-4cb9-a814-8b4665509b0f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1196" ], "x-ms-request-id": [ - "d4a542e5-bf5b-47f2-81c5-e2472c817d73" + "38d3a1c6-1b43-4f3d-b725-9af4ed2f4325" ], "x-ms-correlation-request-id": [ - "d4a542e5-bf5b-47f2-81c5-e2472c817d73" + "38d3a1c6-1b43-4f3d-b725-9af4ed2f4325" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004535Z:d4a542e5-bf5b-47f2-81c5-e2472c817d73" + "NORTHEUROPE:20200808T082038Z:38d3a1c6-1b43-4f3d-b725-9af4ed2f4325" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:45:34 GMT" + "Sat, 08 Aug 2020 08:20:37 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet172\",\r\n \"name\": \"azsmnet172\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6982\",\r\n \"name\": \"azsmnet6982\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet172/providers/Microsoft.Search/searchServices/azs-1529?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE1Mjk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6982/providers/Microsoft.Search/searchServices/azs-4450?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NDUwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0cfb5007-75de-486e-be15-405e5da22549" + "07bea33c-58d9-42e4-9aff-05be7e006e3c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,16 +159,16 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A45%3A38.0826751Z'\"" + "W/\"datetime'2020-08-08T08%3A20%3A42.3479973Z'\"" ], "x-ms-request-id": [ - "0cfb5007-75de-486e-be15-405e5da22549" + "07bea33c-58d9-42e4-9aff-05be7e006e3c" ], "request-id": [ - "0cfb5007-75de-486e-be15-405e5da22549" + "07bea33c-58d9-42e4-9aff-05be7e006e3c" ], "elapsed-time": [ - "1384" + "2373" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,19 +177,19 @@ "1193" ], "x-ms-correlation-request-id": [ - "cbf6baa7-c1fb-4f93-b98c-9768d733e239" + "2b2166d1-c299-43ce-8f47-96efda40993b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004538Z:cbf6baa7-c1fb-4f93-b98c-9768d733e239" + "NORTHEUROPE:20200808T082043Z:2b2166d1-c299-43ce-8f47-96efda40993b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:45:38 GMT" + "Sat, 08 Aug 2020 08:20:43 GMT" ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet172/providers/Microsoft.Search/searchServices/azs-1529\",\r\n \"name\": \"azs-1529\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6982/providers/Microsoft.Search/searchServices/azs-4450\",\r\n \"name\": \"azs-4450\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet172/providers/Microsoft.Search/searchServices/azs-1529/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE1MjkvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6982/providers/Microsoft.Search/searchServices/azs-4450/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NDUwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "96f18c56-23e9-4ff0-8bef-a3f188843ea4" + "5e0f0642-19f1-4407-83b4-d34ffe2e9e68" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "96f18c56-23e9-4ff0-8bef-a3f188843ea4" + "5e0f0642-19f1-4407-83b4-d34ffe2e9e68" ], "request-id": [ - "96f18c56-23e9-4ff0-8bef-a3f188843ea4" + "5e0f0642-19f1-4407-83b4-d34ffe2e9e68" ], "elapsed-time": [ - "629" + "351" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1190" ], "x-ms-correlation-request-id": [ - "0ad1f14a-53e3-4896-b807-a1e948f126ae" + "15448b2c-2178-41af-9d2d-d36307cf7bce" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004541Z:0ad1f14a-53e3-4896-b807-a1e948f126ae" + "NORTHEUROPE:20200808T082046Z:15448b2c-2178-41af-9d2d-d36307cf7bce" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:45:40 GMT" + "Sat, 08 Aug 2020 08:20:45 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"96AF2FEC1E09AFD2ADDF5EAE4EA63A75\",\r\n \"secondaryKey\": \"1F74F5C740954F6C2EB65E0BF727FEC8\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"38D7C75246655637B465A7A73478CDCB\",\r\n \"secondaryKey\": \"DA6D3CC17C5E38B2EECD07BBC7CED509\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet172/providers/Microsoft.Search/searchServices/azs-1529/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE1MjkvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6982/providers/Microsoft.Search/searchServices/azs-4450/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NDUwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8bbbdfd6-8268-4c0b-88ac-66f112614ef5" + "4c866915-a2cc-462e-ba0b-6ee7a428d477" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8bbbdfd6-8268-4c0b-88ac-66f112614ef5" + "4c866915-a2cc-462e-ba0b-6ee7a428d477" ], "request-id": [ - "8bbbdfd6-8268-4c0b-88ac-66f112614ef5" + "4c866915-a2cc-462e-ba0b-6ee7a428d477" ], "elapsed-time": [ - "242" + "391" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1189" ], "x-ms-correlation-request-id": [ - "b479eedb-ef6d-4ac6-ae28-7a2be2e9ee70" + "47c5e03f-2d81-404f-a6fe-ca6b4e5eb460" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004542Z:b479eedb-ef6d-4ac6-ae28-7a2be2e9ee70" + "NORTHEUROPE:20200808T082047Z:47c5e03f-2d81-404f-a6fe-ca6b4e5eb460" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:45:41 GMT" + "Sat, 08 Aug 2020 08:20:47 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"1CA0FD3B4ABCDC3F09FCA6591FA6F6C4\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"5074212E75DF64C46D0FD8997970CC0F\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5502\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3579\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "7ace3a88-0656-47b1-9cd0-9614177cf1e7" + "c9868aeb-8e2c-448c-a73e-7005b2eefcce" ], "Accept-Language": [ "en-US" ], "api-key": [ - "96AF2FEC1E09AFD2ADDF5EAE4EA63A75" + "38D7C75246655637B465A7A73478CDCB" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803699EF9871E\"" + "W/\"0x8D83B73F5A878AF\"" ], "Location": [ - "https://azs-1529.search-dogfood.windows-int.net/indexes('azsmnet5502')?api-version=2019-05-06" + "https://azs-4450.search-dogfood.windows-int.net/indexes('azsmnet3579')?api-version=2019-05-06" ], "request-id": [ - "7ace3a88-0656-47b1-9cd0-9614177cf1e7" + "c9868aeb-8e2c-448c-a73e-7005b2eefcce" ], "elapsed-time": [ - "1205" + "1498" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:45:44 GMT" + "Sat, 08 Aug 2020 08:20:50 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1529.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803699EF9871E\\\"\",\r\n \"name\": \"azsmnet5502\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4450.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B73F5A878AF\\\"\",\r\n \"name\": \"azsmnet3579\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet5502')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NTAyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3579')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNTc5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "a023b380-111b-4de6-b5de-d7d3955e682b" + "824c88e4-ad84-40eb-b57f-1eaee82688ab" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "96AF2FEC1E09AFD2ADDF5EAE4EA63A75" + "38D7C75246655637B465A7A73478CDCB" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "a023b380-111b-4de6-b5de-d7d3955e682b" + "824c88e4-ad84-40eb-b57f-1eaee82688ab" ], "elapsed-time": [ - "372" + "183" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:46:06 GMT" + "Sat, 08 Aug 2020 08:21:11 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet5502')/docs?search=%2A&api-version=2019-05-06&$count=false&minimumCoverage=50.0&queryType=simple&searchMode=any", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NTAyJykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJm1pbmltdW1Db3ZlcmFnZT01MC4wJnF1ZXJ5VHlwZT1zaW1wbGUmc2VhcmNoTW9kZT1hbnk=", + "RequestUri": "/indexes('azsmnet3579')/docs?search=%2A&api-version=2019-05-06&$count=false&minimumCoverage=50.0&queryType=simple&searchMode=any", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNTc5JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJm1pbmltdW1Db3ZlcmFnZT01MC4wJnF1ZXJ5VHlwZT1zaW1wbGUmc2VhcmNoTW9kZT1hbnk=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "084f35af-1140-48d8-befa-6fb0fd42a392" + "919ff7f6-a279-4e09-bdaa-b4be13c4aac2" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "1CA0FD3B4ABCDC3F09FCA6591FA6F6C4" + "5074212E75DF64C46D0FD8997970CC0F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "084f35af-1140-48d8-befa-6fb0fd42a392" + "919ff7f6-a279-4e09-bdaa-b4be13c4aac2" ], "elapsed-time": [ - "341" + "189" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:46:10 GMT" + "Sat, 08 Aug 2020 08:21:15 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet172/providers/Microsoft.Search/searchServices/azs-1529?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE1Mjk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6982/providers/Microsoft.Search/searchServices/azs-4450?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NDUwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c8bf17dc-8c85-4648-971d-d3565a0c1770" + "7c76f468-ca87-4738-a84f-f3c6bc32158d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "c8bf17dc-8c85-4648-971d-d3565a0c1770" + "1dd217f4-b4a2-4816-8ce1-af222758709f" ], - "request-id": [ - "c8bf17dc-8c85-4648-971d-d3565a0c1770" + "x-ms-correlation-request-id": [ + "1dd217f4-b4a2-4816-8ce1-af222758709f" ], - "elapsed-time": [ - "983" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T082204Z:1dd217f4-b4a2-4816-8ce1-af222758709f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" - ], - "x-ms-correlation-request-id": [ - "a87f14d5-2770-4fae-a655-52f3618da518" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004614Z:a87f14d5-2770-4fae-a655-52f3618da518" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:46:14 GMT" + "Sat, 08 Aug 2020 08:22:04 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet172", - "azsmnet5502" + "azsmnet6982", + "azsmnet3579" ], "GenerateServiceName": [ - "azs-1529" + "azs-4450" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithRangeFacets.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithRangeFacets.json index 13fdffb59a76..6a82b92379b2 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithRangeFacets.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithRangeFacets.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "22936acf-0d3d-455e-9b13-9cbb2b439aa2" + "f7d25e94-1fd2-47aa-91a5-1f248f93c229" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1195" ], "x-ms-request-id": [ - "e3900c52-d515-4cae-bdd1-d37f9fb0f06d" + "ec0f3140-a06a-44df-b3ea-8e55044a3e28" ], "x-ms-correlation-request-id": [ - "e3900c52-d515-4cae-bdd1-d37f9fb0f06d" + "ec0f3140-a06a-44df-b3ea-8e55044a3e28" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005115Z:e3900c52-d515-4cae-bdd1-d37f9fb0f06d" + "NORTHEUROPE:20200808T082925Z:ec0f3140-a06a-44df-b3ea-8e55044a3e28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:51:15 GMT" + "Sat, 08 Aug 2020 08:29:24 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1485?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxNDg1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7579?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NTc5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "859dcb49-3537-479c-9a10-a0184d0ac779" + "fb87d609-37b0-42be-821c-95932ca5aab2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1196" ], "x-ms-request-id": [ - "005353ba-ba18-47c2-ae48-133d1c473140" + "f2904902-df6e-4135-afee-c498dd3a9f08" ], "x-ms-correlation-request-id": [ - "005353ba-ba18-47c2-ae48-133d1c473140" + "f2904902-df6e-4135-afee-c498dd3a9f08" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005116Z:005353ba-ba18-47c2-ae48-133d1c473140" + "NORTHEUROPE:20200808T082926Z:f2904902-df6e-4135-afee-c498dd3a9f08" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:51:16 GMT" + "Sat, 08 Aug 2020 08:29:26 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1485\",\r\n \"name\": \"azsmnet1485\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7579\",\r\n \"name\": \"azsmnet7579\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1485/providers/Microsoft.Search/searchServices/azs-5458?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNDg1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NDU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7579/providers/Microsoft.Search/searchServices/azs-5468?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NDY4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "97f2d812-209a-4d4c-a22c-5b28a9a1b885" + "4c7bff39-44bb-4da3-8b3f-16681c316da3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A51%3A19.8113652Z'\"" + "W/\"datetime'2020-08-08T08%3A29%3A33.5392051Z'\"" ], "x-ms-request-id": [ - "97f2d812-209a-4d4c-a22c-5b28a9a1b885" + "4c7bff39-44bb-4da3-8b3f-16681c316da3" ], "request-id": [ - "97f2d812-209a-4d4c-a22c-5b28a9a1b885" + "4c7bff39-44bb-4da3-8b3f-16681c316da3" ], "elapsed-time": [ - "1376" + "3142" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1192" ], "x-ms-correlation-request-id": [ - "be260485-1040-4f11-9cd2-a4e33dbfa3d9" + "5beb9f49-4a7d-47b1-ae42-aa8a84998001" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005121Z:be260485-1040-4f11-9cd2-a4e33dbfa3d9" + "NORTHEUROPE:20200808T082935Z:5beb9f49-4a7d-47b1-ae42-aa8a84998001" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:51:20 GMT" + "Sat, 08 Aug 2020 08:29:35 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1485/providers/Microsoft.Search/searchServices/azs-5458\",\r\n \"name\": \"azs-5458\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7579/providers/Microsoft.Search/searchServices/azs-5468\",\r\n \"name\": \"azs-5468\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1485/providers/Microsoft.Search/searchServices/azs-5458/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNDg1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NDU4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7579/providers/Microsoft.Search/searchServices/azs-5468/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NDY4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "446ae300-83c7-468d-aecf-f38f86f15c4f" + "d7add6d7-6471-45a0-937e-b9240c7a58f6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,13 +231,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "446ae300-83c7-468d-aecf-f38f86f15c4f" + "d7add6d7-6471-45a0-937e-b9240c7a58f6" ], "request-id": [ - "446ae300-83c7-468d-aecf-f38f86f15c4f" + "d7add6d7-6471-45a0-937e-b9240c7a58f6" ], "elapsed-time": [ - "95" + "798" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -246,16 +246,16 @@ "1188" ], "x-ms-correlation-request-id": [ - "28ee2290-3b7f-49ef-acc6-5a8ebf345b78" + "be522833-7551-4f09-9f81-e47c199871e4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005123Z:28ee2290-3b7f-49ef-acc6-5a8ebf345b78" + "NORTHEUROPE:20200808T082939Z:be522833-7551-4f09-9f81-e47c199871e4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:51:22 GMT" + "Sat, 08 Aug 2020 08:29:39 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"757E8B304F9ED58F1766A35088F34AA3\",\r\n \"secondaryKey\": \"61F767336CBD88A601D6D44DDA19EBD7\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"5424EFAF6A2764126F014D3593A9B501\",\r\n \"secondaryKey\": \"DF765C59E6905E2F4CF6885B165392D0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1485/providers/Microsoft.Search/searchServices/azs-5458/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNDg1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NDU4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7579/providers/Microsoft.Search/searchServices/azs-5468/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NDY4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "986738af-8369-4590-a1b0-b8ae49ea03ea" + "4963db11-f8cf-46f4-a8e6-61f49f196bfa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,13 +300,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "986738af-8369-4590-a1b0-b8ae49ea03ea" + "4963db11-f8cf-46f4-a8e6-61f49f196bfa" ], "request-id": [ - "986738af-8369-4590-a1b0-b8ae49ea03ea" + "4963db11-f8cf-46f4-a8e6-61f49f196bfa" ], "elapsed-time": [ - "89" + "728" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -315,16 +315,16 @@ "1187" ], "x-ms-correlation-request-id": [ - "e24840b6-c1b4-4164-84ec-8fa06f4645d6" + "5dbe13a7-64ae-4097-8965-16f1baa37475" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005123Z:e24840b6-c1b4-4164-84ec-8fa06f4645d6" + "NORTHEUROPE:20200808T082940Z:5dbe13a7-64ae-4097-8965-16f1baa37475" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:51:22 GMT" + "Sat, 08 Aug 2020 08:29:40 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"EE0DABB6A9201DB8726FD35C4C045804\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"8928CF5B703556251BB7C9ED09EBA817\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6766\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6378\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "502e9cc2-bbfa-4ff0-af5a-2c74eb19acb1" + "faba887d-8f16-4289-b45d-429acbf52f00" ], "Accept-Language": [ "en-US" ], "api-key": [ - "757E8B304F9ED58F1766A35088F34AA3" + "5424EFAF6A2764126F014D3593A9B501" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036A6AA2198F\"" + "W/\"0x8D83B753350D817\"" ], "Location": [ - "https://azs-5458.search-dogfood.windows-int.net/indexes('azsmnet6766')?api-version=2019-05-06" + "https://azs-5468.search-dogfood.windows-int.net/indexes('azsmnet6378')?api-version=2019-05-06" ], "request-id": [ - "502e9cc2-bbfa-4ff0-af5a-2c74eb19acb1" + "faba887d-8f16-4289-b45d-429acbf52f00" ], "elapsed-time": [ - "1189" + "788" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:51:26 GMT" + "Sat, 08 Aug 2020 08:29:42 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5458.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036A6AA2198F\\\"\",\r\n \"name\": \"azsmnet6766\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5468.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B753350D817\\\"\",\r\n \"name\": \"azsmnet6378\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet6766')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NzY2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6378')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2Mzc4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "51e5734c-d343-44f0-96aa-16d70009fd32" + "3af5e22f-8c0b-4033-8f59-2739f97b9192" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "757E8B304F9ED58F1766A35088F34AA3" + "5424EFAF6A2764126F014D3593A9B501" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "51e5734c-d343-44f0-96aa-16d70009fd32" + "3af5e22f-8c0b-4033-8f59-2739f97b9192" ], "elapsed-time": [ - "196" + "250" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:51:47 GMT" + "Sat, 08 Aug 2020 08:30:04 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet6766')/docs?search=%2A&api-version=2019-05-06&$count=false&facet=rooms%2FbaseRate%2Cvalues%3A5%7C8%7C10&facet=lastRenovationDate%2Cvalues%3A2000-01-01T00%3A00%3A00Z&queryType=simple&searchMode=any", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NzY2JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJmZhY2V0PXJvb21zJTJGYmFzZVJhdGUlMkN2YWx1ZXMlM0E1JTdDOCU3QzEwJmZhY2V0PWxhc3RSZW5vdmF0aW9uRGF0ZSUyQ3ZhbHVlcyUzQTIwMDAtMDEtMDFUMDAlM0EwMCUzQTAwWiZxdWVyeVR5cGU9c2ltcGxlJnNlYXJjaE1vZGU9YW55", + "RequestUri": "/indexes('azsmnet6378')/docs?search=%2A&api-version=2019-05-06&$count=false&facet=rooms%2FbaseRate%2Cvalues%3A5%7C8%7C10&facet=lastRenovationDate%2Cvalues%3A2000-01-01T00%3A00%3A00Z&queryType=simple&searchMode=any", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2Mzc4JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJmZhY2V0PXJvb21zJTJGYmFzZVJhdGUlMkN2YWx1ZXMlM0E1JTdDOCU3QzEwJmZhY2V0PWxhc3RSZW5vdmF0aW9uRGF0ZSUyQ3ZhbHVlcyUzQTIwMDAtMDEtMDFUMDAlM0EwMCUzQTAwWiZxdWVyeVR5cGU9c2ltcGxlJnNlYXJjaE1vZGU9YW55", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "5eb9747e-d98f-4bdd-b6db-b3a8ed1ba9de" + "6460ab33-e519-478d-8964-e7b5aac47f19" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "EE0DABB6A9201DB8726FD35C4C045804" + "8928CF5B703556251BB7C9ED09EBA817" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "5eb9747e-d98f-4bdd-b6db-b3a8ed1ba9de" + "6460ab33-e519-478d-8964-e7b5aac47f19" ], "elapsed-time": [ - "367" + "309" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:51:52 GMT" + "Sat, 08 Aug 2020 08:30:08 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -540,25 +540,25 @@ "7345" ] }, - "ResponseBody": "{\r\n \"@search.facets\": {\r\n \"lastRenovationDate\": [\r\n {\r\n \"count\": 5,\r\n \"to\": \"2000-01-01T00:00:00+00:00\"\r\n },\r\n {\r\n \"count\": 2,\r\n \"from\": \"2000-01-01T00:00:00+00:00\"\r\n }\r\n ],\r\n \"rooms/baseRate\": [\r\n {\r\n \"count\": 1,\r\n \"to\": 5.0\r\n },\r\n {\r\n \"count\": 1,\r\n \"from\": 5.0,\r\n \"to\": 8.0\r\n },\r\n {\r\n \"count\": 1,\r\n \"from\": 8.0,\r\n \"to\": 10.0\r\n },\r\n {\r\n \"count\": 0,\r\n \"from\": 10.0\r\n }\r\n ]\r\n },\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00Z\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00Z\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"6\",\r\n \"hotelName\": null,\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\",\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\",\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"8\",\r\n \"hotelName\": null,\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\",\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00Z\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@search.facets\": {\r\n \"lastRenovationDate\": [\r\n {\r\n \"count\": 5,\r\n \"to\": \"1999-12-31T16:00:00-08:00\"\r\n },\r\n {\r\n \"count\": 2,\r\n \"from\": \"1999-12-31T16:00:00-08:00\"\r\n }\r\n ],\r\n \"rooms/baseRate\": [\r\n {\r\n \"count\": 1,\r\n \"to\": 5.0\r\n },\r\n {\r\n \"count\": 1,\r\n \"from\": 5.0,\r\n \"to\": 8.0\r\n },\r\n {\r\n \"count\": 1,\r\n \"from\": 8.0,\r\n \"to\": 10.0\r\n },\r\n {\r\n \"count\": 0,\r\n \"from\": 10.0\r\n }\r\n ]\r\n },\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00Z\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00Z\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"6\",\r\n \"hotelName\": null,\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\",\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\",\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"8\",\r\n \"hotelName\": null,\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\",\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00Z\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1485/providers/Microsoft.Search/searchServices/azs-5458?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNDg1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NDU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7579/providers/Microsoft.Search/searchServices/azs-5468?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NDY4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aa4071d1-3b18-4545-8ebd-51febd44810f" + "f352cae4-ba7f-48f1-8aee-5a14751c4b14" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14993" + ], "x-ms-request-id": [ - "aa4071d1-3b18-4545-8ebd-51febd44810f" + "474822a0-e3e7-4573-9428-1eb44afed7d1" ], - "request-id": [ - "aa4071d1-3b18-4545-8ebd-51febd44810f" + "x-ms-correlation-request-id": [ + "474822a0-e3e7-4573-9428-1eb44afed7d1" ], - "elapsed-time": [ - "962" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T083018Z:474822a0-e3e7-4573-9428-1eb44afed7d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "acf23aed-8d0b-4b40-8d18-08d39c23487b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005155Z:acf23aed-8d0b-4b40-8d18-08d39c23487b" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:51:55 GMT" + "Sat, 08 Aug 2020 08:30:18 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet1485", - "azsmnet6766" + "azsmnet7579", + "azsmnet6378" ], "GenerateServiceName": [ - "azs-5458" + "azs-5468" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithRegex.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithRegex.json index e8a27e72631b..1d4e15d50a05 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithRegex.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithRegex.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "12c34b8f-9a5c-4df8-87e5-045bb5d15121" + "35042532-8902-41a6-8b5c-7c09241b4260" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1191" ], "x-ms-request-id": [ - "1d6be253-a419-4a48-877e-54a880d364b2" + "0018eefb-cc70-48f5-9834-3b0e18f049f5" ], "x-ms-correlation-request-id": [ - "1d6be253-a419-4a48-877e-54a880d364b2" + "0018eefb-cc70-48f5-9834-3b0e18f049f5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004708Z:1d6be253-a419-4a48-877e-54a880d364b2" + "NORTHEUROPE:20200808T082326Z:0018eefb-cc70-48f5-9834-3b0e18f049f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:47:07 GMT" + "Sat, 08 Aug 2020 08:23:25 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2871?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyODcxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet522?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MjI/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8f70f280-478a-49fc-838d-07075c1c04cc" + "4265441c-cf87-4067-9277-39e8032618f7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1193" ], "x-ms-request-id": [ - "0bf36520-3aac-4701-ac25-c61dabe767c9" + "ccdce51e-bd3d-42ec-9345-9ccea23c4091" ], "x-ms-correlation-request-id": [ - "0bf36520-3aac-4701-ac25-c61dabe767c9" + "ccdce51e-bd3d-42ec-9345-9ccea23c4091" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004708Z:0bf36520-3aac-4701-ac25-c61dabe767c9" + "NORTHEUROPE:20200808T082327Z:ccdce51e-bd3d-42ec-9345-9ccea23c4091" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:47:08 GMT" + "Sat, 08 Aug 2020 08:23:27 GMT" ], "Content-Length": [ - "175" + "173" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2871\",\r\n \"name\": \"azsmnet2871\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet522\",\r\n \"name\": \"azsmnet522\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2871/providers/Microsoft.Search/searchServices/azs-1328?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzI4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet522/providers/Microsoft.Search/searchServices/azs-4359?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTQzNTk/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "64e7f1e7-06fd-485a-a5b7-99710c4fd17e" + "ba9394d8-8f2c-4c2a-b539-6014605ee520" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A47%3A11.5435969Z'\"" + "W/\"datetime'2020-08-08T08%3A23%3A33.352769Z'\"" ], "x-ms-request-id": [ - "64e7f1e7-06fd-485a-a5b7-99710c4fd17e" + "ba9394d8-8f2c-4c2a-b539-6014605ee520" ], "request-id": [ - "64e7f1e7-06fd-485a-a5b7-99710c4fd17e" + "ba9394d8-8f2c-4c2a-b539-6014605ee520" ], "elapsed-time": [ - "1111" + "3115" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1193" ], "x-ms-correlation-request-id": [ - "fd6b32dc-19b5-45e3-a028-371688e4fd29" + "59e7003d-d9a6-423d-bd39-1c55db7c7dc9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004712Z:fd6b32dc-19b5-45e3-a028-371688e4fd29" + "NORTHEUROPE:20200808T082334Z:59e7003d-d9a6-423d-bd39-1c55db7c7dc9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:47:12 GMT" + "Sat, 08 Aug 2020 08:23:34 GMT" ], "Content-Length": [ - "529" + "528" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2871/providers/Microsoft.Search/searchServices/azs-1328\",\r\n \"name\": \"azs-1328\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet522/providers/Microsoft.Search/searchServices/azs-4359\",\r\n \"name\": \"azs-4359\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2871/providers/Microsoft.Search/searchServices/azs-1328/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzI4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet522/providers/Microsoft.Search/searchServices/azs-4359/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTQzNTkvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9f9dd2a0-3f01-48e0-b078-65c291542b5d" + "d325d774-8ff9-472c-b96b-1918f7809ae4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9f9dd2a0-3f01-48e0-b078-65c291542b5d" + "d325d774-8ff9-472c-b96b-1918f7809ae4" ], "request-id": [ - "9f9dd2a0-3f01-48e0-b078-65c291542b5d" + "d325d774-8ff9-472c-b96b-1918f7809ae4" ], "elapsed-time": [ - "87" + "409" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1190" ], "x-ms-correlation-request-id": [ - "520eda59-15c3-4009-94f1-c5352bbae520" + "acf65b23-f963-4b7a-8f37-bd614f3a835c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004715Z:520eda59-15c3-4009-94f1-c5352bbae520" + "NORTHEUROPE:20200808T082337Z:acf65b23-f963-4b7a-8f37-bd614f3a835c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:47:15 GMT" + "Sat, 08 Aug 2020 08:23:37 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"72E4148CCC32B3A7FC4328AB68025006\",\r\n \"secondaryKey\": \"33BBD5452DDADDCDBDA52A5C68B2FFA0\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"CA6D7709A8ACC30BDA8014F46D7991E5\",\r\n \"secondaryKey\": \"D66434072298D929777218B45F7F5AFE\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2871/providers/Microsoft.Search/searchServices/azs-1328/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzI4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet522/providers/Microsoft.Search/searchServices/azs-4359/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTQzNTkvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "30dfccaf-7263-4cf4-890c-f8a26cb4558e" + "7f2fe66e-13dc-4f1e-9fb5-990a45b2a69a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "30dfccaf-7263-4cf4-890c-f8a26cb4558e" + "7f2fe66e-13dc-4f1e-9fb5-990a45b2a69a" ], "request-id": [ - "30dfccaf-7263-4cf4-890c-f8a26cb4558e" + "7f2fe66e-13dc-4f1e-9fb5-990a45b2a69a" ], "elapsed-time": [ - "97" + "887" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1189" ], "x-ms-correlation-request-id": [ - "58161ac1-8025-415e-b4cb-24b15dd35e95" + "afb15efc-9bd3-4ce1-ae01-f54c86f79574" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004715Z:58161ac1-8025-415e-b4cb-24b15dd35e95" + "NORTHEUROPE:20200808T082339Z:afb15efc-9bd3-4ce1-ae01-f54c86f79574" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:47:15 GMT" + "Sat, 08 Aug 2020 08:23:38 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"1D0FCC1B999003120F664BD29A5D3D7B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"AF23DEAE4B0F02C0379558F955BC717D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7927\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5149\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "09de4a86-a484-4c17-9e7e-a05750b5e071" + "93ebe7e6-5a35-4c91-8ea4-fecb8c01faee" ], "Accept-Language": [ "en-US" ], "api-key": [ - "72E4148CCC32B3A7FC4328AB68025006" + "CA6D7709A8ACC30BDA8014F46D7991E5" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80369D6E35AB7\"" + "W/\"0x8D83B745B93BEBB\"" ], "Location": [ - "https://azs-1328.search-dogfood.windows-int.net/indexes('azsmnet7927')?api-version=2019-05-06" + "https://azs-4359.search-dogfood.windows-int.net/indexes('azsmnet5149')?api-version=2019-05-06" ], "request-id": [ - "09de4a86-a484-4c17-9e7e-a05750b5e071" + "93ebe7e6-5a35-4c91-8ea4-fecb8c01faee" ], "elapsed-time": [ - "1211" + "818" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:47:18 GMT" + "Sat, 08 Aug 2020 08:23:40 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1328.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80369D6E35AB7\\\"\",\r\n \"name\": \"azsmnet7927\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4359.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B745B93BEBB\\\"\",\r\n \"name\": \"azsmnet5149\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet7927')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3OTI3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5149')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MTQ5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "2ab575af-3a32-4a3f-9c8c-8a958d856496" + "74a6cf11-ae96-4258-833a-acaf5a138d21" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "72E4148CCC32B3A7FC4328AB68025006" + "CA6D7709A8ACC30BDA8014F46D7991E5" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "2ab575af-3a32-4a3f-9c8c-8a958d856496" + "74a6cf11-ae96-4258-833a-acaf5a138d21" ], "elapsed-time": [ - "190" + "191" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:47:39 GMT" + "Sat, 08 Aug 2020 08:24:03 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7927')/docs?search=hotelName%3A%2F.%2Aoach.%2A%5C%2F%3F%2F&api-version=2019-05-06&$count=false&queryType=full&searchMode=any&$select=hotelName%2Crating", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3OTI3JykvZG9jcz9zZWFyY2g9aG90ZWxOYW1lJTNBJTJGLiUyQW9hY2guJTJBJTVDJTJGJTNGJTJGJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJnF1ZXJ5VHlwZT1mdWxsJnNlYXJjaE1vZGU9YW55JiRzZWxlY3Q9aG90ZWxOYW1lJTJDcmF0aW5n", + "RequestUri": "/indexes('azsmnet5149')/docs?search=hotelName%3A%2F.%2Aoach.%2A%5C%2F%3F%2F&api-version=2019-05-06&$count=false&queryType=full&searchMode=any&$select=hotelName%2Crating", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MTQ5JykvZG9jcz9zZWFyY2g9aG90ZWxOYW1lJTNBJTJGLiUyQW9hY2guJTJBJTVDJTJGJTNGJTJGJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJnF1ZXJ5VHlwZT1mdWxsJnNlYXJjaE1vZGU9YW55JiRzZWxlY3Q9aG90ZWxOYW1lJTJDcmF0aW5n", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "d7f2317c-e478-4eaf-9101-f42e32b97051" + "646550cb-2f43-4690-a73f-be34c69c59ad" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "1D0FCC1B999003120F664BD29A5D3D7B" + "AF23DEAE4B0F02C0379558F955BC717D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "d7f2317c-e478-4eaf-9101-f42e32b97051" + "646550cb-2f43-4690-a73f-be34c69c59ad" ], "elapsed-time": [ - "82" + "71" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:47:42 GMT" + "Sat, 08 Aug 2020 08:24:06 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2871/providers/Microsoft.Search/searchServices/azs-1328?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzI4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet522/providers/Microsoft.Search/searchServices/azs-4359?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTQzNTk/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5a348db3-bed4-4da4-a380-4ba9083afbc0" + "cf1058f3-e991-49d0-bec9-e5f4dc3f6bd4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "5a348db3-bed4-4da4-a380-4ba9083afbc0" - ], - "request-id": [ - "5a348db3-bed4-4da4-a380-4ba9083afbc0" - ], - "elapsed-time": [ - "1333" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14991" ], + "x-ms-request-id": [ + "aa4b5cea-1084-40d8-be40-c24420e60746" + ], "x-ms-correlation-request-id": [ - "f5b7020b-93d5-4072-8dfa-30b0a54f2216" + "aa4b5cea-1084-40d8-be40-c24420e60746" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004748Z:f5b7020b-93d5-4072-8dfa-30b0a54f2216" + "NORTHEUROPE:20200808T082416Z:aa4b5cea-1084-40d8-be40-c24420e60746" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:47:47 GMT" + "Sat, 08 Aug 2020 08:24:15 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2871", - "azsmnet7927" + "azsmnet522", + "azsmnet5149" ], "GenerateServiceName": [ - "azs-1328" + "azs-4359" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithSearchModeAll.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithSearchModeAll.json index ea1f76aff969..e109d9fef361 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithSearchModeAll.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithSearchModeAll.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d4a8a75-3046-46c8-82d0-7c893f803906" + "137c7a6c-e8bd-43ef-bf3b-d5ecf8152a0c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1195" ], "x-ms-request-id": [ - "7f198e73-1a17-4295-a31f-52999bc6fc16" + "3a95eb1b-4bcb-4c02-b774-a1217d110e5d" ], "x-ms-correlation-request-id": [ - "7f198e73-1a17-4295-a31f-52999bc6fc16" + "3a95eb1b-4bcb-4c02-b774-a1217d110e5d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010737Z:7f198e73-1a17-4295-a31f-52999bc6fc16" + "NORTHEUROPE:20200808T085012Z:3a95eb1b-4bcb-4c02-b774-a1217d110e5d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:07:36 GMT" + "Sat, 08 Aug 2020 08:50:11 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8314?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MzE0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6807?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2ODA3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "76c072f9-5392-4dd2-b88b-a888857a1405" + "5efceb5f-c9c4-4c92-a25a-eb08ddc24129" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1196" ], "x-ms-request-id": [ - "e4950117-3f61-4393-8867-089fd0d46cc8" + "94366362-306d-4c7a-acb7-e5ca84f39537" ], "x-ms-correlation-request-id": [ - "e4950117-3f61-4393-8867-089fd0d46cc8" + "94366362-306d-4c7a-acb7-e5ca84f39537" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010738Z:e4950117-3f61-4393-8867-089fd0d46cc8" + "NORTHEUROPE:20200808T085013Z:94366362-306d-4c7a-acb7-e5ca84f39537" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:07:37 GMT" + "Sat, 08 Aug 2020 08:50:13 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8314\",\r\n \"name\": \"azsmnet8314\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6807\",\r\n \"name\": \"azsmnet6807\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8314/providers/Microsoft.Search/searchServices/azs-8460?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDYwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6807/providers/Microsoft.Search/searchServices/azs-7314?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzE0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3bace01c-a4ab-4766-bdcc-9fa4967dc9ef" + "c3bc3410-a7f7-45c0-84da-9d1d4cc46a0b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A07%3A41.1069953Z'\"" + "W/\"datetime'2020-08-08T08%3A50%3A18.8692349Z'\"" ], "x-ms-request-id": [ - "3bace01c-a4ab-4766-bdcc-9fa4967dc9ef" + "c3bc3410-a7f7-45c0-84da-9d1d4cc46a0b" ], "request-id": [ - "3bace01c-a4ab-4766-bdcc-9fa4967dc9ef" + "c3bc3410-a7f7-45c0-84da-9d1d4cc46a0b" ], "elapsed-time": [ - "1468" + "1872" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1193" ], "x-ms-correlation-request-id": [ - "409a0ecd-d9b2-4234-84e4-9ce641f69658" + "f404bf9b-b6d6-4f1a-b044-9a0bd815381e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010741Z:409a0ecd-d9b2-4234-84e4-9ce641f69658" + "NORTHEUROPE:20200808T085020Z:f404bf9b-b6d6-4f1a-b044-9a0bd815381e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:07:41 GMT" + "Sat, 08 Aug 2020 08:50:19 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8314/providers/Microsoft.Search/searchServices/azs-8460\",\r\n \"name\": \"azs-8460\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6807/providers/Microsoft.Search/searchServices/azs-7314\",\r\n \"name\": \"azs-7314\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8314/providers/Microsoft.Search/searchServices/azs-8460/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDYwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6807/providers/Microsoft.Search/searchServices/azs-7314/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzE0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1f3c87ea-32fc-4d48-861e-b52ea4058b1b" + "391a72d5-aec8-411c-959e-9eecfd066777" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "1f3c87ea-32fc-4d48-861e-b52ea4058b1b" + "391a72d5-aec8-411c-959e-9eecfd066777" ], "request-id": [ - "1f3c87ea-32fc-4d48-861e-b52ea4058b1b" + "391a72d5-aec8-411c-959e-9eecfd066777" ], "elapsed-time": [ - "473" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1193" ], "x-ms-correlation-request-id": [ - "481dc7bd-7c21-4b3d-83cf-800dab5398e2" + "dfd137cc-35b1-486b-9fea-924762f57025" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010744Z:481dc7bd-7c21-4b3d-83cf-800dab5398e2" + "NORTHEUROPE:20200808T085022Z:dfd137cc-35b1-486b-9fea-924762f57025" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:07:44 GMT" + "Sat, 08 Aug 2020 08:50:21 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"8C6757E31E3C2E1F6232EBEF7D7FAF32\",\r\n \"secondaryKey\": \"49876FDAF6C074D68A496D86F0172710\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"D37E1AFFABEB8C6BAFC1B7A1BEE8A1D3\",\r\n \"secondaryKey\": \"3298DCA4EA3E42C7347C2FFCC3C981D8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8314/providers/Microsoft.Search/searchServices/azs-8460/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDYwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6807/providers/Microsoft.Search/searchServices/azs-7314/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzE0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b168cf90-08c8-41bc-9b41-f4e835bc7830" + "3ec41a2e-143b-4e33-9691-3b14a6b7a77d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b168cf90-08c8-41bc-9b41-f4e835bc7830" + "3ec41a2e-143b-4e33-9691-3b14a6b7a77d" ], "request-id": [ - "b168cf90-08c8-41bc-9b41-f4e835bc7830" + "3ec41a2e-143b-4e33-9691-3b14a6b7a77d" ], "elapsed-time": [ - "300" + "288" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1192" ], "x-ms-correlation-request-id": [ - "0e3700c2-e878-4bf6-bd4f-ea016c3b5233" + "572200d1-7cbe-460e-ae3d-0dff88dd387e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010744Z:0e3700c2-e878-4bf6-bd4f-ea016c3b5233" + "NORTHEUROPE:20200808T085030Z:572200d1-7cbe-460e-ae3d-0dff88dd387e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:07:44 GMT" + "Sat, 08 Aug 2020 08:50:29 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"3F736096A609FE9C3FF424EC271169C6\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"7C3C65123E6273A3303421AFE4F3FF54\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7979\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2248\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8d74d0a4-df82-487b-941c-787730b5be7f" + "169e4077-ce75-47f6-a8ba-e09019ac0be6" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8C6757E31E3C2E1F6232EBEF7D7FAF32" + "D37E1AFFABEB8C6BAFC1B7A1BEE8A1D3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036CB38B9218\"" + "W/\"0x8D83B781C2A7D9C\"" ], "Location": [ - "https://azs-8460.search-dogfood.windows-int.net/indexes('azsmnet7979')?api-version=2019-05-06" + "https://azs-7314.search-dogfood.windows-int.net/indexes('azsmnet2248')?api-version=2019-05-06" ], "request-id": [ - "8d74d0a4-df82-487b-941c-787730b5be7f" + "169e4077-ce75-47f6-a8ba-e09019ac0be6" ], "elapsed-time": [ - "1171" + "778" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:07:47 GMT" + "Sat, 08 Aug 2020 08:50:32 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8460.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036CB38B9218\\\"\",\r\n \"name\": \"azsmnet7979\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7314.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B781C2A7D9C\\\"\",\r\n \"name\": \"azsmnet2248\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet7979')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3OTc5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet2248')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMjQ4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "0197b6c0-5b70-41e2-ac63-e6fe31ea1772" + "46b7cc08-28f0-4216-94e9-863868e3ae29" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "8C6757E31E3C2E1F6232EBEF7D7FAF32" + "D37E1AFFABEB8C6BAFC1B7A1BEE8A1D3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "0197b6c0-5b70-41e2-ac63-e6fe31ea1772" + "46b7cc08-28f0-4216-94e9-863868e3ae29" ], "elapsed-time": [ - "169" + "210" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:08:09 GMT" + "Sat, 08 Aug 2020 08:50:54 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7979')/docs?search=Cheapest%20hotel&api-version=2019-05-06&$count=false&queryType=simple&searchMode=all", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3OTc5JykvZG9jcz9zZWFyY2g9Q2hlYXBlc3QlMjBob3RlbCZhcGktdmVyc2lvbj0yMDE5LTA1LTA2JiRjb3VudD1mYWxzZSZxdWVyeVR5cGU9c2ltcGxlJnNlYXJjaE1vZGU9YWxs", + "RequestUri": "/indexes('azsmnet2248')/docs?search=Cheapest%20hotel&api-version=2019-05-06&$count=false&queryType=simple&searchMode=all", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMjQ4JykvZG9jcz9zZWFyY2g9Q2hlYXBlc3QlMjBob3RlbCZhcGktdmVyc2lvbj0yMDE5LTA1LTA2JiRjb3VudD1mYWxzZSZxdWVyeVR5cGU9c2ltcGxlJnNlYXJjaE1vZGU9YWxs", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "7de3ff99-7c4c-4b51-859b-7d029e9c6cc6" + "35c3d00a-2a70-4f44-90a9-44281c06af6b" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "3F736096A609FE9C3FF424EC271169C6" + "7C3C65123E6273A3303421AFE4F3FF54" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "7de3ff99-7c4c-4b51-859b-7d029e9c6cc6" + "35c3d00a-2a70-4f44-90a9-44281c06af6b" ], "elapsed-time": [ - "40" + "177" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:08:13 GMT" + "Sat, 08 Aug 2020 08:50:58 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -537,28 +537,28 @@ "-1" ], "Content-Length": [ - "502" + "501" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 0.30154645,\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00Z\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 4.3545203,\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00Z\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8314/providers/Microsoft.Search/searchServices/azs-8460?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDYwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6807/providers/Microsoft.Search/searchServices/azs-7314?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzE0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0bf7d2f3-73f9-40ce-8e50-afc2789d9220" + "790ecc50-f9d3-4949-a3d4-523d65d85b73" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14989" + ], "x-ms-request-id": [ - "0bf7d2f3-73f9-40ce-8e50-afc2789d9220" + "0c720d70-2aa9-4da1-94c5-b19830566245" ], - "request-id": [ - "0bf7d2f3-73f9-40ce-8e50-afc2789d9220" + "x-ms-correlation-request-id": [ + "0c720d70-2aa9-4da1-94c5-b19830566245" ], - "elapsed-time": [ - "1013" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T085107Z:0c720d70-2aa9-4da1-94c5-b19830566245" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14988" - ], - "x-ms-correlation-request-id": [ - "43658359-6516-4a39-b384-7b8f2cd67b99" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010818Z:43658359-6516-4a39-b384-7b8f2cd67b99" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:08:18 GMT" + "Sat, 08 Aug 2020 08:51:07 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8314", - "azsmnet7979" + "azsmnet6807", + "azsmnet2248" ], "GenerateServiceName": [ - "azs-8460" + "azs-7314" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithSelectedFields.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithSelectedFields.json index ae140f4716f6..ea05ae3396ff 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithSelectedFields.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithSelectedFields.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76cb3711-a6ae-464a-b015-3f9b1415666f" + "3f09eca3-e55c-4599-bad1-4972ea4d2a72" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1195" ], "x-ms-request-id": [ - "158ec3dc-2e6c-4609-8b4a-a17eb728e6a0" + "663407d8-c1a1-46b1-8d54-385b8723a79a" ], "x-ms-correlation-request-id": [ - "158ec3dc-2e6c-4609-8b4a-a17eb728e6a0" + "663407d8-c1a1-46b1-8d54-385b8723a79a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010158Z:158ec3dc-2e6c-4609-8b4a-a17eb728e6a0" + "NORTHEUROPE:20200808T084206Z:663407d8-c1a1-46b1-8d54-385b8723a79a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:01:58 GMT" + "Sat, 08 Aug 2020 08:42:05 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8666?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NjY2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3254?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMjU0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c5d0480d-13b5-48ec-8f21-dd9eb478ae03" + "7bac14ba-2e56-43a1-a170-18b17a3af80b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1196" ], "x-ms-request-id": [ - "fb81ef64-dd2f-4058-b32e-b5f404ea7158" + "bf0b525f-50af-47b5-9487-1d42de31bebf" ], "x-ms-correlation-request-id": [ - "fb81ef64-dd2f-4058-b32e-b5f404ea7158" + "bf0b525f-50af-47b5-9487-1d42de31bebf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010159Z:fb81ef64-dd2f-4058-b32e-b5f404ea7158" + "NORTHEUROPE:20200808T084208Z:bf0b525f-50af-47b5-9487-1d42de31bebf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:01:59 GMT" + "Sat, 08 Aug 2020 08:42:07 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8666\",\r\n \"name\": \"azsmnet8666\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3254\",\r\n \"name\": \"azsmnet3254\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8666/providers/Microsoft.Search/searchServices/azs-7927?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTI3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3254/providers/Microsoft.Search/searchServices/azs-8136?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MTM2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5dbee4ad-19b8-4544-a189-d2fa8db341da" + "fb71f576-1855-472a-85dc-e625ba423a21" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A02%3A04.3317973Z'\"" + "W/\"datetime'2020-08-08T08%3A42%3A14.2004919Z'\"" ], "x-ms-request-id": [ - "5dbee4ad-19b8-4544-a189-d2fa8db341da" + "fb71f576-1855-472a-85dc-e625ba423a21" ], "request-id": [ - "5dbee4ad-19b8-4544-a189-d2fa8db341da" + "fb71f576-1855-472a-85dc-e625ba423a21" ], "elapsed-time": [ - "2159" + "1919" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1197" ], "x-ms-correlation-request-id": [ - "cb8ab3de-94a7-45fc-8da6-76f8f573e1cd" + "2c9ca101-2bae-4e18-8bab-e3dce442ab82" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010205Z:cb8ab3de-94a7-45fc-8da6-76f8f573e1cd" + "NORTHEUROPE:20200808T084215Z:2c9ca101-2bae-4e18-8bab-e3dce442ab82" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:02:04 GMT" + "Sat, 08 Aug 2020 08:42:14 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8666/providers/Microsoft.Search/searchServices/azs-7927\",\r\n \"name\": \"azs-7927\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3254/providers/Microsoft.Search/searchServices/azs-8136\",\r\n \"name\": \"azs-8136\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8666/providers/Microsoft.Search/searchServices/azs-7927/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTI3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3254/providers/Microsoft.Search/searchServices/azs-8136/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MTM2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "334cd353-5832-49d4-933b-21c8b96e621b" + "7d008f29-132c-4e3c-9c54-86aa87abd1b8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "334cd353-5832-49d4-933b-21c8b96e621b" + "7d008f29-132c-4e3c-9c54-86aa87abd1b8" ], "request-id": [ - "334cd353-5832-49d4-933b-21c8b96e621b" + "7d008f29-132c-4e3c-9c54-86aa87abd1b8" ], "elapsed-time": [ - "90" + "138" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1197" ], "x-ms-correlation-request-id": [ - "16f8654c-ca7b-4dff-b0b8-d23135a04d92" + "0c24cd37-13a8-4a25-bd5f-d4c10effab34" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010207Z:16f8654c-ca7b-4dff-b0b8-d23135a04d92" + "NORTHEUROPE:20200808T084218Z:0c24cd37-13a8-4a25-bd5f-d4c10effab34" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:02:07 GMT" + "Sat, 08 Aug 2020 08:42:18 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"49A28B70AA769DD78CB9D59AA52A53CA\",\r\n \"secondaryKey\": \"2CB44E0C573F078817F71798C414EBAF\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"A3724953B30ABFE39EE0314099801CC6\",\r\n \"secondaryKey\": \"91DE43F1CDA1B659DFDC7DA09B3CF83C\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8666/providers/Microsoft.Search/searchServices/azs-7927/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTI3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3254/providers/Microsoft.Search/searchServices/azs-8136/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MTM2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aed934bc-ee75-4454-8e17-9d39e7fa77bb" + "0df9884e-72d1-4c6e-983b-9221512c8a6f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "aed934bc-ee75-4454-8e17-9d39e7fa77bb" + "0df9884e-72d1-4c6e-983b-9221512c8a6f" ], "request-id": [ - "aed934bc-ee75-4454-8e17-9d39e7fa77bb" + "0df9884e-72d1-4c6e-983b-9221512c8a6f" ], "elapsed-time": [ - "358" + "98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1196" ], "x-ms-correlation-request-id": [ - "22029ae9-71a9-4784-8eda-46ba701d7cd8" + "0e8e5bc9-3dee-4863-bb56-3fe3f0d154ca" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010208Z:22029ae9-71a9-4784-8eda-46ba701d7cd8" + "NORTHEUROPE:20200808T084219Z:0e8e5bc9-3dee-4863-bb56-3fe3f0d154ca" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:02:07 GMT" + "Sat, 08 Aug 2020 08:42:18 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"8AB09089FD3493B1DC901A9F20E725DC\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"DCC047C22BAE7E6B262408C5E80A8CDA\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3620\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6073\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "e6af9e44-6a83-46e6-a903-97e2d11eef2e" + "e1f19289-1ee6-4a89-a199-b0146472a7f5" ], "Accept-Language": [ "en-US" ], "api-key": [ - "49A28B70AA769DD78CB9D59AA52A53CA" + "A3724953B30ABFE39EE0314099801CC6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036BEABB848E\"" + "W/\"0x8D83B76F7AA65A3\"" ], "Location": [ - "https://azs-7927.search-dogfood.windows-int.net/indexes('azsmnet3620')?api-version=2019-05-06" + "https://azs-8136.search-dogfood.windows-int.net/indexes('azsmnet6073')?api-version=2019-05-06" ], "request-id": [ - "e6af9e44-6a83-46e6-a903-97e2d11eef2e" + "e1f19289-1ee6-4a89-a199-b0146472a7f5" ], "elapsed-time": [ - "1283" + "1493" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:02:10 GMT" + "Sat, 08 Aug 2020 08:42:22 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7927.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036BEABB848E\\\"\",\r\n \"name\": \"azsmnet3620\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8136.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B76F7AA65A3\\\"\",\r\n \"name\": \"azsmnet6073\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet3620')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNjIwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6073')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MDczJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8602777e-9f2d-4233-89f6-5cc8007db936" + "4cb4d881-edaa-4de4-8327-e9b8bb97ebcf" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "49A28B70AA769DD78CB9D59AA52A53CA" + "A3724953B30ABFE39EE0314099801CC6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "8602777e-9f2d-4233-89f6-5cc8007db936" + "4cb4d881-edaa-4de4-8327-e9b8bb97ebcf" ], "elapsed-time": [ - "207" + "189" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:02:32 GMT" + "Sat, 08 Aug 2020 08:42:43 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3620')/docs?search=fancy%20luxury%20secret&api-version=2019-05-06&$count=false&queryType=simple&searchFields=category%2ChotelName&searchMode=any&$select=hotelName%2Crating%2Caddress%2Fcity%2Crooms%2Ftype", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNjIwJykvZG9jcz9zZWFyY2g9ZmFuY3klMjBsdXh1cnklMjBzZWNyZXQmYXBpLXZlcnNpb249MjAxOS0wNS0wNiYkY291bnQ9ZmFsc2UmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hGaWVsZHM9Y2F0ZWdvcnklMkNob3RlbE5hbWUmc2VhcmNoTW9kZT1hbnkmJHNlbGVjdD1ob3RlbE5hbWUlMkNyYXRpbmclMkNhZGRyZXNzJTJGY2l0eSUyQ3Jvb21zJTJGdHlwZQ==", + "RequestUri": "/indexes('azsmnet6073')/docs?search=fancy%20luxury%20secret&api-version=2019-05-06&$count=false&queryType=simple&searchFields=category%2ChotelName&searchMode=any&$select=hotelName%2Crating%2Caddress%2Fcity%2Crooms%2Ftype", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MDczJykvZG9jcz9zZWFyY2g9ZmFuY3klMjBsdXh1cnklMjBzZWNyZXQmYXBpLXZlcnNpb249MjAxOS0wNS0wNiYkY291bnQ9ZmFsc2UmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hGaWVsZHM9Y2F0ZWdvcnklMkNob3RlbE5hbWUmc2VhcmNoTW9kZT1hbnkmJHNlbGVjdD1ob3RlbE5hbWUlMkNyYXRpbmclMkNhZGRyZXNzJTJGY2l0eSUyQ3Jvb21zJTJGdHlwZQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "931873b6-7c84-4352-9f01-4dc9d1461ae0" + "11d71a9c-8c03-42f3-95db-a4f4fbacea9e" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "8AB09089FD3493B1DC901A9F20E725DC" + "DCC047C22BAE7E6B262408C5E80A8CDA" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "931873b6-7c84-4352-9f01-4dc9d1461ae0" + "11d71a9c-8c03-42f3-95db-a4f4fbacea9e" ], "elapsed-time": [ - "44" + "129" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:02:35 GMT" + "Sat, 08 Aug 2020 08:42:46 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -537,28 +537,28 @@ "-1" ], "Content-Length": [ - "260" + "259" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.1593354,\r\n \"hotelName\": \"Fancy Stay\",\r\n \"rating\": 5,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 0.17835927,\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"rating\": 4,\r\n \"address\": {\r\n \"city\": \"New York\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"type\": \"Budget Room\"\r\n },\r\n {\r\n \"type\": \"Budget Room\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 3.1617427,\r\n \"hotelName\": \"Fancy Stay\",\r\n \"rating\": 5,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.1383567,\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"rating\": 4,\r\n \"address\": {\r\n \"city\": \"New York\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"type\": \"Budget Room\"\r\n },\r\n {\r\n \"type\": \"Budget Room\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8666/providers/Microsoft.Search/searchServices/azs-7927?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTI3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3254/providers/Microsoft.Search/searchServices/azs-8136?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MTM2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d53f620b-2164-4f3a-9ca2-b260f4083ee1" + "0922e443-76ca-4aa6-9fff-e71f95c2b130" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14990" + ], "x-ms-request-id": [ - "d53f620b-2164-4f3a-9ca2-b260f4083ee1" + "0e8dfa39-e633-4912-a585-6461ad904ac8" ], - "request-id": [ - "d53f620b-2164-4f3a-9ca2-b260f4083ee1" + "x-ms-correlation-request-id": [ + "0e8dfa39-e633-4912-a585-6461ad904ac8" ], - "elapsed-time": [ - "899" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T084257Z:0e8dfa39-e633-4912-a585-6461ad904ac8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "9119ea22-0c3b-44e1-b85d-050a63d2c2c8" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010239Z:9119ea22-0c3b-44e1-b85d-050a63d2c2c8" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:02:38 GMT" + "Sat, 08 Aug 2020 08:42:57 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8666", - "azsmnet3620" + "azsmnet3254", + "azsmnet6073" ], "GenerateServiceName": [ - "azs-7927" + "azs-8136" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithSpecialCharsInRegex.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithSpecialCharsInRegex.json index 13167a9bcedb..9d5a59ae55f6 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithSpecialCharsInRegex.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithSpecialCharsInRegex.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "29625ab0-b9d0-49cb-9d5a-df0a09076d13" + "4c1f705d-edef-44a9-94fa-e37aa49f59a7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1199" ], "x-ms-request-id": [ - "d98a543c-a2c6-4c10-bc05-d81c043763ad" + "8b994491-77a8-424c-9db6-10341238be30" ], "x-ms-correlation-request-id": [ - "d98a543c-a2c6-4c10-bc05-d81c043763ad" + "8b994491-77a8-424c-9db6-10341238be30" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004619Z:d98a543c-a2c6-4c10-bc05-d81c043763ad" + "NORTHEUROPE:20200808T082211Z:8b994491-77a8-424c-9db6-10341238be30" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:46:19 GMT" + "Sat, 08 Aug 2020 08:22:11 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5433?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NDMzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9633?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NjMzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "58c3b373-086d-476d-9ca3-408b1887b9a7" + "5cba08ea-4b69-4a1d-84f2-4539be935aba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1199" ], "x-ms-request-id": [ - "d99c6dc0-26dc-49e4-9da8-614eff31d9ae" + "7f6d19a4-d346-45fb-ac1a-1a9ce36daca4" ], "x-ms-correlation-request-id": [ - "d99c6dc0-26dc-49e4-9da8-614eff31d9ae" + "7f6d19a4-d346-45fb-ac1a-1a9ce36daca4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004620Z:d99c6dc0-26dc-49e4-9da8-614eff31d9ae" + "NORTHEUROPE:20200808T082213Z:7f6d19a4-d346-45fb-ac1a-1a9ce36daca4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:46:19 GMT" + "Sat, 08 Aug 2020 08:22:13 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5433\",\r\n \"name\": \"azsmnet5433\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9633\",\r\n \"name\": \"azsmnet9633\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5433/providers/Microsoft.Search/searchServices/azs-5055?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MDU1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9633/providers/Microsoft.Search/searchServices/azs-1055?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NjMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMDU1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3600fc9a-9dc1-48e8-81e1-57a34c5a2184" + "c517c740-bf68-4c8a-8130-43a8671cb5ae" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A46%3A23.8404405Z'\"" + "W/\"datetime'2020-08-08T08%3A22%3A19.0171404Z'\"" ], "x-ms-request-id": [ - "3600fc9a-9dc1-48e8-81e1-57a34c5a2184" + "c517c740-bf68-4c8a-8130-43a8671cb5ae" ], "request-id": [ - "3600fc9a-9dc1-48e8-81e1-57a34c5a2184" + "c517c740-bf68-4c8a-8130-43a8671cb5ae" ], "elapsed-time": [ - "1152" + "1733" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1194" ], "x-ms-correlation-request-id": [ - "74d4a40a-0552-41ab-bc29-b0e9c89b0ed0" + "f9aaa93e-00ba-4929-92fa-d968f926a45b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004624Z:74d4a40a-0552-41ab-bc29-b0e9c89b0ed0" + "NORTHEUROPE:20200808T082220Z:f9aaa93e-00ba-4929-92fa-d968f926a45b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:46:23 GMT" + "Sat, 08 Aug 2020 08:22:19 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5433/providers/Microsoft.Search/searchServices/azs-5055\",\r\n \"name\": \"azs-5055\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9633/providers/Microsoft.Search/searchServices/azs-1055\",\r\n \"name\": \"azs-1055\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5433/providers/Microsoft.Search/searchServices/azs-5055/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MDU1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9633/providers/Microsoft.Search/searchServices/azs-1055/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NjMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMDU1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1326e0a1-58e6-4f06-a6dd-128c63c87ff5" + "7a982bc5-b28c-4657-87d8-d114bc503cc7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "1326e0a1-58e6-4f06-a6dd-128c63c87ff5" + "7a982bc5-b28c-4657-87d8-d114bc503cc7" ], "request-id": [ - "1326e0a1-58e6-4f06-a6dd-128c63c87ff5" + "7a982bc5-b28c-4657-87d8-d114bc503cc7" ], "elapsed-time": [ - "96" + "92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1192" ], "x-ms-correlation-request-id": [ - "84ad7250-73d4-46e9-895b-a508ffe3af59" + "080d05cf-728f-452c-b289-bec54f7976ec" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004626Z:84ad7250-73d4-46e9-895b-a508ffe3af59" + "NORTHEUROPE:20200808T082222Z:080d05cf-728f-452c-b289-bec54f7976ec" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:46:26 GMT" + "Sat, 08 Aug 2020 08:22:21 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"EA2D533608455E7D405D6DE87ACC10A4\",\r\n \"secondaryKey\": \"21ACD88FC40D13EA282B31D0FE53AC7A\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"B054D666EAC1B959D46FE27519FB5289\",\r\n \"secondaryKey\": \"5AC2A64E5FF41C936FDAEAB7E9213EA4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5433/providers/Microsoft.Search/searchServices/azs-5055/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MDU1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9633/providers/Microsoft.Search/searchServices/azs-1055/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NjMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMDU1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d9692ac4-ebe7-49dc-8794-39dc9dda8fd4" + "e30bd310-f28b-4c35-811c-2765da4408d4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d9692ac4-ebe7-49dc-8794-39dc9dda8fd4" + "e30bd310-f28b-4c35-811c-2765da4408d4" ], "request-id": [ - "d9692ac4-ebe7-49dc-8794-39dc9dda8fd4" + "e30bd310-f28b-4c35-811c-2765da4408d4" ], "elapsed-time": [ - "100" + "95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1191" ], "x-ms-correlation-request-id": [ - "10cf0f32-e14e-4421-8584-30a9a095bbb4" + "72e21717-8f15-49d9-b99d-0e0f89dfb8e8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004627Z:10cf0f32-e14e-4421-8584-30a9a095bbb4" + "NORTHEUROPE:20200808T082223Z:72e21717-8f15-49d9-b99d-0e0f89dfb8e8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:46:27 GMT" + "Sat, 08 Aug 2020 08:22:22 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"8DA722285860E52B8A5789C6DF199539\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"2DCF43FB257D171405207FFE69F28E59\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1832\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6139\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "7ed9ca32-9c11-46c2-b0e8-c3fa85ae9d26" + "e8f6d008-751a-496f-9238-777ef24ed75f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "EA2D533608455E7D405D6DE87ACC10A4" + "B054D666EAC1B959D46FE27519FB5289" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80369BA20B6C1\"" + "W/\"0x8D83B742E9B8A9C\"" ], "Location": [ - "https://azs-5055.search-dogfood.windows-int.net/indexes('azsmnet1832')?api-version=2019-05-06" + "https://azs-1055.search-dogfood.windows-int.net/indexes('azsmnet6139')?api-version=2019-05-06" ], "request-id": [ - "7ed9ca32-9c11-46c2-b0e8-c3fa85ae9d26" + "e8f6d008-751a-496f-9238-777ef24ed75f" ], "elapsed-time": [ - "1216" + "797" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:46:30 GMT" + "Sat, 08 Aug 2020 08:22:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5055.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80369BA20B6C1\\\"\",\r\n \"name\": \"azsmnet1832\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1055.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B742E9B8A9C\\\"\",\r\n \"name\": \"azsmnet6139\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet1832')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxODMyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6139')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MTM5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "d1d8c4a0-2744-4b80-9ab2-d39b0aaa675e" + "84a926b9-4e93-4292-b52b-974c09372062" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "EA2D533608455E7D405D6DE87ACC10A4" + "B054D666EAC1B959D46FE27519FB5289" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "d1d8c4a0-2744-4b80-9ab2-d39b0aaa675e" + "84a926b9-4e93-4292-b52b-974c09372062" ], "elapsed-time": [ - "164" + "173" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:46:51 GMT" + "Sat, 08 Aug 2020 08:22:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet1832')/docs?search=%2F%5C%2B%5C-%5C%26%5C%7C%5C%21%5C%28%5C%29%5C%7B%5C%7D%5C%5B%5C%5D%5C%5E%5C%22%5C%5C~%5C%2A%5C%3F%5C%3A%5C%5C%5C%2F%2F&api-version=2019-05-06&$count=false&queryType=full&searchMode=any", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxODMyJykvZG9jcz9zZWFyY2g9JTJGJTVDJTJCJTVDLSU1QyUyNiU1QyU3QyU1QyUyMSU1QyUyOCU1QyUyOSU1QyU3QiU1QyU3RCU1QyU1QiU1QyU1RCU1QyU1RSU1QyUyMiU1QyU1Q34lNUMlMkElNUMlM0YlNUMlM0ElNUMlNUMlNUMlMkYlMkYmYXBpLXZlcnNpb249MjAxOS0wNS0wNiYkY291bnQ9ZmFsc2UmcXVlcnlUeXBlPWZ1bGwmc2VhcmNoTW9kZT1hbnk=", + "RequestUri": "/indexes('azsmnet6139')/docs?search=%2F%5C%2B%5C-%5C%26%5C%7C%5C%21%5C%28%5C%29%5C%7B%5C%7D%5C%5B%5C%5D%5C%5E%5C%22%5C%5C~%5C%2A%5C%3F%5C%3A%5C%5C%5C%2F%2F&api-version=2019-05-06&$count=false&queryType=full&searchMode=any", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MTM5JykvZG9jcz9zZWFyY2g9JTJGJTVDJTJCJTVDLSU1QyUyNiU1QyU3QyU1QyUyMSU1QyUyOCU1QyUyOSU1QyU3QiU1QyU3RCU1QyU1QiU1QyU1RCU1QyU1RSU1QyUyMiU1QyU1Q34lNUMlMkElNUMlM0YlNUMlM0ElNUMlNUMlNUMlMkYlMkYmYXBpLXZlcnNpb249MjAxOS0wNS0wNiYkY291bnQ9ZmFsc2UmcXVlcnlUeXBlPWZ1bGwmc2VhcmNoTW9kZT1hbnk=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "13db3def-5acc-4ed9-9347-a2923a08b5e4" + "0a266d6b-bc6a-4792-a627-f00cb40f7c72" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "8DA722285860E52B8A5789C6DF199539" + "2DCF43FB257D171405207FFE69F28E59" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "13db3def-5acc-4ed9-9347-a2923a08b5e4" + "0a266d6b-bc6a-4792-a627-f00cb40f7c72" ], "elapsed-time": [ - "385" + "172" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:46:55 GMT" + "Sat, 08 Aug 2020 08:22:51 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5433/providers/Microsoft.Search/searchServices/azs-5055?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MDU1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9633/providers/Microsoft.Search/searchServices/azs-1055?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NjMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMDU1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "62375646-515c-44f0-9156-e92131d07316" + "21dcd8f4-e1b7-4e41-b2eb-357a48d60bcb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14987" + ], "x-ms-request-id": [ - "62375646-515c-44f0-9156-e92131d07316" + "85014f53-152b-4e3c-8543-b460a03b2b1c" ], - "request-id": [ - "62375646-515c-44f0-9156-e92131d07316" + "x-ms-correlation-request-id": [ + "85014f53-152b-4e3c-8543-b460a03b2b1c" ], - "elapsed-time": [ - "1002" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T082319Z:85014f53-152b-4e3c-8543-b460a03b2b1c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" - ], - "x-ms-correlation-request-id": [ - "2342256c-899a-46c4-932c-7c5e48c17895" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004700Z:2342256c-899a-46c4-932c-7c5e48c17895" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:46:59 GMT" + "Sat, 08 Aug 2020 08:23:19 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5433", - "azsmnet1832" + "azsmnet9633", + "azsmnet6139" ], "GenerateServiceName": [ - "azs-5055" + "azs-1055" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithSynonyms.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithSynonyms.json index c42b680e7509..4ca3dc749b26 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithSynonyms.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithSynonyms.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "42a9868c-9643-45e2-bb58-7f71148a7437" + "da09163e-b51e-4926-a9da-88cbd524b3f5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "06fcd22f-d221-4582-a69a-385f282b7e49" + "5f1ea14b-336b-437f-bec1-75b63c7edbcd" ], "x-ms-correlation-request-id": [ - "06fcd22f-d221-4582-a69a-385f282b7e49" + "5f1ea14b-336b-437f-bec1-75b63c7edbcd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T170521Z:06fcd22f-d221-4582-a69a-385f282b7e49" + "NORTHEUROPE:20200808T185127Z:5f1ea14b-336b-437f-bec1-75b63c7edbcd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 17:05:20 GMT" + "Sat, 08 Aug 2020 18:51:26 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet149?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxNDk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3108?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMTA4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ce83fe97-815c-4369-92e8-0c6ec9980fb0" + "ef9c618c-d82b-4d2e-992c-a13783b1ff1f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "c864847b-7f54-428b-b70e-22366cb2de85" + "b2eb2004-49cd-4b12-8aab-20aa9a36d616" ], "x-ms-correlation-request-id": [ - "c864847b-7f54-428b-b70e-22366cb2de85" + "b2eb2004-49cd-4b12-8aab-20aa9a36d616" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T170522Z:c864847b-7f54-428b-b70e-22366cb2de85" + "NORTHEUROPE:20200808T185128Z:b2eb2004-49cd-4b12-8aab-20aa9a36d616" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 17:05:22 GMT" + "Sat, 08 Aug 2020 18:51:28 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet149\",\r\n \"name\": \"azsmnet149\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3108\",\r\n \"name\": \"azsmnet3108\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet149/providers/Microsoft.Search/searchServices/azs-966?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk2Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3108/providers/Microsoft.Search/searchServices/azs-6804?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODA0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "545e5a04-b59f-4910-b7fc-48aba15653c5" + "fd09b79a-a148-4452-9146-a1c6e2497b82" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,16 +159,16 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A05%3A32.9784679Z'\"" + "W/\"datetime'2020-08-08T18%3A51%3A34.3804549Z'\"" ], "x-ms-request-id": [ - "545e5a04-b59f-4910-b7fc-48aba15653c5" + "fd09b79a-a148-4452-9146-a1c6e2497b82" ], "request-id": [ - "545e5a04-b59f-4910-b7fc-48aba15653c5" + "fd09b79a-a148-4452-9146-a1c6e2497b82" ], "elapsed-time": [ - "3202" + "1762" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,19 +177,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "55245412-d377-4a34-81c6-97362ccdb2c7" + "4ef0661c-c887-4d26-98ce-35b09d763c5f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T170534Z:55245412-d377-4a34-81c6-97362ccdb2c7" + "NORTHEUROPE:20200808T185136Z:4ef0661c-c887-4d26-98ce-35b09d763c5f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 17:05:33 GMT" + "Sat, 08 Aug 2020 18:51:35 GMT" ], "Content-Length": [ - "526" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet149/providers/Microsoft.Search/searchServices/azs-966\",\r\n \"name\": \"azs-966\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3108/providers/Microsoft.Search/searchServices/azs-6804\",\r\n \"name\": \"azs-6804\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet149/providers/Microsoft.Search/searchServices/azs-966/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk2Ni9saXN0QWRtaW5LZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3108/providers/Microsoft.Search/searchServices/azs-6804/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODA0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1eea1e99-ad3b-413c-b6e1-a6a4a39bff21" + "5fab37ed-01d6-4eb8-a5b7-0abacc3c8ae6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,13 +231,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "1eea1e99-ad3b-413c-b6e1-a6a4a39bff21" + "5fab37ed-01d6-4eb8-a5b7-0abacc3c8ae6" ], "request-id": [ - "1eea1e99-ad3b-413c-b6e1-a6a4a39bff21" + "5fab37ed-01d6-4eb8-a5b7-0abacc3c8ae6" ], "elapsed-time": [ - "335" + "396" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -246,16 +246,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "b918dc93-42c2-438a-9abb-616beddf5ec1" + "1610b505-3a47-4fee-a0d0-a24e226d84d3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T170558Z:b918dc93-42c2-438a-9abb-616beddf5ec1" + "NORTHEUROPE:20200808T185138Z:1610b505-3a47-4fee-a0d0-a24e226d84d3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 17:05:57 GMT" + "Sat, 08 Aug 2020 18:51:38 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"F85203FFBA8C40B2D07BFC23124F7DB5\",\r\n \"secondaryKey\": \"359B749FEB955486695803CB91758C3B\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"20053B4156F50D2F2713C49411EFFBC0\",\r\n \"secondaryKey\": \"7FCCA4AFE0212A1F41BB9010EF951AE8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet149/providers/Microsoft.Search/searchServices/azs-966/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk2Ni9saXN0UXVlcnlLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3108/providers/Microsoft.Search/searchServices/azs-6804/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODA0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "440500af-fd12-4245-aed0-459946656298" + "a1ac79cf-9469-40d1-91ba-730b72563872" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,13 +300,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "440500af-fd12-4245-aed0-459946656298" + "a1ac79cf-9469-40d1-91ba-730b72563872" ], "request-id": [ - "440500af-fd12-4245-aed0-459946656298" + "a1ac79cf-9469-40d1-91ba-730b72563872" ], "elapsed-time": [ - "98" + "332" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -315,16 +315,16 @@ "1198" ], "x-ms-correlation-request-id": [ - "7c35f05d-2a84-4355-8aee-29e7b4f6da73" + "7547e5ad-4d75-4b61-bdb6-426123a30fc7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T170558Z:7c35f05d-2a84-4355-8aee-29e7b4f6da73" + "NORTHEUROPE:20200808T185139Z:7547e5ad-4d75-4b61-bdb6-426123a30fc7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 17:05:58 GMT" + "Sat, 08 Aug 2020 18:51:39 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"875B575FD6CB474353FBCA85BAEF99A1\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B747BDDDDCCAAA53E81ACEEB1FCD0A59\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5975\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5934\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "0b842dd1-2c82-4c26-8d94-dee54fcb4289" + "fd5333f2-edd2-44d4-958c-e88133ba393c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F85203FFBA8C40B2D07BFC23124F7DB5" + "20053B4156F50D2F2713C49411EFFBC0" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803F2936D5D65\"" + "W/\"0x8D83BCC1726B0AA\"" ], "Location": [ - "https://azs-966.search-dogfood.windows-int.net/indexes('azsmnet5975')?api-version=2019-05-06" + "https://azs-6804.search-dogfood.windows-int.net/indexes('azsmnet5934')?api-version=2019-05-06" ], "request-id": [ - "0b842dd1-2c82-4c26-8d94-dee54fcb4289" + "fd5333f2-edd2-44d4-958c-e88133ba393c" ], "elapsed-time": [ - "4673" + "765" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 17:06:06 GMT" + "Sat, 08 Aug 2020 18:51:41 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-966.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803F2936D5D65\\\"\",\r\n \"name\": \"azsmnet5975\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6804.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83BCC1726B0AA\\\"\",\r\n \"name\": \"azsmnet5934\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet5975')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1OTc1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5934')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1OTM0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "b291df8d-33a7-4c9d-bd05-737b3ff15bd3" + "dd271d94-8b44-4c8c-b37e-1a1a92882e54" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "F85203FFBA8C40B2D07BFC23124F7DB5" + "20053B4156F50D2F2713C49411EFFBC0" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "b291df8d-33a7-4c9d-bd05-737b3ff15bd3" + "dd271d94-8b44-4c8c-b37e-1a1a92882e54" ], "elapsed-time": [ - "526" + "187" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 17:06:29 GMT" + "Sat, 08 Aug 2020 18:52:03 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -487,18 +487,18 @@ "RequestBody": "{\r\n \"name\": \"names\",\r\n \"synonyms\": \"luxury,fancy\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "9f959e6f-99d7-44dd-8645-4175f1b04ebe" + "8e7fb373-3c7d-46da-9d7d-cd7bafa6cdbe" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F85203FFBA8C40B2D07BFC23124F7DB5" + "20053B4156F50D2F2713C49411EFFBC0" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -516,16 +516,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803F2A361F798\"" + "W/\"0x8D83BCC26593E22\"" ], "Location": [ - "https://azs-966.search-dogfood.windows-int.net/synonymmaps('names')?api-version=2019-05-06" + "https://azs-6804.search-dogfood.windows-int.net/synonymmaps('names')?api-version=2019-05-06" ], "request-id": [ - "9f959e6f-99d7-44dd-8645-4175f1b04ebe" + "8e7fb373-3c7d-46da-9d7d-cd7bafa6cdbe" ], "elapsed-time": [ - "317" + "26" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 17:06:33 GMT" + "Sat, 08 Aug 2020 18:52:07 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -546,31 +546,31 @@ "-1" ], "Content-Length": [ - "213" + "214" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-966.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803F2A361F798\\\"\",\r\n \"name\": \"names\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"luxury,fancy\",\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6804.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83BCC26593E22\\\"\",\r\n \"name\": \"names\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"luxury,fancy\",\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet5975')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1OTc1Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5934')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1OTM0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "7eda92a0-2944-4a0d-a34b-955e9b87b8cc" + "78fa18de-432f-4796-9c73-5b24d40c95b2" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F85203FFBA8C40B2D07BFC23124F7DB5" + "20053B4156F50D2F2713C49411EFFBC0" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -582,13 +582,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803F2936D5D65\"" + "W/\"0x8D83BCC1726B0AA\"" ], "request-id": [ - "7eda92a0-2944-4a0d-a34b-955e9b87b8cc" + "78fa18de-432f-4796-9c73-5b24d40c95b2" ], "elapsed-time": [ - "1430" + "60" ], "OData-Version": [ "4.0" @@ -600,7 +600,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 17:06:36 GMT" + "Sat, 08 Aug 2020 18:52:08 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -609,20 +609,20 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-966.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803F2936D5D65\\\"\",\r\n \"name\": \"azsmnet5975\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6804.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83BCC1726B0AA\\\"\",\r\n \"name\": \"azsmnet5934\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet5975')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1OTc1Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5934')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1OTM0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet5975\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": [\r\n \"names\"\r\n ]\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"@odata.etag\": \"\\\"0x8D803F2936D5D65\\\"\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5934\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": [\r\n \"names\"\r\n ]\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"@odata.etag\": \"\\\"0x8D83BCC1726B0AA\\\"\"\r\n}", "RequestHeaders": { "client-request-id": [ - "4cdb9074-c820-4ba5-b883-9f8bbad2aa8a" + "284d0591-0089-4b62-997c-8cf433d53b84" ], "Prefer": [ "return=representation" @@ -631,12 +631,12 @@ "en-US" ], "api-key": [ - "F85203FFBA8C40B2D07BFC23124F7DB5" + "20053B4156F50D2F2713C49411EFFBC0" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -654,13 +654,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803F2A5AFCF19\"" + "W/\"0x8D83BCC2747CF94\"" ], "request-id": [ - "4cdb9074-c820-4ba5-b883-9f8bbad2aa8a" + "284d0591-0089-4b62-997c-8cf433d53b84" ], "elapsed-time": [ - "968" + "211" ], "OData-Version": [ "4.0" @@ -672,7 +672,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 17:06:37 GMT" + "Sat, 08 Aug 2020 18:52:08 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -681,20 +681,20 @@ "-1" ], "Content-Length": [ - "6153" + "6154" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-966.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803F2A5AFCF19\\\"\",\r\n \"name\": \"azsmnet5975\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": [\r\n \"names\"\r\n ]\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6804.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83BCC2747CF94\\\"\",\r\n \"name\": \"azsmnet5934\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": [\r\n \"names\"\r\n ]\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet5975')/docs?search=luxury&api-version=2019-05-06&$count=false&queryType=full&searchFields=hotelName&searchMode=any&$select=hotelName%2Crating", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1OTc1JykvZG9jcz9zZWFyY2g9bHV4dXJ5JmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJnF1ZXJ5VHlwZT1mdWxsJnNlYXJjaEZpZWxkcz1ob3RlbE5hbWUmc2VhcmNoTW9kZT1hbnkmJHNlbGVjdD1ob3RlbE5hbWUlMkNyYXRpbmc=", + "RequestUri": "/indexes('azsmnet5934')/docs?search=luxury&api-version=2019-05-06&$count=false&queryType=full&searchFields=hotelName&searchMode=any&$select=hotelName%2Crating", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1OTM0JykvZG9jcz9zZWFyY2g9bHV4dXJ5JmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJnF1ZXJ5VHlwZT1mdWxsJnNlYXJjaEZpZWxkcz1ob3RlbE5hbWUmc2VhcmNoTW9kZT1hbnkmJHNlbGVjdD1ob3RlbE5hbWUlMkNyYXRpbmc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "6f135b1c-114b-4dd0-a96e-731ebb871006" + "3e371692-2e7b-40c5-b648-c8d9f6d2defc" ], "Accept-Language": [ "en-US" @@ -703,12 +703,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "875B575FD6CB474353FBCA85BAEF99A1" + "B747BDDDDCCAAA53E81ACEEB1FCD0A59" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -720,10 +720,10 @@ "no-cache" ], "request-id": [ - "6f135b1c-114b-4dd0-a96e-731ebb871006" + "3e371692-2e7b-40c5-b648-c8d9f6d2defc" ], "elapsed-time": [ - "1216" + "460" ], "OData-Version": [ "4.0" @@ -735,7 +735,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 17:06:43 GMT" + "Sat, 08 Aug 2020 18:52:14 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -744,28 +744,28 @@ "-1" ], "Content-Length": [ - "75" + "73" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.4904935,\r\n \"hotelName\": \"Fancy Stay\",\r\n \"rating\": 5\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.52765,\r\n \"hotelName\": \"Fancy Stay\",\r\n \"rating\": 5\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet149/providers/Microsoft.Search/searchServices/azs-966?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk2Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3108/providers/Microsoft.Search/searchServices/azs-6804?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODA0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "38f17aed-bf83-400a-a9cc-d110f4c45795" + "521c2b93-b036-49b6-9a06-e444e13b713b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -776,51 +776,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], "x-ms-request-id": [ - "38f17aed-bf83-400a-a9cc-d110f4c45795" + "987f97cb-3312-4a47-8772-2cf5f7ba340f" ], - "request-id": [ - "38f17aed-bf83-400a-a9cc-d110f4c45795" + "x-ms-correlation-request-id": [ + "987f97cb-3312-4a47-8772-2cf5f7ba340f" ], - "elapsed-time": [ - "1564" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T185322Z:987f97cb-3312-4a47-8772-2cf5f7ba340f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "x-ms-correlation-request-id": [ - "d3ff9421-6d88-4090-b0ff-0f9e310bc0df" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T170650Z:d3ff9421-6d88-4090-b0ff-0f9e310bc0df" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 17:06:49 GMT" + "Sat, 08 Aug 2020 18:53:21 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet149", - "azsmnet5975" + "azsmnet3108", + "azsmnet5934" ], "GenerateServiceName": [ - "azs-966" + "azs-6804" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithValueFacets.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithValueFacets.json index d080eaea78be..f52c589f3348 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithValueFacets.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanSearchWithValueFacets.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f36ac4d3-1e27-4522-bea6-92d56ed000d0" + "c3124aed-941b-48aa-adc9-faac7a921ec5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -30,13 +30,13 @@ "1191" ], "x-ms-request-id": [ - "1ed492d4-9b89-4708-9fe7-ec425bedd383" + "4e008d74-4e24-408a-ba13-53621355e06a" ], "x-ms-correlation-request-id": [ - "1ed492d4-9b89-4708-9fe7-ec425bedd383" + "4e008d74-4e24-408a-ba13-53621355e06a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011010Z:1ed492d4-9b89-4708-9fe7-ec425bedd383" + "NORTHEUROPE:20200808T085435Z:4e008d74-4e24-408a-ba13-53621355e06a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:10:09 GMT" + "Sat, 08 Aug 2020 08:54:34 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6988?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2OTg4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4126?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MTI2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b27bda44-0a38-40d4-84f3-4f03ac7656f1" + "0abb69d3-7a46-497a-bc3e-6019bece5953" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1194" ], "x-ms-request-id": [ - "81cfdcfa-5a01-4594-977d-57cd944b4d05" + "41134fbf-27e9-4d07-8f07-a2cfe115df23" ], "x-ms-correlation-request-id": [ - "81cfdcfa-5a01-4594-977d-57cd944b4d05" + "41134fbf-27e9-4d07-8f07-a2cfe115df23" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011010Z:81cfdcfa-5a01-4594-977d-57cd944b4d05" + "NORTHEUROPE:20200808T085437Z:41134fbf-27e9-4d07-8f07-a2cfe115df23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:10:10 GMT" + "Sat, 08 Aug 2020 08:54:36 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6988\",\r\n \"name\": \"azsmnet6988\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4126\",\r\n \"name\": \"azsmnet4126\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6988/providers/Microsoft.Search/searchServices/azs-9426?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDI2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4126/providers/Microsoft.Search/searchServices/azs-3471?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDcxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "aaf75974-271b-4ef8-b140-918e7624a63a" + "ec6608c8-61ac-41bf-be7f-4d81c9b55efc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A10%3A15.020224Z'\"" + "W/\"datetime'2020-08-08T08%3A54%3A42.6473704Z'\"" ], "x-ms-request-id": [ - "aaf75974-271b-4ef8-b140-918e7624a63a" + "ec6608c8-61ac-41bf-be7f-4d81c9b55efc" ], "request-id": [ - "aaf75974-271b-4ef8-b140-918e7624a63a" + "ec6608c8-61ac-41bf-be7f-4d81c9b55efc" ], "elapsed-time": [ - "1442" + "2678" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1195" ], "x-ms-correlation-request-id": [ - "f5d6a4fa-7b45-4b29-badf-8ce7e5a03e40" + "a1c37e79-4fbd-4de6-b5ba-8a815cf6e30c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011015Z:f5d6a4fa-7b45-4b29-badf-8ce7e5a03e40" + "NORTHEUROPE:20200808T085444Z:a1c37e79-4fbd-4de6-b5ba-8a815cf6e30c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:10:14 GMT" + "Sat, 08 Aug 2020 08:54:44 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6988/providers/Microsoft.Search/searchServices/azs-9426\",\r\n \"name\": \"azs-9426\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4126/providers/Microsoft.Search/searchServices/azs-3471\",\r\n \"name\": \"azs-3471\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6988/providers/Microsoft.Search/searchServices/azs-9426/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDI2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4126/providers/Microsoft.Search/searchServices/azs-3471/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDcxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b0a52339-19e9-4ca1-bcb8-c6e10a462ad2" + "36a36789-bd91-4841-8312-d92cb1b3148c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b0a52339-19e9-4ca1-bcb8-c6e10a462ad2" + "36a36789-bd91-4841-8312-d92cb1b3148c" ], "request-id": [ - "b0a52339-19e9-4ca1-bcb8-c6e10a462ad2" + "36a36789-bd91-4841-8312-d92cb1b3148c" ], "elapsed-time": [ - "103" + "107" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1194" ], "x-ms-correlation-request-id": [ - "2c2b82d5-9309-441e-99b5-4a9e877e27f7" + "cb4fc0d0-5520-4777-948b-82887831b80a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011017Z:2c2b82d5-9309-441e-99b5-4a9e877e27f7" + "NORTHEUROPE:20200808T085447Z:cb4fc0d0-5520-4777-948b-82887831b80a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:10:17 GMT" + "Sat, 08 Aug 2020 08:54:47 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"73B1E86EDF59ACE220DFF3AAC66FBC2B\",\r\n \"secondaryKey\": \"5783988191F1ED348DD3D579B775929A\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"CEC7FACCEDCA31D40483A4FA05A41319\",\r\n \"secondaryKey\": \"F0B27C51C7E46E596028C34C8BEDCB02\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6988/providers/Microsoft.Search/searchServices/azs-9426/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDI2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4126/providers/Microsoft.Search/searchServices/azs-3471/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDcxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "69c3bbd6-96e7-4883-9c51-da35488204bf" + "95d3cf91-84fa-4f68-a38c-32fbcd71b4a3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "69c3bbd6-96e7-4883-9c51-da35488204bf" + "95d3cf91-84fa-4f68-a38c-32fbcd71b4a3" ], "request-id": [ - "69c3bbd6-96e7-4883-9c51-da35488204bf" + "95d3cf91-84fa-4f68-a38c-32fbcd71b4a3" ], "elapsed-time": [ - "152" + "244" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1193" ], "x-ms-correlation-request-id": [ - "9d1949db-e919-48ff-a161-99c99d707076" + "49cb3565-d91d-4b83-b026-cce16cf188b0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011018Z:9d1949db-e919-48ff-a161-99c99d707076" + "NORTHEUROPE:20200808T085448Z:49cb3565-d91d-4b83-b026-cce16cf188b0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:10:18 GMT" + "Sat, 08 Aug 2020 08:54:47 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B4B060BBEBA361703B9B5A182CF26BEF\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"E70B7C404C1EB68B5E314080C56431DF\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet917\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6606\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "91ebea95-3dcf-4bb6-a10d-f1b198161c4d" + "6b534f1f-ebfa-48a1-80fa-113af831d0f6" ], "Accept-Language": [ "en-US" ], "api-key": [ - "73B1E86EDF59ACE220DFF3AAC66FBC2B" + "CEC7FACCEDCA31D40483A4FA05A41319" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6974" + "6975" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036D1054DB7D\"" + "W/\"0x8D83B78B8984D8D\"" ], "Location": [ - "https://azs-9426.search-dogfood.windows-int.net/indexes('azsmnet917')?api-version=2019-05-06" + "https://azs-3471.search-dogfood.windows-int.net/indexes('azsmnet6606')?api-version=2019-05-06" ], "request-id": [ - "91ebea95-3dcf-4bb6-a10d-f1b198161c4d" + "6b534f1f-ebfa-48a1-80fa-113af831d0f6" ], "elapsed-time": [ - "2465" + "21989" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:10:23 GMT" + "Sat, 08 Aug 2020 08:55:13 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9426.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036D1054DB7D\\\"\",\r\n \"name\": \"azsmnet917\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3471.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B78B8984D8D\\\"\",\r\n \"name\": \"azsmnet6606\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet917')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MTcnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet6606')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NjA2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c0bd3ce6-b7ab-4f88-98b5-ad0d66042b43" + "8c9834ca-33f2-44e8-ae6a-95c4919eef76" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "73B1E86EDF59ACE220DFF3AAC66FBC2B" + "CEC7FACCEDCA31D40483A4FA05A41319" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "c0bd3ce6-b7ab-4f88-98b5-ad0d66042b43" + "8c9834ca-33f2-44e8-ae6a-95c4919eef76" ], "elapsed-time": [ - "433" + "281" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:10:47 GMT" + "Sat, 08 Aug 2020 08:55:36 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet917')/docs?search=%2A&api-version=2019-05-06&$count=false&facet=rating%2Ccount%3A2%2Csort%3A-value&facet=smokingAllowed%2Csort%3Acount&facet=category&facet=lastRenovationDate%2Cinterval%3Ayear&facet=rooms%2FbaseRate%2Csort%3Avalue&facet=tags%2Csort%3Avalue&queryType=simple&searchMode=any", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MTcnKS9kb2NzP3NlYXJjaD0lMkEmYXBpLXZlcnNpb249MjAxOS0wNS0wNiYkY291bnQ9ZmFsc2UmZmFjZXQ9cmF0aW5nJTJDY291bnQlM0EyJTJDc29ydCUzQS12YWx1ZSZmYWNldD1zbW9raW5nQWxsb3dlZCUyQ3NvcnQlM0Fjb3VudCZmYWNldD1jYXRlZ29yeSZmYWNldD1sYXN0UmVub3ZhdGlvbkRhdGUlMkNpbnRlcnZhbCUzQXllYXImZmFjZXQ9cm9vbXMlMkZiYXNlUmF0ZSUyQ3NvcnQlM0F2YWx1ZSZmYWNldD10YWdzJTJDc29ydCUzQXZhbHVlJnF1ZXJ5VHlwZT1zaW1wbGUmc2VhcmNoTW9kZT1hbnk=", + "RequestUri": "/indexes('azsmnet6606')/docs?search=%2A&api-version=2019-05-06&$count=false&facet=rating%2Ccount%3A2%2Csort%3A-value&facet=smokingAllowed%2Csort%3Acount&facet=category&facet=lastRenovationDate%2Cinterval%3Ayear&facet=rooms%2FbaseRate%2Csort%3Avalue&facet=tags%2Csort%3Avalue&queryType=simple&searchMode=any", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NjA2JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJmZhY2V0PXJhdGluZyUyQ2NvdW50JTNBMiUyQ3NvcnQlM0EtdmFsdWUmZmFjZXQ9c21va2luZ0FsbG93ZWQlMkNzb3J0JTNBY291bnQmZmFjZXQ9Y2F0ZWdvcnkmZmFjZXQ9bGFzdFJlbm92YXRpb25EYXRlJTJDaW50ZXJ2YWwlM0F5ZWFyJmZhY2V0PXJvb21zJTJGYmFzZVJhdGUlMkNzb3J0JTNBdmFsdWUmZmFjZXQ9dGFncyUyQ3NvcnQlM0F2YWx1ZSZxdWVyeVR5cGU9c2ltcGxlJnNlYXJjaE1vZGU9YW55", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "ae635212-a6a9-410f-8096-1dfb21693fea" + "aa85d067-fb12-4bea-b05a-38292515aaa2" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "B4B060BBEBA361703B9B5A182CF26BEF" + "E70B7C404C1EB68B5E314080C56431DF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "ae635212-a6a9-410f-8096-1dfb21693fea" + "aa85d067-fb12-4bea-b05a-38292515aaa2" ], "elapsed-time": [ - "349" + "3488" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:10:50 GMT" + "Sat, 08 Aug 2020 08:55:43 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6988/providers/Microsoft.Search/searchServices/azs-9426?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDI2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4126/providers/Microsoft.Search/searchServices/azs-3471?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDcxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6d410afa-763f-4e27-ad64-6ec58eeb4118" + "c544bae5-af39-447a-8f31-91261ca1e3f0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14983" + ], "x-ms-request-id": [ - "6d410afa-763f-4e27-ad64-6ec58eeb4118" + "efb1a700-883b-469b-ab29-d446d6fc662d" ], - "request-id": [ - "6d410afa-763f-4e27-ad64-6ec58eeb4118" + "x-ms-correlation-request-id": [ + "efb1a700-883b-469b-ab29-d446d6fc662d" ], - "elapsed-time": [ - "1090" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T085553Z:efb1a700-883b-469b-ab29-d446d6fc662d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "a51c6c44-1b64-461d-8cd4-effd0b00d508" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011054Z:a51c6c44-1b64-461d-8cd4-effd0b00d508" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:10:54 GMT" + "Sat, 08 Aug 2020 08:55:53 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6988", - "azsmnet917" + "azsmnet4126", + "azsmnet6606" ], "GenerateServiceName": [ - "azs-9426" + "azs-3471" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanUseHitHighlighting.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanUseHitHighlighting.json index 6b9ddccbd1df..38a3d99808b1 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanUseHitHighlighting.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanUseHitHighlighting.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99a6cebf-2a5a-4d8e-830e-0016c89ba00e" + "609adca0-25d4-4749-94b0-eb4e8a86f76a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1187" ], "x-ms-request-id": [ - "dc0fc16b-c3d1-4da6-b0b1-c0dce39409aa" + "a5f53883-2886-461a-8d51-58fd3748746e" ], "x-ms-correlation-request-id": [ - "dc0fc16b-c3d1-4da6-b0b1-c0dce39409aa" + "a5f53883-2886-461a-8d51-58fd3748746e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005825Z:dc0fc16b-c3d1-4da6-b0b1-c0dce39409aa" + "NORTHEUROPE:20200808T083705Z:a5f53883-2886-461a-8d51-58fd3748746e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:58:25 GMT" + "Sat, 08 Aug 2020 08:37:05 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet817?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MTc/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9617?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NjE3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c3ee47c8-7e9c-4604-ad65-68ae05f55bf4" + "bbbf312d-93d0-4e88-8779-4d2f2c982a87" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1191" ], "x-ms-request-id": [ - "f8ea8454-dfee-4ad9-a001-5140e7ab43da" + "5c1e87b5-cd83-4679-8710-1c40ad4917cd" ], "x-ms-correlation-request-id": [ - "f8ea8454-dfee-4ad9-a001-5140e7ab43da" + "5c1e87b5-cd83-4679-8710-1c40ad4917cd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005826Z:f8ea8454-dfee-4ad9-a001-5140e7ab43da" + "NORTHEUROPE:20200808T083707Z:5c1e87b5-cd83-4679-8710-1c40ad4917cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:58:25 GMT" + "Sat, 08 Aug 2020 08:37:06 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet817\",\r\n \"name\": \"azsmnet817\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9617\",\r\n \"name\": \"azsmnet9617\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet817/providers/Microsoft.Search/searchServices/azs-8450?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTg0NTA/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9617/providers/Microsoft.Search/searchServices/azs-9569?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NjE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTY5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9fcce3d4-4c0a-4137-bfcd-55fd515b9520" + "7b58946f-6e0f-41ee-aa75-2e7a8d552079" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A58%3A29.7586365Z'\"" + "W/\"datetime'2020-08-08T08%3A37%3A13.5041585Z'\"" ], "x-ms-request-id": [ - "9fcce3d4-4c0a-4137-bfcd-55fd515b9520" + "7b58946f-6e0f-41ee-aa75-2e7a8d552079" ], "request-id": [ - "9fcce3d4-4c0a-4137-bfcd-55fd515b9520" + "7b58946f-6e0f-41ee-aa75-2e7a8d552079" ], "elapsed-time": [ - "1120" + "1697" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1193" ], "x-ms-correlation-request-id": [ - "81c90d17-729f-461e-9e7f-ef92a0bb4a79" + "772a182c-bdc7-4ed7-9e65-eaf81dcc6771" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005830Z:81c90d17-729f-461e-9e7f-ef92a0bb4a79" + "NORTHEUROPE:20200808T083714Z:772a182c-bdc7-4ed7-9e65-eaf81dcc6771" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:58:29 GMT" + "Sat, 08 Aug 2020 08:37:14 GMT" ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet817/providers/Microsoft.Search/searchServices/azs-8450\",\r\n \"name\": \"azs-8450\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9617/providers/Microsoft.Search/searchServices/azs-9569\",\r\n \"name\": \"azs-9569\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet817/providers/Microsoft.Search/searchServices/azs-8450/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTg0NTAvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9617/providers/Microsoft.Search/searchServices/azs-9569/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NjE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTY5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "929cb177-6880-492c-9417-3a845ffda008" + "88202f25-e589-46b0-81f8-6809cea8542c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "929cb177-6880-492c-9417-3a845ffda008" + "88202f25-e589-46b0-81f8-6809cea8542c" ], "request-id": [ - "929cb177-6880-492c-9417-3a845ffda008" + "88202f25-e589-46b0-81f8-6809cea8542c" ], "elapsed-time": [ - "100" + "109" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1189" ], "x-ms-correlation-request-id": [ - "ebe42463-f92c-4262-a241-b97f7c38ccd7" + "2d47153e-22af-45d2-b61f-ce2598e119cf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005832Z:ebe42463-f92c-4262-a241-b97f7c38ccd7" + "NORTHEUROPE:20200808T083717Z:2d47153e-22af-45d2-b61f-ce2598e119cf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:58:31 GMT" + "Sat, 08 Aug 2020 08:37:16 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"26378225AAB66CAF0FFAEAD19EC072B4\",\r\n \"secondaryKey\": \"207BCDA953B5DBE44BBFE6BF0A98BFA0\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"E1DB5C37495ADBD0906DA4907D6E82B0\",\r\n \"secondaryKey\": \"089F6DEDF3BC7C061224AE0500710504\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet817/providers/Microsoft.Search/searchServices/azs-8450/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTg0NTAvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9617/providers/Microsoft.Search/searchServices/azs-9569/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NjE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTY5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "952d1cff-5fc8-4c17-a365-1669931dd511" + "f25cc77d-7781-4f11-9771-161fff44ccf4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "952d1cff-5fc8-4c17-a365-1669931dd511" + "f25cc77d-7781-4f11-9771-161fff44ccf4" ], "request-id": [ - "952d1cff-5fc8-4c17-a365-1669931dd511" + "f25cc77d-7781-4f11-9771-161fff44ccf4" ], "elapsed-time": [ - "93" + "95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1188" ], "x-ms-correlation-request-id": [ - "92ba2da0-0d93-489d-9f9a-58979ae78dc8" + "1f95201c-a430-4553-9609-3c0eada5ba27" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005833Z:92ba2da0-0d93-489d-9f9a-58979ae78dc8" + "NORTHEUROPE:20200808T083717Z:1f95201c-a430-4553-9609-3c0eada5ba27" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:58:33 GMT" + "Sat, 08 Aug 2020 08:37:17 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"1F9BAC53BA20F34D7E2B1D02961826D5\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"AC80683F6A8BF5E263576FC3CC8221B7\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8665\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5602\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c121c697-94dd-401e-8b9b-5e651d7616f0" + "a9854d53-d079-47b3-954c-1858974a69c0" ], "Accept-Language": [ "en-US" ], "api-key": [ - "26378225AAB66CAF0FFAEAD19EC072B4" + "E1DB5C37495ADBD0906DA4907D6E82B0" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036B6D441EFD\"" + "W/\"0x8D83B7643CEC5F4\"" ], "Location": [ - "https://azs-8450.search-dogfood.windows-int.net/indexes('azsmnet8665')?api-version=2019-05-06" + "https://azs-9569.search-dogfood.windows-int.net/indexes('azsmnet5602')?api-version=2019-05-06" ], "request-id": [ - "c121c697-94dd-401e-8b9b-5e651d7616f0" + "a9854d53-d079-47b3-954c-1858974a69c0" ], "elapsed-time": [ - "4619" + "901" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:58:39 GMT" + "Sat, 08 Aug 2020 08:37:20 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8450.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036B6D441EFD\\\"\",\r\n \"name\": \"azsmnet8665\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9569.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7643CEC5F4\\\"\",\r\n \"name\": \"azsmnet5602\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet8665')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4NjY1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5602')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NjAyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "f6feec95-8945-4e4c-8f70-1086322dc89e" + "896e6308-fac4-4824-a413-cb1380b14960" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "26378225AAB66CAF0FFAEAD19EC072B4" + "E1DB5C37495ADBD0906DA4907D6E82B0" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "f6feec95-8945-4e4c-8f70-1086322dc89e" + "896e6308-fac4-4824-a413-cb1380b14960" ], "elapsed-time": [ - "164" + "244" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:59:01 GMT" + "Sat, 08 Aug 2020 08:37:42 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet8665')/docs?search=luxury%20hotel&api-version=2019-05-06&$count=false&$filter=rating%20eq%205&highlight=description%2Ccategory&highlightPostTag=%3C%2Fb%3E&highlightPreTag=%3Cb%3E&queryType=simple&searchMode=any", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4NjY1JykvZG9jcz9zZWFyY2g9bHV4dXJ5JTIwaG90ZWwmYXBpLXZlcnNpb249MjAxOS0wNS0wNiYkY291bnQ9ZmFsc2UmJGZpbHRlcj1yYXRpbmclMjBlcSUyMDUmaGlnaGxpZ2h0PWRlc2NyaXB0aW9uJTJDY2F0ZWdvcnkmaGlnaGxpZ2h0UG9zdFRhZz0lM0MlMkZiJTNFJmhpZ2hsaWdodFByZVRhZz0lM0NiJTNFJnF1ZXJ5VHlwZT1zaW1wbGUmc2VhcmNoTW9kZT1hbnk=", + "RequestUri": "/indexes('azsmnet5602')/docs?search=luxury%20hotel&api-version=2019-05-06&$count=false&$filter=rating%20eq%205&highlight=description%2Ccategory&highlightPostTag=%3C%2Fb%3E&highlightPreTag=%3Cb%3E&queryType=simple&searchMode=any", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NjAyJykvZG9jcz9zZWFyY2g9bHV4dXJ5JTIwaG90ZWwmYXBpLXZlcnNpb249MjAxOS0wNS0wNiYkY291bnQ9ZmFsc2UmJGZpbHRlcj1yYXRpbmclMjBlcSUyMDUmaGlnaGxpZ2h0PWRlc2NyaXB0aW9uJTJDY2F0ZWdvcnkmaGlnaGxpZ2h0UG9zdFRhZz0lM0MlMkZiJTNFJmhpZ2hsaWdodFByZVRhZz0lM0NiJTNFJnF1ZXJ5VHlwZT1zaW1wbGUmc2VhcmNoTW9kZT1hbnk=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "90dac3a4-f5ed-4794-bd4e-c9ab09d8d18f" + "bd301efe-d7b6-4d91-b606-4c570ff8508d" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "1F9BAC53BA20F34D7E2B1D02961826D5" + "AC80683F6A8BF5E263576FC3CC8221B7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "90dac3a4-f5ed-4794-bd4e-c9ab09d8d18f" + "bd301efe-d7b6-4d91-b606-4c570ff8508d" ], "elapsed-time": [ - "332" + "341" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:59:05 GMT" + "Sat, 08 Aug 2020 08:37:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -540,25 +540,25 @@ "1156" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 0.6247139,\r\n \"@search.highlights\": {\r\n \"category\": [\r\n \"Luxury\"\r\n ],\r\n \"description\": [\r\n \"Best hotel in town if you like luxury hotels.\",\r\n \"We highly recommend this hotel.\"\r\n ]\r\n },\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00Z\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 4.3198504,\r\n \"@search.highlights\": {\r\n \"category\": [\r\n \"Luxury\"\r\n ],\r\n \"description\": [\r\n \"Best hotel in town if you like luxury hotels.\",\r\n \"We highly recommend this hotel.\"\r\n ]\r\n },\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00Z\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet817/providers/Microsoft.Search/searchServices/azs-8450?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTg0NTA/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9617/providers/Microsoft.Search/searchServices/azs-9569?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NjE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTY5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf289c4e-df28-4302-8ea5-6a69f39d32a4" + "dccc0415-4cab-437e-a866-787eb139af53" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14989" + ], "x-ms-request-id": [ - "cf289c4e-df28-4302-8ea5-6a69f39d32a4" + "2bbbfb5c-13c3-4f93-9e64-f6272f4f3005" ], - "request-id": [ - "cf289c4e-df28-4302-8ea5-6a69f39d32a4" + "x-ms-correlation-request-id": [ + "2bbbfb5c-13c3-4f93-9e64-f6272f4f3005" ], - "elapsed-time": [ - "14287" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T083811Z:2bbbfb5c-13c3-4f93-9e64-f6272f4f3005" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "5de565c5-9a36-4f4f-9717-06c1f7bcfe4b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005923Z:5de565c5-9a36-4f4f-9717-06c1f7bcfe4b" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:59:23 GMT" + "Sat, 08 Aug 2020 08:38:11 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet817", - "azsmnet8665" + "azsmnet9617", + "azsmnet5602" ], "GenerateServiceName": [ - "azs-8450" + "azs-9569" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanUseTopAndSkipForClientSidePaging.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanUseTopAndSkipForClientSidePaging.json index 651ae7f1c0c8..03dbf0c109f5 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanUseTopAndSkipForClientSidePaging.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/CanUseTopAndSkipForClientSidePaging.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b776d781-2310-426a-ae71-d8cbb4da8a8a" + "b2140d1f-7a4e-424a-9295-36a2ad8bf504" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1192" ], "x-ms-request-id": [ - "6a33c4c1-df5c-42c5-b460-e3fdac719be8" + "a5f76a02-f760-49c0-9b01-117bb7cc3264" ], "x-ms-correlation-request-id": [ - "6a33c4c1-df5c-42c5-b460-e3fdac719be8" + "a5f76a02-f760-49c0-9b01-117bb7cc3264" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005337Z:6a33c4c1-df5c-42c5-b460-e3fdac719be8" + "NORTHEUROPE:20200808T083222Z:a5f76a02-f760-49c0-9b01-117bb7cc3264" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:53:37 GMT" + "Sat, 08 Aug 2020 08:32:21 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1802?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxODAyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3285?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMjg1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4e9a4f6a-2b2e-4c93-a0c4-40483b177f9f" + "248e5176-0848-49b4-abe8-2fb221bae0ec" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1194" ], "x-ms-request-id": [ - "cb716ef3-39a6-4d0a-a109-59c32e6abd02" + "49620c2f-7593-4b12-af3a-9e92f644442c" ], "x-ms-correlation-request-id": [ - "cb716ef3-39a6-4d0a-a109-59c32e6abd02" + "49620c2f-7593-4b12-af3a-9e92f644442c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005338Z:cb716ef3-39a6-4d0a-a109-59c32e6abd02" + "NORTHEUROPE:20200808T083223Z:49620c2f-7593-4b12-af3a-9e92f644442c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:53:38 GMT" + "Sat, 08 Aug 2020 08:32:23 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1802\",\r\n \"name\": \"azsmnet1802\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "StatusCode": 201 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3285\",\r\n \"name\": \"azsmnet3285\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1802/providers/Microsoft.Search/searchServices/azs-5080?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MDgwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3285/providers/Microsoft.Search/searchServices/azs-7573?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMjg1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTczP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2d92030d-6df9-4dc2-8004-295e9adac06f" + "e8e5bbbc-1fdb-49d2-810b-7e83fd46352b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A53%3A43.3671534Z'\"" + "W/\"datetime'2020-08-08T08%3A32%3A29.0352983Z'\"" ], "x-ms-request-id": [ - "2d92030d-6df9-4dc2-8004-295e9adac06f" + "e8e5bbbc-1fdb-49d2-810b-7e83fd46352b" ], "request-id": [ - "2d92030d-6df9-4dc2-8004-295e9adac06f" + "e8e5bbbc-1fdb-49d2-810b-7e83fd46352b" ], "elapsed-time": [ - "2563" + "1978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1190" ], "x-ms-correlation-request-id": [ - "a18070dc-28fd-4c8a-94b7-046ec5c83cf9" + "f243dda3-c59e-4d46-b5b5-431f657745eb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005344Z:a18070dc-28fd-4c8a-94b7-046ec5c83cf9" + "NORTHEUROPE:20200808T083230Z:f243dda3-c59e-4d46-b5b5-431f657745eb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:53:44 GMT" + "Sat, 08 Aug 2020 08:32:30 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1802/providers/Microsoft.Search/searchServices/azs-5080\",\r\n \"name\": \"azs-5080\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3285/providers/Microsoft.Search/searchServices/azs-7573\",\r\n \"name\": \"azs-7573\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1802/providers/Microsoft.Search/searchServices/azs-5080/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MDgwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3285/providers/Microsoft.Search/searchServices/azs-7573/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMjg1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTczL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "caaff26a-ee09-4b46-9bda-0da6be2b13f2" + "14a9a948-a42e-4d11-9427-ba2b7fab1f9e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "caaff26a-ee09-4b46-9bda-0da6be2b13f2" + "14a9a948-a42e-4d11-9427-ba2b7fab1f9e" ], "request-id": [ - "caaff26a-ee09-4b46-9bda-0da6be2b13f2" + "14a9a948-a42e-4d11-9427-ba2b7fab1f9e" ], "elapsed-time": [ - "105" + "499" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1186" ], "x-ms-correlation-request-id": [ - "c76be43f-7e0c-439e-a983-237b64e86c91" + "df823b19-b9dd-463f-a0b6-1e52d7a0f0fd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005350Z:c76be43f-7e0c-439e-a983-237b64e86c91" + "NORTHEUROPE:20200808T083233Z:df823b19-b9dd-463f-a0b6-1e52d7a0f0fd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:53:50 GMT" + "Sat, 08 Aug 2020 08:32:32 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"862BC4A8173C71DB0B05FBE2A9FA9137\",\r\n \"secondaryKey\": \"B4A012D52A3DE2E17CEC387F59AF86AF\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"B75A90B9CD9675151C8503E2A3E53DD3\",\r\n \"secondaryKey\": \"8C60F3C09C0B16A95C2E4FE047C0D003\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1802/providers/Microsoft.Search/searchServices/azs-5080/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MDgwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3285/providers/Microsoft.Search/searchServices/azs-7573/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMjg1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTczL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c2789cde-63d9-40ee-8d6b-64519cfc37e8" + "8de5806f-992e-43c8-99a9-dc817760107a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c2789cde-63d9-40ee-8d6b-64519cfc37e8" + "8de5806f-992e-43c8-99a9-dc817760107a" ], "request-id": [ - "c2789cde-63d9-40ee-8d6b-64519cfc37e8" + "8de5806f-992e-43c8-99a9-dc817760107a" ], "elapsed-time": [ - "98" + "764" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1185" ], "x-ms-correlation-request-id": [ - "0310a932-e62c-4fa0-b45b-5749593ae02b" + "6cc8381c-57d5-4a75-a070-ffa4c604055d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005351Z:0310a932-e62c-4fa0-b45b-5749593ae02b" + "NORTHEUROPE:20200808T083234Z:6cc8381c-57d5-4a75-a070-ffa4c604055d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:53:50 GMT" + "Sat, 08 Aug 2020 08:32:34 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F31C5DE9B2031B8F1380A22B9C913ECB\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"8F4F9A82DE2AC8E886BF5087628D5930\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5419\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9223\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c8661e73-f3c3-4236-a016-744aad36c272" + "b6233123-7e5f-4677-b8cf-c1c2dbd84d8d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "862BC4A8173C71DB0B05FBE2A9FA9137" + "B75A90B9CD9675151C8503E2A3E53DD3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036AC28DB8CC\"" + "W/\"0x8D83B759AF58B5E\"" ], "Location": [ - "https://azs-5080.search-dogfood.windows-int.net/indexes('azsmnet5419')?api-version=2019-05-06" + "https://azs-7573.search-dogfood.windows-int.net/indexes('azsmnet9223')?api-version=2019-05-06" ], "request-id": [ - "c8661e73-f3c3-4236-a016-744aad36c272" + "b6233123-7e5f-4677-b8cf-c1c2dbd84d8d" ], "elapsed-time": [ - "1252" + "829" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:53:53 GMT" + "Sat, 08 Aug 2020 08:32:37 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5080.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036AC28DB8CC\\\"\",\r\n \"name\": \"azsmnet5419\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7573.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B759AF58B5E\\\"\",\r\n \"name\": \"azsmnet9223\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet5419')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NDE5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet9223')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MjIzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c5275538-827d-4d46-9dcc-0f44fc830c64" + "a7d6b86b-19df-4588-b9d8-b456f7a5ac2d" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "862BC4A8173C71DB0B05FBE2A9FA9137" + "B75A90B9CD9675151C8503E2A3E53DD3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "c5275538-827d-4d46-9dcc-0f44fc830c64" + "a7d6b86b-19df-4588-b9d8-b456f7a5ac2d" ], "elapsed-time": [ - "186" + "194" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:54:15 GMT" + "Sat, 08 Aug 2020 08:32:59 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet5419')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId&queryType=simple&searchMode=any&$skip=0&$top=3", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NDE5JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRvcmRlcmJ5PWhvdGVsSWQmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueSYkc2tpcD0wJiR0b3A9Mw==", + "RequestUri": "/indexes('azsmnet9223')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId&queryType=simple&searchMode=any&$skip=0&$top=3", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MjIzJykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRvcmRlcmJ5PWhvdGVsSWQmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueSYkc2tpcD0wJiR0b3A9Mw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "a869925d-481d-4e32-9086-d3e887d0827d" + "1902cd99-7f04-4d5a-bf41-9dd144fec285" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "F31C5DE9B2031B8F1380A22B9C913ECB" + "8F4F9A82DE2AC8E886BF5087628D5930" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "a869925d-481d-4e32-9086-d3e887d0827d" + "1902cd99-7f04-4d5a-bf41-9dd144fec285" ], "elapsed-time": [ - "52" + "157" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:54:18 GMT" + "Sat, 08 Aug 2020 08:33:03 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,13 +544,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet5419')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId&queryType=simple&searchMode=any&$skip=3&$top=3", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NDE5JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRvcmRlcmJ5PWhvdGVsSWQmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueSYkc2tpcD0zJiR0b3A9Mw==", + "RequestUri": "/indexes('azsmnet9223')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=hotelId&queryType=simple&searchMode=any&$skip=3&$top=3", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MjIzJykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRvcmRlcmJ5PWhvdGVsSWQmcXVlcnlUeXBlPXNpbXBsZSZzZWFyY2hNb2RlPWFueSYkc2tpcD0zJiR0b3A9Mw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "0673cd9e-e63a-4fe9-a49b-7984a6d037e1" + "7df8d088-86f5-48b4-9bb7-49e431ae1f6a" ], "Accept-Language": [ "en-US" @@ -559,12 +559,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "F31C5DE9B2031B8F1380A22B9C913ECB" + "8F4F9A82DE2AC8E886BF5087628D5930" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -576,10 +576,10 @@ "no-cache" ], "request-id": [ - "0673cd9e-e63a-4fe9-a49b-7984a6d037e1" + "7df8d088-86f5-48b4-9bb7-49e431ae1f6a" ], "elapsed-time": [ - "13" + "9" ], "OData-Version": [ "4.0" @@ -591,7 +591,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:54:18 GMT" + "Sat, 08 Aug 2020 08:33:03 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -607,21 +607,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1802/providers/Microsoft.Search/searchServices/azs-5080?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MDgwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3285/providers/Microsoft.Search/searchServices/azs-7573?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMjg1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTczP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0e0067b1-2a10-4111-8b22-c239a6c53ee2" + "2c223dd5-c96a-4e41-9c61-de71d9c6bea7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -632,51 +632,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14993" + ], "x-ms-request-id": [ - "0e0067b1-2a10-4111-8b22-c239a6c53ee2" + "8c300fa7-bbbb-4dc8-bfb2-df14885685fd" ], - "request-id": [ - "0e0067b1-2a10-4111-8b22-c239a6c53ee2" + "x-ms-correlation-request-id": [ + "8c300fa7-bbbb-4dc8-bfb2-df14885685fd" ], - "elapsed-time": [ - "1462" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T083332Z:8c300fa7-bbbb-4dc8-bfb2-df14885685fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" - ], - "x-ms-correlation-request-id": [ - "4240c5fd-4bec-412d-83cd-284617f621c6" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005423Z:4240c5fd-4bec-412d-83cd-284617f621c6" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:54:23 GMT" + "Sat, 08 Aug 2020 08:33:32 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet1802", - "azsmnet5419" + "azsmnet3285", + "azsmnet9223" ], "GenerateServiceName": [ - "azs-5080" + "azs-7573" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/DefaultSearchModeIsAny.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/DefaultSearchModeIsAny.json index e460b79478d7..ecefd15147b4 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/DefaultSearchModeIsAny.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/DefaultSearchModeIsAny.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ca5835a8-1124-4b34-bbb0-eb8f4c6ec658" + "ccb4b0d0-d47d-4ca7-9b9a-4da959f21760" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -30,13 +30,13 @@ "1188" ], "x-ms-request-id": [ - "8aa74fc2-24bc-43c5-9ca6-0640f0c6ceb3" + "24bda88b-98b7-4718-b928-ea091f710e59" ], "x-ms-correlation-request-id": [ - "8aa74fc2-24bc-43c5-9ca6-0640f0c6ceb3" + "24bda88b-98b7-4718-b928-ea091f710e59" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004753Z:8aa74fc2-24bc-43c5-9ca6-0640f0c6ceb3" + "NORTHEUROPE:20200808T082422Z:24bda88b-98b7-4718-b928-ea091f710e59" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:47:53 GMT" + "Sat, 08 Aug 2020 08:24:22 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2953?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyOTUzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2289?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMjg5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9744b93e-01ed-4026-a605-7ff4b06b71b4" + "3b77ba45-39e1-4aaf-88a9-053b994c24f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1192" ], "x-ms-request-id": [ - "cebd26d2-4a61-4e1d-8f3e-7d61c7802708" + "f9636ee9-1065-4d0d-a875-984c8befa1d1" ], "x-ms-correlation-request-id": [ - "cebd26d2-4a61-4e1d-8f3e-7d61c7802708" + "f9636ee9-1065-4d0d-a875-984c8befa1d1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004754Z:cebd26d2-4a61-4e1d-8f3e-7d61c7802708" + "NORTHEUROPE:20200808T082424Z:f9636ee9-1065-4d0d-a875-984c8befa1d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:47:53 GMT" + "Sat, 08 Aug 2020 08:24:23 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2953\",\r\n \"name\": \"azsmnet2953\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2289\",\r\n \"name\": \"azsmnet2289\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2953/providers/Microsoft.Search/searchServices/azs-9322?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MzIyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2289/providers/Microsoft.Search/searchServices/azs-733?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjg5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "605d060e-2fe6-4582-8aa5-b581ee020876" + "871ed6fa-1c9d-4537-a776-8f77ab086d86" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A47%3A59.1176602Z'\"" + "W/\"datetime'2020-08-08T08%3A24%3A30.1272934Z'\"" ], "x-ms-request-id": [ - "605d060e-2fe6-4582-8aa5-b581ee020876" + "871ed6fa-1c9d-4537-a776-8f77ab086d86" ], "request-id": [ - "605d060e-2fe6-4582-8aa5-b581ee020876" + "871ed6fa-1c9d-4537-a776-8f77ab086d86" ], "elapsed-time": [ - "2029" + "2693" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1194" ], "x-ms-correlation-request-id": [ - "4c225c4b-f2c7-42ad-b28a-9cbf40b81dc3" + "afc0ecfc-b921-45d2-a2c2-0561f62a84e6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004801Z:4c225c4b-f2c7-42ad-b28a-9cbf40b81dc3" + "NORTHEUROPE:20200808T082431Z:afc0ecfc-b921-45d2-a2c2-0561f62a84e6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:48:00 GMT" + "Sat, 08 Aug 2020 08:24:31 GMT" ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2953/providers/Microsoft.Search/searchServices/azs-9322\",\r\n \"name\": \"azs-9322\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2289/providers/Microsoft.Search/searchServices/azs-733\",\r\n \"name\": \"azs-733\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2953/providers/Microsoft.Search/searchServices/azs-9322/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MzIyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2289/providers/Microsoft.Search/searchServices/azs-733/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjg5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzMvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a1dc2157-47cf-49e2-aa10-120fbae43372" + "c1dd04ab-4cfe-44ab-ac0b-065a68727247" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a1dc2157-47cf-49e2-aa10-120fbae43372" + "c1dd04ab-4cfe-44ab-ac0b-065a68727247" ], "request-id": [ - "a1dc2157-47cf-49e2-aa10-120fbae43372" + "c1dd04ab-4cfe-44ab-ac0b-065a68727247" ], "elapsed-time": [ - "247" + "432" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1191" ], "x-ms-correlation-request-id": [ - "773d90af-88dc-4ce2-a353-9b5201fb57b4" + "d0564ab3-a56a-46ec-ba48-07f52ce4d2bf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004804Z:773d90af-88dc-4ce2-a353-9b5201fb57b4" + "NORTHEUROPE:20200808T082434Z:d0564ab3-a56a-46ec-ba48-07f52ce4d2bf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:48:03 GMT" + "Sat, 08 Aug 2020 08:24:33 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"8C530CD15D308CD3F52B7A9608D95258\",\r\n \"secondaryKey\": \"4CA1E3DB2EA332CC59DD8BFE3B2CBB8E\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"653D2019B72E6E6AD487275AD3354183\",\r\n \"secondaryKey\": \"30E514250AEF87F902850583DFB1ED23\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2953/providers/Microsoft.Search/searchServices/azs-9322/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MzIyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2289/providers/Microsoft.Search/searchServices/azs-733/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjg5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzMvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dd4032d1-a155-42a0-9dac-fa7e9c2ae1fe" + "ddd1c5eb-f4c4-435a-9af4-234d2d85533b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "dd4032d1-a155-42a0-9dac-fa7e9c2ae1fe" + "ddd1c5eb-f4c4-435a-9af4-234d2d85533b" ], "request-id": [ - "dd4032d1-a155-42a0-9dac-fa7e9c2ae1fe" + "ddd1c5eb-f4c4-435a-9af4-234d2d85533b" ], "elapsed-time": [ - "378" + "338" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1190" ], "x-ms-correlation-request-id": [ - "1c6f9b24-d9b9-4039-94b8-4015e8882dfc" + "b33bb67b-44ae-49bb-b299-e5078eb89567" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004804Z:1c6f9b24-d9b9-4039-94b8-4015e8882dfc" + "NORTHEUROPE:20200808T082435Z:b33bb67b-44ae-49bb-b299-e5078eb89567" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:48:04 GMT" + "Sat, 08 Aug 2020 08:24:34 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"78724D540F7809E4F1E0D11471C3CC2A\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"C7898DC7AB175F421C399F44E7BB8D4D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8204\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1124\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "d7edabc7-3482-44c3-9857-9f70e144d23f" + "e10c7f0e-0e95-4854-8840-f6c19b604fca" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8C530CD15D308CD3F52B7A9608D95258" + "653D2019B72E6E6AD487275AD3354183" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80369F439D64E\"" + "W/\"0x8D83B747D39DA00\"" ], "Location": [ - "https://azs-9322.search-dogfood.windows-int.net/indexes('azsmnet8204')?api-version=2019-05-06" + "https://azs-733.search-dogfood.windows-int.net/indexes('azsmnet1124')?api-version=2019-05-06" ], "request-id": [ - "d7edabc7-3482-44c3-9857-9f70e144d23f" + "e10c7f0e-0e95-4854-8840-f6c19b604fca" ], "elapsed-time": [ - "1163" + "777" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:48:07 GMT" + "Sat, 08 Aug 2020 08:24:37 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6147" + "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9322.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80369F439D64E\\\"\",\r\n \"name\": \"azsmnet8204\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-733.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B747D39DA00\\\"\",\r\n \"name\": \"azsmnet1124\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet8204')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MjA0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1124')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMTI0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "1f7f60f6-2dc7-4a57-9e52-cf6e53e96c0d" + "d509ba43-8ad3-4f31-8ef2-b098c829b0c4" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "8C530CD15D308CD3F52B7A9608D95258" + "653D2019B72E6E6AD487275AD3354183" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "1f7f60f6-2dc7-4a57-9e52-cf6e53e96c0d" + "d509ba43-8ad3-4f31-8ef2-b098c829b0c4" ], "elapsed-time": [ - "172" + "215" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:48:29 GMT" + "Sat, 08 Aug 2020 08:24:59 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet8204')/docs?search=Cheapest%20hotel&api-version=2019-05-06&$count=false&queryType=simple&searchMode=any", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MjA0JykvZG9jcz9zZWFyY2g9Q2hlYXBlc3QlMjBob3RlbCZhcGktdmVyc2lvbj0yMDE5LTA1LTA2JiRjb3VudD1mYWxzZSZxdWVyeVR5cGU9c2ltcGxlJnNlYXJjaE1vZGU9YW55", + "RequestUri": "/indexes('azsmnet1124')/docs?search=Cheapest%20hotel&api-version=2019-05-06&$count=false&queryType=simple&searchMode=any", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMTI0JykvZG9jcz9zZWFyY2g9Q2hlYXBlc3QlMjBob3RlbCZhcGktdmVyc2lvbj0yMDE5LTA1LTA2JiRjb3VudD1mYWxzZSZxdWVyeVR5cGU9c2ltcGxlJnNlYXJjaE1vZGU9YW55", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "67957ef2-83e8-4bd2-b2b0-e0b568393770" + "866d1a63-9bfc-47ea-9fb2-1447389a3f39" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "78724D540F7809E4F1E0D11471C3CC2A" + "C7898DC7AB175F421C399F44E7BB8D4D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "67957ef2-83e8-4bd2-b2b0-e0b568393770" + "866d1a63-9bfc-47ea-9fb2-1447389a3f39" ], "elapsed-time": [ - "167" + "55" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:48:32 GMT" + "Sat, 08 Aug 2020 08:25:03 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -537,28 +537,28 @@ "-1" ], "Content-Length": [ - "5933" + "5923" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 0.30154645,\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00Z\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 0.16547734,\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00Z\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.score\": 0.0635256,\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 0.0635256,\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 0.0635256,\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 0.041261088,\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00Z\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 0.019851752,\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 4.3545203,\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00Z\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 2.245087,\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00Z\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.score\": 1.778081,\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.778081,\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.778081,\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.4634744,\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00Z\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 0.5496142,\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2953/providers/Microsoft.Search/searchServices/azs-9322?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MzIyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2289/providers/Microsoft.Search/searchServices/azs-733?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjg5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7341eff4-da65-4938-88b3-92bd0d35960c" + "b1446b48-47f5-41bf-a9f0-5453f06e7c0c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14988" + ], "x-ms-request-id": [ - "7341eff4-da65-4938-88b3-92bd0d35960c" + "3c5586a4-3845-4fde-a1fe-3ad793917d09" ], - "request-id": [ - "7341eff4-da65-4938-88b3-92bd0d35960c" + "x-ms-correlation-request-id": [ + "3c5586a4-3845-4fde-a1fe-3ad793917d09" ], - "elapsed-time": [ - "892" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T082513Z:3c5586a4-3845-4fde-a1fe-3ad793917d09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" - ], - "x-ms-correlation-request-id": [ - "15437936-68fb-4187-86a8-8b24db30bc7c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004836Z:15437936-68fb-4187-86a8-8b24db30bc7c" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:48:36 GMT" + "Sat, 08 Aug 2020 08:25:13 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2953", - "azsmnet8204" + "azsmnet2289", + "azsmnet1124" ], "GenerateServiceName": [ - "azs-9322" + "azs-733" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/NullCannotBeConvertedToValueType.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/NullCannotBeConvertedToValueType.json index 7d0417be6c42..5029401bcabd 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/NullCannotBeConvertedToValueType.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/NullCannotBeConvertedToValueType.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2322d216-408e-48fd-a488-48e81a687a9c" + "e286a7a7-46d3-4635-96fa-c1d0d24c8084" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1198" ], "x-ms-request-id": [ - "6cb55b3d-0cb4-459e-a656-8043a440840a" + "f54109d2-2b35-4f2f-b920-9d02c514e0b4" ], "x-ms-correlation-request-id": [ - "6cb55b3d-0cb4-459e-a656-8043a440840a" + "f54109d2-2b35-4f2f-b920-9d02c514e0b4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010024Z:6cb55b3d-0cb4-459e-a656-8043a440840a" + "NORTHEUROPE:20200808T083926Z:f54109d2-2b35-4f2f-b920-9d02c514e0b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:00:24 GMT" + "Sat, 08 Aug 2020 08:39:25 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2859?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyODU5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet196?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxOTY/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d506ae18-a168-4f0c-9c47-122b8a27f4ef" + "2dd2cef7-5477-4473-9493-bffe4b6fe66c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1198" ], "x-ms-request-id": [ - "8640b5cc-c13c-4af9-ab3b-05b2510806a9" + "692c6590-0fb5-4c97-90b7-52ec033c0489" ], "x-ms-correlation-request-id": [ - "8640b5cc-c13c-4af9-ab3b-05b2510806a9" + "692c6590-0fb5-4c97-90b7-52ec033c0489" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010025Z:8640b5cc-c13c-4af9-ab3b-05b2510806a9" + "NORTHEUROPE:20200808T083927Z:692c6590-0fb5-4c97-90b7-52ec033c0489" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:00:24 GMT" + "Sat, 08 Aug 2020 08:39:27 GMT" ], "Content-Length": [ - "175" + "173" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2859\",\r\n \"name\": \"azsmnet2859\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet196\",\r\n \"name\": \"azsmnet196\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2859/providers/Microsoft.Search/searchServices/azs-6575?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTc1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet196/providers/Microsoft.Search/searchServices/azs-9559?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk1NTk/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "68dfc72e-eb3f-4ef6-97c6-0cc14ed9176e" + "76fb80d2-31bb-4b46-84e5-8c2e9892eab1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A00%3A27.8627092Z'\"" + "W/\"datetime'2020-08-08T08%3A39%3A34.6581547Z'\"" ], "x-ms-request-id": [ - "68dfc72e-eb3f-4ef6-97c6-0cc14ed9176e" + "76fb80d2-31bb-4b46-84e5-8c2e9892eab1" ], "request-id": [ - "68dfc72e-eb3f-4ef6-97c6-0cc14ed9176e" + "76fb80d2-31bb-4b46-84e5-8c2e9892eab1" ], "elapsed-time": [ - "1130" + "2995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1192" ], "x-ms-correlation-request-id": [ - "00e187e2-d2f7-47e6-84b2-4e91e1a8c142" + "cdd2abd1-3ae1-4b58-b4e7-8510ac9615a7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010028Z:00e187e2-d2f7-47e6-84b2-4e91e1a8c142" + "NORTHEUROPE:20200808T083936Z:cdd2abd1-3ae1-4b58-b4e7-8510ac9615a7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:00:27 GMT" + "Sat, 08 Aug 2020 08:39:35 GMT" ], "Content-Length": [ - "529" + "528" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2859/providers/Microsoft.Search/searchServices/azs-6575\",\r\n \"name\": \"azs-6575\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet196/providers/Microsoft.Search/searchServices/azs-9559\",\r\n \"name\": \"azs-9559\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2859/providers/Microsoft.Search/searchServices/azs-6575/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTc1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet196/providers/Microsoft.Search/searchServices/azs-9559/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk1NTkvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "08d845d6-8788-4bcd-bd01-6cc2b0240cc8" + "2fb8edf2-8b6e-40dd-be7e-c59c04bf0be2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "08d845d6-8788-4bcd-bd01-6cc2b0240cc8" + "2fb8edf2-8b6e-40dd-be7e-c59c04bf0be2" ], "request-id": [ - "08d845d6-8788-4bcd-bd01-6cc2b0240cc8" + "2fb8edf2-8b6e-40dd-be7e-c59c04bf0be2" ], "elapsed-time": [ - "104" + "783" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1187" ], "x-ms-correlation-request-id": [ - "cdb6d2d9-492a-4804-b004-dd319dd00e25" + "f499c1f0-4901-438f-bf2c-c73f984cbe60" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010030Z:cdb6d2d9-492a-4804-b004-dd319dd00e25" + "NORTHEUROPE:20200808T083939Z:f499c1f0-4901-438f-bf2c-c73f984cbe60" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:00:30 GMT" + "Sat, 08 Aug 2020 08:39:38 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"87BA4D5C055AF6C6277A055C186F98CC\",\r\n \"secondaryKey\": \"B865299E8F5EF07DB932F3F8028020EA\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"EC3DE2131DC79E84F981051248D373C6\",\r\n \"secondaryKey\": \"C536E905EAEB9507D17A66A45248584C\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2859/providers/Microsoft.Search/searchServices/azs-6575/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTc1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet196/providers/Microsoft.Search/searchServices/azs-9559/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk1NTkvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "faf0538f-3c19-4f80-9444-5a62188778e0" + "3004c172-4b3c-4428-85a9-9abc2d49d297" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "faf0538f-3c19-4f80-9444-5a62188778e0" + "3004c172-4b3c-4428-85a9-9abc2d49d297" ], "request-id": [ - "faf0538f-3c19-4f80-9444-5a62188778e0" + "3004c172-4b3c-4428-85a9-9abc2d49d297" ], "elapsed-time": [ - "107" + "980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1186" ], "x-ms-correlation-request-id": [ - "be9a8aed-7966-42b0-a1f8-917c33bd6e40" + "26931ff7-e350-4623-b6fd-55dbdda39f7f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010031Z:be9a8aed-7966-42b0-a1f8-917c33bd6e40" + "NORTHEUROPE:20200808T083941Z:26931ff7-e350-4623-b6fd-55dbdda39f7f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:00:31 GMT" + "Sat, 08 Aug 2020 08:39:40 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"15EF3161B2402605635345579DBEEA5A\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"44B5785E3CABD56A14E162F64F7E2762\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5310\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1701\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "63c7fa33-a155-4aad-973c-f58a748cea06" + "c5d62d17-4c2a-4fac-b488-225d47c968d1" ], "Accept-Language": [ "en-US" ], "api-key": [ - "87BA4D5C055AF6C6277A055C186F98CC" + "EC3DE2131DC79E84F981051248D373C6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036BB0EAA86C\"" + "W/\"0x8D83B76997F6BEA\"" ], "Location": [ - "https://azs-6575.search-dogfood.windows-int.net/indexes('azsmnet5310')?api-version=2019-05-06" + "https://azs-9559.search-dogfood.windows-int.net/indexes('azsmnet1701')?api-version=2019-05-06" ], "request-id": [ - "63c7fa33-a155-4aad-973c-f58a748cea06" + "c5d62d17-4c2a-4fac-b488-225d47c968d1" ], "elapsed-time": [ - "1123" + "814" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:00:33 GMT" + "Sat, 08 Aug 2020 08:39:43 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6575.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036BB0EAA86C\\\"\",\r\n \"name\": \"azsmnet5310\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9559.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B76997F6BEA\\\"\",\r\n \"name\": \"azsmnet1701\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet529\",\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"IntValue\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Bucket\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet308\",\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"IntValue\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Bucket\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "f640811b-42c5-4882-bce4-20592be294a9" + "b6a237c5-6555-4458-828b-fec11a296696" ], "Accept-Language": [ "en-US" ], "api-key": [ - "87BA4D5C055AF6C6277A055C186F98CC" + "EC3DE2131DC79E84F981051248D373C6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036BC04FFAA5\"" + "W/\"0x8D83B76A93048B5\"" ], "Location": [ - "https://azs-6575.search-dogfood.windows-int.net/indexes('azsmnet529')?api-version=2019-05-06" + "https://azs-9559.search-dogfood.windows-int.net/indexes('azsmnet308')?api-version=2019-05-06" ], "request-id": [ - "f640811b-42c5-4882-bce4-20592be294a9" + "b6a237c5-6555-4458-828b-fec11a296696" ], "elapsed-time": [ - "1097" + "718" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:00:59 GMT" + "Sat, 08 Aug 2020 08:40:10 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "1256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6575.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036BC04FFAA5\\\"\",\r\n \"name\": \"azsmnet529\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"IntValue\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Bucket\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9559.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B76A93048B5\\\"\",\r\n \"name\": \"azsmnet308\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"IntValue\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Bucket\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet5310')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MzEwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1701')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNzAxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "d7c64305-eaac-443e-8f25-c1786651b33c" + "bb2e4f4b-232b-437f-baa4-b2f1f29b6d5c" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "87BA4D5C055AF6C6277A055C186F98CC" + "EC3DE2131DC79E84F981051248D373C6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "d7c64305-eaac-443e-8f25-c1786651b33c" + "bb2e4f4b-232b-437f-baa4-b2f1f29b6d5c" ], "elapsed-time": [ - "195" + "182" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:00:55 GMT" + "Sat, 08 Aug 2020 08:40:06 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,13 +553,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet529')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MjknKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet308')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMDgnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"Key\": \"123\",\r\n \"Bucket\": {\r\n \"BucketName\": \"Z\",\r\n \"Count\": 1\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"Key\": \"456\",\r\n \"IntValue\": 5\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "cb0ec120-0b05-48a8-98f4-c94c85e354fc" + "2e4da3b7-c332-46b3-899b-a521e58ddf2e" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "87BA4D5C055AF6C6277A055C186F98CC" + "EC3DE2131DC79E84F981051248D373C6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -591,10 +591,10 @@ "no-cache" ], "request-id": [ - "cb0ec120-0b05-48a8-98f4-c94c85e354fc" + "2e4da3b7-c332-46b3-899b-a521e58ddf2e" ], "elapsed-time": [ - "143" + "162" ], "OData-Version": [ "4.0" @@ -606,7 +606,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:01:00 GMT" + "Sat, 08 Aug 2020 08:40:11 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -622,13 +622,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet529')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MjknKS9kb2NzL3NlYXJjaC5wb3N0LnNlYXJjaD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet308')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMDgnKS9kb2NzL3NlYXJjaC5wb3N0LnNlYXJjaD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"123\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "3fb81c4e-caff-49ab-96b7-29984b2ea831" + "550740c5-6a6d-4923-be65-c7029ed8f57d" ], "Accept-Language": [ "en-US" @@ -637,12 +637,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "87BA4D5C055AF6C6277A055C186F98CC" + "EC3DE2131DC79E84F981051248D373C6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -660,10 +660,10 @@ "no-cache" ], "request-id": [ - "3fb81c4e-caff-49ab-96b7-29984b2ea831" + "550740c5-6a6d-4923-be65-c7029ed8f57d" ], "elapsed-time": [ - "35" + "29" ], "OData-Version": [ "4.0" @@ -675,7 +675,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:01:02 GMT" + "Sat, 08 Aug 2020 08:40:14 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -684,20 +684,20 @@ "-1" ], "Content-Length": [ - "99" + "105" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"Key\": \"123\",\r\n \"IntValue\": null,\r\n \"Bucket\": {\r\n \"BucketName\": \"Z\",\r\n \"Count\": 1\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 0.6931472,\r\n \"Key\": \"123\",\r\n \"IntValue\": null,\r\n \"Bucket\": {\r\n \"BucketName\": \"Z\",\r\n \"Count\": 1\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet529')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MjknKS9kb2NzL3NlYXJjaC5wb3N0LnNlYXJjaD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet308')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMDgnKS9kb2NzL3NlYXJjaC5wb3N0LnNlYXJjaD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"456\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "fcceee32-7269-4de3-b9f1-4fab1350beb9" + "eae3f2bf-516d-44b5-8c32-7eaf09f81bf1" ], "Accept-Language": [ "en-US" @@ -706,12 +706,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "87BA4D5C055AF6C6277A055C186F98CC" + "EC3DE2131DC79E84F981051248D373C6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -729,10 +729,10 @@ "no-cache" ], "request-id": [ - "fcceee32-7269-4de3-b9f1-4fab1350beb9" + "eae3f2bf-516d-44b5-8c32-7eaf09f81bf1" ], "elapsed-time": [ - "13" + "12" ], "OData-Version": [ "4.0" @@ -744,7 +744,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:01:03 GMT" + "Sat, 08 Aug 2020 08:40:14 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -753,28 +753,28 @@ "-1" ], "Content-Length": [ - "72" + "78" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"Key\": \"456\",\r\n \"IntValue\": 5,\r\n \"Bucket\": null\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 0.6931472,\r\n \"Key\": \"456\",\r\n \"IntValue\": 5,\r\n \"Bucket\": null\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2859/providers/Microsoft.Search/searchServices/azs-6575?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTc1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet196/providers/Microsoft.Search/searchServices/azs-9559?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk1NTk/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4e464325-b0dc-4a1b-80cb-e6289df17705" + "9ffd18d5-f711-4b6b-a0bc-74708f292126" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -785,52 +785,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14984" + ], "x-ms-request-id": [ - "4e464325-b0dc-4a1b-80cb-e6289df17705" + "e21aa536-6bdc-4f59-9e00-d2f90bb7cc7a" ], - "request-id": [ - "4e464325-b0dc-4a1b-80cb-e6289df17705" + "x-ms-correlation-request-id": [ + "e21aa536-6bdc-4f59-9e00-d2f90bb7cc7a" ], - "elapsed-time": [ - "1507" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T084023Z:e21aa536-6bdc-4f59-9e00-d2f90bb7cc7a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" - ], - "x-ms-correlation-request-id": [ - "1362556e-b9f9-4906-a69c-704869c6a726" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010108Z:1362556e-b9f9-4906-a69c-704869c6a726" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:01:07 GMT" + "Sat, 08 Aug 2020 08:40:22 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2859", - "azsmnet5310", - "azsmnet529" + "azsmnet196", + "azsmnet1701", + "azsmnet308" ], "GenerateServiceName": [ - "azs-6575" + "azs-9559" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/OrderByProgressivelyBreaksTies.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/OrderByProgressivelyBreaksTies.json index 95c12ddc76b2..a434aa0c43a6 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/OrderByProgressivelyBreaksTies.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/OrderByProgressivelyBreaksTies.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dffe5a96-0500-4f40-a833-f1fa3e88ade3" + "c6265f17-f655-4488-a516-1b843a6f4e3c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1192" ], "x-ms-request-id": [ - "75017792-3ef6-4c49-a867-94f7d394434d" + "efceb5e8-03db-4eae-8c22-5224ad1453f1" ], "x-ms-correlation-request-id": [ - "75017792-3ef6-4c49-a867-94f7d394434d" + "efceb5e8-03db-4eae-8c22-5224ad1453f1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011059Z:75017792-3ef6-4c49-a867-94f7d394434d" + "NORTHEUROPE:20200808T085600Z:efceb5e8-03db-4eae-8c22-5224ad1453f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:10:58 GMT" + "Sat, 08 Aug 2020 08:55:59 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4029?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MDI5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7667?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NjY3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c9432c33-49d9-47d6-87ae-eb3c0420d8c7" + "00bf84de-5670-4ff7-816b-a837d83a2fd8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1193" ], "x-ms-request-id": [ - "131855c0-fa64-4508-b811-ad62aa93aa30" + "0058605c-f64e-4715-b3af-3bd10c2b537a" ], "x-ms-correlation-request-id": [ - "131855c0-fa64-4508-b811-ad62aa93aa30" + "0058605c-f64e-4715-b3af-3bd10c2b537a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011100Z:131855c0-fa64-4508-b811-ad62aa93aa30" + "NORTHEUROPE:20200808T085602Z:0058605c-f64e-4715-b3af-3bd10c2b537a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:11:00 GMT" + "Sat, 08 Aug 2020 08:56:01 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4029\",\r\n \"name\": \"azsmnet4029\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7667\",\r\n \"name\": \"azsmnet7667\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4029/providers/Microsoft.Search/searchServices/azs-9936?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MDI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTM2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7667/providers/Microsoft.Search/searchServices/azs-230?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b45f356e-ca72-4398-b14e-54f319fb097a" + "503848ac-ba51-40b5-bca7-2f3817dc652b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A11%3A05.9336888Z'\"" + "W/\"datetime'2020-08-08T08%3A56%3A06.3740361Z'\"" ], "x-ms-request-id": [ - "b45f356e-ca72-4398-b14e-54f319fb097a" + "503848ac-ba51-40b5-bca7-2f3817dc652b" ], "request-id": [ - "b45f356e-ca72-4398-b14e-54f319fb097a" + "503848ac-ba51-40b5-bca7-2f3817dc652b" ], "elapsed-time": [ - "2714" + "1795" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1196" ], "x-ms-correlation-request-id": [ - "c8ac21d6-359a-4d46-9e25-5d3b73023f97" + "77438c2e-7d5b-47cb-962f-2db03f7b69bf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011106Z:c8ac21d6-359a-4d46-9e25-5d3b73023f97" + "NORTHEUROPE:20200808T085607Z:77438c2e-7d5b-47cb-962f-2db03f7b69bf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:11:06 GMT" + "Sat, 08 Aug 2020 08:56:07 GMT" ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4029/providers/Microsoft.Search/searchServices/azs-9936\",\r\n \"name\": \"azs-9936\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7667/providers/Microsoft.Search/searchServices/azs-230\",\r\n \"name\": \"azs-230\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4029/providers/Microsoft.Search/searchServices/azs-9936/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MDI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTM2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7667/providers/Microsoft.Search/searchServices/azs-230/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzAvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "30433a82-c751-4f37-b569-26d4cb495fae" + "3c744c60-3b44-4dc6-bb8f-767dea4d2c33" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "30433a82-c751-4f37-b569-26d4cb495fae" + "3c744c60-3b44-4dc6-bb8f-767dea4d2c33" ], "request-id": [ - "30433a82-c751-4f37-b569-26d4cb495fae" + "3c744c60-3b44-4dc6-bb8f-767dea4d2c33" ], "elapsed-time": [ - "268" + "427" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1195" ], "x-ms-correlation-request-id": [ - "29fd7581-2ff3-44f2-89e7-033bd1f23395" + "4ac99482-bc76-4279-99d2-33382eaa104b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011108Z:29fd7581-2ff3-44f2-89e7-033bd1f23395" + "NORTHEUROPE:20200808T085610Z:4ac99482-bc76-4279-99d2-33382eaa104b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:11:08 GMT" + "Sat, 08 Aug 2020 08:56:10 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"108C8BF54B3B13F537C38301F9791C52\",\r\n \"secondaryKey\": \"92FC4A30AB129D8D827BD6177E475CA5\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"B0DAFA4DB96E597B2CA3E7978BBB739B\",\r\n \"secondaryKey\": \"3EDD64DF592E3A1CB9E6A6E9ACE33C6D\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4029/providers/Microsoft.Search/searchServices/azs-9936/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MDI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTM2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7667/providers/Microsoft.Search/searchServices/azs-230/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzAvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ff72451-49d7-4b75-81d7-45f7e28c756b" + "cd8fc394-9f4c-4f53-8ab3-2e43ec8870d4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4ff72451-49d7-4b75-81d7-45f7e28c756b" + "cd8fc394-9f4c-4f53-8ab3-2e43ec8870d4" ], "request-id": [ - "4ff72451-49d7-4b75-81d7-45f7e28c756b" + "cd8fc394-9f4c-4f53-8ab3-2e43ec8870d4" ], "elapsed-time": [ - "88" + "230" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1194" ], "x-ms-correlation-request-id": [ - "9cb74363-6f9b-4449-96cb-4b96d70761f8" + "d228ae69-907f-42e9-b53e-d1a39a254f5e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011109Z:9cb74363-6f9b-4449-96cb-4b96d70761f8" + "NORTHEUROPE:20200808T085611Z:d228ae69-907f-42e9-b53e-d1a39a254f5e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:11:08 GMT" + "Sat, 08 Aug 2020 08:56:11 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"9C3FE8BE47C927E5C7DF711FF18B484E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"8CB919FFA7CEAC11ABF597C00087298B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5526\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5177\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8e2da129-3eba-4c36-8bfa-85c8ebeb0914" + "7e35f914-5bb8-4be3-a078-80c4c46cab6b" ], "Accept-Language": [ "en-US" ], "api-key": [ - "108C8BF54B3B13F537C38301F9791C52" + "B0DAFA4DB96E597B2CA3E7978BBB739B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036D2D33C0BA\"" + "W/\"0x8D83B78E8A22951\"" ], "Location": [ - "https://azs-9936.search-dogfood.windows-int.net/indexes('azsmnet5526')?api-version=2019-05-06" + "https://azs-230.search-dogfood.windows-int.net/indexes('azsmnet5177')?api-version=2019-05-06" ], "request-id": [ - "8e2da129-3eba-4c36-8bfa-85c8ebeb0914" + "7e35f914-5bb8-4be3-a078-80c4c46cab6b" ], "elapsed-time": [ - "1212" + "2128" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:11:11 GMT" + "Sat, 08 Aug 2020 08:56:15 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6147" + "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9936.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036D2D33C0BA\\\"\",\r\n \"name\": \"azsmnet5526\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-230.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B78E8A22951\\\"\",\r\n \"name\": \"azsmnet5177\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet5526')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NTI2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5177')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MTc3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "12132066-0922-42db-bac1-2c9247c32033" + "cae98745-41eb-4798-b7c9-15974f5dbc8c" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "108C8BF54B3B13F537C38301F9791C52" + "B0DAFA4DB96E597B2CA3E7978BBB739B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "12132066-0922-42db-bac1-2c9247c32033" + "cae98745-41eb-4798-b7c9-15974f5dbc8c" ], "elapsed-time": [ - "208" + "207" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:11:33 GMT" + "Sat, 08 Aug 2020 08:56:37 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet5526')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=rating%20desc%2ClastRenovationDate%20asc%2Cgeo.distance%28location%2C%20geography%27POINT%28-122.0%2049.0%29%27%29&queryType=simple&searchMode=any", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NTI2JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRvcmRlcmJ5PXJhdGluZyUyMGRlc2MlMkNsYXN0UmVub3ZhdGlvbkRhdGUlMjBhc2MlMkNnZW8uZGlzdGFuY2UlMjhsb2NhdGlvbiUyQyUyMGdlb2dyYXBoeSUyN1BPSU5UJTI4LTEyMi4wJTIwNDkuMCUyOSUyNyUyOSZxdWVyeVR5cGU9c2ltcGxlJnNlYXJjaE1vZGU9YW55", + "RequestUri": "/indexes('azsmnet5177')/docs?search=%2A&api-version=2019-05-06&$count=false&$orderby=rating%20desc%2ClastRenovationDate%20asc%2Cgeo.distance%28location%2C%20geography%27POINT%28-122.0%2049.0%29%27%29&queryType=simple&searchMode=any", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MTc3JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRvcmRlcmJ5PXJhdGluZyUyMGRlc2MlMkNsYXN0UmVub3ZhdGlvbkRhdGUlMjBhc2MlMkNnZW8uZGlzdGFuY2UlMjhsb2NhdGlvbiUyQyUyMGdlb2dyYXBoeSUyN1BPSU5UJTI4LTEyMi4wJTIwNDkuMCUyOSUyNyUyOSZxdWVyeVR5cGU9c2ltcGxlJnNlYXJjaE1vZGU9YW55", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "d10308ff-911a-4819-a8c7-3d868fb157e0" + "745ebbfd-6244-4e87-bda7-c0b65b4e6291" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "9C3FE8BE47C927E5C7DF711FF18B484E" + "8CB919FFA7CEAC11ABF597C00087298B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "d10308ff-911a-4819-a8c7-3d868fb157e0" + "745ebbfd-6244-4e87-bda7-c0b65b4e6291" ], "elapsed-time": [ - "187" + "384" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:11:37 GMT" + "Sat, 08 Aug 2020 08:56:41 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4029/providers/Microsoft.Search/searchServices/azs-9936?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MDI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTM2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7667/providers/Microsoft.Search/searchServices/azs-230?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53f5ebca-c998-43ec-b299-671d05d4d170" + "5d052590-805c-4fa9-8e19-d4e82a50b43f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "53f5ebca-c998-43ec-b299-671d05d4d170" + "66293594-cc21-4177-90dd-3756e1bce8de" ], - "request-id": [ - "53f5ebca-c998-43ec-b299-671d05d4d170" + "x-ms-correlation-request-id": [ + "66293594-cc21-4177-90dd-3756e1bce8de" ], - "elapsed-time": [ - "1165" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T085732Z:66293594-cc21-4177-90dd-3756e1bce8de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14989" - ], - "x-ms-correlation-request-id": [ - "d1c8e1ad-b60f-4898-9a30-ef49f9aa99a7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011141Z:d1c8e1ad-b60f-4898-9a30-ef49f9aa99a7" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:11:41 GMT" + "Sat, 08 Aug 2020 08:57:31 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet4029", - "azsmnet5526" + "azsmnet7667", + "azsmnet5177" ], "GenerateServiceName": [ - "azs-9936" + "azs-230" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/SearchThrowsWhenRequestIsMalformed.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/SearchThrowsWhenRequestIsMalformed.json index 414136fce12f..8a16d880929f 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/SearchThrowsWhenRequestIsMalformed.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/SearchThrowsWhenRequestIsMalformed.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ad007a7e-bcb5-4350-bb33-9f7c4f0bae38" + "4e3d2f5b-66e1-4d0c-a1b3-422587bb01c6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1186" ], "x-ms-request-id": [ - "d4d43ca5-ec95-4ee6-b17a-4bbebc167f61" + "333b7bc3-02bf-49be-9b76-9ee323a660c5" ], "x-ms-correlation-request-id": [ - "d4d43ca5-ec95-4ee6-b17a-4bbebc167f61" + "333b7bc3-02bf-49be-9b76-9ee323a660c5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010601Z:d4d43ca5-ec95-4ee6-b17a-4bbebc167f61" + "NORTHEUROPE:20200808T084735Z:333b7bc3-02bf-49be-9b76-9ee323a660c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:06:01 GMT" + "Sat, 08 Aug 2020 08:47:34 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1614?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxNjE0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4573?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0NTczP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "55f16129-8a0b-452e-8c5d-90dc9589da7f" + "ec3e3c46-10e0-4de9-a1f0-a95e851454ca" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1191" ], "x-ms-request-id": [ - "7c114ffd-fa55-4fc4-b88d-676ae0c3b51e" + "b2b7db47-986e-4fbb-82ab-c7483ac98f6c" ], "x-ms-correlation-request-id": [ - "7c114ffd-fa55-4fc4-b88d-676ae0c3b51e" + "b2b7db47-986e-4fbb-82ab-c7483ac98f6c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010602Z:7c114ffd-fa55-4fc4-b88d-676ae0c3b51e" + "NORTHEUROPE:20200808T084736Z:b2b7db47-986e-4fbb-82ab-c7483ac98f6c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:06:01 GMT" + "Sat, 08 Aug 2020 08:47:36 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1614\",\r\n \"name\": \"azsmnet1614\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4573\",\r\n \"name\": \"azsmnet4573\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1614/providers/Microsoft.Search/searchServices/azs-7896?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODk2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4573/providers/Microsoft.Search/searchServices/azs-1423?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NTczL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDIzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c271e738-33cc-4afa-9489-59317ebe9c1b" + "702c5fee-bb9d-4d47-9ffc-a7a153a0403e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A06%3A07.356851Z'\"" + "W/\"datetime'2020-08-08T08%3A47%3A43.0681327Z'\"" ], "x-ms-request-id": [ - "c271e738-33cc-4afa-9489-59317ebe9c1b" + "702c5fee-bb9d-4d47-9ffc-a7a153a0403e" ], "request-id": [ - "c271e738-33cc-4afa-9489-59317ebe9c1b" + "702c5fee-bb9d-4d47-9ffc-a7a153a0403e" ], "elapsed-time": [ - "1270" + "2807" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1196" ], "x-ms-correlation-request-id": [ - "228266c8-54e7-4bbc-965b-354f9ef2ed0e" + "870d3eb8-2a59-48e9-ab7d-0e3f0de10f36" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010608Z:228266c8-54e7-4bbc-965b-354f9ef2ed0e" + "NORTHEUROPE:20200808T084745Z:870d3eb8-2a59-48e9-ab7d-0e3f0de10f36" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:06:07 GMT" + "Sat, 08 Aug 2020 08:47:45 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1614/providers/Microsoft.Search/searchServices/azs-7896\",\r\n \"name\": \"azs-7896\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4573/providers/Microsoft.Search/searchServices/azs-1423\",\r\n \"name\": \"azs-1423\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1614/providers/Microsoft.Search/searchServices/azs-7896/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODk2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4573/providers/Microsoft.Search/searchServices/azs-1423/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NTczL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDIzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b35b6ab9-c33c-4bb9-a2bb-9d6fef37d2a8" + "7bfad1c9-d0d0-4943-96ac-09ce6d7309c5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b35b6ab9-c33c-4bb9-a2bb-9d6fef37d2a8" + "7bfad1c9-d0d0-4943-96ac-09ce6d7309c5" ], "request-id": [ - "b35b6ab9-c33c-4bb9-a2bb-9d6fef37d2a8" + "7bfad1c9-d0d0-4943-96ac-09ce6d7309c5" ], "elapsed-time": [ - "123" + "421" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1195" ], "x-ms-correlation-request-id": [ - "28619361-2c16-4a94-971e-6ffe7dfc792b" + "4be2697b-696d-48c6-8fdd-c0b53768468f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010610Z:28619361-2c16-4a94-971e-6ffe7dfc792b" + "NORTHEUROPE:20200808T084748Z:4be2697b-696d-48c6-8fdd-c0b53768468f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:06:09 GMT" + "Sat, 08 Aug 2020 08:47:47 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"1F47B328126D87ED1149A3E6D81A2EC4\",\r\n \"secondaryKey\": \"EA04DCE49BE79B1C926CA10EF42168A6\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"52BC7C7FB65546E90B28B85808E80CB2\",\r\n \"secondaryKey\": \"1A4707C584C0566CDD2C109405A4778E\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1614/providers/Microsoft.Search/searchServices/azs-7896/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODk2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4573/providers/Microsoft.Search/searchServices/azs-1423/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NTczL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDIzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "603d21b3-05b9-469d-8cd9-9d4b49273ef7" + "4e11221c-28fe-46f3-b838-264344779ad9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "603d21b3-05b9-469d-8cd9-9d4b49273ef7" + "4e11221c-28fe-46f3-b838-264344779ad9" ], "request-id": [ - "603d21b3-05b9-469d-8cd9-9d4b49273ef7" + "4e11221c-28fe-46f3-b838-264344779ad9" ], "elapsed-time": [ - "496" + "378" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1194" ], "x-ms-correlation-request-id": [ - "2a029e31-e44f-4a3c-831f-5dc7daf8a194" + "eab784fa-de6f-40b3-a282-3303061cd7d6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010611Z:2a029e31-e44f-4a3c-831f-5dc7daf8a194" + "NORTHEUROPE:20200808T084748Z:eab784fa-de6f-40b3-a282-3303061cd7d6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:06:10 GMT" + "Sat, 08 Aug 2020 08:47:48 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"A8B66CBEA12A37F0A4DB1969F54BF52B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"27E578BE125C5CCC134253289EA1387C\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3244\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3569\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "2d5f4252-421d-4d85-a773-b81af263f604" + "ba2b8ff2-54ba-415f-9f1d-901e9f8f443b" ], "Accept-Language": [ "en-US" ], "api-key": [ - "1F47B328126D87ED1149A3E6D81A2EC4" + "52BC7C7FB65546E90B28B85808E80CB2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036C7B4EF6E2\"" + "W/\"0x8D83B77BC4F9452\"" ], "Location": [ - "https://azs-7896.search-dogfood.windows-int.net/indexes('azsmnet3244')?api-version=2019-05-06" + "https://azs-1423.search-dogfood.windows-int.net/indexes('azsmnet3569')?api-version=2019-05-06" ], "request-id": [ - "2d5f4252-421d-4d85-a773-b81af263f604" + "ba2b8ff2-54ba-415f-9f1d-901e9f8f443b" ], "elapsed-time": [ - "1116" + "1510" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:06:12 GMT" + "Sat, 08 Aug 2020 08:47:52 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7896.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036C7B4EF6E2\\\"\",\r\n \"name\": \"azsmnet3244\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1423.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B77BC4F9452\\\"\",\r\n \"name\": \"azsmnet3569\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet3244')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMjQ0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3569')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNTY5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "f7f89da2-c3b8-4517-88b5-160de22f8897" + "c136df15-291f-458f-826e-7cf962cb7f9e" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "1F47B328126D87ED1149A3E6D81A2EC4" + "52BC7C7FB65546E90B28B85808E80CB2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "f7f89da2-c3b8-4517-88b5-160de22f8897" + "c136df15-291f-458f-826e-7cf962cb7f9e" ], "elapsed-time": [ - "198" + "254" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:06:35 GMT" + "Sat, 08 Aug 2020 08:48:13 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3244')/docs?search=%2A&api-version=2019-05-06&$count=false&$filter=This%20is%20not%20a%20valid%20filter.&queryType=simple&searchMode=any", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMjQ0JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRmaWx0ZXI9VGhpcyUyMGlzJTIwbm90JTIwYSUyMHZhbGlkJTIwZmlsdGVyLiZxdWVyeVR5cGU9c2ltcGxlJnNlYXJjaE1vZGU9YW55", + "RequestUri": "/indexes('azsmnet3569')/docs?search=%2A&api-version=2019-05-06&$count=false&$filter=This%20is%20not%20a%20valid%20filter.&queryType=simple&searchMode=any", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNTY5JykvZG9jcz9zZWFyY2g9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmJGNvdW50PWZhbHNlJiRmaWx0ZXI9VGhpcyUyMGlzJTIwbm90JTIwYSUyMHZhbGlkJTIwZmlsdGVyLiZxdWVyeVR5cGU9c2ltcGxlJnNlYXJjaE1vZGU9YW55", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "b969ea32-d4a9-4f5a-958f-8eecf197008c" + "fc59ddeb-310c-4466-b91d-80458de9ee15" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "1F47B328126D87ED1149A3E6D81A2EC4" + "52BC7C7FB65546E90B28B85808E80CB2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "b969ea32-d4a9-4f5a-958f-8eecf197008c" + "fc59ddeb-310c-4466-b91d-80458de9ee15" ], "elapsed-time": [ - "109" + "129" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:06:38 GMT" + "Sat, 08 Aug 2020 08:48:17 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -547,21 +547,21 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1614/providers/Microsoft.Search/searchServices/azs-7896?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODk2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4573/providers/Microsoft.Search/searchServices/azs-1423?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NTczL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDIzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "54f811b1-0b58-4a97-9cf6-6c1e7e276222" + "c5acf261-2016-455d-8248-0bd2bf83617e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -572,51 +572,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14988" + ], "x-ms-request-id": [ - "54f811b1-0b58-4a97-9cf6-6c1e7e276222" + "c4e6a205-5f0e-452d-a8a5-471cfa129114" ], - "request-id": [ - "54f811b1-0b58-4a97-9cf6-6c1e7e276222" + "x-ms-correlation-request-id": [ + "c4e6a205-5f0e-452d-a8a5-471cfa129114" ], - "elapsed-time": [ - "1022" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T084906Z:c4e6a205-5f0e-452d-a8a5-471cfa129114" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "b5e4762c-3f29-4094-a16c-fa2088cec48a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010643Z:b5e4762c-3f29-4094-a16c-fa2088cec48a" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:06:42 GMT" + "Sat, 08 Aug 2020 08:49:06 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet1614", - "azsmnet3244" + "azsmnet4573", + "azsmnet3569" ], "GenerateServiceName": [ - "azs-7896" + "azs-1423" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/SearchThrowsWhenSpecialCharInRegexIsUnescaped.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/SearchThrowsWhenSpecialCharInRegexIsUnescaped.json index 9e5ab3a42839..e83be9309ddd 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/SearchThrowsWhenSpecialCharInRegexIsUnescaped.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/SearchThrowsWhenSpecialCharInRegexIsUnescaped.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "35eab4b2-c565-4057-88ff-7c3cb907e739" + "eab0647c-ff58-45ef-b4d6-7fefcf2dd760" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1194" ], "x-ms-request-id": [ - "c6fc72a3-ae92-4e56-bee2-a933fb3bc142" + "368b7a68-6a86-4a75-9b0f-6444ca46900c" ], "x-ms-correlation-request-id": [ - "c6fc72a3-ae92-4e56-bee2-a933fb3bc142" + "368b7a68-6a86-4a75-9b0f-6444ca46900c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005200Z:c6fc72a3-ae92-4e56-bee2-a933fb3bc142" + "NORTHEUROPE:20200808T083025Z:368b7a68-6a86-4a75-9b0f-6444ca46900c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:52:00 GMT" + "Sat, 08 Aug 2020 08:30:24 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7126?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MTI2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2918?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyOTE4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ff599053-89e5-4692-aeac-129e5f4129c1" + "1a2a702b-42bf-489f-8ba9-f64660674449" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1195" ], "x-ms-request-id": [ - "fde8f625-f5d1-4737-b8de-a507b25b95df" + "0f2d6d46-b712-4e81-b793-3e7e99292c53" ], "x-ms-correlation-request-id": [ - "fde8f625-f5d1-4737-b8de-a507b25b95df" + "0f2d6d46-b712-4e81-b793-3e7e99292c53" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005201Z:fde8f625-f5d1-4737-b8de-a507b25b95df" + "NORTHEUROPE:20200808T083026Z:0f2d6d46-b712-4e81-b793-3e7e99292c53" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:52:00 GMT" + "Sat, 08 Aug 2020 08:30:26 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7126\",\r\n \"name\": \"azsmnet7126\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2918\",\r\n \"name\": \"azsmnet2918\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7126/providers/Microsoft.Search/searchServices/azs-8211?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MjExP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2918/providers/Microsoft.Search/searchServices/azs-66?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Nj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e7979b78-4c19-4c8b-b848-3b1450dfdf54" + "d26b1055-887e-410e-8a3c-b62ebdc87bbf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A52%3A06.334675Z'\"" + "W/\"datetime'2020-08-08T08%3A30%3A31.5490982Z'\"" ], "x-ms-request-id": [ - "e7979b78-4c19-4c8b-b848-3b1450dfdf54" + "d26b1055-887e-410e-8a3c-b62ebdc87bbf" ], "request-id": [ - "e7979b78-4c19-4c8b-b848-3b1450dfdf54" + "d26b1055-887e-410e-8a3c-b62ebdc87bbf" ], "elapsed-time": [ - "2112" + "3322" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1191" ], "x-ms-correlation-request-id": [ - "584bae18-d7d9-4db5-8f5f-887a285aaf69" + "0700dee8-b5d1-4853-a660-f2fa2aa64928" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005207Z:584bae18-d7d9-4db5-8f5f-887a285aaf69" + "NORTHEUROPE:20200808T083033Z:0700dee8-b5d1-4853-a660-f2fa2aa64928" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:52:06 GMT" + "Sat, 08 Aug 2020 08:30:32 GMT" ], "Content-Length": [ - "529" + "525" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7126/providers/Microsoft.Search/searchServices/azs-8211\",\r\n \"name\": \"azs-8211\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2918/providers/Microsoft.Search/searchServices/azs-66\",\r\n \"name\": \"azs-66\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7126/providers/Microsoft.Search/searchServices/azs-8211/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MjExL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2918/providers/Microsoft.Search/searchServices/azs-66/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Ni9saXN0QWRtaW5LZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "df179ee1-fb8b-4d9f-bf10-cb5c1281e460" + "e074d404-27ea-480e-aad0-6be0ab7062ea" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,13 +231,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "df179ee1-fb8b-4d9f-bf10-cb5c1281e460" + "e074d404-27ea-480e-aad0-6be0ab7062ea" ], "request-id": [ - "df179ee1-fb8b-4d9f-bf10-cb5c1281e460" + "e074d404-27ea-480e-aad0-6be0ab7062ea" ], "elapsed-time": [ - "94" + "380" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -246,16 +246,16 @@ "1188" ], "x-ms-correlation-request-id": [ - "03f74504-ff77-4dfb-a803-c9dc723f657d" + "feb2d3de-ea08-4595-bb89-0787fb9c8c83" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005209Z:03f74504-ff77-4dfb-a803-c9dc723f657d" + "NORTHEUROPE:20200808T083035Z:feb2d3de-ea08-4595-bb89-0787fb9c8c83" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:52:08 GMT" + "Sat, 08 Aug 2020 08:30:35 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"B26E35B53DF31EAFE99DC82D86BD5077\",\r\n \"secondaryKey\": \"6F806FD1852156344874EE2C01281334\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"92990C136F99DFD2637D38E8BDD172BC\",\r\n \"secondaryKey\": \"AC77BB35C10F9DDF8929E6F57C0F2C1C\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7126/providers/Microsoft.Search/searchServices/azs-8211/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MjExL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2918/providers/Microsoft.Search/searchServices/azs-66/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Ni9saXN0UXVlcnlLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f3bd069-2edf-4f22-98b9-dbae9605edb7" + "5b70dca5-88b0-4981-bea5-6a27a6dc6c71" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,13 +300,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7f3bd069-2edf-4f22-98b9-dbae9605edb7" + "5b70dca5-88b0-4981-bea5-6a27a6dc6c71" ], "request-id": [ - "7f3bd069-2edf-4f22-98b9-dbae9605edb7" + "5b70dca5-88b0-4981-bea5-6a27a6dc6c71" ], "elapsed-time": [ - "110" + "1259" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -315,16 +315,16 @@ "1187" ], "x-ms-correlation-request-id": [ - "32c11d01-dff2-4dce-8505-bad9cbb683e5" + "d41171c4-e7bd-4870-a007-d7dc38b0d30a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005209Z:32c11d01-dff2-4dce-8505-bad9cbb683e5" + "NORTHEUROPE:20200808T083037Z:d41171c4-e7bd-4870-a007-d7dc38b0d30a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:52:09 GMT" + "Sat, 08 Aug 2020 08:30:36 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F15018F94EFE7D4E59BC065E073793C9\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"DC0C3C04314CDECB62B98163C76E18F6\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6384\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2712\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "93c0dad4-7ea6-4884-98d9-7b7cf124793d" + "b2d4fc14-9c63-43c3-b137-4019b387be66" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B26E35B53DF31EAFE99DC82D86BD5077" + "92990C136F99DFD2637D38E8BDD172BC" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036A8606D60B\"" + "W/\"0x8D83B75561B69D4\"" ], "Location": [ - "https://azs-8211.search-dogfood.windows-int.net/indexes('azsmnet6384')?api-version=2019-05-06" + "https://azs-66.search-dogfood.windows-int.net/indexes('azsmnet2712')?api-version=2019-05-06" ], "request-id": [ - "93c0dad4-7ea6-4884-98d9-7b7cf124793d" + "b2d4fc14-9c63-43c3-b137-4019b387be66" ], "elapsed-time": [ - "1160" + "1523" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:52:12 GMT" + "Sat, 08 Aug 2020 08:30:41 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6147" + "6145" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8211.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036A8606D60B\\\"\",\r\n \"name\": \"azsmnet6384\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-66.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B75561B69D4\\\"\",\r\n \"name\": \"azsmnet2712\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet6384')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2Mzg0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet2712')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNzEyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "f2c5cf34-2693-4c1d-8c45-bd0b46ca0cb9" + "4a6ea55a-554f-46ae-bbb8-605fb0a837f7" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "B26E35B53DF31EAFE99DC82D86BD5077" + "92990C136F99DFD2637D38E8BDD172BC" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "f2c5cf34-2693-4c1d-8c45-bd0b46ca0cb9" + "4a6ea55a-554f-46ae-bbb8-605fb0a837f7" ], "elapsed-time": [ - "295" + "206" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:52:34 GMT" + "Sat, 08 Aug 2020 08:31:03 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet6384')/docs?search=%2F.%2A%2F.%2A%2F&api-version=2019-05-06&$count=false&queryType=full&searchMode=any", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2Mzg0JykvZG9jcz9zZWFyY2g9JTJGLiUyQSUyRi4lMkElMkYmYXBpLXZlcnNpb249MjAxOS0wNS0wNiYkY291bnQ9ZmFsc2UmcXVlcnlUeXBlPWZ1bGwmc2VhcmNoTW9kZT1hbnk=", + "RequestUri": "/indexes('azsmnet2712')/docs?search=%2F.%2A%2F.%2A%2F&api-version=2019-05-06&$count=false&queryType=full&searchMode=any", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNzEyJykvZG9jcz9zZWFyY2g9JTJGLiUyQSUyRi4lMkElMkYmYXBpLXZlcnNpb249MjAxOS0wNS0wNiYkY291bnQ9ZmFsc2UmcXVlcnlUeXBlPWZ1bGwmc2VhcmNoTW9kZT1hbnk=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "0cf5b4cb-ed15-4b8a-bf75-0226396ca561" + "5e71678c-5c01-4823-91f9-a224ec84da27" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "B26E35B53DF31EAFE99DC82D86BD5077" + "92990C136F99DFD2637D38E8BDD172BC" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "0cf5b4cb-ed15-4b8a-bf75-0226396ca561" + "5e71678c-5c01-4823-91f9-a224ec84da27" ], "elapsed-time": [ - "211" + "186" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:52:38 GMT" + "Sat, 08 Aug 2020 08:31:07 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -547,21 +547,21 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7126/providers/Microsoft.Search/searchServices/azs-8211?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MjExP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2918/providers/Microsoft.Search/searchServices/azs-66?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Nj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c91dd343-cd05-44b6-8fee-0a5e9fe18980" + "cc209613-a497-4131-adfa-26ec3363ed7c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -572,51 +572,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14994" + ], "x-ms-request-id": [ - "c91dd343-cd05-44b6-8fee-0a5e9fe18980" + "de85f7c6-d9be-4249-80af-100d3d45d857" ], - "request-id": [ - "c91dd343-cd05-44b6-8fee-0a5e9fe18980" + "x-ms-correlation-request-id": [ + "de85f7c6-d9be-4249-80af-100d3d45d857" ], - "elapsed-time": [ - "1243" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T083115Z:de85f7c6-d9be-4249-80af-100d3d45d857" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14993" - ], - "x-ms-correlation-request-id": [ - "764f5c4d-598e-48ec-838b-b3b7c0913d32" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T005243Z:764f5c4d-598e-48ec-838b-b3b7c0913d32" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:52:43 GMT" + "Sat, 08 Aug 2020 08:31:14 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7126", - "azsmnet6384" + "azsmnet2918", + "azsmnet2712" ], "GenerateServiceName": [ - "azs-8211" + "azs-66" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/SearchWithScoringProfileBoostsScore.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/SearchWithScoringProfileBoostsScore.json index 76b87ee4003e..6aaa838c377f 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/SearchWithScoringProfileBoostsScore.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/SearchWithScoringProfileBoostsScore.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3c75f534-cb10-4e36-ad21-6a4b0ba2ef7d" + "dbc654e6-8bc1-413a-b241-1ca1f0e5662c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1190" ], "x-ms-request-id": [ - "4a5fadce-4b10-4f6a-b002-91890f8f8251" + "9c932a01-095b-434a-ab87-ae94fed7605b" ], "x-ms-correlation-request-id": [ - "4a5fadce-4b10-4f6a-b002-91890f8f8251" + "9c932a01-095b-434a-ab87-ae94fed7605b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010245Z:4a5fadce-4b10-4f6a-b002-91890f8f8251" + "NORTHEUROPE:20200808T084304Z:9c932a01-095b-434a-ab87-ae94fed7605b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:02:45 GMT" + "Sat, 08 Aug 2020 08:43:03 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6485?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2NDg1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7809?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3ODA5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4e1eee7d-a00e-4438-a29c-cafa087eec85" + "a7fb11ee-d07d-4a34-beba-dc3d53917fdf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1192" ], "x-ms-request-id": [ - "7ce1c824-af3e-450a-abf7-9a967979d9d7" + "170cdf96-e89f-4e42-8d5f-7c509f3d7770" ], "x-ms-correlation-request-id": [ - "7ce1c824-af3e-450a-abf7-9a967979d9d7" + "170cdf96-e89f-4e42-8d5f-7c509f3d7770" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010246Z:7ce1c824-af3e-450a-abf7-9a967979d9d7" + "NORTHEUROPE:20200808T084305Z:170cdf96-e89f-4e42-8d5f-7c509f3d7770" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:02:46 GMT" + "Sat, 08 Aug 2020 08:43:05 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6485\",\r\n \"name\": \"azsmnet6485\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7809\",\r\n \"name\": \"azsmnet7809\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6485/providers/Microsoft.Search/searchServices/azs-611?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDg1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTE/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7809/providers/Microsoft.Search/searchServices/azs-6492?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d4f1f3f7-f64f-4ef0-a419-eda2bf7d7892" + "d10bb92b-06d6-4131-8b7b-af2541d2e526" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A02%3A50.7510453Z'\"" + "W/\"datetime'2020-08-08T08%3A43%3A11.6035207Z'\"" ], "x-ms-request-id": [ - "d4f1f3f7-f64f-4ef0-a419-eda2bf7d7892" + "d10bb92b-06d6-4131-8b7b-af2541d2e526" ], "request-id": [ - "d4f1f3f7-f64f-4ef0-a419-eda2bf7d7892" + "d10bb92b-06d6-4131-8b7b-af2541d2e526" ], "elapsed-time": [ - "1357" + "1621" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1190" ], "x-ms-correlation-request-id": [ - "73f61f3e-24d5-4d44-bff5-9bb93155ab05" + "57f22a71-a9e5-4e43-9c8f-327a47fc3b04" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010251Z:73f61f3e-24d5-4d44-bff5-9bb93155ab05" + "NORTHEUROPE:20200808T084313Z:57f22a71-a9e5-4e43-9c8f-327a47fc3b04" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:02:51 GMT" + "Sat, 08 Aug 2020 08:43:12 GMT" ], "Content-Length": [ - "527" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6485/providers/Microsoft.Search/searchServices/azs-611\",\r\n \"name\": \"azs-611\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7809/providers/Microsoft.Search/searchServices/azs-6492\",\r\n \"name\": \"azs-6492\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6485/providers/Microsoft.Search/searchServices/azs-611/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDg1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTEvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7809/providers/Microsoft.Search/searchServices/azs-6492/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NDkyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c2af5901-d4f2-477d-a4d9-d90df9548179" + "193f569c-b6d4-49ca-8689-9b625b120458" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c2af5901-d4f2-477d-a4d9-d90df9548179" + "193f569c-b6d4-49ca-8689-9b625b120458" ], "request-id": [ - "c2af5901-d4f2-477d-a4d9-d90df9548179" + "193f569c-b6d4-49ca-8689-9b625b120458" ], "elapsed-time": [ - "552" + "103" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1186" ], "x-ms-correlation-request-id": [ - "e7a857f2-80fe-4ccd-bd5a-9331615854b0" + "8fe1b5c9-a868-4183-bcee-05723244f045" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010300Z:e7a857f2-80fe-4ccd-bd5a-9331615854b0" + "NORTHEUROPE:20200808T084315Z:8fe1b5c9-a868-4183-bcee-05723244f045" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:02:59 GMT" + "Sat, 08 Aug 2020 08:43:15 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"AD8C58C9FC7FD14445B9A94F21528E51\",\r\n \"secondaryKey\": \"6648BF51D178EFDB421A83DF0E04127D\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"F635453D1457EA1A51F4FC9224F59BCA\",\r\n \"secondaryKey\": \"F3366610EA398EB1E0DFCC6B7EB7FEA5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6485/providers/Microsoft.Search/searchServices/azs-611/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDg1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTEvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7809/providers/Microsoft.Search/searchServices/azs-6492/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NDkyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7fadef6c-0528-4c43-a434-91d55ac70776" + "1d86003a-c4cc-49a6-b063-85fbda78d7cb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7fadef6c-0528-4c43-a434-91d55ac70776" + "1d86003a-c4cc-49a6-b063-85fbda78d7cb" ], "request-id": [ - "7fadef6c-0528-4c43-a434-91d55ac70776" + "1d86003a-c4cc-49a6-b063-85fbda78d7cb" ], "elapsed-time": [ - "610" + "86" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1185" ], "x-ms-correlation-request-id": [ - "b960b530-0027-4fc3-a76e-643f3e033ef0" + "8c810a51-8116-4f8e-8e0f-4aefad6b5a66" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010301Z:b960b530-0027-4fc3-a76e-643f3e033ef0" + "NORTHEUROPE:20200808T084316Z:8c810a51-8116-4f8e-8e0f-4aefad6b5a66" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:03:01 GMT" + "Sat, 08 Aug 2020 08:43:15 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"DB55D5DE8CC5625DF1B72151A209C37E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"327E8FFAE0D99A7194BEC9927E9C8B2E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8586\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3057\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "702bab9a-8c27-48d5-aea9-b0e9a59d3397" + "1565d118-9e3e-44ba-912b-54ed9d91129f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "AD8C58C9FC7FD14445B9A94F21528E51" + "F635453D1457EA1A51F4FC9224F59BCA" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036C0A5B1BBC\"" + "W/\"0x8D83B7719B0E0D9\"" ], "Location": [ - "https://azs-611.search-dogfood.windows-int.net/indexes('azsmnet8586')?api-version=2019-05-06" + "https://azs-6492.search-dogfood.windows-int.net/indexes('azsmnet3057')?api-version=2019-05-06" ], "request-id": [ - "702bab9a-8c27-48d5-aea9-b0e9a59d3397" + "1565d118-9e3e-44ba-912b-54ed9d91129f" ], "elapsed-time": [ - "1204" + "1468" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:03:03 GMT" + "Sat, 08 Aug 2020 08:43:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-611.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036C0A5B1BBC\\\"\",\r\n \"name\": \"azsmnet8586\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6492.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7719B0E0D9\\\"\",\r\n \"name\": \"azsmnet3057\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet8586')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4NTg2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3057')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMDU3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "5a389e48-ed1f-427e-8005-34a81dbbe096" + "cb149c7b-4786-4b3e-a1f5-ceb49c06648c" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "AD8C58C9FC7FD14445B9A94F21528E51" + "F635453D1457EA1A51F4FC9224F59BCA" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "5a389e48-ed1f-427e-8005-34a81dbbe096" + "cb149c7b-4786-4b3e-a1f5-ceb49c06648c" ], "elapsed-time": [ - "193" + "196" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:03:25 GMT" + "Sat, 08 Aug 2020 08:43:40 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet8586')/docs?search=hotel&api-version=2019-05-06&$count=false&$filter=rating%20eq%205%20or%20rating%20eq%201&queryType=simple&scoringParameter=myloc-%27-122%27%2C%2749%27&scoringProfile=nearest&searchMode=any", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4NTg2JykvZG9jcz9zZWFyY2g9aG90ZWwmYXBpLXZlcnNpb249MjAxOS0wNS0wNiYkY291bnQ9ZmFsc2UmJGZpbHRlcj1yYXRpbmclMjBlcSUyMDUlMjBvciUyMHJhdGluZyUyMGVxJTIwMSZxdWVyeVR5cGU9c2ltcGxlJnNjb3JpbmdQYXJhbWV0ZXI9bXlsb2MtJTI3LTEyMiUyNyUyQyUyNzQ5JTI3JnNjb3JpbmdQcm9maWxlPW5lYXJlc3Qmc2VhcmNoTW9kZT1hbnk=", + "RequestUri": "/indexes('azsmnet3057')/docs?search=hotel&api-version=2019-05-06&$count=false&$filter=rating%20eq%205%20or%20rating%20eq%201&queryType=simple&scoringParameter=myloc-%27-122%27%2C%2749%27&scoringProfile=nearest&searchMode=any", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMDU3JykvZG9jcz9zZWFyY2g9aG90ZWwmYXBpLXZlcnNpb249MjAxOS0wNS0wNiYkY291bnQ9ZmFsc2UmJGZpbHRlcj1yYXRpbmclMjBlcSUyMDUlMjBvciUyMHJhdGluZyUyMGVxJTIwMSZxdWVyeVR5cGU9c2ltcGxlJnNjb3JpbmdQYXJhbWV0ZXI9bXlsb2MtJTI3LTEyMiUyNyUyQyUyNzQ5JTI3JnNjb3JpbmdQcm9maWxlPW5lYXJlc3Qmc2VhcmNoTW9kZT1hbnk=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "af34acae-b11e-4ac0-83d0-9587a733d0c9" + "05c7d9ef-096b-4f76-b785-aba9941874e6" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "DB55D5DE8CC5625DF1B72151A209C37E" + "327E8FFAE0D99A7194BEC9927E9C8B2E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "af34acae-b11e-4ac0-83d0-9587a733d0c9" + "05c7d9ef-096b-4f76-b785-aba9941874e6" ], "elapsed-time": [ - "299" + "364" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:03:29 GMT" + "Sat, 08 Aug 2020 08:43:44 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -537,28 +537,28 @@ "-1" ], "Content-Length": [ - "1471" + "1468" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 0.18662225,\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00Z\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 0.120306164,\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00Z\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.9529961,\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00Z\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.4634744,\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00Z\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6485/providers/Microsoft.Search/searchServices/azs-611?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDg1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTE/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7809/providers/Microsoft.Search/searchServices/azs-6492?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4df0ed3c-9b8f-4af9-8d8f-c5d784973929" + "22b41bc6-4ae6-45f6-a971-c9ffb789e878" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14996" + ], "x-ms-request-id": [ - "4df0ed3c-9b8f-4af9-8d8f-c5d784973929" + "5a57d707-8f64-4b7f-8e3f-a5e79de2cc1a" ], - "request-id": [ - "4df0ed3c-9b8f-4af9-8d8f-c5d784973929" + "x-ms-correlation-request-id": [ + "5a57d707-8f64-4b7f-8e3f-a5e79de2cc1a" ], - "elapsed-time": [ - "1199" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T084355Z:5a57d707-8f64-4b7f-8e3f-a5e79de2cc1a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" - ], - "x-ms-correlation-request-id": [ - "3b304e60-66d7-4972-a249-19dc19e3abc8" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010334Z:3b304e60-66d7-4972-a249-19dc19e3abc8" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:03:34 GMT" + "Sat, 08 Aug 2020 08:43:55 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6485", - "azsmnet8586" + "azsmnet7809", + "azsmnet3057" ], "GenerateServiceName": [ - "azs-611" + "azs-6492" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/SearchWithoutOrderBySortsByScore.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/SearchWithoutOrderBySortsByScore.json index 30ab78a62d69..90d34a9af708 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/SearchWithoutOrderBySortsByScore.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSearchTests/SearchWithoutOrderBySortsByScore.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5bed3f80-bc1d-4c7b-82a8-0d1d311b5f5f" + "7c6ba36c-6bff-47c1-89aa-aec4bb91c36c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1193" ], "x-ms-request-id": [ - "bc4dcfff-6fd7-4341-a261-c67a14fc1e6b" + "b953c021-de85-4932-aa0a-6b36c11e05d3" ], "x-ms-correlation-request-id": [ - "bc4dcfff-6fd7-4341-a261-c67a14fc1e6b" + "b953c021-de85-4932-aa0a-6b36c11e05d3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010339Z:bc4dcfff-6fd7-4341-a261-c67a14fc1e6b" + "NORTHEUROPE:20200808T084402Z:b953c021-de85-4932-aa0a-6b36c11e05d3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:03:38 GMT" + "Sat, 08 Aug 2020 08:44:02 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6220?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MjIwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7721?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NzIxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8877c14e-1623-45ae-af1b-003de55d5e36" + "eb0d4d98-3310-4415-b6eb-47c1fcc09f07" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1194" ], "x-ms-request-id": [ - "04912114-5d95-4e1c-9160-c0c627a3f366" + "a3057f26-2d30-46ed-8b17-b883e4c1cd42" ], "x-ms-correlation-request-id": [ - "04912114-5d95-4e1c-9160-c0c627a3f366" + "a3057f26-2d30-46ed-8b17-b883e4c1cd42" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010340Z:04912114-5d95-4e1c-9160-c0c627a3f366" + "NORTHEUROPE:20200808T084404Z:a3057f26-2d30-46ed-8b17-b883e4c1cd42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:03:40 GMT" + "Sat, 08 Aug 2020 08:44:03 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6220\",\r\n \"name\": \"azsmnet6220\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7721\",\r\n \"name\": \"azsmnet7721\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6220/providers/Microsoft.Search/searchServices/azs-7520?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTIwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7721/providers/Microsoft.Search/searchServices/azs-7446?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDQ2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5fc6fc3b-7239-44de-b9d1-c374b44522f8" + "6518bd8a-1369-4976-96ea-105341ab4e48" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A03%3A44.2243394Z'\"" + "W/\"datetime'2020-08-08T08%3A44%3A09.0575996Z'\"" ], "x-ms-request-id": [ - "5fc6fc3b-7239-44de-b9d1-c374b44522f8" + "6518bd8a-1369-4976-96ea-105341ab4e48" ], "request-id": [ - "5fc6fc3b-7239-44de-b9d1-c374b44522f8" + "6518bd8a-1369-4976-96ea-105341ab4e48" ], "elapsed-time": [ - "1708" + "1802" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1189" ], "x-ms-correlation-request-id": [ - "342ac36c-3014-4323-ae27-ca3c77a1f227" + "e9c4b3be-087a-4140-a82e-61820e78ee90" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010345Z:342ac36c-3014-4323-ae27-ca3c77a1f227" + "NORTHEUROPE:20200808T084410Z:e9c4b3be-087a-4140-a82e-61820e78ee90" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:03:45 GMT" + "Sat, 08 Aug 2020 08:44:10 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6220/providers/Microsoft.Search/searchServices/azs-7520\",\r\n \"name\": \"azs-7520\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7721/providers/Microsoft.Search/searchServices/azs-7446\",\r\n \"name\": \"azs-7446\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6220/providers/Microsoft.Search/searchServices/azs-7520/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTIwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7721/providers/Microsoft.Search/searchServices/azs-7446/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDQ2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "681136cc-1d18-4a4a-ae1a-4ecde5adc35d" + "778062c2-ee1e-4d1d-84a1-1e7b428bc578" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "681136cc-1d18-4a4a-ae1a-4ecde5adc35d" + "778062c2-ee1e-4d1d-84a1-1e7b428bc578" ], "request-id": [ - "681136cc-1d18-4a4a-ae1a-4ecde5adc35d" + "778062c2-ee1e-4d1d-84a1-1e7b428bc578" ], "elapsed-time": [ - "396" + "172" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1184" ], "x-ms-correlation-request-id": [ - "bd74f026-88f1-4e74-85b2-84735b99145e" + "84655efc-fb2b-4638-917f-cac1bcaf3731" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010347Z:bd74f026-88f1-4e74-85b2-84735b99145e" + "NORTHEUROPE:20200808T084412Z:84655efc-fb2b-4638-917f-cac1bcaf3731" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:03:47 GMT" + "Sat, 08 Aug 2020 08:44:12 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"72979F650DE20846B2A3FAA3595D0D3A\",\r\n \"secondaryKey\": \"E893206A4A6445971CB733ED53EFD665\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"36A4AD69CD0438CE91764886762A879B\",\r\n \"secondaryKey\": \"FF94AFA7614F818F5D4887464EA3289F\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6220/providers/Microsoft.Search/searchServices/azs-7520/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTIwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7721/providers/Microsoft.Search/searchServices/azs-7446/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDQ2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "93d9f8eb-a548-494d-84eb-821e597792ef" + "18275843-35e0-4390-b6e1-2f28179885c4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "93d9f8eb-a548-494d-84eb-821e597792ef" + "18275843-35e0-4390-b6e1-2f28179885c4" ], "request-id": [ - "93d9f8eb-a548-494d-84eb-821e597792ef" + "18275843-35e0-4390-b6e1-2f28179885c4" ], "elapsed-time": [ - "433" + "116" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1183" ], "x-ms-correlation-request-id": [ - "4f5d5dee-d61a-4c28-abf9-1eff201ccf7a" + "df78db41-a803-45da-bcad-cf2fcd28e2b0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010348Z:4f5d5dee-d61a-4c28-abf9-1eff201ccf7a" + "NORTHEUROPE:20200808T084413Z:df78db41-a803-45da-bcad-cf2fcd28e2b0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:03:48 GMT" + "Sat, 08 Aug 2020 08:44:12 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"005620C39B5A6DA0EBD3864A0D62C49D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"503BE763A2909BDF588B4F30A7CE7D79\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3124\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3550\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "33fc1775-d725-440f-b08e-80587b4159f3" + "a1b2bb09-6e11-427c-b9b5-4bd05e60ebf5" ], "Accept-Language": [ "en-US" ], "api-key": [ - "72979F650DE20846B2A3FAA3595D0D3A" + "36A4AD69CD0438CE91764886762A879B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036C26A71411\"" + "W/\"0x8D83B773B6F6C10\"" ], "Location": [ - "https://azs-7520.search-dogfood.windows-int.net/indexes('azsmnet3124')?api-version=2019-05-06" + "https://azs-7446.search-dogfood.windows-int.net/indexes('azsmnet3550')?api-version=2019-05-06" ], "request-id": [ - "33fc1775-d725-440f-b08e-80587b4159f3" + "a1b2bb09-6e11-427c-b9b5-4bd05e60ebf5" ], "elapsed-time": [ - "1152" + "823" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:03:51 GMT" + "Sat, 08 Aug 2020 08:44:15 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7520.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036C26A71411\\\"\",\r\n \"name\": \"azsmnet3124\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7446.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B773B6F6C10\\\"\",\r\n \"name\": \"azsmnet3550\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet3124')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMTI0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3550')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNTUwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "cdad081b-8c7a-4b4d-bbce-19f1f8d376d1" + "05cf9759-1bad-4089-a702-1b9ba03d9763" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "72979F650DE20846B2A3FAA3595D0D3A" + "36A4AD69CD0438CE91764886762A879B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "cdad081b-8c7a-4b4d-bbce-19f1f8d376d1" + "05cf9759-1bad-4089-a702-1b9ba03d9763" ], "elapsed-time": [ - "148" + "245" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:04:12 GMT" + "Sat, 08 Aug 2020 08:44:37 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3124')/docs?search=cheapest%20hotel%20in%20town&api-version=2019-05-06&$count=false&$filter=rating%20lt%204&queryType=simple&searchMode=any", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMTI0JykvZG9jcz9zZWFyY2g9Y2hlYXBlc3QlMjBob3RlbCUyMGluJTIwdG93biZhcGktdmVyc2lvbj0yMDE5LTA1LTA2JiRjb3VudD1mYWxzZSYkZmlsdGVyPXJhdGluZyUyMGx0JTIwNCZxdWVyeVR5cGU9c2ltcGxlJnNlYXJjaE1vZGU9YW55", + "RequestUri": "/indexes('azsmnet3550')/docs?search=cheapest%20hotel%20in%20town&api-version=2019-05-06&$count=false&$filter=rating%20lt%204&queryType=simple&searchMode=any", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNTUwJykvZG9jcz9zZWFyY2g9Y2hlYXBlc3QlMjBob3RlbCUyMGluJTIwdG93biZhcGktdmVyc2lvbj0yMDE5LTA1LTA2JiRjb3VudD1mYWxzZSYkZmlsdGVyPXJhdGluZyUyMGx0JTIwNCZxdWVyeVR5cGU9c2ltcGxlJnNlYXJjaE1vZGU9YW55", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "96a3871d-72b2-4d8e-9250-c31f6c284422" + "a4b2df7e-b98f-4c22-9221-f7fbfa2136f9" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "005620C39B5A6DA0EBD3864A0D62C49D" + "503BE763A2909BDF588B4F30A7CE7D79" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "96a3871d-72b2-4d8e-9250-c31f6c284422" + "a4b2df7e-b98f-4c22-9221-f7fbfa2136f9" ], "elapsed-time": [ - "50" + "130" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:04:16 GMT" + "Sat, 08 Aug 2020 08:44:40 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -537,28 +537,28 @@ "-1" ], "Content-Length": [ - "1935" + "1934" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 0.22271262,\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00Z\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 0.1680664,\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00Z\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 6.1112947,\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00Z\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 3.0291324,\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00Z\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6220/providers/Microsoft.Search/searchServices/azs-7520?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTIwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7721/providers/Microsoft.Search/searchServices/azs-7446?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDQ2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f10df66e-f91f-4d8e-9d5c-1fe26b14beae" + "9f18430e-2d5c-46a2-b92d-267677a0c785" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14993" + ], "x-ms-request-id": [ - "f10df66e-f91f-4d8e-9d5c-1fe26b14beae" + "2d8ff723-5dc1-4395-badb-9bd7afd3a325" ], - "request-id": [ - "f10df66e-f91f-4d8e-9d5c-1fe26b14beae" + "x-ms-correlation-request-id": [ + "2d8ff723-5dc1-4395-badb-9bd7afd3a325" ], - "elapsed-time": [ - "942" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T084530Z:2d8ff723-5dc1-4395-badb-9bd7afd3a325" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14988" - ], - "x-ms-correlation-request-id": [ - "81a9363a-9361-4b1b-b13a-998e34ac8cc6" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T010419Z:81a9363a-9361-4b1b-b13a-998e34ac8cc6" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:04:19 GMT" + "Sat, 08 Aug 2020 08:45:29 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6220", - "azsmnet3124" + "azsmnet7721", + "azsmnet3550" ], "GenerateServiceName": [ - "azs-7520" + "azs-7446" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanFilter.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanFilter.json index 756ec0d9717c..a5e82784adc6 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanFilter.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanFilter.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d8004542-73ee-4790-b7be-b5fee81e1457" + "28d22120-373d-4abe-8ce5-ff499c56ceb6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1176" + "1195" ], "x-ms-request-id": [ - "e543b665-9b58-4d28-8312-d810ad7a2d9a" + "9d7f2d7b-39d9-416c-a5ce-9f54d8fa0c2e" ], "x-ms-correlation-request-id": [ - "e543b665-9b58-4d28-8312-d810ad7a2d9a" + "9d7f2d7b-39d9-416c-a5ce-9f54d8fa0c2e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020943Z:e543b665-9b58-4d28-8312-d810ad7a2d9a" + "NORTHEUROPE:20200808T073916Z:9d7f2d7b-39d9-416c-a5ce-9f54d8fa0c2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:09:42 GMT" + "Sat, 08 Aug 2020 07:39:15 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6053?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MDUzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7028?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MDI4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bf0343b0-94a4-4a84-a56e-29e463f58053" + "489da7ca-b314-48a2-b2d0-59abb7039fd5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1197" ], "x-ms-request-id": [ - "fc9208ea-af2a-4af4-9249-9fbca3817bf0" + "cf7ae6eb-e121-4798-ad57-6f6c54f8488f" ], "x-ms-correlation-request-id": [ - "fc9208ea-af2a-4af4-9249-9fbca3817bf0" + "cf7ae6eb-e121-4798-ad57-6f6c54f8488f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020945Z:fc9208ea-af2a-4af4-9249-9fbca3817bf0" + "NORTHEUROPE:20200808T073918Z:cf7ae6eb-e121-4798-ad57-6f6c54f8488f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:09:45 GMT" + "Sat, 08 Aug 2020 07:39:18 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6053\",\r\n \"name\": \"azsmnet6053\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7028\",\r\n \"name\": \"azsmnet7028\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6053/providers/Microsoft.Search/searchServices/azs-8424?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MDUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDI0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7028/providers/Microsoft.Search/searchServices/azs-7451?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDUxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4eeceab7-5bc9-42c1-a320-f1b0d8dd1090" + "851e51db-6cb6-45bf-8d3f-ea1c643f7d51" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A09%3A50.0866782Z'\"" + "W/\"datetime'2020-08-08T07%3A39%3A23.186126Z'\"" ], "x-ms-request-id": [ - "4eeceab7-5bc9-42c1-a320-f1b0d8dd1090" + "851e51db-6cb6-45bf-8d3f-ea1c643f7d51" ], "request-id": [ - "4eeceab7-5bc9-42c1-a320-f1b0d8dd1090" + "851e51db-6cb6-45bf-8d3f-ea1c643f7d51" ], "elapsed-time": [ - "2492" + "1561" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1191" ], "x-ms-correlation-request-id": [ - "cfb32c4e-6a5a-4adf-bf2c-b8aa600b7767" + "8b0571a1-730e-4602-877f-f98730713da7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020951Z:cfb32c4e-6a5a-4adf-bf2c-b8aa600b7767" + "NORTHEUROPE:20200808T073924Z:8b0571a1-730e-4602-877f-f98730713da7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:09:50 GMT" + "Sat, 08 Aug 2020 07:39:24 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6053/providers/Microsoft.Search/searchServices/azs-8424\",\r\n \"name\": \"azs-8424\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7028/providers/Microsoft.Search/searchServices/azs-7451\",\r\n \"name\": \"azs-7451\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6053/providers/Microsoft.Search/searchServices/azs-8424/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MDUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDI0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7028/providers/Microsoft.Search/searchServices/azs-7451/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDUxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8023d057-87a4-45d4-aec1-095da2d270ce" + "9459ffe7-c5cf-4567-be6f-64e4a3e18fa0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8023d057-87a4-45d4-aec1-095da2d270ce" + "9459ffe7-c5cf-4567-be6f-64e4a3e18fa0" ], "request-id": [ - "8023d057-87a4-45d4-aec1-095da2d270ce" + "9459ffe7-c5cf-4567-be6f-64e4a3e18fa0" ], "elapsed-time": [ - "102" + "98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1189" ], "x-ms-correlation-request-id": [ - "4ea210e2-481b-45b1-b5bf-6a18e6ab85f3" + "8f68aa8e-a129-4db5-8149-8dc12598102b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020953Z:4ea210e2-481b-45b1-b5bf-6a18e6ab85f3" + "NORTHEUROPE:20200808T073927Z:8f68aa8e-a129-4db5-8149-8dc12598102b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:09:53 GMT" + "Sat, 08 Aug 2020 07:39:27 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"B0C49E7BE4E569173393FC528B995548\",\r\n \"secondaryKey\": \"4A49A6CA7AF2962BF3B751841965B409\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"E57F28B729B6220453E4D576A0852C73\",\r\n \"secondaryKey\": \"6771F669FB6D65F15E03EBE2FF7BD83C\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6053/providers/Microsoft.Search/searchServices/azs-8424/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MDUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDI0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7028/providers/Microsoft.Search/searchServices/azs-7451/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDUxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02c53dc6-6552-4d83-a816-4be3b6be587a" + "02432f8b-e4f2-46dc-bd47-1b7efcadb148" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "02c53dc6-6552-4d83-a816-4be3b6be587a" + "02432f8b-e4f2-46dc-bd47-1b7efcadb148" ], "request-id": [ - "02c53dc6-6552-4d83-a816-4be3b6be587a" + "02432f8b-e4f2-46dc-bd47-1b7efcadb148" ], "elapsed-time": [ - "94" + "120" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1188" ], "x-ms-correlation-request-id": [ - "a24a54d9-b0fb-44cc-baad-2ad7d2a2360a" + "206bf6fd-68eb-4597-b0c0-53de9581033c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020953Z:a24a54d9-b0fb-44cc-baad-2ad7d2a2360a" + "NORTHEUROPE:20200808T073927Z:206bf6fd-68eb-4597-b0c0-53de9581033c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:09:53 GMT" + "Sat, 08 Aug 2020 07:39:27 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"6D84F6F6F4409C6FF2B7C8A42FF6FFD2\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"EBA0EF9313E0291F5936385E5E0331C6\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4799\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4232\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "70960d41-b5cb-429d-8bc7-53b5fa052d64" + "431f8c36-aa16-405a-923c-825133ec945a" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B0C49E7BE4E569173393FC528B995548" + "E57F28B729B6220453E4D576A0852C73" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80375622E7D4C\"" + "W/\"0x8D83B6E2FD6B9AB\"" ], "Location": [ - "https://azs-8424.search-dogfood.windows-int.net/indexes('azsmnet4799')?api-version=2019-05-06" + "https://azs-7451.search-dogfood.windows-int.net/indexes('azsmnet4232')?api-version=2019-05-06" ], "request-id": [ - "70960d41-b5cb-429d-8bc7-53b5fa052d64" + "431f8c36-aa16-405a-923c-825133ec945a" ], "elapsed-time": [ - "1290" + "1369" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:09:56 GMT" + "Sat, 08 Aug 2020 07:39:30 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8424.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80375622E7D4C\\\"\",\r\n \"name\": \"azsmnet4799\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7451.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6E2FD6B9AB\\\"\",\r\n \"name\": \"azsmnet4232\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet4799')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0Nzk5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4232')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MjMyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "5e0fe467-8660-4a47-bc5e-d26661300db0" + "8ff03c52-1717-4de9-bde4-f116cf03737c" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "B0C49E7BE4E569173393FC528B995548" + "E57F28B729B6220453E4D576A0852C73" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "5e0fe467-8660-4a47-bc5e-d26661300db0" + "8ff03c52-1717-4de9-bde4-f116cf03737c" ], "elapsed-time": [ - "215" + "202" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:10:18 GMT" + "Sat, 08 Aug 2020 07:39:52 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4799')/docs/search.suggest?search=hotel&suggesterName=sg&api-version=2019-05-06&$filter=rating%20gt%203%20and%20lastRenovationDate%20gt%202000-01-01T00%3A00%3A00Z&fuzzy=false&$orderby=hotelId&$select=%2A", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0Nzk5JykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9aG90ZWwmc3VnZ2VzdGVyTmFtZT1zZyZhcGktdmVyc2lvbj0yMDE5LTA1LTA2JiRmaWx0ZXI9cmF0aW5nJTIwZ3QlMjAzJTIwYW5kJTIwbGFzdFJlbm92YXRpb25EYXRlJTIwZ3QlMjAyMDAwLTAxLTAxVDAwJTNBMDAlM0EwMFomZnV6enk9ZmFsc2UmJG9yZGVyYnk9aG90ZWxJZCYkc2VsZWN0PSUyQQ==", + "RequestUri": "/indexes('azsmnet4232')/docs/search.suggest?search=hotel&suggesterName=sg&api-version=2019-05-06&$filter=rating%20gt%203%20and%20lastRenovationDate%20gt%202000-01-01T00%3A00%3A00Z&fuzzy=false&$orderby=hotelId&$select=%2A", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MjMyJykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9aG90ZWwmc3VnZ2VzdGVyTmFtZT1zZyZhcGktdmVyc2lvbj0yMDE5LTA1LTA2JiRmaWx0ZXI9cmF0aW5nJTIwZ3QlMjAzJTIwYW5kJTIwbGFzdFJlbm92YXRpb25EYXRlJTIwZ3QlMjAyMDAwLTAxLTAxVDAwJTNBMDAlM0EwMFomZnV6enk9ZmFsc2UmJG9yZGVyYnk9aG90ZWxJZCYkc2VsZWN0PSUyQQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "c38bd8d0-e25e-49d8-9bc6-8303997ecc98" + "0b09d3e7-e252-44b4-a1ed-b2fa269fad5f" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "6D84F6F6F4409C6FF2B7C8A42FF6FFD2" + "EBA0EF9313E0291F5936385E5E0331C6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "c38bd8d0-e25e-49d8-9bc6-8303997ecc98" + "0b09d3e7-e252-44b4-a1ed-b2fa269fad5f" ], "elapsed-time": [ - "323" + "458" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:10:24 GMT" + "Sat, 08 Aug 2020 07:39:56 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6053/providers/Microsoft.Search/searchServices/azs-8424?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MDUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDI0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7028/providers/Microsoft.Search/searchServices/azs-7451?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDUxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8fd60b6e-992c-4a4a-ad95-c4911740ce3a" + "c4b8758a-0ad3-48ff-87a9-d54741251496" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14996" + ], "x-ms-request-id": [ - "8fd60b6e-992c-4a4a-ad95-c4911740ce3a" + "91b79458-b9f7-47b5-bef4-93beb4eab346" ], - "request-id": [ - "8fd60b6e-992c-4a4a-ad95-c4911740ce3a" + "x-ms-correlation-request-id": [ + "91b79458-b9f7-47b5-bef4-93beb4eab346" ], - "elapsed-time": [ - "939" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T074101Z:91b79458-b9f7-47b5-bef4-93beb4eab346" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" - ], - "x-ms-correlation-request-id": [ - "942da982-8137-48a6-90a8-26e13d292729" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021029Z:942da982-8137-48a6-90a8-26e13d292729" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:10:29 GMT" + "Sat, 08 Aug 2020 07:41:00 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6053", - "azsmnet4799" + "azsmnet7028", + "azsmnet4232" ], "GenerateServiceName": [ - "azs-8424" + "azs-7451" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanGetFuzzySuggestions.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanGetFuzzySuggestions.json index 377453761781..3c9cb0134f62 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanGetFuzzySuggestions.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanGetFuzzySuggestions.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0cd63589-fedd-43c3-bc75-99a0ec10ca67" + "f24618db-91b0-4518-be46-53cd18827190" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1192" ], "x-ms-request-id": [ - "a2c0d349-eb2c-44b2-a905-0e384f047760" + "51db8046-fbd3-4e74-99e7-3b1d9ac46e48" ], "x-ms-correlation-request-id": [ - "a2c0d349-eb2c-44b2-a905-0e384f047760" + "51db8046-fbd3-4e74-99e7-3b1d9ac46e48" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022102Z:a2c0d349-eb2c-44b2-a905-0e384f047760" + "NORTHEUROPE:20200808T075653Z:51db8046-fbd3-4e74-99e7-3b1d9ac46e48" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:21:01 GMT" + "Sat, 08 Aug 2020 07:56:53 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9168?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MTY4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2446?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNDQ2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4a69ed3e-e2c2-4824-8187-58fc887f2a91" + "722bfaab-bab2-4ffd-bddd-abe3a9f7352d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1194" ], "x-ms-request-id": [ - "ba3fd7a3-a52c-459a-8585-82cff8b89b88" + "35c6014b-4088-4d1c-bd4c-b2f9e8dcbae2" ], "x-ms-correlation-request-id": [ - "ba3fd7a3-a52c-459a-8585-82cff8b89b88" + "35c6014b-4088-4d1c-bd4c-b2f9e8dcbae2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022103Z:ba3fd7a3-a52c-459a-8585-82cff8b89b88" + "NORTHEUROPE:20200808T075655Z:35c6014b-4088-4d1c-bd4c-b2f9e8dcbae2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:21:03 GMT" + "Sat, 08 Aug 2020 07:56:54 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9168\",\r\n \"name\": \"azsmnet9168\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2446\",\r\n \"name\": \"azsmnet2446\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9168/providers/Microsoft.Search/searchServices/azs-682?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODI/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2446/providers/Microsoft.Search/searchServices/azs-2175?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDQ2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTc1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4c0cbdf6-3520-4318-9b4c-b1f9859eb7f9" + "b61bafeb-42be-4204-a9a0-c59dc27bc4ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A21%3A07.6098396Z'\"" + "W/\"datetime'2020-08-08T07%3A56%3A59.7312942Z'\"" ], "x-ms-request-id": [ - "4c0cbdf6-3520-4318-9b4c-b1f9859eb7f9" + "b61bafeb-42be-4204-a9a0-c59dc27bc4ba" ], "request-id": [ - "4c0cbdf6-3520-4318-9b4c-b1f9859eb7f9" + "b61bafeb-42be-4204-a9a0-c59dc27bc4ba" ], "elapsed-time": [ - "1531" + "1469" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1193" ], "x-ms-correlation-request-id": [ - "a0616463-6a7c-4ec7-a54c-4e20a0a47265" + "2b57d167-e981-43fe-b511-e2762f0c55f6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022108Z:a0616463-6a7c-4ec7-a54c-4e20a0a47265" + "NORTHEUROPE:20200808T075700Z:2b57d167-e981-43fe-b511-e2762f0c55f6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:21:07 GMT" + "Sat, 08 Aug 2020 07:56:59 GMT" ], "Content-Length": [ - "527" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9168/providers/Microsoft.Search/searchServices/azs-682\",\r\n \"name\": \"azs-682\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2446/providers/Microsoft.Search/searchServices/azs-2175\",\r\n \"name\": \"azs-2175\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9168/providers/Microsoft.Search/searchServices/azs-682/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODIvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2446/providers/Microsoft.Search/searchServices/azs-2175/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDQ2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTc1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36d7eb79-0d57-41b5-b4f5-2e21174fc59e" + "e44ba6ab-13f1-48f8-8d84-830d6b7ba6b9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "36d7eb79-0d57-41b5-b4f5-2e21174fc59e" + "e44ba6ab-13f1-48f8-8d84-830d6b7ba6b9" ], "request-id": [ - "36d7eb79-0d57-41b5-b4f5-2e21174fc59e" + "e44ba6ab-13f1-48f8-8d84-830d6b7ba6b9" ], "elapsed-time": [ - "99" + "100" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1191" ], "x-ms-correlation-request-id": [ - "2870e719-6369-41ce-ba13-00114646bb90" + "fd82149d-1305-41eb-8263-f0953038cb7b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022110Z:2870e719-6369-41ce-ba13-00114646bb90" + "NORTHEUROPE:20200808T075703Z:fd82149d-1305-41eb-8263-f0953038cb7b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:21:10 GMT" + "Sat, 08 Aug 2020 07:57:03 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"4FF71DDC0AD1CCF5DB429B978BFCCEA3\",\r\n \"secondaryKey\": \"8E0D4F3BEFC810B5BFD59C75C4152462\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"EC03749B5D38E85018FA0F9B181CDA8D\",\r\n \"secondaryKey\": \"CDB387DF98AD1FFD73A6C2432E78D25E\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9168/providers/Microsoft.Search/searchServices/azs-682/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODIvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2446/providers/Microsoft.Search/searchServices/azs-2175/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDQ2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTc1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c3b4c58-7ba6-419f-85f7-5976c14f5908" + "be4c64eb-281e-4f96-b27a-ba1780dbed1d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9c3b4c58-7ba6-419f-85f7-5976c14f5908" + "be4c64eb-281e-4f96-b27a-ba1780dbed1d" ], "request-id": [ - "9c3b4c58-7ba6-419f-85f7-5976c14f5908" + "be4c64eb-281e-4f96-b27a-ba1780dbed1d" ], "elapsed-time": [ - "108" + "98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1190" ], "x-ms-correlation-request-id": [ - "87888ca5-a3dd-40ab-9f1f-489a344bc696" + "1538354e-43d7-4a6e-94f9-6374a8239b7a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022111Z:87888ca5-a3dd-40ab-9f1f-489a344bc696" + "NORTHEUROPE:20200808T075703Z:1538354e-43d7-4a6e-94f9-6374a8239b7a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:21:10 GMT" + "Sat, 08 Aug 2020 07:57:03 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"3DEE77D214C105E77DAAA14304846275\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"328453F78BFC1A4DE015BC2E0E17B151\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet619\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2802\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "6413b974-3738-4561-9c12-1cda8c86b61b" + "b0c3a1bb-557e-40c9-9f42-f0396fdde347" ], "Accept-Language": [ "en-US" ], "api-key": [ - "4FF71DDC0AD1CCF5DB429B978BFCCEA3" + "EC03749B5D38E85018FA0F9B181CDA8D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6974" + "6975" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80376F5E36E9C\"" + "W/\"0x8D83B70A4DC173F\"" ], "Location": [ - "https://azs-682.search-dogfood.windows-int.net/indexes('azsmnet619')?api-version=2019-05-06" + "https://azs-2175.search-dogfood.windows-int.net/indexes('azsmnet2802')?api-version=2019-05-06" ], "request-id": [ - "6413b974-3738-4561-9c12-1cda8c86b61b" + "b0c3a1bb-557e-40c9-9f42-f0396fdde347" ], "elapsed-time": [ - "1271" + "1053" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:21:14 GMT" + "Sat, 08 Aug 2020 07:57:06 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6145" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-682.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80376F5E36E9C\\\"\",\r\n \"name\": \"azsmnet619\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2175.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B70A4DC173F\\\"\",\r\n \"name\": \"azsmnet2802\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet619')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MTknKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet2802')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyODAyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "a0722b5a-e89b-4eeb-8495-f659b588a135" + "e9d7df5b-392b-41d5-81da-a2962e0feb77" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "4FF71DDC0AD1CCF5DB429B978BFCCEA3" + "EC03749B5D38E85018FA0F9B181CDA8D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "a0722b5a-e89b-4eeb-8495-f659b588a135" + "e9d7df5b-392b-41d5-81da-a2962e0feb77" ], "elapsed-time": [ - "198" + "223" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:21:35 GMT" + "Sat, 08 Aug 2020 07:57:28 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet619')/docs/search.suggest?search=hitel&suggesterName=sg&api-version=2019-05-06&fuzzy=true&$select=%2A", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MTknKS9kb2NzL3NlYXJjaC5zdWdnZXN0P3NlYXJjaD1oaXRlbCZzdWdnZXN0ZXJOYW1lPXNnJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmZnV6enk9dHJ1ZSYkc2VsZWN0PSUyQQ==", + "RequestUri": "/indexes('azsmnet2802')/docs/search.suggest?search=hitel&suggesterName=sg&api-version=2019-05-06&fuzzy=true&$select=%2A", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyODAyJykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9aGl0ZWwmc3VnZ2VzdGVyTmFtZT1zZyZhcGktdmVyc2lvbj0yMDE5LTA1LTA2JmZ1enp5PXRydWUmJHNlbGVjdD0lMkE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "4dd8c4d1-babd-4f50-9b16-ea1afaf11c79" + "d8462e3e-2821-4089-a29f-dfa46b093ab3" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "3DEE77D214C105E77DAAA14304846275" + "328453F78BFC1A4DE015BC2E0E17B151" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "4dd8c4d1-babd-4f50-9b16-ea1afaf11c79" + "d8462e3e-2821-4089-a29f-dfa46b093ab3" ], "elapsed-time": [ - "99" + "98" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:21:39 GMT" + "Sat, 08 Aug 2020 07:57:31 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -537,28 +537,28 @@ "-1" ], "Content-Length": [ - "3347" + "4017" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.text\": \"Countryside Hotel\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00Z\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.text\": \"Pretty good hotel\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.text\": \"Another good hotel\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.text\": \"Very popular hotel in town\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.text\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00Z\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.text\": \"Countryside Hotel\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00Z\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.text\": \"Pretty good hotel\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.text\": \"Another good hotel\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.text\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00Z\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.text\": \"Very popular hotel in town\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9168/providers/Microsoft.Search/searchServices/azs-682?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODI/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2446/providers/Microsoft.Search/searchServices/azs-2175?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDQ2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTc1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c4e13cc4-99c5-4f4b-9be4-667864c63e3f" + "65dfa58e-678b-4cbb-9e18-a201083d0628" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14995" + ], "x-ms-request-id": [ - "c4e13cc4-99c5-4f4b-9be4-667864c63e3f" + "fbb73a45-fda0-4663-ae90-40f7560abc98" ], - "request-id": [ - "c4e13cc4-99c5-4f4b-9be4-667864c63e3f" + "x-ms-correlation-request-id": [ + "fbb73a45-fda0-4663-ae90-40f7560abc98" ], - "elapsed-time": [ - "1287" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T075743Z:fbb73a45-fda0-4663-ae90-40f7560abc98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" - ], - "x-ms-correlation-request-id": [ - "7d3f26a5-9a45-4035-84d2-443ad9c98529" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022143Z:7d3f26a5-9a45-4035-84d2-443ad9c98529" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:21:43 GMT" + "Sat, 08 Aug 2020 07:57:42 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet9168", - "azsmnet619" + "azsmnet2446", + "azsmnet2802" ], "GenerateServiceName": [ - "azs-682" + "azs-2175" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestDynamicDocuments.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestDynamicDocuments.json index 90f3845c093d..9323d38409f6 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestDynamicDocuments.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestDynamicDocuments.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0cb174d9-3f6e-4953-9963-bf835eca199f" + "21dbb6fb-5f26-4fea-bf0a-707ebe632ad0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1195" ], "x-ms-request-id": [ - "7151151c-a683-4566-acde-679ff7dec9a0" + "1acfad82-d137-4f73-bad6-b8e4eea17bef" ], "x-ms-correlation-request-id": [ - "7151151c-a683-4566-acde-679ff7dec9a0" + "1acfad82-d137-4f73-bad6-b8e4eea17bef" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021703Z:7151151c-a683-4566-acde-679ff7dec9a0" + "NORTHEUROPE:20200808T075122Z:1acfad82-d137-4f73-bad6-b8e4eea17bef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:17:03 GMT" + "Sat, 08 Aug 2020 07:51:21 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7292?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MjkyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2675?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNjc1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "56ff8503-197c-4c67-b015-0a9808b7f9b0" + "35a64466-efed-43de-9b68-fea371e3d134" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1196" ], "x-ms-request-id": [ - "6173f5d8-5993-45aa-a7e8-7ba12e392807" + "d4cff80f-23cb-48a1-8bc1-cd3976ed77b8" ], "x-ms-correlation-request-id": [ - "6173f5d8-5993-45aa-a7e8-7ba12e392807" + "d4cff80f-23cb-48a1-8bc1-cd3976ed77b8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021704Z:6173f5d8-5993-45aa-a7e8-7ba12e392807" + "NORTHEUROPE:20200808T075123Z:d4cff80f-23cb-48a1-8bc1-cd3976ed77b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:17:04 GMT" + "Sat, 08 Aug 2020 07:51:22 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7292\",\r\n \"name\": \"azsmnet7292\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2675\",\r\n \"name\": \"azsmnet2675\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7292/providers/Microsoft.Search/searchServices/azs-3117?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMTE3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2675/providers/Microsoft.Search/searchServices/azs-3625?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNjI1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "80164b89-d9ed-4661-b23b-610ef5c0124a" + "d348a088-2eaf-49f2-9bb4-7987122616ad" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A17%3A08.7207775Z'\"" + "W/\"datetime'2020-08-08T07%3A51%3A28.9084897Z'\"" ], "x-ms-request-id": [ - "80164b89-d9ed-4661-b23b-610ef5c0124a" + "d348a088-2eaf-49f2-9bb4-7987122616ad" ], "request-id": [ - "80164b89-d9ed-4661-b23b-610ef5c0124a" + "d348a088-2eaf-49f2-9bb4-7987122616ad" ], "elapsed-time": [ - "1426" + "1818" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1193" ], "x-ms-correlation-request-id": [ - "6aea2099-1cf2-4219-9625-b82c1a9642f1" + "0a4f8de1-1e1c-4433-b654-d8cf2a201970" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021709Z:6aea2099-1cf2-4219-9625-b82c1a9642f1" + "NORTHEUROPE:20200808T075130Z:0a4f8de1-1e1c-4433-b654-d8cf2a201970" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:17:08 GMT" + "Sat, 08 Aug 2020 07:51:30 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7292/providers/Microsoft.Search/searchServices/azs-3117\",\r\n \"name\": \"azs-3117\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2675/providers/Microsoft.Search/searchServices/azs-3625\",\r\n \"name\": \"azs-3625\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7292/providers/Microsoft.Search/searchServices/azs-3117/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMTE3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2675/providers/Microsoft.Search/searchServices/azs-3625/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNjI1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8721c1a-3200-44e5-977a-745517d3c7b3" + "d7dd97de-12c8-46f3-8c54-b47c2c82fc14" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b8721c1a-3200-44e5-977a-745517d3c7b3" + "d7dd97de-12c8-46f3-8c54-b47c2c82fc14" ], "request-id": [ - "b8721c1a-3200-44e5-977a-745517d3c7b3" + "d7dd97de-12c8-46f3-8c54-b47c2c82fc14" ], "elapsed-time": [ - "100" + "657" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1190" ], "x-ms-correlation-request-id": [ - "51792c34-5789-4b25-a93d-959dc2ad7546" + "6ca36d51-101c-41d9-b118-50659e5be635" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021711Z:51792c34-5789-4b25-a93d-959dc2ad7546" + "NORTHEUROPE:20200808T075133Z:6ca36d51-101c-41d9-b118-50659e5be635" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:17:11 GMT" + "Sat, 08 Aug 2020 07:51:32 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"75205FC3D67C9E13CFAC5A05D0B4790F\",\r\n \"secondaryKey\": \"12D28D4C08D7FCBEC4FD12009DA757C3\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"AF4FCF3381E23F790343C0134AA312BC\",\r\n \"secondaryKey\": \"00F7B5E6D491DEF4666E981F24DB212D\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7292/providers/Microsoft.Search/searchServices/azs-3117/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMTE3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2675/providers/Microsoft.Search/searchServices/azs-3625/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNjI1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "388a87ec-5615-4a08-9d04-a5371724e51d" + "85a71d79-3d4f-423a-929a-0ebe7d7cbc7b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "388a87ec-5615-4a08-9d04-a5371724e51d" + "85a71d79-3d4f-423a-929a-0ebe7d7cbc7b" ], "request-id": [ - "388a87ec-5615-4a08-9d04-a5371724e51d" + "85a71d79-3d4f-423a-929a-0ebe7d7cbc7b" ], "elapsed-time": [ - "108" + "573" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1189" ], "x-ms-correlation-request-id": [ - "06e1b2c4-d085-488e-abf6-487436642cb4" + "12a3a469-fda2-4e33-a2f1-ad423f0fd4f7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021712Z:06e1b2c4-d085-488e-abf6-487436642cb4" + "NORTHEUROPE:20200808T075134Z:12a3a469-fda2-4e33-a2f1-ad423f0fd4f7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:17:11 GMT" + "Sat, 08 Aug 2020 07:51:33 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D9288B88991CADB2C2C7A918C142257F\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"3069ACDA9B08CF49F80678B1A2D307E0\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3416\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8411\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "9bbbb587-223e-4829-a7e4-ad08f7ec0bc8" + "29a86aac-7a88-4d34-b547-065e9f18980f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "75205FC3D67C9E13CFAC5A05D0B4790F" + "AF4FCF3381E23F790343C0134AA312BC" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037667428034\"" + "W/\"0x8D83B6FE0A02AAF\"" ], "Location": [ - "https://azs-3117.search-dogfood.windows-int.net/indexes('azsmnet3416')?api-version=2019-05-06" + "https://azs-3625.search-dogfood.windows-int.net/indexes('azsmnet8411')?api-version=2019-05-06" ], "request-id": [ - "9bbbb587-223e-4829-a7e4-ad08f7ec0bc8" + "29a86aac-7a88-4d34-b547-065e9f18980f" ], "elapsed-time": [ - "1230" + "806" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:17:14 GMT" + "Sat, 08 Aug 2020 07:51:36 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3117.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037667428034\\\"\",\r\n \"name\": \"azsmnet3416\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3625.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6FE0A02AAF\\\"\",\r\n \"name\": \"azsmnet8411\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet3416')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNDE2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8411')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4NDExJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "032c3ef2-6eb1-4669-9f1f-a7e5652fd91d" + "237def54-1a2a-4d2a-ad0b-b03d837b4544" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "75205FC3D67C9E13CFAC5A05D0B4790F" + "AF4FCF3381E23F790343C0134AA312BC" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "032c3ef2-6eb1-4669-9f1f-a7e5652fd91d" + "237def54-1a2a-4d2a-ad0b-b03d837b4544" ], "elapsed-time": [ - "268" + "148" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:17:36 GMT" + "Sat, 08 Aug 2020 07:51:58 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3416')/docs/search.suggest?search=more&suggesterName=sg&api-version=2019-05-06&fuzzy=false&$orderby=hotelId&$select=%2A", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNDE2JykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9bW9yZSZzdWdnZXN0ZXJOYW1lPXNnJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmZnV6enk9ZmFsc2UmJG9yZGVyYnk9aG90ZWxJZCYkc2VsZWN0PSUyQQ==", + "RequestUri": "/indexes('azsmnet8411')/docs/search.suggest?search=more&suggesterName=sg&api-version=2019-05-06&fuzzy=false&$orderby=hotelId&$select=%2A", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4NDExJykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9bW9yZSZzdWdnZXN0ZXJOYW1lPXNnJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmZnV6enk9ZmFsc2UmJG9yZGVyYnk9aG90ZWxJZCYkc2VsZWN0PSUyQQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "86345921-7705-471c-84de-0163891f903f" + "17b76bd0-ee0a-4d87-b627-1a11b6757272" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "D9288B88991CADB2C2C7A918C142257F" + "3069ACDA9B08CF49F80678B1A2D307E0" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "86345921-7705-471c-84de-0163891f903f" + "17b76bd0-ee0a-4d87-b627-1a11b6757272" ], "elapsed-time": [ - "1032" + "50" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:17:41 GMT" + "Sat, 08 Aug 2020 07:52:02 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7292/providers/Microsoft.Search/searchServices/azs-3117?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMTE3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2675/providers/Microsoft.Search/searchServices/azs-3625?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNjI1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7997b266-f445-40e5-b583-b300a1b77876" + "d29a5173-54b9-4a30-8c19-fd7f297af384" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14990" + ], "x-ms-request-id": [ - "7997b266-f445-40e5-b583-b300a1b77876" + "5491eb86-1dbc-4f28-9f9b-c2a899a38168" ], - "request-id": [ - "7997b266-f445-40e5-b583-b300a1b77876" + "x-ms-correlation-request-id": [ + "5491eb86-1dbc-4f28-9f9b-c2a899a38168" ], - "elapsed-time": [ - "1558" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T075215Z:5491eb86-1dbc-4f28-9f9b-c2a899a38168" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "b3dad61a-a060-4ae1-ac04-f5dd45c9e88d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021746Z:b3dad61a-a060-4ae1-ac04-f5dd45c9e88d" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:17:46 GMT" + "Sat, 08 Aug 2020 07:52:15 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7292", - "azsmnet3416" + "azsmnet2675", + "azsmnet8411" ], "GenerateServiceName": [ - "azs-3117" + "azs-3625" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestStaticallyTypedDocuments.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestStaticallyTypedDocuments.json index 29c5859f5a78..836299e4cb17 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestStaticallyTypedDocuments.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestStaticallyTypedDocuments.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ea9e6b00-2703-42cd-a172-55d420ef2882" + "6b5bcf4c-e768-4e6a-8a52-f9cc0efa4884" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1192" ], "x-ms-request-id": [ - "b23af9ee-ba5c-4c88-81f5-400ba206849a" + "9b66ff12-d020-4a55-ac1e-8e7fd10a70d1" ], "x-ms-correlation-request-id": [ - "b23af9ee-ba5c-4c88-81f5-400ba206849a" + "9b66ff12-d020-4a55-ac1e-8e7fd10a70d1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021615Z:b23af9ee-ba5c-4c88-81f5-400ba206849a" + "NORTHEUROPE:20200808T074927Z:9b66ff12-d020-4a55-ac1e-8e7fd10a70d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:16:14 GMT" + "Sat, 08 Aug 2020 07:49:26 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4203?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MjAzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5784?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1Nzg0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7174e536-4abd-4c54-bff6-452d35f3441a" + "7f61bb12-d0b0-4891-8c24-d15fdfcadb9b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1195" ], "x-ms-request-id": [ - "6d940ee1-bb4a-427c-9bda-d17c431a557a" + "ab76d734-3c3d-450e-8ac4-9099628a5bdc" ], "x-ms-correlation-request-id": [ - "6d940ee1-bb4a-427c-9bda-d17c431a557a" + "ab76d734-3c3d-450e-8ac4-9099628a5bdc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021616Z:6d940ee1-bb4a-427c-9bda-d17c431a557a" + "NORTHEUROPE:20200808T074929Z:ab76d734-3c3d-450e-8ac4-9099628a5bdc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:16:16 GMT" + "Sat, 08 Aug 2020 07:49:29 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4203\",\r\n \"name\": \"azsmnet4203\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5784\",\r\n \"name\": \"azsmnet5784\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4203/providers/Microsoft.Search/searchServices/azs-9667?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NjY3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5784/providers/Microsoft.Search/searchServices/azs-2357?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1Nzg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzU3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d62cf65f-3183-491e-83c8-b4a396d542e9" + "be7e0911-97b8-41e6-b1cb-6922d6519422" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A16%3A20.1780127Z'\"" + "W/\"datetime'2020-08-08T07%3A49%3A35.4036326Z'\"" ], "x-ms-request-id": [ - "d62cf65f-3183-491e-83c8-b4a396d542e9" + "be7e0911-97b8-41e6-b1cb-6922d6519422" ], "request-id": [ - "d62cf65f-3183-491e-83c8-b4a396d542e9" + "be7e0911-97b8-41e6-b1cb-6922d6519422" ], "elapsed-time": [ - "1271" + "3227" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1194" ], "x-ms-correlation-request-id": [ - "6485dba5-d008-4fb1-a91d-d3a74f5617c0" + "a8dc7b86-db14-40f1-bf20-4e6519d8eaab" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021620Z:6485dba5-d008-4fb1-a91d-d3a74f5617c0" + "NORTHEUROPE:20200808T074937Z:a8dc7b86-db14-40f1-bf20-4e6519d8eaab" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:16:20 GMT" + "Sat, 08 Aug 2020 07:49:36 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4203/providers/Microsoft.Search/searchServices/azs-9667\",\r\n \"name\": \"azs-9667\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5784/providers/Microsoft.Search/searchServices/azs-2357\",\r\n \"name\": \"azs-2357\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4203/providers/Microsoft.Search/searchServices/azs-9667/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NjY3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5784/providers/Microsoft.Search/searchServices/azs-2357/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1Nzg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzU3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4e397ecb-9298-4328-b599-4a4de90770bd" + "93d8cd9a-81d2-4e48-8fc4-2289c789eb2b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4e397ecb-9298-4328-b599-4a4de90770bd" + "93d8cd9a-81d2-4e48-8fc4-2289c789eb2b" ], "request-id": [ - "4e397ecb-9298-4328-b599-4a4de90770bd" + "93d8cd9a-81d2-4e48-8fc4-2289c789eb2b" ], "elapsed-time": [ - "150" + "1039" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1192" ], "x-ms-correlation-request-id": [ - "6e065be8-5da5-4570-8fdb-72ebdf5e5eda" + "2ffb03d8-96b3-47c7-98ea-a636193ddabb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021622Z:6e065be8-5da5-4570-8fdb-72ebdf5e5eda" + "NORTHEUROPE:20200808T074940Z:2ffb03d8-96b3-47c7-98ea-a636193ddabb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:16:22 GMT" + "Sat, 08 Aug 2020 07:49:40 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"319092E006C0BF38054EDCA4BAD44473\",\r\n \"secondaryKey\": \"B6C30AD4A5CAA9D706C2563FBDC588F0\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"C9D5A61C72E82B84097FE8ECEEEF73D0\",\r\n \"secondaryKey\": \"B75EC0C5F063948ADB5DB82BE4A53E39\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4203/providers/Microsoft.Search/searchServices/azs-9667/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NjY3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5784/providers/Microsoft.Search/searchServices/azs-2357/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1Nzg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzU3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c88f9878-d8bd-4768-9cc3-5f926a6aaf83" + "3ae308ad-1fc3-4297-babd-e0bf782d5b6b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c88f9878-d8bd-4768-9cc3-5f926a6aaf83" + "3ae308ad-1fc3-4297-babd-e0bf782d5b6b" ], "request-id": [ - "c88f9878-d8bd-4768-9cc3-5f926a6aaf83" + "3ae308ad-1fc3-4297-babd-e0bf782d5b6b" ], "elapsed-time": [ - "96" + "620" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1191" ], "x-ms-correlation-request-id": [ - "335d71c0-86cd-4ed5-acec-6db67cc0bff9" + "700104d4-afd5-4fa8-9c0f-adb44a650cf5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021623Z:335d71c0-86cd-4ed5-acec-6db67cc0bff9" + "NORTHEUROPE:20200808T074941Z:700104d4-afd5-4fa8-9c0f-adb44a650cf5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:16:22 GMT" + "Sat, 08 Aug 2020 07:49:41 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"25C2782622DD808245A8B746A13E2962\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"53CBBEFB715669D5BA9EFA8ABC64C1F1\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9045\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7971\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "399b8c06-15ff-4c49-a824-8746edf216e7" + "c59cd7fe-9b45-40b7-9e10-9a9f45e119d5" ], "Accept-Language": [ "en-US" ], "api-key": [ - "319092E006C0BF38054EDCA4BAD44473" + "C9D5A61C72E82B84097FE8ECEEEF73D0" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803764C40BBCF\"" + "W/\"0x8D83B6FA641E61B\"" ], "Location": [ - "https://azs-9667.search-dogfood.windows-int.net/indexes('azsmnet9045')?api-version=2019-05-06" + "https://azs-2357.search-dogfood.windows-int.net/indexes('azsmnet7971')?api-version=2019-05-06" ], "request-id": [ - "399b8c06-15ff-4c49-a824-8746edf216e7" + "c59cd7fe-9b45-40b7-9e10-9a9f45e119d5" ], "elapsed-time": [ - "1235" + "7813" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:16:29 GMT" + "Sat, 08 Aug 2020 07:49:58 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9667.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803764C40BBCF\\\"\",\r\n \"name\": \"azsmnet9045\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2357.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6FA641E61B\\\"\",\r\n \"name\": \"azsmnet7971\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet9045')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MDQ1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet7971')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3OTcxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "b1ac2dfd-ccf3-4516-9486-b97caf033386" + "2d215490-5409-4a93-9e87-cda93260f70c" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "319092E006C0BF38054EDCA4BAD44473" + "C9D5A61C72E82B84097FE8ECEEEF73D0" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "b1ac2dfd-ccf3-4516-9486-b97caf033386" + "2d215490-5409-4a93-9e87-cda93260f70c" ], "elapsed-time": [ - "205" + "187" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:16:51 GMT" + "Sat, 08 Aug 2020 07:50:21 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9045')/docs/search.suggest?search=more&suggesterName=sg&api-version=2019-05-06&fuzzy=false&$orderby=hotelId&$select=%2A", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MDQ1JykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9bW9yZSZzdWdnZXN0ZXJOYW1lPXNnJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmZnV6enk9ZmFsc2UmJG9yZGVyYnk9aG90ZWxJZCYkc2VsZWN0PSUyQQ==", + "RequestUri": "/indexes('azsmnet7971')/docs/search.suggest?search=more&suggesterName=sg&api-version=2019-05-06&fuzzy=false&$orderby=hotelId&$select=%2A", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3OTcxJykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9bW9yZSZzdWdnZXN0ZXJOYW1lPXNnJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmZnV6enk9ZmFsc2UmJG9yZGVyYnk9aG90ZWxJZCYkc2VsZWN0PSUyQQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "944b9c47-1145-49bc-b0c7-58c3c1705b4c" + "04865825-c2e1-445f-982b-b3107040a11c" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "25C2782622DD808245A8B746A13E2962" + "53CBBEFB715669D5BA9EFA8ABC64C1F1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "944b9c47-1145-49bc-b0c7-58c3c1705b4c" + "04865825-c2e1-445f-982b-b3107040a11c" ], "elapsed-time": [ - "59" + "67" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:16:54 GMT" + "Sat, 08 Aug 2020 07:50:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4203/providers/Microsoft.Search/searchServices/azs-9667?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NjY3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5784/providers/Microsoft.Search/searchServices/azs-2357?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1Nzg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzU3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8377efd5-5169-433c-b4d8-71311dcca71e" + "d4c3f63e-8164-4866-859f-a9145489b756" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14996" + ], "x-ms-request-id": [ - "8377efd5-5169-433c-b4d8-71311dcca71e" + "ecacba46-994b-4d05-9c04-a3fc2da63172" ], - "request-id": [ - "8377efd5-5169-433c-b4d8-71311dcca71e" + "x-ms-correlation-request-id": [ + "ecacba46-994b-4d05-9c04-a3fc2da63172" ], - "elapsed-time": [ - "996" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T075114Z:ecacba46-994b-4d05-9c04-a3fc2da63172" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14987" - ], - "x-ms-correlation-request-id": [ - "79b0021c-70af-416f-aec1-219d20333ffd" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021658Z:79b0021c-70af-416f-aec1-219d20333ffd" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:16:58 GMT" + "Sat, 08 Aug 2020 07:51:13 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet4203", - "azsmnet9045" + "azsmnet5784", + "azsmnet7971" ], "GenerateServiceName": [ - "azs-9667" + "azs-2357" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestWithCustomContractResolver.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestWithCustomContractResolver.json index 6c7c127cfc91..fc5479f8c13a 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestWithCustomContractResolver.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestWithCustomContractResolver.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f110ae02-2903-4ea9-88bc-15faa0649298" + "8d4b5fe5-e891-47a1-9d1c-c16980af7326" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1193" ], "x-ms-request-id": [ - "1f0e8ce1-45d5-41cd-bde1-af31bfb901b3" + "4e3b521b-882b-45f6-96f3-7f082c38590f" ], "x-ms-correlation-request-id": [ - "1f0e8ce1-45d5-41cd-bde1-af31bfb901b3" + "4e3b521b-882b-45f6-96f3-7f082c38590f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020858Z:1f0e8ce1-45d5-41cd-bde1-af31bfb901b3" + "NORTHEUROPE:20200808T073820Z:4e3b521b-882b-45f6-96f3-7f082c38590f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:08:58 GMT" + "Sat, 08 Aug 2020 07:38:20 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet716?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MTY/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6474?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2NDc0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d2d3172e-8585-41f5-903a-78f442c973cf" + "cccea7cd-9310-4890-b952-fdd0c4750d38" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1195" ], "x-ms-request-id": [ - "88a40a72-d258-4dbd-917b-c5b53535d1ec" + "18352df2-171d-4f35-b81a-0b45500eb63f" ], "x-ms-correlation-request-id": [ - "88a40a72-d258-4dbd-917b-c5b53535d1ec" + "18352df2-171d-4f35-b81a-0b45500eb63f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020859Z:88a40a72-d258-4dbd-917b-c5b53535d1ec" + "NORTHEUROPE:20200808T073822Z:18352df2-171d-4f35-b81a-0b45500eb63f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:08:59 GMT" + "Sat, 08 Aug 2020 07:38:22 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet716\",\r\n \"name\": \"azsmnet716\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6474\",\r\n \"name\": \"azsmnet6474\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet716/providers/Microsoft.Search/searchServices/azs-2670?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTI2NzA/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6474/providers/Microsoft.Search/searchServices/azs-384?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zODQ/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "62140c23-12f1-4989-828e-25a7ebcf4d04" + "26bca866-31b5-4d4b-a9ca-d239f83837a7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A09%3A03.2701581Z'\"" + "W/\"datetime'2020-08-08T07%3A38%3A26.616629Z'\"" ], "x-ms-request-id": [ - "62140c23-12f1-4989-828e-25a7ebcf4d04" + "26bca866-31b5-4d4b-a9ca-d239f83837a7" ], "request-id": [ - "62140c23-12f1-4989-828e-25a7ebcf4d04" + "26bca866-31b5-4d4b-a9ca-d239f83837a7" ], "elapsed-time": [ - "1811" + "1778" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1193" ], "x-ms-correlation-request-id": [ - "bad64987-d9c9-41c9-87f9-ffb4683a0260" + "c0886388-1d64-471d-bd3a-2f3142f20d2b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020903Z:bad64987-d9c9-41c9-87f9-ffb4683a0260" + "NORTHEUROPE:20200808T073827Z:c0886388-1d64-471d-bd3a-2f3142f20d2b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:09:03 GMT" + "Sat, 08 Aug 2020 07:38:27 GMT" ], "Content-Length": [ - "528" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet716/providers/Microsoft.Search/searchServices/azs-2670\",\r\n \"name\": \"azs-2670\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6474/providers/Microsoft.Search/searchServices/azs-384\",\r\n \"name\": \"azs-384\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet716/providers/Microsoft.Search/searchServices/azs-2670/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTI2NzAvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6474/providers/Microsoft.Search/searchServices/azs-384/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zODQvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e96c536b-40ee-4d90-ae42-7c6163d6ed4c" + "be562755-d479-4699-adb5-ff59e827611a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e96c536b-40ee-4d90-ae42-7c6163d6ed4c" + "be562755-d479-4699-adb5-ff59e827611a" ], "request-id": [ - "e96c536b-40ee-4d90-ae42-7c6163d6ed4c" + "be562755-d479-4699-adb5-ff59e827611a" ], "elapsed-time": [ - "197" + "423" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1176" + "1190" ], "x-ms-correlation-request-id": [ - "878c7f72-bf74-49c6-9ad0-47e3cda0bfc9" + "8bb5591d-ea9f-42cb-9da9-3932d8c7c989" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020906Z:878c7f72-bf74-49c6-9ad0-47e3cda0bfc9" + "NORTHEUROPE:20200808T073831Z:8bb5591d-ea9f-42cb-9da9-3932d8c7c989" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:09:06 GMT" + "Sat, 08 Aug 2020 07:38:30 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"91BDB8DA4D9E1725C8160FFFD01BE9CC\",\r\n \"secondaryKey\": \"DC17D659F0832B695AC115282CFDC3D1\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"D67D6018BD6BDDFB7778EE3414A7B401\",\r\n \"secondaryKey\": \"2AE1839B50AB3BA26519D337962E122E\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet716/providers/Microsoft.Search/searchServices/azs-2670/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTI2NzAvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6474/providers/Microsoft.Search/searchServices/azs-384/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zODQvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bcd25642-dc43-4ea1-a84e-42b28b1b9ca5" + "f3d27485-2cbb-40bd-b2d7-e48e2e57cd66" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "bcd25642-dc43-4ea1-a84e-42b28b1b9ca5" + "f3d27485-2cbb-40bd-b2d7-e48e2e57cd66" ], "request-id": [ - "bcd25642-dc43-4ea1-a84e-42b28b1b9ca5" + "f3d27485-2cbb-40bd-b2d7-e48e2e57cd66" ], "elapsed-time": [ - "362" + "444" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1175" + "1189" ], "x-ms-correlation-request-id": [ - "33f6124f-4b71-47cf-ad67-69c1a58f2964" + "e1e523c5-4187-4ecd-b347-b734a985891b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020907Z:33f6124f-4b71-47cf-ad67-69c1a58f2964" + "NORTHEUROPE:20200808T073832Z:e1e523c5-4187-4ecd-b347-b734a985891b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:09:07 GMT" + "Sat, 08 Aug 2020 07:38:31 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"5CE99F2B5C733E6005482E330E5C4780\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"ED1167CB0F5998A4B983C76B6AB80004\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet946\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3036\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "ef4887aa-f5ba-4f2c-b62d-fb6af267dfed" + "5559e4ae-4aa0-420e-897d-932035b4cc44" ], "Accept-Language": [ "en-US" ], "api-key": [ - "91BDB8DA4D9E1725C8160FFFD01BE9CC" + "D67D6018BD6BDDFB7778EE3414A7B401" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6974" + "6975" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80375464C1853\"" + "W/\"0x8D83B6E0E88EB44\"" ], "Location": [ - "https://azs-2670.search-dogfood.windows-int.net/indexes('azsmnet946')?api-version=2019-05-06" + "https://azs-384.search-dogfood.windows-int.net/indexes('azsmnet3036')?api-version=2019-05-06" ], "request-id": [ - "ef4887aa-f5ba-4f2c-b62d-fb6af267dfed" + "5559e4ae-4aa0-420e-897d-932035b4cc44" ], "elapsed-time": [ - "1270" + "1445" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:09:09 GMT" + "Sat, 08 Aug 2020 07:38:34 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2670.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80375464C1853\\\"\",\r\n \"name\": \"azsmnet946\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-384.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6E0E88EB44\\\"\",\r\n \"name\": \"azsmnet3036\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet946')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5NDYnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet3036')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMDM2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "d42b1b06-419b-4ae3-a08b-5a465524aeba" + "8ab82eef-55d3-4e79-8b78-0d07e0af6c47" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "91BDB8DA4D9E1725C8160FFFD01BE9CC" + "D67D6018BD6BDDFB7778EE3414A7B401" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "d42b1b06-419b-4ae3-a08b-5a465524aeba" + "8ab82eef-55d3-4e79-8b78-0d07e0af6c47" ], "elapsed-time": [ - "186" + "201" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:09:31 GMT" + "Sat, 08 Aug 2020 07:38:56 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet946')/docs/search.suggest?search=Best&suggesterName=sg&api-version=2019-05-06&fuzzy=false&$select=%2A", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5NDYnKS9kb2NzL3NlYXJjaC5zdWdnZXN0P3NlYXJjaD1CZXN0JnN1Z2dlc3Rlck5hbWU9c2cmYXBpLXZlcnNpb249MjAxOS0wNS0wNiZmdXp6eT1mYWxzZSYkc2VsZWN0PSUyQQ==", + "RequestUri": "/indexes('azsmnet3036')/docs/search.suggest?search=Best&suggesterName=sg&api-version=2019-05-06&fuzzy=false&$select=%2A", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMDM2JykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9QmVzdCZzdWdnZXN0ZXJOYW1lPXNnJmFwaS12ZXJzaW9uPTIwMTktMDUtMDYmZnV6enk9ZmFsc2UmJHNlbGVjdD0lMkE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "34a6c9e0-e329-4055-9353-10b44353d360" + "d0c8cee3-6c48-4f4b-bb37-c50cd4e2cb1b" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "5CE99F2B5C733E6005482E330E5C4780" + "ED1167CB0F5998A4B983C76B6AB80004" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "34a6c9e0-e329-4055-9353-10b44353d360" + "d0c8cee3-6c48-4f4b-bb37-c50cd4e2cb1b" ], "elapsed-time": [ - "52" + "736" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:09:34 GMT" + "Sat, 08 Aug 2020 07:39:01 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet716/providers/Microsoft.Search/searchServices/azs-2670?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTI2NzA/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6474/providers/Microsoft.Search/searchServices/azs-384?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zODQ/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "56844b8f-e4d2-48c6-b35e-bf75b121c67a" + "7825a191-a817-4a70-be65-f27aa0c8eda7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "56844b8f-e4d2-48c6-b35e-bf75b121c67a" + "d0c7440a-00f7-48c2-bcee-8796fbe19ed0" ], - "request-id": [ - "56844b8f-e4d2-48c6-b35e-bf75b121c67a" + "x-ms-correlation-request-id": [ + "d0c7440a-00f7-48c2-bcee-8796fbe19ed0" ], - "elapsed-time": [ - "858" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T073909Z:d0c7440a-00f7-48c2-bcee-8796fbe19ed0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14980" - ], - "x-ms-correlation-request-id": [ - "d53e20ba-1e2d-4d0e-a74e-33d874556dad" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020939Z:d53e20ba-1e2d-4d0e-a74e-33d874556dad" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:09:39 GMT" + "Sat, 08 Aug 2020 07:39:09 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet716", - "azsmnet946" + "azsmnet6474", + "azsmnet3036" ], "GenerateServiceName": [ - "azs-2670" + "azs-384" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestWithCustomConverter.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestWithCustomConverter.json index 125afabf8cf5..5c2362b2604c 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestWithCustomConverter.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestWithCustomConverter.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3c87ac68-68e4-4b47-b5a2-393205c9cb61" + "32c60db7-dd5a-4511-bbf3-b9f8ac6a7b58" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1189" ], "x-ms-request-id": [ - "e97196a0-2906-446a-8449-946ea72dad25" + "ffab5516-7401-4e70-9645-7df8f2b4b0f4" ], "x-ms-correlation-request-id": [ - "e97196a0-2906-446a-8449-946ea72dad25" + "ffab5516-7401-4e70-9645-7df8f2b4b0f4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021128Z:e97196a0-2906-446a-8449-946ea72dad25" + "NORTHEUROPE:20200808T074219Z:ffab5516-7401-4e70-9645-7df8f2b4b0f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:11:27 GMT" + "Sat, 08 Aug 2020 07:42:19 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet331?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMzE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet510?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MTA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b56d45af-9f7f-4b42-b535-358ba277572b" + "631ee294-da36-4609-b549-772f6f23397b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1192" ], "x-ms-request-id": [ - "fc1541a6-b1c8-4957-9e5d-0e10b23e6194" + "fcb1aa62-0a5a-43fe-8efe-461d58f0f8e8" ], "x-ms-correlation-request-id": [ - "fc1541a6-b1c8-4957-9e5d-0e10b23e6194" + "fcb1aa62-0a5a-43fe-8efe-461d58f0f8e8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021129Z:fc1541a6-b1c8-4957-9e5d-0e10b23e6194" + "NORTHEUROPE:20200808T074220Z:fcb1aa62-0a5a-43fe-8efe-461d58f0f8e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:11:29 GMT" + "Sat, 08 Aug 2020 07:42:20 GMT" ], "Content-Length": [ "173" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet331\",\r\n \"name\": \"azsmnet331\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet510\",\r\n \"name\": \"azsmnet510\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet331/providers/Microsoft.Search/searchServices/azs-1189?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTExODk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet510/providers/Microsoft.Search/searchServices/azs-238?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIzOD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ad178e9e-953c-49e2-acf2-d2d835e320af" + "cde46fbe-01da-4da4-a1da-37efe97de4da" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A11%3A32.9923686Z'\"" + "W/\"datetime'2020-08-08T07%3A42%3A24.820055Z'\"" ], "x-ms-request-id": [ - "ad178e9e-953c-49e2-acf2-d2d835e320af" + "cde46fbe-01da-4da4-a1da-37efe97de4da" ], "request-id": [ - "ad178e9e-953c-49e2-acf2-d2d835e320af" + "cde46fbe-01da-4da4-a1da-37efe97de4da" ], "elapsed-time": [ - "1523" + "1391" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1191" ], "x-ms-correlation-request-id": [ - "feecfc80-40f0-488f-8049-32232662ba02" + "7421236a-0f6c-4397-9cf8-48a610026bca" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021133Z:feecfc80-40f0-488f-8049-32232662ba02" + "NORTHEUROPE:20200808T074225Z:7421236a-0f6c-4397-9cf8-48a610026bca" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:11:33 GMT" + "Sat, 08 Aug 2020 07:42:25 GMT" ], "Content-Length": [ - "528" + "526" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet331/providers/Microsoft.Search/searchServices/azs-1189\",\r\n \"name\": \"azs-1189\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet510/providers/Microsoft.Search/searchServices/azs-238\",\r\n \"name\": \"azs-238\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet331/providers/Microsoft.Search/searchServices/azs-1189/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTExODkvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet510/providers/Microsoft.Search/searchServices/azs-238/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIzOC9saXN0QWRtaW5LZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3157ce2-bf98-4442-8179-3684bc5aa5fc" + "9b8d820b-6f4f-47f9-a91d-7bed727882bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f3157ce2-bf98-4442-8179-3684bc5aa5fc" + "9b8d820b-6f4f-47f9-a91d-7bed727882bd" ], "request-id": [ - "f3157ce2-bf98-4442-8179-3684bc5aa5fc" + "9b8d820b-6f4f-47f9-a91d-7bed727882bd" ], "elapsed-time": [ - "174" + "94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1188" ], "x-ms-correlation-request-id": [ - "b6a9ceb5-0545-4a04-9917-db5e79a56be5" + "80401a70-b3f3-4007-8f0c-114f7919353f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021136Z:b6a9ceb5-0545-4a04-9917-db5e79a56be5" + "NORTHEUROPE:20200808T074228Z:80401a70-b3f3-4007-8f0c-114f7919353f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:11:36 GMT" + "Sat, 08 Aug 2020 07:42:28 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"01964ECC1EBF4C5DC12305F6390C22C9\",\r\n \"secondaryKey\": \"6311B05F099EDE8724BDA7E419B40B37\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"43FDFC67F201454A891CF75539313C3C\",\r\n \"secondaryKey\": \"0677043C0CBDEE36D09476452F794A6F\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet331/providers/Microsoft.Search/searchServices/azs-1189/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTExODkvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet510/providers/Microsoft.Search/searchServices/azs-238/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIzOC9saXN0UXVlcnlLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "feec7697-7d0c-44bd-b69d-56269d261c71" + "5c3e78b1-6b2e-485f-bd21-be9faeb00f82" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "feec7697-7d0c-44bd-b69d-56269d261c71" + "5c3e78b1-6b2e-485f-bd21-be9faeb00f82" ], "request-id": [ - "feec7697-7d0c-44bd-b69d-56269d261c71" + "5c3e78b1-6b2e-485f-bd21-be9faeb00f82" ], "elapsed-time": [ - "145" + "321" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1187" ], "x-ms-correlation-request-id": [ - "1ae6dd02-cf29-495c-82f8-eb55a4ab9f33" + "31f3e795-2074-451b-9d20-f1956b411d57" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021137Z:1ae6dd02-cf29-495c-82f8-eb55a4ab9f33" + "NORTHEUROPE:20200808T074229Z:31f3e795-2074-451b-9d20-f1956b411d57" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:11:36 GMT" + "Sat, 08 Aug 2020 07:42:28 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"C703A86E575615FFC6F490ADFEFC4EEE\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"A8EBFA01572C1B586C27439A57DA27FB\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3831\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7546\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "550718ea-941b-477b-a7e6-a42f200b6cf9" + "cb4ead19-0936-4df0-9d3d-1d6676143455" ], "Accept-Language": [ "en-US" ], "api-key": [ - "01964ECC1EBF4C5DC12305F6390C22C9" + "43FDFC67F201454A891CF75539313C3C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803759F8D76A2\"" + "W/\"0x8D83B6E9C2FAEE3\"" ], "Location": [ - "https://azs-1189.search-dogfood.windows-int.net/indexes('azsmnet3831')?api-version=2019-05-06" + "https://azs-238.search-dogfood.windows-int.net/indexes('azsmnet7546')?api-version=2019-05-06" ], "request-id": [ - "550718ea-941b-477b-a7e6-a42f200b6cf9" + "cb4ead19-0936-4df0-9d3d-1d6676143455" ], "elapsed-time": [ - "1246" + "1362" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:11:39 GMT" + "Sat, 08 Aug 2020 07:42:32 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,38 +405,38 @@ "-1" ], "Content-Length": [ - "6147" + "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1189.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803759F8D76A2\\\"\",\r\n \"name\": \"azsmnet3831\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-238.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6E9C2FAEE3\\\"\",\r\n \"name\": \"azsmnet7546\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet297\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3291\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "25381aed-d296-47f6-b87c-76d13a99424f" + "de252673-c97c-43ff-bb60-afc2a3b3184e" ], "Accept-Language": [ "en-US" ], "api-key": [ - "01964ECC1EBF4C5DC12305F6390C22C9" + "43FDFC67F201454A891CF75539313C3C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1530" + "1531" ] }, "ResponseHeaders": { @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80375AF6028F7\"" + "W/\"0x8D83B6EABE12800\"" ], "Location": [ - "https://azs-1189.search-dogfood.windows-int.net/indexes('azsmnet297')?api-version=2019-05-06" + "https://azs-238.search-dogfood.windows-int.net/indexes('azsmnet3291')?api-version=2019-05-06" ], "request-id": [ - "25381aed-d296-47f6-b87c-76d13a99424f" + "de252673-c97c-43ff-bb60-afc2a3b3184e" ], "elapsed-time": [ - "1153" + "1461" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:12:05 GMT" + "Sat, 08 Aug 2020 07:42:58 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "1568" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1189.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80375AF6028F7\\\"\",\r\n \"name\": \"azsmnet297\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-238.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6EABE12800\\\"\",\r\n \"name\": \"azsmnet3291\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet3831')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzODMxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet7546')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NTQ2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "55d683c2-7468-4467-a31a-58d8379a0951" + "006c2813-0c64-45b6-9a88-445776f95dc2" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "01964ECC1EBF4C5DC12305F6390C22C9" + "43FDFC67F201454A891CF75539313C3C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "55d683c2-7468-4467-a31a-58d8379a0951" + "006c2813-0c64-45b6-9a88-445776f95dc2" ], "elapsed-time": [ - "219" + "230" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:12:00 GMT" + "Sat, 08 Aug 2020 07:42:54 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,13 +553,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet297')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyOTcnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet3291')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMjkxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"Lord of the Rings\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n },\r\n \"PublishDate\": \"1954-07-29T00:00:00+00:00\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"Lord of the Rings\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n },\r\n \"PublishDate\": \"1954-07-28T17:00:00-07:00\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "ae1569d5-6464-479c-9a1f-7d263336b39f" + "debb2db9-0eb8-411e-9c9a-0573ea994f01" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "01964ECC1EBF4C5DC12305F6390C22C9" + "43FDFC67F201454A891CF75539313C3C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -591,10 +591,10 @@ "no-cache" ], "request-id": [ - "ae1569d5-6464-479c-9a1f-7d263336b39f" + "debb2db9-0eb8-411e-9c9a-0573ea994f01" ], "elapsed-time": [ - "159" + "138" ], "OData-Version": [ "4.0" @@ -606,7 +606,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:12:07 GMT" + "Sat, 08 Aug 2020 07:43:00 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -622,13 +622,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet297')/docs/search.post.suggest?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyOTcnKS9kb2NzL3NlYXJjaC5wb3N0LnN1Z2dlc3Q/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3291')/docs/search.post.suggest?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMjkxJykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", "RequestBody": "{\r\n \"fuzzy\": false,\r\n \"search\": \"Lord\",\r\n \"select\": \"*\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "accff8cc-5ed1-45ab-806a-17c0dc1853a6" + "48dc15ec-78fd-4551-b72e-ca2ccf483d73" ], "Accept-Language": [ "en-US" @@ -637,12 +637,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "01964ECC1EBF4C5DC12305F6390C22C9" + "43FDFC67F201454A891CF75539313C3C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -660,10 +660,10 @@ "no-cache" ], "request-id": [ - "accff8cc-5ed1-45ab-806a-17c0dc1853a6" + "48dc15ec-78fd-4551-b72e-ca2ccf483d73" ], "elapsed-time": [ - "44" + "117" ], "OData-Version": [ "4.0" @@ -675,7 +675,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:12:10 GMT" + "Sat, 08 Aug 2020 07:43:02 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -691,21 +691,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet331/providers/Microsoft.Search/searchServices/azs-1189?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTExODk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet510/providers/Microsoft.Search/searchServices/azs-238?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIzOD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c3ded672-dcd2-49d4-a031-9a9b3026010d" + "68f39c00-e1d8-494c-90aa-d0bca9788cba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -716,52 +716,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14983" + ], "x-ms-request-id": [ - "c3ded672-dcd2-49d4-a031-9a9b3026010d" + "4a4f056b-fbb8-427d-a17a-c6c301487ad5" ], - "request-id": [ - "c3ded672-dcd2-49d4-a031-9a9b3026010d" + "x-ms-correlation-request-id": [ + "4a4f056b-fbb8-427d-a17a-c6c301487ad5" ], - "elapsed-time": [ - "1309" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T074351Z:4a4f056b-fbb8-427d-a17a-c6c301487ad5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14984" - ], - "x-ms-correlation-request-id": [ - "5a960fb0-7e1a-40f7-9d0b-2da25515bc56" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021214Z:5a960fb0-7e1a-40f7-9d0b-2da25515bc56" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:12:14 GMT" + "Sat, 08 Aug 2020 07:43:51 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet331", - "azsmnet3831", - "azsmnet297" + "azsmnet510", + "azsmnet7546", + "azsmnet3291" ], "GenerateServiceName": [ - "azs-1189" + "azs-238" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestWithCustomConverterViaSettings.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestWithCustomConverterViaSettings.json index c649978aebcc..efa0566b410f 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestWithCustomConverterViaSettings.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestWithCustomConverterViaSettings.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "698df11b-49e9-4b54-bd7f-84c1fbfd106c" + "ff0122f8-7f91-40e2-a4b6-fff1daa3eebb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1189" ], "x-ms-request-id": [ - "ce469a75-51f7-4b7c-94aa-c58b2fb7ff9a" + "00626b82-1dda-4200-be27-fbfe1c353b9d" ], "x-ms-correlation-request-id": [ - "ce469a75-51f7-4b7c-94aa-c58b2fb7ff9a" + "00626b82-1dda-4200-be27-fbfe1c353b9d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021354Z:ce469a75-51f7-4b7c-94aa-c58b2fb7ff9a" + "NORTHEUROPE:20200808T074551Z:00626b82-1dda-4200-be27-fbfe1c353b9d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:13:54 GMT" + "Sat, 08 Aug 2020 07:45:50 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5624?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NjI0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2012?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMDEyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fe0e9711-55a4-4560-bd54-1a441079b2a5" + "8acb1391-3abd-4015-bbe0-e20dec5c2732" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -96,13 +96,13 @@ "1191" ], "x-ms-request-id": [ - "1195463e-7f6b-4a47-b3f7-3f6d76b66663" + "57908d12-710c-402b-9749-68e3e65a353e" ], "x-ms-correlation-request-id": [ - "1195463e-7f6b-4a47-b3f7-3f6d76b66663" + "57908d12-710c-402b-9749-68e3e65a353e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021355Z:1195463e-7f6b-4a47-b3f7-3f6d76b66663" + "NORTHEUROPE:20200808T074552Z:57908d12-710c-402b-9749-68e3e65a353e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:13:54 GMT" + "Sat, 08 Aug 2020 07:45:51 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5624\",\r\n \"name\": \"azsmnet5624\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2012\",\r\n \"name\": \"azsmnet2012\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5624/providers/Microsoft.Search/searchServices/azs-6164?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTY0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2012/providers/Microsoft.Search/searchServices/azs-115?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMDEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMTU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b459dd09-e9c8-4c69-b8bc-503f561bf9c1" + "b9fadff7-d744-4a41-bea0-4eed2fbe65ec" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A13%3A57.7550295Z'\"" + "W/\"datetime'2020-08-08T07%3A45%3A56.5177747Z'\"" ], "x-ms-request-id": [ - "b459dd09-e9c8-4c69-b8bc-503f561bf9c1" + "b9fadff7-d744-4a41-bea0-4eed2fbe65ec" ], "request-id": [ - "b459dd09-e9c8-4c69-b8bc-503f561bf9c1" + "b9fadff7-d744-4a41-bea0-4eed2fbe65ec" ], "elapsed-time": [ - "1168" + "1468" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1196" ], "x-ms-correlation-request-id": [ - "36872425-a17e-4851-99b0-e9b5b4395871" + "99803df8-175b-416c-9705-b119572dd3d5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021358Z:36872425-a17e-4851-99b0-e9b5b4395871" + "NORTHEUROPE:20200808T074557Z:99803df8-175b-416c-9705-b119572dd3d5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:13:58 GMT" + "Sat, 08 Aug 2020 07:45:57 GMT" ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5624/providers/Microsoft.Search/searchServices/azs-6164\",\r\n \"name\": \"azs-6164\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2012/providers/Microsoft.Search/searchServices/azs-115\",\r\n \"name\": \"azs-115\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5624/providers/Microsoft.Search/searchServices/azs-6164/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTY0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2012/providers/Microsoft.Search/searchServices/azs-115/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMDEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMTUvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8a4bb1e2-d1a3-4888-855d-ba9f10c3c262" + "388bcfa1-7f88-415f-ac00-49b1cfc121a6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8a4bb1e2-d1a3-4888-855d-ba9f10c3c262" + "388bcfa1-7f88-415f-ac00-49b1cfc121a6" ], "request-id": [ - "8a4bb1e2-d1a3-4888-855d-ba9f10c3c262" + "388bcfa1-7f88-415f-ac00-49b1cfc121a6" ], "elapsed-time": [ - "487" + "199" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1194" ], "x-ms-correlation-request-id": [ - "bc5cb9d8-2393-45cd-ae2e-86f75f3301f8" + "36d66d1a-0475-43a5-9231-c5821be8aa78" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021401Z:bc5cb9d8-2393-45cd-ae2e-86f75f3301f8" + "NORTHEUROPE:20200808T074600Z:36d66d1a-0475-43a5-9231-c5821be8aa78" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:14:00 GMT" + "Sat, 08 Aug 2020 07:46:00 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"9B5ECE365B5D25B8C75F70021182D8B1\",\r\n \"secondaryKey\": \"DB7F44786BAD4DDF6DE9391222D9E0E8\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"35F343B62A205531A9E4ADE7A8805667\",\r\n \"secondaryKey\": \"BB33F0751A927DFEBB504015A8F9778E\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5624/providers/Microsoft.Search/searchServices/azs-6164/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTY0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2012/providers/Microsoft.Search/searchServices/azs-115/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMDEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMTUvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f1747ca-10ed-4fc3-aa04-84c2416a81ef" + "82ffbf30-05cd-4217-88b5-266b7325e722" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8f1747ca-10ed-4fc3-aa04-84c2416a81ef" + "82ffbf30-05cd-4217-88b5-266b7325e722" ], "request-id": [ - "8f1747ca-10ed-4fc3-aa04-84c2416a81ef" + "82ffbf30-05cd-4217-88b5-266b7325e722" ], "elapsed-time": [ - "127" + "113" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1193" ], "x-ms-correlation-request-id": [ - "0cebbdb2-9239-42a8-bcfe-c4f30e76f9c9" + "279100fa-03cb-4fe8-95ef-4c50f7d4c133" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021401Z:0cebbdb2-9239-42a8-bcfe-c4f30e76f9c9" + "NORTHEUROPE:20200808T074601Z:279100fa-03cb-4fe8-95ef-4c50f7d4c133" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:14:00 GMT" + "Sat, 08 Aug 2020 07:46:00 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"45BC93951783E348D5C92224876128A7\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"87568539781012FC35DCE3D8791A5D42\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8246\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3013\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "57d7ca4d-7156-4d3a-b9d8-b099263825f6" + "3fe4794c-6221-40e5-80f0-ad2cd4d2fa5d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "9B5ECE365B5D25B8C75F70021182D8B1" + "35F343B62A205531A9E4ADE7A8805667" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80375F5A6CCA2\"" + "W/\"0x8D83B6F1A2B6ADC\"" ], "Location": [ - "https://azs-6164.search-dogfood.windows-int.net/indexes('azsmnet8246')?api-version=2019-05-06" + "https://azs-115.search-dogfood.windows-int.net/indexes('azsmnet3013')?api-version=2019-05-06" ], "request-id": [ - "57d7ca4d-7156-4d3a-b9d8-b099263825f6" + "3fe4794c-6221-40e5-80f0-ad2cd4d2fa5d" ], "elapsed-time": [ - "1149" + "1508" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:14:03 GMT" + "Sat, 08 Aug 2020 07:46:04 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,31 +405,31 @@ "-1" ], "Content-Length": [ - "6147" + "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6164.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80375F5A6CCA2\\\"\",\r\n \"name\": \"azsmnet8246\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-115.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6F1A2B6ADC\\\"\",\r\n \"name\": \"azsmnet3013\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5608\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7155\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "59f71a9b-4ed2-49a6-9794-614384aa044b" + "becebe92-1f31-43f1-be5b-b537d684899f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "9B5ECE365B5D25B8C75F70021182D8B1" + "35F343B62A205531A9E4ADE7A8805667" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037605082BAF\"" + "W/\"0x8D83B6F2A50A980\"" ], "Location": [ - "https://azs-6164.search-dogfood.windows-int.net/indexes('azsmnet5608')?api-version=2019-05-06" + "https://azs-115.search-dogfood.windows-int.net/indexes('azsmnet7155')?api-version=2019-05-06" ], "request-id": [ - "59f71a9b-4ed2-49a6-9794-614384aa044b" + "becebe92-1f31-43f1-be5b-b537d684899f" ], "elapsed-time": [ - "1130" + "1398" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:14:29 GMT" + "Sat, 08 Aug 2020 07:46:30 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -477,20 +477,20 @@ "-1" ], "Content-Length": [ - "1569" + "1568" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6164.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037605082BAF\\\"\",\r\n \"name\": \"azsmnet5608\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-115.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6F2A50A980\\\"\",\r\n \"name\": \"azsmnet7155\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet8246')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MjQ2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3013')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMDEzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "9824c793-954e-402b-83dd-63750db86d49" + "c5c25d6e-9ac7-413c-82bd-b81a1e713a2b" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "9B5ECE365B5D25B8C75F70021182D8B1" + "35F343B62A205531A9E4ADE7A8805667" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "9824c793-954e-402b-83dd-63750db86d49" + "c5c25d6e-9ac7-413c-82bd-b81a1e713a2b" ], "elapsed-time": [ - "194" + "187" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:14:25 GMT" + "Sat, 08 Aug 2020 07:46:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,13 +553,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet5608')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NjA4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet7155')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTU1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"Lord of the Rings\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n },\r\n \"PublishDate\": \"1954-07-29T00:00:00+00:00\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"Lord of the Rings\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n },\r\n \"PublishDate\": \"1954-07-28T17:00:00-07:00\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "1e491b30-1f2d-4bb9-a64f-9b9274e1ac84" + "2806d69c-614d-4b3e-b557-1b71ecb12b82" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "9B5ECE365B5D25B8C75F70021182D8B1" + "35F343B62A205531A9E4ADE7A8805667" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -591,10 +591,10 @@ "no-cache" ], "request-id": [ - "1e491b30-1f2d-4bb9-a64f-9b9274e1ac84" + "2806d69c-614d-4b3e-b557-1b71ecb12b82" ], "elapsed-time": [ - "161" + "145" ], "OData-Version": [ "4.0" @@ -606,7 +606,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:14:31 GMT" + "Sat, 08 Aug 2020 07:46:31 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -622,13 +622,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet5608')/docs/search.post.suggest?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NjA4JykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet7155')/docs/search.post.suggest?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTU1JykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", "RequestBody": "{\r\n \"fuzzy\": false,\r\n \"search\": \"Lord\",\r\n \"select\": \"*\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "3dce141d-3706-4251-ae4a-3f7e269dd51a" + "d1e5f3b0-9569-4c62-b7c5-00a71b170757" ], "Accept-Language": [ "en-US" @@ -637,12 +637,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "9B5ECE365B5D25B8C75F70021182D8B1" + "35F343B62A205531A9E4ADE7A8805667" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -660,10 +660,10 @@ "no-cache" ], "request-id": [ - "3dce141d-3706-4251-ae4a-3f7e269dd51a" + "d1e5f3b0-9569-4c62-b7c5-00a71b170757" ], "elapsed-time": [ - "39" + "52" ], "OData-Version": [ "4.0" @@ -675,7 +675,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:14:33 GMT" + "Sat, 08 Aug 2020 07:46:34 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -691,21 +691,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5624/providers/Microsoft.Search/searchServices/azs-6164?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTY0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2012/providers/Microsoft.Search/searchServices/azs-115?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMDEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMTU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "23e12876-2698-46a0-a1a6-f7be4d1fecc4" + "474e7826-8309-43d2-b858-fa82bc5cbb95" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -716,52 +716,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "23e12876-2698-46a0-a1a6-f7be4d1fecc4" + "82f7703b-26aa-4cf9-a9c0-1f6ca74975f2" ], - "request-id": [ - "23e12876-2698-46a0-a1a6-f7be4d1fecc4" + "x-ms-correlation-request-id": [ + "82f7703b-26aa-4cf9-a9c0-1f6ca74975f2" ], - "elapsed-time": [ - "861" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T074645Z:82f7703b-26aa-4cf9-a9c0-1f6ca74975f2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14985" - ], - "x-ms-correlation-request-id": [ - "e7adc37f-9023-47d4-8c31-c1308737cbde" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021437Z:e7adc37f-9023-47d4-8c31-c1308737cbde" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:14:37 GMT" + "Sat, 08 Aug 2020 07:46:45 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5624", - "azsmnet8246", - "azsmnet5608" + "azsmnet2012", + "azsmnet3013", + "azsmnet7155" ], "GenerateServiceName": [ - "azs-6164" + "azs-115" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestWithDateTimeInStaticModel.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestWithDateTimeInStaticModel.json index 5306919b3b1d..79f0d01912cc 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestWithDateTimeInStaticModel.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestWithDateTimeInStaticModel.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c137aa3b-e3ee-4b36-a596-3e1a31d0434b" + "69abe396-a6d9-40a9-a816-3b55b5071adc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1189" ], "x-ms-request-id": [ - "7845e1e4-fe0d-4e8b-8fb1-52856c082c99" + "b929f4fb-7dfb-4916-a39c-03b6e4b99edd" ], "x-ms-correlation-request-id": [ - "7845e1e4-fe0d-4e8b-8fb1-52856c082c99" + "b929f4fb-7dfb-4916-a39c-03b6e4b99edd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021035Z:7845e1e4-fe0d-4e8b-8fb1-52856c082c99" + "NORTHEUROPE:20200808T074109Z:b929f4fb-7dfb-4916-a39c-03b6e4b99edd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:10:35 GMT" + "Sat, 08 Aug 2020 07:41:09 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9352?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MzUyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet448?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0NDg/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6994e7fd-e6a0-4529-af9b-77e91234cf1a" + "fde854d2-886f-4750-a8d3-f8a158198daf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1193" ], "x-ms-request-id": [ - "7d8a1e3a-b9e0-4a24-8817-dc6ba396bb46" + "e190d77e-7480-41de-ad0c-ef6e742f1c8f" ], "x-ms-correlation-request-id": [ - "7d8a1e3a-b9e0-4a24-8817-dc6ba396bb46" + "e190d77e-7480-41de-ad0c-ef6e742f1c8f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021036Z:7d8a1e3a-b9e0-4a24-8817-dc6ba396bb46" + "NORTHEUROPE:20200808T074110Z:e190d77e-7480-41de-ad0c-ef6e742f1c8f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:10:35 GMT" + "Sat, 08 Aug 2020 07:41:10 GMT" ], "Content-Length": [ - "175" + "173" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9352\",\r\n \"name\": \"azsmnet9352\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet448\",\r\n \"name\": \"azsmnet448\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9352/providers/Microsoft.Search/searchServices/azs-2631?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNjMxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet448/providers/Microsoft.Search/searchServices/azs-6127?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTYxMjc/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "97f05be8-f670-4170-9a3a-d245cc675e52" + "595e01f3-eef0-4a21-8397-d7bd2a9245b6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A10%3A40.1665409Z'\"" + "W/\"datetime'2020-08-08T07%3A41%3A17.8626022Z'\"" ], "x-ms-request-id": [ - "97f05be8-f670-4170-9a3a-d245cc675e52" + "595e01f3-eef0-4a21-8397-d7bd2a9245b6" ], "request-id": [ - "97f05be8-f670-4170-9a3a-d245cc675e52" + "595e01f3-eef0-4a21-8397-d7bd2a9245b6" ], "elapsed-time": [ - "1434" + "2154" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1196" ], "x-ms-correlation-request-id": [ - "63bc406b-372a-4ca8-abbb-6d92ca7c5129" + "ac2141e5-020d-469a-aea1-dbdfcc7f6637" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021041Z:63bc406b-372a-4ca8-abbb-6d92ca7c5129" + "NORTHEUROPE:20200808T074119Z:ac2141e5-020d-469a-aea1-dbdfcc7f6637" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:10:40 GMT" + "Sat, 08 Aug 2020 07:41:18 GMT" ], "Content-Length": [ - "529" + "528" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9352/providers/Microsoft.Search/searchServices/azs-2631\",\r\n \"name\": \"azs-2631\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet448/providers/Microsoft.Search/searchServices/azs-6127\",\r\n \"name\": \"azs-6127\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9352/providers/Microsoft.Search/searchServices/azs-2631/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNjMxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet448/providers/Microsoft.Search/searchServices/azs-6127/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTYxMjcvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "afb158dc-b583-4a22-9ec4-e8e07957fc38" + "47817be9-781a-4b85-8af7-e7b987c8b0f5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "afb158dc-b583-4a22-9ec4-e8e07957fc38" + "47817be9-781a-4b85-8af7-e7b987c8b0f5" ], "request-id": [ - "afb158dc-b583-4a22-9ec4-e8e07957fc38" + "47817be9-781a-4b85-8af7-e7b987c8b0f5" ], "elapsed-time": [ - "240" + "98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1176" + "1194" ], "x-ms-correlation-request-id": [ - "187be6d1-94cf-4e71-b207-51daf3ed0868" + "f31b83f1-0b03-4254-bd6f-b0128f0c657e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021044Z:187be6d1-94cf-4e71-b207-51daf3ed0868" + "NORTHEUROPE:20200808T074122Z:f31b83f1-0b03-4254-bd6f-b0128f0c657e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:10:43 GMT" + "Sat, 08 Aug 2020 07:41:22 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"EFDC692E4E5684336E1EC6F3118AF570\",\r\n \"secondaryKey\": \"3C8DD82623B155D7C7C09FD5A4DE27E9\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"68D27896641B2DFF44A5E05C9B797A64\",\r\n \"secondaryKey\": \"60492FE53FC79B28309941B41B94C8BC\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9352/providers/Microsoft.Search/searchServices/azs-2631/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNjMxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet448/providers/Microsoft.Search/searchServices/azs-6127/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTYxMjcvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5153d4e8-61c5-445c-b37c-801525ac5a95" + "9baf42ba-8b09-4668-a868-d872a61309e0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5153d4e8-61c5-445c-b37c-801525ac5a95" + "9baf42ba-8b09-4668-a868-d872a61309e0" ], "request-id": [ - "5153d4e8-61c5-445c-b37c-801525ac5a95" + "9baf42ba-8b09-4668-a868-d872a61309e0" ], "elapsed-time": [ - "362" + "105" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1175" + "1193" ], "x-ms-correlation-request-id": [ - "b463bf12-cdee-4b83-9acc-ced87f81bbe5" + "5e896d5c-7218-4243-bebc-e5d871cd2606" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021044Z:b463bf12-cdee-4b83-9acc-ced87f81bbe5" + "NORTHEUROPE:20200808T074123Z:5e896d5c-7218-4243-bebc-e5d871cd2606" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:10:44 GMT" + "Sat, 08 Aug 2020 07:41:22 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"2350E9F5D3C8956692CCCE17E02B72F5\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"1D9FD43A077A1939D38DC48B16520B3B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8359\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6694\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "7114965a-4ffa-4197-b8af-67aeb60c2b8f" + "3f7c78c2-19ed-4e31-8d0e-1be96140ff80" ], "Accept-Language": [ "en-US" ], "api-key": [ - "EFDC692E4E5684336E1EC6F3118AF570" + "68D27896641B2DFF44A5E05C9B797A64" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80375809C71BA\"" + "W/\"0x8D83B6E75A7ABA2\"" ], "Location": [ - "https://azs-2631.search-dogfood.windows-int.net/indexes('azsmnet8359')?api-version=2019-05-06" + "https://azs-6127.search-dogfood.windows-int.net/indexes('azsmnet6694')?api-version=2019-05-06" ], "request-id": [ - "7114965a-4ffa-4197-b8af-67aeb60c2b8f" + "3f7c78c2-19ed-4e31-8d0e-1be96140ff80" ], "elapsed-time": [ - "1267" + "2591" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:10:46 GMT" + "Sat, 08 Aug 2020 07:41:28 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2631.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80375809C71BA\\\"\",\r\n \"name\": \"azsmnet8359\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6127.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6E75A7ABA2\\\"\",\r\n \"name\": \"azsmnet6694\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2618\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7854\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "fef818b9-8b29-4939-b992-c81be45c56eb" + "e16db3c3-e609-4239-b05c-aa28ac24ca2c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "EFDC692E4E5684336E1EC6F3118AF570" + "68D27896641B2DFF44A5E05C9B797A64" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803759084FB32\"" + "W/\"0x8D83B6E87DB5B00\"" ], "Location": [ - "https://azs-2631.search-dogfood.windows-int.net/indexes('azsmnet2618')?api-version=2019-05-06" + "https://azs-6127.search-dogfood.windows-int.net/indexes('azsmnet7854')?api-version=2019-05-06" ], "request-id": [ - "fef818b9-8b29-4939-b992-c81be45c56eb" + "e16db3c3-e609-4239-b05c-aa28ac24ca2c" ], "elapsed-time": [ - "1673" + "4652" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:11:14 GMT" + "Sat, 08 Aug 2020 07:41:58 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "1569" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2631.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803759084FB32\\\"\",\r\n \"name\": \"azsmnet2618\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6127.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6E87DB5B00\\\"\",\r\n \"name\": \"azsmnet7854\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet8359')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MzU5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6694')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2Njk0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "bb4eb9df-531b-4224-a6be-1f51a62dd54a" + "d3e83205-58a4-423c-aeb8-d9e78b9ea702" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "EFDC692E4E5684336E1EC6F3118AF570" + "68D27896641B2DFF44A5E05C9B797A64" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "bb4eb9df-531b-4224-a6be-1f51a62dd54a" + "d3e83205-58a4-423c-aeb8-d9e78b9ea702" ], "elapsed-time": [ - "342" + "198" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:11:09 GMT" + "Sat, 08 Aug 2020 07:41:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,13 +553,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet2618')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNjE4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet7854')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3ODU0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"Lord of the Rings\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"456\",\r\n \"Title\": \"War and Peace\",\r\n \"PublishDate\": \"2015-08-18T00:00:00+00:00\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"Lord of the Rings\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"456\",\r\n \"Title\": \"War and Peace\",\r\n \"PublishDate\": \"2015-08-17T17:00:00-07:00\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "71a876ca-e9e5-4dbc-94a2-3fe9ada51b77" + "3e7c2a6a-699d-4fc5-8018-29e5ad5ce376" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "EFDC692E4E5684336E1EC6F3118AF570" + "68D27896641B2DFF44A5E05C9B797A64" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -591,10 +591,10 @@ "no-cache" ], "request-id": [ - "71a876ca-e9e5-4dbc-94a2-3fe9ada51b77" + "3e7c2a6a-699d-4fc5-8018-29e5ad5ce376" ], "elapsed-time": [ - "168" + "224" ], "OData-Version": [ "4.0" @@ -606,7 +606,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:11:15 GMT" + "Sat, 08 Aug 2020 07:42:00 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -622,13 +622,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet2618')/docs/search.post.suggest?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNjE4JykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet7854')/docs/search.post.suggest?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3ODU0JykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", "RequestBody": "{\r\n \"fuzzy\": false,\r\n \"search\": \"War\",\r\n \"select\": \"ISBN,Title,PublishDate\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "f2a2dd74-6605-4881-981b-4cd47eb7815b" + "91a62dd0-ddc3-4a9e-b55d-4da1c9e4077e" ], "Accept-Language": [ "en-US" @@ -637,12 +637,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "EFDC692E4E5684336E1EC6F3118AF570" + "68D27896641B2DFF44A5E05C9B797A64" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -660,10 +660,10 @@ "no-cache" ], "request-id": [ - "f2a2dd74-6605-4881-981b-4cd47eb7815b" + "91a62dd0-ddc3-4a9e-b55d-4da1c9e4077e" ], "elapsed-time": [ - "45" + "108" ], "OData-Version": [ "4.0" @@ -675,7 +675,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:11:17 GMT" + "Sat, 08 Aug 2020 07:42:02 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -691,21 +691,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9352/providers/Microsoft.Search/searchServices/azs-2631?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNjMxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet448/providers/Microsoft.Search/searchServices/azs-6127?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTYxMjc/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3e207b01-e3ef-4cea-b088-3bd9cac242fa" + "7c881aed-5f34-4b53-8524-996e5cec409f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -716,52 +716,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14993" + ], "x-ms-request-id": [ - "3e207b01-e3ef-4cea-b088-3bd9cac242fa" + "aa725965-f0c7-4b63-a482-6a1dd3ed95b6" ], - "request-id": [ - "3e207b01-e3ef-4cea-b088-3bd9cac242fa" + "x-ms-correlation-request-id": [ + "aa725965-f0c7-4b63-a482-6a1dd3ed95b6" ], - "elapsed-time": [ - "1124" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T074212Z:aa725965-f0c7-4b63-a482-6a1dd3ed95b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14981" - ], - "x-ms-correlation-request-id": [ - "d26fe3cd-6b00-44a8-81ca-9b2680d25ac7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021122Z:d26fe3cd-6b00-44a8-81ca-9b2680d25ac7" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:11:22 GMT" + "Sat, 08 Aug 2020 07:42:12 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet9352", - "azsmnet8359", - "azsmnet2618" + "azsmnet448", + "azsmnet6694", + "azsmnet7854" ], "GenerateServiceName": [ - "azs-2631" + "azs-6127" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestWithMinimumCoverage.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestWithMinimumCoverage.json index 28a3419066df..b7eb8406c71b 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestWithMinimumCoverage.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestWithMinimumCoverage.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db4f07c6-d5ad-47b5-a47a-eed9d9b424e2" + "0e0c591f-9a79-4965-80a1-c98169816c6b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1196" ], "x-ms-request-id": [ - "31215bc8-8206-40f3-8902-6fbff9b2b64d" + "2fb59f06-ccb1-4bd1-8d9e-bae12b34a387" ], "x-ms-correlation-request-id": [ - "31215bc8-8206-40f3-8902-6fbff9b2b64d" + "2fb59f06-ccb1-4bd1-8d9e-bae12b34a387" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021442Z:31215bc8-8206-40f3-8902-6fbff9b2b64d" + "NORTHEUROPE:20200808T074653Z:2fb59f06-ccb1-4bd1-8d9e-bae12b34a387" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:14:41 GMT" + "Sat, 08 Aug 2020 07:46:52 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet43?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0Mz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7372?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MzcyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "96e4dd49-2168-4fb6-b6a2-d648da84049a" + "cad77245-377f-446f-b7be-f20589161921" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1197" ], "x-ms-request-id": [ - "7ada3953-19de-48a9-a0a8-c2ea5b8eb563" + "ce2daab0-0a5d-4a39-8567-dd132babf48e" ], "x-ms-correlation-request-id": [ - "7ada3953-19de-48a9-a0a8-c2ea5b8eb563" + "ce2daab0-0a5d-4a39-8567-dd132babf48e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021443Z:7ada3953-19de-48a9-a0a8-c2ea5b8eb563" + "NORTHEUROPE:20200808T074654Z:ce2daab0-0a5d-4a39-8567-dd132babf48e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:14:43 GMT" + "Sat, 08 Aug 2020 07:46:54 GMT" ], "Content-Length": [ - "171" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet43\",\r\n \"name\": \"azsmnet43\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7372\",\r\n \"name\": \"azsmnet7372\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet43/providers/Microsoft.Search/searchServices/azs-3878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0My9wcm92aWRlcnMvTWljcm9zb2Z0LlNlYXJjaC9zZWFyY2hTZXJ2aWNlcy9henMtMzg3OD9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7372/providers/Microsoft.Search/searchServices/azs-8634?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NjM0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "609f368f-7bdf-40eb-8d0b-786cb85555c7" + "2edef5cc-f857-4f27-a801-53bb0ad6fb0f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A14%3A47.0793484Z'\"" + "W/\"datetime'2020-08-08T07%3A47%3A00.0629908Z'\"" ], "x-ms-request-id": [ - "609f368f-7bdf-40eb-8d0b-786cb85555c7" + "2edef5cc-f857-4f27-a801-53bb0ad6fb0f" ], "request-id": [ - "609f368f-7bdf-40eb-8d0b-786cb85555c7" + "2edef5cc-f857-4f27-a801-53bb0ad6fb0f" ], "elapsed-time": [ - "1891" + "1472" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1194" ], "x-ms-correlation-request-id": [ - "1e00d7ca-586a-47ee-9a27-4af18d8d2c43" + "b1a078b0-69dd-4864-abeb-2e2035093cf6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021447Z:1e00d7ca-586a-47ee-9a27-4af18d8d2c43" + "NORTHEUROPE:20200808T074701Z:b1a078b0-69dd-4864-abeb-2e2035093cf6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:14:47 GMT" + "Sat, 08 Aug 2020 07:47:00 GMT" ], "Content-Length": [ - "527" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet43/providers/Microsoft.Search/searchServices/azs-3878\",\r\n \"name\": \"azs-3878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7372/providers/Microsoft.Search/searchServices/azs-8634\",\r\n \"name\": \"azs-8634\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet43/providers/Microsoft.Search/searchServices/azs-3878/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0My9wcm92aWRlcnMvTWljcm9zb2Z0LlNlYXJjaC9zZWFyY2hTZXJ2aWNlcy9henMtMzg3OC9saXN0QWRtaW5LZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7372/providers/Microsoft.Search/searchServices/azs-8634/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NjM0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "65e80bc0-45d0-4849-8623-aa4b5cecac00" + "5d3ddd08-488e-4bb3-818b-354b77954d0c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "65e80bc0-45d0-4849-8623-aa4b5cecac00" + "5d3ddd08-488e-4bb3-818b-354b77954d0c" ], "request-id": [ - "65e80bc0-45d0-4849-8623-aa4b5cecac00" + "5d3ddd08-488e-4bb3-818b-354b77954d0c" ], "elapsed-time": [ - "213" + "90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1192" ], "x-ms-correlation-request-id": [ - "e8000ae7-9f4f-46e9-8a7a-ea775507eb5e" + "f9122b2b-57d6-43bc-a6dc-8643dad03a33" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021450Z:e8000ae7-9f4f-46e9-8a7a-ea775507eb5e" + "NORTHEUROPE:20200808T074703Z:f9122b2b-57d6-43bc-a6dc-8643dad03a33" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:14:49 GMT" + "Sat, 08 Aug 2020 07:47:03 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"2FC7BACC308B658792110A9AC0946733\",\r\n \"secondaryKey\": \"A87840565B986D5A4C18357E52D0D564\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"1A647C3EE30B7B52114D400382B54A9D\",\r\n \"secondaryKey\": \"B2821887FA59AA0EF62BA2E7AF434B4B\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet43/providers/Microsoft.Search/searchServices/azs-3878/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0My9wcm92aWRlcnMvTWljcm9zb2Z0LlNlYXJjaC9zZWFyY2hTZXJ2aWNlcy9henMtMzg3OC9saXN0UXVlcnlLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7372/providers/Microsoft.Search/searchServices/azs-8634/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NjM0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b7c9449-f2a9-4cca-b957-9270ea64fc48" + "7e0f03b5-ad5d-45b2-a785-e4e05d8edfd4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "1b7c9449-f2a9-4cca-b957-9270ea64fc48" + "7e0f03b5-ad5d-45b2-a785-e4e05d8edfd4" ], "request-id": [ - "1b7c9449-f2a9-4cca-b957-9270ea64fc48" + "7e0f03b5-ad5d-45b2-a785-e4e05d8edfd4" ], "elapsed-time": [ - "97" + "92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1191" ], "x-ms-correlation-request-id": [ - "9b6e93b4-1205-4956-9d43-7a7832001e4f" + "41f41bd6-4b34-4fbd-892c-cf0e5842fb74" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021451Z:9b6e93b4-1205-4956-9d43-7a7832001e4f" + "NORTHEUROPE:20200808T074703Z:41f41bd6-4b34-4fbd-892c-cf0e5842fb74" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:14:50 GMT" + "Sat, 08 Aug 2020 07:47:03 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"81C679A35B6C4142F74B3B91B554672C\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"13DC0D6FFC9D3AF88975F321474EB594\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7547\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4527\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "f3f851ea-c933-43d4-bc17-0c46fc362ed0" + "169eac15-8cd7-43ff-a536-dc899a89fdec" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2FC7BACC308B658792110A9AC0946733" + "1A647C3EE30B7B52114D400382B54A9D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037613C02A21\"" + "W/\"0x8D83B6F3FCBCAA0\"" ], "Location": [ - "https://azs-3878.search-dogfood.windows-int.net/indexes('azsmnet7547')?api-version=2019-05-06" + "https://azs-8634.search-dogfood.windows-int.net/indexes('azsmnet4527')?api-version=2019-05-06" ], "request-id": [ - "f3f851ea-c933-43d4-bc17-0c46fc362ed0" + "169eac15-8cd7-43ff-a536-dc899a89fdec" ], "elapsed-time": [ - "1210" + "1532" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:14:54 GMT" + "Sat, 08 Aug 2020 07:47:07 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3878.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037613C02A21\\\"\",\r\n \"name\": \"azsmnet7547\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8634.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6F3FCBCAA0\\\"\",\r\n \"name\": \"azsmnet4527\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet7547')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NTQ3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4527')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NTI3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "6f4d2ced-ff32-4929-bfe2-56860e5dc1d4" + "8746d8e7-4e6a-49bf-a015-c02d001a3294" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "2FC7BACC308B658792110A9AC0946733" + "1A647C3EE30B7B52114D400382B54A9D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "6f4d2ced-ff32-4929-bfe2-56860e5dc1d4" + "8746d8e7-4e6a-49bf-a015-c02d001a3294" ], "elapsed-time": [ - "173" + "221" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:15:16 GMT" + "Sat, 08 Aug 2020 07:47:28 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7547')/docs/search.suggest?search=luxury&suggesterName=sg&api-version=2019-05-06&fuzzy=false&minimumCoverage=50.0&$select=%2A", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NTQ3JykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9bHV4dXJ5JnN1Z2dlc3Rlck5hbWU9c2cmYXBpLXZlcnNpb249MjAxOS0wNS0wNiZmdXp6eT1mYWxzZSZtaW5pbXVtQ292ZXJhZ2U9NTAuMCYkc2VsZWN0PSUyQQ==", + "RequestUri": "/indexes('azsmnet4527')/docs/search.suggest?search=luxury&suggesterName=sg&api-version=2019-05-06&fuzzy=false&minimumCoverage=50.0&$select=%2A", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NTI3JykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9bHV4dXJ5JnN1Z2dlc3Rlck5hbWU9c2cmYXBpLXZlcnNpb249MjAxOS0wNS0wNiZmdXp6eT1mYWxzZSZtaW5pbXVtQ292ZXJhZ2U9NTAuMCYkc2VsZWN0PSUyQQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "9be03672-0eb2-4005-9c49-562ec99a170f" + "adf8a903-c38c-44bc-a5be-22909b017624" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "81C679A35B6C4142F74B3B91B554672C" + "13DC0D6FFC9D3AF88975F321474EB594" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "9be03672-0eb2-4005-9c49-562ec99a170f" + "adf8a903-c38c-44bc-a5be-22909b017624" ], "elapsed-time": [ - "181" + "165" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:15:19 GMT" + "Sat, 08 Aug 2020 07:47:32 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet43/providers/Microsoft.Search/searchServices/azs-3878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0My9wcm92aWRlcnMvTWljcm9zb2Z0LlNlYXJjaC9zZWFyY2hTZXJ2aWNlcy9henMtMzg3OD9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7372/providers/Microsoft.Search/searchServices/azs-8634?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NjM0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eaeb8053-6a8c-4937-92a3-9e4d93636ae7" + "9af88a77-7e81-4ae6-9792-e11b7f89f568" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "eaeb8053-6a8c-4937-92a3-9e4d93636ae7" - ], - "request-id": [ - "eaeb8053-6a8c-4937-92a3-9e4d93636ae7" - ], - "elapsed-time": [ - "1023" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14992" ], + "x-ms-request-id": [ + "1825ed5c-b598-49bc-900a-6c4af704f9c2" + ], "x-ms-correlation-request-id": [ - "93d7cdd8-777f-4467-8c84-ce2a8db8ae07" + "1825ed5c-b598-49bc-900a-6c4af704f9c2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021524Z:93d7cdd8-777f-4467-8c84-ce2a8db8ae07" + "NORTHEUROPE:20200808T074822Z:1825ed5c-b598-49bc-900a-6c4af704f9c2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:15:24 GMT" + "Sat, 08 Aug 2020 07:48:21 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet43", - "azsmnet7547" + "azsmnet7372", + "azsmnet4527" ], "GenerateServiceName": [ - "azs-3878" + "azs-8634" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestWithSelectedFields.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestWithSelectedFields.json index a7e8c13c2289..4a1ed524fe9a 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestWithSelectedFields.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanSuggestWithSelectedFields.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "54a4a586-4c2e-4849-a584-26022eeaecec" + "d050cb61-4a7d-4bf5-91d1-cbfb1b714bba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1188" ], "x-ms-request-id": [ - "46b50a8b-1e20-4211-9385-6e6a2a714f91" + "86d99569-5a0a-4a7d-9d10-f97ff6111bf8" ], "x-ms-correlation-request-id": [ - "46b50a8b-1e20-4211-9385-6e6a2a714f91" + "86d99569-5a0a-4a7d-9d10-f97ff6111bf8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021307Z:46b50a8b-1e20-4211-9385-6e6a2a714f91" + "NORTHEUROPE:20200808T074455Z:86d99569-5a0a-4a7d-9d10-f97ff6111bf8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:13:06 GMT" + "Sat, 08 Aug 2020 07:44:54 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8754?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NzU0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet567?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1Njc/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0bad5eb8-45d7-4fdf-b96f-3d270b97e3c0" + "00b47c12-6933-4f21-ae70-8bf6bd321c8c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1191" ], "x-ms-request-id": [ - "adddf765-3c4a-4575-bb10-fcd82b2971ea" + "8e66ba8f-1777-42fd-8cbf-8104c9b8ecc7" ], "x-ms-correlation-request-id": [ - "adddf765-3c4a-4575-bb10-fcd82b2971ea" + "8e66ba8f-1777-42fd-8cbf-8104c9b8ecc7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021307Z:adddf765-3c4a-4575-bb10-fcd82b2971ea" + "NORTHEUROPE:20200808T074456Z:8e66ba8f-1777-42fd-8cbf-8104c9b8ecc7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:13:07 GMT" + "Sat, 08 Aug 2020 07:44:56 GMT" ], "Content-Length": [ - "175" + "173" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8754\",\r\n \"name\": \"azsmnet8754\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet567\",\r\n \"name\": \"azsmnet567\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8754/providers/Microsoft.Search/searchServices/azs-5823?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01ODIzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet567/providers/Microsoft.Search/searchServices/azs-8446?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTg0NDY/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "71fcb978-91cc-4a84-8a38-b556a98a2890" + "f33ddc7a-c523-4ec4-894b-05667677fd00" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A13%3A11.4428652Z'\"" + "W/\"datetime'2020-08-08T07%3A45%3A02.6568928Z'\"" ], "x-ms-request-id": [ - "71fcb978-91cc-4a84-8a38-b556a98a2890" + "f33ddc7a-c523-4ec4-894b-05667677fd00" ], "request-id": [ - "71fcb978-91cc-4a84-8a38-b556a98a2890" + "f33ddc7a-c523-4ec4-894b-05667677fd00" ], "elapsed-time": [ - "1103" + "1685" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1197" ], "x-ms-correlation-request-id": [ - "eed2bce4-5eab-4725-a725-726931d7749e" + "487866a3-8f93-4636-aeaa-45f1101f93ab" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021312Z:eed2bce4-5eab-4725-a725-726931d7749e" + "NORTHEUROPE:20200808T074503Z:487866a3-8f93-4636-aeaa-45f1101f93ab" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:13:11 GMT" + "Sat, 08 Aug 2020 07:45:03 GMT" ], "Content-Length": [ - "529" + "528" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8754/providers/Microsoft.Search/searchServices/azs-5823\",\r\n \"name\": \"azs-5823\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet567/providers/Microsoft.Search/searchServices/azs-8446\",\r\n \"name\": \"azs-8446\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8754/providers/Microsoft.Search/searchServices/azs-5823/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01ODIzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet567/providers/Microsoft.Search/searchServices/azs-8446/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTg0NDYvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5903d133-78ae-4db0-b7a4-7c2be919d972" + "b91f9c9e-3f80-4266-ab71-49ba9f7431da" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5903d133-78ae-4db0-b7a4-7c2be919d972" + "b91f9c9e-3f80-4266-ab71-49ba9f7431da" ], "request-id": [ - "5903d133-78ae-4db0-b7a4-7c2be919d972" + "b91f9c9e-3f80-4266-ab71-49ba9f7431da" ], "elapsed-time": [ - "107" + "100" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1196" ], "x-ms-correlation-request-id": [ - "b0df827f-fa95-4628-a8fa-013aa809c1ee" + "8a3d577f-b6ec-4e67-ab73-ba1e99ebbbfc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021314Z:b0df827f-fa95-4628-a8fa-013aa809c1ee" + "NORTHEUROPE:20200808T074506Z:8a3d577f-b6ec-4e67-ab73-ba1e99ebbbfc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:13:14 GMT" + "Sat, 08 Aug 2020 07:45:05 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"73855D6540499A27027C22D73D97AF90\",\r\n \"secondaryKey\": \"3D33522CE56E6EB1A185C117E64B890E\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"0D1439655F88D84F551FE24BD4DE62BF\",\r\n \"secondaryKey\": \"775A1662D555CD84B1FA13D6E04E6332\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8754/providers/Microsoft.Search/searchServices/azs-5823/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01ODIzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet567/providers/Microsoft.Search/searchServices/azs-8446/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTg0NDYvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2085eb41-35c7-4a83-b252-b51be989ed5e" + "a5068950-734d-4f6d-9e1e-3d0f09e6d5f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2085eb41-35c7-4a83-b252-b51be989ed5e" + "a5068950-734d-4f6d-9e1e-3d0f09e6d5f9" ], "request-id": [ - "2085eb41-35c7-4a83-b252-b51be989ed5e" + "a5068950-734d-4f6d-9e1e-3d0f09e6d5f9" ], "elapsed-time": [ - "95" + "93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1195" ], "x-ms-correlation-request-id": [ - "5deff311-2156-431a-8d42-c7df16e2b98d" + "abb7988a-56a6-40f1-a048-32ab354dbf8c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021314Z:5deff311-2156-431a-8d42-c7df16e2b98d" + "NORTHEUROPE:20200808T074506Z:abb7988a-56a6-40f1-a048-32ab354dbf8c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:13:14 GMT" + "Sat, 08 Aug 2020 07:45:05 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"812A2526EC1BDCFF523BE3AAD44BA26A\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"C105F078AC7832939256E8D853E978A9\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4973\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8123\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "9c0ccc7f-c311-4b81-be92-b9db4238fde6" + "cfa227c6-2db2-4224-85aa-06b39f932045" ], "Accept-Language": [ "en-US" ], "api-key": [ - "73855D6540499A27027C22D73D97AF90" + "0D1439655F88D84F551FE24BD4DE62BF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80375D9C82F79\"" + "W/\"0x8D83B6EF95ECD4E\"" ], "Location": [ - "https://azs-5823.search-dogfood.windows-int.net/indexes('azsmnet4973')?api-version=2019-05-06" + "https://azs-8446.search-dogfood.windows-int.net/indexes('azsmnet8123')?api-version=2019-05-06" ], "request-id": [ - "9c0ccc7f-c311-4b81-be92-b9db4238fde6" + "cfa227c6-2db2-4224-85aa-06b39f932045" ], "elapsed-time": [ - "1120" + "791" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:13:17 GMT" + "Sat, 08 Aug 2020 07:45:09 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5823.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80375D9C82F79\\\"\",\r\n \"name\": \"azsmnet4973\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8446.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6EF95ECD4E\\\"\",\r\n \"name\": \"azsmnet8123\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet4973')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0OTczJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8123')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MTIzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "2ee7b89e-3ccb-4429-85ff-302e48d93ad6" + "60321fd7-94af-4d3d-ba82-13627af28fdb" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "73855D6540499A27027C22D73D97AF90" + "0D1439655F88D84F551FE24BD4DE62BF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "2ee7b89e-3ccb-4429-85ff-302e48d93ad6" + "60321fd7-94af-4d3d-ba82-13627af28fdb" ], "elapsed-time": [ - "191" + "200" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:13:39 GMT" + "Sat, 08 Aug 2020 07:45:29 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4973')/docs/search.suggest?search=secret&suggesterName=sg&api-version=2019-05-06&fuzzy=false&$select=hotelName%2Crating%2Caddress%2Fcity%2Crooms%2Ftype", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0OTczJykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9c2VjcmV0JnN1Z2dlc3Rlck5hbWU9c2cmYXBpLXZlcnNpb249MjAxOS0wNS0wNiZmdXp6eT1mYWxzZSYkc2VsZWN0PWhvdGVsTmFtZSUyQ3JhdGluZyUyQ2FkZHJlc3MlMkZjaXR5JTJDcm9vbXMlMkZ0eXBl", + "RequestUri": "/indexes('azsmnet8123')/docs/search.suggest?search=secret&suggesterName=sg&api-version=2019-05-06&fuzzy=false&$select=hotelName%2Crating%2Caddress%2Fcity%2Crooms%2Ftype", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MTIzJykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9c2VjcmV0JnN1Z2dlc3Rlck5hbWU9c2cmYXBpLXZlcnNpb249MjAxOS0wNS0wNiZmdXp6eT1mYWxzZSYkc2VsZWN0PWhvdGVsTmFtZSUyQ3JhdGluZyUyQ2FkZHJlc3MlMkZjaXR5JTJDcm9vbXMlMkZ0eXBl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "81877a04-415e-49c1-a7ff-465918015ec9" + "36578049-25a8-47c6-b81c-60e2340707dc" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "812A2526EC1BDCFF523BE3AAD44BA26A" + "C105F078AC7832939256E8D853E978A9" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "81877a04-415e-49c1-a7ff-465918015ec9" + "36578049-25a8-47c6-b81c-60e2340707dc" ], "elapsed-time": [ - "156" + "40" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:13:42 GMT" + "Sat, 08 Aug 2020 07:45:34 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8754/providers/Microsoft.Search/searchServices/azs-5823?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01ODIzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet567/providers/Microsoft.Search/searchServices/azs-8446?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTg0NDY/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef88caa4-55aa-4b37-bb86-60bd0657202f" + "98a7768c-bfd3-4d1e-825f-b9c5e9978275" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "ef88caa4-55aa-4b37-bb86-60bd0657202f" + "53d5cdcb-335e-445d-bb81-aa0375a756b7" ], - "request-id": [ - "ef88caa4-55aa-4b37-bb86-60bd0657202f" + "x-ms-correlation-request-id": [ + "53d5cdcb-335e-445d-bb81-aa0375a756b7" ], - "elapsed-time": [ - "1377" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T074544Z:53d5cdcb-335e-445d-bb81-aa0375a756b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14989" - ], - "x-ms-correlation-request-id": [ - "22265982-7103-410b-b3b1-bb83307360f0" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021348Z:22265982-7103-410b-b3b1-bb83307360f0" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:13:48 GMT" + "Sat, 08 Aug 2020 07:45:44 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8754", - "azsmnet4973" + "azsmnet567", + "azsmnet8123" ], "GenerateServiceName": [ - "azs-5823" + "azs-8446" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanUseHitHighlighting.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanUseHitHighlighting.json index d49ab64542d9..2ad017798698 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanUseHitHighlighting.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/CanUseHitHighlighting.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aea1903d-a685-4f1e-9cd6-f3f816839d61" + "d26a2e11-3018-4cef-bf2e-a61406959971" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1192" ], "x-ms-request-id": [ - "002e3a38-c60f-4793-8ada-7e054757c3c4" + "5fdf8d1c-8835-4f5e-b122-b2ce80950324" ], "x-ms-correlation-request-id": [ - "002e3a38-c60f-4793-8ada-7e054757c3c4" + "5fdf8d1c-8835-4f5e-b122-b2ce80950324" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021838Z:002e3a38-c60f-4793-8ada-7e054757c3c4" + "NORTHEUROPE:20200808T075323Z:5fdf8d1c-8835-4f5e-b122-b2ce80950324" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:18:38 GMT" + "Sat, 08 Aug 2020 07:53:23 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5977?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1OTc3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3349?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMzQ5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f1b0e3ad-bde8-4d9d-a8f5-7fd12e0333d5" + "4ddb57a4-8853-4e7f-a8d7-ec2468c01bec" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1194" ], "x-ms-request-id": [ - "419766ce-abd1-4f4e-9f28-c74e36e0d8b2" + "7864c6d9-b108-439f-bd0c-d07baf663546" ], "x-ms-correlation-request-id": [ - "419766ce-abd1-4f4e-9f28-c74e36e0d8b2" + "7864c6d9-b108-439f-bd0c-d07baf663546" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021839Z:419766ce-abd1-4f4e-9f28-c74e36e0d8b2" + "NORTHEUROPE:20200808T075324Z:7864c6d9-b108-439f-bd0c-d07baf663546" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:18:38 GMT" + "Sat, 08 Aug 2020 07:53:24 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5977\",\r\n \"name\": \"azsmnet5977\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3349\",\r\n \"name\": \"azsmnet3349\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5977/providers/Microsoft.Search/searchServices/azs-6186?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTc3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTg2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3349/providers/Microsoft.Search/searchServices/azs-2520?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTIwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5f5eac24-e09f-4869-bccd-c4fba6ad3050" + "4e2b5832-644c-4b84-998b-c1b7f9c3bae6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A18%3A43.4696251Z'\"" + "W/\"datetime'2020-08-08T07%3A53%3A28.7273549Z'\"" ], "x-ms-request-id": [ - "5f5eac24-e09f-4869-bccd-c4fba6ad3050" + "4e2b5832-644c-4b84-998b-c1b7f9c3bae6" ], "request-id": [ - "5f5eac24-e09f-4869-bccd-c4fba6ad3050" + "4e2b5832-644c-4b84-998b-c1b7f9c3bae6" ], "elapsed-time": [ - "1761" + "1816" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1193" ], "x-ms-correlation-request-id": [ - "7a3450c5-b361-45f6-b57e-e97534809adf" + "90b2d123-643d-493a-b055-7297827a04ee" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021844Z:7a3450c5-b361-45f6-b57e-e97534809adf" + "NORTHEUROPE:20200808T075330Z:90b2d123-643d-493a-b055-7297827a04ee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:18:43 GMT" + "Sat, 08 Aug 2020 07:53:30 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5977/providers/Microsoft.Search/searchServices/azs-6186\",\r\n \"name\": \"azs-6186\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3349/providers/Microsoft.Search/searchServices/azs-2520\",\r\n \"name\": \"azs-2520\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5977/providers/Microsoft.Search/searchServices/azs-6186/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTc3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTg2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3349/providers/Microsoft.Search/searchServices/azs-2520/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTIwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7b9861a1-3a46-45c0-a560-b7e9cf231c74" + "88116992-426b-40ba-aa8d-b551b71543c7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7b9861a1-3a46-45c0-a560-b7e9cf231c74" + "88116992-426b-40ba-aa8d-b551b71543c7" ], "request-id": [ - "7b9861a1-3a46-45c0-a560-b7e9cf231c74" + "88116992-426b-40ba-aa8d-b551b71543c7" ], "elapsed-time": [ - "580" + "440" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1189" ], "x-ms-correlation-request-id": [ - "41b64f2f-7b51-468e-9834-e1fb98946930" + "34f3bcaa-ab92-4d43-9a49-132e440a1256" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021846Z:41b64f2f-7b51-468e-9834-e1fb98946930" + "NORTHEUROPE:20200808T075333Z:34f3bcaa-ab92-4d43-9a49-132e440a1256" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:18:46 GMT" + "Sat, 08 Aug 2020 07:53:33 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"8D21367EB543610F9F39E2FB443178FE\",\r\n \"secondaryKey\": \"B0FCCB970CAB972D033D4882927E145E\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"53226B0F40AB607B227B57790C816DD7\",\r\n \"secondaryKey\": \"A35D0A4170DDA5C7C4C4DECA543EFF64\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5977/providers/Microsoft.Search/searchServices/azs-6186/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTc3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTg2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3349/providers/Microsoft.Search/searchServices/azs-2520/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTIwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d26970c2-8fd4-464e-9410-69f3ebcf96e7" + "adea40a7-2ce7-4711-8e91-4d670584a015" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d26970c2-8fd4-464e-9410-69f3ebcf96e7" + "adea40a7-2ce7-4711-8e91-4d670584a015" ], "request-id": [ - "d26970c2-8fd4-464e-9410-69f3ebcf96e7" + "adea40a7-2ce7-4711-8e91-4d670584a015" ], "elapsed-time": [ - "266" + "376" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1188" ], "x-ms-correlation-request-id": [ - "916518dc-2e77-4ce7-b056-acd0a668f0e2" + "590631f5-0a76-4fde-970c-942b6e4939fa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021847Z:916518dc-2e77-4ce7-b056-acd0a668f0e2" + "NORTHEUROPE:20200808T075334Z:590631f5-0a76-4fde-970c-942b6e4939fa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:18:46 GMT" + "Sat, 08 Aug 2020 07:53:34 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D13FFBA99A3F0ED03724B6FFF12BDBDC\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"2A7D0E2FE4A5BA7CF3D7B98BF4929CF3\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3508\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6434\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "e546f523-fe5b-408f-839b-230b88a3565f" + "ce4c9f59-b391-4258-80d1-5cdac2d984ab" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8D21367EB543610F9F39E2FB443178FE" + "53226B0F40AB607B227B57790C816DD7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80376A04DBFC0\"" + "W/\"0x8D83B70283C5449\"" ], "Location": [ - "https://azs-6186.search-dogfood.windows-int.net/indexes('azsmnet3508')?api-version=2019-05-06" + "https://azs-2520.search-dogfood.windows-int.net/indexes('azsmnet6434')?api-version=2019-05-06" ], "request-id": [ - "e546f523-fe5b-408f-839b-230b88a3565f" + "ce4c9f59-b391-4258-80d1-5cdac2d984ab" ], "elapsed-time": [ - "1157" + "773" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:18:50 GMT" + "Sat, 08 Aug 2020 07:53:36 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6186.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80376A04DBFC0\\\"\",\r\n \"name\": \"azsmnet3508\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2520.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B70283C5449\\\"\",\r\n \"name\": \"azsmnet6434\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet3508')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNTA4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6434')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NDM0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8050f979-cf21-490a-8b3b-ecd771f87ff3" + "a7ee7a75-0602-4450-9b30-e2c35a7be39f" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "8D21367EB543610F9F39E2FB443178FE" + "53226B0F40AB607B227B57790C816DD7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "8050f979-cf21-490a-8b3b-ecd771f87ff3" + "a7ee7a75-0602-4450-9b30-e2c35a7be39f" ], "elapsed-time": [ - "167" + "182" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:19:12 GMT" + "Sat, 08 Aug 2020 07:53:59 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3508')/docs/search.suggest?search=hotel&suggesterName=sg&api-version=2019-05-06&$filter=category%20eq%20%27Luxury%27&fuzzy=false&highlightPostTag=%3C%2Fb%3E&highlightPreTag=%3Cb%3E&$select=%2A&$top=1", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNTA4JykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9aG90ZWwmc3VnZ2VzdGVyTmFtZT1zZyZhcGktdmVyc2lvbj0yMDE5LTA1LTA2JiRmaWx0ZXI9Y2F0ZWdvcnklMjBlcSUyMCUyN0x1eHVyeSUyNyZmdXp6eT1mYWxzZSZoaWdobGlnaHRQb3N0VGFnPSUzQyUyRmIlM0UmaGlnaGxpZ2h0UHJlVGFnPSUzQ2IlM0UmJHNlbGVjdD0lMkEmJHRvcD0x", + "RequestUri": "/indexes('azsmnet6434')/docs/search.suggest?search=hotel&suggesterName=sg&api-version=2019-05-06&$filter=category%20eq%20%27Luxury%27&fuzzy=false&highlightPostTag=%3C%2Fb%3E&highlightPreTag=%3Cb%3E&$select=%2A&$top=1", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NDM0JykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9aG90ZWwmc3VnZ2VzdGVyTmFtZT1zZyZhcGktdmVyc2lvbj0yMDE5LTA1LTA2JiRmaWx0ZXI9Y2F0ZWdvcnklMjBlcSUyMCUyN0x1eHVyeSUyNyZmdXp6eT1mYWxzZSZoaWdobGlnaHRQb3N0VGFnPSUzQyUyRmIlM0UmaGlnaGxpZ2h0UHJlVGFnPSUzQ2IlM0UmJHNlbGVjdD0lMkEmJHRvcD0x", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "05738232-f8a8-45c3-956e-61b4dd54c81e" + "855a9dba-744d-4acc-bd87-24fcc39b79e1" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "D13FFBA99A3F0ED03724B6FFF12BDBDC" + "2A7D0E2FE4A5BA7CF3D7B98BF4929CF3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "05738232-f8a8-45c3-956e-61b4dd54c81e" + "855a9dba-744d-4acc-bd87-24fcc39b79e1" ], "elapsed-time": [ - "145" + "197" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:19:15 GMT" + "Sat, 08 Aug 2020 07:54:03 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5977/providers/Microsoft.Search/searchServices/azs-6186?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTc3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTg2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3349/providers/Microsoft.Search/searchServices/azs-2520?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTIwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fd2592b8-7991-4f37-a373-f9dcb977c445" + "0275a451-369a-4815-8059-422dfe2697ab" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14994" + ], "x-ms-request-id": [ - "fd2592b8-7991-4f37-a373-f9dcb977c445" + "adbe343a-e111-4d8b-b7a0-bf73fd1193af" ], - "request-id": [ - "fd2592b8-7991-4f37-a373-f9dcb977c445" + "x-ms-correlation-request-id": [ + "adbe343a-e111-4d8b-b7a0-bf73fd1193af" ], - "elapsed-time": [ - "1074" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T075412Z:adbe343a-e111-4d8b-b7a0-bf73fd1193af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14987" - ], - "x-ms-correlation-request-id": [ - "263920f6-e621-42d1-a756-32f9706915f7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021920Z:263920f6-e621-42d1-a756-32f9706915f7" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:19:19 GMT" + "Sat, 08 Aug 2020 07:54:11 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5977", - "azsmnet3508" + "azsmnet3349", + "azsmnet6434" ], "GenerateServiceName": [ - "azs-6186" + "azs-2520" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/FuzzyIsOffByDefault.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/FuzzyIsOffByDefault.json index be498f15fbf6..35a7588c6c5d 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/FuzzyIsOffByDefault.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/FuzzyIsOffByDefault.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eccec03c-01d9-45f5-9b48-74f0c12e1f85" + "9f78ec7b-19f1-4d70-914a-aeff58a5ae77" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1190" ], "x-ms-request-id": [ - "2d636f94-45c1-44ff-a245-ba6797b35ba6" + "b3d80904-8d17-4184-b283-e44df1507a3d" ], "x-ms-correlation-request-id": [ - "2d636f94-45c1-44ff-a245-ba6797b35ba6" + "b3d80904-8d17-4184-b283-e44df1507a3d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022015Z:2d636f94-45c1-44ff-a245-ba6797b35ba6" + "NORTHEUROPE:20200808T075554Z:b3d80904-8d17-4184-b283-e44df1507a3d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:20:15 GMT" + "Sat, 08 Aug 2020 07:55:53 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9039?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MDM5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2625?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNjI1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e7173e11-480f-461d-bace-ae589f423baa" + "116aef44-c031-439a-9ad9-c2ab072a7ba0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1193" ], "x-ms-request-id": [ - "4157d87d-85d0-412f-b961-5f8410d49b81" + "224765b5-6e7c-4a27-90ab-c98b74648453" ], "x-ms-correlation-request-id": [ - "4157d87d-85d0-412f-b961-5f8410d49b81" + "224765b5-6e7c-4a27-90ab-c98b74648453" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022016Z:4157d87d-85d0-412f-b961-5f8410d49b81" + "NORTHEUROPE:20200808T075555Z:224765b5-6e7c-4a27-90ab-c98b74648453" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:20:16 GMT" + "Sat, 08 Aug 2020 07:55:55 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9039\",\r\n \"name\": \"azsmnet9039\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2625\",\r\n \"name\": \"azsmnet2625\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9039/providers/Microsoft.Search/searchServices/azs-4957?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTU3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2625/providers/Microsoft.Search/searchServices/azs-2561?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTYxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "64562042-45f6-4ced-9cee-cbc321da131a" + "6c949d2e-72c0-4ead-aef6-fb14a126c503" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A20%3A20.5581441Z'\"" + "W/\"datetime'2020-08-08T07%3A56%3A02.5922487Z'\"" ], "x-ms-request-id": [ - "64562042-45f6-4ced-9cee-cbc321da131a" + "6c949d2e-72c0-4ead-aef6-fb14a126c503" ], "request-id": [ - "64562042-45f6-4ced-9cee-cbc321da131a" + "6c949d2e-72c0-4ead-aef6-fb14a126c503" ], "elapsed-time": [ - "1250" + "1718" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1195" ], "x-ms-correlation-request-id": [ - "9672d8c5-7e48-4cfd-ab62-8486cc2b7c00" + "ab97e618-f27c-4c0d-8a30-723919986c1e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022021Z:9672d8c5-7e48-4cfd-ab62-8486cc2b7c00" + "NORTHEUROPE:20200808T075603Z:ab97e618-f27c-4c0d-8a30-723919986c1e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:20:20 GMT" + "Sat, 08 Aug 2020 07:56:02 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9039/providers/Microsoft.Search/searchServices/azs-4957\",\r\n \"name\": \"azs-4957\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2625/providers/Microsoft.Search/searchServices/azs-2561\",\r\n \"name\": \"azs-2561\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9039/providers/Microsoft.Search/searchServices/azs-4957/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTU3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2625/providers/Microsoft.Search/searchServices/azs-2561/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTYxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "317ecb21-2acc-47ef-9c2d-a14c4ab37842" + "43eab608-16d2-4eac-b36c-fc3d245c9f31" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "317ecb21-2acc-47ef-9c2d-a14c4ab37842" + "43eab608-16d2-4eac-b36c-fc3d245c9f31" ], "request-id": [ - "317ecb21-2acc-47ef-9c2d-a14c4ab37842" + "43eab608-16d2-4eac-b36c-fc3d245c9f31" ], "elapsed-time": [ - "752" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1194" ], "x-ms-correlation-request-id": [ - "a577aa94-d0e6-4806-82b5-63ced868b1b2" + "e402b2a1-0aad-4f72-a18f-defbd6d12cbb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022024Z:a577aa94-d0e6-4806-82b5-63ced868b1b2" + "NORTHEUROPE:20200808T075606Z:e402b2a1-0aad-4f72-a18f-defbd6d12cbb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:20:24 GMT" + "Sat, 08 Aug 2020 07:56:05 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"C4D00E253EA1D8E63CC0B23855A0F462\",\r\n \"secondaryKey\": \"D50801031AFFB827FEC57FFBA8F689C5\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"AB8F446A86BE885DCD5D10F6FE7E23D5\",\r\n \"secondaryKey\": \"1AFD4CA1630B01756E2617DD3E9B5590\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9039/providers/Microsoft.Search/searchServices/azs-4957/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTU3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2625/providers/Microsoft.Search/searchServices/azs-2561/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTYxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "12c660fd-e678-4175-9ad7-4fb2328c8150" + "a456e06a-9571-4bad-8b6b-0cc3892187d4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "12c660fd-e678-4175-9ad7-4fb2328c8150" + "a456e06a-9571-4bad-8b6b-0cc3892187d4" ], "request-id": [ - "12c660fd-e678-4175-9ad7-4fb2328c8150" + "a456e06a-9571-4bad-8b6b-0cc3892187d4" ], "elapsed-time": [ - "93" + "102" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1193" ], "x-ms-correlation-request-id": [ - "410e6de8-1be5-4d1e-8c3d-ca64cdc9ade0" + "e9f386d2-5f32-4cc4-9d5b-af6d60ed5de3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022024Z:410e6de8-1be5-4d1e-8c3d-ca64cdc9ade0" + "NORTHEUROPE:20200808T075606Z:e9f386d2-5f32-4cc4-9d5b-af6d60ed5de3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:20:24 GMT" + "Sat, 08 Aug 2020 07:56:06 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F5262337E3F2472D7BB89B91C3EB88B8\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"E218F4DF7F6FF9FBF48184399DAED6A1\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9781\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4722\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "ad402af0-0b28-4cb0-ba2b-f98a5dbfd35c" + "9e5f5ded-0d2a-469b-a248-974f412da8ed" ], "Accept-Language": [ "en-US" ], "api-key": [ - "C4D00E253EA1D8E63CC0B23855A0F462" + "AB8F446A86BE885DCD5D10F6FE7E23D5" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80376DA26B977\"" + "W/\"0x8D83B70835DBE40\"" ], "Location": [ - "https://azs-4957.search-dogfood.windows-int.net/indexes('azsmnet9781')?api-version=2019-05-06" + "https://azs-2561.search-dogfood.windows-int.net/indexes('azsmnet4722')?api-version=2019-05-06" ], "request-id": [ - "ad402af0-0b28-4cb0-ba2b-f98a5dbfd35c" + "9e5f5ded-0d2a-469b-a248-974f412da8ed" ], "elapsed-time": [ - "1224" + "1494" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:20:27 GMT" + "Sat, 08 Aug 2020 07:56:10 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4957.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80376DA26B977\\\"\",\r\n \"name\": \"azsmnet9781\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2561.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B70835DBE40\\\"\",\r\n \"name\": \"azsmnet4722\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet9781')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5NzgxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4722')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NzIyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "6a2ce527-844c-44d1-8951-dd8d74004500" + "7d4df122-8209-4061-8454-00567d9f153e" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "C4D00E253EA1D8E63CC0B23855A0F462" + "AB8F446A86BE885DCD5D10F6FE7E23D5" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "6a2ce527-844c-44d1-8951-dd8d74004500" + "7d4df122-8209-4061-8454-00567d9f153e" ], "elapsed-time": [ - "165" + "220" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:20:48 GMT" + "Sat, 08 Aug 2020 07:56:32 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9781')/docs/search.suggest?search=hitel&suggesterName=sg&api-version=2019-05-06&fuzzy=false&$select=%2A", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5NzgxJykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9aGl0ZWwmc3VnZ2VzdGVyTmFtZT1zZyZhcGktdmVyc2lvbj0yMDE5LTA1LTA2JmZ1enp5PWZhbHNlJiRzZWxlY3Q9JTJB", + "RequestUri": "/indexes('azsmnet4722')/docs/search.suggest?search=hitel&suggesterName=sg&api-version=2019-05-06&fuzzy=false&$select=%2A", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NzIyJykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9aGl0ZWwmc3VnZ2VzdGVyTmFtZT1zZyZhcGktdmVyc2lvbj0yMDE5LTA1LTA2JmZ1enp5PWZhbHNlJiRzZWxlY3Q9JTJB", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "664548ba-562f-4db5-a0a9-47dc4c90163d" + "b8eacb8a-c764-463e-8b86-5887eb547b30" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "F5262337E3F2472D7BB89B91C3EB88B8" + "E218F4DF7F6FF9FBF48184399DAED6A1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "664548ba-562f-4db5-a0a9-47dc4c90163d" + "b8eacb8a-c764-463e-8b86-5887eb547b30" ], "elapsed-time": [ - "26" + "18" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:20:53 GMT" + "Sat, 08 Aug 2020 07:56:35 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9039/providers/Microsoft.Search/searchServices/azs-4957?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTU3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2625/providers/Microsoft.Search/searchServices/azs-2561?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTYxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "15ac5402-eb65-4244-9edc-bc87c0092a92" + "26c0b434-be65-4e3c-a385-bc6da9765350" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "15ac5402-eb65-4244-9edc-bc87c0092a92" + "e43d6114-1699-4e57-ac50-8a0f60c6ec24" ], - "request-id": [ - "15ac5402-eb65-4244-9edc-bc87c0092a92" + "x-ms-correlation-request-id": [ + "e43d6114-1699-4e57-ac50-8a0f60c6ec24" ], - "elapsed-time": [ - "892" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T075646Z:e43d6114-1699-4e57-ac50-8a0f60c6ec24" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" - ], - "x-ms-correlation-request-id": [ - "68fd7cb6-1eb8-4315-a474-255fdcc58d9a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022057Z:68fd7cb6-1eb8-4315-a474-255fdcc58d9a" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:20:57 GMT" + "Sat, 08 Aug 2020 07:56:46 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet9039", - "azsmnet9781" + "azsmnet2625", + "azsmnet4722" ], "GenerateServiceName": [ - "azs-4957" + "azs-2561" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/OrderByProgressivelyBreaksTies.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/OrderByProgressivelyBreaksTies.json index 8f28f1e666f1..cd8f80bafa87 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/OrderByProgressivelyBreaksTies.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/OrderByProgressivelyBreaksTies.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a61af35-63f5-4a1c-bfa8-eb04656f4a0b" + "6de68847-3b05-4025-9566-629356b1c4a6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1192" ], "x-ms-request-id": [ - "78c14252-f959-4f59-9ed2-4eb74c12494a" + "08bab3f7-fad7-4a71-adf3-a0af7ca62443" ], "x-ms-correlation-request-id": [ - "78c14252-f959-4f59-9ed2-4eb74c12494a" + "08bab3f7-fad7-4a71-adf3-a0af7ca62443" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021751Z:78c14252-f959-4f59-9ed2-4eb74c12494a" + "NORTHEUROPE:20200808T075222Z:08bab3f7-fad7-4a71-adf3-a0af7ca62443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:17:51 GMT" + "Sat, 08 Aug 2020 07:52:22 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5423?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NDIzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6237?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MjM3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e17a9e48-df56-458a-aeae-f86b1d90d6ed" + "cac44d33-9e4d-43e4-b001-188bf6d3d166" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1194" ], "x-ms-request-id": [ - "ba54aea6-5ac0-48b9-a41d-86ae93c08c9d" + "544315a9-f1bb-4334-9d82-c3a538faaba1" ], "x-ms-correlation-request-id": [ - "ba54aea6-5ac0-48b9-a41d-86ae93c08c9d" + "544315a9-f1bb-4334-9d82-c3a538faaba1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021752Z:ba54aea6-5ac0-48b9-a41d-86ae93c08c9d" + "NORTHEUROPE:20200808T075224Z:544315a9-f1bb-4334-9d82-c3a538faaba1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:17:51 GMT" + "Sat, 08 Aug 2020 07:52:24 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5423\",\r\n \"name\": \"azsmnet5423\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6237\",\r\n \"name\": \"azsmnet6237\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5423/providers/Microsoft.Search/searchServices/azs-9425?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDI1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6237/providers/Microsoft.Search/searchServices/azs-5147?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MTQ3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2ce9dbd6-4a9e-4729-a79e-f25ced93e99d" + "363ead2c-dccb-4bc3-a91e-dbb6e52a4769" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A17%3A56.4129255Z'\"" + "W/\"datetime'2020-08-08T07%3A52%3A31.2932955Z'\"" ], "x-ms-request-id": [ - "2ce9dbd6-4a9e-4729-a79e-f25ced93e99d" + "363ead2c-dccb-4bc3-a91e-dbb6e52a4769" ], "request-id": [ - "2ce9dbd6-4a9e-4729-a79e-f25ced93e99d" + "363ead2c-dccb-4bc3-a91e-dbb6e52a4769" ], "elapsed-time": [ - "1333" + "3502" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1195" ], "x-ms-correlation-request-id": [ - "bd8303fc-476f-41ac-b731-bb3ffa13f6ab" + "f6b4fbbd-2810-483a-980e-8460ed9abc0a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021757Z:bd8303fc-476f-41ac-b731-bb3ffa13f6ab" + "NORTHEUROPE:20200808T075233Z:f6b4fbbd-2810-483a-980e-8460ed9abc0a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:17:56 GMT" + "Sat, 08 Aug 2020 07:52:32 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5423/providers/Microsoft.Search/searchServices/azs-9425\",\r\n \"name\": \"azs-9425\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6237/providers/Microsoft.Search/searchServices/azs-5147\",\r\n \"name\": \"azs-5147\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5423/providers/Microsoft.Search/searchServices/azs-9425/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDI1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6237/providers/Microsoft.Search/searchServices/azs-5147/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MTQ3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a13d3d5f-7903-41ff-a946-4815427adb73" + "8a15bc0b-002c-4036-a1fa-aed557b513d8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a13d3d5f-7903-41ff-a946-4815427adb73" + "8a15bc0b-002c-4036-a1fa-aed557b513d8" ], "request-id": [ - "a13d3d5f-7903-41ff-a946-4815427adb73" + "8a15bc0b-002c-4036-a1fa-aed557b513d8" ], "elapsed-time": [ - "498" + "533" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1176" + "1192" ], "x-ms-correlation-request-id": [ - "a22b6168-0e8a-4e43-86d9-fb6d580adce3" + "642a1aa8-5b9f-44cf-867c-cb758338bef6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021800Z:a22b6168-0e8a-4e43-86d9-fb6d580adce3" + "NORTHEUROPE:20200808T075236Z:642a1aa8-5b9f-44cf-867c-cb758338bef6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:18:00 GMT" + "Sat, 08 Aug 2020 07:52:36 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"8F80780BA83468FA88B95365C2DD038B\",\r\n \"secondaryKey\": \"9AEB30BAD36133845A77E9F3E4F610E1\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"2F68DA88FA9E87C4330D6C5DE1D6B8EF\",\r\n \"secondaryKey\": \"C9D14092349361F65031E4AFEC1AA998\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5423/providers/Microsoft.Search/searchServices/azs-9425/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDI1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6237/providers/Microsoft.Search/searchServices/azs-5147/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MTQ3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e2bf6dd-a272-4b43-a459-2b24afa08425" + "63159545-1f56-48c2-9141-fa61b2f4fea8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6e2bf6dd-a272-4b43-a459-2b24afa08425" + "63159545-1f56-48c2-9141-fa61b2f4fea8" ], "request-id": [ - "6e2bf6dd-a272-4b43-a459-2b24afa08425" + "63159545-1f56-48c2-9141-fa61b2f4fea8" ], "elapsed-time": [ - "397" + "315" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1175" + "1191" ], "x-ms-correlation-request-id": [ - "017153a1-e038-4b57-ad76-1eac862690ea" + "00963a75-a088-41c6-8506-43c0198c4383" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021801Z:017153a1-e038-4b57-ad76-1eac862690ea" + "NORTHEUROPE:20200808T075237Z:00963a75-a088-41c6-8506-43c0198c4383" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:18:01 GMT" + "Sat, 08 Aug 2020 07:52:36 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"1A1F146469FEC40747EE47F6CD90E5FD\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"6854436EBA4B00C3DD5CFCEEF40B6A0C\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5415\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8323\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "4f06005a-357b-4717-9c99-535a545f5a68" + "6338b2f3-8e9d-451a-ac0e-109d974e9688" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8F80780BA83468FA88B95365C2DD038B" + "2F68DA88FA9E87C4330D6C5DE1D6B8EF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037684B78761\"" + "W/\"0x8D83B70072CD123\"" ], "Location": [ - "https://azs-9425.search-dogfood.windows-int.net/indexes('azsmnet5415')?api-version=2019-05-06" + "https://azs-5147.search-dogfood.windows-int.net/indexes('azsmnet8323')?api-version=2019-05-06" ], "request-id": [ - "4f06005a-357b-4717-9c99-535a545f5a68" + "6338b2f3-8e9d-451a-ac0e-109d974e9688" ], "elapsed-time": [ - "1218" + "2378" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:18:03 GMT" + "Sat, 08 Aug 2020 07:52:41 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9425.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037684B78761\\\"\",\r\n \"name\": \"azsmnet5415\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5147.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B70072CD123\\\"\",\r\n \"name\": \"azsmnet8323\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet5415')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NDE1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8323')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MzIzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "d6c751e3-423d-4b46-b5bd-f4396f35edf1" + "1cd520a7-5bd4-467f-9044-0d2d8aa621e6" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "8F80780BA83468FA88B95365C2DD038B" + "2F68DA88FA9E87C4330D6C5DE1D6B8EF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "d6c751e3-423d-4b46-b5bd-f4396f35edf1" + "1cd520a7-5bd4-467f-9044-0d2d8aa621e6" ], "elapsed-time": [ - "146" + "171" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:18:25 GMT" + "Sat, 08 Aug 2020 07:53:03 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet5415')/docs/search.suggest?search=hotel&suggesterName=sg&api-version=2019-05-06&fuzzy=false&$orderby=rating%20desc%2ClastRenovationDate%20asc%2Cgeo.distance%28location%2C%20geography%27POINT%28-122.0%2049.0%29%27%29&$select=%2A", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NDE1JykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9aG90ZWwmc3VnZ2VzdGVyTmFtZT1zZyZhcGktdmVyc2lvbj0yMDE5LTA1LTA2JmZ1enp5PWZhbHNlJiRvcmRlcmJ5PXJhdGluZyUyMGRlc2MlMkNsYXN0UmVub3ZhdGlvbkRhdGUlMjBhc2MlMkNnZW8uZGlzdGFuY2UlMjhsb2NhdGlvbiUyQyUyMGdlb2dyYXBoeSUyN1BPSU5UJTI4LTEyMi4wJTIwNDkuMCUyOSUyNyUyOSYkc2VsZWN0PSUyQQ==", + "RequestUri": "/indexes('azsmnet8323')/docs/search.suggest?search=hotel&suggesterName=sg&api-version=2019-05-06&fuzzy=false&$orderby=rating%20desc%2ClastRenovationDate%20asc%2Cgeo.distance%28location%2C%20geography%27POINT%28-122.0%2049.0%29%27%29&$select=%2A", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MzIzJykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9aG90ZWwmc3VnZ2VzdGVyTmFtZT1zZyZhcGktdmVyc2lvbj0yMDE5LTA1LTA2JmZ1enp5PWZhbHNlJiRvcmRlcmJ5PXJhdGluZyUyMGRlc2MlMkNsYXN0UmVub3ZhdGlvbkRhdGUlMjBhc2MlMkNnZW8uZGlzdGFuY2UlMjhsb2NhdGlvbiUyQyUyMGdlb2dyYXBoeSUyN1BPSU5UJTI4LTEyMi4wJTIwNDkuMCUyOSUyNyUyOSYkc2VsZWN0PSUyQQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "52a5465d-7489-4e3f-af75-82da533f2618" + "c89326ca-a446-44d0-a656-7a65d8facb00" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "1A1F146469FEC40747EE47F6CD90E5FD" + "6854436EBA4B00C3DD5CFCEEF40B6A0C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "52a5465d-7489-4e3f-af75-82da533f2618" + "c89326ca-a446-44d0-a656-7a65d8facb00" ], "elapsed-time": [ - "215" + "485" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:18:29 GMT" + "Sat, 08 Aug 2020 07:53:07 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5423/providers/Microsoft.Search/searchServices/azs-9425?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDI1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6237/providers/Microsoft.Search/searchServices/azs-5147?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MTQ3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bdbb9ea4-83cf-46bf-894d-8263dab71d17" + "030db65e-2622-4489-910b-983a07d65181" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14989" + ], "x-ms-request-id": [ - "bdbb9ea4-83cf-46bf-894d-8263dab71d17" + "57a31c23-5f6e-452f-a5f1-8e16d532bd1e" ], - "request-id": [ - "bdbb9ea4-83cf-46bf-894d-8263dab71d17" + "x-ms-correlation-request-id": [ + "57a31c23-5f6e-452f-a5f1-8e16d532bd1e" ], - "elapsed-time": [ - "981" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T075316Z:57a31c23-5f6e-452f-a5f1-8e16d532bd1e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14985" - ], - "x-ms-correlation-request-id": [ - "27e280c0-325f-472b-ae4d-9012ab246df4" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021833Z:27e280c0-325f-472b-ae4d-9012ab246df4" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:18:33 GMT" + "Sat, 08 Aug 2020 07:53:15 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5423", - "azsmnet5415" + "azsmnet6237", + "azsmnet8323" ], "GenerateServiceName": [ - "azs-9425" + "azs-5147" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/SearchFieldsExcludesFieldsFromSuggest.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/SearchFieldsExcludesFieldsFromSuggest.json index 040ead30de6b..aa42e34599ae 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/SearchFieldsExcludesFieldsFromSuggest.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/SearchFieldsExcludesFieldsFromSuggest.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "73e7d607-d83f-4753-ae28-623abdfd2cc2" + "f02c402f-1626-4b46-8f34-eb56aada7475" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1192" ], "x-ms-request-id": [ - "142d8804-82d7-4c62-b1c8-3994f5693a69" + "04a85fa7-9cc4-4e20-918b-4ec9f7364184" ], "x-ms-correlation-request-id": [ - "142d8804-82d7-4c62-b1c8-3994f5693a69" + "04a85fa7-9cc4-4e20-918b-4ec9f7364184" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022149Z:142d8804-82d7-4c62-b1c8-3994f5693a69" + "NORTHEUROPE:20200808T075749Z:04a85fa7-9cc4-4e20-918b-4ec9f7364184" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:21:48 GMT" + "Sat, 08 Aug 2020 07:57:48 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6875?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2ODc1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1261?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMjYxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "97ff937f-7f6a-42fc-a452-8e64407fb46e" + "17808681-df87-4ac3-9000-e38350a80782" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1193" ], "x-ms-request-id": [ - "22a56e04-eb10-476b-991e-6dd7c96a59e5" + "824a7a6d-c622-47cd-9a4c-669538c6a1d8" ], "x-ms-correlation-request-id": [ - "22a56e04-eb10-476b-991e-6dd7c96a59e5" + "824a7a6d-c622-47cd-9a4c-669538c6a1d8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022150Z:22a56e04-eb10-476b-991e-6dd7c96a59e5" + "NORTHEUROPE:20200808T075751Z:824a7a6d-c622-47cd-9a4c-669538c6a1d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:21:50 GMT" + "Sat, 08 Aug 2020 07:57:51 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6875\",\r\n \"name\": \"azsmnet6875\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1261\",\r\n \"name\": \"azsmnet1261\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6875/providers/Microsoft.Search/searchServices/azs-5995?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTk1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1261/providers/Microsoft.Search/searchServices/azs-3534?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTM0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2c63342a-217e-4f15-a4c1-1c92f824f85e" + "2d940b93-0c9e-4829-a2de-acd564546e32" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A21%3A53.5457313Z'\"" + "W/\"datetime'2020-08-08T07%3A57%3A56.7362106Z'\"" ], "x-ms-request-id": [ - "2c63342a-217e-4f15-a4c1-1c92f824f85e" + "2d940b93-0c9e-4829-a2de-acd564546e32" ], "request-id": [ - "2c63342a-217e-4f15-a4c1-1c92f824f85e" + "2d940b93-0c9e-4829-a2de-acd564546e32" ], "elapsed-time": [ - "1128" + "1879" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1196" ], "x-ms-correlation-request-id": [ - "8cf3e9b4-8677-43b7-8180-d3629a8f16a2" + "556825f4-57d2-47f6-93c7-d975718d4f3e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022154Z:8cf3e9b4-8677-43b7-8180-d3629a8f16a2" + "NORTHEUROPE:20200808T075757Z:556825f4-57d2-47f6-93c7-d975718d4f3e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:21:54 GMT" + "Sat, 08 Aug 2020 07:57:57 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6875/providers/Microsoft.Search/searchServices/azs-5995\",\r\n \"name\": \"azs-5995\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1261/providers/Microsoft.Search/searchServices/azs-3534\",\r\n \"name\": \"azs-3534\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6875/providers/Microsoft.Search/searchServices/azs-5995/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTk1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1261/providers/Microsoft.Search/searchServices/azs-3534/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTM0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "826f322a-09f6-4b7c-aa22-986360cd5277" + "f895ffcc-c6a2-40e5-9e7a-c7edac031f20" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "826f322a-09f6-4b7c-aa22-986360cd5277" + "f895ffcc-c6a2-40e5-9e7a-c7edac031f20" ], "request-id": [ - "826f322a-09f6-4b7c-aa22-986360cd5277" + "f895ffcc-c6a2-40e5-9e7a-c7edac031f20" ], "elapsed-time": [ - "98" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1196" ], "x-ms-correlation-request-id": [ - "263c5f5d-7a15-412e-85a1-d772703638f9" + "ff104f74-7044-40e7-9dec-e2fd77412204" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022156Z:263c5f5d-7a15-412e-85a1-d772703638f9" + "NORTHEUROPE:20200808T075800Z:ff104f74-7044-40e7-9dec-e2fd77412204" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:21:56 GMT" + "Sat, 08 Aug 2020 07:57:59 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"B2278AF0AA5007953F550C7EA69A7CE3\",\r\n \"secondaryKey\": \"DD4BB909B9DB196BB8A61ED89EC8F626\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"9DD9A5BF53C212384CD725C61940FB13\",\r\n \"secondaryKey\": \"9001B8C517D6806FC299D0FF7D80DED5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6875/providers/Microsoft.Search/searchServices/azs-5995/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTk1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1261/providers/Microsoft.Search/searchServices/azs-3534/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTM0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c832c2fe-6d1c-4c3e-8809-00ba41edb81d" + "39f92d67-0d8d-4a3e-8dc8-7f05ddbb56a2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c832c2fe-6d1c-4c3e-8809-00ba41edb81d" + "39f92d67-0d8d-4a3e-8dc8-7f05ddbb56a2" ], "request-id": [ - "c832c2fe-6d1c-4c3e-8809-00ba41edb81d" + "39f92d67-0d8d-4a3e-8dc8-7f05ddbb56a2" ], "elapsed-time": [ - "95" + "102" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1195" ], "x-ms-correlation-request-id": [ - "ac6c76b1-25c6-4abc-828a-a25e7b941310" + "8b8df976-887c-4a9c-905a-88642f45ecd0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022157Z:ac6c76b1-25c6-4abc-828a-a25e7b941310" + "NORTHEUROPE:20200808T075800Z:8b8df976-887c-4a9c-905a-88642f45ecd0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:21:56 GMT" + "Sat, 08 Aug 2020 07:58:00 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D61CAE7ED442B96826066B635607BA26\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"9F40479C643C92382BA42C44239EFCDD\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1804\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4391\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "71fcd1ae-64da-4372-8405-e6034cabeeb6" + "77a3e9dc-bdee-4959-a1d7-8efe57bcbf07" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B2278AF0AA5007953F550C7EA69A7CE3" + "9DD9A5BF53C212384CD725C61940FB13" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80377112E0472\"" + "W/\"0x8D83B70C6F1F252\"" ], "Location": [ - "https://azs-5995.search-dogfood.windows-int.net/indexes('azsmnet1804')?api-version=2019-05-06" + "https://azs-3534.search-dogfood.windows-int.net/indexes('azsmnet4391')?api-version=2019-05-06" ], "request-id": [ - "71fcd1ae-64da-4372-8405-e6034cabeeb6" + "77a3e9dc-bdee-4959-a1d7-8efe57bcbf07" ], "elapsed-time": [ - "1235" + "757" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:21:59 GMT" + "Sat, 08 Aug 2020 07:58:03 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5995.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80377112E0472\\\"\",\r\n \"name\": \"azsmnet1804\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3534.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B70C6F1F252\\\"\",\r\n \"name\": \"azsmnet4391\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet1804')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxODA0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4391')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MzkxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "ff1d8a30-19ff-4976-acbc-e03b8e14844a" + "1a59eee5-aa4e-4fff-8ac8-fb5488535371" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "B2278AF0AA5007953F550C7EA69A7CE3" + "9DD9A5BF53C212384CD725C61940FB13" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "ff1d8a30-19ff-4976-acbc-e03b8e14844a" + "1a59eee5-aa4e-4fff-8ac8-fb5488535371" ], "elapsed-time": [ - "171" + "189" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:22:21 GMT" + "Sat, 08 Aug 2020 07:58:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet1804')/docs/search.suggest?search=luxury&suggesterName=sg&api-version=2019-05-06&fuzzy=false&searchFields=hotelName&$select=%2A", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxODA0JykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9bHV4dXJ5JnN1Z2dlc3Rlck5hbWU9c2cmYXBpLXZlcnNpb249MjAxOS0wNS0wNiZmdXp6eT1mYWxzZSZzZWFyY2hGaWVsZHM9aG90ZWxOYW1lJiRzZWxlY3Q9JTJB", + "RequestUri": "/indexes('azsmnet4391')/docs/search.suggest?search=luxury&suggesterName=sg&api-version=2019-05-06&fuzzy=false&searchFields=hotelName&$select=%2A", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MzkxJykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9bHV4dXJ5JnN1Z2dlc3Rlck5hbWU9c2cmYXBpLXZlcnNpb249MjAxOS0wNS0wNiZmdXp6eT1mYWxzZSZzZWFyY2hGaWVsZHM9aG90ZWxOYW1lJiRzZWxlY3Q9JTJB", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "5d20e1d6-eed8-4565-bfd7-681daeef27dd" + "0bf2ad33-4bfd-4e40-94b4-3b5fa5320b24" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "D61CAE7ED442B96826066B635607BA26" + "9F40479C643C92382BA42C44239EFCDD" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "5d20e1d6-eed8-4565-bfd7-681daeef27dd" + "0bf2ad33-4bfd-4e40-94b4-3b5fa5320b24" ], "elapsed-time": [ - "140" + "23" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:22:24 GMT" + "Sat, 08 Aug 2020 07:58:28 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6875/providers/Microsoft.Search/searchServices/azs-5995?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTk1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1261/providers/Microsoft.Search/searchServices/azs-3534?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTM0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cac857b8-f410-4e77-b7d7-0079b3cd5fde" + "9e2f23ea-c1e9-4b3b-9ded-255482fa3728" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14982" + ], "x-ms-request-id": [ - "cac857b8-f410-4e77-b7d7-0079b3cd5fde" + "7fd02988-53c4-494a-9116-99724118fe2f" ], - "request-id": [ - "cac857b8-f410-4e77-b7d7-0079b3cd5fde" + "x-ms-correlation-request-id": [ + "7fd02988-53c4-494a-9116-99724118fe2f" ], - "elapsed-time": [ - "1057" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T075858Z:7fd02988-53c4-494a-9116-99724118fe2f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" - ], - "x-ms-correlation-request-id": [ - "a9faea90-cda7-4ff2-af48-fac2eac834cc" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022229Z:a9faea90-cda7-4ff2-af48-fac2eac834cc" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:22:29 GMT" + "Sat, 08 Aug 2020 07:58:58 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6875", - "azsmnet1804" + "azsmnet1261", + "azsmnet4391" ], "GenerateServiceName": [ - "azs-5995" + "azs-3534" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/SuggestThrowsWhenGivenBadSuggesterName.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/SuggestThrowsWhenGivenBadSuggesterName.json index cd67e223c12e..0ae9e60dd06e 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/SuggestThrowsWhenGivenBadSuggesterName.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/SuggestThrowsWhenGivenBadSuggesterName.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fed06d2a-3f54-499e-9cf9-066bf4ecc100" + "8d52a409-3797-4d1a-969d-73b231e898e4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1194" ], "x-ms-request-id": [ - "fe644151-06f8-4935-966d-041a3ef3610f" + "4941a2ca-61d5-4f87-9015-6c9f618cd6bc" ], "x-ms-correlation-request-id": [ - "fe644151-06f8-4935-966d-041a3ef3610f" + "4941a2ca-61d5-4f87-9015-6c9f618cd6bc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021529Z:fe644151-06f8-4935-966d-041a3ef3610f" + "NORTHEUROPE:20200808T074829Z:4941a2ca-61d5-4f87-9015-6c9f618cd6bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:15:28 GMT" + "Sat, 08 Aug 2020 07:48:28 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7010?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MDEwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9192?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MTkyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "564d14ad-fc3f-494c-9e3c-af188a77ea98" + "3a665167-5bb0-44bd-b5e2-f31be167deed" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1196" ], "x-ms-request-id": [ - "488d0463-5464-4092-85fa-c3e91b063fac" + "96c45f85-76a3-4242-8e18-4871cf77363b" ], "x-ms-correlation-request-id": [ - "488d0463-5464-4092-85fa-c3e91b063fac" + "96c45f85-76a3-4242-8e18-4871cf77363b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021530Z:488d0463-5464-4092-85fa-c3e91b063fac" + "NORTHEUROPE:20200808T074830Z:96c45f85-76a3-4242-8e18-4871cf77363b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:15:29 GMT" + "Sat, 08 Aug 2020 07:48:29 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7010\",\r\n \"name\": \"azsmnet7010\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9192\",\r\n \"name\": \"azsmnet9192\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7010/providers/Microsoft.Search/searchServices/azs-6289?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Mjg5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9192/providers/Microsoft.Search/searchServices/azs-9448?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTkyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "947dad9f-9082-4ba4-af5e-7a99978bc2b4" + "f119a3db-9458-4912-8a32-86d0c4640fdc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A15%3A34.2441251Z'\"" + "W/\"datetime'2020-08-08T07%3A48%3A37.5549083Z'\"" ], "x-ms-request-id": [ - "947dad9f-9082-4ba4-af5e-7a99978bc2b4" + "f119a3db-9458-4912-8a32-86d0c4640fdc" ], "request-id": [ - "947dad9f-9082-4ba4-af5e-7a99978bc2b4" + "f119a3db-9458-4912-8a32-86d0c4640fdc" ], "elapsed-time": [ - "1474" + "3662" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1196" ], "x-ms-correlation-request-id": [ - "e89c2d72-ac3a-4a3b-ab2f-0245c5a272c9" + "1e1633a2-d26c-4ba2-980f-eb44ede6c110" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021534Z:e89c2d72-ac3a-4a3b-ab2f-0245c5a272c9" + "NORTHEUROPE:20200808T074839Z:1e1633a2-d26c-4ba2-980f-eb44ede6c110" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:15:34 GMT" + "Sat, 08 Aug 2020 07:48:38 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7010/providers/Microsoft.Search/searchServices/azs-6289\",\r\n \"name\": \"azs-6289\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9192/providers/Microsoft.Search/searchServices/azs-9448\",\r\n \"name\": \"azs-9448\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7010/providers/Microsoft.Search/searchServices/azs-6289/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Mjg5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9192/providers/Microsoft.Search/searchServices/azs-9448/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTkyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDQ4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2f0471b5-9765-4268-bcd2-4708e858fee9" + "f2092aaa-4a07-4a78-9fc0-36a9a0ff191e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2f0471b5-9765-4268-bcd2-4708e858fee9" + "f2092aaa-4a07-4a78-9fc0-36a9a0ff191e" ], "request-id": [ - "2f0471b5-9765-4268-bcd2-4708e858fee9" + "f2092aaa-4a07-4a78-9fc0-36a9a0ff191e" ], "elapsed-time": [ - "101" + "469" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1194" ], "x-ms-correlation-request-id": [ - "62207227-f1ba-468f-9283-6df12f1af309" + "2103fbcb-c57a-431c-b0fb-98bd669d274a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021537Z:62207227-f1ba-468f-9283-6df12f1af309" + "NORTHEUROPE:20200808T074842Z:2103fbcb-c57a-431c-b0fb-98bd669d274a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:15:37 GMT" + "Sat, 08 Aug 2020 07:48:41 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"76D5C52A2CB97E88A236296DC90BE37F\",\r\n \"secondaryKey\": \"CDFB2B60CD788EAFF3B321461316C70E\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"7DE133E19E9785ADCDF5C16A6DE868D0\",\r\n \"secondaryKey\": \"EFFB49BC9FA810310F0BD11D7CAE2C9E\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7010/providers/Microsoft.Search/searchServices/azs-6289/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Mjg5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9192/providers/Microsoft.Search/searchServices/azs-9448/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTkyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDQ4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7527c486-c27a-4e78-a928-bb555a9e706c" + "7468e4ca-de58-4587-9ec1-7603d4cb1792" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7527c486-c27a-4e78-a928-bb555a9e706c" + "7468e4ca-de58-4587-9ec1-7603d4cb1792" ], "request-id": [ - "7527c486-c27a-4e78-a928-bb555a9e706c" + "7468e4ca-de58-4587-9ec1-7603d4cb1792" ], "elapsed-time": [ - "109" + "502" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1193" ], "x-ms-correlation-request-id": [ - "0b62074b-8705-4acb-ab1e-d2f8cbbeb96a" + "c52f2843-9b36-4095-8d99-e76f886a10f6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021537Z:0b62074b-8705-4acb-ab1e-d2f8cbbeb96a" + "NORTHEUROPE:20200808T074843Z:c52f2843-9b36-4095-8d99-e76f886a10f6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:15:37 GMT" + "Sat, 08 Aug 2020 07:48:42 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"682495886FE6F30C55EB94D4C23DBAE9\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"8321CA5D52B6BB64ACB9F19B899B754A\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7981\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8806\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "536ae38d-a97e-416a-98ba-d1249ee5f2e0" + "a5316453-04b3-4bf5-b098-685b7b0dd5d4" ], "Accept-Language": [ "en-US" ], "api-key": [ - "76D5C52A2CB97E88A236296DC90BE37F" + "7DE133E19E9785ADCDF5C16A6DE868D0" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803762F1BE3C5\"" + "W/\"0x8D83B6F7A940E26\"" ], "Location": [ - "https://azs-6289.search-dogfood.windows-int.net/indexes('azsmnet7981')?api-version=2019-05-06" + "https://azs-9448.search-dogfood.windows-int.net/indexes('azsmnet8806')?api-version=2019-05-06" ], "request-id": [ - "536ae38d-a97e-416a-98ba-d1249ee5f2e0" + "a5316453-04b3-4bf5-b098-685b7b0dd5d4" ], "elapsed-time": [ - "1160" + "1364" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:15:40 GMT" + "Sat, 08 Aug 2020 07:48:44 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6289.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803762F1BE3C5\\\"\",\r\n \"name\": \"azsmnet7981\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9448.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6F7A940E26\\\"\",\r\n \"name\": \"azsmnet8806\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet7981')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3OTgxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8806')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4ODA2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "fe858099-de58-4755-b778-ca0ac6ab41a6" + "44f58fa1-ec14-4152-8963-f69e5ef36195" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "76D5C52A2CB97E88A236296DC90BE37F" + "7DE133E19E9785ADCDF5C16A6DE868D0" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "fe858099-de58-4755-b778-ca0ac6ab41a6" + "44f58fa1-ec14-4152-8963-f69e5ef36195" ], "elapsed-time": [ - "219" + "169" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:16:01 GMT" + "Sat, 08 Aug 2020 07:49:07 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7981')/docs/search.suggest?search=hotel&suggesterName=Suggester%20does%20not%20exist&api-version=2019-05-06&fuzzy=false&$select=%2A", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3OTgxJykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9aG90ZWwmc3VnZ2VzdGVyTmFtZT1TdWdnZXN0ZXIlMjBkb2VzJTIwbm90JTIwZXhpc3QmYXBpLXZlcnNpb249MjAxOS0wNS0wNiZmdXp6eT1mYWxzZSYkc2VsZWN0PSUyQQ==", + "RequestUri": "/indexes('azsmnet8806')/docs/search.suggest?search=hotel&suggesterName=Suggester%20does%20not%20exist&api-version=2019-05-06&fuzzy=false&$select=%2A", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4ODA2JykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9aG90ZWwmc3VnZ2VzdGVyTmFtZT1TdWdnZXN0ZXIlMjBkb2VzJTIwbm90JTIwZXhpc3QmYXBpLXZlcnNpb249MjAxOS0wNS0wNiZmdXp6eT1mYWxzZSYkc2VsZWN0PSUyQQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "ea7e749b-249c-41f1-b1d5-d975fa2292dc" + "97a3c641-4d44-459f-a4a8-187d7109767f" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "76D5C52A2CB97E88A236296DC90BE37F" + "7DE133E19E9785ADCDF5C16A6DE868D0" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "ea7e749b-249c-41f1-b1d5-d975fa2292dc" + "97a3c641-4d44-459f-a4a8-187d7109767f" ], "elapsed-time": [ - "108" + "165" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:16:05 GMT" + "Sat, 08 Aug 2020 07:49:11 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -547,21 +547,21 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7010/providers/Microsoft.Search/searchServices/azs-6289?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Mjg5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9192/providers/Microsoft.Search/searchServices/azs-9448?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTkyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d8c12a3-770f-437e-81f0-9b07f2410117" + "8f4c237b-5cf1-4758-9d83-51d175a40458" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -572,51 +572,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14995" + ], "x-ms-request-id": [ - "3d8c12a3-770f-437e-81f0-9b07f2410117" + "d4cef88b-ba52-4dcc-94ad-97bdf2fdc999" ], - "request-id": [ - "3d8c12a3-770f-437e-81f0-9b07f2410117" + "x-ms-correlation-request-id": [ + "d4cef88b-ba52-4dcc-94ad-97bdf2fdc999" ], - "elapsed-time": [ - "1517" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T074920Z:d4cef88b-ba52-4dcc-94ad-97bdf2fdc999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" - ], - "x-ms-correlation-request-id": [ - "8f16f6f8-b598-4efa-80d6-21bc76c99ee5" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021610Z:8f16f6f8-b598-4efa-80d6-21bc76c99ee5" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:16:10 GMT" + "Sat, 08 Aug 2020 07:49:20 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7010", - "azsmnet7981" + "azsmnet9192", + "azsmnet8806" ], "GenerateServiceName": [ - "azs-6289" + "azs-9448" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/SuggestThrowsWhenRequestIsMalformed.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/SuggestThrowsWhenRequestIsMalformed.json index e5b1d6200313..200735a6789f 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/SuggestThrowsWhenRequestIsMalformed.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/SuggestThrowsWhenRequestIsMalformed.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a03e430-7c1e-48fe-a994-32a5adca800a" + "70e3e297-4013-4e0b-a313-a0208e68cb79" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -30,13 +30,13 @@ "1187" ], "x-ms-request-id": [ - "ba748c80-ef7b-4680-bcc4-050029a2ddd7" + "a1408f53-353a-4332-b876-075c23916dd8" ], "x-ms-correlation-request-id": [ - "ba748c80-ef7b-4680-bcc4-050029a2ddd7" + "a1408f53-353a-4332-b876-075c23916dd8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021926Z:ba748c80-ef7b-4680-bcc4-050029a2ddd7" + "NORTHEUROPE:20200808T075419Z:a1408f53-353a-4332-b876-075c23916dd8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:19:25 GMT" + "Sat, 08 Aug 2020 07:54:18 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4688?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0Njg4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet464?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0NjQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a905ef69-1989-4aba-9b8c-8e93abb314d0" + "48a363fb-2bdd-4063-873e-1ca0ed852a90" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1192" ], "x-ms-request-id": [ - "5b098ec6-a067-4ac6-b466-795d62d3a597" + "02e4fec3-a89f-480e-a737-ccaa865ca90f" ], "x-ms-correlation-request-id": [ - "5b098ec6-a067-4ac6-b466-795d62d3a597" + "02e4fec3-a89f-480e-a737-ccaa865ca90f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021926Z:5b098ec6-a067-4ac6-b466-795d62d3a597" + "NORTHEUROPE:20200808T075420Z:02e4fec3-a89f-480e-a737-ccaa865ca90f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:19:26 GMT" + "Sat, 08 Aug 2020 07:54:20 GMT" ], "Content-Length": [ - "175" + "173" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4688\",\r\n \"name\": \"azsmnet4688\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet464\",\r\n \"name\": \"azsmnet464\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4688/providers/Microsoft.Search/searchServices/azs-3143?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0Njg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMTQzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet464/providers/Microsoft.Search/searchServices/azs-7260?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTcyNjA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fbb2f465-0637-4b8b-ad9d-63b2104b1245" + "b2556d04-609c-4c69-ac5a-88bf776c1b09" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A19%3A32.0714258Z'\"" + "W/\"datetime'2020-08-08T07%3A54%3A26.2505Z'\"" ], "x-ms-request-id": [ - "fbb2f465-0637-4b8b-ad9d-63b2104b1245" + "b2556d04-609c-4c69-ac5a-88bf776c1b09" ], "request-id": [ - "fbb2f465-0637-4b8b-ad9d-63b2104b1245" + "b2556d04-609c-4c69-ac5a-88bf776c1b09" ], "elapsed-time": [ - "1052" + "1395" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1193" ], "x-ms-correlation-request-id": [ - "da19c377-af9a-4432-b6c4-57a3e352ce0c" + "083c9cf0-44a6-4490-9e2e-ec186b4ad7a5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021932Z:da19c377-af9a-4432-b6c4-57a3e352ce0c" + "NORTHEUROPE:20200808T075427Z:083c9cf0-44a6-4490-9e2e-ec186b4ad7a5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:19:32 GMT" + "Sat, 08 Aug 2020 07:54:26 GMT" ], "Content-Length": [ - "529" + "528" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4688/providers/Microsoft.Search/searchServices/azs-3143\",\r\n \"name\": \"azs-3143\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet464/providers/Microsoft.Search/searchServices/azs-7260\",\r\n \"name\": \"azs-7260\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4688/providers/Microsoft.Search/searchServices/azs-3143/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0Njg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMTQzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet464/providers/Microsoft.Search/searchServices/azs-7260/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTcyNjAvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2545474a-833f-4752-8a16-40c15bfa0d05" + "874c1c99-b435-4826-a393-8b0793a0ba42" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2545474a-833f-4752-8a16-40c15bfa0d05" + "874c1c99-b435-4826-a393-8b0793a0ba42" ], "request-id": [ - "2545474a-833f-4752-8a16-40c15bfa0d05" + "874c1c99-b435-4826-a393-8b0793a0ba42" ], "elapsed-time": [ - "102" + "502" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1192" ], "x-ms-correlation-request-id": [ - "68370b9c-69b8-4ede-b55a-cf3aff40bfe6" + "7503230c-95d4-45a1-a7ea-3e641050f230" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021935Z:68370b9c-69b8-4ede-b55a-cf3aff40bfe6" + "NORTHEUROPE:20200808T075429Z:7503230c-95d4-45a1-a7ea-3e641050f230" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:19:34 GMT" + "Sat, 08 Aug 2020 07:54:29 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"2006BA4334A9E65DE64C1F5C8D1E4106\",\r\n \"secondaryKey\": \"1840FB3F9283B15377D551FA80A14287\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"FB3EE0BD0FC5E6CAA56422CF0A006843\",\r\n \"secondaryKey\": \"1BC8F073021B6DED623F04FD5327905D\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4688/providers/Microsoft.Search/searchServices/azs-3143/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0Njg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMTQzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet464/providers/Microsoft.Search/searchServices/azs-7260/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTcyNjAvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de2541cb-3a8c-4f49-b8f9-5ea897fbed25" + "aed4882f-b84c-4e40-b09e-41d399d0f106" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "de2541cb-3a8c-4f49-b8f9-5ea897fbed25" + "aed4882f-b84c-4e40-b09e-41d399d0f106" ], "request-id": [ - "de2541cb-3a8c-4f49-b8f9-5ea897fbed25" + "aed4882f-b84c-4e40-b09e-41d399d0f106" ], "elapsed-time": [ - "96" + "612" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1191" ], "x-ms-correlation-request-id": [ - "f1a10712-e345-4a5a-a578-c0f819fe5642" + "378d17bd-8cf0-4b81-b705-decbc1b92ffe" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021935Z:f1a10712-e345-4a5a-a578-c0f819fe5642" + "NORTHEUROPE:20200808T075430Z:378d17bd-8cf0-4b81-b705-decbc1b92ffe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:19:34 GMT" + "Sat, 08 Aug 2020 07:54:30 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"6A8AE2ED1AC61E111E45D7AA16305313\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"FED4B5B40070876282C228C565D17051\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2620\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4240\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "788c552a-f33b-4cf4-9362-59d1cf20cdb8" + "1beb7cfe-09f8-491d-b0af-551e2416fde3" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2006BA4334A9E65DE64C1F5C8D1E4106" + "FB3EE0BD0FC5E6CAA56422CF0A006843" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80376BCCA9765\"" + "W/\"0x8D83B7049CCE684\"" ], "Location": [ - "https://azs-3143.search-dogfood.windows-int.net/indexes('azsmnet2620')?api-version=2019-05-06" + "https://azs-7260.search-dogfood.windows-int.net/indexes('azsmnet4240')?api-version=2019-05-06" ], "request-id": [ - "788c552a-f33b-4cf4-9362-59d1cf20cdb8" + "1beb7cfe-09f8-491d-b0af-551e2416fde3" ], "elapsed-time": [ - "1138" + "831" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:19:38 GMT" + "Sat, 08 Aug 2020 07:54:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3143.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80376BCCA9765\\\"\",\r\n \"name\": \"azsmnet2620\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7260.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7049CCE684\\\"\",\r\n \"name\": \"azsmnet4240\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet2620')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNjIwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4240')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MjQwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "16cadd26-871d-473c-a96f-c2bd76b3d1c5" + "c0de97b1-f497-47e9-a5e2-fabd1f2e5cac" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "2006BA4334A9E65DE64C1F5C8D1E4106" + "FB3EE0BD0FC5E6CAA56422CF0A006843" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,7 +450,7 @@ "no-cache" ], "request-id": [ - "16cadd26-871d-473c-a96f-c2bd76b3d1c5" + "c0de97b1-f497-47e9-a5e2-fabd1f2e5cac" ], "elapsed-time": [ "180" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:19:59 GMT" + "Sat, 08 Aug 2020 07:54:54 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet2620')/docs/search.suggest?search=hotel&suggesterName=sg&api-version=2019-05-06&fuzzy=false&$orderby=This%20is%20not%20a%20valid%20orderby.&$select=%2A", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNjIwJykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9aG90ZWwmc3VnZ2VzdGVyTmFtZT1zZyZhcGktdmVyc2lvbj0yMDE5LTA1LTA2JmZ1enp5PWZhbHNlJiRvcmRlcmJ5PVRoaXMlMjBpcyUyMG5vdCUyMGElMjB2YWxpZCUyMG9yZGVyYnkuJiRzZWxlY3Q9JTJB", + "RequestUri": "/indexes('azsmnet4240')/docs/search.suggest?search=hotel&suggesterName=sg&api-version=2019-05-06&fuzzy=false&$orderby=This%20is%20not%20a%20valid%20orderby.&$select=%2A", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MjQwJykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9aG90ZWwmc3VnZ2VzdGVyTmFtZT1zZyZhcGktdmVyc2lvbj0yMDE5LTA1LTA2JmZ1enp5PWZhbHNlJiRvcmRlcmJ5PVRoaXMlMjBpcyUyMG5vdCUyMGElMjB2YWxpZCUyMG9yZGVyYnkuJiRzZWxlY3Q9JTJB", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "9677c522-2e40-471c-b378-ff5f14a4efb1" + "b14f19d0-f7fd-4d9f-a593-2915db82120c" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "2006BA4334A9E65DE64C1F5C8D1E4106" + "FB3EE0BD0FC5E6CAA56422CF0A006843" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "9677c522-2e40-471c-b378-ff5f14a4efb1" + "b14f19d0-f7fd-4d9f-a593-2915db82120c" ], "elapsed-time": [ - "121" + "142" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:20:03 GMT" + "Sat, 08 Aug 2020 07:54:58 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -547,21 +547,21 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4688/providers/Microsoft.Search/searchServices/azs-3143?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0Njg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMTQzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet464/providers/Microsoft.Search/searchServices/azs-7260?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTcyNjA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "64f25a27-9073-46a0-97ea-cb81d81f44f9" + "3dfb3ddd-64bc-44be-aed4-86371e7def65" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -572,51 +572,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14990" + ], "x-ms-request-id": [ - "64f25a27-9073-46a0-97ea-cb81d81f44f9" + "976e08d8-6a8b-428e-9827-80b6b68f013a" ], - "request-id": [ - "64f25a27-9073-46a0-97ea-cb81d81f44f9" + "x-ms-correlation-request-id": [ + "976e08d8-6a8b-428e-9827-80b6b68f013a" ], - "elapsed-time": [ - "1890" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T075546Z:976e08d8-6a8b-428e-9827-80b6b68f013a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" - ], - "x-ms-correlation-request-id": [ - "142740e1-a757-498f-a927-4a1b6cfe3123" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T022009Z:142740e1-a757-498f-a927-4a1b6cfe3123" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:20:09 GMT" + "Sat, 08 Aug 2020 07:55:46 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet4688", - "azsmnet2620" + "azsmnet464", + "azsmnet4240" ], "GenerateServiceName": [ - "azs-3143" + "azs-7260" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/TopTrimsResults.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/TopTrimsResults.json index 9ab15bf40b9f..21a821d18737 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/TopTrimsResults.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/GetSuggestTests/TopTrimsResults.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16ef67fa-aa0e-488a-84d7-b2c4ffb724ba" + "23ee6fcb-5fa1-4ce9-822b-ec866225767e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1193" ], "x-ms-request-id": [ - "d81b7578-0f06-4c05-a6e4-ffb158ad5601" + "ef58da33-db4f-43b4-a05e-0c128b7e7ec7" ], "x-ms-correlation-request-id": [ - "d81b7578-0f06-4c05-a6e4-ffb158ad5601" + "ef58da33-db4f-43b4-a05e-0c128b7e7ec7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021220Z:d81b7578-0f06-4c05-a6e4-ffb158ad5601" + "NORTHEUROPE:20200808T074358Z:ef58da33-db4f-43b4-a05e-0c128b7e7ec7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:12:20 GMT" + "Sat, 08 Aug 2020 07:43:58 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4806?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0ODA2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6330?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MzMwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "200fd713-9a88-4701-88cd-03e6b63cd0da" + "68602b58-1445-45e9-b29c-211e0deea346" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1195" ], "x-ms-request-id": [ - "7d9f5265-32d8-4666-8c99-2021c15afaad" + "f0c78717-9e75-455b-9b21-a38406eb02f1" ], "x-ms-correlation-request-id": [ - "7d9f5265-32d8-4666-8c99-2021c15afaad" + "f0c78717-9e75-455b-9b21-a38406eb02f1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021220Z:7d9f5265-32d8-4666-8c99-2021c15afaad" + "NORTHEUROPE:20200808T074400Z:f0c78717-9e75-455b-9b21-a38406eb02f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:12:20 GMT" + "Sat, 08 Aug 2020 07:44:00 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4806\",\r\n \"name\": \"azsmnet4806\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6330\",\r\n \"name\": \"azsmnet6330\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4806/providers/Microsoft.Search/searchServices/azs-9674?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05Njc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6330/providers/Microsoft.Search/searchServices/azs-9811?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODExP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "332e4772-dce1-4f77-8d66-a44357031113" + "ca8fa0d6-34d4-4a50-a27b-5fb8518ae3f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,16 +159,16 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A12%3A24.786459Z'\"" + "W/\"datetime'2020-08-08T07%3A44%3A05.7320537Z'\"" ], "x-ms-request-id": [ - "332e4772-dce1-4f77-8d66-a44357031113" + "ca8fa0d6-34d4-4a50-a27b-5fb8518ae3f9" ], "request-id": [ - "332e4772-dce1-4f77-8d66-a44357031113" + "ca8fa0d6-34d4-4a50-a27b-5fb8518ae3f9" ], "elapsed-time": [ - "1419" + "1979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,16 +177,16 @@ "1192" ], "x-ms-correlation-request-id": [ - "edcaf4f2-9289-4f6e-98a1-f705b56befaa" + "b3834eae-f3f3-42e3-a983-363e5a1b50b1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021225Z:edcaf4f2-9289-4f6e-98a1-f705b56befaa" + "NORTHEUROPE:20200808T074406Z:b3834eae-f3f3-42e3-a983-363e5a1b50b1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:12:24 GMT" + "Sat, 08 Aug 2020 07:44:05 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4806/providers/Microsoft.Search/searchServices/azs-9674\",\r\n \"name\": \"azs-9674\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6330/providers/Microsoft.Search/searchServices/azs-9811\",\r\n \"name\": \"azs-9811\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4806/providers/Microsoft.Search/searchServices/azs-9674/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05Njc0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6330/providers/Microsoft.Search/searchServices/azs-9811/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODExL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "37757acc-3f1b-4842-ad1f-50a9038c175b" + "f4a52fdf-0d3e-40b1-92b8-8af014d8722c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "37757acc-3f1b-4842-ad1f-50a9038c175b" + "f4a52fdf-0d3e-40b1-92b8-8af014d8722c" ], "request-id": [ - "37757acc-3f1b-4842-ad1f-50a9038c175b" + "f4a52fdf-0d3e-40b1-92b8-8af014d8722c" ], "elapsed-time": [ - "101" + "99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1188" ], "x-ms-correlation-request-id": [ - "f10f88b5-f75e-4fdf-bd46-ead1074ea9f1" + "5cfd69ea-bc31-44d2-9e59-e7723d9ba9b5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021227Z:f10f88b5-f75e-4fdf-bd46-ead1074ea9f1" + "NORTHEUROPE:20200808T074409Z:5cfd69ea-bc31-44d2-9e59-e7723d9ba9b5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:12:27 GMT" + "Sat, 08 Aug 2020 07:44:09 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"048602D37507D30EB5C8259A2759E2B2\",\r\n \"secondaryKey\": \"C1894004BEC341CD126F93641070F332\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"F53874AD92CC82ADD077E0A5FDE1A8C3\",\r\n \"secondaryKey\": \"0C4938D33C632C33E2E736548DD7F9BB\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4806/providers/Microsoft.Search/searchServices/azs-9674/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05Njc0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6330/providers/Microsoft.Search/searchServices/azs-9811/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODExL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "87cd897f-d4ee-46d2-8a95-ec7377952898" + "ceb0da98-b831-4f74-9d0a-2e7c2c5991c1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "87cd897f-d4ee-46d2-8a95-ec7377952898" + "ceb0da98-b831-4f74-9d0a-2e7c2c5991c1" ], "request-id": [ - "87cd897f-d4ee-46d2-8a95-ec7377952898" + "ceb0da98-b831-4f74-9d0a-2e7c2c5991c1" ], "elapsed-time": [ - "101" + "167" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1187" ], "x-ms-correlation-request-id": [ - "81387241-ff0c-444a-8eac-46c6fa3bc6ec" + "6406c095-2c6a-4e68-bf64-3179f12adac3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021228Z:81387241-ff0c-444a-8eac-46c6fa3bc6ec" + "NORTHEUROPE:20200808T074409Z:6406c095-2c6a-4e68-bf64-3179f12adac3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:12:28 GMT" + "Sat, 08 Aug 2020 07:44:09 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"A6167D43E0678C593A101838FE7379F7\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"C9A6BC473D48A89CFF8F820B5BD508D2\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3658\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2702\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "171e2034-364f-4bae-b4b9-82d7eb3f842a" + "8f318ec1-16ef-4a53-9ed6-6812f2b3affb" ], "Accept-Language": [ "en-US" ], "api-key": [ - "048602D37507D30EB5C8259A2759E2B2" + "F53874AD92CC82ADD077E0A5FDE1A8C3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80375BE4471F3\"" + "W/\"0x8D83B6ED79CBED4\"" ], "Location": [ - "https://azs-9674.search-dogfood.windows-int.net/indexes('azsmnet3658')?api-version=2019-05-06" + "https://azs-9811.search-dogfood.windows-int.net/indexes('azsmnet2702')?api-version=2019-05-06" ], "request-id": [ - "171e2034-364f-4bae-b4b9-82d7eb3f842a" + "8f318ec1-16ef-4a53-9ed6-6812f2b3affb" ], "elapsed-time": [ - "1286" + "829" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:12:31 GMT" + "Sat, 08 Aug 2020 07:44:12 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9674.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80375BE4471F3\\\"\",\r\n \"name\": \"azsmnet3658\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9811.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6ED79CBED4\\\"\",\r\n \"name\": \"azsmnet2702\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet3658')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNjU4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet2702')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNzAyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "a67c7edc-c859-4491-98e8-eeb9f3bf1b29" + "ea2ee0ad-9527-434d-8172-edc2e80fc1e2" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "048602D37507D30EB5C8259A2759E2B2" + "F53874AD92CC82ADD077E0A5FDE1A8C3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "a67c7edc-c859-4491-98e8-eeb9f3bf1b29" + "ea2ee0ad-9527-434d-8172-edc2e80fc1e2" ], "elapsed-time": [ - "186" + "262" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:12:53 GMT" + "Sat, 08 Aug 2020 07:44:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3658')/docs/search.suggest?search=hotel&suggesterName=sg&api-version=2019-05-06&fuzzy=false&$orderby=hotelId&$select=%2A&$top=3", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNjU4JykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9aG90ZWwmc3VnZ2VzdGVyTmFtZT1zZyZhcGktdmVyc2lvbj0yMDE5LTA1LTA2JmZ1enp5PWZhbHNlJiRvcmRlcmJ5PWhvdGVsSWQmJHNlbGVjdD0lMkEmJHRvcD0z", + "RequestUri": "/indexes('azsmnet2702')/docs/search.suggest?search=hotel&suggesterName=sg&api-version=2019-05-06&fuzzy=false&$orderby=hotelId&$select=%2A&$top=3", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNzAyJykvZG9jcy9zZWFyY2guc3VnZ2VzdD9zZWFyY2g9aG90ZWwmc3VnZ2VzdGVyTmFtZT1zZyZhcGktdmVyc2lvbj0yMDE5LTA1LTA2JmZ1enp5PWZhbHNlJiRvcmRlcmJ5PWhvdGVsSWQmJHNlbGVjdD0lMkEmJHRvcD0z", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "d7eee932-5fc0-4557-bf7a-2ee3065d30d7" + "cc127db0-5acb-4a84-b51b-d30cefe4eaa9" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "A6167D43E0678C593A101838FE7379F7" + "C9A6BC473D48A89CFF8F820B5BD508D2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "d7eee932-5fc0-4557-bf7a-2ee3065d30d7" + "cc127db0-5acb-4a84-b51b-d30cefe4eaa9" ], "elapsed-time": [ - "178" + "265" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:12:56 GMT" + "Sat, 08 Aug 2020 07:44:37 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4806/providers/Microsoft.Search/searchServices/azs-9674?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05Njc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6330/providers/Microsoft.Search/searchServices/azs-9811?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODExP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f7424bd-2cc2-434e-8e36-a57763666d31" + "7d2afb3e-e44c-4477-b4f7-0dcece64c5fc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14996" + ], "x-ms-request-id": [ - "8f7424bd-2cc2-434e-8e36-a57763666d31" + "f62edaea-9b89-4321-ba46-92a51cf80b81" ], - "request-id": [ - "8f7424bd-2cc2-434e-8e36-a57763666d31" + "x-ms-correlation-request-id": [ + "f62edaea-9b89-4321-ba46-92a51cf80b81" ], - "elapsed-time": [ - "1052" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T074448Z:f62edaea-9b89-4321-ba46-92a51cf80b81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" - ], - "x-ms-correlation-request-id": [ - "85eae38e-3161-4f6f-ba4e-d562dc91c0dd" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T021301Z:85eae38e-3161-4f6f-ba4e-d562dc91c0dd" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:13:01 GMT" + "Sat, 08 Aug 2020 07:44:47 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet4806", - "azsmnet3658" + "azsmnet6330", + "azsmnet2702" ], "GenerateServiceName": [ - "azs-9674" + "azs-9811" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CanAddSynonymFieldProperty.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CanAddSynonymFieldProperty.json index 33563ca55b60..9e476982718c 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CanAddSynonymFieldProperty.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CanAddSynonymFieldProperty.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "116e2cbb-4823-4634-803d-a2b4b3e57034" + "d4bc9103-fddd-4de8-b7c7-12b4df3e132c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1191" ], "x-ms-request-id": [ - "1762a45d-d205-49a2-b943-72935d79df6c" + "dbeaa6ce-2147-438c-9825-e28176fe6ebf" ], "x-ms-correlation-request-id": [ - "1762a45d-d205-49a2-b943-72935d79df6c" + "dbeaa6ce-2147-438c-9825-e28176fe6ebf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015840Z:1762a45d-d205-49a2-b943-72935d79df6c" + "NORTHEUROPE:20200808T061947Z:dbeaa6ce-2147-438c-9825-e28176fe6ebf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:58:40 GMT" + "Sat, 08 Aug 2020 06:19:47 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7243?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MjQzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2920?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyOTIwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c0d346f3-9e97-4e7c-866e-6e8c50d63117" + "fdd4d288-316f-47ad-aa68-dd5881f8dc60" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1195" ], "x-ms-request-id": [ - "92b555b2-2e20-48dd-add6-cc998822b0e5" + "7a741162-9f5d-41f8-9117-eac213c63c43" ], "x-ms-correlation-request-id": [ - "92b555b2-2e20-48dd-add6-cc998822b0e5" + "7a741162-9f5d-41f8-9117-eac213c63c43" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015840Z:92b555b2-2e20-48dd-add6-cc998822b0e5" + "NORTHEUROPE:20200808T061948Z:7a741162-9f5d-41f8-9117-eac213c63c43" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:58:40 GMT" + "Sat, 08 Aug 2020 06:19:48 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7243\",\r\n \"name\": \"azsmnet7243\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2920\",\r\n \"name\": \"azsmnet2920\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7243/providers/Microsoft.Search/searchServices/azs-7246?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjQ2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2920/providers/Microsoft.Search/searchServices/azs-5985?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTg1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6ed1d694-5c4b-4bf9-8c5c-ea4f11a6f3e4" + "e4c9f634-6940-4eb0-9e21-071213aa863d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A58%3A45.254565Z'\"" + "W/\"datetime'2020-08-08T06%3A19%3A54.3488662Z'\"" ], "x-ms-request-id": [ - "6ed1d694-5c4b-4bf9-8c5c-ea4f11a6f3e4" + "e4c9f634-6940-4eb0-9e21-071213aa863d" ], "request-id": [ - "6ed1d694-5c4b-4bf9-8c5c-ea4f11a6f3e4" + "e4c9f634-6940-4eb0-9e21-071213aa863d" ], "elapsed-time": [ - "2031" + "1427" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1196" ], "x-ms-correlation-request-id": [ - "046c3e38-fe42-4434-9664-6d1758f5b0a1" + "2302a143-cf69-42b0-915e-c7169592df57" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015847Z:046c3e38-fe42-4434-9664-6d1758f5b0a1" + "NORTHEUROPE:20200808T061955Z:2302a143-cf69-42b0-915e-c7169592df57" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:58:46 GMT" + "Sat, 08 Aug 2020 06:19:55 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7243/providers/Microsoft.Search/searchServices/azs-7246\",\r\n \"name\": \"azs-7246\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2920/providers/Microsoft.Search/searchServices/azs-5985\",\r\n \"name\": \"azs-5985\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7243/providers/Microsoft.Search/searchServices/azs-7246/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjQ2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2920/providers/Microsoft.Search/searchServices/azs-5985/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTg1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "71725853-d7b4-4558-b069-e653455b7b69" + "cf98021c-885a-4b91-8a54-08cd27cbfa08" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "71725853-d7b4-4558-b069-e653455b7b69" + "cf98021c-885a-4b91-8a54-08cd27cbfa08" ], "request-id": [ - "71725853-d7b4-4558-b069-e653455b7b69" + "cf98021c-885a-4b91-8a54-08cd27cbfa08" ], "elapsed-time": [ - "407" + "98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1194" ], "x-ms-correlation-request-id": [ - "a3bc7e1c-9d22-4be3-a303-989748f1e420" + "b671e0f7-67f3-4e5b-89b8-097db3ed7dc6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015849Z:a3bc7e1c-9d22-4be3-a303-989748f1e420" + "NORTHEUROPE:20200808T061957Z:b671e0f7-67f3-4e5b-89b8-097db3ed7dc6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:58:49 GMT" + "Sat, 08 Aug 2020 06:19:57 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"D42E71D918C46B2F3D2E3362487109D3\",\r\n \"secondaryKey\": \"128B702F0201677F50763E2195F77C57\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"65D3D5A5EDD0531B746CCF6380ADB17E\",\r\n \"secondaryKey\": \"408E7E2F1192F9CFB65A172E794F0219\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7243/providers/Microsoft.Search/searchServices/azs-7246/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjQ2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2920/providers/Microsoft.Search/searchServices/azs-5985/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTg1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d012f2d-d024-47b5-83a0-e1539f890599" + "2e9a4f8b-4eff-45ea-a398-87b53f636afa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9d012f2d-d024-47b5-83a0-e1539f890599" + "2e9a4f8b-4eff-45ea-a398-87b53f636afa" ], "request-id": [ - "9d012f2d-d024-47b5-83a0-e1539f890599" + "2e9a4f8b-4eff-45ea-a398-87b53f636afa" ], "elapsed-time": [ - "490" + "93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1193" ], "x-ms-correlation-request-id": [ - "e238b3ba-2565-4d7d-bb2c-130da8bac9c7" + "8a515674-249f-48f1-83e5-de2e3c12112c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015850Z:e238b3ba-2565-4d7d-bb2c-130da8bac9c7" + "NORTHEUROPE:20200808T061958Z:8a515674-249f-48f1-83e5-de2e3c12112c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:58:50 GMT" + "Sat, 08 Aug 2020 06:19:57 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"C932B57E626F45DC223FD147D6E2C07A\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"211E766BFF2C44A0C4E0C73874CD982D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -346,18 +346,18 @@ "RequestBody": "{\r\n \"name\": \"names\",\r\n \"synonyms\": \"hotel,motel\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "48815fa0-1970-4888-aab6-489d341bb49a" + "67ff623b-f542-4167-9f63-da3366ce5bf7" ], "Accept-Language": [ "en-US" ], "api-key": [ - "D42E71D918C46B2F3D2E3362487109D3" + "65D3D5A5EDD0531B746CCF6380ADB17E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80373D5EA7E19\"" + "W/\"0x8D83B6314470AC4\"" ], "Location": [ - "https://azs-7246.search-dogfood.windows-int.net/synonymmaps('names')?api-version=2019-05-06" + "https://azs-5985.search-dogfood.windows-int.net/synonymmaps('names')?api-version=2019-05-06" ], "request-id": [ - "48815fa0-1970-4888-aab6-489d341bb49a" + "67ff623b-f542-4167-9f63-da3366ce5bf7" ], "elapsed-time": [ - "49" + "142" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:58:51 GMT" + "Sat, 08 Aug 2020 06:20:00 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "213" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7246.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80373D5EA7E19\\\"\",\r\n \"name\": \"names\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"hotel,motel\",\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5985.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6314470AC4\\\"\",\r\n \"name\": \"names\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"hotel,motel\",\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4210\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": [\r\n \"names\"\r\n ]\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3265\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": [\r\n \"names\"\r\n ]\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "feaca685-6549-4467-96d7-8fc598219dac" + "1b1a3f75-5dab-4b45-9edb-53199c5190c5" ], "Accept-Language": [ "en-US" ], "api-key": [ - "D42E71D918C46B2F3D2E3362487109D3" + "65D3D5A5EDD0531B746CCF6380ADB17E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80373D6A0DA1F\"" + "W/\"0x8D83B6314C7082A\"" ], "Location": [ - "https://azs-7246.search-dogfood.windows-int.net/indexes('azsmnet4210')?api-version=2019-05-06" + "https://azs-5985.search-dogfood.windows-int.net/indexes('azsmnet3265')?api-version=2019-05-06" ], "request-id": [ - "feaca685-6549-4467-96d7-8fc598219dac" + "1b1a3f75-5dab-4b45-9edb-53199c5190c5" ], "elapsed-time": [ - "1245" + "854" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:58:53 GMT" + "Sat, 08 Aug 2020 06:20:00 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,25 +480,25 @@ "8206" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7246.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80373D6A0DA1F\\\"\",\r\n \"name\": \"azsmnet4210\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": [\r\n \"names\"\r\n ]\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5985.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6314C7082A\\\"\",\r\n \"name\": \"azsmnet3265\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": [\r\n \"names\"\r\n ]\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7243/providers/Microsoft.Search/searchServices/azs-7246?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjQ2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2920/providers/Microsoft.Search/searchServices/azs-5985?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTg1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ba63f7fb-03b6-4516-a59d-f88350ddfb9d" + "f9a0ceae-f6dc-4d0f-99fc-ce1a4f45c0d3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -509,51 +509,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14993" + ], "x-ms-request-id": [ - "ba63f7fb-03b6-4516-a59d-f88350ddfb9d" + "ce6781cd-6262-483d-90ee-b05ce248b415" ], - "request-id": [ - "ba63f7fb-03b6-4516-a59d-f88350ddfb9d" + "x-ms-correlation-request-id": [ + "ce6781cd-6262-483d-90ee-b05ce248b415" ], - "elapsed-time": [ - "795" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T062050Z:ce6781cd-6262-483d-90ee-b05ce248b415" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14988" - ], - "x-ms-correlation-request-id": [ - "f49548d9-865a-4bed-a5b0-ba5eaa3dab37" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015856Z:f49548d9-865a-4bed-a5b0-ba5eaa3dab37" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:58:56 GMT" + "Sat, 08 Aug 2020 06:20:49 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7243", - "azsmnet4210" + "azsmnet2920", + "azsmnet3265" ], "GenerateServiceName": [ - "azs-7246" + "azs-5985" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CanCreateAndDeleteIndex.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CanCreateAndDeleteIndex.json index dc80338d0588..9a2288d18e44 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CanCreateAndDeleteIndex.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CanCreateAndDeleteIndex.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fcfee2af-596a-4ae6-8698-4ceaa8f9c28f" + "95216157-c102-4171-95e9-08a8f4e99b87" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1188" ], "x-ms-request-id": [ - "4f500651-f362-42c2-b4d6-686646b264ae" + "6efc32ac-79f0-4150-a933-beb27a486325" ], "x-ms-correlation-request-id": [ - "4f500651-f362-42c2-b4d6-686646b264ae" + "6efc32ac-79f0-4150-a933-beb27a486325" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020131Z:4f500651-f362-42c2-b4d6-686646b264ae" + "NORTHEUROPE:20200808T062517Z:6efc32ac-79f0-4150-a933-beb27a486325" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:01:30 GMT" + "Sat, 08 Aug 2020 06:25:16 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4130?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MTMwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4861?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0ODYxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "35f702db-ffa5-4b5e-a329-3f9f382fbcfd" + "d4518b3b-5a2a-4289-bf75-08a6c26680d4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -96,13 +96,13 @@ "1192" ], "x-ms-request-id": [ - "c9f49f3e-a07e-4ddc-b69f-3dde6710cb1a" + "7a35e737-9939-486a-8052-30b563903f1c" ], "x-ms-correlation-request-id": [ - "c9f49f3e-a07e-4ddc-b69f-3dde6710cb1a" + "7a35e737-9939-486a-8052-30b563903f1c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020132Z:c9f49f3e-a07e-4ddc-b69f-3dde6710cb1a" + "NORTHEUROPE:20200808T062519Z:7a35e737-9939-486a-8052-30b563903f1c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:01:31 GMT" + "Sat, 08 Aug 2020 06:25:19 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4130\",\r\n \"name\": \"azsmnet4130\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4861\",\r\n \"name\": \"azsmnet4861\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4130/providers/Microsoft.Search/searchServices/azs-894?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MTMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04OTQ/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4861/providers/Microsoft.Search/searchServices/azs-90?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b50587b2-9ca0-45b5-aaa4-f8696b29d5cc" + "8df02d40-cb28-4c87-8f91-bb2c59f33c13" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A01%3A35.8827487Z'\"" + "W/\"datetime'2020-08-08T06%3A25%3A24.3874472Z'\"" ], "x-ms-request-id": [ - "b50587b2-9ca0-45b5-aaa4-f8696b29d5cc" + "8df02d40-cb28-4c87-8f91-bb2c59f33c13" ], "request-id": [ - "b50587b2-9ca0-45b5-aaa4-f8696b29d5cc" + "8df02d40-cb28-4c87-8f91-bb2c59f33c13" ], "elapsed-time": [ - "1142" + "1525" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1192" ], "x-ms-correlation-request-id": [ - "12c2b808-32f7-4a06-b607-6367725fe4ba" + "72ae03f9-d866-4628-86ea-961bff328018" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020136Z:12c2b808-32f7-4a06-b607-6367725fe4ba" + "NORTHEUROPE:20200808T062525Z:72ae03f9-d866-4628-86ea-961bff328018" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:01:35 GMT" + "Sat, 08 Aug 2020 06:25:25 GMT" ], "Content-Length": [ - "527" + "525" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4130/providers/Microsoft.Search/searchServices/azs-894\",\r\n \"name\": \"azs-894\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4861/providers/Microsoft.Search/searchServices/azs-90\",\r\n \"name\": \"azs-90\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4130/providers/Microsoft.Search/searchServices/azs-894/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MTMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04OTQvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4861/providers/Microsoft.Search/searchServices/azs-90/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MC9saXN0QWRtaW5LZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "89b47d87-532e-4787-96a6-cb81a4754b4f" + "3e1a8e06-ea67-45db-a9ad-71bf55dbf7d7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "89b47d87-532e-4787-96a6-cb81a4754b4f" + "3e1a8e06-ea67-45db-a9ad-71bf55dbf7d7" ], "request-id": [ - "89b47d87-532e-4787-96a6-cb81a4754b4f" + "3e1a8e06-ea67-45db-a9ad-71bf55dbf7d7" ], "elapsed-time": [ - "117" + "329" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1187" ], "x-ms-correlation-request-id": [ - "e6d9c248-a222-4e89-ba4a-38f96b0104c2" + "df52cacd-cd78-4ffd-9b59-805c032689ed" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020139Z:e6d9c248-a222-4e89-ba4a-38f96b0104c2" + "NORTHEUROPE:20200808T062528Z:df52cacd-cd78-4ffd-9b59-805c032689ed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:01:39 GMT" + "Sat, 08 Aug 2020 06:25:27 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"37C73D84DBC75F600C869D7E1E2D26D2\",\r\n \"secondaryKey\": \"D64C9D395652B76E767BC5F40A394127\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"015C70A5CDE2BC60C5EC37C2473214A3\",\r\n \"secondaryKey\": \"CE576C3808E9B0666BE0294B872A182D\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4130/providers/Microsoft.Search/searchServices/azs-894/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MTMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04OTQvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4861/providers/Microsoft.Search/searchServices/azs-90/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MC9saXN0UXVlcnlLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "689d90cf-efb2-4e9a-b2de-e95cda9e4723" + "c8f87443-5631-410a-8525-f77cb8d9dd39" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "689d90cf-efb2-4e9a-b2de-e95cda9e4723" + "c8f87443-5631-410a-8525-f77cb8d9dd39" ], "request-id": [ - "689d90cf-efb2-4e9a-b2de-e95cda9e4723" + "c8f87443-5631-410a-8525-f77cb8d9dd39" ], "elapsed-time": [ - "90" + "331" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1186" ], "x-ms-correlation-request-id": [ - "4a03919b-2eb9-4714-a445-c927bfe4d247" + "03e52c30-4566-40d5-9540-e675b424eaca" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020139Z:4a03919b-2eb9-4714-a445-c927bfe4d247" + "NORTHEUROPE:20200808T062529Z:03e52c30-4566-40d5-9540-e675b424eaca" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:01:39 GMT" + "Sat, 08 Aug 2020 06:25:28 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"919B861B903212C8FC16E4E239EEBA49\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"656AB65003B8F2BBE88456F93D266181\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6045\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2232\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "6c2c8174-1d18-4473-9819-e2c42c710049" + "e0da15c3-32d2-4a25-a8f8-d7454e5431d0" ], "Accept-Language": [ "en-US" ], "api-key": [ - "37C73D84DBC75F600C869D7E1E2D26D2" + "015C70A5CDE2BC60C5EC37C2473214A3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803743B7711CF\"" + "W/\"0x8D83B63D9DA3498\"" ], "Location": [ - "https://azs-894.search-dogfood.windows-int.net/indexes('azsmnet6045')?api-version=2019-05-06" + "https://azs-90.search-dogfood.windows-int.net/indexes('azsmnet2232')?api-version=2019-05-06" ], "request-id": [ - "6c2c8174-1d18-4473-9819-e2c42c710049" + "e0da15c3-32d2-4a25-a8f8-d7454e5431d0" ], "elapsed-time": [ - "1220" + "851" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:01:41 GMT" + "Sat, 08 Aug 2020 06:25:30 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,31 +405,31 @@ "-1" ], "Content-Length": [ - "8198" + "8197" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-894.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803743B7711CF\\\"\",\r\n \"name\": \"azsmnet6045\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-90.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B63D9DA3498\\\"\",\r\n \"name\": \"azsmnet2232\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet6045')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MDQ1Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet2232')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMjMyJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "488ed9f2-a30c-4882-89e9-daabeb368240" + "d63f9608-add7-4482-9a65-37d269b2b00d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "37C73D84DBC75F600C869D7E1E2D26D2" + "015C70A5CDE2BC60C5EC37C2473214A3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -441,16 +441,16 @@ "no-cache" ], "request-id": [ - "488ed9f2-a30c-4882-89e9-daabeb368240" + "d63f9608-add7-4482-9a65-37d269b2b00d" ], "elapsed-time": [ - "300" + "595" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:01:41 GMT" + "Sat, 08 Aug 2020 06:25:31 GMT" ], "Expires": [ "-1" @@ -460,24 +460,24 @@ "StatusCode": 204 }, { - "RequestUri": "/indexes('azsmnet6045')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MDQ1Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet2232')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMjMyJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "abf7dcfc-4837-4fc9-81f1-5fad4f215d8c" + "fd11eb8b-911a-43a6-9e0d-27f64a6197a6" ], "Accept-Language": [ "en-US" ], "api-key": [ - "37C73D84DBC75F600C869D7E1E2D26D2" + "015C70A5CDE2BC60C5EC37C2473214A3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -489,10 +489,10 @@ "no-cache" ], "request-id": [ - "abf7dcfc-4837-4fc9-81f1-5fad4f215d8c" + "fd11eb8b-911a-43a6-9e0d-27f64a6197a6" ], "elapsed-time": [ - "16" + "26" ], "OData-Version": [ "4.0" @@ -504,7 +504,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:01:41 GMT" + "Sat, 08 Aug 2020 06:25:31 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -516,28 +516,28 @@ "-1" ], "Content-Length": [ - "106" + "105" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No index with the name 'azsmnet6045' was found in the service 'azs-894'.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No index with the name 'azsmnet2232' was found in the service 'azs-90'.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4130/providers/Microsoft.Search/searchServices/azs-894?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MTMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04OTQ/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4861/providers/Microsoft.Search/searchServices/azs-90?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e9e22d8-3532-4261-91ff-88a895dd1db5" + "8e1bc4df-adb2-45ac-8025-a2a3faf4a8a4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -548,51 +548,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14989" + ], "x-ms-request-id": [ - "1e9e22d8-3532-4261-91ff-88a895dd1db5" + "e900750d-f6a8-4a1a-9dd8-6cc4f8b053b8" ], - "request-id": [ - "1e9e22d8-3532-4261-91ff-88a895dd1db5" + "x-ms-correlation-request-id": [ + "e900750d-f6a8-4a1a-9dd8-6cc4f8b053b8" ], - "elapsed-time": [ - "1087" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T062540Z:e900750d-f6a8-4a1a-9dd8-6cc4f8b053b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14987" - ], - "x-ms-correlation-request-id": [ - "913d9f2d-5135-4445-82f6-fa3e8335cd88" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020145Z:913d9f2d-5135-4445-82f6-fa3e8335cd88" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:01:45 GMT" + "Sat, 08 Aug 2020 06:25:39 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet4130", - "azsmnet6045" + "azsmnet4861", + "azsmnet2232" ], "GenerateServiceName": [ - "azs-894" + "azs-90" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CanCreateAndGetIndexStats.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CanCreateAndGetIndexStats.json index 53483f54541e..fe875a140449 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CanCreateAndGetIndexStats.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CanCreateAndGetIndexStats.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43f82dde-3b3e-4576-83b3-89b852b3f470" + "763abfb0-15d1-4875-85c7-f800c22660dc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1190" ], "x-ms-request-id": [ - "c975f9c9-a9b7-4514-a760-572a1783421e" + "5b108c57-ae19-429e-af95-d0e62076bfb7" ], "x-ms-correlation-request-id": [ - "c975f9c9-a9b7-4514-a760-572a1783421e" + "5b108c57-ae19-429e-af95-d0e62076bfb7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020811Z:c975f9c9-a9b7-4514-a760-572a1783421e" + "NORTHEUROPE:20200808T063352Z:5b108c57-ae19-429e-af95-d0e62076bfb7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:08:11 GMT" + "Sat, 08 Aug 2020 06:33:51 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4277?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0Mjc3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8990?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4OTkwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "325fee5d-ec1e-4280-897c-48789690ca5a" + "f28635af-02b1-4e08-bee4-ed475d00e960" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1191" ], "x-ms-request-id": [ - "6d4769ab-c89a-4575-9973-5d224547468a" + "b3abe639-6adb-4033-9375-66b6f86a9313" ], "x-ms-correlation-request-id": [ - "6d4769ab-c89a-4575-9973-5d224547468a" + "b3abe639-6adb-4033-9375-66b6f86a9313" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020812Z:6d4769ab-c89a-4575-9973-5d224547468a" + "NORTHEUROPE:20200808T063353Z:b3abe639-6adb-4033-9375-66b6f86a9313" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:08:12 GMT" + "Sat, 08 Aug 2020 06:33:53 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4277\",\r\n \"name\": \"azsmnet4277\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8990\",\r\n \"name\": \"azsmnet8990\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4277/providers/Microsoft.Search/searchServices/azs-5630?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0Mjc3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NjMwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8990/providers/Microsoft.Search/searchServices/azs-5384?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzg0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b8496da6-d024-4d7c-bbfb-3f76d3f1586d" + "3d46f896-1f10-41c0-803c-69c4667fb7ac" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A08%3A20.5515685Z'\"" + "W/\"datetime'2020-08-08T06%3A33%3A58.4848528Z'\"" ], "x-ms-request-id": [ - "b8496da6-d024-4d7c-bbfb-3f76d3f1586d" + "3d46f896-1f10-41c0-803c-69c4667fb7ac" ], "request-id": [ - "b8496da6-d024-4d7c-bbfb-3f76d3f1586d" + "3d46f896-1f10-41c0-803c-69c4667fb7ac" ], "elapsed-time": [ - "1216" + "1406" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1197" ], "x-ms-correlation-request-id": [ - "6cbf8293-4457-4599-9fbb-6fcc63083e1f" + "93d1e0ed-7bb3-4f30-b595-da8e0d37731a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020821Z:6cbf8293-4457-4599-9fbb-6fcc63083e1f" + "NORTHEUROPE:20200808T063400Z:93d1e0ed-7bb3-4f30-b595-da8e0d37731a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:08:20 GMT" + "Sat, 08 Aug 2020 06:33:59 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4277/providers/Microsoft.Search/searchServices/azs-5630\",\r\n \"name\": \"azs-5630\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8990/providers/Microsoft.Search/searchServices/azs-5384\",\r\n \"name\": \"azs-5384\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4277/providers/Microsoft.Search/searchServices/azs-5630/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0Mjc3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NjMwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8990/providers/Microsoft.Search/searchServices/azs-5384/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzg0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cba9c3cb-bca7-4ae6-96fc-2ebc96eb85db" + "e0eb6efa-c880-4e56-b6ca-65e367351f9d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "cba9c3cb-bca7-4ae6-96fc-2ebc96eb85db" + "e0eb6efa-c880-4e56-b6ca-65e367351f9d" ], "request-id": [ - "cba9c3cb-bca7-4ae6-96fc-2ebc96eb85db" + "e0eb6efa-c880-4e56-b6ca-65e367351f9d" ], "elapsed-time": [ - "101" + "100" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1197" ], "x-ms-correlation-request-id": [ - "df4c361a-48d8-4ba0-98ed-1f58d22a4f38" + "368f0634-ed44-4d2d-bef8-63f326f1ea3a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020824Z:df4c361a-48d8-4ba0-98ed-1f58d22a4f38" + "NORTHEUROPE:20200808T063402Z:368f0634-ed44-4d2d-bef8-63f326f1ea3a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:08:23 GMT" + "Sat, 08 Aug 2020 06:34:01 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"3766847C6DC06686463428676FE7C0AE\",\r\n \"secondaryKey\": \"B88662ABFBB298A48E73B42B464D0E1C\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"689A5FFF7BCBEAFC0464D165BAE41DCA\",\r\n \"secondaryKey\": \"334DD47401E67DD5D962B3DC6C9555AE\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4277/providers/Microsoft.Search/searchServices/azs-5630/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0Mjc3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NjMwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8990/providers/Microsoft.Search/searchServices/azs-5384/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzg0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "59573f11-8334-4e30-bf55-ed39a52fe95c" + "7088940d-59aa-4c64-b286-5c07da8e3e61" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "59573f11-8334-4e30-bf55-ed39a52fe95c" + "7088940d-59aa-4c64-b286-5c07da8e3e61" ], "request-id": [ - "59573f11-8334-4e30-bf55-ed39a52fe95c" + "7088940d-59aa-4c64-b286-5c07da8e3e61" ], "elapsed-time": [ - "98" + "106" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1196" ], "x-ms-correlation-request-id": [ - "236bf462-bf39-4915-b650-62a4107d1d9f" + "ec9b75c6-7a16-4bba-9e83-465ab17c4c76" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020824Z:236bf462-bf39-4915-b650-62a4107d1d9f" + "NORTHEUROPE:20200808T063402Z:ec9b75c6-7a16-4bba-9e83-465ab17c4c76" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:08:24 GMT" + "Sat, 08 Aug 2020 06:34:02 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"7660C811C4012F70DDDD696897B13DC3\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"C399047D80962E031B77E612CCD928E1\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1819\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4752\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "2139a68f-1623-4a8a-b312-f40f5e5e44f0" + "f820e46e-5274-499b-8a83-406a5a9348d5" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3766847C6DC06686463428676FE7C0AE" + "689A5FFF7BCBEAFC0464D165BAE41DCA" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803752CCAEF9A\"" + "W/\"0x8D83B650C8CBD54\"" ], "Location": [ - "https://azs-5630.search-dogfood.windows-int.net/indexes('azsmnet1819')?api-version=2019-05-06" + "https://azs-5384.search-dogfood.windows-int.net/indexes('azsmnet4752')?api-version=2019-05-06" ], "request-id": [ - "2139a68f-1623-4a8a-b312-f40f5e5e44f0" + "f820e46e-5274-499b-8a83-406a5a9348d5" ], "elapsed-time": [ - "1277" + "1594" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:08:27 GMT" + "Sat, 08 Aug 2020 06:34:06 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "8199" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5630.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803752CCAEF9A\\\"\",\r\n \"name\": \"azsmnet1819\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5384.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B650C8CBD54\\\"\",\r\n \"name\": \"azsmnet4752\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet1819')/search.stats?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxODE5Jykvc2VhcmNoLnN0YXRzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet4752')/search.stats?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NzUyJykvc2VhcmNoLnN0YXRzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "9f42c826-574e-4236-bd39-57979d9f1ea9" + "d13e7fd6-8115-4cce-9b7e-5ab0bd04489a" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3766847C6DC06686463428676FE7C0AE" + "689A5FFF7BCBEAFC0464D165BAE41DCA" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -441,10 +441,10 @@ "no-cache" ], "request-id": [ - "9f42c826-574e-4236-bd39-57979d9f1ea9" + "d13e7fd6-8115-4cce-9b7e-5ab0bd04489a" ], "elapsed-time": [ - "119" + "41" ], "OData-Version": [ "4.0" @@ -456,7 +456,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:08:27 GMT" + "Sat, 08 Aug 2020 06:34:06 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -468,25 +468,25 @@ "163" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5630.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.IndexStatistics\",\r\n \"documentCount\": 0,\r\n \"storageSize\": 0\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5384.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.IndexStatistics\",\r\n \"documentCount\": 0,\r\n \"storageSize\": 0\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4277/providers/Microsoft.Search/searchServices/azs-5630?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0Mjc3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NjMwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8990/providers/Microsoft.Search/searchServices/azs-5384?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzg0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "415250aa-4aac-42ce-b7f5-da626fc2f5ec" + "2f54cba5-ad8e-4cf7-b696-853f52fc1090" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -497,51 +497,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14994" + ], "x-ms-request-id": [ - "415250aa-4aac-42ce-b7f5-da626fc2f5ec" + "fd59c205-b19a-4dd2-a36c-87bb89fad731" ], - "request-id": [ - "415250aa-4aac-42ce-b7f5-da626fc2f5ec" + "x-ms-correlation-request-id": [ + "fd59c205-b19a-4dd2-a36c-87bb89fad731" ], - "elapsed-time": [ - "879" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T063414Z:fd59c205-b19a-4dd2-a36c-87bb89fad731" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14984" - ], - "x-ms-correlation-request-id": [ - "8001ff61-fe68-480f-b11d-b7421c198333" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020832Z:8001ff61-fe68-480f-b11d-b7421c198333" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:08:31 GMT" + "Sat, 08 Aug 2020 06:34:13 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet4277", - "azsmnet1819" + "azsmnet8990", + "azsmnet4752" ], "GenerateServiceName": [ - "azs-5630" + "azs-5384" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CanCreateAndListIndexes.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CanCreateAndListIndexes.json index 5258c5d7e003..13273895ea07 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CanCreateAndListIndexes.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CanCreateAndListIndexes.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6128e476-9eac-4559-b545-a156255f0267" + "bce8a06e-5471-4f4d-a4a6-0127b24bd963" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1197" ], "x-ms-request-id": [ - "e845f2f7-c26c-4f39-96af-511f36c9eedb" + "aaea8bcc-cc71-429d-b58f-458e3094d2fb" ], "x-ms-correlation-request-id": [ - "e845f2f7-c26c-4f39-96af-511f36c9eedb" + "aaea8bcc-cc71-429d-b58f-458e3094d2fb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020309Z:e845f2f7-c26c-4f39-96af-511f36c9eedb" + "NORTHEUROPE:20200808T062818Z:aaea8bcc-cc71-429d-b58f-458e3094d2fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:03:08 GMT" + "Sat, 08 Aug 2020 06:28:17 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2668?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNjY4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet890?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4OTA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cfd2c224-d7b1-47fa-9e2c-c23b5c054f9b" + "8b8d1697-2f1d-4c94-a1d6-b60f1044be13" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1198" ], "x-ms-request-id": [ - "cd840a4d-6238-4aaa-9201-ccb4f05f903d" + "09f3366b-c47e-468d-ad15-540de64dbdea" ], "x-ms-correlation-request-id": [ - "cd840a4d-6238-4aaa-9201-ccb4f05f903d" + "09f3366b-c47e-468d-ad15-540de64dbdea" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020310Z:cd840a4d-6238-4aaa-9201-ccb4f05f903d" + "NORTHEUROPE:20200808T062819Z:09f3366b-c47e-468d-ad15-540de64dbdea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:03:10 GMT" + "Sat, 08 Aug 2020 06:28:19 GMT" ], "Content-Length": [ - "175" + "173" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2668\",\r\n \"name\": \"azsmnet2668\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet890\",\r\n \"name\": \"azsmnet890\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2668/providers/Microsoft.Search/searchServices/azs-7627?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NjI3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet890/providers/Microsoft.Search/searchServices/azs-3871?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTM4NzE/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d960f201-f010-4b09-9987-a5dae553d1d6" + "10067766-2e81-405d-8672-4c38d59caa5c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A03%3A13.7738491Z'\"" + "W/\"datetime'2020-08-08T06%3A28%3A24.7333644Z'\"" ], "x-ms-request-id": [ - "d960f201-f010-4b09-9987-a5dae553d1d6" + "10067766-2e81-405d-8672-4c38d59caa5c" ], "request-id": [ - "d960f201-f010-4b09-9987-a5dae553d1d6" + "10067766-2e81-405d-8672-4c38d59caa5c" ], "elapsed-time": [ - "1140" + "1796" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1189" ], "x-ms-correlation-request-id": [ - "de91951c-5741-4460-8dd7-6d80c927b199" + "1d11dddc-7e50-4455-95bb-79bda6e34148" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020314Z:de91951c-5741-4460-8dd7-6d80c927b199" + "NORTHEUROPE:20200808T062825Z:1d11dddc-7e50-4455-95bb-79bda6e34148" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:03:14 GMT" + "Sat, 08 Aug 2020 06:28:24 GMT" ], "Content-Length": [ - "529" + "528" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2668/providers/Microsoft.Search/searchServices/azs-7627\",\r\n \"name\": \"azs-7627\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet890/providers/Microsoft.Search/searchServices/azs-3871\",\r\n \"name\": \"azs-3871\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2668/providers/Microsoft.Search/searchServices/azs-7627/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NjI3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet890/providers/Microsoft.Search/searchServices/azs-3871/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTM4NzEvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fbd1969d-4b81-4fa4-89b9-257e33f79cd6" + "1de88c46-5ac4-47ad-81ef-7a95d8cb5ede" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "fbd1969d-4b81-4fa4-89b9-257e33f79cd6" + "1de88c46-5ac4-47ad-81ef-7a95d8cb5ede" ], "request-id": [ - "fbd1969d-4b81-4fa4-89b9-257e33f79cd6" + "1de88c46-5ac4-47ad-81ef-7a95d8cb5ede" ], "elapsed-time": [ - "1208" + "759" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1185" ], "x-ms-correlation-request-id": [ - "199f0a20-06f1-4e34-8a44-0b01a3a2f174" + "e6802fd9-84f3-485f-b44d-bea4373ee98f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020323Z:199f0a20-06f1-4e34-8a44-0b01a3a2f174" + "NORTHEUROPE:20200808T062828Z:e6802fd9-84f3-485f-b44d-bea4373ee98f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:03:23 GMT" + "Sat, 08 Aug 2020 06:28:27 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"BD94856C27AE63DC9EDE23EBF6BA37AD\",\r\n \"secondaryKey\": \"8D48804868AE6AFAB76BE7842B000348\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"FCA71FFFFA9D22F009B99AAC0680F227\",\r\n \"secondaryKey\": \"E32CEB52E4C6EFAB0D9DED5DEFF4358F\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2668/providers/Microsoft.Search/searchServices/azs-7627/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NjI3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet890/providers/Microsoft.Search/searchServices/azs-3871/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTM4NzEvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "17ef6e87-1123-48a0-a687-8b8aee7fc0aa" + "0a99825f-0846-453d-b4bd-4960734f162c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "17ef6e87-1123-48a0-a687-8b8aee7fc0aa" + "0a99825f-0846-453d-b4bd-4960734f162c" ], "request-id": [ - "17ef6e87-1123-48a0-a687-8b8aee7fc0aa" + "0a99825f-0846-453d-b4bd-4960734f162c" ], "elapsed-time": [ - "94" + "450" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1184" ], "x-ms-correlation-request-id": [ - "b76c0454-53f2-4a6f-a48d-ca2d400e07e4" + "c17624b2-55f8-4254-8030-31614d049b8c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020324Z:b76c0454-53f2-4a6f-a48d-ca2d400e07e4" + "NORTHEUROPE:20200808T062829Z:c17624b2-55f8-4254-8030-31614d049b8c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:03:23 GMT" + "Sat, 08 Aug 2020 06:28:29 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"CC90AB78CB125AF5CDF878314241207B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"A434CB0EE8E5A1DA46200B7B535E3E51\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet987\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4386\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "e4521f61-fb6a-480d-99e2-e54ccc421962" + "f2bbea6d-31ab-4782-96c1-b487da69c4aa" ], "Accept-Language": [ "en-US" ], "api-key": [ - "BD94856C27AE63DC9EDE23EBF6BA37AD" + "FCA71FFFFA9D22F009B99AAC0680F227" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "9842" + "9843" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803747B15B46D\"" + "W/\"0x8D83B6445DF7920\"" ], "Location": [ - "https://azs-7627.search-dogfood.windows-int.net/indexes('azsmnet987')?api-version=2019-05-06" + "https://azs-3871.search-dogfood.windows-int.net/indexes('azsmnet4386')?api-version=2019-05-06" ], "request-id": [ - "e4521f61-fb6a-480d-99e2-e54ccc421962" + "f2bbea6d-31ab-4782-96c1-b487da69c4aa" ], "elapsed-time": [ - "3335" + "1437" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:03:29 GMT" + "Sat, 08 Aug 2020 06:28:32 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,31 +405,31 @@ "-1" ], "Content-Length": [ - "8198" + "8199" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7627.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803747B15B46D\\\"\",\r\n \"name\": \"azsmnet987\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3871.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6445DF7920\\\"\",\r\n \"name\": \"azsmnet4386\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6647\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2092\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8b4018a3-8dd2-4442-b2c7-23f27703dc18" + "42d78186-71eb-419d-bd77-e3ad2941d604" ], "Accept-Language": [ "en-US" ], "api-key": [ - "BD94856C27AE63DC9EDE23EBF6BA37AD" + "FCA71FFFFA9D22F009B99AAC0680F227" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803747D0C7D92\"" + "W/\"0x8D83B64466B604D\"" ], "Location": [ - "https://azs-7627.search-dogfood.windows-int.net/indexes('azsmnet6647')?api-version=2019-05-06" + "https://azs-3871.search-dogfood.windows-int.net/indexes('azsmnet2092')?api-version=2019-05-06" ], "request-id": [ - "8b4018a3-8dd2-4442-b2c7-23f27703dc18" + "42d78186-71eb-419d-bd77-e3ad2941d604" ], "elapsed-time": [ - "3192" + "828" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:03:32 GMT" + "Sat, 08 Aug 2020 06:28:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,7 +480,7 @@ "8199" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7627.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803747D0C7D92\\\"\",\r\n \"name\": \"azsmnet6647\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3871.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B64466B604D\\\"\",\r\n \"name\": \"azsmnet2092\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { @@ -490,18 +490,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "881be2f2-8217-4a78-9767-0c86d5d5e3b4" + "cbd736c8-9cd8-4d5d-a435-d038e41636d1" ], "Accept-Language": [ "en-US" ], "api-key": [ - "BD94856C27AE63DC9EDE23EBF6BA37AD" + "FCA71FFFFA9D22F009B99AAC0680F227" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "881be2f2-8217-4a78-9767-0c86d5d5e3b4" + "cbd736c8-9cd8-4d5d-a435-d038e41636d1" ], "elapsed-time": [ - "80" + "71" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:03:32 GMT" + "Sat, 08 Aug 2020 06:28:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -537,10 +537,10 @@ "-1" ], "Content-Length": [ - "16309" + "16310" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7627.search-dogfood.windows-int.net/$metadata#indexes\",\r\n \"value\": [\r\n {\r\n \"@odata.etag\": \"\\\"0x8D803747D0C7D92\\\"\",\r\n \"name\": \"azsmnet6647\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n },\r\n {\r\n \"@odata.etag\": \"\\\"0x8D803747B15B46D\\\"\",\r\n \"name\": \"azsmnet987\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3871.search-dogfood.windows-int.net/$metadata#indexes\",\r\n \"value\": [\r\n {\r\n \"@odata.etag\": \"\\\"0x8D83B64466B604D\\\"\",\r\n \"name\": \"azsmnet2092\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n },\r\n {\r\n \"@odata.etag\": \"\\\"0x8D83B6445DF7920\\\"\",\r\n \"name\": \"azsmnet4386\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { @@ -550,18 +550,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "d3def6aa-28d6-46e2-84a6-625374725f36" + "255433ba-42cb-4fcd-91c8-e22865ecf507" ], "Accept-Language": [ "en-US" ], "api-key": [ - "BD94856C27AE63DC9EDE23EBF6BA37AD" + "FCA71FFFFA9D22F009B99AAC0680F227" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -573,10 +573,10 @@ "no-cache" ], "request-id": [ - "d3def6aa-28d6-46e2-84a6-625374725f36" + "255433ba-42cb-4fcd-91c8-e22865ecf507" ], "elapsed-time": [ - "28" + "29" ], "OData-Version": [ "4.0" @@ -588,7 +588,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:03:32 GMT" + "Sat, 08 Aug 2020 06:28:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -597,28 +597,28 @@ "-1" ], "Content-Length": [ - "147" + "148" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7627.search-dogfood.windows-int.net/$metadata#indexes(name)\",\r\n \"value\": [\r\n {\r\n \"name\": \"azsmnet6647\"\r\n },\r\n {\r\n \"name\": \"azsmnet987\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3871.search-dogfood.windows-int.net/$metadata#indexes(name)\",\r\n \"value\": [\r\n {\r\n \"name\": \"azsmnet2092\"\r\n },\r\n {\r\n \"name\": \"azsmnet4386\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2668/providers/Microsoft.Search/searchServices/azs-7627?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NjI3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet890/providers/Microsoft.Search/searchServices/azs-3871?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTM4NzE/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "edff717b-74d8-412f-b027-f5230b06e331" + "e12bd89e-c0b7-4fbb-84bc-2b3a4f81a04c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -629,52 +629,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "edff717b-74d8-412f-b027-f5230b06e331" + "9d560929-1d02-4b93-b982-37741034d1d6" ], - "request-id": [ - "edff717b-74d8-412f-b027-f5230b06e331" + "x-ms-correlation-request-id": [ + "9d560929-1d02-4b93-b982-37741034d1d6" ], - "elapsed-time": [ - "874" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T062843Z:9d560929-1d02-4b93-b982-37741034d1d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14986" - ], - "x-ms-correlation-request-id": [ - "fdadf24d-5695-4a4a-af23-be3f043e932e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020337Z:fdadf24d-5695-4a4a-af23-be3f043e932e" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:03:36 GMT" + "Sat, 08 Aug 2020 06:28:43 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2668", - "azsmnet987", - "azsmnet6647" + "azsmnet890", + "azsmnet4386", + "azsmnet2092" ], "GenerateServiceName": [ - "azs-7627" + "azs-3871" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CanUpdateIndexDefinition.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CanUpdateIndexDefinition.json index b9da61877cfa..4fd81a866236 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CanUpdateIndexDefinition.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CanUpdateIndexDefinition.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7cf774e2-5537-4268-80f1-631177b45686" + "6d1f0bda-ac87-40c8-b5ec-6149ba193ca0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1187" ], "x-ms-request-id": [ - "856fbd76-d2fd-48a6-b3fa-0213d4cff4c4" + "a22c8701-40f7-4aa8-9a8d-00fe85d25a8d" ], "x-ms-correlation-request-id": [ - "856fbd76-d2fd-48a6-b3fa-0213d4cff4c4" + "a22c8701-40f7-4aa8-9a8d-00fe85d25a8d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020729Z:856fbd76-d2fd-48a6-b3fa-0213d4cff4c4" + "NORTHEUROPE:20200808T063259Z:a22c8701-40f7-4aa8-9a8d-00fe85d25a8d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:07:29 GMT" + "Sat, 08 Aug 2020 06:32:59 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8789?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4Nzg5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8334?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MzM0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ee4ecf47-6c59-4f51-9c59-51908b8a82ca" + "a9ecf09b-4e02-4074-becf-2b7b35404e5a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1191" ], "x-ms-request-id": [ - "06ff11de-8f21-4e4f-b0cd-e7b8d84e2cf8" + "5c3db322-eadd-47cf-a147-e78e9c3bc47d" ], "x-ms-correlation-request-id": [ - "06ff11de-8f21-4e4f-b0cd-e7b8d84e2cf8" + "5c3db322-eadd-47cf-a147-e78e9c3bc47d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020730Z:06ff11de-8f21-4e4f-b0cd-e7b8d84e2cf8" + "NORTHEUROPE:20200808T063301Z:5c3db322-eadd-47cf-a147-e78e9c3bc47d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:07:29 GMT" + "Sat, 08 Aug 2020 06:33:01 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8789\",\r\n \"name\": \"azsmnet8789\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8334\",\r\n \"name\": \"azsmnet8334\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8789/providers/Microsoft.Search/searchServices/azs-79?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4Nzg5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OT9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8334/providers/Microsoft.Search/searchServices/azs-8403?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDAzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d038e210-e388-4390-91fc-af0dba727cb5" + "d86c0697-2e5a-4b5b-bec2-c0711e712821" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,16 +159,16 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A07%3A34.4756948Z'\"" + "W/\"datetime'2020-08-08T06%3A33%3A06.7430114Z'\"" ], "x-ms-request-id": [ - "d038e210-e388-4390-91fc-af0dba727cb5" + "d86c0697-2e5a-4b5b-bec2-c0711e712821" ], "request-id": [ - "d038e210-e388-4390-91fc-af0dba727cb5" + "d86c0697-2e5a-4b5b-bec2-c0711e712821" ], "elapsed-time": [ - "1117" + "1446" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,19 +177,19 @@ "1191" ], "x-ms-correlation-request-id": [ - "40e33c93-050e-4701-b933-20a1f6f3c927" + "98fa0ba4-87e2-48ac-99ad-25735d80f9e8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020735Z:40e33c93-050e-4701-b933-20a1f6f3c927" + "NORTHEUROPE:20200808T063307Z:98fa0ba4-87e2-48ac-99ad-25735d80f9e8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:07:35 GMT" + "Sat, 08 Aug 2020 06:33:07 GMT" ], "Content-Length": [ - "525" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8789/providers/Microsoft.Search/searchServices/azs-79\",\r\n \"name\": \"azs-79\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8334/providers/Microsoft.Search/searchServices/azs-8403\",\r\n \"name\": \"azs-8403\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8789/providers/Microsoft.Search/searchServices/azs-79/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4Nzg5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OS9saXN0QWRtaW5LZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8334/providers/Microsoft.Search/searchServices/azs-8403/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDAzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2c94fdd6-4d08-4795-8c02-341cdc3b35b8" + "70df7777-51a3-4f01-a0b9-2a38dd9711b8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2c94fdd6-4d08-4795-8c02-341cdc3b35b8" + "70df7777-51a3-4f01-a0b9-2a38dd9711b8" ], "request-id": [ - "2c94fdd6-4d08-4795-8c02-341cdc3b35b8" + "70df7777-51a3-4f01-a0b9-2a38dd9711b8" ], "elapsed-time": [ - "101" + "131" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1186" ], "x-ms-correlation-request-id": [ - "3c9c93de-6c75-465f-95f7-dff7f157efae" + "b8a46a38-e1f6-4d5b-ae89-07874ecf12f6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020737Z:3c9c93de-6c75-465f-95f7-dff7f157efae" + "NORTHEUROPE:20200808T063310Z:b8a46a38-e1f6-4d5b-ae89-07874ecf12f6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:07:36 GMT" + "Sat, 08 Aug 2020 06:33:09 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"B6971C65C2297654F4553F1635583631\",\r\n \"secondaryKey\": \"27EE64D0C865FC0BCE526F5995E166DA\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"1A3E8F2B0FF885D1A29B345212ABAB7E\",\r\n \"secondaryKey\": \"0AD1AC15A3792AE001B39B321BC503FC\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8789/providers/Microsoft.Search/searchServices/azs-79/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4Nzg5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OS9saXN0UXVlcnlLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8334/providers/Microsoft.Search/searchServices/azs-8403/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDAzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "33cbf9ad-986a-4add-8c9a-0de1461c1245" + "f4e56fcf-db4b-4963-93aa-4232e0495291" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "33cbf9ad-986a-4add-8c9a-0de1461c1245" + "f4e56fcf-db4b-4963-93aa-4232e0495291" ], "request-id": [ - "33cbf9ad-986a-4add-8c9a-0de1461c1245" + "f4e56fcf-db4b-4963-93aa-4232e0495291" ], "elapsed-time": [ - "97" + "95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1185" ], "x-ms-correlation-request-id": [ - "e5acf9c4-990d-438a-a711-99f9af182029" + "6f35f1a8-d91b-42d8-a70a-0f3c70ec89bd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020737Z:e5acf9c4-990d-438a-a711-99f9af182029" + "NORTHEUROPE:20200808T063311Z:6f35f1a8-d91b-42d8-a70a-0f3c70ec89bd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:07:37 GMT" + "Sat, 08 Aug 2020 06:33:10 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"DBADEEB66C5EFDB2C36106FF09D51823\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"E9B02A575F780DD724E6449A9E849674\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3975\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet215\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "9e8a9d4e-527d-4b94-8199-374319a23df1" + "e2e5e0d7-e517-42e7-a3ff-33e605b6cce8" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B6971C65C2297654F4553F1635583631" + "1A3E8F2B0FF885D1A29B345212ABAB7E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "7470" + "7469" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80375110AC0B7\"" + "W/\"0x8D83B64ED2E1725\"" ], "Location": [ - "https://azs-79.search-dogfood.windows-int.net/indexes('azsmnet3975')?api-version=2019-05-06" + "https://azs-8403.search-dogfood.windows-int.net/indexes('azsmnet215')?api-version=2019-05-06" ], "request-id": [ - "9e8a9d4e-527d-4b94-8199-374319a23df1" + "e2e5e0d7-e517-42e7-a3ff-33e605b6cce8" ], "elapsed-time": [ - "1284" + "884" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:07:39 GMT" + "Sat, 08 Aug 2020 06:33:13 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6592" + "6593" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-79.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80375110AC0B7\\\"\",\r\n \"name\": \"azsmnet3975\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8403.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B64ED2E1725\\\"\",\r\n \"name\": \"azsmnet215\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet3975')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzOTc1Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet215')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMTUnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet3975\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"@odata.etag\": \"\\\"0x8D80375110AC0B7\\\"\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet215\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"@odata.etag\": \"\\\"0x8D83B64ED2E1725\\\"\"\r\n}", "RequestHeaders": { "client-request-id": [ - "39c80c97-8e2e-45d1-a04f-1485a02d5d67" + "d0ea46b6-58b0-404b-b597-19363bccdfd1" ], "Prefer": [ "return=representation" @@ -427,19 +427,19 @@ "en-US" ], "api-key": [ - "B6971C65C2297654F4553F1635583631" + "1A3E8F2B0FF885D1A29B345212ABAB7E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "10726" + "10725" ] }, "ResponseHeaders": { @@ -450,13 +450,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803751D25C639\"" + "W/\"0x8D83B64F94DBF42\"" ], "request-id": [ - "39c80c97-8e2e-45d1-a04f-1485a02d5d67" + "d0ea46b6-58b0-404b-b597-19363bccdfd1" ], "elapsed-time": [ - "264" + "251" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:08:00 GMT" + "Sat, 08 Aug 2020 06:33:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -477,28 +477,28 @@ "-1" ], "Content-Length": [ - "8197" + "8198" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-79.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803751D25C639\\\"\",\r\n \"name\": \"azsmnet3975\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8403.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B64F94DBF42\\\"\",\r\n \"name\": \"azsmnet215\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8789/providers/Microsoft.Search/searchServices/azs-79?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4Nzg5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OT9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8334/providers/Microsoft.Search/searchServices/azs-8403?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDAzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "82084b8c-ddc7-40ba-bf77-b9c37799eeff" + "b042c147-bf0b-4785-9ca2-35faf6f26cd1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -509,52 +509,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14987" + ], "x-ms-request-id": [ - "82084b8c-ddc7-40ba-bf77-b9c37799eeff" + "7c2293ef-5c5c-426d-b325-117478d62aca" ], - "request-id": [ - "82084b8c-ddc7-40ba-bf77-b9c37799eeff" + "x-ms-correlation-request-id": [ + "7c2293ef-5c5c-426d-b325-117478d62aca" ], - "elapsed-time": [ - "1473" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T063345Z:7c2293ef-5c5c-426d-b325-117478d62aca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14993" - ], - "x-ms-correlation-request-id": [ - "b9187036-40c1-41d0-8c97-ca35427e39cd" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020805Z:b9187036-40c1-41d0-8c97-ca35427e39cd" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:08:05 GMT" + "Sat, 08 Aug 2020 06:33:45 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8789", - "azsmnet3975", - "azsmnet357" + "azsmnet8334", + "azsmnet215", + "azsmnet7181" ], "GenerateServiceName": [ - "azs-79" + "azs-8403" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CanUpdateSynonymFieldProperty.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CanUpdateSynonymFieldProperty.json index 771c20f3d238..9695a81ab0ce 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CanUpdateSynonymFieldProperty.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CanUpdateSynonymFieldProperty.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f1bf7008-c64e-447f-a2ce-7b6723f3a4a5" + "bfc5ccbc-4e25-4e78-a42f-ffb83b90ee70" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1190" ], "x-ms-request-id": [ - "a1e028b4-e4f9-403a-8c4f-57853b260ebc" + "b7581a57-37c8-4afc-b320-7c7071bfa648" ], "x-ms-correlation-request-id": [ - "a1e028b4-e4f9-403a-8c4f-57853b260ebc" + "b7581a57-37c8-4afc-b320-7c7071bfa648" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020026Z:a1e028b4-e4f9-403a-8c4f-57853b260ebc" + "NORTHEUROPE:20200808T062342Z:b7581a57-37c8-4afc-b320-7c7071bfa648" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:00:25 GMT" + "Sat, 08 Aug 2020 06:23:41 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2427?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNDI3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7738?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NzM4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "25d999a7-d5e4-4a75-8b2c-df39dd08012c" + "3408bc5e-abc5-4724-9037-0838bf30b8a6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1193" ], "x-ms-request-id": [ - "e09f387b-0d64-4cdc-8dee-7a2d120e7041" + "921bb54e-e91e-421a-b6a9-77a9f3cb3819" ], "x-ms-correlation-request-id": [ - "e09f387b-0d64-4cdc-8dee-7a2d120e7041" + "921bb54e-e91e-421a-b6a9-77a9f3cb3819" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020026Z:e09f387b-0d64-4cdc-8dee-7a2d120e7041" + "NORTHEUROPE:20200808T062344Z:921bb54e-e91e-421a-b6a9-77a9f3cb3819" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:00:25 GMT" + "Sat, 08 Aug 2020 06:23:44 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2427\",\r\n \"name\": \"azsmnet2427\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7738\",\r\n \"name\": \"azsmnet7738\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2427/providers/Microsoft.Search/searchServices/azs-340?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDA/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7738/providers/Microsoft.Search/searchServices/azs-4649?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjQ5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "200c70db-cfd3-400b-9558-6d30d9d37c9e" + "af128e5a-7962-45a7-9d75-857eb2465b55" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A00%3A29.455184Z'\"" + "W/\"datetime'2020-08-08T06%3A23%3A49.8816974Z'\"" ], "x-ms-request-id": [ - "200c70db-cfd3-400b-9558-6d30d9d37c9e" + "af128e5a-7962-45a7-9d75-857eb2465b55" ], "request-id": [ - "200c70db-cfd3-400b-9558-6d30d9d37c9e" + "af128e5a-7962-45a7-9d75-857eb2465b55" ], "elapsed-time": [ - "1133" + "2011" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1193" ], "x-ms-correlation-request-id": [ - "e8c3aa7b-046c-43de-8e30-a71e2de02797" + "99361fa8-72d0-4664-b2be-9f39b35000cd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020030Z:e8c3aa7b-046c-43de-8e30-a71e2de02797" + "NORTHEUROPE:20200808T062351Z:99361fa8-72d0-4664-b2be-9f39b35000cd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:00:29 GMT" + "Sat, 08 Aug 2020 06:23:50 GMT" ], "Content-Length": [ - "527" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2427/providers/Microsoft.Search/searchServices/azs-340\",\r\n \"name\": \"azs-340\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7738/providers/Microsoft.Search/searchServices/azs-4649\",\r\n \"name\": \"azs-4649\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2427/providers/Microsoft.Search/searchServices/azs-340/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDAvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7738/providers/Microsoft.Search/searchServices/azs-4649/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjQ5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5bb2a770-052a-42bd-b555-9279e9a42f83" + "98e2b0cb-6990-49ca-ba89-1d95db1689ac" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5bb2a770-052a-42bd-b555-9279e9a42f83" + "98e2b0cb-6990-49ca-ba89-1d95db1689ac" ], "request-id": [ - "5bb2a770-052a-42bd-b555-9279e9a42f83" + "98e2b0cb-6990-49ca-ba89-1d95db1689ac" ], "elapsed-time": [ - "115" + "97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1190" ], "x-ms-correlation-request-id": [ - "26a7d25b-45fe-49d7-9eb0-49e3cc8c0064" + "fbbfada7-dc8d-4b92-ab22-c77cba301545" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020032Z:26a7d25b-45fe-49d7-9eb0-49e3cc8c0064" + "NORTHEUROPE:20200808T062353Z:fbbfada7-dc8d-4b92-ab22-c77cba301545" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:00:31 GMT" + "Sat, 08 Aug 2020 06:23:52 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"A47A1E066AB1E540164817B88DD935CE\",\r\n \"secondaryKey\": \"2199F4948ED0433EB5F719E1F9C23B37\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"3DB7421A2285F4A1A273E9A98703D885\",\r\n \"secondaryKey\": \"DF3DEF6C2835C515CF1DCEB39D591F17\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2427/providers/Microsoft.Search/searchServices/azs-340/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDAvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7738/providers/Microsoft.Search/searchServices/azs-4649/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjQ5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f77f1710-2928-4e8c-a988-f02bf4f29590" + "3953bc1b-0053-49ca-8739-5a1701ff6654" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f77f1710-2928-4e8c-a988-f02bf4f29590" + "3953bc1b-0053-49ca-8739-5a1701ff6654" ], "request-id": [ - "f77f1710-2928-4e8c-a988-f02bf4f29590" + "3953bc1b-0053-49ca-8739-5a1701ff6654" ], "elapsed-time": [ - "97" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1189" ], "x-ms-correlation-request-id": [ - "e5a70c18-adcd-4644-8cc1-a672aedff9fe" + "b627929c-0b1d-496b-a787-658910bdb525" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020032Z:e5a70c18-adcd-4644-8cc1-a672aedff9fe" + "NORTHEUROPE:20200808T062354Z:b627929c-0b1d-496b-a787-658910bdb525" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:00:31 GMT" + "Sat, 08 Aug 2020 06:23:54 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"0DC5CAA32570EF2430F89D334C16426E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"CB4308778EB2A230FA81FDFB3BDA152E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -346,18 +346,18 @@ "RequestBody": "{\r\n \"name\": \"names\",\r\n \"synonyms\": \"hotel,motel\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "07d644b3-e073-42c8-a88f-6caa1db5c04c" + "5a3971a3-af27-4048-b330-884fdc12a627" ], "Accept-Language": [ "en-US" ], "api-key": [ - "A47A1E066AB1E540164817B88DD935CE" + "3DB7421A2285F4A1A273E9A98703D885" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037413049BD9\"" + "W/\"0x8D83B63A0DD0E19\"" ], "Location": [ - "https://azs-340.search-dogfood.windows-int.net/synonymmaps('names')?api-version=2019-05-06" + "https://azs-4649.search-dogfood.windows-int.net/synonymmaps('names')?api-version=2019-05-06" ], "request-id": [ - "07d644b3-e073-42c8-a88f-6caa1db5c04c" + "5a3971a3-af27-4048-b330-884fdc12a627" ], "elapsed-time": [ - "58" + "169" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:00:34 GMT" + "Sat, 08 Aug 2020 06:23:55 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,31 +405,31 @@ "-1" ], "Content-Length": [ - "212" + "213" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-340.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037413049BD9\\\"\",\r\n \"name\": \"names\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"hotel,motel\",\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4649.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B63A0DD0E19\\\"\",\r\n \"name\": \"names\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"hotel,motel\",\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9278\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": [\r\n \"names\"\r\n ]\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3272\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": [\r\n \"names\"\r\n ]\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8f897719-ce8b-4926-8983-8efa554e4272" + "51a8f7a6-e1f2-4587-b886-e9fee2eae64a" ], "Accept-Language": [ "en-US" ], "api-key": [ - "A47A1E066AB1E540164817B88DD935CE" + "3DB7421A2285F4A1A273E9A98703D885" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037413BB940E\"" + "W/\"0x8D83B63A1AFD36F\"" ], "Location": [ - "https://azs-340.search-dogfood.windows-int.net/indexes('azsmnet9278')?api-version=2019-05-06" + "https://azs-4649.search-dogfood.windows-int.net/indexes('azsmnet3272')?api-version=2019-05-06" ], "request-id": [ - "8f897719-ce8b-4926-8983-8efa554e4272" + "51a8f7a6-e1f2-4587-b886-e9fee2eae64a" ], "elapsed-time": [ - "1241" + "1385" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:00:35 GMT" + "Sat, 08 Aug 2020 06:23:57 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -477,20 +477,20 @@ "-1" ], "Content-Length": [ - "8205" + "8206" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-340.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037413BB940E\\\"\",\r\n \"name\": \"azsmnet9278\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": [\r\n \"names\"\r\n ]\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4649.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B63A1AFD36F\\\"\",\r\n \"name\": \"azsmnet3272\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": [\r\n \"names\"\r\n ]\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet9278')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5Mjc4Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3272')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMjcyJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet9278\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3272\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "a070d5e5-cefe-4526-b6b0-d700112fe90b" + "bd0b6421-cbe8-4dc1-9eb6-b15f11be88a8" ], "Prefer": [ "return=representation" @@ -499,12 +499,12 @@ "en-US" ], "api-key": [ - "A47A1E066AB1E540164817B88DD935CE" + "3DB7421A2285F4A1A273E9A98703D885" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -522,13 +522,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037413EEBE22\"" + "W/\"0x8D83B63A1DF5365\"" ], "request-id": [ - "a070d5e5-cefe-4526-b6b0-d700112fe90b" + "bd0b6421-cbe8-4dc1-9eb6-b15f11be88a8" ], "elapsed-time": [ - "249" + "215" ], "OData-Version": [ "4.0" @@ -540,7 +540,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:00:35 GMT" + "Sat, 08 Aug 2020 06:23:57 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -549,28 +549,28 @@ "-1" ], "Content-Length": [ - "8198" + "8199" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-340.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037413EEBE22\\\"\",\r\n \"name\": \"azsmnet9278\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4649.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B63A1DF5365\\\"\",\r\n \"name\": \"azsmnet3272\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2427/providers/Microsoft.Search/searchServices/azs-340?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDA/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7738/providers/Microsoft.Search/searchServices/azs-4649?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjQ5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f311c8b-47b4-45da-bd35-3ba1d7fe3848" + "0a94be04-4bcb-472f-b029-2797bc52628a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -581,51 +581,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "8f311c8b-47b4-45da-bd35-3ba1d7fe3848" + "f665d491-2ce1-44e2-94ae-92f996875b54" ], - "request-id": [ - "8f311c8b-47b4-45da-bd35-3ba1d7fe3848" + "x-ms-correlation-request-id": [ + "f665d491-2ce1-44e2-94ae-92f996875b54" ], - "elapsed-time": [ - "785" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T062405Z:f665d491-2ce1-44e2-94ae-92f996875b54" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14983" - ], - "x-ms-correlation-request-id": [ - "51e16c46-642d-4e5b-9c86-260e4365dbca" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020040Z:51e16c46-642d-4e5b-9c86-260e4365dbca" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:00:39 GMT" + "Sat, 08 Aug 2020 06:24:05 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2427", - "azsmnet9278" + "azsmnet7738", + "azsmnet3272" ], "GenerateServiceName": [ - "azs-340" + "azs-4649" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CreateIndexFailsWithUsefulMessageOnUserError.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CreateIndexFailsWithUsefulMessageOnUserError.json index 757276460784..455f54c764b2 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CreateIndexFailsWithUsefulMessageOnUserError.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CreateIndexFailsWithUsefulMessageOnUserError.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dd1cec8d-d508-491f-a262-c3506c94f654" + "98ad00a5-bbe6-4d14-9a42-71fb27d9aad8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1194" ], "x-ms-request-id": [ - "626c0093-6b83-4ffe-b837-717b2dec1037" + "a852ea32-6055-4694-a5cf-b83d316dfc98" ], "x-ms-correlation-request-id": [ - "626c0093-6b83-4ffe-b837-717b2dec1037" + "a852ea32-6055-4694-a5cf-b83d316dfc98" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015922Z:626c0093-6b83-4ffe-b837-717b2dec1037" + "NORTHEUROPE:20200808T062131Z:a852ea32-6055-4694-a5cf-b83d316dfc98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:59:22 GMT" + "Sat, 08 Aug 2020 06:21:31 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8226?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MjI2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet255?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNTU/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5182260d-b209-4bc7-9c6c-8d191db67575" + "ba34fabf-f740-4c07-a5e4-06e195d61d6b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1196" ], "x-ms-request-id": [ - "7e7cdad3-b2a4-436f-a6e8-068fd93b430f" + "927a3df9-c3bb-409b-a9eb-50b511b7b437" ], "x-ms-correlation-request-id": [ - "7e7cdad3-b2a4-436f-a6e8-068fd93b430f" + "927a3df9-c3bb-409b-a9eb-50b511b7b437" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015923Z:7e7cdad3-b2a4-436f-a6e8-068fd93b430f" + "NORTHEUROPE:20200808T062133Z:927a3df9-c3bb-409b-a9eb-50b511b7b437" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:59:22 GMT" + "Sat, 08 Aug 2020 06:21:32 GMT" ], "Content-Length": [ - "175" + "173" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8226\",\r\n \"name\": \"azsmnet8226\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet255\",\r\n \"name\": \"azsmnet255\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8226/providers/Microsoft.Search/searchServices/azs-8421?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MjI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDIxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet255/providers/Microsoft.Search/searchServices/azs-7319?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTczMTk/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6e8b95f2-5ed1-40eb-8c2f-20704511ac6f" + "89a1d991-facd-4f11-aa01-81590b3856f2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,16 +159,16 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A59%3A27.1575685Z'\"" + "W/\"datetime'2020-08-08T06%3A21%3A39.8794974Z'\"" ], "x-ms-request-id": [ - "6e8b95f2-5ed1-40eb-8c2f-20704511ac6f" + "89a1d991-facd-4f11-aa01-81590b3856f2" ], "request-id": [ - "6e8b95f2-5ed1-40eb-8c2f-20704511ac6f" + "89a1d991-facd-4f11-aa01-81590b3856f2" ], "elapsed-time": [ - "1063" + "3356" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,19 +177,19 @@ "1193" ], "x-ms-correlation-request-id": [ - "2fe508ce-ad8b-4114-bc43-a76d705daeb5" + "53e22b1c-fc5d-4d1a-9cd4-4f1e55505c77" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015927Z:2fe508ce-ad8b-4114-bc43-a76d705daeb5" + "NORTHEUROPE:20200808T062142Z:53e22b1c-fc5d-4d1a-9cd4-4f1e55505c77" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:59:27 GMT" + "Sat, 08 Aug 2020 06:21:41 GMT" ], "Content-Length": [ - "529" + "528" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8226/providers/Microsoft.Search/searchServices/azs-8421\",\r\n \"name\": \"azs-8421\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet255/providers/Microsoft.Search/searchServices/azs-7319\",\r\n \"name\": \"azs-7319\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8226/providers/Microsoft.Search/searchServices/azs-8421/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MjI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDIxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet255/providers/Microsoft.Search/searchServices/azs-7319/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTczMTkvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da14a2aa-4588-441a-86ac-c2d449c9cc2e" + "c1411776-0725-4861-bfdf-1fff67ee93cb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,13 +231,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "da14a2aa-4588-441a-86ac-c2d449c9cc2e" + "c1411776-0725-4861-bfdf-1fff67ee93cb" ], "request-id": [ - "da14a2aa-4588-441a-86ac-c2d449c9cc2e" + "c1411776-0725-4861-bfdf-1fff67ee93cb" ], "elapsed-time": [ - "104" + "520" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -246,16 +246,16 @@ "1191" ], "x-ms-correlation-request-id": [ - "b533d7ba-b6c8-4226-8900-a559a4b6fb1b" + "b81427e2-9436-43bd-a2c0-f692da7283a3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015930Z:b533d7ba-b6c8-4226-8900-a559a4b6fb1b" + "NORTHEUROPE:20200808T062144Z:b81427e2-9436-43bd-a2c0-f692da7283a3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:59:29 GMT" + "Sat, 08 Aug 2020 06:21:44 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"86C84F5D80EAE50E6A2FF1E7CF54F9BB\",\r\n \"secondaryKey\": \"6D4D743791E2A993EB31A283D741B230\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"97CCA840BF40FD2517AB0D09C1F19436\",\r\n \"secondaryKey\": \"56FE651F54E2C7F97E1CE61B812CC9F8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8226/providers/Microsoft.Search/searchServices/azs-8421/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MjI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDIxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet255/providers/Microsoft.Search/searchServices/azs-7319/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTczMTkvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc29af01-9a34-4619-b827-b2181c18c91c" + "465c83d8-b2aa-4987-ba2d-d3be575120cb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,13 +300,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "cc29af01-9a34-4619-b827-b2181c18c91c" + "465c83d8-b2aa-4987-ba2d-d3be575120cb" ], "request-id": [ - "cc29af01-9a34-4619-b827-b2181c18c91c" + "465c83d8-b2aa-4987-ba2d-d3be575120cb" ], "elapsed-time": [ - "97" + "729" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -315,16 +315,16 @@ "1190" ], "x-ms-correlation-request-id": [ - "35cecafd-b292-4326-9a3c-27ddc8a1a0f3" + "d7d2f099-8cfa-424f-8ba2-47fa09bfc638" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015930Z:35cecafd-b292-4326-9a3c-27ddc8a1a0f3" + "NORTHEUROPE:20200808T062146Z:d7d2f099-8cfa-424f-8ba2-47fa09bfc638" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:59:29 GMT" + "Sat, 08 Aug 2020 06:21:45 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"62D463BA03E466EB64713934882B6432\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"7180583FB5D36DE1C2DA046CD1ECC7B9\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7292\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8908\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "149b95d6-d075-44a1-8e8f-17b11c269a24" + "3f97c451-678e-4559-aaf2-069505a7b5ba" ], "Accept-Language": [ "en-US" ], "api-key": [ - "86C84F5D80EAE50E6A2FF1E7CF54F9BB" + "97CCA840BF40FD2517AB0D09C1F19436" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,10 +375,10 @@ "no-cache" ], "request-id": [ - "149b95d6-d075-44a1-8e8f-17b11c269a24" + "3f97c451-678e-4559-aaf2-069505a7b5ba" ], "elapsed-time": [ - "47" + "59" ], "OData-Version": [ "4.0" @@ -390,7 +390,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:59:32 GMT" + "Sat, 08 Aug 2020 06:21:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,25 +405,25 @@ "165" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"The request is invalid. Details: index : Found 0 key fields in index 'azsmnet7292'. Each index must have exactly one key field.\\r\\n\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"The request is invalid. Details: index : Found 0 key fields in index 'azsmnet8908'. Each index must have exactly one key field.\\r\\n\"\r\n }\r\n}", "StatusCode": 400 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8226/providers/Microsoft.Search/searchServices/azs-8421?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MjI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDIxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet255/providers/Microsoft.Search/searchServices/azs-7319?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTczMTk/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "08ba1009-33a8-4f56-8d30-b156dcee33f5" + "1750f6f2-713b-4e66-ac95-b80e0d0522e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -434,51 +434,42 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "08ba1009-33a8-4f56-8d30-b156dcee33f5" - ], - "request-id": [ - "08ba1009-33a8-4f56-8d30-b156dcee33f5" - ], - "elapsed-time": [ - "890" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14991" ], + "x-ms-request-id": [ + "1773f7b4-2823-4800-880e-10f14956cba5" + ], "x-ms-correlation-request-id": [ - "aff912f2-a10e-483a-a2ca-b29853ddbc8e" + "1773f7b4-2823-4800-880e-10f14956cba5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015942Z:aff912f2-a10e-483a-a2ca-b29853ddbc8e" + "NORTHEUROPE:20200808T062156Z:1773f7b4-2823-4800-880e-10f14956cba5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:59:42 GMT" + "Sat, 08 Aug 2020 06:21:55 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8226", - "azsmnet7292" + "azsmnet255", + "azsmnet8908" ], "GenerateServiceName": [ - "azs-8421" + "azs-7319" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CreateIndexReturnsCorrectDefaultValues.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CreateIndexReturnsCorrectDefaultValues.json index 7da1602b4f5d..6c81a4111010 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CreateIndexReturnsCorrectDefaultValues.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CreateIndexReturnsCorrectDefaultValues.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "56074de6-c3f7-4670-906d-41169f84705c" + "a5b58612-0bc1-44e8-b816-7a617b83f91b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1190" ], "x-ms-request-id": [ - "c4bd7115-ea94-4cbf-8ceb-573c73f7e496" + "045fdfab-de0e-4276-a799-11d39929ddcc" ], "x-ms-correlation-request-id": [ - "c4bd7115-ea94-4cbf-8ceb-573c73f7e496" + "045fdfab-de0e-4276-a799-11d39929ddcc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015947Z:c4bd7115-ea94-4cbf-8ceb-573c73f7e496" + "NORTHEUROPE:20200808T062202Z:045fdfab-de0e-4276-a799-11d39929ddcc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:59:47 GMT" + "Sat, 08 Aug 2020 06:22:01 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9096?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MDk2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6349?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MzQ5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9ac2bd09-afe3-4958-b394-b3d09ccc0e92" + "e2b56f15-35fc-4ab7-8089-61607616e8c9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -96,13 +96,13 @@ "1194" ], "x-ms-request-id": [ - "d9f912a7-5bc2-42f4-8e3e-3b990cb3e4bd" + "dea7a2d9-dc78-4fc8-b1b9-42991bcb6ac4" ], "x-ms-correlation-request-id": [ - "d9f912a7-5bc2-42f4-8e3e-3b990cb3e4bd" + "dea7a2d9-dc78-4fc8-b1b9-42991bcb6ac4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015948Z:d9f912a7-5bc2-42f4-8e3e-3b990cb3e4bd" + "NORTHEUROPE:20200808T062203Z:dea7a2d9-dc78-4fc8-b1b9-42991bcb6ac4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:59:47 GMT" + "Sat, 08 Aug 2020 06:22:02 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9096\",\r\n \"name\": \"azsmnet9096\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6349\",\r\n \"name\": \"azsmnet6349\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9096/providers/Microsoft.Search/searchServices/azs-9929?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTI5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6349/providers/Microsoft.Search/searchServices/azs-782?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODI/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5a86e681-3e25-43a9-9bcc-4ba3e52e77a3" + "fa7a5b14-57a3-4f34-94bf-1da048b1aea0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A59%3A51.4839891Z'\"" + "W/\"datetime'2020-08-08T06%3A22%3A08.5300885Z'\"" ], "x-ms-request-id": [ - "5a86e681-3e25-43a9-9bcc-4ba3e52e77a3" + "fa7a5b14-57a3-4f34-94bf-1da048b1aea0" ], "request-id": [ - "5a86e681-3e25-43a9-9bcc-4ba3e52e77a3" + "fa7a5b14-57a3-4f34-94bf-1da048b1aea0" ], "elapsed-time": [ - "1208" + "1751" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1196" ], "x-ms-correlation-request-id": [ - "c0e2e0f4-3169-4696-bf8f-eab153470184" + "e9694775-241b-4de7-8a20-a0d6ec4f3cf1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015952Z:c0e2e0f4-3169-4696-bf8f-eab153470184" + "NORTHEUROPE:20200808T062210Z:e9694775-241b-4de7-8a20-a0d6ec4f3cf1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:59:51 GMT" + "Sat, 08 Aug 2020 06:22:09 GMT" ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9096/providers/Microsoft.Search/searchServices/azs-9929\",\r\n \"name\": \"azs-9929\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6349/providers/Microsoft.Search/searchServices/azs-782\",\r\n \"name\": \"azs-782\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9096/providers/Microsoft.Search/searchServices/azs-9929/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTI5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6349/providers/Microsoft.Search/searchServices/azs-782/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODIvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db44ef49-9579-4290-82be-375116924e8c" + "bf6b9441-0bdd-4270-ad82-e009a9454774" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "db44ef49-9579-4290-82be-375116924e8c" + "bf6b9441-0bdd-4270-ad82-e009a9454774" ], "request-id": [ - "db44ef49-9579-4290-82be-375116924e8c" + "bf6b9441-0bdd-4270-ad82-e009a9454774" ], "elapsed-time": [ - "103" + "93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1196" ], "x-ms-correlation-request-id": [ - "57dd29e0-c644-44e1-abea-218db5e9907e" + "4a9bd6f7-2ef1-4cde-9859-8e5c7e8ed05c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015954Z:57dd29e0-c644-44e1-abea-218db5e9907e" + "NORTHEUROPE:20200808T062212Z:4a9bd6f7-2ef1-4cde-9859-8e5c7e8ed05c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:59:54 GMT" + "Sat, 08 Aug 2020 06:22:12 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"3F74F5FF2A1FEB66070604247E175328\",\r\n \"secondaryKey\": \"77835D6745516B544DE237DC2CCC6EE5\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"A25121163E17A952D3CFABF948A30BBC\",\r\n \"secondaryKey\": \"64A4290BFFC7D7DA816155511103CD0F\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9096/providers/Microsoft.Search/searchServices/azs-9929/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTI5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6349/providers/Microsoft.Search/searchServices/azs-782/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODIvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fdff31b8-f5f3-4a61-a6de-1b903a157765" + "e2f65e19-7516-4b87-86b1-6fe37ddc2012" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "fdff31b8-f5f3-4a61-a6de-1b903a157765" + "e2f65e19-7516-4b87-86b1-6fe37ddc2012" ], "request-id": [ - "fdff31b8-f5f3-4a61-a6de-1b903a157765" + "e2f65e19-7516-4b87-86b1-6fe37ddc2012" ], "elapsed-time": [ - "95" + "90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1195" ], "x-ms-correlation-request-id": [ - "0adcde64-d958-411b-bba3-966875995a29" + "83dd708c-f9ce-45e8-818a-2dee57e2a192" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015954Z:0adcde64-d958-411b-bba3-966875995a29" + "NORTHEUROPE:20200808T062212Z:83dd708c-f9ce-45e8-818a-2dee57e2a192" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:59:54 GMT" + "Sat, 08 Aug 2020 06:22:12 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"697F5F86399254DEA81A5CC9D951525E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"6C808D434E561445C47F796B8330AEA1\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6680\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0\r\n }\r\n ]\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ]\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2662\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0\r\n }\r\n ]\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ]\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "0a4ac33b-52ee-40af-a685-8ea351337012" + "2d5c1f26-dd22-49ba-968f-849e4a47bbd7" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3F74F5FF2A1FEB66070604247E175328" + "A25121163E17A952D3CFABF948A30BBC" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80373FD0B44CC\"" + "W/\"0x8D83B6364FEF871\"" ], "Location": [ - "https://azs-9929.search-dogfood.windows-int.net/indexes('azsmnet6680')?api-version=2019-05-06" + "https://azs-782.search-dogfood.windows-int.net/indexes('azsmnet2662')?api-version=2019-05-06" ], "request-id": [ - "0a4ac33b-52ee-40af-a685-8ea351337012" + "2d5c1f26-dd22-49ba-968f-849e4a47bbd7" ], "elapsed-time": [ - "1284" + "1350" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:59:57 GMT" + "Sat, 08 Aug 2020 06:22:15 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,28 +405,28 @@ "-1" ], "Content-Length": [ - "6895" + "6894" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9929.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80373FD0B44CC\\\"\",\r\n \"name\": \"azsmnet6680\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ],\r\n \"maxAgeInSeconds\": null\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-782.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6364FEF871\\\"\",\r\n \"name\": \"azsmnet2662\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ],\r\n \"maxAgeInSeconds\": null\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9096/providers/Microsoft.Search/searchServices/azs-9929?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTI5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6349/providers/Microsoft.Search/searchServices/azs-782?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODI/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2d3948df-5b7d-4c8f-a137-672ce7efbc86" + "d7040d7e-2538-4c5f-b815-f1eaf9749e56" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -437,51 +437,42 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "2d3948df-5b7d-4c8f-a137-672ce7efbc86" - ], - "request-id": [ - "2d3948df-5b7d-4c8f-a137-672ce7efbc86" - ], - "elapsed-time": [ - "1772" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14995" ], + "x-ms-request-id": [ + "e67d2e72-53ef-4979-9068-c9b4f359937a" + ], "x-ms-correlation-request-id": [ - "7b50ac54-2653-4a4b-a2e4-e7cd8fc36119" + "e67d2e72-53ef-4979-9068-c9b4f359937a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020002Z:7b50ac54-2653-4a4b-a2e4-e7cd8fc36119" + "NORTHEUROPE:20200808T062223Z:e67d2e72-53ef-4979-9068-c9b4f359937a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:00:01 GMT" + "Sat, 08 Aug 2020 06:22:23 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet9096", - "azsmnet6680" + "azsmnet6349", + "azsmnet2662" ], "GenerateServiceName": [ - "azs-9929" + "azs-782" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CreateIndexReturnsCorrectDefinition.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CreateIndexReturnsCorrectDefinition.json index 6302c39b9921..0384d14fca23 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CreateIndexReturnsCorrectDefinition.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CreateIndexReturnsCorrectDefinition.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9f1dbc1e-9f27-4529-9a1e-02ad2a006ad7" + "33164727-e996-40f7-909a-d550dc92dce7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1193" ], "x-ms-request-id": [ - "ad364020-b4a5-49f4-82d1-32311d828dd0" + "f8610385-c73a-49a6-befd-4c44213f9964" ], "x-ms-correlation-request-id": [ - "ad364020-b4a5-49f4-82d1-32311d828dd0" + "f8610385-c73a-49a6-befd-4c44213f9964" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020709Z:ad364020-b4a5-49f4-82d1-32311d828dd0" + "NORTHEUROPE:20200808T063226Z:f8610385-c73a-49a6-befd-4c44213f9964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:07:09 GMT" + "Sat, 08 Aug 2020 06:32:25 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5762?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NzYyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2340?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMzQwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a29c5005-73aa-4922-ad41-77684a252996" + "e5d1a0e4-ea32-409a-bef3-4f3f482ff512" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1195" ], "x-ms-request-id": [ - "6665586f-9a4a-4b76-a16c-54f68f291fa8" + "651fc538-b764-4ddf-8e6f-1797f407a89e" ], "x-ms-correlation-request-id": [ - "6665586f-9a4a-4b76-a16c-54f68f291fa8" + "651fc538-b764-4ddf-8e6f-1797f407a89e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020710Z:6665586f-9a4a-4b76-a16c-54f68f291fa8" + "NORTHEUROPE:20200808T063227Z:651fc538-b764-4ddf-8e6f-1797f407a89e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:07:10 GMT" + "Sat, 08 Aug 2020 06:32:27 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5762\",\r\n \"name\": \"azsmnet5762\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2340\",\r\n \"name\": \"azsmnet2340\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5762/providers/Microsoft.Search/searchServices/azs-2951?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yOTUxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2340/providers/Microsoft.Search/searchServices/azs-5436?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NDM2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9e5ef3b4-2477-4227-8afc-710b28d16b80" + "ae72897b-e32e-44da-be3b-629c1d3ea3e7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A07%3A14.2433027Z'\"" + "W/\"datetime'2020-08-08T06%3A32%3A34.3207817Z'\"" ], "x-ms-request-id": [ - "9e5ef3b4-2477-4227-8afc-710b28d16b80" + "ae72897b-e32e-44da-be3b-629c1d3ea3e7" ], "request-id": [ - "9e5ef3b4-2477-4227-8afc-710b28d16b80" + "ae72897b-e32e-44da-be3b-629c1d3ea3e7" ], "elapsed-time": [ - "1155" + "2701" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1193" ], "x-ms-correlation-request-id": [ - "f48376be-e880-42d1-a96c-bc5f759f3b30" + "76bb46b1-55d6-4624-a9ad-394676bfca14" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020715Z:f48376be-e880-42d1-a96c-bc5f759f3b30" + "NORTHEUROPE:20200808T063235Z:76bb46b1-55d6-4624-a9ad-394676bfca14" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:07:14 GMT" + "Sat, 08 Aug 2020 06:32:35 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5762/providers/Microsoft.Search/searchServices/azs-2951\",\r\n \"name\": \"azs-2951\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2340/providers/Microsoft.Search/searchServices/azs-5436\",\r\n \"name\": \"azs-5436\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5762/providers/Microsoft.Search/searchServices/azs-2951/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yOTUxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2340/providers/Microsoft.Search/searchServices/azs-5436/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NDM2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bebb8ba7-92f0-4e20-85da-d8ee5f75abb9" + "2ae18c49-e39a-48db-a662-77f8da7c06da" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "bebb8ba7-92f0-4e20-85da-d8ee5f75abb9" + "2ae18c49-e39a-48db-a662-77f8da7c06da" ], "request-id": [ - "bebb8ba7-92f0-4e20-85da-d8ee5f75abb9" + "2ae18c49-e39a-48db-a662-77f8da7c06da" ], "elapsed-time": [ - "94" + "413" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1190" ], "x-ms-correlation-request-id": [ - "d1a11ad8-7e66-48d4-ae58-7f96c0d35de1" + "cf27536d-e045-4397-8e66-47faba33627c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020717Z:d1a11ad8-7e66-48d4-ae58-7f96c0d35de1" + "NORTHEUROPE:20200808T063239Z:cf27536d-e045-4397-8e66-47faba33627c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:07:16 GMT" + "Sat, 08 Aug 2020 06:32:38 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"655C9F2DA6EF4295D1F175D3C7848C33\",\r\n \"secondaryKey\": \"68EE0CDB64303AC40A4DDD6E7689113F\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"CF21792ED2FBE83E41D068DA9E7E5969\",\r\n \"secondaryKey\": \"599216F35CCA009FB410992BB1B8E97B\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5762/providers/Microsoft.Search/searchServices/azs-2951/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yOTUxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2340/providers/Microsoft.Search/searchServices/azs-5436/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NDM2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ecdb674-0ec0-4fc8-9610-e3ef13b7a6f0" + "32a745e5-9e50-472e-af20-a47ac97c3d5b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8ecdb674-0ec0-4fc8-9610-e3ef13b7a6f0" + "32a745e5-9e50-472e-af20-a47ac97c3d5b" ], "request-id": [ - "8ecdb674-0ec0-4fc8-9610-e3ef13b7a6f0" + "32a745e5-9e50-472e-af20-a47ac97c3d5b" ], "elapsed-time": [ - "118" + "348" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1189" ], "x-ms-correlation-request-id": [ - "dbf0408e-6f9c-44b8-83f1-7086d0cab3fd" + "a106a4d6-843a-4eb7-afee-228259460280" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020718Z:dbf0408e-6f9c-44b8-83f1-7086d0cab3fd" + "NORTHEUROPE:20200808T063240Z:a106a4d6-843a-4eb7-afee-228259460280" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:07:17 GMT" + "Sat, 08 Aug 2020 06:32:39 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"57176673FB5481FE28DAD8F0C54E1DD8\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"AA3813483483E6F89FAFC00C9A6F27CD\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet229\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3888\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "6a058e3a-db01-4255-b5e7-7443f8075771" + "6e44e276-e7fd-443e-98d8-c70b70a0fa17" ], "Accept-Language": [ "en-US" ], "api-key": [ - "655C9F2DA6EF4295D1F175D3C7848C33" + "CF21792ED2FBE83E41D068DA9E7E5969" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "9842" + "9843" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80375054A73CE\"" + "W/\"0x8D83B64DACFF220\"" ], "Location": [ - "https://azs-2951.search-dogfood.windows-int.net/indexes('azsmnet229')?api-version=2019-05-06" + "https://azs-5436.search-dogfood.windows-int.net/indexes('azsmnet3888')?api-version=2019-05-06" ], "request-id": [ - "6a058e3a-db01-4255-b5e7-7443f8075771" + "6e44e276-e7fd-443e-98d8-c70b70a0fa17" ], "elapsed-time": [ - "1249" + "948" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:07:20 GMT" + "Sat, 08 Aug 2020 06:32:42 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,28 +405,28 @@ "-1" ], "Content-Length": [ - "8198" + "8199" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2951.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80375054A73CE\\\"\",\r\n \"name\": \"azsmnet229\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5436.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B64DACFF220\\\"\",\r\n \"name\": \"azsmnet3888\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5762/providers/Microsoft.Search/searchServices/azs-2951?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yOTUxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2340/providers/Microsoft.Search/searchServices/azs-5436?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NDM2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd88ac5a-ed63-4928-93ea-6e64a863c3c7" + "192dcfc8-9741-4d99-a253-8546e984a043" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -437,51 +437,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14983" + ], "x-ms-request-id": [ - "cd88ac5a-ed63-4928-93ea-6e64a863c3c7" + "df9ac14f-882d-40b6-98e9-bcbf0703f41e" ], - "request-id": [ - "cd88ac5a-ed63-4928-93ea-6e64a863c3c7" + "x-ms-correlation-request-id": [ + "df9ac14f-882d-40b6-98e9-bcbf0703f41e" ], - "elapsed-time": [ - "888" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T063252Z:df9ac14f-882d-40b6-98e9-bcbf0703f41e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14981" - ], - "x-ms-correlation-request-id": [ - "ce86f4da-c5eb-4e95-976b-6ce25269c06c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020724Z:ce86f4da-c5eb-4e95-976b-6ce25269c06c" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:07:23 GMT" + "Sat, 08 Aug 2020 06:32:52 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5762", - "azsmnet229" + "azsmnet2340", + "azsmnet3888" ], "GenerateServiceName": [ - "azs-2951" + "azs-5436" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CreateOrUpdateCreatesWhenIndexDoesNotExist.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CreateOrUpdateCreatesWhenIndexDoesNotExist.json index 3d2eb1f6fe98..c612c780feb6 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CreateOrUpdateCreatesWhenIndexDoesNotExist.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CreateOrUpdateCreatesWhenIndexDoesNotExist.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c00cdefd-2d9e-4923-8c13-8d6f7f06423b" + "be63a088-d280-4eb4-94a1-87c25af58702" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1191" ], "x-ms-request-id": [ - "7fca2c92-bbcb-4bd4-862d-c2d2d98581bd" + "8ab5b8dd-bfab-40b4-8524-9683fb6d84b0" ], "x-ms-correlation-request-id": [ - "7fca2c92-bbcb-4bd4-862d-c2d2d98581bd" + "8ab5b8dd-bfab-40b4-8524-9683fb6d84b0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020045Z:7fca2c92-bbcb-4bd4-862d-c2d2d98581bd" + "NORTHEUROPE:20200808T062412Z:8ab5b8dd-bfab-40b4-8524-9683fb6d84b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:00:45 GMT" + "Sat, 08 Aug 2020 06:24:11 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet620?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MjA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6817?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2ODE3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "22f8a3d0-c423-45e5-afda-27615cee5e5b" + "c7660313-c420-490a-ac35-77d765029a88" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1194" ], "x-ms-request-id": [ - "2198d117-f57a-4e37-a2e4-741f25aac730" + "a0f6b5ac-3040-4cde-8f15-5953a8730011" ], "x-ms-correlation-request-id": [ - "2198d117-f57a-4e37-a2e4-741f25aac730" + "a0f6b5ac-3040-4cde-8f15-5953a8730011" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020046Z:2198d117-f57a-4e37-a2e4-741f25aac730" + "NORTHEUROPE:20200808T062413Z:a0f6b5ac-3040-4cde-8f15-5953a8730011" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:00:45 GMT" + "Sat, 08 Aug 2020 06:24:12 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet620\",\r\n \"name\": \"azsmnet620\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6817\",\r\n \"name\": \"azsmnet6817\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet620/providers/Microsoft.Search/searchServices/azs-2453?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTI0NTM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6817/providers/Microsoft.Search/searchServices/azs-3743?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzQzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "054271c6-5c8d-4f30-abe4-8a6212b2089c" + "3dabb926-2e0a-4f27-a9c6-3893a56a4e56" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A00%3A53.3282776Z'\"" + "W/\"datetime'2020-08-08T06%3A24%3A20.3330226Z'\"" ], "x-ms-request-id": [ - "054271c6-5c8d-4f30-abe4-8a6212b2089c" + "3dabb926-2e0a-4f27-a9c6-3893a56a4e56" ], "request-id": [ - "054271c6-5c8d-4f30-abe4-8a6212b2089c" + "3dabb926-2e0a-4f27-a9c6-3893a56a4e56" ], "elapsed-time": [ - "1057" + "1364" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1195" ], "x-ms-correlation-request-id": [ - "f781932f-d620-4a38-abe4-f45f6ac0c1b4" + "ed6422ca-0cf4-42e4-9328-a6bd01d80081" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020054Z:f781932f-d620-4a38-abe4-f45f6ac0c1b4" + "NORTHEUROPE:20200808T062421Z:ed6422ca-0cf4-42e4-9328-a6bd01d80081" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:00:54 GMT" + "Sat, 08 Aug 2020 06:24:20 GMT" ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet620/providers/Microsoft.Search/searchServices/azs-2453\",\r\n \"name\": \"azs-2453\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6817/providers/Microsoft.Search/searchServices/azs-3743\",\r\n \"name\": \"azs-3743\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet620/providers/Microsoft.Search/searchServices/azs-2453/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTI0NTMvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6817/providers/Microsoft.Search/searchServices/azs-3743/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzQzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "97e8764c-c409-45ba-ba96-ac8b3cf71481" + "78f4e012-2c5f-48d7-9490-8b52312483a1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "97e8764c-c409-45ba-ba96-ac8b3cf71481" + "78f4e012-2c5f-48d7-9490-8b52312483a1" ], "request-id": [ - "97e8764c-c409-45ba-ba96-ac8b3cf71481" + "78f4e012-2c5f-48d7-9490-8b52312483a1" ], "elapsed-time": [ - "91" + "93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1194" ], "x-ms-correlation-request-id": [ - "4527eec7-5fb1-4cda-8300-130ee67f5281" + "4aa8a1b5-a5f6-4657-bf3d-edb5143231da" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020056Z:4527eec7-5fb1-4cda-8300-130ee67f5281" + "NORTHEUROPE:20200808T062424Z:4aa8a1b5-a5f6-4657-bf3d-edb5143231da" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:00:56 GMT" + "Sat, 08 Aug 2020 06:24:23 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"0533122EEBD3146502E19F11C9F4A099\",\r\n \"secondaryKey\": \"08CB7E5ABB9AFA9EB7D2E34C50728F7F\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"53A76B9F1B07790CFA889483D81E83D5\",\r\n \"secondaryKey\": \"427FDA5691220D7DB3B17129F6FF194E\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet620/providers/Microsoft.Search/searchServices/azs-2453/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTI0NTMvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6817/providers/Microsoft.Search/searchServices/azs-3743/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzQzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fc141529-c50d-425f-a8a8-33594953bfc8" + "bdc6745c-d6d1-4e58-9a4d-3c0fcc840ef2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "fc141529-c50d-425f-a8a8-33594953bfc8" + "bdc6745c-d6d1-4e58-9a4d-3c0fcc840ef2" ], "request-id": [ - "fc141529-c50d-425f-a8a8-33594953bfc8" + "bdc6745c-d6d1-4e58-9a4d-3c0fcc840ef2" ], "elapsed-time": [ - "102" + "115" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1193" ], "x-ms-correlation-request-id": [ - "a4308178-1ece-4aca-8730-93ad87c47293" + "310766d2-ce8b-4400-9f42-110466b7b832" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020056Z:a4308178-1ece-4aca-8730-93ad87c47293" + "NORTHEUROPE:20200808T062424Z:310766d2-ce8b-4400-9f42-110466b7b832" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:00:56 GMT" + "Sat, 08 Aug 2020 06:24:24 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"6A6206832426C8B62C06CB801977A055\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"5B580D3C60D4D582A212EA4CE14D557A\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet1818')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxODE4Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet7828')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3ODI4Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet1818\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7828\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "ba8c81f8-6b5a-4d7e-8e8c-8da47ce1358d" + "394236b0-a7ca-4e1b-a97d-0731cee5c30f" ], "Prefer": [ "return=representation" @@ -355,12 +355,12 @@ "en-US" ], "api-key": [ - "0533122EEBD3146502E19F11C9F4A099" + "53A76B9F1B07790CFA889483D81E83D5" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -378,16 +378,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037421F087D1\"" + "W/\"0x8D83B63B4238855\"" ], "Location": [ - "https://azs-2453.search-dogfood.windows-int.net/indexes('azsmnet1818')?api-version=2019-05-06" + "https://azs-3743.search-dogfood.windows-int.net/indexes('azsmnet7828')?api-version=2019-05-06" ], "request-id": [ - "ba8c81f8-6b5a-4d7e-8e8c-8da47ce1358d" + "394236b0-a7ca-4e1b-a97d-0731cee5c30f" ], "elapsed-time": [ - "1123" + "2055" ], "OData-Version": [ "4.0" @@ -399,7 +399,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:00:58 GMT" + "Sat, 08 Aug 2020 06:24:27 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -411,25 +411,25 @@ "8199" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2453.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037421F087D1\\\"\",\r\n \"name\": \"azsmnet1818\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3743.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B63B4238855\\\"\",\r\n \"name\": \"azsmnet7828\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet620/providers/Microsoft.Search/searchServices/azs-2453?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTI0NTM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6817/providers/Microsoft.Search/searchServices/azs-3743?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzQzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1281140d-e05b-4227-8160-1d4d4de7ad8f" + "520c452a-ddf0-4fc6-8470-ee9a4cf4ea63" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -440,51 +440,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "1281140d-e05b-4227-8160-1d4d4de7ad8f" + "dff902c6-0c88-4221-8a61-272eee255361" ], - "request-id": [ - "1281140d-e05b-4227-8160-1d4d4de7ad8f" + "x-ms-correlation-request-id": [ + "dff902c6-0c88-4221-8a61-272eee255361" ], - "elapsed-time": [ - "1284" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T062439Z:dff902c6-0c88-4221-8a61-272eee255361" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" - ], - "x-ms-correlation-request-id": [ - "67de3887-9f3d-4a54-82ad-0ba2955aee6e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020104Z:67de3887-9f3d-4a54-82ad-0ba2955aee6e" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:01:04 GMT" + "Sat, 08 Aug 2020 06:24:38 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet620", - "azsmnet1818" + "azsmnet6817", + "azsmnet7828" ], "GenerateServiceName": [ - "azs-2453" + "azs-3743" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CreateOrUpdateIndexIfNotExistsFailsOnExistingResource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CreateOrUpdateIndexIfNotExistsFailsOnExistingResource.json index ffc07c3cf8f7..b322250e4934 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CreateOrUpdateIndexIfNotExistsFailsOnExistingResource.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CreateOrUpdateIndexIfNotExistsFailsOnExistingResource.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b7dbfe44-3698-4060-907a-b74ac6b75a16" + "63346f3e-200e-4bfb-b1df-486966951af1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1188" ], "x-ms-request-id": [ - "d529904d-8bca-4b5c-8b91-e92662255200" + "0b763a28-61cb-47e0-839d-7fa792b2fe63" ], "x-ms-correlation-request-id": [ - "d529904d-8bca-4b5c-8b91-e92662255200" + "0b763a28-61cb-47e0-839d-7fa792b2fe63" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020600Z:d529904d-8bca-4b5c-8b91-e92662255200" + "NORTHEUROPE:20200808T062949Z:0b763a28-61cb-47e0-839d-7fa792b2fe63" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:06:00 GMT" + "Sat, 08 Aug 2020 06:29:48 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3833?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzODMzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1539?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxNTM5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7440a5fe-02d2-40c4-b6a6-aa67a8688a29" + "5113cc76-3ec3-47a7-a5d3-7f1764b9bbd9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1192" ], "x-ms-request-id": [ - "b492a639-b260-4be3-9791-fb3c9e879e0b" + "7f1d3cf9-7b65-48b3-b651-e9ad912f524f" ], "x-ms-correlation-request-id": [ - "b492a639-b260-4be3-9791-fb3c9e879e0b" + "7f1d3cf9-7b65-48b3-b651-e9ad912f524f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020601Z:b492a639-b260-4be3-9791-fb3c9e879e0b" + "NORTHEUROPE:20200808T062950Z:7f1d3cf9-7b65-48b3-b651-e9ad912f524f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:06:00 GMT" + "Sat, 08 Aug 2020 06:29:50 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3833\",\r\n \"name\": \"azsmnet3833\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1539\",\r\n \"name\": \"azsmnet1539\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3833/providers/Microsoft.Search/searchServices/azs-6086?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDg2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1539/providers/Microsoft.Search/searchServices/azs-1562?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNTYyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3c15ffee-0f83-4140-ab6d-53b8416b9866" + "3f448e40-c742-45ab-ab91-dd148f2274e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A06%3A05.0020941Z'\"" + "W/\"datetime'2020-08-08T06%3A29%3A55.6289212Z'\"" ], "x-ms-request-id": [ - "3c15ffee-0f83-4140-ab6d-53b8416b9866" + "3f448e40-c742-45ab-ab91-dd148f2274e1" ], "request-id": [ - "3c15ffee-0f83-4140-ab6d-53b8416b9866" + "3f448e40-c742-45ab-ab91-dd148f2274e1" ], "elapsed-time": [ - "1934" + "1699" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1192" ], "x-ms-correlation-request-id": [ - "1cfa136d-8ca5-44f2-b91a-40d0950dd0e4" + "8999d6c6-0a42-468f-82da-946a98bbdee5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020605Z:1cfa136d-8ca5-44f2-b91a-40d0950dd0e4" + "NORTHEUROPE:20200808T062956Z:8999d6c6-0a42-468f-82da-946a98bbdee5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:06:05 GMT" + "Sat, 08 Aug 2020 06:29:56 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3833/providers/Microsoft.Search/searchServices/azs-6086\",\r\n \"name\": \"azs-6086\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1539/providers/Microsoft.Search/searchServices/azs-1562\",\r\n \"name\": \"azs-1562\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3833/providers/Microsoft.Search/searchServices/azs-6086/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDg2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1539/providers/Microsoft.Search/searchServices/azs-1562/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNTYyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c4812f8-38d8-414d-b57c-4df5e52dc3a9" + "bdfd92bd-7650-4fad-b319-d04b2bef5394" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9c4812f8-38d8-414d-b57c-4df5e52dc3a9" + "bdfd92bd-7650-4fad-b319-d04b2bef5394" ], "request-id": [ - "9c4812f8-38d8-414d-b57c-4df5e52dc3a9" + "bdfd92bd-7650-4fad-b319-d04b2bef5394" ], "elapsed-time": [ - "274" + "99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1188" ], "x-ms-correlation-request-id": [ - "bedec1cf-755a-49b5-9994-1c287f10c9a0" + "f9d2785f-b623-440f-aa80-478b40fb2c32" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020608Z:bedec1cf-755a-49b5-9994-1c287f10c9a0" + "NORTHEUROPE:20200808T062959Z:f9d2785f-b623-440f-aa80-478b40fb2c32" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:06:07 GMT" + "Sat, 08 Aug 2020 06:29:58 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"5E39665AD68288C7292EC1C7552CEBB8\",\r\n \"secondaryKey\": \"A6C059CAC456A69706014F9693EC988D\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"681F7080FC37DB40A9F1B978FB0658FF\",\r\n \"secondaryKey\": \"77B2B6C955BA3EDB2A986E118A1C284F\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3833/providers/Microsoft.Search/searchServices/azs-6086/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDg2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1539/providers/Microsoft.Search/searchServices/azs-1562/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNTYyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7d9d93dc-0118-41a7-85be-378fff2b72ac" + "f756d943-ab09-40a5-a9cb-58c86f5a5628" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7d9d93dc-0118-41a7-85be-378fff2b72ac" + "f756d943-ab09-40a5-a9cb-58c86f5a5628" ], "request-id": [ - "7d9d93dc-0118-41a7-85be-378fff2b72ac" + "f756d943-ab09-40a5-a9cb-58c86f5a5628" ], "elapsed-time": [ - "446" + "98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1187" ], "x-ms-correlation-request-id": [ - "f6047be1-8c22-49cf-962d-3412baf2dbc9" + "76294a69-3557-410e-af18-8be24e5d0ce7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020608Z:f6047be1-8c22-49cf-962d-3412baf2dbc9" + "NORTHEUROPE:20200808T062959Z:76294a69-3557-410e-af18-8be24e5d0ce7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:06:08 GMT" + "Sat, 08 Aug 2020 06:29:59 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"02652C2794CBAF9B2C4A22BC24D964A1\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"3939B924EEDDFC619402A8437D487C0F\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet6369')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MzY5Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5257')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MjU3Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet6369\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5257\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c1b101be-5cbe-4574-8653-2c679237dc24" + "30e00911-ffad-4829-9a03-df71a819df72" ], "Prefer": [ "return=representation" @@ -355,12 +355,12 @@ "en-US" ], "api-key": [ - "5E39665AD68288C7292EC1C7552CEBB8" + "681F7080FC37DB40A9F1B978FB0658FF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -378,16 +378,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80374DBE86A21\"" + "W/\"0x8D83B647B1B7A9E\"" ], "Location": [ - "https://azs-6086.search-dogfood.windows-int.net/indexes('azsmnet6369')?api-version=2019-05-06" + "https://azs-1562.search-dogfood.windows-int.net/indexes('azsmnet5257')?api-version=2019-05-06" ], "request-id": [ - "c1b101be-5cbe-4574-8653-2c679237dc24" + "30e00911-ffad-4829-9a03-df71a819df72" ], "elapsed-time": [ - "1251" + "868" ], "OData-Version": [ "4.0" @@ -399,7 +399,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:06:11 GMT" + "Sat, 08 Aug 2020 06:30:02 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -411,17 +411,17 @@ "8199" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6086.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80374DBE86A21\\\"\",\r\n \"name\": \"azsmnet6369\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1562.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B647B1B7A9E\\\"\",\r\n \"name\": \"azsmnet5257\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet6369')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MzY5Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5257')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MjU3Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet6369\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"@odata.etag\": \"\\\"0x8D80374DBE86A21\\\"\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5257\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"@odata.etag\": \"\\\"0x8D83B647B1B7A9E\\\"\"\r\n}", "RequestHeaders": { "client-request-id": [ - "e02485ed-bb6c-488e-9c77-602258133a4f" + "5122c212-f817-4928-981e-7bf2104aba30" ], "Prefer": [ "return=representation" @@ -433,12 +433,12 @@ "*" ], "api-key": [ - "5E39665AD68288C7292EC1C7552CEBB8" + "681F7080FC37DB40A9F1B978FB0658FF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -456,10 +456,10 @@ "no-cache" ], "request-id": [ - "e02485ed-bb6c-488e-9c77-602258133a4f" + "5122c212-f817-4928-981e-7bf2104aba30" ], "elapsed-time": [ - "47" + "83" ], "OData-Version": [ "4.0" @@ -471,7 +471,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:06:12 GMT" + "Sat, 08 Aug 2020 06:30:03 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -490,21 +490,21 @@ "StatusCode": 412 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3833/providers/Microsoft.Search/searchServices/azs-6086?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDg2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1539/providers/Microsoft.Search/searchServices/azs-1562?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNTYyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60e17278-a47b-4b5d-8204-4caa5f77d8ca" + "7f832f63-1e0a-4179-a705-6e28c4fb12b8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -515,51 +515,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14996" + ], "x-ms-request-id": [ - "60e17278-a47b-4b5d-8204-4caa5f77d8ca" + "eeb24241-ca5c-41c3-985e-8b1685ab107a" ], - "request-id": [ - "60e17278-a47b-4b5d-8204-4caa5f77d8ca" + "x-ms-correlation-request-id": [ + "eeb24241-ca5c-41c3-985e-8b1685ab107a" ], - "elapsed-time": [ - "969" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T063052Z:eeb24241-ca5c-41c3-985e-8b1685ab107a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14989" - ], - "x-ms-correlation-request-id": [ - "da0ca03b-2931-4e2c-a239-17f6551b1716" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020617Z:da0ca03b-2931-4e2c-a239-17f6551b1716" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:06:17 GMT" + "Sat, 08 Aug 2020 06:30:51 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet3833", - "azsmnet6369" + "azsmnet1539", + "azsmnet5257" ], "GenerateServiceName": [ - "azs-6086" + "azs-1562" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CreateOrUpdateIndexIfNotExistsSucceedsOnNoResource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CreateOrUpdateIndexIfNotExistsSucceedsOnNoResource.json index 7216f2f75536..a63462a22dc5 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CreateOrUpdateIndexIfNotExistsSucceedsOnNoResource.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/CreateOrUpdateIndexIfNotExistsSucceedsOnNoResource.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "15da100a-4239-4581-9392-92ef612f75ea" + "9d4ccd60-170a-4b26-b40b-82104be4b122" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1194" ], "x-ms-request-id": [ - "a286a996-e097-4012-b039-19269cebb70d" + "134ef690-bddc-47eb-a452-f98a83436ab6" ], "x-ms-correlation-request-id": [ - "a286a996-e097-4012-b039-19269cebb70d" + "134ef690-bddc-47eb-a452-f98a83436ab6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020212Z:a286a996-e097-4012-b039-19269cebb70d" + "NORTHEUROPE:20200808T062618Z:134ef690-bddc-47eb-a452-f98a83436ab6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:02:11 GMT" + "Sat, 08 Aug 2020 06:26:17 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet514?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MTQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5472?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NDcyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d215c750-4d30-4a10-a1ab-08a29eb7fb9f" + "a2179d1c-2809-4500-8386-4dca688b6fb1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1196" ], "x-ms-request-id": [ - "24b2da23-03a9-41fe-b0fe-2b9e218b03e2" + "59706448-d0bc-43ae-bfd5-4c93ded4f23e" ], "x-ms-correlation-request-id": [ - "24b2da23-03a9-41fe-b0fe-2b9e218b03e2" + "59706448-d0bc-43ae-bfd5-4c93ded4f23e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020213Z:24b2da23-03a9-41fe-b0fe-2b9e218b03e2" + "NORTHEUROPE:20200808T062619Z:59706448-d0bc-43ae-bfd5-4c93ded4f23e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:02:12 GMT" + "Sat, 08 Aug 2020 06:26:19 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet514\",\r\n \"name\": \"azsmnet514\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5472\",\r\n \"name\": \"azsmnet5472\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet514/providers/Microsoft.Search/searchServices/azs-1765?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE3NjU/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5472/providers/Microsoft.Search/searchServices/azs-4631?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjMxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d28f9104-7ee1-48fd-8029-1a8c9dba551a" + "98d24d39-3811-4af2-9dc5-6d53cd67216e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A02%3A16.9461561Z'\"" + "W/\"datetime'2020-08-08T06%3A26%3A24.5190921Z'\"" ], "x-ms-request-id": [ - "d28f9104-7ee1-48fd-8029-1a8c9dba551a" + "98d24d39-3811-4af2-9dc5-6d53cd67216e" ], "request-id": [ - "d28f9104-7ee1-48fd-8029-1a8c9dba551a" + "98d24d39-3811-4af2-9dc5-6d53cd67216e" ], "elapsed-time": [ - "1033" + "1378" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1192" ], "x-ms-correlation-request-id": [ - "b9e802a1-4bb2-4da3-8d71-adbedb03bfa4" + "1883d246-a8dd-409d-ab30-44db7a7be997" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020217Z:b9e802a1-4bb2-4da3-8d71-adbedb03bfa4" + "NORTHEUROPE:20200808T062625Z:1883d246-a8dd-409d-ab30-44db7a7be997" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:02:16 GMT" + "Sat, 08 Aug 2020 06:26:25 GMT" ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet514/providers/Microsoft.Search/searchServices/azs-1765\",\r\n \"name\": \"azs-1765\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5472/providers/Microsoft.Search/searchServices/azs-4631\",\r\n \"name\": \"azs-4631\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet514/providers/Microsoft.Search/searchServices/azs-1765/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE3NjUvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5472/providers/Microsoft.Search/searchServices/azs-4631/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjMxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "674f5a5a-b911-465a-85c6-081c23a4d751" + "7611080a-bd65-4f5e-b801-c7de822bb14f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "674f5a5a-b911-465a-85c6-081c23a4d751" + "7611080a-bd65-4f5e-b801-c7de822bb14f" ], "request-id": [ - "674f5a5a-b911-465a-85c6-081c23a4d751" + "7611080a-bd65-4f5e-b801-c7de822bb14f" ], "elapsed-time": [ - "123" + "598" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1189" ], "x-ms-correlation-request-id": [ - "f5b031a6-6490-4d4a-89f1-7502a6b1dd93" + "1bbecb37-58ca-4ff6-ac58-627e72a7e251" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020219Z:f5b031a6-6490-4d4a-89f1-7502a6b1dd93" + "NORTHEUROPE:20200808T062628Z:1bbecb37-58ca-4ff6-ac58-627e72a7e251" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:02:19 GMT" + "Sat, 08 Aug 2020 06:26:28 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"B6B8C2729582916E1E76B163CBC3AF1E\",\r\n \"secondaryKey\": \"64EB3768F11D6743F481D82ED11C8FBF\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"A19D576A8990A4C7D0B557220603A017\",\r\n \"secondaryKey\": \"0072EE5C778AE930DE6F66586AD6F68F\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet514/providers/Microsoft.Search/searchServices/azs-1765/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE3NjUvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5472/providers/Microsoft.Search/searchServices/azs-4631/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjMxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae52d4db-38d2-4e21-aef8-179d1bbdfff2" + "da60d540-9bf0-456b-8ee1-1f55d0fadf5e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ae52d4db-38d2-4e21-aef8-179d1bbdfff2" + "da60d540-9bf0-456b-8ee1-1f55d0fadf5e" ], "request-id": [ - "ae52d4db-38d2-4e21-aef8-179d1bbdfff2" + "da60d540-9bf0-456b-8ee1-1f55d0fadf5e" ], "elapsed-time": [ - "92" + "609" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1188" ], "x-ms-correlation-request-id": [ - "6810493b-0c15-4a58-b5fe-5b26d794e39c" + "dc8d3a90-8282-40de-b177-a9e27866efb6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020220Z:6810493b-0c15-4a58-b5fe-5b26d794e39c" + "NORTHEUROPE:20200808T062629Z:dc8d3a90-8282-40de-b177-a9e27866efb6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:02:19 GMT" + "Sat, 08 Aug 2020 06:26:29 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"BF5EB1AD026677A93B8C28436A1D6ED7\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"68F75EF0242773A562A719D337731E46\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9213')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MjEzJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1842')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxODQyJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet9213\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1842\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "65959a06-0901-4ac0-bf76-a68d72f93ce5" + "0555abe9-3c34-424b-866f-f2d36962e201" ], "Prefer": [ "return=representation" @@ -358,12 +358,12 @@ "*" ], "api-key": [ - "B6B8C2729582916E1E76B163CBC3AF1E" + "A19D576A8990A4C7D0B557220603A017" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -381,16 +381,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037453C26014\"" + "W/\"0x8D83B63FE8FFB53\"" ], "Location": [ - "https://azs-1765.search-dogfood.windows-int.net/indexes('azsmnet9213')?api-version=2019-05-06" + "https://azs-4631.search-dogfood.windows-int.net/indexes('azsmnet1842')?api-version=2019-05-06" ], "request-id": [ - "65959a06-0901-4ac0-bf76-a68d72f93ce5" + "0555abe9-3c34-424b-866f-f2d36962e201" ], "elapsed-time": [ - "1308" + "1516" ], "OData-Version": [ "4.0" @@ -402,7 +402,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:02:23 GMT" + "Sat, 08 Aug 2020 06:26:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -414,25 +414,25 @@ "8199" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1765.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037453C26014\\\"\",\r\n \"name\": \"azsmnet9213\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4631.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B63FE8FFB53\\\"\",\r\n \"name\": \"azsmnet1842\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet514/providers/Microsoft.Search/searchServices/azs-1765?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE3NjU/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5472/providers/Microsoft.Search/searchServices/azs-4631?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjMxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "205bdc07-1906-47d1-aa78-4726206d99e5" + "676462e7-3fec-47ab-bcf8-ccf3bf64820f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -443,51 +443,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14993" + ], "x-ms-request-id": [ - "205bdc07-1906-47d1-aa78-4726206d99e5" + "a26cd17a-fc64-4271-a1e8-90e225c70b5e" ], - "request-id": [ - "205bdc07-1906-47d1-aa78-4726206d99e5" + "x-ms-correlation-request-id": [ + "a26cd17a-fc64-4271-a1e8-90e225c70b5e" ], - "elapsed-time": [ - "879" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T062642Z:a26cd17a-fc64-4271-a1e8-90e225c70b5e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" - ], - "x-ms-correlation-request-id": [ - "62fe8fab-9f33-40bf-bacd-919724510f6e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020227Z:62fe8fab-9f33-40bf-bacd-919724510f6e" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:02:27 GMT" + "Sat, 08 Aug 2020 06:26:41 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet514", - "azsmnet9213" + "azsmnet5472", + "azsmnet1842" ], "GenerateServiceName": [ - "azs-1765" + "azs-4631" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/DeleteIndexIfExistsWorksOnlyWhenResourceExists.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/DeleteIndexIfExistsWorksOnlyWhenResourceExists.json index 1af0f9379b7e..07d096ec8890 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/DeleteIndexIfExistsWorksOnlyWhenResourceExists.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/DeleteIndexIfExistsWorksOnlyWhenResourceExists.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b0f0d357-9b4d-4a66-9e1e-96175631fcec" + "79894009-0ca7-461c-86bb-3b78c0f340da" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1192" ], "x-ms-request-id": [ - "43c63943-d7fc-4a69-8808-0ce17d83e476" + "cfd77e64-adf9-4acc-a510-0f261504855f" ], "x-ms-correlation-request-id": [ - "43c63943-d7fc-4a69-8808-0ce17d83e476" + "cfd77e64-adf9-4acc-a510-0f261504855f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020150Z:43c63943-d7fc-4a69-8808-0ce17d83e476" + "NORTHEUROPE:20200808T062547Z:cfd77e64-adf9-4acc-a510-0f261504855f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:01:50 GMT" + "Sat, 08 Aug 2020 06:25:47 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9139?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MTM5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4105?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MTA1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f3fde036-d232-4098-9963-7bb9961bf37e" + "a56e59f0-27d4-4863-ace3-c718c93cc92d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1193" ], "x-ms-request-id": [ - "760af5f7-9fa3-4a44-b859-8328c99ccc4e" + "c7491236-697c-4f31-8c29-1f7fd8692f9f" ], "x-ms-correlation-request-id": [ - "760af5f7-9fa3-4a44-b859-8328c99ccc4e" + "c7491236-697c-4f31-8c29-1f7fd8692f9f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020151Z:760af5f7-9fa3-4a44-b859-8328c99ccc4e" + "NORTHEUROPE:20200808T062549Z:c7491236-697c-4f31-8c29-1f7fd8692f9f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:01:50 GMT" + "Sat, 08 Aug 2020 06:25:48 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9139\",\r\n \"name\": \"azsmnet9139\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4105\",\r\n \"name\": \"azsmnet4105\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9139/providers/Microsoft.Search/searchServices/azs-2596?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTk2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4105/providers/Microsoft.Search/searchServices/azs-4870?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MTA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODcwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1f4aeeab-957d-46ba-b8cc-6d5769abf499" + "d3b4f95c-525c-4a83-966b-9527182febbc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A01%3A54.2699181Z'\"" + "W/\"datetime'2020-08-08T06%3A25%3A54.8436441Z'\"" ], "x-ms-request-id": [ - "1f4aeeab-957d-46ba-b8cc-6d5769abf499" + "d3b4f95c-525c-4a83-966b-9527182febbc" ], "request-id": [ - "1f4aeeab-957d-46ba-b8cc-6d5769abf499" + "d3b4f95c-525c-4a83-966b-9527182febbc" ], "elapsed-time": [ - "1253" + "1689" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1199" ], "x-ms-correlation-request-id": [ - "2acb2078-06d9-4035-9dda-a416157846da" + "cd6e1882-6213-43dd-8289-42786c5928d9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020155Z:2acb2078-06d9-4035-9dda-a416157846da" + "NORTHEUROPE:20200808T062555Z:cd6e1882-6213-43dd-8289-42786c5928d9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:01:54 GMT" + "Sat, 08 Aug 2020 06:25:55 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9139/providers/Microsoft.Search/searchServices/azs-2596\",\r\n \"name\": \"azs-2596\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4105/providers/Microsoft.Search/searchServices/azs-4870\",\r\n \"name\": \"azs-4870\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9139/providers/Microsoft.Search/searchServices/azs-2596/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTk2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4105/providers/Microsoft.Search/searchServices/azs-4870/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MTA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODcwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83fecaea-4df3-4bd8-9ea1-819c374345ea" + "7a915e4f-26c2-4e0e-ae6e-661c3d17b66d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "83fecaea-4df3-4bd8-9ea1-819c374345ea" + "7a915e4f-26c2-4e0e-ae6e-661c3d17b66d" ], "request-id": [ - "83fecaea-4df3-4bd8-9ea1-819c374345ea" + "7a915e4f-26c2-4e0e-ae6e-661c3d17b66d" ], "elapsed-time": [ - "100" + "98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1199" ], "x-ms-correlation-request-id": [ - "12ef3f4f-7f6a-42c1-9b94-f699f7613f04" + "4a3ccdc3-1f6e-4f7d-b1ee-bb11a52f9eb5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020157Z:12ef3f4f-7f6a-42c1-9b94-f699f7613f04" + "NORTHEUROPE:20200808T062558Z:4a3ccdc3-1f6e-4f7d-b1ee-bb11a52f9eb5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:01:57 GMT" + "Sat, 08 Aug 2020 06:25:58 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"65AD7BB5CC87742292F56794AC3C5000\",\r\n \"secondaryKey\": \"F2FDCCDE0AA3AEE0726DD49497928827\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"AEF46E3FF3A7375F339BF90569CA4D85\",\r\n \"secondaryKey\": \"793DCF57D743BAFDA1BAE3C9E0464346\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9139/providers/Microsoft.Search/searchServices/azs-2596/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTk2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4105/providers/Microsoft.Search/searchServices/azs-4870/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MTA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODcwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bc8a220e-ea8c-4ef4-be62-190b5bf42511" + "f55debd0-5c71-43f6-9d34-4bada2c7b7a4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "bc8a220e-ea8c-4ef4-be62-190b5bf42511" + "f55debd0-5c71-43f6-9d34-4bada2c7b7a4" ], "request-id": [ - "bc8a220e-ea8c-4ef4-be62-190b5bf42511" + "f55debd0-5c71-43f6-9d34-4bada2c7b7a4" ], "elapsed-time": [ - "98" + "88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1198" ], "x-ms-correlation-request-id": [ - "e41d383b-252d-426e-bbc0-a2a1bb49971a" + "79ebdb08-1ff4-4605-8c07-a3e63c38193f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020157Z:e41d383b-252d-426e-bbc0-a2a1bb49971a" + "NORTHEUROPE:20200808T062558Z:79ebdb08-1ff4-4605-8c07-a3e63c38193f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:01:57 GMT" + "Sat, 08 Aug 2020 06:25:58 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"4AF238072C6C16C7AFF6CA63606BCDF5\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"24247F263205541EF1990EA4EE441C2F\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet6601')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NjAxJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet2566')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNTY2Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet6601\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2566\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "2aba9c62-3b88-4d4c-b57a-8d8c72ad6be9" + "e886c9f8-df31-439f-9803-1af4452201fd" ], "Prefer": [ "return=representation" @@ -355,12 +355,12 @@ "en-US" ], "api-key": [ - "65AD7BB5CC87742292F56794AC3C5000" + "AEF46E3FF3A7375F339BF90569CA4D85" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -378,16 +378,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80374466C689E\"" + "W/\"0x8D83B63EB7BC0C7\"" ], "Location": [ - "https://azs-2596.search-dogfood.windows-int.net/indexes('azsmnet6601')?api-version=2019-05-06" + "https://azs-4870.search-dogfood.windows-int.net/indexes('azsmnet2566')?api-version=2019-05-06" ], "request-id": [ - "2aba9c62-3b88-4d4c-b57a-8d8c72ad6be9" + "e886c9f8-df31-439f-9803-1af4452201fd" ], "elapsed-time": [ - "1324" + "830" ], "OData-Version": [ "4.0" @@ -399,7 +399,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:02:00 GMT" + "Sat, 08 Aug 2020 06:26:01 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -411,17 +411,17 @@ "8199" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2596.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80374466C689E\\\"\",\r\n \"name\": \"azsmnet6601\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4870.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B63EB7BC0C7\\\"\",\r\n \"name\": \"azsmnet2566\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet6601')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NjAxJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet2566')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNTY2Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "327c5bce-2821-4c7b-b09f-2197fe604afd" + "20064563-38f8-4c7f-99e5-17386bb0c279" ], "Accept-Language": [ "en-US" @@ -430,12 +430,12 @@ "*" ], "api-key": [ - "65AD7BB5CC87742292F56794AC3C5000" + "AEF46E3FF3A7375F339BF90569CA4D85" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -447,16 +447,16 @@ "no-cache" ], "request-id": [ - "327c5bce-2821-4c7b-b09f-2197fe604afd" + "20064563-38f8-4c7f-99e5-17386bb0c279" ], "elapsed-time": [ - "323" + "506" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:02:00 GMT" + "Sat, 08 Aug 2020 06:26:01 GMT" ], "Expires": [ "-1" @@ -466,13 +466,13 @@ "StatusCode": 204 }, { - "RequestUri": "/indexes('azsmnet6601')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NjAxJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet2566')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNTY2Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "efb98756-a1ae-45bc-889e-e35d890749ed" + "13282680-8fc6-450a-974b-74da416210b8" ], "Accept-Language": [ "en-US" @@ -481,12 +481,12 @@ "*" ], "api-key": [ - "65AD7BB5CC87742292F56794AC3C5000" + "AEF46E3FF3A7375F339BF90569CA4D85" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -498,10 +498,10 @@ "no-cache" ], "request-id": [ - "efb98756-a1ae-45bc-889e-e35d890749ed" + "13282680-8fc6-450a-974b-74da416210b8" ], "elapsed-time": [ - "16" + "15" ], "OData-Version": [ "4.0" @@ -513,7 +513,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:02:00 GMT" + "Sat, 08 Aug 2020 06:26:01 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -532,21 +532,21 @@ "StatusCode": 412 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9139/providers/Microsoft.Search/searchServices/azs-2596?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTk2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4105/providers/Microsoft.Search/searchServices/azs-4870?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MTA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODcwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "77342e67-7cac-448a-954f-9372182a1bf9" + "653188b9-cfc7-4cfa-89f0-6e18b4c28d45" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -557,51 +557,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14989" + ], "x-ms-request-id": [ - "77342e67-7cac-448a-954f-9372182a1bf9" + "02842b53-c3e2-4dd3-8143-6b68748789b5" ], - "request-id": [ - "77342e67-7cac-448a-954f-9372182a1bf9" + "x-ms-correlation-request-id": [ + "02842b53-c3e2-4dd3-8143-6b68748789b5" ], - "elapsed-time": [ - "1830" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T062611Z:02842b53-c3e2-4dd3-8143-6b68748789b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14993" - ], - "x-ms-correlation-request-id": [ - "a9f219ea-b469-4bde-bf07-78257c7412d7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020207Z:a9f219ea-b469-4bde-bf07-78257c7412d7" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:02:06 GMT" + "Sat, 08 Aug 2020 06:26:10 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet9139", - "azsmnet6601" + "azsmnet4105", + "azsmnet2566" ], "GenerateServiceName": [ - "azs-2596" + "azs-4870" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/DeleteIndexIfNotChangedWorksOnlyOnCurrentResource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/DeleteIndexIfNotChangedWorksOnlyOnCurrentResource.json index 903d28bf66d0..400331b22912 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/DeleteIndexIfNotChangedWorksOnlyOnCurrentResource.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/DeleteIndexIfNotChangedWorksOnlyOnCurrentResource.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0c37fb61-f4fe-488c-aa8b-5fdd26b2405c" + "e2001105-81d4-40be-8042-73a66a6f59bf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1193" ], "x-ms-request-id": [ - "21c860d3-fd14-492b-a548-59015805fa2f" + "eeac54c6-8844-48f0-a679-4d04db5ab4f9" ], "x-ms-correlation-request-id": [ - "21c860d3-fd14-492b-a548-59015805fa2f" + "eeac54c6-8844-48f0-a679-4d04db5ab4f9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015902Z:21c860d3-fd14-492b-a548-59015805fa2f" + "NORTHEUROPE:20200808T062058Z:eeac54c6-8844-48f0-a679-4d04db5ab4f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:59:02 GMT" + "Sat, 08 Aug 2020 06:20:57 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4870?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0ODcwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet305?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMDU/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a0a18048-be4f-4ddb-9968-fed8d26b576b" + "bd363231-562a-4e71-982c-f67a832131fa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1194" ], "x-ms-request-id": [ - "42ea4759-4349-498f-9d44-67f3a0a86ce7" + "3e9f1a19-e51e-4ffb-ae15-30c64004db18" ], "x-ms-correlation-request-id": [ - "42ea4759-4349-498f-9d44-67f3a0a86ce7" + "3e9f1a19-e51e-4ffb-ae15-30c64004db18" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015903Z:42ea4759-4349-498f-9d44-67f3a0a86ce7" + "NORTHEUROPE:20200808T062059Z:3e9f1a19-e51e-4ffb-ae15-30c64004db18" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:59:02 GMT" + "Sat, 08 Aug 2020 06:20:59 GMT" ], "Content-Length": [ - "175" + "173" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4870\",\r\n \"name\": \"azsmnet4870\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet305\",\r\n \"name\": \"azsmnet305\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4870/providers/Microsoft.Search/searchServices/azs-6402?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NDAyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet305/providers/Microsoft.Search/searchServices/azs-9413?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk0MTM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "49bbb669-b358-464a-90a0-7ef276173694" + "b3106f02-8af5-4754-b4e7-7238819dbb67" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,16 +159,16 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A59%3A06.878045Z'\"" + "W/\"datetime'2020-08-08T06%3A21%3A05.2621604Z'\"" ], "x-ms-request-id": [ - "49bbb669-b358-464a-90a0-7ef276173694" + "b3106f02-8af5-4754-b4e7-7238819dbb67" ], "request-id": [ - "49bbb669-b358-464a-90a0-7ef276173694" + "b3106f02-8af5-4754-b4e7-7238819dbb67" ], "elapsed-time": [ - "2019" + "1665" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,19 +177,19 @@ "1190" ], "x-ms-correlation-request-id": [ - "7c1fd18a-7823-4ade-9107-a85ad568de86" + "21d6d1cb-a907-47d4-83f0-51dd6d784126" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015907Z:7c1fd18a-7823-4ade-9107-a85ad568de86" + "NORTHEUROPE:20200808T062106Z:21d6d1cb-a907-47d4-83f0-51dd6d784126" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:59:07 GMT" + "Sat, 08 Aug 2020 06:21:06 GMT" ], "Content-Length": [ - "529" + "528" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4870/providers/Microsoft.Search/searchServices/azs-6402\",\r\n \"name\": \"azs-6402\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet305/providers/Microsoft.Search/searchServices/azs-9413\",\r\n \"name\": \"azs-9413\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4870/providers/Microsoft.Search/searchServices/azs-6402/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NDAyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet305/providers/Microsoft.Search/searchServices/azs-9413/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk0MTMvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8590af7-fd2b-4f20-9df8-3c0475833205" + "66b48215-7269-48ea-b084-f78e710c40a9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,10 +231,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b8590af7-fd2b-4f20-9df8-3c0475833205" + "66b48215-7269-48ea-b084-f78e710c40a9" ], "request-id": [ - "b8590af7-fd2b-4f20-9df8-3c0475833205" + "66b48215-7269-48ea-b084-f78e710c40a9" ], "elapsed-time": [ "97" @@ -243,19 +243,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1187" ], "x-ms-correlation-request-id": [ - "5104bbee-9ab8-499b-8961-3f1fdd003b5f" + "59c60449-d2ea-4722-8750-6e9468d44b2f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015910Z:5104bbee-9ab8-499b-8961-3f1fdd003b5f" + "NORTHEUROPE:20200808T062108Z:59c60449-d2ea-4722-8750-6e9468d44b2f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:59:10 GMT" + "Sat, 08 Aug 2020 06:21:08 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"994022C6E81E3C2A33E57DD55D96D187\",\r\n \"secondaryKey\": \"6BB9E7B602FE793755C799B03555FF44\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"7645A88A3F55FC587CD449422AC3A65F\",\r\n \"secondaryKey\": \"F789BE93A167093C7AA47AD5797C28DA\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4870/providers/Microsoft.Search/searchServices/azs-6402/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NDAyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet305/providers/Microsoft.Search/searchServices/azs-9413/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk0MTMvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9265d222-7c5c-42f7-8e24-3f582c053d7f" + "f5120e14-0b9a-4e85-b3db-185964681079" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9265d222-7c5c-42f7-8e24-3f582c053d7f" + "f5120e14-0b9a-4e85-b3db-185964681079" ], "request-id": [ - "9265d222-7c5c-42f7-8e24-3f582c053d7f" + "f5120e14-0b9a-4e85-b3db-185964681079" ], "elapsed-time": [ - "92" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1186" ], "x-ms-correlation-request-id": [ - "7124425b-a2cd-4519-8f77-3d344a39bff3" + "38890e94-6b6a-4e75-970a-71323a6e5ac6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015910Z:7124425b-a2cd-4519-8f77-3d344a39bff3" + "NORTHEUROPE:20200808T062109Z:38890e94-6b6a-4e75-970a-71323a6e5ac6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:59:10 GMT" + "Sat, 08 Aug 2020 06:21:09 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F6F7629D8AC5F1453025CF4DF766ABB7\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"0289B30581633A43C2F5990598F9516F\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3417')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNDE3Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3097')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMDk3Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet3417\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3097\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "16496a2e-9da5-4ad8-9e89-213d3c3d79a7" + "b039832f-df49-4e21-8ac6-a607edcc6418" ], "Prefer": [ "return=representation" @@ -355,12 +355,12 @@ "en-US" ], "api-key": [ - "994022C6E81E3C2A33E57DD55D96D187" + "7645A88A3F55FC587CD449422AC3A65F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -378,16 +378,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80373E2D8250A\"" + "W/\"0x8D83B633FA8AC39\"" ], "Location": [ - "https://azs-6402.search-dogfood.windows-int.net/indexes('azsmnet3417')?api-version=2019-05-06" + "https://azs-9413.search-dogfood.windows-int.net/indexes('azsmnet3097')?api-version=2019-05-06" ], "request-id": [ - "16496a2e-9da5-4ad8-9e89-213d3c3d79a7" + "b039832f-df49-4e21-8ac6-a607edcc6418" ], "elapsed-time": [ - "1259" + "1444" ], "OData-Version": [ "4.0" @@ -399,7 +399,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:59:13 GMT" + "Sat, 08 Aug 2020 06:21:12 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -411,17 +411,17 @@ "8199" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6402.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80373E2D8250A\\\"\",\r\n \"name\": \"azsmnet3417\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9413.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B633FA8AC39\\\"\",\r\n \"name\": \"azsmnet3097\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet3417')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNDE3Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3097')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMDk3Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet3417\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"@odata.etag\": \"\\\"0x8D80373E2D8250A\\\"\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3097\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"@odata.etag\": \"\\\"0x8D83B633FA8AC39\\\"\"\r\n}", "RequestHeaders": { "client-request-id": [ - "02512b6a-419a-4087-8088-d7a16c15ff53" + "c40980bb-9dbb-4c5b-a545-5147a7280861" ], "Prefer": [ "return=representation" @@ -430,12 +430,12 @@ "en-US" ], "api-key": [ - "994022C6E81E3C2A33E57DD55D96D187" + "7645A88A3F55FC587CD449422AC3A65F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -453,13 +453,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80373E31403C9\"" + "W/\"0x8D83B633FDD3675\"" ], "request-id": [ - "02512b6a-419a-4087-8088-d7a16c15ff53" + "c40980bb-9dbb-4c5b-a545-5147a7280861" ], "elapsed-time": [ - "301" + "216" ], "OData-Version": [ "4.0" @@ -471,7 +471,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:59:13 GMT" + "Sat, 08 Aug 2020 06:21:12 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -483,31 +483,31 @@ "8160" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6402.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80373E31403C9\\\"\",\r\n \"name\": \"azsmnet3417\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9413.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B633FDD3675\\\"\",\r\n \"name\": \"azsmnet3097\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3417')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNDE3Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3097')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMDk3Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "95b5243b-4c7b-4d09-b5a3-dcc95e0e3296" + "cf751102-720b-486e-94de-5d221207f3c1" ], "Accept-Language": [ "en-US" ], "If-Match": [ - "\"0x8D80373E2D8250A\"" + "\"0x8D83B633FA8AC39\"" ], "api-key": [ - "994022C6E81E3C2A33E57DD55D96D187" + "7645A88A3F55FC587CD449422AC3A65F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "95b5243b-4c7b-4d09-b5a3-dcc95e0e3296" + "cf751102-720b-486e-94de-5d221207f3c1" ], "elapsed-time": [ - "66" + "110" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:59:13 GMT" + "Sat, 08 Aug 2020 06:21:12 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -553,27 +553,27 @@ "StatusCode": 412 }, { - "RequestUri": "/indexes('azsmnet3417')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNDE3Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3097')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMDk3Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "61117585-b532-4630-8574-10a124f033a0" + "31029853-c14c-4101-8484-ba92b3e870e9" ], "Accept-Language": [ "en-US" ], "If-Match": [ - "\"0x8D80373E31403C9\"" + "\"0x8D83B633FDD3675\"" ], "api-key": [ - "994022C6E81E3C2A33E57DD55D96D187" + "7645A88A3F55FC587CD449422AC3A65F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -585,16 +585,16 @@ "no-cache" ], "request-id": [ - "61117585-b532-4630-8574-10a124f033a0" + "31029853-c14c-4101-8484-ba92b3e870e9" ], "elapsed-time": [ - "331" + "326" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:59:13 GMT" + "Sat, 08 Aug 2020 06:21:12 GMT" ], "Expires": [ "-1" @@ -604,21 +604,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4870/providers/Microsoft.Search/searchServices/azs-6402?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NDAyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet305/providers/Microsoft.Search/searchServices/azs-9413?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk0MTM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ab44debb-f2cb-4cce-88d0-4af6a5a8b531" + "196c7fe1-f983-45d2-a74b-81bd1625b741" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -629,51 +629,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14994" + ], "x-ms-request-id": [ - "ab44debb-f2cb-4cce-88d0-4af6a5a8b531" + "88c3fe29-2519-47b7-be6a-abe217a72f07" ], - "request-id": [ - "ab44debb-f2cb-4cce-88d0-4af6a5a8b531" + "x-ms-correlation-request-id": [ + "88c3fe29-2519-47b7-be6a-abe217a72f07" ], - "elapsed-time": [ - "831" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T062123Z:88c3fe29-2519-47b7-be6a-abe217a72f07" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "8426e377-9e69-479e-bf86-221a09366d66" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015918Z:8426e377-9e69-479e-bf86-221a09366d66" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:59:17 GMT" + "Sat, 08 Aug 2020 06:21:23 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet4870", - "azsmnet3417" + "azsmnet305", + "azsmnet3097" ], "GenerateServiceName": [ - "azs-6402" + "azs-9413" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/DeleteIndexIsIdempotent.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/DeleteIndexIsIdempotent.json index c3678c1e7708..d3c098cad363 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/DeleteIndexIsIdempotent.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/DeleteIndexIsIdempotent.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c060a5f7-464b-4aed-83ed-4f897082b48d" + "80e9cb47-b0e2-4cb4-b35d-96842dab0c80" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1192" ], "x-ms-request-id": [ - "7de6ae55-031e-4bdb-b6d2-080ddab2dd38" + "62eff424-1b8b-4ef2-acf9-5764a2ae62ce" ], "x-ms-correlation-request-id": [ - "7de6ae55-031e-4bdb-b6d2-080ddab2dd38" + "62eff424-1b8b-4ef2-acf9-5764a2ae62ce" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020008Z:7de6ae55-031e-4bdb-b6d2-080ddab2dd38" + "NORTHEUROPE:20200808T062229Z:62eff424-1b8b-4ef2-acf9-5764a2ae62ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:00:08 GMT" + "Sat, 08 Aug 2020 06:22:29 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9506?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NTA2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7778?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3Nzc4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5cee9c66-188d-41f0-9dda-01170e36e55a" + "c998df5d-a09e-4313-8798-e13de886e2bb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1195" ], "x-ms-request-id": [ - "c2427aaa-3ae3-4a73-ae5b-8ff4fb75bf33" + "cf161c75-6834-41d9-a051-6ae9762e2650" ], "x-ms-correlation-request-id": [ - "c2427aaa-3ae3-4a73-ae5b-8ff4fb75bf33" + "cf161c75-6834-41d9-a051-6ae9762e2650" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020008Z:c2427aaa-3ae3-4a73-ae5b-8ff4fb75bf33" + "NORTHEUROPE:20200808T062230Z:cf161c75-6834-41d9-a051-6ae9762e2650" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:00:08 GMT" + "Sat, 08 Aug 2020 06:22:30 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9506\",\r\n \"name\": \"azsmnet9506\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7778\",\r\n \"name\": \"azsmnet7778\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9506/providers/Microsoft.Search/searchServices/azs-6327?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NTA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MzI3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7778/providers/Microsoft.Search/searchServices/azs-8334?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Nzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzM0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "377f4367-7aa7-4109-a1cb-ede7248b2ca3" + "a54c110f-dc0e-47d3-af86-37eae6ecc3ed" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A00%3A11.5333468Z'\"" + "W/\"datetime'2020-08-08T06%3A22%3A36.2467811Z'\"" ], "x-ms-request-id": [ - "377f4367-7aa7-4109-a1cb-ede7248b2ca3" + "a54c110f-dc0e-47d3-af86-37eae6ecc3ed" ], "request-id": [ - "377f4367-7aa7-4109-a1cb-ede7248b2ca3" + "a54c110f-dc0e-47d3-af86-37eae6ecc3ed" ], "elapsed-time": [ - "1099" + "2945" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1195" ], "x-ms-correlation-request-id": [ - "69986b40-56b5-417d-92fe-6742f749a6ef" + "367a3df5-153f-4c8b-948f-68393c9f7583" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020012Z:69986b40-56b5-417d-92fe-6742f749a6ef" + "NORTHEUROPE:20200808T062237Z:367a3df5-153f-4c8b-948f-68393c9f7583" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:00:11 GMT" + "Sat, 08 Aug 2020 06:22:37 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9506/providers/Microsoft.Search/searchServices/azs-6327\",\r\n \"name\": \"azs-6327\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7778/providers/Microsoft.Search/searchServices/azs-8334\",\r\n \"name\": \"azs-8334\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9506/providers/Microsoft.Search/searchServices/azs-6327/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NTA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MzI3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7778/providers/Microsoft.Search/searchServices/azs-8334/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Nzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzM0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6b198fcb-0c03-4d42-ba91-165ce9426855" + "6cb4826e-b328-4d3c-a1dc-af121d269f7e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6b198fcb-0c03-4d42-ba91-165ce9426855" + "6cb4826e-b328-4d3c-a1dc-af121d269f7e" ], "request-id": [ - "6b198fcb-0c03-4d42-ba91-165ce9426855" + "6cb4826e-b328-4d3c-a1dc-af121d269f7e" ], "elapsed-time": [ - "94" + "392" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1193" ], "x-ms-correlation-request-id": [ - "dcf43eec-872c-41a9-968d-8aafde7861f4" + "dbed9ebf-5bdd-4ccc-9783-2e37c3d33f24" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020014Z:dcf43eec-872c-41a9-968d-8aafde7861f4" + "NORTHEUROPE:20200808T062240Z:dbed9ebf-5bdd-4ccc-9783-2e37c3d33f24" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:00:14 GMT" + "Sat, 08 Aug 2020 06:22:40 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"D74974C62D076EA661CD78F0A23079E5\",\r\n \"secondaryKey\": \"75D12ACEB6D2F2FD2081EF16CE3F2AC5\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"1B33CF8B403CD5A7B673EC6926929B7D\",\r\n \"secondaryKey\": \"F9651727DE7A2362CA0A2A7D34C9CBBA\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9506/providers/Microsoft.Search/searchServices/azs-6327/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NTA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MzI3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7778/providers/Microsoft.Search/searchServices/azs-8334/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Nzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzM0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6b529c3-55d5-4960-b7b7-9f90d421f0e2" + "63fa87b2-1a38-4551-a483-444d38031d40" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e6b529c3-55d5-4960-b7b7-9f90d421f0e2" + "63fa87b2-1a38-4551-a483-444d38031d40" ], "request-id": [ - "e6b529c3-55d5-4960-b7b7-9f90d421f0e2" + "63fa87b2-1a38-4551-a483-444d38031d40" ], "elapsed-time": [ - "131" + "427" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1192" ], "x-ms-correlation-request-id": [ - "56e7e2fd-6eec-4ef9-b047-27ad878bfa0d" + "dc4e77ae-a226-47de-9cfe-5b3aaf1e6b63" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020014Z:56e7e2fd-6eec-4ef9-b047-27ad878bfa0d" + "NORTHEUROPE:20200808T062241Z:dc4e77ae-a226-47de-9cfe-5b3aaf1e6b63" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:00:14 GMT" + "Sat, 08 Aug 2020 06:22:41 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"0C7FE9EB13A5B366D8727F44DDDBB0BA\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"3EE52950917403E65070753330070F25\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet1093')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDkzJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet9938')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5OTM4Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "eb3f4467-9d8c-43fd-9533-145e178a4089" + "2d8505e3-cd79-4667-b033-e42a43de9b80" ], "Accept-Language": [ "en-US" ], "api-key": [ - "D74974C62D076EA661CD78F0A23079E5" + "1B33CF8B403CD5A7B673EC6926929B7D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -369,10 +369,10 @@ "no-cache" ], "request-id": [ - "eb3f4467-9d8c-43fd-9533-145e178a4089" + "2d8505e3-cd79-4667-b033-e42a43de9b80" ], "elapsed-time": [ - "17" + "44" ], "OData-Version": [ "4.0" @@ -384,7 +384,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:00:16 GMT" + "Sat, 08 Aug 2020 06:22:42 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -399,28 +399,28 @@ "111" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No index with the name 'azsmnet1093' was found in a service named 'azs-6327'.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No index with the name 'azsmnet9938' was found in a service named 'azs-8334'.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/indexes('azsmnet1093')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDkzJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet9938')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5OTM4Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "2dbbd062-b53e-48c2-b402-7138c1ba173a" + "ca8baa3f-0f65-478a-8fe7-1510140f4d51" ], "Accept-Language": [ "en-US" ], "api-key": [ - "D74974C62D076EA661CD78F0A23079E5" + "1B33CF8B403CD5A7B673EC6926929B7D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -432,16 +432,16 @@ "no-cache" ], "request-id": [ - "2dbbd062-b53e-48c2-b402-7138c1ba173a" + "ca8baa3f-0f65-478a-8fe7-1510140f4d51" ], "elapsed-time": [ - "340" + "241" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:00:17 GMT" + "Sat, 08 Aug 2020 06:22:44 GMT" ], "Expires": [ "-1" @@ -451,24 +451,24 @@ "StatusCode": 204 }, { - "RequestUri": "/indexes('azsmnet1093')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDkzJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet9938')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5OTM4Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "6313259d-2e08-4451-a0b3-e9a735e89804" + "073a04c1-82ef-4c66-9b0a-6840a9b97566" ], "Accept-Language": [ "en-US" ], "api-key": [ - "D74974C62D076EA661CD78F0A23079E5" + "1B33CF8B403CD5A7B673EC6926929B7D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -480,10 +480,10 @@ "no-cache" ], "request-id": [ - "6313259d-2e08-4451-a0b3-e9a735e89804" + "073a04c1-82ef-4c66-9b0a-6840a9b97566" ], "elapsed-time": [ - "15" + "14" ], "OData-Version": [ "4.0" @@ -495,7 +495,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:00:17 GMT" + "Sat, 08 Aug 2020 06:22:44 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -510,28 +510,28 @@ "111" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No index with the name 'azsmnet1093' was found in a service named 'azs-6327'.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No index with the name 'azsmnet9938' was found in a service named 'azs-8334'.\"\r\n }\r\n}", "StatusCode": 404 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1093\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9938\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "44e2fc35-ab39-4bef-9a97-f364d3814e1e" + "bd38b94a-c158-48dd-b235-3cddf6d29e5a" ], "Accept-Language": [ "en-US" ], "api-key": [ - "D74974C62D076EA661CD78F0A23079E5" + "1B33CF8B403CD5A7B673EC6926929B7D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -549,16 +549,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037408F96794\"" + "W/\"0x8D83B6376734F2F\"" ], "Location": [ - "https://azs-6327.search-dogfood.windows-int.net/indexes('azsmnet1093')?api-version=2019-05-06" + "https://azs-8334.search-dogfood.windows-int.net/indexes('azsmnet9938')?api-version=2019-05-06" ], "request-id": [ - "44e2fc35-ab39-4bef-9a97-f364d3814e1e" + "bd38b94a-c158-48dd-b235-3cddf6d29e5a" ], "elapsed-time": [ - "1290" + "1528" ], "OData-Version": [ "4.0" @@ -570,7 +570,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:00:17 GMT" + "Sat, 08 Aug 2020 06:22:43 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -582,25 +582,25 @@ "8199" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6327.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037408F96794\\\"\",\r\n \"name\": \"azsmnet1093\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8334.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6376734F2F\\\"\",\r\n \"name\": \"azsmnet9938\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9506/providers/Microsoft.Search/searchServices/azs-6327?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NTA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MzI3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7778/providers/Microsoft.Search/searchServices/azs-8334?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Nzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzM0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe685e5c-d466-46c0-9347-54ae9c5d60dd" + "21d2571d-73a7-4f8f-bd21-baa666712eb7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -611,51 +611,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14997" + ], "x-ms-request-id": [ - "fe685e5c-d466-46c0-9347-54ae9c5d60dd" + "6446e6fd-3595-4862-b5e6-abcacf9e5762" ], - "request-id": [ - "fe685e5c-d466-46c0-9347-54ae9c5d60dd" + "x-ms-correlation-request-id": [ + "6446e6fd-3595-4862-b5e6-abcacf9e5762" ], - "elapsed-time": [ - "870" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T062334Z:6446e6fd-3595-4862-b5e6-abcacf9e5762" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" - ], - "x-ms-correlation-request-id": [ - "9516b5da-6a0d-47f2-b0d0-510f83be58cd" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020021Z:9516b5da-6a0d-47f2-b0d0-510f83be58cd" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:00:21 GMT" + "Sat, 08 Aug 2020 06:23:33 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet9506", - "azsmnet1093" + "azsmnet7778", + "azsmnet9938" ], "GenerateServiceName": [ - "azs-6327" + "azs-8334" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/ExistsReturnsFalseForNonExistingIndex.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/ExistsReturnsFalseForNonExistingIndex.json index 5838820a234a..4e66620318b4 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/ExistsReturnsFalseForNonExistingIndex.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/ExistsReturnsFalseForNonExistingIndex.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "47d4d1fe-c586-4327-b539-1b2e92ed30c4" + "725f9a36-5659-4567-a0be-f20593f62438" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1186" ], "x-ms-request-id": [ - "bc52c83e-7529-4a78-959c-90d0c31678a0" + "0bc6b000-64be-4174-9fdc-d76093431bc0" ], "x-ms-correlation-request-id": [ - "bc52c83e-7529-4a78-959c-90d0c31678a0" + "0bc6b000-64be-4174-9fdc-d76093431bc0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020110Z:bc52c83e-7529-4a78-959c-90d0c31678a0" + "NORTHEUROPE:20200808T062446Z:0bc6b000-64be-4174-9fdc-d76093431bc0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:01:10 GMT" + "Sat, 08 Aug 2020 06:24:45 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7014?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MDE0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9031?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MDMxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f3e36d2a-5157-47fe-9403-13095d503681" + "f2b2f50b-04a3-4192-b031-2ca66ad671dd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1191" ], "x-ms-request-id": [ - "b15f6e8f-8f83-4267-b3cb-57f4031d36e2" + "11525743-6843-4ea3-a42a-079550f38940" ], "x-ms-correlation-request-id": [ - "b15f6e8f-8f83-4267-b3cb-57f4031d36e2" + "11525743-6843-4ea3-a42a-079550f38940" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020111Z:b15f6e8f-8f83-4267-b3cb-57f4031d36e2" + "NORTHEUROPE:20200808T062448Z:11525743-6843-4ea3-a42a-079550f38940" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:01:11 GMT" + "Sat, 08 Aug 2020 06:24:47 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7014\",\r\n \"name\": \"azsmnet7014\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9031\",\r\n \"name\": \"azsmnet9031\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7014/providers/Microsoft.Search/searchServices/azs-8456?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDU2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9031/providers/Microsoft.Search/searchServices/azs-7650?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NjUwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "753d2768-f7f6-4042-9d65-afa57189bfe5" + "0cf12240-9613-424d-9e44-3f88cae8a908" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A01%3A16.0075151Z'\"" + "W/\"datetime'2020-08-08T06%3A24%3A51.971371Z'\"" ], "x-ms-request-id": [ - "753d2768-f7f6-4042-9d65-afa57189bfe5" + "0cf12240-9613-424d-9e44-3f88cae8a908" ], "request-id": [ - "753d2768-f7f6-4042-9d65-afa57189bfe5" + "0cf12240-9613-424d-9e44-3f88cae8a908" ], "elapsed-time": [ - "1132" + "1487" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1195" ], "x-ms-correlation-request-id": [ - "8020e823-4d11-4764-a963-f99ee7bf7461" + "ba843d38-857e-46cd-a4d3-8e5aa77ff59e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020116Z:8020e823-4d11-4764-a963-f99ee7bf7461" + "NORTHEUROPE:20200808T062453Z:ba843d38-857e-46cd-a4d3-8e5aa77ff59e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:01:16 GMT" + "Sat, 08 Aug 2020 06:24:52 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7014/providers/Microsoft.Search/searchServices/azs-8456\",\r\n \"name\": \"azs-8456\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9031/providers/Microsoft.Search/searchServices/azs-7650\",\r\n \"name\": \"azs-7650\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7014/providers/Microsoft.Search/searchServices/azs-8456/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDU2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9031/providers/Microsoft.Search/searchServices/azs-7650/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NjUwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "33dcd43b-6a30-46ce-88ef-f0357608fbee" + "465fb4f3-292e-4a02-a513-3f728f84fcbf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "33dcd43b-6a30-46ce-88ef-f0357608fbee" + "465fb4f3-292e-4a02-a513-3f728f84fcbf" ], "request-id": [ - "33dcd43b-6a30-46ce-88ef-f0357608fbee" + "465fb4f3-292e-4a02-a513-3f728f84fcbf" ], "elapsed-time": [ - "109" + "402" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1194" ], "x-ms-correlation-request-id": [ - "c1ac7fae-a3d4-49e9-9157-781b9a19387d" + "0f06c554-48b5-4c7c-a8d0-d0992241e37b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020118Z:c1ac7fae-a3d4-49e9-9157-781b9a19387d" + "NORTHEUROPE:20200808T062458Z:0f06c554-48b5-4c7c-a8d0-d0992241e37b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:01:18 GMT" + "Sat, 08 Aug 2020 06:24:57 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"F38CE003F7CB05BF77D0D5B220D04BDD\",\r\n \"secondaryKey\": \"2A74678C1AE20ECD2D7542F1A5F51873\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"EDB3C4C2EA1E817E97DBBDB065E7EC4C\",\r\n \"secondaryKey\": \"30D717558212873B0079F57228ED822B\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7014/providers/Microsoft.Search/searchServices/azs-8456/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDU2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9031/providers/Microsoft.Search/searchServices/azs-7650/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NjUwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bd5032e0-ae1d-4cf6-8bc1-87ad1952c024" + "af115fad-799a-41ed-a4d1-d88eb0738559" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "bd5032e0-ae1d-4cf6-8bc1-87ad1952c024" + "af115fad-799a-41ed-a4d1-d88eb0738559" ], "request-id": [ - "bd5032e0-ae1d-4cf6-8bc1-87ad1952c024" + "af115fad-799a-41ed-a4d1-d88eb0738559" ], "elapsed-time": [ - "114" + "487" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1193" ], "x-ms-correlation-request-id": [ - "188cd1af-28d1-452e-8620-b46a221eb2bb" + "fa209908-bd84-4d16-a094-ad5dadd44c7a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020119Z:188cd1af-28d1-452e-8620-b46a221eb2bb" + "NORTHEUROPE:20200808T062458Z:fa209908-bd84-4d16-a094-ad5dadd44c7a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:01:18 GMT" + "Sat, 08 Aug 2020 06:24:58 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"4F962258C678798D771C75913E3AD819\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"1121E14F7671F4C053B954816B52679B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -346,18 +346,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "2813e10c-c188-4883-a7dc-2430a0ce90e8" + "e01e44f8-7b59-4bce-b7ff-ed914a54fc87" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F38CE003F7CB05BF77D0D5B220D04BDD" + "EDB3C4C2EA1E817E97DBBDB065E7EC4C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -369,10 +369,10 @@ "no-cache" ], "request-id": [ - "2813e10c-c188-4883-a7dc-2430a0ce90e8" + "e01e44f8-7b59-4bce-b7ff-ed914a54fc87" ], "elapsed-time": [ - "16" + "69" ], "OData-Version": [ "4.0" @@ -384,7 +384,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:01:20 GMT" + "Sat, 08 Aug 2020 06:25:01 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -399,25 +399,25 @@ "108" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No index with the name 'invalidindex' was found in the service 'azs-8456'.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No index with the name 'invalidindex' was found in the service 'azs-7650'.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7014/providers/Microsoft.Search/searchServices/azs-8456?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDU2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9031/providers/Microsoft.Search/searchServices/azs-7650?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NjUwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "102960a2-e1fe-4c59-bb18-bf43f30e91d9" + "bc6be322-b97f-4bd7-882c-14bf29cead14" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -428,50 +428,41 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14994" + ], "x-ms-request-id": [ - "102960a2-e1fe-4c59-bb18-bf43f30e91d9" + "83de6da9-7392-4e76-85a2-6c2952dd7787" ], - "request-id": [ - "102960a2-e1fe-4c59-bb18-bf43f30e91d9" + "x-ms-correlation-request-id": [ + "83de6da9-7392-4e76-85a2-6c2952dd7787" ], - "elapsed-time": [ - "1071" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T062509Z:83de6da9-7392-4e76-85a2-6c2952dd7787" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14988" - ], - "x-ms-correlation-request-id": [ - "fc5b7820-b3bb-4e1b-a3fe-e4e529be57f0" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020126Z:fc5b7820-b3bb-4e1b-a3fe-e4e529be57f0" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:01:26 GMT" + "Sat, 08 Aug 2020 06:25:09 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7014" + "azsmnet9031" ], "GenerateServiceName": [ - "azs-8456" + "azs-7650" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/ExistsReturnsTrueForExistingIndex.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/ExistsReturnsTrueForExistingIndex.json index 063c14a72f99..e0ae0489f84d 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/ExistsReturnsTrueForExistingIndex.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/ExistsReturnsTrueForExistingIndex.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a25ef0eb-a369-489a-b849-2e3ad1331cac" + "fcc0b5f3-652f-479b-9dcf-136ca4871319" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1192" ], "x-ms-request-id": [ - "ebda0f45-316a-41eb-914a-b5b3a4771848" + "e54dceec-12c3-4b6b-885b-c1686650283a" ], "x-ms-correlation-request-id": [ - "ebda0f45-316a-41eb-914a-b5b3a4771848" + "e54dceec-12c3-4b6b-885b-c1686650283a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020232Z:ebda0f45-316a-41eb-914a-b5b3a4771848" + "NORTHEUROPE:20200808T062648Z:e54dceec-12c3-4b6b-885b-c1686650283a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:02:31 GMT" + "Sat, 08 Aug 2020 06:26:48 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4010?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MDEwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9326?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MzI2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1a6f1541-07b5-41a6-b867-2d0d80269663" + "16beaadd-c24e-4cee-9162-de1ad75f2e86" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1194" ], "x-ms-request-id": [ - "c50424ff-e236-461d-b572-17fbdfca6cb6" + "e6180963-f736-4416-8e5e-f9db49500602" ], "x-ms-correlation-request-id": [ - "c50424ff-e236-461d-b572-17fbdfca6cb6" + "e6180963-f736-4416-8e5e-f9db49500602" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020233Z:c50424ff-e236-461d-b572-17fbdfca6cb6" + "NORTHEUROPE:20200808T062650Z:e6180963-f736-4416-8e5e-f9db49500602" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:02:33 GMT" + "Sat, 08 Aug 2020 06:26:49 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4010\",\r\n \"name\": \"azsmnet4010\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9326\",\r\n \"name\": \"azsmnet9326\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4010/providers/Microsoft.Search/searchServices/azs-8560?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MDEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTYwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9326/providers/Microsoft.Search/searchServices/azs-9416?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDE2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "58224225-7acd-46f0-9503-1182fe2230ba" + "06718f8f-d39c-46e7-875e-48dc067d33e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A02%3A37.2947287Z'\"" + "W/\"datetime'2020-08-08T06%3A26%3A54.8071283Z'\"" ], "x-ms-request-id": [ - "58224225-7acd-46f0-9503-1182fe2230ba" + "06718f8f-d39c-46e7-875e-48dc067d33e1" ], "request-id": [ - "58224225-7acd-46f0-9503-1182fe2230ba" + "06718f8f-d39c-46e7-875e-48dc067d33e1" ], "elapsed-time": [ - "1242" + "1428" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1194" ], "x-ms-correlation-request-id": [ - "61eac385-4f84-4d7e-8c51-dc568f7b5320" + "7eace498-7790-4688-b611-9465be22f32a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020238Z:61eac385-4f84-4d7e-8c51-dc568f7b5320" + "NORTHEUROPE:20200808T062656Z:7eace498-7790-4688-b611-9465be22f32a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:02:38 GMT" + "Sat, 08 Aug 2020 06:26:56 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4010/providers/Microsoft.Search/searchServices/azs-8560\",\r\n \"name\": \"azs-8560\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9326/providers/Microsoft.Search/searchServices/azs-9416\",\r\n \"name\": \"azs-9416\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4010/providers/Microsoft.Search/searchServices/azs-8560/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MDEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTYwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9326/providers/Microsoft.Search/searchServices/azs-9416/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDE2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dac37d31-f6cb-44fb-8075-dfc3dfa1efa5" + "e49bb961-3ebf-4e82-9501-cb88e61e12cf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "dac37d31-f6cb-44fb-8075-dfc3dfa1efa5" + "e49bb961-3ebf-4e82-9501-cb88e61e12cf" ], "request-id": [ - "dac37d31-f6cb-44fb-8075-dfc3dfa1efa5" + "e49bb961-3ebf-4e82-9501-cb88e61e12cf" ], "elapsed-time": [ - "342" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1191" ], "x-ms-correlation-request-id": [ - "2f2573df-3d3c-47ea-bff3-d34dc21780a5" + "1d446958-a94f-4027-8a0f-4a7b5510ce36" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020240Z:2f2573df-3d3c-47ea-bff3-d34dc21780a5" + "NORTHEUROPE:20200808T062658Z:1d446958-a94f-4027-8a0f-4a7b5510ce36" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:02:40 GMT" + "Sat, 08 Aug 2020 06:26:58 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"D488B9671D008778B1B3E55AAC151DEF\",\r\n \"secondaryKey\": \"9690FF0FCD17D5EEE34BE911F3D84C0B\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"3CF9F0F88254BF0F28AA56BA721F9DC2\",\r\n \"secondaryKey\": \"43F0294EBB631E6AC2155F23DA4EAEBB\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4010/providers/Microsoft.Search/searchServices/azs-8560/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MDEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTYwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9326/providers/Microsoft.Search/searchServices/azs-9416/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDE2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6f1da730-d383-4d88-ab4d-aa08fd97e3a3" + "e6ecb291-be4c-4927-b94e-1433ce81d177" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6f1da730-d383-4d88-ab4d-aa08fd97e3a3" + "e6ecb291-be4c-4927-b94e-1433ce81d177" ], "request-id": [ - "6f1da730-d383-4d88-ab4d-aa08fd97e3a3" + "e6ecb291-be4c-4927-b94e-1433ce81d177" ], "elapsed-time": [ - "310" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1190" ], "x-ms-correlation-request-id": [ - "49c4416f-ac18-4dd4-a3f5-f9428d1d332d" + "57c7dd4f-e428-4122-b56c-8f640b583fea" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020242Z:49c4416f-ac18-4dd4-a3f5-f9428d1d332d" + "NORTHEUROPE:20200808T062659Z:57c7dd4f-e428-4122-b56c-8f640b583fea" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:02:41 GMT" + "Sat, 08 Aug 2020 06:26:58 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"4DBA45CC9D38331AE1F4DD55B6FD183E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"A256284D3982C35EB3EAF60A81329408\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet273\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8755\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "5f464635-bd0b-4c2c-bdd0-7119f47c69cd" + "e8b01de2-4ad3-4562-aae7-7c75ed60b1af" ], "Accept-Language": [ "en-US" ], "api-key": [ - "D488B9671D008778B1B3E55AAC151DEF" + "3CF9F0F88254BF0F28AA56BA721F9DC2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "9842" + "9843" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037465D32EA5\"" + "W/\"0x8D83B640FE97084\"" ], "Location": [ - "https://azs-8560.search-dogfood.windows-int.net/indexes('azsmnet273')?api-version=2019-05-06" + "https://azs-9416.search-dogfood.windows-int.net/indexes('azsmnet8755')?api-version=2019-05-06" ], "request-id": [ - "5f464635-bd0b-4c2c-bdd0-7119f47c69cd" + "e8b01de2-4ad3-4562-aae7-7c75ed60b1af" ], "elapsed-time": [ - "7516" + "1149" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:02:54 GMT" + "Sat, 08 Aug 2020 06:27:02 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,31 +405,31 @@ "-1" ], "Content-Length": [ - "8198" + "8199" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8560.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037465D32EA5\\\"\",\r\n \"name\": \"azsmnet273\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9416.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B640FE97084\\\"\",\r\n \"name\": \"azsmnet8755\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet273')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNzMnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet8755')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4NzU1Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "91d8baa7-14c3-48a8-b67e-3646a79a0d0b" + "bf2aa7b0-2a8e-4441-bb40-4d206ff6e183" ], "Accept-Language": [ "en-US" ], "api-key": [ - "D488B9671D008778B1B3E55AAC151DEF" + "3CF9F0F88254BF0F28AA56BA721F9DC2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -441,13 +441,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037465D32EA5\"" + "W/\"0x8D83B640FE97084\"" ], "request-id": [ - "91d8baa7-14c3-48a8-b67e-3646a79a0d0b" + "bf2aa7b0-2a8e-4441-bb40-4d206ff6e183" ], "elapsed-time": [ - "2918" + "46" ], "OData-Version": [ "4.0" @@ -459,7 +459,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:02:59 GMT" + "Sat, 08 Aug 2020 06:27:02 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -468,28 +468,28 @@ "-1" ], "Content-Length": [ - "8198" + "8199" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8560.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037465D32EA5\\\"\",\r\n \"name\": \"azsmnet273\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9416.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B640FE97084\\\"\",\r\n \"name\": \"azsmnet8755\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4010/providers/Microsoft.Search/searchServices/azs-8560?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MDEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTYwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9326/providers/Microsoft.Search/searchServices/azs-9416?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDE2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7a8da08a-3dbd-45d3-bf09-a9f055be4184" + "4381387f-7388-40ae-a98e-664484c9bca6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -500,51 +500,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "7a8da08a-3dbd-45d3-bf09-a9f055be4184" + "b764ec2c-24ce-4129-a790-5d72c37f3fdf" ], - "request-id": [ - "7a8da08a-3dbd-45d3-bf09-a9f055be4184" + "x-ms-correlation-request-id": [ + "b764ec2c-24ce-4129-a790-5d72c37f3fdf" ], - "elapsed-time": [ - "766" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T062811Z:b764ec2c-24ce-4129-a790-5d72c37f3fdf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14993" - ], - "x-ms-correlation-request-id": [ - "32cde961-b026-4ca6-95b4-09fc4ab72fea" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020302Z:32cde961-b026-4ca6-95b4-09fc4ab72fea" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:03:02 GMT" + "Sat, 08 Aug 2020 06:28:11 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet4010", - "azsmnet273" + "azsmnet9326", + "azsmnet8755" ], "GenerateServiceName": [ - "azs-8560" + "azs-9416" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/GetIndexReturnsCorrectDefinition.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/GetIndexReturnsCorrectDefinition.json index b5362a18e6f9..30fbc2ad3f89 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/GetIndexReturnsCorrectDefinition.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/GetIndexReturnsCorrectDefinition.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "95a551f6-5562-4431-b130-748af8557cb3" + "2447ef22-7b65-46c0-9c11-7f95baa85f1f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1189" ], "x-ms-request-id": [ - "b47a940b-548b-44a7-822e-19cee31bae21" + "b891a88e-7709-43a4-8a01-632f8df22cc0" ], "x-ms-correlation-request-id": [ - "b47a940b-548b-44a7-822e-19cee31bae21" + "b891a88e-7709-43a4-8a01-632f8df22cc0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020342Z:b47a940b-548b-44a7-822e-19cee31bae21" + "NORTHEUROPE:20200808T062850Z:b891a88e-7709-43a4-8a01-632f8df22cc0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:03:41 GMT" + "Sat, 08 Aug 2020 06:28:50 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2260?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMjYwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8307?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MzA3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "94485b07-bd29-4d1c-bd2b-93306274d4b1" + "b26585ba-de25-499d-bca5-7fba3e73bef2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -96,13 +96,13 @@ "1193" ], "x-ms-request-id": [ - "46092ef5-4a85-4a4b-af6c-d66b6dc7bbe6" + "af7fc5cd-d88d-4de4-8d25-5841635108a2" ], "x-ms-correlation-request-id": [ - "46092ef5-4a85-4a4b-af6c-d66b6dc7bbe6" + "af7fc5cd-d88d-4de4-8d25-5841635108a2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020342Z:46092ef5-4a85-4a4b-af6c-d66b6dc7bbe6" + "NORTHEUROPE:20200808T062852Z:af7fc5cd-d88d-4de4-8d25-5841635108a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:03:41 GMT" + "Sat, 08 Aug 2020 06:28:51 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2260\",\r\n \"name\": \"azsmnet2260\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8307\",\r\n \"name\": \"azsmnet8307\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2260/providers/Microsoft.Search/searchServices/azs-9834?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODM0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8307/providers/Microsoft.Search/searchServices/azs-5947?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTQ3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "896c0d05-1a99-457d-b3dd-8e229f657c16" + "4b32cc1f-3677-47b6-9bce-d8605a4aa03c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A03%3A46.7874914Z'\"" + "W/\"datetime'2020-08-08T06%3A28%3A57.0835263Z'\"" ], "x-ms-request-id": [ - "896c0d05-1a99-457d-b3dd-8e229f657c16" + "4b32cc1f-3677-47b6-9bce-d8605a4aa03c" ], "request-id": [ - "896c0d05-1a99-457d-b3dd-8e229f657c16" + "4b32cc1f-3677-47b6-9bce-d8605a4aa03c" ], "elapsed-time": [ - "1525" + "1743" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1196" ], "x-ms-correlation-request-id": [ - "6f8f6ecd-f78a-4915-ba3a-6c69b0b9afba" + "1498b120-c496-45b3-a8bd-b0cea13febc5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020348Z:6f8f6ecd-f78a-4915-ba3a-6c69b0b9afba" + "NORTHEUROPE:20200808T062858Z:1498b120-c496-45b3-a8bd-b0cea13febc5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:03:48 GMT" + "Sat, 08 Aug 2020 06:28:57 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2260/providers/Microsoft.Search/searchServices/azs-9834\",\r\n \"name\": \"azs-9834\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8307/providers/Microsoft.Search/searchServices/azs-5947\",\r\n \"name\": \"azs-5947\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2260/providers/Microsoft.Search/searchServices/azs-9834/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODM0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8307/providers/Microsoft.Search/searchServices/azs-5947/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTQ3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d22712d3-2f7d-4d86-a3a4-8fdb857396a7" + "22618c8b-e876-4f53-829a-1521498cc91b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d22712d3-2f7d-4d86-a3a4-8fdb857396a7" + "22618c8b-e876-4f53-829a-1521498cc91b" ], "request-id": [ - "d22712d3-2f7d-4d86-a3a4-8fdb857396a7" + "22618c8b-e876-4f53-829a-1521498cc91b" ], "elapsed-time": [ - "94" + "92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1196" ], "x-ms-correlation-request-id": [ - "126c8f95-4645-4871-a400-467a53805d0e" + "e4ed212b-768d-4543-96c2-b59107c062ed" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020351Z:126c8f95-4645-4871-a400-467a53805d0e" + "NORTHEUROPE:20200808T062900Z:e4ed212b-768d-4543-96c2-b59107c062ed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:03:50 GMT" + "Sat, 08 Aug 2020 06:29:00 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"43CBBD9031A337231FFD7282278D9B28\",\r\n \"secondaryKey\": \"8EC28CBF9F1C10DE1F1B1AFE6D9BD2DC\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"E665F286903AFB415857AD1ACEC2D135\",\r\n \"secondaryKey\": \"B84C41B46C7FBB998DBE6408000FAE6D\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2260/providers/Microsoft.Search/searchServices/azs-9834/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODM0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8307/providers/Microsoft.Search/searchServices/azs-5947/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTQ3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99aaa80a-1395-44ea-a6b8-6305f809fc16" + "8bd764fc-a6af-461d-b030-8f19da798ee2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "99aaa80a-1395-44ea-a6b8-6305f809fc16" + "8bd764fc-a6af-461d-b030-8f19da798ee2" ], "request-id": [ - "99aaa80a-1395-44ea-a6b8-6305f809fc16" + "8bd764fc-a6af-461d-b030-8f19da798ee2" ], "elapsed-time": [ - "98" + "271" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1195" ], "x-ms-correlation-request-id": [ - "50ef8ce1-79c8-4b60-b01f-bb9a6340d9cb" + "95971589-ad18-4663-9682-92a6d6ac5a56" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020352Z:50ef8ce1-79c8-4b60-b01f-bb9a6340d9cb" + "NORTHEUROPE:20200808T062901Z:95971589-ad18-4663-9682-92a6d6ac5a56" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:03:51 GMT" + "Sat, 08 Aug 2020 06:29:00 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"FB644557781C74BE1326E91B7F0AD38C\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"14169133E9CBF2269831E72A18E9C9D3\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1487\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3063\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "d9b49f6d-a9b4-41ee-bf6d-efe891551432" + "9f534316-1c2e-4dde-b278-c238a3d641e5" ], "Accept-Language": [ "en-US" ], "api-key": [ - "43CBBD9031A337231FFD7282278D9B28" + "E665F286903AFB415857AD1ACEC2D135" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80374C1DEB74D\"" + "W/\"0x8D83B64585DB81F\"" ], "Location": [ - "https://azs-9834.search-dogfood.windows-int.net/indexes('azsmnet1487')?api-version=2019-05-06" + "https://azs-5947.search-dogfood.windows-int.net/indexes('azsmnet3063')?api-version=2019-05-06" ], "request-id": [ - "d9b49f6d-a9b4-41ee-bf6d-efe891551432" + "9f534316-1c2e-4dde-b278-c238a3d641e5" ], "elapsed-time": [ - "90993" + "865" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:05:27 GMT" + "Sat, 08 Aug 2020 06:29:03 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "8199" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9834.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80374C1DEB74D\\\"\",\r\n \"name\": \"azsmnet1487\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5947.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B64585DB81F\\\"\",\r\n \"name\": \"azsmnet3063\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet1487')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNDg3Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3063')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMDYzJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "0ecb8e88-a15d-4832-9b57-74636b358f5c" + "eaea7a1f-2fca-4b5e-b854-4754824b4cb7" ], "Accept-Language": [ "en-US" ], "api-key": [ - "43CBBD9031A337231FFD7282278D9B28" + "E665F286903AFB415857AD1ACEC2D135" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -441,13 +441,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80374C1DEB74D\"" + "W/\"0x8D83B64585DB81F\"" ], "request-id": [ - "0ecb8e88-a15d-4832-9b57-74636b358f5c" + "eaea7a1f-2fca-4b5e-b854-4754824b4cb7" ], "elapsed-time": [ - "47" + "45" ], "OData-Version": [ "4.0" @@ -459,7 +459,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:05:27 GMT" + "Sat, 08 Aug 2020 06:29:03 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -471,25 +471,25 @@ "8199" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9834.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80374C1DEB74D\\\"\",\r\n \"name\": \"azsmnet1487\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5947.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B64585DB81F\\\"\",\r\n \"name\": \"azsmnet3063\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2260/providers/Microsoft.Search/searchServices/azs-9834?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODM0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8307/providers/Microsoft.Search/searchServices/azs-5947?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTQ3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7269ad19-917c-4e50-9f18-50417707b8e6" + "fe0e9e0d-02b9-48c0-8c87-aadb9d6abac0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -500,51 +500,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "7269ad19-917c-4e50-9f18-50417707b8e6" + "0474a4f6-2945-49af-b00a-a066714088cc" ], - "request-id": [ - "7269ad19-917c-4e50-9f18-50417707b8e6" + "x-ms-correlation-request-id": [ + "0474a4f6-2945-49af-b00a-a066714088cc" ], - "elapsed-time": [ - "1191" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T062912Z:0474a4f6-2945-49af-b00a-a066714088cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14986" - ], - "x-ms-correlation-request-id": [ - "8791ec30-be0f-4707-9917-f8e5b7f35eab" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020532Z:8791ec30-be0f-4707-9917-f8e5b7f35eab" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:05:32 GMT" + "Sat, 08 Aug 2020 06:29:11 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2260", - "azsmnet1487" + "azsmnet8307", + "azsmnet3063" ], "GenerateServiceName": [ - "azs-9834" + "azs-5947" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/GetIndexThrowsOnNotFound.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/GetIndexThrowsOnNotFound.json index 0ab20487294f..c5aecc2004f1 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/GetIndexThrowsOnNotFound.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/GetIndexThrowsOnNotFound.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cac22d8d-30ca-4b7d-9616-d51fc2ed9232" + "7994fdee-9511-4228-a8c5-e785fdb8e737" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1189" ], "x-ms-request-id": [ - "124fcd58-465e-4ff1-b3d4-7c6bf1b844fa" + "820ac4e8-cf69-48e1-94a2-8caff29c50d6" ], "x-ms-correlation-request-id": [ - "124fcd58-465e-4ff1-b3d4-7c6bf1b844fa" + "820ac4e8-cf69-48e1-94a2-8caff29c50d6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020538Z:124fcd58-465e-4ff1-b3d4-7c6bf1b844fa" + "NORTHEUROPE:20200808T062920Z:820ac4e8-cf69-48e1-94a2-8caff29c50d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:05:38 GMT" + "Sat, 08 Aug 2020 06:29:19 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5825?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1ODI1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5685?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1Njg1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9f637df0-f289-4d5f-b07a-c8b64b750d78" + "922ab46a-59eb-46b0-b985-4a96e4281049" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1193" ], "x-ms-request-id": [ - "c491d805-924f-461c-b4b8-1e3e4e41604b" + "7098346b-c6bb-408b-b80f-4f49f9207eb9" ], "x-ms-correlation-request-id": [ - "c491d805-924f-461c-b4b8-1e3e4e41604b" + "7098346b-c6bb-408b-b80f-4f49f9207eb9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020538Z:c491d805-924f-461c-b4b8-1e3e4e41604b" + "NORTHEUROPE:20200808T062921Z:7098346b-c6bb-408b-b80f-4f49f9207eb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:05:38 GMT" + "Sat, 08 Aug 2020 06:29:21 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5825\",\r\n \"name\": \"azsmnet5825\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5685\",\r\n \"name\": \"azsmnet5685\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5825/providers/Microsoft.Search/searchServices/azs-4624?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjI0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5685/providers/Microsoft.Search/searchServices/azs-3552?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1Njg1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTUyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "462b2117-f8b9-4796-b182-f6a370691b4d" + "9912df2c-92a0-49a4-86b1-c41dbe74d84c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A05%3A44.1152506Z'\"" + "W/\"datetime'2020-08-08T06%3A29%3A26.5539154Z'\"" ], "x-ms-request-id": [ - "462b2117-f8b9-4796-b182-f6a370691b4d" + "9912df2c-92a0-49a4-86b1-c41dbe74d84c" ], "request-id": [ - "462b2117-f8b9-4796-b182-f6a370691b4d" + "9912df2c-92a0-49a4-86b1-c41dbe74d84c" ], "elapsed-time": [ - "2427" + "1751" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1191" ], "x-ms-correlation-request-id": [ - "5ddb08ff-7651-4d9d-9ec5-74d819e9b5e6" + "0878088e-d548-494f-92d7-4001d63f9362" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020544Z:5ddb08ff-7651-4d9d-9ec5-74d819e9b5e6" + "NORTHEUROPE:20200808T062927Z:0878088e-d548-494f-92d7-4001d63f9362" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:05:44 GMT" + "Sat, 08 Aug 2020 06:29:26 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5825/providers/Microsoft.Search/searchServices/azs-4624\",\r\n \"name\": \"azs-4624\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5685/providers/Microsoft.Search/searchServices/azs-3552\",\r\n \"name\": \"azs-3552\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5825/providers/Microsoft.Search/searchServices/azs-4624/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjI0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5685/providers/Microsoft.Search/searchServices/azs-3552/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1Njg1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTUyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dc579ef0-8b99-4b4d-b85f-6ceb5c5b814b" + "07f3e53a-6a43-4f91-8bca-c390123d7912" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,13 +231,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "dc579ef0-8b99-4b4d-b85f-6ceb5c5b814b" + "07f3e53a-6a43-4f91-8bca-c390123d7912" ], "request-id": [ - "dc579ef0-8b99-4b4d-b85f-6ceb5c5b814b" + "07f3e53a-6a43-4f91-8bca-c390123d7912" ], "elapsed-time": [ - "380" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -246,16 +246,16 @@ "1185" ], "x-ms-correlation-request-id": [ - "5dc74f23-270c-4fde-a632-8cc3538aaca6" + "889e0cfb-d284-452f-8d39-63b0626737ad" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020547Z:5dc74f23-270c-4fde-a632-8cc3538aaca6" + "NORTHEUROPE:20200808T062930Z:889e0cfb-d284-452f-8d39-63b0626737ad" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:05:47 GMT" + "Sat, 08 Aug 2020 06:29:30 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"2433740BFDC61D5CB13819D7BD9AF5DD\",\r\n \"secondaryKey\": \"E8994BF618A78A38C0C6270EE891A09E\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"043D3680693B1B51580E1C73E221796F\",\r\n \"secondaryKey\": \"2780094C7ED92CDFD49C0D114E87FE5A\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5825/providers/Microsoft.Search/searchServices/azs-4624/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjI0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5685/providers/Microsoft.Search/searchServices/azs-3552/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1Njg1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTUyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0464cff3-ff4d-42cf-916f-95efdee68bf7" + "eedc13b2-9e38-44eb-a44c-34d13ff32b5c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,13 +300,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0464cff3-ff4d-42cf-916f-95efdee68bf7" + "eedc13b2-9e38-44eb-a44c-34d13ff32b5c" ], "request-id": [ - "0464cff3-ff4d-42cf-916f-95efdee68bf7" + "eedc13b2-9e38-44eb-a44c-34d13ff32b5c" ], "elapsed-time": [ - "92" + "422" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -315,16 +315,16 @@ "1184" ], "x-ms-correlation-request-id": [ - "727216ec-ee87-47e8-bcd1-97d74cca1fae" + "e8956eb1-395a-442c-a035-1782b3f4c852" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020548Z:727216ec-ee87-47e8-bcd1-97d74cca1fae" + "NORTHEUROPE:20200808T062931Z:e8956eb1-395a-442c-a035-1782b3f4c852" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:05:47 GMT" + "Sat, 08 Aug 2020 06:29:31 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"8E8DCAC0D3520B4C833A0832E4BD8410\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"23C9175D91BDE46AEB3454B8C2CBA9D1\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -346,18 +346,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "7a8174ac-23d5-458f-8781-e07bcd9bde93" + "b677731e-f78d-47a0-b780-621ff0fa4548" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2433740BFDC61D5CB13819D7BD9AF5DD" + "043D3680693B1B51580E1C73E221796F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -369,10 +369,10 @@ "no-cache" ], "request-id": [ - "7a8174ac-23d5-458f-8781-e07bcd9bde93" + "b677731e-f78d-47a0-b780-621ff0fa4548" ], "elapsed-time": [ - "44" + "46" ], "OData-Version": [ "4.0" @@ -384,7 +384,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:05:49 GMT" + "Sat, 08 Aug 2020 06:29:32 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -399,25 +399,25 @@ "117" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No index with the name 'thisindexdoesnotexist' was found in the service 'azs-4624'.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No index with the name 'thisindexdoesnotexist' was found in the service 'azs-3552'.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5825/providers/Microsoft.Search/searchServices/azs-4624?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjI0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5685/providers/Microsoft.Search/searchServices/azs-3552?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1Njg1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTUyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "79041afd-5b52-4eac-80ac-0bc78836805a" + "18219233-d0a1-421a-8bdb-1cb99559a1c0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -428,50 +428,41 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14988" + ], "x-ms-request-id": [ - "79041afd-5b52-4eac-80ac-0bc78836805a" + "863094f5-e095-4830-86c1-8cdb73f6b975" ], - "request-id": [ - "79041afd-5b52-4eac-80ac-0bc78836805a" + "x-ms-correlation-request-id": [ + "863094f5-e095-4830-86c1-8cdb73f6b975" ], - "elapsed-time": [ - "1145" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T062942Z:863094f5-e095-4830-86c1-8cdb73f6b975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14987" - ], - "x-ms-correlation-request-id": [ - "4437bf7d-6471-4670-9b5d-4f98d27a1434" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020554Z:4437bf7d-6471-4670-9b5d-4f98d27a1434" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:05:54 GMT" + "Sat, 08 Aug 2020 06:29:41 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5825" + "azsmnet5685" ], "GenerateServiceName": [ - "azs-4624" + "azs-3552" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/UpdateIndexIfExistsFailsOnNoResource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/UpdateIndexIfExistsFailsOnNoResource.json index 22cd5218863e..c6bad5ad8b7e 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/UpdateIndexIfExistsFailsOnNoResource.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/UpdateIndexIfExistsFailsOnNoResource.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "821a4a69-c7d7-4591-a125-98136789ad96" + "fc052f2f-036a-4cbc-a92e-ced2ca8d861d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1194" ], "x-ms-request-id": [ - "918dbee9-ccf3-44d9-9d0d-5116bd307d45" + "0b075b08-a072-4cc8-aec8-81dea41b3c6d" ], "x-ms-correlation-request-id": [ - "918dbee9-ccf3-44d9-9d0d-5116bd307d45" + "0b075b08-a072-4cc8-aec8-81dea41b3c6d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015759Z:918dbee9-ccf3-44d9-9d0d-5116bd307d45" + "NORTHEUROPE:20200808T061823Z:0b075b08-a072-4cc8-aec8-81dea41b3c6d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:57:59 GMT" + "Sat, 08 Aug 2020 06:18:23 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3205?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMjA1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2354?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMzU0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c68a2cdb-fa4e-4be1-ad0f-023249a977ec" + "906c1558-4861-4638-ab14-a9399a17190a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1195" ], "x-ms-request-id": [ - "0cd5830c-b9ce-4b18-bf30-7724806602dc" + "6198b0d5-4eb2-4324-9eb0-fcb89ee0ae05" ], "x-ms-correlation-request-id": [ - "0cd5830c-b9ce-4b18-bf30-7724806602dc" + "6198b0d5-4eb2-4324-9eb0-fcb89ee0ae05" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015800Z:0cd5830c-b9ce-4b18-bf30-7724806602dc" + "NORTHEUROPE:20200808T061825Z:6198b0d5-4eb2-4324-9eb0-fcb89ee0ae05" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:57:59 GMT" + "Sat, 08 Aug 2020 06:18:24 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3205\",\r\n \"name\": \"azsmnet3205\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2354\",\r\n \"name\": \"azsmnet2354\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3205/providers/Microsoft.Search/searchServices/azs-5880?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMjA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01ODgwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2354/providers/Microsoft.Search/searchServices/azs-5103?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MTAzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cbeee088-6db9-40b6-b583-9b856875c262" + "91951b1e-3a4c-4189-98bf-6d071bd5f2bf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A58%3A04.2211787Z'\"" + "W/\"datetime'2020-08-08T06%3A18%3A30.1237518Z'\"" ], "x-ms-request-id": [ - "cbeee088-6db9-40b6-b583-9b856875c262" + "91951b1e-3a4c-4189-98bf-6d071bd5f2bf" ], "request-id": [ - "cbeee088-6db9-40b6-b583-9b856875c262" + "91951b1e-3a4c-4189-98bf-6d071bd5f2bf" ], "elapsed-time": [ - "1888" + "1903" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1194" ], "x-ms-correlation-request-id": [ - "18dd9be8-30b5-45ef-92af-901bede3dac8" + "bf2be17e-12ff-47db-9c7d-5af1df19380e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015805Z:18dd9be8-30b5-45ef-92af-901bede3dac8" + "NORTHEUROPE:20200808T061831Z:bf2be17e-12ff-47db-9c7d-5af1df19380e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:58:04 GMT" + "Sat, 08 Aug 2020 06:18:30 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3205/providers/Microsoft.Search/searchServices/azs-5880\",\r\n \"name\": \"azs-5880\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2354/providers/Microsoft.Search/searchServices/azs-5103\",\r\n \"name\": \"azs-5103\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3205/providers/Microsoft.Search/searchServices/azs-5880/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMjA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01ODgwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2354/providers/Microsoft.Search/searchServices/azs-5103/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MTAzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "debc4162-eaa2-4215-acdd-abf613762182" + "e8aba7d4-2f5b-421d-8a65-fb1ebe245002" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "debc4162-eaa2-4215-acdd-abf613762182" + "e8aba7d4-2f5b-421d-8a65-fb1ebe245002" ], "request-id": [ - "debc4162-eaa2-4215-acdd-abf613762182" + "e8aba7d4-2f5b-421d-8a65-fb1ebe245002" ], "elapsed-time": [ - "293" + "552" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1192" ], "x-ms-correlation-request-id": [ - "d142305e-cbc6-4c52-9f83-4bd4ee4c441f" + "ab757f47-7045-4006-82f4-e4ec96fc9ba6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015808Z:d142305e-cbc6-4c52-9f83-4bd4ee4c441f" + "NORTHEUROPE:20200808T061834Z:ab757f47-7045-4006-82f4-e4ec96fc9ba6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:58:07 GMT" + "Sat, 08 Aug 2020 06:18:33 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"EFD53A0E38146623B0D900735E7858C9\",\r\n \"secondaryKey\": \"F28331C6EC568B9A0459338C4D6602E5\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"65E109B4CE704C18E332E28CF65581F7\",\r\n \"secondaryKey\": \"0884E8B10709418BE31FE0D708C0A6AE\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3205/providers/Microsoft.Search/searchServices/azs-5880/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMjA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01ODgwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2354/providers/Microsoft.Search/searchServices/azs-5103/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MTAzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "693aa72d-7fcf-4162-9cd3-459c230b370a" + "cb846971-fb86-4c47-8d68-2fc54b1637e7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "693aa72d-7fcf-4162-9cd3-459c230b370a" + "cb846971-fb86-4c47-8d68-2fc54b1637e7" ], "request-id": [ - "693aa72d-7fcf-4162-9cd3-459c230b370a" + "cb846971-fb86-4c47-8d68-2fc54b1637e7" ], "elapsed-time": [ - "110" + "599" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1191" ], "x-ms-correlation-request-id": [ - "b210c240-9cae-4630-b688-1aeb3e914b9f" + "c447356d-fa26-4484-9f78-4907fe7f18ff" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015808Z:b210c240-9cae-4630-b688-1aeb3e914b9f" + "NORTHEUROPE:20200808T061835Z:c447356d-fa26-4484-9f78-4907fe7f18ff" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:58:08 GMT" + "Sat, 08 Aug 2020 06:18:34 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"215993AE4C4C6E7745014B637F4AEC77\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"9349B1C248EECDDCBCDBA9B15B152275\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet5419')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NDE5Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1955')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxOTU1Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet5419\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1955\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "ec24f099-4131-4359-b2ee-b8811a10180b" + "0f6833b4-2640-451a-be80-679b217d7ce7" ], "Prefer": [ "return=representation" @@ -358,12 +358,12 @@ "*" ], "api-key": [ - "EFD53A0E38146623B0D900735E7858C9" + "65E109B4CE704C18E332E28CF65581F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -381,10 +381,10 @@ "no-cache" ], "request-id": [ - "ec24f099-4131-4359-b2ee-b8811a10180b" + "0f6833b4-2640-451a-be80-679b217d7ce7" ], "elapsed-time": [ - "101" + "54" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:58:10 GMT" + "Sat, 08 Aug 2020 06:18:36 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -415,21 +415,21 @@ "StatusCode": 412 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3205/providers/Microsoft.Search/searchServices/azs-5880?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMjA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01ODgwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2354/providers/Microsoft.Search/searchServices/azs-5103?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MTAzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7fa61ab9-d795-4488-9221-b990e9017e42" + "d019df7f-ddfe-4879-a2f4-bacd949bf0b6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -440,51 +440,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14993" + ], "x-ms-request-id": [ - "7fa61ab9-d795-4488-9221-b990e9017e42" + "723515f8-529c-4cd5-9284-9dbd4ac3300a" ], - "request-id": [ - "7fa61ab9-d795-4488-9221-b990e9017e42" + "x-ms-correlation-request-id": [ + "723515f8-529c-4cd5-9284-9dbd4ac3300a" ], - "elapsed-time": [ - "795" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T061847Z:723515f8-529c-4cd5-9284-9dbd4ac3300a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" - ], - "x-ms-correlation-request-id": [ - "44f7b771-7db6-4b87-9975-8b236e55d811" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015812Z:44f7b771-7db6-4b87-9975-8b236e55d811" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:58:12 GMT" + "Sat, 08 Aug 2020 06:18:47 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet3205", - "azsmnet5419" + "azsmnet2354", + "azsmnet1955" ], "GenerateServiceName": [ - "azs-5880" + "azs-5103" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/UpdateIndexIfExistsSucceedsOnExistingResource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/UpdateIndexIfExistsSucceedsOnExistingResource.json index 6c2280e0fbf3..cca855ba7848 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/UpdateIndexIfExistsSucceedsOnExistingResource.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/UpdateIndexIfExistsSucceedsOnExistingResource.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ffd9a368-51b2-4d19-8d26-92b4cb3729bf" + "5ffb8a3e-ca35-4bfd-b885-17703aaa3c7b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1187" ], "x-ms-request-id": [ - "7bb1d429-e8e1-4798-b392-8fe7bf7ae3d2" + "0406dd06-bad9-42c2-837e-275051c3181d" ], "x-ms-correlation-request-id": [ - "7bb1d429-e8e1-4798-b392-8fe7bf7ae3d2" + "0406dd06-bad9-42c2-837e-275051c3181d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020623Z:7bb1d429-e8e1-4798-b392-8fe7bf7ae3d2" + "NORTHEUROPE:20200808T063059Z:0406dd06-bad9-42c2-837e-275051c3181d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:06:22 GMT" + "Sat, 08 Aug 2020 06:30:59 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5480?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NDgwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8988?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4OTg4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a17a73bf-49c3-43e5-9fa1-930dc4de3a30" + "52196288-5b6e-42aa-9a01-2e9177591f2d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1191" ], "x-ms-request-id": [ - "9feea81d-4033-4570-b54c-c343e17d4c1f" + "52852e6c-a1b4-4390-8b22-5361c93a9836" ], "x-ms-correlation-request-id": [ - "9feea81d-4033-4570-b54c-c343e17d4c1f" + "52852e6c-a1b4-4390-8b22-5361c93a9836" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020623Z:9feea81d-4033-4570-b54c-c343e17d4c1f" + "NORTHEUROPE:20200808T063101Z:52852e6c-a1b4-4390-8b22-5361c93a9836" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:06:22 GMT" + "Sat, 08 Aug 2020 06:31:00 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5480\",\r\n \"name\": \"azsmnet5480\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8988\",\r\n \"name\": \"azsmnet8988\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5480/providers/Microsoft.Search/searchServices/azs-3840?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zODQwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8988/providers/Microsoft.Search/searchServices/azs-1330?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzMwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "33792b54-29bf-4102-a8f0-027b68146352" + "cf904052-87b6-4272-8694-01346c240f63" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A06%3A26.8506215Z'\"" + "W/\"datetime'2020-08-08T06%3A31%3A06.2799765Z'\"" ], "x-ms-request-id": [ - "33792b54-29bf-4102-a8f0-027b68146352" + "cf904052-87b6-4272-8694-01346c240f63" ], "request-id": [ - "33792b54-29bf-4102-a8f0-027b68146352" + "cf904052-87b6-4272-8694-01346c240f63" ], "elapsed-time": [ - "1186" + "1891" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1196" ], "x-ms-correlation-request-id": [ - "d4138320-26be-4d62-b892-5fbc4904409d" + "1c35bd4d-01c3-4e9f-af87-0bb1b063e93c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020627Z:d4138320-26be-4d62-b892-5fbc4904409d" + "NORTHEUROPE:20200808T063107Z:1c35bd4d-01c3-4e9f-af87-0bb1b063e93c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:06:27 GMT" + "Sat, 08 Aug 2020 06:31:07 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5480/providers/Microsoft.Search/searchServices/azs-3840\",\r\n \"name\": \"azs-3840\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8988/providers/Microsoft.Search/searchServices/azs-1330\",\r\n \"name\": \"azs-1330\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5480/providers/Microsoft.Search/searchServices/azs-3840/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zODQwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8988/providers/Microsoft.Search/searchServices/azs-1330/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzMwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "52f2e5fb-5ab0-4a9c-9072-c812f8931796" + "6dbeb257-e565-493e-8f90-b8f91f535269" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "52f2e5fb-5ab0-4a9c-9072-c812f8931796" + "6dbeb257-e565-493e-8f90-b8f91f535269" ], "request-id": [ - "52f2e5fb-5ab0-4a9c-9072-c812f8931796" + "6dbeb257-e565-493e-8f90-b8f91f535269" ], "elapsed-time": [ - "103" + "116" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1195" ], "x-ms-correlation-request-id": [ - "c999c958-40a4-4ab5-b82d-bc872331ddae" + "b142bab2-715f-4488-b4f3-38e1bbd5bb44" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020629Z:c999c958-40a4-4ab5-b82d-bc872331ddae" + "NORTHEUROPE:20200808T063109Z:b142bab2-715f-4488-b4f3-38e1bbd5bb44" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:06:29 GMT" + "Sat, 08 Aug 2020 06:31:09 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"6F1A2C90E82A04394A82813716EEFE9B\",\r\n \"secondaryKey\": \"0E53727E05085D87C44851A2364C9923\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"888B25C5DE1D41FFC56B0B65EE3AE2FE\",\r\n \"secondaryKey\": \"4C529C1A5AB0D945ABA67DD733A345D7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5480/providers/Microsoft.Search/searchServices/azs-3840/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zODQwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8988/providers/Microsoft.Search/searchServices/azs-1330/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzMwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "532c6291-2cfa-4aa7-a352-f9f14cb53946" + "92c9fff8-f360-41f7-aa55-793838cc7335" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,10 +300,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "532c6291-2cfa-4aa7-a352-f9f14cb53946" + "92c9fff8-f360-41f7-aa55-793838cc7335" ], "request-id": [ - "532c6291-2cfa-4aa7-a352-f9f14cb53946" + "92c9fff8-f360-41f7-aa55-793838cc7335" ], "elapsed-time": [ "91" @@ -312,19 +312,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1194" ], "x-ms-correlation-request-id": [ - "7d10b588-95a8-43eb-8f27-5f28f5783bfc" + "85839607-968a-4cf2-a16a-bf4452a433bb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020630Z:7d10b588-95a8-43eb-8f27-5f28f5783bfc" + "NORTHEUROPE:20200808T063110Z:85839607-968a-4cf2-a16a-bf4452a433bb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:06:30 GMT" + "Sat, 08 Aug 2020 06:31:10 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"90DD1FB73A1FFD7B6C9A47BEE37EA0EA\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"9415AE49A8D2741B11011EA1BD358D7C\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet777')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NzcnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet4615')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NjE1Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet777\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4615\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "81b825f2-a519-4a4b-b85d-b1636f2adbbd" + "575f9673-cd55-4f31-857d-5b93e2749785" ], "Prefer": [ "return=representation" @@ -355,19 +355,19 @@ "en-US" ], "api-key": [ - "6F1A2C90E82A04394A82813716EEFE9B" + "888B25C5DE1D41FFC56B0B65EE3AE2FE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "9842" + "9843" ] }, "ResponseHeaders": { @@ -378,16 +378,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80374E8F1B166\"" + "W/\"0x8D83B64A5A2AE9F\"" ], "Location": [ - "https://azs-3840.search-dogfood.windows-int.net/indexes('azsmnet777')?api-version=2019-05-06" + "https://azs-1330.search-dogfood.windows-int.net/indexes('azsmnet4615')?api-version=2019-05-06" ], "request-id": [ - "81b825f2-a519-4a4b-b85d-b1636f2adbbd" + "575f9673-cd55-4f31-857d-5b93e2749785" ], "elapsed-time": [ - "1431" + "821" ], "OData-Version": [ "4.0" @@ -399,7 +399,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:06:33 GMT" + "Sat, 08 Aug 2020 06:31:13 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,20 +408,20 @@ "-1" ], "Content-Length": [ - "8198" + "8199" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3840.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80374E8F1B166\\\"\",\r\n \"name\": \"azsmnet777\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1330.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B64A5A2AE9F\\\"\",\r\n \"name\": \"azsmnet4615\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet777')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NzcnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet4615')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NjE1Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet777\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"@odata.etag\": \"\\\"0x8D80374E8F1B166\\\"\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4615\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"@odata.etag\": \"\\\"0x8D83B64A5A2AE9F\\\"\"\r\n}", "RequestHeaders": { "client-request-id": [ - "97477ddf-eb33-47e1-8ed7-679e502f5883" + "ee10ba71-d529-4335-a0b5-02bc4c52fbc0" ], "Prefer": [ "return=representation" @@ -433,19 +433,19 @@ "*" ], "api-key": [ - "6F1A2C90E82A04394A82813716EEFE9B" + "888B25C5DE1D41FFC56B0B65EE3AE2FE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "10678" + "10679" ] }, "ResponseHeaders": { @@ -456,13 +456,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80374EA16C79A\"" + "W/\"0x8D83B64A6D053A8\"" ], "request-id": [ - "97477ddf-eb33-47e1-8ed7-679e502f5883" + "ee10ba71-d529-4335-a0b5-02bc4c52fbc0" ], "elapsed-time": [ - "290" + "258" ], "OData-Version": [ "4.0" @@ -474,7 +474,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:06:35 GMT" + "Sat, 08 Aug 2020 06:31:15 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -483,28 +483,28 @@ "-1" ], "Content-Length": [ - "8159" + "8160" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3840.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80374EA16C79A\\\"\",\r\n \"name\": \"azsmnet777\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1330.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B64A6D053A8\\\"\",\r\n \"name\": \"azsmnet4615\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5480/providers/Microsoft.Search/searchServices/azs-3840?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zODQwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8988/providers/Microsoft.Search/searchServices/azs-1330?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzMwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ff50981-21da-4746-a31c-f9fd8b7723f0" + "5d8318b3-259c-4367-8da7-f8424413ef24" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -515,51 +515,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "4ff50981-21da-4746-a31c-f9fd8b7723f0" + "242610a3-e132-4b89-9fde-1e78fc22fad1" ], - "request-id": [ - "4ff50981-21da-4746-a31c-f9fd8b7723f0" + "x-ms-correlation-request-id": [ + "242610a3-e132-4b89-9fde-1e78fc22fad1" ], - "elapsed-time": [ - "843" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T063144Z:242610a3-e132-4b89-9fde-1e78fc22fad1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14989" - ], - "x-ms-correlation-request-id": [ - "15798029-7d23-4753-aee5-c05eb2b635e7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020638Z:15798029-7d23-4753-aee5-c05eb2b635e7" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:06:38 GMT" + "Sat, 08 Aug 2020 06:31:44 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5480", - "azsmnet777" + "azsmnet8988", + "azsmnet4615" ], "GenerateServiceName": [ - "azs-3840" + "azs-1330" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/UpdateIndexIfNotChangedFailsWhenResourceChanged.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/UpdateIndexIfNotChangedFailsWhenResourceChanged.json index 2e5bf031617c..08c06f83c3d3 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/UpdateIndexIfNotChangedFailsWhenResourceChanged.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/UpdateIndexIfNotChangedFailsWhenResourceChanged.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c6ec1c14-b881-4e32-853f-46385cd29329" + "125a9369-15cf-44ca-a3f5-bfce781b33ad" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1191" ], "x-ms-request-id": [ - "3c9f5ee9-5d1f-45fc-a411-e1e412a51503" + "f02e522e-988d-4dff-be94-8c7c333787f1" ], "x-ms-correlation-request-id": [ - "3c9f5ee9-5d1f-45fc-a411-e1e412a51503" + "f02e522e-988d-4dff-be94-8c7c333787f1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020644Z:3c9f5ee9-5d1f-45fc-a411-e1e412a51503" + "NORTHEUROPE:20200808T063151Z:f02e522e-988d-4dff-be94-8c7c333787f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:06:44 GMT" + "Sat, 08 Aug 2020 06:31:51 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5539?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NTM5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet454?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0NTQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "73aa7e41-7192-402b-ba4a-97bf83d3fc01" + "2f338bc1-9792-4128-adbb-5cd0de4dcd67" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -96,13 +96,13 @@ "1192" ], "x-ms-request-id": [ - "c4e702a0-fbb8-46c7-a16f-9ac6625a4322" + "246ec26b-94c3-45a7-8a9d-78695a92b81e" ], "x-ms-correlation-request-id": [ - "c4e702a0-fbb8-46c7-a16f-9ac6625a4322" + "246ec26b-94c3-45a7-8a9d-78695a92b81e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020645Z:c4e702a0-fbb8-46c7-a16f-9ac6625a4322" + "NORTHEUROPE:20200808T063153Z:246ec26b-94c3-45a7-8a9d-78695a92b81e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:06:44 GMT" + "Sat, 08 Aug 2020 06:31:52 GMT" ], "Content-Length": [ - "175" + "173" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5539\",\r\n \"name\": \"azsmnet5539\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet454\",\r\n \"name\": \"azsmnet454\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5539/providers/Microsoft.Search/searchServices/azs-6139?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTM5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet454/providers/Microsoft.Search/searchServices/azs-8681?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTg2ODE/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e20ebc60-eb79-4bbe-b52d-b0cc89d48f91" + "9f9c1a17-773e-4ecc-9e97-efe92d08ff31" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A06%3A49.7548996Z'\"" + "W/\"datetime'2020-08-08T06%3A31%3A59.2329822Z'\"" ], "x-ms-request-id": [ - "e20ebc60-eb79-4bbe-b52d-b0cc89d48f91" + "9f9c1a17-773e-4ecc-9e97-efe92d08ff31" ], "request-id": [ - "e20ebc60-eb79-4bbe-b52d-b0cc89d48f91" + "9f9c1a17-773e-4ecc-9e97-efe92d08ff31" ], "elapsed-time": [ - "1506" + "1842" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1193" ], "x-ms-correlation-request-id": [ - "7b91afb4-7676-4a5c-9acd-0d623653e946" + "c7063618-d7d9-4cc2-b131-8ea969ac1869" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020651Z:7b91afb4-7676-4a5c-9acd-0d623653e946" + "NORTHEUROPE:20200808T063200Z:c7063618-d7d9-4cc2-b131-8ea969ac1869" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:06:50 GMT" + "Sat, 08 Aug 2020 06:32:00 GMT" ], "Content-Length": [ - "529" + "528" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5539/providers/Microsoft.Search/searchServices/azs-6139\",\r\n \"name\": \"azs-6139\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet454/providers/Microsoft.Search/searchServices/azs-8681\",\r\n \"name\": \"azs-8681\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5539/providers/Microsoft.Search/searchServices/azs-6139/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTM5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet454/providers/Microsoft.Search/searchServices/azs-8681/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTg2ODEvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bb694e4d-e245-4da2-826e-e820531be104" + "9d3a5447-c942-4988-b153-2129fb6b5fba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "bb694e4d-e245-4da2-826e-e820531be104" + "9d3a5447-c942-4988-b153-2129fb6b5fba" ], "request-id": [ - "bb694e4d-e245-4da2-826e-e820531be104" + "9d3a5447-c942-4988-b153-2129fb6b5fba" ], "elapsed-time": [ - "111" + "97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1190" ], "x-ms-correlation-request-id": [ - "2b8ee910-d48b-4de2-87ac-2888ae62ca69" + "46ce0f0d-ae6e-4ceb-ad70-769d0d2fe75c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020653Z:2b8ee910-d48b-4de2-87ac-2888ae62ca69" + "NORTHEUROPE:20200808T063202Z:46ce0f0d-ae6e-4ceb-ad70-769d0d2fe75c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:06:52 GMT" + "Sat, 08 Aug 2020 06:32:02 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"4804A4AC2C49527C4A25D1EF40E7684C\",\r\n \"secondaryKey\": \"7F8E204960E082B1CC9C907F4359C8ED\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"A1C8E8FAB6871EADF4CFA5D2D137E4A5\",\r\n \"secondaryKey\": \"0C9ECEB690711A9E43085A864B19706E\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5539/providers/Microsoft.Search/searchServices/azs-6139/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTM5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet454/providers/Microsoft.Search/searchServices/azs-8681/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTg2ODEvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "74685155-217d-43c5-9711-f94630b08af5" + "7fb546aa-8238-48c9-9df0-df01487f2c00" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "74685155-217d-43c5-9711-f94630b08af5" + "7fb546aa-8238-48c9-9df0-df01487f2c00" ], "request-id": [ - "74685155-217d-43c5-9711-f94630b08af5" + "7fb546aa-8238-48c9-9df0-df01487f2c00" ], "elapsed-time": [ - "105" + "158" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1189" ], "x-ms-correlation-request-id": [ - "1269f760-6898-4128-a228-99ed5c4054c5" + "6fe2cf79-dadf-4285-8e53-e2cdbfa93972" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020653Z:1269f760-6898-4128-a228-99ed5c4054c5" + "NORTHEUROPE:20200808T063203Z:6fe2cf79-dadf-4285-8e53-e2cdbfa93972" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:06:52 GMT" + "Sat, 08 Aug 2020 06:32:02 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"58A4D2C2C9F4AC5C3B522964B941A865\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"A0ADF9945A26CAFCED99A9DBBCAB0724\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3048')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMDQ4Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1554')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNTU0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet3048\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1554\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c5c08b48-c3aa-401f-8c3e-6e9b61ff69a5" + "e7514852-181b-4317-acb9-a701da51e0b0" ], "Prefer": [ "return=representation" @@ -355,12 +355,12 @@ "en-US" ], "api-key": [ - "4804A4AC2C49527C4A25D1EF40E7684C" + "A1C8E8FAB6871EADF4CFA5D2D137E4A5" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -378,16 +378,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80374F6BF6183\"" + "W/\"0x8D83B64C527076E\"" ], "Location": [ - "https://azs-6139.search-dogfood.windows-int.net/indexes('azsmnet3048')?api-version=2019-05-06" + "https://azs-8681.search-dogfood.windows-int.net/indexes('azsmnet1554')?api-version=2019-05-06" ], "request-id": [ - "c5c08b48-c3aa-401f-8c3e-6e9b61ff69a5" + "e7514852-181b-4317-acb9-a701da51e0b0" ], "elapsed-time": [ - "1282" + "890" ], "OData-Version": [ "4.0" @@ -399,7 +399,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:06:55 GMT" + "Sat, 08 Aug 2020 06:32:06 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -411,17 +411,17 @@ "8199" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6139.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80374F6BF6183\\\"\",\r\n \"name\": \"azsmnet3048\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8681.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B64C527076E\\\"\",\r\n \"name\": \"azsmnet1554\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet3048')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMDQ4Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1554')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNTU0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet3048\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"@odata.etag\": \"\\\"0x8D80374F6BF6183\\\"\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1554\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"@odata.etag\": \"\\\"0x8D83B64C527076E\\\"\"\r\n}", "RequestHeaders": { "client-request-id": [ - "686a73f1-7ae6-48c8-8579-67a8f3d4d7e9" + "a80986be-32f9-47f1-bf43-0d4a8da72c84" ], "Prefer": [ "return=representation" @@ -430,12 +430,12 @@ "en-US" ], "api-key": [ - "4804A4AC2C49527C4A25D1EF40E7684C" + "A1C8E8FAB6871EADF4CFA5D2D137E4A5" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -453,13 +453,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80374F7F719B0\"" + "W/\"0x8D83B64C661F613\"" ], "request-id": [ - "686a73f1-7ae6-48c8-8579-67a8f3d4d7e9" + "a80986be-32f9-47f1-bf43-0d4a8da72c84" ], "elapsed-time": [ - "250" + "358" ], "OData-Version": [ "4.0" @@ -471,7 +471,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:06:58 GMT" + "Sat, 08 Aug 2020 06:32:08 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -483,17 +483,17 @@ "8160" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6139.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80374F7F719B0\\\"\",\r\n \"name\": \"azsmnet3048\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8681.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B64C661F613\\\"\",\r\n \"name\": \"azsmnet1554\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3048')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMDQ4Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1554')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNTU0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet3048\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"@odata.etag\": \"\\\"0x8D80374F7F719B0\\\"\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1554\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"@odata.etag\": \"\\\"0x8D83B64C661F613\\\"\"\r\n}", "RequestHeaders": { "client-request-id": [ - "fccc35ee-5cbb-4658-8988-773ee1ea982b" + "393b6ce0-66de-4758-89f4-72873c38e755" ], "Prefer": [ "return=representation" @@ -502,15 +502,15 @@ "en-US" ], "If-Match": [ - "\"0x8D80374F6BF6183\"" + "\"0x8D83B64C527076E\"" ], "api-key": [ - "4804A4AC2C49527C4A25D1EF40E7684C" + "A1C8E8FAB6871EADF4CFA5D2D137E4A5" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -528,10 +528,10 @@ "no-cache" ], "request-id": [ - "fccc35ee-5cbb-4658-8988-773ee1ea982b" + "393b6ce0-66de-4758-89f4-72873c38e755" ], "elapsed-time": [ - "104" + "151" ], "OData-Version": [ "4.0" @@ -543,7 +543,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:06:59 GMT" + "Sat, 08 Aug 2020 06:32:10 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -562,21 +562,21 @@ "StatusCode": 412 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5539/providers/Microsoft.Search/searchServices/azs-6139?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTM5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet454/providers/Microsoft.Search/searchServices/azs-8681?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTg2ODE/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bcd72be1-d608-42de-9b2c-5f1649181b5e" + "83c8d440-72f3-487f-9f07-d064ef06f0f3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -587,51 +587,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14990" + ], "x-ms-request-id": [ - "bcd72be1-d608-42de-9b2c-5f1649181b5e" + "54ea3c84-8a1c-466f-9c07-927a55df9cef" ], - "request-id": [ - "bcd72be1-d608-42de-9b2c-5f1649181b5e" + "x-ms-correlation-request-id": [ + "54ea3c84-8a1c-466f-9c07-927a55df9cef" ], - "elapsed-time": [ - "1448" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T063219Z:54ea3c84-8a1c-466f-9c07-927a55df9cef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14989" - ], - "x-ms-correlation-request-id": [ - "fe00db57-96dc-4f8f-b076-f01622bc7148" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020704Z:fe00db57-96dc-4f8f-b076-f01622bc7148" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:07:04 GMT" + "Sat, 08 Aug 2020 06:32:19 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5539", - "azsmnet3048" + "azsmnet454", + "azsmnet1554" ], "GenerateServiceName": [ - "azs-6139" + "azs-8681" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/UpdateIndexIfNotChangedSucceedsWhenResourceUnchanged.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/UpdateIndexIfNotChangedSucceedsWhenResourceUnchanged.json index 32e50ed3339e..92632e31fcdb 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/UpdateIndexIfNotChangedSucceedsWhenResourceUnchanged.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexManagementTests/UpdateIndexIfNotChangedSucceedsWhenResourceUnchanged.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b6a7709-deb2-4de7-9140-741caa8345a7" + "9ace8d1a-4ab5-4c44-af17-c8c07e1d3020" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1197" ], "x-ms-request-id": [ - "de93e59d-d823-4703-8eb7-9fa166c33736" + "3a590f95-8e4c-4650-94d7-3a5dff0d9226" ], "x-ms-correlation-request-id": [ - "de93e59d-d823-4703-8eb7-9fa166c33736" + "3a590f95-8e4c-4650-94d7-3a5dff0d9226" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015818Z:de93e59d-d823-4703-8eb7-9fa166c33736" + "NORTHEUROPE:20200808T061854Z:3a590f95-8e4c-4650-94d7-3a5dff0d9226" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:58:18 GMT" + "Sat, 08 Aug 2020 06:18:54 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3669?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNjY5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8371?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MzcxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2df30eef-cfd2-4ed2-8df8-f71b32a5bb67" + "f45e9a53-b5cb-481f-afbd-1f49f14f791d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1197" ], "x-ms-request-id": [ - "127fa809-d907-4191-bca0-91ad5110a082" + "82a854da-710b-4e86-8ce5-ebac90e50e9f" ], "x-ms-correlation-request-id": [ - "127fa809-d907-4191-bca0-91ad5110a082" + "82a854da-710b-4e86-8ce5-ebac90e50e9f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015819Z:127fa809-d907-4191-bca0-91ad5110a082" + "NORTHEUROPE:20200808T061855Z:82a854da-710b-4e86-8ce5-ebac90e50e9f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:58:18 GMT" + "Sat, 08 Aug 2020 06:18:55 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3669\",\r\n \"name\": \"azsmnet3669\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8371\",\r\n \"name\": \"azsmnet8371\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3669/providers/Microsoft.Search/searchServices/azs-8216?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MjE2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8371/providers/Microsoft.Search/searchServices/azs-6084?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDg0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "20a8ea91-b189-470a-ac4f-21b7538b758c" + "3ee1446c-b181-4d4f-ab43-9c2076d0bf28" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A58%3A21.6726742Z'\"" + "W/\"datetime'2020-08-08T06%3A19%3A01.1055881Z'\"" ], "x-ms-request-id": [ - "20a8ea91-b189-470a-ac4f-21b7538b758c" + "3ee1446c-b181-4d4f-ab43-9c2076d0bf28" ], "request-id": [ - "20a8ea91-b189-470a-ac4f-21b7538b758c" + "3ee1446c-b181-4d4f-ab43-9c2076d0bf28" ], "elapsed-time": [ - "1008" + "1422" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1192" ], "x-ms-correlation-request-id": [ - "1540bf8e-a74e-4b53-9b3c-1b1e6720e1f8" + "8f0e7c68-48a4-403c-bf74-f9a7c7497583" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015822Z:1540bf8e-a74e-4b53-9b3c-1b1e6720e1f8" + "NORTHEUROPE:20200808T061902Z:8f0e7c68-48a4-403c-bf74-f9a7c7497583" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:58:21 GMT" + "Sat, 08 Aug 2020 06:19:02 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3669/providers/Microsoft.Search/searchServices/azs-8216\",\r\n \"name\": \"azs-8216\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8371/providers/Microsoft.Search/searchServices/azs-6084\",\r\n \"name\": \"azs-6084\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3669/providers/Microsoft.Search/searchServices/azs-8216/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MjE2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8371/providers/Microsoft.Search/searchServices/azs-6084/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDg0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "64c648f7-5d06-41d6-aaab-324ede27752d" + "16c5a587-0d29-4551-a40c-8748f3846635" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "64c648f7-5d06-41d6-aaab-324ede27752d" + "16c5a587-0d29-4551-a40c-8748f3846635" ], "request-id": [ - "64c648f7-5d06-41d6-aaab-324ede27752d" + "16c5a587-0d29-4551-a40c-8748f3846635" ], "elapsed-time": [ - "98" + "106" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1188" ], "x-ms-correlation-request-id": [ - "d91c4991-07a6-44cd-897a-c3934e93f006" + "0b8a6b9f-33cb-4b6e-9087-9a0a4af1aa3c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015824Z:d91c4991-07a6-44cd-897a-c3934e93f006" + "NORTHEUROPE:20200808T061905Z:0b8a6b9f-33cb-4b6e-9087-9a0a4af1aa3c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:58:24 GMT" + "Sat, 08 Aug 2020 06:19:05 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"105A62E380C0DCF41A8ADE2F1A535B42\",\r\n \"secondaryKey\": \"343FCF5A06A7F588DE0C97EB167E1C0B\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"09C2118B150171E360C0CCCA230D82E2\",\r\n \"secondaryKey\": \"F0166C694020F2CAA4706C1BA6BC4E09\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3669/providers/Microsoft.Search/searchServices/azs-8216/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MjE2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8371/providers/Microsoft.Search/searchServices/azs-6084/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDg0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19e2e910-a360-47ae-afc5-79c723a9d17c" + "4b10b6a7-cfb1-42c2-8bf7-1ac7dcdda544" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "19e2e910-a360-47ae-afc5-79c723a9d17c" + "4b10b6a7-cfb1-42c2-8bf7-1ac7dcdda544" ], "request-id": [ - "19e2e910-a360-47ae-afc5-79c723a9d17c" + "4b10b6a7-cfb1-42c2-8bf7-1ac7dcdda544" ], "elapsed-time": [ - "97" + "94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1187" ], "x-ms-correlation-request-id": [ - "17970965-76de-4834-aa2d-055a8cbffa20" + "8e82be78-79a9-4b5f-a179-07186b493419" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015825Z:17970965-76de-4834-aa2d-055a8cbffa20" + "NORTHEUROPE:20200808T061905Z:8e82be78-79a9-4b5f-a179-07186b493419" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:58:24 GMT" + "Sat, 08 Aug 2020 06:19:05 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"0440A304F6AF3FFA6AE899C6DB1AC275\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"332970C9C18F260A65637C7CAB495956\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4770')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NzcwJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3265')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMjY1Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet4770\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3265\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "04905abc-f372-4055-92b0-58af4f13151d" + "aa29b96f-e4e4-4b8d-b8ca-0394d11fec6a" ], "Prefer": [ "return=representation" @@ -355,12 +355,12 @@ "en-US" ], "api-key": [ - "105A62E380C0DCF41A8ADE2F1A535B42" + "09C2118B150171E360C0CCCA230D82E2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -378,16 +378,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80373C77C4480\"" + "W/\"0x8D83B62F5F8B21A\"" ], "Location": [ - "https://azs-8216.search-dogfood.windows-int.net/indexes('azsmnet4770')?api-version=2019-05-06" + "https://azs-6084.search-dogfood.windows-int.net/indexes('azsmnet3265')?api-version=2019-05-06" ], "request-id": [ - "04905abc-f372-4055-92b0-58af4f13151d" + "aa29b96f-e4e4-4b8d-b8ca-0394d11fec6a" ], "elapsed-time": [ - "1334" + "954" ], "OData-Version": [ "4.0" @@ -399,7 +399,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:58:27 GMT" + "Sat, 08 Aug 2020 06:19:09 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -411,17 +411,17 @@ "8199" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8216.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80373C77C4480\\\"\",\r\n \"name\": \"azsmnet4770\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6084.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B62F5F8B21A\\\"\",\r\n \"name\": \"azsmnet3265\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"http://tempuri.org\",\r\n \"http://localhost:80\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet4770')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NzcwJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3265')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMjY1Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet4770\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"@odata.etag\": \"\\\"0x8D80373C77C4480\\\"\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3265\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"searchAnalyzer\": \"stop\",\r\n \"indexAnalyzer\": \"stop\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": false,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"constant\"\r\n },\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n },\r\n {\r\n \"type\": \"freshness\",\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"boost\": 1.1,\r\n \"interpolation\": \"logarithmic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"average\"\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functions\": [\r\n {\r\n \"type\": \"tag\",\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n },\r\n \"fieldName\": \"tags\",\r\n \"boost\": 1.5,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"maximum\"\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.0,\r\n \"interpolation\": \"quadratic\"\r\n }\r\n ],\r\n \"functionAggregation\": \"minimum\"\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functions\": [\r\n {\r\n \"type\": \"magnitude\",\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"fieldName\": \"rating\",\r\n \"boost\": 3.14,\r\n \"interpolation\": \"constant\"\r\n }\r\n ],\r\n \"functionAggregation\": \"firstMatching\"\r\n }\r\n ],\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"@odata.etag\": \"\\\"0x8D83B62F5F8B21A\\\"\"\r\n}", "RequestHeaders": { "client-request-id": [ - "7622f0d6-1ad1-4159-950b-d4d38b417c88" + "9af60657-3697-421e-a73f-f44cd2fd72ec" ], "Prefer": [ "return=representation" @@ -430,15 +430,15 @@ "en-US" ], "If-Match": [ - "\"0x8D80373C77C4480\"" + "\"0x8D83B62F5F8B21A\"" ], "api-key": [ - "105A62E380C0DCF41A8ADE2F1A535B42" + "09C2118B150171E360C0CCCA230D82E2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -456,13 +456,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80373C8B2EB52\"" + "W/\"0x8D83B62F76F800C\"" ], "request-id": [ - "7622f0d6-1ad1-4159-950b-d4d38b417c88" + "9af60657-3697-421e-a73f-f44cd2fd72ec" ], "elapsed-time": [ - "425" + "651" ], "OData-Version": [ "4.0" @@ -474,7 +474,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:58:29 GMT" + "Sat, 08 Aug 2020 06:19:11 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -486,25 +486,25 @@ "8160" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8216.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80373C8B2EB52\\\"\",\r\n \"name\": \"azsmnet4770\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6084.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B62F76F800C\\\"\",\r\n \"name\": \"azsmnet3265\",\r\n \"defaultScoringProfile\": \"MyProfile\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description_custom\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": \"stop\",\r\n \"searchAnalyzer\": \"stop\",\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalGuests\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": false,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"profitMargin\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"MyProfile\",\r\n \"functionAggregation\": \"average\",\r\n \"text\": {\r\n \"weights\": {\r\n \"description\": 1.5,\r\n \"category\": 2.0\r\n }\r\n },\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 4.0,\r\n \"constantBoostBeyondRange\": true\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"loc\",\r\n \"boostingDistance\": 5.0\r\n },\r\n \"tag\": null\r\n },\r\n {\r\n \"fieldName\": \"lastRenovationDate\",\r\n \"interpolation\": \"logarithmic\",\r\n \"type\": \"freshness\",\r\n \"boost\": 1.1,\r\n \"freshness\": {\r\n \"boostingDuration\": \"P365D\"\r\n },\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileTwo\",\r\n \"functionAggregation\": \"maximum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"tags\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"tag\",\r\n \"boost\": 1.5,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": null,\r\n \"tag\": {\r\n \"tagsParameter\": \"mytags\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileThree\",\r\n \"functionAggregation\": \"minimum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"quadratic\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.0,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 0.0,\r\n \"boostingRangeEnd\": 10.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ProfileFour\",\r\n \"functionAggregation\": \"firstMatching\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"rating\",\r\n \"interpolation\": \"constant\",\r\n \"type\": \"magnitude\",\r\n \"boost\": 3.14,\r\n \"freshness\": null,\r\n \"magnitude\": {\r\n \"boostingRangeStart\": 1.0,\r\n \"boostingRangeEnd\": 5.0,\r\n \"constantBoostBeyondRange\": false\r\n },\r\n \"distance\": null,\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": {\r\n \"allowedOrigins\": [\r\n \"*\"\r\n ],\r\n \"maxAgeInSeconds\": 60\r\n },\r\n \"suggesters\": [\r\n {\r\n \"name\": \"FancySuggester\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3669/providers/Microsoft.Search/searchServices/azs-8216?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MjE2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8371/providers/Microsoft.Search/searchServices/azs-6084?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDg0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "32ff068b-6b6f-4149-b2c0-3234d36abe55" + "5eb2b298-0a3c-40fb-8d8a-1c215538f8b1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -515,51 +515,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14995" + ], "x-ms-request-id": [ - "32ff068b-6b6f-4149-b2c0-3234d36abe55" + "c2b91906-dfbf-4ea2-bbc8-ef1a33799153" ], - "request-id": [ - "32ff068b-6b6f-4149-b2c0-3234d36abe55" + "x-ms-correlation-request-id": [ + "c2b91906-dfbf-4ea2-bbc8-ef1a33799153" ], - "elapsed-time": [ - "859" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T061940Z:c2b91906-dfbf-4ea2-bbc8-ef1a33799153" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14988" - ], - "x-ms-correlation-request-id": [ - "dcbf6229-5844-4549-9655-2635921c3fac" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015834Z:dcbf6229-5844-4549-9655-2635921c3fac" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:58:34 GMT" + "Sat, 08 Aug 2020 06:19:40 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet3669", - "azsmnet4770" + "azsmnet8371", + "azsmnet3265" ], "GenerateServiceName": [ - "azs-8216" + "azs-6084" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CanCreateAndListIndexers.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CanCreateAndListIndexers.json index b397e2607038..ea385333b0f4 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CanCreateAndListIndexers.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CanCreateAndListIndexers.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4fbd112c-df2d-4495-ab07-9bceea789689" + "6bbd247d-0fdd-4054-9726-ed45bd168bb2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1199" ], "x-ms-request-id": [ - "f1b847da-c2c3-4abb-ae46-6a76f358c9f5" + "de5faa6e-d8d0-4585-afd5-257f87f99864" ], "x-ms-correlation-request-id": [ - "f1b847da-c2c3-4abb-ae46-6a76f358c9f5" + "de5faa6e-d8d0-4585-afd5-257f87f99864" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023807Z:f1b847da-c2c3-4abb-ae46-6a76f358c9f5" + "NORTHEUROPE:20200808T060243Z:de5faa6e-d8d0-4585-afd5-257f87f99864" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:38:06 GMT" + "Sat, 08 Aug 2020 06:02:43 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8747?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NzQ3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4259?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MjU5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cdf8447d-48cf-4f57-8a01-43ba3074bbee" + "599be14b-a46e-4369-863b-01eef9088d12" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1199" ], "x-ms-request-id": [ - "4930bede-a41e-4eec-a3fb-e10170e8af46" + "24b34a89-ca25-410a-bff4-c6f122d908f6" ], "x-ms-correlation-request-id": [ - "4930bede-a41e-4eec-a3fb-e10170e8af46" + "24b34a89-ca25-410a-bff4-c6f122d908f6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023807Z:4930bede-a41e-4eec-a3fb-e10170e8af46" + "NORTHEUROPE:20200808T060244Z:24b34a89-ca25-410a-bff4-c6f122d908f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:38:07 GMT" + "Sat, 08 Aug 2020 06:02:44 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8747\",\r\n \"name\": \"azsmnet8747\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4259\",\r\n \"name\": \"azsmnet4259\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8747/providers/Microsoft.Search/searchServices/azs-6488?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzQ3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NDg4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4259/providers/Microsoft.Search/searchServices/azs-3934?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zOTM0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a4a81dff-d5df-43d0-ac65-004a43c75ac5" + "b987b2a6-eb86-45ce-9ae0-7c06bf2836b9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A38%3A11.1139814Z'\"" + "W/\"datetime'2020-08-08T06%3A02%3A49.873505Z'\"" ], "x-ms-request-id": [ - "a4a81dff-d5df-43d0-ac65-004a43c75ac5" + "b987b2a6-eb86-45ce-9ae0-7c06bf2836b9" ], "request-id": [ - "a4a81dff-d5df-43d0-ac65-004a43c75ac5" + "b987b2a6-eb86-45ce-9ae0-7c06bf2836b9" ], "elapsed-time": [ - "1280" + "2008" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1197" ], "x-ms-correlation-request-id": [ - "73d2c72f-dd65-416b-bc86-1be2b20dcaa7" + "8d5fcb10-a16b-4a97-9093-50ea33e85bf3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023811Z:73d2c72f-dd65-416b-bc86-1be2b20dcaa7" + "NORTHEUROPE:20200808T060251Z:8d5fcb10-a16b-4a97-9093-50ea33e85bf3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:38:11 GMT" + "Sat, 08 Aug 2020 06:02:51 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8747/providers/Microsoft.Search/searchServices/azs-6488\",\r\n \"name\": \"azs-6488\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4259/providers/Microsoft.Search/searchServices/azs-3934\",\r\n \"name\": \"azs-3934\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8747/providers/Microsoft.Search/searchServices/azs-6488/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzQ3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NDg4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4259/providers/Microsoft.Search/searchServices/azs-3934/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zOTM0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d2f10a59-c6b9-4f08-894e-d894184871a5" + "1f3fbbfb-70ca-41ba-8048-e9f22a273475" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d2f10a59-c6b9-4f08-894e-d894184871a5" + "1f3fbbfb-70ca-41ba-8048-e9f22a273475" ], "request-id": [ - "d2f10a59-c6b9-4f08-894e-d894184871a5" + "1f3fbbfb-70ca-41ba-8048-e9f22a273475" ], "elapsed-time": [ - "92" + "94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1196" ], "x-ms-correlation-request-id": [ - "0555156d-4ecd-429d-b2aa-d32c13754b9f" + "263ca3c9-4474-4b1d-8c8d-02558e54f78a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023813Z:0555156d-4ecd-429d-b2aa-d32c13754b9f" + "NORTHEUROPE:20200808T060253Z:263ca3c9-4474-4b1d-8c8d-02558e54f78a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:38:13 GMT" + "Sat, 08 Aug 2020 06:02:53 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"3412D3091281C1B453A8266DF2FB54EC\",\r\n \"secondaryKey\": \"FA34C76C972E8811C09A407738F0A4FE\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"AB0948194ECAFBC22282DE36EE12D195\",\r\n \"secondaryKey\": \"4BF80E4B32F7F78B7C632AC3E44F02CF\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8747/providers/Microsoft.Search/searchServices/azs-6488/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzQ3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NDg4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4259/providers/Microsoft.Search/searchServices/azs-3934/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zOTM0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "95b12938-dc16-4cbd-b5aa-cde3b0e6e56a" + "9a6af860-e6ba-4ec6-b07b-1d53a0c074f8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "95b12938-dc16-4cbd-b5aa-cde3b0e6e56a" + "9a6af860-e6ba-4ec6-b07b-1d53a0c074f8" ], "request-id": [ - "95b12938-dc16-4cbd-b5aa-cde3b0e6e56a" + "9a6af860-e6ba-4ec6-b07b-1d53a0c074f8" ], "elapsed-time": [ - "92" + "106" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1195" ], "x-ms-correlation-request-id": [ - "65565678-7d5a-465b-ac69-0dc3611f7aa6" + "e009acaa-6cc4-471b-8c54-a00816d4e407" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023814Z:65565678-7d5a-465b-ac69-0dc3611f7aa6" + "NORTHEUROPE:20200808T060254Z:e009acaa-6cc4-471b-8c54-a00816d4e407" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:38:14 GMT" + "Sat, 08 Aug 2020 06:02:53 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B1E14733185AB7B2E0A59289206E1AD9\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"E3990B08A3D4D8ED543E2484D442F4D6\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet718\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet956\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8ecca894-799d-4464-8829-b823a0e2d255" + "afedd444-c54e-445c-a74d-51de36eefe5f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3412D3091281C1B453A8266DF2FB54EC" + "AB0948194ECAFBC22282DE36EE12D195" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379579EF12E\"" + "W/\"0x8D83B60B25A9C46\"" ], "Location": [ - "https://azs-6488.search-dogfood.windows-int.net/indexes('azsmnet718')?api-version=2019-05-06" + "https://azs-3934.search-dogfood.windows-int.net/indexes('azsmnet956')?api-version=2019-05-06" ], "request-id": [ - "8ecca894-799d-4464-8829-b823a0e2d255" + "afedd444-c54e-445c-a74d-51de36eefe5f" ], "elapsed-time": [ - "1181" + "783" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:38:16 GMT" + "Sat, 08 Aug 2020 06:02:56 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "2556" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6488.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379579EF12E\\\"\",\r\n \"name\": \"azsmnet718\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3934.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B60B25A9C46\\\"\",\r\n \"name\": \"azsmnet956\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7537\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1238\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "f79940cf-17ab-4967-af5c-3d79697203e6" + "13ec67f2-e33f-4d62-8fe3-872e30bfef69" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3412D3091281C1B453A8266DF2FB54EC" + "AB0948194ECAFBC22282DE36EE12D195" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037957B8E7FC\"" + "W/\"0x8D83B60B282EE90\"" ], "Location": [ - "https://azs-6488.search-dogfood.windows-int.net/datasources('azsmnet7537')?api-version=2019-05-06" + "https://azs-3934.search-dogfood.windows-int.net/datasources('azsmnet1238')?api-version=2019-05-06" ], "request-id": [ - "f79940cf-17ab-4967-af5c-3d79697203e6" + "13ec67f2-e33f-4d62-8fe3-872e30bfef69" ], "elapsed-time": [ - "32" + "133" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:38:16 GMT" + "Sat, 08 Aug 2020 06:02:56 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,28 +480,28 @@ "364" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6488.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037957B8E7FC\\\"\",\r\n \"name\": \"azsmnet7537\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3934.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B60B282EE90\\\"\",\r\n \"name\": \"azsmnet1238\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexers?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXJzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3398\",\r\n \"dataSourceName\": \"azsmnet7537\",\r\n \"targetIndexName\": \"azsmnet718\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3451\",\r\n \"dataSourceName\": \"azsmnet1238\",\r\n \"targetIndexName\": \"azsmnet956\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "fb6f2ab9-1eea-47a8-b94f-469b8aba270a" + "446aaa2e-7e91-4ad6-872c-93fc2f5f6343" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3412D3091281C1B453A8266DF2FB54EC" + "AB0948194ECAFBC22282DE36EE12D195" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -519,16 +519,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037958DC9EBB\"" + "W/\"0x8D83B60B40446AD\"" ], "Location": [ - "https://azs-6488.search-dogfood.windows-int.net/indexers('azsmnet3398')?api-version=2019-05-06" + "https://azs-3934.search-dogfood.windows-int.net/indexers('azsmnet3451')?api-version=2019-05-06" ], "request-id": [ - "fb6f2ab9-1eea-47a8-b94f-469b8aba270a" + "446aaa2e-7e91-4ad6-872c-93fc2f5f6343" ], "elapsed-time": [ - "793" + "1007" ], "OData-Version": [ "4.0" @@ -540,7 +540,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:38:18 GMT" + "Sat, 08 Aug 2020 06:02:59 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -552,28 +552,28 @@ "1186" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6488.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037958DC9EBB\\\"\",\r\n \"name\": \"azsmnet3398\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet7537\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet718\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:38:18.3354756Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3934.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B60B40446AD\\\"\",\r\n \"name\": \"azsmnet3451\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet1238\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet956\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-08T06:02:58.9188172Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexers?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXJzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9870\",\r\n \"dataSourceName\": \"azsmnet7537\",\r\n \"targetIndexName\": \"azsmnet718\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3298\",\r\n \"dataSourceName\": \"azsmnet1238\",\r\n \"targetIndexName\": \"azsmnet956\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c02c03b5-c11a-4538-9335-bacced478d70" + "d9e945e1-98bf-4435-afeb-c8e742095c65" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3412D3091281C1B453A8266DF2FB54EC" + "AB0948194ECAFBC22282DE36EE12D195" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -591,16 +591,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037959571BC8\"" + "W/\"0x8D83B60B46F5769\"" ], "Location": [ - "https://azs-6488.search-dogfood.windows-int.net/indexers('azsmnet9870')?api-version=2019-05-06" + "https://azs-3934.search-dogfood.windows-int.net/indexers('azsmnet3298')?api-version=2019-05-06" ], "request-id": [ - "c02c03b5-c11a-4538-9335-bacced478d70" + "d9e945e1-98bf-4435-afeb-c8e742095c65" ], "elapsed-time": [ - "689" + "677" ], "OData-Version": [ "4.0" @@ -612,7 +612,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:38:19 GMT" + "Sat, 08 Aug 2020 06:02:59 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -624,7 +624,7 @@ "1186" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6488.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037959571BC8\\\"\",\r\n \"name\": \"azsmnet9870\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet7537\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet718\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:38:19.1635801Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3934.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B60B46F5769\\\"\",\r\n \"name\": \"azsmnet3298\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet1238\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet956\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-08T06:02:59.9715978Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", "StatusCode": 201 }, { @@ -634,18 +634,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "0fc37420-f8e2-48cf-ae82-45e7464470c1" + "72b9e534-f278-4564-9d1c-d1a617d5d940" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3412D3091281C1B453A8266DF2FB54EC" + "AB0948194ECAFBC22282DE36EE12D195" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -657,10 +657,10 @@ "no-cache" ], "request-id": [ - "0fc37420-f8e2-48cf-ae82-45e7464470c1" + "72b9e534-f278-4564-9d1c-d1a617d5d940" ], "elapsed-time": [ - "26" + "23" ], "OData-Version": [ "4.0" @@ -672,7 +672,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:38:19 GMT" + "Sat, 08 Aug 2020 06:02:59 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -684,25 +684,25 @@ "2275" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6488.search-dogfood.windows-int.net/$metadata#indexers\",\r\n \"value\": [\r\n {\r\n \"@odata.etag\": \"\\\"0x8D8037958DC9EBB\\\"\",\r\n \"name\": \"azsmnet3398\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet7537\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet718\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:38:18.335Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n },\r\n {\r\n \"@odata.etag\": \"\\\"0x8D8037959571BC8\\\"\",\r\n \"name\": \"azsmnet9870\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet7537\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet718\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:38:19.163Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3934.search-dogfood.windows-int.net/$metadata#indexers\",\r\n \"value\": [\r\n {\r\n \"@odata.etag\": \"\\\"0x8D83B60B46F5769\\\"\",\r\n \"name\": \"azsmnet3298\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet1238\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet956\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-08T06:02:59.971Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n },\r\n {\r\n \"@odata.etag\": \"\\\"0x8D83B60B40446AD\\\"\",\r\n \"name\": \"azsmnet3451\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet1238\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet956\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-08T06:02:58.918Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8747/providers/Microsoft.Search/searchServices/azs-6488?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzQ3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NDg4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4259/providers/Microsoft.Search/searchServices/azs-3934?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zOTM0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ab4e4c06-2a2e-4a29-a249-246a6a8237d7" + "03e5e9dd-cb95-4399-a392-9176dd387c4e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -713,54 +713,45 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14993" + ], "x-ms-request-id": [ - "ab4e4c06-2a2e-4a29-a249-246a6a8237d7" + "039cd381-8cab-4ce0-b2f0-ef727795dc7b" ], - "request-id": [ - "ab4e4c06-2a2e-4a29-a249-246a6a8237d7" + "x-ms-correlation-request-id": [ + "039cd381-8cab-4ce0-b2f0-ef727795dc7b" ], - "elapsed-time": [ - "1116" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T060311Z:039cd381-8cab-4ce0-b2f0-ef727795dc7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14985" - ], - "x-ms-correlation-request-id": [ - "c5b937a3-bb4f-4ba2-9a0c-bf5d8df26940" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023824Z:c5b937a3-bb4f-4ba2-9a0c-bf5d8df26940" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:38:24 GMT" + "Sat, 08 Aug 2020 06:03:10 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8747", - "azsmnet718", - "azsmnet7537", - "azsmnet3398", - "azsmnet9870" + "azsmnet4259", + "azsmnet956", + "azsmnet1238", + "azsmnet3451", + "azsmnet3298" ], "GenerateServiceName": [ - "azs-6488" + "azs-3934" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CanCreateBlobIndexerWithConfigurationParameters.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CanCreateBlobIndexerWithConfigurationParameters.json index a455938865dc..6faf1a5c7a8f 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CanCreateBlobIndexerWithConfigurationParameters.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CanCreateBlobIndexerWithConfigurationParameters.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ed671b7b-665d-4220-ace6-3048983e3f28" + "b029a169-43b3-482b-b96d-f20f2d891be4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1195" ], "x-ms-request-id": [ - "ff5edd34-eb75-47e1-88a6-3d51216259cb" + "57166fbb-15ee-43be-8a69-5c8e23252256" ], "x-ms-correlation-request-id": [ - "ff5edd34-eb75-47e1-88a6-3d51216259cb" + "57166fbb-15ee-43be-8a69-5c8e23252256" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024340Z:ff5edd34-eb75-47e1-88a6-3d51216259cb" + "NORTHEUROPE:20200808T061321Z:57166fbb-15ee-43be-8a69-5c8e23252256" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:43:39 GMT" + "Sat, 08 Aug 2020 06:13:20 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9947?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5OTQ3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3627?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNjI3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "55a84647-a394-4bb6-b8cb-64b0004890c8" + "88d50981-8040-4267-802d-b37328df83e0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1197" ], "x-ms-request-id": [ - "caf0157b-a272-40dc-9fd2-622f246f6413" + "5901dbfe-46c3-4116-87ba-eb1319f8e977" ], "x-ms-correlation-request-id": [ - "caf0157b-a272-40dc-9fd2-622f246f6413" + "5901dbfe-46c3-4116-87ba-eb1319f8e977" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024341Z:caf0157b-a272-40dc-9fd2-622f246f6413" + "NORTHEUROPE:20200808T061322Z:5901dbfe-46c3-4116-87ba-eb1319f8e977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:43:41 GMT" + "Sat, 08 Aug 2020 06:13:22 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9947\",\r\n \"name\": \"azsmnet9947\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3627\",\r\n \"name\": \"azsmnet3627\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9947/providers/Microsoft.Search/searchServices/azs-4675?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5OTQ3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Njc1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3627/providers/Microsoft.Search/searchServices/azs-7553?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTUzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e9909d3a-bb96-4a7c-babf-c14b62b1621c" + "5bf0c2a9-0c40-4a2c-80e4-2c907e1384b9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A43%3A45.0600841Z'\"" + "W/\"datetime'2020-08-08T06%3A13%3A28.1631585Z'\"" ], "x-ms-request-id": [ - "e9909d3a-bb96-4a7c-babf-c14b62b1621c" + "5bf0c2a9-0c40-4a2c-80e4-2c907e1384b9" ], "request-id": [ - "e9909d3a-bb96-4a7c-babf-c14b62b1621c" + "5bf0c2a9-0c40-4a2c-80e4-2c907e1384b9" ], "elapsed-time": [ - "1530" + "3766" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1195" ], "x-ms-correlation-request-id": [ - "21f35d52-c565-4206-8460-5427f8fc8878" + "70dda70d-9169-45e3-98b8-da0b8b63fe84" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024345Z:21f35d52-c565-4206-8460-5427f8fc8878" + "NORTHEUROPE:20200808T061330Z:70dda70d-9169-45e3-98b8-da0b8b63fe84" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:43:45 GMT" + "Sat, 08 Aug 2020 06:13:29 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9947/providers/Microsoft.Search/searchServices/azs-4675\",\r\n \"name\": \"azs-4675\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3627/providers/Microsoft.Search/searchServices/azs-7553\",\r\n \"name\": \"azs-7553\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9947/providers/Microsoft.Search/searchServices/azs-4675/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5OTQ3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Njc1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3627/providers/Microsoft.Search/searchServices/azs-7553/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTUzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe021f93-3755-4067-adb2-544b90fd16bf" + "cb7c14fb-4b67-419d-9f84-34a6c0d10a90" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "fe021f93-3755-4067-adb2-544b90fd16bf" + "cb7c14fb-4b67-419d-9f84-34a6c0d10a90" ], "request-id": [ - "fe021f93-3755-4067-adb2-544b90fd16bf" + "cb7c14fb-4b67-419d-9f84-34a6c0d10a90" ], "elapsed-time": [ - "539" + "257" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1194" ], "x-ms-correlation-request-id": [ - "8bf4f880-b510-4d9b-8f99-965dd6749191" + "e63cfbdd-70a4-4794-a8ac-b6947782a4a8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024349Z:8bf4f880-b510-4d9b-8f99-965dd6749191" + "NORTHEUROPE:20200808T061332Z:e63cfbdd-70a4-4794-a8ac-b6947782a4a8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:43:48 GMT" + "Sat, 08 Aug 2020 06:13:32 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"3014BFEA51E31804BED719DDC2D6A40A\",\r\n \"secondaryKey\": \"0660258FBAA8FFFAAE7C3BFE82002AED\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"3932B6590A7FD42C24CC42EB794AEDE5\",\r\n \"secondaryKey\": \"BCA2DE9A84A3AEEC701A535E45CFDAFB\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9947/providers/Microsoft.Search/searchServices/azs-4675/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5OTQ3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Njc1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3627/providers/Microsoft.Search/searchServices/azs-7553/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTUzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b77b0bc0-4969-48d2-b4c4-f39e481dbfca" + "b9893ecc-1948-4af1-9f74-b4e8fbd026ed" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b77b0bc0-4969-48d2-b4c4-f39e481dbfca" + "b9893ecc-1948-4af1-9f74-b4e8fbd026ed" ], "request-id": [ - "b77b0bc0-4969-48d2-b4c4-f39e481dbfca" + "b9893ecc-1948-4af1-9f74-b4e8fbd026ed" ], "elapsed-time": [ - "494" + "376" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1193" ], "x-ms-correlation-request-id": [ - "04f58288-1192-490e-b35d-a1ad26e0d5ad" + "edde67c8-db48-4dbc-b8d0-9fa9718a28fa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024350Z:04f58288-1192-490e-b35d-a1ad26e0d5ad" + "NORTHEUROPE:20200808T061333Z:edde67c8-db48-4dbc-b8d0-9fa9718a28fa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:43:49 GMT" + "Sat, 08 Aug 2020 06:13:32 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"69718FAD2FA7DFAA0B017A51853ECBAD\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"618B6B3C601E1DA9D268A44112BE88DA\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4115\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7183\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "65fc9fe0-b609-49c7-8145-58342eb51457" + "a2d2b7f4-3759-439c-b6b8-b24e5485f4b5" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3014BFEA51E31804BED719DDC2D6A40A" + "3932B6590A7FD42C24CC42EB794AEDE5" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037A1FBD8DA9\"" + "W/\"0x8D83B622F38FC0E\"" ], "Location": [ - "https://azs-4675.search-dogfood.windows-int.net/indexes('azsmnet4115')?api-version=2019-05-06" + "https://azs-7553.search-dogfood.windows-int.net/indexes('azsmnet7183')?api-version=2019-05-06" ], "request-id": [ - "65fc9fe0-b609-49c7-8145-58342eb51457" + "a2d2b7f4-3759-439c-b6b8-b24e5485f4b5" ], "elapsed-time": [ - "1144" + "776" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:43:52 GMT" + "Sat, 08 Aug 2020 06:13:35 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "2557" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4675.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037A1FBD8DA9\\\"\",\r\n \"name\": \"azsmnet4115\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7553.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B622F38FC0E\\\"\",\r\n \"name\": \"azsmnet7183\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8114\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4315\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "fe92a735-84ef-45a3-963a-58f48b6b9668" + "23a999b7-2e83-4041-9a25-eebacc80ecd4" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3014BFEA51E31804BED719DDC2D6A40A" + "3932B6590A7FD42C24CC42EB794AEDE5" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037A1FD49D8A\"" + "W/\"0x8D83B622F50A87D\"" ], "Location": [ - "https://azs-4675.search-dogfood.windows-int.net/datasources('azsmnet8114')?api-version=2019-05-06" + "https://azs-7553.search-dogfood.windows-int.net/datasources('azsmnet4315')?api-version=2019-05-06" ], "request-id": [ - "fe92a735-84ef-45a3-963a-58f48b6b9668" + "23a999b7-2e83-4041-9a25-eebacc80ecd4" ], "elapsed-time": [ - "29" + "30" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:43:52 GMT" + "Sat, 08 Aug 2020 06:13:35 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,28 +480,28 @@ "364" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4675.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037A1FD49D8A\\\"\",\r\n \"name\": \"azsmnet8114\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7553.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B622F50A87D\\\"\",\r\n \"name\": \"azsmnet4315\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexers?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXJzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8589\",\r\n \"dataSourceName\": \"azsmnet5330\",\r\n \"targetIndexName\": \"azsmnet4115\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"parameters\": {\r\n \"configuration\": {\r\n \"excludedFileNameExtensions\": \".pdf\",\r\n \"indexedFileNameExtensions\": \".docx\",\r\n \"dataToExtract\": \"storageMetadata\"\r\n }\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ],\r\n \"disabled\": true\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5268\",\r\n \"dataSourceName\": \"azsmnet1431\",\r\n \"targetIndexName\": \"azsmnet7183\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"parameters\": {\r\n \"configuration\": {\r\n \"excludedFileNameExtensions\": \".pdf\",\r\n \"indexedFileNameExtensions\": \".docx\",\r\n \"dataToExtract\": \"storageMetadata\"\r\n }\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ],\r\n \"disabled\": true\r\n}", "RequestHeaders": { "client-request-id": [ - "39c3798e-42c4-4a68-a32c-e6ca7828bba0" + "43814ddc-8929-4b71-be7f-2d71762700f4" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3014BFEA51E31804BED719DDC2D6A40A" + "3932B6590A7FD42C24CC42EB794AEDE5" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -519,16 +519,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037A209F2249\"" + "W/\"0x8D83B62304A3919\"" ], "Location": [ - "https://azs-4675.search-dogfood.windows-int.net/indexers('azsmnet8589')?api-version=2019-05-06" + "https://azs-7553.search-dogfood.windows-int.net/indexers('azsmnet5268')?api-version=2019-05-06" ], "request-id": [ - "39c3798e-42c4-4a68-a32c-e6ca7828bba0" + "43814ddc-8929-4b71-be7f-2d71762700f4" ], "elapsed-time": [ - "46" + "83" ], "OData-Version": [ "4.0" @@ -540,7 +540,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:43:54 GMT" + "Sat, 08 Aug 2020 06:13:37 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -552,25 +552,25 @@ "1401" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4675.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037A209F2249\\\"\",\r\n \"name\": \"azsmnet8589\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet5330\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet4115\",\r\n \"disabled\": true,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:43:54.0687721Z\"\r\n },\r\n \"parameters\": {\r\n \"batchSize\": null,\r\n \"maxFailedItems\": null,\r\n \"maxFailedItemsPerBatch\": null,\r\n \"base64EncodeKeys\": null,\r\n \"configuration\": {\r\n \"excludedFileNameExtensions\": \".pdf\",\r\n \"indexedFileNameExtensions\": \".docx\",\r\n \"dataToExtract\": \"storageMetadata\"\r\n }\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7553.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B62304A3919\\\"\",\r\n \"name\": \"azsmnet5268\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet1431\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet7183\",\r\n \"disabled\": true,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-08T06:13:37.5523423Z\"\r\n },\r\n \"parameters\": {\r\n \"batchSize\": null,\r\n \"maxFailedItems\": null,\r\n \"maxFailedItemsPerBatch\": null,\r\n \"base64EncodeKeys\": null,\r\n \"configuration\": {\r\n \"excludedFileNameExtensions\": \".pdf\",\r\n \"indexedFileNameExtensions\": \".docx\",\r\n \"dataToExtract\": \"storageMetadata\"\r\n }\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9947/providers/Microsoft.Search/searchServices/azs-4675?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5OTQ3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Njc1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3627/providers/Microsoft.Search/searchServices/azs-7553?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTUzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "330cb1f7-50e9-4400-ae05-9e2110600ac8" + "3d2149f8-20df-408c-a7b3-7d2a1163c7e6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -581,54 +581,45 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14997" + ], "x-ms-request-id": [ - "330cb1f7-50e9-4400-ae05-9e2110600ac8" + "2f146370-8a81-4370-8223-6763f06eb9c2" ], - "request-id": [ - "330cb1f7-50e9-4400-ae05-9e2110600ac8" + "x-ms-correlation-request-id": [ + "2f146370-8a81-4370-8223-6763f06eb9c2" ], - "elapsed-time": [ - "979" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T061348Z:2f146370-8a81-4370-8223-6763f06eb9c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" - ], - "x-ms-correlation-request-id": [ - "79211c3c-3bee-467e-bb66-ffeaa5ee1401" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024358Z:79211c3c-3bee-467e-bb66-ffeaa5ee1401" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:43:58 GMT" + "Sat, 08 Aug 2020 06:13:48 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet9947", - "azsmnet4115", - "azsmnet8114", - "azsmnet8589", - "azsmnet5330" + "azsmnet3627", + "azsmnet7183", + "azsmnet4315", + "azsmnet5268", + "azsmnet1431" ], "GenerateServiceName": [ - "azs-4675" + "azs-7553" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CanResetIndexerAndGetIndexerStatus.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CanResetIndexerAndGetIndexerStatus.json index 3aee1fead454..f5ffcfac8c00 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CanResetIndexerAndGetIndexerStatus.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CanResetIndexerAndGetIndexerStatus.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c7ff54a9-9fcd-449c-832a-e56769833b3e" + "f1d5e11b-955c-42b7-ab31-b35325724d2c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1175" + "1198" ], "x-ms-request-id": [ - "114ff259-2bc4-44dc-b665-4b4ee3afee46" + "06beb877-a115-44fe-bf3c-69b3bab5c639" ], "x-ms-correlation-request-id": [ - "114ff259-2bc4-44dc-b665-4b4ee3afee46" + "06beb877-a115-44fe-bf3c-69b3bab5c639" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024233Z:114ff259-2bc4-44dc-b665-4b4ee3afee46" + "NORTHEUROPE:20200808T061055Z:06beb877-a115-44fe-bf3c-69b3bab5c639" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:42:32 GMT" + "Sat, 08 Aug 2020 06:10:55 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet654?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2NTQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6395?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2Mzk1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e0654a73-a82c-40ad-98e2-745a6100add4" + "20aeeff2-db1a-4102-a23d-486074e0274e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1198" ], "x-ms-request-id": [ - "9c4ada55-ad17-4d36-bfaf-3a283c22bc7b" + "b8ea4160-6167-4dda-b961-383e19bffa00" ], "x-ms-correlation-request-id": [ - "9c4ada55-ad17-4d36-bfaf-3a283c22bc7b" + "b8ea4160-6167-4dda-b961-383e19bffa00" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024234Z:9c4ada55-ad17-4d36-bfaf-3a283c22bc7b" + "NORTHEUROPE:20200808T061057Z:b8ea4160-6167-4dda-b961-383e19bffa00" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:42:34 GMT" + "Sat, 08 Aug 2020 06:10:56 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet654\",\r\n \"name\": \"azsmnet654\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6395\",\r\n \"name\": \"azsmnet6395\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet654/providers/Microsoft.Search/searchServices/azs-7690?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTc2OTA/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6395/providers/Microsoft.Search/searchServices/azs-2241?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2Mzk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjQxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d79fade4-9736-44ca-87cd-d76d1886034e" + "cd9589a6-fe74-4892-abcd-8c83e9ef3a91" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A42%3A38.4513775Z'\"" + "W/\"datetime'2020-08-08T06%3A11%3A01.8692883Z'\"" ], "x-ms-request-id": [ - "d79fade4-9736-44ca-87cd-d76d1886034e" + "cd9589a6-fe74-4892-abcd-8c83e9ef3a91" ], "request-id": [ - "d79fade4-9736-44ca-87cd-d76d1886034e" + "cd9589a6-fe74-4892-abcd-8c83e9ef3a91" ], "elapsed-time": [ - "1174" + "1619" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1197" ], "x-ms-correlation-request-id": [ - "ff3d9c4b-4425-4047-ad02-4b3761ede427" + "68fcdd4b-4b12-4c43-94e9-05076da7667d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024239Z:ff3d9c4b-4425-4047-ad02-4b3761ede427" + "NORTHEUROPE:20200808T061102Z:68fcdd4b-4b12-4c43-94e9-05076da7667d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:42:39 GMT" + "Sat, 08 Aug 2020 06:11:01 GMT" ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet654/providers/Microsoft.Search/searchServices/azs-7690\",\r\n \"name\": \"azs-7690\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6395/providers/Microsoft.Search/searchServices/azs-2241\",\r\n \"name\": \"azs-2241\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet654/providers/Microsoft.Search/searchServices/azs-7690/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTc2OTAvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6395/providers/Microsoft.Search/searchServices/azs-2241/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2Mzk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjQxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a187b35b-2777-4593-861a-0e907804709c" + "592f3d69-f417-43e9-a07a-96d96c6d95f7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a187b35b-2777-4593-861a-0e907804709c" + "592f3d69-f417-43e9-a07a-96d96c6d95f7" ], "request-id": [ - "a187b35b-2777-4593-861a-0e907804709c" + "592f3d69-f417-43e9-a07a-96d96c6d95f7" ], "elapsed-time": [ - "406" + "98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1197" ], "x-ms-correlation-request-id": [ - "8695aca3-7bab-4e9c-96b4-b538b8e98541" + "c776f4dc-e02f-4559-9f4d-fa4fd9819953" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024241Z:8695aca3-7bab-4e9c-96b4-b538b8e98541" + "NORTHEUROPE:20200808T061105Z:c776f4dc-e02f-4559-9f4d-fa4fd9819953" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:42:41 GMT" + "Sat, 08 Aug 2020 06:11:05 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"BBDA83F78AE5F343E007FF731D108890\",\r\n \"secondaryKey\": \"B5D9D972828BA8ADE6657595BA24112B\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"4EE1A5FD5FBB4EECEE6756E840BA85B8\",\r\n \"secondaryKey\": \"782C376D7CF558849044D9B8A3B71916\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet654/providers/Microsoft.Search/searchServices/azs-7690/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTc2OTAvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6395/providers/Microsoft.Search/searchServices/azs-2241/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2Mzk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjQxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6cf54313-1d87-4665-9f91-cfe9c74a18d4" + "371f5ad9-2cf8-43c0-ac36-a3aef9b4c6c4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6cf54313-1d87-4665-9f91-cfe9c74a18d4" + "371f5ad9-2cf8-43c0-ac36-a3aef9b4c6c4" ], "request-id": [ - "6cf54313-1d87-4665-9f91-cfe9c74a18d4" + "371f5ad9-2cf8-43c0-ac36-a3aef9b4c6c4" ], "elapsed-time": [ - "408" + "104" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1196" ], "x-ms-correlation-request-id": [ - "0a78e930-c518-41ee-b54c-413695d6adc9" + "4ae36bf4-d5dc-4656-a743-667a88178e83" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024242Z:0a78e930-c518-41ee-b54c-413695d6adc9" + "NORTHEUROPE:20200808T061105Z:4ae36bf4-d5dc-4656-a743-667a88178e83" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:42:41 GMT" + "Sat, 08 Aug 2020 06:11:05 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"211384BC4570EAD5C5B33D3850356623\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"E07B0588405CF7DD5CDEE95A5BDAD822\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7407\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9485\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "49b57085-4c06-4408-9736-017d75c8e1cd" + "ff0396b3-7226-4377-95ce-2df917cb05f4" ], "Accept-Language": [ "en-US" ], "api-key": [ - "BBDA83F78AE5F343E007FF731D108890" + "4EE1A5FD5FBB4EECEE6756E840BA85B8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379F78184D5\"" + "W/\"0x8D83B61D7FFF7B1\"" ], "Location": [ - "https://azs-7690.search-dogfood.windows-int.net/indexes('azsmnet7407')?api-version=2019-05-06" + "https://azs-2241.search-dogfood.windows-int.net/indexes('azsmnet9485')?api-version=2019-05-06" ], "request-id": [ - "49b57085-4c06-4408-9736-017d75c8e1cd" + "ff0396b3-7226-4377-95ce-2df917cb05f4" ], "elapsed-time": [ - "1149" + "1683" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:42:45 GMT" + "Sat, 08 Aug 2020 06:11:09 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "2557" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7690.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379F78184D5\\\"\",\r\n \"name\": \"azsmnet7407\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2241.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B61D7FFF7B1\\\"\",\r\n \"name\": \"azsmnet9485\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9918\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2936\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "3773d885-e607-40b6-9734-0a0335012850" + "432130af-d20f-4a9e-998d-db4a719f5582" ], "Accept-Language": [ "en-US" ], "api-key": [ - "BBDA83F78AE5F343E007FF731D108890" + "4EE1A5FD5FBB4EECEE6756E840BA85B8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379F79909FF\"" + "W/\"0x8D83B61D8184081\"" ], "Location": [ - "https://azs-7690.search-dogfood.windows-int.net/datasources('azsmnet9918')?api-version=2019-05-06" + "https://azs-2241.search-dogfood.windows-int.net/datasources('azsmnet2936')?api-version=2019-05-06" ], "request-id": [ - "3773d885-e607-40b6-9734-0a0335012850" + "432130af-d20f-4a9e-998d-db4a719f5582" ], "elapsed-time": [ - "30" + "32" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:42:45 GMT" + "Sat, 08 Aug 2020 06:11:09 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,28 +480,28 @@ "364" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7690.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379F79909FF\\\"\",\r\n \"name\": \"azsmnet9918\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2241.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B61D8184081\\\"\",\r\n \"name\": \"azsmnet2936\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexers?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXJzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet804\",\r\n \"dataSourceName\": \"azsmnet9918\",\r\n \"targetIndexName\": \"azsmnet7407\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet998\",\r\n \"dataSourceName\": \"azsmnet2936\",\r\n \"targetIndexName\": \"azsmnet9485\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "d1ec45c7-654f-47d6-bf4d-b3585db05950" + "c07c4e03-3453-4e9a-9220-322df446007c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "BBDA83F78AE5F343E007FF731D108890" + "4EE1A5FD5FBB4EECEE6756E840BA85B8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -519,16 +519,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379F86E8DCA\"" + "W/\"0x8D83B61D94BB3D2\"" ], "Location": [ - "https://azs-7690.search-dogfood.windows-int.net/indexers('azsmnet804')?api-version=2019-05-06" + "https://azs-2241.search-dogfood.windows-int.net/indexers('azsmnet998')?api-version=2019-05-06" ], "request-id": [ - "d1ec45c7-654f-47d6-bf4d-b3585db05950" + "c07c4e03-3453-4e9a-9220-322df446007c" ], "elapsed-time": [ - "214" + "696" ], "OData-Version": [ "4.0" @@ -540,7 +540,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:42:46 GMT" + "Sat, 08 Aug 2020 06:11:11 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -552,28 +552,28 @@ "1186" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7690.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379F86E8DCA\\\"\",\r\n \"name\": \"azsmnet804\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet9918\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet7407\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:42:46.5599104Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2241.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B61D94BB3D2\\\"\",\r\n \"name\": \"azsmnet998\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet2936\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet9485\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-08T06:11:11.2484969Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexers('azsmnet804')/search.reset?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0ODA0Jykvc2VhcmNoLnJlc2V0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexers('azsmnet998')/search.reset?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0OTk4Jykvc2VhcmNoLnJlc2V0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "e52ad58f-b103-470a-9cfc-ecebfed307c4" + "8b09ec53-8bda-44d7-8ae1-8198a674d3bf" ], "Accept-Language": [ "en-US" ], "api-key": [ - "BBDA83F78AE5F343E007FF731D108890" + "4EE1A5FD5FBB4EECEE6756E840BA85B8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -585,16 +585,16 @@ "no-cache" ], "request-id": [ - "e52ad58f-b103-470a-9cfc-ecebfed307c4" + "8b09ec53-8bda-44d7-8ae1-8198a674d3bf" ], "elapsed-time": [ - "272" + "416" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:42:46 GMT" + "Sat, 08 Aug 2020 06:11:11 GMT" ], "Expires": [ "-1" @@ -604,24 +604,24 @@ "StatusCode": 204 }, { - "RequestUri": "/indexers('azsmnet804')/search.status?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0ODA0Jykvc2VhcmNoLnN0YXR1cz9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexers('azsmnet998')/search.status?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0OTk4Jykvc2VhcmNoLnN0YXR1cz9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "4216ad87-6a51-4aa6-a6fb-545d9cbc5f17" + "08ea7175-9e11-46f1-9f75-dc6b3eeea379" ], "Accept-Language": [ "en-US" ], "api-key": [ - "BBDA83F78AE5F343E007FF731D108890" + "4EE1A5FD5FBB4EECEE6756E840BA85B8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -633,10 +633,10 @@ "no-cache" ], "request-id": [ - "4216ad87-6a51-4aa6-a6fb-545d9cbc5f17" + "08ea7175-9e11-46f1-9f75-dc6b3eeea379" ], "elapsed-time": [ - "10" + "11" ], "OData-Version": [ "4.0" @@ -648,7 +648,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:42:46 GMT" + "Sat, 08 Aug 2020 06:11:11 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -660,25 +660,25 @@ "711" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7690.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.IndexerExecutionInfo\",\r\n \"name\": \"azsmnet804\",\r\n \"status\": \"running\",\r\n \"lastResult\": {\r\n \"status\": \"reset\",\r\n \"errorMessage\": null,\r\n \"startTime\": \"2020-05-29T02:42:46.856Z\",\r\n \"endTime\": \"2020-05-29T02:42:46.856Z\",\r\n \"itemsProcessed\": 0,\r\n \"itemsFailed\": 0,\r\n \"initialTrackingState\": null,\r\n \"finalTrackingState\": null,\r\n \"errors\": [],\r\n \"warnings\": [],\r\n \"metrics\": null\r\n },\r\n \"executionHistory\": [\r\n {\r\n \"status\": \"reset\",\r\n \"errorMessage\": null,\r\n \"startTime\": \"2020-05-29T02:42:46.856Z\",\r\n \"endTime\": \"2020-05-29T02:42:46.856Z\",\r\n \"itemsProcessed\": 0,\r\n \"itemsFailed\": 0,\r\n \"initialTrackingState\": null,\r\n \"finalTrackingState\": null,\r\n \"errors\": [],\r\n \"warnings\": [],\r\n \"metrics\": null\r\n }\r\n ],\r\n \"limits\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2241.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.IndexerExecutionInfo\",\r\n \"name\": \"azsmnet998\",\r\n \"status\": \"running\",\r\n \"lastResult\": {\r\n \"status\": \"reset\",\r\n \"errorMessage\": null,\r\n \"startTime\": \"2020-08-08T06:11:12.029Z\",\r\n \"endTime\": \"2020-08-08T06:11:12.029Z\",\r\n \"itemsProcessed\": 0,\r\n \"itemsFailed\": 0,\r\n \"initialTrackingState\": null,\r\n \"finalTrackingState\": null,\r\n \"errors\": [],\r\n \"warnings\": [],\r\n \"metrics\": null\r\n },\r\n \"executionHistory\": [\r\n {\r\n \"status\": \"reset\",\r\n \"errorMessage\": null,\r\n \"startTime\": \"2020-08-08T06:11:12.029Z\",\r\n \"endTime\": \"2020-08-08T06:11:12.029Z\",\r\n \"itemsProcessed\": 0,\r\n \"itemsFailed\": 0,\r\n \"initialTrackingState\": null,\r\n \"finalTrackingState\": null,\r\n \"errors\": [],\r\n \"warnings\": [],\r\n \"metrics\": null\r\n }\r\n ],\r\n \"limits\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet654/providers/Microsoft.Search/searchServices/azs-7690?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTc2OTA/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6395/providers/Microsoft.Search/searchServices/azs-2241?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2Mzk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjQxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e011a249-1508-4979-8d25-9616b6f900d5" + "78aeb96e-92bb-4891-8984-92302f95ebef" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -689,53 +689,44 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14988" + ], "x-ms-request-id": [ - "e011a249-1508-4979-8d25-9616b6f900d5" + "5cf23de3-bc26-433b-8b7b-9cfea4ae65a8" ], - "request-id": [ - "e011a249-1508-4979-8d25-9616b6f900d5" + "x-ms-correlation-request-id": [ + "5cf23de3-bc26-433b-8b7b-9cfea4ae65a8" ], - "elapsed-time": [ - "1146" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T061124Z:5cf23de3-bc26-433b-8b7b-9cfea4ae65a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "633f01f2-ddcf-4683-8ad2-300e6f8fc8ed" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024250Z:633f01f2-ddcf-4683-8ad2-300e6f8fc8ed" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:42:50 GMT" + "Sat, 08 Aug 2020 06:11:24 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet654", - "azsmnet7407", - "azsmnet9918", - "azsmnet804" + "azsmnet6395", + "azsmnet9485", + "azsmnet2936", + "azsmnet998" ], "GenerateServiceName": [ - "azs-7690" + "azs-2241" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CanRoundtripIndexerWithFieldMappingFunctions.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CanRoundtripIndexerWithFieldMappingFunctions.json index 0c32b3f3b4ed..9e92acd18311 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CanRoundtripIndexerWithFieldMappingFunctions.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CanRoundtripIndexerWithFieldMappingFunctions.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dafb8c1a-9b88-4702-9f55-7c72556e8266" + "eee45b1a-d6f2-4aba-9f44-c2cf04e89361" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1175" + "1199" ], "x-ms-request-id": [ - "bea25989-3b68-4cf5-9d76-332922151afc" + "b1da85c3-733e-4353-9758-913dd9c5ac03" ], "x-ms-correlation-request-id": [ - "bea25989-3b68-4cf5-9d76-332922151afc" + "b1da85c3-733e-4353-9758-913dd9c5ac03" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024446Z:bea25989-3b68-4cf5-9d76-332922151afc" + "NORTHEUROPE:20200808T061541Z:b1da85c3-733e-4353-9758-913dd9c5ac03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:44:45 GMT" + "Sat, 08 Aug 2020 06:15:41 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4399?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0Mzk5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7137?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MTM3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5444022d-7a74-43b2-a5c4-f62a073a8e06" + "d6266a62-979d-4d5b-a09c-ebcc51c4a15a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1199" ], "x-ms-request-id": [ - "4a13115f-b46f-4766-83e3-664e32b94620" + "8a5c73ab-8105-4139-a610-27ebd9166e40" ], "x-ms-correlation-request-id": [ - "4a13115f-b46f-4766-83e3-664e32b94620" + "8a5c73ab-8105-4139-a610-27ebd9166e40" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024447Z:4a13115f-b46f-4766-83e3-664e32b94620" + "NORTHEUROPE:20200808T061542Z:8a5c73ab-8105-4139-a610-27ebd9166e40" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:44:46 GMT" + "Sat, 08 Aug 2020 06:15:42 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4399\",\r\n \"name\": \"azsmnet4399\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7137\",\r\n \"name\": \"azsmnet7137\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4399/providers/Microsoft.Search/searchServices/azs-7411?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0Mzk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDExP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7137/providers/Microsoft.Search/searchServices/azs-4691?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjkxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4f145261-01e0-4135-962f-576ede70723a" + "d3386479-6495-4bd3-90d2-38ca8784a6b5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A44%3A50.9102475Z'\"" + "W/\"datetime'2020-08-08T06%3A15%3A48.7305374Z'\"" ], "x-ms-request-id": [ - "4f145261-01e0-4135-962f-576ede70723a" + "d3386479-6495-4bd3-90d2-38ca8784a6b5" ], "request-id": [ - "4f145261-01e0-4135-962f-576ede70723a" + "d3386479-6495-4bd3-90d2-38ca8784a6b5" ], "elapsed-time": [ - "1257" + "3187" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1193" ], "x-ms-correlation-request-id": [ - "49864adc-8dc6-4ecd-8dec-cb4cb721d6cb" + "c7890e45-f5ba-49df-a6a1-62a61bd4f788" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024451Z:49864adc-8dc6-4ecd-8dec-cb4cb721d6cb" + "NORTHEUROPE:20200808T061550Z:c7890e45-f5ba-49df-a6a1-62a61bd4f788" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:44:51 GMT" + "Sat, 08 Aug 2020 06:15:49 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4399/providers/Microsoft.Search/searchServices/azs-7411\",\r\n \"name\": \"azs-7411\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7137/providers/Microsoft.Search/searchServices/azs-4691\",\r\n \"name\": \"azs-4691\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4399/providers/Microsoft.Search/searchServices/azs-7411/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0Mzk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDExL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7137/providers/Microsoft.Search/searchServices/azs-4691/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjkxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "20a70aec-8e94-49f0-b25d-252b12e0522d" + "3c61af77-94cd-4712-8606-b5810ee4629c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "20a70aec-8e94-49f0-b25d-252b12e0522d" + "3c61af77-94cd-4712-8606-b5810ee4629c" ], "request-id": [ - "20a70aec-8e94-49f0-b25d-252b12e0522d" + "3c61af77-94cd-4712-8606-b5810ee4629c" ], "elapsed-time": [ - "117" + "99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1189" ], "x-ms-correlation-request-id": [ - "e495aa8d-4b05-4f36-b041-fc144b8cf234" + "ede1ae5a-5ea3-4486-b499-8bd3508107c0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024453Z:e495aa8d-4b05-4f36-b041-fc144b8cf234" + "NORTHEUROPE:20200808T061552Z:ede1ae5a-5ea3-4486-b499-8bd3508107c0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:44:53 GMT" + "Sat, 08 Aug 2020 06:15:52 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"6BD630A90B00F73974E43FA4F9ECD7F5\",\r\n \"secondaryKey\": \"7D69BE1710C11FFAC8C956CA8BC72ED2\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"9551B9A5DDC6109802CA8DAF88946040\",\r\n \"secondaryKey\": \"F9E96A104D7B82AB98980EA3FFA73B5A\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4399/providers/Microsoft.Search/searchServices/azs-7411/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0Mzk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDExL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7137/providers/Microsoft.Search/searchServices/azs-4691/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjkxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "150cbd95-d04d-4eb2-a01e-a9b7b8df1ba1" + "27b4907a-0e21-46a8-870d-92a2c253b38d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "150cbd95-d04d-4eb2-a01e-a9b7b8df1ba1" + "27b4907a-0e21-46a8-870d-92a2c253b38d" ], "request-id": [ - "150cbd95-d04d-4eb2-a01e-a9b7b8df1ba1" + "27b4907a-0e21-46a8-870d-92a2c253b38d" ], "elapsed-time": [ - "91" + "132" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1188" ], "x-ms-correlation-request-id": [ - "f2721bc1-193d-459b-a3d6-e74f3f13ceed" + "ec8a18ce-fa23-4db7-9c22-68c5077a64cb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024454Z:f2721bc1-193d-459b-a3d6-e74f3f13ceed" + "NORTHEUROPE:20200808T061553Z:ec8a18ce-fa23-4db7-9c22-68c5077a64cb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:44:53 GMT" + "Sat, 08 Aug 2020 06:15:52 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"4BD52D6A9FB84568083D8B1FE750EC6D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F79B3F5E71074B2536476A708D8DB6AA\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7875\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1506\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "5d09800a-16c1-4bf0-a390-1257ed9ad3d3" + "affe3c0a-06b9-4aff-a362-2c8ed97156ed" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6BD630A90B00F73974E43FA4F9ECD7F5" + "9551B9A5DDC6109802CA8DAF88946040" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037A46110EDE\"" + "W/\"0x8D83B6282D4542F\"" ], "Location": [ - "https://azs-7411.search-dogfood.windows-int.net/indexes('azsmnet7875')?api-version=2019-05-06" + "https://azs-4691.search-dogfood.windows-int.net/indexes('azsmnet1506')?api-version=2019-05-06" ], "request-id": [ - "5d09800a-16c1-4bf0-a390-1257ed9ad3d3" + "affe3c0a-06b9-4aff-a362-2c8ed97156ed" ], "elapsed-time": [ - "1226" + "838" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:44:57 GMT" + "Sat, 08 Aug 2020 06:15:56 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "2557" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7411.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037A46110EDE\\\"\",\r\n \"name\": \"azsmnet7875\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4691.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6282D4542F\\\"\",\r\n \"name\": \"azsmnet1506\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2472\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1406\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "9698c4d2-50bc-45d0-b6f0-795bd745e617" + "0f36ac2b-9558-442e-a164-75418fcd5684" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6BD630A90B00F73974E43FA4F9ECD7F5" + "9551B9A5DDC6109802CA8DAF88946040" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037A462C3E6D\"" + "W/\"0x8D83B6282F2DFFB\"" ], "Location": [ - "https://azs-7411.search-dogfood.windows-int.net/datasources('azsmnet2472')?api-version=2019-05-06" + "https://azs-4691.search-dogfood.windows-int.net/datasources('azsmnet1406')?api-version=2019-05-06" ], "request-id": [ - "9698c4d2-50bc-45d0-b6f0-795bd745e617" + "0f36ac2b-9558-442e-a164-75418fcd5684" ], "elapsed-time": [ - "32" + "52" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:44:57 GMT" + "Sat, 08 Aug 2020 06:15:56 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,28 +480,28 @@ "364" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7411.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037A462C3E6D\\\"\",\r\n \"name\": \"azsmnet2472\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4691.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6282F2DFFB\\\"\",\r\n \"name\": \"azsmnet1406\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet7875')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3ODc1Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1506')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNTA2Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "2701589c-c40e-4016-abf9-bf539760e12c" + "0449cc34-17cd-4aba-8bd1-ffb65456ead5" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6BD630A90B00F73974E43FA4F9ECD7F5" + "9551B9A5DDC6109802CA8DAF88946040" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -513,13 +513,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037A46110EDE\"" + "W/\"0x8D83B6282D4542F\"" ], "request-id": [ - "2701589c-c40e-4016-abf9-bf539760e12c" + "0449cc34-17cd-4aba-8bd1-ffb65456ead5" ], "elapsed-time": [ - "25" + "71" ], "OData-Version": [ "4.0" @@ -531,7 +531,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:44:58 GMT" + "Sat, 08 Aug 2020 06:15:58 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -543,17 +543,17 @@ "2557" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7411.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037A46110EDE\\\"\",\r\n \"name\": \"azsmnet7875\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4691.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6282D4542F\\\"\",\r\n \"name\": \"azsmnet1506\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7875')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3ODc1Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1506')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNTA2Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet7875\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"a\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"b\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"c\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"d\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"e\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"f\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"g\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"h\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"@odata.etag\": \"\\\"0x8D8037A46110EDE\\\"\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1506\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"a\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"b\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"c\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"d\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"e\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"f\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"g\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"h\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"@odata.etag\": \"\\\"0x8D83B6282D4542F\\\"\"\r\n}", "RequestHeaders": { "client-request-id": [ - "3cc6e50c-2e45-4bab-a8be-b808ba8c11f4" + "098684ff-3604-4d31-8d3c-31795ca6c538" ], "Prefer": [ "return=representation" @@ -562,12 +562,12 @@ "en-US" ], "api-key": [ - "6BD630A90B00F73974E43FA4F9ECD7F5" + "9551B9A5DDC6109802CA8DAF88946040" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -585,13 +585,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037A4734C572\"" + "W/\"0x8D83B6284C59F54\"" ], "request-id": [ - "3cc6e50c-2e45-4bab-a8be-b808ba8c11f4" + "098684ff-3604-4d31-8d3c-31795ca6c538" ], "elapsed-time": [ - "312" + "405" ], "OData-Version": [ "4.0" @@ -603,7 +603,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:44:58 GMT" + "Sat, 08 Aug 2020 06:15:58 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -615,35 +615,35 @@ "4261" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7411.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037A4734C572\\\"\",\r\n \"name\": \"azsmnet7875\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"a\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"b\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"c\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"d\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"e\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"f\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"g\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"h\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4691.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6284C59F54\\\"\",\r\n \"name\": \"azsmnet1506\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"a\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"b\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"c\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"d\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"e\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"f\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"g\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"h\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexers?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXJzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet737\",\r\n \"dataSourceName\": \"azsmnet2472\",\r\n \"targetIndexName\": \"azsmnet7875\",\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"a\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"b\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": {\r\n \"useHttpServerUtilityUrlTokenEncode\": true\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"c\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"d\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"e\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": {\r\n \"useHttpServerUtilityUrlTokenDecode\": false\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"f\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"g\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"h\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6203\",\r\n \"dataSourceName\": \"azsmnet1406\",\r\n \"targetIndexName\": \"azsmnet1506\",\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"a\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"b\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": {\r\n \"useHttpServerUtilityUrlTokenEncode\": true\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"c\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"d\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"e\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": {\r\n \"useHttpServerUtilityUrlTokenDecode\": false\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"f\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"g\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"h\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "2df3d91e-c024-46ff-ab7f-e1d2d546cbb9" + "7f7a0ab6-15f6-435d-811e-85bdff544ac5" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6BD630A90B00F73974E43FA4F9ECD7F5" + "9551B9A5DDC6109802CA8DAF88946040" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1661" + "1662" ] }, "ResponseHeaders": { @@ -654,16 +654,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037A475B1B34\"" + "W/\"0x8D83B62850268D6\"" ], "Location": [ - "https://azs-7411.search-dogfood.windows-int.net/indexers('azsmnet737')?api-version=2019-05-06" + "https://azs-4691.search-dogfood.windows-int.net/indexers('azsmnet6203')?api-version=2019-05-06" ], "request-id": [ - "2df3d91e-c024-46ff-ab7f-e1d2d546cbb9" + "7f7a0ab6-15f6-435d-811e-85bdff544ac5" ], "elapsed-time": [ - "213" + "593" ], "OData-Version": [ "4.0" @@ -675,7 +675,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:44:59 GMT" + "Sat, 08 Aug 2020 06:16:00 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -684,31 +684,31 @@ "-1" ], "Content-Length": [ - "1392" + "1393" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7411.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037A475B1B34\\\"\",\r\n \"name\": \"azsmnet737\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet2472\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet7875\",\r\n \"disabled\": null,\r\n \"schedule\": null,\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"a\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"b\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": {\r\n \"useHttpServerUtilityUrlTokenEncode\": true\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"c\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"d\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"e\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": {\r\n \"useHttpServerUtilityUrlTokenDecode\": false\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"f\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"g\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"h\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4691.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B62850268D6\\\"\",\r\n \"name\": \"azsmnet6203\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet1406\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet1506\",\r\n \"disabled\": null,\r\n \"schedule\": null,\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"a\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"b\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": {\r\n \"useHttpServerUtilityUrlTokenEncode\": true\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"c\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"d\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"e\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": {\r\n \"useHttpServerUtilityUrlTokenDecode\": false\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"f\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"g\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"h\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexers('azsmnet737')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0NzM3Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexers('azsmnet6203')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0NjIwMycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "4a78a943-d5a0-4356-91f1-ce77dfae6195" + "6fe4e6bb-d4c9-44cb-9c72-5de625dbacb2" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6BD630A90B00F73974E43FA4F9ECD7F5" + "9551B9A5DDC6109802CA8DAF88946040" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -720,13 +720,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037A475B1B34\"" + "W/\"0x8D83B62850268D6\"" ], "request-id": [ - "4a78a943-d5a0-4356-91f1-ce77dfae6195" + "6fe4e6bb-d4c9-44cb-9c72-5de625dbacb2" ], "elapsed-time": [ - "36" + "13" ], "OData-Version": [ "4.0" @@ -738,7 +738,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:44:59 GMT" + "Sat, 08 Aug 2020 06:16:00 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -747,28 +747,28 @@ "-1" ], "Content-Length": [ - "1392" + "1393" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7411.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037A475B1B34\\\"\",\r\n \"name\": \"azsmnet737\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet2472\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet7875\",\r\n \"disabled\": null,\r\n \"schedule\": null,\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"a\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"b\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": {\r\n \"useHttpServerUtilityUrlTokenEncode\": true\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"c\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"d\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"e\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": {\r\n \"useHttpServerUtilityUrlTokenDecode\": false\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"f\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"g\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"h\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4691.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B62850268D6\\\"\",\r\n \"name\": \"azsmnet6203\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet1406\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet1506\",\r\n \"disabled\": null,\r\n \"schedule\": null,\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"a\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"b\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": {\r\n \"useHttpServerUtilityUrlTokenEncode\": true\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"c\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"d\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"e\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": {\r\n \"useHttpServerUtilityUrlTokenDecode\": false\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"f\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"g\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"feature_id\",\r\n \"targetFieldName\": \"h\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4399/providers/Microsoft.Search/searchServices/azs-7411?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0Mzk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDExP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7137/providers/Microsoft.Search/searchServices/azs-4691?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjkxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "996c24a5-94fd-47e2-9b80-1df3de1b32df" + "866e5341-44f9-4199-90ae-176032bf2fe1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -779,53 +779,44 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "996c24a5-94fd-47e2-9b80-1df3de1b32df" + "b091f538-b428-4640-af0a-1a4a98e43cde" ], - "request-id": [ - "996c24a5-94fd-47e2-9b80-1df3de1b32df" + "x-ms-correlation-request-id": [ + "b091f538-b428-4640-af0a-1a4a98e43cde" ], - "elapsed-time": [ - "1119" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T061631Z:b091f538-b428-4640-af0a-1a4a98e43cde" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14987" - ], - "x-ms-correlation-request-id": [ - "834f9c7d-6a5b-4b16-91cc-00397d825bc8" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024503Z:834f9c7d-6a5b-4b16-91cc-00397d825bc8" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:45:03 GMT" + "Sat, 08 Aug 2020 06:16:31 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet4399", - "azsmnet7875", - "azsmnet2472", - "azsmnet737" + "azsmnet7137", + "azsmnet1506", + "azsmnet1406", + "azsmnet6203" ], "GenerateServiceName": [ - "azs-7411" + "azs-4691" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CanRunIndexerAndGetIndexerStatus.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CanRunIndexerAndGetIndexerStatus.json index 4fdbd5956c08..5138adcc912c 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CanRunIndexerAndGetIndexerStatus.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CanRunIndexerAndGetIndexerStatus.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7a06dda-39e0-462b-9294-c7b34943dd75" + "1d66a79c-d4b7-486f-8475-97dd95b212bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1193" ], "x-ms-request-id": [ - "8ed66158-a64d-4d3e-9359-088eb27a2f4c" + "41f754de-8c65-4a7e-93ff-cc905828f41d" ], "x-ms-correlation-request-id": [ - "8ed66158-a64d-4d3e-9359-088eb27a2f4c" + "41f754de-8c65-4a7e-93ff-cc905828f41d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024024Z:8ed66158-a64d-4d3e-9359-088eb27a2f4c" + "NORTHEUROPE:20200808T060637Z:41f754de-8c65-4a7e-93ff-cc905828f41d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:40:24 GMT" + "Sat, 08 Aug 2020 06:06:37 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9102?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MTAyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6812?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2ODEyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "267e5d73-d937-4cc3-a6e5-bcfb36bef565" + "f8463073-97c1-4627-9587-6010d203d5b3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1197" ], "x-ms-request-id": [ - "30e80715-4f7b-4f39-b843-3758dc6fd16b" + "50612ae5-10b8-4d38-8a9e-9b9744d86bcb" ], "x-ms-correlation-request-id": [ - "30e80715-4f7b-4f39-b843-3758dc6fd16b" + "50612ae5-10b8-4d38-8a9e-9b9744d86bcb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024025Z:30e80715-4f7b-4f39-b843-3758dc6fd16b" + "NORTHEUROPE:20200808T060639Z:50612ae5-10b8-4d38-8a9e-9b9744d86bcb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:40:24 GMT" + "Sat, 08 Aug 2020 06:06:38 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9102\",\r\n \"name\": \"azsmnet9102\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6812\",\r\n \"name\": \"azsmnet6812\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9102/providers/Microsoft.Search/searchServices/azs-2978?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yOTc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6812/providers/Microsoft.Search/searchServices/azs-1444?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDQ0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "20ad58d5-aae1-4780-82e6-fea1792bb0cb" + "0fc880c5-8d9f-433c-bd14-056cf23e1965" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A40%3A29.2294254Z'\"" + "W/\"datetime'2020-08-08T06%3A06%3A43.6686131Z'\"" ], "x-ms-request-id": [ - "20ad58d5-aae1-4780-82e6-fea1792bb0cb" + "0fc880c5-8d9f-433c-bd14-056cf23e1965" ], "request-id": [ - "20ad58d5-aae1-4780-82e6-fea1792bb0cb" + "0fc880c5-8d9f-433c-bd14-056cf23e1965" ], "elapsed-time": [ - "1138" + "2434" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1196" ], "x-ms-correlation-request-id": [ - "ff73f354-4128-4f65-84d1-8a7ecdf19db4" + "8d4e5f72-720b-4dfc-9f28-d02e5dcaa465" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024029Z:ff73f354-4128-4f65-84d1-8a7ecdf19db4" + "NORTHEUROPE:20200808T060645Z:8d4e5f72-720b-4dfc-9f28-d02e5dcaa465" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:40:29 GMT" + "Sat, 08 Aug 2020 06:06:44 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9102/providers/Microsoft.Search/searchServices/azs-2978\",\r\n \"name\": \"azs-2978\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6812/providers/Microsoft.Search/searchServices/azs-1444\",\r\n \"name\": \"azs-1444\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9102/providers/Microsoft.Search/searchServices/azs-2978/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yOTc4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6812/providers/Microsoft.Search/searchServices/azs-1444/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDQ0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3fd59e5d-295a-4c49-8885-3afa858b6112" + "b9882c22-4caf-4990-91aa-f550add8b881" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "3fd59e5d-295a-4c49-8885-3afa858b6112" + "b9882c22-4caf-4990-91aa-f550add8b881" ], "request-id": [ - "3fd59e5d-295a-4c49-8885-3afa858b6112" + "b9882c22-4caf-4990-91aa-f550add8b881" ], "elapsed-time": [ - "109" + "310" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1192" ], "x-ms-correlation-request-id": [ - "b0cb63ef-4906-4a2b-8fa7-54cc87135830" + "b9c2922e-71ca-4a6e-963f-bc735670b922" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024032Z:b0cb63ef-4906-4a2b-8fa7-54cc87135830" + "NORTHEUROPE:20200808T060647Z:b9c2922e-71ca-4a6e-963f-bc735670b922" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:40:31 GMT" + "Sat, 08 Aug 2020 06:06:47 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"399FC3A7820850DA56EED97571812C6B\",\r\n \"secondaryKey\": \"BFF8518883257452BA206D45D58DCA91\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"FFC69071460326FF2B9149B8C6C95027\",\r\n \"secondaryKey\": \"253E3399BCDD307307471F285B78D65F\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9102/providers/Microsoft.Search/searchServices/azs-2978/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yOTc4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6812/providers/Microsoft.Search/searchServices/azs-1444/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDQ0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c10658c3-7352-4bb1-a01e-590e025c54f4" + "a2d3deca-bb96-46a8-ba93-57fe0c239b56" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c10658c3-7352-4bb1-a01e-590e025c54f4" + "a2d3deca-bb96-46a8-ba93-57fe0c239b56" ], "request-id": [ - "c10658c3-7352-4bb1-a01e-590e025c54f4" + "a2d3deca-bb96-46a8-ba93-57fe0c239b56" ], "elapsed-time": [ - "103" + "276" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1191" ], "x-ms-correlation-request-id": [ - "98177a87-4110-4288-8b20-e8c731376d60" + "7f18fe56-6876-4cff-bcc0-e57ed45e6f71" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024032Z:98177a87-4110-4288-8b20-e8c731376d60" + "NORTHEUROPE:20200808T060648Z:7f18fe56-6876-4cff-bcc0-e57ed45e6f71" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:40:32 GMT" + "Sat, 08 Aug 2020 06:06:48 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"EBA851CBA16333B01BA90CEC72F85609\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F977D4158D642DBF4C658CFA213B85BA\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3862\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4161\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "b3882f3b-56d1-4b63-8731-b7aec799697d" + "41698d26-845c-406e-9615-7ac8e6b87cae" ], "Accept-Language": [ "en-US" ], "api-key": [ - "399FC3A7820850DA56EED97571812C6B" + "FFC69071460326FF2B9149B8C6C95027" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379AA0AE5B5\"" + "W/\"0x8D83B613E552492\"" ], "Location": [ - "https://azs-2978.search-dogfood.windows-int.net/indexes('azsmnet3862')?api-version=2019-05-06" + "https://azs-1444.search-dogfood.windows-int.net/indexes('azsmnet4161')?api-version=2019-05-06" ], "request-id": [ - "b3882f3b-56d1-4b63-8731-b7aec799697d" + "41698d26-845c-406e-9615-7ac8e6b87cae" ], "elapsed-time": [ - "1250" + "821" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:40:35 GMT" + "Sat, 08 Aug 2020 06:06:51 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "2557" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2978.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379AA0AE5B5\\\"\",\r\n \"name\": \"azsmnet3862\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1444.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B613E552492\\\"\",\r\n \"name\": \"azsmnet4161\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6929\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8226\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "ad596399-24f4-4443-96e1-8600ec5a0ec4" + "eaf62edd-1035-4f79-9cc2-217e5973628e" ], "Accept-Language": [ "en-US" ], "api-key": [ - "399FC3A7820850DA56EED97571812C6B" + "FFC69071460326FF2B9149B8C6C95027" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379AA22E02D\"" + "W/\"0x8D83B613E702D2D\"" ], "Location": [ - "https://azs-2978.search-dogfood.windows-int.net/datasources('azsmnet6929')?api-version=2019-05-06" + "https://azs-1444.search-dogfood.windows-int.net/datasources('azsmnet8226')?api-version=2019-05-06" ], "request-id": [ - "ad596399-24f4-4443-96e1-8600ec5a0ec4" + "eaf62edd-1035-4f79-9cc2-217e5973628e" ], "elapsed-time": [ - "35" + "33" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:40:35 GMT" + "Sat, 08 Aug 2020 06:06:51 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,35 +480,35 @@ "364" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2978.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379AA22E02D\\\"\",\r\n \"name\": \"azsmnet6929\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1444.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B613E702D2D\\\"\",\r\n \"name\": \"azsmnet8226\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexers?api-version=2019-05-06&mock_status=inProgress", "EncodedRequestUri": "L2luZGV4ZXJzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDYmbW9ja19zdGF0dXM9aW5Qcm9ncmVzcw==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4277\",\r\n \"dataSourceName\": \"azsmnet6929\",\r\n \"targetIndexName\": \"azsmnet3862\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet417\",\r\n \"dataSourceName\": \"azsmnet8226\",\r\n \"targetIndexName\": \"azsmnet4161\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "468eae7f-42b8-4672-9251-562f746336bd" + "5e0e474a-662b-438b-b596-18bc15de6ae4" ], "Accept-Language": [ "en-US" ], "api-key": [ - "399FC3A7820850DA56EED97571812C6B" + "FFC69071460326FF2B9149B8C6C95027" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1261" + "1260" ] }, "ResponseHeaders": { @@ -519,16 +519,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379AB1C2113\"" + "W/\"0x8D83B613F7EAA6E\"" ], "Location": [ - "https://azs-2978.search-dogfood.windows-int.net/indexers('azsmnet4277')?api-version=2019-05-06&mock_status=inProgress" + "https://azs-1444.search-dogfood.windows-int.net/indexers('azsmnet417')?api-version=2019-05-06&mock_status=inProgress" ], "request-id": [ - "468eae7f-42b8-4672-9251-562f746336bd" + "5e0e474a-662b-438b-b596-18bc15de6ae4" ], "elapsed-time": [ - "242" + "658" ], "OData-Version": [ "4.0" @@ -540,7 +540,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:40:37 GMT" + "Sat, 08 Aug 2020 06:06:53 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -549,31 +549,31 @@ "-1" ], "Content-Length": [ - "1187" + "1186" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2978.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379AB1C2113\\\"\",\r\n \"name\": \"azsmnet4277\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet6929\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet3862\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:40:36.8340781Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1444.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B613F7EAA6E\\\"\",\r\n \"name\": \"azsmnet417\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet8226\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet4161\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-08T06:06:53.2867716Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexers('azsmnet4277')/search.status?api-version=2019-05-06&mock_status=inProgress", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0NDI3NycpL3NlYXJjaC5zdGF0dXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNiZtb2NrX3N0YXR1cz1pblByb2dyZXNz", + "RequestUri": "/indexers('azsmnet417')/search.status?api-version=2019-05-06&mock_status=inProgress", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0NDE3Jykvc2VhcmNoLnN0YXR1cz9hcGktdmVyc2lvbj0yMDE5LTA1LTA2Jm1vY2tfc3RhdHVzPWluUHJvZ3Jlc3M=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "8965eb91-6225-4e79-b920-d7403f29cb68" + "e89668cf-0ab2-47db-917a-e3f21759134f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "399FC3A7820850DA56EED97571812C6B" + "FFC69071460326FF2B9149B8C6C95027" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -585,10 +585,10 @@ "no-cache" ], "request-id": [ - "8965eb91-6225-4e79-b920-d7403f29cb68" + "e89668cf-0ab2-47db-917a-e3f21759134f" ], "elapsed-time": [ - "59" + "48" ], "OData-Version": [ "4.0" @@ -600,7 +600,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:40:37 GMT" + "Sat, 08 Aug 2020 06:06:53 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -609,31 +609,31 @@ "-1" ], "Content-Length": [ - "2109" + "2106" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2978.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.IndexerExecutionInfo\",\r\n \"name\": \"azsmnet4277\",\r\n \"status\": \"running\",\r\n \"lastResult\": {\r\n \"status\": \"inProgress\",\r\n \"errorMessage\": null,\r\n \"startTime\": \"2020-05-29T02:40:37.1352518Z\",\r\n \"endTime\": null,\r\n \"itemsProcessed\": 0,\r\n \"itemsFailed\": 0,\r\n \"initialTrackingState\": null,\r\n \"finalTrackingState\": null,\r\n \"errors\": [],\r\n \"warnings\": [],\r\n \"metrics\": null\r\n },\r\n \"executionHistory\": [\r\n {\r\n \"status\": \"transientFailure\",\r\n \"errorMessage\": \"The indexer could not connect to the data source\",\r\n \"startTime\": \"2020-05-29T02:40:37.1160534Z\",\r\n \"endTime\": \"2020-05-29T02:40:37.1160534Z\",\r\n \"itemsProcessed\": 0,\r\n \"itemsFailed\": 0,\r\n \"initialTrackingState\": null,\r\n \"finalTrackingState\": null,\r\n \"errors\": [],\r\n \"warnings\": [],\r\n \"metrics\": null\r\n },\r\n {\r\n \"status\": \"reset\",\r\n \"errorMessage\": null,\r\n \"startTime\": \"2020-05-29T01:40:37.1352518Z\",\r\n \"endTime\": \"2020-05-29T01:40:37.1352518Z\",\r\n \"itemsProcessed\": 0,\r\n \"itemsFailed\": 0,\r\n \"initialTrackingState\": null,\r\n \"finalTrackingState\": null,\r\n \"errors\": [],\r\n \"warnings\": [],\r\n \"metrics\": null\r\n },\r\n {\r\n \"status\": \"success\",\r\n \"errorMessage\": null,\r\n \"startTime\": \"2020-05-28T02:40:37.1352518Z\",\r\n \"endTime\": \"2020-05-28T03:40:37.1352518Z\",\r\n \"itemsProcessed\": 124876,\r\n \"itemsFailed\": 2,\r\n \"initialTrackingState\": \"100\",\r\n \"finalTrackingState\": \"200\",\r\n \"errors\": [\r\n {\r\n \"key\": \"1\",\r\n \"statusCode\": 400,\r\n \"name\": \"DocumentExtraction.AzureBlob.MyDataSource\",\r\n \"errorMessage\": \"Key field contains unsafe characters\",\r\n \"details\": \"The file could not be parsed.\",\r\n \"documentationLink\": \"https://go.microsoft.com/fwlink/?linkid=2049388\"\r\n },\r\n {\r\n \"key\": \"121713\",\r\n \"statusCode\": 400,\r\n \"name\": \"DocumentExtraction.AzureBlob.DataReader\",\r\n \"errorMessage\": \"Item is too large\",\r\n \"details\": \"Blob size cannot exceed 256 MB.\",\r\n \"documentationLink\": \"https://go.microsoft.com/fwlink/?linkid=2049388\"\r\n }\r\n ],\r\n \"warnings\": [\r\n {\r\n \"key\": \"2\",\r\n \"name\": \"Enrichment.LanguageDetectionSkill.#4\",\r\n \"message\": \"Document was truncated to 50000 characters.\",\r\n \"details\": \"Try to split the input into smaller chunks using Split skill.\",\r\n \"documentationLink\": \"https://go.microsoft.com/fwlink/?linkid=2099692\"\r\n }\r\n ],\r\n \"metrics\": null\r\n }\r\n ],\r\n \"limits\": {\r\n \"maxRunTime\": \"P1D\",\r\n \"maxDocumentExtractionSize\": 1000,\r\n \"maxDocumentContentCharactersToExtract\": 100000\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1444.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.IndexerExecutionInfo\",\r\n \"name\": \"azsmnet417\",\r\n \"status\": \"running\",\r\n \"lastResult\": {\r\n \"status\": \"inProgress\",\r\n \"errorMessage\": null,\r\n \"startTime\": \"2020-08-08T06:06:54.0367964Z\",\r\n \"endTime\": null,\r\n \"itemsProcessed\": 0,\r\n \"itemsFailed\": 0,\r\n \"initialTrackingState\": null,\r\n \"finalTrackingState\": null,\r\n \"errors\": [],\r\n \"warnings\": [],\r\n \"metrics\": null\r\n },\r\n \"executionHistory\": [\r\n {\r\n \"status\": \"transientFailure\",\r\n \"errorMessage\": \"The indexer could not connect to the data source\",\r\n \"startTime\": \"2020-08-08T06:06:54.005517Z\",\r\n \"endTime\": \"2020-08-08T06:06:54.005517Z\",\r\n \"itemsProcessed\": 0,\r\n \"itemsFailed\": 0,\r\n \"initialTrackingState\": null,\r\n \"finalTrackingState\": null,\r\n \"errors\": [],\r\n \"warnings\": [],\r\n \"metrics\": null\r\n },\r\n {\r\n \"status\": \"reset\",\r\n \"errorMessage\": null,\r\n \"startTime\": \"2020-08-08T05:06:54.0211746Z\",\r\n \"endTime\": \"2020-08-08T05:06:54.0211746Z\",\r\n \"itemsProcessed\": 0,\r\n \"itemsFailed\": 0,\r\n \"initialTrackingState\": null,\r\n \"finalTrackingState\": null,\r\n \"errors\": [],\r\n \"warnings\": [],\r\n \"metrics\": null\r\n },\r\n {\r\n \"status\": \"success\",\r\n \"errorMessage\": null,\r\n \"startTime\": \"2020-08-07T06:06:54.0211746Z\",\r\n \"endTime\": \"2020-08-07T07:06:54.0211746Z\",\r\n \"itemsProcessed\": 124876,\r\n \"itemsFailed\": 2,\r\n \"initialTrackingState\": \"100\",\r\n \"finalTrackingState\": \"200\",\r\n \"errors\": [\r\n {\r\n \"key\": \"1\",\r\n \"statusCode\": 400,\r\n \"name\": \"DocumentExtraction.AzureBlob.MyDataSource\",\r\n \"errorMessage\": \"Key field contains unsafe characters\",\r\n \"details\": \"The file could not be parsed.\",\r\n \"documentationLink\": \"https://go.microsoft.com/fwlink/?linkid=2049388\"\r\n },\r\n {\r\n \"key\": \"121713\",\r\n \"statusCode\": 400,\r\n \"name\": \"DocumentExtraction.AzureBlob.DataReader\",\r\n \"errorMessage\": \"Item is too large\",\r\n \"details\": \"Blob size cannot exceed 256 MB.\",\r\n \"documentationLink\": \"https://go.microsoft.com/fwlink/?linkid=2049388\"\r\n }\r\n ],\r\n \"warnings\": [\r\n {\r\n \"key\": \"2\",\r\n \"name\": \"Enrichment.LanguageDetectionSkill.#4\",\r\n \"message\": \"Document was truncated to 50000 characters.\",\r\n \"details\": \"Try to split the input into smaller chunks using Split skill.\",\r\n \"documentationLink\": \"https://go.microsoft.com/fwlink/?linkid=2099692\"\r\n }\r\n ],\r\n \"metrics\": null\r\n }\r\n ],\r\n \"limits\": {\r\n \"maxRunTime\": \"P1D\",\r\n \"maxDocumentExtractionSize\": 1000,\r\n \"maxDocumentContentCharactersToExtract\": 100000\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexers('azsmnet4277')/search.status?api-version=2019-05-06&mock_status=inProgress", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0NDI3NycpL3NlYXJjaC5zdGF0dXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNiZtb2NrX3N0YXR1cz1pblByb2dyZXNz", + "RequestUri": "/indexers('azsmnet417')/search.status?api-version=2019-05-06&mock_status=inProgress", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0NDE3Jykvc2VhcmNoLnN0YXR1cz9hcGktdmVyc2lvbj0yMDE5LTA1LTA2Jm1vY2tfc3RhdHVzPWluUHJvZ3Jlc3M=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "3c090a5e-5d3a-43aa-ad7a-bbacd839ed08" + "bde2ad6c-a241-4f87-845c-b4b05c33c9df" ], "Accept-Language": [ "en-US" ], "api-key": [ - "399FC3A7820850DA56EED97571812C6B" + "FFC69071460326FF2B9149B8C6C95027" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -645,10 +645,10 @@ "no-cache" ], "request-id": [ - "3c090a5e-5d3a-43aa-ad7a-bbacd839ed08" + "bde2ad6c-a241-4f87-845c-b4b05c33c9df" ], "elapsed-time": [ - "1" + "2" ], "OData-Version": [ "4.0" @@ -660,7 +660,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:40:37 GMT" + "Sat, 08 Aug 2020 06:06:53 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -669,31 +669,31 @@ "-1" ], "Content-Length": [ - "2109" + "2108" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2978.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.IndexerExecutionInfo\",\r\n \"name\": \"azsmnet4277\",\r\n \"status\": \"running\",\r\n \"lastResult\": {\r\n \"status\": \"inProgress\",\r\n \"errorMessage\": null,\r\n \"startTime\": \"2020-05-29T02:40:37.3497287Z\",\r\n \"endTime\": null,\r\n \"itemsProcessed\": 0,\r\n \"itemsFailed\": 0,\r\n \"initialTrackingState\": null,\r\n \"finalTrackingState\": null,\r\n \"errors\": [],\r\n \"warnings\": [],\r\n \"metrics\": null\r\n },\r\n \"executionHistory\": [\r\n {\r\n \"status\": \"transientFailure\",\r\n \"errorMessage\": \"The indexer could not connect to the data source\",\r\n \"startTime\": \"2020-05-29T02:40:37.3497287Z\",\r\n \"endTime\": \"2020-05-29T02:40:37.3497287Z\",\r\n \"itemsProcessed\": 0,\r\n \"itemsFailed\": 0,\r\n \"initialTrackingState\": null,\r\n \"finalTrackingState\": null,\r\n \"errors\": [],\r\n \"warnings\": [],\r\n \"metrics\": null\r\n },\r\n {\r\n \"status\": \"reset\",\r\n \"errorMessage\": null,\r\n \"startTime\": \"2020-05-29T01:40:37.3497287Z\",\r\n \"endTime\": \"2020-05-29T01:40:37.3497287Z\",\r\n \"itemsProcessed\": 0,\r\n \"itemsFailed\": 0,\r\n \"initialTrackingState\": null,\r\n \"finalTrackingState\": null,\r\n \"errors\": [],\r\n \"warnings\": [],\r\n \"metrics\": null\r\n },\r\n {\r\n \"status\": \"success\",\r\n \"errorMessage\": null,\r\n \"startTime\": \"2020-05-28T02:40:37.3497287Z\",\r\n \"endTime\": \"2020-05-28T03:40:37.3497287Z\",\r\n \"itemsProcessed\": 124876,\r\n \"itemsFailed\": 2,\r\n \"initialTrackingState\": \"100\",\r\n \"finalTrackingState\": \"200\",\r\n \"errors\": [\r\n {\r\n \"key\": \"1\",\r\n \"statusCode\": 400,\r\n \"name\": \"DocumentExtraction.AzureBlob.MyDataSource\",\r\n \"errorMessage\": \"Key field contains unsafe characters\",\r\n \"details\": \"The file could not be parsed.\",\r\n \"documentationLink\": \"https://go.microsoft.com/fwlink/?linkid=2049388\"\r\n },\r\n {\r\n \"key\": \"121713\",\r\n \"statusCode\": 400,\r\n \"name\": \"DocumentExtraction.AzureBlob.DataReader\",\r\n \"errorMessage\": \"Item is too large\",\r\n \"details\": \"Blob size cannot exceed 256 MB.\",\r\n \"documentationLink\": \"https://go.microsoft.com/fwlink/?linkid=2049388\"\r\n }\r\n ],\r\n \"warnings\": [\r\n {\r\n \"key\": \"2\",\r\n \"name\": \"Enrichment.LanguageDetectionSkill.#4\",\r\n \"message\": \"Document was truncated to 50000 characters.\",\r\n \"details\": \"Try to split the input into smaller chunks using Split skill.\",\r\n \"documentationLink\": \"https://go.microsoft.com/fwlink/?linkid=2099692\"\r\n }\r\n ],\r\n \"metrics\": null\r\n }\r\n ],\r\n \"limits\": {\r\n \"maxRunTime\": \"P1D\",\r\n \"maxDocumentExtractionSize\": 1000,\r\n \"maxDocumentContentCharactersToExtract\": 100000\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1444.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.IndexerExecutionInfo\",\r\n \"name\": \"azsmnet417\",\r\n \"status\": \"running\",\r\n \"lastResult\": {\r\n \"status\": \"inProgress\",\r\n \"errorMessage\": null,\r\n \"startTime\": \"2020-08-08T06:06:54.2555554Z\",\r\n \"endTime\": null,\r\n \"itemsProcessed\": 0,\r\n \"itemsFailed\": 0,\r\n \"initialTrackingState\": null,\r\n \"finalTrackingState\": null,\r\n \"errors\": [],\r\n \"warnings\": [],\r\n \"metrics\": null\r\n },\r\n \"executionHistory\": [\r\n {\r\n \"status\": \"transientFailure\",\r\n \"errorMessage\": \"The indexer could not connect to the data source\",\r\n \"startTime\": \"2020-08-08T06:06:54.2555554Z\",\r\n \"endTime\": \"2020-08-08T06:06:54.2555554Z\",\r\n \"itemsProcessed\": 0,\r\n \"itemsFailed\": 0,\r\n \"initialTrackingState\": null,\r\n \"finalTrackingState\": null,\r\n \"errors\": [],\r\n \"warnings\": [],\r\n \"metrics\": null\r\n },\r\n {\r\n \"status\": \"reset\",\r\n \"errorMessage\": null,\r\n \"startTime\": \"2020-08-08T05:06:54.2555554Z\",\r\n \"endTime\": \"2020-08-08T05:06:54.2555554Z\",\r\n \"itemsProcessed\": 0,\r\n \"itemsFailed\": 0,\r\n \"initialTrackingState\": null,\r\n \"finalTrackingState\": null,\r\n \"errors\": [],\r\n \"warnings\": [],\r\n \"metrics\": null\r\n },\r\n {\r\n \"status\": \"success\",\r\n \"errorMessage\": null,\r\n \"startTime\": \"2020-08-07T06:06:54.2555554Z\",\r\n \"endTime\": \"2020-08-07T07:06:54.2555554Z\",\r\n \"itemsProcessed\": 124876,\r\n \"itemsFailed\": 2,\r\n \"initialTrackingState\": \"100\",\r\n \"finalTrackingState\": \"200\",\r\n \"errors\": [\r\n {\r\n \"key\": \"1\",\r\n \"statusCode\": 400,\r\n \"name\": \"DocumentExtraction.AzureBlob.MyDataSource\",\r\n \"errorMessage\": \"Key field contains unsafe characters\",\r\n \"details\": \"The file could not be parsed.\",\r\n \"documentationLink\": \"https://go.microsoft.com/fwlink/?linkid=2049388\"\r\n },\r\n {\r\n \"key\": \"121713\",\r\n \"statusCode\": 400,\r\n \"name\": \"DocumentExtraction.AzureBlob.DataReader\",\r\n \"errorMessage\": \"Item is too large\",\r\n \"details\": \"Blob size cannot exceed 256 MB.\",\r\n \"documentationLink\": \"https://go.microsoft.com/fwlink/?linkid=2049388\"\r\n }\r\n ],\r\n \"warnings\": [\r\n {\r\n \"key\": \"2\",\r\n \"name\": \"Enrichment.LanguageDetectionSkill.#4\",\r\n \"message\": \"Document was truncated to 50000 characters.\",\r\n \"details\": \"Try to split the input into smaller chunks using Split skill.\",\r\n \"documentationLink\": \"https://go.microsoft.com/fwlink/?linkid=2099692\"\r\n }\r\n ],\r\n \"metrics\": null\r\n }\r\n ],\r\n \"limits\": {\r\n \"maxRunTime\": \"P1D\",\r\n \"maxDocumentExtractionSize\": 1000,\r\n \"maxDocumentContentCharactersToExtract\": 100000\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexers('azsmnet4277')/search.run?api-version=2019-05-06&mock_status=inProgress", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0NDI3NycpL3NlYXJjaC5ydW4/YXBpLXZlcnNpb249MjAxOS0wNS0wNiZtb2NrX3N0YXR1cz1pblByb2dyZXNz", + "RequestUri": "/indexers('azsmnet417')/search.run?api-version=2019-05-06&mock_status=inProgress", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0NDE3Jykvc2VhcmNoLnJ1bj9hcGktdmVyc2lvbj0yMDE5LTA1LTA2Jm1vY2tfc3RhdHVzPWluUHJvZ3Jlc3M=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "73efe153-8925-487c-8a6d-3e00db948ce9" + "bbdc1acb-5c1a-4204-a974-fe9cc0f35e32" ], "Accept-Language": [ "en-US" ], "api-key": [ - "399FC3A7820850DA56EED97571812C6B" + "FFC69071460326FF2B9149B8C6C95027" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -705,16 +705,16 @@ "no-cache" ], "request-id": [ - "73efe153-8925-487c-8a6d-3e00db948ce9" + "bbdc1acb-5c1a-4204-a974-fe9cc0f35e32" ], "elapsed-time": [ - "87" + "73" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:40:37 GMT" + "Sat, 08 Aug 2020 06:06:53 GMT" ], "Expires": [ "-1" @@ -727,21 +727,21 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9102/providers/Microsoft.Search/searchServices/azs-2978?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yOTc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6812/providers/Microsoft.Search/searchServices/azs-1444?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDQ0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2a275237-9301-4277-941f-929a696f0dd1" + "ddc538d8-37a5-41ea-a35c-7ced88a9e15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -752,53 +752,44 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14996" + ], "x-ms-request-id": [ - "2a275237-9301-4277-941f-929a696f0dd1" + "a0123d04-6d9e-4183-8146-d39b921321c8" ], - "request-id": [ - "2a275237-9301-4277-941f-929a696f0dd1" + "x-ms-correlation-request-id": [ + "a0123d04-6d9e-4183-8146-d39b921321c8" ], - "elapsed-time": [ - "960" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T060703Z:a0123d04-6d9e-4183-8146-d39b921321c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14985" - ], - "x-ms-correlation-request-id": [ - "0bb3b6d1-4345-40cc-b262-0af98957cdcc" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024041Z:0bb3b6d1-4345-40cc-b262-0af98957cdcc" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:40:40 GMT" + "Sat, 08 Aug 2020 06:07:02 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet9102", - "azsmnet3862", - "azsmnet6929", - "azsmnet4277" + "azsmnet6812", + "azsmnet4161", + "azsmnet8226", + "azsmnet417" ], "GenerateServiceName": [ - "azs-2978" + "azs-1444" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CanUpdateIndexer.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CanUpdateIndexer.json index b8b2dec3ae9f..f24aeb10ca61 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CanUpdateIndexer.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CanUpdateIndexer.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "303350fc-d12d-4678-aeed-bb0e50efe108" + "a82b66d4-a48b-4873-8508-edb8d6119caf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1197" ], "x-ms-request-id": [ - "8b49935c-14cf-4a25-9620-62992d577925" + "dfe6b9e1-f5c3-4d30-a285-fd92673c046d" ], "x-ms-correlation-request-id": [ - "8b49935c-14cf-4a25-9620-62992d577925" + "dfe6b9e1-f5c3-4d30-a285-fd92673c046d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024047Z:8b49935c-14cf-4a25-9620-62992d577925" + "NORTHEUROPE:20200808T060709Z:dfe6b9e1-f5c3-4d30-a285-fd92673c046d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:40:47 GMT" + "Sat, 08 Aug 2020 06:07:09 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5988?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1OTg4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7588?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NTg4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cff60726-1371-4479-b554-be0a062638f6" + "4c36380b-861a-4a68-abfe-72e6fa5a8cd8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1197" ], "x-ms-request-id": [ - "90a398d4-b31e-4365-86eb-0a926303f934" + "c3c4f6ec-f5c9-4d48-8237-ec010d98fbe1" ], "x-ms-correlation-request-id": [ - "90a398d4-b31e-4365-86eb-0a926303f934" + "c3c4f6ec-f5c9-4d48-8237-ec010d98fbe1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024047Z:90a398d4-b31e-4365-86eb-0a926303f934" + "NORTHEUROPE:20200808T060710Z:c3c4f6ec-f5c9-4d48-8237-ec010d98fbe1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:40:47 GMT" + "Sat, 08 Aug 2020 06:07:10 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5988\",\r\n \"name\": \"azsmnet5988\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7588\",\r\n \"name\": \"azsmnet7588\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5988/providers/Microsoft.Search/searchServices/azs-7274?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Mjc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7588/providers/Microsoft.Search/searchServices/azs-9312?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MzEyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "978a7d04-e41c-4f94-b5bd-f02d59085046" + "d4156a01-2ad4-4578-b51d-9d8a376d51b9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A40%3A51.1530058Z'\"" + "W/\"datetime'2020-08-08T06%3A07%3A15.9486882Z'\"" ], "x-ms-request-id": [ - "978a7d04-e41c-4f94-b5bd-f02d59085046" + "d4156a01-2ad4-4578-b51d-9d8a376d51b9" ], "request-id": [ - "978a7d04-e41c-4f94-b5bd-f02d59085046" + "d4156a01-2ad4-4578-b51d-9d8a376d51b9" ], "elapsed-time": [ - "1073" + "1376" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1196" ], "x-ms-correlation-request-id": [ - "51d749df-fbbf-4129-93b0-838cf8e1e990" + "100f77c6-65a7-4d75-b9d3-b791c6bdeb8e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024052Z:51d749df-fbbf-4129-93b0-838cf8e1e990" + "NORTHEUROPE:20200808T060717Z:100f77c6-65a7-4d75-b9d3-b791c6bdeb8e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:40:51 GMT" + "Sat, 08 Aug 2020 06:07:16 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5988/providers/Microsoft.Search/searchServices/azs-7274\",\r\n \"name\": \"azs-7274\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7588/providers/Microsoft.Search/searchServices/azs-9312\",\r\n \"name\": \"azs-9312\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5988/providers/Microsoft.Search/searchServices/azs-7274/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Mjc0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7588/providers/Microsoft.Search/searchServices/azs-9312/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MzEyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3593f990-6030-418d-97ef-c6c3db1125c0" + "cb7a7a0b-5b06-4dd2-8ce6-8fffff0b657b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,10 +231,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "3593f990-6030-418d-97ef-c6c3db1125c0" + "cb7a7a0b-5b06-4dd2-8ce6-8fffff0b657b" ], "request-id": [ - "3593f990-6030-418d-97ef-c6c3db1125c0" + "cb7a7a0b-5b06-4dd2-8ce6-8fffff0b657b" ], "elapsed-time": [ "108" @@ -243,19 +243,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1195" ], "x-ms-correlation-request-id": [ - "ffc381dd-a7d3-4cde-b37b-f21a34c535c4" + "8e3acf7a-0a95-4bc1-88c4-c03f7ae18ba1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024054Z:ffc381dd-a7d3-4cde-b37b-f21a34c535c4" + "NORTHEUROPE:20200808T060719Z:8e3acf7a-0a95-4bc1-88c4-c03f7ae18ba1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:40:53 GMT" + "Sat, 08 Aug 2020 06:07:18 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"2C5BE77DBEFBB3C536DCF93A0DE9F797\",\r\n \"secondaryKey\": \"7857829834463B9F866EFFD1C6122C28\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"2E2AA0C37B21C08B8762D4C2F8458849\",\r\n \"secondaryKey\": \"B42B5A217213BCB4B1683071076765D6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5988/providers/Microsoft.Search/searchServices/azs-7274/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Mjc0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7588/providers/Microsoft.Search/searchServices/azs-9312/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MzEyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6d4c4a56-649d-4280-bba9-fb9da2e8c909" + "421d01c1-8541-4e25-84ec-0fc2d63b3060" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6d4c4a56-649d-4280-bba9-fb9da2e8c909" + "421d01c1-8541-4e25-84ec-0fc2d63b3060" ], "request-id": [ - "6d4c4a56-649d-4280-bba9-fb9da2e8c909" + "421d01c1-8541-4e25-84ec-0fc2d63b3060" ], "elapsed-time": [ - "83" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1194" ], "x-ms-correlation-request-id": [ - "cfd4bf7f-f11b-46be-a926-5363e40b6fa1" + "ed06e338-b5ae-4081-8e0c-30fa1c20384c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024054Z:cfd4bf7f-f11b-46be-a926-5363e40b6fa1" + "NORTHEUROPE:20200808T060720Z:ed06e338-b5ae-4081-8e0c-30fa1c20384c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:40:53 GMT" + "Sat, 08 Aug 2020 06:07:19 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"37EE6262D7B85AC1F1145A262E4531A7\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"038229A58FD974855E26AEB952124CF4\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9203\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6190\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "a00c9ae7-933a-424d-801e-3f84ed7e014b" + "37751e8c-2899-4cef-b96b-cbfe6e176fbe" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2C5BE77DBEFBB3C536DCF93A0DE9F797" + "2E2AA0C37B21C08B8762D4C2F8458849" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379B716ECC5\"" + "W/\"0x8D83B6150DA913C\"" ], "Location": [ - "https://azs-7274.search-dogfood.windows-int.net/indexes('azsmnet9203')?api-version=2019-05-06" + "https://azs-9312.search-dogfood.windows-int.net/indexes('azsmnet6190')?api-version=2019-05-06" ], "request-id": [ - "a00c9ae7-933a-424d-801e-3f84ed7e014b" + "37751e8c-2899-4cef-b96b-cbfe6e176fbe" ], "elapsed-time": [ - "1180" + "1307" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:40:57 GMT" + "Sat, 08 Aug 2020 06:07:22 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "2557" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7274.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379B716ECC5\\\"\",\r\n \"name\": \"azsmnet9203\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9312.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6150DA913C\\\"\",\r\n \"name\": \"azsmnet6190\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6208\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5935\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "3a4e3de5-6e3f-4851-ad5b-15723aaa7f5a" + "54be83bc-33a9-4ecf-adac-35305ddfe339" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2C5BE77DBEFBB3C536DCF93A0DE9F797" + "2E2AA0C37B21C08B8762D4C2F8458849" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379B7321C52\"" + "W/\"0x8D83B6150F439F4\"" ], "Location": [ - "https://azs-7274.search-dogfood.windows-int.net/datasources('azsmnet6208')?api-version=2019-05-06" + "https://azs-9312.search-dogfood.windows-int.net/datasources('azsmnet5935')?api-version=2019-05-06" ], "request-id": [ - "3a4e3de5-6e3f-4851-ad5b-15723aaa7f5a" + "54be83bc-33a9-4ecf-adac-35305ddfe339" ], "elapsed-time": [ - "35" + "32" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:40:57 GMT" + "Sat, 08 Aug 2020 06:07:22 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,28 +480,28 @@ "364" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7274.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379B7321C52\\\"\",\r\n \"name\": \"azsmnet6208\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9312.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6150F439F4\\\"\",\r\n \"name\": \"azsmnet5935\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexers?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXJzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1392\",\r\n \"dataSourceName\": \"azsmnet6208\",\r\n \"targetIndexName\": \"azsmnet9203\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2599\",\r\n \"dataSourceName\": \"azsmnet5935\",\r\n \"targetIndexName\": \"azsmnet6190\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "5961f340-32c6-4d3e-acea-357a19267344" + "ab3a938a-6fda-4ca1-a269-1584176016bb" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2C5BE77DBEFBB3C536DCF93A0DE9F797" + "2E2AA0C37B21C08B8762D4C2F8458849" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -519,16 +519,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379B828EBAD\"" + "W/\"0x8D83B615210C458\"" ], "Location": [ - "https://azs-7274.search-dogfood.windows-int.net/indexers('azsmnet1392')?api-version=2019-05-06" + "https://azs-9312.search-dogfood.windows-int.net/indexers('azsmnet2599')?api-version=2019-05-06" ], "request-id": [ - "5961f340-32c6-4d3e-acea-357a19267344" + "ab3a938a-6fda-4ca1-a269-1584176016bb" ], "elapsed-time": [ - "291" + "610" ], "OData-Version": [ "4.0" @@ -540,7 +540,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:40:58 GMT" + "Sat, 08 Aug 2020 06:07:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -552,17 +552,17 @@ "1187" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7274.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379B828EBAD\\\"\",\r\n \"name\": \"azsmnet1392\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet6208\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet9203\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:40:58.7132154Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9312.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B615210C458\\\"\",\r\n \"name\": \"azsmnet2599\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet5935\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet6190\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-08T06:07:24.4762576Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexers('azsmnet1392')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0MTM5MicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexers('azsmnet2599')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0MjU5OScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet1392\",\r\n \"description\": \"somethingdifferent\",\r\n \"dataSourceName\": \"azsmnet6208\",\r\n \"targetIndexName\": \"azsmnet9203\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2599\",\r\n \"description\": \"somethingdifferent\",\r\n \"dataSourceName\": \"azsmnet5935\",\r\n \"targetIndexName\": \"azsmnet6190\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "2827cc7c-6ad8-400d-ae0a-5d9792e978fa" + "f9438085-5214-4fb1-b444-0319af0e9f15" ], "Prefer": [ "return=representation" @@ -571,12 +571,12 @@ "en-US" ], "api-key": [ - "2C5BE77DBEFBB3C536DCF93A0DE9F797" + "2E2AA0C37B21C08B8762D4C2F8458849" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -594,13 +594,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379B8570B78\"" + "W/\"0x8D83B61527851D1\"" ], "request-id": [ - "2827cc7c-6ad8-400d-ae0a-5d9792e978fa" + "f9438085-5214-4fb1-b444-0319af0e9f15" ], "elapsed-time": [ - "162" + "377" ], "OData-Version": [ "4.0" @@ -612,7 +612,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:40:58 GMT" + "Sat, 08 Aug 2020 06:07:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -624,25 +624,25 @@ "1203" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7274.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379B8570B78\\\"\",\r\n \"name\": \"azsmnet1392\",\r\n \"description\": \"somethingdifferent\",\r\n \"dataSourceName\": \"azsmnet6208\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet9203\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:40:59.0417274Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9312.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B61527851D1\\\"\",\r\n \"name\": \"azsmnet2599\",\r\n \"description\": \"somethingdifferent\",\r\n \"dataSourceName\": \"azsmnet5935\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet6190\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-08T06:07:25.1164877Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5988/providers/Microsoft.Search/searchServices/azs-7274?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Mjc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7588/providers/Microsoft.Search/searchServices/azs-9312?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MzEyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8231e5bd-38f7-44cb-8505-6ab06e427333" + "3380ebaa-1a6b-443c-8e8e-33fcc86e737d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -653,54 +653,45 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14995" + ], "x-ms-request-id": [ - "8231e5bd-38f7-44cb-8505-6ab06e427333" + "4622e2cc-305a-4cbe-aee6-8b8659f8cfdd" ], - "request-id": [ - "8231e5bd-38f7-44cb-8505-6ab06e427333" + "x-ms-correlation-request-id": [ + "4622e2cc-305a-4cbe-aee6-8b8659f8cfdd" ], - "elapsed-time": [ - "1441" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T060833Z:4622e2cc-305a-4cbe-aee6-8b8659f8cfdd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14986" - ], - "x-ms-correlation-request-id": [ - "62f2a4fe-ff6a-4f27-bfc0-051db074db33" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024102Z:62f2a4fe-ff6a-4f27-bfc0-051db074db33" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:41:01 GMT" + "Sat, 08 Aug 2020 06:08:33 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5988", - "azsmnet9203", - "azsmnet6208", - "azsmnet1392", - "azsmnet8822" + "azsmnet7588", + "azsmnet6190", + "azsmnet5935", + "azsmnet2599", + "azsmnet2625" ], "GenerateServiceName": [ - "azs-7274" + "azs-9312" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CreateIndexerFailsWithUsefulMessageOnUserError.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CreateIndexerFailsWithUsefulMessageOnUserError.json index 86c82148bcec..9df036b98854 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CreateIndexerFailsWithUsefulMessageOnUserError.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CreateIndexerFailsWithUsefulMessageOnUserError.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1862b369-0bfe-440e-bc0a-6a851d386d9f" + "d75b7b34-08ff-41cc-994b-6e97a9bd04f0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1193" ], "x-ms-request-id": [ - "f31e48ee-6063-4b93-baa9-a7389c2fd029" + "c6326604-2e01-4af1-b65a-17b2f76a5154" ], "x-ms-correlation-request-id": [ - "f31e48ee-6063-4b93-baa9-a7389c2fd029" + "c6326604-2e01-4af1-b65a-17b2f76a5154" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024213Z:f31e48ee-6063-4b93-baa9-a7389c2fd029" + "NORTHEUROPE:20200808T061021Z:c6326604-2e01-4af1-b65a-17b2f76a5154" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:42:12 GMT" + "Sat, 08 Aug 2020 06:10:21 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2648?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNjQ4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3540?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNTQwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "172bc116-a4cc-4e22-b962-3bbb0c32c7e8" + "d2bfaa22-a4ae-4ffe-99cd-cb654f10a53c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1195" ], "x-ms-request-id": [ - "04c644f0-714f-44f3-a7ba-702353e9b020" + "d37e07cf-c776-4f1a-861d-d68479e75dba" ], "x-ms-correlation-request-id": [ - "04c644f0-714f-44f3-a7ba-702353e9b020" + "d37e07cf-c776-4f1a-861d-d68479e75dba" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024214Z:04c644f0-714f-44f3-a7ba-702353e9b020" + "NORTHEUROPE:20200808T061023Z:d37e07cf-c776-4f1a-861d-d68479e75dba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:42:14 GMT" + "Sat, 08 Aug 2020 06:10:22 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2648\",\r\n \"name\": \"azsmnet2648\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3540\",\r\n \"name\": \"azsmnet3540\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2648/providers/Microsoft.Search/searchServices/azs-1588?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNTg4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3540/providers/Microsoft.Search/searchServices/azs-450?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1f00d22f-ce01-49d0-8aa1-8bebed4688ac" + "203ddb83-afa2-4aff-9149-1e7941d9df44" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A42%3A17.5173835Z'\"" + "W/\"datetime'2020-08-08T06%3A10%3A29.5372931Z'\"" ], "x-ms-request-id": [ - "1f00d22f-ce01-49d0-8aa1-8bebed4688ac" + "203ddb83-afa2-4aff-9149-1e7941d9df44" ], "request-id": [ - "1f00d22f-ce01-49d0-8aa1-8bebed4688ac" + "203ddb83-afa2-4aff-9149-1e7941d9df44" ], "elapsed-time": [ - "1185" + "3327" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1196" ], "x-ms-correlation-request-id": [ - "612a2175-8549-40ef-976e-6bb941faf9ce" + "50aed29e-d079-4254-9b5e-a5a11b64e108" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024218Z:612a2175-8549-40ef-976e-6bb941faf9ce" + "NORTHEUROPE:20200808T061031Z:50aed29e-d079-4254-9b5e-a5a11b64e108" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:42:17 GMT" + "Sat, 08 Aug 2020 06:10:30 GMT" ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2648/providers/Microsoft.Search/searchServices/azs-1588\",\r\n \"name\": \"azs-1588\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3540/providers/Microsoft.Search/searchServices/azs-450\",\r\n \"name\": \"azs-450\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2648/providers/Microsoft.Search/searchServices/azs-1588/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNTg4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3540/providers/Microsoft.Search/searchServices/azs-450/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NTAvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c6af1f50-8b1c-40fa-b023-4f093d6e01e0" + "e954c847-3d7e-47e6-b6ab-856ceba2c00a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c6af1f50-8b1c-40fa-b023-4f093d6e01e0" + "e954c847-3d7e-47e6-b6ab-856ceba2c00a" ], "request-id": [ - "c6af1f50-8b1c-40fa-b023-4f093d6e01e0" + "e954c847-3d7e-47e6-b6ab-856ceba2c00a" ], "elapsed-time": [ - "100" + "281" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1196" ], "x-ms-correlation-request-id": [ - "43d320cd-4398-4980-9b2c-b25f9ebe463f" + "5878ecd4-8b7d-4b92-9fe7-ea9594dc608a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024220Z:43d320cd-4398-4980-9b2c-b25f9ebe463f" + "NORTHEUROPE:20200808T061033Z:5878ecd4-8b7d-4b92-9fe7-ea9594dc608a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:42:20 GMT" + "Sat, 08 Aug 2020 06:10:33 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"A258816AA2771CA3444AB2DEBAF85053\",\r\n \"secondaryKey\": \"C100505496C981348BCC6932FF72E724\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"6B59003830328B9196D9403B049D36CD\",\r\n \"secondaryKey\": \"DFAEF795B1C6BBBB12F566CFF079D07C\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2648/providers/Microsoft.Search/searchServices/azs-1588/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNTg4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3540/providers/Microsoft.Search/searchServices/azs-450/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NTAvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ec5baf9f-7991-4620-93e3-fcd0a6d9ad8e" + "8887076e-7646-496f-9fb7-802879c8b25e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ec5baf9f-7991-4620-93e3-fcd0a6d9ad8e" + "8887076e-7646-496f-9fb7-802879c8b25e" ], "request-id": [ - "ec5baf9f-7991-4620-93e3-fcd0a6d9ad8e" + "8887076e-7646-496f-9fb7-802879c8b25e" ], "elapsed-time": [ - "153" + "599" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1195" ], "x-ms-correlation-request-id": [ - "238f991c-73ee-4e41-b972-bf2b3aebfbb7" + "ffdcf33e-b883-4d14-a9b5-e2ee54261539" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024221Z:238f991c-73ee-4e41-b972-bf2b3aebfbb7" + "NORTHEUROPE:20200808T061034Z:ffdcf33e-b883-4d14-a9b5-e2ee54261539" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:42:21 GMT" + "Sat, 08 Aug 2020 06:10:34 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F53442402EDA87353D7A60AC8C12ADDE\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"1FBADAECEE56E26814DA9EBC0AA607E3\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9862\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4621\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "97be2116-e34d-47d1-8468-95bd8588df55" + "53037e50-9125-4290-a826-28302d2720d6" ], "Accept-Language": [ "en-US" ], "api-key": [ - "A258816AA2771CA3444AB2DEBAF85053" + "6B59003830328B9196D9403B049D36CD" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379EAABDCD4\"" + "W/\"0x8D83B61C4840868\"" ], "Location": [ - "https://azs-1588.search-dogfood.windows-int.net/indexes('azsmnet9862')?api-version=2019-05-06" + "https://azs-450.search-dogfood.windows-int.net/indexes('azsmnet4621')?api-version=2019-05-06" ], "request-id": [ - "97be2116-e34d-47d1-8468-95bd8588df55" + "53037e50-9125-4290-a826-28302d2720d6" ], "elapsed-time": [ - "1151" + "788" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:42:23 GMT" + "Sat, 08 Aug 2020 06:10:36 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,31 +405,31 @@ "-1" ], "Content-Length": [ - "2557" + "2556" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1588.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379EAABDCD4\\\"\",\r\n \"name\": \"azsmnet9862\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-450.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B61C4840868\\\"\",\r\n \"name\": \"azsmnet4621\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1328\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4683\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "a675b8a0-efb8-48f9-958e-86d4243604e6" + "54f71c0a-dd36-4df9-8b5d-3101596a689d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "A258816AA2771CA3444AB2DEBAF85053" + "6B59003830328B9196D9403B049D36CD" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379EAC3891A\"" + "W/\"0x8D83B61C49CC687\"" ], "Location": [ - "https://azs-1588.search-dogfood.windows-int.net/datasources('azsmnet1328')?api-version=2019-05-06" + "https://azs-450.search-dogfood.windows-int.net/datasources('azsmnet4683')?api-version=2019-05-06" ], "request-id": [ - "a675b8a0-efb8-48f9-958e-86d4243604e6" + "54f71c0a-dd36-4df9-8b5d-3101596a689d" ], "elapsed-time": [ - "37" + "30" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:42:23 GMT" + "Sat, 08 Aug 2020 06:10:36 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -477,31 +477,31 @@ "-1" ], "Content-Length": [ - "364" + "363" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1588.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379EAC3891A\\\"\",\r\n \"name\": \"azsmnet1328\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-450.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B61C49CC687\\\"\",\r\n \"name\": \"azsmnet4683\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexers?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXJzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3736\",\r\n \"dataSourceName\": \"thisdatasourcedoesnotexist\",\r\n \"targetIndexName\": \"azsmnet9862\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4528\",\r\n \"dataSourceName\": \"thisdatasourcedoesnotexist\",\r\n \"targetIndexName\": \"azsmnet4621\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "b10b8230-36b5-4242-abbf-74147ea8bd66" + "bb75a404-1244-4311-a882-d34d4e56d043" ], "Accept-Language": [ "en-US" ], "api-key": [ - "A258816AA2771CA3444AB2DEBAF85053" + "6B59003830328B9196D9403B049D36CD" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "b10b8230-36b5-4242-abbf-74147ea8bd66" + "bb75a404-1244-4311-a882-d34d4e56d043" ], "elapsed-time": [ - "32" + "31" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:42:25 GMT" + "Sat, 08 Aug 2020 06:10:37 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -553,21 +553,21 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2648/providers/Microsoft.Search/searchServices/azs-1588?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNTg4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3540/providers/Microsoft.Search/searchServices/azs-450?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cfef0d64-426c-44a7-b2fe-d2a55297963c" + "e67c6c5e-6236-49eb-ab24-d856a664d3ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -578,53 +578,44 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14995" + ], "x-ms-request-id": [ - "cfef0d64-426c-44a7-b2fe-d2a55297963c" + "6d2587fe-8a84-4e7f-943b-671b711d9ca3" ], - "request-id": [ - "cfef0d64-426c-44a7-b2fe-d2a55297963c" + "x-ms-correlation-request-id": [ + "6d2587fe-8a84-4e7f-943b-671b711d9ca3" ], - "elapsed-time": [ - "988" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T061048Z:6d2587fe-8a84-4e7f-943b-671b711d9ca3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "a210d4d7-3825-4ff6-a53d-895ed9ec6b07" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024228Z:a210d4d7-3825-4ff6-a53d-895ed9ec6b07" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:42:28 GMT" + "Sat, 08 Aug 2020 06:10:47 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2648", - "azsmnet9862", - "azsmnet1328", - "azsmnet3736" + "azsmnet3540", + "azsmnet4621", + "azsmnet4683", + "azsmnet4528" ], "GenerateServiceName": [ - "azs-1588" + "azs-450" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CreateIndexerReturnsCorrectDefinition.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CreateIndexerReturnsCorrectDefinition.json index 6f2856daa47b..30808212e589 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CreateIndexerReturnsCorrectDefinition.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CreateIndexerReturnsCorrectDefinition.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ed7b22c6-118e-4de1-ba30-fbc1cf4ff55e" + "94049018-f498-4248-b9b0-495e9ed04832" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1192" ], "x-ms-request-id": [ - "87bd2067-813f-4b81-9389-347d2cb9e4d7" + "8cad1fcd-e5de-441a-9a52-7b00919d6de4" ], "x-ms-correlation-request-id": [ - "87bd2067-813f-4b81-9389-347d2cb9e4d7" + "8cad1fcd-e5de-441a-9a52-7b00919d6de4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023918Z:87bd2067-813f-4b81-9389-347d2cb9e4d7" + "NORTHEUROPE:20200808T060459Z:8cad1fcd-e5de-441a-9a52-7b00919d6de4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:39:17 GMT" + "Sat, 08 Aug 2020 06:04:59 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5970?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1OTcwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8655?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NjU1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d1dcf295-c047-40e2-bc32-8ef1201d5774" + "94ba978a-a2e3-477d-bd36-c490d13119bf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1197" ], "x-ms-request-id": [ - "36128f2f-2eea-4724-9811-612d21693bce" + "b753f9f2-c6b7-40b4-b8fb-09aa3038f148" ], "x-ms-correlation-request-id": [ - "36128f2f-2eea-4724-9811-612d21693bce" + "b753f9f2-c6b7-40b4-b8fb-09aa3038f148" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023918Z:36128f2f-2eea-4724-9811-612d21693bce" + "NORTHEUROPE:20200808T060501Z:b753f9f2-c6b7-40b4-b8fb-09aa3038f148" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:39:18 GMT" + "Sat, 08 Aug 2020 06:05:00 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5970\",\r\n \"name\": \"azsmnet5970\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8655\",\r\n \"name\": \"azsmnet8655\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5970/providers/Microsoft.Search/searchServices/azs-5077?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MDc3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8655/providers/Microsoft.Search/searchServices/azs-970?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a98af823-5bf6-4063-8ac1-25caa6e1dbdd" + "ce7d862e-2d35-4c44-9f57-e174c675ca5d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A39%3A21.8975734Z'\"" + "W/\"datetime'2020-08-08T06%3A05%3A06.0175866Z'\"" ], "x-ms-request-id": [ - "a98af823-5bf6-4063-8ac1-25caa6e1dbdd" + "ce7d862e-2d35-4c44-9f57-e174c675ca5d" ], "request-id": [ - "a98af823-5bf6-4063-8ac1-25caa6e1dbdd" + "ce7d862e-2d35-4c44-9f57-e174c675ca5d" ], "elapsed-time": [ - "1177" + "1631" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1194" ], "x-ms-correlation-request-id": [ - "960678d4-373d-4fe6-bcd7-fd325d886357" + "751c896b-1a91-4814-b056-f39648bd102b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023922Z:960678d4-373d-4fe6-bcd7-fd325d886357" + "NORTHEUROPE:20200808T060507Z:751c896b-1a91-4814-b056-f39648bd102b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:39:22 GMT" + "Sat, 08 Aug 2020 06:05:06 GMT" ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5970/providers/Microsoft.Search/searchServices/azs-5077\",\r\n \"name\": \"azs-5077\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8655/providers/Microsoft.Search/searchServices/azs-970\",\r\n \"name\": \"azs-970\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5970/providers/Microsoft.Search/searchServices/azs-5077/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MDc3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8655/providers/Microsoft.Search/searchServices/azs-970/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzAvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8b8480fc-4163-4f19-8e05-7a5632e3dc81" + "d9d80298-ec97-4898-bf73-54122645858b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8b8480fc-4163-4f19-8e05-7a5632e3dc81" + "d9d80298-ec97-4898-bf73-54122645858b" ], "request-id": [ - "8b8480fc-4163-4f19-8e05-7a5632e3dc81" + "d9d80298-ec97-4898-bf73-54122645858b" ], "elapsed-time": [ - "119" + "99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1191" ], "x-ms-correlation-request-id": [ - "10290f7f-79f5-4277-8582-dd176ff112ac" + "4c5e5af9-bacf-45d9-9831-136e3a47ad47" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023924Z:10290f7f-79f5-4277-8582-dd176ff112ac" + "NORTHEUROPE:20200808T060509Z:4c5e5af9-bacf-45d9-9831-136e3a47ad47" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:39:24 GMT" + "Sat, 08 Aug 2020 06:05:09 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"940AF20FBA75D0BC819401D47A6C0560\",\r\n \"secondaryKey\": \"3D8F5B02855CA6A962CCE14DFBAE8C76\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"627031DEFB8584FF485503FE03624D23\",\r\n \"secondaryKey\": \"ACCC7139F1508084E5C8A4B74A3145F0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5970/providers/Microsoft.Search/searchServices/azs-5077/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MDc3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8655/providers/Microsoft.Search/searchServices/azs-970/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzAvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f5d192e-a147-4226-8b58-90fb559a07d7" + "00aa9eb8-a4ee-4382-b62d-62ba8410fd80" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4f5d192e-a147-4226-8b58-90fb559a07d7" + "00aa9eb8-a4ee-4382-b62d-62ba8410fd80" ], "request-id": [ - "4f5d192e-a147-4226-8b58-90fb559a07d7" + "00aa9eb8-a4ee-4382-b62d-62ba8410fd80" ], "elapsed-time": [ - "129" + "156" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1190" ], "x-ms-correlation-request-id": [ - "4b8c07f4-ccb4-466c-b01a-dcd877c60d3e" + "25978670-f125-4352-b336-5398d3cbe08f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023925Z:4b8c07f4-ccb4-466c-b01a-dcd877c60d3e" + "NORTHEUROPE:20200808T060509Z:25978670-f125-4352-b336-5398d3cbe08f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:39:24 GMT" + "Sat, 08 Aug 2020 06:05:09 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"23EFF1832174F66979032A83C5B6405B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"3ED88322EACC97A75E1959F46E8C4D38\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2728\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4161\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "803c6bda-4dff-44be-8f43-53af6d3453a1" + "459916b2-5a62-403e-b9ff-9763c3663381" ], "Accept-Language": [ "en-US" ], "api-key": [ - "940AF20FBA75D0BC819401D47A6C0560" + "627031DEFB8584FF485503FE03624D23" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037981DBFF5B\"" + "W/\"0x8D83B61033C6382\"" ], "Location": [ - "https://azs-5077.search-dogfood.windows-int.net/indexes('azsmnet2728')?api-version=2019-05-06" + "https://azs-970.search-dogfood.windows-int.net/indexes('azsmnet4161')?api-version=2019-05-06" ], "request-id": [ - "803c6bda-4dff-44be-8f43-53af6d3453a1" + "459916b2-5a62-403e-b9ff-9763c3663381" ], "elapsed-time": [ - "1162" + "810" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:39:27 GMT" + "Sat, 08 Aug 2020 06:05:12 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,38 +405,38 @@ "-1" ], "Content-Length": [ - "2557" + "2556" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5077.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037981DBFF5B\\\"\",\r\n \"name\": \"azsmnet2728\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-970.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B61033C6382\\\"\",\r\n \"name\": \"azsmnet4161\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet605\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2547\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "00d19ede-ff5a-410b-822e-bb036ef61344" + "b189c1fd-b417-4a17-9624-392536775ac0" ], "Accept-Language": [ "en-US" ], "api-key": [ - "940AF20FBA75D0BC819401D47A6C0560" + "627031DEFB8584FF485503FE03624D23" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "320" + "321" ] }, "ResponseHeaders": { @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037981F61D27\"" + "W/\"0x8D83B6103560C3A\"" ], "Location": [ - "https://azs-5077.search-dogfood.windows-int.net/datasources('azsmnet605')?api-version=2019-05-06" + "https://azs-970.search-dogfood.windows-int.net/datasources('azsmnet2547')?api-version=2019-05-06" ], "request-id": [ - "00d19ede-ff5a-410b-822e-bb036ef61344" + "b189c1fd-b417-4a17-9624-392536775ac0" ], "elapsed-time": [ - "32" + "31" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:39:27 GMT" + "Sat, 08 Aug 2020 06:05:12 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,28 +480,28 @@ "363" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5077.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037981F61D27\\\"\",\r\n \"name\": \"azsmnet605\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-970.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6103560C3A\\\"\",\r\n \"name\": \"azsmnet2547\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexers?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXJzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1874\",\r\n \"dataSourceName\": \"azsmnet605\",\r\n \"targetIndexName\": \"azsmnet2728\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"parameters\": {\r\n \"batchSize\": 50,\r\n \"maxFailedItems\": 10,\r\n \"maxFailedItemsPerBatch\": 10\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ],\r\n \"disabled\": true\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet838\",\r\n \"dataSourceName\": \"azsmnet2547\",\r\n \"targetIndexName\": \"azsmnet4161\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"parameters\": {\r\n \"batchSize\": 50,\r\n \"maxFailedItems\": 10,\r\n \"maxFailedItemsPerBatch\": 10\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ],\r\n \"disabled\": true\r\n}", "RequestHeaders": { "client-request-id": [ - "7eac5a1b-1e7d-41c4-a254-c8ac9c9600be" + "5e8f42bc-4984-4d2e-aaa5-11e67e3115b9" ], "Accept-Language": [ "en-US" ], "api-key": [ - "940AF20FBA75D0BC819401D47A6C0560" + "627031DEFB8584FF485503FE03624D23" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -519,16 +519,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037982CC1649\"" + "W/\"0x8D83B610447365B\"" ], "Location": [ - "https://azs-5077.search-dogfood.windows-int.net/indexers('azsmnet1874')?api-version=2019-05-06" + "https://azs-970.search-dogfood.windows-int.net/indexers('azsmnet838')?api-version=2019-05-06" ], "request-id": [ - "7eac5a1b-1e7d-41c4-a254-c8ac9c9600be" + "5e8f42bc-4984-4d2e-aaa5-11e67e3115b9" ], "elapsed-time": [ - "109" + "61" ], "OData-Version": [ "4.0" @@ -540,7 +540,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:39:29 GMT" + "Sat, 08 Aug 2020 06:05:14 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -549,28 +549,28 @@ "-1" ], "Content-Length": [ - "1289" + "1288" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5077.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037982CC1649\\\"\",\r\n \"name\": \"azsmnet1874\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet605\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet2728\",\r\n \"disabled\": true,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:39:29.2831803Z\"\r\n },\r\n \"parameters\": {\r\n \"batchSize\": 50,\r\n \"maxFailedItems\": 10,\r\n \"maxFailedItemsPerBatch\": 10,\r\n \"base64EncodeKeys\": null,\r\n \"configuration\": {}\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-970.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B610447365B\\\"\",\r\n \"name\": \"azsmnet838\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet2547\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet4161\",\r\n \"disabled\": true,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-08T06:05:14.2136141Z\"\r\n },\r\n \"parameters\": {\r\n \"batchSize\": 50,\r\n \"maxFailedItems\": 10,\r\n \"maxFailedItemsPerBatch\": 10,\r\n \"base64EncodeKeys\": null,\r\n \"configuration\": {}\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5970/providers/Microsoft.Search/searchServices/azs-5077?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MDc3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8655/providers/Microsoft.Search/searchServices/azs-970?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ff886ef-a8a1-42d8-9ee8-ad7f90579f32" + "11f2b918-52e7-4bee-b755-74a2403cf8b4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -581,53 +581,44 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14997" + ], "x-ms-request-id": [ - "1ff886ef-a8a1-42d8-9ee8-ad7f90579f32" + "7b1deeab-341e-4c7a-92d9-8907d4fad379" ], - "request-id": [ - "1ff886ef-a8a1-42d8-9ee8-ad7f90579f32" + "x-ms-correlation-request-id": [ + "7b1deeab-341e-4c7a-92d9-8907d4fad379" ], - "elapsed-time": [ - "886" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T060523Z:7b1deeab-341e-4c7a-92d9-8907d4fad379" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14984" - ], - "x-ms-correlation-request-id": [ - "ec0a1455-bbe8-4258-9f7d-4de28a27b64f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023933Z:ec0a1455-bbe8-4258-9f7d-4de28a27b64f" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:39:32 GMT" + "Sat, 08 Aug 2020 06:05:23 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5970", - "azsmnet2728", - "azsmnet605", - "azsmnet1874" + "azsmnet8655", + "azsmnet4161", + "azsmnet2547", + "azsmnet838" ], "GenerateServiceName": [ - "azs-5077" + "azs-970" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CreateOrUpdateCreatesWhenIndexerDoesNotExist.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CreateOrUpdateCreatesWhenIndexerDoesNotExist.json index c67003e64d99..d5c4a4d79753 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CreateOrUpdateCreatesWhenIndexerDoesNotExist.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CreateOrUpdateCreatesWhenIndexerDoesNotExist.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "008f9191-dc02-454b-ad2b-d0d0605ef1e4" + "3b25b1b0-6d62-4bfc-a85a-ed0a5b5139f8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1194" ], "x-ms-request-id": [ - "cca6faec-660a-44e5-b6f5-32bcc9d2bd91" + "84b52e48-0e1d-4801-a414-3a0a5b03fa2f" ], "x-ms-correlation-request-id": [ - "cca6faec-660a-44e5-b6f5-32bcc9d2bd91" + "84b52e48-0e1d-4801-a414-3a0a5b03fa2f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024108Z:cca6faec-660a-44e5-b6f5-32bcc9d2bd91" + "NORTHEUROPE:20200808T060840Z:84b52e48-0e1d-4801-a414-3a0a5b03fa2f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:41:08 GMT" + "Sat, 08 Aug 2020 06:08:40 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5968?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1OTY4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4081?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MDgxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6a0f25ea-d79e-462f-a9b0-e82c5f97c2f1" + "e6b61bbd-9479-4c35-b85e-77109844af29" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1196" ], "x-ms-request-id": [ - "3e97a627-49be-4380-a4aa-07b803389b6c" + "0853f06c-bb50-4915-80e6-daf212bafb29" ], "x-ms-correlation-request-id": [ - "3e97a627-49be-4380-a4aa-07b803389b6c" + "0853f06c-bb50-4915-80e6-daf212bafb29" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024109Z:3e97a627-49be-4380-a4aa-07b803389b6c" + "NORTHEUROPE:20200808T060842Z:0853f06c-bb50-4915-80e6-daf212bafb29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:41:08 GMT" + "Sat, 08 Aug 2020 06:08:42 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5968\",\r\n \"name\": \"azsmnet5968\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4081\",\r\n \"name\": \"azsmnet4081\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5968/providers/Microsoft.Search/searchServices/azs-9163?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTYzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4081/providers/Microsoft.Search/searchServices/azs-2839?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "20c791cd-aabf-4eb5-9180-d01f852111d2" + "97a2ef23-1205-4461-9f00-e04b47e030dd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A41%3A13.0475654Z'\"" + "W/\"datetime'2020-08-08T06%3A08%3A48.0119655Z'\"" ], "x-ms-request-id": [ - "20c791cd-aabf-4eb5-9180-d01f852111d2" + "97a2ef23-1205-4461-9f00-e04b47e030dd" ], "request-id": [ - "20c791cd-aabf-4eb5-9180-d01f852111d2" + "97a2ef23-1205-4461-9f00-e04b47e030dd" ], "elapsed-time": [ - "1084" + "2053" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1196" ], "x-ms-correlation-request-id": [ - "8c41315e-276a-4c55-8616-6b83f7271031" + "5a791d50-2d37-49f6-8375-5bb37c0d0af3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024113Z:8c41315e-276a-4c55-8616-6b83f7271031" + "NORTHEUROPE:20200808T060849Z:5a791d50-2d37-49f6-8375-5bb37c0d0af3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:41:13 GMT" + "Sat, 08 Aug 2020 06:08:49 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5968/providers/Microsoft.Search/searchServices/azs-9163\",\r\n \"name\": \"azs-9163\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4081/providers/Microsoft.Search/searchServices/azs-2839\",\r\n \"name\": \"azs-2839\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5968/providers/Microsoft.Search/searchServices/azs-9163/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTYzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4081/providers/Microsoft.Search/searchServices/azs-2839/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODM5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e46540f0-5787-4473-a33d-9ae8c684d296" + "15948718-d3c4-439d-925a-34313b6e7e29" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e46540f0-5787-4473-a33d-9ae8c684d296" + "15948718-d3c4-439d-925a-34313b6e7e29" ], "request-id": [ - "e46540f0-5787-4473-a33d-9ae8c684d296" + "15948718-d3c4-439d-925a-34313b6e7e29" ], "elapsed-time": [ - "97" + "105" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1195" ], "x-ms-correlation-request-id": [ - "4c5ba5b7-dd03-4d4f-af63-76e2c9d2f004" + "86e74cc1-69c1-429d-97ff-bef4a971a361" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024115Z:4c5ba5b7-dd03-4d4f-af63-76e2c9d2f004" + "NORTHEUROPE:20200808T060851Z:86e74cc1-69c1-429d-97ff-bef4a971a361" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:41:15 GMT" + "Sat, 08 Aug 2020 06:08:50 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"F84645F7C7B1B0A3F90CE90157A0E920\",\r\n \"secondaryKey\": \"71A9CB21CBDD17E7DD8098DC49532D83\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"25698226C7A25A80CFC6B28F25C43026\",\r\n \"secondaryKey\": \"1BFF245EE009619D153A9379C9782205\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5968/providers/Microsoft.Search/searchServices/azs-9163/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTYzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4081/providers/Microsoft.Search/searchServices/azs-2839/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODM5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd85e64c-3288-4ae1-8a22-35b041cb2737" + "085d759d-96fd-46cc-9d79-077a77dff234" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "cd85e64c-3288-4ae1-8a22-35b041cb2737" + "085d759d-96fd-46cc-9d79-077a77dff234" ], "request-id": [ - "cd85e64c-3288-4ae1-8a22-35b041cb2737" + "085d759d-96fd-46cc-9d79-077a77dff234" ], "elapsed-time": [ - "95" + "93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1194" ], "x-ms-correlation-request-id": [ - "9c632119-f4da-46de-8b2a-d081fe9dbfab" + "4a8dfe3c-dfbd-4b49-9d9d-18c5bc2199ae" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024116Z:9c632119-f4da-46de-8b2a-d081fe9dbfab" + "NORTHEUROPE:20200808T060852Z:4a8dfe3c-dfbd-4b49-9d9d-18c5bc2199ae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:41:15 GMT" + "Sat, 08 Aug 2020 06:08:51 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B0714DCC160E1E25F4E0D96793DD6239\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"6738B117B565BC178743DE70C2857DAD\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5014\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3320\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "7a14d44a-a16c-4557-9175-bfb1eca56184" + "bea812e2-3ee0-4b1c-bd1f-afcfebaa46c1" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F84645F7C7B1B0A3F90CE90157A0E920" + "25698226C7A25A80CFC6B28F25C43026" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379C42E8F54\"" + "W/\"0x8D83B6187C9B535\"" ], "Location": [ - "https://azs-9163.search-dogfood.windows-int.net/indexes('azsmnet5014')?api-version=2019-05-06" + "https://azs-2839.search-dogfood.windows-int.net/indexes('azsmnet3320')?api-version=2019-05-06" ], "request-id": [ - "7a14d44a-a16c-4557-9175-bfb1eca56184" + "bea812e2-3ee0-4b1c-bd1f-afcfebaa46c1" ], "elapsed-time": [ - "1191" + "786" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:41:18 GMT" + "Sat, 08 Aug 2020 06:08:54 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "2557" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9163.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379C42E8F54\\\"\",\r\n \"name\": \"azsmnet5014\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2839.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6187C9B535\\\"\",\r\n \"name\": \"azsmnet3320\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9558\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2300\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "3423ef75-99d3-4978-8464-f33bc34b583a" + "d6a48e65-740d-4292-ba25-68e6e6995d4d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F84645F7C7B1B0A3F90CE90157A0E920" + "25698226C7A25A80CFC6B28F25C43026" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,13 +447,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379C44689C8\"" + "W/\"0x8D83B6187DD902A\"" ], "Location": [ - "https://azs-9163.search-dogfood.windows-int.net/datasources('azsmnet9558')?api-version=2019-05-06" + "https://azs-2839.search-dogfood.windows-int.net/datasources('azsmnet2300')?api-version=2019-05-06" ], "request-id": [ - "3423ef75-99d3-4978-8464-f33bc34b583a" + "d6a48e65-740d-4292-ba25-68e6e6995d4d" ], "elapsed-time": [ "31" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:41:18 GMT" + "Sat, 08 Aug 2020 06:08:54 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "364" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9163.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379C44689C8\\\"\",\r\n \"name\": \"azsmnet9558\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2839.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6187DD902A\\\"\",\r\n \"name\": \"azsmnet2300\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexers('azsmnet3479')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0MzQ3OScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexers('azsmnet3498')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0MzQ5OCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet3479\",\r\n \"dataSourceName\": \"azsmnet9558\",\r\n \"targetIndexName\": \"azsmnet5014\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3498\",\r\n \"dataSourceName\": \"azsmnet2300\",\r\n \"targetIndexName\": \"azsmnet3320\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "5e9e3917-c286-4999-ba4c-d9fae3468f90" + "fbd19128-603c-44d8-85ec-8642a9cb3f6e" ], "Prefer": [ "return=representation" @@ -499,12 +499,12 @@ "en-US" ], "api-key": [ - "F84645F7C7B1B0A3F90CE90157A0E920" + "25698226C7A25A80CFC6B28F25C43026" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -522,16 +522,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379C5152E38\"" + "W/\"0x8D83B61891D89AE\"" ], "Location": [ - "https://azs-9163.search-dogfood.windows-int.net/indexers('azsmnet3479')?api-version=2019-05-06" + "https://azs-2839.search-dogfood.windows-int.net/indexers('azsmnet3498')?api-version=2019-05-06" ], "request-id": [ - "5e9e3917-c286-4999-ba4c-d9fae3468f90" + "fbd19128-603c-44d8-85ec-8642a9cb3f6e" ], "elapsed-time": [ - "221" + "716" ], "OData-Version": [ "4.0" @@ -543,7 +543,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:41:20 GMT" + "Sat, 08 Aug 2020 06:08:57 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -555,25 +555,25 @@ "1187" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9163.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379C5152E38\\\"\",\r\n \"name\": \"azsmnet3479\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet9558\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet5014\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:41:20.4125121Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2839.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B61891D89AE\\\"\",\r\n \"name\": \"azsmnet3498\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet2300\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet3320\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-08T06:08:56.7680311Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5968/providers/Microsoft.Search/searchServices/azs-9163?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTYzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4081/providers/Microsoft.Search/searchServices/azs-2839?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MDgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ddbfefd-38b6-4916-a495-73577e835336" + "98392054-b90e-4d38-a733-482603cf7116" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -584,53 +584,44 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14994" + ], "x-ms-request-id": [ - "8ddbfefd-38b6-4916-a495-73577e835336" + "fae51d08-0bc3-476c-9897-ffbbcbece979" ], - "request-id": [ - "8ddbfefd-38b6-4916-a495-73577e835336" + "x-ms-correlation-request-id": [ + "fae51d08-0bc3-476c-9897-ffbbcbece979" ], - "elapsed-time": [ - "859" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T060909Z:fae51d08-0bc3-476c-9897-ffbbcbece979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "943643be-3bd5-462e-b26f-50a1ee3e1cf1" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024123Z:943643be-3bd5-462e-b26f-50a1ee3e1cf1" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:41:22 GMT" + "Sat, 08 Aug 2020 06:09:09 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5968", - "azsmnet5014", - "azsmnet9558", - "azsmnet3479" + "azsmnet4081", + "azsmnet3320", + "azsmnet2300", + "azsmnet3498" ], "GenerateServiceName": [ - "azs-9163" + "azs-2839" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CreateOrUpdateCreatesWhenIndexerWithSkillsetDoesNotExist.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CreateOrUpdateCreatesWhenIndexerWithSkillsetDoesNotExist.json index c029f7c5bba1..81049de9508f 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CreateOrUpdateCreatesWhenIndexerWithSkillsetDoesNotExist.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CreateOrUpdateCreatesWhenIndexerWithSkillsetDoesNotExist.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cac4955f-cda8-462a-9cab-57b5478ff564" + "eabef7d8-fc80-40a0-a1b3-6223436d0a0f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1192" ], "x-ms-request-id": [ - "2e7c2724-f4e5-4690-a17e-df85c4ed4f1b" + "f93e3d54-bfd0-45ff-b60b-5038fd42fb7e" ], "x-ms-correlation-request-id": [ - "2e7c2724-f4e5-4690-a17e-df85c4ed4f1b" + "f93e3d54-bfd0-45ff-b60b-5038fd42fb7e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024425Z:2e7c2724-f4e5-4690-a17e-df85c4ed4f1b" + "NORTHEUROPE:20200808T061426Z:f93e3d54-bfd0-45ff-b60b-5038fd42fb7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:44:25 GMT" + "Sat, 08 Aug 2020 06:14:26 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3422?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNDIyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet215?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMTU/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "09988622-deb4-497e-9148-329c4cbbee6d" + "45c937b7-efc7-4477-ac86-3ab2c7ea53b5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1194" ], "x-ms-request-id": [ - "dbc09e1b-3d81-4895-8f91-60fa8287f8ef" + "07c12719-db00-4ef8-aa9d-93afcbfff436" ], "x-ms-correlation-request-id": [ - "dbc09e1b-3d81-4895-8f91-60fa8287f8ef" + "07c12719-db00-4ef8-aa9d-93afcbfff436" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024425Z:dbc09e1b-3d81-4895-8f91-60fa8287f8ef" + "NORTHEUROPE:20200808T061427Z:07c12719-db00-4ef8-aa9d-93afcbfff436" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:44:25 GMT" + "Sat, 08 Aug 2020 06:14:27 GMT" ], "Content-Length": [ - "175" + "173" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3422\",\r\n \"name\": \"azsmnet3422\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet215\",\r\n \"name\": \"azsmnet215\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3422/providers/Microsoft.Search/searchServices/azs-5448?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNDIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NDQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet215/providers/Microsoft.Search/searchServices/azs-5411?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTU0MTE/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6de3126d-b54c-4071-b6a1-5066d3c731ca" + "b41d22dc-62b2-47b7-be59-27d876d562bc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A44%3A28.9825421Z'\"" + "W/\"datetime'2020-08-08T06%3A14%3A32.7563655Z'\"" ], "x-ms-request-id": [ - "6de3126d-b54c-4071-b6a1-5066d3c731ca" + "b41d22dc-62b2-47b7-be59-27d876d562bc" ], "request-id": [ - "6de3126d-b54c-4071-b6a1-5066d3c731ca" + "b41d22dc-62b2-47b7-be59-27d876d562bc" ], "elapsed-time": [ - "1105" + "1842" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1191" ], "x-ms-correlation-request-id": [ - "693a8e97-47b2-4228-8b0b-76312c8b727e" + "390c68af-58ad-4de6-b6b2-4e7250944f86" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024429Z:693a8e97-47b2-4228-8b0b-76312c8b727e" + "NORTHEUROPE:20200808T061434Z:390c68af-58ad-4de6-b6b2-4e7250944f86" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:44:29 GMT" + "Sat, 08 Aug 2020 06:14:33 GMT" ], "Content-Length": [ - "529" + "528" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3422/providers/Microsoft.Search/searchServices/azs-5448\",\r\n \"name\": \"azs-5448\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet215/providers/Microsoft.Search/searchServices/azs-5411\",\r\n \"name\": \"azs-5411\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3422/providers/Microsoft.Search/searchServices/azs-5448/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNDIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NDQ4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet215/providers/Microsoft.Search/searchServices/azs-5411/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTU0MTEvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "327976e7-b90a-4fb1-843b-b5fbd536d6e2" + "b03a5d86-ba3f-48b8-9813-ee233613ce5e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "327976e7-b90a-4fb1-843b-b5fbd536d6e2" + "b03a5d86-ba3f-48b8-9813-ee233613ce5e" ], "request-id": [ - "327976e7-b90a-4fb1-843b-b5fbd536d6e2" + "b03a5d86-ba3f-48b8-9813-ee233613ce5e" ], "elapsed-time": [ - "92" + "514" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1189" ], "x-ms-correlation-request-id": [ - "3bb6254b-0016-4928-8d25-90d2c1e4e322" + "a56b855a-f4d2-405b-8201-c6e3cc6ab30e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024431Z:3bb6254b-0016-4928-8d25-90d2c1e4e322" + "NORTHEUROPE:20200808T061437Z:a56b855a-f4d2-405b-8201-c6e3cc6ab30e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:44:31 GMT" + "Sat, 08 Aug 2020 06:14:36 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"0A628BAD9602BE67A9519CBCC31B3464\",\r\n \"secondaryKey\": \"FF965B3412DE98EEDCC5033FDA69911E\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"20388BE594812D99B41E90B9C4598DFE\",\r\n \"secondaryKey\": \"B1ECD3BCA75B7672B26EC25D88A3900B\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3422/providers/Microsoft.Search/searchServices/azs-5448/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNDIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NDQ4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet215/providers/Microsoft.Search/searchServices/azs-5411/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTU0MTEvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "951e2fd5-5481-4fc6-8e89-744bd42503b2" + "8f103f84-8e20-41c7-a604-d39cddd8e6e4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "951e2fd5-5481-4fc6-8e89-744bd42503b2" + "8f103f84-8e20-41c7-a604-d39cddd8e6e4" ], "request-id": [ - "951e2fd5-5481-4fc6-8e89-744bd42503b2" + "8f103f84-8e20-41c7-a604-d39cddd8e6e4" ], "elapsed-time": [ - "129" + "564" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1188" ], "x-ms-correlation-request-id": [ - "38c71938-a6ad-4859-b66f-cf0307f19b81" + "2567e5d8-048c-4251-9c13-5e498aee9e07" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024432Z:38c71938-a6ad-4859-b66f-cf0307f19b81" + "NORTHEUROPE:20200808T061438Z:2567e5d8-048c-4251-9c13-5e498aee9e07" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:44:31 GMT" + "Sat, 08 Aug 2020 06:14:37 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"8E18B233A9108891E277B35E900AFA68\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"8BCCBF56444E450C326D3AA171A44A92\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5624\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2682\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "0781da9a-0e67-4211-b619-f8a8285f7ffb" + "6311bf3d-4207-4bcf-9acc-7e783996ebbd" ], "Accept-Language": [ "en-US" ], "api-key": [ - "0A628BAD9602BE67A9519CBCC31B3464" + "20388BE594812D99B41E90B9C4598DFE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037A38F4F9D3\"" + "W/\"0x8D83B625643704C\"" ], "Location": [ - "https://azs-5448.search-dogfood.windows-int.net/indexes('azsmnet5624')?api-version=2019-05-06" + "https://azs-5411.search-dogfood.windows-int.net/indexes('azsmnet2682')?api-version=2019-05-06" ], "request-id": [ - "0781da9a-0e67-4211-b619-f8a8285f7ffb" + "6311bf3d-4207-4bcf-9acc-7e783996ebbd" ], "elapsed-time": [ - "1195" + "836" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:44:35 GMT" + "Sat, 08 Aug 2020 06:14:40 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "2557" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5448.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037A38F4F9D3\\\"\",\r\n \"name\": \"azsmnet5624\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5411.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B625643704C\\\"\",\r\n \"name\": \"azsmnet2682\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4098\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1677\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "82e70a13-abd6-4306-8d5c-03e01aef4083" + "fa5367f0-a22f-454e-b564-09b8efc3eab7" ], "Accept-Language": [ "en-US" ], "api-key": [ - "0A628BAD9602BE67A9519CBCC31B3464" + "20388BE594812D99B41E90B9C4598DFE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,13 +447,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037A3913104F\"" + "W/\"0x8D83B62565CA3AA\"" ], "Location": [ - "https://azs-5448.search-dogfood.windows-int.net/datasources('azsmnet4098')?api-version=2019-05-06" + "https://azs-5411.search-dogfood.windows-int.net/datasources('azsmnet1677')?api-version=2019-05-06" ], "request-id": [ - "82e70a13-abd6-4306-8d5c-03e01aef4083" + "fa5367f0-a22f-454e-b564-09b8efc3eab7" ], "elapsed-time": [ "32" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:44:35 GMT" + "Sat, 08 Aug 2020 06:14:41 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,7 +480,7 @@ "364" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5448.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037A3913104F\\\"\",\r\n \"name\": \"azsmnet4098\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5411.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B62565CA3AA\\\"\",\r\n \"name\": \"azsmnet1677\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { @@ -490,7 +490,7 @@ "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "61a664b3-9170-477e-a3e1-37e4e1596165" + "5186d1b3-8026-48ae-888c-2664024d8093" ], "Prefer": [ "return=representation" @@ -499,12 +499,12 @@ "en-US" ], "api-key": [ - "0A628BAD9602BE67A9519CBCC31B3464" + "20388BE594812D99B41E90B9C4598DFE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -522,16 +522,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037A39E6981D\"" + "W/\"0x8D83B62591DA5DD\"" ], "Location": [ - "https://azs-5448.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" + "https://azs-5411.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" ], "request-id": [ - "61a664b3-9170-477e-a3e1-37e4e1596165" + "5186d1b3-8026-48ae-888c-2664024d8093" ], "elapsed-time": [ - "137" + "3232" ], "OData-Version": [ "4.0" @@ -543,7 +543,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:44:36 GMT" + "Sat, 08 Aug 2020 06:14:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -555,17 +555,17 @@ "1070" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5448.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037A39E6981D\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": null,\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"categories\": [],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"includeTypelessEntities\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5411.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B62591DA5DD\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": null,\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"categories\": [],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"includeTypelessEntities\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexers('azsmnet1628')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0MTYyOCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexers('azsmnet6876')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0Njg3NicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet1628\",\r\n \"dataSourceName\": \"azsmnet4098\",\r\n \"skillsetName\": \"testskillset\",\r\n \"targetIndexName\": \"azsmnet5624\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"outputFieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"/document/myEntities\",\r\n \"targetFieldName\": \"myEntities\"\r\n },\r\n {\r\n \"sourceFieldName\": \"/document/myText\",\r\n \"targetFieldName\": \"myText\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6876\",\r\n \"dataSourceName\": \"azsmnet1677\",\r\n \"skillsetName\": \"testskillset\",\r\n \"targetIndexName\": \"azsmnet2682\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"outputFieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"/document/myEntities\",\r\n \"targetFieldName\": \"myEntities\"\r\n },\r\n {\r\n \"sourceFieldName\": \"/document/myText\",\r\n \"targetFieldName\": \"myText\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "a6cf880e-f69e-4323-8fa2-2a937309f6c7" + "e383a1bf-7e1c-46fe-ac5e-3ffed958efd3" ], "Prefer": [ "return=representation" @@ -574,12 +574,12 @@ "en-US" ], "api-key": [ - "0A628BAD9602BE67A9519CBCC31B3464" + "20388BE594812D99B41E90B9C4598DFE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -597,16 +597,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037A3A0FFBE1\"" + "W/\"0x8D83B62596E7166\"" ], "Location": [ - "https://azs-5448.search-dogfood.windows-int.net/indexers('azsmnet1628')?api-version=2019-05-06" + "https://azs-5411.search-dogfood.windows-int.net/indexers('azsmnet6876')?api-version=2019-05-06" ], "request-id": [ - "a6cf880e-f69e-4323-8fa2-2a937309f6c7" + "e383a1bf-7e1c-46fe-ac5e-3ffed958efd3" ], "elapsed-time": [ - "326" + "781" ], "OData-Version": [ "4.0" @@ -618,7 +618,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:44:36 GMT" + "Sat, 08 Aug 2020 06:14:46 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -630,25 +630,25 @@ "602" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5448.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037A3A0FFBE1\\\"\",\r\n \"name\": \"azsmnet1628\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet4098\",\r\n \"skillsetName\": \"testskillset\",\r\n \"targetIndexName\": \"azsmnet5624\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:44:36.5875751Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [],\r\n \"outputFieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"/document/myEntities\",\r\n \"targetFieldName\": \"myEntities\",\r\n \"mappingFunction\": null\r\n },\r\n {\r\n \"sourceFieldName\": \"/document/myText\",\r\n \"targetFieldName\": \"myText\",\r\n \"mappingFunction\": null\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5411.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B62596E7166\\\"\",\r\n \"name\": \"azsmnet6876\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet1677\",\r\n \"skillsetName\": \"testskillset\",\r\n \"targetIndexName\": \"azsmnet2682\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-08T06:14:46.1991992Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [],\r\n \"outputFieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"/document/myEntities\",\r\n \"targetFieldName\": \"myEntities\",\r\n \"mappingFunction\": null\r\n },\r\n {\r\n \"sourceFieldName\": \"/document/myText\",\r\n \"targetFieldName\": \"myText\",\r\n \"mappingFunction\": null\r\n }\r\n ]\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3422/providers/Microsoft.Search/searchServices/azs-5448?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNDIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NDQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet215/providers/Microsoft.Search/searchServices/azs-5411?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTU0MTE/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e88c7276-f25a-4438-b4ed-13677d2f96ff" + "8b2d8895-c510-4c24-9bd4-ab1991ced8e0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -659,53 +659,44 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14994" + ], "x-ms-request-id": [ - "e88c7276-f25a-4438-b4ed-13677d2f96ff" + "43dfd49e-74e0-49c7-9383-eeb5d4381884" ], - "request-id": [ - "e88c7276-f25a-4438-b4ed-13677d2f96ff" + "x-ms-correlation-request-id": [ + "43dfd49e-74e0-49c7-9383-eeb5d4381884" ], - "elapsed-time": [ - "1033" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T061534Z:43dfd49e-74e0-49c7-9383-eeb5d4381884" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14983" - ], - "x-ms-correlation-request-id": [ - "aa74ed2b-7f18-4fba-a5fb-e84cb23ba454" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024441Z:aa74ed2b-7f18-4fba-a5fb-e84cb23ba454" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:44:40 GMT" + "Sat, 08 Aug 2020 06:15:33 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet3422", - "azsmnet5624", - "azsmnet4098", - "azsmnet1628" + "azsmnet215", + "azsmnet2682", + "azsmnet1677", + "azsmnet6876" ], "GenerateServiceName": [ - "azs-5448" + "azs-5411" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CreateOrUpdateIndexerIfNotExistsFailsOnExistingResource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CreateOrUpdateIndexerIfNotExistsFailsOnExistingResource.json index d8db9fb7c2a2..cc6a40cbfd3f 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CreateOrUpdateIndexerIfNotExistsFailsOnExistingResource.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CreateOrUpdateIndexerIfNotExistsFailsOnExistingResource.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "98a28961-8bc7-4eb6-a18b-75d23396a8c0" + "f6877ec5-fcee-4b40-997f-204bf2458fee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1192" ], "x-ms-request-id": [ - "03c66cea-bf8e-4bb9-a4c7-27fe96c0a200" + "e5c0c371-456e-45da-b958-6b91e822aabb" ], "x-ms-correlation-request-id": [ - "03c66cea-bf8e-4bb9-a4c7-27fe96c0a200" + "e5c0c371-456e-45da-b958-6b91e822aabb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024319Z:03c66cea-bf8e-4bb9-a4c7-27fe96c0a200" + "NORTHEUROPE:20200808T061249Z:e5c0c371-456e-45da-b958-6b91e822aabb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:43:19 GMT" + "Sat, 08 Aug 2020 06:12:49 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8694?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4Njk0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9341?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MzQxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "39afbad1-d695-4fc8-9b04-169bb01fbf7b" + "7c6331ee-c3ce-4540-8f9a-8d9d8ff403cf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1193" ], "x-ms-request-id": [ - "07da5fb3-a038-4e6c-b86a-e98bd4832aae" + "1cffd4cf-1307-4839-ada3-2cab0a2031b2" ], "x-ms-correlation-request-id": [ - "07da5fb3-a038-4e6c-b86a-e98bd4832aae" + "1cffd4cf-1307-4839-ada3-2cab0a2031b2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024320Z:07da5fb3-a038-4e6c-b86a-e98bd4832aae" + "NORTHEUROPE:20200808T061251Z:1cffd4cf-1307-4839-ada3-2cab0a2031b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:43:20 GMT" + "Sat, 08 Aug 2020 06:12:50 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8694\",\r\n \"name\": \"azsmnet8694\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9341\",\r\n \"name\": \"azsmnet9341\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8694/providers/Microsoft.Search/searchServices/azs-5872?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4Njk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01ODcyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9341/providers/Microsoft.Search/searchServices/azs-4779?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Nzc5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e13a3289-ea94-4b50-bb9f-6094b7c40d20" + "65021dc6-66bd-4080-bae6-7675fd175e72" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A43%3A23.026303Z'\"" + "W/\"datetime'2020-08-08T06%3A12%3A56.3735377Z'\"" ], "x-ms-request-id": [ - "e13a3289-ea94-4b50-bb9f-6094b7c40d20" + "65021dc6-66bd-4080-bae6-7675fd175e72" ], "request-id": [ - "e13a3289-ea94-4b50-bb9f-6094b7c40d20" + "65021dc6-66bd-4080-bae6-7675fd175e72" ], "elapsed-time": [ - "1096" + "1722" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1192" ], "x-ms-correlation-request-id": [ - "ca0308f5-ee54-4531-beec-d354ecb86c4e" + "0c10fb6b-f2ea-47d1-b1ef-82702c5a6fc3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024324Z:ca0308f5-ee54-4531-beec-d354ecb86c4e" + "NORTHEUROPE:20200808T061257Z:0c10fb6b-f2ea-47d1-b1ef-82702c5a6fc3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:43:24 GMT" + "Sat, 08 Aug 2020 06:12:56 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8694/providers/Microsoft.Search/searchServices/azs-5872\",\r\n \"name\": \"azs-5872\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9341/providers/Microsoft.Search/searchServices/azs-4779\",\r\n \"name\": \"azs-4779\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8694/providers/Microsoft.Search/searchServices/azs-5872/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4Njk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01ODcyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9341/providers/Microsoft.Search/searchServices/azs-4779/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Nzc5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43f804ee-49ad-4aa4-b27d-7dfab110934d" + "60c48e51-464e-4841-956b-231e94650a23" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "43f804ee-49ad-4aa4-b27d-7dfab110934d" + "60c48e51-464e-4841-956b-231e94650a23" ], "request-id": [ - "43f804ee-49ad-4aa4-b27d-7dfab110934d" + "60c48e51-464e-4841-956b-231e94650a23" ], "elapsed-time": [ - "262" + "186" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1191" ], "x-ms-correlation-request-id": [ - "cf0005b8-b69e-4035-b43a-6d83b25cb4c7" + "0218ae02-45ea-4d74-b3e8-736bd5248c2e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024326Z:cf0005b8-b69e-4035-b43a-6d83b25cb4c7" + "NORTHEUROPE:20200808T061259Z:0218ae02-45ea-4d74-b3e8-736bd5248c2e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:43:26 GMT" + "Sat, 08 Aug 2020 06:12:58 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"B5F95A70E47F98EA1165BD69F1DE6CF0\",\r\n \"secondaryKey\": \"F1FE2B18B9C67D67728686C8BCA1EFF4\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"AC03B0C4F9D1A156788FC8FA67C48A13\",\r\n \"secondaryKey\": \"2BCFE1F24DFCF25B3AA4AC640FD034D3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8694/providers/Microsoft.Search/searchServices/azs-5872/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4Njk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01ODcyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9341/providers/Microsoft.Search/searchServices/azs-4779/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Nzc5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34009eab-de57-410d-a545-380f625933bf" + "d017f9ed-d58a-40e8-affb-5118a48e0c15" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "34009eab-de57-410d-a545-380f625933bf" + "d017f9ed-d58a-40e8-affb-5118a48e0c15" ], "request-id": [ - "34009eab-de57-410d-a545-380f625933bf" + "d017f9ed-d58a-40e8-affb-5118a48e0c15" ], "elapsed-time": [ - "753" + "116" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1176" + "1190" ], "x-ms-correlation-request-id": [ - "69c699e3-0a25-465a-9ea6-167cd35c6f76" + "afd32578-aea8-423a-b549-133469154ce9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024327Z:69c699e3-0a25-465a-9ea6-167cd35c6f76" + "NORTHEUROPE:20200808T061300Z:afd32578-aea8-423a-b549-133469154ce9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:43:27 GMT" + "Sat, 08 Aug 2020 06:12:59 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"5CD0DD7488759010FDE62751B1452C99\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"CAC90C13CB872454A26424E3A4150903\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6518\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8224\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "7ed3e459-f9f0-4469-9b94-243aba137714" + "ce5b613a-16cb-45e7-8be0-90be24f58a95" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B5F95A70E47F98EA1165BD69F1DE6CF0" + "AC03B0C4F9D1A156788FC8FA67C48A13" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037A12816A8D\"" + "W/\"0x8D83B621B58DBBD\"" ], "Location": [ - "https://azs-5872.search-dogfood.windows-int.net/indexes('azsmnet6518')?api-version=2019-05-06" + "https://azs-4779.search-dogfood.windows-int.net/indexes('azsmnet8224')?api-version=2019-05-06" ], "request-id": [ - "7ed3e459-f9f0-4469-9b94-243aba137714" + "ce5b613a-16cb-45e7-8be0-90be24f58a95" ], "elapsed-time": [ - "1146" + "833" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:43:30 GMT" + "Sat, 08 Aug 2020 06:13:02 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "2557" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5872.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037A12816A8D\\\"\",\r\n \"name\": \"azsmnet6518\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4779.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B621B58DBBD\\\"\",\r\n \"name\": \"azsmnet8224\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9212\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9946\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "ee75f61a-b122-4026-83cf-55af3670a328" + "ba78d37a-75a9-47fb-a417-d44d60a6e2d9" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B5F95A70E47F98EA1165BD69F1DE6CF0" + "AC03B0C4F9D1A156788FC8FA67C48A13" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,13 +447,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037A12998C20\"" + "W/\"0x8D83B621B7012DE\"" ], "Location": [ - "https://azs-5872.search-dogfood.windows-int.net/datasources('azsmnet9212')?api-version=2019-05-06" + "https://azs-4779.search-dogfood.windows-int.net/datasources('azsmnet9946')?api-version=2019-05-06" ], "request-id": [ - "ee75f61a-b122-4026-83cf-55af3670a328" + "ba78d37a-75a9-47fb-a417-d44d60a6e2d9" ], "elapsed-time": [ "31" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:43:30 GMT" + "Sat, 08 Aug 2020 06:13:02 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "364" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5872.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037A12998C20\\\"\",\r\n \"name\": \"azsmnet9212\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4779.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B621B7012DE\\\"\",\r\n \"name\": \"azsmnet9946\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexers('azsmnet3051')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0MzA1MScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexers('azsmnet8212')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0ODIxMicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet3051\",\r\n \"dataSourceName\": \"azsmnet9212\",\r\n \"targetIndexName\": \"azsmnet6518\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8212\",\r\n \"dataSourceName\": \"azsmnet9946\",\r\n \"targetIndexName\": \"azsmnet8224\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "92527883-7d0a-4f66-bf00-6d27fb62cf2f" + "a75c2275-24f4-46f6-9f4f-8aac14814a0f" ], "Prefer": [ "return=representation" @@ -499,12 +499,12 @@ "en-US" ], "api-key": [ - "B5F95A70E47F98EA1165BD69F1DE6CF0" + "AC03B0C4F9D1A156788FC8FA67C48A13" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -522,16 +522,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037A13A1767D\"" + "W/\"0x8D83B621CC67FBF\"" ], "Location": [ - "https://azs-5872.search-dogfood.windows-int.net/indexers('azsmnet3051')?api-version=2019-05-06" + "https://azs-4779.search-dogfood.windows-int.net/indexers('azsmnet8212')?api-version=2019-05-06" ], "request-id": [ - "92527883-7d0a-4f66-bf00-6d27fb62cf2f" + "a75c2275-24f4-46f6-9f4f-8aac14814a0f" ], "elapsed-time": [ - "267" + "1205" ], "OData-Version": [ "4.0" @@ -543,7 +543,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:43:32 GMT" + "Sat, 08 Aug 2020 06:13:04 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -555,17 +555,17 @@ "1187" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5872.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037A13A1767D\\\"\",\r\n \"name\": \"azsmnet3051\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet9212\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet6518\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:43:32.1691574Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4779.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B621CC67FBF\\\"\",\r\n \"name\": \"azsmnet8212\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet9946\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet8224\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-08T06:13:04.0149645Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexers('azsmnet3051')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0MzA1MScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexers('azsmnet8212')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0ODIxMicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet3051\",\r\n \"description\": \"Mutated Indexer\",\r\n \"dataSourceName\": \"azsmnet9212\",\r\n \"targetIndexName\": \"azsmnet6518\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:43:32.1691574+00:00\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": [],\r\n \"@odata.etag\": \"\\\"0x8D8037A13A1767D\\\"\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8212\",\r\n \"description\": \"Mutated Indexer\",\r\n \"dataSourceName\": \"azsmnet9946\",\r\n \"targetIndexName\": \"azsmnet8224\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-07T23:13:04.0149645-07:00\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": [],\r\n \"@odata.etag\": \"\\\"0x8D83B621CC67FBF\\\"\"\r\n}", "RequestHeaders": { "client-request-id": [ - "caaeb8fb-707b-41bf-b9b4-c77b06900534" + "30c2d465-fe93-4cc1-b1fc-7e342893994b" ], "Prefer": [ "return=representation" @@ -577,12 +577,12 @@ "*" ], "api-key": [ - "B5F95A70E47F98EA1165BD69F1DE6CF0" + "AC03B0C4F9D1A156788FC8FA67C48A13" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -600,10 +600,10 @@ "no-cache" ], "request-id": [ - "caaeb8fb-707b-41bf-b9b4-c77b06900534" + "30c2d465-fe93-4cc1-b1fc-7e342893994b" ], "elapsed-time": [ - "8" + "37" ], "OData-Version": [ "4.0" @@ -615,7 +615,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:43:32 GMT" + "Sat, 08 Aug 2020 06:13:04 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -634,21 +634,21 @@ "StatusCode": 412 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8694/providers/Microsoft.Search/searchServices/azs-5872?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4Njk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01ODcyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9341/providers/Microsoft.Search/searchServices/azs-4779?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Nzc5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b4f47eb9-d76f-45be-905b-a43be7ffd8ab" + "e84a560b-2be2-4b41-97cb-e683978c5175" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -659,53 +659,44 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "b4f47eb9-d76f-45be-905b-a43be7ffd8ab" + "8fdcf5bc-3e36-47b8-869b-ec660eebb783" ], - "request-id": [ - "b4f47eb9-d76f-45be-905b-a43be7ffd8ab" + "x-ms-correlation-request-id": [ + "8fdcf5bc-3e36-47b8-869b-ec660eebb783" ], - "elapsed-time": [ - "811" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T061314Z:8fdcf5bc-3e36-47b8-869b-ec660eebb783" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14982" - ], - "x-ms-correlation-request-id": [ - "a012fa78-e5d7-4885-a084-eb3b97c2c903" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024335Z:a012fa78-e5d7-4885-a084-eb3b97c2c903" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:43:35 GMT" + "Sat, 08 Aug 2020 06:13:14 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8694", - "azsmnet6518", - "azsmnet9212", - "azsmnet3051" + "azsmnet9341", + "azsmnet8224", + "azsmnet9946", + "azsmnet8212" ], "GenerateServiceName": [ - "azs-5872" + "azs-4779" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CreateOrUpdateIndexerIfNotExistsSucceedsOnNoResource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CreateOrUpdateIndexerIfNotExistsSucceedsOnNoResource.json index 7aa15fca9a7c..9ec46794c5f6 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CreateOrUpdateIndexerIfNotExistsSucceedsOnNoResource.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/CreateOrUpdateIndexerIfNotExistsSucceedsOnNoResource.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d122162-3f0c-476a-bf78-76834637b65f" + "4f277837-32ab-4914-9887-94ef95b553ea" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1194" ], "x-ms-request-id": [ - "e60aa5b5-faf3-4b56-88d7-13f69d498a83" + "16a529e4-246a-4161-a9d5-e54a3e61f595" ], "x-ms-correlation-request-id": [ - "e60aa5b5-faf3-4b56-88d7-13f69d498a83" + "16a529e4-246a-4161-a9d5-e54a3e61f595" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023938Z:e60aa5b5-faf3-4b56-88d7-13f69d498a83" + "NORTHEUROPE:20200808T060530Z:16a529e4-246a-4161-a9d5-e54a3e61f595" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:39:38 GMT" + "Sat, 08 Aug 2020 06:05:30 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5916?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1OTE2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7709?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NzA5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "29a501fa-8dbc-4dd9-86aa-a193bd9b6949" + "1788ae0f-2ba8-4675-bc2a-91ec35c22a98" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1195" ], "x-ms-request-id": [ - "81ae8162-9661-4680-b8a9-e723f282fe19" + "b8ad5d80-f17a-4346-b201-511b2f53440f" ], "x-ms-correlation-request-id": [ - "81ae8162-9661-4680-b8a9-e723f282fe19" + "b8ad5d80-f17a-4346-b201-511b2f53440f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023939Z:81ae8162-9661-4680-b8a9-e723f282fe19" + "NORTHEUROPE:20200808T060532Z:b8ad5d80-f17a-4346-b201-511b2f53440f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:39:38 GMT" + "Sat, 08 Aug 2020 06:05:31 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5916\",\r\n \"name\": \"azsmnet5916\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7709\",\r\n \"name\": \"azsmnet7709\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5916/providers/Microsoft.Search/searchServices/azs-3839?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zODM5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7709/providers/Microsoft.Search/searchServices/azs-394?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zOTQ/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fb01db83-7347-4588-9deb-2d409ca88aae" + "dd56393a-6bc8-45cf-b565-4f1c6069a7e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A39%3A43.0636157Z'\"" + "W/\"datetime'2020-08-08T06%3A05%3A38.2786496Z'\"" ], "x-ms-request-id": [ - "fb01db83-7347-4588-9deb-2d409ca88aae" + "dd56393a-6bc8-45cf-b565-4f1c6069a7e2" ], "request-id": [ - "fb01db83-7347-4588-9deb-2d409ca88aae" + "dd56393a-6bc8-45cf-b565-4f1c6069a7e2" ], "elapsed-time": [ - "1498" + "3971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1196" ], "x-ms-correlation-request-id": [ - "8568969e-efec-4fab-a16b-2127f5d937e3" + "706ae7d9-db55-428f-b227-61a6094196af" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023943Z:8568969e-efec-4fab-a16b-2127f5d937e3" + "NORTHEUROPE:20200808T060540Z:706ae7d9-db55-428f-b227-61a6094196af" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:39:43 GMT" + "Sat, 08 Aug 2020 06:05:40 GMT" ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5916/providers/Microsoft.Search/searchServices/azs-3839\",\r\n \"name\": \"azs-3839\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7709/providers/Microsoft.Search/searchServices/azs-394\",\r\n \"name\": \"azs-394\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5916/providers/Microsoft.Search/searchServices/azs-3839/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zODM5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7709/providers/Microsoft.Search/searchServices/azs-394/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zOTQvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "023b1e59-4b52-4255-b974-22ac69266430" + "14a0f1df-37ff-4307-a493-52c2b1187307" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "023b1e59-4b52-4255-b974-22ac69266430" + "14a0f1df-37ff-4307-a493-52c2b1187307" ], "request-id": [ - "023b1e59-4b52-4255-b974-22ac69266430" + "14a0f1df-37ff-4307-a493-52c2b1187307" ], "elapsed-time": [ - "534" + "532" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1191" ], "x-ms-correlation-request-id": [ - "4462cde9-447c-4db8-af77-b1827a0118cb" + "1dfa2d09-7deb-4ad3-8df1-d93ce81b3417" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023946Z:4462cde9-447c-4db8-af77-b1827a0118cb" + "NORTHEUROPE:20200808T060543Z:1dfa2d09-7deb-4ad3-8df1-d93ce81b3417" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:39:45 GMT" + "Sat, 08 Aug 2020 06:05:42 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"B3477C825BB90A467231B4E90DD51E49\",\r\n \"secondaryKey\": \"3B5063EEA207CD3FECCDA8B6494F3D7F\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"F5BC881193AA88032525655B9668B672\",\r\n \"secondaryKey\": \"05ABB811392BE10238892264EA818E91\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5916/providers/Microsoft.Search/searchServices/azs-3839/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zODM5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7709/providers/Microsoft.Search/searchServices/azs-394/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zOTQvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bd6582b1-4f48-4cce-8ce1-3b07b4632fef" + "b2686476-526b-4316-8abe-225cdf345571" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "bd6582b1-4f48-4cce-8ce1-3b07b4632fef" + "b2686476-526b-4316-8abe-225cdf345571" ], "request-id": [ - "bd6582b1-4f48-4cce-8ce1-3b07b4632fef" + "b2686476-526b-4316-8abe-225cdf345571" ], "elapsed-time": [ - "491" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1190" ], "x-ms-correlation-request-id": [ - "f871b435-6be2-4d3d-99f6-0163d52b3089" + "0327c912-ab8b-4918-9681-2661118dad2c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023947Z:f871b435-6be2-4d3d-99f6-0163d52b3089" + "NORTHEUROPE:20200808T060543Z:0327c912-ab8b-4918-9681-2661118dad2c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:39:47 GMT" + "Sat, 08 Aug 2020 06:05:43 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F946224240A31A11F7AF2500CFD7AC80\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"27A579957E726DFF346027CDECDDD6F8\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9129\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet505\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "d034dd7c-1a08-4feb-bcbc-f7a7d3c8d94e" + "cfdbfe84-6d98-4fac-a9f9-346690821c64" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B3477C825BB90A467231B4E90DD51E49" + "F5BC881193AA88032525655B9668B672" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2350" + "2349" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803798EF1CCAD\"" + "W/\"0x8D83B6117A052EF\"" ], "Location": [ - "https://azs-3839.search-dogfood.windows-int.net/indexes('azsmnet9129')?api-version=2019-05-06" + "https://azs-394.search-dogfood.windows-int.net/indexes('azsmnet505')?api-version=2019-05-06" ], "request-id": [ - "d034dd7c-1a08-4feb-bcbc-f7a7d3c8d94e" + "cfdbfe84-6d98-4fac-a9f9-346690821c64" ], "elapsed-time": [ - "1320" + "1427" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:39:48 GMT" + "Sat, 08 Aug 2020 06:05:46 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,31 +405,31 @@ "-1" ], "Content-Length": [ - "2557" + "2555" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3839.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803798EF1CCAD\\\"\",\r\n \"name\": \"azsmnet9129\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-394.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6117A052EF\\\"\",\r\n \"name\": \"azsmnet505\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7673\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6616\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "b8b78dc0-8c8c-4c1d-8d9f-b61ff935c18f" + "78de3ee5-2736-449c-88ca-f6433fbe4ff8" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B3477C825BB90A467231B4E90DD51E49" + "F5BC881193AA88032525655B9668B672" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803798F0E34FF\"" + "W/\"0x8D83B6117B89BC9\"" ], "Location": [ - "https://azs-3839.search-dogfood.windows-int.net/datasources('azsmnet7673')?api-version=2019-05-06" + "https://azs-394.search-dogfood.windows-int.net/datasources('azsmnet6616')?api-version=2019-05-06" ], "request-id": [ - "b8b78dc0-8c8c-4c1d-8d9f-b61ff935c18f" + "78de3ee5-2736-449c-88ca-f6433fbe4ff8" ], "elapsed-time": [ - "37" + "31" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:39:49 GMT" + "Sat, 08 Aug 2020 06:05:46 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -477,20 +477,20 @@ "-1" ], "Content-Length": [ - "364" + "363" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3839.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803798F0E34FF\\\"\",\r\n \"name\": \"azsmnet7673\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-394.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6117B89BC9\\\"\",\r\n \"name\": \"azsmnet6616\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexers('azsmnet2070')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0MjA3MCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexers('azsmnet8767')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0ODc2NycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet2070\",\r\n \"dataSourceName\": \"azsmnet7673\",\r\n \"targetIndexName\": \"azsmnet9129\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8767\",\r\n \"dataSourceName\": \"azsmnet6616\",\r\n \"targetIndexName\": \"azsmnet505\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "6cabe19b-be71-4f40-8e1c-35044eacde33" + "1c6ebbe1-e37d-4b72-87e7-728677452fd9" ], "Prefer": [ "return=representation" @@ -502,19 +502,19 @@ "*" ], "api-key": [ - "B3477C825BB90A467231B4E90DD51E49" + "F5BC881193AA88032525655B9668B672" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1261" + "1260" ] }, "ResponseHeaders": { @@ -525,16 +525,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379901ADB71\"" + "W/\"0x8D83B6118D28D38\"" ], "Location": [ - "https://azs-3839.search-dogfood.windows-int.net/indexers('azsmnet2070')?api-version=2019-05-06" + "https://azs-394.search-dogfood.windows-int.net/indexers('azsmnet8767')?api-version=2019-05-06" ], "request-id": [ - "6cabe19b-be71-4f40-8e1c-35044eacde33" + "1c6ebbe1-e37d-4b72-87e7-728677452fd9" ], "elapsed-time": [ - "236" + "583" ], "OData-Version": [ "4.0" @@ -546,7 +546,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:39:51 GMT" + "Sat, 08 Aug 2020 06:05:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -555,28 +555,28 @@ "-1" ], "Content-Length": [ - "1187" + "1185" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3839.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379901ADB71\\\"\",\r\n \"name\": \"azsmnet2070\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet7673\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet9129\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:39:51.5147751Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-394.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6118D28D38\\\"\",\r\n \"name\": \"azsmnet8767\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet6616\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet505\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-08T06:05:48.4442336Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5916/providers/Microsoft.Search/searchServices/azs-3839?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zODM5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7709/providers/Microsoft.Search/searchServices/azs-394?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zOTQ/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d0803cee-41e4-4fdd-becb-836cec392c44" + "bf7c0779-7dd9-43a3-91b2-b514f411497e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -587,53 +587,44 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], "x-ms-request-id": [ - "d0803cee-41e4-4fdd-becb-836cec392c44" + "32a473c6-9fd1-4489-a9a4-6d56b95d1f75" ], - "request-id": [ - "d0803cee-41e4-4fdd-becb-836cec392c44" + "x-ms-correlation-request-id": [ + "32a473c6-9fd1-4489-a9a4-6d56b95d1f75" ], - "elapsed-time": [ - "830" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T060558Z:32a473c6-9fd1-4489-a9a4-6d56b95d1f75" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14987" - ], - "x-ms-correlation-request-id": [ - "d93d38cb-6958-4ec1-8753-00c79e39b31e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023955Z:d93d38cb-6958-4ec1-8753-00c79e39b31e" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:39:55 GMT" + "Sat, 08 Aug 2020 06:05:58 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5916", - "azsmnet9129", - "azsmnet7673", - "azsmnet2070" + "azsmnet7709", + "azsmnet505", + "azsmnet6616", + "azsmnet8767" ], "GenerateServiceName": [ - "azs-3839" + "azs-394" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/DeleteIndexerIfExistsWorksOnlyWhenResourceExists.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/DeleteIndexerIfExistsWorksOnlyWhenResourceExists.json index 6cad00233170..e7e5472ef990 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/DeleteIndexerIfExistsWorksOnlyWhenResourceExists.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/DeleteIndexerIfExistsWorksOnlyWhenResourceExists.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bd22155a-5b18-4c1a-bb26-6fa8ac8c3b46" + "3e76453b-57cc-4571-9a72-3ad08d6c032b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1193" ], "x-ms-request-id": [ - "94cd07cd-ca1b-4b9f-b855-3d3a52f51d91" + "0632bb5d-3e93-455b-8648-1bc07dab9b08" ], "x-ms-correlation-request-id": [ - "94cd07cd-ca1b-4b9f-b855-3d3a52f51d91" + "0632bb5d-3e93-455b-8648-1bc07dab9b08" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024128Z:94cd07cd-ca1b-4b9f-b855-3d3a52f51d91" + "NORTHEUROPE:20200808T060916Z:0632bb5d-3e93-455b-8648-1bc07dab9b08" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:41:27 GMT" + "Sat, 08 Aug 2020 06:09:16 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet803?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MDM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7337?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MzM3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b5f14162-91a6-4f52-ad5d-aa217fbd2f84" + "919e262f-be56-47a1-aaa9-7950158edf91" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1194" ], "x-ms-request-id": [ - "d4db0235-146a-4d53-80be-86ab4c42bccd" + "90906cee-b03a-40b6-80c5-5346368b96a7" ], "x-ms-correlation-request-id": [ - "d4db0235-146a-4d53-80be-86ab4c42bccd" + "90906cee-b03a-40b6-80c5-5346368b96a7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024129Z:d4db0235-146a-4d53-80be-86ab4c42bccd" + "NORTHEUROPE:20200808T060918Z:90906cee-b03a-40b6-80c5-5346368b96a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:41:28 GMT" + "Sat, 08 Aug 2020 06:09:17 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet803\",\r\n \"name\": \"azsmnet803\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7337\",\r\n \"name\": \"azsmnet7337\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet803/providers/Microsoft.Search/searchServices/azs-8765?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTg3NjU/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7337/providers/Microsoft.Search/searchServices/azs-8084?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MDg0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5d7c39b0-f0f9-4cb4-9aa0-4781e341747e" + "f940d437-fd6a-4a36-9eaf-3de5c7b73053" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A41%3A33.7262619Z'\"" + "W/\"datetime'2020-08-08T06%3A09%3A22.7402579Z'\"" ], "x-ms-request-id": [ - "5d7c39b0-f0f9-4cb4-9aa0-4781e341747e" + "f940d437-fd6a-4a36-9eaf-3de5c7b73053" ], "request-id": [ - "5d7c39b0-f0f9-4cb4-9aa0-4781e341747e" + "f940d437-fd6a-4a36-9eaf-3de5c7b73053" ], "elapsed-time": [ - "1186" + "1606" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1197" ], "x-ms-correlation-request-id": [ - "9af38039-af42-4701-b930-67a2040d6582" + "2227591b-40fc-490d-aa44-cca918fde0db" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024134Z:9af38039-af42-4701-b930-67a2040d6582" + "NORTHEUROPE:20200808T060924Z:2227591b-40fc-490d-aa44-cca918fde0db" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:41:34 GMT" + "Sat, 08 Aug 2020 06:09:24 GMT" ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet803/providers/Microsoft.Search/searchServices/azs-8765\",\r\n \"name\": \"azs-8765\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7337/providers/Microsoft.Search/searchServices/azs-8084\",\r\n \"name\": \"azs-8084\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet803/providers/Microsoft.Search/searchServices/azs-8765/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTg3NjUvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7337/providers/Microsoft.Search/searchServices/azs-8084/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MDg0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6b142e7b-44eb-47b0-9e3b-a5d992affbce" + "6ef41a1f-6fc2-4c53-bd6a-d01fa6af2895" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6b142e7b-44eb-47b0-9e3b-a5d992affbce" + "6ef41a1f-6fc2-4c53-bd6a-d01fa6af2895" ], "request-id": [ - "6b142e7b-44eb-47b0-9e3b-a5d992affbce" + "6ef41a1f-6fc2-4c53-bd6a-d01fa6af2895" ], "elapsed-time": [ - "95" + "655" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1195" ], "x-ms-correlation-request-id": [ - "f7e3e130-585d-473f-88d0-81743caf0a13" + "97af972b-3d87-4d43-acd1-d694ab157de7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024136Z:f7e3e130-585d-473f-88d0-81743caf0a13" + "NORTHEUROPE:20200808T060927Z:97af972b-3d87-4d43-acd1-d694ab157de7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:41:36 GMT" + "Sat, 08 Aug 2020 06:09:27 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"44F91D117695EB24EE2AE5F4AD318F27\",\r\n \"secondaryKey\": \"9A7A550715979D30029EAB465BC000A8\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"53A7F404CAC196AF556B48CC14ED13F9\",\r\n \"secondaryKey\": \"5CEE4757367E7C7DDC0362A28E9D705E\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet803/providers/Microsoft.Search/searchServices/azs-8765/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTg3NjUvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7337/providers/Microsoft.Search/searchServices/azs-8084/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MDg0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "31c469c1-eaf6-4077-b511-d3d75287b4bd" + "e464ddad-1beb-496d-9008-c712cfdd3f24" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "31c469c1-eaf6-4077-b511-d3d75287b4bd" + "e464ddad-1beb-496d-9008-c712cfdd3f24" ], "request-id": [ - "31c469c1-eaf6-4077-b511-d3d75287b4bd" + "e464ddad-1beb-496d-9008-c712cfdd3f24" ], "elapsed-time": [ - "112" + "421" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1194" ], "x-ms-correlation-request-id": [ - "05135f93-1ba9-464e-91e5-e5d0431d73fb" + "20b7a3d1-6a23-4dd4-88f6-0cbde2efde57" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024137Z:05135f93-1ba9-464e-91e5-e5d0431d73fb" + "NORTHEUROPE:20200808T060928Z:20b7a3d1-6a23-4dd4-88f6-0cbde2efde57" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:41:36 GMT" + "Sat, 08 Aug 2020 06:09:27 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"64D1295304D54299B6E5F91FC3763FD7\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"9E52ED34D64156AA01EA79A2E8B6EC73\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet532\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7231\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "b4e2285a-0a45-48b4-a65a-ce9592a98a00" + "fcadf9ca-f4f8-4160-a12a-6ca0e3103e3d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "44F91D117695EB24EE2AE5F4AD318F27" + "53A7F404CAC196AF556B48CC14ED13F9" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2349" + "2350" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379D0A5862C\"" + "W/\"0x8D83B619DC82FF0\"" ], "Location": [ - "https://azs-8765.search-dogfood.windows-int.net/indexes('azsmnet532')?api-version=2019-05-06" + "https://azs-8084.search-dogfood.windows-int.net/indexes('azsmnet7231')?api-version=2019-05-06" ], "request-id": [ - "b4e2285a-0a45-48b4-a65a-ce9592a98a00" + "fcadf9ca-f4f8-4160-a12a-6ca0e3103e3d" ], "elapsed-time": [ - "1263" + "1393" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:41:40 GMT" + "Sat, 08 Aug 2020 06:09:31 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,31 +405,31 @@ "-1" ], "Content-Length": [ - "2556" + "2557" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8765.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379D0A5862C\\\"\",\r\n \"name\": \"azsmnet532\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8084.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B619DC82FF0\\\"\",\r\n \"name\": \"azsmnet7231\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1983\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4446\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "c8889688-7760-40c1-a94f-c905221b2eef" + "57cf3a33-f7cb-49ab-a9b3-fb91ab525668" ], "Accept-Language": [ "en-US" ], "api-key": [ - "44F91D117695EB24EE2AE5F4AD318F27" + "53A7F404CAC196AF556B48CC14ED13F9" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379D0BE6B37\"" + "W/\"0x8D83B619DE3FC0C\"" ], "Location": [ - "https://azs-8765.search-dogfood.windows-int.net/datasources('azsmnet1983')?api-version=2019-05-06" + "https://azs-8084.search-dogfood.windows-int.net/datasources('azsmnet4446')?api-version=2019-05-06" ], "request-id": [ - "c8889688-7760-40c1-a94f-c905221b2eef" + "57cf3a33-f7cb-49ab-a9b3-fb91ab525668" ], "elapsed-time": [ - "33" + "35" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:41:40 GMT" + "Sat, 08 Aug 2020 06:09:31 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "364" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8765.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379D0BE6B37\\\"\",\r\n \"name\": \"azsmnet1983\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8084.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B619DE3FC0C\\\"\",\r\n \"name\": \"azsmnet4446\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexers('azsmnet3329')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0MzMyOScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexers('azsmnet6734')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0NjczNCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet3329\",\r\n \"dataSourceName\": \"azsmnet1983\",\r\n \"targetIndexName\": \"azsmnet532\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6734\",\r\n \"dataSourceName\": \"azsmnet4446\",\r\n \"targetIndexName\": \"azsmnet7231\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "b73421b6-bf28-43a6-a9a1-6543710dc5c0" + "17faaee2-c9af-49de-93be-5e6a4d38705e" ], "Prefer": [ "return=representation" @@ -499,19 +499,19 @@ "en-US" ], "api-key": [ - "44F91D117695EB24EE2AE5F4AD318F27" + "53A7F404CAC196AF556B48CC14ED13F9" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1260" + "1261" ] }, "ResponseHeaders": { @@ -522,16 +522,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379D1A7C9DC\"" + "W/\"0x8D83B619F0282BE\"" ], "Location": [ - "https://azs-8765.search-dogfood.windows-int.net/indexers('azsmnet3329')?api-version=2019-05-06" + "https://azs-8084.search-dogfood.windows-int.net/indexers('azsmnet6734')?api-version=2019-05-06" ], "request-id": [ - "b73421b6-bf28-43a6-a9a1-6543710dc5c0" + "17faaee2-c9af-49de-93be-5e6a4d38705e" ], "elapsed-time": [ - "241" + "571" ], "OData-Version": [ "4.0" @@ -543,7 +543,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:41:41 GMT" + "Sat, 08 Aug 2020 06:09:34 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -552,20 +552,20 @@ "-1" ], "Content-Length": [ - "1186" + "1187" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8765.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379D1A7C9DC\\\"\",\r\n \"name\": \"azsmnet3329\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet1983\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet532\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:41:41.5077671Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8084.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B619F0282BE\\\"\",\r\n \"name\": \"azsmnet6734\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet4446\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet7231\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-08T06:09:33.5360873Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexers('azsmnet3329')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0MzMyOScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexers('azsmnet6734')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0NjczNCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "098cbdd0-c842-4e21-b124-f271f420b0bc" + "2bf31ad8-dd98-42c6-a571-605b4b131c2d" ], "Accept-Language": [ "en-US" @@ -574,12 +574,12 @@ "*" ], "api-key": [ - "44F91D117695EB24EE2AE5F4AD318F27" + "53A7F404CAC196AF556B48CC14ED13F9" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -591,16 +591,16 @@ "no-cache" ], "request-id": [ - "098cbdd0-c842-4e21-b124-f271f420b0bc" + "2bf31ad8-dd98-42c6-a571-605b4b131c2d" ], "elapsed-time": [ - "41" + "45" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:41:41 GMT" + "Sat, 08 Aug 2020 06:09:34 GMT" ], "Expires": [ "-1" @@ -610,13 +610,13 @@ "StatusCode": 204 }, { - "RequestUri": "/indexers('azsmnet3329')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0MzMyOScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexers('azsmnet6734')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0NjczNCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "2d13a1f3-7bec-4d9d-ba0d-3af0af0f28af" + "8b3c6722-05f1-4dad-84dd-517c20b5de16" ], "Accept-Language": [ "en-US" @@ -625,12 +625,12 @@ "*" ], "api-key": [ - "44F91D117695EB24EE2AE5F4AD318F27" + "53A7F404CAC196AF556B48CC14ED13F9" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -642,10 +642,10 @@ "no-cache" ], "request-id": [ - "2d13a1f3-7bec-4d9d-ba0d-3af0af0f28af" + "8b3c6722-05f1-4dad-84dd-517c20b5de16" ], "elapsed-time": [ - "5" + "4" ], "OData-Version": [ "4.0" @@ -657,7 +657,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:41:41 GMT" + "Sat, 08 Aug 2020 06:09:34 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -676,21 +676,21 @@ "StatusCode": 412 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet803/providers/Microsoft.Search/searchServices/azs-8765?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTg3NjU/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7337/providers/Microsoft.Search/searchServices/azs-8084?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MDg0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eef1be52-12c3-44d6-aaf8-dd87f4a8a7d2" + "40da3fcc-2bec-4263-abbd-cb32c3982847" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -701,53 +701,44 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14996" + ], "x-ms-request-id": [ - "eef1be52-12c3-44d6-aaf8-dd87f4a8a7d2" + "45bfc50e-5691-4d41-9ca0-3748e54dbeca" ], - "request-id": [ - "eef1be52-12c3-44d6-aaf8-dd87f4a8a7d2" + "x-ms-correlation-request-id": [ + "45bfc50e-5691-4d41-9ca0-3748e54dbeca" ], - "elapsed-time": [ - "1575" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T060944Z:45bfc50e-5691-4d41-9ca0-3748e54dbeca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14984" - ], - "x-ms-correlation-request-id": [ - "0111b0f9-15c7-48a2-aace-52822ecdba35" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024145Z:0111b0f9-15c7-48a2-aace-52822ecdba35" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:41:45 GMT" + "Sat, 08 Aug 2020 06:09:43 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet803", - "azsmnet532", - "azsmnet1983", - "azsmnet3329" + "azsmnet7337", + "azsmnet7231", + "azsmnet4446", + "azsmnet6734" ], "GenerateServiceName": [ - "azs-8765" + "azs-8084" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/DeleteIndexerIfNotChangedWorksOnlyOnCurrentResource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/DeleteIndexerIfNotChangedWorksOnlyOnCurrentResource.json index abc2101577fa..d4f3606e6eba 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/DeleteIndexerIfNotChangedWorksOnlyOnCurrentResource.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/DeleteIndexerIfNotChangedWorksOnlyOnCurrentResource.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "59905702-4f22-4108-9789-6485fec09096" + "a28747bb-9edc-464e-b6de-cc9c5917fc16" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1198" ], "x-ms-request-id": [ - "b8dbba37-4295-4a19-86fa-a78edf9978a7" + "48c61c7d-9405-4f3d-a507-48f10d303f86" ], "x-ms-correlation-request-id": [ - "b8dbba37-4295-4a19-86fa-a78edf9978a7" + "48c61c7d-9405-4f3d-a507-48f10d303f86" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023745Z:b8dbba37-4295-4a19-86fa-a78edf9978a7" + "NORTHEUROPE:20200808T060206Z:48c61c7d-9405-4f3d-a507-48f10d303f86" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:37:44 GMT" + "Sat, 08 Aug 2020 06:02:05 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6180?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MTgwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3102?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMTAyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "249a340e-eb69-4c27-bc71-51922b8bbe26" + "5804f5a5-49e8-4492-ab41-79a47a060483" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1198" ], "x-ms-request-id": [ - "e957f17c-db2a-4419-a36b-d114cce69ec2" + "83dee4fc-dd56-4f6e-a0a8-9b6e592c9729" ], "x-ms-correlation-request-id": [ - "e957f17c-db2a-4419-a36b-d114cce69ec2" + "83dee4fc-dd56-4f6e-a0a8-9b6e592c9729" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023746Z:e957f17c-db2a-4419-a36b-d114cce69ec2" + "NORTHEUROPE:20200808T060207Z:83dee4fc-dd56-4f6e-a0a8-9b6e592c9729" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:37:46 GMT" + "Sat, 08 Aug 2020 06:02:06 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6180\",\r\n \"name\": \"azsmnet6180\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "StatusCode": 201 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3102\",\r\n \"name\": \"azsmnet3102\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6180/providers/Microsoft.Search/searchServices/azs-7954?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3102/providers/Microsoft.Search/searchServices/azs-7705?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NzA1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "11166efa-0bd0-4091-b9b8-2f0e0dadb2b2" + "3bdd4dc9-7a27-49a4-b7f7-d2bc5335e000" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A37%3A49.9288088Z'\"" + "W/\"datetime'2020-08-08T06%3A02%3A12.9529551Z'\"" ], "x-ms-request-id": [ - "11166efa-0bd0-4091-b9b8-2f0e0dadb2b2" + "3bdd4dc9-7a27-49a4-b7f7-d2bc5335e000" ], "request-id": [ - "11166efa-0bd0-4091-b9b8-2f0e0dadb2b2" + "3bdd4dc9-7a27-49a4-b7f7-d2bc5335e000" ], "elapsed-time": [ - "1463" + "1980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1195" ], "x-ms-correlation-request-id": [ - "dbe28045-02c9-43e4-9919-3a22aaaa1b00" + "3b17ad76-63f4-4cd2-8dba-dbda558a08a8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023750Z:dbe28045-02c9-43e4-9919-3a22aaaa1b00" + "NORTHEUROPE:20200808T060214Z:3b17ad76-63f4-4cd2-8dba-dbda558a08a8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:37:50 GMT" + "Sat, 08 Aug 2020 06:02:13 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6180/providers/Microsoft.Search/searchServices/azs-7954\",\r\n \"name\": \"azs-7954\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3102/providers/Microsoft.Search/searchServices/azs-7705\",\r\n \"name\": \"azs-7705\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6180/providers/Microsoft.Search/searchServices/azs-7954/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTU0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3102/providers/Microsoft.Search/searchServices/azs-7705/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NzA1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7d095175-f544-4d7c-92ee-cc56a8b75e90" + "0058fa41-86e5-42d1-85dd-02ca4a854de2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7d095175-f544-4d7c-92ee-cc56a8b75e90" + "0058fa41-86e5-42d1-85dd-02ca4a854de2" ], "request-id": [ - "7d095175-f544-4d7c-92ee-cc56a8b75e90" + "0058fa41-86e5-42d1-85dd-02ca4a854de2" ], "elapsed-time": [ - "107" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1196" ], "x-ms-correlation-request-id": [ - "4db90deb-bb95-4aa2-8211-5f6649d33dd1" + "9e2eb4b9-fa2e-4511-bd30-b65cd04f72bc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023752Z:4db90deb-bb95-4aa2-8211-5f6649d33dd1" + "NORTHEUROPE:20200808T060216Z:9e2eb4b9-fa2e-4511-bd30-b65cd04f72bc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:37:52 GMT" + "Sat, 08 Aug 2020 06:02:16 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"A122A29355E3A833CFB2BC77D39D7C22\",\r\n \"secondaryKey\": \"5EFDB9C704B8E9F6D849D0D1212E64AE\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"1067D6D9D3E41B08BEB019C7DBDB7731\",\r\n \"secondaryKey\": \"C1653D834C1E92F882967253E0D50650\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6180/providers/Microsoft.Search/searchServices/azs-7954/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTU0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3102/providers/Microsoft.Search/searchServices/azs-7705/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NzA1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "59a80ad2-9342-4bcf-b229-2ae01934996a" + "9ecd8988-85bf-4c65-a206-adadc7bbcae1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "59a80ad2-9342-4bcf-b229-2ae01934996a" + "9ecd8988-85bf-4c65-a206-adadc7bbcae1" ], "request-id": [ - "59a80ad2-9342-4bcf-b229-2ae01934996a" + "9ecd8988-85bf-4c65-a206-adadc7bbcae1" ], "elapsed-time": [ - "100" + "107" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1195" ], "x-ms-correlation-request-id": [ - "23b70098-866a-48ce-a43d-5af9134d46a1" + "f0471c00-1725-472c-9000-5ffd9b691ec8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023753Z:23b70098-866a-48ce-a43d-5af9134d46a1" + "NORTHEUROPE:20200808T060217Z:f0471c00-1725-472c-9000-5ffd9b691ec8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:37:52 GMT" + "Sat, 08 Aug 2020 06:02:17 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B7F84F4B2FF25989321E4E4D9058AF27\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"AB18C6C5E29A0D66C841167A9C0B3234\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8407\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet759\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "f5c40f66-62f2-48dc-b96a-1d4457b633bd" + "ea5ea6dc-dd63-40ed-bf9b-0b5b148ad15c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "A122A29355E3A833CFB2BC77D39D7C22" + "1067D6D9D3E41B08BEB019C7DBDB7731" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2350" + "2349" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803794B3BF7F9\"" + "W/\"0x8D83B609DEB38A1\"" ], "Location": [ - "https://azs-7954.search-dogfood.windows-int.net/indexes('azsmnet8407')?api-version=2019-05-06" + "https://azs-7705.search-dogfood.windows-int.net/indexes('azsmnet759')?api-version=2019-05-06" ], "request-id": [ - "f5c40f66-62f2-48dc-b96a-1d4457b633bd" + "ea5ea6dc-dd63-40ed-bf9b-0b5b148ad15c" ], "elapsed-time": [ - "1263" + "3463" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:37:56 GMT" + "Sat, 08 Aug 2020 06:02:22 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,31 +405,31 @@ "-1" ], "Content-Length": [ - "2557" + "2556" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7954.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803794B3BF7F9\\\"\",\r\n \"name\": \"azsmnet8407\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7705.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B609DEB38A1\\\"\",\r\n \"name\": \"azsmnet759\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8134\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8579\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "abb2496a-bf09-428d-8825-789db82b055b" + "73d6aed1-2559-4105-9a6f-d501510fcf35" ], "Accept-Language": [ "en-US" ], "api-key": [ - "A122A29355E3A833CFB2BC77D39D7C22" + "1067D6D9D3E41B08BEB019C7DBDB7731" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803794B541997\"" + "W/\"0x8D83B609E1C66B1\"" ], "Location": [ - "https://azs-7954.search-dogfood.windows-int.net/datasources('azsmnet8134')?api-version=2019-05-06" + "https://azs-7705.search-dogfood.windows-int.net/datasources('azsmnet8579')?api-version=2019-05-06" ], "request-id": [ - "abb2496a-bf09-428d-8825-789db82b055b" + "73d6aed1-2559-4105-9a6f-d501510fcf35" ], "elapsed-time": [ - "33" + "176" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:37:56 GMT" + "Sat, 08 Aug 2020 06:02:22 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "364" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7954.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803794B541997\\\"\",\r\n \"name\": \"azsmnet8134\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7705.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B609E1C66B1\\\"\",\r\n \"name\": \"azsmnet8579\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexers('azsmnet112')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0MTEyJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexers('azsmnet2317')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0MjMxNycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet112\",\r\n \"dataSourceName\": \"azsmnet8134\",\r\n \"targetIndexName\": \"azsmnet8407\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2317\",\r\n \"dataSourceName\": \"azsmnet8579\",\r\n \"targetIndexName\": \"azsmnet759\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "6d6730de-5dc6-4282-9bb7-171735e1e9aa" + "cd3d18c6-ce80-46e3-99cd-9b5c5c2a9ef8" ], "Prefer": [ "return=representation" @@ -499,12 +499,12 @@ "en-US" ], "api-key": [ - "A122A29355E3A833CFB2BC77D39D7C22" + "1067D6D9D3E41B08BEB019C7DBDB7731" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -522,16 +522,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803794C7B7AC6\"" + "W/\"0x8D83B609FB087DC\"" ], "Location": [ - "https://azs-7954.search-dogfood.windows-int.net/indexers('azsmnet112')?api-version=2019-05-06" + "https://azs-7705.search-dogfood.windows-int.net/indexers('azsmnet2317')?api-version=2019-05-06" ], "request-id": [ - "6d6730de-5dc6-4282-9bb7-171735e1e9aa" + "cd3d18c6-ce80-46e3-99cd-9b5c5c2a9ef8" ], "elapsed-time": [ - "717" + "1309" ], "OData-Version": [ "4.0" @@ -543,7 +543,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:37:58 GMT" + "Sat, 08 Aug 2020 06:02:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -555,17 +555,17 @@ "1186" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7954.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803794C7B7AC6\\\"\",\r\n \"name\": \"azsmnet112\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet8134\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet8407\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:37:57.5831188Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7705.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B609FB087DC\\\"\",\r\n \"name\": \"azsmnet2317\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet8579\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet759\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-08T06:02:24.5177147Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexers('azsmnet112')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0MTEyJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexers('azsmnet2317')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0MjMxNycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet112\",\r\n \"description\": \"Mutated Indexer\",\r\n \"dataSourceName\": \"azsmnet8134\",\r\n \"targetIndexName\": \"azsmnet8407\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:37:57.5831188+00:00\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": [],\r\n \"@odata.etag\": \"\\\"0x8D803794C7B7AC6\\\"\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2317\",\r\n \"description\": \"Mutated Indexer\",\r\n \"dataSourceName\": \"azsmnet8579\",\r\n \"targetIndexName\": \"azsmnet759\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-07T23:02:24.5177147-07:00\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": [],\r\n \"@odata.etag\": \"\\\"0x8D83B609FB087DC\\\"\"\r\n}", "RequestHeaders": { "client-request-id": [ - "2bddca79-a4da-4089-8f9f-1e1dad727c29" + "b7d130e3-0e5c-4f76-b013-124f2a0cbe47" ], "Prefer": [ "return=representation" @@ -574,12 +574,12 @@ "en-US" ], "api-key": [ - "A122A29355E3A833CFB2BC77D39D7C22" + "1067D6D9D3E41B08BEB019C7DBDB7731" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -597,13 +597,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803794CA79E55\"" + "W/\"0x8D83B60A05F8FCA\"" ], "request-id": [ - "2bddca79-a4da-4089-8f9f-1e1dad727c29" + "b7d130e3-0e5c-4f76-b013-124f2a0cbe47" ], "elapsed-time": [ - "244" + "845" ], "OData-Version": [ "4.0" @@ -615,7 +615,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:37:58 GMT" + "Sat, 08 Aug 2020 06:02:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -627,31 +627,31 @@ "1199" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7954.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803794CA79E55\\\"\",\r\n \"name\": \"azsmnet112\",\r\n \"description\": \"Mutated Indexer\",\r\n \"dataSourceName\": \"azsmnet8134\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet8407\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:37:57.5831188Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7705.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B60A05F8FCA\\\"\",\r\n \"name\": \"azsmnet2317\",\r\n \"description\": \"Mutated Indexer\",\r\n \"dataSourceName\": \"azsmnet8579\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet759\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-08T06:02:24.5177147Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexers('azsmnet112')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0MTEyJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexers('azsmnet2317')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0MjMxNycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "53580559-6941-45b1-b848-44aed235a771" + "270072c4-8843-4a6e-8a8b-19708ddb9e69" ], "Accept-Language": [ "en-US" ], "If-Match": [ - "\"0x8D803794C7B7AC6\"" + "\"0x8D83B609FB087DC\"" ], "api-key": [ - "A122A29355E3A833CFB2BC77D39D7C22" + "1067D6D9D3E41B08BEB019C7DBDB7731" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -663,10 +663,10 @@ "no-cache" ], "request-id": [ - "53580559-6941-45b1-b848-44aed235a771" + "270072c4-8843-4a6e-8a8b-19708ddb9e69" ], "elapsed-time": [ - "19" + "13" ], "OData-Version": [ "4.0" @@ -678,7 +678,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:37:58 GMT" + "Sat, 08 Aug 2020 06:02:27 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -697,27 +697,27 @@ "StatusCode": 412 }, { - "RequestUri": "/indexers('azsmnet112')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0MTEyJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexers('azsmnet2317')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0MjMxNycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "2deccd91-ef00-4f11-bc2c-143d68e40221" + "342591e4-22b8-4e61-a99c-74e524c6c4f4" ], "Accept-Language": [ "en-US" ], "If-Match": [ - "\"0x8D803794CA79E55\"" + "\"0x8D83B60A05F8FCA\"" ], "api-key": [ - "A122A29355E3A833CFB2BC77D39D7C22" + "1067D6D9D3E41B08BEB019C7DBDB7731" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -729,16 +729,16 @@ "no-cache" ], "request-id": [ - "2deccd91-ef00-4f11-bc2c-143d68e40221" + "342591e4-22b8-4e61-a99c-74e524c6c4f4" ], "elapsed-time": [ - "71" + "62" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:37:58 GMT" + "Sat, 08 Aug 2020 06:02:27 GMT" ], "Expires": [ "-1" @@ -748,21 +748,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6180/providers/Microsoft.Search/searchServices/azs-7954?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3102/providers/Microsoft.Search/searchServices/azs-7705?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NzA1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a811e098-9f15-4327-a7f9-ca103ca6d8b8" + "9d430056-9bbc-449e-b005-0d461bdd2052" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -773,53 +773,44 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14994" + ], "x-ms-request-id": [ - "a811e098-9f15-4327-a7f9-ca103ca6d8b8" + "f155dc20-9de5-409a-8798-acb5f103b2bc" ], - "request-id": [ - "a811e098-9f15-4327-a7f9-ca103ca6d8b8" + "x-ms-correlation-request-id": [ + "f155dc20-9de5-409a-8798-acb5f103b2bc" ], - "elapsed-time": [ - "1406" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T060235Z:f155dc20-9de5-409a-8798-acb5f103b2bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14988" - ], - "x-ms-correlation-request-id": [ - "9325b0fe-97c0-43ee-9aaa-e8746f2634bf" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023802Z:9325b0fe-97c0-43ee-9aaa-e8746f2634bf" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:38:01 GMT" + "Sat, 08 Aug 2020 06:02:35 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6180", - "azsmnet8407", - "azsmnet8134", - "azsmnet112" + "azsmnet3102", + "azsmnet759", + "azsmnet8579", + "azsmnet2317" ], "GenerateServiceName": [ - "azs-7954" + "azs-7705" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/DeleteIndexerIsIdempotent.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/DeleteIndexerIsIdempotent.json index 464ff2c5b27d..be5fb5ee58b9 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/DeleteIndexerIsIdempotent.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/DeleteIndexerIsIdempotent.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "00c5fea8-d20d-44e8-a40f-91d5a5181708" + "ed534350-bcd2-4c5f-8d6c-b36bd2462653" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1194" ], "x-ms-request-id": [ - "45e4a0c0-cb63-41e4-8a23-6b9fe666847e" + "d14202c1-d953-4682-9729-eb3b84f76e23" ], "x-ms-correlation-request-id": [ - "45e4a0c0-cb63-41e4-8a23-6b9fe666847e" + "d14202c1-d953-4682-9729-eb3b84f76e23" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024256Z:45e4a0c0-cb63-41e4-8a23-6b9fe666847e" + "NORTHEUROPE:20200808T061132Z:d14202c1-d953-4682-9729-eb3b84f76e23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:42:55 GMT" + "Sat, 08 Aug 2020 06:11:31 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3368?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMzY4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8074?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MDc0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bf0e041f-c41d-43c0-b58d-1e937eb2041c" + "6078130f-7a40-44d0-9a13-7e2353ea24bb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1196" ], "x-ms-request-id": [ - "2f97a39f-6c3a-42ce-9930-badb90039004" + "b3d62191-ecaa-43e8-b317-01a686ec4bcb" ], "x-ms-correlation-request-id": [ - "2f97a39f-6c3a-42ce-9930-badb90039004" + "b3d62191-ecaa-43e8-b317-01a686ec4bcb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024256Z:2f97a39f-6c3a-42ce-9930-badb90039004" + "NORTHEUROPE:20200808T061132Z:b3d62191-ecaa-43e8-b317-01a686ec4bcb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:42:55 GMT" + "Sat, 08 Aug 2020 06:11:32 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3368\",\r\n \"name\": \"azsmnet3368\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8074\",\r\n \"name\": \"azsmnet8074\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3368/providers/Microsoft.Search/searchServices/azs-3424?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDI0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8074/providers/Microsoft.Search/searchServices/azs-462?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjI/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f179e683-43c1-4044-9969-7909803d7caf" + "34d6a8a0-94f6-4584-9ced-7460bb68c152" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A43%3A01.1836595Z'\"" + "W/\"datetime'2020-08-08T06%3A11%3A39.3313414Z'\"" ], "x-ms-request-id": [ - "f179e683-43c1-4044-9969-7909803d7caf" + "34d6a8a0-94f6-4584-9ced-7460bb68c152" ], "request-id": [ - "f179e683-43c1-4044-9969-7909803d7caf" + "34d6a8a0-94f6-4584-9ced-7460bb68c152" ], "elapsed-time": [ - "1634" + "4167" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1197" ], "x-ms-correlation-request-id": [ - "05dc1a5c-49d7-4a3d-ae3d-2256ab20502a" + "020b6ab0-636d-45b8-8a11-6b2ebbf3dbf9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024301Z:05dc1a5c-49d7-4a3d-ae3d-2256ab20502a" + "NORTHEUROPE:20200808T061141Z:020b6ab0-636d-45b8-8a11-6b2ebbf3dbf9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:43:01 GMT" + "Sat, 08 Aug 2020 06:11:40 GMT" ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3368/providers/Microsoft.Search/searchServices/azs-3424\",\r\n \"name\": \"azs-3424\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8074/providers/Microsoft.Search/searchServices/azs-462\",\r\n \"name\": \"azs-462\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3368/providers/Microsoft.Search/searchServices/azs-3424/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDI0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8074/providers/Microsoft.Search/searchServices/azs-462/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjIvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "00d6b266-413d-40c3-b7c9-8b5421fb378b" + "efb9b4e6-ec19-42cf-a5ff-4ade1673345d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "00d6b266-413d-40c3-b7c9-8b5421fb378b" + "efb9b4e6-ec19-42cf-a5ff-4ade1673345d" ], "request-id": [ - "00d6b266-413d-40c3-b7c9-8b5421fb378b" + "efb9b4e6-ec19-42cf-a5ff-4ade1673345d" ], "elapsed-time": [ - "311" + "483" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1195" ], "x-ms-correlation-request-id": [ - "05a31215-5d8b-4e81-a62e-bf35be11914f" + "5ab3a00d-3838-42a8-b8a9-77de57ddbaa8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024304Z:05a31215-5d8b-4e81-a62e-bf35be11914f" + "NORTHEUROPE:20200808T061143Z:5ab3a00d-3838-42a8-b8a9-77de57ddbaa8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:43:03 GMT" + "Sat, 08 Aug 2020 06:11:42 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"3837F2EF03734649591EDF3823757544\",\r\n \"secondaryKey\": \"7CC370A91E0DC8240108E11803467229\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"5E52D9C2E451578ECF0701B988FD4C17\",\r\n \"secondaryKey\": \"5713A30F928366CE01561B3CD0E19C17\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3368/providers/Microsoft.Search/searchServices/azs-3424/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDI0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8074/providers/Microsoft.Search/searchServices/azs-462/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjIvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1253a562-ee01-4b38-891e-8ed827c00945" + "a45b44ef-2139-442f-8639-b50b8e2fab54" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "1253a562-ee01-4b38-891e-8ed827c00945" + "a45b44ef-2139-442f-8639-b50b8e2fab54" ], "request-id": [ - "1253a562-ee01-4b38-891e-8ed827c00945" + "a45b44ef-2139-442f-8639-b50b8e2fab54" ], "elapsed-time": [ - "553" + "457" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1194" ], "x-ms-correlation-request-id": [ - "68277d2d-3849-434f-8a76-3e60e983ddec" + "8ce63562-91ea-46f1-9cd5-d7e49abf2246" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024305Z:68277d2d-3849-434f-8a76-3e60e983ddec" + "NORTHEUROPE:20200808T061144Z:8ce63562-91ea-46f1-9cd5-d7e49abf2246" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:43:04 GMT" + "Sat, 08 Aug 2020 06:11:43 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"3F820658D6E5F0DFF6ADAFD05F60F1AD\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B23AD8E6BF8A7254588B898B8E754797\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet419\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet13\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "6662aa3a-867f-430b-bbd2-db6f1c1ee72a" + "ec039c75-9d3f-4120-914c-b1bbccfa5c1f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3837F2EF03734649591EDF3823757544" + "5E52D9C2E451578ECF0701B988FD4C17" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2349" + "2348" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037A0510E4A6\"" + "W/\"0x8D83B61EFC76C24\"" ], "Location": [ - "https://azs-3424.search-dogfood.windows-int.net/indexes('azsmnet419')?api-version=2019-05-06" + "https://azs-462.search-dogfood.windows-int.net/indexes('azsmnet13')?api-version=2019-05-06" ], "request-id": [ - "6662aa3a-867f-430b-bbd2-db6f1c1ee72a" + "ec039c75-9d3f-4120-914c-b1bbccfa5c1f" ], "elapsed-time": [ - "1124" + "3218" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:43:07 GMT" + "Sat, 08 Aug 2020 06:11:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,31 +405,31 @@ "-1" ], "Content-Length": [ - "2556" + "2554" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3424.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037A0510E4A6\\\"\",\r\n \"name\": \"azsmnet419\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-462.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B61EFC76C24\\\"\",\r\n \"name\": \"azsmnet13\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7651\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6815\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "5c8a3cf7-3e07-4480-8676-bbe791a1778e" + "e0739a1d-984e-4ff8-9b29-dc43b46c324e" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3837F2EF03734649591EDF3823757544" + "5E52D9C2E451578ECF0701B988FD4C17" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037A052890E7\"" + "W/\"0x8D83B61F00DFC23\"" ], "Location": [ - "https://azs-3424.search-dogfood.windows-int.net/datasources('azsmnet7651')?api-version=2019-05-06" + "https://azs-462.search-dogfood.windows-int.net/datasources('azsmnet6815')?api-version=2019-05-06" ], "request-id": [ - "5c8a3cf7-3e07-4480-8676-bbe791a1778e" + "e0739a1d-984e-4ff8-9b29-dc43b46c324e" ], "elapsed-time": [ - "30" + "208" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:43:07 GMT" + "Sat, 08 Aug 2020 06:11:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -477,31 +477,31 @@ "-1" ], "Content-Length": [ - "364" + "363" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3424.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037A052890E7\\\"\",\r\n \"name\": \"azsmnet7651\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-462.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B61F00DFC23\\\"\",\r\n \"name\": \"azsmnet6815\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexers('azsmnet9659')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0OTY1OScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexers('azsmnet4876')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0NDg3NicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "e986555e-e091-4c99-bd20-c63cfc55964a" + "1cde687e-9a11-4b2e-a880-f53ed8f38b05" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3837F2EF03734649591EDF3823757544" + "5E52D9C2E451578ECF0701B988FD4C17" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "e986555e-e091-4c99-bd20-c63cfc55964a" + "1cde687e-9a11-4b2e-a880-f53ed8f38b05" ], "elapsed-time": [ - "52" + "423" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:43:09 GMT" + "Sat, 08 Aug 2020 06:11:52 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -540,31 +540,31 @@ "-1" ], "Content-Length": [ - "92" + "91" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"Indexer 'azsmnet9659' was not found in service 'azs-3424'.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"Indexer 'azsmnet4876' was not found in service 'azs-462'.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/indexers('azsmnet9659')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0OTY1OScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexers('azsmnet4876')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0NDg3NicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "0d55d3b7-2926-40a7-b211-295c9a6aedcc" + "e10c7632-5582-497e-86df-b0ee3b38a564" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3837F2EF03734649591EDF3823757544" + "5E52D9C2E451578ECF0701B988FD4C17" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -576,16 +576,16 @@ "no-cache" ], "request-id": [ - "0d55d3b7-2926-40a7-b211-295c9a6aedcc" + "e10c7632-5582-497e-86df-b0ee3b38a564" ], "elapsed-time": [ - "91" + "110" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:43:09 GMT" + "Sat, 08 Aug 2020 06:11:54 GMT" ], "Expires": [ "-1" @@ -595,24 +595,24 @@ "StatusCode": 204 }, { - "RequestUri": "/indexers('azsmnet9659')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0OTY1OScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexers('azsmnet4876')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0NDg3NicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "24f4e456-7f1d-42ad-b847-b3cc60387fdb" + "b99e754e-20c4-459a-973d-97ab7fa230ed" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3837F2EF03734649591EDF3823757544" + "5E52D9C2E451578ECF0701B988FD4C17" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -624,10 +624,10 @@ "no-cache" ], "request-id": [ - "24f4e456-7f1d-42ad-b847-b3cc60387fdb" + "b99e754e-20c4-459a-973d-97ab7fa230ed" ], "elapsed-time": [ - "5" + "6" ], "OData-Version": [ "4.0" @@ -639,7 +639,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:43:09 GMT" + "Sat, 08 Aug 2020 06:11:54 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -651,38 +651,38 @@ "-1" ], "Content-Length": [ - "92" + "91" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"Indexer 'azsmnet9659' was not found in service 'azs-3424'.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"Indexer 'azsmnet4876' was not found in service 'azs-462'.\"\r\n }\r\n}", "StatusCode": 404 }, { "RequestUri": "/indexers?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXJzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9659\",\r\n \"dataSourceName\": \"azsmnet7651\",\r\n \"targetIndexName\": \"azsmnet419\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4876\",\r\n \"dataSourceName\": \"azsmnet6815\",\r\n \"targetIndexName\": \"azsmnet13\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8e84cc38-6583-4666-85a0-a66236aa7064" + "c9871c8c-451c-4ae5-9717-fa0a38bc6abd" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3837F2EF03734649591EDF3823757544" + "5E52D9C2E451578ECF0701B988FD4C17" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1260" + "1259" ] }, "ResponseHeaders": { @@ -693,16 +693,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037A063313F3\"" + "W/\"0x8D83B61F23643B8\"" ], "Location": [ - "https://azs-3424.search-dogfood.windows-int.net/indexers('azsmnet9659')?api-version=2019-05-06" + "https://azs-462.search-dogfood.windows-int.net/indexers('azsmnet4876')?api-version=2019-05-06" ], "request-id": [ - "8e84cc38-6583-4666-85a0-a66236aa7064" + "c9871c8c-451c-4ae5-9717-fa0a38bc6abd" ], "elapsed-time": [ - "263" + "1907" ], "OData-Version": [ "4.0" @@ -714,7 +714,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:43:09 GMT" + "Sat, 08 Aug 2020 06:11:54 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -723,28 +723,28 @@ "-1" ], "Content-Length": [ - "1186" + "1183" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3424.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037A063313F3\\\"\",\r\n \"name\": \"azsmnet9659\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet7651\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet419\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:43:09.6635932Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-462.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B61F23643B8\\\"\",\r\n \"name\": \"azsmnet4876\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet6815\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet13\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-08T06:11:52.196588Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3368/providers/Microsoft.Search/searchServices/azs-3424?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDI0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8074/providers/Microsoft.Search/searchServices/azs-462?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjI/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "817a53c2-2be5-4340-bad1-17ae3017581d" + "0997a09c-9e67-4801-a7f6-4e2fa29837d9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -755,53 +755,44 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14996" + ], "x-ms-request-id": [ - "817a53c2-2be5-4340-bad1-17ae3017581d" + "8777b519-534d-4fee-b94b-1d08aef59136" ], - "request-id": [ - "817a53c2-2be5-4340-bad1-17ae3017581d" + "x-ms-correlation-request-id": [ + "8777b519-534d-4fee-b94b-1d08aef59136" ], - "elapsed-time": [ - "862" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T061242Z:8777b519-534d-4fee-b94b-1d08aef59136" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14984" - ], - "x-ms-correlation-request-id": [ - "5b3478a8-cd11-4dee-8dcc-fc184b59ed98" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024314Z:5b3478a8-cd11-4dee-8dcc-fc184b59ed98" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:43:13 GMT" + "Sat, 08 Aug 2020 06:12:41 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet3368", - "azsmnet419", - "azsmnet7651", - "azsmnet9659" + "azsmnet8074", + "azsmnet13", + "azsmnet6815", + "azsmnet4876" ], "GenerateServiceName": [ - "azs-3424" + "azs-462" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/ExistsReturnsFalseForNonExistingIndexer.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/ExistsReturnsFalseForNonExistingIndexer.json index e2ccd010236d..75248032ca03 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/ExistsReturnsFalseForNonExistingIndexer.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/ExistsReturnsFalseForNonExistingIndexer.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e4feddf4-c3ab-4bfe-ad7f-944e875e31c6" + "818bfb86-5d33-40f3-a87e-6fe49e611566" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1193" ], "x-ms-request-id": [ - "d8f7d88a-ab1e-4efb-b107-235b68978583" + "2a3de9f6-4eed-4575-8cf4-9704babe343c" ], "x-ms-correlation-request-id": [ - "d8f7d88a-ab1e-4efb-b107-235b68978583" + "2a3de9f6-4eed-4575-8cf4-9704babe343c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024403Z:d8f7d88a-ab1e-4efb-b107-235b68978583" + "NORTHEUROPE:20200808T061354Z:2a3de9f6-4eed-4575-8cf4-9704babe343c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:44:03 GMT" + "Sat, 08 Aug 2020 06:13:54 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7486?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NDg2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6139?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MTM5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "057d85aa-44e3-4fc2-9b1d-18af5054c146" + "96586344-064f-47a0-8ffa-ddbe29b2f2f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1195" ], "x-ms-request-id": [ - "559fcc49-2f6b-42de-b336-83b399f66c16" + "dfb2eec7-810e-491d-8752-15c25b0339d0" ], "x-ms-correlation-request-id": [ - "559fcc49-2f6b-42de-b336-83b399f66c16" + "dfb2eec7-810e-491d-8752-15c25b0339d0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024404Z:559fcc49-2f6b-42de-b336-83b399f66c16" + "NORTHEUROPE:20200808T061356Z:dfb2eec7-810e-491d-8752-15c25b0339d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:44:03 GMT" + "Sat, 08 Aug 2020 06:13:56 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7486\",\r\n \"name\": \"azsmnet7486\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6139\",\r\n \"name\": \"azsmnet6139\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7486/providers/Microsoft.Search/searchServices/azs-9357?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MzU3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6139/providers/Microsoft.Search/searchServices/azs-4921?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTIxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "db009ae7-c7da-4e01-b5f1-c7ecb060e8f2" + "6b3fc419-6a2a-45d6-afd6-86480e6e9e33" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A44%3A09.0132415Z'\"" + "W/\"datetime'2020-08-08T06%3A14%3A00.0798952Z'\"" ], "x-ms-request-id": [ - "db009ae7-c7da-4e01-b5f1-c7ecb060e8f2" + "6b3fc419-6a2a-45d6-afd6-86480e6e9e33" ], "request-id": [ - "db009ae7-c7da-4e01-b5f1-c7ecb060e8f2" + "6b3fc419-6a2a-45d6-afd6-86480e6e9e33" ], "elapsed-time": [ - "2119" + "1444" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1195" ], "x-ms-correlation-request-id": [ - "420c728c-4e2c-4370-ad56-9ff7bb85990a" + "973598b8-048e-42f6-96e4-de91df83b155" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024409Z:420c728c-4e2c-4370-ad56-9ff7bb85990a" + "NORTHEUROPE:20200808T061401Z:973598b8-048e-42f6-96e4-de91df83b155" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:44:09 GMT" + "Sat, 08 Aug 2020 06:14:00 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7486/providers/Microsoft.Search/searchServices/azs-9357\",\r\n \"name\": \"azs-9357\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6139/providers/Microsoft.Search/searchServices/azs-4921\",\r\n \"name\": \"azs-4921\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7486/providers/Microsoft.Search/searchServices/azs-9357/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MzU3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6139/providers/Microsoft.Search/searchServices/azs-4921/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTIxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "01e2a578-97eb-4aae-8c0d-9cf253f672d0" + "fbc29bfb-5815-4c8d-ab94-7d558cf9d960" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "01e2a578-97eb-4aae-8c0d-9cf253f672d0" + "fbc29bfb-5815-4c8d-ab94-7d558cf9d960" ], "request-id": [ - "01e2a578-97eb-4aae-8c0d-9cf253f672d0" + "fbc29bfb-5815-4c8d-ab94-7d558cf9d960" ], "elapsed-time": [ - "99" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1194" ], "x-ms-correlation-request-id": [ - "368d466c-931b-4051-8273-fc6fe53df582" + "1c8f1f71-2d98-407d-87f6-66829d1e85a1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024411Z:368d466c-931b-4051-8273-fc6fe53df582" + "NORTHEUROPE:20200808T061403Z:1c8f1f71-2d98-407d-87f6-66829d1e85a1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:44:11 GMT" + "Sat, 08 Aug 2020 06:14:02 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"D13077E08F327156EDF3A88CEE144B8C\",\r\n \"secondaryKey\": \"DDFC4F299C2C904F9C774AFFD47155E6\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"038F5C4D99D645D49984048C0138655D\",\r\n \"secondaryKey\": \"FC3EC26A1DE59402821A8FB571542B4A\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7486/providers/Microsoft.Search/searchServices/azs-9357/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MzU3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6139/providers/Microsoft.Search/searchServices/azs-4921/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTIxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fa5cb2bf-38ce-48d6-97d9-d21e0d288165" + "175e621a-292c-440b-bdbb-8582c011f05c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "fa5cb2bf-38ce-48d6-97d9-d21e0d288165" + "175e621a-292c-440b-bdbb-8582c011f05c" ], "request-id": [ - "fa5cb2bf-38ce-48d6-97d9-d21e0d288165" + "175e621a-292c-440b-bdbb-8582c011f05c" ], "elapsed-time": [ - "97" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1176" + "1193" ], "x-ms-correlation-request-id": [ - "ca3d6394-3464-4cba-b7ed-4cae42ab8423" + "e2b9e326-2cb8-455c-8415-48aedb392fa0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024412Z:ca3d6394-3464-4cba-b7ed-4cae42ab8423" + "NORTHEUROPE:20200808T061403Z:e2b9e326-2cb8-455c-8415-48aedb392fa0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:44:11 GMT" + "Sat, 08 Aug 2020 06:14:03 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"350A2776BAD39241C964C0171B932F30\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"BD16C491D2C2A30576077D09F03FD4A4\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7954\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet576\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "07420bb3-c23c-4ecb-827f-f5b136569173" + "882cfcc5-ea7f-4363-9195-17a9269b4586" ], "Accept-Language": [ "en-US" ], "api-key": [ - "D13077E08F327156EDF3A88CEE144B8C" + "038F5C4D99D645D49984048C0138655D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2350" + "2349" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037A2CDEAC42\"" + "W/\"0x8D83B62415DDD83\"" ], "Location": [ - "https://azs-9357.search-dogfood.windows-int.net/indexes('azsmnet7954')?api-version=2019-05-06" + "https://azs-4921.search-dogfood.windows-int.net/indexes('azsmnet576')?api-version=2019-05-06" ], "request-id": [ - "07420bb3-c23c-4ecb-827f-f5b136569173" + "882cfcc5-ea7f-4363-9195-17a9269b4586" ], "elapsed-time": [ - "1186" + "781" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:44:14 GMT" + "Sat, 08 Aug 2020 06:14:06 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,31 +405,31 @@ "-1" ], "Content-Length": [ - "2557" + "2556" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9357.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037A2CDEAC42\\\"\",\r\n \"name\": \"azsmnet7954\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4921.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B62415DDD83\\\"\",\r\n \"name\": \"azsmnet576\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7221\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6586\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "be44835c-c9aa-46e0-b606-fc91199d88b6" + "448c4f22-2600-4289-a254-7b2b6f41d844" ], "Accept-Language": [ "en-US" ], "api-key": [ - "D13077E08F327156EDF3A88CEE144B8C" + "038F5C4D99D645D49984048C0138655D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037A2CFA783F\"" + "W/\"0x8D83B624179827D\"" ], "Location": [ - "https://azs-9357.search-dogfood.windows-int.net/datasources('azsmnet7221')?api-version=2019-05-06" + "https://azs-4921.search-dogfood.windows-int.net/datasources('azsmnet6586')?api-version=2019-05-06" ], "request-id": [ - "be44835c-c9aa-46e0-b606-fc91199d88b6" + "448c4f22-2600-4289-a254-7b2b6f41d844" ], "elapsed-time": [ - "40" + "49" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:44:14 GMT" + "Sat, 08 Aug 2020 06:14:06 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,7 +480,7 @@ "364" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9357.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037A2CFA783F\\\"\",\r\n \"name\": \"azsmnet7221\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4921.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B624179827D\\\"\",\r\n \"name\": \"azsmnet6586\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { @@ -490,18 +490,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "08079d2a-73af-4563-976a-3680904f2744" + "17bac46b-9bad-4dcd-bfb9-145cf4a884cc" ], "Accept-Language": [ "en-US" ], "api-key": [ - "D13077E08F327156EDF3A88CEE144B8C" + "038F5C4D99D645D49984048C0138655D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "08079d2a-73af-4563-976a-3680904f2744" + "17bac46b-9bad-4dcd-bfb9-145cf4a884cc" ], "elapsed-time": [ - "37" + "119" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:44:16 GMT" + "Sat, 08 Aug 2020 06:14:09 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -543,25 +543,25 @@ "95" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"Indexer 'invalidindexer' was not found in service 'azs-9357'.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"Indexer 'invalidindexer' was not found in service 'azs-4921'.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7486/providers/Microsoft.Search/searchServices/azs-9357?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MzU3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6139/providers/Microsoft.Search/searchServices/azs-4921?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTIxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "66a37237-7360-43b7-8107-fd0ded08cf6f" + "4cf1dc0e-0438-44b0-8c24-13ddc91864f1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -572,52 +572,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14993" + ], "x-ms-request-id": [ - "66a37237-7360-43b7-8107-fd0ded08cf6f" + "3cf7ff09-475f-4923-92d2-4802ce0a3996" ], - "request-id": [ - "66a37237-7360-43b7-8107-fd0ded08cf6f" + "x-ms-correlation-request-id": [ + "3cf7ff09-475f-4923-92d2-4802ce0a3996" ], - "elapsed-time": [ - "846" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T061418Z:3cf7ff09-475f-4923-92d2-4802ce0a3996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14982" - ], - "x-ms-correlation-request-id": [ - "87b2b5b2-7e62-4697-a5fa-f03647ce3382" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024419Z:87b2b5b2-7e62-4697-a5fa-f03647ce3382" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:44:19 GMT" + "Sat, 08 Aug 2020 06:14:18 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7486", - "azsmnet7954", - "azsmnet7221" + "azsmnet6139", + "azsmnet576", + "azsmnet6586" ], "GenerateServiceName": [ - "azs-9357" + "azs-4921" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/ExistsReturnsTrueForExistingIndexer.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/ExistsReturnsTrueForExistingIndexer.json index c21893f04dc2..64c67c86867f 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/ExistsReturnsTrueForExistingIndexer.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/ExistsReturnsTrueForExistingIndexer.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eea000dd-76d7-4a12-8e67-087d730ee938" + "79f78413-b6df-4e79-83f1-3b5afbdb8065" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1197" ], "x-ms-request-id": [ - "844d68b8-98e5-417c-a875-21dd1bbc281a" + "c57e54e7-afea-472f-b857-2d09731f898a" ], "x-ms-correlation-request-id": [ - "844d68b8-98e5-417c-a875-21dd1bbc281a" + "c57e54e7-afea-472f-b857-2d09731f898a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023659Z:844d68b8-98e5-417c-a875-21dd1bbc281a" + "NORTHEUROPE:20200808T060036Z:c57e54e7-afea-472f-b857-2d09731f898a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:36:59 GMT" + "Sat, 08 Aug 2020 06:00:35 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6080?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MDgwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3221?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMjIxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "81ab9c48-a425-4286-9fa7-494d8e54b215" + "0c2bd6e9-9ca9-4188-aad4-8b9807678385" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1198" ], "x-ms-request-id": [ - "32159e25-0753-450f-b261-d9c8f4fb32d2" + "cbb77eed-c942-46dd-b339-1d92344ffb5d" ], "x-ms-correlation-request-id": [ - "32159e25-0753-450f-b261-d9c8f4fb32d2" + "cbb77eed-c942-46dd-b339-1d92344ffb5d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023700Z:32159e25-0753-450f-b261-d9c8f4fb32d2" + "NORTHEUROPE:20200808T060037Z:cbb77eed-c942-46dd-b339-1d92344ffb5d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:36:59 GMT" + "Sat, 08 Aug 2020 06:00:37 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6080\",\r\n \"name\": \"azsmnet6080\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3221\",\r\n \"name\": \"azsmnet3221\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6080/providers/Microsoft.Search/searchServices/azs-8299?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MDgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04Mjk5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3221/providers/Microsoft.Search/searchServices/azs-7021?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMjIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MDIxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "03e5ef39-ab64-4a29-b0fd-b3d87d35e845" + "dac665f0-fea9-4166-a37a-5a895fe23b02" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A37%3A04.5573185Z'\"" + "W/\"datetime'2020-08-08T06%3A00%3A41.9113004Z'\"" ], "x-ms-request-id": [ - "03e5ef39-ab64-4a29-b0fd-b3d87d35e845" + "dac665f0-fea9-4166-a37a-5a895fe23b02" ], "request-id": [ - "03e5ef39-ab64-4a29-b0fd-b3d87d35e845" + "dac665f0-fea9-4166-a37a-5a895fe23b02" ], "elapsed-time": [ - "1902" + "2922" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1198" ], "x-ms-correlation-request-id": [ - "bada1f9b-61e1-4e6e-98ac-545e049bd1ab" + "cf28f1f5-20b5-41a8-8f1f-5819d5c3c8bd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023705Z:bada1f9b-61e1-4e6e-98ac-545e049bd1ab" + "NORTHEUROPE:20200808T060044Z:cf28f1f5-20b5-41a8-8f1f-5819d5c3c8bd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:37:04 GMT" + "Sat, 08 Aug 2020 06:00:43 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6080/providers/Microsoft.Search/searchServices/azs-8299\",\r\n \"name\": \"azs-8299\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3221/providers/Microsoft.Search/searchServices/azs-7021\",\r\n \"name\": \"azs-7021\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6080/providers/Microsoft.Search/searchServices/azs-8299/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MDgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04Mjk5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3221/providers/Microsoft.Search/searchServices/azs-7021/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMjIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MDIxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83aab641-6bea-4031-acb9-8e190a8ab586" + "e85e9e27-ba1a-479e-a99e-aa8e7757defd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "83aab641-6bea-4031-acb9-8e190a8ab586" + "e85e9e27-ba1a-479e-a99e-aa8e7757defd" ], "request-id": [ - "83aab641-6bea-4031-acb9-8e190a8ab586" + "e85e9e27-ba1a-479e-a99e-aa8e7757defd" ], "elapsed-time": [ - "312" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1197" ], "x-ms-correlation-request-id": [ - "1ed7a2c0-13a4-45ee-aab1-44acac09b28d" + "21f029b1-cfce-40a2-b26c-1c6b11659431" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023707Z:1ed7a2c0-13a4-45ee-aab1-44acac09b28d" + "NORTHEUROPE:20200808T060046Z:21f029b1-cfce-40a2-b26c-1c6b11659431" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:37:06 GMT" + "Sat, 08 Aug 2020 06:00:46 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"ADD0998509670A7EF16DED3FFA7E08F6\",\r\n \"secondaryKey\": \"20C7F8B6E7096F2386A5A36E5719072A\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"D0F423B0873B45D5051C245E9650499A\",\r\n \"secondaryKey\": \"B78BEEDA15EE37466EA8E73AB1CEAED5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6080/providers/Microsoft.Search/searchServices/azs-8299/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MDgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04Mjk5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3221/providers/Microsoft.Search/searchServices/azs-7021/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMjIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MDIxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "abbb3ca1-116d-4a5d-94d8-0bf10284bec4" + "02b2e40f-1b7e-4e30-b34a-852c31b2ba89" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "abbb3ca1-116d-4a5d-94d8-0bf10284bec4" + "02b2e40f-1b7e-4e30-b34a-852c31b2ba89" ], "request-id": [ - "abbb3ca1-116d-4a5d-94d8-0bf10284bec4" + "02b2e40f-1b7e-4e30-b34a-852c31b2ba89" ], "elapsed-time": [ - "510" + "357" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1196" ], "x-ms-correlation-request-id": [ - "b1b90a4c-7de2-46e8-b206-6904f3929035" + "336eb010-55d2-46cf-a560-a3cdfed34f75" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023708Z:b1b90a4c-7de2-46e8-b206-6904f3929035" + "NORTHEUROPE:20200808T060047Z:336eb010-55d2-46cf-a560-a3cdfed34f75" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:37:07 GMT" + "Sat, 08 Aug 2020 06:00:47 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"3D310D10F2805CDB0025B11EB41AF526\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"7370D5C9AB84789615A80CF46BD13A30\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6404\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8591\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8f7b1f08-96a4-47de-834e-025cbf6c2203" + "e583afaa-221f-4f69-ad1c-36e68704c3b4" ], "Accept-Language": [ "en-US" ], "api-key": [ - "ADD0998509670A7EF16DED3FFA7E08F6" + "D0F423B0873B45D5051C245E9650499A" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379304B27C2\"" + "W/\"0x8D83B60668679F9\"" ], "Location": [ - "https://azs-8299.search-dogfood.windows-int.net/indexes('azsmnet6404')?api-version=2019-05-06" + "https://azs-7021.search-dogfood.windows-int.net/indexes('azsmnet8591')?api-version=2019-05-06" ], "request-id": [ - "8f7b1f08-96a4-47de-834e-025cbf6c2203" + "e583afaa-221f-4f69-ad1c-36e68704c3b4" ], "elapsed-time": [ - "1202" + "783" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:37:10 GMT" + "Sat, 08 Aug 2020 06:00:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "2557" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8299.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379304B27C2\\\"\",\r\n \"name\": \"azsmnet6404\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7021.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B60668679F9\\\"\",\r\n \"name\": \"azsmnet8591\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3315\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9097\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "b0116e40-02c0-4dda-9bbe-1d19e93c3bf7" + "15da16aa-084f-456b-ac2e-26c79ffbe2e7" ], "Accept-Language": [ "en-US" ], "api-key": [ - "ADD0998509670A7EF16DED3FFA7E08F6" + "D0F423B0873B45D5051C245E9650499A" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803793064A94B\"" + "W/\"0x8D83B6066B4C12C\"" ], "Location": [ - "https://azs-8299.search-dogfood.windows-int.net/datasources('azsmnet3315')?api-version=2019-05-06" + "https://azs-7021.search-dogfood.windows-int.net/datasources('azsmnet9097')?api-version=2019-05-06" ], "request-id": [ - "b0116e40-02c0-4dda-9bbe-1d19e93c3bf7" + "15da16aa-084f-456b-ac2e-26c79ffbe2e7" ], "elapsed-time": [ - "32" + "150" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:37:10 GMT" + "Sat, 08 Aug 2020 06:00:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,28 +480,28 @@ "364" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8299.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803793064A94B\\\"\",\r\n \"name\": \"azsmnet3315\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7021.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6066B4C12C\\\"\",\r\n \"name\": \"azsmnet9097\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexers?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXJzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9635\",\r\n \"dataSourceName\": \"azsmnet3315\",\r\n \"targetIndexName\": \"azsmnet6404\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1133\",\r\n \"dataSourceName\": \"azsmnet9097\",\r\n \"targetIndexName\": \"azsmnet8591\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "1b9f1566-da6f-4d7a-ad25-62e500c0dbfc" + "7da7b0a6-6197-423f-b79e-2f34dda96d35" ], "Accept-Language": [ "en-US" ], "api-key": [ - "ADD0998509670A7EF16DED3FFA7E08F6" + "D0F423B0873B45D5051C245E9650499A" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -519,16 +519,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379321B4CEC\"" + "W/\"0x8D83B60686A0711\"" ], "Location": [ - "https://azs-8299.search-dogfood.windows-int.net/indexers('azsmnet9635')?api-version=2019-05-06" + "https://azs-7021.search-dogfood.windows-int.net/indexers('azsmnet1133')?api-version=2019-05-06" ], "request-id": [ - "1b9f1566-da6f-4d7a-ad25-62e500c0dbfc" + "7da7b0a6-6197-423f-b79e-2f34dda96d35" ], "elapsed-time": [ - "2024" + "1781" ], "OData-Version": [ "4.0" @@ -540,7 +540,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:37:14 GMT" + "Sat, 08 Aug 2020 06:00:53 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -552,28 +552,28 @@ "1187" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8299.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379321B4CEC\\\"\",\r\n \"name\": \"azsmnet9635\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet3315\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet6404\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:37:12.7715054Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7021.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B60686A0711\\\"\",\r\n \"name\": \"azsmnet1133\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet9097\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet8591\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-08T06:00:51.7449144Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexers('azsmnet9635')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0OTYzNScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexers('azsmnet1133')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0MTEzMycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "a66ee20c-9783-4121-a5f3-7c7317721081" + "ba6228b7-7201-4898-ad7a-2aaebe5a7201" ], "Accept-Language": [ "en-US" ], "api-key": [ - "ADD0998509670A7EF16DED3FFA7E08F6" + "D0F423B0873B45D5051C245E9650499A" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -585,13 +585,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379321B4CEC\"" + "W/\"0x8D83B60686A0711\"" ], "request-id": [ - "a66ee20c-9783-4121-a5f3-7c7317721081" + "ba6228b7-7201-4898-ad7a-2aaebe5a7201" ], "elapsed-time": [ - "18" + "11" ], "OData-Version": [ "4.0" @@ -603,7 +603,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:37:14 GMT" + "Sat, 08 Aug 2020 06:00:53 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -615,25 +615,25 @@ "1183" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8299.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379321B4CEC\\\"\",\r\n \"name\": \"azsmnet9635\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet3315\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet6404\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:37:12.771Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7021.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B60686A0711\\\"\",\r\n \"name\": \"azsmnet1133\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet9097\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet8591\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-08T06:00:51.744Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6080/providers/Microsoft.Search/searchServices/azs-8299?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MDgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04Mjk5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3221/providers/Microsoft.Search/searchServices/azs-7021?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMjIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MDIxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b601cb33-ce45-4c31-bb5f-e7b0a4aeb9d0" + "877d1923-8cf0-49fb-81b1-6798bbe513b9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -644,53 +644,44 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], "x-ms-request-id": [ - "b601cb33-ce45-4c31-bb5f-e7b0a4aeb9d0" + "a6f2f69a-0df9-45f0-8faf-e0834cfbea27" ], - "request-id": [ - "b601cb33-ce45-4c31-bb5f-e7b0a4aeb9d0" + "x-ms-correlation-request-id": [ + "a6f2f69a-0df9-45f0-8faf-e0834cfbea27" ], - "elapsed-time": [ - "803" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T060121Z:a6f2f69a-0df9-45f0-8faf-e0834cfbea27" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14989" - ], - "x-ms-correlation-request-id": [ - "6f57d54f-c99c-4bb8-9274-b1a54a8239df" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023718Z:6f57d54f-c99c-4bb8-9274-b1a54a8239df" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:37:18 GMT" + "Sat, 08 Aug 2020 06:01:21 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6080", - "azsmnet6404", - "azsmnet3315", - "azsmnet9635" + "azsmnet3221", + "azsmnet8591", + "azsmnet9097", + "azsmnet1133" ], "GenerateServiceName": [ - "azs-8299" + "azs-7021" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/GetIndexerThrowsOnNotFound.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/GetIndexerThrowsOnNotFound.json index 6d23345893df..34cb7fad98df 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/GetIndexerThrowsOnNotFound.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/GetIndexerThrowsOnNotFound.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4aa51f78-b177-4262-a5c1-d090ef025302" + "46f702d5-1f7d-445a-90e4-ae8e48b23b3d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1190" ], "x-ms-request-id": [ - "453c1030-5582-4bfb-829a-5c6bf198c57f" + "78c826d1-035f-4191-88e5-545cbeb4097a" ], "x-ms-correlation-request-id": [ - "453c1030-5582-4bfb-829a-5c6bf198c57f" + "78c826d1-035f-4191-88e5-545cbeb4097a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024150Z:453c1030-5582-4bfb-829a-5c6bf198c57f" + "NORTHEUROPE:20200808T060952Z:78c826d1-035f-4191-88e5-545cbeb4097a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:41:50 GMT" + "Sat, 08 Aug 2020 06:09:51 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5679?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1Njc5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6597?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2NTk3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3253dc55-7052-494d-88d8-82316c2cb150" + "a5bac1ff-4e29-4a7a-8c21-2d2ec90a40f3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1195" ], "x-ms-request-id": [ - "e492749d-d2cd-457c-bc35-475b4edde071" + "80db1bef-9d59-450e-9469-c39da2401432" ], "x-ms-correlation-request-id": [ - "e492749d-d2cd-457c-bc35-475b4edde071" + "80db1bef-9d59-450e-9469-c39da2401432" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024151Z:e492749d-d2cd-457c-bc35-475b4edde071" + "NORTHEUROPE:20200808T060954Z:80db1bef-9d59-450e-9469-c39da2401432" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:41:51 GMT" + "Sat, 08 Aug 2020 06:09:53 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5679\",\r\n \"name\": \"azsmnet5679\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6597\",\r\n \"name\": \"azsmnet6597\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5679/providers/Microsoft.Search/searchServices/azs-7528?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1Njc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTI4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6597/providers/Microsoft.Search/searchServices/azs-6031?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NTk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDMxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "62154205-234e-410a-8888-01b6e3d75c38" + "d36b1245-244b-4e1c-8b58-9a3bee4d95fc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A41%3A54.1817993Z'\"" + "W/\"datetime'2020-08-08T06%3A09%3A58.4384801Z'\"" ], "x-ms-request-id": [ - "62154205-234e-410a-8888-01b6e3d75c38" + "d36b1245-244b-4e1c-8b58-9a3bee4d95fc" ], "request-id": [ - "62154205-234e-410a-8888-01b6e3d75c38" + "d36b1245-244b-4e1c-8b58-9a3bee4d95fc" ], "elapsed-time": [ - "1346" + "1582" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1195" ], "x-ms-correlation-request-id": [ - "c8809765-feed-4318-ad5e-937e1c38c73f" + "ea8d665b-ee4e-4f19-a916-6a52714654e7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024154Z:c8809765-feed-4318-ad5e-937e1c38c73f" + "NORTHEUROPE:20200808T060959Z:ea8d665b-ee4e-4f19-a916-6a52714654e7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:41:54 GMT" + "Sat, 08 Aug 2020 06:09:58 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5679/providers/Microsoft.Search/searchServices/azs-7528\",\r\n \"name\": \"azs-7528\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6597/providers/Microsoft.Search/searchServices/azs-6031\",\r\n \"name\": \"azs-6031\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5679/providers/Microsoft.Search/searchServices/azs-7528/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1Njc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTI4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6597/providers/Microsoft.Search/searchServices/azs-6031/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NTk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDMxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "55ac4bb7-cd75-46fc-b8e0-cb6b5b0f8648" + "652cafd0-7006-44f2-9c2d-c16c6f201ba8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "55ac4bb7-cd75-46fc-b8e0-cb6b5b0f8648" + "652cafd0-7006-44f2-9c2d-c16c6f201ba8" ], "request-id": [ - "55ac4bb7-cd75-46fc-b8e0-cb6b5b0f8648" + "652cafd0-7006-44f2-9c2d-c16c6f201ba8" ], "elapsed-time": [ - "108" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1192" ], "x-ms-correlation-request-id": [ - "a6cefba5-dd5c-4494-818c-6ff88d4fe78e" + "5a32e5ea-8ee2-4dba-8f9e-9ccdc61836c4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024157Z:a6cefba5-dd5c-4494-818c-6ff88d4fe78e" + "NORTHEUROPE:20200808T061001Z:5a32e5ea-8ee2-4dba-8f9e-9ccdc61836c4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:41:57 GMT" + "Sat, 08 Aug 2020 06:10:01 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"DC5F20125EF6142EECD7B90AF12BB390\",\r\n \"secondaryKey\": \"9DFB707DB8A4FB6C3A22D4C7C728CCA8\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"FD6B35CDAECEC4079EBF1967D16837CC\",\r\n \"secondaryKey\": \"67EC005E05796B5F30726BE01AA86A1F\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5679/providers/Microsoft.Search/searchServices/azs-7528/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1Njc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTI4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6597/providers/Microsoft.Search/searchServices/azs-6031/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NTk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDMxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4e47582c-64df-4651-bbdc-094a1bd9af6e" + "5b9d1a2a-8b0c-481b-bc35-0a131536ed0e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4e47582c-64df-4651-bbdc-094a1bd9af6e" + "5b9d1a2a-8b0c-481b-bc35-0a131536ed0e" ], "request-id": [ - "4e47582c-64df-4651-bbdc-094a1bd9af6e" + "5b9d1a2a-8b0c-481b-bc35-0a131536ed0e" ], "elapsed-time": [ - "98" + "92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1191" ], "x-ms-correlation-request-id": [ - "65e67d66-7a86-4e1e-85e5-2589d0d4e86b" + "74062754-78f2-4f07-b3ae-be7b387f86c9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024157Z:65e67d66-7a86-4e1e-85e5-2589d0d4e86b" + "NORTHEUROPE:20200808T061002Z:74062754-78f2-4f07-b3ae-be7b387f86c9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:41:57 GMT" + "Sat, 08 Aug 2020 06:10:01 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"DE9DB8362E69E2C4AE5ADCD7A6B284FA\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"21CA92E2C6AAE38D4040BDE974681B02\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8236\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1479\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "4440bc5c-bbee-428a-9a52-e45f78cf7879" + "bbe1d8d4-9141-4954-be0e-234d681dce31" ], "Accept-Language": [ "en-US" ], "api-key": [ - "DC5F20125EF6142EECD7B90AF12BB390" + "FD6B35CDAECEC4079EBF1967D16837CC" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379DCB788C8\"" + "W/\"0x8D83B61B1380E5E\"" ], "Location": [ - "https://azs-7528.search-dogfood.windows-int.net/indexes('azsmnet8236')?api-version=2019-05-06" + "https://azs-6031.search-dogfood.windows-int.net/indexes('azsmnet1479')?api-version=2019-05-06" ], "request-id": [ - "4440bc5c-bbee-428a-9a52-e45f78cf7879" + "bbe1d8d4-9141-4954-be0e-234d681dce31" ], "elapsed-time": [ - "1206" + "824" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:41:59 GMT" + "Sat, 08 Aug 2020 06:10:04 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "2557" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7528.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379DCB788C8\\\"\",\r\n \"name\": \"azsmnet8236\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6031.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B61B1380E5E\\\"\",\r\n \"name\": \"azsmnet1479\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2830\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6548\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "25a92290-0ba9-4dd3-aaee-a27af1ceb8ea" + "abf31efc-82c4-4589-a536-d526a3a3a91d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "DC5F20125EF6142EECD7B90AF12BB390" + "FD6B35CDAECEC4079EBF1967D16837CC" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379DCD13166\"" + "W/\"0x8D83B61B14F6C96\"" ], "Location": [ - "https://azs-7528.search-dogfood.windows-int.net/datasources('azsmnet2830')?api-version=2019-05-06" + "https://azs-6031.search-dogfood.windows-int.net/datasources('azsmnet6548')?api-version=2019-05-06" ], "request-id": [ - "25a92290-0ba9-4dd3-aaee-a27af1ceb8ea" + "abf31efc-82c4-4589-a536-d526a3a3a91d" ], "elapsed-time": [ - "35" + "32" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:42:00 GMT" + "Sat, 08 Aug 2020 06:10:04 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,7 +480,7 @@ "364" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7528.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379DCD13166\\\"\",\r\n \"name\": \"azsmnet2830\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6031.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B61B14F6C96\\\"\",\r\n \"name\": \"azsmnet6548\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { @@ -490,18 +490,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "0a9a1011-7614-4d58-8608-acbae0e5a9e9" + "d8ab5c42-50fc-4233-a919-fd63f3a78eb0" ], "Accept-Language": [ "en-US" ], "api-key": [ - "DC5F20125EF6142EECD7B90AF12BB390" + "FD6B35CDAECEC4079EBF1967D16837CC" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "0a9a1011-7614-4d58-8608-acbae0e5a9e9" + "d8ab5c42-50fc-4233-a919-fd63f3a78eb0" ], "elapsed-time": [ - "6" + "53" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:42:01 GMT" + "Sat, 08 Aug 2020 06:10:06 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -543,25 +543,25 @@ "104" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"Indexer 'thisindexerdoesnotexist' was not found in service 'azs-7528'.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"Indexer 'thisindexerdoesnotexist' was not found in service 'azs-6031'.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5679/providers/Microsoft.Search/searchServices/azs-7528?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1Njc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTI4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6597/providers/Microsoft.Search/searchServices/azs-6031?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NTk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDMxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bd2d314b-896b-4afe-8023-5078003be0b0" + "717b71b0-5d7c-4ae9-9762-5cea73d86b3d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -572,52 +572,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14994" + ], "x-ms-request-id": [ - "bd2d314b-896b-4afe-8023-5078003be0b0" + "0c05aea9-da23-4449-a067-1476a888152b" ], - "request-id": [ - "bd2d314b-896b-4afe-8023-5078003be0b0" + "x-ms-correlation-request-id": [ + "0c05aea9-da23-4449-a067-1476a888152b" ], - "elapsed-time": [ - "1994" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T061014Z:0c05aea9-da23-4449-a067-1476a888152b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14984" - ], - "x-ms-correlation-request-id": [ - "2d1ab1bd-fbd6-481b-9363-401963cd3033" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024207Z:2d1ab1bd-fbd6-481b-9363-401963cd3033" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:42:07 GMT" + "Sat, 08 Aug 2020 06:10:14 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5679", - "azsmnet8236", - "azsmnet2830" + "azsmnet6597", + "azsmnet1479", + "azsmnet6548" ], "GenerateServiceName": [ - "azs-7528" + "azs-6031" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/UpdateIndexerIfExistsFailsOnNoResource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/UpdateIndexerIfExistsFailsOnNoResource.json index 8bc9a455603e..e8469c2ea08a 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/UpdateIndexerIfExistsFailsOnNoResource.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/UpdateIndexerIfExistsFailsOnNoResource.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d5acc20-6956-4b96-9f23-2ac3e0c07d1f" + "cb20a4c5-23ab-4aea-928a-2aed41ab2eea" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1195" ], "x-ms-request-id": [ - "a830cce8-7ca9-454d-94c3-f72dda33821d" + "5e0c3041-bc6f-4c5b-9e5b-7066ac9820dd" ], "x-ms-correlation-request-id": [ - "a830cce8-7ca9-454d-94c3-f72dda33821d" + "5e0c3041-bc6f-4c5b-9e5b-7066ac9820dd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023724Z:a830cce8-7ca9-454d-94c3-f72dda33821d" + "NORTHEUROPE:20200808T060128Z:5e0c3041-bc6f-4c5b-9e5b-7066ac9820dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:37:23 GMT" + "Sat, 08 Aug 2020 06:01:28 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4921?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0OTIxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1820?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxODIwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "50e41a4d-0f41-4650-9b75-03f619bdde12" + "a8d3383c-a757-4f75-aab5-95d71561c67c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1196" ], "x-ms-request-id": [ - "1125fe85-b667-4ab6-8cc1-1a1409a2093a" + "d9cd2397-5534-4a52-a05b-b8fec734d14a" ], "x-ms-correlation-request-id": [ - "1125fe85-b667-4ab6-8cc1-1a1409a2093a" + "d9cd2397-5534-4a52-a05b-b8fec734d14a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023725Z:1125fe85-b667-4ab6-8cc1-1a1409a2093a" + "NORTHEUROPE:20200808T060129Z:d9cd2397-5534-4a52-a05b-b8fec734d14a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:37:25 GMT" + "Sat, 08 Aug 2020 06:01:29 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4921\",\r\n \"name\": \"azsmnet4921\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1820\",\r\n \"name\": \"azsmnet1820\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4921/providers/Microsoft.Search/searchServices/azs-5906?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTA2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1820/providers/Microsoft.Search/searchServices/azs-8122?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MTIyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5896ad88-5542-4f7a-8725-ae42a628fa18" + "11ae164e-00f6-475c-99e9-f046a82c7644" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A37%3A28.7456378Z'\"" + "W/\"datetime'2020-08-08T06%3A01%3A36.1645357Z'\"" ], "x-ms-request-id": [ - "5896ad88-5542-4f7a-8725-ae42a628fa18" + "11ae164e-00f6-475c-99e9-f046a82c7644" ], "request-id": [ - "5896ad88-5542-4f7a-8725-ae42a628fa18" + "11ae164e-00f6-475c-99e9-f046a82c7644" ], "elapsed-time": [ - "1148" + "3151" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1198" ], "x-ms-correlation-request-id": [ - "e96d61cb-a611-4c23-872f-58892969a04d" + "b93434be-1c35-475d-b540-c1e2d63aea5f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023729Z:e96d61cb-a611-4c23-872f-58892969a04d" + "NORTHEUROPE:20200808T060137Z:b93434be-1c35-475d-b540-c1e2d63aea5f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:37:28 GMT" + "Sat, 08 Aug 2020 06:01:36 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4921/providers/Microsoft.Search/searchServices/azs-5906\",\r\n \"name\": \"azs-5906\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1820/providers/Microsoft.Search/searchServices/azs-8122\",\r\n \"name\": \"azs-8122\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4921/providers/Microsoft.Search/searchServices/azs-5906/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTA2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1820/providers/Microsoft.Search/searchServices/azs-8122/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MTIyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ad9cd71f-705d-4f90-b8cf-61673ce34da1" + "1d06b5bf-ec8b-4e47-8115-f95429173e02" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ad9cd71f-705d-4f90-b8cf-61673ce34da1" + "1d06b5bf-ec8b-4e47-8115-f95429173e02" ], "request-id": [ - "ad9cd71f-705d-4f90-b8cf-61673ce34da1" + "1d06b5bf-ec8b-4e47-8115-f95429173e02" ], "elapsed-time": [ - "95" + "1048" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1197" ], "x-ms-correlation-request-id": [ - "a882ddae-a06a-4dfc-b3b3-2a906b1f2924" + "6a02ce54-34f1-462c-9f92-b221826a513e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023731Z:a882ddae-a06a-4dfc-b3b3-2a906b1f2924" + "NORTHEUROPE:20200808T060140Z:6a02ce54-34f1-462c-9f92-b221826a513e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:37:30 GMT" + "Sat, 08 Aug 2020 06:01:40 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"E89ACFBB710FDC4AB263ED1553D75CCE\",\r\n \"secondaryKey\": \"B59F9961C22C6A82B7EBE64A5BF13B45\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"54F056E96DE8B92E3E2BC69F95352F09\",\r\n \"secondaryKey\": \"BF33754A4903480017CFB3030BE65ED2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4921/providers/Microsoft.Search/searchServices/azs-5906/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTA2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1820/providers/Microsoft.Search/searchServices/azs-8122/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MTIyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f1e7bb0d-74a9-49bc-8854-a4d603c48093" + "52512db5-d384-46d3-bd5b-e60be1c62bde" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f1e7bb0d-74a9-49bc-8854-a4d603c48093" + "52512db5-d384-46d3-bd5b-e60be1c62bde" ], "request-id": [ - "f1e7bb0d-74a9-49bc-8854-a4d603c48093" + "52512db5-d384-46d3-bd5b-e60be1c62bde" ], "elapsed-time": [ - "94" + "973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1196" ], "x-ms-correlation-request-id": [ - "c5530c37-1e33-463f-be19-c26430a44f6b" + "0303aa01-d30d-4d48-af93-b1b800f14a2c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023732Z:c5530c37-1e33-463f-be19-c26430a44f6b" + "NORTHEUROPE:20200808T060142Z:0303aa01-d30d-4d48-af93-b1b800f14a2c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:37:32 GMT" + "Sat, 08 Aug 2020 06:01:42 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"FE805D402578E1477D6DD167A217AAD3\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"972FA01CE180EE375CEEB23E49ACB7CF\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet766\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5578\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "cb570a9d-19f3-4a67-b944-03d9245d5769" + "4bd35409-7235-47fe-b222-724a78bd85bb" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E89ACFBB710FDC4AB263ED1553D75CCE" + "54F056E96DE8B92E3E2BC69F95352F09" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2349" + "2350" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803793E633DA3\"" + "W/\"0x8D83B6087EF2F58\"" ], "Location": [ - "https://azs-5906.search-dogfood.windows-int.net/indexes('azsmnet766')?api-version=2019-05-06" + "https://azs-8122.search-dogfood.windows-int.net/indexes('azsmnet5578')?api-version=2019-05-06" ], "request-id": [ - "cb570a9d-19f3-4a67-b944-03d9245d5769" + "4bd35409-7235-47fe-b222-724a78bd85bb" ], "elapsed-time": [ - "1232" + "1530" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:37:34 GMT" + "Sat, 08 Aug 2020 06:01:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,31 +405,31 @@ "-1" ], "Content-Length": [ - "2556" + "2557" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5906.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803793E633DA3\\\"\",\r\n \"name\": \"azsmnet766\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8122.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6087EF2F58\\\"\",\r\n \"name\": \"azsmnet5578\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8152\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5318\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "ddc1c641-e192-4095-b5cc-72362ac7e845" + "99bcab63-bad4-46b3-b838-8a0784433051" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E89ACFBB710FDC4AB263ED1553D75CCE" + "54F056E96DE8B92E3E2BC69F95352F09" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803793E7CE633\"" + "W/\"0x8D83B608808FF21\"" ], "Location": [ - "https://azs-5906.search-dogfood.windows-int.net/datasources('azsmnet8152')?api-version=2019-05-06" + "https://azs-8122.search-dogfood.windows-int.net/datasources('azsmnet5318')?api-version=2019-05-06" ], "request-id": [ - "ddc1c641-e192-4095-b5cc-72362ac7e845" + "99bcab63-bad4-46b3-b838-8a0784433051" ], "elapsed-time": [ - "34" + "46" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:37:34 GMT" + "Sat, 08 Aug 2020 06:01:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "364" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5906.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803793E7CE633\\\"\",\r\n \"name\": \"azsmnet8152\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8122.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B608808FF21\\\"\",\r\n \"name\": \"azsmnet5318\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexers('azsmnet696')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0Njk2Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexers('azsmnet9697')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0OTY5NycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet696\",\r\n \"dataSourceName\": \"azsmnet8152\",\r\n \"targetIndexName\": \"azsmnet766\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9697\",\r\n \"dataSourceName\": \"azsmnet5318\",\r\n \"targetIndexName\": \"azsmnet5578\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "03d5eb13-b45a-4b15-860d-f8a03e7cadce" + "95126ae8-7252-4e87-a89d-21aebf9fdacd" ], "Prefer": [ "return=representation" @@ -502,19 +502,19 @@ "*" ], "api-key": [ - "E89ACFBB710FDC4AB263ED1553D75CCE" + "54F056E96DE8B92E3E2BC69F95352F09" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1259" + "1261" ] }, "ResponseHeaders": { @@ -525,10 +525,10 @@ "no-cache" ], "request-id": [ - "03d5eb13-b45a-4b15-860d-f8a03e7cadce" + "95126ae8-7252-4e87-a89d-21aebf9fdacd" ], "elapsed-time": [ - "779" + "487" ], "OData-Version": [ "4.0" @@ -540,7 +540,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:37:36 GMT" + "Sat, 08 Aug 2020 06:01:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -559,21 +559,21 @@ "StatusCode": 412 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4921/providers/Microsoft.Search/searchServices/azs-5906?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTA2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1820/providers/Microsoft.Search/searchServices/azs-8122?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MTIyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02a0bdf7-fc43-429e-9c41-648808e21fc6" + "0b483789-60c8-48a4-a88e-675c6c26d1d7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -584,53 +584,44 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14997" + ], "x-ms-request-id": [ - "02a0bdf7-fc43-429e-9c41-648808e21fc6" + "27eb2018-fed3-4ae4-8eac-466659cadbc3" ], - "request-id": [ - "02a0bdf7-fc43-429e-9c41-648808e21fc6" + "x-ms-correlation-request-id": [ + "27eb2018-fed3-4ae4-8eac-466659cadbc3" ], - "elapsed-time": [ - "1101" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T060159Z:27eb2018-fed3-4ae4-8eac-466659cadbc3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "acd7aa69-b6fa-4bb9-9e31-94dbd437a1a0" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023740Z:acd7aa69-b6fa-4bb9-9e31-94dbd437a1a0" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:37:40 GMT" + "Sat, 08 Aug 2020 06:01:58 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet4921", - "azsmnet766", - "azsmnet8152", - "azsmnet696" + "azsmnet1820", + "azsmnet5578", + "azsmnet5318", + "azsmnet9697" ], "GenerateServiceName": [ - "azs-5906" + "azs-8122" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/UpdateIndexerIfExistsSucceedsOnExistingResource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/UpdateIndexerIfExistsSucceedsOnExistingResource.json index ddb9acebe74b..68bb39b8a3f2 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/UpdateIndexerIfExistsSucceedsOnExistingResource.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/UpdateIndexerIfExistsSucceedsOnExistingResource.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b94f4044-e766-4045-b90d-faf144e4d1ce" + "5ca414bc-9d77-4609-9c1e-41de0d61a99f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1194" ], "x-ms-request-id": [ - "d9957fa9-ce5f-4604-a50b-73cea42c552d" + "0ef172fa-7154-4afe-af49-8a3bfb5ddc4c" ], "x-ms-correlation-request-id": [ - "d9957fa9-ce5f-4604-a50b-73cea42c552d" + "0ef172fa-7154-4afe-af49-8a3bfb5ddc4c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023855Z:d9957fa9-ce5f-4604-a50b-73cea42c552d" + "NORTHEUROPE:20200808T060346Z:0ef172fa-7154-4afe-af49-8a3bfb5ddc4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:38:55 GMT" + "Sat, 08 Aug 2020 06:03:46 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6346?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MzQ2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9519?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NTE5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "45419df4-b82a-4d25-a32c-2fe310cd2cc2" + "ac319517-f845-4da5-99fa-2fb9dbd2a57a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1194" ], "x-ms-request-id": [ - "5350bb7a-650e-4450-b1a7-2c1b055a00d2" + "a93fd0a2-7cca-43db-aeb6-473d5b1c5b75" ], "x-ms-correlation-request-id": [ - "5350bb7a-650e-4450-b1a7-2c1b055a00d2" + "a93fd0a2-7cca-43db-aeb6-473d5b1c5b75" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023856Z:5350bb7a-650e-4450-b1a7-2c1b055a00d2" + "NORTHEUROPE:20200808T060348Z:a93fd0a2-7cca-43db-aeb6-473d5b1c5b75" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:38:55 GMT" + "Sat, 08 Aug 2020 06:03:47 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6346\",\r\n \"name\": \"azsmnet6346\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9519\",\r\n \"name\": \"azsmnet9519\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6346/providers/Microsoft.Search/searchServices/azs-7286?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzQ2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Mjg2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9519/providers/Microsoft.Search/searchServices/azs-4623?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NTE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjIzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cfae3d4b-6244-4f6d-8c36-14bd80ae4b1b" + "3a8edbb1-1405-4408-91a8-e4c9f0e2b0ce" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A39%3A00.3652483Z'\"" + "W/\"datetime'2020-08-08T06%3A03%3A53.6048649Z'\"" ], "x-ms-request-id": [ - "cfae3d4b-6244-4f6d-8c36-14bd80ae4b1b" + "3a8edbb1-1405-4408-91a8-e4c9f0e2b0ce" ], "request-id": [ - "cfae3d4b-6244-4f6d-8c36-14bd80ae4b1b" + "3a8edbb1-1405-4408-91a8-e4c9f0e2b0ce" ], "elapsed-time": [ - "1884" + "1562" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1193" ], "x-ms-correlation-request-id": [ - "f75af4ed-b2e8-4173-9447-20e7682c1b62" + "0df17859-d628-43dd-95fd-0268b6da0c45" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023901Z:f75af4ed-b2e8-4173-9447-20e7682c1b62" + "NORTHEUROPE:20200808T060354Z:0df17859-d628-43dd-95fd-0268b6da0c45" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:39:00 GMT" + "Sat, 08 Aug 2020 06:03:53 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6346/providers/Microsoft.Search/searchServices/azs-7286\",\r\n \"name\": \"azs-7286\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9519/providers/Microsoft.Search/searchServices/azs-4623\",\r\n \"name\": \"azs-4623\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6346/providers/Microsoft.Search/searchServices/azs-7286/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzQ2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Mjg2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9519/providers/Microsoft.Search/searchServices/azs-4623/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NTE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjIzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "beb53294-5fe8-49d6-94bb-690782eb2f81" + "52d6418d-43a8-4922-bbab-bd3541346f45" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "beb53294-5fe8-49d6-94bb-690782eb2f81" + "52d6418d-43a8-4922-bbab-bd3541346f45" ], "request-id": [ - "beb53294-5fe8-49d6-94bb-690782eb2f81" + "52d6418d-43a8-4922-bbab-bd3541346f45" ], "elapsed-time": [ - "89" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1193" ], "x-ms-correlation-request-id": [ - "0798ac9d-ca16-4bdf-9147-04ecad34e27a" + "52a2902a-16ad-4b65-9683-d61abc6f3b62" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023903Z:0798ac9d-ca16-4bdf-9147-04ecad34e27a" + "NORTHEUROPE:20200808T060357Z:52a2902a-16ad-4b65-9683-d61abc6f3b62" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:39:02 GMT" + "Sat, 08 Aug 2020 06:03:56 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"FEF57A7C804CD02D66F0F3C0503A86D9\",\r\n \"secondaryKey\": \"68DE30A2A423EC6F115BA4E841D026BB\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"8D44365A6FDA0549D6800E817C8B7389\",\r\n \"secondaryKey\": \"A726239816DE400D7BD26C436A237333\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6346/providers/Microsoft.Search/searchServices/azs-7286/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzQ2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Mjg2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9519/providers/Microsoft.Search/searchServices/azs-4623/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NTE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjIzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ef079b9-8ee9-4d49-b50c-11e8b05fcade" + "6a47c057-222c-4b34-8c86-4c6c31f0e65c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0ef079b9-8ee9-4d49-b50c-11e8b05fcade" + "6a47c057-222c-4b34-8c86-4c6c31f0e65c" ], "request-id": [ - "0ef079b9-8ee9-4d49-b50c-11e8b05fcade" + "6a47c057-222c-4b34-8c86-4c6c31f0e65c" ], "elapsed-time": [ - "463" + "101" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1192" ], "x-ms-correlation-request-id": [ - "e9b05ede-801e-402c-aa93-7f1dafb277aa" + "94b07126-33df-4a8a-bfd3-f052c3f8d125" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023904Z:e9b05ede-801e-402c-aa93-7f1dafb277aa" + "NORTHEUROPE:20200808T060357Z:94b07126-33df-4a8a-bfd3-f052c3f8d125" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:39:04 GMT" + "Sat, 08 Aug 2020 06:03:57 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"5FECEAB7F7DC87463EB26D28068BA462\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B893F941053B08B7CD464DB15EDDEAA6\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7349\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8239\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "a5a81b3d-53bb-4581-8305-546f82e9a2f8" + "88b453b9-d50a-43c6-95d0-0b39f0451cdd" ], "Accept-Language": [ "en-US" ], "api-key": [ - "FEF57A7C804CD02D66F0F3C0503A86D9" + "8D44365A6FDA0549D6800E817C8B7389" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037975250A32\"" + "W/\"0x8D83B60D81604A9\"" ], "Location": [ - "https://azs-7286.search-dogfood.windows-int.net/indexes('azsmnet7349')?api-version=2019-05-06" + "https://azs-4623.search-dogfood.windows-int.net/indexes('azsmnet8239')?api-version=2019-05-06" ], "request-id": [ - "a5a81b3d-53bb-4581-8305-546f82e9a2f8" + "88b453b9-d50a-43c6-95d0-0b39f0451cdd" ], "elapsed-time": [ - "1075" + "791" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:39:06 GMT" + "Sat, 08 Aug 2020 06:04:00 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "2557" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7286.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037975250A32\\\"\",\r\n \"name\": \"azsmnet7349\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4623.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B60D81604A9\\\"\",\r\n \"name\": \"azsmnet8239\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1929\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7232\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "05e8657b-eabe-490c-9625-12563f8a4237" + "68c57a91-0d13-40c2-8ba9-0f6dfe95e2d0" ], "Accept-Language": [ "en-US" ], "api-key": [ - "FEF57A7C804CD02D66F0F3C0503A86D9" + "8D44365A6FDA0549D6800E817C8B7389" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,13 +447,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379753E8B9E\"" + "W/\"0x8D83B60D83097F6\"" ], "Location": [ - "https://azs-7286.search-dogfood.windows-int.net/datasources('azsmnet1929')?api-version=2019-05-06" + "https://azs-4623.search-dogfood.windows-int.net/datasources('azsmnet7232')?api-version=2019-05-06" ], "request-id": [ - "05e8657b-eabe-490c-9625-12563f8a4237" + "68c57a91-0d13-40c2-8ba9-0f6dfe95e2d0" ], "elapsed-time": [ "31" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:39:06 GMT" + "Sat, 08 Aug 2020 06:04:00 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "364" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7286.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379753E8B9E\\\"\",\r\n \"name\": \"azsmnet1929\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4623.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B60D83097F6\\\"\",\r\n \"name\": \"azsmnet7232\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexers('azsmnet5648')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0NTY0OCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexers('azsmnet2466')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0MjQ2NicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet5648\",\r\n \"dataSourceName\": \"azsmnet1929\",\r\n \"targetIndexName\": \"azsmnet7349\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2466\",\r\n \"dataSourceName\": \"azsmnet7232\",\r\n \"targetIndexName\": \"azsmnet8239\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "ad1561f0-6988-4d2c-919e-d5e71cfeb01f" + "477b67b2-84ed-4c3a-8039-a1ab7d18d79e" ], "Prefer": [ "return=representation" @@ -499,12 +499,12 @@ "en-US" ], "api-key": [ - "FEF57A7C804CD02D66F0F3C0503A86D9" + "8D44365A6FDA0549D6800E817C8B7389" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -522,16 +522,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803797621A73F\"" + "W/\"0x8D83B60D978347D\"" ], "Location": [ - "https://azs-7286.search-dogfood.windows-int.net/indexers('azsmnet5648')?api-version=2019-05-06" + "https://azs-4623.search-dogfood.windows-int.net/indexers('azsmnet2466')?api-version=2019-05-06" ], "request-id": [ - "ad1561f0-6988-4d2c-919e-d5e71cfeb01f" + "477b67b2-84ed-4c3a-8039-a1ab7d18d79e" ], "elapsed-time": [ - "209" + "617" ], "OData-Version": [ "4.0" @@ -543,7 +543,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:39:07 GMT" + "Sat, 08 Aug 2020 06:04:02 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -555,17 +555,17 @@ "1187" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7286.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803797621A73F\\\"\",\r\n \"name\": \"azsmnet5648\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet1929\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet7349\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:39:07.9600694Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4623.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B60D978347D\\\"\",\r\n \"name\": \"azsmnet2466\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet7232\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet8239\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-08T06:04:02.0985544Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexers('azsmnet5648')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0NTY0OCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexers('azsmnet2466')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0MjQ2NicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet5648\",\r\n \"description\": \"Mutated Indexer\",\r\n \"dataSourceName\": \"azsmnet1929\",\r\n \"targetIndexName\": \"azsmnet7349\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:39:07.9600694+00:00\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": [],\r\n \"@odata.etag\": \"\\\"0x8D803797621A73F\\\"\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2466\",\r\n \"description\": \"Mutated Indexer\",\r\n \"dataSourceName\": \"azsmnet7232\",\r\n \"targetIndexName\": \"azsmnet8239\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-07T23:04:02.0985544-07:00\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": [],\r\n \"@odata.etag\": \"\\\"0x8D83B60D978347D\\\"\"\r\n}", "RequestHeaders": { "client-request-id": [ - "dc52c8be-5d4f-4fb2-bc26-952843313c07" + "c108b77b-814a-4e6e-905c-f026dec3c1fe" ], "Prefer": [ "return=representation" @@ -577,12 +577,12 @@ "*" ], "api-key": [ - "FEF57A7C804CD02D66F0F3C0503A86D9" + "8D44365A6FDA0549D6800E817C8B7389" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -600,13 +600,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037976469D16\"" + "W/\"0x8D83B60D9D6E627\"" ], "request-id": [ - "dc52c8be-5d4f-4fb2-bc26-952843313c07" + "c108b77b-814a-4e6e-905c-f026dec3c1fe" ], "elapsed-time": [ - "150" + "341" ], "OData-Version": [ "4.0" @@ -618,7 +618,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:39:07 GMT" + "Sat, 08 Aug 2020 06:04:02 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -630,25 +630,25 @@ "1200" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7286.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037976469D16\\\"\",\r\n \"name\": \"azsmnet5648\",\r\n \"description\": \"Mutated Indexer\",\r\n \"dataSourceName\": \"azsmnet1929\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet7349\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:39:07.9600694Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4623.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B60D9D6E627\\\"\",\r\n \"name\": \"azsmnet2466\",\r\n \"description\": \"Mutated Indexer\",\r\n \"dataSourceName\": \"azsmnet7232\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet8239\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-08T06:04:02.0985544Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6346/providers/Microsoft.Search/searchServices/azs-7286?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzQ2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Mjg2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9519/providers/Microsoft.Search/searchServices/azs-4623?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NTE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjIzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f15fa536-3882-411e-9f77-372167808047" + "1c33a694-8f29-45c2-bb73-7574df752ad5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -659,53 +659,44 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14996" + ], "x-ms-request-id": [ - "f15fa536-3882-411e-9f77-372167808047" + "fe5cc9d5-bbfc-4d1f-8a9d-1d081459dd4f" ], - "request-id": [ - "f15fa536-3882-411e-9f77-372167808047" + "x-ms-correlation-request-id": [ + "fe5cc9d5-bbfc-4d1f-8a9d-1d081459dd4f" ], - "elapsed-time": [ - "823" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T060452Z:fe5cc9d5-bbfc-4d1f-8a9d-1d081459dd4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14993" - ], - "x-ms-correlation-request-id": [ - "8d208121-1954-46c6-8ff8-6e79e21ebacc" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023912Z:8d208121-1954-46c6-8ff8-6e79e21ebacc" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:39:12 GMT" + "Sat, 08 Aug 2020 06:04:51 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6346", - "azsmnet7349", - "azsmnet1929", - "azsmnet5648" + "azsmnet9519", + "azsmnet8239", + "azsmnet7232", + "azsmnet2466" ], "GenerateServiceName": [ - "azs-7286" + "azs-4623" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/UpdateIndexerIfNotChangedFailsWhenResourceChanged.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/UpdateIndexerIfNotChangedFailsWhenResourceChanged.json index 796f8e1c1b78..0456d8136e67 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/UpdateIndexerIfNotChangedFailsWhenResourceChanged.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/UpdateIndexerIfNotChangedFailsWhenResourceChanged.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5abf3214-7264-4293-a052-489982140c64" + "2ea5fea5-a4f4-47b3-8ad4-8d32be38f9b4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1196" ], "x-ms-request-id": [ - "545191f8-b4c9-4c74-9a3f-9910bdda86d4" + "f8de6c0c-3b79-457a-b462-ba32e7b658e0" ], "x-ms-correlation-request-id": [ - "545191f8-b4c9-4c74-9a3f-9910bdda86d4" + "f8de6c0c-3b79-457a-b462-ba32e7b658e0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024001Z:545191f8-b4c9-4c74-9a3f-9910bdda86d4" + "NORTHEUROPE:20200808T060605Z:f8de6c0c-3b79-457a-b462-ba32e7b658e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:40:01 GMT" + "Sat, 08 Aug 2020 06:06:05 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6134?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MTM0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8768?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NzY4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "276248ac-5cbf-41d1-ac9f-46f69128b85d" + "1fe862cf-2450-4b42-8fcc-b0eb05b458c2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1197" ], "x-ms-request-id": [ - "b687bfdd-2446-4cac-bf51-f38ea76324e9" + "5f35dbb6-84f9-4bb5-8f05-2affc5d883a9" ], "x-ms-correlation-request-id": [ - "b687bfdd-2446-4cac-bf51-f38ea76324e9" + "5f35dbb6-84f9-4bb5-8f05-2affc5d883a9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024001Z:b687bfdd-2446-4cac-bf51-f38ea76324e9" + "NORTHEUROPE:20200808T060606Z:5f35dbb6-84f9-4bb5-8f05-2affc5d883a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:40:01 GMT" + "Sat, 08 Aug 2020 06:06:06 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6134\",\r\n \"name\": \"azsmnet6134\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8768\",\r\n \"name\": \"azsmnet8768\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6134/providers/Microsoft.Search/searchServices/azs-6253?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MjUzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8768/providers/Microsoft.Search/searchServices/azs-4225?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MjI1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e1987654-c05f-44c0-82e3-8ffb8528300a" + "e6ef419a-530b-4268-ae81-deb92d7ed0a3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A40%3A06.1690364Z'\"" + "W/\"datetime'2020-08-08T06%3A06%3A12.1212352Z'\"" ], "x-ms-request-id": [ - "e1987654-c05f-44c0-82e3-8ffb8528300a" + "e6ef419a-530b-4268-ae81-deb92d7ed0a3" ], "request-id": [ - "e1987654-c05f-44c0-82e3-8ffb8528300a" + "e6ef419a-530b-4268-ae81-deb92d7ed0a3" ], "elapsed-time": [ - "1957" + "1771" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1194" ], "x-ms-correlation-request-id": [ - "38a3dc82-eb0f-41ee-a3c7-c6f1e9991005" + "28e76e62-1aa6-4619-af34-2b42bd051810" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024007Z:38a3dc82-eb0f-41ee-a3c7-c6f1e9991005" + "NORTHEUROPE:20200808T060613Z:28e76e62-1aa6-4619-af34-2b42bd051810" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:40:06 GMT" + "Sat, 08 Aug 2020 06:06:12 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6134/providers/Microsoft.Search/searchServices/azs-6253\",\r\n \"name\": \"azs-6253\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8768/providers/Microsoft.Search/searchServices/azs-4225\",\r\n \"name\": \"azs-4225\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6134/providers/Microsoft.Search/searchServices/azs-6253/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MjUzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8768/providers/Microsoft.Search/searchServices/azs-4225/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MjI1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d333b0ab-23a4-4c51-afd9-e1bbd69dc44a" + "5138343e-bc53-4605-9f60-0e8c2ac735e8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d333b0ab-23a4-4c51-afd9-e1bbd69dc44a" + "5138343e-bc53-4605-9f60-0e8c2ac735e8" ], "request-id": [ - "d333b0ab-23a4-4c51-afd9-e1bbd69dc44a" + "5138343e-bc53-4605-9f60-0e8c2ac735e8" ], "elapsed-time": [ - "101" + "104" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1191" ], "x-ms-correlation-request-id": [ - "f240909d-8d86-45b7-baf7-fd7cf73b7d72" + "715af368-82d9-4f13-bc83-0b479f052d37" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024009Z:f240909d-8d86-45b7-baf7-fd7cf73b7d72" + "NORTHEUROPE:20200808T060616Z:715af368-82d9-4f13-bc83-0b479f052d37" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:40:08 GMT" + "Sat, 08 Aug 2020 06:06:16 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"9240C6159F2006F95316C681F012D21D\",\r\n \"secondaryKey\": \"6559B69469F93ED5828F83E3E5983A21\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"968C952BB16D23EC07A9B371955D8485\",\r\n \"secondaryKey\": \"261D866CBE29F53B9B3690CEFA42D8AD\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6134/providers/Microsoft.Search/searchServices/azs-6253/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MjUzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8768/providers/Microsoft.Search/searchServices/azs-4225/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MjI1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06a5a649-7373-4d3c-bae0-f54071857b36" + "aeb52e0d-de86-4f5c-883b-0466a6f23c30" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "06a5a649-7373-4d3c-bae0-f54071857b36" + "aeb52e0d-de86-4f5c-883b-0466a6f23c30" ], "request-id": [ - "06a5a649-7373-4d3c-bae0-f54071857b36" + "aeb52e0d-de86-4f5c-883b-0466a6f23c30" ], "elapsed-time": [ - "234" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1190" ], "x-ms-correlation-request-id": [ - "664c3c25-74ae-47d1-a8bb-de4141c2429b" + "35440b61-72b2-4467-8622-a9f026e2812e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024009Z:664c3c25-74ae-47d1-a8bb-de4141c2429b" + "NORTHEUROPE:20200808T060616Z:35440b61-72b2-4467-8622-a9f026e2812e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:40:09 GMT" + "Sat, 08 Aug 2020 06:06:16 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"09A61DB04024C6A2A1916F6660092FBC\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"0B67D167015C7C02B8FADE13E4EB4E6C\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9890\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2154\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "47b52641-ecfe-4998-ba1a-a71a4bc55611" + "dbd8b272-6496-4d22-8e31-5bc3400d264c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "9240C6159F2006F95316C681F012D21D" + "968C952BB16D23EC07A9B371955D8485" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803799D342C0F\"" + "W/\"0x8D83B612AE4F7F5\"" ], "Location": [ - "https://azs-6253.search-dogfood.windows-int.net/indexes('azsmnet9890')?api-version=2019-05-06" + "https://azs-4225.search-dogfood.windows-int.net/indexes('azsmnet2154')?api-version=2019-05-06" ], "request-id": [ - "47b52641-ecfe-4998-ba1a-a71a4bc55611" + "dbd8b272-6496-4d22-8e31-5bc3400d264c" ], "elapsed-time": [ - "2612" + "761" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:40:13 GMT" + "Sat, 08 Aug 2020 06:06:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "2557" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6253.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803799D342C0F\\\"\",\r\n \"name\": \"azsmnet9890\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4225.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B612AE4F7F5\\\"\",\r\n \"name\": \"azsmnet2154\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9937\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5023\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "a74adaec-d38d-44eb-8287-677088e74967" + "11184371-0f63-4f02-a8e2-9dbe6b955c76" ], "Accept-Language": [ "en-US" ], "api-key": [ - "9240C6159F2006F95316C681F012D21D" + "968C952BB16D23EC07A9B371955D8485" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803799D509465\"" + "W/\"0x8D83B612AFFD974\"" ], "Location": [ - "https://azs-6253.search-dogfood.windows-int.net/datasources('azsmnet9937')?api-version=2019-05-06" + "https://azs-4225.search-dogfood.windows-int.net/datasources('azsmnet5023')?api-version=2019-05-06" ], "request-id": [ - "a74adaec-d38d-44eb-8287-677088e74967" + "11184371-0f63-4f02-a8e2-9dbe6b955c76" ], "elapsed-time": [ - "37" + "36" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:40:13 GMT" + "Sat, 08 Aug 2020 06:06:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "364" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6253.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803799D509465\\\"\",\r\n \"name\": \"azsmnet9937\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4225.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B612AFFD974\\\"\",\r\n \"name\": \"azsmnet5023\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexers('azsmnet551')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0NTUxJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexers('azsmnet3321')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0MzMyMScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet551\",\r\n \"dataSourceName\": \"azsmnet9937\",\r\n \"targetIndexName\": \"azsmnet9890\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3321\",\r\n \"dataSourceName\": \"azsmnet5023\",\r\n \"targetIndexName\": \"azsmnet2154\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "bb6a15fc-0606-4887-a48e-b731048563b6" + "6360076a-b774-4538-8d3c-0a7ffc1999ac" ], "Prefer": [ "return=representation" @@ -499,19 +499,19 @@ "en-US" ], "api-key": [ - "9240C6159F2006F95316C681F012D21D" + "968C952BB16D23EC07A9B371955D8485" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1260" + "1261" ] }, "ResponseHeaders": { @@ -522,16 +522,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803799E42325D\"" + "W/\"0x8D83B612CC9BDD3\"" ], "Location": [ - "https://azs-6253.search-dogfood.windows-int.net/indexers('azsmnet551')?api-version=2019-05-06" + "https://azs-4225.search-dogfood.windows-int.net/indexers('azsmnet3321')?api-version=2019-05-06" ], "request-id": [ - "bb6a15fc-0606-4887-a48e-b731048563b6" + "6360076a-b774-4538-8d3c-0a7ffc1999ac" ], "elapsed-time": [ - "197" + "742" ], "OData-Version": [ "4.0" @@ -543,7 +543,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:40:15 GMT" + "Sat, 08 Aug 2020 06:06:22 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -552,20 +552,20 @@ "-1" ], "Content-Length": [ - "1186" + "1187" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6253.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803799E42325D\\\"\",\r\n \"name\": \"azsmnet551\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet9937\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet9890\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:40:15.2828587Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4225.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B612CC9BDD3\\\"\",\r\n \"name\": \"azsmnet3321\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet5023\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet2154\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-08T06:06:21.9080297Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexers('azsmnet551')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0NTUxJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexers('azsmnet3321')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0MzMyMScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet551\",\r\n \"description\": \"Mutated Indexer\",\r\n \"dataSourceName\": \"azsmnet9937\",\r\n \"targetIndexName\": \"azsmnet9890\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:40:15.2828587+00:00\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": [],\r\n \"@odata.etag\": \"\\\"0x8D803799E42325D\\\"\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3321\",\r\n \"description\": \"Mutated Indexer\",\r\n \"dataSourceName\": \"azsmnet5023\",\r\n \"targetIndexName\": \"azsmnet2154\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-07T23:06:21.9080297-07:00\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": [],\r\n \"@odata.etag\": \"\\\"0x8D83B612CC9BDD3\\\"\"\r\n}", "RequestHeaders": { "client-request-id": [ - "2dd03e42-126f-49d6-8a20-bb8d28c8a5e1" + "b8474481-58f8-4565-bfbe-673b6be1105f" ], "Prefer": [ "return=representation" @@ -574,19 +574,19 @@ "en-US" ], "api-key": [ - "9240C6159F2006F95316C681F012D21D" + "968C952BB16D23EC07A9B371955D8485" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1425" + "1426" ] }, "ResponseHeaders": { @@ -597,13 +597,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803799E65530A\"" + "W/\"0x8D83B612D4462BB\"" ], "request-id": [ - "2dd03e42-126f-49d6-8a20-bb8d28c8a5e1" + "b8474481-58f8-4565-bfbe-673b6be1105f" ], "elapsed-time": [ - "151" + "361" ], "OData-Version": [ "4.0" @@ -615,7 +615,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:40:15 GMT" + "Sat, 08 Aug 2020 06:06:22 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -624,20 +624,20 @@ "-1" ], "Content-Length": [ - "1199" + "1200" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6253.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803799E65530A\\\"\",\r\n \"name\": \"azsmnet551\",\r\n \"description\": \"Mutated Indexer\",\r\n \"dataSourceName\": \"azsmnet9937\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet9890\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:40:15.2828587Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4225.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B612D4462BB\\\"\",\r\n \"name\": \"azsmnet3321\",\r\n \"description\": \"Mutated Indexer\",\r\n \"dataSourceName\": \"azsmnet5023\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet2154\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-08T06:06:21.9080297Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexers('azsmnet551')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0NTUxJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexers('azsmnet3321')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0MzMyMScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet551\",\r\n \"description\": \"Mutated Indexer\",\r\n \"dataSourceName\": \"azsmnet9937\",\r\n \"targetIndexName\": \"azsmnet9890\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:40:15.2828587+00:00\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": [],\r\n \"@odata.etag\": \"\\\"0x8D803799E65530A\\\"\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3321\",\r\n \"description\": \"Mutated Indexer\",\r\n \"dataSourceName\": \"azsmnet5023\",\r\n \"targetIndexName\": \"azsmnet2154\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-07T23:06:21.9080297-07:00\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": [],\r\n \"@odata.etag\": \"\\\"0x8D83B612D4462BB\\\"\"\r\n}", "RequestHeaders": { "client-request-id": [ - "03d8e0db-e9be-4323-b288-0b73e3efe76d" + "50a70904-38ba-4733-87e9-2c59f63020eb" ], "Prefer": [ "return=representation" @@ -646,22 +646,22 @@ "en-US" ], "If-Match": [ - "\"0x8D803799E42325D\"" + "\"0x8D83B612CC9BDD3\"" ], "api-key": [ - "9240C6159F2006F95316C681F012D21D" + "968C952BB16D23EC07A9B371955D8485" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1425" + "1426" ] }, "ResponseHeaders": { @@ -672,10 +672,10 @@ "no-cache" ], "request-id": [ - "03d8e0db-e9be-4323-b288-0b73e3efe76d" + "50a70904-38ba-4733-87e9-2c59f63020eb" ], "elapsed-time": [ - "6" + "9" ], "OData-Version": [ "4.0" @@ -687,7 +687,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:40:15 GMT" + "Sat, 08 Aug 2020 06:06:22 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -706,21 +706,21 @@ "StatusCode": 412 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6134/providers/Microsoft.Search/searchServices/azs-6253?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MjUzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8768/providers/Microsoft.Search/searchServices/azs-4225?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MjI1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bde28fc2-deed-438e-b66f-5f379179b17e" + "34852473-8654-48f6-82a9-8f6004de9318" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -731,53 +731,44 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14994" + ], "x-ms-request-id": [ - "bde28fc2-deed-438e-b66f-5f379179b17e" + "d4e8f273-4a3a-43b4-82bf-0ac76d210fa1" ], - "request-id": [ - "bde28fc2-deed-438e-b66f-5f379179b17e" + "x-ms-correlation-request-id": [ + "d4e8f273-4a3a-43b4-82bf-0ac76d210fa1" ], - "elapsed-time": [ - "882" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T060631Z:d4e8f273-4a3a-43b4-82bf-0ac76d210fa1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14987" - ], - "x-ms-correlation-request-id": [ - "828579c4-1ef9-4d2d-8da3-b7087236b07e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024019Z:828579c4-1ef9-4d2d-8da3-b7087236b07e" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:40:19 GMT" + "Sat, 08 Aug 2020 06:06:31 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6134", - "azsmnet9890", - "azsmnet9937", - "azsmnet551" + "azsmnet8768", + "azsmnet2154", + "azsmnet5023", + "azsmnet3321" ], "GenerateServiceName": [ - "azs-6253" + "azs-4225" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/UpdateIndexerIfNotChangedSucceedsWhenResourceUnchanged.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/UpdateIndexerIfNotChangedSucceedsWhenResourceUnchanged.json index e78a8e6d1f9b..6e3cb34d1d6a 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/UpdateIndexerIfNotChangedSucceedsWhenResourceUnchanged.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexerTests/UpdateIndexerIfNotChangedSucceedsWhenResourceUnchanged.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e85abc94-233a-4728-aa80-761900b5044a" + "5f3d432a-5353-4f8e-9eca-7fcb4d58a833" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1175" + "1194" ], "x-ms-request-id": [ - "1619b75e-7fdb-4db0-869d-9dbe99539876" + "9ec72f12-0362-4ba6-9b02-5e8d78cb1907" ], "x-ms-correlation-request-id": [ - "1619b75e-7fdb-4db0-869d-9dbe99539876" + "9ec72f12-0362-4ba6-9b02-5e8d78cb1907" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023830Z:1619b75e-7fdb-4db0-869d-9dbe99539876" + "NORTHEUROPE:20200808T060317Z:9ec72f12-0362-4ba6-9b02-5e8d78cb1907" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:38:29 GMT" + "Sat, 08 Aug 2020 06:03:16 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6907?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2OTA3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet621?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MjE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2602e157-73cd-46b9-a532-36f6a4f6de8e" + "03ffb2da-d438-49fa-b43d-7c85f03bc8b4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1196" ], "x-ms-request-id": [ - "a1c2b27a-0749-4689-9d61-0b1820963d54" + "d9e0b435-dc02-4afd-b27b-b9a5d6239dba" ], "x-ms-correlation-request-id": [ - "a1c2b27a-0749-4689-9d61-0b1820963d54" + "d9e0b435-dc02-4afd-b27b-b9a5d6239dba" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023830Z:a1c2b27a-0749-4689-9d61-0b1820963d54" + "NORTHEUROPE:20200808T060318Z:d9e0b435-dc02-4afd-b27b-b9a5d6239dba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:38:30 GMT" + "Sat, 08 Aug 2020 06:03:17 GMT" ], "Content-Length": [ - "175" + "173" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6907\",\r\n \"name\": \"azsmnet6907\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet621\",\r\n \"name\": \"azsmnet621\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6907/providers/Microsoft.Search/searchServices/azs-7581?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTgxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet621/providers/Microsoft.Search/searchServices/azs-4395?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTQzOTU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8246511a-2d6e-41db-89c7-b491b527579b" + "93fa3d37-e742-47f0-bf1d-975d4ab5fa06" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A38%3A35.2212433Z'\"" + "W/\"datetime'2020-08-08T06%3A03%3A22.6540659Z'\"" ], "x-ms-request-id": [ - "8246511a-2d6e-41db-89c7-b491b527579b" + "93fa3d37-e742-47f0-bf1d-975d4ab5fa06" ], "request-id": [ - "8246511a-2d6e-41db-89c7-b491b527579b" + "93fa3d37-e742-47f0-bf1d-975d4ab5fa06" ], "elapsed-time": [ - "1120" + "1603" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1195" ], "x-ms-correlation-request-id": [ - "27fa742b-ef9f-486c-9b4a-b80d36a844ff" + "03163306-b6a7-4eae-81c6-54634b9b618e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023835Z:27fa742b-ef9f-486c-9b4a-b80d36a844ff" + "NORTHEUROPE:20200808T060323Z:03163306-b6a7-4eae-81c6-54634b9b618e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:38:35 GMT" + "Sat, 08 Aug 2020 06:03:23 GMT" ], "Content-Length": [ - "529" + "528" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6907/providers/Microsoft.Search/searchServices/azs-7581\",\r\n \"name\": \"azs-7581\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet621/providers/Microsoft.Search/searchServices/azs-4395\",\r\n \"name\": \"azs-4395\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6907/providers/Microsoft.Search/searchServices/azs-7581/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTgxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet621/providers/Microsoft.Search/searchServices/azs-4395/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTQzOTUvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7d41a853-50b6-44e7-949b-beb831e635e4" + "e13bbb6b-c4cf-49a3-8c15-67c646c93d5a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7d41a853-50b6-44e7-949b-beb831e635e4" + "e13bbb6b-c4cf-49a3-8c15-67c646c93d5a" ], "request-id": [ - "7d41a853-50b6-44e7-949b-beb831e635e4" + "e13bbb6b-c4cf-49a3-8c15-67c646c93d5a" ], "elapsed-time": [ - "112" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1193" ], "x-ms-correlation-request-id": [ - "ca0b94c1-6b76-4ce4-acb8-25acd7ebd6e0" + "6a5da7d3-9cf5-46ad-8504-6fd85d5dec12" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023837Z:ca0b94c1-6b76-4ce4-acb8-25acd7ebd6e0" + "NORTHEUROPE:20200808T060326Z:6a5da7d3-9cf5-46ad-8504-6fd85d5dec12" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:38:37 GMT" + "Sat, 08 Aug 2020 06:03:25 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"D086DEEE1BCBC696C2D88032E892BFE3\",\r\n \"secondaryKey\": \"77BFCFD08AC7D1A61CBCBFA1C282A25B\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"61BF00BACDE8C4AD1114C149A2868A0E\",\r\n \"secondaryKey\": \"7C426EECC67D132A1C2F574CCF98E240\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6907/providers/Microsoft.Search/searchServices/azs-7581/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTgxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet621/providers/Microsoft.Search/searchServices/azs-4395/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTQzOTUvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7113a797-47ba-45e8-93ac-54f59e22af30" + "e910a3da-2c19-488c-8fe0-2d05890f225a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7113a797-47ba-45e8-93ac-54f59e22af30" + "e910a3da-2c19-488c-8fe0-2d05890f225a" ], "request-id": [ - "7113a797-47ba-45e8-93ac-54f59e22af30" + "e910a3da-2c19-488c-8fe0-2d05890f225a" ], "elapsed-time": [ - "106" + "119" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1192" ], "x-ms-correlation-request-id": [ - "12b4d026-5d85-4d96-9988-cd756c94c732" + "d796a726-32cd-4a5f-bd5b-d7fe608ed1e4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023838Z:12b4d026-5d85-4d96-9988-cd756c94c732" + "NORTHEUROPE:20200808T060326Z:d796a726-32cd-4a5f-bd5b-d7fe608ed1e4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:38:37 GMT" + "Sat, 08 Aug 2020 06:03:25 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"AB3EC513DECEED29D40714DC35C525BB\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"978AFD1F59324D9701047E196C985C29\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7346\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4509\",\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "7d8f4e08-6024-4dfe-8f36-0af4bfc41a4a" + "7d051f55-e75c-46dc-8e92-60f7fc1690fb" ], "Accept-Language": [ "en-US" ], "api-key": [ - "D086DEEE1BCBC696C2D88032E892BFE3" + "61BF00BACDE8C4AD1114C149A2868A0E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037966189B5B\"" + "W/\"0x8D83B60C5A24F86\"" ], "Location": [ - "https://azs-7581.search-dogfood.windows-int.net/indexes('azsmnet7346')?api-version=2019-05-06" + "https://azs-4395.search-dogfood.windows-int.net/indexes('azsmnet4509')?api-version=2019-05-06" ], "request-id": [ - "7d8f4e08-6024-4dfe-8f36-0af4bfc41a4a" + "7d051f55-e75c-46dc-8e92-60f7fc1690fb" ], "elapsed-time": [ - "1192" + "804" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:38:40 GMT" + "Sat, 08 Aug 2020 06:03:29 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,35 +408,35 @@ "2557" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7581.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037966189B5B\\\"\",\r\n \"name\": \"azsmnet7346\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4395.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B60C5A24F86\\\"\",\r\n \"name\": \"azsmnet4509\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"feature_id\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"feature_class\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"state\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"county_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"elevation\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"map_name\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"history\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myEntities\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"myText\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/datasources?api-version=2019-05-06", "EncodedRequestUri": "L2RhdGFzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet471\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6258\",\r\n \"type\": \"azuresql\",\r\n \"credentials\": {\r\n \"connectionString\": \"Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;\"\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "ade11c37-7a29-4af5-9e09-8ffdaafb2373" + "03f0c9b5-3293-4e00-aca0-2696bbfa3965" ], "Accept-Language": [ "en-US" ], "api-key": [ - "D086DEEE1BCBC696C2D88032E892BFE3" + "61BF00BACDE8C4AD1114C149A2868A0E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "320" + "321" ] }, "ResponseHeaders": { @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037966321CCF\"" + "W/\"0x8D83B60C5BCBBC0\"" ], "Location": [ - "https://azs-7581.search-dogfood.windows-int.net/datasources('azsmnet471')?api-version=2019-05-06" + "https://azs-4395.search-dogfood.windows-int.net/datasources('azsmnet6258')?api-version=2019-05-06" ], "request-id": [ - "ade11c37-7a29-4af5-9e09-8ffdaafb2373" + "03f0c9b5-3293-4e00-aca0-2696bbfa3965" ], "elapsed-time": [ - "35" + "33" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:38:40 GMT" + "Sat, 08 Aug 2020 06:03:29 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -477,20 +477,20 @@ "-1" ], "Content-Length": [ - "363" + "364" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7581.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037966321CCF\\\"\",\r\n \"name\": \"azsmnet471\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4395.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B60C5BCBBC0\\\"\",\r\n \"name\": \"azsmnet6258\",\r\n \"description\": null,\r\n \"type\": \"azuresql\",\r\n \"subtype\": null,\r\n \"credentials\": {\r\n \"connectionString\": null\r\n },\r\n \"container\": {\r\n \"name\": \"GeoNamesRI\",\r\n \"query\": null\r\n },\r\n \"dataChangeDetectionPolicy\": null,\r\n \"dataDeletionDetectionPolicy\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexers('azsmnet9906')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0OTkwNicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexers('azsmnet7811')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0NzgxMScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet9906\",\r\n \"dataSourceName\": \"azsmnet471\",\r\n \"targetIndexName\": \"azsmnet7346\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7811\",\r\n \"dataSourceName\": \"azsmnet6258\",\r\n \"targetIndexName\": \"azsmnet4509\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "cfcd5d15-2b86-48b4-b7df-188cb2d59d6c" + "c99affb0-dae8-4ae1-999d-497476c4d215" ], "Prefer": [ "return=representation" @@ -499,19 +499,19 @@ "en-US" ], "api-key": [ - "D086DEEE1BCBC696C2D88032E892BFE3" + "61BF00BACDE8C4AD1114C149A2868A0E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1260" + "1261" ] }, "ResponseHeaders": { @@ -522,16 +522,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037967CA343E\"" + "W/\"0x8D83B60C752D965\"" ], "Location": [ - "https://azs-7581.search-dogfood.windows-int.net/indexers('azsmnet9906')?api-version=2019-05-06" + "https://azs-4395.search-dogfood.windows-int.net/indexers('azsmnet7811')?api-version=2019-05-06" ], "request-id": [ - "cfcd5d15-2b86-48b4-b7df-188cb2d59d6c" + "c99affb0-dae8-4ae1-999d-497476c4d215" ], "elapsed-time": [ - "1653" + "1634" ], "OData-Version": [ "4.0" @@ -543,7 +543,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:38:43 GMT" + "Sat, 08 Aug 2020 06:03:31 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -552,20 +552,20 @@ "-1" ], "Content-Length": [ - "1185" + "1187" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7581.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037967CA343E\\\"\",\r\n \"name\": \"azsmnet9906\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet471\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet7346\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:38:42.805259Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4395.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B60C752D965\\\"\",\r\n \"name\": \"azsmnet7811\",\r\n \"description\": null,\r\n \"dataSourceName\": \"azsmnet6258\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet4509\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-08T06:03:31.1128181Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexers('azsmnet9906')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0OTkwNicpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexers('azsmnet7811')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXJzKCdhenNtbmV0NzgxMScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet9906\",\r\n \"description\": \"Mutated Indexer\",\r\n \"dataSourceName\": \"azsmnet471\",\r\n \"targetIndexName\": \"azsmnet7346\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:38:42.805259+00:00\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": [],\r\n \"@odata.etag\": \"\\\"0x8D8037967CA343E\\\"\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7811\",\r\n \"description\": \"Mutated Indexer\",\r\n \"dataSourceName\": \"azsmnet6258\",\r\n \"targetIndexName\": \"azsmnet4509\",\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-07T23:03:31.1128181-07:00\"\r\n },\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\"\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\"\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": [],\r\n \"@odata.etag\": \"\\\"0x8D83B60C752D965\\\"\"\r\n}", "RequestHeaders": { "client-request-id": [ - "4cdbfd01-c256-44d6-8789-3597ad518b26" + "a5daba89-8115-4445-9612-fc885e6e4b49" ], "Prefer": [ "return=representation" @@ -574,22 +574,22 @@ "en-US" ], "If-Match": [ - "\"0x8D8037967CA343E\"" + "\"0x8D83B60C752D965\"" ], "api-key": [ - "D086DEEE1BCBC696C2D88032E892BFE3" + "61BF00BACDE8C4AD1114C149A2868A0E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1424" + "1426" ] }, "ResponseHeaders": { @@ -600,13 +600,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379687CE5A0\"" + "W/\"0x8D83B60C81015AB\"" ], "request-id": [ - "4cdbfd01-c256-44d6-8789-3597ad518b26" + "a5daba89-8115-4445-9612-fc885e6e4b49" ], "elapsed-time": [ - "764" + "955" ], "OData-Version": [ "4.0" @@ -618,7 +618,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:38:44 GMT" + "Sat, 08 Aug 2020 06:03:32 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -627,28 +627,28 @@ "-1" ], "Content-Length": [ - "1198" + "1200" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7581.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379687CE5A0\\\"\",\r\n \"name\": \"azsmnet9906\",\r\n \"description\": \"Mutated Indexer\",\r\n \"dataSourceName\": \"azsmnet471\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet7346\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-05-29T02:38:42.805259Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4395.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B60C81015AB\\\"\",\r\n \"name\": \"azsmnet7811\",\r\n \"description\": \"Mutated Indexer\",\r\n \"dataSourceName\": \"azsmnet6258\",\r\n \"skillsetName\": null,\r\n \"targetIndexName\": \"azsmnet4509\",\r\n \"disabled\": null,\r\n \"schedule\": {\r\n \"interval\": \"P1D\",\r\n \"startTime\": \"2020-08-08T06:03:31.1128181Z\"\r\n },\r\n \"parameters\": null,\r\n \"fieldMappings\": [\r\n {\r\n \"sourceFieldName\": \"feature_class\",\r\n \"targetFieldName\": \"feature_class\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Encode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"state_alpha\",\r\n \"targetFieldName\": \"state\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlEncode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"county_name\",\r\n \"targetFieldName\": \"county_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"extractTokenAtPosition\",\r\n \"parameters\": {\r\n \"delimiter\": \" \",\r\n \"position\": 0\r\n }\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"elev_in_m\",\r\n \"targetFieldName\": \"elevation\",\r\n \"mappingFunction\": {\r\n \"name\": \"urlDecode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"map_name\",\r\n \"targetFieldName\": \"map_name\",\r\n \"mappingFunction\": {\r\n \"name\": \"base64Decode\",\r\n \"parameters\": null\r\n }\r\n },\r\n {\r\n \"sourceFieldName\": \"history\",\r\n \"targetFieldName\": \"history\",\r\n \"mappingFunction\": {\r\n \"name\": \"jsonArrayToStringCollection\",\r\n \"parameters\": null\r\n }\r\n }\r\n ],\r\n \"outputFieldMappings\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6907/providers/Microsoft.Search/searchServices/azs-7581?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTgxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet621/providers/Microsoft.Search/searchServices/azs-4395?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTQzOTU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ba39b8c-ef8f-45d8-9716-161e439a8b90" + "83ebdab0-3aa2-456c-8e43-16d1c2ff2caa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -659,53 +659,44 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], "x-ms-request-id": [ - "5ba39b8c-ef8f-45d8-9716-161e439a8b90" + "ae4b085a-556f-47e8-92ac-46fdcb426e31" ], - "request-id": [ - "5ba39b8c-ef8f-45d8-9716-161e439a8b90" + "x-ms-correlation-request-id": [ + "ae4b085a-556f-47e8-92ac-46fdcb426e31" ], - "elapsed-time": [ - "1335" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T060341Z:ae4b085a-556f-47e8-92ac-46fdcb426e31" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14984" - ], - "x-ms-correlation-request-id": [ - "f9d5e5a4-41b2-46c6-a0cb-cd4fdf8d699f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023849Z:f9d5e5a4-41b2-46c6-a0cb-cd4fdf8d699f" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:38:48 GMT" + "Sat, 08 Aug 2020 06:03:41 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6907", - "azsmnet7346", - "azsmnet471", - "azsmnet9906" + "azsmnet621", + "azsmnet4509", + "azsmnet6258", + "azsmnet7811" ], "GenerateServiceName": [ - "azs-7581" + "azs-4395" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanDeleteBatchByKeys.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanDeleteBatchByKeys.json index 8ec91c3fdecf..1da2d758b862 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanDeleteBatchByKeys.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanDeleteBatchByKeys.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c0edd35-ac40-423c-89f7-e2b2d64f391e" + "ced246d0-0ec7-402f-9d42-54cde2c95457" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1187" ], "x-ms-request-id": [ - "588b8ec1-f571-44e8-b826-df2186af9fe2" + "95d1ed68-528b-4dbd-baee-21867e93a2a2" ], "x-ms-correlation-request-id": [ - "588b8ec1-f571-44e8-b826-df2186af9fe2" + "95d1ed68-528b-4dbd-baee-21867e93a2a2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012459Z:588b8ec1-f571-44e8-b826-df2186af9fe2" + "NORTHEUROPE:20200808T073126Z:95d1ed68-528b-4dbd-baee-21867e93a2a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:24:59 GMT" + "Sat, 08 Aug 2020 07:31:25 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5020?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MDIwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8796?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4Nzk2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "27fb28c6-d07e-40d3-99f9-6bd4f03caceb" + "f922192a-a9e1-4549-b247-f357a9c93481" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1192" ], "x-ms-request-id": [ - "df2a85a6-9e83-46e6-9bc2-d891b5f6f06d" + "7f113194-7052-41a2-aa35-4f01e0752481" ], "x-ms-correlation-request-id": [ - "df2a85a6-9e83-46e6-9bc2-d891b5f6f06d" + "7f113194-7052-41a2-aa35-4f01e0752481" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012501Z:df2a85a6-9e83-46e6-9bc2-d891b5f6f06d" + "NORTHEUROPE:20200808T073128Z:7f113194-7052-41a2-aa35-4f01e0752481" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:25:01 GMT" + "Sat, 08 Aug 2020 07:31:27 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5020\",\r\n \"name\": \"azsmnet5020\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8796\",\r\n \"name\": \"azsmnet8796\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5020/providers/Microsoft.Search/searchServices/azs-3304?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MDIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzA0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8796/providers/Microsoft.Search/searchServices/azs-9274?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4Nzk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05Mjc0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "414fb5c8-86be-47cd-bb05-d27d3955d13c" + "c1e8fc9b-e1f0-4f5c-afcf-9d180723b990" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,16 +159,16 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A25%3A05.2795471Z'\"" + "W/\"datetime'2020-08-08T07%3A31%3A34.2336555Z'\"" ], "x-ms-request-id": [ - "414fb5c8-86be-47cd-bb05-d27d3955d13c" + "c1e8fc9b-e1f0-4f5c-afcf-9d180723b990" ], "request-id": [ - "414fb5c8-86be-47cd-bb05-d27d3955d13c" + "c1e8fc9b-e1f0-4f5c-afcf-9d180723b990" ], "elapsed-time": [ - "1574" + "3073" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,16 +177,16 @@ "1195" ], "x-ms-correlation-request-id": [ - "f079da28-c5ce-4c0c-9815-0c50c1cd8f6c" + "57f64f76-eae8-46fc-8cc3-23cafa1b955d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012506Z:f079da28-c5ce-4c0c-9815-0c50c1cd8f6c" + "NORTHEUROPE:20200808T073136Z:57f64f76-eae8-46fc-8cc3-23cafa1b955d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:25:06 GMT" + "Sat, 08 Aug 2020 07:31:35 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5020/providers/Microsoft.Search/searchServices/azs-3304\",\r\n \"name\": \"azs-3304\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8796/providers/Microsoft.Search/searchServices/azs-9274\",\r\n \"name\": \"azs-9274\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5020/providers/Microsoft.Search/searchServices/azs-3304/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MDIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzA0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8796/providers/Microsoft.Search/searchServices/azs-9274/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4Nzk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05Mjc0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "37638a56-2463-4697-9b31-ce30fafbb318" + "16bf0b34-d32e-4698-9098-510d39246343" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "37638a56-2463-4697-9b31-ce30fafbb318" + "16bf0b34-d32e-4698-9098-510d39246343" ], "request-id": [ - "37638a56-2463-4697-9b31-ce30fafbb318" + "16bf0b34-d32e-4698-9098-510d39246343" ], "elapsed-time": [ - "394" + "804" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1193" ], "x-ms-correlation-request-id": [ - "699c054f-485e-45e2-a752-98eebad77728" + "3faaefb7-472f-471f-819c-765f4608e1ed" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012508Z:699c054f-485e-45e2-a752-98eebad77728" + "NORTHEUROPE:20200808T073139Z:3faaefb7-472f-471f-819c-765f4608e1ed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:25:08 GMT" + "Sat, 08 Aug 2020 07:31:39 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"8601AE28917C400F5E99020EBF5BE34E\",\r\n \"secondaryKey\": \"B529C85D0CC17206583F84A03E2B246B\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"F4DAB568E346C1958B9F59EEDF4DF86F\",\r\n \"secondaryKey\": \"3AAA0CD117C18BC07759D60F29743763\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5020/providers/Microsoft.Search/searchServices/azs-3304/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MDIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzA0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8796/providers/Microsoft.Search/searchServices/azs-9274/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4Nzk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05Mjc0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f5204cc-3f7a-4547-a306-fd05c2ad7d35" + "0e781579-9742-4d38-bf5c-8fc476494a46" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8f5204cc-3f7a-4547-a306-fd05c2ad7d35" + "0e781579-9742-4d38-bf5c-8fc476494a46" ], "request-id": [ - "8f5204cc-3f7a-4547-a306-fd05c2ad7d35" + "0e781579-9742-4d38-bf5c-8fc476494a46" ], "elapsed-time": [ - "97" + "904" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1192" ], "x-ms-correlation-request-id": [ - "89b15700-08e7-4b04-8df1-3a06f6d85339" + "d3b272b6-2f96-440a-9282-4cb9571e5f7c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012509Z:89b15700-08e7-4b04-8df1-3a06f6d85339" + "NORTHEUROPE:20200808T073140Z:d3b272b6-2f96-440a-9282-4cb9571e5f7c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:25:08 GMT" + "Sat, 08 Aug 2020 07:31:40 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"9708A5E144EC46AF6381C72A72161680\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"DE3D8290A550DF7F69352241483D0AE4\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet766\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2177\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8fd71ee5-7104-40e5-a119-feb17859c5bc" + "b532f32f-6716-4206-889a-263f5db2d1c2" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8601AE28917C400F5E99020EBF5BE34E" + "F4DAB568E346C1958B9F59EEDF4DF86F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6974" + "6975" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036F25338231\"" + "W/\"0x8D83B6D197DE85E\"" ], "Location": [ - "https://azs-3304.search-dogfood.windows-int.net/indexes('azsmnet766')?api-version=2019-05-06" + "https://azs-9274.search-dogfood.windows-int.net/indexes('azsmnet2177')?api-version=2019-05-06" ], "request-id": [ - "8fd71ee5-7104-40e5-a119-feb17859c5bc" + "b532f32f-6716-4206-889a-263f5db2d1c2" ], "elapsed-time": [ - "4068" + "1373" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:25:17 GMT" + "Sat, 08 Aug 2020 07:31:43 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3304.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036F25338231\\\"\",\r\n \"name\": \"azsmnet766\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9274.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6D197DE85E\\\"\",\r\n \"name\": \"azsmnet2177\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet766')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NjYnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet2177')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMTc3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "a835513e-0f67-4794-85ac-760118054288" + "909353f0-8b4d-4c35-a47c-e8f4de955915" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "8601AE28917C400F5E99020EBF5BE34E" + "F4DAB568E346C1958B9F59EEDF4DF86F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "a835513e-0f67-4794-85ac-760118054288" + "909353f0-8b4d-4c35-a47c-e8f4de955915" ], "elapsed-time": [ - "206" + "170" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:25:39 GMT" + "Sat, 08 Aug 2020 07:32:05 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet766')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NjYnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet2177')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMTc3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"delete\",\r\n \"hotelId\": \"1\"\r\n },\r\n {\r\n \"@search.action\": \"delete\",\r\n \"hotelId\": \"2\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c2ec2e13-41e1-4f29-9676-eb1f09b29e1f" + "dfa8afe5-18ec-41ca-99c9-986c7555a5b5" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "8601AE28917C400F5E99020EBF5BE34E" + "F4DAB568E346C1958B9F59EEDF4DF86F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "c2ec2e13-41e1-4f29-9676-eb1f09b29e1f" + "dfa8afe5-18ec-41ca-99c9-986c7555a5b5" ], "elapsed-time": [ - "55" + "44" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:25:41 GMT" + "Sat, 08 Aug 2020 07:32:07 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,24 +550,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet766')/docs/$count?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NjYnKS9kb2NzLyRjb3VudD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet2177')/docs/$count?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMTc3JykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "77647dab-f1d8-4502-a6db-fd62c1b3fdb4" + "e7513a10-0e4d-4b4f-bf3a-344125f7914f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8601AE28917C400F5E99020EBF5BE34E" + "F4DAB568E346C1958B9F59EEDF4DF86F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -579,10 +579,10 @@ "no-cache" ], "request-id": [ - "77647dab-f1d8-4502-a6db-fd62c1b3fdb4" + "e7513a10-0e4d-4b4f-bf3a-344125f7914f" ], "elapsed-time": [ - "3" + "4" ], "OData-Version": [ "4.0" @@ -594,7 +594,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:25:41 GMT" + "Sat, 08 Aug 2020 07:32:07 GMT" ], "Content-Type": [ "text/plain" @@ -610,24 +610,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet766')/docs/$count?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NjYnKS9kb2NzLyRjb3VudD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet2177')/docs/$count?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMTc3JykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "f71035f5-d344-4151-994f-ed02c8c9002b" + "2891e4e8-46c8-4110-9eae-4d50290ce5bb" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8601AE28917C400F5E99020EBF5BE34E" + "F4DAB568E346C1958B9F59EEDF4DF86F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -639,10 +639,10 @@ "no-cache" ], "request-id": [ - "f71035f5-d344-4151-994f-ed02c8c9002b" + "2891e4e8-46c8-4110-9eae-4d50290ce5bb" ], "elapsed-time": [ - "5" + "40" ], "OData-Version": [ "4.0" @@ -654,7 +654,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:25:43 GMT" + "Sat, 08 Aug 2020 07:32:09 GMT" ], "Content-Type": [ "text/plain" @@ -670,21 +670,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5020/providers/Microsoft.Search/searchServices/azs-3304?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MDIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzA0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8796/providers/Microsoft.Search/searchServices/azs-9274?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4Nzk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05Mjc0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc60c807-2fee-4655-8a65-6bc15b0ae77e" + "fa5ffcee-19e9-47be-b583-cd008be716f3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -695,51 +695,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "cc60c807-2fee-4655-8a65-6bc15b0ae77e" + "74e357e5-fec9-483a-8d48-476d375d3278" ], - "request-id": [ - "cc60c807-2fee-4655-8a65-6bc15b0ae77e" + "x-ms-correlation-request-id": [ + "74e357e5-fec9-483a-8d48-476d375d3278" ], - "elapsed-time": [ - "1247" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T073238Z:74e357e5-fec9-483a-8d48-476d375d3278" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14986" - ], - "x-ms-correlation-request-id": [ - "ae36674e-d259-4985-b28b-95adfcae2284" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012548Z:ae36674e-d259-4985-b28b-95adfcae2284" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:25:48 GMT" + "Sat, 08 Aug 2020 07:32:37 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5020", - "azsmnet766" + "azsmnet8796", + "azsmnet2177" ], "GenerateServiceName": [ - "azs-3304" + "azs-9274" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexAndRetrieveModelWithExtraProperties.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexAndRetrieveModelWithExtraProperties.json index d3a3aed26207..ab08804d6196 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexAndRetrieveModelWithExtraProperties.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexAndRetrieveModelWithExtraProperties.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e680461b-441f-411d-b992-43e072bf37b2" + "94466266-7c8e-4f98-b3a4-f32e5d7a606f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1191" ], "x-ms-request-id": [ - "5398044a-a64a-49d4-afbf-c750a914245d" + "381b9afa-390d-407f-901c-832b8d2c26a3" ], "x-ms-correlation-request-id": [ - "5398044a-a64a-49d4-afbf-c750a914245d" + "381b9afa-390d-407f-901c-832b8d2c26a3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011625Z:5398044a-a64a-49d4-afbf-c750a914245d" + "NORTHEUROPE:20200808T071850Z:381b9afa-390d-407f-901c-832b8d2c26a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:16:25 GMT" + "Sat, 08 Aug 2020 07:18:49 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5639?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NjM5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1566?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxNTY2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "690523fe-2800-4192-9e46-d52c76ca0529" + "89afcd73-e466-4cde-8b8b-d8d486ca724f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1193" ], "x-ms-request-id": [ - "8a656ba0-ca89-4c84-bb72-308e73089085" + "dcb0be8d-6426-4d94-ac36-556d2b774278" ], "x-ms-correlation-request-id": [ - "8a656ba0-ca89-4c84-bb72-308e73089085" + "dcb0be8d-6426-4d94-ac36-556d2b774278" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011628Z:8a656ba0-ca89-4c84-bb72-308e73089085" + "NORTHEUROPE:20200808T071851Z:dcb0be8d-6426-4d94-ac36-556d2b774278" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:16:28 GMT" + "Sat, 08 Aug 2020 07:18:50 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5639\",\r\n \"name\": \"azsmnet5639\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1566\",\r\n \"name\": \"azsmnet1566\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5639/providers/Microsoft.Search/searchServices/azs-8203?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MjAzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1566/providers/Microsoft.Search/searchServices/azs-3750?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNTY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzUwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a301ae15-2d8a-4a0e-b0b7-934e3bbfba1d" + "28670b00-d99e-4044-bfb7-e5aeb1b9b6dd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A16%3A31.8192422Z'\"" + "W/\"datetime'2020-08-08T07%3A18%3A56.1980685Z'\"" ], "x-ms-request-id": [ - "a301ae15-2d8a-4a0e-b0b7-934e3bbfba1d" + "28670b00-d99e-4044-bfb7-e5aeb1b9b6dd" ], "request-id": [ - "a301ae15-2d8a-4a0e-b0b7-934e3bbfba1d" + "28670b00-d99e-4044-bfb7-e5aeb1b9b6dd" ], "elapsed-time": [ - "1381" + "1365" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1193" ], "x-ms-correlation-request-id": [ - "0220e75b-dc8c-42cd-be4c-abf83e4d33d6" + "7226ebe0-2127-4e9c-8409-f70e236f91c9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011632Z:0220e75b-dc8c-42cd-be4c-abf83e4d33d6" + "NORTHEUROPE:20200808T071857Z:7226ebe0-2127-4e9c-8409-f70e236f91c9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:16:31 GMT" + "Sat, 08 Aug 2020 07:18:56 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5639/providers/Microsoft.Search/searchServices/azs-8203\",\r\n \"name\": \"azs-8203\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1566/providers/Microsoft.Search/searchServices/azs-3750\",\r\n \"name\": \"azs-3750\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5639/providers/Microsoft.Search/searchServices/azs-8203/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MjAzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1566/providers/Microsoft.Search/searchServices/azs-3750/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNTY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzUwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c0d0ae11-f126-4aab-8df3-55e38c77695e" + "ef6681a5-3b0b-4f73-867c-5bf85a745c45" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c0d0ae11-f126-4aab-8df3-55e38c77695e" + "ef6681a5-3b0b-4f73-867c-5bf85a745c45" ], "request-id": [ - "c0d0ae11-f126-4aab-8df3-55e38c77695e" + "ef6681a5-3b0b-4f73-867c-5bf85a745c45" ], "elapsed-time": [ - "105" + "106" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1189" ], "x-ms-correlation-request-id": [ - "7646ecda-bd9b-41e6-bfc4-f153c0a63eca" + "5f3e13fb-5fc4-4177-875b-28232a8f502f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011634Z:7646ecda-bd9b-41e6-bfc4-f153c0a63eca" + "NORTHEUROPE:20200808T071859Z:5f3e13fb-5fc4-4177-875b-28232a8f502f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:16:34 GMT" + "Sat, 08 Aug 2020 07:18:59 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"793CC2D49C72BEAA1513923B90DD262C\",\r\n \"secondaryKey\": \"4B7927516B9018834C8BB8E51577AE3E\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"82DB5CF59DE2CED3DCF2D59789861FB6\",\r\n \"secondaryKey\": \"3907C458ADE9DA22A9DCDC5720D2F4F4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5639/providers/Microsoft.Search/searchServices/azs-8203/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MjAzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1566/providers/Microsoft.Search/searchServices/azs-3750/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNTY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzUwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fac67880-d36b-469a-ab7f-45e36873e7e5" + "00ce6610-b811-4e39-85f9-b73687f71304" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "fac67880-d36b-469a-ab7f-45e36873e7e5" + "00ce6610-b811-4e39-85f9-b73687f71304" ], "request-id": [ - "fac67880-d36b-469a-ab7f-45e36873e7e5" + "00ce6610-b811-4e39-85f9-b73687f71304" ], "elapsed-time": [ - "102" + "99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1188" ], "x-ms-correlation-request-id": [ - "25664ed7-8a48-4935-b365-24e7eded8707" + "2cb14d60-a20c-451e-adce-0f6558a5c0b4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011635Z:25664ed7-8a48-4935-b365-24e7eded8707" + "NORTHEUROPE:20200808T071900Z:2cb14d60-a20c-451e-adce-0f6558a5c0b4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:16:34 GMT" + "Sat, 08 Aug 2020 07:19:00 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"1C1A89B8DF6C4A661E6EE2FC2BD84EE1\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D5D4CC8ABDF9AB85884A6D3CEFE1DA67\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2247\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8514\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "38310314-21e1-4279-bac4-bcb8c03a12d3" + "1979ee1d-a08d-44f0-82cb-0a1bf423dcb4" ], "Accept-Language": [ "en-US" ], "api-key": [ - "793CC2D49C72BEAA1513923B90DD262C" + "82DB5CF59DE2CED3DCF2D59789861FB6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036DF019EBE7\"" + "W/\"0x8D83B6B5402CB17\"" ], "Location": [ - "https://azs-8203.search-dogfood.windows-int.net/indexes('azsmnet2247')?api-version=2019-05-06" + "https://azs-3750.search-dogfood.windows-int.net/indexes('azsmnet8514')?api-version=2019-05-06" ], "request-id": [ - "38310314-21e1-4279-bac4-bcb8c03a12d3" + "1979ee1d-a08d-44f0-82cb-0a1bf423dcb4" ], "elapsed-time": [ - "2643" + "961" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:16:38 GMT" + "Sat, 08 Aug 2020 07:19:03 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8203.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036DF019EBE7\\\"\",\r\n \"name\": \"azsmnet2247\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3750.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6B5402CB17\\\"\",\r\n \"name\": \"azsmnet8514\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3812\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4943\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c3309064-21bc-45ff-81a5-5d14260e71b0" + "8318d80a-c80d-4836-ad16-b4d8d8cd38f7" ], "Accept-Language": [ "en-US" ], "api-key": [ - "793CC2D49C72BEAA1513923B90DD262C" + "82DB5CF59DE2CED3DCF2D59789861FB6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036DFDB4C024\"" + "W/\"0x8D83B6B64158E71\"" ], "Location": [ - "https://azs-8203.search-dogfood.windows-int.net/indexes('azsmnet3812')?api-version=2019-05-06" + "https://azs-3750.search-dogfood.windows-int.net/indexes('azsmnet4943')?api-version=2019-05-06" ], "request-id": [ - "c3309064-21bc-45ff-81a5-5d14260e71b0" + "8318d80a-c80d-4836-ad16-b4d8d8cd38f7" ], "elapsed-time": [ - "1138" + "5489" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:17:00 GMT" + "Sat, 08 Aug 2020 07:19:29 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "1569" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8203.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036DFDB4C024\\\"\",\r\n \"name\": \"azsmnet3812\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3750.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6B64158E71\\\"\",\r\n \"name\": \"azsmnet4943\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet3812')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzODEyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4943')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0OTQzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"The Hobbit\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n }\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "23159a2d-44e2-4fb9-aa13-9e18edadf764" + "a00c97a0-0f29-4165-8c8d-27978463a3c5" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "793CC2D49C72BEAA1513923B90DD262C" + "82DB5CF59DE2CED3DCF2D59789861FB6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "23159a2d-44e2-4fb9-aa13-9e18edadf764" + "a00c97a0-0f29-4165-8c8d-27978463a3c5" ], "elapsed-time": [ - "177" + "213" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:17:02 GMT" + "Sat, 08 Aug 2020 07:19:31 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,24 +553,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3812')/docs/$count?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzODEyJykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4943')/docs/$count?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0OTQzJykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "e52305e8-649e-4f1b-80b6-9c9ced298ed1" + "9e7f2fc2-0892-41f0-8909-b1a38541b753" ], "Accept-Language": [ "en-US" ], "api-key": [ - "793CC2D49C72BEAA1513923B90DD262C" + "82DB5CF59DE2CED3DCF2D59789861FB6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -582,10 +582,10 @@ "no-cache" ], "request-id": [ - "e52305e8-649e-4f1b-80b6-9c9ced298ed1" + "9e7f2fc2-0892-41f0-8909-b1a38541b753" ], "elapsed-time": [ - "7" + "5" ], "OData-Version": [ "4.0" @@ -597,7 +597,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:17:04 GMT" + "Sat, 08 Aug 2020 07:19:33 GMT" ], "Content-Type": [ "text/plain" @@ -613,13 +613,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3812')/docs('123')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzODEyJykvZG9jcygnMTIzJyk/JHNlbGVjdD0lMkEmYXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4943')/docs('123')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0OTQzJykvZG9jcygnMTIzJyk/JHNlbGVjdD0lMkEmYXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "6bdc7dc1-b1eb-4e91-8256-3e8f2a01b5bb" + "136488df-d19f-4f62-8cb2-287ad384e6ce" ], "Accept-Language": [ "en-US" @@ -628,12 +628,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "793CC2D49C72BEAA1513923B90DD262C" + "82DB5CF59DE2CED3DCF2D59789861FB6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -645,7 +645,7 @@ "no-cache" ], "request-id": [ - "6bdc7dc1-b1eb-4e91-8256-3e8f2a01b5bb" + "136488df-d19f-4f62-8cb2-287ad384e6ce" ], "elapsed-time": [ "16" @@ -660,7 +660,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:17:04 GMT" + "Sat, 08 Aug 2020 07:19:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -676,21 +676,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5639/providers/Microsoft.Search/searchServices/azs-8203?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MjAzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1566/providers/Microsoft.Search/searchServices/azs-3750?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNTY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzUwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a1500f78-76af-4cd3-90d1-41d6a3f9e094" + "f3d132f5-4f3a-47fa-933d-ae0195451687" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -701,52 +701,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "a1500f78-76af-4cd3-90d1-41d6a3f9e094" + "3678206e-1dcf-43d2-a149-40779d04365c" ], - "request-id": [ - "a1500f78-76af-4cd3-90d1-41d6a3f9e094" + "x-ms-correlation-request-id": [ + "3678206e-1dcf-43d2-a149-40779d04365c" ], - "elapsed-time": [ - "1602" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T071943Z:3678206e-1dcf-43d2-a149-40779d04365c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" - ], - "x-ms-correlation-request-id": [ - "a963f2ef-70fd-4ae7-a208-f3f2d35dfff5" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011710Z:a963f2ef-70fd-4ae7-a208-f3f2d35dfff5" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:17:10 GMT" + "Sat, 08 Aug 2020 07:19:43 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5639", - "azsmnet2247", - "azsmnet3812" + "azsmnet1566", + "azsmnet8514", + "azsmnet4943" ], "GenerateServiceName": [ - "azs-8203" + "azs-3750" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexAndRetrieveWithCamelCaseContractResolver.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexAndRetrieveWithCamelCaseContractResolver.json index 1160458a5942..de0a3c9116e9 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexAndRetrieveWithCamelCaseContractResolver.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexAndRetrieveWithCamelCaseContractResolver.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c6c100fc-d404-4b51-9039-dff6d27cc713" + "3943c315-0839-4d4d-a576-98d93295b4b2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1190" ], "x-ms-request-id": [ - "35f259a0-96f1-48f5-be2c-2d72202df3ce" + "60344177-a935-4239-88d6-8f3cb2b3367b" ], "x-ms-correlation-request-id": [ - "35f259a0-96f1-48f5-be2c-2d72202df3ce" + "60344177-a935-4239-88d6-8f3cb2b3367b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012815Z:35f259a0-96f1-48f5-be2c-2d72202df3ce" + "NORTHEUROPE:20200808T073617Z:60344177-a935-4239-88d6-8f3cb2b3367b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:28:14 GMT" + "Sat, 08 Aug 2020 07:36:16 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7958?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3OTU4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8013?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MDEzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a02a170b-d7e4-469c-84a0-c3722470566e" + "0e307a9e-d886-4f26-a6f4-12b0091727d8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1192" ], "x-ms-request-id": [ - "524d4fea-341c-4828-980c-3e9c780e3068" + "be92b967-e002-4aab-ade3-935d5d698bff" ], "x-ms-correlation-request-id": [ - "524d4fea-341c-4828-980c-3e9c780e3068" + "be92b967-e002-4aab-ade3-935d5d698bff" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012816Z:524d4fea-341c-4828-980c-3e9c780e3068" + "NORTHEUROPE:20200808T073619Z:be92b967-e002-4aab-ade3-935d5d698bff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:28:16 GMT" + "Sat, 08 Aug 2020 07:36:19 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7958\",\r\n \"name\": \"azsmnet7958\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8013\",\r\n \"name\": \"azsmnet8013\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7958/providers/Microsoft.Search/searchServices/azs-1308?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3OTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzA4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8013/providers/Microsoft.Search/searchServices/azs-8777?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04Nzc3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3b5fd292-4ea3-40d4-a852-773869054668" + "fa292368-8eb0-4226-9711-34c792fc82b3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A28%3A20.3142381Z'\"" + "W/\"datetime'2020-08-08T07%3A36%3A24.6683897Z'\"" ], "x-ms-request-id": [ - "3b5fd292-4ea3-40d4-a852-773869054668" + "fa292368-8eb0-4226-9711-34c792fc82b3" ], "request-id": [ - "3b5fd292-4ea3-40d4-a852-773869054668" + "fa292368-8eb0-4226-9711-34c792fc82b3" ], "elapsed-time": [ - "1223" + "1878" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1195" ], "x-ms-correlation-request-id": [ - "0cbb41c0-bc68-491c-a916-0253a7a87ccc" + "6ae9bb57-3a1a-486b-97cb-3f45ea4b1095" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012821Z:0cbb41c0-bc68-491c-a916-0253a7a87ccc" + "NORTHEUROPE:20200808T073625Z:6ae9bb57-3a1a-486b-97cb-3f45ea4b1095" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:28:20 GMT" + "Sat, 08 Aug 2020 07:36:25 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7958/providers/Microsoft.Search/searchServices/azs-1308\",\r\n \"name\": \"azs-1308\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8013/providers/Microsoft.Search/searchServices/azs-8777\",\r\n \"name\": \"azs-8777\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7958/providers/Microsoft.Search/searchServices/azs-1308/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3OTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzA4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8013/providers/Microsoft.Search/searchServices/azs-8777/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04Nzc3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "91eff0b8-15a1-47e1-a7e8-2193085b3e20" + "b7d6dd18-82e7-4d97-961d-14637453b655" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "91eff0b8-15a1-47e1-a7e8-2193085b3e20" + "b7d6dd18-82e7-4d97-961d-14637453b655" ], "request-id": [ - "91eff0b8-15a1-47e1-a7e8-2193085b3e20" + "b7d6dd18-82e7-4d97-961d-14637453b655" ], "elapsed-time": [ - "86" + "177" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1193" ], "x-ms-correlation-request-id": [ - "5703f145-dece-4926-af75-6fd0cbc09563" + "82f98562-bae3-492a-98bd-29f53003eb5e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012823Z:5703f145-dece-4926-af75-6fd0cbc09563" + "NORTHEUROPE:20200808T073628Z:82f98562-bae3-492a-98bd-29f53003eb5e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:28:22 GMT" + "Sat, 08 Aug 2020 07:36:27 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"77087CF40505581C9C320A9E478A7864\",\r\n \"secondaryKey\": \"EA111289553AD99BB1ABF094D0348DD1\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"D7A35E25366299A2E5080F8CDC770972\",\r\n \"secondaryKey\": \"9006CCD8359A9C6F5A8196B9925DB512\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7958/providers/Microsoft.Search/searchServices/azs-1308/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3OTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzA4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8013/providers/Microsoft.Search/searchServices/azs-8777/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04Nzc3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8dc223de-937c-4f60-a32d-af7f365a3ac0" + "9db0fb5d-d8c8-4787-a943-efe2468b59ee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8dc223de-937c-4f60-a32d-af7f365a3ac0" + "9db0fb5d-d8c8-4787-a943-efe2468b59ee" ], "request-id": [ - "8dc223de-937c-4f60-a32d-af7f365a3ac0" + "9db0fb5d-d8c8-4787-a943-efe2468b59ee" ], "elapsed-time": [ - "91" + "414" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1192" ], "x-ms-correlation-request-id": [ - "7d939080-11f8-4c5d-a2cd-df070cfa0adc" + "ca80c36f-239b-40b8-b055-bbc257f74352" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012823Z:7d939080-11f8-4c5d-a2cd-df070cfa0adc" + "NORTHEUROPE:20200808T073629Z:ca80c36f-239b-40b8-b055-bbc257f74352" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:28:23 GMT" + "Sat, 08 Aug 2020 07:36:29 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"34EC2FB5BA735807A6516C7306FC8040\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"A920D51758D09C4841FD8A1947C30E30\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8736\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1988\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "5fe06598-edfb-471b-be88-3c070aff4267" + "d37d4aba-8ad1-4e6e-aee8-b3aed3c6b7bd" ], "Accept-Language": [ "en-US" ], "api-key": [ - "77087CF40505581C9C320A9E478A7864" + "D7A35E25366299A2E5080F8CDC770972" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036F95E2F09A\"" + "W/\"0x8D83B6DC52F634D\"" ], "Location": [ - "https://azs-1308.search-dogfood.windows-int.net/indexes('azsmnet8736')?api-version=2019-05-06" + "https://azs-8777.search-dogfood.windows-int.net/indexes('azsmnet1988')?api-version=2019-05-06" ], "request-id": [ - "5fe06598-edfb-471b-be88-3c070aff4267" + "d37d4aba-8ad1-4e6e-aee8-b3aed3c6b7bd" ], "elapsed-time": [ - "1227" + "1381" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:28:26 GMT" + "Sat, 08 Aug 2020 07:36:31 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1308.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036F95E2F09A\\\"\",\r\n \"name\": \"azsmnet8736\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8777.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6DC52F634D\\\"\",\r\n \"name\": \"azsmnet1988\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8859\",\r\n \"fields\": [\r\n {\r\n \"name\": \"isbn\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"firstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"lastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"publishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5504\",\r\n \"fields\": [\r\n {\r\n \"name\": \"isbn\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"firstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"lastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"publishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "26754ee3-eb87-4642-82f1-26314d5f4e30" + "beaad137-ac6b-4d04-8040-418c313dc926" ], "Accept-Language": [ "en-US" ], "api-key": [ - "77087CF40505581C9C320A9E478A7864" + "D7A35E25366299A2E5080F8CDC770972" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036FA3550240\"" + "W/\"0x8D83B6DD2DC51E0\"" ], "Location": [ - "https://azs-1308.search-dogfood.windows-int.net/indexes('azsmnet8859')?api-version=2019-05-06" + "https://azs-8777.search-dogfood.windows-int.net/indexes('azsmnet5504')?api-version=2019-05-06" ], "request-id": [ - "26754ee3-eb87-4642-82f1-26314d5f4e30" + "beaad137-ac6b-4d04-8040-418c313dc926" ], "elapsed-time": [ - "1136" + "1271" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:28:48 GMT" + "Sat, 08 Aug 2020 07:36:54 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "1569" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1308.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036FA3550240\\\"\",\r\n \"name\": \"azsmnet8859\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"isbn\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"firstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"publishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8777.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6DD2DC51E0\\\"\",\r\n \"name\": \"azsmnet5504\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"isbn\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"firstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"publishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet8859')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4ODU5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5504')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NTA0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"isbn\": \"123\",\r\n \"title\": \"The Hobbit\",\r\n \"author\": {\r\n \"firstName\": \"J.R.R.\",\r\n \"lastName\": \"Tolkien\"\r\n }\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "764a65eb-aeb3-49bf-8304-4f0bf3b18090" + "93e6dc84-2e57-4ca6-87f5-c621f407de04" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "77087CF40505581C9C320A9E478A7864" + "D7A35E25366299A2E5080F8CDC770972" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "764a65eb-aeb3-49bf-8304-4f0bf3b18090" + "93e6dc84-2e57-4ca6-87f5-c621f407de04" ], "elapsed-time": [ - "167" + "200" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:28:49 GMT" + "Sat, 08 Aug 2020 07:36:56 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,24 +553,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet8859')/docs/$count?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4ODU5JykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5504')/docs/$count?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NTA0JykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "719e2e61-4de0-48d7-b1b0-c1a18573f145" + "3bc82ff5-1f9c-4c54-b28f-5070d0920bea" ], "Accept-Language": [ "en-US" ], "api-key": [ - "77087CF40505581C9C320A9E478A7864" + "D7A35E25366299A2E5080F8CDC770972" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -582,10 +582,10 @@ "no-cache" ], "request-id": [ - "719e2e61-4de0-48d7-b1b0-c1a18573f145" + "3bc82ff5-1f9c-4c54-b28f-5070d0920bea" ], "elapsed-time": [ - "4" + "9" ], "OData-Version": [ "4.0" @@ -597,7 +597,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:28:52 GMT" + "Sat, 08 Aug 2020 07:36:58 GMT" ], "Content-Type": [ "text/plain" @@ -613,13 +613,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet8859')/docs('123')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4ODU5JykvZG9jcygnMTIzJyk/JHNlbGVjdD0lMkEmYXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5504')/docs('123')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NTA0JykvZG9jcygnMTIzJyk/JHNlbGVjdD0lMkEmYXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "e6b13348-d032-40b5-8589-66bbac86d0d7" + "76ac22dc-1db0-4fb9-8e97-7b815f8800cc" ], "Accept-Language": [ "en-US" @@ -628,12 +628,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "77087CF40505581C9C320A9E478A7864" + "D7A35E25366299A2E5080F8CDC770972" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -645,10 +645,10 @@ "no-cache" ], "request-id": [ - "e6b13348-d032-40b5-8589-66bbac86d0d7" + "76ac22dc-1db0-4fb9-8e97-7b815f8800cc" ], "elapsed-time": [ - "7" + "9" ], "OData-Version": [ "4.0" @@ -660,7 +660,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:28:52 GMT" + "Sat, 08 Aug 2020 07:36:58 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -676,21 +676,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7958/providers/Microsoft.Search/searchServices/azs-1308?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3OTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzA4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8013/providers/Microsoft.Search/searchServices/azs-8777?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04Nzc3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "40063c33-4ff1-4f56-a838-bd1dbd880299" + "c89c650e-7947-4a9e-87fe-12897e710a38" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -701,52 +701,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "40063c33-4ff1-4f56-a838-bd1dbd880299" + "61d15984-4e5c-47cf-89b1-b0d4b6fedddd" ], - "request-id": [ - "40063c33-4ff1-4f56-a838-bd1dbd880299" + "x-ms-correlation-request-id": [ + "61d15984-4e5c-47cf-89b1-b0d4b6fedddd" ], - "elapsed-time": [ - "998" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T073713Z:61d15984-4e5c-47cf-89b1-b0d4b6fedddd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14984" - ], - "x-ms-correlation-request-id": [ - "4f518c7f-7c55-45d4-9ac2-012abfc31cdf" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012855Z:4f518c7f-7c55-45d4-9ac2-012abfc31cdf" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:28:55 GMT" + "Sat, 08 Aug 2020 07:37:13 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7958", - "azsmnet8736", - "azsmnet8859" + "azsmnet8013", + "azsmnet1988", + "azsmnet5504" ], "GenerateServiceName": [ - "azs-1308" + "azs-8777" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexAndRetrieveWithCustomContractResolver.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexAndRetrieveWithCustomContractResolver.json index 66c333d44f96..2b105138963e 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexAndRetrieveWithCustomContractResolver.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexAndRetrieveWithCustomContractResolver.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a835cb5d-8b89-4e1b-bb0d-3f23c4dda4c3" + "aed66e06-c266-4251-a5b3-c300ed40ebad" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1192" ], "x-ms-request-id": [ - "3b3bca04-d882-4dd9-b278-869398943fb5" + "44d472aa-7d83-4c31-8466-bf4ebd688f65" ], "x-ms-correlation-request-id": [ - "3b3bca04-d882-4dd9-b278-869398943fb5" + "44d472aa-7d83-4c31-8466-bf4ebd688f65" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011852Z:3b3bca04-d882-4dd9-b278-869398943fb5" + "NORTHEUROPE:20200808T072227Z:44d472aa-7d83-4c31-8466-bf4ebd688f65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:18:51 GMT" + "Sat, 08 Aug 2020 07:22:27 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1910?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxOTEwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5469?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NDY5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "205a5570-b579-4846-837c-cb25ab39e39c" + "7176ea9c-065d-441c-bd55-4a0762ee6ad1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1194" ], "x-ms-request-id": [ - "728d76c4-0677-4c89-b1df-43b93b782a52" + "d0926a52-5048-4f7b-b7ec-1eebed9527b6" ], "x-ms-correlation-request-id": [ - "728d76c4-0677-4c89-b1df-43b93b782a52" + "d0926a52-5048-4f7b-b7ec-1eebed9527b6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011852Z:728d76c4-0677-4c89-b1df-43b93b782a52" + "NORTHEUROPE:20200808T072229Z:d0926a52-5048-4f7b-b7ec-1eebed9527b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:18:52 GMT" + "Sat, 08 Aug 2020 07:22:29 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1910\",\r\n \"name\": \"azsmnet1910\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5469\",\r\n \"name\": \"azsmnet5469\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1910/providers/Microsoft.Search/searchServices/azs-2847?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxOTEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODQ3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5469/providers/Microsoft.Search/searchServices/azs-4849?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODQ5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f532d6e2-4d3c-46cf-aea8-cd3ecda75161" + "8fbd8b87-9777-4539-ac5f-26a735bdf6c0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A18%3A57.0187903Z'\"" + "W/\"datetime'2020-08-08T07%3A22%3A34.6851367Z'\"" ], "x-ms-request-id": [ - "f532d6e2-4d3c-46cf-aea8-cd3ecda75161" + "8fbd8b87-9777-4539-ac5f-26a735bdf6c0" ], "request-id": [ - "f532d6e2-4d3c-46cf-aea8-cd3ecda75161" + "8fbd8b87-9777-4539-ac5f-26a735bdf6c0" ], "elapsed-time": [ - "1487" + "2826" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1192" ], "x-ms-correlation-request-id": [ - "8fa19f22-c979-44f1-a406-f5156ef51393" + "2ef03337-0983-44bb-a866-543a795747a5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011857Z:8fa19f22-c979-44f1-a406-f5156ef51393" + "NORTHEUROPE:20200808T072236Z:2ef03337-0983-44bb-a866-543a795747a5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:18:57 GMT" + "Sat, 08 Aug 2020 07:22:35 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1910/providers/Microsoft.Search/searchServices/azs-2847\",\r\n \"name\": \"azs-2847\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5469/providers/Microsoft.Search/searchServices/azs-4849\",\r\n \"name\": \"azs-4849\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1910/providers/Microsoft.Search/searchServices/azs-2847/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxOTEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODQ3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5469/providers/Microsoft.Search/searchServices/azs-4849/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODQ5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85b05501-e0a3-4ccb-b772-ed8201c2ed07" + "1d4a7aed-161c-49f3-a8be-25cdd637d519" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "85b05501-e0a3-4ccb-b772-ed8201c2ed07" + "1d4a7aed-161c-49f3-a8be-25cdd637d519" ], "request-id": [ - "85b05501-e0a3-4ccb-b772-ed8201c2ed07" + "1d4a7aed-161c-49f3-a8be-25cdd637d519" ], "elapsed-time": [ - "87" + "481" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1188" ], "x-ms-correlation-request-id": [ - "c5bb2c32-b162-4643-807e-fab73468649e" + "111cbe31-2753-40ab-a57b-47084a199a56" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011859Z:c5bb2c32-b162-4643-807e-fab73468649e" + "NORTHEUROPE:20200808T072239Z:111cbe31-2753-40ab-a57b-47084a199a56" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:18:59 GMT" + "Sat, 08 Aug 2020 07:22:38 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"5CEFAB9C71C398680ABE164CFD724119\",\r\n \"secondaryKey\": \"DA0021289162D4E2CCE38493F9B6CCAE\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"333A6C5779C75830F3566A5998892BF8\",\r\n \"secondaryKey\": \"EC2A592D1AAA1CB929CB44505CC26878\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1910/providers/Microsoft.Search/searchServices/azs-2847/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxOTEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODQ3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5469/providers/Microsoft.Search/searchServices/azs-4849/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODQ5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "404b8ac3-a6a7-40b8-be18-c78aeff551b6" + "cab3965a-5dc6-4ab8-bae9-9a7df9925bbe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "404b8ac3-a6a7-40b8-be18-c78aeff551b6" + "cab3965a-5dc6-4ab8-bae9-9a7df9925bbe" ], "request-id": [ - "404b8ac3-a6a7-40b8-be18-c78aeff551b6" + "cab3965a-5dc6-4ab8-bae9-9a7df9925bbe" ], "elapsed-time": [ - "197" + "578" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1187" ], "x-ms-correlation-request-id": [ - "a9225ba4-9bbc-4b22-a98a-25df7dfabfe8" + "5672a713-09ee-498d-8876-5055aebbf73d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011900Z:a9225ba4-9bbc-4b22-a98a-25df7dfabfe8" + "NORTHEUROPE:20200808T072240Z:5672a713-09ee-498d-8876-5055aebbf73d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:18:59 GMT" + "Sat, 08 Aug 2020 07:22:39 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"05B9B506BD5724F4285F0322B43D6BB8\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"7D1163C2A2037BC4FF19E8BD134FF0F5\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4506\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet727\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "1dea8c7e-a2b2-41df-b374-6721f3a5d782" + "ce5c2298-cb7a-40a7-8694-a0dd536b0593" ], "Accept-Language": [ "en-US" ], "api-key": [ - "5CEFAB9C71C398680ABE164CFD724119" + "333A6C5779C75830F3566A5998892BF8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6975" + "6974" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036E4642DF1B\"" + "W/\"0x8D83B6BD7023554\"" ], "Location": [ - "https://azs-2847.search-dogfood.windows-int.net/indexes('azsmnet4506')?api-version=2019-05-06" + "https://azs-4849.search-dogfood.windows-int.net/indexes('azsmnet727')?api-version=2019-05-06" ], "request-id": [ - "1dea8c7e-a2b2-41df-b374-6721f3a5d782" + "ce5c2298-cb7a-40a7-8694-a0dd536b0593" ], "elapsed-time": [ - "1356" + "866" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:19:03 GMT" + "Sat, 08 Aug 2020 07:22:41 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6147" + "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2847.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036E4642DF1B\\\"\",\r\n \"name\": \"azsmnet4506\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4849.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6BD7023554\\\"\",\r\n \"name\": \"azsmnet727\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet4506')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NTA2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet727')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MjcnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "b1b1cbd9-156f-47a1-91ea-dd796ada9224" + "de4c1e52-7e5f-49bf-b2df-5a71a799566d" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "5CEFAB9C71C398680ABE164CFD724119" + "333A6C5779C75830F3566A5998892BF8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "b1b1cbd9-156f-47a1-91ea-dd796ada9224" + "de4c1e52-7e5f-49bf-b2df-5a71a799566d" ], "elapsed-time": [ - "206" + "202" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:19:25 GMT" + "Sat, 08 Aug 2020 07:23:04 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4506')/docs/$count?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NTA2JykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet727')/docs/$count?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MjcnKS9kb2NzLyRjb3VudD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "6c6cbcae-e9fa-4f08-b975-5ff23e7bc420" + "32ddf366-18ef-4e00-964f-7b1bf7d37065" ], "Accept-Language": [ "en-US" ], "api-key": [ - "5CEFAB9C71C398680ABE164CFD724119" + "333A6C5779C75830F3566A5998892BF8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -510,10 +510,10 @@ "no-cache" ], "request-id": [ - "6c6cbcae-e9fa-4f08-b975-5ff23e7bc420" + "32ddf366-18ef-4e00-964f-7b1bf7d37065" ], "elapsed-time": [ - "10" + "5" ], "OData-Version": [ "4.0" @@ -525,7 +525,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:19:27 GMT" + "Sat, 08 Aug 2020 07:23:06 GMT" ], "Content-Type": [ "text/plain" @@ -541,13 +541,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4506')/docs('1')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NTA2JykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet727')/docs('1')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MjcnKS9kb2NzKCcxJyk/JHNlbGVjdD0lMkEmYXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "14247056-c131-4446-b9d8-e549046b4fd6" + "a4b40a83-0419-4502-8b20-b0a6d2351546" ], "Accept-Language": [ "en-US" @@ -556,12 +556,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "5CEFAB9C71C398680ABE164CFD724119" + "333A6C5779C75830F3566A5998892BF8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -573,10 +573,10 @@ "no-cache" ], "request-id": [ - "14247056-c131-4446-b9d8-e549046b4fd6" + "a4b40a83-0419-4502-8b20-b0a6d2351546" ], "elapsed-time": [ - "32" + "23" ], "OData-Version": [ "4.0" @@ -588,7 +588,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:19:27 GMT" + "Sat, 08 Aug 2020 07:23:06 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -604,21 +604,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1910/providers/Microsoft.Search/searchServices/azs-2847?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxOTEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODQ3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5469/providers/Microsoft.Search/searchServices/azs-4849?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODQ5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1453e84a-3b10-47d1-99f4-d0521723c453" + "a61c1f0d-868b-40f6-9876-43f6fcddd7da" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -629,51 +629,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14988" + ], "x-ms-request-id": [ - "1453e84a-3b10-47d1-99f4-d0521723c453" + "7e22d8b8-c4eb-43ec-b727-b04c2eb2202c" ], - "request-id": [ - "1453e84a-3b10-47d1-99f4-d0521723c453" + "x-ms-correlation-request-id": [ + "7e22d8b8-c4eb-43ec-b727-b04c2eb2202c" ], - "elapsed-time": [ - "877" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T072315Z:7e22d8b8-c4eb-43ec-b727-b04c2eb2202c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14986" - ], - "x-ms-correlation-request-id": [ - "461c1e87-9818-4797-97b1-36a16b108a87" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011931Z:461c1e87-9818-4797-97b1-36a16b108a87" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:19:31 GMT" + "Sat, 08 Aug 2020 07:23:15 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet1910", - "azsmnet4506" + "azsmnet5469", + "azsmnet727" ], "GenerateServiceName": [ - "azs-2847" + "azs-4849" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexAndRetrieveWithCustomConverter.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexAndRetrieveWithCustomConverter.json index a44cc78ff7c7..df1e9c05f6bc 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexAndRetrieveWithCustomConverter.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexAndRetrieveWithCustomConverter.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eb2d9d23-7e65-4136-b409-925ee25c1fad" + "d3642bae-9ea5-4202-ae69-315c9661bbce" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1194" ], "x-ms-request-id": [ - "1a76b1cc-d25d-41ae-a20f-dd1c65a02e0d" + "addb674e-adb1-4c6b-b013-787637a4b11e" ], "x-ms-correlation-request-id": [ - "1a76b1cc-d25d-41ae-a20f-dd1c65a02e0d" + "addb674e-adb1-4c6b-b013-787637a4b11e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011406Z:1a76b1cc-d25d-41ae-a20f-dd1c65a02e0d" + "NORTHEUROPE:20200808T071504Z:addb674e-adb1-4c6b-b013-787637a4b11e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:14:06 GMT" + "Sat, 08 Aug 2020 07:15:03 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7686?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3Njg2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9600?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NjAwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4a11b89b-494d-4cf5-84d0-ca86d647806f" + "087458d7-c791-4287-8c02-ef11dcfb1f6e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1196" ], "x-ms-request-id": [ - "e7984acd-2784-425f-9af6-420a9386232d" + "f043a5d7-c820-4fba-ba56-d8cde39b9021" ], "x-ms-correlation-request-id": [ - "e7984acd-2784-425f-9af6-420a9386232d" + "f043a5d7-c820-4fba-ba56-d8cde39b9021" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011407Z:e7984acd-2784-425f-9af6-420a9386232d" + "NORTHEUROPE:20200808T071505Z:f043a5d7-c820-4fba-ba56-d8cde39b9021" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:14:06 GMT" + "Sat, 08 Aug 2020 07:15:04 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7686\",\r\n \"name\": \"azsmnet7686\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9600\",\r\n \"name\": \"azsmnet9600\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7686/providers/Microsoft.Search/searchServices/azs-8414?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Njg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDE0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9600/providers/Microsoft.Search/searchServices/azs-3591?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NjAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTkxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "21b41b09-dcbe-43aa-b84d-6129607688fa" + "a23938df-2230-497e-8a2c-be1cc858565f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A14%3A11.8196698Z'\"" + "W/\"datetime'2020-08-08T07%3A15%3A10.8949662Z'\"" ], "x-ms-request-id": [ - "21b41b09-dcbe-43aa-b84d-6129607688fa" + "a23938df-2230-497e-8a2c-be1cc858565f" ], "request-id": [ - "21b41b09-dcbe-43aa-b84d-6129607688fa" + "a23938df-2230-497e-8a2c-be1cc858565f" ], "elapsed-time": [ - "1090" + "1545" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1194" ], "x-ms-correlation-request-id": [ - "46e8d0e3-f9d1-489c-9de3-655f11c7877f" + "af277e46-3d15-472c-9220-184b05af7f31" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011412Z:46e8d0e3-f9d1-489c-9de3-655f11c7877f" + "NORTHEUROPE:20200808T071511Z:af277e46-3d15-472c-9220-184b05af7f31" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:14:12 GMT" + "Sat, 08 Aug 2020 07:15:11 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7686/providers/Microsoft.Search/searchServices/azs-8414\",\r\n \"name\": \"azs-8414\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9600/providers/Microsoft.Search/searchServices/azs-3591\",\r\n \"name\": \"azs-3591\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7686/providers/Microsoft.Search/searchServices/azs-8414/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Njg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDE0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9600/providers/Microsoft.Search/searchServices/azs-3591/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NjAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTkxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "598fab2c-ca56-474f-8ae1-c2b6ccac259c" + "4c61e79c-d0d2-4c24-bae0-28d111e9869f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "598fab2c-ca56-474f-8ae1-c2b6ccac259c" + "4c61e79c-d0d2-4c24-bae0-28d111e9869f" ], "request-id": [ - "598fab2c-ca56-474f-8ae1-c2b6ccac259c" + "4c61e79c-d0d2-4c24-bae0-28d111e9869f" ], "elapsed-time": [ - "94" + "108" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1192" ], "x-ms-correlation-request-id": [ - "2917aeec-bf20-4000-8cd6-79ebf73ea452" + "4089c000-7e96-4b89-a0fa-f0a03bdb1f55" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011414Z:2917aeec-bf20-4000-8cd6-79ebf73ea452" + "NORTHEUROPE:20200808T071514Z:4089c000-7e96-4b89-a0fa-f0a03bdb1f55" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:14:13 GMT" + "Sat, 08 Aug 2020 07:15:13 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"46B249A4174132B7060F28D14E4F312E\",\r\n \"secondaryKey\": \"ED498C5C4D59C44D352B5449C5FCF671\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"DBFADCEA09D1ED09372C56121C4CE556\",\r\n \"secondaryKey\": \"574DF6018DDC98FE1C0409D220F3F5CB\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7686/providers/Microsoft.Search/searchServices/azs-8414/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Njg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDE0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9600/providers/Microsoft.Search/searchServices/azs-3591/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NjAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTkxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ca1f3fb-834b-49fa-bdfb-3e61bc1ca0a0" + "c67257cd-0f06-4ba2-986f-2978a77fb67c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5ca1f3fb-834b-49fa-bdfb-3e61bc1ca0a0" + "c67257cd-0f06-4ba2-986f-2978a77fb67c" ], "request-id": [ - "5ca1f3fb-834b-49fa-bdfb-3e61bc1ca0a0" + "c67257cd-0f06-4ba2-986f-2978a77fb67c" ], "elapsed-time": [ - "95" + "126" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1191" ], "x-ms-correlation-request-id": [ - "91523d06-22c1-44c0-93fd-43c78d61e070" + "7085f0fc-9842-4794-94e0-77fc3d21c801" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011415Z:91523d06-22c1-44c0-93fd-43c78d61e070" + "NORTHEUROPE:20200808T071514Z:7085f0fc-9842-4794-94e0-77fc3d21c801" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:14:14 GMT" + "Sat, 08 Aug 2020 07:15:14 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"FBA72822E19B06B75D52B9A46C42E3CB\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"6CCBDEE0D2D7C2EF25F9495E7C23DE94\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4961\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7321\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "2fae9df2-d1fc-4bda-ac42-ccb34b569c67" + "5f74936a-95a8-4719-8ac2-0bbfb2340cde" ], "Accept-Language": [ "en-US" ], "api-key": [ - "46B249A4174132B7060F28D14E4F312E" + "DBFADCEA09D1ED09372C56121C4CE556" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036D9C346CC5\"" + "W/\"0x8D83B6ACD63CC3A\"" ], "Location": [ - "https://azs-8414.search-dogfood.windows-int.net/indexes('azsmnet4961')?api-version=2019-05-06" + "https://azs-3591.search-dogfood.windows-int.net/indexes('azsmnet7321')?api-version=2019-05-06" ], "request-id": [ - "2fae9df2-d1fc-4bda-ac42-ccb34b569c67" + "5f74936a-95a8-4719-8ac2-0bbfb2340cde" ], "elapsed-time": [ - "1173" + "823" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:14:18 GMT" + "Sat, 08 Aug 2020 07:15:17 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8414.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036D9C346CC5\\\"\",\r\n \"name\": \"azsmnet4961\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3591.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6ACD63CC3A\\\"\",\r\n \"name\": \"azsmnet7321\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7413\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1406\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8a4dd12f-5ab6-46a5-976a-00296ffcf043" + "7b372ba5-963a-449a-992b-4493def82eb8" ], "Accept-Language": [ "en-US" ], "api-key": [ - "46B249A4174132B7060F28D14E4F312E" + "DBFADCEA09D1ED09372C56121C4CE556" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036DA9C7EC41\"" + "W/\"0x8D83B6ADA9E5550\"" ], "Location": [ - "https://azs-8414.search-dogfood.windows-int.net/indexes('azsmnet7413')?api-version=2019-05-06" + "https://azs-3591.search-dogfood.windows-int.net/indexes('azsmnet1406')?api-version=2019-05-06" ], "request-id": [ - "8a4dd12f-5ab6-46a5-976a-00296ffcf043" + "7b372ba5-963a-449a-992b-4493def82eb8" ], "elapsed-time": [ - "1128" + "753" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:14:40 GMT" + "Sat, 08 Aug 2020 07:15:39 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "1569" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8414.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036DA9C7EC41\\\"\",\r\n \"name\": \"azsmnet7413\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3591.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6ADA9E5550\\\"\",\r\n \"name\": \"azsmnet1406\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet7413')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NDEzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1406')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNDA2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"The Hobbit\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkeen\"\r\n },\r\n \"PublishDate\": \"1945-09-21T00:00:00+00:00\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"The Hobbit\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkeen\"\r\n },\r\n \"PublishDate\": \"1945-09-20T17:00:00-07:00\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "7b3eca21-21c1-4b95-a47f-9a404126be12" + "bd041c60-5c89-4925-b6ba-521e29f0e745" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "46B249A4174132B7060F28D14E4F312E" + "DBFADCEA09D1ED09372C56121C4CE556" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "7b3eca21-21c1-4b95-a47f-9a404126be12" + "bd041c60-5c89-4925-b6ba-521e29f0e745" ], "elapsed-time": [ - "187" + "150" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:14:42 GMT" + "Sat, 08 Aug 2020 07:15:41 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,13 +553,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7413')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NDEzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1406')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNDA2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"merge\",\r\n \"ISBN\": \"123\",\r\n \"Title\": null,\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n },\r\n \"PublishDate\": \"1937-09-21T00:00:00+00:00\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"merge\",\r\n \"ISBN\": \"123\",\r\n \"Title\": null,\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n },\r\n \"PublishDate\": \"1937-09-20T17:00:00-07:00\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "12be83c4-a7bd-4bfb-b62c-a22745aa0e9d" + "6fa951ab-89fc-418c-ada4-c4ca63908750" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "46B249A4174132B7060F28D14E4F312E" + "DBFADCEA09D1ED09372C56121C4CE556" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -591,10 +591,10 @@ "no-cache" ], "request-id": [ - "12be83c4-a7bd-4bfb-b62c-a22745aa0e9d" + "6fa951ab-89fc-418c-ada4-c4ca63908750" ], "elapsed-time": [ - "43" + "46" ], "OData-Version": [ "4.0" @@ -606,7 +606,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:14:44 GMT" + "Sat, 08 Aug 2020 07:15:43 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -622,24 +622,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7413')/docs/$count?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NDEzJykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1406')/docs/$count?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNDA2JykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "74d36191-aac6-4767-88e6-c8b860ab8f78" + "59bbd4ba-6cdc-4149-93ed-fec25d2fe977" ], "Accept-Language": [ "en-US" ], "api-key": [ - "46B249A4174132B7060F28D14E4F312E" + "DBFADCEA09D1ED09372C56121C4CE556" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -651,10 +651,10 @@ "no-cache" ], "request-id": [ - "74d36191-aac6-4767-88e6-c8b860ab8f78" + "59bbd4ba-6cdc-4149-93ed-fec25d2fe977" ], "elapsed-time": [ - "58" + "45" ], "OData-Version": [ "4.0" @@ -666,7 +666,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:14:46 GMT" + "Sat, 08 Aug 2020 07:15:45 GMT" ], "Content-Type": [ "text/plain" @@ -682,13 +682,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7413')/docs('123')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NDEzJykvZG9jcygnMTIzJyk/JHNlbGVjdD0lMkEmYXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1406')/docs('123')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNDA2JykvZG9jcygnMTIzJyk/JHNlbGVjdD0lMkEmYXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "9ebea0b1-ac1c-457e-894a-01ca0f3fa2db" + "8cc56d0a-2439-4d16-aeed-ab2e2327239d" ], "Accept-Language": [ "en-US" @@ -697,12 +697,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "46B249A4174132B7060F28D14E4F312E" + "DBFADCEA09D1ED09372C56121C4CE556" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -714,10 +714,10 @@ "no-cache" ], "request-id": [ - "9ebea0b1-ac1c-457e-894a-01ca0f3fa2db" + "8cc56d0a-2439-4d16-aeed-ab2e2327239d" ], "elapsed-time": [ - "15" + "16" ], "OData-Version": [ "4.0" @@ -729,7 +729,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:14:46 GMT" + "Sat, 08 Aug 2020 07:15:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -745,21 +745,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7686/providers/Microsoft.Search/searchServices/azs-8414?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Njg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDE0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9600/providers/Microsoft.Search/searchServices/azs-3591?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NjAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTkxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9064ad2b-2302-4eef-a630-e0db71f5978c" + "7d66ae1d-0733-4f7c-bf12-294a749531b2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -770,52 +770,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14989" + ], "x-ms-request-id": [ - "9064ad2b-2302-4eef-a630-e0db71f5978c" + "022a3c29-039f-426d-94bf-e5d19f20b81a" ], - "request-id": [ - "9064ad2b-2302-4eef-a630-e0db71f5978c" + "x-ms-correlation-request-id": [ + "022a3c29-039f-426d-94bf-e5d19f20b81a" ], - "elapsed-time": [ - "1453" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T071554Z:022a3c29-039f-426d-94bf-e5d19f20b81a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14987" - ], - "x-ms-correlation-request-id": [ - "4c543d52-7725-4a65-8526-c753289b59a2" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011451Z:4c543d52-7725-4a65-8526-c753289b59a2" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:14:50 GMT" + "Sat, 08 Aug 2020 07:15:54 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7686", - "azsmnet4961", - "azsmnet7413" + "azsmnet9600", + "azsmnet7321", + "azsmnet1406" ], "GenerateServiceName": [ - "azs-8414" + "azs-3591" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexAndRetrieveWithCustomConverterViaSettings.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexAndRetrieveWithCustomConverterViaSettings.json index 4fef35b82f5b..794f00d3d598 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexAndRetrieveWithCustomConverterViaSettings.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexAndRetrieveWithCustomConverterViaSettings.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eb58a71e-7729-40fc-b4da-ed2364608d80" + "0a39171a-5485-43d6-b7fa-eaa7845e2b38" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1190" ], "x-ms-request-id": [ - "6265ac2a-a522-48e6-bb3b-b74fc00d382a" + "59b4ef31-67ff-4e86-bb19-109d5ad66fe4" ], "x-ms-correlation-request-id": [ - "6265ac2a-a522-48e6-bb3b-b74fc00d382a" + "59b4ef31-67ff-4e86-bb19-109d5ad66fe4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012901Z:6265ac2a-a522-48e6-bb3b-b74fc00d382a" + "NORTHEUROPE:20200808T073721Z:59b4ef31-67ff-4e86-bb19-109d5ad66fe4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:29:01 GMT" + "Sat, 08 Aug 2020 07:37:21 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4055?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MDU1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1828?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxODI4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f74915a6-8ee8-4ccd-ba8e-74f2dacb6e20" + "761deea7-fa69-4f2c-b698-a29f32cd3193" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1193" ], "x-ms-request-id": [ - "5abc1c73-682a-4586-91db-3ffcd9ff54df" + "c1920473-61e0-413f-9cc6-d4cb9e35c841" ], "x-ms-correlation-request-id": [ - "5abc1c73-682a-4586-91db-3ffcd9ff54df" + "c1920473-61e0-413f-9cc6-d4cb9e35c841" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012902Z:5abc1c73-682a-4586-91db-3ffcd9ff54df" + "NORTHEUROPE:20200808T073722Z:c1920473-61e0-413f-9cc6-d4cb9e35c841" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:29:01 GMT" + "Sat, 08 Aug 2020 07:37:22 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4055\",\r\n \"name\": \"azsmnet4055\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1828\",\r\n \"name\": \"azsmnet1828\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4055/providers/Microsoft.Search/searchServices/azs-7362?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MDU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzYyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1828/providers/Microsoft.Search/searchServices/azs-1981?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTgxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "452dcb5a-99e3-4951-9d97-2622fbc80cee" + "c34ea1b3-2139-48de-a245-18e12ca83d5c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A29%3A06.8585767Z'\"" + "W/\"datetime'2020-08-08T07%3A37%3A28.0722273Z'\"" ], "x-ms-request-id": [ - "452dcb5a-99e3-4951-9d97-2622fbc80cee" + "c34ea1b3-2139-48de-a245-18e12ca83d5c" ], "request-id": [ - "452dcb5a-99e3-4951-9d97-2622fbc80cee" + "c34ea1b3-2139-48de-a245-18e12ca83d5c" ], "elapsed-time": [ - "1806" + "1897" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1194" ], "x-ms-correlation-request-id": [ - "69ec1daa-a991-4138-9194-e951bb80dfa6" + "f1a97f4f-a8f6-4460-8d78-5f1c06588341" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012907Z:69ec1daa-a991-4138-9194-e951bb80dfa6" + "NORTHEUROPE:20200808T073729Z:f1a97f4f-a8f6-4460-8d78-5f1c06588341" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:29:07 GMT" + "Sat, 08 Aug 2020 07:37:29 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4055/providers/Microsoft.Search/searchServices/azs-7362\",\r\n \"name\": \"azs-7362\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1828/providers/Microsoft.Search/searchServices/azs-1981\",\r\n \"name\": \"azs-1981\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4055/providers/Microsoft.Search/searchServices/azs-7362/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MDU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzYyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1828/providers/Microsoft.Search/searchServices/azs-1981/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTgxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0c1066e0-ef5a-44bc-8f26-075b2ecc64d2" + "16775796-40d3-493e-9bc9-3cb337eb28e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0c1066e0-ef5a-44bc-8f26-075b2ecc64d2" + "16775796-40d3-493e-9bc9-3cb337eb28e2" ], "request-id": [ - "0c1066e0-ef5a-44bc-8f26-075b2ecc64d2" + "16775796-40d3-493e-9bc9-3cb337eb28e2" ], "elapsed-time": [ - "104" + "407" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1191" ], "x-ms-correlation-request-id": [ - "87a9f65c-3fdc-42eb-98b4-b1cbf37d39ee" + "4f1b5801-6c29-466e-a189-d84f0afde06e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012909Z:87a9f65c-3fdc-42eb-98b4-b1cbf37d39ee" + "NORTHEUROPE:20200808T073732Z:4f1b5801-6c29-466e-a189-d84f0afde06e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:29:09 GMT" + "Sat, 08 Aug 2020 07:37:31 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"6A2DC59B6F690C6A87CAC0DF96686811\",\r\n \"secondaryKey\": \"443E891B9EE1FFF37CE52479A407E68D\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"0F7CEF56198D1813B10B6B7B4204FAF2\",\r\n \"secondaryKey\": \"1253D88BDCDFF9F45AE1F3262DB33C8A\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4055/providers/Microsoft.Search/searchServices/azs-7362/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MDU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzYyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1828/providers/Microsoft.Search/searchServices/azs-1981/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTgxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4c9a57d-3955-41f5-b84c-ba2735946aec" + "45c7aa74-1fc5-44f4-a9e5-bb6af2a2523f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a4c9a57d-3955-41f5-b84c-ba2735946aec" + "45c7aa74-1fc5-44f4-a9e5-bb6af2a2523f" ], "request-id": [ - "a4c9a57d-3955-41f5-b84c-ba2735946aec" + "45c7aa74-1fc5-44f4-a9e5-bb6af2a2523f" ], "elapsed-time": [ - "94" + "356" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1190" ], "x-ms-correlation-request-id": [ - "0b9d6398-36d9-4cc4-9009-a85e71df90d4" + "bd81165c-9892-4682-9740-f8b744690c73" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012910Z:0b9d6398-36d9-4cc4-9009-a85e71df90d4" + "NORTHEUROPE:20200808T073733Z:bd81165c-9892-4682-9740-f8b744690c73" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:29:09 GMT" + "Sat, 08 Aug 2020 07:37:32 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"33E02B9079973C184F50F3DE27CED871\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"642AECD581FD1A7F63403CC7AA327DBC\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7396\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2516\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "2dfd3ee2-86d2-4772-a6f5-adf383310d2d" + "a37b1d4e-50e9-44a9-b60b-be0ef006d5c5" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6A2DC59B6F690C6A87CAC0DF96686811" + "0F7CEF56198D1813B10B6B7B4204FAF2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036FB1C6982F\"" + "W/\"0x8D83B6DEB12A872\"" ], "Location": [ - "https://azs-7362.search-dogfood.windows-int.net/indexes('azsmnet7396')?api-version=2019-05-06" + "https://azs-1981.search-dogfood.windows-int.net/indexes('azsmnet2516')?api-version=2019-05-06" ], "request-id": [ - "2dfd3ee2-86d2-4772-a6f5-adf383310d2d" + "a37b1d4e-50e9-44a9-b60b-be0ef006d5c5" ], "elapsed-time": [ - "1240" + "814" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:29:13 GMT" + "Sat, 08 Aug 2020 07:37:34 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7362.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036FB1C6982F\\\"\",\r\n \"name\": \"azsmnet7396\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1981.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6DEB12A872\\\"\",\r\n \"name\": \"azsmnet2516\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3517\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6990\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "a2cdaf48-7ac4-4458-92f1-c409f48a8c31" + "fcaa5544-ffd7-4ed9-be99-1e0c5da28f9b" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6A2DC59B6F690C6A87CAC0DF96686811" + "0F7CEF56198D1813B10B6B7B4204FAF2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036FBFB28A91\"" + "W/\"0x8D83B6DF8C564CC\"" ], "Location": [ - "https://azs-7362.search-dogfood.windows-int.net/indexes('azsmnet3517')?api-version=2019-05-06" + "https://azs-1981.search-dogfood.windows-int.net/indexes('azsmnet6990')?api-version=2019-05-06" ], "request-id": [ - "a2cdaf48-7ac4-4458-92f1-c409f48a8c31" + "fcaa5544-ffd7-4ed9-be99-1e0c5da28f9b" ], "elapsed-time": [ - "1206" + "1308" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:29:35 GMT" + "Sat, 08 Aug 2020 07:37:58 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "1569" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7362.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036FBFB28A91\\\"\",\r\n \"name\": \"azsmnet3517\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1981.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6DF8C564CC\\\"\",\r\n \"name\": \"azsmnet6990\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet3517')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNTE3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6990')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2OTkwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"The Hobbit\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkeen\"\r\n },\r\n \"PublishDate\": \"1945-09-21T00:00:00+00:00\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"The Hobbit\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkeen\"\r\n },\r\n \"PublishDate\": \"1945-09-20T17:00:00-07:00\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c02f9dda-27b3-4fa8-a2b0-63d94b0ceffd" + "240be73f-793a-411f-9df6-df9373d8784b" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "6A2DC59B6F690C6A87CAC0DF96686811" + "0F7CEF56198D1813B10B6B7B4204FAF2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "c02f9dda-27b3-4fa8-a2b0-63d94b0ceffd" + "240be73f-793a-411f-9df6-df9373d8784b" ], "elapsed-time": [ - "205" + "259" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:29:37 GMT" + "Sat, 08 Aug 2020 07:38:00 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,13 +553,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3517')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNTE3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6990')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2OTkwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"merge\",\r\n \"ISBN\": \"123\",\r\n \"Title\": null,\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n },\r\n \"PublishDate\": \"1937-09-21T00:00:00+00:00\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"merge\",\r\n \"ISBN\": \"123\",\r\n \"Title\": null,\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n },\r\n \"PublishDate\": \"1937-09-20T17:00:00-07:00\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "48dfb18a-0c82-4fb6-a935-89d8464f44fa" + "0e07ff9c-5269-4b56-877c-5e436d3ced4c" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "6A2DC59B6F690C6A87CAC0DF96686811" + "0F7CEF56198D1813B10B6B7B4204FAF2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -591,10 +591,10 @@ "no-cache" ], "request-id": [ - "48dfb18a-0c82-4fb6-a935-89d8464f44fa" + "0e07ff9c-5269-4b56-877c-5e436d3ced4c" ], "elapsed-time": [ - "42" + "88" ], "OData-Version": [ "4.0" @@ -606,7 +606,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:29:39 GMT" + "Sat, 08 Aug 2020 07:38:02 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -622,24 +622,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3517')/docs/$count?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNTE3JykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6990')/docs/$count?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2OTkwJykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "558af0d3-3b2c-4bcd-b91c-b434fef83245" + "fd319f45-c50d-40dd-8b73-fb8c301cd816" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6A2DC59B6F690C6A87CAC0DF96686811" + "0F7CEF56198D1813B10B6B7B4204FAF2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -651,10 +651,10 @@ "no-cache" ], "request-id": [ - "558af0d3-3b2c-4bcd-b91c-b434fef83245" + "fd319f45-c50d-40dd-8b73-fb8c301cd816" ], "elapsed-time": [ - "8" + "46" ], "OData-Version": [ "4.0" @@ -666,7 +666,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:29:41 GMT" + "Sat, 08 Aug 2020 07:38:03 GMT" ], "Content-Type": [ "text/plain" @@ -682,13 +682,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3517')/docs('123')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNTE3JykvZG9jcygnMTIzJyk/JHNlbGVjdD0lMkEmYXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6990')/docs('123')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2OTkwJykvZG9jcygnMTIzJyk/JHNlbGVjdD0lMkEmYXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "a3814f44-0938-4703-aa33-6578e1056731" + "305ca8f0-160d-4e98-bbac-2fa7e1540dbd" ], "Accept-Language": [ "en-US" @@ -697,12 +697,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "6A2DC59B6F690C6A87CAC0DF96686811" + "0F7CEF56198D1813B10B6B7B4204FAF2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -714,10 +714,10 @@ "no-cache" ], "request-id": [ - "a3814f44-0938-4703-aa33-6578e1056731" + "305ca8f0-160d-4e98-bbac-2fa7e1540dbd" ], "elapsed-time": [ - "14" + "12" ], "OData-Version": [ "4.0" @@ -729,7 +729,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:29:41 GMT" + "Sat, 08 Aug 2020 07:38:03 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -745,21 +745,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4055/providers/Microsoft.Search/searchServices/azs-7362?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MDU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzYyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1828/providers/Microsoft.Search/searchServices/azs-1981?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTgxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "80194775-e8cf-4d5d-8dad-fa52eb1c5f60" + "1ea012a6-e104-43a9-ac12-ea74b03a08e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -770,52 +770,43 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "80194775-e8cf-4d5d-8dad-fa52eb1c5f60" - ], - "request-id": [ - "80194775-e8cf-4d5d-8dad-fa52eb1c5f60" - ], - "elapsed-time": [ - "1146" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14993" ], + "x-ms-request-id": [ + "57c1cd9d-2a26-4d3c-8652-35fe78eed089" + ], "x-ms-correlation-request-id": [ - "124ca6b4-7e6e-4fef-acd3-649d2f8cb2e2" + "57c1cd9d-2a26-4d3c-8652-35fe78eed089" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012946Z:124ca6b4-7e6e-4fef-acd3-649d2f8cb2e2" + "NORTHEUROPE:20200808T073813Z:57c1cd9d-2a26-4d3c-8652-35fe78eed089" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:29:46 GMT" + "Sat, 08 Aug 2020 07:38:13 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet4055", - "azsmnet7396", - "azsmnet3517" + "azsmnet1828", + "azsmnet2516", + "azsmnet6990" ], "GenerateServiceName": [ - "azs-7362" + "azs-1981" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexDocumentsMappedFromStructs.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexDocumentsMappedFromStructs.json index 067e17fd0a79..fea76978a3b4 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexDocumentsMappedFromStructs.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexDocumentsMappedFromStructs.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d77d7870-9c6e-4026-ba70-f7fa607116bf" + "4c4f9d5a-2379-4b06-9e7c-423df18dd46c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1193" ], "x-ms-request-id": [ - "cd9a33f5-60b4-4b1a-9f41-49f30cdda002" + "05f87c9a-beb6-4e49-b1ca-696319975553" ], "x-ms-correlation-request-id": [ - "cd9a33f5-60b4-4b1a-9f41-49f30cdda002" + "05f87c9a-beb6-4e49-b1ca-696319975553" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011937Z:cd9a33f5-60b4-4b1a-9f41-49f30cdda002" + "NORTHEUROPE:20200808T072322Z:05f87c9a-beb6-4e49-b1ca-696319975553" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:19:36 GMT" + "Sat, 08 Aug 2020 07:23:22 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6087?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MDg3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7212?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MjEyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a9558515-3cd3-43fa-90fc-682739bb1abb" + "c0648595-ab52-4620-a48e-978656c1fbb9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1195" ], "x-ms-request-id": [ - "66ef0695-1798-48a4-ab92-cde48a744bd5" + "5531cb01-1db9-436b-8d01-a5e76d4f83f8" ], "x-ms-correlation-request-id": [ - "66ef0695-1798-48a4-ab92-cde48a744bd5" + "5531cb01-1db9-436b-8d01-a5e76d4f83f8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011938Z:66ef0695-1798-48a4-ab92-cde48a744bd5" + "NORTHEUROPE:20200808T072323Z:5531cb01-1db9-436b-8d01-a5e76d4f83f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:19:37 GMT" + "Sat, 08 Aug 2020 07:23:23 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6087\",\r\n \"name\": \"azsmnet6087\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7212\",\r\n \"name\": \"azsmnet7212\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6087/providers/Microsoft.Search/searchServices/azs-9454?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MDg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7212/providers/Microsoft.Search/searchServices/azs-3392?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzkyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "aa5059ad-2e46-4cd0-8cd7-06d034cd5a6e" + "de24ec47-fd61-4536-a5e6-391386a733aa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A19%3A42.1220951Z'\"" + "W/\"datetime'2020-08-08T07%3A23%3A29.5349797Z'\"" ], "x-ms-request-id": [ - "aa5059ad-2e46-4cd0-8cd7-06d034cd5a6e" + "de24ec47-fd61-4536-a5e6-391386a733aa" ], "request-id": [ - "aa5059ad-2e46-4cd0-8cd7-06d034cd5a6e" + "de24ec47-fd61-4536-a5e6-391386a733aa" ], "elapsed-time": [ - "1374" + "2835" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1194" ], "x-ms-correlation-request-id": [ - "6590a912-3390-4fef-921b-909076822dc4" + "a84a72ef-f9d3-4ee6-8329-53f1098efa2d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011943Z:6590a912-3390-4fef-921b-909076822dc4" + "NORTHEUROPE:20200808T072331Z:a84a72ef-f9d3-4ee6-8329-53f1098efa2d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:19:43 GMT" + "Sat, 08 Aug 2020 07:23:30 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6087/providers/Microsoft.Search/searchServices/azs-9454\",\r\n \"name\": \"azs-9454\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7212/providers/Microsoft.Search/searchServices/azs-3392\",\r\n \"name\": \"azs-3392\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6087/providers/Microsoft.Search/searchServices/azs-9454/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MDg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDU0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7212/providers/Microsoft.Search/searchServices/azs-3392/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzkyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02d5e219-37ba-41d2-a800-2df6f8b63227" + "3c27d75b-f713-453d-aa7f-199ce8ff4e19" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "02d5e219-37ba-41d2-a800-2df6f8b63227" + "3c27d75b-f713-453d-aa7f-199ce8ff4e19" ], "request-id": [ - "02d5e219-37ba-41d2-a800-2df6f8b63227" + "3c27d75b-f713-453d-aa7f-199ce8ff4e19" ], "elapsed-time": [ - "328" + "377" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1192" ], "x-ms-correlation-request-id": [ - "b6f2b635-1112-4902-b51e-db04f2bb1111" + "7afbddd5-8bc5-4400-8806-c88ce12f04db" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011945Z:b6f2b635-1112-4902-b51e-db04f2bb1111" + "NORTHEUROPE:20200808T072334Z:7afbddd5-8bc5-4400-8806-c88ce12f04db" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:19:44 GMT" + "Sat, 08 Aug 2020 07:23:33 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"EC65BF58177A4F0FCC65168FA216BE59\",\r\n \"secondaryKey\": \"DE04C75F4867726048B60C9824523F5E\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"38059BD3276D4B4CFEC87ABC8590C146\",\r\n \"secondaryKey\": \"4547F349E4C0A18E9F50E39C35F1B33A\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6087/providers/Microsoft.Search/searchServices/azs-9454/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MDg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDU0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7212/providers/Microsoft.Search/searchServices/azs-3392/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzkyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d5fc04b9-d454-4c35-a811-16a5c4152cd9" + "69f31a05-92ec-4871-b7e2-301f0ee3fdec" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d5fc04b9-d454-4c35-a811-16a5c4152cd9" + "69f31a05-92ec-4871-b7e2-301f0ee3fdec" ], "request-id": [ - "d5fc04b9-d454-4c35-a811-16a5c4152cd9" + "69f31a05-92ec-4871-b7e2-301f0ee3fdec" ], "elapsed-time": [ - "369" + "448" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1191" ], "x-ms-correlation-request-id": [ - "9f5dd022-e6e0-4d7a-8a32-642504d405fe" + "5269e02b-caa1-4486-ac74-0d763cebab24" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011946Z:9f5dd022-e6e0-4d7a-8a32-642504d405fe" + "NORTHEUROPE:20200808T072335Z:5269e02b-caa1-4486-ac74-0d763cebab24" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:19:46 GMT" + "Sat, 08 Aug 2020 07:23:35 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"15E540EB62690106CD1E81BBDF1BA260\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"467B4EDDE47CC439128D7917BF5E01E4\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5975\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5128\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c830f15e-72a3-40c7-9535-83e401053cda" + "2810ffe8-0195-4a34-ae26-5a0027f7f711" ], "Accept-Language": [ "en-US" ], "api-key": [ - "EC65BF58177A4F0FCC65168FA216BE59" + "38059BD3276D4B4CFEC87ABC8590C146" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036E6153C15C\"" + "W/\"0x8D83B6BF7A64D1C\"" ], "Location": [ - "https://azs-9454.search-dogfood.windows-int.net/indexes('azsmnet5975')?api-version=2019-05-06" + "https://azs-3392.search-dogfood.windows-int.net/indexes('azsmnet5128')?api-version=2019-05-06" ], "request-id": [ - "c830f15e-72a3-40c7-9535-83e401053cda" + "2810ffe8-0195-4a34-ae26-5a0027f7f711" ], "elapsed-time": [ - "1165" + "815" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:19:47 GMT" + "Sat, 08 Aug 2020 07:23:36 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9454.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036E6153C15C\\\"\",\r\n \"name\": \"azsmnet5975\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3392.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6BF7A64D1C\\\"\",\r\n \"name\": \"azsmnet5128\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet5975')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1OTc1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5128')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MTI4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"merge\",\r\n \"hotelId\": \"3\",\r\n \"description\": \"Surprisingly expensive\",\r\n \"address\": {}\r\n },\r\n {\r\n \"@search.action\": \"delete\",\r\n \"hotelId\": \"4\",\r\n \"address\": {}\r\n },\r\n {\r\n \"@search.action\": \"mergeOrUpload\",\r\n \"hotelId\": \"5\",\r\n \"tags\": [],\r\n \"address\": {},\r\n \"rooms\": [\r\n {\r\n \"baseRate\": \"NaN\",\r\n \"tags\": []\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"merge\",\r\n \"hotelId\": \"3\",\r\n \"description\": \"Surprisingly expensive\",\r\n \"address\": {}\r\n },\r\n {\r\n \"@search.action\": \"delete\",\r\n \"hotelId\": \"4\",\r\n \"address\": {}\r\n },\r\n {\r\n \"@search.action\": \"mergeOrUpload\",\r\n \"hotelId\": \"5\",\r\n \"tags\": [],\r\n \"address\": {},\r\n \"rooms\": [\r\n {\r\n \"baseRate\": \"NaN\",\r\n \"tags\": []\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "53d19955-a457-400f-9a7a-1858e6df74cf" + "a8d2a29e-af49-48b1-bdcb-06949e72ab70" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "EC65BF58177A4F0FCC65168FA216BE59" + "38059BD3276D4B4CFEC87ABC8590C146" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "53d19955-a457-400f-9a7a-1858e6df74cf" + "a8d2a29e-af49-48b1-bdcb-06949e72ab70" ], "elapsed-time": [ - "196" + "207" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:20:10 GMT" + "Sat, 08 Aug 2020 07:23:59 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 207 }, { - "RequestUri": "/indexes('azsmnet5975')/docs/$count?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1OTc1JykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5128')/docs/$count?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MTI4JykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "7995974e-9f4a-410e-b53b-98a6efd94c38" + "ea2f95d7-6577-47b0-9b7e-5238d30f9cb3" ], "Accept-Language": [ "en-US" ], "api-key": [ - "EC65BF58177A4F0FCC65168FA216BE59" + "38059BD3276D4B4CFEC87ABC8590C146" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -510,10 +510,10 @@ "no-cache" ], "request-id": [ - "7995974e-9f4a-410e-b53b-98a6efd94c38" + "ea2f95d7-6577-47b0-9b7e-5238d30f9cb3" ], "elapsed-time": [ - "5" + "4" ], "OData-Version": [ "4.0" @@ -525,7 +525,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:20:12 GMT" + "Sat, 08 Aug 2020 07:24:01 GMT" ], "Content-Type": [ "text/plain" @@ -541,21 +541,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6087/providers/Microsoft.Search/searchServices/azs-9454?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MDg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7212/providers/Microsoft.Search/searchServices/azs-3392?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzkyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51f4f667-3937-41a3-af2b-aa12d476dd06" + "ad9c240f-69de-479b-9cf8-1c7ced41a034" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -566,51 +566,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14994" + ], "x-ms-request-id": [ - "51f4f667-3937-41a3-af2b-aa12d476dd06" + "abdc0e8e-5096-48f4-a791-6b49242ea74f" ], - "request-id": [ - "51f4f667-3937-41a3-af2b-aa12d476dd06" + "x-ms-correlation-request-id": [ + "abdc0e8e-5096-48f4-a791-6b49242ea74f" ], - "elapsed-time": [ - "946" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T072410Z:abdc0e8e-5096-48f4-a791-6b49242ea74f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14987" - ], - "x-ms-correlation-request-id": [ - "fe2ead71-6fa4-48a9-a079-974a0eeef240" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012016Z:fe2ead71-6fa4-48a9-a079-974a0eeef240" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:20:15 GMT" + "Sat, 08 Aug 2020 07:24:09 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6087", - "azsmnet5975" + "azsmnet7212", + "azsmnet5128" ], "GenerateServiceName": [ - "azs-9454" + "azs-3392" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexDynamicDocuments.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexDynamicDocuments.json index 70554cd8a58d..15a2bc9831be 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexDynamicDocuments.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexDynamicDocuments.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b87a93db-8130-4b9f-b52e-7d963aae2bfd" + "31344ea1-cb49-4b9c-8444-7cec427521dc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1188" ], "x-ms-request-id": [ - "778a5232-2c19-4499-8844-81bb25eab629" + "67f68469-ca01-48b3-9e65-d790be338983" ], "x-ms-correlation-request-id": [ - "778a5232-2c19-4499-8844-81bb25eab629" + "67f68469-ca01-48b3-9e65-d790be338983" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012107Z:778a5232-2c19-4499-8844-81bb25eab629" + "NORTHEUROPE:20200808T072553Z:67f68469-ca01-48b3-9e65-d790be338983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:21:07 GMT" + "Sat, 08 Aug 2020 07:25:52 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2068?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMDY4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1093?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMDkzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b1b009d5-f467-451f-a617-0b9e8917f6a5" + "c632d5ba-a2a8-4605-95c2-b17b776044d0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1191" ], "x-ms-request-id": [ - "8e6915f7-2f3d-4608-bdc5-3979d47acacc" + "7bf0c16b-1b35-4421-bb92-5385c9027d5b" ], "x-ms-correlation-request-id": [ - "8e6915f7-2f3d-4608-bdc5-3979d47acacc" + "7bf0c16b-1b35-4421-bb92-5385c9027d5b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012108Z:8e6915f7-2f3d-4608-bdc5-3979d47acacc" + "NORTHEUROPE:20200808T072554Z:7bf0c16b-1b35-4421-bb92-5385c9027d5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:21:07 GMT" + "Sat, 08 Aug 2020 07:25:53 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2068\",\r\n \"name\": \"azsmnet2068\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1093\",\r\n \"name\": \"azsmnet1093\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2068/providers/Microsoft.Search/searchServices/azs-2122?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMDY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTIyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1093/providers/Microsoft.Search/searchServices/azs-4574?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDkzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NTc0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b1cb5446-5469-4ecd-948d-755e88296215" + "ae07aa00-6a51-49e1-a71a-bf5dd428bd81" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A21%3A12.2806699Z'\"" + "W/\"datetime'2020-08-08T07%3A25%3A59.913612Z'\"" ], "x-ms-request-id": [ - "b1cb5446-5469-4ecd-948d-755e88296215" + "ae07aa00-6a51-49e1-a71a-bf5dd428bd81" ], "request-id": [ - "b1cb5446-5469-4ecd-948d-755e88296215" + "ae07aa00-6a51-49e1-a71a-bf5dd428bd81" ], "elapsed-time": [ - "1143" + "1836" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1192" ], "x-ms-correlation-request-id": [ - "6e2a55d5-6d90-46b1-894f-ef0c656d28c4" + "143ca42b-1ddb-4132-b689-f50f77d61122" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012113Z:6e2a55d5-6d90-46b1-894f-ef0c656d28c4" + "NORTHEUROPE:20200808T072601Z:143ca42b-1ddb-4132-b689-f50f77d61122" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:21:13 GMT" + "Sat, 08 Aug 2020 07:26:01 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2068/providers/Microsoft.Search/searchServices/azs-2122\",\r\n \"name\": \"azs-2122\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1093/providers/Microsoft.Search/searchServices/azs-4574\",\r\n \"name\": \"azs-4574\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2068/providers/Microsoft.Search/searchServices/azs-2122/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMDY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTIyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1093/providers/Microsoft.Search/searchServices/azs-4574/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDkzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NTc0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a034fdc4-48f0-4469-b1f8-b6392e258801" + "40e68841-8641-4105-a50d-e79474d2a84e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a034fdc4-48f0-4469-b1f8-b6392e258801" + "40e68841-8641-4105-a50d-e79474d2a84e" ], "request-id": [ - "a034fdc4-48f0-4469-b1f8-b6392e258801" + "40e68841-8641-4105-a50d-e79474d2a84e" ], "elapsed-time": [ - "94" + "100" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1189" ], "x-ms-correlation-request-id": [ - "f3194f43-9990-4687-ba32-238ab2d4410f" + "234fa33c-2cd8-4ba8-a1ac-b2a0dd578274" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012115Z:f3194f43-9990-4687-ba32-238ab2d4410f" + "NORTHEUROPE:20200808T072603Z:234fa33c-2cd8-4ba8-a1ac-b2a0dd578274" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:21:14 GMT" + "Sat, 08 Aug 2020 07:26:03 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"2DCAAEA44AFA8FE3B55A3335D83668C0\",\r\n \"secondaryKey\": \"53261645466DF7A87EF0C49979A35E5E\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"5AA20F8086AC0B7FEC2236EE0FF5BA9A\",\r\n \"secondaryKey\": \"E8D1A0BCDE6266A47CB1326EED79C3E2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2068/providers/Microsoft.Search/searchServices/azs-2122/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMDY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTIyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1093/providers/Microsoft.Search/searchServices/azs-4574/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDkzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NTc0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46eba129-8210-4737-9375-be095093facb" + "c14a88d1-885b-48a1-b308-e51bcb1f0c95" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "46eba129-8210-4737-9375-be095093facb" + "c14a88d1-885b-48a1-b308-e51bcb1f0c95" ], "request-id": [ - "46eba129-8210-4737-9375-be095093facb" + "c14a88d1-885b-48a1-b308-e51bcb1f0c95" ], "elapsed-time": [ - "101" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1188" ], "x-ms-correlation-request-id": [ - "b149c905-f4ba-493a-a229-f11c9766ed1b" + "dfa57c10-a96b-475c-b320-51edfe1197bd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012116Z:b149c905-f4ba-493a-a229-f11c9766ed1b" + "NORTHEUROPE:20200808T072604Z:dfa57c10-a96b-475c-b320-51edfe1197bd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:21:15 GMT" + "Sat, 08 Aug 2020 07:26:03 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"916C63DAF611857486E1510AFE694FD1\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"736D37BAA2150735B7F5A39E87EDB6BC\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2287\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7274\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "07c38e2f-60ca-442a-ae59-c8944a885400" + "abbae0cf-66b6-4671-b27f-ea4d2596980b" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2DCAAEA44AFA8FE3B55A3335D83668C0" + "5AA20F8086AC0B7FEC2236EE0FF5BA9A" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036E97395B23\"" + "W/\"0x8D83B6C51407CC2\"" ], "Location": [ - "https://azs-2122.search-dogfood.windows-int.net/indexes('azsmnet2287')?api-version=2019-05-06" + "https://azs-4574.search-dogfood.windows-int.net/indexes('azsmnet7274')?api-version=2019-05-06" ], "request-id": [ - "07c38e2f-60ca-442a-ae59-c8944a885400" + "abbae0cf-66b6-4671-b27f-ea4d2596980b" ], "elapsed-time": [ - "1273" + "1542" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:21:19 GMT" + "Sat, 08 Aug 2020 07:26:07 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2122.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036E97395B23\\\"\",\r\n \"name\": \"azsmnet2287\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4574.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6C51407CC2\\\"\",\r\n \"name\": \"azsmnet7274\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet2287')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMjg3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet7274')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3Mjc0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"merge\",\r\n \"hotelId\": \"3\",\r\n \"description\": \"Surprisingly expensive\",\r\n \"lastRenovationDate\": null\r\n },\r\n {\r\n \"@search.action\": \"delete\",\r\n \"hotelId\": \"4\"\r\n },\r\n {\r\n \"@search.action\": \"mergeOrUpload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": null,\r\n \"address\": {},\r\n \"tags\": [],\r\n \"rooms\": [\r\n {\r\n \"baseRate\": \"NaN\",\r\n \"tags\": []\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"merge\",\r\n \"hotelId\": \"3\",\r\n \"description\": \"Surprisingly expensive\",\r\n \"lastRenovationDate\": null\r\n },\r\n {\r\n \"@search.action\": \"delete\",\r\n \"hotelId\": \"4\"\r\n },\r\n {\r\n \"@search.action\": \"mergeOrUpload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": null,\r\n \"address\": {},\r\n \"tags\": [],\r\n \"rooms\": [\r\n {\r\n \"baseRate\": \"NaN\",\r\n \"tags\": []\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "7275c40c-285b-42c7-b1dd-d6e954a96e91" + "d5ac1e20-880f-4a79-97ee-b6ad91730964" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "2DCAAEA44AFA8FE3B55A3335D83668C0" + "5AA20F8086AC0B7FEC2236EE0FF5BA9A" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "7275c40c-285b-42c7-b1dd-d6e954a96e91" + "d5ac1e20-880f-4a79-97ee-b6ad91730964" ], "elapsed-time": [ - "188" + "237" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:21:40 GMT" + "Sat, 08 Aug 2020 07:26:29 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 207 }, { - "RequestUri": "/indexes('azsmnet2287')/docs/$count?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMjg3JykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet7274')/docs/$count?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3Mjc0JykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "9cfde5bf-2e32-4fef-a92a-169c30c1a920" + "9753a855-b991-47fb-987a-f37494eb282b" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2DCAAEA44AFA8FE3B55A3335D83668C0" + "5AA20F8086AC0B7FEC2236EE0FF5BA9A" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -510,10 +510,10 @@ "no-cache" ], "request-id": [ - "9cfde5bf-2e32-4fef-a92a-169c30c1a920" + "9753a855-b991-47fb-987a-f37494eb282b" ], "elapsed-time": [ - "8" + "9" ], "OData-Version": [ "4.0" @@ -525,7 +525,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:21:42 GMT" + "Sat, 08 Aug 2020 07:26:31 GMT" ], "Content-Type": [ "text/plain" @@ -541,21 +541,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2068/providers/Microsoft.Search/searchServices/azs-2122?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMDY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTIyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1093/providers/Microsoft.Search/searchServices/azs-4574?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDkzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NTc0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ef66619-3a62-4fe4-91cb-5c1a99573424" + "64927072-2650-4acf-a1a7-0a23abe8f5b7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -566,51 +566,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14989" + ], "x-ms-request-id": [ - "4ef66619-3a62-4fe4-91cb-5c1a99573424" + "bf200397-4ce2-4a5d-99b2-f7f38628c871" ], - "request-id": [ - "4ef66619-3a62-4fe4-91cb-5c1a99573424" + "x-ms-correlation-request-id": [ + "bf200397-4ce2-4a5d-99b2-f7f38628c871" ], - "elapsed-time": [ - "1324" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T072642Z:bf200397-4ce2-4a5d-99b2-f7f38628c871" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" - ], - "x-ms-correlation-request-id": [ - "e58ff899-8b2b-4c7a-a38d-fc894ea989c1" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012147Z:e58ff899-8b2b-4c7a-a38d-fc894ea989c1" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:21:47 GMT" + "Sat, 08 Aug 2020 07:26:42 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2068", - "azsmnet2287" + "azsmnet1093", + "azsmnet7274" ], "GenerateServiceName": [ - "azs-2122" + "azs-4574" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexStaticallyTypedDocuments.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexStaticallyTypedDocuments.json index b794bb642a7b..8da8d524a839 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexStaticallyTypedDocuments.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexStaticallyTypedDocuments.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fb101c33-f2c0-452e-bfc1-47e79ee5ec33" + "7a7d6e7d-84d9-45e7-8563-3bce0ec06dd8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1197" ], "x-ms-request-id": [ - "4ff98068-92bd-41c8-8357-5ab759fffea4" + "d2e9b71c-4f0d-4c82-b362-51a6a2295db5" ], "x-ms-correlation-request-id": [ - "4ff98068-92bd-41c8-8357-5ab759fffea4" + "d2e9b71c-4f0d-4c82-b362-51a6a2295db5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012154Z:4ff98068-92bd-41c8-8357-5ab759fffea4" + "NORTHEUROPE:20200808T072650Z:d2e9b71c-4f0d-4c82-b362-51a6a2295db5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:21:54 GMT" + "Sat, 08 Aug 2020 07:26:49 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8837?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4ODM3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8129?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MTI5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "115c947c-9ea1-48ab-8a57-a1171e383191" + "479f2960-ada2-4058-b46b-18a196401b4e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1197" ], "x-ms-request-id": [ - "ea8c8fd6-0ba1-4a6a-a4e1-95682e17ca8a" + "caf2eb4b-604a-4bd3-8bbf-1f0ac9e93661" ], "x-ms-correlation-request-id": [ - "ea8c8fd6-0ba1-4a6a-a4e1-95682e17ca8a" + "caf2eb4b-604a-4bd3-8bbf-1f0ac9e93661" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012155Z:ea8c8fd6-0ba1-4a6a-a4e1-95682e17ca8a" + "NORTHEUROPE:20200808T072652Z:caf2eb4b-604a-4bd3-8bbf-1f0ac9e93661" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:21:55 GMT" + "Sat, 08 Aug 2020 07:26:52 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8837\",\r\n \"name\": \"azsmnet8837\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8129\",\r\n \"name\": \"azsmnet8129\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8837/providers/Microsoft.Search/searchServices/azs-7087?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4ODM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MDg3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8129/providers/Microsoft.Search/searchServices/azs-1907?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "635815a6-0a8f-4c65-a2aa-206e4e20b83b" + "1935de32-9d4d-4c9a-a233-92664491d3ac" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A22%3A00.0779005Z'\"" + "W/\"datetime'2020-08-08T07%3A26%3A57.6442197Z'\"" ], "x-ms-request-id": [ - "635815a6-0a8f-4c65-a2aa-206e4e20b83b" + "1935de32-9d4d-4c9a-a233-92664491d3ac" ], "request-id": [ - "635815a6-0a8f-4c65-a2aa-206e4e20b83b" + "1935de32-9d4d-4c9a-a233-92664491d3ac" ], "elapsed-time": [ - "2331" + "1517" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1192" ], "x-ms-correlation-request-id": [ - "0fd81eec-ff4f-4e4e-9ee2-456fb3740b35" + "0a4e99b4-d7be-43a1-bce1-80803b0b35ee" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012201Z:0fd81eec-ff4f-4e4e-9ee2-456fb3740b35" + "NORTHEUROPE:20200808T072659Z:0a4e99b4-d7be-43a1-bce1-80803b0b35ee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:22:00 GMT" + "Sat, 08 Aug 2020 07:26:58 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8837/providers/Microsoft.Search/searchServices/azs-7087\",\r\n \"name\": \"azs-7087\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8129/providers/Microsoft.Search/searchServices/azs-1907\",\r\n \"name\": \"azs-1907\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8837/providers/Microsoft.Search/searchServices/azs-7087/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4ODM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MDg3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8129/providers/Microsoft.Search/searchServices/azs-1907/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTA3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f0128689-58e0-430b-90c4-cc9f1c40c4d1" + "58f2e0c3-ca66-451f-8e78-d57e59e8e358" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f0128689-58e0-430b-90c4-cc9f1c40c4d1" + "58f2e0c3-ca66-451f-8e78-d57e59e8e358" ], "request-id": [ - "f0128689-58e0-430b-90c4-cc9f1c40c4d1" + "58f2e0c3-ca66-451f-8e78-d57e59e8e358" ], "elapsed-time": [ - "310" + "97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1189" ], "x-ms-correlation-request-id": [ - "a63d502c-2371-43e7-9dfb-9dcc5f90221f" + "46aeec3a-0219-470c-a06e-217400e322bd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012203Z:a63d502c-2371-43e7-9dfb-9dcc5f90221f" + "NORTHEUROPE:20200808T072703Z:46aeec3a-0219-470c-a06e-217400e322bd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:22:03 GMT" + "Sat, 08 Aug 2020 07:27:02 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"F42148D263B5FFA0531739636E5E4E80\",\r\n \"secondaryKey\": \"4EB0C3B0A19E19C494F43AF5B81823C4\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"7ADA8BA45F0780ADFF81467C241AF5CC\",\r\n \"secondaryKey\": \"3C485C8D1594B1FE216C4D483FDBD293\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8837/providers/Microsoft.Search/searchServices/azs-7087/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4ODM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MDg3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8129/providers/Microsoft.Search/searchServices/azs-1907/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTA3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8fb746a8-5ffc-44f2-9b48-b492db0179b0" + "06033b77-a92c-48a7-9ed7-d3f0ccfadf31" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8fb746a8-5ffc-44f2-9b48-b492db0179b0" + "06033b77-a92c-48a7-9ed7-d3f0ccfadf31" ], "request-id": [ - "8fb746a8-5ffc-44f2-9b48-b492db0179b0" + "06033b77-a92c-48a7-9ed7-d3f0ccfadf31" ], "elapsed-time": [ - "416" + "98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1188" ], "x-ms-correlation-request-id": [ - "b7d542b3-a4bf-4fe5-a00e-1aef85b41109" + "6257c6cb-0028-41d6-8b25-74b46dc8eacc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012204Z:b7d542b3-a4bf-4fe5-a00e-1aef85b41109" + "NORTHEUROPE:20200808T072703Z:6257c6cb-0028-41d6-8b25-74b46dc8eacc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:22:03 GMT" + "Sat, 08 Aug 2020 07:27:03 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"BF13B45CE2A980A6E0F9BD1B323B583F\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"8D3762CEBB28D0B7C4D508BE9F899FEA\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5456\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet237\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "ed2e79da-e33f-44db-ae27-f65e815a4c34" + "a2e5aea8-c275-4d5d-a632-c7816cd81c0f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F42148D263B5FFA0531739636E5E4E80" + "7ADA8BA45F0780ADFF81467C241AF5CC" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6975" + "6974" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036EB3AD7E0F\"" + "W/\"0x8D83B6C7422E763\"" ], "Location": [ - "https://azs-7087.search-dogfood.windows-int.net/indexes('azsmnet5456')?api-version=2019-05-06" + "https://azs-1907.search-dogfood.windows-int.net/indexes('azsmnet237')?api-version=2019-05-06" ], "request-id": [ - "ed2e79da-e33f-44db-ae27-f65e815a4c34" + "a2e5aea8-c275-4d5d-a632-c7816cd81c0f" ], "elapsed-time": [ - "1212" + "818" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:22:06 GMT" + "Sat, 08 Aug 2020 07:27:06 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6147" + "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7087.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036EB3AD7E0F\\\"\",\r\n \"name\": \"azsmnet5456\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1907.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6C7422E763\\\"\",\r\n \"name\": \"azsmnet237\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet5456')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NDU2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet237')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMzcnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"merge\",\r\n \"hotelId\": \"3\",\r\n \"description\": \"Surprisingly expensive\"\r\n },\r\n {\r\n \"@search.action\": \"delete\",\r\n \"hotelId\": \"4\"\r\n },\r\n {\r\n \"@search.action\": \"mergeOrUpload\",\r\n \"hotelId\": \"5\",\r\n \"tags\": [],\r\n \"address\": {},\r\n \"rooms\": [\r\n {\r\n \"baseRate\": \"NaN\",\r\n \"tags\": []\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"merge\",\r\n \"hotelId\": \"3\",\r\n \"description\": \"Surprisingly expensive\"\r\n },\r\n {\r\n \"@search.action\": \"delete\",\r\n \"hotelId\": \"4\"\r\n },\r\n {\r\n \"@search.action\": \"mergeOrUpload\",\r\n \"hotelId\": \"5\",\r\n \"tags\": [],\r\n \"address\": {},\r\n \"rooms\": [\r\n {\r\n \"baseRate\": \"NaN\",\r\n \"tags\": []\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8258fece-ed42-494c-b23e-2e8788634e4d" + "24ca3635-ce78-4582-8f92-4be8afa93fe1" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "F42148D263B5FFA0531739636E5E4E80" + "7ADA8BA45F0780ADFF81467C241AF5CC" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "8258fece-ed42-494c-b23e-2e8788634e4d" + "24ca3635-ce78-4582-8f92-4be8afa93fe1" ], "elapsed-time": [ - "221" + "233" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:22:28 GMT" + "Sat, 08 Aug 2020 07:27:28 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 207 }, { - "RequestUri": "/indexes('azsmnet5456')/docs/$count?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NDU2JykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet237')/docs/$count?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMzcnKS9kb2NzLyRjb3VudD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "a0b38406-37f3-45fa-b7f8-4ae42a68a769" + "1c23d825-8965-4a37-97b6-540e194c0f45" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F42148D263B5FFA0531739636E5E4E80" + "7ADA8BA45F0780ADFF81467C241AF5CC" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -510,10 +510,10 @@ "no-cache" ], "request-id": [ - "a0b38406-37f3-45fa-b7f8-4ae42a68a769" + "1c23d825-8965-4a37-97b6-540e194c0f45" ], "elapsed-time": [ - "5" + "56" ], "OData-Version": [ "4.0" @@ -525,7 +525,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:22:30 GMT" + "Sat, 08 Aug 2020 07:27:30 GMT" ], "Content-Type": [ "text/plain" @@ -541,21 +541,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8837/providers/Microsoft.Search/searchServices/azs-7087?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4ODM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MDg3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8129/providers/Microsoft.Search/searchServices/azs-1907?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "311ca172-0e63-4488-80ba-56f9901903ca" + "5a617ef8-63d2-4c51-89e7-98923baf20c8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -566,51 +566,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14993" + ], "x-ms-request-id": [ - "311ca172-0e63-4488-80ba-56f9901903ca" + "6c49bf50-fee3-4762-ab55-cc3ff90d7249" ], - "request-id": [ - "311ca172-0e63-4488-80ba-56f9901903ca" + "x-ms-correlation-request-id": [ + "6c49bf50-fee3-4762-ab55-cc3ff90d7249" ], - "elapsed-time": [ - "926" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T072819Z:6c49bf50-fee3-4762-ab55-cc3ff90d7249" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14988" - ], - "x-ms-correlation-request-id": [ - "789c00f4-490e-4e00-8c74-3cba68b9bdf1" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012235Z:789c00f4-490e-4e00-8c74-3cba68b9bdf1" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:22:34 GMT" + "Sat, 08 Aug 2020 07:28:18 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8837", - "azsmnet5456" + "azsmnet8129", + "azsmnet237" ], "GenerateServiceName": [ - "azs-7087" + "azs-1907" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexWithPascalCaseFields.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexWithPascalCaseFields.json index af5640de67f5..f390b2041904 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexWithPascalCaseFields.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanIndexWithPascalCaseFields.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c37e3fb1-10f5-44f2-8d77-41492fabb5b5" + "304fd0bc-50af-4555-a269-e59d82fca74f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1187" ], "x-ms-request-id": [ - "a8fdf33f-ea18-4a30-a8ab-834733b8748b" + "1ed9d03f-74c3-4a8f-b28e-33e45f225791" ], "x-ms-correlation-request-id": [ - "a8fdf33f-ea18-4a30-a8ab-834733b8748b" + "1ed9d03f-74c3-4a8f-b28e-33e45f225791" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012022Z:a8fdf33f-ea18-4a30-a8ab-834733b8748b" + "NORTHEUROPE:20200808T072418Z:1ed9d03f-74c3-4a8f-b28e-33e45f225791" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:20:21 GMT" + "Sat, 08 Aug 2020 07:24:18 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3830?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzODMwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9086?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MDg2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bdedcce1-69e7-4b52-a246-30c61782fad2" + "4aaa0b65-30fa-441a-b290-4e2b9532ec1f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1192" ], "x-ms-request-id": [ - "28891950-644e-4d79-82e6-9a1e6c7830d0" + "aa5b11bb-90fe-453e-823e-72c1039b9c62" ], "x-ms-correlation-request-id": [ - "28891950-644e-4d79-82e6-9a1e6c7830d0" + "aa5b11bb-90fe-453e-823e-72c1039b9c62" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012022Z:28891950-644e-4d79-82e6-9a1e6c7830d0" + "NORTHEUROPE:20200808T072420Z:aa5b11bb-90fe-453e-823e-72c1039b9c62" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:20:22 GMT" + "Sat, 08 Aug 2020 07:24:19 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3830\",\r\n \"name\": \"azsmnet3830\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9086\",\r\n \"name\": \"azsmnet9086\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3830/providers/Microsoft.Search/searchServices/azs-9033?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDMzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9086/providers/Microsoft.Search/searchServices/azs-4879?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODc5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ad93380a-0a6e-457a-88de-a56956134689" + "c6148e7b-ee3a-4f08-8420-ee18141959d7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A20%3A26.4618519Z'\"" + "W/\"datetime'2020-08-08T07%3A24%3A25.5549456Z'\"" ], "x-ms-request-id": [ - "ad93380a-0a6e-457a-88de-a56956134689" + "c6148e7b-ee3a-4f08-8420-ee18141959d7" ], "request-id": [ - "ad93380a-0a6e-457a-88de-a56956134689" + "c6148e7b-ee3a-4f08-8420-ee18141959d7" ], "elapsed-time": [ - "1249" + "1584" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1191" ], "x-ms-correlation-request-id": [ - "7a2f686a-c10c-4389-9cff-d2b4d8ff673f" + "df582e15-de2f-4a29-8ec5-5b2db63b1062" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012027Z:7a2f686a-c10c-4389-9cff-d2b4d8ff673f" + "NORTHEUROPE:20200808T072426Z:df582e15-de2f-4a29-8ec5-5b2db63b1062" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:20:27 GMT" + "Sat, 08 Aug 2020 07:24:25 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3830/providers/Microsoft.Search/searchServices/azs-9033\",\r\n \"name\": \"azs-9033\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9086/providers/Microsoft.Search/searchServices/azs-4879\",\r\n \"name\": \"azs-4879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3830/providers/Microsoft.Search/searchServices/azs-9033/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDMzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9086/providers/Microsoft.Search/searchServices/azs-4879/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODc5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "45d49dae-0656-4b47-8516-65fd82d80ea9" + "ba37cb19-6f3b-4b69-b5fc-d6ca29615f18" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "45d49dae-0656-4b47-8516-65fd82d80ea9" + "ba37cb19-6f3b-4b69-b5fc-d6ca29615f18" ], "request-id": [ - "45d49dae-0656-4b47-8516-65fd82d80ea9" + "ba37cb19-6f3b-4b69-b5fc-d6ca29615f18" ], "elapsed-time": [ - "123" + "885" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1188" ], "x-ms-correlation-request-id": [ - "dd488d6a-ec6b-4f5e-8d30-78d2cb73d719" + "1d143ce2-6f10-4965-836f-206d5a3674dd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012029Z:dd488d6a-ec6b-4f5e-8d30-78d2cb73d719" + "NORTHEUROPE:20200808T072429Z:1d143ce2-6f10-4965-836f-206d5a3674dd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:20:29 GMT" + "Sat, 08 Aug 2020 07:24:29 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"043F785F28D7E408B79608DF12A436FF\",\r\n \"secondaryKey\": \"547197071058114033DE32E5B764C2B6\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"04A9656F1749739BBC6CE4C6ED366B23\",\r\n \"secondaryKey\": \"97B969EEF88610543728EBB12ED01CC9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3830/providers/Microsoft.Search/searchServices/azs-9033/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDMzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9086/providers/Microsoft.Search/searchServices/azs-4879/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODc5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "89e8938b-6d7d-499a-8239-71e18fa1c990" + "19363f59-902f-4acd-b0a4-27bbda72f813" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "89e8938b-6d7d-499a-8239-71e18fa1c990" + "19363f59-902f-4acd-b0a4-27bbda72f813" ], "request-id": [ - "89e8938b-6d7d-499a-8239-71e18fa1c990" + "19363f59-902f-4acd-b0a4-27bbda72f813" ], "elapsed-time": [ - "105" + "643" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1187" ], "x-ms-correlation-request-id": [ - "7704c4ec-cb7c-4868-9120-07aee751a946" + "0963768d-56ab-40ea-99be-b0f07fef8a71" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012030Z:7704c4ec-cb7c-4868-9120-07aee751a946" + "NORTHEUROPE:20200808T072431Z:0963768d-56ab-40ea-99be-b0f07fef8a71" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:20:29 GMT" + "Sat, 08 Aug 2020 07:24:30 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"E41B8F70D334923262BEAFD60FA4E4F5\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"0B54C7DD0E8A1DF160422B9F969771F5\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1346\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6344\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c8eecfad-030a-4a09-97b9-70793aad7daf" + "78b02630-e6cb-467f-b309-8d18c6d620fe" ], "Accept-Language": [ "en-US" ], "api-key": [ - "043F785F28D7E408B79608DF12A436FF" + "04A9656F1749739BBC6CE4C6ED366B23" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036E7B853342\"" + "W/\"0x8D83B6C19396B37\"" ], "Location": [ - "https://azs-9033.search-dogfood.windows-int.net/indexes('azsmnet1346')?api-version=2019-05-06" + "https://azs-4879.search-dogfood.windows-int.net/indexes('azsmnet6344')?api-version=2019-05-06" ], "request-id": [ - "c8eecfad-030a-4a09-97b9-70793aad7daf" + "78b02630-e6cb-467f-b309-8d18c6d620fe" ], "elapsed-time": [ - "1227" + "1095" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:20:32 GMT" + "Sat, 08 Aug 2020 07:24:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9033.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036E7B853342\\\"\",\r\n \"name\": \"azsmnet1346\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4879.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6C19396B37\\\"\",\r\n \"name\": \"azsmnet6344\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2988\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6029\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "96b90155-90d5-4912-b6c2-f8122fc500e6" + "6e0f4956-aeb1-4386-bc8d-685ef1ca3fe5" ], "Accept-Language": [ "en-US" ], "api-key": [ - "043F785F28D7E408B79608DF12A436FF" + "04A9656F1749739BBC6CE4C6ED366B23" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036E890BE338\"" + "W/\"0x8D83B6C26A9B21F\"" ], "Location": [ - "https://azs-9033.search-dogfood.windows-int.net/indexes('azsmnet2988')?api-version=2019-05-06" + "https://azs-4879.search-dogfood.windows-int.net/indexes('azsmnet6029')?api-version=2019-05-06" ], "request-id": [ - "96b90155-90d5-4912-b6c2-f8122fc500e6" + "6e0f4956-aeb1-4386-bc8d-685ef1ca3fe5" ], "elapsed-time": [ - "1163" + "835" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:20:55 GMT" + "Sat, 08 Aug 2020 07:24:56 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "1569" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9033.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036E890BE338\\\"\",\r\n \"name\": \"azsmnet2988\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4879.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6C26A9B21F\\\"\",\r\n \"name\": \"azsmnet6029\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet2988')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyOTg4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6029')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MDI5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"Lord of the Rings\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n }\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "80fc8662-f5f7-4925-9b59-d9fbc7defaa1" + "8523f8d1-aadf-42c3-916a-a54805f0814a" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "043F785F28D7E408B79608DF12A436FF" + "04A9656F1749739BBC6CE4C6ED366B23" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "80fc8662-f5f7-4925-9b59-d9fbc7defaa1" + "8523f8d1-aadf-42c3-916a-a54805f0814a" ], "elapsed-time": [ - "193" + "156" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:20:56 GMT" + "Sat, 08 Aug 2020 07:24:57 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,21 +553,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3830/providers/Microsoft.Search/searchServices/azs-9033?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDMzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9086/providers/Microsoft.Search/searchServices/azs-4879?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODc5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f1ede180-ba6a-40e1-afa7-4aa3aa755c7b" + "f4543e8f-3001-4686-ad5d-4471ba855464" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -578,52 +578,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14994" + ], "x-ms-request-id": [ - "f1ede180-ba6a-40e1-afa7-4aa3aa755c7b" + "a9ec71d0-04e5-44ec-ae3b-2dbe85591cac" ], - "request-id": [ - "f1ede180-ba6a-40e1-afa7-4aa3aa755c7b" + "x-ms-correlation-request-id": [ + "a9ec71d0-04e5-44ec-ae3b-2dbe85591cac" ], - "elapsed-time": [ - "1254" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T072546Z:a9ec71d0-04e5-44ec-ae3b-2dbe85591cac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "dec40b76-b54b-4628-b2e8-e055b53e28f3" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012102Z:dec40b76-b54b-4628-b2e8-e055b53e28f3" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:21:01 GMT" + "Sat, 08 Aug 2020 07:25:45 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet3830", - "azsmnet1346", - "azsmnet2988" + "azsmnet9086", + "azsmnet6344", + "azsmnet6029" ], "GenerateServiceName": [ - "azs-9033" + "azs-4879" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanMergeDynamicDocuments.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanMergeDynamicDocuments.json index f82dc5513573..421882d80ba3 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanMergeDynamicDocuments.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanMergeDynamicDocuments.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "93a09c07-a92e-456c-b240-61db7de4a976" + "80df470d-6630-4307-8224-58ba319a4ae9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1190" ], "x-ms-request-id": [ - "f0c12df9-6ae9-4539-a1bd-feb3a0a4cd8e" + "73b9d0e8-8f91-435d-b331-873a18c4e924" ], "x-ms-correlation-request-id": [ - "f0c12df9-6ae9-4539-a1bd-feb3a0a4cd8e" + "73b9d0e8-8f91-435d-b331-873a18c4e924" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012240Z:f0c12df9-6ae9-4539-a1bd-feb3a0a4cd8e" + "NORTHEUROPE:20200808T072826Z:73b9d0e8-8f91-435d-b331-873a18c4e924" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:22:40 GMT" + "Sat, 08 Aug 2020 07:28:26 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet264?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNjQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8743?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NzQzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f11522fa-583a-452c-b889-66395ad3c51c" + "8576010b-0977-46b0-83ed-20a9fe0b5358" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1193" ], "x-ms-request-id": [ - "fde96ff3-3567-4ed6-8cae-8d570d7a5270" + "0495c424-738d-4683-8480-3d78c46ea196" ], "x-ms-correlation-request-id": [ - "fde96ff3-3567-4ed6-8cae-8d570d7a5270" + "0495c424-738d-4683-8480-3d78c46ea196" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012241Z:fde96ff3-3567-4ed6-8cae-8d570d7a5270" + "NORTHEUROPE:20200808T072828Z:0495c424-738d-4683-8480-3d78c46ea196" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:22:41 GMT" + "Sat, 08 Aug 2020 07:28:27 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet264\",\r\n \"name\": \"azsmnet264\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8743\",\r\n \"name\": \"azsmnet8743\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet264/providers/Microsoft.Search/searchServices/azs-2354?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIzNTQ/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8743/providers/Microsoft.Search/searchServices/azs-2541?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTQxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eb9cb6c9-b84b-43de-9fc4-79a93163fa91" + "e5d25966-04e7-42bb-bae8-cf1fc546ab45" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,16 +159,16 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A22%3A45.1191604Z'\"" + "W/\"datetime'2020-08-08T07%3A28%3A33.7347835Z'\"" ], "x-ms-request-id": [ - "eb9cb6c9-b84b-43de-9fc4-79a93163fa91" + "e5d25966-04e7-42bb-bae8-cf1fc546ab45" ], "request-id": [ - "eb9cb6c9-b84b-43de-9fc4-79a93163fa91" + "e5d25966-04e7-42bb-bae8-cf1fc546ab45" ], "elapsed-time": [ - "2498" + "3005" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,19 +177,19 @@ "1194" ], "x-ms-correlation-request-id": [ - "96ab6574-a0d9-4e73-b5aa-9abe9b0a2b87" + "4d43ab51-4f2e-4339-98fc-10a681926480" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012246Z:96ab6574-a0d9-4e73-b5aa-9abe9b0a2b87" + "NORTHEUROPE:20200808T072835Z:4d43ab51-4f2e-4339-98fc-10a681926480" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:22:45 GMT" + "Sat, 08 Aug 2020 07:28:35 GMT" ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet264/providers/Microsoft.Search/searchServices/azs-2354\",\r\n \"name\": \"azs-2354\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8743/providers/Microsoft.Search/searchServices/azs-2541\",\r\n \"name\": \"azs-2541\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet264/providers/Microsoft.Search/searchServices/azs-2354/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIzNTQvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8743/providers/Microsoft.Search/searchServices/azs-2541/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTQxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b9863fb7-6deb-4306-943d-44cb4f0d7ab8" + "12a8998f-9561-4621-8a24-59e5f3dc6379" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b9863fb7-6deb-4306-943d-44cb4f0d7ab8" + "12a8998f-9561-4621-8a24-59e5f3dc6379" ], "request-id": [ - "b9863fb7-6deb-4306-943d-44cb4f0d7ab8" + "12a8998f-9561-4621-8a24-59e5f3dc6379" ], "elapsed-time": [ - "451" + "188" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1192" ], "x-ms-correlation-request-id": [ - "6cb9430a-e60b-4b54-9bf5-5ffbd8ec8b9b" + "b27456b4-f024-4ad9-a473-aae2fb4f5238" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012248Z:6cb9430a-e60b-4b54-9bf5-5ffbd8ec8b9b" + "NORTHEUROPE:20200808T072838Z:b27456b4-f024-4ad9-a473-aae2fb4f5238" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:22:48 GMT" + "Sat, 08 Aug 2020 07:28:37 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"77D172B258C734D8D2119C731FBB8EB0\",\r\n \"secondaryKey\": \"8D427FF8556E912D6209F850B4010496\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"3BBCDB64763095464EE9C296A32784F5\",\r\n \"secondaryKey\": \"5BD460020B7294DE59AC8CB2D435BFEB\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet264/providers/Microsoft.Search/searchServices/azs-2354/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIzNTQvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8743/providers/Microsoft.Search/searchServices/azs-2541/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTQxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c58d465-a292-4996-a7c1-56aa0c27d4b4" + "89e8f00c-0622-4291-a8a7-4cc615691f5c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6c58d465-a292-4996-a7c1-56aa0c27d4b4" + "89e8f00c-0622-4291-a8a7-4cc615691f5c" ], "request-id": [ - "6c58d465-a292-4996-a7c1-56aa0c27d4b4" + "89e8f00c-0622-4291-a8a7-4cc615691f5c" ], "elapsed-time": [ - "318" + "687" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1191" ], "x-ms-correlation-request-id": [ - "9384df23-6487-4e5b-af74-47c4f67735fa" + "c60a033a-3994-41e3-ba1f-f6fda79c750d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012249Z:9384df23-6487-4e5b-af74-47c4f67735fa" + "NORTHEUROPE:20200808T072839Z:c60a033a-3994-41e3-ba1f-f6fda79c750d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:22:49 GMT" + "Sat, 08 Aug 2020 07:28:39 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"4101BC9C8FF76381B431475FBE1FD477\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"DF65A1A1B8AA89F7CE8C926DCF51951E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7605\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7971\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8486dc55-b4cf-4f9a-9df4-bc1e8771050e" + "77e9894e-04f0-48c6-90aa-a80767535912" ], "Accept-Language": [ "en-US" ], "api-key": [ - "77D172B258C734D8D2119C731FBB8EB0" + "3BBCDB64763095464EE9C296A32784F5" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036ECE9AA43A\"" + "W/\"0x8D83B6CAD4B9537\"" ], "Location": [ - "https://azs-2354.search-dogfood.windows-int.net/indexes('azsmnet7605')?api-version=2019-05-06" + "https://azs-2541.search-dogfood.windows-int.net/indexes('azsmnet7971')?api-version=2019-05-06" ], "request-id": [ - "8486dc55-b4cf-4f9a-9df4-bc1e8771050e" + "77e9894e-04f0-48c6-90aa-a80767535912" ], "elapsed-time": [ - "1382" + "1415" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:22:52 GMT" + "Sat, 08 Aug 2020 07:28:41 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2354.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036ECE9AA43A\\\"\",\r\n \"name\": \"azsmnet7605\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2541.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6CAD4B9537\\\"\",\r\n \"name\": \"azsmnet7971\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet7605')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NjA1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet7971')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3OTcxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"mergeOrUpload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"mergeOrUpload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "3ab7c1e7-64dc-4c21-892d-cc78e59e3ca1" + "b5472644-27d9-4089-aa00-0e6e052d8d34" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "77D172B258C734D8D2119C731FBB8EB0" + "3BBCDB64763095464EE9C296A32784F5" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "3ab7c1e7-64dc-4c21-892d-cc78e59e3ca1" + "b5472644-27d9-4089-aa00-0e6e052d8d34" ], "elapsed-time": [ - "182" + "194" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:23:13 GMT" + "Sat, 08 Aug 2020 07:29:04 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7605')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NjA1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet7971')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3OTcxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"merge\",\r\n \"hotelId\": \"1\",\r\n \"description\": null,\r\n \"category\": \"Economy\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"lastRenovationDate\": null,\r\n \"rating\": 3,\r\n \"location\": null,\r\n \"address\": {},\r\n \"rooms\": [\r\n {\r\n \"description\": null,\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 10.5,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"balcony\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "1a12632e-569c-4deb-a791-cb9272b48144" + "f3d556ed-0648-4bb9-ba3e-f4abab1c119b" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "77D172B258C734D8D2119C731FBB8EB0" + "3BBCDB64763095464EE9C296A32784F5" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "1a12632e-569c-4deb-a791-cb9272b48144" + "f3d556ed-0648-4bb9-ba3e-f4abab1c119b" ], "elapsed-time": [ - "51" + "34" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:23:16 GMT" + "Sat, 08 Aug 2020 07:29:06 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,13 +550,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7605')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NjA1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet7971')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3OTcxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"mergeOrUpload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"mergeOrUpload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "f0d78c77-715a-43c5-ad66-91ecea782f0f" + "1a19ec67-1e30-478f-b772-dca546ed9ddf" ], "Accept-Language": [ "en-US" @@ -565,12 +565,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "77D172B258C734D8D2119C731FBB8EB0" + "3BBCDB64763095464EE9C296A32784F5" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -588,7 +588,7 @@ "no-cache" ], "request-id": [ - "f0d78c77-715a-43c5-ad66-91ecea782f0f" + "1a19ec67-1e30-478f-b772-dca546ed9ddf" ], "elapsed-time": [ "46" @@ -603,7 +603,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:23:18 GMT" + "Sat, 08 Aug 2020 07:29:08 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -619,13 +619,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7605')/docs('1')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NjA1JykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet7971')/docs('1')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3OTcxJykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "c0585a27-a8a1-45a0-93f6-b06c2eb08ae6" + "f65acbb6-2f1d-4e0b-ac37-223be5e26d55" ], "Accept-Language": [ "en-US" @@ -634,12 +634,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "77D172B258C734D8D2119C731FBB8EB0" + "3BBCDB64763095464EE9C296A32784F5" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -651,10 +651,10 @@ "no-cache" ], "request-id": [ - "c0585a27-a8a1-45a0-93f6-b06c2eb08ae6" + "f65acbb6-2f1d-4e0b-ac37-223be5e26d55" ], "elapsed-time": [ - "28" + "25" ], "OData-Version": [ "4.0" @@ -666,7 +666,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:23:18 GMT" + "Sat, 08 Aug 2020 07:29:08 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -682,13 +682,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7605')/docs('1')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NjA1JykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet7971')/docs('1')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3OTcxJykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "4b6c045a-3ecd-4460-b677-44904170e10a" + "0142a15a-10d3-4d54-9652-37fb27b1213d" ], "Accept-Language": [ "en-US" @@ -697,12 +697,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "77D172B258C734D8D2119C731FBB8EB0" + "3BBCDB64763095464EE9C296A32784F5" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -714,10 +714,10 @@ "no-cache" ], "request-id": [ - "4b6c045a-3ecd-4460-b677-44904170e10a" + "0142a15a-10d3-4d54-9652-37fb27b1213d" ], "elapsed-time": [ - "13" + "7" ], "OData-Version": [ "4.0" @@ -729,7 +729,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:23:20 GMT" + "Sat, 08 Aug 2020 07:29:10 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -745,21 +745,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet264/providers/Microsoft.Search/searchServices/azs-2354?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIzNTQ/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8743/providers/Microsoft.Search/searchServices/azs-2541?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTQxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2c630faa-e01a-4f80-8928-2d4eb50a6eb3" + "e84d2d6f-90ce-4f49-88b7-78b285345965" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -770,51 +770,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14981" + ], "x-ms-request-id": [ - "2c630faa-e01a-4f80-8928-2d4eb50a6eb3" + "e1710a4d-5537-4db4-85da-855a7ed31bd1" ], - "request-id": [ - "2c630faa-e01a-4f80-8928-2d4eb50a6eb3" + "x-ms-correlation-request-id": [ + "e1710a4d-5537-4db4-85da-855a7ed31bd1" ], - "elapsed-time": [ - "896" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T072919Z:e1710a4d-5537-4db4-85da-855a7ed31bd1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14987" - ], - "x-ms-correlation-request-id": [ - "12923a65-8b4c-40fb-8c24-c4a1403a8dc2" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012326Z:12923a65-8b4c-40fb-8c24-c4a1403a8dc2" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:23:26 GMT" + "Sat, 08 Aug 2020 07:29:18 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet264", - "azsmnet7605" + "azsmnet8743", + "azsmnet7971" ], "GenerateServiceName": [ - "azs-2354" + "azs-2541" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanMergeStaticallyTypedDocuments.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanMergeStaticallyTypedDocuments.json index 2be1be222717..b27ed37f7f36 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanMergeStaticallyTypedDocuments.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanMergeStaticallyTypedDocuments.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ccc388bd-46a9-426c-a5d0-1fcf6d9eca34" + "9ea75407-b00f-4aa0-872a-a6c2b45f1715" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1191" ], "x-ms-request-id": [ - "bad1cb44-4637-441f-8d82-ca07aa2fc5a4" + "9f2afed3-132a-4a26-a60a-5bb896332131" ], "x-ms-correlation-request-id": [ - "bad1cb44-4637-441f-8d82-ca07aa2fc5a4" + "9f2afed3-132a-4a26-a60a-5bb896332131" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011715Z:bad1cb44-4637-441f-8d82-ca07aa2fc5a4" + "NORTHEUROPE:20200808T071951Z:9f2afed3-132a-4a26-a60a-5bb896332131" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:17:15 GMT" + "Sat, 08 Aug 2020 07:19:51 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2348?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMzQ4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7266?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MjY2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "84a58fab-f005-4082-9649-84578d6b355f" + "f8097e30-7637-4a44-8c0d-78524b48b842" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1194" ], "x-ms-request-id": [ - "b62d660d-6474-4c40-a49d-e444f5fab2b3" + "a56ceb5f-54d2-4cef-8106-e6ab4cfc99da" ], "x-ms-correlation-request-id": [ - "b62d660d-6474-4c40-a49d-e444f5fab2b3" + "a56ceb5f-54d2-4cef-8106-e6ab4cfc99da" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011716Z:b62d660d-6474-4c40-a49d-e444f5fab2b3" + "NORTHEUROPE:20200808T071953Z:a56ceb5f-54d2-4cef-8106-e6ab4cfc99da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:17:15 GMT" + "Sat, 08 Aug 2020 07:19:52 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2348\",\r\n \"name\": \"azsmnet2348\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7266\",\r\n \"name\": \"azsmnet7266\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2348/providers/Microsoft.Search/searchServices/azs-2295?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjk1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7266/providers/Microsoft.Search/searchServices/azs-6195?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTk1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dc78a83d-0109-4bd0-ba17-a4cf62506c57" + "9ed7078d-abb4-437b-9171-d61cd621aa7a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A17%3A19.8233583Z'\"" + "W/\"datetime'2020-08-08T07%3A19%3A56.7681342Z'\"" ], "x-ms-request-id": [ - "dc78a83d-0109-4bd0-ba17-a4cf62506c57" + "9ed7078d-abb4-437b-9171-d61cd621aa7a" ], "request-id": [ - "dc78a83d-0109-4bd0-ba17-a4cf62506c57" + "9ed7078d-abb4-437b-9171-d61cd621aa7a" ], "elapsed-time": [ - "1171" + "1564" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1192" ], "x-ms-correlation-request-id": [ - "2927c1ce-d6fa-4212-87e1-917c88b75a2b" + "a134224a-e945-4fe5-b280-9562283439ec" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011720Z:2927c1ce-d6fa-4212-87e1-917c88b75a2b" + "NORTHEUROPE:20200808T071958Z:a134224a-e945-4fe5-b280-9562283439ec" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:17:20 GMT" + "Sat, 08 Aug 2020 07:19:58 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2348/providers/Microsoft.Search/searchServices/azs-2295\",\r\n \"name\": \"azs-2295\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7266/providers/Microsoft.Search/searchServices/azs-6195\",\r\n \"name\": \"azs-6195\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2348/providers/Microsoft.Search/searchServices/azs-2295/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjk1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7266/providers/Microsoft.Search/searchServices/azs-6195/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTk1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ab3adbc1-65fa-44f4-a85b-202236e8c0f0" + "71274163-2cee-412c-951f-10aa105104c9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ab3adbc1-65fa-44f4-a85b-202236e8c0f0" + "71274163-2cee-412c-951f-10aa105104c9" ], "request-id": [ - "ab3adbc1-65fa-44f4-a85b-202236e8c0f0" + "71274163-2cee-412c-951f-10aa105104c9" ], "elapsed-time": [ - "94" + "153" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1190" ], "x-ms-correlation-request-id": [ - "e245dfbd-7032-459d-8f74-c429303da9d6" + "66510a4d-5358-4e27-bc9f-2c34d7e5b143" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011722Z:e245dfbd-7032-459d-8f74-c429303da9d6" + "NORTHEUROPE:20200808T072000Z:66510a4d-5358-4e27-bc9f-2c34d7e5b143" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:17:22 GMT" + "Sat, 08 Aug 2020 07:20:00 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"61B7540BBB7AEDB91D6D332739C2845B\",\r\n \"secondaryKey\": \"0B536045B99C24F492FCAD621DE65954\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"9B3C10E9B7B8879AAC37F8824964BD0B\",\r\n \"secondaryKey\": \"7A9EAAF1F842F88C29C530A403CE8A76\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2348/providers/Microsoft.Search/searchServices/azs-2295/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjk1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7266/providers/Microsoft.Search/searchServices/azs-6195/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTk1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "22a7b734-b5a3-4a8d-bf3e-123645c68266" + "47cb767f-43b7-4f1b-9ad8-92bc454576d5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "22a7b734-b5a3-4a8d-bf3e-123645c68266" + "47cb767f-43b7-4f1b-9ad8-92bc454576d5" ], "request-id": [ - "22a7b734-b5a3-4a8d-bf3e-123645c68266" + "47cb767f-43b7-4f1b-9ad8-92bc454576d5" ], "elapsed-time": [ - "93" + "157" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1189" ], "x-ms-correlation-request-id": [ - "530fcac7-23e4-4482-ba0f-2df7404384d1" + "d1f0b07d-4df4-4a6b-bac1-502725bb3b62" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011723Z:530fcac7-23e4-4482-ba0f-2df7404384d1" + "NORTHEUROPE:20200808T072000Z:d1f0b07d-4df4-4a6b-bac1-502725bb3b62" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:17:23 GMT" + "Sat, 08 Aug 2020 07:20:00 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"599FDA597CAF5E8B05595D174181420A\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B9B6E28202F0FC416FC6F3592D1EBD51\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3354\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6774\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "44ea617b-95b9-4799-b4e5-fb573fdde793" + "3abd4ef7-01d4-4599-8f43-2ad903112c54" ], "Accept-Language": [ "en-US" ], "api-key": [ - "61B7540BBB7AEDB91D6D332739C2845B" + "9B3C10E9B7B8879AAC37F8824964BD0B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036E0C1B2ACA\"" + "W/\"0x8D83B6B77E6DE32\"" ], "Location": [ - "https://azs-2295.search-dogfood.windows-int.net/indexes('azsmnet3354')?api-version=2019-05-06" + "https://azs-6195.search-dogfood.windows-int.net/indexes('azsmnet6774')?api-version=2019-05-06" ], "request-id": [ - "44ea617b-95b9-4799-b4e5-fb573fdde793" + "3abd4ef7-01d4-4599-8f43-2ad903112c54" ], "elapsed-time": [ - "1194" + "835" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:17:25 GMT" + "Sat, 08 Aug 2020 07:20:03 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2295.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036E0C1B2ACA\\\"\",\r\n \"name\": \"azsmnet3354\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6195.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6B77E6DE32\\\"\",\r\n \"name\": \"azsmnet6774\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet3354')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMzU0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6774')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2Nzc0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"mergeOrUpload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"mergeOrUpload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "b760276c-8a18-43f7-a075-66ca445ba1bd" + "299d8675-9d58-48d1-8fef-c2a3794f7dba" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "61B7540BBB7AEDB91D6D332739C2845B" + "9B3C10E9B7B8879AAC37F8824964BD0B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "b760276c-8a18-43f7-a075-66ca445ba1bd" + "299d8675-9d58-48d1-8fef-c2a3794f7dba" ], "elapsed-time": [ - "197" + "155" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:17:47 GMT" + "Sat, 08 Aug 2020 07:20:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3354')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMzU0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6774')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2Nzc0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"merge\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"category\": \"Economy\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"rating\": 3,\r\n \"address\": {},\r\n \"rooms\": [\r\n {\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 10.5,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"balcony\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "de584328-78be-42da-a280-77067a408ae5" + "e275d02a-4f2d-4274-9dc1-60614c4a0044" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "61B7540BBB7AEDB91D6D332739C2845B" + "9B3C10E9B7B8879AAC37F8824964BD0B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "de584328-78be-42da-a280-77067a408ae5" + "e275d02a-4f2d-4274-9dc1-60614c4a0044" ], "elapsed-time": [ - "391" + "35" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:17:48 GMT" + "Sat, 08 Aug 2020 07:20:27 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,13 +550,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3354')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMzU0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6774')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2Nzc0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"mergeOrUpload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"mergeOrUpload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "d0240936-cf48-440b-87eb-a262862adddb" + "f12504de-a9a1-4b87-b44b-2bb691fd900a" ], "Accept-Language": [ "en-US" @@ -565,12 +565,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "61B7540BBB7AEDB91D6D332739C2845B" + "9B3C10E9B7B8879AAC37F8824964BD0B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -588,10 +588,10 @@ "no-cache" ], "request-id": [ - "d0240936-cf48-440b-87eb-a262862adddb" + "f12504de-a9a1-4b87-b44b-2bb691fd900a" ], "elapsed-time": [ - "46" + "44" ], "OData-Version": [ "4.0" @@ -603,7 +603,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:17:51 GMT" + "Sat, 08 Aug 2020 07:20:28 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -619,13 +619,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3354')/docs('1')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMzU0JykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet6774')/docs('1')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2Nzc0JykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "e9c3be1e-0351-44bb-b71f-f7e7e9e44228" + "b32ae09b-952b-4be1-b8a4-ef51cd651d49" ], "Accept-Language": [ "en-US" @@ -634,12 +634,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "61B7540BBB7AEDB91D6D332739C2845B" + "9B3C10E9B7B8879AAC37F8824964BD0B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -651,10 +651,10 @@ "no-cache" ], "request-id": [ - "e9c3be1e-0351-44bb-b71f-f7e7e9e44228" + "b32ae09b-952b-4be1-b8a4-ef51cd651d49" ], "elapsed-time": [ - "60" + "15" ], "OData-Version": [ "4.0" @@ -666,7 +666,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:17:51 GMT" + "Sat, 08 Aug 2020 07:20:28 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -682,13 +682,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3354')/docs('1')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMzU0JykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet6774')/docs('1')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2Nzc0JykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "d2556f70-a0cf-4eb8-a08b-d0a83740521f" + "a3371b46-6ce7-4e1c-ba08-c6b74d99fb52" ], "Accept-Language": [ "en-US" @@ -697,12 +697,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "61B7540BBB7AEDB91D6D332739C2845B" + "9B3C10E9B7B8879AAC37F8824964BD0B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -714,10 +714,10 @@ "no-cache" ], "request-id": [ - "d2556f70-a0cf-4eb8-a08b-d0a83740521f" + "a3371b46-6ce7-4e1c-ba08-c6b74d99fb52" ], "elapsed-time": [ - "15" + "25" ], "OData-Version": [ "4.0" @@ -729,7 +729,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:17:53 GMT" + "Sat, 08 Aug 2020 07:20:31 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -745,21 +745,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2348/providers/Microsoft.Search/searchServices/azs-2295?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjk1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7266/providers/Microsoft.Search/searchServices/azs-6195?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTk1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dcc0dba3-e906-4f39-8411-0e39fd22b695" + "a1ad07ae-adbe-4894-a94d-44719a5d9d6f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -770,51 +770,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "dcc0dba3-e906-4f39-8411-0e39fd22b695" + "dac70dcf-40b9-488e-972c-4c5b9ce9a272" ], - "request-id": [ - "dcc0dba3-e906-4f39-8411-0e39fd22b695" + "x-ms-correlation-request-id": [ + "dac70dcf-40b9-488e-972c-4c5b9ce9a272" ], - "elapsed-time": [ - "1011" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T072121Z:dac70dcf-40b9-488e-972c-4c5b9ce9a272" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14988" - ], - "x-ms-correlation-request-id": [ - "cacc9eb6-f2d8-48b6-8cf2-a8f05bc61a07" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011758Z:cacc9eb6-f2d8-48b6-8cf2-a8f05bc61a07" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:17:58 GMT" + "Sat, 08 Aug 2020 07:21:20 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2348", - "azsmnet3354" + "azsmnet7266", + "azsmnet6774" ], "GenerateServiceName": [ - "azs-2295" + "azs-6195" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanRoundtripBoundaryValues.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanRoundtripBoundaryValues.json index 98fa431944fb..52a3696f38a1 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanRoundtripBoundaryValues.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanRoundtripBoundaryValues.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "91c34b5a-b2fe-448a-9367-41f0a4bb5031" + "8b803758-92a2-4ccb-be16-62285468ba21" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1193" ], "x-ms-request-id": [ - "a1a4bee2-55f4-4754-85fb-d8a6b45d3817" + "ffb95474-5a70-4e3b-b3cc-40063eb71d01" ], "x-ms-correlation-request-id": [ - "a1a4bee2-55f4-4754-85fb-d8a6b45d3817" + "ffb95474-5a70-4e3b-b3cc-40063eb71d01" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011540Z:a1a4bee2-55f4-4754-85fb-d8a6b45d3817" + "NORTHEUROPE:20200808T071754Z:ffb95474-5a70-4e3b-b3cc-40063eb71d01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:15:39 GMT" + "Sat, 08 Aug 2020 07:17:54 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5401?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NDAxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8173?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MTczP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4c556f86-b9c7-499a-82bf-0a580b786fc6" + "6cf39099-a565-46a2-b546-5fe62335bb31" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1196" ], "x-ms-request-id": [ - "be5e5900-d02d-465f-89f6-fd6d7436ca57" + "b1a8a8c8-1726-4123-b0c6-5429db2690c2" ], "x-ms-correlation-request-id": [ - "be5e5900-d02d-465f-89f6-fd6d7436ca57" + "b1a8a8c8-1726-4123-b0c6-5429db2690c2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011540Z:be5e5900-d02d-465f-89f6-fd6d7436ca57" + "NORTHEUROPE:20200808T071756Z:b1a8a8c8-1726-4123-b0c6-5429db2690c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:15:40 GMT" + "Sat, 08 Aug 2020 07:17:56 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5401\",\r\n \"name\": \"azsmnet5401\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8173\",\r\n \"name\": \"azsmnet8173\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5401/providers/Microsoft.Search/searchServices/azs-351?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTE/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8173/providers/Microsoft.Search/searchServices/azs-8010?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTczL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MDEwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eb977bf3-d272-4142-8ef3-c991f975e2de" + "5aae9aa0-4911-4216-8b9c-68bd274f2c87" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A15%3A44.7667258Z'\"" + "W/\"datetime'2020-08-08T07%3A18%3A02.3874828Z'\"" ], "x-ms-request-id": [ - "eb977bf3-d272-4142-8ef3-c991f975e2de" + "5aae9aa0-4911-4216-8b9c-68bd274f2c87" ], "request-id": [ - "eb977bf3-d272-4142-8ef3-c991f975e2de" + "5aae9aa0-4911-4216-8b9c-68bd274f2c87" ], "elapsed-time": [ - "1368" + "1773" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1192" ], "x-ms-correlation-request-id": [ - "78fb2877-33a8-403b-aaaf-c9cc1d05501f" + "264e71c1-c918-4d58-9c47-946b1348c78f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011545Z:78fb2877-33a8-403b-aaaf-c9cc1d05501f" + "NORTHEUROPE:20200808T071803Z:264e71c1-c918-4d58-9c47-946b1348c78f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:15:44 GMT" + "Sat, 08 Aug 2020 07:18:03 GMT" ], "Content-Length": [ - "527" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5401/providers/Microsoft.Search/searchServices/azs-351\",\r\n \"name\": \"azs-351\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8173/providers/Microsoft.Search/searchServices/azs-8010\",\r\n \"name\": \"azs-8010\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5401/providers/Microsoft.Search/searchServices/azs-351/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTEvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8173/providers/Microsoft.Search/searchServices/azs-8010/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTczL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MDEwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5d8ebf14-f705-4914-802d-e30ae57b32d2" + "9b2305c5-f533-4c1a-b17e-17da044ce67d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5d8ebf14-f705-4914-802d-e30ae57b32d2" + "9b2305c5-f533-4c1a-b17e-17da044ce67d" ], "request-id": [ - "5d8ebf14-f705-4914-802d-e30ae57b32d2" + "9b2305c5-f533-4c1a-b17e-17da044ce67d" ], "elapsed-time": [ - "458" + "118" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1189" ], "x-ms-correlation-request-id": [ - "c31321ee-5758-4f3f-b579-673c4655c100" + "9cd10d8f-2a4f-4362-ba37-e79acc0410fa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011548Z:c31321ee-5758-4f3f-b579-673c4655c100" + "NORTHEUROPE:20200808T071806Z:9cd10d8f-2a4f-4362-ba37-e79acc0410fa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:15:47 GMT" + "Sat, 08 Aug 2020 07:18:05 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"C15368710ED570976AC5FD4202D11307\",\r\n \"secondaryKey\": \"6800F6AF35254C108E1896D654D3C80C\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"B26E893738AD4211F5C4CCF7DD3A4F78\",\r\n \"secondaryKey\": \"5A58184D9F9EEB3AF99B176F205F34AD\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5401/providers/Microsoft.Search/searchServices/azs-351/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTEvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8173/providers/Microsoft.Search/searchServices/azs-8010/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTczL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MDEwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b83d2ba-a444-475d-bc6d-6be6b334ec93" + "583d790f-7601-4318-b7d5-ab137cb8f4b5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2b83d2ba-a444-475d-bc6d-6be6b334ec93" + "583d790f-7601-4318-b7d5-ab137cb8f4b5" ], "request-id": [ - "2b83d2ba-a444-475d-bc6d-6be6b334ec93" + "583d790f-7601-4318-b7d5-ab137cb8f4b5" ], "elapsed-time": [ - "294" + "97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1188" ], "x-ms-correlation-request-id": [ - "e71a38f6-283a-407a-b028-377057bde349" + "aa099fd2-8ff5-4d6a-b041-23b05a703cf5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011548Z:e71a38f6-283a-407a-b028-377057bde349" + "NORTHEUROPE:20200808T071806Z:aa099fd2-8ff5-4d6a-b041-23b05a703cf5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:15:48 GMT" + "Sat, 08 Aug 2020 07:18:06 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"A799CF9423A88FC6C7A018DF21F2D8C4\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F11829F74C5FC0F6C99C6D83A1FBB65E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9465\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3609\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "4ade5e54-2a1d-404c-9806-97729acb69dc" + "41caea2c-5bcc-444f-9569-b7f5ce6da3b8" ], "Accept-Language": [ "en-US" ], "api-key": [ - "C15368710ED570976AC5FD4202D11307" + "B26E893738AD4211F5C4CCF7DD3A4F78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036DD4003D3A\"" + "W/\"0x8D83B6B34675622\"" ], "Location": [ - "https://azs-351.search-dogfood.windows-int.net/indexes('azsmnet9465')?api-version=2019-05-06" + "https://azs-8010.search-dogfood.windows-int.net/indexes('azsmnet3609')?api-version=2019-05-06" ], "request-id": [ - "4ade5e54-2a1d-404c-9806-97729acb69dc" + "41caea2c-5bcc-444f-9569-b7f5ce6da3b8" ], "elapsed-time": [ - "1286" + "1468" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:15:50 GMT" + "Sat, 08 Aug 2020 07:18:10 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-351.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036DD4003D3A\\\"\",\r\n \"name\": \"azsmnet9465\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8010.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6B34675622\\\"\",\r\n \"name\": \"azsmnet3609\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet9465')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5NDY1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3609')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNjA5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"category\": \"\",\r\n \"tags\": [],\r\n \"parkingIncluded\": false,\r\n \"lastRenovationDate\": \"0001-01-01T00:00:00+00:00\",\r\n \"rating\": -2147483648,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -180.0,\r\n -90.0\r\n ]\r\n },\r\n \"address\": {},\r\n \"rooms\": [\r\n {\r\n \"baseRate\": -1.7976931348623157E+308\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"category\": \"test\",\r\n \"tags\": [\r\n \"test\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"lastRenovationDate\": \"9999-12-31T23:59:59.9999999+00:00\",\r\n \"rating\": 2147483647,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 180.0,\r\n 90.0\r\n ]\r\n },\r\n \"address\": {\r\n \"city\": \"Maximum\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"baseRate\": 1.7976931348623157E+308\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"tags\": [],\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 0.0,\r\n 0.0\r\n ]\r\n },\r\n \"rooms\": [\r\n {\r\n \"baseRate\": \"-INF\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"tags\": [],\r\n \"rooms\": [\r\n {\r\n \"baseRate\": \"INF\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"tags\": [],\r\n \"rooms\": [\r\n {\r\n \"baseRate\": \"NaN\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"tags\": [],\r\n \"rooms\": []\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"category\": \"\",\r\n \"tags\": [],\r\n \"parkingIncluded\": false,\r\n \"lastRenovationDate\": \"0001-01-01T00:00:00-08:00\",\r\n \"rating\": -2147483648,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -180.0,\r\n -90.0\r\n ]\r\n },\r\n \"address\": {},\r\n \"rooms\": [\r\n {\r\n \"baseRate\": -1.7976931348623157E+308\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"category\": \"test\",\r\n \"tags\": [\r\n \"test\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"lastRenovationDate\": \"9999-12-31T15:59:59.9999999-08:00\",\r\n \"rating\": 2147483647,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 180.0,\r\n 90.0\r\n ]\r\n },\r\n \"address\": {\r\n \"city\": \"Maximum\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"baseRate\": 1.7976931348623157E+308\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"tags\": [],\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 0.0,\r\n 0.0\r\n ]\r\n },\r\n \"rooms\": [\r\n {\r\n \"baseRate\": \"-INF\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"tags\": [],\r\n \"rooms\": [\r\n {\r\n \"baseRate\": \"INF\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"tags\": [],\r\n \"rooms\": [\r\n {\r\n \"baseRate\": \"NaN\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"tags\": [],\r\n \"rooms\": []\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "0f0a0998-c718-4c5c-968f-d461ad56e390" + "880d9d39-1523-4cb4-b9f6-70b4d841ffd7" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "C15368710ED570976AC5FD4202D11307" + "B26E893738AD4211F5C4CCF7DD3A4F78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "0f0a0998-c718-4c5c-968f-d461ad56e390" + "880d9d39-1523-4cb4-b9f6-70b4d841ffd7" ], "elapsed-time": [ - "179" + "196" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:16:13 GMT" + "Sat, 08 Aug 2020 07:18:31 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9465')/docs('1')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5NDY1JykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet3609')/docs('1')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNjA5JykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "17e704e7-226b-45dd-880d-b14d735cedec" + "129f259c-f199-4e3f-a05c-bcbbf75b6848" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "C15368710ED570976AC5FD4202D11307" + "B26E893738AD4211F5C4CCF7DD3A4F78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "17e704e7-226b-45dd-880d-b14d735cedec" + "129f259c-f199-4e3f-a05c-bcbbf75b6848" ], "elapsed-time": [ - "16" + "23" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:16:15 GMT" + "Sat, 08 Aug 2020 07:18:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,13 +544,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9465')/docs('2')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5NDY1JykvZG9jcygnMicpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet3609')/docs('2')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNjA5JykvZG9jcygnMicpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "deac70b8-bcdb-4c55-b182-54782be9dac8" + "a0c4a0c4-0a13-4dd4-b185-08b456962885" ], "Accept-Language": [ "en-US" @@ -559,12 +559,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "C15368710ED570976AC5FD4202D11307" + "B26E893738AD4211F5C4CCF7DD3A4F78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -576,10 +576,10 @@ "no-cache" ], "request-id": [ - "deac70b8-bcdb-4c55-b182-54782be9dac8" + "a0c4a0c4-0a13-4dd4-b185-08b456962885" ], "elapsed-time": [ - "5" + "6" ], "OData-Version": [ "4.0" @@ -591,7 +591,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:16:15 GMT" + "Sat, 08 Aug 2020 07:18:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -607,13 +607,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9465')/docs('3')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5NDY1JykvZG9jcygnMycpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet3609')/docs('3')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNjA5JykvZG9jcygnMycpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "37b801dd-76d6-4bae-a265-9e49757c5f91" + "8c8dc89a-5218-4b3d-b238-6916edd6aeef" ], "Accept-Language": [ "en-US" @@ -622,12 +622,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "C15368710ED570976AC5FD4202D11307" + "B26E893738AD4211F5C4CCF7DD3A4F78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -639,10 +639,10 @@ "no-cache" ], "request-id": [ - "37b801dd-76d6-4bae-a265-9e49757c5f91" + "8c8dc89a-5218-4b3d-b238-6916edd6aeef" ], "elapsed-time": [ - "9" + "5" ], "OData-Version": [ "4.0" @@ -654,7 +654,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:16:15 GMT" + "Sat, 08 Aug 2020 07:18:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -670,13 +670,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9465')/docs('4')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5NDY1JykvZG9jcygnNCcpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet3609')/docs('4')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNjA5JykvZG9jcygnNCcpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "eed206f9-4341-4d0e-8d8f-b6be36804b5d" + "43d43bcd-2777-47a0-9d04-2d459fa80ada" ], "Accept-Language": [ "en-US" @@ -685,12 +685,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "C15368710ED570976AC5FD4202D11307" + "B26E893738AD4211F5C4CCF7DD3A4F78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -702,10 +702,10 @@ "no-cache" ], "request-id": [ - "eed206f9-4341-4d0e-8d8f-b6be36804b5d" + "43d43bcd-2777-47a0-9d04-2d459fa80ada" ], "elapsed-time": [ - "4" + "5" ], "OData-Version": [ "4.0" @@ -717,7 +717,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:16:15 GMT" + "Sat, 08 Aug 2020 07:18:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -733,13 +733,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9465')/docs('5')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5NDY1JykvZG9jcygnNScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet3609')/docs('5')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNjA5JykvZG9jcygnNScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "caaaf44d-634c-479e-a007-3c16bdfef863" + "0221d1f9-0cff-408d-9b6c-df6fe696c0d6" ], "Accept-Language": [ "en-US" @@ -748,12 +748,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "C15368710ED570976AC5FD4202D11307" + "B26E893738AD4211F5C4CCF7DD3A4F78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -765,7 +765,7 @@ "no-cache" ], "request-id": [ - "caaaf44d-634c-479e-a007-3c16bdfef863" + "0221d1f9-0cff-408d-9b6c-df6fe696c0d6" ], "elapsed-time": [ "5" @@ -780,7 +780,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:16:15 GMT" + "Sat, 08 Aug 2020 07:18:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -796,13 +796,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9465')/docs('6')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5NDY1JykvZG9jcygnNicpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet3609')/docs('6')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNjA5JykvZG9jcygnNicpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "c9a52776-ab5d-4e17-9edb-b986cb36d376" + "a86ffbe3-b781-4556-8104-bfffa5aeb35e" ], "Accept-Language": [ "en-US" @@ -811,12 +811,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "C15368710ED570976AC5FD4202D11307" + "B26E893738AD4211F5C4CCF7DD3A4F78" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -828,10 +828,10 @@ "no-cache" ], "request-id": [ - "c9a52776-ab5d-4e17-9edb-b986cb36d376" + "a86ffbe3-b781-4556-8104-bfffa5aeb35e" ], "elapsed-time": [ - "3" + "10" ], "OData-Version": [ "4.0" @@ -843,7 +843,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:16:15 GMT" + "Sat, 08 Aug 2020 07:18:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -859,21 +859,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5401/providers/Microsoft.Search/searchServices/azs-351?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTE/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8173/providers/Microsoft.Search/searchServices/azs-8010?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTczL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MDEwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c201656f-dd00-429c-911e-8d848b0bd42d" + "a170260c-4fd0-4365-9fa6-6e9e91fc206a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -884,51 +884,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14988" + ], "x-ms-request-id": [ - "c201656f-dd00-429c-911e-8d848b0bd42d" + "8fd73a1e-6ffd-4fcd-87d1-89121702fc5f" ], - "request-id": [ - "c201656f-dd00-429c-911e-8d848b0bd42d" + "x-ms-correlation-request-id": [ + "8fd73a1e-6ffd-4fcd-87d1-89121702fc5f" ], - "elapsed-time": [ - "1245" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T071843Z:8fd73a1e-6ffd-4fcd-87d1-89121702fc5f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14989" - ], - "x-ms-correlation-request-id": [ - "ac893b89-e706-491f-9f53-fad3f18ff160" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011620Z:ac893b89-e706-491f-9f53-fad3f18ff160" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:16:20 GMT" + "Sat, 08 Aug 2020 07:18:43 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5401", - "azsmnet9465" + "azsmnet8173", + "azsmnet3609" ], "GenerateServiceName": [ - "azs-351" + "azs-8010" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanSetExplicitNullsInStaticallyTypedDocuments.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanSetExplicitNullsInStaticallyTypedDocuments.json index d08488413e1c..24157332feee 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanSetExplicitNullsInStaticallyTypedDocuments.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanSetExplicitNullsInStaticallyTypedDocuments.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6a36a6bc-57de-4272-b1fc-4c0e4477eab5" + "60e6276c-29dc-44cc-9777-0eb974a3a294" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1192" ], "x-ms-request-id": [ - "d8ce71fb-9f09-46cb-a469-2901e59f7df4" + "6d9efc90-382c-4143-a653-8a63130fb578" ], "x-ms-correlation-request-id": [ - "d8ce71fb-9f09-46cb-a469-2901e59f7df4" + "6d9efc90-382c-4143-a653-8a63130fb578" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012553Z:d8ce71fb-9f09-46cb-a469-2901e59f7df4" + "NORTHEUROPE:20200808T073245Z:6d9efc90-382c-4143-a653-8a63130fb578" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:25:53 GMT" + "Sat, 08 Aug 2020 07:32:45 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet999?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5OTk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5776?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1Nzc2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4d885e7b-5368-4f4e-86c0-7cd6324694d1" + "1ecf7db2-ac4a-45f3-a755-b4c93f22b89c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1195" ], "x-ms-request-id": [ - "c80f09ce-05bd-4aea-a653-a32217f062a5" + "952d2253-cd6e-441f-bfcf-2f48234d928f" ], "x-ms-correlation-request-id": [ - "c80f09ce-05bd-4aea-a653-a32217f062a5" + "952d2253-cd6e-441f-bfcf-2f48234d928f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012554Z:c80f09ce-05bd-4aea-a653-a32217f062a5" + "NORTHEUROPE:20200808T073247Z:952d2253-cd6e-441f-bfcf-2f48234d928f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:25:53 GMT" + "Sat, 08 Aug 2020 07:32:46 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet999\",\r\n \"name\": \"azsmnet999\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5776\",\r\n \"name\": \"azsmnet5776\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet999/providers/Microsoft.Search/searchServices/azs-1971?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5OTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE5NzE/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5776/providers/Microsoft.Search/searchServices/azs-7581?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1Nzc2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTgxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d318d8f0-06c8-4b77-8ea6-0ebd217c794e" + "a2dd7329-ceef-40d2-a8c8-1c6f96592c05" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A25%3A58.4816527Z'\"" + "W/\"datetime'2020-08-08T07%3A32%3A53.2587216Z'\"" ], "x-ms-request-id": [ - "d318d8f0-06c8-4b77-8ea6-0ebd217c794e" + "a2dd7329-ceef-40d2-a8c8-1c6f96592c05" ], "request-id": [ - "d318d8f0-06c8-4b77-8ea6-0ebd217c794e" + "a2dd7329-ceef-40d2-a8c8-1c6f96592c05" ], "elapsed-time": [ - "1263" + "1831" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1192" ], "x-ms-correlation-request-id": [ - "9af78f1e-4592-446a-bff7-4cd35b2db651" + "6e3de09c-920b-4f73-b2af-db6f5f75ded1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012559Z:9af78f1e-4592-446a-bff7-4cd35b2db651" + "NORTHEUROPE:20200808T073254Z:6e3de09c-920b-4f73-b2af-db6f5f75ded1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:25:58 GMT" + "Sat, 08 Aug 2020 07:32:53 GMT" ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet999/providers/Microsoft.Search/searchServices/azs-1971\",\r\n \"name\": \"azs-1971\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5776/providers/Microsoft.Search/searchServices/azs-7581\",\r\n \"name\": \"azs-7581\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet999/providers/Microsoft.Search/searchServices/azs-1971/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5OTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE5NzEvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5776/providers/Microsoft.Search/searchServices/azs-7581/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1Nzc2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTgxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "423790d4-88df-484a-9d53-855f0a660549" + "e2063cd0-a89a-405b-a2a2-4586ef801cbb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "423790d4-88df-484a-9d53-855f0a660549" + "e2063cd0-a89a-405b-a2a2-4586ef801cbb" ], "request-id": [ - "423790d4-88df-484a-9d53-855f0a660549" + "e2063cd0-a89a-405b-a2a2-4586ef801cbb" ], "elapsed-time": [ - "106" + "98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1189" ], "x-ms-correlation-request-id": [ - "6ddfb059-2dc0-4ab8-bfa3-37fc6d943fde" + "8b945f63-7dcc-46d2-844d-4d3f85bb1450" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012601Z:6ddfb059-2dc0-4ab8-bfa3-37fc6d943fde" + "NORTHEUROPE:20200808T073257Z:8b945f63-7dcc-46d2-844d-4d3f85bb1450" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:26:01 GMT" + "Sat, 08 Aug 2020 07:32:56 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"DD1A353D450DA1414092E18F19F64286\",\r\n \"secondaryKey\": \"3E4FBCD300F9A03EEA6042641C9433C2\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"CD1EB9A66005F848192232C75D8CE8E8\",\r\n \"secondaryKey\": \"EDD0672F5FC2D5FC2E73B4B05B263B25\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet999/providers/Microsoft.Search/searchServices/azs-1971/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5OTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE5NzEvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5776/providers/Microsoft.Search/searchServices/azs-7581/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1Nzc2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTgxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d802af3-2b4d-4a82-94f1-783156eaaa39" + "bd716bc7-5387-4153-b8e1-5b598a01f02c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9d802af3-2b4d-4a82-94f1-783156eaaa39" + "bd716bc7-5387-4153-b8e1-5b598a01f02c" ], "request-id": [ - "9d802af3-2b4d-4a82-94f1-783156eaaa39" + "bd716bc7-5387-4153-b8e1-5b598a01f02c" ], "elapsed-time": [ - "438" + "94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1188" ], "x-ms-correlation-request-id": [ - "5a4ffdc3-2cf2-4a1b-8590-2f0fc19be4e4" + "eebabe6b-308d-4045-a02d-285bb1015e38" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012602Z:5a4ffdc3-2cf2-4a1b-8590-2f0fc19be4e4" + "NORTHEUROPE:20200808T073257Z:eebabe6b-308d-4045-a02d-285bb1015e38" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:26:02 GMT" + "Sat, 08 Aug 2020 07:32:56 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"855F4DDE50DA8FEB8DDE3BB507A00E9E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B0FF401D43A8BE4C303F4AAD82453835\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9010\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2968\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "679e38a3-9275-4195-8f68-11929c2b7a35" + "9d063e6f-6336-421c-b1cb-d4252136c099" ], "Accept-Language": [ "en-US" ], "api-key": [ - "DD1A353D450DA1414092E18F19F64286" + "CD1EB9A66005F848192232C75D8CE8E8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036F424EBB69\"" + "W/\"0x8D83B6D4745376A\"" ], "Location": [ - "https://azs-1971.search-dogfood.windows-int.net/indexes('azsmnet9010')?api-version=2019-05-06" + "https://azs-7581.search-dogfood.windows-int.net/indexes('azsmnet2968')?api-version=2019-05-06" ], "request-id": [ - "679e38a3-9275-4195-8f68-11929c2b7a35" + "9d063e6f-6336-421c-b1cb-d4252136c099" ], "elapsed-time": [ - "1205" + "1416" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:26:05 GMT" + "Sat, 08 Aug 2020 07:33:00 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1971.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036F424EBB69\\\"\",\r\n \"name\": \"azsmnet9010\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7581.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6D4745376A\\\"\",\r\n \"name\": \"azsmnet2968\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet9010')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MDEwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet2968')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyOTY4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "16be02cf-9ef5-4b53-bb87-73d3b4d23040" + "992b7803-95d9-48a9-9c49-d8b0c49f48a3" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "DD1A353D450DA1414092E18F19F64286" + "CD1EB9A66005F848192232C75D8CE8E8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "16be02cf-9ef5-4b53-bb87-73d3b4d23040" + "992b7803-95d9-48a9-9c49-d8b0c49f48a3" ], "elapsed-time": [ - "199" + "205" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:26:29 GMT" + "Sat, 08 Aug 2020 07:33:22 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9010')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MDEwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet2968')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyOTY4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"merge\",\r\n \"hotelId\": \"1\",\r\n \"description\": null,\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": null,\r\n \"address\": {},\r\n \"rooms\": [\r\n {\r\n \"description\": null,\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 10.5,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"balcony\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"merge\",\r\n \"hotelId\": \"1\",\r\n \"description\": null,\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 3,\r\n \"location\": null,\r\n \"address\": {},\r\n \"rooms\": [\r\n {\r\n \"description\": null,\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 10.5,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"balcony\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "69aa37c7-e1e5-4e65-b421-5f7c3c764db8" + "ccfabf39-b9fc-408a-acf6-1850bee60c46" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "DD1A353D450DA1414092E18F19F64286" + "CD1EB9A66005F848192232C75D8CE8E8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "69aa37c7-e1e5-4e65-b421-5f7c3c764db8" + "ccfabf39-b9fc-408a-acf6-1850bee60c46" ], "elapsed-time": [ - "38" + "228" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:26:31 GMT" + "Sat, 08 Aug 2020 07:33:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,13 +550,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9010')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MDEwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet2968')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyOTY4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "1dea8fec-fff7-4b0b-aa73-813c336a4b46" + "2cc35a91-6cae-49ff-a2ba-37b866c52b2c" ], "Accept-Language": [ "en-US" @@ -565,12 +565,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "DD1A353D450DA1414092E18F19F64286" + "CD1EB9A66005F848192232C75D8CE8E8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -588,10 +588,10 @@ "no-cache" ], "request-id": [ - "1dea8fec-fff7-4b0b-aa73-813c336a4b46" + "2cc35a91-6cae-49ff-a2ba-37b866c52b2c" ], "elapsed-time": [ - "46" + "57" ], "OData-Version": [ "4.0" @@ -603,7 +603,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:26:33 GMT" + "Sat, 08 Aug 2020 07:33:26 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -619,13 +619,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9010')/docs('1')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MDEwJykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet2968')/docs('1')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyOTY4JykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "3cc3b733-2df2-47dd-9548-b5747c32da42" + "56d413b2-0e87-4a45-9163-b94c4af470ea" ], "Accept-Language": [ "en-US" @@ -634,12 +634,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "DD1A353D450DA1414092E18F19F64286" + "CD1EB9A66005F848192232C75D8CE8E8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -651,10 +651,10 @@ "no-cache" ], "request-id": [ - "3cc3b733-2df2-47dd-9548-b5747c32da42" + "56d413b2-0e87-4a45-9163-b94c4af470ea" ], "elapsed-time": [ - "21" + "26" ], "OData-Version": [ "4.0" @@ -666,7 +666,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:26:33 GMT" + "Sat, 08 Aug 2020 07:33:26 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -682,13 +682,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9010')/docs('1')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MDEwJykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet2968')/docs('1')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyOTY4JykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "533288f4-1a37-4cbe-acaa-b66f9e4c4c2c" + "1c89d54e-3466-4bf5-ac3f-f1242039e5a0" ], "Accept-Language": [ "en-US" @@ -697,12 +697,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "DD1A353D450DA1414092E18F19F64286" + "CD1EB9A66005F848192232C75D8CE8E8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -714,10 +714,10 @@ "no-cache" ], "request-id": [ - "533288f4-1a37-4cbe-acaa-b66f9e4c4c2c" + "1c89d54e-3466-4bf5-ac3f-f1242039e5a0" ], "elapsed-time": [ - "14" + "13" ], "OData-Version": [ "4.0" @@ -729,7 +729,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:26:35 GMT" + "Sat, 08 Aug 2020 07:33:28 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -745,21 +745,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet999/providers/Microsoft.Search/searchServices/azs-1971?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5OTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE5NzE/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5776/providers/Microsoft.Search/searchServices/azs-7581?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1Nzc2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTgxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "862512c1-da0d-4e08-b72a-2e9c62815b30" + "56aef185-7f03-4b12-8a51-8d59432301e9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -770,51 +770,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14983" + ], "x-ms-request-id": [ - "862512c1-da0d-4e08-b72a-2e9c62815b30" + "818bdfd6-fc1d-4d24-944a-28ccd478e833" ], - "request-id": [ - "862512c1-da0d-4e08-b72a-2e9c62815b30" + "x-ms-correlation-request-id": [ + "818bdfd6-fc1d-4d24-944a-28ccd478e833" ], - "elapsed-time": [ - "1137" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T073338Z:818bdfd6-fc1d-4d24-944a-28ccd478e833" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14986" - ], - "x-ms-correlation-request-id": [ - "b3a617e6-a275-4338-8fed-20c4a833bbc6" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012640Z:b3a617e6-a275-4338-8fed-20c4a833bbc6" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:26:40 GMT" + "Sat, 08 Aug 2020 07:33:38 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet999", - "azsmnet9010" + "azsmnet5776", + "azsmnet2968" ], "GenerateServiceName": [ - "azs-1971" + "azs-7581" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanUseIndexWithReservedName.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanUseIndexWithReservedName.json index 121fdb4f396e..c13e5cedb325 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanUseIndexWithReservedName.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CanUseIndexWithReservedName.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8a2d1f33-ae44-481c-91dd-00d150e04749" + "d8e64430-a4e1-4dc1-a5a2-c9a0e545fed6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1190" ], "x-ms-request-id": [ - "b4d0a8bc-b965-4a9e-8872-1e0d5d2c4c7f" + "7632c518-bbc2-43f4-bdec-de35385f1d4d" ], "x-ms-correlation-request-id": [ - "b4d0a8bc-b965-4a9e-8872-1e0d5d2c4c7f" + "7632c518-bbc2-43f4-bdec-de35385f1d4d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011804Z:b4d0a8bc-b965-4a9e-8872-1e0d5d2c4c7f" + "NORTHEUROPE:20200808T072127Z:7632c518-bbc2-43f4-bdec-de35385f1d4d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:18:03 GMT" + "Sat, 08 Aug 2020 07:21:27 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7381?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MzgxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8419?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NDE5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6a2a9002-86e6-45ab-ac0f-00a7f222badc" + "7597ef6c-613b-42fd-9b82-f1596fc11e66" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1193" ], "x-ms-request-id": [ - "4b84a5ba-8683-4614-a656-130895d14525" + "dc140f0c-3d29-4172-8e50-ca56573a68b2" ], "x-ms-correlation-request-id": [ - "4b84a5ba-8683-4614-a656-130895d14525" + "dc140f0c-3d29-4172-8e50-ca56573a68b2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011805Z:4b84a5ba-8683-4614-a656-130895d14525" + "NORTHEUROPE:20200808T072129Z:dc140f0c-3d29-4172-8e50-ca56573a68b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:18:04 GMT" + "Sat, 08 Aug 2020 07:21:28 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7381\",\r\n \"name\": \"azsmnet7381\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8419\",\r\n \"name\": \"azsmnet8419\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7381/providers/Microsoft.Search/searchServices/azs-7383?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzgzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8419/providers/Microsoft.Search/searchServices/azs-7564?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTY0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "17e3b938-8b90-49b4-b00c-8f8e7c02e4ef" + "3bb810dd-1fe7-4293-9491-afd5b7cf3be9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A18%3A08.6951757Z'\"" + "W/\"datetime'2020-08-08T07%3A21%3A34.5882432Z'\"" ], "x-ms-request-id": [ - "17e3b938-8b90-49b4-b00c-8f8e7c02e4ef" + "3bb810dd-1fe7-4293-9491-afd5b7cf3be9" ], "request-id": [ - "17e3b938-8b90-49b4-b00c-8f8e7c02e4ef" + "3bb810dd-1fe7-4293-9491-afd5b7cf3be9" ], "elapsed-time": [ - "1403" + "2004" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1196" ], "x-ms-correlation-request-id": [ - "d1a4ea0c-10dc-4b4d-b15f-1b8c40dd80f5" + "5d0e8658-c227-4a28-9b7d-c4d1e7a6e3bb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011809Z:d1a4ea0c-10dc-4b4d-b15f-1b8c40dd80f5" + "NORTHEUROPE:20200808T072135Z:5d0e8658-c227-4a28-9b7d-c4d1e7a6e3bb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:18:09 GMT" + "Sat, 08 Aug 2020 07:21:35 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7381/providers/Microsoft.Search/searchServices/azs-7383\",\r\n \"name\": \"azs-7383\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8419/providers/Microsoft.Search/searchServices/azs-7564\",\r\n \"name\": \"azs-7564\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7381/providers/Microsoft.Search/searchServices/azs-7383/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzgzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8419/providers/Microsoft.Search/searchServices/azs-7564/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTY0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "39f009cb-067c-4cba-9622-b57aee4e21eb" + "c6532e48-3799-4f54-a6e8-1e44ea59d410" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "39f009cb-067c-4cba-9622-b57aee4e21eb" + "c6532e48-3799-4f54-a6e8-1e44ea59d410" ], "request-id": [ - "39f009cb-067c-4cba-9622-b57aee4e21eb" + "c6532e48-3799-4f54-a6e8-1e44ea59d410" ], "elapsed-time": [ - "99" + "750" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1195" ], "x-ms-correlation-request-id": [ - "d9d47706-6aa7-4bde-8636-049213367a6e" + "96b14b92-951e-4287-935b-bdadf4d5e468" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011813Z:d9d47706-6aa7-4bde-8636-049213367a6e" + "NORTHEUROPE:20200808T072138Z:96b14b92-951e-4287-935b-bdadf4d5e468" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:18:13 GMT" + "Sat, 08 Aug 2020 07:21:38 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"C86FB13EA09F0F3E33BDDBE85543F3C8\",\r\n \"secondaryKey\": \"A3B8AB3E0164ED75CFD8E52BC0EC1D34\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"968FD7D19F3FC607DD4DF4B8939B14B6\",\r\n \"secondaryKey\": \"577CEDBD01D6CC9A5799C170B3E119D5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7381/providers/Microsoft.Search/searchServices/azs-7383/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzgzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8419/providers/Microsoft.Search/searchServices/azs-7564/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTY0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "874510c7-7fb5-4c1e-b7a0-1beb7164e369" + "d1ebd42a-0fdf-41c4-97fe-3f01f3bef421" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "874510c7-7fb5-4c1e-b7a0-1beb7164e369" + "d1ebd42a-0fdf-41c4-97fe-3f01f3bef421" ], "request-id": [ - "874510c7-7fb5-4c1e-b7a0-1beb7164e369" + "d1ebd42a-0fdf-41c4-97fe-3f01f3bef421" ], "elapsed-time": [ - "94" + "900" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1194" ], "x-ms-correlation-request-id": [ - "53710fce-a52e-46d9-9f49-9f2fe34e1ad6" + "e33c104c-93c7-4aa3-8690-5d380bdea429" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011814Z:53710fce-a52e-46d9-9f49-9f2fe34e1ad6" + "NORTHEUROPE:20200808T072140Z:e33c104c-93c7-4aa3-8690-5d380bdea429" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:18:13 GMT" + "Sat, 08 Aug 2020 07:21:39 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"070E450B338117752FA9B39A9B60B7B4\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"EB205C5CA42146AA1C7193EEACF6BFE9\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2680\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1008\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "fec9b816-7e6f-41c6-8b8b-668e62135ed9" + "31c28b44-09ab-455f-9b39-5fd283fa5047" ], "Accept-Language": [ "en-US" ], "api-key": [ - "C86FB13EA09F0F3E33BDDBE85543F3C8" + "968FD7D19F3FC607DD4DF4B8939B14B6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036E2A937D11\"" + "W/\"0x8D83B6BB4A4DBA5\"" ], "Location": [ - "https://azs-7383.search-dogfood.windows-int.net/indexes('azsmnet2680')?api-version=2019-05-06" + "https://azs-7564.search-dogfood.windows-int.net/indexes('azsmnet1008')?api-version=2019-05-06" ], "request-id": [ - "fec9b816-7e6f-41c6-8b8b-668e62135ed9" + "31c28b44-09ab-455f-9b39-5fd283fa5047" ], "elapsed-time": [ - "1367" + "3530" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:18:16 GMT" + "Sat, 08 Aug 2020 07:21:44 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,7 +408,7 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7383.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036E2A937D11\\\"\",\r\n \"name\": \"azsmnet2680\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7564.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6BB4A4DBA5\\\"\",\r\n \"name\": \"azsmnet1008\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { @@ -418,18 +418,18 @@ "RequestBody": "{\r\n \"name\": \"prototype\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ID\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "57ecbc38-dd71-4a92-ac47-9cf628aed50f" + "77cd6683-fb80-46a1-b402-7f7b1f384bbb" ], "Accept-Language": [ "en-US" ], "api-key": [ - "C86FB13EA09F0F3E33BDDBE85543F3C8" + "968FD7D19F3FC607DD4DF4B8939B14B6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036E384B2EF2\"" + "W/\"0x8D83B6BC22FB9F6\"" ], "Location": [ - "https://azs-7383.search-dogfood.windows-int.net/indexes('prototype')?api-version=2019-05-06" + "https://azs-7564.search-dogfood.windows-int.net/indexes('prototype')?api-version=2019-05-06" ], "request-id": [ - "57ecbc38-dd71-4a92-ac47-9cf628aed50f" + "77cd6683-fb80-46a1-b402-7f7b1f384bbb" ], "elapsed-time": [ - "1234" + "743" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:18:39 GMT" + "Sat, 08 Aug 2020 07:22:07 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,7 +480,7 @@ "547" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7383.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036E384B2EF2\\\"\",\r\n \"name\": \"prototype\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ID\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7564.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6BC22FB9F6\\\"\",\r\n \"name\": \"prototype\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ID\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { @@ -490,7 +490,7 @@ "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ID\": \"1\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "09937748-75c6-4d91-9840-5060f51db0f0" + "3d4c0359-b06c-4cd9-96ed-783bd061bf6d" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "C86FB13EA09F0F3E33BDDBE85543F3C8" + "968FD7D19F3FC607DD4DF4B8939B14B6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "09937748-75c6-4d91-9840-5060f51db0f0" + "3d4c0359-b06c-4cd9-96ed-783bd061bf6d" ], "elapsed-time": [ - "142" + "208" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:18:40 GMT" + "Sat, 08 Aug 2020 07:22:09 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -559,7 +559,7 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "cb80d877-829a-43a6-b213-bfade985436c" + "f6b0dc66-fd12-4135-9c77-8fb4545770be" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "C86FB13EA09F0F3E33BDDBE85543F3C8" + "968FD7D19F3FC607DD4DF4B8939B14B6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -585,10 +585,10 @@ "no-cache" ], "request-id": [ - "cb80d877-829a-43a6-b213-bfade985436c" + "f6b0dc66-fd12-4135-9c77-8fb4545770be" ], "elapsed-time": [ - "7" + "11" ], "OData-Version": [ "4.0" @@ -600,7 +600,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:18:42 GMT" + "Sat, 08 Aug 2020 07:22:11 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -616,21 +616,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7381/providers/Microsoft.Search/searchServices/azs-7383?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzgzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8419/providers/Microsoft.Search/searchServices/azs-7564?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTY0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8efe8e3e-fed3-46df-9cf6-a52835cf2884" + "6708eff0-552a-4f53-819c-ce494da354ff" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -641,51 +641,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14989" + ], "x-ms-request-id": [ - "8efe8e3e-fed3-46df-9cf6-a52835cf2884" + "3e029412-942f-4d86-a61e-12dc0ed161f0" ], - "request-id": [ - "8efe8e3e-fed3-46df-9cf6-a52835cf2884" + "x-ms-correlation-request-id": [ + "3e029412-942f-4d86-a61e-12dc0ed161f0" ], - "elapsed-time": [ - "1402" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T072220Z:3e029412-942f-4d86-a61e-12dc0ed161f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14987" - ], - "x-ms-correlation-request-id": [ - "2c28d20d-9fa7-4aa9-8266-dc5b5007f859" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011847Z:2c28d20d-9fa7-4aa9-8266-dc5b5007f859" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:18:46 GMT" + "Sat, 08 Aug 2020 07:22:19 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7381", - "azsmnet2680" + "azsmnet8419", + "azsmnet1008" ], "GenerateServiceName": [ - "azs-7383" + "azs-7564" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CountingDocsOfNewIndexGivesZero.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CountingDocsOfNewIndexGivesZero.json index 3c771f85409a..6e4a81204a13 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CountingDocsOfNewIndexGivesZero.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/CountingDocsOfNewIndexGivesZero.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13a706d2-4414-499e-ad69-73cc4036c640" + "09fd749b-5798-4aab-bea6-022a296c9fdb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1189" ], "x-ms-request-id": [ - "b921b655-e14a-4a70-a78c-9d057b63651e" + "d43c0aec-6a40-4760-9775-4d7de9d7f1a1" ], "x-ms-correlation-request-id": [ - "b921b655-e14a-4a70-a78c-9d057b63651e" + "d43c0aec-6a40-4760-9775-4d7de9d7f1a1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012645Z:b921b655-e14a-4a70-a78c-9d057b63651e" + "NORTHEUROPE:20200808T073346Z:d43c0aec-6a40-4760-9775-4d7de9d7f1a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:26:45 GMT" + "Sat, 08 Aug 2020 07:33:45 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8472?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NDcyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2562?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNTYyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1480dfc7-1239-4608-929e-b72cb7631333" + "80d3576c-e35e-482f-a97f-5fe57cbda5c1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1192" ], "x-ms-request-id": [ - "a78b6e3f-6dd4-40a8-8811-167e26838702" + "c343aaba-7f03-438d-9f16-1ae933744f6b" ], "x-ms-correlation-request-id": [ - "a78b6e3f-6dd4-40a8-8811-167e26838702" + "c343aaba-7f03-438d-9f16-1ae933744f6b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012646Z:a78b6e3f-6dd4-40a8-8811-167e26838702" + "NORTHEUROPE:20200808T073347Z:c343aaba-7f03-438d-9f16-1ae933744f6b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:26:46 GMT" + "Sat, 08 Aug 2020 07:33:47 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8472\",\r\n \"name\": \"azsmnet8472\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2562\",\r\n \"name\": \"azsmnet2562\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8472/providers/Microsoft.Search/searchServices/azs-3313?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzEzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2562/providers/Microsoft.Search/searchServices/azs-7158?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTU4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fdfe9204-c312-4738-9845-68a9a58c167b" + "045e0ffa-f596-482b-a826-f57ad330ac43" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A26%3A50.3948344Z'\"" + "W/\"datetime'2020-08-08T07%3A33%3A53.1080964Z'\"" ], "x-ms-request-id": [ - "fdfe9204-c312-4738-9845-68a9a58c167b" + "045e0ffa-f596-482b-a826-f57ad330ac43" ], "request-id": [ - "fdfe9204-c312-4738-9845-68a9a58c167b" + "045e0ffa-f596-482b-a826-f57ad330ac43" ], "elapsed-time": [ - "1371" + "1356" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1194" ], "x-ms-correlation-request-id": [ - "6c986f37-aec5-4fc7-8643-f8fc25e08af0" + "94920920-1289-417a-a5df-08b9cc36bf62" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012651Z:6c986f37-aec5-4fc7-8643-f8fc25e08af0" + "NORTHEUROPE:20200808T073354Z:94920920-1289-417a-a5df-08b9cc36bf62" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:26:50 GMT" + "Sat, 08 Aug 2020 07:33:53 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8472/providers/Microsoft.Search/searchServices/azs-3313\",\r\n \"name\": \"azs-3313\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2562/providers/Microsoft.Search/searchServices/azs-7158\",\r\n \"name\": \"azs-7158\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8472/providers/Microsoft.Search/searchServices/azs-3313/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzEzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2562/providers/Microsoft.Search/searchServices/azs-7158/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTU4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "480bfa21-9307-4498-8d79-c730db2899ee" + "f0506ef6-64d8-4f61-83f9-7fab0617ad2a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "480bfa21-9307-4498-8d79-c730db2899ee" + "f0506ef6-64d8-4f61-83f9-7fab0617ad2a" ], "request-id": [ - "480bfa21-9307-4498-8d79-c730db2899ee" + "f0506ef6-64d8-4f61-83f9-7fab0617ad2a" ], "elapsed-time": [ - "151" + "90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1192" ], "x-ms-correlation-request-id": [ - "e0a8bcce-cb67-4525-b3a3-7b5c5087c5cf" + "390c1143-84b8-4256-8ff5-80b2e7011754" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012653Z:e0a8bcce-cb67-4525-b3a3-7b5c5087c5cf" + "NORTHEUROPE:20200808T073356Z:390c1143-84b8-4256-8ff5-80b2e7011754" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:26:53 GMT" + "Sat, 08 Aug 2020 07:33:55 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"FDC6FED52B3D30F6BAC19E6FF4CE88F8\",\r\n \"secondaryKey\": \"8376210EE6B8C87CA6B0AD88C782BC0D\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"644BF1038509ED0E95FA35530061AE6B\",\r\n \"secondaryKey\": \"C75DEA71890C3A4196EDF12267185966\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8472/providers/Microsoft.Search/searchServices/azs-3313/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzEzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2562/providers/Microsoft.Search/searchServices/azs-7158/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTU4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85f6f69f-aadd-4610-837c-89e9445801a3" + "a365db23-10a0-4462-94b6-c0296e6f2a3e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "85f6f69f-aadd-4610-837c-89e9445801a3" + "a365db23-10a0-4462-94b6-c0296e6f2a3e" ], "request-id": [ - "85f6f69f-aadd-4610-837c-89e9445801a3" + "a365db23-10a0-4462-94b6-c0296e6f2a3e" ], "elapsed-time": [ - "90" + "113" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1191" ], "x-ms-correlation-request-id": [ - "59126e2e-617d-4840-81d7-a38962d76eeb" + "b2769817-7ee0-48f2-a6bc-4a8b6a84f71c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012654Z:59126e2e-617d-4840-81d7-a38962d76eeb" + "NORTHEUROPE:20200808T073357Z:b2769817-7ee0-48f2-a6bc-4a8b6a84f71c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:26:53 GMT" + "Sat, 08 Aug 2020 07:33:56 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"003DF600D34C3C6200E0F6C399347546\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"17190791E1450E7454597452F3B7B9C5\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7613\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5116\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "7da5a740-4d77-4d13-8562-c598df44a692" + "b8416f2a-c16f-480b-988a-4841165d1ca0" ], "Accept-Language": [ "en-US" ], "api-key": [ - "FDC6FED52B3D30F6BAC19E6FF4CE88F8" + "644BF1038509ED0E95FA35530061AE6B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036F60BE3CAC\"" + "W/\"0x8D83B6D6B40A8E9\"" ], "Location": [ - "https://azs-3313.search-dogfood.windows-int.net/indexes('azsmnet7613')?api-version=2019-05-06" + "https://azs-7158.search-dogfood.windows-int.net/indexes('azsmnet5116')?api-version=2019-05-06" ], "request-id": [ - "7da5a740-4d77-4d13-8562-c598df44a692" + "b8416f2a-c16f-480b-988a-4841165d1ca0" ], "elapsed-time": [ - "1295" + "2406" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:26:57 GMT" + "Sat, 08 Aug 2020 07:34:00 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3313.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036F60BE3CAC\\\"\",\r\n \"name\": \"azsmnet7613\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7158.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6D6B40A8E9\\\"\",\r\n \"name\": \"azsmnet5116\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet7613')/docs/$count?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NjEzJykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5116')/docs/$count?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MTE2JykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "67c69369-4316-46f4-9c1e-f5f3467dbc54" + "cc281946-175a-46a3-aa3e-3ca3dbde10e8" ], "Accept-Language": [ "en-US" ], "api-key": [ - "FDC6FED52B3D30F6BAC19E6FF4CE88F8" + "644BF1038509ED0E95FA35530061AE6B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -441,10 +441,10 @@ "no-cache" ], "request-id": [ - "67c69369-4316-46f4-9c1e-f5f3467dbc54" + "cc281946-175a-46a3-aa3e-3ca3dbde10e8" ], "elapsed-time": [ - "142" + "131" ], "OData-Version": [ "4.0" @@ -456,7 +456,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:27:19 GMT" + "Sat, 08 Aug 2020 07:34:22 GMT" ], "Content-Type": [ "text/plain" @@ -472,21 +472,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8472/providers/Microsoft.Search/searchServices/azs-3313?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzEzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2562/providers/Microsoft.Search/searchServices/azs-7158?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTU4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4d99a70-8601-42e0-b894-01c9668e6599" + "0ac0e21a-5d5a-4d1c-9c65-0b56ff69a75c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -497,51 +497,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "a4d99a70-8601-42e0-b894-01c9668e6599" + "c3dbec11-e544-4509-a5e8-5f324e8577f7" ], - "request-id": [ - "a4d99a70-8601-42e0-b894-01c9668e6599" + "x-ms-correlation-request-id": [ + "c3dbec11-e544-4509-a5e8-5f324e8577f7" ], - "elapsed-time": [ - "1325" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T073432Z:c3dbec11-e544-4509-a5e8-5f324e8577f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" - ], - "x-ms-correlation-request-id": [ - "a49fa8ce-38e9-4f6d-82ed-fb04400e1f83" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012723Z:a49fa8ce-38e9-4f6d-82ed-fb04400e1f83" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:27:23 GMT" + "Sat, 08 Aug 2020 07:34:32 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8472", - "azsmnet7613" + "azsmnet2562", + "azsmnet5116" ], "GenerateServiceName": [ - "azs-3313" + "azs-7158" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/DynamicDocumentDateTimesRoundTripAsUtc.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/DynamicDocumentDateTimesRoundTripAsUtc.json index 4cd3a7434257..256b28477b6b 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/DynamicDocumentDateTimesRoundTripAsUtc.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/DynamicDocumentDateTimesRoundTripAsUtc.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6f27b49d-e376-40e6-a0f0-e26c01385bc5" + "c29ac910-8421-452e-b3be-c4a4856e5e88" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1193" ], "x-ms-request-id": [ - "5d930e11-9bff-4d69-8d8e-afeceae5d74e" + "ccd4e588-284b-4a5a-b968-a477c3484e47" ], "x-ms-correlation-request-id": [ - "5d930e11-9bff-4d69-8d8e-afeceae5d74e" + "ccd4e588-284b-4a5a-b968-a477c3484e47" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011236Z:5d930e11-9bff-4d69-8d8e-afeceae5d74e" + "NORTHEUROPE:20200808T071314Z:ccd4e588-284b-4a5a-b968-a477c3484e47" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:12:36 GMT" + "Sat, 08 Aug 2020 07:13:14 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3114?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMTE0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9444?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NDQ0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3e7a8913-a62d-4bb8-844b-631f562cf013" + "39564643-0c13-4933-8586-63ed4beee568" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1195" ], "x-ms-request-id": [ - "8f8760dd-e08e-4995-bf1d-21664c8a1aba" + "682eb6ff-1d53-4a84-a786-ac87112ee4dc" ], "x-ms-correlation-request-id": [ - "8f8760dd-e08e-4995-bf1d-21664c8a1aba" + "682eb6ff-1d53-4a84-a786-ac87112ee4dc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011237Z:8f8760dd-e08e-4995-bf1d-21664c8a1aba" + "NORTHEUROPE:20200808T071316Z:682eb6ff-1d53-4a84-a786-ac87112ee4dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:12:36 GMT" + "Sat, 08 Aug 2020 07:13:15 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3114\",\r\n \"name\": \"azsmnet3114\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9444\",\r\n \"name\": \"azsmnet9444\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3114/providers/Microsoft.Search/searchServices/azs-3295?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMjk1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9444/providers/Microsoft.Search/searchServices/azs-1973?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NDQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTczP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "95b41edd-5a07-4aab-b6a4-a6456bbbc7c3" + "a1c7fefc-9cd4-4d96-87bd-fcd4bcd25a33" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A12%3A41.9884857Z'\"" + "W/\"datetime'2020-08-08T07%3A13%3A21.7318116Z'\"" ], "x-ms-request-id": [ - "95b41edd-5a07-4aab-b6a4-a6456bbbc7c3" + "a1c7fefc-9cd4-4d96-87bd-fcd4bcd25a33" ], "request-id": [ - "95b41edd-5a07-4aab-b6a4-a6456bbbc7c3" + "a1c7fefc-9cd4-4d96-87bd-fcd4bcd25a33" ], "elapsed-time": [ - "1631" + "1879" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1196" ], "x-ms-correlation-request-id": [ - "760da207-848d-462d-8386-fa038a7a8ea6" + "31de66fe-9ea4-41ff-8617-6b078da83e6a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011242Z:760da207-848d-462d-8386-fa038a7a8ea6" + "NORTHEUROPE:20200808T071323Z:31de66fe-9ea4-41ff-8617-6b078da83e6a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:12:42 GMT" + "Sat, 08 Aug 2020 07:13:22 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3114/providers/Microsoft.Search/searchServices/azs-3295\",\r\n \"name\": \"azs-3295\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9444/providers/Microsoft.Search/searchServices/azs-1973\",\r\n \"name\": \"azs-1973\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3114/providers/Microsoft.Search/searchServices/azs-3295/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMjk1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9444/providers/Microsoft.Search/searchServices/azs-1973/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NDQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTczL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ebe4aa8-74c9-40b5-925a-a93130306ce3" + "8cb82136-ce93-4bc8-96d2-16123856b232" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5ebe4aa8-74c9-40b5-925a-a93130306ce3" + "8cb82136-ce93-4bc8-96d2-16123856b232" ], "request-id": [ - "5ebe4aa8-74c9-40b5-925a-a93130306ce3" + "8cb82136-ce93-4bc8-96d2-16123856b232" ], "elapsed-time": [ - "457" + "137" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1194" ], "x-ms-correlation-request-id": [ - "46401002-ae8b-4a8e-9449-3b48f5212c65" + "7c26e0d5-f688-4fa7-b98d-532715a3badf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011245Z:46401002-ae8b-4a8e-9449-3b48f5212c65" + "NORTHEUROPE:20200808T071325Z:7c26e0d5-f688-4fa7-b98d-532715a3badf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:12:44 GMT" + "Sat, 08 Aug 2020 07:13:25 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"9ED255CA7C89187740D61E04ECF3C576\",\r\n \"secondaryKey\": \"D926AAD073F5B004AD974E63AF3CB293\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"3F238BED2E551355436A57075DA1832C\",\r\n \"secondaryKey\": \"11C1154064DFC51D3A076D2C0D7DF7C9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3114/providers/Microsoft.Search/searchServices/azs-3295/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMjk1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9444/providers/Microsoft.Search/searchServices/azs-1973/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NDQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTczL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3145830e-b0f5-4023-ac2b-af0f82b15342" + "d2a222eb-1aff-4054-be5e-18946c734ab0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "3145830e-b0f5-4023-ac2b-af0f82b15342" + "d2a222eb-1aff-4054-be5e-18946c734ab0" ], "request-id": [ - "3145830e-b0f5-4023-ac2b-af0f82b15342" + "d2a222eb-1aff-4054-be5e-18946c734ab0" ], "elapsed-time": [ - "359" + "265" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1193" ], "x-ms-correlation-request-id": [ - "d6ed18ac-26dd-40f2-baa0-db729625c2a4" + "bbf605a4-72ad-4a53-948e-dee7619981c7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011246Z:d6ed18ac-26dd-40f2-baa0-db729625c2a4" + "NORTHEUROPE:20200808T071326Z:bbf605a4-72ad-4a53-948e-dee7619981c7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:12:45 GMT" + "Sat, 08 Aug 2020 07:13:26 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"E1262EB37C36EEF1F1AA277073B6D28D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"CCFEC85EB35947A34364C3884DF4C75F\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5326\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4357\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "5d52b896-bc9f-49b2-8a41-cadd648b1c05" + "83d7c958-8ab4-42e7-be56-e0fcd91ebf12" ], "Accept-Language": [ "en-US" ], "api-key": [ - "9ED255CA7C89187740D61E04ECF3C576" + "3F238BED2E551355436A57075DA1832C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036D67069ED9\"" + "W/\"0x8D83B6A8D774931\"" ], "Location": [ - "https://azs-3295.search-dogfood.windows-int.net/indexes('azsmnet5326')?api-version=2019-05-06" + "https://azs-1973.search-dogfood.windows-int.net/indexes('azsmnet4357')?api-version=2019-05-06" ], "request-id": [ - "5d52b896-bc9f-49b2-8a41-cadd648b1c05" + "83d7c958-8ab4-42e7-be56-e0fcd91ebf12" ], "elapsed-time": [ - "1141" + "1695" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:12:48 GMT" + "Sat, 08 Aug 2020 07:13:29 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3295.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036D67069ED9\\\"\",\r\n \"name\": \"azsmnet5326\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1973.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6A8D774931\\\"\",\r\n \"name\": \"azsmnet4357\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6392\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1388\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "35832957-dd6d-4d2f-bfee-62d14efa7192" + "c5caf6c6-2823-441c-b1ae-36dfc0d13f38" ], "Accept-Language": [ "en-US" ], "api-key": [ - "9ED255CA7C89187740D61E04ECF3C576" + "3F238BED2E551355436A57075DA1832C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036D748226C7\"" + "W/\"0x8D83B6A9B0C644E\"" ], "Location": [ - "https://azs-3295.search-dogfood.windows-int.net/indexes('azsmnet6392')?api-version=2019-05-06" + "https://azs-1973.search-dogfood.windows-int.net/indexes('azsmnet1388')?api-version=2019-05-06" ], "request-id": [ - "35832957-dd6d-4d2f-bfee-62d14efa7192" + "c5caf6c6-2823-441c-b1ae-36dfc0d13f38" ], "elapsed-time": [ - "1274" + "800" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:13:11 GMT" + "Sat, 08 Aug 2020 07:13:52 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "1569" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3295.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036D748226C7\\\"\",\r\n \"name\": \"azsmnet6392\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1973.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6A9B0C644E\\\"\",\r\n \"name\": \"azsmnet1388\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet6392')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MzkyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1388')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMzg4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"1\",\r\n \"PublishDate\": \"2000-01-01T00:00:00+00:00\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"2\",\r\n \"PublishDate\": \"2000-01-01T00:00:00+00:00\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"1\",\r\n \"PublishDate\": \"1999-12-31T16:00:00-08:00\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"2\",\r\n \"PublishDate\": \"1999-12-31T16:00:00-08:00\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "a5ae1bd7-b0c5-43c1-8639-75b390abea02" + "2808cc37-f8d0-4dc4-8df4-5c7cda67c6e9" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "9ED255CA7C89187740D61E04ECF3C576" + "3F238BED2E551355436A57075DA1832C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "a5ae1bd7-b0c5-43c1-8639-75b390abea02" + "2808cc37-f8d0-4dc4-8df4-5c7cda67c6e9" ], "elapsed-time": [ - "195" + "141" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:13:12 GMT" + "Sat, 08 Aug 2020 07:13:53 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,13 +553,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet6392')/docs('1')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MzkyJykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet1388')/docs('1')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMzg4JykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "1d58b680-71e8-466f-aeab-a607a1ecadab" + "a10f9e18-6756-4da9-a250-04fa27d69533" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "9ED255CA7C89187740D61E04ECF3C576" + "3F238BED2E551355436A57075DA1832C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -585,10 +585,10 @@ "no-cache" ], "request-id": [ - "1d58b680-71e8-466f-aeab-a607a1ecadab" + "a10f9e18-6756-4da9-a250-04fa27d69533" ], "elapsed-time": [ - "48" + "12" ], "OData-Version": [ "4.0" @@ -600,7 +600,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:13:14 GMT" + "Sat, 08 Aug 2020 07:13:56 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -616,13 +616,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet6392')/docs('2')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MzkyJykvZG9jcygnMicpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet1388')/docs('2')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMzg4JykvZG9jcygnMicpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "b8f71a75-38f3-41be-91e6-5251734a4dcd" + "3de4f35d-d242-4882-b03d-9e7e140b6902" ], "Accept-Language": [ "en-US" @@ -631,12 +631,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "9ED255CA7C89187740D61E04ECF3C576" + "3F238BED2E551355436A57075DA1832C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -648,10 +648,10 @@ "no-cache" ], "request-id": [ - "b8f71a75-38f3-41be-91e6-5251734a4dcd" + "3de4f35d-d242-4882-b03d-9e7e140b6902" ], "elapsed-time": [ - "8" + "7" ], "OData-Version": [ "4.0" @@ -663,7 +663,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:13:14 GMT" + "Sat, 08 Aug 2020 07:13:56 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -679,21 +679,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3114/providers/Microsoft.Search/searchServices/azs-3295?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMjk1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9444/providers/Microsoft.Search/searchServices/azs-1973?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NDQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTczP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "91495663-2c6e-4ed0-873d-6a43f0851cd8" + "6b0cab34-5e87-407a-a704-d220f5412ee9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -704,52 +704,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14990" + ], "x-ms-request-id": [ - "91495663-2c6e-4ed0-873d-6a43f0851cd8" + "1789648c-8902-4ae0-b62d-88221821ad23" ], - "request-id": [ - "91495663-2c6e-4ed0-873d-6a43f0851cd8" + "x-ms-correlation-request-id": [ + "1789648c-8902-4ae0-b62d-88221821ad23" ], - "elapsed-time": [ - "1069" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T071404Z:1789648c-8902-4ae0-b62d-88221821ad23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14988" - ], - "x-ms-correlation-request-id": [ - "fdfeea1b-9cbf-4004-abc2-cf734fe90e57" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011319Z:fdfeea1b-9cbf-4004-abc2-cf734fe90e57" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:13:19 GMT" + "Sat, 08 Aug 2020 07:14:04 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet3114", - "azsmnet5326", - "azsmnet6392" + "azsmnet9444", + "azsmnet4357", + "azsmnet1388" ], "GenerateServiceName": [ - "azs-3295" + "azs-1973" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/IndexDoesNotThrowWhenAllActionsSucceed.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/IndexDoesNotThrowWhenAllActionsSucceed.json index 394265953930..c15c19c13868 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/IndexDoesNotThrowWhenAllActionsSucceed.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/IndexDoesNotThrowWhenAllActionsSucceed.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee95d9b9-3dba-47fb-8dd9-42c051561c89" + "79ba00e0-2520-4bf5-b916-16b8ce9272c4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1197" ], "x-ms-request-id": [ - "866fdd81-aac7-48ec-a4f0-75644d76b95e" + "dd0d1ac5-c2c6-4781-9ada-e432dab96c0f" ], "x-ms-correlation-request-id": [ - "866fdd81-aac7-48ec-a4f0-75644d76b95e" + "dd0d1ac5-c2c6-4781-9ada-e432dab96c0f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011324Z:866fdd81-aac7-48ec-a4f0-75644d76b95e" + "NORTHEUROPE:20200808T071411Z:dd0d1ac5-c2c6-4781-9ada-e432dab96c0f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:13:24 GMT" + "Sat, 08 Aug 2020 07:14:10 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5857?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1ODU3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet128?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMjg/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1e32b561-5601-479e-8834-1fc99016b897" + "45810062-7803-49da-8328-214628b746cb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1197" ], "x-ms-request-id": [ - "b8eb24be-3c98-4e57-82d2-42e50073e39a" + "bc0d6b22-4fe7-4ff9-bb93-332caf305417" ], "x-ms-correlation-request-id": [ - "b8eb24be-3c98-4e57-82d2-42e50073e39a" + "bc0d6b22-4fe7-4ff9-bb93-332caf305417" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011325Z:b8eb24be-3c98-4e57-82d2-42e50073e39a" + "NORTHEUROPE:20200808T071412Z:bc0d6b22-4fe7-4ff9-bb93-332caf305417" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:13:24 GMT" + "Sat, 08 Aug 2020 07:14:12 GMT" ], "Content-Length": [ - "175" + "173" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5857\",\r\n \"name\": \"azsmnet5857\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet128\",\r\n \"name\": \"azsmnet128\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5857/providers/Microsoft.Search/searchServices/azs-5994?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet128/providers/Microsoft.Search/searchServices/azs-8166?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTgxNjY/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "91e90884-f2d0-4671-94c6-c015a7d842e8" + "60fd4227-1ced-4981-8fb1-b3a564063b05" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A13%3A29.5065161Z'\"" + "W/\"datetime'2020-08-08T07%3A14%3A18.0420546Z'\"" ], "x-ms-request-id": [ - "91e90884-f2d0-4671-94c6-c015a7d842e8" + "60fd4227-1ced-4981-8fb1-b3a564063b05" ], "request-id": [ - "91e90884-f2d0-4671-94c6-c015a7d842e8" + "60fd4227-1ced-4981-8fb1-b3a564063b05" ], "elapsed-time": [ - "1254" + "1422" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1189" ], "x-ms-correlation-request-id": [ - "d03cce08-dd06-4ce7-b88f-b0f6a4253e78" + "40a0c097-552c-4699-b4e6-ae3236e126ac" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011330Z:d03cce08-dd06-4ce7-b88f-b0f6a4253e78" + "NORTHEUROPE:20200808T071419Z:40a0c097-552c-4699-b4e6-ae3236e126ac" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:13:30 GMT" + "Sat, 08 Aug 2020 07:14:19 GMT" ], "Content-Length": [ - "529" + "528" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5857/providers/Microsoft.Search/searchServices/azs-5994\",\r\n \"name\": \"azs-5994\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet128/providers/Microsoft.Search/searchServices/azs-8166\",\r\n \"name\": \"azs-8166\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5857/providers/Microsoft.Search/searchServices/azs-5994/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTk0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet128/providers/Microsoft.Search/searchServices/azs-8166/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTgxNjYvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "940ea968-07a7-4fbc-95bb-c5d918834dbe" + "8d5eee95-d8ad-4fdd-8b17-d5c693eabdc6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "940ea968-07a7-4fbc-95bb-c5d918834dbe" + "8d5eee95-d8ad-4fdd-8b17-d5c693eabdc6" ], "request-id": [ - "940ea968-07a7-4fbc-95bb-c5d918834dbe" + "8d5eee95-d8ad-4fdd-8b17-d5c693eabdc6" ], "elapsed-time": [ - "94" + "114" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1184" ], "x-ms-correlation-request-id": [ - "6bdc909d-bd7b-46eb-ada6-aa3cd0dab7d0" + "b7f892e2-4b35-4913-b4d3-a7101f54baef" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011332Z:6bdc909d-bd7b-46eb-ada6-aa3cd0dab7d0" + "NORTHEUROPE:20200808T071422Z:b7f892e2-4b35-4913-b4d3-a7101f54baef" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:13:32 GMT" + "Sat, 08 Aug 2020 07:14:21 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"A79615EF9CF776BDB40098334B8F142F\",\r\n \"secondaryKey\": \"47F9C32F80C78C4BDCB7F683A3EA41C5\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"171D49C068603028400649CF84272DF2\",\r\n \"secondaryKey\": \"9FA02453572D023A398F56394715D061\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5857/providers/Microsoft.Search/searchServices/azs-5994/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTk0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet128/providers/Microsoft.Search/searchServices/azs-8166/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTgxNjYvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34224736-a5f0-4ff7-a83e-f135659b7f07" + "2e3b682e-3fa0-4251-9e25-dfb530902b5a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "34224736-a5f0-4ff7-a83e-f135659b7f07" + "2e3b682e-3fa0-4251-9e25-dfb530902b5a" ], "request-id": [ - "34224736-a5f0-4ff7-a83e-f135659b7f07" + "2e3b682e-3fa0-4251-9e25-dfb530902b5a" ], "elapsed-time": [ - "97" + "90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1183" ], "x-ms-correlation-request-id": [ - "156bf141-6eac-4cfa-b20d-3ab726f0d371" + "3b67fcb8-a075-411f-9fe3-f3944e8873f7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011333Z:156bf141-6eac-4cfa-b20d-3ab726f0d371" + "NORTHEUROPE:20200808T071422Z:3b67fcb8-a075-411f-9fe3-f3944e8873f7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:13:32 GMT" + "Sat, 08 Aug 2020 07:14:22 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"212AB539C5E27FF1B9DCD3E7E422330A\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"83A49456072C1BFC8552207156C3A8DB\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9524\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet586\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "381da814-ce86-4957-8002-ecb65d4868b5" + "a2dc2585-8e11-42bb-96c4-ba54d6b76268" ], "Accept-Language": [ "en-US" ], "api-key": [ - "A79615EF9CF776BDB40098334B8F142F" + "171D49C068603028400649CF84272DF2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6975" + "6974" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036D8315EDBC\"" + "W/\"0x8D83B6AAE893E28\"" ], "Location": [ - "https://azs-5994.search-dogfood.windows-int.net/indexes('azsmnet9524')?api-version=2019-05-06" + "https://azs-8166.search-dogfood.windows-int.net/indexes('azsmnet586')?api-version=2019-05-06" ], "request-id": [ - "381da814-ce86-4957-8002-ecb65d4868b5" + "a2dc2585-8e11-42bb-96c4-ba54d6b76268" ], "elapsed-time": [ - "1205" + "1293" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:13:35 GMT" + "Sat, 08 Aug 2020 07:14:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6147" + "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5994.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036D8315EDBC\\\"\",\r\n \"name\": \"azsmnet9524\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8166.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6AAE893E28\\\"\",\r\n \"name\": \"azsmnet586\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet9524')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5NTI0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet586')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1ODYnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "08e97e20-eda3-475b-b43a-999eb3d3fd8b" + "8c644652-8d70-42f5-87d7-97f6c1b66f65" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "A79615EF9CF776BDB40098334B8F142F" + "171D49C068603028400649CF84272DF2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "08e97e20-eda3-475b-b43a-999eb3d3fd8b" + "8c644652-8d70-42f5-87d7-97f6c1b66f65" ], "elapsed-time": [ - "179" + "204" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:13:57 GMT" + "Sat, 08 Aug 2020 07:14:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,21 +481,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5857/providers/Microsoft.Search/searchServices/azs-5994?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODU3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet128/providers/Microsoft.Search/searchServices/azs-8166?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTgxNjY/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3080c5e5-fb60-4b9b-93eb-c063350ef427" + "1c430ec4-6b4e-4cf5-b443-effb01f5a970" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -506,51 +506,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14983" + ], "x-ms-request-id": [ - "3080c5e5-fb60-4b9b-93eb-c063350ef427" + "d4e75cd0-ee88-48b1-9107-502cf47ca2e1" ], - "request-id": [ - "3080c5e5-fb60-4b9b-93eb-c063350ef427" + "x-ms-correlation-request-id": [ + "d4e75cd0-ee88-48b1-9107-502cf47ca2e1" ], - "elapsed-time": [ - "1467" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T071457Z:d4e75cd0-ee88-48b1-9107-502cf47ca2e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "e1ad5b2e-9476-449e-b058-a29857ca9efc" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011401Z:e1ad5b2e-9476-449e-b058-a29857ca9efc" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:14:01 GMT" + "Sat, 08 Aug 2020 07:14:56 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5857", - "azsmnet9524" + "azsmnet128", + "azsmnet586" ], "GenerateServiceName": [ - "azs-5994" + "azs-8166" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/IndexDoesNotThrowWhenDeletingDocumentWithExtraFields.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/IndexDoesNotThrowWhenDeletingDocumentWithExtraFields.json index 69ef3e3ba529..983d1f23dcb4 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/IndexDoesNotThrowWhenDeletingDocumentWithExtraFields.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/IndexDoesNotThrowWhenDeletingDocumentWithExtraFields.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c980d06e-6caa-4fff-b7fa-5a696e8d47b0" + "dd1100f6-13b6-4682-ad73-988455bd6ee7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1190" ], "x-ms-request-id": [ - "f632484d-6a3d-43f6-8087-4f69b0066f65" + "3c7adbfc-a626-4b00-b0d7-65d4e0d38380" ], "x-ms-correlation-request-id": [ - "f632484d-6a3d-43f6-8087-4f69b0066f65" + "3c7adbfc-a626-4b00-b0d7-65d4e0d38380" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011146Z:f632484d-6a3d-43f6-8087-4f69b0066f65" + "NORTHEUROPE:20200808T071157Z:3c7adbfc-a626-4b00-b0d7-65d4e0d38380" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:11:46 GMT" + "Sat, 08 Aug 2020 07:11:57 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8440?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NDQwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3851?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzODUxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "65648f2a-5ad5-4680-b51f-baa62d06036f" + "6a45ed99-a78c-49d9-b868-c1ecacfd88e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1193" ], "x-ms-request-id": [ - "12ea25ed-90a7-4391-8b10-06abbaa58011" + "9e9387b8-196c-4ad2-959b-b1eadc4284e1" ], "x-ms-correlation-request-id": [ - "12ea25ed-90a7-4391-8b10-06abbaa58011" + "9e9387b8-196c-4ad2-959b-b1eadc4284e1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011147Z:12ea25ed-90a7-4391-8b10-06abbaa58011" + "NORTHEUROPE:20200808T071158Z:9e9387b8-196c-4ad2-959b-b1eadc4284e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:11:46 GMT" + "Sat, 08 Aug 2020 07:11:57 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8440\",\r\n \"name\": \"azsmnet8440\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3851\",\r\n \"name\": \"azsmnet3851\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8440/providers/Microsoft.Search/searchServices/azs-7267?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjY3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3851/providers/Microsoft.Search/searchServices/azs-7311?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzExP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "933cbdf6-b316-452d-ba46-080e5f46d2c2" + "57050289-a8a9-432f-ae54-6eb77f2966ec" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A11%3A51.3262014Z'\"" + "W/\"datetime'2020-08-08T07%3A12%3A02.7857658Z'\"" ], "x-ms-request-id": [ - "933cbdf6-b316-452d-ba46-080e5f46d2c2" + "57050289-a8a9-432f-ae54-6eb77f2966ec" ], "request-id": [ - "933cbdf6-b316-452d-ba46-080e5f46d2c2" + "57050289-a8a9-432f-ae54-6eb77f2966ec" ], "elapsed-time": [ - "1281" + "1562" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1191" ], "x-ms-correlation-request-id": [ - "2f013d6f-b00b-4659-a93a-91fdca71bb23" + "7647c9df-3676-4287-80f2-31ceaaf92e0c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011155Z:2f013d6f-b00b-4659-a93a-91fdca71bb23" + "NORTHEUROPE:20200808T071204Z:7647c9df-3676-4287-80f2-31ceaaf92e0c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:11:55 GMT" + "Sat, 08 Aug 2020 07:12:04 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8440/providers/Microsoft.Search/searchServices/azs-7267\",\r\n \"name\": \"azs-7267\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3851/providers/Microsoft.Search/searchServices/azs-7311\",\r\n \"name\": \"azs-7311\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8440/providers/Microsoft.Search/searchServices/azs-7267/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjY3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3851/providers/Microsoft.Search/searchServices/azs-7311/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzExL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "870caaac-83d5-487b-a0b5-a3a8eec18c00" + "474de459-5b22-41d3-99ff-cc8fc65b74da" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "870caaac-83d5-487b-a0b5-a3a8eec18c00" + "474de459-5b22-41d3-99ff-cc8fc65b74da" ], "request-id": [ - "870caaac-83d5-487b-a0b5-a3a8eec18c00" + "474de459-5b22-41d3-99ff-cc8fc65b74da" ], "elapsed-time": [ - "194" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1187" ], "x-ms-correlation-request-id": [ - "605474a6-fe91-4713-86d4-dedf135c19b7" + "ec374dea-eca0-428e-90a1-f57dbf4bc549" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011157Z:605474a6-fe91-4713-86d4-dedf135c19b7" + "NORTHEUROPE:20200808T071206Z:ec374dea-eca0-428e-90a1-f57dbf4bc549" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:11:57 GMT" + "Sat, 08 Aug 2020 07:12:06 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"10B1D7FAA41DE665EB12D2EAF1EBFC62\",\r\n \"secondaryKey\": \"4C62841524A501A8CD34D4CF155FCD9B\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"0C0801AFAD57B1AD5F4B88EF69D75BEC\",\r\n \"secondaryKey\": \"33C410081920C5A8B2719C3D383A2D90\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8440/providers/Microsoft.Search/searchServices/azs-7267/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjY3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3851/providers/Microsoft.Search/searchServices/azs-7311/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzExL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dc531054-c08b-44f6-b874-8d73f389502f" + "ab9ca2d7-a7d8-458f-8af9-b9674722090f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "dc531054-c08b-44f6-b874-8d73f389502f" + "ab9ca2d7-a7d8-458f-8af9-b9674722090f" ], "request-id": [ - "dc531054-c08b-44f6-b874-8d73f389502f" + "ab9ca2d7-a7d8-458f-8af9-b9674722090f" ], "elapsed-time": [ - "470" + "101" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1186" ], "x-ms-correlation-request-id": [ - "9738d5b4-87ab-4433-832d-677dda945abb" + "278c8164-da13-4e83-ac20-d86f411f3837" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011158Z:9738d5b4-87ab-4433-832d-677dda945abb" + "NORTHEUROPE:20200808T071207Z:278c8164-da13-4e83-ac20-d86f411f3837" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:11:58 GMT" + "Sat, 08 Aug 2020 07:12:06 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D971B084CE3948A4501AD6EABD0DE319\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"2C19BFD6CC6B0D4D4343E6A42C8A34D6\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7117\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4219\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "e8e20fbf-3688-47f7-914d-1fa5b6330582" + "7624327a-5bed-4649-adc9-6ddeea04a339" ], "Accept-Language": [ "en-US" ], "api-key": [ - "10B1D7FAA41DE665EB12D2EAF1EBFC62" + "0C0801AFAD57B1AD5F4B88EF69D75BEC" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036D4A7EEF05\"" + "W/\"0x8D83B6A5DB58421\"" ], "Location": [ - "https://azs-7267.search-dogfood.windows-int.net/indexes('azsmnet7117')?api-version=2019-05-06" + "https://azs-7311.search-dogfood.windows-int.net/indexes('azsmnet4219')?api-version=2019-05-06" ], "request-id": [ - "e8e20fbf-3688-47f7-914d-1fa5b6330582" + "7624327a-5bed-4649-adc9-6ddeea04a339" ], "elapsed-time": [ - "1201" + "892" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:12:00 GMT" + "Sat, 08 Aug 2020 07:12:09 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7267.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036D4A7EEF05\\\"\",\r\n \"name\": \"azsmnet7117\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7311.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6A5DB58421\\\"\",\r\n \"name\": \"azsmnet4219\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet7117')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTE3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4219')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MjE5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"category\": \"Luxury\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "26b34ee5-f6bb-4704-84e0-871a6cdbe6ff" + "08814f8d-42cc-4287-9667-c57384dea432" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "10B1D7FAA41DE665EB12D2EAF1EBFC62" + "0C0801AFAD57B1AD5F4B88EF69D75BEC" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "26b34ee5-f6bb-4704-84e0-871a6cdbe6ff" + "08814f8d-42cc-4287-9667-c57384dea432" ], "elapsed-time": [ - "157" + "173" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:12:22 GMT" + "Sat, 08 Aug 2020 07:12:30 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7117')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTE3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4219')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MjE5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"delete\",\r\n \"hotelId\": \"1\",\r\n \"category\": \"ignored\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "ed4848e6-4f46-4f72-ae53-7fec6e4c4d9c" + "b39f1280-2fba-49dd-aab7-a8e378a2b112" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "10B1D7FAA41DE665EB12D2EAF1EBFC62" + "0C0801AFAD57B1AD5F4B88EF69D75BEC" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "ed4848e6-4f46-4f72-ae53-7fec6e4c4d9c" + "b39f1280-2fba-49dd-aab7-a8e378a2b112" ], "elapsed-time": [ - "38" + "37" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:12:24 GMT" + "Sat, 08 Aug 2020 07:12:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,24 +550,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7117')/docs/$count?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTE3JykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4219')/docs/$count?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MjE5JykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "c7e44281-8794-4e4e-a757-4e7f45aa4e91" + "ce77133f-2ede-439d-a7e1-a80e08609e4b" ], "Accept-Language": [ "en-US" ], "api-key": [ - "10B1D7FAA41DE665EB12D2EAF1EBFC62" + "0C0801AFAD57B1AD5F4B88EF69D75BEC" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -579,10 +579,10 @@ "no-cache" ], "request-id": [ - "c7e44281-8794-4e4e-a757-4e7f45aa4e91" + "ce77133f-2ede-439d-a7e1-a80e08609e4b" ], "elapsed-time": [ - "59" + "39" ], "OData-Version": [ "4.0" @@ -594,7 +594,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:12:24 GMT" + "Sat, 08 Aug 2020 07:12:32 GMT" ], "Content-Type": [ "text/plain" @@ -610,24 +610,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7117')/docs/$count?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTE3JykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4219')/docs/$count?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MjE5JykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "b18803e6-d32b-4a2a-a127-b8e3cff9755f" + "4b2b426c-6b2f-481e-942b-d1bcf1d970f5" ], "Accept-Language": [ "en-US" ], "api-key": [ - "10B1D7FAA41DE665EB12D2EAF1EBFC62" + "0C0801AFAD57B1AD5F4B88EF69D75BEC" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -639,7 +639,7 @@ "no-cache" ], "request-id": [ - "b18803e6-d32b-4a2a-a127-b8e3cff9755f" + "4b2b426c-6b2f-481e-942b-d1bcf1d970f5" ], "elapsed-time": [ "3" @@ -654,7 +654,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:12:27 GMT" + "Sat, 08 Aug 2020 07:12:35 GMT" ], "Content-Type": [ "text/plain" @@ -670,21 +670,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8440/providers/Microsoft.Search/searchServices/azs-7267?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjY3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3851/providers/Microsoft.Search/searchServices/azs-7311?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzExP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf8da253-9bfc-4fb4-ba39-959c368dc74f" + "48a48b70-3ee8-4ab8-8a55-77c75e935899" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -695,51 +695,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14990" + ], "x-ms-request-id": [ - "bf8da253-9bfc-4fb4-ba39-959c368dc74f" + "815ad486-146b-46ed-80bc-8c6f70accb15" ], - "request-id": [ - "bf8da253-9bfc-4fb4-ba39-959c368dc74f" + "x-ms-correlation-request-id": [ + "815ad486-146b-46ed-80bc-8c6f70accb15" ], - "elapsed-time": [ - "962" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T071307Z:815ad486-146b-46ed-80bc-8c6f70accb15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14989" - ], - "x-ms-correlation-request-id": [ - "0b203ecf-29b0-4d2c-913f-25514528a141" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011231Z:0b203ecf-29b0-4d2c-913f-25514528a141" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:12:30 GMT" + "Sat, 08 Aug 2020 07:13:07 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8440", - "azsmnet7117" + "azsmnet3851", + "azsmnet4219" ], "GenerateServiceName": [ - "azs-7267" + "azs-7311" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/IndexDoesNotThrowWhenDeletingDynamicDocumentWithExtraFields.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/IndexDoesNotThrowWhenDeletingDynamicDocumentWithExtraFields.json index 8528f7858b28..698eff8de6e1 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/IndexDoesNotThrowWhenDeletingDynamicDocumentWithExtraFields.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/IndexDoesNotThrowWhenDeletingDynamicDocumentWithExtraFields.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6dbb2c9b-17d7-42fd-b345-cf9ee05de50d" + "a4d88681-7475-44a1-a00c-eb7596c1e776" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1191" ], "x-ms-request-id": [ - "e1cca3fe-7ae1-4b70-b117-459fe5ffeae1" + "2d6d86ad-d23b-4d33-b2d0-829004babcd6" ], "x-ms-correlation-request-id": [ - "e1cca3fe-7ae1-4b70-b117-459fe5ffeae1" + "2d6d86ad-d23b-4d33-b2d0-829004babcd6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012729Z:e1cca3fe-7ae1-4b70-b117-459fe5ffeae1" + "NORTHEUROPE:20200808T073439Z:2d6d86ad-d23b-4d33-b2d0-829004babcd6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:27:29 GMT" + "Sat, 08 Aug 2020 07:34:39 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4838?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0ODM4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4750?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0NzUwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e8f85011-ee19-4a2b-9608-1a4d65793d96" + "a234ebdb-e30c-4800-9f3a-7404cbca22dc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1193" ], "x-ms-request-id": [ - "2cd68b50-fe1e-444e-8319-ac2761ea2842" + "01068888-acd2-491c-ba92-d2c732a27967" ], "x-ms-correlation-request-id": [ - "2cd68b50-fe1e-444e-8319-ac2761ea2842" + "01068888-acd2-491c-ba92-d2c732a27967" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012730Z:2cd68b50-fe1e-444e-8319-ac2761ea2842" + "NORTHEUROPE:20200808T073441Z:01068888-acd2-491c-ba92-d2c732a27967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:27:29 GMT" + "Sat, 08 Aug 2020 07:34:40 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4838\",\r\n \"name\": \"azsmnet4838\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4750\",\r\n \"name\": \"azsmnet4750\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4838/providers/Microsoft.Search/searchServices/azs-3907?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zOTA3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4750/providers/Microsoft.Search/searchServices/azs-2864?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODY0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "880d86b2-236f-46fe-80b9-b39faae6aa94" + "81d27b52-ffae-4b4f-a44b-7186d86fc16b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A27%3A34.2662559Z'\"" + "W/\"datetime'2020-08-08T07%3A34%3A47.2770256Z'\"" ], "x-ms-request-id": [ - "880d86b2-236f-46fe-80b9-b39faae6aa94" + "81d27b52-ffae-4b4f-a44b-7186d86fc16b" ], "request-id": [ - "880d86b2-236f-46fe-80b9-b39faae6aa94" + "81d27b52-ffae-4b4f-a44b-7186d86fc16b" ], "elapsed-time": [ - "1061" + "2619" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1196" ], "x-ms-correlation-request-id": [ - "f3604885-f962-4654-8e22-bf7fe5cbc39f" + "59fedf4a-8cac-4f1b-b0d7-9e289ceb3408" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012734Z:f3604885-f962-4654-8e22-bf7fe5cbc39f" + "NORTHEUROPE:20200808T073448Z:59fedf4a-8cac-4f1b-b0d7-9e289ceb3408" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:27:34 GMT" + "Sat, 08 Aug 2020 07:34:48 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4838/providers/Microsoft.Search/searchServices/azs-3907\",\r\n \"name\": \"azs-3907\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4750/providers/Microsoft.Search/searchServices/azs-2864\",\r\n \"name\": \"azs-2864\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4838/providers/Microsoft.Search/searchServices/azs-3907/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zOTA3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4750/providers/Microsoft.Search/searchServices/azs-2864/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODY0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ad28ea1a-f0c3-4c3d-8f5f-49ed10051718" + "0d5c461d-844d-40e7-8080-06b8cc91448a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ad28ea1a-f0c3-4c3d-8f5f-49ed10051718" + "0d5c461d-844d-40e7-8080-06b8cc91448a" ], "request-id": [ - "ad28ea1a-f0c3-4c3d-8f5f-49ed10051718" + "0d5c461d-844d-40e7-8080-06b8cc91448a" ], "elapsed-time": [ - "94" + "274" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1195" ], "x-ms-correlation-request-id": [ - "0c4e2cf0-cc91-489d-9e5f-0959afb49eab" + "64bc341b-b85c-4119-8292-8042e0ce768f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012737Z:0c4e2cf0-cc91-489d-9e5f-0959afb49eab" + "NORTHEUROPE:20200808T073451Z:64bc341b-b85c-4119-8292-8042e0ce768f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:27:36 GMT" + "Sat, 08 Aug 2020 07:34:50 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"66AA6F786E313ECE902C1A37860EC947\",\r\n \"secondaryKey\": \"AA72F768C8CB00987FB7751BE9D7E910\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"C4EF870DF60A6BC0DB5079A32363683D\",\r\n \"secondaryKey\": \"B0C0C4A5328C22F76650483B061DC99F\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4838/providers/Microsoft.Search/searchServices/azs-3907/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zOTA3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4750/providers/Microsoft.Search/searchServices/azs-2864/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODY0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "784fc3c6-2ecf-41da-b98c-9cdc7f3d1255" + "e1605757-8092-4853-8941-9253fe0f0f0e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "784fc3c6-2ecf-41da-b98c-9cdc7f3d1255" + "e1605757-8092-4853-8941-9253fe0f0f0e" ], "request-id": [ - "784fc3c6-2ecf-41da-b98c-9cdc7f3d1255" + "e1605757-8092-4853-8941-9253fe0f0f0e" ], "elapsed-time": [ - "93" + "94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1194" ], "x-ms-correlation-request-id": [ - "fe2c881e-6b1f-47e8-99ec-b86e855a79d2" + "f7553f0c-fda6-4764-a74f-1f38a78d8718" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012737Z:fe2c881e-6b1f-47e8-99ec-b86e855a79d2" + "NORTHEUROPE:20200808T073452Z:f7553f0c-fda6-4764-a74f-1f38a78d8718" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:27:36 GMT" + "Sat, 08 Aug 2020 07:34:52 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"6A2C1422554570B49FAAD1854EDF56E6\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"73FC57F3CD728C823EBB004D19560BFD\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8872\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet108\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "62017ba7-1050-4221-a18f-767c4d766e9c" + "13d2b030-ec1e-4bd2-afb5-7a7e27cb5623" ], "Accept-Language": [ "en-US" ], "api-key": [ - "66AA6F786E313ECE902C1A37860EC947" + "C4EF870DF60A6BC0DB5079A32363683D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6975" + "6974" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036F7A820595\"" + "W/\"0x8D83B6D8BA91570\"" ], "Location": [ - "https://azs-3907.search-dogfood.windows-int.net/indexes('azsmnet8872')?api-version=2019-05-06" + "https://azs-2864.search-dogfood.windows-int.net/indexes('azsmnet108')?api-version=2019-05-06" ], "request-id": [ - "62017ba7-1050-4221-a18f-767c4d766e9c" + "13d2b030-ec1e-4bd2-afb5-7a7e27cb5623" ], "elapsed-time": [ - "1218" + "1338" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:27:39 GMT" + "Sat, 08 Aug 2020 07:34:55 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6147" + "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3907.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036F7A820595\\\"\",\r\n \"name\": \"azsmnet8872\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2864.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6D8BA91570\\\"\",\r\n \"name\": \"azsmnet108\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet8872')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4ODcyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet108')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDgnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"category\": \"Luxury\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "b4f84f81-bde4-48d3-8937-6db1705ac3ea" + "07598d35-4059-4928-9304-775e97e806e7" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "66AA6F786E313ECE902C1A37860EC947" + "C4EF870DF60A6BC0DB5079A32363683D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "b4f84f81-bde4-48d3-8937-6db1705ac3ea" + "07598d35-4059-4928-9304-775e97e806e7" ], "elapsed-time": [ - "149" + "150" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:28:02 GMT" + "Sat, 08 Aug 2020 07:35:17 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet8872')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4ODcyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet108')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDgnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"delete\",\r\n \"hotelId\": \"1\",\r\n \"category\": \"ignored\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "3576ec27-b4f5-4fb6-9e1f-4ecbc507039b" + "5f146a37-c1af-4276-9751-9762b5488ce3" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "66AA6F786E313ECE902C1A37860EC947" + "C4EF870DF60A6BC0DB5079A32363683D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "3576ec27-b4f5-4fb6-9e1f-4ecbc507039b" + "5f146a37-c1af-4276-9751-9762b5488ce3" ], "elapsed-time": [ - "36" + "56" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:28:04 GMT" + "Sat, 08 Aug 2020 07:35:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,24 +550,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet8872')/docs/$count?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4ODcyJykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet108')/docs/$count?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDgnKS9kb2NzLyRjb3VudD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "f9102b6c-ff40-4be9-b043-1c28f46b1145" + "c67e3c0b-33e5-4e50-8b0e-88d72845ab18" ], "Accept-Language": [ "en-US" ], "api-key": [ - "66AA6F786E313ECE902C1A37860EC947" + "C4EF870DF60A6BC0DB5079A32363683D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -579,10 +579,10 @@ "no-cache" ], "request-id": [ - "f9102b6c-ff40-4be9-b043-1c28f46b1145" + "c67e3c0b-33e5-4e50-8b0e-88d72845ab18" ], "elapsed-time": [ - "4" + "7" ], "OData-Version": [ "4.0" @@ -594,7 +594,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:28:04 GMT" + "Sat, 08 Aug 2020 07:35:19 GMT" ], "Content-Type": [ "text/plain" @@ -610,24 +610,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet8872')/docs/$count?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4ODcyJykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet108')/docs/$count?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDgnKS9kb2NzLyRjb3VudD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "68a0f975-6085-4f34-a240-186b9b35352a" + "a684dad2-adbe-445f-877e-16473c3ff64c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "66AA6F786E313ECE902C1A37860EC947" + "C4EF870DF60A6BC0DB5079A32363683D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -639,10 +639,10 @@ "no-cache" ], "request-id": [ - "68a0f975-6085-4f34-a240-186b9b35352a" + "a684dad2-adbe-445f-877e-16473c3ff64c" ], "elapsed-time": [ - "6" + "4" ], "OData-Version": [ "4.0" @@ -654,7 +654,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:28:06 GMT" + "Sat, 08 Aug 2020 07:35:21 GMT" ], "Content-Type": [ "text/plain" @@ -670,21 +670,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4838/providers/Microsoft.Search/searchServices/azs-3907?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zOTA3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4750/providers/Microsoft.Search/searchServices/azs-2864?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODY0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "599a3708-2370-4d2f-b91a-a8451e3c78ff" + "76529c4c-2698-4fe8-a209-1c3639be753a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -695,51 +695,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14994" + ], "x-ms-request-id": [ - "599a3708-2370-4d2f-b91a-a8451e3c78ff" + "f5c44946-f890-4f1e-b07d-5184580c4b8c" ], - "request-id": [ - "599a3708-2370-4d2f-b91a-a8451e3c78ff" + "x-ms-correlation-request-id": [ + "f5c44946-f890-4f1e-b07d-5184580c4b8c" ], - "elapsed-time": [ - "1441" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T073610Z:f5c44946-f890-4f1e-b07d-5184580c4b8c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14985" - ], - "x-ms-correlation-request-id": [ - "74e990e5-f507-49ae-81cf-45d493a03c92" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012810Z:74e990e5-f507-49ae-81cf-45d493a03c92" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:28:09 GMT" + "Sat, 08 Aug 2020 07:36:09 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet4838", - "azsmnet8872" + "azsmnet4750", + "azsmnet108" ], "GenerateServiceName": [ - "azs-3907" + "azs-2864" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/IndexWithInvalidDocumentThrowsException.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/IndexWithInvalidDocumentThrowsException.json index d5a4d076c782..579a269ea3e9 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/IndexWithInvalidDocumentThrowsException.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/IndexWithInvalidDocumentThrowsException.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e64622b-d783-4424-b13e-1834d0816fe0" + "9b32c876-f00e-4e56-9957-af2ddd1963b5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1193" ], "x-ms-request-id": [ - "099e154f-cd87-4702-9bbd-82ed8bc2b794" + "f7330646-4781-4c60-8c11-adb375454889" ], "x-ms-correlation-request-id": [ - "099e154f-cd87-4702-9bbd-82ed8bc2b794" + "f7330646-4781-4c60-8c11-adb375454889" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012417Z:099e154f-cd87-4702-9bbd-82ed8bc2b794" + "NORTHEUROPE:20200808T073030Z:f7330646-4781-4c60-8c11-adb375454889" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:24:16 GMT" + "Sat, 08 Aug 2020 07:30:30 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet471?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0NzE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet489?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0ODk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2b9ae021-6709-4ad1-8444-e6efa0878441" + "176840aa-fa74-47be-a44d-a1822985999f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1195" ], "x-ms-request-id": [ - "3280eff0-1678-40e5-ac33-77cefabe1804" + "400187c1-a101-4ace-ada2-cdbf5b11332a" ], "x-ms-correlation-request-id": [ - "3280eff0-1678-40e5-ac33-77cefabe1804" + "400187c1-a101-4ace-ada2-cdbf5b11332a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012418Z:3280eff0-1678-40e5-ac33-77cefabe1804" + "NORTHEUROPE:20200808T073032Z:400187c1-a101-4ace-ada2-cdbf5b11332a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:24:17 GMT" + "Sat, 08 Aug 2020 07:30:31 GMT" ], "Content-Length": [ "173" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet471\",\r\n \"name\": \"azsmnet471\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet489\",\r\n \"name\": \"azsmnet489\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet471/providers/Microsoft.Search/searchServices/azs-9885?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk4ODU/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet489/providers/Microsoft.Search/searchServices/azs-9665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c6a92bc7-f7ac-4776-a0f4-11ce4d77e576" + "6a8b6c71-b517-4cce-aac1-54f82e170a9b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A24%3A21.7853958Z'\"" + "W/\"datetime'2020-08-08T07%3A30%3A39.1666092Z'\"" ], "x-ms-request-id": [ - "c6a92bc7-f7ac-4776-a0f4-11ce4d77e576" + "6a8b6c71-b517-4cce-aac1-54f82e170a9b" ], "request-id": [ - "c6a92bc7-f7ac-4776-a0f4-11ce4d77e576" + "6a8b6c71-b517-4cce-aac1-54f82e170a9b" ], "elapsed-time": [ - "1152" + "3745" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1193" ], "x-ms-correlation-request-id": [ - "af2e8f68-de9c-4315-82cd-5d0bbbcda9db" + "d4c42641-115d-44e7-a9e3-45d61acc1ff8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012422Z:af2e8f68-de9c-4315-82cd-5d0bbbcda9db" + "NORTHEUROPE:20200808T073041Z:d4c42641-115d-44e7-a9e3-45d61acc1ff8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:24:21 GMT" + "Sat, 08 Aug 2020 07:30:41 GMT" ], "Content-Length": [ "528" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet471/providers/Microsoft.Search/searchServices/azs-9885\",\r\n \"name\": \"azs-9885\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet489/providers/Microsoft.Search/searchServices/azs-9665\",\r\n \"name\": \"azs-9665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet471/providers/Microsoft.Search/searchServices/azs-9885/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk4ODUvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet489/providers/Microsoft.Search/searchServices/azs-9665/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk2NjUvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "07047931-6193-4d56-b9e6-1b39d385294d" + "e03f84cf-329c-4a78-a783-d569c2ccc6fa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "07047931-6193-4d56-b9e6-1b39d385294d" + "e03f84cf-329c-4a78-a783-d569c2ccc6fa" ], "request-id": [ - "07047931-6193-4d56-b9e6-1b39d385294d" + "e03f84cf-329c-4a78-a783-d569c2ccc6fa" ], "elapsed-time": [ - "99" + "327" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1190" ], "x-ms-correlation-request-id": [ - "72670934-e2b0-4e99-82dc-0c04f5448cc6" + "ce0ef262-b0a7-4ea5-9ac8-8710d9055d17" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012425Z:72670934-e2b0-4e99-82dc-0c04f5448cc6" + "NORTHEUROPE:20200808T073043Z:ce0ef262-b0a7-4ea5-9ac8-8710d9055d17" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:24:24 GMT" + "Sat, 08 Aug 2020 07:30:43 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"6E5334964126B321D5CBA8F4F832B818\",\r\n \"secondaryKey\": \"FCCC4630C030C71846BF70F83F861647\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"7A4D8706B6A80BCA422E8CA12DAE4DBA\",\r\n \"secondaryKey\": \"3217CF57BA46339B2A061EC871B725AA\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet471/providers/Microsoft.Search/searchServices/azs-9885/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk4ODUvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet489/providers/Microsoft.Search/searchServices/azs-9665/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk2NjUvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a79ad0fd-54ce-40d4-a680-039d5a9ee69c" + "7e4ee371-29b4-44e5-b3d5-d7cb295bcda3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a79ad0fd-54ce-40d4-a680-039d5a9ee69c" + "7e4ee371-29b4-44e5-b3d5-d7cb295bcda3" ], "request-id": [ - "a79ad0fd-54ce-40d4-a680-039d5a9ee69c" + "7e4ee371-29b4-44e5-b3d5-d7cb295bcda3" ], "elapsed-time": [ - "101" + "123" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1189" ], "x-ms-correlation-request-id": [ - "6aad79ea-c586-4f9c-a3b6-c16e0c8ca9d7" + "df67c3e9-82d3-4931-94e2-2ec76ccea5e7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012425Z:6aad79ea-c586-4f9c-a3b6-c16e0c8ca9d7" + "NORTHEUROPE:20200808T073044Z:df67c3e9-82d3-4931-94e2-2ec76ccea5e7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:24:25 GMT" + "Sat, 08 Aug 2020 07:30:44 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"0DF1C6965990901ABD9480495B24448F\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"AFCA8153D4FA5063DD417E19140C828A\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet237\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet101\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "6dbd55b8-aa54-43b6-a18d-84bc796055bb" + "d31d896c-ccaf-4977-b553-92c5250d024a" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6E5334964126B321D5CBA8F4F832B818" + "7A4D8706B6A80BCA422E8CA12DAE4DBA" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036F07D4EE85\"" + "W/\"0x8D83B6CF7AE9006\"" ], "Location": [ - "https://azs-9885.search-dogfood.windows-int.net/indexes('azsmnet237')?api-version=2019-05-06" + "https://azs-9665.search-dogfood.windows-int.net/indexes('azsmnet101')?api-version=2019-05-06" ], "request-id": [ - "6dbd55b8-aa54-43b6-a18d-84bc796055bb" + "d31d896c-ccaf-4977-b553-92c5250d024a" ], "elapsed-time": [ - "1138" + "825" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:24:28 GMT" + "Sat, 08 Aug 2020 07:30:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9885.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036F07D4EE85\\\"\",\r\n \"name\": \"azsmnet237\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9665.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6CF7AE9006\\\"\",\r\n \"name\": \"azsmnet101\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet237')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMzcnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet101')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDEnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "ed6c1f30-973a-4fed-b759-bba93044d857" + "fec0214f-3aad-4597-a88c-0f08c3fa765a" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "6E5334964126B321D5CBA8F4F832B818" + "7A4D8706B6A80BCA422E8CA12DAE4DBA" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "ed6c1f30-973a-4fed-b759-bba93044d857" + "fec0214f-3aad-4597-a88c-0f08c3fa765a" ], "elapsed-time": [ - "200" + "191" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:24:49 GMT" + "Sat, 08 Aug 2020 07:31:08 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -484,21 +484,21 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet471/providers/Microsoft.Search/searchServices/azs-9885?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk4ODU/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet489/providers/Microsoft.Search/searchServices/azs-9665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "35bc2e27-0926-488b-9286-621ceccb024c" + "ba5c34d8-51f3-41cd-9df9-af8e3c16cf19" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -509,51 +509,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14995" + ], "x-ms-request-id": [ - "35bc2e27-0926-488b-9286-621ceccb024c" + "fbaab6e3-398a-463a-a2be-fc99119b33fc" ], - "request-id": [ - "35bc2e27-0926-488b-9286-621ceccb024c" + "x-ms-correlation-request-id": [ + "fbaab6e3-398a-463a-a2be-fc99119b33fc" ], - "elapsed-time": [ - "1211" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T073118Z:fbaab6e3-398a-463a-a2be-fc99119b33fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" - ], - "x-ms-correlation-request-id": [ - "53429314-cbc7-4d6a-aef8-367b4610eb93" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012454Z:53429314-cbc7-4d6a-aef8-367b4610eb93" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:24:54 GMT" + "Sat, 08 Aug 2020 07:31:17 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet471", - "azsmnet237" + "azsmnet489", + "azsmnet101" ], "GenerateServiceName": [ - "azs-9885" + "azs-9665" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/MergeDocumentWithoutExistingKeyThrowsIndexingException.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/MergeDocumentWithoutExistingKeyThrowsIndexingException.json index b4ef6f3cb7d3..e709c71e2004 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/MergeDocumentWithoutExistingKeyThrowsIndexingException.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/MergeDocumentWithoutExistingKeyThrowsIndexingException.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a6a9344d-e0f9-4a6e-be5b-7638eb08cee2" + "a9869aa5-644f-4480-9fb7-6fa25438c329" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1193" ], "x-ms-request-id": [ - "522c0f21-4be7-4a61-ba75-fc067f72a655" + "ce183d24-6ad2-4103-adac-7ba7fd818ef2" ], "x-ms-correlation-request-id": [ - "522c0f21-4be7-4a61-ba75-fc067f72a655" + "ce183d24-6ad2-4103-adac-7ba7fd818ef2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011458Z:522c0f21-4be7-4a61-ba75-fc067f72a655" + "NORTHEUROPE:20200808T071602Z:ce183d24-6ad2-4103-adac-7ba7fd818ef2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:14:58 GMT" + "Sat, 08 Aug 2020 07:16:01 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7283?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MjgzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3906?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzOTA2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b4518a5c-0592-46cf-b598-353888b27ea0" + "4d32b779-8bf0-40eb-b87f-8edc65bb56b4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1196" ], "x-ms-request-id": [ - "1b7686c5-716c-4c01-b7c9-e9610ce988b4" + "2f300657-76fa-468e-90b0-3fa75008d84c" ], "x-ms-correlation-request-id": [ - "1b7686c5-716c-4c01-b7c9-e9610ce988b4" + "2f300657-76fa-468e-90b0-3fa75008d84c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011459Z:1b7686c5-716c-4c01-b7c9-e9610ce988b4" + "NORTHEUROPE:20200808T071603Z:2f300657-76fa-468e-90b0-3fa75008d84c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:14:59 GMT" + "Sat, 08 Aug 2020 07:16:03 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7283\",\r\n \"name\": \"azsmnet7283\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3906\",\r\n \"name\": \"azsmnet3906\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7283/providers/Microsoft.Search/searchServices/azs-2568?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjgzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTY4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3906/providers/Microsoft.Search/searchServices/azs-1075?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzOTA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMDc1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "40b89589-0bb2-4372-8dd0-0cf16b7c5b61" + "f7c3cb03-d09e-4c5a-8eb1-0b13b4381f71" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A15%3A03.7405696Z'\"" + "W/\"datetime'2020-08-08T07%3A16%3A09.1048841Z'\"" ], "x-ms-request-id": [ - "40b89589-0bb2-4372-8dd0-0cf16b7c5b61" + "f7c3cb03-d09e-4c5a-8eb1-0b13b4381f71" ], "request-id": [ - "40b89589-0bb2-4372-8dd0-0cf16b7c5b61" + "f7c3cb03-d09e-4c5a-8eb1-0b13b4381f71" ], "elapsed-time": [ - "1789" + "2098" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1190" ], "x-ms-correlation-request-id": [ - "d441a6bc-c284-4229-aa54-9509eae20d4c" + "7cbb588a-c980-4b08-b64a-6ef822b8e7d7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011504Z:d441a6bc-c284-4229-aa54-9509eae20d4c" + "NORTHEUROPE:20200808T071610Z:7cbb588a-c980-4b08-b64a-6ef822b8e7d7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:15:04 GMT" + "Sat, 08 Aug 2020 07:16:09 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7283/providers/Microsoft.Search/searchServices/azs-2568\",\r\n \"name\": \"azs-2568\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3906/providers/Microsoft.Search/searchServices/azs-1075\",\r\n \"name\": \"azs-1075\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7283/providers/Microsoft.Search/searchServices/azs-2568/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjgzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTY4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3906/providers/Microsoft.Search/searchServices/azs-1075/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzOTA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMDc1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a9a55fb7-a565-4b2d-b0a4-e65002a6aad7" + "d2707147-bd4c-42fe-854d-1632cd3c0fe0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a9a55fb7-a565-4b2d-b0a4-e65002a6aad7" + "d2707147-bd4c-42fe-854d-1632cd3c0fe0" ], "request-id": [ - "a9a55fb7-a565-4b2d-b0a4-e65002a6aad7" + "d2707147-bd4c-42fe-854d-1632cd3c0fe0" ], "elapsed-time": [ - "246" + "104" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1190" ], "x-ms-correlation-request-id": [ - "95a873e6-ba6f-4d92-9817-3df4794b1164" + "5fedb5a4-dac9-4c13-bdbd-57621941234b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011507Z:95a873e6-ba6f-4d92-9817-3df4794b1164" + "NORTHEUROPE:20200808T071612Z:5fedb5a4-dac9-4c13-bdbd-57621941234b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:15:06 GMT" + "Sat, 08 Aug 2020 07:16:11 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"5B92434BEE1D6D5776E239BCABFAEE72\",\r\n \"secondaryKey\": \"8CB0454AC63B387B6E0ECFDDE91051D2\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"2F53F1678E26C53E024BEBC8EBE33F33\",\r\n \"secondaryKey\": \"41307BE10BC92A6FDC5FBEC68F0A2E1B\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7283/providers/Microsoft.Search/searchServices/azs-2568/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjgzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTY4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3906/providers/Microsoft.Search/searchServices/azs-1075/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzOTA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMDc1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2df20b97-0e2e-412f-8a6e-bd63f8950c99" + "fdb3227a-b732-4019-924d-af005691ec47" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2df20b97-0e2e-412f-8a6e-bd63f8950c99" + "fdb3227a-b732-4019-924d-af005691ec47" ], "request-id": [ - "2df20b97-0e2e-412f-8a6e-bd63f8950c99" + "fdb3227a-b732-4019-924d-af005691ec47" ], "elapsed-time": [ - "355" + "106" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1189" ], "x-ms-correlation-request-id": [ - "e5bfca62-a02d-415a-bdc3-d06b9714e28e" + "179d5e31-2116-4964-975e-1d2dc101b5de" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011507Z:e5bfca62-a02d-415a-bdc3-d06b9714e28e" + "NORTHEUROPE:20200808T071613Z:179d5e31-2116-4964-975e-1d2dc101b5de" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:15:07 GMT" + "Sat, 08 Aug 2020 07:16:12 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"45E921C73688EDAC75BA4310999B45E4\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"FD9A152774807767C3B3272C5DBD7296\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7893\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet385\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "51f53f06-66a9-4480-b14e-fe17751db6a4" + "8c69e5d5-6415-4ba1-88f2-a043ed3df2cb" ], "Accept-Language": [ "en-US" ], "api-key": [ - "5B92434BEE1D6D5776E239BCABFAEE72" + "2F53F1678E26C53E024BEBC8EBE33F33" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6975" + "6974" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036DBB950BF4\"" + "W/\"0x8D83B6AF07B0F06\"" ], "Location": [ - "https://azs-2568.search-dogfood.windows-int.net/indexes('azsmnet7893')?api-version=2019-05-06" + "https://azs-1075.search-dogfood.windows-int.net/indexes('azsmnet385')?api-version=2019-05-06" ], "request-id": [ - "51f53f06-66a9-4480-b14e-fe17751db6a4" + "8c69e5d5-6415-4ba1-88f2-a043ed3df2cb" ], "elapsed-time": [ - "1151" + "846" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:15:10 GMT" + "Sat, 08 Aug 2020 07:16:16 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6147" + "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2568.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036DBB950BF4\\\"\",\r\n \"name\": \"azsmnet7893\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1075.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6AF07B0F06\\\"\",\r\n \"name\": \"azsmnet385\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet7893')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3ODkzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet385')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzODUnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"merge\",\r\n \"hotelId\": \"1\",\r\n \"tags\": [],\r\n \"parkingIncluded\": false,\r\n \"rating\": -2147483648,\r\n \"address\": {},\r\n \"rooms\": [\r\n {\r\n \"baseRate\": -1.7976931348623157E+308\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "9ce09e02-7bec-4b90-a09a-5ac5c0aa5a47" + "22f9e0ae-8334-4522-ad16-90b98a534d71" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "5B92434BEE1D6D5776E239BCABFAEE72" + "2F53F1678E26C53E024BEBC8EBE33F33" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "9ce09e02-7bec-4b90-a09a-5ac5c0aa5a47" + "22f9e0ae-8334-4522-ad16-90b98a534d71" ], "elapsed-time": [ - "141" + "167" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:15:32 GMT" + "Sat, 08 Aug 2020 07:16:37 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,21 +481,21 @@ "StatusCode": 207 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7283/providers/Microsoft.Search/searchServices/azs-2568?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjgzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTY4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3906/providers/Microsoft.Search/searchServices/azs-1075?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzOTA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMDc1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "96344b3d-e436-47dc-bec3-190972fb3b1f" + "cc6c287c-98ce-45a2-a12c-42c5478c4f27" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -506,51 +506,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14984" + ], "x-ms-request-id": [ - "96344b3d-e436-47dc-bec3-190972fb3b1f" + "009c026f-d18f-4d69-b349-87bc00ddc169" ], - "request-id": [ - "96344b3d-e436-47dc-bec3-190972fb3b1f" + "x-ms-correlation-request-id": [ + "009c026f-d18f-4d69-b349-87bc00ddc169" ], - "elapsed-time": [ - "1015" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T071747Z:009c026f-d18f-4d69-b349-87bc00ddc169" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14986" - ], - "x-ms-correlation-request-id": [ - "33dd610b-175d-4f4a-b7f6-290132d71f22" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T011535Z:33dd610b-175d-4f4a-b7f6-290132d71f22" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:15:35 GMT" + "Sat, 08 Aug 2020 07:17:46 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7283", - "azsmnet7893" + "azsmnet3906", + "azsmnet385" ], "GenerateServiceName": [ - "azs-2568" + "azs-1075" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/StaticallyTypedDateTimesRoundTripAsUtc.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/StaticallyTypedDateTimesRoundTripAsUtc.json index 0539ce387dc1..0ac2a34171ea 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/StaticallyTypedDateTimesRoundTripAsUtc.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/IndexingTests/StaticallyTypedDateTimesRoundTripAsUtc.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ece7287-b32e-4290-baf6-77a964543063" + "29515fcf-b989-485c-9eea-f0cc8fda4d79" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1194" ], "x-ms-request-id": [ - "df6d6a11-38aa-47a1-87e7-2ea594c7810d" + "d5f40a3c-d982-4398-a5a7-9d5a12c70749" ], "x-ms-correlation-request-id": [ - "df6d6a11-38aa-47a1-87e7-2ea594c7810d" + "d5f40a3c-d982-4398-a5a7-9d5a12c70749" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012331Z:df6d6a11-38aa-47a1-87e7-2ea594c7810d" + "NORTHEUROPE:20200808T072928Z:d5f40a3c-d982-4398-a5a7-9d5a12c70749" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:23:30 GMT" + "Sat, 08 Aug 2020 07:29:27 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4420?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0NDIwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1437?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxNDM3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e8ca1a0e-e1ee-43b4-90dc-c5d6daa466e2" + "16686006-f69e-48fc-a107-0fa7ecabaa66" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1196" ], "x-ms-request-id": [ - "3e9b0635-3adc-41b7-8b97-cc8c13d99277" + "bb71c29e-b9a7-4a85-a864-20011196edca" ], "x-ms-correlation-request-id": [ - "3e9b0635-3adc-41b7-8b97-cc8c13d99277" + "bb71c29e-b9a7-4a85-a864-20011196edca" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012331Z:3e9b0635-3adc-41b7-8b97-cc8c13d99277" + "NORTHEUROPE:20200808T072929Z:bb71c29e-b9a7-4a85-a864-20011196edca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:23:31 GMT" + "Sat, 08 Aug 2020 07:29:29 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4420\",\r\n \"name\": \"azsmnet4420\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1437\",\r\n \"name\": \"azsmnet1437\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4420/providers/Microsoft.Search/searchServices/azs-1532?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNTMyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1437/providers/Microsoft.Search/searchServices/azs-4312?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNDM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzEyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1fa80718-7352-4f44-b688-5d7e2a67897b" + "2e90485f-67cb-4bfe-92b9-b9c562d21f4c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,16 +159,16 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A23%3A35.6293365Z'\"" + "W/\"datetime'2020-08-08T07%3A29%3A36.542283Z'\"" ], "x-ms-request-id": [ - "1fa80718-7352-4f44-b688-5d7e2a67897b" + "2e90485f-67cb-4bfe-92b9-b9c562d21f4c" ], "request-id": [ - "1fa80718-7352-4f44-b688-5d7e2a67897b" + "2e90485f-67cb-4bfe-92b9-b9c562d21f4c" ], "elapsed-time": [ - "1282" + "3101" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,16 +177,16 @@ "1191" ], "x-ms-correlation-request-id": [ - "1ff7cc45-5c0d-4f56-acb2-445d9f0151e6" + "e22a0d58-0149-4d44-b593-30cf91d9c726" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012336Z:1ff7cc45-5c0d-4f56-acb2-445d9f0151e6" + "NORTHEUROPE:20200808T072938Z:e22a0d58-0149-4d44-b593-30cf91d9c726" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:23:35 GMT" + "Sat, 08 Aug 2020 07:29:37 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4420/providers/Microsoft.Search/searchServices/azs-1532\",\r\n \"name\": \"azs-1532\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1437/providers/Microsoft.Search/searchServices/azs-4312\",\r\n \"name\": \"azs-4312\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4420/providers/Microsoft.Search/searchServices/azs-1532/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNTMyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1437/providers/Microsoft.Search/searchServices/azs-4312/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNDM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzEyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b25580be-fa05-4a47-ba10-998798d7ee2e" + "cfadcd3b-f35d-4576-8066-957509927d1f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b25580be-fa05-4a47-ba10-998798d7ee2e" + "cfadcd3b-f35d-4576-8066-957509927d1f" ], "request-id": [ - "b25580be-fa05-4a47-ba10-998798d7ee2e" + "cfadcd3b-f35d-4576-8066-957509927d1f" ], "elapsed-time": [ - "107" + "720" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1187" ], "x-ms-correlation-request-id": [ - "40a838ef-b510-4c2c-9e98-215237e2bb18" + "94b63b8b-26d6-4543-a591-0a845aeb0302" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012338Z:40a838ef-b510-4c2c-9e98-215237e2bb18" + "NORTHEUROPE:20200808T072940Z:94b63b8b-26d6-4543-a591-0a845aeb0302" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:23:38 GMT" + "Sat, 08 Aug 2020 07:29:40 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"34CA46C163C4B94EC38A2D58D1ACE3A9\",\r\n \"secondaryKey\": \"F45BFBBBDD5234FA44766704C34B28DE\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"AABD49BAF2CA502DF94F82FCACB972A2\",\r\n \"secondaryKey\": \"7E03CAAE5D551C2684769B56DCB0FA8D\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4420/providers/Microsoft.Search/searchServices/azs-1532/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNTMyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1437/providers/Microsoft.Search/searchServices/azs-4312/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNDM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzEyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7614b294-2d0e-4e7e-8ba8-73ce684f8136" + "ccd85901-77c6-4392-a73d-107eec9cfe60" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7614b294-2d0e-4e7e-8ba8-73ce684f8136" + "ccd85901-77c6-4392-a73d-107eec9cfe60" ], "request-id": [ - "7614b294-2d0e-4e7e-8ba8-73ce684f8136" + "ccd85901-77c6-4392-a73d-107eec9cfe60" ], "elapsed-time": [ - "102" + "379" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1186" ], "x-ms-correlation-request-id": [ - "42c4ce30-f461-47f2-807a-e58c0cdfa2ef" + "7c453ade-3a42-49e6-b48d-c1569bea27e6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012338Z:42c4ce30-f461-47f2-807a-e58c0cdfa2ef" + "NORTHEUROPE:20200808T072941Z:7c453ade-3a42-49e6-b48d-c1569bea27e6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:23:38 GMT" + "Sat, 08 Aug 2020 07:29:41 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"260F96868C423A2C5CE58FDC4A8A8029\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"27D64EF67701585CEACD16B52DCC6723\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5514\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7613\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "71102291-7f0e-4843-9d05-6472e8c58b50" + "1fc03457-2ba7-49f1-9c12-6cd2ca4db0a0" ], "Accept-Language": [ "en-US" ], "api-key": [ - "34CA46C163C4B94EC38A2D58D1ACE3A9" + "AABD49BAF2CA502DF94F82FCACB972A2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036EEC4E2301\"" + "W/\"0x8D83B6CD29F9739\"" ], "Location": [ - "https://azs-1532.search-dogfood.windows-int.net/indexes('azsmnet5514')?api-version=2019-05-06" + "https://azs-4312.search-dogfood.windows-int.net/indexes('azsmnet7613')?api-version=2019-05-06" ], "request-id": [ - "71102291-7f0e-4843-9d05-6472e8c58b50" + "1fc03457-2ba7-49f1-9c12-6cd2ca4db0a0" ], "elapsed-time": [ - "1186" + "1432" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:23:41 GMT" + "Sat, 08 Aug 2020 07:29:44 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1532.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036EEC4E2301\\\"\",\r\n \"name\": \"azsmnet5514\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4312.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6CD29F9739\\\"\",\r\n \"name\": \"azsmnet7613\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3677\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4339\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "90f0f8da-1a7f-43fd-bbae-508ee01cebbf" + "1530354d-abd8-467a-8233-0d91b20e8a1c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "34CA46C163C4B94EC38A2D58D1ACE3A9" + "AABD49BAF2CA502DF94F82FCACB972A2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036EF9B3876B\"" + "W/\"0x8D83B6CE2A054D5\"" ], "Location": [ - "https://azs-1532.search-dogfood.windows-int.net/indexes('azsmnet3677')?api-version=2019-05-06" + "https://azs-4312.search-dogfood.windows-int.net/indexes('azsmnet4339')?api-version=2019-05-06" ], "request-id": [ - "90f0f8da-1a7f-43fd-bbae-508ee01cebbf" + "1530354d-abd8-467a-8233-0d91b20e8a1c" ], "elapsed-time": [ - "1074" + "4894" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:24:03 GMT" + "Sat, 08 Aug 2020 07:30:11 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "1569" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1532.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036EF9B3876B\\\"\",\r\n \"name\": \"azsmnet3677\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4312.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6CE2A054D5\\\"\",\r\n \"name\": \"azsmnet4339\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet3677')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNjc3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4339')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MzM5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"1\",\r\n \"PublishDate\": \"2000-01-01T00:00:00+00:00\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"2\",\r\n \"PublishDate\": \"2000-01-01T00:00:00+00:00\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"1\",\r\n \"PublishDate\": \"1999-12-31T16:00:00-08:00\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"2\",\r\n \"PublishDate\": \"1999-12-31T16:00:00-08:00\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "7fc55cde-4de7-482a-aef0-8bcdab75312d" + "57acdbcb-caa3-4365-b803-994a7fcf2ce2" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "34CA46C163C4B94EC38A2D58D1ACE3A9" + "AABD49BAF2CA502DF94F82FCACB972A2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "7fc55cde-4de7-482a-aef0-8bcdab75312d" + "57acdbcb-caa3-4365-b803-994a7fcf2ce2" ], "elapsed-time": [ - "149" + "156" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:24:05 GMT" + "Sat, 08 Aug 2020 07:30:13 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,13 +553,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3677')/docs('1')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNjc3JykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet4339')/docs('1')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MzM5JykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "58f62747-6aef-4bed-b705-93af4d9d829d" + "4cffa7b9-0364-44d1-935c-fee64f3ba61a" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "34CA46C163C4B94EC38A2D58D1ACE3A9" + "AABD49BAF2CA502DF94F82FCACB972A2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -585,10 +585,10 @@ "no-cache" ], "request-id": [ - "58f62747-6aef-4bed-b705-93af4d9d829d" + "4cffa7b9-0364-44d1-935c-fee64f3ba61a" ], "elapsed-time": [ - "13" + "55" ], "OData-Version": [ "4.0" @@ -600,7 +600,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:24:07 GMT" + "Sat, 08 Aug 2020 07:30:15 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -616,13 +616,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3677')/docs('2')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNjc3JykvZG9jcygnMicpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet4339')/docs('2')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MzM5JykvZG9jcygnMicpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "453e6a72-3adb-4851-8e8f-79ae161f984d" + "48f8e1fb-3f77-46c9-95fb-ce9146dc0657" ], "Accept-Language": [ "en-US" @@ -631,12 +631,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "34CA46C163C4B94EC38A2D58D1ACE3A9" + "AABD49BAF2CA502DF94F82FCACB972A2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -648,10 +648,10 @@ "no-cache" ], "request-id": [ - "453e6a72-3adb-4851-8e8f-79ae161f984d" + "48f8e1fb-3f77-46c9-95fb-ce9146dc0657" ], "elapsed-time": [ - "4" + "5" ], "OData-Version": [ "4.0" @@ -663,7 +663,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:24:07 GMT" + "Sat, 08 Aug 2020 07:30:15 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -679,21 +679,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4420/providers/Microsoft.Search/searchServices/azs-1532?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNTMyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1437/providers/Microsoft.Search/searchServices/azs-4312?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNDM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzEyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6637ef12-e3ab-4499-9612-592d280a248b" + "7350831e-d9a5-4602-b029-9745a4fa1105" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -704,52 +704,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14989" + ], "x-ms-request-id": [ - "6637ef12-e3ab-4499-9612-592d280a248b" + "a243350f-72a1-4c7a-859f-494872558e8d" ], - "request-id": [ - "6637ef12-e3ab-4499-9612-592d280a248b" + "x-ms-correlation-request-id": [ + "a243350f-72a1-4c7a-859f-494872558e8d" ], - "elapsed-time": [ - "1068" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T073023Z:a243350f-72a1-4c7a-859f-494872558e8d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "cbd4fa87-d2c1-4559-b3d7-8eb3201c5ff8" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T012411Z:cbd4fa87-d2c1-4559-b3d7-8eb3201c5ff8" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:24:11 GMT" + "Sat, 08 Aug 2020 07:30:23 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet4420", - "azsmnet5514", - "azsmnet3677" + "azsmnet1437", + "azsmnet7613", + "azsmnet4339" ], "GenerateServiceName": [ - "azs-1532" + "azs-4312" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetDocumentMappedToStruct.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetDocumentMappedToStruct.json index 3ee4d78bd3b9..94682b8a9a0c 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetDocumentMappedToStruct.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetDocumentMappedToStruct.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dad73a67-03cb-4570-ba24-d985d5e8649c" + "5689dd19-33e0-4d6e-a7af-1b73651d35fb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1198" ], "x-ms-request-id": [ - "cb0be2bf-89db-40e0-bd36-73baf90bcd2b" + "a73fe09f-be9c-4ec3-882a-d901c5db48c5" ], "x-ms-correlation-request-id": [ - "cb0be2bf-89db-40e0-bd36-73baf90bcd2b" + "a73fe09f-be9c-4ec3-882a-d901c5db48c5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013923Z:cb0be2bf-89db-40e0-bd36-73baf90bcd2b" + "NORTHEUROPE:20200808T054559Z:a73fe09f-be9c-4ec3-882a-d901c5db48c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:39:23 GMT" + "Sat, 08 Aug 2020 05:45:59 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8967?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4OTY3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet179?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxNzk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6bba220c-7749-4bcf-88ab-f04a11ac7ec9" + "cbd83432-4bd0-487f-8ae4-9fceb216c599" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1198" ], "x-ms-request-id": [ - "c5127655-3b3b-48f2-b6d7-1310559d348c" + "1dde1a8c-584f-4aba-aec0-50140eb60500" ], "x-ms-correlation-request-id": [ - "c5127655-3b3b-48f2-b6d7-1310559d348c" + "1dde1a8c-584f-4aba-aec0-50140eb60500" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013924Z:c5127655-3b3b-48f2-b6d7-1310559d348c" + "NORTHEUROPE:20200808T054600Z:1dde1a8c-584f-4aba-aec0-50140eb60500" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:39:24 GMT" + "Sat, 08 Aug 2020 05:46:00 GMT" ], "Content-Length": [ - "175" + "173" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8967\",\r\n \"name\": \"azsmnet8967\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet179\",\r\n \"name\": \"azsmnet179\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8967/providers/Microsoft.Search/searchServices/azs-971?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzE/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet179/providers/Microsoft.Search/searchServices/azs-562?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTU2Mj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e748b23c-eead-4877-acd0-d914677765d8" + "5ff0e347-2881-4f35-9c25-2a3c77e125f3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A39%3A28.2882705Z'\"" + "W/\"datetime'2020-08-08T05%3A46%3A06.2153483Z'\"" ], "x-ms-request-id": [ - "e748b23c-eead-4877-acd0-d914677765d8" + "5ff0e347-2881-4f35-9c25-2a3c77e125f3" ], "request-id": [ - "e748b23c-eead-4877-acd0-d914677765d8" + "5ff0e347-2881-4f35-9c25-2a3c77e125f3" ], "elapsed-time": [ - "1314" + "1576" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1199" ], "x-ms-correlation-request-id": [ - "e18fabd9-a2a0-46bc-ae87-41479c8b1355" + "a5607338-d58f-4c12-9242-93cc099b9502" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013928Z:e18fabd9-a2a0-46bc-ae87-41479c8b1355" + "NORTHEUROPE:20200808T054607Z:a5607338-d58f-4c12-9242-93cc099b9502" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:39:28 GMT" + "Sat, 08 Aug 2020 05:46:06 GMT" ], "Content-Length": [ - "527" + "526" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8967/providers/Microsoft.Search/searchServices/azs-971\",\r\n \"name\": \"azs-971\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet179/providers/Microsoft.Search/searchServices/azs-562\",\r\n \"name\": \"azs-562\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8967/providers/Microsoft.Search/searchServices/azs-971/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzEvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet179/providers/Microsoft.Search/searchServices/azs-562/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTU2Mi9saXN0QWRtaW5LZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c327a3d5-1a92-4d7c-b12f-00f94e339ebc" + "5fa2c233-c750-4659-82d1-d945e3bec9b4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c327a3d5-1a92-4d7c-b12f-00f94e339ebc" + "5fa2c233-c750-4659-82d1-d945e3bec9b4" ], "request-id": [ - "c327a3d5-1a92-4d7c-b12f-00f94e339ebc" + "5fa2c233-c750-4659-82d1-d945e3bec9b4" ], "elapsed-time": [ - "101" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1199" ], "x-ms-correlation-request-id": [ - "bb08a2b3-56a4-4e3c-9d0c-42d104eabce5" + "f2c45871-792e-4d1d-876f-6771fe90de2c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013930Z:bb08a2b3-56a4-4e3c-9d0c-42d104eabce5" + "NORTHEUROPE:20200808T054609Z:f2c45871-792e-4d1d-876f-6771fe90de2c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:39:30 GMT" + "Sat, 08 Aug 2020 05:46:09 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"3F12AA92F1F166B284F7B80DA43AFF3E\",\r\n \"secondaryKey\": \"A5EEBB754FEFBF379852054029FA7913\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"1FF0B9DC6C5050951ED7946B981991DE\",\r\n \"secondaryKey\": \"581271A581542C99F257E7CC0CCCABFC\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8967/providers/Microsoft.Search/searchServices/azs-971/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzEvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet179/providers/Microsoft.Search/searchServices/azs-562/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTU2Mi9saXN0UXVlcnlLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8caf7b64-7b74-497b-b721-c015e0f48331" + "82f4ae76-0778-4905-9857-ef20c496ac14" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8caf7b64-7b74-497b-b721-c015e0f48331" + "82f4ae76-0778-4905-9857-ef20c496ac14" ], "request-id": [ - "8caf7b64-7b74-497b-b721-c015e0f48331" + "82f4ae76-0778-4905-9857-ef20c496ac14" ], "elapsed-time": [ - "122" + "92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1198" ], "x-ms-correlation-request-id": [ - "91183c8c-c304-411e-a269-63d7d3751715" + "1253798f-c112-4ba5-a2bd-458717c92783" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013931Z:91183c8c-c304-411e-a269-63d7d3751715" + "NORTHEUROPE:20200808T054610Z:1253798f-c112-4ba5-a2bd-458717c92783" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:39:31 GMT" + "Sat, 08 Aug 2020 05:46:09 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"BEC80BA69E8A34DF8D3C9E6B83BAD7F8\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"65773DFB0C56EA6D230A4BAAD72AA0AB\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9234\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3427\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c1703f0a-8f2e-4755-93b0-f10c05a3349c" + "2c14cf73-6d14-4d5d-81d9-cee4c0010414" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3F12AA92F1F166B284F7B80DA43AFF3E" + "1FF0B9DC6C5050951ED7946B981991DE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037124049D26\"" + "W/\"0x8D83B5E5BA5AEAB\"" ], "Location": [ - "https://azs-971.search-dogfood.windows-int.net/indexes('azsmnet9234')?api-version=2019-05-06" + "https://azs-562.search-dogfood.windows-int.net/indexes('azsmnet3427')?api-version=2019-05-06" ], "request-id": [ - "c1703f0a-8f2e-4755-93b0-f10c05a3349c" + "2c14cf73-6d14-4d5d-81d9-cee4c0010414" ], "elapsed-time": [ - "1207" + "835" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:39:34 GMT" + "Sat, 08 Aug 2020 05:46:12 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-971.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037124049D26\\\"\",\r\n \"name\": \"azsmnet9234\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-562.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B5E5BA5AEAB\\\"\",\r\n \"name\": \"azsmnet3427\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet9234')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MjM0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3427')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNDI3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "5eaff352-0eba-4bc8-8faf-96fc18f1bc68" + "88b2ba0a-0646-4d45-ac4f-6493e17e1e33" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "3F12AA92F1F166B284F7B80DA43AFF3E" + "1FF0B9DC6C5050951ED7946B981991DE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "5eaff352-0eba-4bc8-8faf-96fc18f1bc68" + "88b2ba0a-0646-4d45-ac4f-6493e17e1e33" ], "elapsed-time": [ - "203" + "246" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:39:56 GMT" + "Sat, 08 Aug 2020 05:46:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9234')/docs('1')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MjM0JykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet3427')/docs('1')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNDI3JykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "a59b2421-bdb4-4eed-902c-e690098e3199" + "7d5402fd-f5ce-4a0f-85e1-c21cb8691aa3" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "3F12AA92F1F166B284F7B80DA43AFF3E" + "1FF0B9DC6C5050951ED7946B981991DE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "a59b2421-bdb4-4eed-902c-e690098e3199" + "7d5402fd-f5ce-4a0f-85e1-c21cb8691aa3" ], "elapsed-time": [ - "16" + "50" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:39:56 GMT" + "Sat, 08 Aug 2020 05:46:34 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8967/providers/Microsoft.Search/searchServices/azs-971?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzE/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet179/providers/Microsoft.Search/searchServices/azs-562?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTU2Mj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee866084-eaf9-4994-8a8a-544d6e9bb223" + "31e876d3-0cf4-4258-bc4c-08ad52643194" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], "x-ms-request-id": [ - "ee866084-eaf9-4994-8a8a-544d6e9bb223" + "b64fb168-4ad8-4443-9d15-b44f2d06ea0b" ], - "request-id": [ - "ee866084-eaf9-4994-8a8a-544d6e9bb223" + "x-ms-correlation-request-id": [ + "b64fb168-4ad8-4443-9d15-b44f2d06ea0b" ], - "elapsed-time": [ - "2147" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T054647Z:b64fb168-4ad8-4443-9d15-b44f2d06ea0b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14987" - ], - "x-ms-correlation-request-id": [ - "3ce37301-fd83-40aa-b5f2-4b1be1b131c6" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014002Z:3ce37301-fd83-40aa-b5f2-4b1be1b131c6" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:40:01 GMT" + "Sat, 08 Aug 2020 05:46:46 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8967", - "azsmnet9234" + "azsmnet179", + "azsmnet3427" ], "GenerateServiceName": [ - "azs-971" + "azs-562" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetDocumentWithBase64EncodedKey.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetDocumentWithBase64EncodedKey.json index bddcceb5bd40..b99ce389bc5f 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetDocumentWithBase64EncodedKey.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetDocumentWithBase64EncodedKey.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "31fc8b47-c1a3-455a-9617-540f8a64cd1a" + "943df5a4-3b6f-472d-aa65-b69040e27b3a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1198" ], "x-ms-request-id": [ - "c592087b-a4e0-4371-9cd7-dad506807c11" + "f0c1b97c-0505-4a0f-8f9d-9709bdc17165" ], "x-ms-correlation-request-id": [ - "c592087b-a4e0-4371-9cd7-dad506807c11" + "f0c1b97c-0505-4a0f-8f9d-9709bdc17165" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014011Z:c592087b-a4e0-4371-9cd7-dad506807c11" + "NORTHEUROPE:20200808T054654Z:f0c1b97c-0505-4a0f-8f9d-9709bdc17165" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:40:11 GMT" + "Sat, 08 Aug 2020 05:46:53 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5509?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NTA5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2594?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNTk0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b2f6fbe2-2b7c-4d89-8b62-36456f3d6c60" + "3edeb448-90e0-4018-a3e0-0f8df45cedd7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1199" ], "x-ms-request-id": [ - "f0081099-2be8-4eb2-8f3b-40c873b07630" + "aeacefe3-9fc9-4ce8-be28-99e6d1870be6" ], "x-ms-correlation-request-id": [ - "f0081099-2be8-4eb2-8f3b-40c873b07630" + "aeacefe3-9fc9-4ce8-be28-99e6d1870be6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014012Z:f0081099-2be8-4eb2-8f3b-40c873b07630" + "NORTHEUROPE:20200808T054655Z:aeacefe3-9fc9-4ce8-be28-99e6d1870be6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:40:12 GMT" + "Sat, 08 Aug 2020 05:46:55 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5509\",\r\n \"name\": \"azsmnet5509\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2594\",\r\n \"name\": \"azsmnet2594\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5509/providers/Microsoft.Search/searchServices/azs-2164?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTY0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2594/providers/Microsoft.Search/searchServices/azs-9674?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05Njc0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8d321520-6ca0-4311-8b31-0c492051ff15" + "3f6f1e58-5ffe-4df0-8178-dc464f20c3de" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A40%3A16.8220288Z'\"" + "W/\"datetime'2020-08-08T05%3A46%3A58.967144Z'\"" ], "x-ms-request-id": [ - "8d321520-6ca0-4311-8b31-0c492051ff15" + "3f6f1e58-5ffe-4df0-8178-dc464f20c3de" ], "request-id": [ - "8d321520-6ca0-4311-8b31-0c492051ff15" + "3f6f1e58-5ffe-4df0-8178-dc464f20c3de" ], "elapsed-time": [ - "1424" + "1452" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1199" ], "x-ms-correlation-request-id": [ - "c31a3a2a-4403-4484-ae39-2df2ddb73d47" + "3fc7c230-75d7-49e8-991d-dcd49919edd7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014017Z:c31a3a2a-4403-4484-ae39-2df2ddb73d47" + "NORTHEUROPE:20200808T054700Z:3fc7c230-75d7-49e8-991d-dcd49919edd7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:40:16 GMT" + "Sat, 08 Aug 2020 05:46:59 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5509/providers/Microsoft.Search/searchServices/azs-2164\",\r\n \"name\": \"azs-2164\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2594/providers/Microsoft.Search/searchServices/azs-9674\",\r\n \"name\": \"azs-9674\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5509/providers/Microsoft.Search/searchServices/azs-2164/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTY0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2594/providers/Microsoft.Search/searchServices/azs-9674/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05Njc0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2c67572b-f8aa-412d-a7ac-759e644474fb" + "e2cb2580-b6d4-4117-bb1c-0787730fc3d9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2c67572b-f8aa-412d-a7ac-759e644474fb" + "e2cb2580-b6d4-4117-bb1c-0787730fc3d9" ], "request-id": [ - "2c67572b-f8aa-412d-a7ac-759e644474fb" + "e2cb2580-b6d4-4117-bb1c-0787730fc3d9" ], "elapsed-time": [ - "271" + "101" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1199" ], "x-ms-correlation-request-id": [ - "19272225-f7f9-4311-9ba4-4d36ff233056" + "3c9c7283-21d1-4903-9ffa-503a22561710" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014019Z:19272225-f7f9-4311-9ba4-4d36ff233056" + "NORTHEUROPE:20200808T054702Z:3c9c7283-21d1-4903-9ffa-503a22561710" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:40:19 GMT" + "Sat, 08 Aug 2020 05:47:01 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"F71954E4F6695E3F0CB4B306C206631E\",\r\n \"secondaryKey\": \"F7C7BCD249366A7A9CBEA177997FE172\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"625105080268303DA28D6D0657533CFE\",\r\n \"secondaryKey\": \"848FC643C77D2EA04E7587F8D68D5374\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5509/providers/Microsoft.Search/searchServices/azs-2164/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTY0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2594/providers/Microsoft.Search/searchServices/azs-9674/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05Njc0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bc926bc8-bcfc-4489-8717-2bad4bfdd1a0" + "2739699c-c1f7-45eb-8360-72fb8563ff9b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "bc926bc8-bcfc-4489-8717-2bad4bfdd1a0" + "2739699c-c1f7-45eb-8360-72fb8563ff9b" ], "request-id": [ - "bc926bc8-bcfc-4489-8717-2bad4bfdd1a0" + "2739699c-c1f7-45eb-8360-72fb8563ff9b" ], "elapsed-time": [ - "92" + "95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1198" ], "x-ms-correlation-request-id": [ - "00e5b58a-a0f1-4a9e-be8c-1cff6a546ac0" + "e92eb4c8-7892-4810-bc47-d2593782942a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014020Z:00e5b58a-a0f1-4a9e-be8c-1cff6a546ac0" + "NORTHEUROPE:20200808T054703Z:e92eb4c8-7892-4810-bc47-d2593782942a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:40:19 GMT" + "Sat, 08 Aug 2020 05:47:02 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"12348FA7AE1142A2B331C872A0A3FBB4\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"5D91A8D182648DC1C55EB0DDFD48C02D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1218\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet343\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "14831891-a084-4cdc-bbe1-5da7f1c28698" + "81dafa0e-eded-436e-9e59-bd62b3fd2507" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F71954E4F6695E3F0CB4B306C206631E" + "625105080268303DA28D6D0657533CFE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6975" + "6974" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80371413F4C49\"" + "W/\"0x8D83B5E7C0194DA\"" ], "Location": [ - "https://azs-2164.search-dogfood.windows-int.net/indexes('azsmnet1218')?api-version=2019-05-06" + "https://azs-9674.search-dogfood.windows-int.net/indexes('azsmnet343')?api-version=2019-05-06" ], "request-id": [ - "14831891-a084-4cdc-bbe1-5da7f1c28698" + "81dafa0e-eded-436e-9e59-bd62b3fd2507" ], "elapsed-time": [ - "1240" + "1504" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:40:23 GMT" + "Sat, 08 Aug 2020 05:47:06 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6147" + "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2164.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80371413F4C49\\\"\",\r\n \"name\": \"azsmnet1218\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9674.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B5E7C0194DA\\\"\",\r\n \"name\": \"azsmnet343\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet1218')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMjE4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet343')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNDMnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"AQIDBAU\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "f44c8071-3fb6-4161-8c2c-9eb9ab3d8bfe" + "f642158c-4f79-4ddb-b0a7-f7279e3eff32" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "F71954E4F6695E3F0CB4B306C206631E" + "625105080268303DA28D6D0657533CFE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "f44c8071-3fb6-4161-8c2c-9eb9ab3d8bfe" + "f642158c-4f79-4ddb-b0a7-f7279e3eff32" ], "elapsed-time": [ - "142" + "343" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:40:44 GMT" + "Sat, 08 Aug 2020 05:47:27 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet1218')/docs('AQIDBAU')?$select=hotelId&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMjE4JykvZG9jcygnQVFJREJBVScpPyRzZWxlY3Q9aG90ZWxJZCZhcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet343')/docs('AQIDBAU')?$select=hotelId&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNDMnKS9kb2NzKCdBUUlEQkFVJyk/JHNlbGVjdD1ob3RlbElkJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "f8fe641b-6bbd-43ba-add3-f7f42fa97262" + "d804bde7-7ee1-4149-a7af-fc529bdffec9" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "F71954E4F6695E3F0CB4B306C206631E" + "625105080268303DA28D6D0657533CFE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "f8fe641b-6bbd-43ba-add3-f7f42fa97262" + "d804bde7-7ee1-4149-a7af-fc529bdffec9" ], "elapsed-time": [ - "12" + "84" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:40:46 GMT" + "Sat, 08 Aug 2020 05:47:29 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5509/providers/Microsoft.Search/searchServices/azs-2164?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTY0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2594/providers/Microsoft.Search/searchServices/azs-9674?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05Njc0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8d4b69e6-0082-4bb7-af0a-e5ed6ebfdb12" + "719d4e8f-4372-43ff-8d4c-a7e92f9641ab" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "8d4b69e6-0082-4bb7-af0a-e5ed6ebfdb12" - ], - "request-id": [ - "8d4b69e6-0082-4bb7-af0a-e5ed6ebfdb12" - ], - "elapsed-time": [ - "1331" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], + "x-ms-request-id": [ + "feccfce2-6804-4138-a648-3f6761d6631f" + ], "x-ms-correlation-request-id": [ - "22056460-2796-4955-a590-d1c9f1a149e6" + "feccfce2-6804-4138-a648-3f6761d6631f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014052Z:22056460-2796-4955-a590-d1c9f1a149e6" + "NORTHEUROPE:20200808T054739Z:feccfce2-6804-4138-a648-3f6761d6631f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:40:51 GMT" + "Sat, 08 Aug 2020 05:47:39 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5509", - "azsmnet1218" + "azsmnet2594", + "azsmnet343" ], "GenerateServiceName": [ - "azs-2164" + "azs-9674" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetDynamicDocument.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetDynamicDocument.json index 18095bef17d9..77de3efa1e28 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetDynamicDocument.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetDynamicDocument.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "af73bc6f-953c-4c4d-850d-c5a1ac76fef6" + "d4834088-2df9-4bfe-a133-dd7badde5028" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1195" ], "x-ms-request-id": [ - "d20efd0b-27e5-43af-9996-7cbe4499b2c4" + "90f58c59-e654-4a19-b278-3fcc9e4cf919" ], "x-ms-correlation-request-id": [ - "d20efd0b-27e5-43af-9996-7cbe4499b2c4" + "90f58c59-e654-4a19-b278-3fcc9e4cf919" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014843Z:d20efd0b-27e5-43af-9996-7cbe4499b2c4" + "NORTHEUROPE:20200808T055804Z:90f58c59-e654-4a19-b278-3fcc9e4cf919" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:48:43 GMT" + "Sat, 08 Aug 2020 05:58:04 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1378?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMzc4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6479?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2NDc5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "051c5052-8260-4de2-b400-f34c183ee50a" + "551a2802-13d8-4f80-9fae-b80410691069" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1197" ], "x-ms-request-id": [ - "d669a72c-4197-4419-bcac-2a1caa582976" + "f081186a-53c2-4e4c-bf7c-9b78fa22e7ae" ], "x-ms-correlation-request-id": [ - "d669a72c-4197-4419-bcac-2a1caa582976" + "f081186a-53c2-4e4c-bf7c-9b78fa22e7ae" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014843Z:d669a72c-4197-4419-bcac-2a1caa582976" + "NORTHEUROPE:20200808T055806Z:f081186a-53c2-4e4c-bf7c-9b78fa22e7ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:48:43 GMT" + "Sat, 08 Aug 2020 05:58:05 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1378\",\r\n \"name\": \"azsmnet1378\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6479\",\r\n \"name\": \"azsmnet6479\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1378/providers/Microsoft.Search/searchServices/azs-46?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6479/providers/Microsoft.Search/searchServices/azs-2486?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNDg2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "749bc23b-70d9-4c2a-9bbe-a84673aa723c" + "942e44bd-ff18-49ef-8fc1-e25a39fee66d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A48%3A48.1699649Z'\"" + "W/\"datetime'2020-08-08T05%3A58%3A12.6407525Z'\"" ], "x-ms-request-id": [ - "749bc23b-70d9-4c2a-9bbe-a84673aa723c" + "942e44bd-ff18-49ef-8fc1-e25a39fee66d" ], "request-id": [ - "749bc23b-70d9-4c2a-9bbe-a84673aa723c" + "942e44bd-ff18-49ef-8fc1-e25a39fee66d" ], "elapsed-time": [ - "1430" + "1857" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1197" ], "x-ms-correlation-request-id": [ - "a7ae9bcd-2cf5-40e4-adc9-cc0802c50981" + "e38e3f1c-947b-4d1e-9021-c88733c02278" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014848Z:a7ae9bcd-2cf5-40e4-adc9-cc0802c50981" + "NORTHEUROPE:20200808T055813Z:e38e3f1c-947b-4d1e-9021-c88733c02278" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:48:48 GMT" + "Sat, 08 Aug 2020 05:58:13 GMT" ], "Content-Length": [ - "525" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1378/providers/Microsoft.Search/searchServices/azs-46\",\r\n \"name\": \"azs-46\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6479/providers/Microsoft.Search/searchServices/azs-2486\",\r\n \"name\": \"azs-2486\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1378/providers/Microsoft.Search/searchServices/azs-46/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Ni9saXN0QWRtaW5LZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6479/providers/Microsoft.Search/searchServices/azs-2486/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNDg2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "888ed624-6a39-4a25-8d7d-ff5032689f12" + "e125d726-4386-4a14-adc8-53cfb16d9293" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "888ed624-6a39-4a25-8d7d-ff5032689f12" + "e125d726-4386-4a14-adc8-53cfb16d9293" ], "request-id": [ - "888ed624-6a39-4a25-8d7d-ff5032689f12" + "e125d726-4386-4a14-adc8-53cfb16d9293" ], "elapsed-time": [ - "307" + "234" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1196" ], "x-ms-correlation-request-id": [ - "0fe79e60-fec3-4d58-b0e6-eb9bf3d9bc51" + "c815e18e-7667-4b08-acd9-1fa20512a429" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014851Z:0fe79e60-fec3-4d58-b0e6-eb9bf3d9bc51" + "NORTHEUROPE:20200808T055816Z:c815e18e-7667-4b08-acd9-1fa20512a429" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:48:51 GMT" + "Sat, 08 Aug 2020 05:58:15 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"01FFFCDF542C8C90669A7B133D48717E\",\r\n \"secondaryKey\": \"E8CD22D82189504D7664AA7F111CC27F\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"6944033CF9E0F8DE0D875EFD4A82BCD7\",\r\n \"secondaryKey\": \"51E9ABEE3A1C17976C30D50E53E60CA1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1378/providers/Microsoft.Search/searchServices/azs-46/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Ni9saXN0UXVlcnlLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6479/providers/Microsoft.Search/searchServices/azs-2486/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNDg2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2d372788-664f-44ea-b7d6-a737d5caf39b" + "d914864a-17dc-4c96-8bbd-10963523af93" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2d372788-664f-44ea-b7d6-a737d5caf39b" + "d914864a-17dc-4c96-8bbd-10963523af93" ], "request-id": [ - "2d372788-664f-44ea-b7d6-a737d5caf39b" + "d914864a-17dc-4c96-8bbd-10963523af93" ], "elapsed-time": [ - "137" + "214" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1195" ], "x-ms-correlation-request-id": [ - "351c0cbc-7537-4cc4-96cf-d528063cd54e" + "00545e1c-39bf-4f31-bd6c-17c75f1d859d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014851Z:351c0cbc-7537-4cc4-96cf-d528063cd54e" + "NORTHEUROPE:20200808T055816Z:00545e1c-39bf-4f31-bd6c-17c75f1d859d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:48:51 GMT" + "Sat, 08 Aug 2020 05:58:16 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"963F1484C954ED0B4B234D0A7925BFCB\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D2740A82B6D6BF1B810C6AB983D74908\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3821\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4352\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "52c62126-2d8d-494e-91ca-0634eae37860" + "420c542f-40d0-41ef-bc02-a3d2f7af76d9" ], "Accept-Language": [ "en-US" ], "api-key": [ - "01FFFCDF542C8C90669A7B133D48717E" + "6944033CF9E0F8DE0D875EFD4A82BCD7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037271F98F6C\"" + "W/\"0x8D83B600D6280FE\"" ], "Location": [ - "https://azs-46.search-dogfood.windows-int.net/indexes('azsmnet3821')?api-version=2019-05-06" + "https://azs-2486.search-dogfood.windows-int.net/indexes('azsmnet4352')?api-version=2019-05-06" ], "request-id": [ - "52c62126-2d8d-494e-91ca-0634eae37860" + "420c542f-40d0-41ef-bc02-a3d2f7af76d9" ], "elapsed-time": [ - "1240" + "1464" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:48:54 GMT" + "Sat, 08 Aug 2020 05:58:20 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6145" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-46.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037271F98F6C\\\"\",\r\n \"name\": \"azsmnet3821\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2486.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B600D6280FE\\\"\",\r\n \"name\": \"azsmnet4352\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet3821')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzODIxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4352')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MzUyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "77294ca7-297f-4eb3-a449-9d394093aa71" + "c70f15cc-40b5-434c-a45a-70283af89203" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "01FFFCDF542C8C90669A7B133D48717E" + "6944033CF9E0F8DE0D875EFD4A82BCD7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "77294ca7-297f-4eb3-a449-9d394093aa71" + "c70f15cc-40b5-434c-a45a-70283af89203" ], "elapsed-time": [ - "188" + "201" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:49:16 GMT" + "Sat, 08 Aug 2020 05:58:41 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3821')/docs('1')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzODIxJykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet4352')/docs('1')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MzUyJykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "502ed0c3-0f3d-41ca-af1a-a1d230535830" + "d2e7db4c-2368-4aae-b634-9783da7a951c" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "01FFFCDF542C8C90669A7B133D48717E" + "6944033CF9E0F8DE0D875EFD4A82BCD7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "502ed0c3-0f3d-41ca-af1a-a1d230535830" + "d2e7db4c-2368-4aae-b634-9783da7a951c" ], "elapsed-time": [ - "30" + "32" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:49:18 GMT" + "Sat, 08 Aug 2020 05:58:44 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1378/providers/Microsoft.Search/searchServices/azs-46?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6479/providers/Microsoft.Search/searchServices/azs-2486?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNDg2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c7fb2b19-39e8-405f-81fd-4fde481df2f4" + "271acde8-84d3-4892-9cce-c51ee7020a13" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], "x-ms-request-id": [ - "c7fb2b19-39e8-405f-81fd-4fde481df2f4" + "9454ec5f-7a4c-4285-8943-44a975820e53" ], - "request-id": [ - "c7fb2b19-39e8-405f-81fd-4fde481df2f4" + "x-ms-correlation-request-id": [ + "9454ec5f-7a4c-4285-8943-44a975820e53" ], - "elapsed-time": [ - "1113" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T055855Z:9454ec5f-7a4c-4285-8943-44a975820e53" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14988" - ], - "x-ms-correlation-request-id": [ - "0e3659f2-0b27-4102-ba72-91be3204d8e7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014923Z:0e3659f2-0b27-4102-ba72-91be3204d8e7" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:49:22 GMT" + "Sat, 08 Aug 2020 05:58:55 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet1378", - "azsmnet3821" + "azsmnet6479", + "azsmnet4352" ], "GenerateServiceName": [ - "azs-46" + "azs-2486" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetDynamicDocumentWithNullOrEmptyValues.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetDynamicDocumentWithNullOrEmptyValues.json index b71f5ae5d023..05d0e007d537 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetDynamicDocumentWithNullOrEmptyValues.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetDynamicDocumentWithNullOrEmptyValues.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6019abcb-bb1a-42ff-8e2b-2c2162e60efa" + "1fed03f6-0083-4497-857b-46c2c6c019a3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1199" ], "x-ms-request-id": [ - "1d8c4b8e-f66c-4b2b-b215-4439666c683f" + "ef673124-4826-425e-be61-ccae32dfd486" ], "x-ms-correlation-request-id": [ - "1d8c4b8e-f66c-4b2b-b215-4439666c683f" + "ef673124-4826-425e-be61-ccae32dfd486" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013754Z:1d8c4b8e-f66c-4b2b-b215-4439666c683f" + "NORTHEUROPE:20200808T054351Z:ef673124-4826-425e-be61-ccae32dfd486" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:37:53 GMT" + "Sat, 08 Aug 2020 05:43:50 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6314?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MzE0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2310?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMzEwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "db626647-7235-4ef2-8991-0b876c3c6f5e" + "635b6074-284f-440e-9d87-d25d05141951" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1199" ], "x-ms-request-id": [ - "442689e8-5336-43e8-a6e1-150e094e5d6c" + "37897d55-c783-4836-a6b4-339ed863ac02" ], "x-ms-correlation-request-id": [ - "442689e8-5336-43e8-a6e1-150e094e5d6c" + "37897d55-c783-4836-a6b4-339ed863ac02" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013755Z:442689e8-5336-43e8-a6e1-150e094e5d6c" + "NORTHEUROPE:20200808T054352Z:37897d55-c783-4836-a6b4-339ed863ac02" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:37:54 GMT" + "Sat, 08 Aug 2020 05:43:52 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6314\",\r\n \"name\": \"azsmnet6314\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2310\",\r\n \"name\": \"azsmnet2310\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6314/providers/Microsoft.Search/searchServices/azs-3073?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMDczP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2310/providers/Microsoft.Search/searchServices/azs-8319?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzE5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dcf9e0a8-e00c-49ea-9196-b27725ad7d45" + "2e458380-3f70-4bc6-b9ca-e5c14fc39ade" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A37%3A58.7641506Z'\"" + "W/\"datetime'2020-08-08T05%3A43%3A58.4433179Z'\"" ], "x-ms-request-id": [ - "dcf9e0a8-e00c-49ea-9196-b27725ad7d45" + "2e458380-3f70-4bc6-b9ca-e5c14fc39ade" ], "request-id": [ - "dcf9e0a8-e00c-49ea-9196-b27725ad7d45" + "2e458380-3f70-4bc6-b9ca-e5c14fc39ade" ], "elapsed-time": [ - "1341" + "1733" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1199" ], "x-ms-correlation-request-id": [ - "32b16982-4704-4292-a9b9-046818419780" + "743f739c-e78d-467c-adeb-56ad0a380956" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013759Z:32b16982-4704-4292-a9b9-046818419780" + "NORTHEUROPE:20200808T054359Z:743f739c-e78d-467c-adeb-56ad0a380956" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:37:59 GMT" + "Sat, 08 Aug 2020 05:43:58 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6314/providers/Microsoft.Search/searchServices/azs-3073\",\r\n \"name\": \"azs-3073\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2310/providers/Microsoft.Search/searchServices/azs-8319\",\r\n \"name\": \"azs-8319\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6314/providers/Microsoft.Search/searchServices/azs-3073/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMDczL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2310/providers/Microsoft.Search/searchServices/azs-8319/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzE5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "239c4932-6543-4288-9a7c-8d3396df08a7" + "28b68968-731b-423a-a75a-1a772aea2f03" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "239c4932-6543-4288-9a7c-8d3396df08a7" + "28b68968-731b-423a-a75a-1a772aea2f03" ], "request-id": [ - "239c4932-6543-4288-9a7c-8d3396df08a7" + "28b68968-731b-423a-a75a-1a772aea2f03" ], "elapsed-time": [ - "327" + "90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1199" ], "x-ms-correlation-request-id": [ - "d314f029-17d9-4cee-bb9f-c85d98d0a7b6" + "07725bc1-011c-487f-a302-53ee0f161d48" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013801Z:d314f029-17d9-4cee-bb9f-c85d98d0a7b6" + "NORTHEUROPE:20200808T054402Z:07725bc1-011c-487f-a302-53ee0f161d48" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:38:01 GMT" + "Sat, 08 Aug 2020 05:44:02 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"0F2CE98DB481F50E9D784A0BB2087BCD\",\r\n \"secondaryKey\": \"338553886B3449F60F4500D57599F9E7\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"0DFB0D61843FEDC114D02D47A7A017AA\",\r\n \"secondaryKey\": \"05DAC1399AF8B2683EBB045445657FCD\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6314/providers/Microsoft.Search/searchServices/azs-3073/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMDczL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2310/providers/Microsoft.Search/searchServices/azs-8319/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzE5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ba93aafb-7f15-4054-aef7-e170ff1c56f2" + "1c03c3c8-8d16-4efe-9651-daf8f18ceed5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ba93aafb-7f15-4054-aef7-e170ff1c56f2" + "1c03c3c8-8d16-4efe-9651-daf8f18ceed5" ], "request-id": [ - "ba93aafb-7f15-4054-aef7-e170ff1c56f2" + "1c03c3c8-8d16-4efe-9651-daf8f18ceed5" ], "elapsed-time": [ - "225" + "93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1198" ], "x-ms-correlation-request-id": [ - "4d0e0e37-71c9-4672-b02d-f04731b0b7b7" + "fd6fada1-b9d0-477f-a9e1-0a5618cbd351" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013802Z:4d0e0e37-71c9-4672-b02d-f04731b0b7b7" + "NORTHEUROPE:20200808T054403Z:fd6fada1-b9d0-477f-a9e1-0a5618cbd351" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:38:01 GMT" + "Sat, 08 Aug 2020 05:44:02 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D3C4D5962AE0EAF86E86481909330EA7\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"508DC27E90CAA59BD1F22DD65954F0D6\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6368\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4155\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8c09eb8b-bef6-4246-8722-adae5a74dd3d" + "ce201cb7-3d7d-48d2-bf1f-85de084d5673" ], "Accept-Language": [ "en-US" ], "api-key": [ - "0F2CE98DB481F50E9D784A0BB2087BCD" + "0DFB0D61843FEDC114D02D47A7A017AA" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80370EEC41DB8\"" + "W/\"0x8D83B5E1218FFC7\"" ], "Location": [ - "https://azs-3073.search-dogfood.windows-int.net/indexes('azsmnet6368')?api-version=2019-05-06" + "https://azs-8319.search-dogfood.windows-int.net/indexes('azsmnet4155')?api-version=2019-05-06" ], "request-id": [ - "8c09eb8b-bef6-4246-8722-adae5a74dd3d" + "ce201cb7-3d7d-48d2-bf1f-85de084d5673" ], "elapsed-time": [ - "1195" + "3571" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:38:04 GMT" + "Sat, 08 Aug 2020 05:44:09 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3073.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80370EEC41DB8\\\"\",\r\n \"name\": \"azsmnet6368\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8319.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B5E1218FFC7\\\"\",\r\n \"name\": \"azsmnet4155\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet6368')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MzY4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4155')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MTU1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": [\r\n {\r\n \"baseRate\": null,\r\n \"bedOptions\": null,\r\n \"sleepsCount\": null,\r\n \"smokingAllowed\": null,\r\n \"tags\": []\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "48ebcc68-ba65-4dc4-8560-e485d23ee1cf" + "5c0ce96a-2463-48e2-b2c1-ceae2d3453dc" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "0F2CE98DB481F50E9D784A0BB2087BCD" + "0DFB0D61843FEDC114D02D47A7A017AA" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "48ebcc68-ba65-4dc4-8560-e485d23ee1cf" + "5c0ce96a-2463-48e2-b2c1-ceae2d3453dc" ], "elapsed-time": [ - "181" + "169" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:38:26 GMT" + "Sat, 08 Aug 2020 05:44:30 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet6368')/docs('1')?$select=hotelId%2ChotelName%2Ctags%2CparkingIncluded%2ClastRenovationDate%2Crating%2Clocation%2Caddress%2Crooms%2FbaseRate%2Crooms%2FbedOptions%2Crooms%2FsleepsCount%2Crooms%2FsmokingAllowed%2Crooms%2Ftags&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MzY4JykvZG9jcygnMScpPyRzZWxlY3Q9aG90ZWxJZCUyQ2hvdGVsTmFtZSUyQ3RhZ3MlMkNwYXJraW5nSW5jbHVkZWQlMkNsYXN0UmVub3ZhdGlvbkRhdGUlMkNyYXRpbmclMkNsb2NhdGlvbiUyQ2FkZHJlc3MlMkNyb29tcyUyRmJhc2VSYXRlJTJDcm9vbXMlMkZiZWRPcHRpb25zJTJDcm9vbXMlMkZzbGVlcHNDb3VudCUyQ3Jvb21zJTJGc21va2luZ0FsbG93ZWQlMkNyb29tcyUyRnRhZ3MmYXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4155')/docs('1')?$select=hotelId%2ChotelName%2Ctags%2CparkingIncluded%2ClastRenovationDate%2Crating%2Clocation%2Caddress%2Crooms%2FbaseRate%2Crooms%2FbedOptions%2Crooms%2FsleepsCount%2Crooms%2FsmokingAllowed%2Crooms%2Ftags&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MTU1JykvZG9jcygnMScpPyRzZWxlY3Q9aG90ZWxJZCUyQ2hvdGVsTmFtZSUyQ3RhZ3MlMkNwYXJraW5nSW5jbHVkZWQlMkNsYXN0UmVub3ZhdGlvbkRhdGUlMkNyYXRpbmclMkNsb2NhdGlvbiUyQ2FkZHJlc3MlMkNyb29tcyUyRmJhc2VSYXRlJTJDcm9vbXMlMkZiZWRPcHRpb25zJTJDcm9vbXMlMkZzbGVlcHNDb3VudCUyQ3Jvb21zJTJGc21va2luZ0FsbG93ZWQlMkNyb29tcyUyRnRhZ3MmYXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "9b08abfb-5b45-4477-8b04-9d95858ebdb9" + "23d135f3-b74e-42bf-b45a-ec47f0d9338b" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "0F2CE98DB481F50E9D784A0BB2087BCD" + "0DFB0D61843FEDC114D02D47A7A017AA" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "9b08abfb-5b45-4477-8b04-9d95858ebdb9" + "23d135f3-b74e-42bf-b45a-ec47f0d9338b" ], "elapsed-time": [ - "22" + "55" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:38:28 GMT" + "Sat, 08 Aug 2020 05:44:32 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6314/providers/Microsoft.Search/searchServices/azs-3073?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMDczP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2310/providers/Microsoft.Search/searchServices/azs-8319?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzE5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a40e3224-c08c-4bc2-a990-c152de068fb3" + "abc78ad5-19df-438d-9e47-a43f1f7a90dd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14997" + ], "x-ms-request-id": [ - "a40e3224-c08c-4bc2-a990-c152de068fb3" + "ea229e51-bd2f-48f9-8de2-85197a932919" ], - "request-id": [ - "a40e3224-c08c-4bc2-a990-c152de068fb3" + "x-ms-correlation-request-id": [ + "ea229e51-bd2f-48f9-8de2-85197a932919" ], - "elapsed-time": [ - "1150" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T054543Z:ea229e51-bd2f-48f9-8de2-85197a932919" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" - ], - "x-ms-correlation-request-id": [ - "c69fce1a-2d09-48e2-8bee-b0d5ba9084ac" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013832Z:c69fce1a-2d09-48e2-8bee-b0d5ba9084ac" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:38:32 GMT" + "Sat, 08 Aug 2020 05:45:42 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6314", - "azsmnet6368" + "azsmnet2310", + "azsmnet4155" ], "GenerateServiceName": [ - "azs-3073" + "azs-8319" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetStaticallyTypedDocument.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetStaticallyTypedDocument.json index 889cfa08ed55..42de7765e5bf 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetStaticallyTypedDocument.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetStaticallyTypedDocument.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fb5ca7e4-361b-4107-90fa-569bf30bb8c4" + "6f02b756-1b8e-44b6-98cb-3dd42f52e26f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1197" ], "x-ms-request-id": [ - "e9bb4e99-da5d-4377-a320-a53cdcdd616d" + "c7709560-4a51-4238-8b4b-d7e7028d13a1" ], "x-ms-correlation-request-id": [ - "e9bb4e99-da5d-4377-a320-a53cdcdd616d" + "c7709560-4a51-4238-8b4b-d7e7028d13a1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014636Z:e9bb4e99-da5d-4377-a320-a53cdcdd616d" + "NORTHEUROPE:20200808T055528Z:c7709560-4a51-4238-8b4b-d7e7028d13a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:46:36 GMT" + "Sat, 08 Aug 2020 05:55:28 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet962?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NjI/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9544?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NTQ0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c6ce30ba-3e73-4460-96ab-fcfce4305f9c" + "b9b0a817-9e12-4738-bee8-7579e441ec0e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1198" ], "x-ms-request-id": [ - "3b1ce5c8-346e-4546-b21f-46ff3258cdc3" + "4ae84b1c-5060-4002-9ea8-6bf2cbec3b73" ], "x-ms-correlation-request-id": [ - "3b1ce5c8-346e-4546-b21f-46ff3258cdc3" + "4ae84b1c-5060-4002-9ea8-6bf2cbec3b73" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014637Z:3b1ce5c8-346e-4546-b21f-46ff3258cdc3" + "NORTHEUROPE:20200808T055530Z:4ae84b1c-5060-4002-9ea8-6bf2cbec3b73" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:46:36 GMT" + "Sat, 08 Aug 2020 05:55:29 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet962\",\r\n \"name\": \"azsmnet962\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9544\",\r\n \"name\": \"azsmnet9544\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet962/providers/Microsoft.Search/searchServices/azs-9831?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk4MzE/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9544/providers/Microsoft.Search/searchServices/azs-1852?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NTQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODUyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ae353d8d-3f04-40f8-8c03-fd5b28ecb426" + "fb8a4a25-3a19-4244-b86b-2593935bcbc3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A46%3A42.3391473Z'\"" + "W/\"datetime'2020-08-08T05%3A55%3A36.5965134Z'\"" ], "x-ms-request-id": [ - "ae353d8d-3f04-40f8-8c03-fd5b28ecb426" + "fb8a4a25-3a19-4244-b86b-2593935bcbc3" ], "request-id": [ - "ae353d8d-3f04-40f8-8c03-fd5b28ecb426" + "fb8a4a25-3a19-4244-b86b-2593935bcbc3" ], "elapsed-time": [ - "2212" + "4002" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1196" ], "x-ms-correlation-request-id": [ - "7dfe8805-4579-41d5-b5ac-032a4a8eedc9" + "3f8f768d-6477-467c-8617-fdb30973bb75" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014643Z:7dfe8805-4579-41d5-b5ac-032a4a8eedc9" + "NORTHEUROPE:20200808T055539Z:3f8f768d-6477-467c-8617-fdb30973bb75" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:46:42 GMT" + "Sat, 08 Aug 2020 05:55:39 GMT" ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet962/providers/Microsoft.Search/searchServices/azs-9831\",\r\n \"name\": \"azs-9831\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9544/providers/Microsoft.Search/searchServices/azs-1852\",\r\n \"name\": \"azs-1852\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet962/providers/Microsoft.Search/searchServices/azs-9831/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk4MzEvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9544/providers/Microsoft.Search/searchServices/azs-1852/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NTQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODUyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5777da3-a2cb-41c5-a3da-ca7d7318d5fb" + "585e7765-d101-44a8-aa06-98cfd6dfc44b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c5777da3-a2cb-41c5-a3da-ca7d7318d5fb" + "585e7765-d101-44a8-aa06-98cfd6dfc44b" ], "request-id": [ - "c5777da3-a2cb-41c5-a3da-ca7d7318d5fb" + "585e7765-d101-44a8-aa06-98cfd6dfc44b" ], "elapsed-time": [ - "301" + "505" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1194" ], "x-ms-correlation-request-id": [ - "703ea2ca-d87f-40b1-a51b-19b91b26945f" + "bf06b20e-afa4-4b51-9514-da9a15f53043" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014645Z:703ea2ca-d87f-40b1-a51b-19b91b26945f" + "NORTHEUROPE:20200808T055541Z:bf06b20e-afa4-4b51-9514-da9a15f53043" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:46:45 GMT" + "Sat, 08 Aug 2020 05:55:41 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"2C02CC4E2588FBBA76F877B3D6E91173\",\r\n \"secondaryKey\": \"6634CE469F9118140D2DAED708B770A9\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"1AE308DC255030E457C43706F56C4085\",\r\n \"secondaryKey\": \"794E83B19270AF6E7E659B41B7684D16\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet962/providers/Microsoft.Search/searchServices/azs-9831/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk4MzEvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9544/providers/Microsoft.Search/searchServices/azs-1852/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NTQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODUyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3089198-8ff8-4f7d-af0f-cbeab76480c2" + "d875eec2-8398-4e0a-8723-3521cb7516d6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f3089198-8ff8-4f7d-af0f-cbeab76480c2" + "d875eec2-8398-4e0a-8723-3521cb7516d6" ], "request-id": [ - "f3089198-8ff8-4f7d-af0f-cbeab76480c2" + "d875eec2-8398-4e0a-8723-3521cb7516d6" ], "elapsed-time": [ - "139" + "515" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1193" ], "x-ms-correlation-request-id": [ - "1d6d0ccd-7ae6-4a64-9562-e126c8715bdf" + "9a086d19-8e4b-4b7b-9399-4a5a11dde227" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014646Z:1d6d0ccd-7ae6-4a64-9562-e126c8715bdf" + "NORTHEUROPE:20200808T055542Z:9a086d19-8e4b-4b7b-9399-4a5a11dde227" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:46:45 GMT" + "Sat, 08 Aug 2020 05:55:42 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"6037DDCC80B27D4E08ADA914A965EC24\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F0C32DA177087444ACB3F936225FE92E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4895\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8125\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "9e6c7f25-7d57-4f62-8374-2635eb58ac0d" + "3879a347-44c0-41c1-ac1d-ff9feebca3d7" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2C02CC4E2588FBBA76F877B3D6E91173" + "1AE308DC255030E457C43706F56C4085" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037226DC8547\"" + "W/\"0x8D83B5FB1099A1F\"" ], "Location": [ - "https://azs-9831.search-dogfood.windows-int.net/indexes('azsmnet4895')?api-version=2019-05-06" + "https://azs-1852.search-dogfood.windows-int.net/indexes('azsmnet8125')?api-version=2019-05-06" ], "request-id": [ - "9e6c7f25-7d57-4f62-8374-2635eb58ac0d" + "3879a347-44c0-41c1-ac1d-ff9feebca3d7" ], "elapsed-time": [ - "1216" + "754" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:46:48 GMT" + "Sat, 08 Aug 2020 05:55:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9831.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037226DC8547\\\"\",\r\n \"name\": \"azsmnet4895\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1852.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B5FB1099A1F\\\"\",\r\n \"name\": \"azsmnet8125\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet4895')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0ODk1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8125')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MTI1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "d23c725f-2b37-4c58-a231-8b8b2edae91c" + "967329c1-3ddc-49a5-becc-e8890d278d25" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "2C02CC4E2588FBBA76F877B3D6E91173" + "1AE308DC255030E457C43706F56C4085" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "d23c725f-2b37-4c58-a231-8b8b2edae91c" + "967329c1-3ddc-49a5-becc-e8890d278d25" ], "elapsed-time": [ - "345" + "286" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:47:10 GMT" + "Sat, 08 Aug 2020 05:56:07 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4895')/docs('1')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0ODk1JykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet8125')/docs('1')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MTI1JykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "ddbadf5b-2b7b-471b-84af-f42ac4212c1e" + "a34849b2-b6d4-411d-b927-d4e19d5acefd" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "2C02CC4E2588FBBA76F877B3D6E91173" + "1AE308DC255030E457C43706F56C4085" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "ddbadf5b-2b7b-471b-84af-f42ac4212c1e" + "a34849b2-b6d4-411d-b927-d4e19d5acefd" ], "elapsed-time": [ - "25" + "26" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:47:10 GMT" + "Sat, 08 Aug 2020 05:56:07 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet962/providers/Microsoft.Search/searchServices/azs-9831?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk4MzE/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9544/providers/Microsoft.Search/searchServices/azs-1852?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NTQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODUyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c04eaa04-8ff2-4053-8246-45802b3d2656" + "4715044a-f211-4cc4-b120-349a001965ae" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14997" + ], "x-ms-request-id": [ - "c04eaa04-8ff2-4053-8246-45802b3d2656" + "88b0def7-ba40-4824-95d9-44a82276b585" ], - "request-id": [ - "c04eaa04-8ff2-4053-8246-45802b3d2656" + "x-ms-correlation-request-id": [ + "88b0def7-ba40-4824-95d9-44a82276b585" ], - "elapsed-time": [ - "1242" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T055616Z:88b0def7-ba40-4824-95d9-44a82276b585" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" - ], - "x-ms-correlation-request-id": [ - "d273b8ef-88e7-4fc6-a4d6-79b75efd8679" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014715Z:d273b8ef-88e7-4fc6-a4d6-79b75efd8679" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:47:15 GMT" + "Sat, 08 Aug 2020 05:56:16 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet962", - "azsmnet4895" + "azsmnet9544", + "azsmnet8125" ], "GenerateServiceName": [ - "azs-9831" + "azs-1852" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetStaticallyTypedDocumentWithNullOrEmptyValues.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetStaticallyTypedDocumentWithNullOrEmptyValues.json index b088a11c9345..3aa85293af8a 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetStaticallyTypedDocumentWithNullOrEmptyValues.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetStaticallyTypedDocumentWithNullOrEmptyValues.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "611813e1-248f-4dd3-bddf-d87034d28ab1" + "4e0a332e-f8c0-400c-b0e7-e35b60675d17" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1197" ], "x-ms-request-id": [ - "33e1c407-4cac-4c48-ad2e-514df0fb74fe" + "83a8f17d-5289-462f-82aa-394cca60aeae" ], "x-ms-correlation-request-id": [ - "33e1c407-4cac-4c48-ad2e-514df0fb74fe" + "83a8f17d-5289-462f-82aa-394cca60aeae" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014058Z:33e1c407-4cac-4c48-ad2e-514df0fb74fe" + "NORTHEUROPE:20200808T054746Z:83a8f17d-5289-462f-82aa-394cca60aeae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:40:58 GMT" + "Sat, 08 Aug 2020 05:47:46 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5669?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NjY5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7646?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NjQ2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "51cfd2bf-95c0-4c70-9f31-8305d84bcdc0" + "c5b85f65-9a60-4f08-a660-5ed8cad10145" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1197" ], "x-ms-request-id": [ - "1c58cebc-2e57-4936-bff5-67e66649dd77" + "678674b8-d0e1-4d2d-b387-a3696566cff3" ], "x-ms-correlation-request-id": [ - "1c58cebc-2e57-4936-bff5-67e66649dd77" + "678674b8-d0e1-4d2d-b387-a3696566cff3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014058Z:1c58cebc-2e57-4936-bff5-67e66649dd77" + "NORTHEUROPE:20200808T054747Z:678674b8-d0e1-4d2d-b387-a3696566cff3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:40:58 GMT" + "Sat, 08 Aug 2020 05:47:47 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5669\",\r\n \"name\": \"azsmnet5669\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7646\",\r\n \"name\": \"azsmnet7646\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5669/providers/Microsoft.Search/searchServices/azs-9870?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODcwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7646/providers/Microsoft.Search/searchServices/azs-166?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjQ2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNjY/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "90a0913f-ebc2-4365-aea5-f6cfceb3eb67" + "bf8d02ec-930f-4fd2-8633-7c1a5de15965" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A41%3A02.8840211Z'\"" + "W/\"datetime'2020-08-08T05%3A47%3A52.4866751Z'\"" ], "x-ms-request-id": [ - "90a0913f-ebc2-4365-aea5-f6cfceb3eb67" + "bf8d02ec-930f-4fd2-8633-7c1a5de15965" ], "request-id": [ - "90a0913f-ebc2-4365-aea5-f6cfceb3eb67" + "bf8d02ec-930f-4fd2-8633-7c1a5de15965" ], "elapsed-time": [ - "1361" + "1331" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1199" ], "x-ms-correlation-request-id": [ - "41547760-d14c-46da-b8f6-30c22c7fdd91" + "47abe807-eef6-45d5-a667-baa70a931ec1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014103Z:41547760-d14c-46da-b8f6-30c22c7fdd91" + "NORTHEUROPE:20200808T054753Z:47abe807-eef6-45d5-a667-baa70a931ec1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:41:03 GMT" + "Sat, 08 Aug 2020 05:47:52 GMT" ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5669/providers/Microsoft.Search/searchServices/azs-9870\",\r\n \"name\": \"azs-9870\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7646/providers/Microsoft.Search/searchServices/azs-166\",\r\n \"name\": \"azs-166\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5669/providers/Microsoft.Search/searchServices/azs-9870/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODcwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7646/providers/Microsoft.Search/searchServices/azs-166/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjQ2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNjYvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "845ae735-dfc3-4d81-8c8b-d7b4d15d57d5" + "df487c0c-eaac-4f0b-b891-d46e1ae3f29c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "845ae735-dfc3-4d81-8c8b-d7b4d15d57d5" + "df487c0c-eaac-4f0b-b891-d46e1ae3f29c" ], "request-id": [ - "845ae735-dfc3-4d81-8c8b-d7b4d15d57d5" + "df487c0c-eaac-4f0b-b891-d46e1ae3f29c" ], "elapsed-time": [ - "332" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1199" ], "x-ms-correlation-request-id": [ - "ac9726d4-d897-4530-8763-0562d572a1c3" + "d91dc08e-6935-442d-96e3-27523835b346" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014106Z:ac9726d4-d897-4530-8763-0562d572a1c3" + "NORTHEUROPE:20200808T054755Z:d91dc08e-6935-442d-96e3-27523835b346" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:41:05 GMT" + "Sat, 08 Aug 2020 05:47:55 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"E56C6DD470A6443C1E6A2BFB5BDE187C\",\r\n \"secondaryKey\": \"5F901AAFC86FB098DA2FB425118E5524\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"79E34E40DAF539C0A8F275D0EC7EA5C3\",\r\n \"secondaryKey\": \"5DB935A3E345D68E83842C0906D3AF7C\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5669/providers/Microsoft.Search/searchServices/azs-9870/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODcwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7646/providers/Microsoft.Search/searchServices/azs-166/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjQ2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNjYvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eb5b57b2-80db-4cf5-8536-57832cd7db35" + "c55bb3d6-0f8d-45d1-bc3b-f470e6b56d77" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "eb5b57b2-80db-4cf5-8536-57832cd7db35" + "c55bb3d6-0f8d-45d1-bc3b-f470e6b56d77" ], "request-id": [ - "eb5b57b2-80db-4cf5-8536-57832cd7db35" + "c55bb3d6-0f8d-45d1-bc3b-f470e6b56d77" ], "elapsed-time": [ - "237" + "93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1198" ], "x-ms-correlation-request-id": [ - "fbdb8cac-8002-4e05-8633-949336dcbe3e" + "22e31e4f-4cd4-4d76-aaa5-8700ea37e29f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014106Z:fbdb8cac-8002-4e05-8633-949336dcbe3e" + "NORTHEUROPE:20200808T054756Z:22e31e4f-4cd4-4d76-aaa5-8700ea37e29f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:41:05 GMT" + "Sat, 08 Aug 2020 05:47:55 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F737FB0A807248E14E8DD781D8A67274\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"BB7615B422C967343A4B4BE43DD78D07\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2672\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6248\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "b0ea6227-ec96-4da9-93f1-ee0ce8866ebc" + "35373ba7-f4ec-4013-a352-0ffe54721d81" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E56C6DD470A6443C1E6A2BFB5BDE187C" + "79E34E40DAF539C0A8F275D0EC7EA5C3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803715C78336F\"" + "W/\"0x8D83B5E9B5036C3\"" ], "Location": [ - "https://azs-9870.search-dogfood.windows-int.net/indexes('azsmnet2672')?api-version=2019-05-06" + "https://azs-166.search-dogfood.windows-int.net/indexes('azsmnet6248')?api-version=2019-05-06" ], "request-id": [ - "b0ea6227-ec96-4da9-93f1-ee0ce8866ebc" + "35373ba7-f4ec-4013-a352-0ffe54721d81" ], "elapsed-time": [ - "1166" + "1478" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:41:08 GMT" + "Sat, 08 Aug 2020 05:47:59 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6147" + "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9870.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803715C78336F\\\"\",\r\n \"name\": \"azsmnet2672\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-166.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B5E9B5036C3\\\"\",\r\n \"name\": \"azsmnet6248\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet2672')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNjcyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6248')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MjQ4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"tags\": [],\r\n \"address\": {},\r\n \"rooms\": [\r\n {},\r\n {\r\n \"tags\": []\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "b041615c-ab25-47ae-8240-e89decd2a19c" + "a7ee6e2c-6447-41b3-9ae9-3b0f25e496f4" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "E56C6DD470A6443C1E6A2BFB5BDE187C" + "79E34E40DAF539C0A8F275D0EC7EA5C3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "b041615c-ab25-47ae-8240-e89decd2a19c" + "a7ee6e2c-6447-41b3-9ae9-3b0f25e496f4" ], "elapsed-time": [ - "266" + "173" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:41:30 GMT" + "Sat, 08 Aug 2020 05:48:21 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet2672')/docs('1')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNjcyJykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet6248')/docs('1')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MjQ4JykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "9227c8d8-c8d6-4e3e-b74b-eb762e9717c7" + "b39d78a1-baa7-422d-b442-8f17fd297613" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "E56C6DD470A6443C1E6A2BFB5BDE187C" + "79E34E40DAF539C0A8F275D0EC7EA5C3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "9227c8d8-c8d6-4e3e-b74b-eb762e9717c7" + "b39d78a1-baa7-422d-b442-8f17fd297613" ], "elapsed-time": [ - "21" + "462" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:41:32 GMT" + "Sat, 08 Aug 2020 05:48:23 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5669/providers/Microsoft.Search/searchServices/azs-9870?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODcwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7646/providers/Microsoft.Search/searchServices/azs-166?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjQ2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNjY/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aede0aaf-6f46-4358-875b-54b6a0f4b7b5" + "9d61ecfe-e4f4-4c22-b905-1abfa82f271d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "aede0aaf-6f46-4358-875b-54b6a0f4b7b5" - ], - "request-id": [ - "aede0aaf-6f46-4358-875b-54b6a0f4b7b5" - ], - "elapsed-time": [ - "898" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14996" ], + "x-ms-request-id": [ + "4026f6f7-9427-4993-835c-d0ce551ebb85" + ], "x-ms-correlation-request-id": [ - "65d7adad-ae52-429f-9256-17a61f235cd8" + "4026f6f7-9427-4993-835c-d0ce551ebb85" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014137Z:65d7adad-ae52-429f-9256-17a61f235cd8" + "NORTHEUROPE:20200808T054832Z:4026f6f7-9427-4993-835c-d0ce551ebb85" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:41:36 GMT" + "Sat, 08 Aug 2020 05:48:32 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5669", - "azsmnet2672" + "azsmnet7646", + "azsmnet6248" ], "GenerateServiceName": [ - "azs-9870" + "azs-166" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetStaticallyTypedDocumentWithPascalCaseFields.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetStaticallyTypedDocumentWithPascalCaseFields.json index 8f0037acb3ab..31248d5964c5 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetStaticallyTypedDocumentWithPascalCaseFields.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/CanGetStaticallyTypedDocumentWithPascalCaseFields.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b32973a1-cd0a-41bb-9fd0-5e5785f0b155" + "3e0df3b4-9e36-405a-999e-4c70c2bcd92a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1199" ], "x-ms-request-id": [ - "60f17acf-c166-46bc-9a52-c24bbde48516" + "4071ad47-df8e-4608-84ea-cbf94aa33320" ], "x-ms-correlation-request-id": [ - "60f17acf-c166-46bc-9a52-c24bbde48516" + "4071ad47-df8e-4608-84ea-cbf94aa33320" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014233Z:60f17acf-c166-46bc-9a52-c24bbde48516" + "NORTHEUROPE:20200808T055011Z:4071ad47-df8e-4608-84ea-cbf94aa33320" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:42:32 GMT" + "Sat, 08 Aug 2020 05:50:11 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet592?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1OTI/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9543?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NTQzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "83f3d47e-9a70-4515-8c02-c0866752d20c" + "6530918e-db32-4c1c-bc1b-a2bc5eb39b1f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1197" ], "x-ms-request-id": [ - "691db407-a502-4f31-bc7e-c29a39d9617f" + "2a0fd882-cb7a-4655-984d-10e605bd32c7" ], "x-ms-correlation-request-id": [ - "691db407-a502-4f31-bc7e-c29a39d9617f" + "2a0fd882-cb7a-4655-984d-10e605bd32c7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014233Z:691db407-a502-4f31-bc7e-c29a39d9617f" + "NORTHEUROPE:20200808T055013Z:2a0fd882-cb7a-4655-984d-10e605bd32c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:42:33 GMT" + "Sat, 08 Aug 2020 05:50:12 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet592\",\r\n \"name\": \"azsmnet592\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9543\",\r\n \"name\": \"azsmnet9543\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet592/providers/Microsoft.Search/searchServices/azs-3708?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTM3MDg/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9543/providers/Microsoft.Search/searchServices/azs-1104?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NTQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMTA0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "aae83558-c432-4884-b201-e74023d48a97" + "9b518497-fe35-4b1b-bbdb-640d1e130b17" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A42%3A37.9691227Z'\"" + "W/\"datetime'2020-08-08T05%3A50%3A18.9647074Z'\"" ], "x-ms-request-id": [ - "aae83558-c432-4884-b201-e74023d48a97" + "9b518497-fe35-4b1b-bbdb-640d1e130b17" ], "request-id": [ - "aae83558-c432-4884-b201-e74023d48a97" + "9b518497-fe35-4b1b-bbdb-640d1e130b17" ], "elapsed-time": [ - "1104" + "1676" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1196" ], "x-ms-correlation-request-id": [ - "fee99276-5c35-479b-92e3-ff4b4b9d85bc" + "ed44902d-2816-4404-9c7f-8b87a7b7bb53" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014238Z:fee99276-5c35-479b-92e3-ff4b4b9d85bc" + "NORTHEUROPE:20200808T055020Z:ed44902d-2816-4404-9c7f-8b87a7b7bb53" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:42:37 GMT" + "Sat, 08 Aug 2020 05:50:19 GMT" ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet592/providers/Microsoft.Search/searchServices/azs-3708\",\r\n \"name\": \"azs-3708\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9543/providers/Microsoft.Search/searchServices/azs-1104\",\r\n \"name\": \"azs-1104\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet592/providers/Microsoft.Search/searchServices/azs-3708/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTM3MDgvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9543/providers/Microsoft.Search/searchServices/azs-1104/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NTQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMTA0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "90fbc17c-f488-4ff0-8bea-493610ae4ae3" + "a622fc54-5ac1-4edc-b17c-4874c59ae879" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "90fbc17c-f488-4ff0-8bea-493610ae4ae3" + "a622fc54-5ac1-4edc-b17c-4874c59ae879" ], "request-id": [ - "90fbc17c-f488-4ff0-8bea-493610ae4ae3" + "a622fc54-5ac1-4edc-b17c-4874c59ae879" ], "elapsed-time": [ - "564" + "93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1196" ], "x-ms-correlation-request-id": [ - "5bbff818-a7f5-4056-b4c2-f316ade536ff" + "35ff455d-5588-4f6d-a950-dbac84b966d9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014241Z:5bbff818-a7f5-4056-b4c2-f316ade536ff" + "NORTHEUROPE:20200808T055022Z:35ff455d-5588-4f6d-a950-dbac84b966d9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:42:41 GMT" + "Sat, 08 Aug 2020 05:50:22 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"EE9627E4F737107B5F77A3EC8F2002FC\",\r\n \"secondaryKey\": \"09A80A3CAFCCBC0EF021CB32F72035A5\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"45EA023ECA50C8D2C466AFD87B959747\",\r\n \"secondaryKey\": \"68077F808CB8EBE43A1B30F696C0CF4D\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet592/providers/Microsoft.Search/searchServices/azs-3708/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTM3MDgvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9543/providers/Microsoft.Search/searchServices/azs-1104/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NTQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMTA0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ab09c034-6ea5-48a9-b459-0e46c3c3d3c7" + "0d83f730-851d-48f1-8cdc-99bc51a83874" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ab09c034-6ea5-48a9-b459-0e46c3c3d3c7" + "0d83f730-851d-48f1-8cdc-99bc51a83874" ], "request-id": [ - "ab09c034-6ea5-48a9-b459-0e46c3c3d3c7" + "0d83f730-851d-48f1-8cdc-99bc51a83874" ], "elapsed-time": [ - "210" + "89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1195" ], "x-ms-correlation-request-id": [ - "e3ed95e3-52ba-4a26-8d3e-2dabbb48118d" + "0d568caf-2810-42f3-a357-fb1bbe236d02" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014242Z:e3ed95e3-52ba-4a26-8d3e-2dabbb48118d" + "NORTHEUROPE:20200808T055023Z:0d568caf-2810-42f3-a357-fb1bbe236d02" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:42:41 GMT" + "Sat, 08 Aug 2020 05:50:22 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"BE5C30E7B1AC81CC6890E6FDCA86ECE4\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"7422DF9F05182B87E212EFCD271D8C58\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6344\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet727\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "925c7f34-e2aa-4190-ae6e-d7ce634cf651" + "afca3e1b-949c-4118-8cb1-14bdd2e10cb5" ], "Accept-Language": [ "en-US" ], "api-key": [ - "EE9627E4F737107B5F77A3EC8F2002FC" + "45EA023ECA50C8D2C466AFD87B959747" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6975" + "6974" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037195563D9B\"" + "W/\"0x8D83B5EF2727994\"" ], "Location": [ - "https://azs-3708.search-dogfood.windows-int.net/indexes('azsmnet6344')?api-version=2019-05-06" + "https://azs-1104.search-dogfood.windows-int.net/indexes('azsmnet727')?api-version=2019-05-06" ], "request-id": [ - "925c7f34-e2aa-4190-ae6e-d7ce634cf651" + "afca3e1b-949c-4118-8cb1-14bdd2e10cb5" ], "elapsed-time": [ - "1136" + "851" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:42:43 GMT" + "Sat, 08 Aug 2020 05:50:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,31 +405,31 @@ "-1" ], "Content-Length": [ - "6147" + "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3708.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037195563D9B\\\"\",\r\n \"name\": \"azsmnet6344\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1104.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B5EF2727994\\\"\",\r\n \"name\": \"azsmnet727\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4338\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1586\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "dc525918-7a86-42d3-9711-485c148fc0fd" + "7b26a0de-dbcb-45d3-9501-5104aabde14e" ], "Accept-Language": [ "en-US" ], "api-key": [ - "EE9627E4F737107B5F77A3EC8F2002FC" + "45EA023ECA50C8D2C466AFD87B959747" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80371A2DC29EB\"" + "W/\"0x8D83B5EFFA251B8\"" ], "Location": [ - "https://azs-3708.search-dogfood.windows-int.net/indexes('azsmnet4338')?api-version=2019-05-06" + "https://azs-1104.search-dogfood.windows-int.net/indexes('azsmnet1586')?api-version=2019-05-06" ], "request-id": [ - "dc525918-7a86-42d3-9711-485c148fc0fd" + "7b26a0de-dbcb-45d3-9501-5104aabde14e" ], "elapsed-time": [ - "1161" + "736" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:43:06 GMT" + "Sat, 08 Aug 2020 05:50:46 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "1569" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3708.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80371A2DC29EB\\\"\",\r\n \"name\": \"azsmnet4338\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1104.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B5EFFA251B8\\\"\",\r\n \"name\": \"azsmnet1586\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet4338')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MzM4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1586')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNTg2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"Lord of the Rings\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n }\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "1218a98d-8137-4b05-b369-5793a8bfc322" + "4f5b1412-9e09-4d14-8015-ba8c3ef5fc82" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "EE9627E4F737107B5F77A3EC8F2002FC" + "45EA023ECA50C8D2C466AFD87B959747" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "1218a98d-8137-4b05-b369-5793a8bfc322" + "4f5b1412-9e09-4d14-8015-ba8c3ef5fc82" ], "elapsed-time": [ - "160" + "179" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:43:09 GMT" + "Sat, 08 Aug 2020 05:50:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,13 +553,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4338')/docs('123')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MzM4JykvZG9jcygnMTIzJyk/JHNlbGVjdD0lMkEmYXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1586')/docs('123')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNTg2JykvZG9jcygnMTIzJyk/JHNlbGVjdD0lMkEmYXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "15c714e3-d7d1-4ed3-8abf-b986f2d7666a" + "db297da5-44c4-4659-a506-74de441a5f44" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "EE9627E4F737107B5F77A3EC8F2002FC" + "45EA023ECA50C8D2C466AFD87B959747" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -585,10 +585,10 @@ "no-cache" ], "request-id": [ - "15c714e3-d7d1-4ed3-8abf-b986f2d7666a" + "db297da5-44c4-4659-a506-74de441a5f44" ], "elapsed-time": [ - "8" + "23" ], "OData-Version": [ "4.0" @@ -600,7 +600,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:43:09 GMT" + "Sat, 08 Aug 2020 05:50:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -616,21 +616,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet592/providers/Microsoft.Search/searchServices/azs-3708?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTM3MDg/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9543/providers/Microsoft.Search/searchServices/azs-1104?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NTQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMTA0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4b9612a-36fc-4266-ab7d-2fc2868fceda" + "7863d8e7-7435-464b-a038-6a864a8b5b2e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -641,52 +641,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], "x-ms-request-id": [ - "a4b9612a-36fc-4266-ab7d-2fc2868fceda" + "e3267cc3-27ec-4f63-a859-1ad4ff42e472" ], - "request-id": [ - "a4b9612a-36fc-4266-ab7d-2fc2868fceda" + "x-ms-correlation-request-id": [ + "e3267cc3-27ec-4f63-a859-1ad4ff42e472" ], - "elapsed-time": [ - "1019" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T055058Z:e3267cc3-27ec-4f63-a859-1ad4ff42e472" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" - ], - "x-ms-correlation-request-id": [ - "73da53af-af61-4099-88de-45a22269a2be" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014313Z:73da53af-af61-4099-88de-45a22269a2be" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:43:13 GMT" + "Sat, 08 Aug 2020 05:50:57 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet592", - "azsmnet6344", - "azsmnet4338" + "azsmnet9543", + "azsmnet727", + "azsmnet1586" ], "GenerateServiceName": [ - "azs-3708" + "azs-1104" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/DynamicallyTypedPrimitiveCollectionsDoNotAllRoundtripCorrectly.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/DynamicallyTypedPrimitiveCollectionsDoNotAllRoundtripCorrectly.json index 03cbe0569a4d..c2d5751971fd 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/DynamicallyTypedPrimitiveCollectionsDoNotAllRoundtripCorrectly.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/DynamicallyTypedPrimitiveCollectionsDoNotAllRoundtripCorrectly.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9f08d628-845b-43a8-a8ed-662488ec0c9b" + "343978b3-630d-4dfd-a0aa-aca06acf20b2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1197" ], "x-ms-request-id": [ - "1ec60938-b830-498c-b0ac-e460b88e9990" + "9bf8dd08-da6f-4090-87bb-73702b06ffa8" ], "x-ms-correlation-request-id": [ - "1ec60938-b830-498c-b0ac-e460b88e9990" + "9bf8dd08-da6f-4090-87bb-73702b06ffa8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014928Z:1ec60938-b830-498c-b0ac-e460b88e9990" + "NORTHEUROPE:20200808T055903Z:9bf8dd08-da6f-4090-87bb-73702b06ffa8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:49:28 GMT" + "Sat, 08 Aug 2020 05:59:03 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8138?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MTM4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8544?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NTQ0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ed9fbadf-9c21-4a0e-9058-ab8dc524e304" + "f1102a0c-ccba-4f0e-a06b-d4788de98528" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1197" ], "x-ms-request-id": [ - "0ff39875-ed49-4618-98a2-dadc6d49be1a" + "cb556127-a78e-49c0-8d86-4ee49e44b427" ], "x-ms-correlation-request-id": [ - "0ff39875-ed49-4618-98a2-dadc6d49be1a" + "cb556127-a78e-49c0-8d86-4ee49e44b427" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014929Z:0ff39875-ed49-4618-98a2-dadc6d49be1a" + "NORTHEUROPE:20200808T055904Z:cb556127-a78e-49c0-8d86-4ee49e44b427" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:49:28 GMT" + "Sat, 08 Aug 2020 05:59:04 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8138\",\r\n \"name\": \"azsmnet8138\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8544\",\r\n \"name\": \"azsmnet8544\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8138/providers/Microsoft.Search/searchServices/azs-6807?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODA3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8544/providers/Microsoft.Search/searchServices/azs-551?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NTQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NTE/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "02f729ed-eb77-4f05-9b6b-89de890e3d54" + "eb75eeb2-f272-4f60-bc73-05d68a4cfc19" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A49%3A32.8427135Z'\"" + "W/\"datetime'2020-08-08T05%3A59%3A09.5415433Z'\"" ], "x-ms-request-id": [ - "02f729ed-eb77-4f05-9b6b-89de890e3d54" + "eb75eeb2-f272-4f60-bc73-05d68a4cfc19" ], "request-id": [ - "02f729ed-eb77-4f05-9b6b-89de890e3d54" + "eb75eeb2-f272-4f60-bc73-05d68a4cfc19" ], "elapsed-time": [ - "1245" + "1701" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1196" ], "x-ms-correlation-request-id": [ - "2be795e7-f40f-4618-923b-5fd4301e9c80" + "a2c082ea-3d2e-49b5-ba64-66c7a8a4e46f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014933Z:2be795e7-f40f-4618-923b-5fd4301e9c80" + "NORTHEUROPE:20200808T055910Z:a2c082ea-3d2e-49b5-ba64-66c7a8a4e46f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:49:33 GMT" + "Sat, 08 Aug 2020 05:59:10 GMT" ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8138/providers/Microsoft.Search/searchServices/azs-6807\",\r\n \"name\": \"azs-6807\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8544/providers/Microsoft.Search/searchServices/azs-551\",\r\n \"name\": \"azs-551\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8138/providers/Microsoft.Search/searchServices/azs-6807/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODA3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8544/providers/Microsoft.Search/searchServices/azs-551/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NTQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NTEvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ffe83be0-6655-4ec3-b1d3-70a2da04c898" + "5b5d4059-d7c8-4853-ab7b-1243543254e7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ffe83be0-6655-4ec3-b1d3-70a2da04c898" + "5b5d4059-d7c8-4853-ab7b-1243543254e7" ], "request-id": [ - "ffe83be0-6655-4ec3-b1d3-70a2da04c898" + "5b5d4059-d7c8-4853-ab7b-1243543254e7" ], "elapsed-time": [ - "98" + "114" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1196" ], "x-ms-correlation-request-id": [ - "c382d96d-d6f9-4b0d-b6ea-c053c7bfac61" + "836059e7-320c-4b78-808f-8ed88fbd5106" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014935Z:c382d96d-d6f9-4b0d-b6ea-c053c7bfac61" + "NORTHEUROPE:20200808T055912Z:836059e7-320c-4b78-808f-8ed88fbd5106" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:49:35 GMT" + "Sat, 08 Aug 2020 05:59:12 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"E79841E29DB5B7913D153F8CA29E682F\",\r\n \"secondaryKey\": \"DE8A1A882CFF9D223E264FE3FA955CB5\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"5700FA57FFA143865BB914B790D623A9\",\r\n \"secondaryKey\": \"BB16D8E208BEE425A3F61000FC3A0BF0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8138/providers/Microsoft.Search/searchServices/azs-6807/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODA3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8544/providers/Microsoft.Search/searchServices/azs-551/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NTQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NTEvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72a647fa-0122-4483-924d-05e9f34a229a" + "46868d58-66c4-49b3-932e-a73a4b16352c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "72a647fa-0122-4483-924d-05e9f34a229a" + "46868d58-66c4-49b3-932e-a73a4b16352c" ], "request-id": [ - "72a647fa-0122-4483-924d-05e9f34a229a" + "46868d58-66c4-49b3-932e-a73a4b16352c" ], "elapsed-time": [ - "98" + "103" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1195" ], "x-ms-correlation-request-id": [ - "d36ef2f4-ea01-4083-a794-b13ac031d96c" + "469f6dc0-0ee3-4120-b051-a06e420bc6ff" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014936Z:d36ef2f4-ea01-4083-a794-b13ac031d96c" + "NORTHEUROPE:20200808T055913Z:469f6dc0-0ee3-4120-b051-a06e420bc6ff" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:49:35 GMT" + "Sat, 08 Aug 2020 05:59:12 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"4B861DA71BF90DB40FE9B1B2B2C86196\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"0CE554F480C9FEF533ACD39972FE89DA\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9642\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "02a44ff3-2b9d-42a1-97d0-c227a4dcef05" + "ad00a29e-becc-4e3b-9588-39e1472c7005" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E79841E29DB5B7913D153F8CA29E682F" + "5700FA57FFA143865BB914B790D623A9" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6972" + "6975" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803728C5BB053\"" + "W/\"0x8D83B602E7097AA\"" ], "Location": [ - "https://azs-6807.search-dogfood.windows-int.net/indexes('azsmnet5')?api-version=2019-05-06" + "https://azs-551.search-dogfood.windows-int.net/indexes('azsmnet9642')?api-version=2019-05-06" ], "request-id": [ - "02a44ff3-2b9d-42a1-97d0-c227a4dcef05" + "ad00a29e-becc-4e3b-9588-39e1472c7005" ], "elapsed-time": [ - "1210" + "783" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:49:39 GMT" + "Sat, 08 Aug 2020 05:59:15 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,31 +405,31 @@ "-1" ], "Content-Length": [ - "6144" + "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6807.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803728C5BB053\\\"\",\r\n \"name\": \"azsmnet5\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-551.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B602E7097AA\\\"\",\r\n \"name\": \"azsmnet9642\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6578\",\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Bools\",\r\n \"type\": \"Collection(Edm.Boolean)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Dates\",\r\n \"type\": \"Collection(Edm.DateTimeOffset)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Doubles\",\r\n \"type\": \"Collection(Edm.Double)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Ints\",\r\n \"type\": \"Collection(Edm.Int32)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Longs\",\r\n \"type\": \"Collection(Edm.Int64)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Points\",\r\n \"type\": \"Collection(Edm.GeographyPoint)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Strings\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9234\",\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Bools\",\r\n \"type\": \"Collection(Edm.Boolean)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Dates\",\r\n \"type\": \"Collection(Edm.DateTimeOffset)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Doubles\",\r\n \"type\": \"Collection(Edm.Double)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Ints\",\r\n \"type\": \"Collection(Edm.Int32)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Longs\",\r\n \"type\": \"Collection(Edm.Int64)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Points\",\r\n \"type\": \"Collection(Edm.GeographyPoint)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Strings\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "7346a82f-311d-4dec-ac49-74ea009eb954" + "c4529a30-8df2-4855-a45f-b7e783f443bc" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E79841E29DB5B7913D153F8CA29E682F" + "5700FA57FFA143865BB914B790D623A9" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037299C1AC6E\"" + "W/\"0x8D83B603C20DD27\"" ], "Location": [ - "https://azs-6807.search-dogfood.windows-int.net/indexes('azsmnet6578')?api-version=2019-05-06" + "https://azs-551.search-dogfood.windows-int.net/indexes('azsmnet9234')?api-version=2019-05-06" ], "request-id": [ - "7346a82f-311d-4dec-ac49-74ea009eb954" + "c4529a30-8df2-4855-a45f-b7e783f443bc" ], "elapsed-time": [ - "1114" + "1461" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:50:01 GMT" + "Sat, 08 Aug 2020 05:59:37 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -477,20 +477,20 @@ "-1" ], "Content-Length": [ - "2172" + "2171" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6807.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037299C1AC6E\\\"\",\r\n \"name\": \"azsmnet6578\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Bools\",\r\n \"type\": \"Collection(Edm.Boolean)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Dates\",\r\n \"type\": \"Collection(Edm.DateTimeOffset)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Doubles\",\r\n \"type\": \"Collection(Edm.Double)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Ints\",\r\n \"type\": \"Collection(Edm.Int32)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Longs\",\r\n \"type\": \"Collection(Edm.Int64)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Points\",\r\n \"type\": \"Collection(Edm.GeographyPoint)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Strings\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-551.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B603C20DD27\\\"\",\r\n \"name\": \"azsmnet9234\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Bools\",\r\n \"type\": \"Collection(Edm.Boolean)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Dates\",\r\n \"type\": \"Collection(Edm.DateTimeOffset)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Doubles\",\r\n \"type\": \"Collection(Edm.Double)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Ints\",\r\n \"type\": \"Collection(Edm.Int32)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Longs\",\r\n \"type\": \"Collection(Edm.Int64)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Points\",\r\n \"type\": \"Collection(Edm.GeographyPoint)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Strings\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet6578')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NTc4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet9234')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MjM0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"Key\": \"1\",\r\n \"Bools\": [\r\n true,\r\n false\r\n ],\r\n \"Dates\": [\r\n \"2019-04-14T21:24:00+00:00\",\r\n \"1999-12-31T23:59:59+00:00\"\r\n ],\r\n \"Doubles\": [\r\n \"-INF\",\r\n 0.0,\r\n 2.78,\r\n \"NaN\",\r\n 3.14,\r\n \"INF\"\r\n ],\r\n \"Ints\": [\r\n 1,\r\n 2,\r\n 3,\r\n 4,\r\n -13,\r\n 5,\r\n 0\r\n ],\r\n \"Longs\": [\r\n -9999999999999999,\r\n 832372345832523\r\n ],\r\n \"Points\": [\r\n {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -123.0,\r\n 49.0\r\n ]\r\n },\r\n {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -121.0,\r\n 47.0\r\n ]\r\n }\r\n ],\r\n \"Strings\": [\r\n \"hello\",\r\n \"2019-04-14T21:56:00+00:00\"\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"Key\": \"1\",\r\n \"Bools\": [\r\n true,\r\n false\r\n ],\r\n \"Dates\": [\r\n \"2019-04-14T14:24:00-07:00\",\r\n \"1999-12-31T15:59:59-08:00\"\r\n ],\r\n \"Doubles\": [\r\n \"-INF\",\r\n 0.0,\r\n 2.78,\r\n \"NaN\",\r\n 3.14,\r\n \"INF\"\r\n ],\r\n \"Ints\": [\r\n 1,\r\n 2,\r\n 3,\r\n 4,\r\n -13,\r\n 5,\r\n 0\r\n ],\r\n \"Longs\": [\r\n -9999999999999999,\r\n 832372345832523\r\n ],\r\n \"Points\": [\r\n {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -123.0,\r\n 49.0\r\n ]\r\n },\r\n {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -121.0,\r\n 47.0\r\n ]\r\n }\r\n ],\r\n \"Strings\": [\r\n \"hello\",\r\n \"2019-04-14T14:56:00-07:00\"\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "38bf5a1b-9325-425b-99cb-da45d30555cf" + "e22557c5-ef02-4d69-a7ed-23dc953e87c8" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "E79841E29DB5B7913D153F8CA29E682F" + "5700FA57FFA143865BB914B790D623A9" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "38bf5a1b-9325-425b-99cb-da45d30555cf" + "e22557c5-ef02-4d69-a7ed-23dc953e87c8" ], "elapsed-time": [ - "137" + "344" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:50:03 GMT" + "Sat, 08 Aug 2020 05:59:39 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,13 +553,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet6578')/docs('1')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NTc4JykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet9234')/docs('1')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MjM0JykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "8edbf005-a33d-4552-b6bf-f266e6f28788" + "68d09b2e-938e-4fbf-ab97-9e6a8a40730b" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "E79841E29DB5B7913D153F8CA29E682F" + "5700FA57FFA143865BB914B790D623A9" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -585,10 +585,10 @@ "no-cache" ], "request-id": [ - "8edbf005-a33d-4552-b6bf-f266e6f28788" + "68d09b2e-938e-4fbf-ab97-9e6a8a40730b" ], "elapsed-time": [ - "14" + "39" ], "OData-Version": [ "4.0" @@ -600,7 +600,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:50:03 GMT" + "Sat, 08 Aug 2020 05:59:39 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -612,25 +612,25 @@ "463" ] }, - "ResponseBody": "{\r\n \"Key\": \"1\",\r\n \"Bools\": [\r\n true,\r\n false\r\n ],\r\n \"Dates\": [\r\n \"2019-04-14T21:24:00Z\",\r\n \"1999-12-31T23:59:59Z\"\r\n ],\r\n \"Doubles\": [\r\n \"-INF\",\r\n 0.0,\r\n 2.78,\r\n \"NaN\",\r\n 3.14,\r\n \"INF\"\r\n ],\r\n \"Ints\": [\r\n 1,\r\n 2,\r\n 3,\r\n 4,\r\n -13,\r\n 5,\r\n 0\r\n ],\r\n \"Longs\": [\r\n -9999999999999999,\r\n 832372345832523\r\n ],\r\n \"Points\": [\r\n {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -123.0,\r\n 49.0\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -121.0,\r\n 47.0\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n }\r\n ],\r\n \"Strings\": [\r\n \"hello\",\r\n \"2019-04-14T21:56:00+00:00\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"Key\": \"1\",\r\n \"Bools\": [\r\n true,\r\n false\r\n ],\r\n \"Dates\": [\r\n \"2019-04-14T21:24:00Z\",\r\n \"1999-12-31T23:59:59Z\"\r\n ],\r\n \"Doubles\": [\r\n \"-INF\",\r\n 0.0,\r\n 2.78,\r\n \"NaN\",\r\n 3.14,\r\n \"INF\"\r\n ],\r\n \"Ints\": [\r\n 1,\r\n 2,\r\n 3,\r\n 4,\r\n -13,\r\n 5,\r\n 0\r\n ],\r\n \"Longs\": [\r\n -9999999999999999,\r\n 832372345832523\r\n ],\r\n \"Points\": [\r\n {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -123.0,\r\n 49.0\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -121.0,\r\n 47.0\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n }\r\n ],\r\n \"Strings\": [\r\n \"hello\",\r\n \"2019-04-14T14:56:00-07:00\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8138/providers/Microsoft.Search/searchServices/azs-6807?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODA3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8544/providers/Microsoft.Search/searchServices/azs-551?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NTQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NTE/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e00a1f0-9261-4eb1-b4ff-f617570193e0" + "c18a2714-7047-4ddf-98f6-ace78e64f20b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -641,52 +641,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "6e00a1f0-9261-4eb1-b4ff-f617570193e0" + "d38bb897-6547-48b5-89ab-33777149a121" ], - "request-id": [ - "6e00a1f0-9261-4eb1-b4ff-f617570193e0" + "x-ms-correlation-request-id": [ + "d38bb897-6547-48b5-89ab-33777149a121" ], - "elapsed-time": [ - "1984" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T060029Z:d38bb897-6547-48b5-89ab-33777149a121" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14988" - ], - "x-ms-correlation-request-id": [ - "6d5cfd23-a56b-4b83-8b9c-3ce349f1bba2" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015007Z:6d5cfd23-a56b-4b83-8b9c-3ce349f1bba2" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:50:07 GMT" + "Sat, 08 Aug 2020 06:00:28 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8138", - "azsmnet5", - "azsmnet6578" + "azsmnet8544", + "azsmnet9642", + "azsmnet9234" ], "GenerateServiceName": [ - "azs-6807" + "azs-551" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/EmptyDynamicObjectsInCollectionExpandedOnGetWhenCollectionFieldSelected.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/EmptyDynamicObjectsInCollectionExpandedOnGetWhenCollectionFieldSelected.json index 6f1a1dba9733..3f10ddcef07a 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/EmptyDynamicObjectsInCollectionExpandedOnGetWhenCollectionFieldSelected.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/EmptyDynamicObjectsInCollectionExpandedOnGetWhenCollectionFieldSelected.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3193937c-4554-4d01-855d-27c58daaddcd" + "eafbcf28-a2b4-4433-98e3-6f0feb4a871f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1198" ], "x-ms-request-id": [ - "73987ca4-4163-4986-bf14-079935922cee" + "0d7a4f58-87db-4b13-9e1b-c399a23db8af" ], "x-ms-correlation-request-id": [ - "73987ca4-4163-4986-bf14-079935922cee" + "0d7a4f58-87db-4b13-9e1b-c399a23db8af" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014720Z:73987ca4-4163-4986-bf14-079935922cee" + "NORTHEUROPE:20200808T055624Z:0d7a4f58-87db-4b13-9e1b-c399a23db8af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:47:19 GMT" + "Sat, 08 Aug 2020 05:56:23 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9342?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MzQyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1028?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMDI4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1fd768ef-b398-4804-bbb2-7a324da97323" + "feac622c-de42-481f-b894-47ec6d1aadfa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1198" ], "x-ms-request-id": [ - "33f785cc-9a24-44c1-9427-ca04f9f47154" + "095ffab3-03e5-414d-9bd7-cda5c25c9845" ], "x-ms-correlation-request-id": [ - "33f785cc-9a24-44c1-9427-ca04f9f47154" + "095ffab3-03e5-414d-9bd7-cda5c25c9845" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014721Z:33f785cc-9a24-44c1-9427-ca04f9f47154" + "NORTHEUROPE:20200808T055625Z:095ffab3-03e5-414d-9bd7-cda5c25c9845" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:47:21 GMT" + "Sat, 08 Aug 2020 05:56:24 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9342\",\r\n \"name\": \"azsmnet9342\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1028\",\r\n \"name\": \"azsmnet1028\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9342/providers/Microsoft.Search/searchServices/azs-3944?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zOTQ0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1028/providers/Microsoft.Search/searchServices/azs-7572?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTcyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "aa10c94c-dcec-4bd1-b77b-48180782ca06" + "fa28509e-88e5-4d44-a47b-2890d8fbbdca" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A47%3A24.2841937Z'\"" + "W/\"datetime'2020-08-08T05%3A56%3A32.5764033Z'\"" ], "x-ms-request-id": [ - "aa10c94c-dcec-4bd1-b77b-48180782ca06" + "fa28509e-88e5-4d44-a47b-2890d8fbbdca" ], "request-id": [ - "aa10c94c-dcec-4bd1-b77b-48180782ca06" + "fa28509e-88e5-4d44-a47b-2890d8fbbdca" ], "elapsed-time": [ - "1077" + "3706" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1196" ], "x-ms-correlation-request-id": [ - "935e63a6-1c86-498d-a946-aff2bc7b6bb8" + "00ef01d7-3592-4480-9802-75f2e2d89356" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014725Z:935e63a6-1c86-498d-a946-aff2bc7b6bb8" + "NORTHEUROPE:20200808T055634Z:00ef01d7-3592-4480-9802-75f2e2d89356" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:47:24 GMT" + "Sat, 08 Aug 2020 05:56:34 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9342/providers/Microsoft.Search/searchServices/azs-3944\",\r\n \"name\": \"azs-3944\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1028/providers/Microsoft.Search/searchServices/azs-7572\",\r\n \"name\": \"azs-7572\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9342/providers/Microsoft.Search/searchServices/azs-3944/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zOTQ0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1028/providers/Microsoft.Search/searchServices/azs-7572/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTcyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "01bf443c-337e-4a42-b4e6-62337b359548" + "4f4f4636-155f-4c85-a7ad-c6f67dc2357d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "01bf443c-337e-4a42-b4e6-62337b359548" + "4f4f4636-155f-4c85-a7ad-c6f67dc2357d" ], "request-id": [ - "01bf443c-337e-4a42-b4e6-62337b359548" + "4f4f4636-155f-4c85-a7ad-c6f67dc2357d" ], "elapsed-time": [ - "97" + "605" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1198" ], "x-ms-correlation-request-id": [ - "007be9a8-0aa3-495d-bb47-97091e31aff4" + "5d0e7b67-f11f-4dd0-9775-6e3d913e3fd3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014727Z:007be9a8-0aa3-495d-bb47-97091e31aff4" + "NORTHEUROPE:20200808T055637Z:5d0e7b67-f11f-4dd0-9775-6e3d913e3fd3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:47:26 GMT" + "Sat, 08 Aug 2020 05:56:36 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"6827DE9822F41AC1336CBDFF98831C9E\",\r\n \"secondaryKey\": \"1597B7DE16E8EBA74DF8D21BCB7DAC00\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"0FEC1DA8AD604CF717FC64E94E0D4E8F\",\r\n \"secondaryKey\": \"C73D9FD6C12D220CD20BDD19D4E7E88C\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9342/providers/Microsoft.Search/searchServices/azs-3944/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zOTQ0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1028/providers/Microsoft.Search/searchServices/azs-7572/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTcyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2484e902-2f8e-47e8-ba0d-c03b1a7b2e6d" + "0c7bbbd5-3d48-48ca-9b77-343892c5493e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2484e902-2f8e-47e8-ba0d-c03b1a7b2e6d" + "0c7bbbd5-3d48-48ca-9b77-343892c5493e" ], "request-id": [ - "2484e902-2f8e-47e8-ba0d-c03b1a7b2e6d" + "0c7bbbd5-3d48-48ca-9b77-343892c5493e" ], "elapsed-time": [ - "97" + "699" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1197" ], "x-ms-correlation-request-id": [ - "30b43483-88ee-4451-a82e-bca4e19f929c" + "a36b6b64-8c8c-4005-9306-eb26a118cce0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014727Z:30b43483-88ee-4451-a82e-bca4e19f929c" + "NORTHEUROPE:20200808T055638Z:a36b6b64-8c8c-4005-9306-eb26a118cce0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:47:27 GMT" + "Sat, 08 Aug 2020 05:56:38 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"9715EAB5983CFF7908B212C25E75C668\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"CE1EFBF4438F81D2638AF0AC46F675FC\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4392\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet24\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "1ecd3ba8-1002-4012-a168-b6283139ad01" + "12eeb821-8654-48c2-923c-4ab862f85aa3" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6827DE9822F41AC1336CBDFF98831C9E" + "0FEC1DA8AD604CF717FC64E94E0D4E8F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6975" + "6973" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803723FD639EB\"" + "W/\"0x8D83B5FD35FF638\"" ], "Location": [ - "https://azs-3944.search-dogfood.windows-int.net/indexes('azsmnet4392')?api-version=2019-05-06" + "https://azs-7572.search-dogfood.windows-int.net/indexes('azsmnet24')?api-version=2019-05-06" ], "request-id": [ - "1ecd3ba8-1002-4012-a168-b6283139ad01" + "12eeb821-8654-48c2-923c-4ab862f85aa3" ], "elapsed-time": [ - "1225" + "1554" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:47:30 GMT" + "Sat, 08 Aug 2020 05:56:42 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6147" + "6145" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3944.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803723FD639EB\\\"\",\r\n \"name\": \"azsmnet4392\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7572.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B5FD35FF638\\\"\",\r\n \"name\": \"azsmnet24\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet4392')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MzkyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet24')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNCcpL2RvY3Mvc2VhcmNoLmluZGV4P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"rooms\": [\r\n {},\r\n {\r\n \"baseRate\": null,\r\n \"bedOptions\": null,\r\n \"sleepsCount\": null,\r\n \"smokingAllowed\": null,\r\n \"tags\": []\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "e03e20f8-5e34-4cff-aba6-5e70048d4890" + "bc0dceb2-37a2-4f22-b5c3-bdce4791d44f" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "6827DE9822F41AC1336CBDFF98831C9E" + "0FEC1DA8AD604CF717FC64E94E0D4E8F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "e03e20f8-5e34-4cff-aba6-5e70048d4890" + "bc0dceb2-37a2-4f22-b5c3-bdce4791d44f" ], "elapsed-time": [ - "14989" + "315" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:48:15 GMT" + "Sat, 08 Aug 2020 05:57:05 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4392')/docs('1')?$select=hotelId%2Crooms&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MzkyJykvZG9jcygnMScpPyRzZWxlY3Q9aG90ZWxJZCUyQ3Jvb21zJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet24')/docs('1')?$select=hotelId%2Crooms&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNCcpL2RvY3MoJzEnKT8kc2VsZWN0PWhvdGVsSWQlMkNyb29tcyZhcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "c550c46e-f452-4bf2-9758-cef4c589c670" + "9f8dd62c-750a-4b9b-9f0f-2562ffdf6d20" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "6827DE9822F41AC1336CBDFF98831C9E" + "0FEC1DA8AD604CF717FC64E94E0D4E8F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "c550c46e-f452-4bf2-9758-cef4c589c670" + "9f8dd62c-750a-4b9b-9f0f-2562ffdf6d20" ], "elapsed-time": [ - "12019" + "15" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:48:32 GMT" + "Sat, 08 Aug 2020 05:57:07 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9342/providers/Microsoft.Search/searchServices/azs-3944?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zOTQ0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1028/providers/Microsoft.Search/searchServices/azs-7572?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTcyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d8c08342-2130-4092-882b-4d98298f3a94" + "600db5d2-d667-40f8-95c7-e2a05c3c2606" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14995" + ], "x-ms-request-id": [ - "d8c08342-2130-4092-882b-4d98298f3a94" + "8edaef54-8ddd-411a-8289-ebad593f85aa" ], - "request-id": [ - "d8c08342-2130-4092-882b-4d98298f3a94" + "x-ms-correlation-request-id": [ + "8edaef54-8ddd-411a-8289-ebad593f85aa" ], - "elapsed-time": [ - "1115" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T055756Z:8edaef54-8ddd-411a-8289-ebad593f85aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" - ], - "x-ms-correlation-request-id": [ - "eda49f17-b7bb-438f-a307-ead34a14a9d6" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014837Z:eda49f17-b7bb-438f-a307-ead34a14a9d6" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:48:37 GMT" + "Sat, 08 Aug 2020 05:57:56 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet9342", - "azsmnet4392" + "azsmnet1028", + "azsmnet24" ], "GenerateServiceName": [ - "azs-3944" + "azs-7572" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/EmptyDynamicObjectsOmittedFromCollectionOnGetWhenSubFieldsSelected.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/EmptyDynamicObjectsOmittedFromCollectionOnGetWhenSubFieldsSelected.json index b2ddf5fc2f36..a6cdae269056 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/EmptyDynamicObjectsOmittedFromCollectionOnGetWhenSubFieldsSelected.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/EmptyDynamicObjectsOmittedFromCollectionOnGetWhenSubFieldsSelected.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b5937648-3f8d-438e-8e26-be0a8a557cc0" + "757f43d9-a6e5-4255-8e9f-1b62a1c79b84" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1193" ], "x-ms-request-id": [ - "8a9a7c50-12ba-4636-bda6-7493c7e90048" + "ba3a2852-ce2a-4226-b42e-778785c5d2b5" ], "x-ms-correlation-request-id": [ - "8a9a7c50-12ba-4636-bda6-7493c7e90048" + "ba3a2852-ce2a-4226-b42e-778785c5d2b5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014414Z:8a9a7c50-12ba-4636-bda6-7493c7e90048" + "NORTHEUROPE:20200808T055239Z:ba3a2852-ce2a-4226-b42e-778785c5d2b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:44:14 GMT" + "Sat, 08 Aug 2020 05:52:39 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4474?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0NDc0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3396?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMzk2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "85b89f69-bbe9-4990-b718-c27e0bc2871d" + "40ca6c75-34c2-4415-8d7a-59d2cd72f000" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1196" ], "x-ms-request-id": [ - "3ee33904-fa18-41fc-baaa-85d9d8e9a92f" + "a41bde55-5e35-4a11-b7f0-e232d2a15fcf" ], "x-ms-correlation-request-id": [ - "3ee33904-fa18-41fc-baaa-85d9d8e9a92f" + "a41bde55-5e35-4a11-b7f0-e232d2a15fcf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014415Z:3ee33904-fa18-41fc-baaa-85d9d8e9a92f" + "NORTHEUROPE:20200808T055241Z:a41bde55-5e35-4a11-b7f0-e232d2a15fcf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:44:15 GMT" + "Sat, 08 Aug 2020 05:52:41 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4474\",\r\n \"name\": \"azsmnet4474\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3396\",\r\n \"name\": \"azsmnet3396\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4474/providers/Microsoft.Search/searchServices/azs-5340?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MzQwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3396/providers/Microsoft.Search/searchServices/azs-5768?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzY4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "57d33d33-6d3f-4e47-815b-8d852daa0b19" + "d6dfa879-52ca-4ca5-b630-967bcb044f2d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A44%3A19.7149946Z'\"" + "W/\"datetime'2020-08-08T05%3A52%3A47.5924976Z'\"" ], "x-ms-request-id": [ - "57d33d33-6d3f-4e47-815b-8d852daa0b19" + "d6dfa879-52ca-4ca5-b630-967bcb044f2d" ], "request-id": [ - "57d33d33-6d3f-4e47-815b-8d852daa0b19" + "d6dfa879-52ca-4ca5-b630-967bcb044f2d" ], "elapsed-time": [ - "1336" + "2264" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1197" ], "x-ms-correlation-request-id": [ - "ee9fc7e8-6113-4e6c-ad1c-94e523ab12a1" + "e6dc0ee4-b907-4757-9c90-a08ee3350a23" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014421Z:ee9fc7e8-6113-4e6c-ad1c-94e523ab12a1" + "NORTHEUROPE:20200808T055249Z:e6dc0ee4-b907-4757-9c90-a08ee3350a23" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:44:21 GMT" + "Sat, 08 Aug 2020 05:52:49 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4474/providers/Microsoft.Search/searchServices/azs-5340\",\r\n \"name\": \"azs-5340\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3396/providers/Microsoft.Search/searchServices/azs-5768\",\r\n \"name\": \"azs-5768\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4474/providers/Microsoft.Search/searchServices/azs-5340/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MzQwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3396/providers/Microsoft.Search/searchServices/azs-5768/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzY4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a871a5e1-333a-433a-b1c6-709caf3dfd61" + "d87e7d02-ac9a-43b7-a522-6772b5e85ee0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a871a5e1-333a-433a-b1c6-709caf3dfd61" + "d87e7d02-ac9a-43b7-a522-6772b5e85ee0" ], "request-id": [ - "a871a5e1-333a-433a-b1c6-709caf3dfd61" + "d87e7d02-ac9a-43b7-a522-6772b5e85ee0" ], "elapsed-time": [ - "125" + "103" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1197" ], "x-ms-correlation-request-id": [ - "33feacbf-49cd-41cd-87a1-065969515ad2" + "d6904eb9-0f3c-47d9-9eea-1d798bb40abf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014428Z:33feacbf-49cd-41cd-87a1-065969515ad2" + "NORTHEUROPE:20200808T055252Z:d6904eb9-0f3c-47d9-9eea-1d798bb40abf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:44:27 GMT" + "Sat, 08 Aug 2020 05:52:52 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"22228E434ACE84A2980D6089AB7122E4\",\r\n \"secondaryKey\": \"0A264806A40D63F0FB699A6AA356EC0E\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"0EAD6BF96F72BD2A3F8E34AC92C38D1C\",\r\n \"secondaryKey\": \"97B3F646A8759C1C0D7749EE0F4C035F\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4474/providers/Microsoft.Search/searchServices/azs-5340/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MzQwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3396/providers/Microsoft.Search/searchServices/azs-5768/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzY4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f6aa7d84-830f-4ce2-8a38-0ff021b1e8a1" + "7ca979e0-f69d-4530-a7e8-ba984c83a010" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f6aa7d84-830f-4ce2-8a38-0ff021b1e8a1" + "7ca979e0-f69d-4530-a7e8-ba984c83a010" ], "request-id": [ - "f6aa7d84-830f-4ce2-8a38-0ff021b1e8a1" + "7ca979e0-f69d-4530-a7e8-ba984c83a010" ], "elapsed-time": [ - "136" + "103" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1196" ], "x-ms-correlation-request-id": [ - "fc40cbc5-8db4-4b9b-9da9-df2120d53c48" + "44c82f50-368b-4ddb-aa76-a3333008b5e2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014429Z:fc40cbc5-8db4-4b9b-9da9-df2120d53c48" + "NORTHEUROPE:20200808T055253Z:44c82f50-368b-4ddb-aa76-a3333008b5e2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:44:28 GMT" + "Sat, 08 Aug 2020 05:52:52 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"FF3BB55E5908BA4525031DAEB398D4D3\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"807705A928CD79D66265EA6382AD460E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet641\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7860\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "b053d2d3-f535-4ccd-8df9-c955f182a779" + "ca705491-f959-47c7-8c81-cc4628624b46" ], "Accept-Language": [ "en-US" ], "api-key": [ - "22228E434ACE84A2980D6089AB7122E4" + "0EAD6BF96F72BD2A3F8E34AC92C38D1C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6974" + "6975" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80371D5411641\"" + "W/\"0x8D83B5F4E50F8FC\"" ], "Location": [ - "https://azs-5340.search-dogfood.windows-int.net/indexes('azsmnet641')?api-version=2019-05-06" + "https://azs-5768.search-dogfood.windows-int.net/indexes('azsmnet7860')?api-version=2019-05-06" ], "request-id": [ - "b053d2d3-f535-4ccd-8df9-c955f182a779" + "ca705491-f959-47c7-8c81-cc4628624b46" ], "elapsed-time": [ - "1263" + "4576" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:44:31 GMT" + "Sat, 08 Aug 2020 05:52:59 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5340.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80371D5411641\\\"\",\r\n \"name\": \"azsmnet641\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5768.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B5F4E50F8FC\\\"\",\r\n \"name\": \"azsmnet7860\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet641')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NDEnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet7860')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3ODYwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"rooms\": [\r\n {},\r\n {\r\n \"baseRate\": null,\r\n \"bedOptions\": null,\r\n \"sleepsCount\": null,\r\n \"smokingAllowed\": null,\r\n \"tags\": []\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "53e88620-ea28-4abb-b645-762da1a8356e" + "291fb575-50b7-4efc-876f-f281a552eecd" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "22228E434ACE84A2980D6089AB7122E4" + "0EAD6BF96F72BD2A3F8E34AC92C38D1C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "53e88620-ea28-4abb-b645-762da1a8356e" + "291fb575-50b7-4efc-876f-f281a552eecd" ], "elapsed-time": [ - "163" + "211" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:44:53 GMT" + "Sat, 08 Aug 2020 05:53:21 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet641')/docs('1')?$select=hotelId%2Crooms%2FbaseRate%2Crooms%2FbedOptions%2Crooms%2FsleepsCount%2Crooms%2FsmokingAllowed%2Crooms%2Ftags&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NDEnKS9kb2NzKCcxJyk/JHNlbGVjdD1ob3RlbElkJTJDcm9vbXMlMkZiYXNlUmF0ZSUyQ3Jvb21zJTJGYmVkT3B0aW9ucyUyQ3Jvb21zJTJGc2xlZXBzQ291bnQlMkNyb29tcyUyRnNtb2tpbmdBbGxvd2VkJTJDcm9vbXMlMkZ0YWdzJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet7860')/docs('1')?$select=hotelId%2Crooms%2FbaseRate%2Crooms%2FbedOptions%2Crooms%2FsleepsCount%2Crooms%2FsmokingAllowed%2Crooms%2Ftags&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3ODYwJykvZG9jcygnMScpPyRzZWxlY3Q9aG90ZWxJZCUyQ3Jvb21zJTJGYmFzZVJhdGUlMkNyb29tcyUyRmJlZE9wdGlvbnMlMkNyb29tcyUyRnNsZWVwc0NvdW50JTJDcm9vbXMlMkZzbW9raW5nQWxsb3dlZCUyQ3Jvb21zJTJGdGFncyZhcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "e2e0af8d-a24f-4d00-8019-dc6aa94cfce3" + "a6fb8dd1-a2a1-4a3b-b482-fcc6fbf6e374" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "22228E434ACE84A2980D6089AB7122E4" + "0EAD6BF96F72BD2A3F8E34AC92C38D1C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "e2e0af8d-a24f-4d00-8019-dc6aa94cfce3" + "a6fb8dd1-a2a1-4a3b-b482-fcc6fbf6e374" ], "elapsed-time": [ - "23" + "28" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:44:55 GMT" + "Sat, 08 Aug 2020 05:53:23 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4474/providers/Microsoft.Search/searchServices/azs-5340?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MzQwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3396/providers/Microsoft.Search/searchServices/azs-5768?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzY4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51f5f7ee-e0d2-4979-9ef2-253caad8bede" + "d5a191a9-f744-40c1-af3c-7739178d7e1a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], "x-ms-request-id": [ - "51f5f7ee-e0d2-4979-9ef2-253caad8bede" + "ec4e7a94-484d-4f39-a837-214dbe6ebb99" ], - "request-id": [ - "51f5f7ee-e0d2-4979-9ef2-253caad8bede" + "x-ms-correlation-request-id": [ + "ec4e7a94-484d-4f39-a837-214dbe6ebb99" ], - "elapsed-time": [ - "1165" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T055333Z:ec4e7a94-484d-4f39-a837-214dbe6ebb99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "ca130bce-cace-4150-9016-530cd1439eac" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014501Z:ca130bce-cace-4150-9016-530cd1439eac" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:45:00 GMT" + "Sat, 08 Aug 2020 05:53:32 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet4474", - "azsmnet641" + "azsmnet3396", + "azsmnet7860" ], "GenerateServiceName": [ - "azs-5340" + "azs-5768" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/EmptyDynamicallyTypedPrimitiveCollectionsRoundtripAsObjectArrays.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/EmptyDynamicallyTypedPrimitiveCollectionsRoundtripAsObjectArrays.json index 75fe77c3211b..e10fbe9b7ab3 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/EmptyDynamicallyTypedPrimitiveCollectionsRoundtripAsObjectArrays.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/EmptyDynamicallyTypedPrimitiveCollectionsRoundtripAsObjectArrays.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c48fce6b-dce5-4589-aee2-d48c9d6f1e7f" + "1ee75d44-9d45-4b4d-b3c3-ea59f1272f30" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1199" ], "x-ms-request-id": [ - "c0d37399-0227-4243-b41c-b0421e680f1c" + "2dfe93c8-84ef-4c93-b0bc-da3799dcef8e" ], "x-ms-correlation-request-id": [ - "c0d37399-0227-4243-b41c-b0421e680f1c" + "2dfe93c8-84ef-4c93-b0bc-da3799dcef8e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013837Z:c0d37399-0227-4243-b41c-b0421e680f1c" + "NORTHEUROPE:20200808T184551Z:2dfe93c8-84ef-4c93-b0bc-da3799dcef8e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:38:37 GMT" + "Sat, 08 Aug 2020 18:45:50 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4320?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MzIwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7923?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3OTIzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c355da54-405d-4130-9e05-f23a3338391a" + "d16b1372-5984-42e8-9bb7-b160bfeb8a50" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-request-id": [ - "37085dfd-2dfd-4703-b307-ab117f027969" + "028572eb-53f6-47f4-ae57-fadbe2f94db8" ], "x-ms-correlation-request-id": [ - "37085dfd-2dfd-4703-b307-ab117f027969" + "028572eb-53f6-47f4-ae57-fadbe2f94db8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013838Z:37085dfd-2dfd-4703-b307-ab117f027969" + "NORTHEUROPE:20200808T184552Z:028572eb-53f6-47f4-ae57-fadbe2f94db8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:38:38 GMT" + "Sat, 08 Aug 2020 18:45:51 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4320\",\r\n \"name\": \"azsmnet4320\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7923\",\r\n \"name\": \"azsmnet7923\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4320/providers/Microsoft.Search/searchServices/azs-1611?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNjExP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7923/providers/Microsoft.Search/searchServices/azs-7902?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3OTIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTAyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b53b79b0-b426-4d34-85d3-890198e98a65" + "df50f144-a2ff-4605-9a31-21880ad16f09" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A38%3A42.0931827Z'\"" + "W/\"datetime'2020-08-08T18%3A45%3A57.2340577Z'\"" ], "x-ms-request-id": [ - "b53b79b0-b426-4d34-85d3-890198e98a65" + "df50f144-a2ff-4605-9a31-21880ad16f09" ], "request-id": [ - "b53b79b0-b426-4d34-85d3-890198e98a65" + "df50f144-a2ff-4605-9a31-21880ad16f09" ], "elapsed-time": [ - "2111" + "1837" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1199" ], "x-ms-correlation-request-id": [ - "9f14c0c0-5265-45c0-bcd8-1bbdb9d4abd4" + "edfc2ba9-1963-47e4-bc8f-e2542c79b7d5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013843Z:9f14c0c0-5265-45c0-bcd8-1bbdb9d4abd4" + "NORTHEUROPE:20200808T184558Z:edfc2ba9-1963-47e4-bc8f-e2542c79b7d5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:38:42 GMT" + "Sat, 08 Aug 2020 18:45:57 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4320/providers/Microsoft.Search/searchServices/azs-1611\",\r\n \"name\": \"azs-1611\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7923/providers/Microsoft.Search/searchServices/azs-7902\",\r\n \"name\": \"azs-7902\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4320/providers/Microsoft.Search/searchServices/azs-1611/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNjExL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7923/providers/Microsoft.Search/searchServices/azs-7902/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3OTIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTAyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1fc21f98-3853-4513-a6af-c2fa3ab4ec93" + "22b86645-37d4-4877-ab98-8505500ff1a3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "1fc21f98-3853-4513-a6af-c2fa3ab4ec93" + "22b86645-37d4-4877-ab98-8505500ff1a3" ], "request-id": [ - "1fc21f98-3853-4513-a6af-c2fa3ab4ec93" + "22b86645-37d4-4877-ab98-8505500ff1a3" ], "elapsed-time": [ - "277" + "122" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1199" ], "x-ms-correlation-request-id": [ - "e20509d1-6e8c-48e6-8277-264407012804" + "c61c0790-43ef-470f-b899-d0906e60f2ca" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013845Z:e20509d1-6e8c-48e6-8277-264407012804" + "NORTHEUROPE:20200808T184601Z:c61c0790-43ef-470f-b899-d0906e60f2ca" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:38:45 GMT" + "Sat, 08 Aug 2020 18:46:01 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"CA8583DFF9415E7BF26B6B7E4E6E46C8\",\r\n \"secondaryKey\": \"16D29DDBCDAF2A3DFD79E9386AF59BB8\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"1D80AB3C2DD62EB2B76CE3370671EE61\",\r\n \"secondaryKey\": \"645D18995652A856473F04B2C419D904\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4320/providers/Microsoft.Search/searchServices/azs-1611/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNjExL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7923/providers/Microsoft.Search/searchServices/azs-7902/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3OTIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTAyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "04d1aa61-6312-4e9d-989b-849ded509531" + "bb626d29-f80f-47b0-9c00-bdfe22b69c1d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "04d1aa61-6312-4e9d-989b-849ded509531" + "bb626d29-f80f-47b0-9c00-bdfe22b69c1d" ], "request-id": [ - "04d1aa61-6312-4e9d-989b-849ded509531" + "bb626d29-f80f-47b0-9c00-bdfe22b69c1d" ], "elapsed-time": [ - "289" + "108" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1198" ], "x-ms-correlation-request-id": [ - "0a7f97f2-7cc3-4e18-a653-5112cb54c374" + "16d5f5c7-ce77-499c-b72f-ae79a487e740" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013846Z:0a7f97f2-7cc3-4e18-a653-5112cb54c374" + "NORTHEUROPE:20200808T184601Z:16d5f5c7-ce77-499c-b72f-ae79a487e740" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:38:45 GMT" + "Sat, 08 Aug 2020 18:46:01 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"A60B75AB35A812C8ABAC3FDC5DDA705F\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"5F6EABB45E6E520ADFD4FF5E3DA7935F\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6580\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3210\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "56668759-dea5-45cb-947e-ccf0e0aec1d8" + "654f2063-e6d1-4247-b8ed-72a34ca61c1c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "CA8583DFF9415E7BF26B6B7E4E6E46C8" + "1D80AB3C2DD62EB2B76CE3370671EE61" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037108F45652\"" + "W/\"0x8D83BCB4E013337\"" ], "Location": [ - "https://azs-1611.search-dogfood.windows-int.net/indexes('azsmnet6580')?api-version=2019-05-06" + "https://azs-7902.search-dogfood.windows-int.net/indexes('azsmnet3210')?api-version=2019-05-06" ], "request-id": [ - "56668759-dea5-45cb-947e-ccf0e0aec1d8" + "654f2063-e6d1-4247-b8ed-72a34ca61c1c" ], "elapsed-time": [ - "1093" + "783" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:38:48 GMT" + "Sat, 08 Aug 2020 18:46:04 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,35 +408,35 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1611.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037108F45652\\\"\",\r\n \"name\": \"azsmnet6580\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7902.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83BCB4E013337\\\"\",\r\n \"name\": \"azsmnet3210\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3874\",\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Bools\",\r\n \"type\": \"Collection(Edm.Boolean)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Dates\",\r\n \"type\": \"Collection(Edm.DateTimeOffset)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Doubles\",\r\n \"type\": \"Collection(Edm.Double)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Ints\",\r\n \"type\": \"Collection(Edm.Int32)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Longs\",\r\n \"type\": \"Collection(Edm.Int64)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Points\",\r\n \"type\": \"Collection(Edm.GeographyPoint)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Strings\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet577\",\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Bools\",\r\n \"type\": \"Collection(Edm.Boolean)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Dates\",\r\n \"type\": \"Collection(Edm.DateTimeOffset)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Doubles\",\r\n \"type\": \"Collection(Edm.Double)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Ints\",\r\n \"type\": \"Collection(Edm.Int32)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Longs\",\r\n \"type\": \"Collection(Edm.Int64)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Points\",\r\n \"type\": \"Collection(Edm.GeographyPoint)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Strings\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "2865a460-66e5-451b-b6f3-627f94fa06fc" + "381822b3-cc14-4c41-a404-e1833b3cd576" ], "Accept-Language": [ "en-US" ], "api-key": [ - "CA8583DFF9415E7BF26B6B7E4E6E46C8" + "1D80AB3C2DD62EB2B76CE3370671EE61" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1949" + "1948" ] }, "ResponseHeaders": { @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803711663A82B\"" + "W/\"0x8D83BCB5BEF7B02\"" ], "Location": [ - "https://azs-1611.search-dogfood.windows-int.net/indexes('azsmnet3874')?api-version=2019-05-06" + "https://azs-7902.search-dogfood.windows-int.net/indexes('azsmnet577')?api-version=2019-05-06" ], "request-id": [ - "2865a460-66e5-451b-b6f3-627f94fa06fc" + "381822b3-cc14-4c41-a404-e1833b3cd576" ], "elapsed-time": [ - "1232" + "1540" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:39:11 GMT" + "Sat, 08 Aug 2020 18:46:28 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -477,20 +477,20 @@ "-1" ], "Content-Length": [ - "2172" + "2171" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1611.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803711663A82B\\\"\",\r\n \"name\": \"azsmnet3874\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Bools\",\r\n \"type\": \"Collection(Edm.Boolean)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Dates\",\r\n \"type\": \"Collection(Edm.DateTimeOffset)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Doubles\",\r\n \"type\": \"Collection(Edm.Double)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Ints\",\r\n \"type\": \"Collection(Edm.Int32)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Longs\",\r\n \"type\": \"Collection(Edm.Int64)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Points\",\r\n \"type\": \"Collection(Edm.GeographyPoint)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Strings\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7902.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83BCB5BEF7B02\\\"\",\r\n \"name\": \"azsmnet577\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Bools\",\r\n \"type\": \"Collection(Edm.Boolean)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Dates\",\r\n \"type\": \"Collection(Edm.DateTimeOffset)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Doubles\",\r\n \"type\": \"Collection(Edm.Double)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Ints\",\r\n \"type\": \"Collection(Edm.Int32)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Longs\",\r\n \"type\": \"Collection(Edm.Int64)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Points\",\r\n \"type\": \"Collection(Edm.GeographyPoint)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Strings\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet3874')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzODc0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet577')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NzcnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"Key\": \"1\",\r\n \"Bools\": [],\r\n \"Dates\": [],\r\n \"Doubles\": [],\r\n \"Ints\": [],\r\n \"Longs\": [],\r\n \"Points\": [],\r\n \"Strings\": []\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "ae1308f4-2638-4a67-bb97-b8eeb9d37d5e" + "0fc24dc3-2ffb-4774-9f52-8ba03ca1cae5" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "CA8583DFF9415E7BF26B6B7E4E6E46C8" + "1D80AB3C2DD62EB2B76CE3370671EE61" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "ae1308f4-2638-4a67-bb97-b8eeb9d37d5e" + "0fc24dc3-2ffb-4774-9f52-8ba03ca1cae5" ], "elapsed-time": [ - "148" + "235" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:39:13 GMT" + "Sat, 08 Aug 2020 18:46:30 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,13 +553,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3874')/docs('1')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzODc0JykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet577')/docs('1')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NzcnKS9kb2NzKCcxJyk/JHNlbGVjdD0lMkEmYXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "25178777-25f2-4e9f-81b0-f25cda7fdf8a" + "d3e4344c-564a-4011-81de-7e85d483c22c" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "CA8583DFF9415E7BF26B6B7E4E6E46C8" + "1D80AB3C2DD62EB2B76CE3370671EE61" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -585,10 +585,10 @@ "no-cache" ], "request-id": [ - "25178777-25f2-4e9f-81b0-f25cda7fdf8a" + "d3e4344c-564a-4011-81de-7e85d483c22c" ], "elapsed-time": [ - "11" + "68" ], "OData-Version": [ "4.0" @@ -600,7 +600,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:39:13 GMT" + "Sat, 08 Aug 2020 18:46:30 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -616,21 +616,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4320/providers/Microsoft.Search/searchServices/azs-1611?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNjExP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7923/providers/Microsoft.Search/searchServices/azs-7902?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3OTIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTAyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72d2ca42-f249-45b0-924a-2fb8e847a442" + "fc5fc279-a988-4e6c-8c39-2b077ad53c39" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -641,52 +641,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], "x-ms-request-id": [ - "72d2ca42-f249-45b0-924a-2fb8e847a442" + "b46b12b5-c801-4ad7-bd90-fe01007f798e" ], - "request-id": [ - "72d2ca42-f249-45b0-924a-2fb8e847a442" + "x-ms-correlation-request-id": [ + "b46b12b5-c801-4ad7-bd90-fe01007f798e" ], - "elapsed-time": [ - "910" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T184720Z:b46b12b5-c801-4ad7-bd90-fe01007f798e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14983" - ], - "x-ms-correlation-request-id": [ - "a3a30168-b263-459d-938e-ba6bfc177132" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013918Z:a3a30168-b263-459d-938e-ba6bfc177132" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:39:17 GMT" + "Sat, 08 Aug 2020 18:47:19 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet4320", - "azsmnet6580", - "azsmnet3874" + "azsmnet7923", + "azsmnet3210", + "azsmnet577" ], "GenerateServiceName": [ - "azs-1611" + "azs-7902" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/GetDocumentThrowsWhenDocumentNotFound.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/GetDocumentThrowsWhenDocumentNotFound.json index 73ce25b01823..6a63b25a9b8c 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/GetDocumentThrowsWhenDocumentNotFound.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/GetDocumentThrowsWhenDocumentNotFound.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9280dbe7-059c-4e3c-b69e-da0b529ad26a" + "aa8211c9-62af-4b51-9f6b-afc1c2e5a1e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1198" ], "x-ms-request-id": [ - "e432da26-4927-49b2-b21c-d0f37a069c45" + "1caf250f-67d9-4b2f-9b9d-cf7d5bdf236d" ], "x-ms-correlation-request-id": [ - "e432da26-4927-49b2-b21c-d0f37a069c45" + "1caf250f-67d9-4b2f-9b9d-cf7d5bdf236d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013627Z:e432da26-4927-49b2-b21c-d0f37a069c45" + "NORTHEUROPE:20200808T054254Z:1caf250f-67d9-4b2f-9b9d-cf7d5bdf236d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:36:27 GMT" + "Sat, 08 Aug 2020 05:42:54 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1549?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxNTQ5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6305?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MzA1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f8266604-44a3-4732-89d5-2ee687f6d523" + "2ccd574c-a5f1-4d02-8d85-6706056358d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1198" ], "x-ms-request-id": [ - "610879f3-34ad-4eab-a34b-c61451bb6598" + "dac2d549-336c-4aa2-b6ab-94d4e3edfdb3" ], "x-ms-correlation-request-id": [ - "610879f3-34ad-4eab-a34b-c61451bb6598" + "dac2d549-336c-4aa2-b6ab-94d4e3edfdb3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013628Z:610879f3-34ad-4eab-a34b-c61451bb6598" + "NORTHEUROPE:20200808T054255Z:dac2d549-336c-4aa2-b6ab-94d4e3edfdb3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:36:28 GMT" + "Sat, 08 Aug 2020 05:42:55 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1549\",\r\n \"name\": \"azsmnet1549\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6305\",\r\n \"name\": \"azsmnet6305\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1549/providers/Microsoft.Search/searchServices/azs-1390?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzkwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6305/providers/Microsoft.Search/searchServices/azs-6905?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02OTA1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "442c41c9-55cb-4c95-93f6-251ecc8834c1" + "0a1a979b-0d5a-48e3-bf73-78cc99b16c3e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A36%3A32.3632632Z'\"" + "W/\"datetime'2020-08-08T05%3A43%3A01.8710259Z'\"" ], "x-ms-request-id": [ - "442c41c9-55cb-4c95-93f6-251ecc8834c1" + "0a1a979b-0d5a-48e3-bf73-78cc99b16c3e" ], "request-id": [ - "442c41c9-55cb-4c95-93f6-251ecc8834c1" + "0a1a979b-0d5a-48e3-bf73-78cc99b16c3e" ], "elapsed-time": [ - "1113" + "1821" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-correlation-request-id": [ - "4dbd0c71-e414-40f3-935c-ba8577999531" + "ad02fb5f-3043-4d0d-9018-151a6508cddb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013633Z:4dbd0c71-e414-40f3-935c-ba8577999531" + "NORTHEUROPE:20200808T054302Z:ad02fb5f-3043-4d0d-9018-151a6508cddb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:36:32 GMT" + "Sat, 08 Aug 2020 05:43:02 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1549/providers/Microsoft.Search/searchServices/azs-1390\",\r\n \"name\": \"azs-1390\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6305/providers/Microsoft.Search/searchServices/azs-6905\",\r\n \"name\": \"azs-6905\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1549/providers/Microsoft.Search/searchServices/azs-1390/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzkwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6305/providers/Microsoft.Search/searchServices/azs-6905/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02OTA1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9f99c517-5e15-497f-8202-aa82d98c53a7" + "22e5daaf-b139-406e-85ff-9f871540173a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9f99c517-5e15-497f-8202-aa82d98c53a7" + "22e5daaf-b139-406e-85ff-9f871540173a" ], "request-id": [ - "9f99c517-5e15-497f-8202-aa82d98c53a7" + "22e5daaf-b139-406e-85ff-9f871540173a" ], "elapsed-time": [ - "87" + "103" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1199" ], "x-ms-correlation-request-id": [ - "cb534b7b-82f7-49b5-a5b9-a0a2184f66e6" + "0a92ec51-ea76-47dd-80d5-e299eee11990" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013635Z:cb534b7b-82f7-49b5-a5b9-a0a2184f66e6" + "NORTHEUROPE:20200808T054305Z:0a92ec51-ea76-47dd-80d5-e299eee11990" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:36:34 GMT" + "Sat, 08 Aug 2020 05:43:05 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"81EAB8C6DB245F84E182711C777C1A5C\",\r\n \"secondaryKey\": \"589FA1F2C3A1A0C69BFFAB79225C5BCA\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"DA43FE74D3C06B2DB0274346FA177B61\",\r\n \"secondaryKey\": \"AB977DAB07DE41FB2A1F1DEF35BA05C0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1549/providers/Microsoft.Search/searchServices/azs-1390/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzkwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6305/providers/Microsoft.Search/searchServices/azs-6905/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02OTA1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9610b22d-4f16-41c1-8b81-986e3cf2dcd3" + "83d69a32-b4e3-4d96-8b22-1e2b1aa479e5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9610b22d-4f16-41c1-8b81-986e3cf2dcd3" + "83d69a32-b4e3-4d96-8b22-1e2b1aa479e5" ], "request-id": [ - "9610b22d-4f16-41c1-8b81-986e3cf2dcd3" + "83d69a32-b4e3-4d96-8b22-1e2b1aa479e5" ], "elapsed-time": [ - "110" + "199" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1198" ], "x-ms-correlation-request-id": [ - "b223fbc4-a194-43a8-acef-a47a85789be3" + "2ac6ddc1-9e60-4c69-9829-97693b60e185" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013635Z:b223fbc4-a194-43a8-acef-a47a85789be3" + "NORTHEUROPE:20200808T054306Z:2ac6ddc1-9e60-4c69-9829-97693b60e185" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:36:35 GMT" + "Sat, 08 Aug 2020 05:43:05 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"040271222F08857F928A7D0D8B998B9D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"DC7B833CF87869C3E3D6EF524F8CFC62\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4395\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet710\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "cb2a70ec-acdf-4e80-b248-cec728197c65" + "7dae3ee2-5bef-4e4c-bc5f-2dae81d01c47" ], "Accept-Language": [ "en-US" ], "api-key": [ - "81EAB8C6DB245F84E182711C777C1A5C" + "DA43FE74D3C06B2DB0274346FA177B61" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6975" + "6974" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80370BB1AD0A4\"" + "W/\"0x8D83B5DEFEACB27\"" ], "Location": [ - "https://azs-1390.search-dogfood.windows-int.net/indexes('azsmnet4395')?api-version=2019-05-06" + "https://azs-6905.search-dogfood.windows-int.net/indexes('azsmnet710')?api-version=2019-05-06" ], "request-id": [ - "cb2a70ec-acdf-4e80-b248-cec728197c65" + "7dae3ee2-5bef-4e4c-bc5f-2dae81d01c47" ], "elapsed-time": [ - "1143" + "3428" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:36:38 GMT" + "Sat, 08 Aug 2020 05:43:11 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6147" + "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1390.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80370BB1AD0A4\\\"\",\r\n \"name\": \"azsmnet4395\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6905.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B5DEFEACB27\\\"\",\r\n \"name\": \"azsmnet710\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet4395')/docs('ThisDocumentDoesNotExist')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0Mzk1JykvZG9jcygnVGhpc0RvY3VtZW50RG9lc05vdEV4aXN0Jyk/JHNlbGVjdD0lMkEmYXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet710')/docs('ThisDocumentDoesNotExist')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTAnKS9kb2NzKCdUaGlzRG9jdW1lbnREb2VzTm90RXhpc3QnKT8kc2VsZWN0PSUyQSZhcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "56036bb9-a2be-45da-bde7-5b23f3837ebe" + "41ca4b15-87f8-4258-aae9-4d09ee140455" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "81EAB8C6DB245F84E182711C777C1A5C" + "DA43FE74D3C06B2DB0274346FA177B61" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -444,16 +444,16 @@ "no-cache" ], "request-id": [ - "56036bb9-a2be-45da-bde7-5b23f3837ebe" + "41ca4b15-87f8-4258-aae9-4d09ee140455" ], "elapsed-time": [ - "109" + "261" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:36:59 GMT" + "Sat, 08 Aug 2020 05:43:33 GMT" ], "Expires": [ "-1" @@ -466,21 +466,21 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1549/providers/Microsoft.Search/searchServices/azs-1390?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzkwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6305/providers/Microsoft.Search/searchServices/azs-6905?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02OTA1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "390d6b20-e7dc-443c-a451-eff93deca013" + "8e71dd46-aaea-43a2-bb69-adb84d338511" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -491,51 +491,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14997" + ], "x-ms-request-id": [ - "390d6b20-e7dc-443c-a451-eff93deca013" + "d3c28eca-2c5d-4126-b40c-b740dae84911" ], - "request-id": [ - "390d6b20-e7dc-443c-a451-eff93deca013" + "x-ms-correlation-request-id": [ + "d3c28eca-2c5d-4126-b40c-b740dae84911" ], - "elapsed-time": [ - "2234" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T054343Z:d3c28eca-2c5d-4126-b40c-b740dae84911" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" - ], - "x-ms-correlation-request-id": [ - "a1ac1087-9101-4962-bbd8-d96d10670d49" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013705Z:a1ac1087-9101-4962-bbd8-d96d10670d49" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:37:04 GMT" + "Sat, 08 Aug 2020 05:43:42 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet1549", - "azsmnet4395" + "azsmnet6305", + "azsmnet710" ], "GenerateServiceName": [ - "azs-1390" + "azs-6905" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/GetDocumentThrowsWhenRequestIsMalformed.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/GetDocumentThrowsWhenRequestIsMalformed.json index b2d467fb7220..bb5fbe9dcc21 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/GetDocumentThrowsWhenRequestIsMalformed.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/GetDocumentThrowsWhenRequestIsMalformed.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6f05b22c-844d-4742-aa29-cbe2fb24a69d" + "6d7cf60b-39cf-4f5f-81e0-403b4326e071" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1197" ], "x-ms-request-id": [ - "bbda4452-94a1-439e-9a41-ac317d047d52" + "dbab65b2-e815-451d-bc7d-790df5bfe8b2" ], "x-ms-correlation-request-id": [ - "bbda4452-94a1-439e-9a41-ac317d047d52" + "dbab65b2-e815-451d-bc7d-790df5bfe8b2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014147Z:bbda4452-94a1-439e-9a41-ac317d047d52" + "NORTHEUROPE:20200808T054840Z:dbab65b2-e815-451d-bc7d-790df5bfe8b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:41:46 GMT" + "Sat, 08 Aug 2020 05:48:39 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8740?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NzQwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2636?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNjM2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "79687f00-9c88-4177-a9c1-54305f8856e6" + "549ca3cb-202a-4528-97e7-7688c114e153" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1197" ], "x-ms-request-id": [ - "b80a4586-d238-4737-ae40-832cf1e70e60" + "54326986-35bc-4361-aea9-650e997deb7f" ], "x-ms-correlation-request-id": [ - "b80a4586-d238-4737-ae40-832cf1e70e60" + "54326986-35bc-4361-aea9-650e997deb7f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014148Z:b80a4586-d238-4737-ae40-832cf1e70e60" + "NORTHEUROPE:20200808T054841Z:54326986-35bc-4361-aea9-650e997deb7f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:41:48 GMT" + "Sat, 08 Aug 2020 05:48:40 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8740\",\r\n \"name\": \"azsmnet8740\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2636\",\r\n \"name\": \"azsmnet2636\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8740/providers/Microsoft.Search/searchServices/azs-353?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2636/providers/Microsoft.Search/searchServices/azs-7286?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjM2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Mjg2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "edb788f3-d715-42df-8302-dedc62ca9967" + "f3d606c0-ffca-49c0-b9eb-219e68f6c037" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A41%3A52.5005559Z'\"" + "W/\"datetime'2020-08-08T05%3A48%3A46.7188961Z'\"" ], "x-ms-request-id": [ - "edb788f3-d715-42df-8302-dedc62ca9967" + "f3d606c0-ffca-49c0-b9eb-219e68f6c037" ], "request-id": [ - "edb788f3-d715-42df-8302-dedc62ca9967" + "f3d606c0-ffca-49c0-b9eb-219e68f6c037" ], "elapsed-time": [ - "1165" + "2390" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1198" ], "x-ms-correlation-request-id": [ - "c8f3fafc-57bc-47d6-9f66-2c7de9a97953" + "574dd788-499c-4a2d-af2a-15190cd5a089" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014153Z:c8f3fafc-57bc-47d6-9f66-2c7de9a97953" + "NORTHEUROPE:20200808T054848Z:574dd788-499c-4a2d-af2a-15190cd5a089" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:41:53 GMT" + "Sat, 08 Aug 2020 05:48:47 GMT" ], "Content-Length": [ - "527" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8740/providers/Microsoft.Search/searchServices/azs-353\",\r\n \"name\": \"azs-353\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2636/providers/Microsoft.Search/searchServices/azs-7286\",\r\n \"name\": \"azs-7286\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8740/providers/Microsoft.Search/searchServices/azs-353/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTMvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2636/providers/Microsoft.Search/searchServices/azs-7286/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjM2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Mjg2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3a21e5d2-5689-42d4-97f1-d474f6d1ebde" + "8ba743dc-ab21-4b23-b4d1-4b4421c081e0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "3a21e5d2-5689-42d4-97f1-d474f6d1ebde" + "8ba743dc-ab21-4b23-b4d1-4b4421c081e0" ], "request-id": [ - "3a21e5d2-5689-42d4-97f1-d474f6d1ebde" + "8ba743dc-ab21-4b23-b4d1-4b4421c081e0" ], "elapsed-time": [ - "96" + "94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1197" ], "x-ms-correlation-request-id": [ - "9c9864ae-c59f-4262-9865-1e4301b9b5b8" + "9709481c-3873-419f-88fb-41e14d5a80f8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014156Z:9c9864ae-c59f-4262-9865-1e4301b9b5b8" + "NORTHEUROPE:20200808T054850Z:9709481c-3873-419f-88fb-41e14d5a80f8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:41:55 GMT" + "Sat, 08 Aug 2020 05:48:50 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"F1C0D81B0FA567AE9B08A83BD0A75BF6\",\r\n \"secondaryKey\": \"E0FB9063E02A812B15EAF81F94ECF43F\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"79BBE440944756EC029B08EAFD935AD8\",\r\n \"secondaryKey\": \"0989D674E6BDE7888B7507B6E37E4465\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8740/providers/Microsoft.Search/searchServices/azs-353/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTMvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2636/providers/Microsoft.Search/searchServices/azs-7286/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjM2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Mjg2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "67d3da00-8d52-4931-be95-1c97de049847" + "ab84f654-0e29-4eb2-99d9-d814e2e89c64" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "67d3da00-8d52-4931-be95-1c97de049847" + "ab84f654-0e29-4eb2-99d9-d814e2e89c64" ], "request-id": [ - "67d3da00-8d52-4931-be95-1c97de049847" + "ab84f654-0e29-4eb2-99d9-d814e2e89c64" ], "elapsed-time": [ - "93" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1196" ], "x-ms-correlation-request-id": [ - "f6cb2872-53df-4d95-9274-747e43c17a56" + "0235e101-7485-4f15-b79a-3fe054838abb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014157Z:f6cb2872-53df-4d95-9274-747e43c17a56" + "NORTHEUROPE:20200808T054851Z:0235e101-7485-4f15-b79a-3fe054838abb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:41:56 GMT" + "Sat, 08 Aug 2020 05:48:50 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"43821D1E3DF192E8C00366358F3FA85B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B8F240159937F9D861936FF63E201076\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8210\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5384\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "f4a90dbe-c2f6-4406-a513-4c4e56eff066" + "6ff4a180-828a-4a28-894e-75f88917bf67" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F1C0D81B0FA567AE9B08A83BD0A75BF6" + "79BBE440944756EC029B08EAFD935AD8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803717AB0DFEE\"" + "W/\"0x8D83B5EBBAE8EB9\"" ], "Location": [ - "https://azs-353.search-dogfood.windows-int.net/indexes('azsmnet8210')?api-version=2019-05-06" + "https://azs-7286.search-dogfood.windows-int.net/indexes('azsmnet5384')?api-version=2019-05-06" ], "request-id": [ - "f4a90dbe-c2f6-4406-a513-4c4e56eff066" + "6ff4a180-828a-4a28-894e-75f88917bf67" ], "elapsed-time": [ - "1155" + "814" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:41:59 GMT" + "Sat, 08 Aug 2020 05:48:53 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-353.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803717AB0DFEE\\\"\",\r\n \"name\": \"azsmnet8210\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7286.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B5EBBAE8EB9\\\"\",\r\n \"name\": \"azsmnet5384\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet8210')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MjEwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5384')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1Mzg0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"description\": \"Surprisingly expensive\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "95fb95ea-bce7-412a-baaa-486e6db8fb42" + "407c7734-8a4c-4016-ac8d-bbcebd7e75e4" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "F1C0D81B0FA567AE9B08A83BD0A75BF6" + "79BBE440944756EC029B08EAFD935AD8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "95fb95ea-bce7-412a-baaa-486e6db8fb42" + "407c7734-8a4c-4016-ac8d-bbcebd7e75e4" ], "elapsed-time": [ - "158" + "154" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:42:21 GMT" + "Sat, 08 Aug 2020 05:49:15 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet8210')/docs('3')?$select=hotelId%2CThisFieldDoesNotExist&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MjEwJykvZG9jcygnMycpPyRzZWxlY3Q9aG90ZWxJZCUyQ1RoaXNGaWVsZERvZXNOb3RFeGlzdCZhcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet5384')/docs('3')?$select=hotelId%2CThisFieldDoesNotExist&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1Mzg0JykvZG9jcygnMycpPyRzZWxlY3Q9aG90ZWxJZCUyQ1RoaXNGaWVsZERvZXNOb3RFeGlzdCZhcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "535e91e2-72e7-4ebc-9d73-27df1c988115" + "7ce75fd4-72d8-40cf-879d-7d894677c9d3" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "F1C0D81B0FA567AE9B08A83BD0A75BF6" + "79BBE440944756EC029B08EAFD935AD8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "535e91e2-72e7-4ebc-9d73-27df1c988115" + "7ce75fd4-72d8-40cf-879d-7d894677c9d3" ], "elapsed-time": [ - "8" + "20" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:42:21 GMT" + "Sat, 08 Aug 2020 05:49:15 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -547,21 +547,21 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8740/providers/Microsoft.Search/searchServices/azs-353?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNTM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2636/providers/Microsoft.Search/searchServices/azs-7286?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjM2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Mjg2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e8dccb1f-4ca8-44cf-a687-2c1e605b3e09" + "38f3472a-f2aa-4f52-8464-8143d2edb2f3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -572,51 +572,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14993" + ], "x-ms-request-id": [ - "e8dccb1f-4ca8-44cf-a687-2c1e605b3e09" + "564a2490-2210-4fae-9478-7a2398bd81b7" ], - "request-id": [ - "e8dccb1f-4ca8-44cf-a687-2c1e605b3e09" + "x-ms-correlation-request-id": [ + "564a2490-2210-4fae-9478-7a2398bd81b7" ], - "elapsed-time": [ - "1337" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T055004Z:564a2490-2210-4fae-9478-7a2398bd81b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" - ], - "x-ms-correlation-request-id": [ - "9a27ee09-8c68-4905-bd0c-f1d8430c6c52" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014226Z:9a27ee09-8c68-4905-bd0c-f1d8430c6c52" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:42:26 GMT" + "Sat, 08 Aug 2020 05:50:03 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8740", - "azsmnet8210" + "azsmnet2636", + "azsmnet5384" ], "GenerateServiceName": [ - "azs-353" + "azs-7286" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/GetDynamicDocumentCannotAlwaysDetermineCorrectType.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/GetDynamicDocumentCannotAlwaysDetermineCorrectType.json index b3c913bb492e..7ff9202f340d 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/GetDynamicDocumentCannotAlwaysDetermineCorrectType.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/GetDynamicDocumentCannotAlwaysDetermineCorrectType.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e7fc1b0f-286e-48f3-87d7-2c9ac263832b" + "598c6e78-617e-49ae-a60a-a0a5784085d2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1195" ], "x-ms-request-id": [ - "126c78db-b974-442c-954d-8eafc474d20e" + "fd21d75c-be06-4494-b052-7bb61cf80d60" ], "x-ms-correlation-request-id": [ - "126c78db-b974-442c-954d-8eafc474d20e" + "fd21d75c-be06-4494-b052-7bb61cf80d60" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014507Z:126c78db-b974-442c-954d-8eafc474d20e" + "NORTHEUROPE:20200808T055339Z:fd21d75c-be06-4494-b052-7bb61cf80d60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:45:06 GMT" + "Sat, 08 Aug 2020 05:53:39 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6603?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2NjAzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6302?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MzAyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5462b84c-a5e0-48fc-b8bb-d404c43e7a3b" + "e0e7da05-a3c5-470e-903c-aff1801aaa73" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1197" ], "x-ms-request-id": [ - "17eaffcc-e058-4b78-905d-1d97fd9ee3f7" + "e7eb8515-3250-4d0f-8c0d-459e2fa7b3f9" ], "x-ms-correlation-request-id": [ - "17eaffcc-e058-4b78-905d-1d97fd9ee3f7" + "e7eb8515-3250-4d0f-8c0d-459e2fa7b3f9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014508Z:17eaffcc-e058-4b78-905d-1d97fd9ee3f7" + "NORTHEUROPE:20200808T055340Z:e7eb8515-3250-4d0f-8c0d-459e2fa7b3f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:45:08 GMT" + "Sat, 08 Aug 2020 05:53:40 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6603\",\r\n \"name\": \"azsmnet6603\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6302\",\r\n \"name\": \"azsmnet6302\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6603/providers/Microsoft.Search/searchServices/azs-3476?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NjAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDc2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6302/providers/Microsoft.Search/searchServices/azs-9492?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "45700f23-33fe-4473-8e70-9201e25299d7" + "6b076efb-9377-4753-a869-698843b4ff9c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A45%3A12.0014436Z'\"" + "W/\"datetime'2020-08-08T05%3A53%3A46.4268994Z'\"" ], "x-ms-request-id": [ - "45700f23-33fe-4473-8e70-9201e25299d7" + "6b076efb-9377-4753-a869-698843b4ff9c" ], "request-id": [ - "45700f23-33fe-4473-8e70-9201e25299d7" + "6b076efb-9377-4753-a869-698843b4ff9c" ], "elapsed-time": [ - "1321" + "3315" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1199" ], "x-ms-correlation-request-id": [ - "9c4ba118-c858-4c12-ba68-6927bc4f8d26" + "04487f9c-c566-49e8-8cd6-8aa04924bd8c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014513Z:9c4ba118-c858-4c12-ba68-6927bc4f8d26" + "NORTHEUROPE:20200808T055348Z:04487f9c-c566-49e8-8cd6-8aa04924bd8c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:45:12 GMT" + "Sat, 08 Aug 2020 05:53:48 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6603/providers/Microsoft.Search/searchServices/azs-3476\",\r\n \"name\": \"azs-3476\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6302/providers/Microsoft.Search/searchServices/azs-9492\",\r\n \"name\": \"azs-9492\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6603/providers/Microsoft.Search/searchServices/azs-3476/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NjAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDc2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6302/providers/Microsoft.Search/searchServices/azs-9492/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDkyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "350542d9-acdb-4cbc-b629-356f8f8df676" + "f4b679b4-b38b-49aa-be62-9f829b052f72" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "350542d9-acdb-4cbc-b629-356f8f8df676" + "f4b679b4-b38b-49aa-be62-9f829b052f72" ], "request-id": [ - "350542d9-acdb-4cbc-b629-356f8f8df676" + "f4b679b4-b38b-49aa-be62-9f829b052f72" ], "elapsed-time": [ - "99" + "126" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1199" ], "x-ms-correlation-request-id": [ - "8025e09f-1cfb-4394-be45-b8606d267bf7" + "5966addc-27c3-45b1-90f9-0441b2c77205" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014515Z:8025e09f-1cfb-4394-be45-b8606d267bf7" + "NORTHEUROPE:20200808T055351Z:5966addc-27c3-45b1-90f9-0441b2c77205" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:45:14 GMT" + "Sat, 08 Aug 2020 05:53:50 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"768EE90B1101D260A3FF43CC75990354\",\r\n \"secondaryKey\": \"8E9953E2FD6B03C01D052018EDC21FA9\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"750D76E5B4558109DE9460AC7938B1B1\",\r\n \"secondaryKey\": \"A41404266B37F1DD180B5F0AB16298E2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6603/providers/Microsoft.Search/searchServices/azs-3476/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NjAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDc2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6302/providers/Microsoft.Search/searchServices/azs-9492/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDkyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "174a0046-da36-4ba5-8eb6-95168dd74363" + "49391eaa-6f30-482c-95f7-f8dd9153b695" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "174a0046-da36-4ba5-8eb6-95168dd74363" + "49391eaa-6f30-482c-95f7-f8dd9153b695" ], "request-id": [ - "174a0046-da36-4ba5-8eb6-95168dd74363" + "49391eaa-6f30-482c-95f7-f8dd9153b695" ], "elapsed-time": [ - "90" + "105" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1198" ], "x-ms-correlation-request-id": [ - "fb058e38-67ba-4c85-ab58-8f68692e04a2" + "36a57d2c-b008-454e-a895-399f511949b9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014516Z:fb058e38-67ba-4c85-ab58-8f68692e04a2" + "NORTHEUROPE:20200808T055351Z:36a57d2c-b008-454e-a895-399f511949b9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:45:15 GMT" + "Sat, 08 Aug 2020 05:53:51 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"73AE2D52FF0B84FE7D3EDEA677379A3A\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"C2CA37C2C3AFB544C8AEF0D81245E498\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7279\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1638\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "5070c383-4478-468e-9c65-2acefcce8d2c" + "655277f6-8705-453c-9ccc-95ed3d377ea2" ], "Accept-Language": [ "en-US" ], "api-key": [ - "768EE90B1101D260A3FF43CC75990354" + "750D76E5B4558109DE9460AC7938B1B1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80371F1515680\"" + "W/\"0x8D83B5F6ECB925D\"" ], "Location": [ - "https://azs-3476.search-dogfood.windows-int.net/indexes('azsmnet7279')?api-version=2019-05-06" + "https://azs-9492.search-dogfood.windows-int.net/indexes('azsmnet1638')?api-version=2019-05-06" ], "request-id": [ - "5070c383-4478-468e-9c65-2acefcce8d2c" + "655277f6-8705-453c-9ccc-95ed3d377ea2" ], "elapsed-time": [ - "1221" + "843" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:45:18 GMT" + "Sat, 08 Aug 2020 05:53:54 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3476.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80371F1515680\\\"\",\r\n \"name\": \"azsmnet7279\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9492.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B5F6ECB925D\\\"\",\r\n \"name\": \"azsmnet1638\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet7279')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3Mjc5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1638')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNjM4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"2015-02-11T12:58:00+00:00\",\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"rooms\": [\r\n {\r\n \"baseRate\": \"NaN\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"2015-02-11T04:58:00-08:00\",\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"rooms\": [\r\n {\r\n \"baseRate\": \"NaN\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "a4272ee6-ac2f-44d2-8dde-67d424bd9076" + "2de6471a-9273-4b6b-8636-bda90a8b5bea" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "768EE90B1101D260A3FF43CC75990354" + "750D76E5B4558109DE9460AC7938B1B1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "a4272ee6-ac2f-44d2-8dde-67d424bd9076" + "2de6471a-9273-4b6b-8636-bda90a8b5bea" ], "elapsed-time": [ - "195" + "193" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:45:40 GMT" + "Sat, 08 Aug 2020 05:54:15 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7279')/docs('1')?$select=hotelId%2ChotelName%2Clocation%2Crooms%2FbaseRate&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3Mjc5JykvZG9jcygnMScpPyRzZWxlY3Q9aG90ZWxJZCUyQ2hvdGVsTmFtZSUyQ2xvY2F0aW9uJTJDcm9vbXMlMkZiYXNlUmF0ZSZhcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet1638')/docs('1')?$select=hotelId%2ChotelName%2Clocation%2Crooms%2FbaseRate&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNjM4JykvZG9jcygnMScpPyRzZWxlY3Q9aG90ZWxJZCUyQ2hvdGVsTmFtZSUyQ2xvY2F0aW9uJTJDcm9vbXMlMkZiYXNlUmF0ZSZhcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "0f6c6fed-4d66-4677-9990-c0cbbb80e249" + "f854561e-e6fb-46a4-87f2-1b6772c121d0" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "768EE90B1101D260A3FF43CC75990354" + "750D76E5B4558109DE9460AC7938B1B1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "0f6c6fed-4d66-4677-9990-c0cbbb80e249" + "f854561e-e6fb-46a4-87f2-1b6772c121d0" ], "elapsed-time": [ - "14" + "33" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:45:42 GMT" + "Sat, 08 Aug 2020 05:54:17 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -540,25 +540,25 @@ "205" ] }, - "ResponseBody": "{\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"2015-02-11T12:58:00+00:00\",\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"rooms\": [\r\n {\r\n \"baseRate\": \"NaN\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"2015-02-11T04:58:00-08:00\",\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"rooms\": [\r\n {\r\n \"baseRate\": \"NaN\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6603/providers/Microsoft.Search/searchServices/azs-3476?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NjAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDc2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6302/providers/Microsoft.Search/searchServices/azs-9492?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c3b696be-7740-4082-ab5b-3cf587e5d937" + "6cdb1932-e454-499b-8613-04fdbf4863b6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], "x-ms-request-id": [ - "c3b696be-7740-4082-ab5b-3cf587e5d937" + "026b704b-d1b1-4ade-a0fc-e59d3745ad56" ], - "request-id": [ - "c3b696be-7740-4082-ab5b-3cf587e5d937" + "x-ms-correlation-request-id": [ + "026b704b-d1b1-4ade-a0fc-e59d3745ad56" ], - "elapsed-time": [ - "1888" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T055427Z:026b704b-d1b1-4ade-a0fc-e59d3745ad56" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" - ], - "x-ms-correlation-request-id": [ - "69625aa6-09e4-4d73-a493-5e50b77eb3b6" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014548Z:69625aa6-09e4-4d73-a493-5e50b77eb3b6" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:45:48 GMT" + "Sat, 08 Aug 2020 05:54:26 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6603", - "azsmnet7279" + "azsmnet6302", + "azsmnet1638" ], "GenerateServiceName": [ - "azs-3476" + "azs-9492" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/GetDynamicDocumentWithEmptyObjectsReturnsObjectsFullOfNulls.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/GetDynamicDocumentWithEmptyObjectsReturnsObjectsFullOfNulls.json index d94ce37f0283..c2aac6cbcb2c 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/GetDynamicDocumentWithEmptyObjectsReturnsObjectsFullOfNulls.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/GetDynamicDocumentWithEmptyObjectsReturnsObjectsFullOfNulls.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3f351ddf-6550-480d-8847-8add3fa7b7e5" + "c86a8e19-90be-4827-b484-02d573f082a9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1199" ], "x-ms-request-id": [ - "fd3c3625-cf0e-47db-a878-042b59486a31" + "306ee04b-c7b8-4e88-92ef-203668d8cef7" ], "x-ms-correlation-request-id": [ - "fd3c3625-cf0e-47db-a878-042b59486a31" + "306ee04b-c7b8-4e88-92ef-203668d8cef7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013542Z:fd3c3625-cf0e-47db-a878-042b59486a31" + "NORTHEUROPE:20200808T054105Z:306ee04b-c7b8-4e88-92ef-203668d8cef7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:35:42 GMT" + "Sat, 08 Aug 2020 05:41:05 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8972?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4OTcyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6517?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2NTE3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bb421df1-b59f-43ff-9951-9f33336479f9" + "64578858-844e-4d73-ad3b-4ddb1c0f44da" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1199" ], "x-ms-request-id": [ - "601acb20-44d9-49c3-9008-c6b75f3d25ac" + "d2facca3-dedf-4919-8a87-c532447f5f1d" ], "x-ms-correlation-request-id": [ - "601acb20-44d9-49c3-9008-c6b75f3d25ac" + "d2facca3-dedf-4919-8a87-c532447f5f1d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013543Z:601acb20-44d9-49c3-9008-c6b75f3d25ac" + "NORTHEUROPE:20200808T054107Z:d2facca3-dedf-4919-8a87-c532447f5f1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:35:43 GMT" + "Sat, 08 Aug 2020 05:41:06 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8972\",\r\n \"name\": \"azsmnet8972\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6517\",\r\n \"name\": \"azsmnet6517\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8972/providers/Microsoft.Search/searchServices/azs-1223?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMjIzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6517/providers/Microsoft.Search/searchServices/azs-1365?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NTE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzY1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e49a8818-3a83-44d9-aa5e-7aaf7aab2da0" + "aff7b238-edb7-4881-a0ab-213b00143d9d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A35%3A47.3830475Z'\"" + "W/\"datetime'2020-08-08T05%3A41%3A14.5897862Z'\"" ], "x-ms-request-id": [ - "e49a8818-3a83-44d9-aa5e-7aaf7aab2da0" + "aff7b238-edb7-4881-a0ab-213b00143d9d" ], "request-id": [ - "e49a8818-3a83-44d9-aa5e-7aaf7aab2da0" + "aff7b238-edb7-4881-a0ab-213b00143d9d" ], "elapsed-time": [ - "2242" + "2145" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1199" ], "x-ms-correlation-request-id": [ - "6117a75e-f15f-44d6-a4ca-5fc68688b49d" + "e35e82fd-7e3d-4951-89f1-f789a3dfdc16" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013548Z:6117a75e-f15f-44d6-a4ca-5fc68688b49d" + "NORTHEUROPE:20200808T054116Z:e35e82fd-7e3d-4951-89f1-f789a3dfdc16" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:35:48 GMT" + "Sat, 08 Aug 2020 05:41:15 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8972/providers/Microsoft.Search/searchServices/azs-1223\",\r\n \"name\": \"azs-1223\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6517/providers/Microsoft.Search/searchServices/azs-1365\",\r\n \"name\": \"azs-1365\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8972/providers/Microsoft.Search/searchServices/azs-1223/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMjIzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6517/providers/Microsoft.Search/searchServices/azs-1365/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NTE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzY1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "55c15b79-a138-4b19-86b1-4ff35534d175" + "6ac4e4a2-4c87-4916-81b1-f947c944be8d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "55c15b79-a138-4b19-86b1-4ff35534d175" + "6ac4e4a2-4c87-4916-81b1-f947c944be8d" ], "request-id": [ - "55c15b79-a138-4b19-86b1-4ff35534d175" + "6ac4e4a2-4c87-4916-81b1-f947c944be8d" ], "elapsed-time": [ - "225" + "123" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1199" ], "x-ms-correlation-request-id": [ - "501726ba-45dd-4bcf-a8a6-6924d42ac5d2" + "6b8cef8b-8456-4184-b427-7727afa37466" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013550Z:501726ba-45dd-4bcf-a8a6-6924d42ac5d2" + "NORTHEUROPE:20200808T054118Z:6b8cef8b-8456-4184-b427-7727afa37466" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:35:49 GMT" + "Sat, 08 Aug 2020 05:41:18 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"1C0C4A16DD5425F5C2A8191E2D061799\",\r\n \"secondaryKey\": \"77438725528844064100DDAE20E4A5B3\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"78FAF9C2010DB1A1E5ADEF94EF57192C\",\r\n \"secondaryKey\": \"7E8BF6DE10D96FEAFA0550B2061000B1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8972/providers/Microsoft.Search/searchServices/azs-1223/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMjIzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6517/providers/Microsoft.Search/searchServices/azs-1365/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NTE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzY1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3cc8f6d5-f3ec-4fab-88d9-e92b8dbe944e" + "f8bf1398-188f-4a4a-be32-46f363ecd33c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "3cc8f6d5-f3ec-4fab-88d9-e92b8dbe944e" + "f8bf1398-188f-4a4a-be32-46f363ecd33c" ], "request-id": [ - "3cc8f6d5-f3ec-4fab-88d9-e92b8dbe944e" + "f8bf1398-188f-4a4a-be32-46f363ecd33c" ], "elapsed-time": [ - "116" + "101" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1198" ], "x-ms-correlation-request-id": [ - "debacafa-d637-4dc5-ace8-dc815f86fe88" + "adbc6d6d-d8ac-4bea-b84d-3716de4444c5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013550Z:debacafa-d637-4dc5-ace8-dc815f86fe88" + "NORTHEUROPE:20200808T054119Z:adbc6d6d-d8ac-4bea-b84d-3716de4444c5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:35:50 GMT" + "Sat, 08 Aug 2020 05:41:18 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"2AF7D4BBD223938C4497AB6D036247A1\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"82080B2CA8363B647EA05558083BD60F\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2249\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9227\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "e56e1bd2-77f5-4b74-ad9a-f5e0afdb9426" + "16e673e1-e00a-4f8c-ad78-813b9d0361ce" ], "Accept-Language": [ "en-US" ], "api-key": [ - "1C0C4A16DD5425F5C2A8191E2D061799" + "78FAF9C2010DB1A1E5ADEF94EF57192C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80370A07618BD\"" + "W/\"0x8D83B5DB14B95CC\"" ], "Location": [ - "https://azs-1223.search-dogfood.windows-int.net/indexes('azsmnet2249')?api-version=2019-05-06" + "https://azs-1365.search-dogfood.windows-int.net/indexes('azsmnet9227')?api-version=2019-05-06" ], "request-id": [ - "e56e1bd2-77f5-4b74-ad9a-f5e0afdb9426" + "16e673e1-e00a-4f8c-ad78-813b9d0361ce" ], "elapsed-time": [ - "1258" + "4882" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:35:53 GMT" + "Sat, 08 Aug 2020 05:41:26 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1223.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80370A07618BD\\\"\",\r\n \"name\": \"azsmnet2249\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1365.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B5DB14B95CC\\\"\",\r\n \"name\": \"azsmnet9227\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet2249')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMjQ5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet9227')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MjI3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"address\": {}\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "095fe600-8edf-4dc8-b252-81d2c3b6747c" + "63c12801-971b-4923-9b95-f251230b6726" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "1C0C4A16DD5425F5C2A8191E2D061799" + "78FAF9C2010DB1A1E5ADEF94EF57192C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "095fe600-8edf-4dc8-b252-81d2c3b6747c" + "63c12801-971b-4923-9b95-f251230b6726" ], "elapsed-time": [ - "195" + "401" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:36:15 GMT" + "Sat, 08 Aug 2020 05:41:54 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet2249')/docs('1')?$select=hotelId%2Caddress&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMjQ5JykvZG9jcygnMScpPyRzZWxlY3Q9aG90ZWxJZCUyQ2FkZHJlc3MmYXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet9227')/docs('1')?$select=hotelId%2Caddress&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MjI3JykvZG9jcygnMScpPyRzZWxlY3Q9aG90ZWxJZCUyQ2FkZHJlc3MmYXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "9ff0e8aa-c94e-4c79-8750-2f34817f414f" + "b3383fe2-f8b8-4bf3-a818-e5fc14329c2a" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "1C0C4A16DD5425F5C2A8191E2D061799" + "78FAF9C2010DB1A1E5ADEF94EF57192C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "9ff0e8aa-c94e-4c79-8750-2f34817f414f" + "b3383fe2-f8b8-4bf3-a818-e5fc14329c2a" ], "elapsed-time": [ - "14" + "117" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:36:17 GMT" + "Sat, 08 Aug 2020 05:41:56 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8972/providers/Microsoft.Search/searchServices/azs-1223?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMjIzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6517/providers/Microsoft.Search/searchServices/azs-1365?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NTE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzY1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2a83c269-a185-4427-a25d-f657e06e1057" + "89b01b2a-23a8-4d2c-9016-367951ee192e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], "x-ms-request-id": [ - "2a83c269-a185-4427-a25d-f657e06e1057" + "df4c0121-443f-4465-b363-59943f60350a" ], - "request-id": [ - "2a83c269-a185-4427-a25d-f657e06e1057" + "x-ms-correlation-request-id": [ + "df4c0121-443f-4465-b363-59943f60350a" ], - "elapsed-time": [ - "1070" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T054246Z:df4c0121-443f-4465-b363-59943f60350a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" - ], - "x-ms-correlation-request-id": [ - "5ee58cba-24d1-4d0d-9f1c-f989db018a9f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T013622Z:5ee58cba-24d1-4d0d-9f1c-f989db018a9f" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:36:22 GMT" + "Sat, 08 Aug 2020 05:42:46 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8972", - "azsmnet2249" + "azsmnet6517", + "azsmnet9227" ], "GenerateServiceName": [ - "azs-1223" + "azs-1365" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/GetStaticallyTypedDocumentSetsUnselectedFieldsToNull.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/GetStaticallyTypedDocumentSetsUnselectedFieldsToNull.json index 533be7cb4aee..209dcd768fcd 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/GetStaticallyTypedDocumentSetsUnselectedFieldsToNull.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/GetStaticallyTypedDocumentSetsUnselectedFieldsToNull.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "93563f1c-d265-4fc6-83f1-8d8fd2e8dc5f" + "39367170-020c-4cae-a040-685f6667adf2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1194" ], "x-ms-request-id": [ - "5f916801-e07b-4c8f-8c25-9f0fe45ec5b9" + "16b39f9d-f7a1-4c3c-9ef4-a196f9bdff6a" ], "x-ms-correlation-request-id": [ - "5f916801-e07b-4c8f-8c25-9f0fe45ec5b9" + "16b39f9d-f7a1-4c3c-9ef4-a196f9bdff6a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014554Z:5f916801-e07b-4c8f-8c25-9f0fe45ec5b9" + "NORTHEUROPE:20200808T055435Z:16b39f9d-f7a1-4c3c-9ef4-a196f9bdff6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:45:54 GMT" + "Sat, 08 Aug 2020 05:54:35 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8475?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NDc1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8436?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NDM2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4612a36d-3820-493a-b67e-fe401e501d38" + "f145e7a0-93dc-44a1-8450-7e6867f8e9d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1198" ], "x-ms-request-id": [ - "8eb47dc7-9cce-4026-9fbe-d6ef02be7538" + "54c49f77-fce3-40c8-99f9-1edfbdcd9f93" ], "x-ms-correlation-request-id": [ - "8eb47dc7-9cce-4026-9fbe-d6ef02be7538" + "54c49f77-fce3-40c8-99f9-1edfbdcd9f93" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014554Z:8eb47dc7-9cce-4026-9fbe-d6ef02be7538" + "NORTHEUROPE:20200808T055437Z:54c49f77-fce3-40c8-99f9-1edfbdcd9f93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:45:54 GMT" + "Sat, 08 Aug 2020 05:54:37 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8475\",\r\n \"name\": \"azsmnet8475\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8436\",\r\n \"name\": \"azsmnet8436\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8475/providers/Microsoft.Search/searchServices/azs-4935?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTM1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8436/providers/Microsoft.Search/searchServices/azs-6890?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDM2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODkwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ee5121ed-1fb9-42f3-91c3-0c0f5e35a1d2" + "5251a910-a716-494c-bd3a-18c7dad199e3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A45%3A58.4597218Z'\"" + "W/\"datetime'2020-08-08T05%3A54%3A41.763948Z'\"" ], "x-ms-request-id": [ - "ee5121ed-1fb9-42f3-91c3-0c0f5e35a1d2" + "5251a910-a716-494c-bd3a-18c7dad199e3" ], "request-id": [ - "ee5121ed-1fb9-42f3-91c3-0c0f5e35a1d2" + "5251a910-a716-494c-bd3a-18c7dad199e3" ], "elapsed-time": [ - "1336" + "2559" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1198" ], "x-ms-correlation-request-id": [ - "285a5615-71d9-4aa4-a71f-eff8f5f87e08" + "ac79a47f-b607-4ec1-9b82-eda30741a703" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014559Z:285a5615-71d9-4aa4-a71f-eff8f5f87e08" + "NORTHEUROPE:20200808T055443Z:ac79a47f-b607-4ec1-9b82-eda30741a703" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:45:59 GMT" + "Sat, 08 Aug 2020 05:54:43 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8475/providers/Microsoft.Search/searchServices/azs-4935\",\r\n \"name\": \"azs-4935\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8436/providers/Microsoft.Search/searchServices/azs-6890\",\r\n \"name\": \"azs-6890\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8475/providers/Microsoft.Search/searchServices/azs-4935/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTM1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8436/providers/Microsoft.Search/searchServices/azs-6890/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDM2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODkwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d40bcd8a-6d20-4827-b497-c83d20c826db" + "55279afc-202b-407f-b60a-1d4d14c97386" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d40bcd8a-6d20-4827-b497-c83d20c826db" + "55279afc-202b-407f-b60a-1d4d14c97386" ], "request-id": [ - "d40bcd8a-6d20-4827-b497-c83d20c826db" + "55279afc-202b-407f-b60a-1d4d14c97386" ], "elapsed-time": [ - "259" + "126" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1197" ], "x-ms-correlation-request-id": [ - "28aa8e4a-f999-4392-bcc2-489cec34d2db" + "d257c83e-9129-4765-9318-92660d458d4d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014601Z:28aa8e4a-f999-4392-bcc2-489cec34d2db" + "NORTHEUROPE:20200808T055445Z:d257c83e-9129-4765-9318-92660d458d4d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:46:01 GMT" + "Sat, 08 Aug 2020 05:54:45 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"10F72D2175CEB61506F08B4E06D9F03A\",\r\n \"secondaryKey\": \"CB44B45AB06AE357C65AF27031818DDD\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"06AEE21E952E4F742E01F0A60D547FB6\",\r\n \"secondaryKey\": \"F64E30AE6C5C144F9C75FDA815C49A5A\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8475/providers/Microsoft.Search/searchServices/azs-4935/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTM1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8436/providers/Microsoft.Search/searchServices/azs-6890/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDM2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODkwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9859c049-e6ee-43a6-8451-1c53104a7727" + "2e0f8345-6dc7-4ac9-8769-669bec3bf0f5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9859c049-e6ee-43a6-8451-1c53104a7727" + "2e0f8345-6dc7-4ac9-8769-669bec3bf0f5" ], "request-id": [ - "9859c049-e6ee-43a6-8451-1c53104a7727" + "2e0f8345-6dc7-4ac9-8769-669bec3bf0f5" ], "elapsed-time": [ - "768" + "164" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1196" ], "x-ms-correlation-request-id": [ - "c955d130-ee89-437b-95e7-0e571ce22c39" + "fb49b016-9705-4c02-baf6-e52e125f4db3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014603Z:c955d130-ee89-437b-95e7-0e571ce22c39" + "NORTHEUROPE:20200808T055446Z:fb49b016-9705-4c02-baf6-e52e125f4db3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:46:02 GMT" + "Sat, 08 Aug 2020 05:54:46 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"9C33E75B83108DB8A815C14877EEC8A5\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"85DF0E77798A0D56275BEDFD469BB8B6\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2853\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4347\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "6f6a3d38-b44f-4313-bb95-ca31df1b1f0a" + "87516743-e82e-4a0f-972e-46b42fc3e3b5" ], "Accept-Language": [ "en-US" ], "api-key": [ - "10F72D2175CEB61506F08B4E06D9F03A" + "06AEE21E952E4F742E01F0A60D547FB6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803720D6BAB49\"" + "W/\"0x8D83B5F9003B5F7\"" ], "Location": [ - "https://azs-4935.search-dogfood.windows-int.net/indexes('azsmnet2853')?api-version=2019-05-06" + "https://azs-6890.search-dogfood.windows-int.net/indexes('azsmnet4347')?api-version=2019-05-06" ], "request-id": [ - "6f6a3d38-b44f-4313-bb95-ca31df1b1f0a" + "87516743-e82e-4a0f-972e-46b42fc3e3b5" ], "elapsed-time": [ - "1186" + "1513" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:46:05 GMT" + "Sat, 08 Aug 2020 05:54:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4935.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803720D6BAB49\\\"\",\r\n \"name\": \"azsmnet2853\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6890.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B5F9003B5F7\\\"\",\r\n \"name\": \"azsmnet4347\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet2853')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyODUzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4347')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MzQ3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "31a5ff0e-257c-43b4-80d9-7c6a13f6ae40" + "bb719864-bffc-46c2-869a-26948bc80562" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "10F72D2175CEB61506F08B4E06D9F03A" + "06AEE21E952E4F742E01F0A60D547FB6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "31a5ff0e-257c-43b4-80d9-7c6a13f6ae40" + "bb719864-bffc-46c2-869a-26948bc80562" ], "elapsed-time": [ - "148" + "178" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:46:27 GMT" + "Sat, 08 Aug 2020 05:55:11 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet2853')/docs('2')?$select=description%2ChotelName%2Caddress%2Fcity%2Crooms%2FbaseRate&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyODUzJykvZG9jcygnMicpPyRzZWxlY3Q9ZGVzY3JpcHRpb24lMkNob3RlbE5hbWUlMkNhZGRyZXNzJTJGY2l0eSUyQ3Jvb21zJTJGYmFzZVJhdGUmYXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4347')/docs('2')?$select=description%2ChotelName%2Caddress%2Fcity%2Crooms%2FbaseRate&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MzQ3JykvZG9jcygnMicpPyRzZWxlY3Q9ZGVzY3JpcHRpb24lMkNob3RlbE5hbWUlMkNhZGRyZXNzJTJGY2l0eSUyQ3Jvb21zJTJGYmFzZVJhdGUmYXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "2635095f-1b05-4dd5-af2b-c5d018537fdd" + "068ae453-bf80-4ae4-ab4d-46ed6a7d4765" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "10F72D2175CEB61506F08B4E06D9F03A" + "06AEE21E952E4F742E01F0A60D547FB6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,7 +513,7 @@ "no-cache" ], "request-id": [ - "2635095f-1b05-4dd5-af2b-c5d018537fdd" + "068ae453-bf80-4ae4-ab4d-46ed6a7d4765" ], "elapsed-time": [ "12" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:46:27 GMT" + "Sat, 08 Aug 2020 05:55:11 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8475/providers/Microsoft.Search/searchServices/azs-4935?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTM1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8436/providers/Microsoft.Search/searchServices/azs-6890?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDM2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODkwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "78f417ca-5d85-415a-8f45-7528f7464247" + "eff3c73e-9043-4927-ad65-47f24584a600" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14997" + ], "x-ms-request-id": [ - "78f417ca-5d85-415a-8f45-7528f7464247" + "ed1925c1-f0d6-4041-91f0-8c721980fcdc" ], - "request-id": [ - "78f417ca-5d85-415a-8f45-7528f7464247" + "x-ms-correlation-request-id": [ + "ed1925c1-f0d6-4041-91f0-8c721980fcdc" ], - "elapsed-time": [ - "966" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T055520Z:ed1925c1-f0d6-4041-91f0-8c721980fcdc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14989" - ], - "x-ms-correlation-request-id": [ - "c4d9d66c-d7f1-4b97-8031-8addfe97f0d4" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014631Z:c4d9d66c-d7f1-4b97-8031-8addfe97f0d4" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:46:31 GMT" + "Sat, 08 Aug 2020 05:55:20 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8475", - "azsmnet2853" + "azsmnet8436", + "azsmnet4347" ], "GenerateServiceName": [ - "azs-4935" + "azs-6890" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/RoundTrippingDateTimeOffsetNormalizesToUtc.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/RoundTrippingDateTimeOffsetNormalizesToUtc.json index abf2bb26ad89..d5dbec9d3f45 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/RoundTrippingDateTimeOffsetNormalizesToUtc.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/LookupTests/RoundTrippingDateTimeOffsetNormalizesToUtc.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cda0b2c3-8512-49a8-8f0c-e1d7f1f490c0" + "7f2580f7-5b73-4dfb-bb10-ca6039b8ded7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1197" ], "x-ms-request-id": [ - "ea826f68-e0ad-40fc-87e5-7ac9d400e5ad" + "c0c66ada-c5ca-4e2c-8c63-440a55e2674a" ], "x-ms-correlation-request-id": [ - "ea826f68-e0ad-40fc-87e5-7ac9d400e5ad" + "c0c66ada-c5ca-4e2c-8c63-440a55e2674a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014319Z:ea826f68-e0ad-40fc-87e5-7ac9d400e5ad" + "NORTHEUROPE:20200808T055106Z:c0c66ada-c5ca-4e2c-8c63-440a55e2674a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:43:19 GMT" + "Sat, 08 Aug 2020 05:51:05 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9867?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5ODY3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1011?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMDExP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bb126b71-16ef-4f4d-aaac-38ad330a0b3a" + "46d7be0d-3d2f-42e5-9f54-84cb2919b4cf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1198" ], "x-ms-request-id": [ - "7374cf78-b364-4e30-8a38-df6ce11c9ed8" + "c09684f8-036e-449a-aedc-fcb1bdc50bfa" ], "x-ms-correlation-request-id": [ - "7374cf78-b364-4e30-8a38-df6ce11c9ed8" + "c09684f8-036e-449a-aedc-fcb1bdc50bfa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014320Z:7374cf78-b364-4e30-8a38-df6ce11c9ed8" + "NORTHEUROPE:20200808T055107Z:c09684f8-036e-449a-aedc-fcb1bdc50bfa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:43:19 GMT" + "Sat, 08 Aug 2020 05:51:06 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9867\",\r\n \"name\": \"azsmnet9867\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1011\",\r\n \"name\": \"azsmnet1011\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9867/providers/Microsoft.Search/searchServices/azs-6942?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02OTQyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1011/providers/Microsoft.Search/searchServices/azs-9207?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9efe6e89-e063-4cb5-b244-9b1f863b374e" + "bfaa86ba-0e89-41b0-8275-b154de6af88f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A43%3A28.138054Z'\"" + "W/\"datetime'2020-08-08T05%3A51%3A13.2257249Z'\"" ], "x-ms-request-id": [ - "9efe6e89-e063-4cb5-b244-9b1f863b374e" + "bfaa86ba-0e89-41b0-8275-b154de6af88f" ], "request-id": [ - "9efe6e89-e063-4cb5-b244-9b1f863b374e" + "bfaa86ba-0e89-41b0-8275-b154de6af88f" ], "elapsed-time": [ - "1051" + "1284" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1198" ], "x-ms-correlation-request-id": [ - "48c41e47-6385-45ff-9b8b-a220c6075fb2" + "cd8a97be-d2ea-4729-baaa-ea8b877c5a0f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014328Z:48c41e47-6385-45ff-9b8b-a220c6075fb2" + "NORTHEUROPE:20200808T055114Z:cd8a97be-d2ea-4729-baaa-ea8b877c5a0f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:43:28 GMT" + "Sat, 08 Aug 2020 05:51:14 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9867/providers/Microsoft.Search/searchServices/azs-6942\",\r\n \"name\": \"azs-6942\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1011/providers/Microsoft.Search/searchServices/azs-9207\",\r\n \"name\": \"azs-9207\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9867/providers/Microsoft.Search/searchServices/azs-6942/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02OTQyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1011/providers/Microsoft.Search/searchServices/azs-9207/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjA3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ecacbd3c-d09b-4342-919a-5d9478eaa494" + "c193afc5-6e4d-4728-9736-0fdb4e64a611" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ecacbd3c-d09b-4342-919a-5d9478eaa494" + "c193afc5-6e4d-4728-9736-0fdb4e64a611" ], "request-id": [ - "ecacbd3c-d09b-4342-919a-5d9478eaa494" + "c193afc5-6e4d-4728-9736-0fdb4e64a611" ], "elapsed-time": [ - "89" + "153" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1197" ], "x-ms-correlation-request-id": [ - "3f327443-f521-498d-bc3e-d125e4f38fb3" + "b264b177-5b40-4669-84d3-5a27f7e3f320" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014333Z:3f327443-f521-498d-bc3e-d125e4f38fb3" + "NORTHEUROPE:20200808T055117Z:b264b177-5b40-4669-84d3-5a27f7e3f320" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:43:33 GMT" + "Sat, 08 Aug 2020 05:51:16 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"4617E6742CEBC9E3335B0B3D7CF703EF\",\r\n \"secondaryKey\": \"780CC48E94E1297382ABE9A2D2A3B724\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"6F9625ED60FC7A6A7BD12F83BCCBD2E0\",\r\n \"secondaryKey\": \"2E84A00C4A81A2F94B3803123723926B\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9867/providers/Microsoft.Search/searchServices/azs-6942/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02OTQyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1011/providers/Microsoft.Search/searchServices/azs-9207/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjA3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9920b03c-3e61-4230-8ccf-c82ec37764f2" + "ddd7891c-37ee-48a4-9169-2a0038eb9308" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9920b03c-3e61-4230-8ccf-c82ec37764f2" + "ddd7891c-37ee-48a4-9169-2a0038eb9308" ], "request-id": [ - "9920b03c-3e61-4230-8ccf-c82ec37764f2" + "ddd7891c-37ee-48a4-9169-2a0038eb9308" ], "elapsed-time": [ - "97" + "130" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1196" ], "x-ms-correlation-request-id": [ - "cd6252ea-1603-4eea-8a41-efc88a31ce2d" + "3d2e1789-02b7-4573-a95b-7c94f49cd342" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014334Z:cd6252ea-1603-4eea-8a41-efc88a31ce2d" + "NORTHEUROPE:20200808T055117Z:3d2e1789-02b7-4573-a95b-7c94f49cd342" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:43:34 GMT" + "Sat, 08 Aug 2020 05:51:17 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"0E1D601270AB7CAB4537C78B158878A1\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"44A3AB1DB93BC8E58F1C85E9FE1F1D8D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2184\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet613\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "56dfc51d-fd85-4707-bdc7-ed174ff2a6ea" + "4a8553b3-ce5a-4639-b1db-fb13bec99118" ], "Accept-Language": [ "en-US" ], "api-key": [ - "4617E6742CEBC9E3335B0B3D7CF703EF" + "6F9625ED60FC7A6A7BD12F83BCCBD2E0" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6975" + "6974" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80371B4EAAE29\"" + "W/\"0x8D83B5F132B1558\"" ], "Location": [ - "https://azs-6942.search-dogfood.windows-int.net/indexes('azsmnet2184')?api-version=2019-05-06" + "https://azs-9207.search-dogfood.windows-int.net/indexes('azsmnet613')?api-version=2019-05-06" ], "request-id": [ - "56dfc51d-fd85-4707-bdc7-ed174ff2a6ea" + "4a8553b3-ce5a-4639-b1db-fb13bec99118" ], "elapsed-time": [ - "1358" + "945" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:43:36 GMT" + "Sat, 08 Aug 2020 05:51:20 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6147" + "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6942.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80371B4EAAE29\\\"\",\r\n \"name\": \"azsmnet2184\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9207.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B5F132B1558\\\"\",\r\n \"name\": \"azsmnet613\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet2184')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMTg0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet613')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MTMnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"tags\": [],\r\n \"lastRenovationDate\": \"2010-06-27T08:00:00+00:00\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"tags\": [],\r\n \"lastRenovationDate\": \"2010-06-27T01:00:00-07:00\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "65920bb8-08ff-489f-b1e7-d92207d9b76a" + "9fccbcc2-8a43-4832-8034-2be2a5884a06" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "4617E6742CEBC9E3335B0B3D7CF703EF" + "6F9625ED60FC7A6A7BD12F83BCCBD2E0" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "65920bb8-08ff-489f-b1e7-d92207d9b76a" + "9fccbcc2-8a43-4832-8034-2be2a5884a06" ], "elapsed-time": [ - "173" + "181" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:43:58 GMT" + "Sat, 08 Aug 2020 05:51:41 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet2184')/docs('1')?$select=%2A&api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMTg0JykvZG9jcygnMScpPyRzZWxlY3Q9JTJBJmFwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet613')/docs('1')?$select=%2A&api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MTMnKS9kb2NzKCcxJyk/JHNlbGVjdD0lMkEmYXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "38e67962-d328-4072-a117-aeb8bf0e9ec8" + "1b35647e-4f1f-43b7-ba2a-e0f00f1af3eb" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "4617E6742CEBC9E3335B0B3D7CF703EF" + "6F9625ED60FC7A6A7BD12F83BCCBD2E0" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "38e67962-d328-4072-a117-aeb8bf0e9ec8" + "1b35647e-4f1f-43b7-ba2a-e0f00f1af3eb" ], "elapsed-time": [ - "16" + "12" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:43:58 GMT" + "Sat, 08 Aug 2020 05:51:41 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -544,21 +544,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9867/providers/Microsoft.Search/searchServices/azs-6942?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02OTQyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1011/providers/Microsoft.Search/searchServices/azs-9207?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e544e2fa-77a7-4ef0-b713-9fa9b2593417" + "c796ae4e-f0c0-4eae-8675-2537e4a29432" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,51 +569,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14997" + ], "x-ms-request-id": [ - "e544e2fa-77a7-4ef0-b713-9fa9b2593417" + "629b9190-c5ee-417a-b6ce-997f37369d72" ], - "request-id": [ - "e544e2fa-77a7-4ef0-b713-9fa9b2593417" + "x-ms-correlation-request-id": [ + "629b9190-c5ee-417a-b6ce-997f37369d72" ], - "elapsed-time": [ - "1839" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T055230Z:629b9190-c5ee-417a-b6ce-997f37369d72" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "1b077bee-0be1-4b97-bdd2-8fda34d27266" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T014404Z:1b077bee-0be1-4b97-bdd2-8fda34d27266" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:44:03 GMT" + "Sat, 08 Aug 2020 05:52:30 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet9867", - "azsmnet2184" + "azsmnet1011", + "azsmnet613" ], "GenerateServiceName": [ - "azs-6942" + "azs-9207" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/OperationsTests/ListOperationsReturnsExpectedOperations.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/OperationsTests/ListOperationsReturnsExpectedOperations.json index dac0810cdb94..1ddcf75c5e07 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/OperationsTests/ListOperationsReturnsExpectedOperations.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/OperationsTests/ListOperationsReturnsExpectedOperations.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "295cf40e-a71d-4374-b45b-a38bd10dc776" + "e0e6ca92-7e2c-4fe1-aab5-84a0e4f25f9b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 04:17:06 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "428d7fe4-6996-4d54-90f1-641d9f4292de" + "91cfcc56-1566-4467-a591-64a0f42ac572" ], "x-ms-correlation-request-id": [ - "428d7fe4-6996-4d54-90f1-641d9f4292de" + "91cfcc56-1566-4467-a591-64a0f42ac572" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000318Z:428d7fe4-6996-4d54-90f1-641d9f4292de" + "NORTHEUROPE:20200807T041706Z:91cfcc56-1566-4467-a591-64a0f42ac572" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:03:18 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4964?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0OTY0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5374?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1Mzc0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dc4153ea-ff13-426b-9f64-9c86800a7a16" + "22290106-ad70-408f-9652-d40dabfd3cf4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 04:17:08 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "09b5e410-f16e-443f-99a2-8aa0e2c6a771" + "82fbb786-335f-421b-a602-d0ef51194355" ], "x-ms-correlation-request-id": [ - "09b5e410-f16e-443f-99a2-8aa0e2c6a771" + "82fbb786-335f-421b-a602-d0ef51194355" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000319Z:09b5e410-f16e-443f-99a2-8aa0e2c6a771" + "NORTHEUROPE:20200807T041708Z:82fbb786-335f-421b-a602-d0ef51194355" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:03:19 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4964\",\r\n \"name\": \"azsmnet4964\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5374\",\r\n \"name\": \"azsmnet5374\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/providers/Microsoft.Search/operations?api-version=2020-03-13", - "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/providers/Microsoft.Search/operations?api-version=2020-08-01", + "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "14830df8-990e-4c1f-a7f3-995c8ccd5321" + "cbcdbbc5-b022-4b33-85db-0524a7df1c45" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -149,6 +149,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 04:17:09 GMT" + ], "Pragma": [ "no-cache" ], @@ -156,10 +159,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "14830df8-990e-4c1f-a7f3-995c8ccd5321" + "cbcdbbc5-b022-4b33-85db-0524a7df1c45" ], "request-id": [ - "14830df8-990e-4c1f-a7f3-995c8ccd5321" + "cbcdbbc5-b022-4b33-85db-0524a7df1c45" ], "elapsed-time": [ "0" @@ -168,22 +171,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-tenant-reads": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "73c81160-e683-4830-985b-e1db2784fcf1" + "1dd6e218-aa9b-4f5f-891a-f57ece7338fd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000320Z:73c81160-e683-4830-985b-e1db2784fcf1" + "NORTHEUROPE:20200807T041710Z:1dd6e218-aa9b-4f5f-891a-f57ece7338fd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:03:20 GMT" - ], "Content-Length": [ - "6772" + "8155" ], "Content-Type": [ "application/json; charset=utf-8" @@ -192,13 +192,13 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Microsoft.Search/operations/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"List all available operations\",\r\n \"description\": \"Lists all of the available operations of the Microsoft.Search provider.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/register/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Register the Search Resource Provider\",\r\n \"description\": \"Registers the subscription for the search resource provider and enables the creation of search services.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Set Search Service\",\r\n \"description\": \"Creates or updates the search service.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Get Search Service\",\r\n \"description\": \"Reads the search service.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Delete Search Service\",\r\n \"description\": \"Deletes the search service.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/start/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Start Search Service\",\r\n \"description\": \"Starts the search service.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/stop/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Stop Search Service\",\r\n \"description\": \"Stops the search service.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/listAdminKeys/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Get Admin Key\",\r\n \"description\": \"Reads the admin keys.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/regenerateAdminKey/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Regenerate Admin Key\",\r\n \"description\": \"Regenerates the admin key.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/listQueryKeys/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"API Keys\",\r\n \"operation\": \"Get Query Keys\",\r\n \"description\": \"Returns the list of query API keys for the given Azure Search service.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/createQueryKey/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Create Query Key\",\r\n \"description\": \"Creates the query key.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/deleteQueryKey/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"API Keys\",\r\n \"operation\": \"Delete Query Key\",\r\n \"description\": \"Deletes the query key.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/checkNameAvailability/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Service Name Availability\",\r\n \"operation\": \"Check Service Name Availability\",\r\n \"description\": \"Checks availability of the service name.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/diagnosticSettings/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Diagnostic Settings\",\r\n \"operation\": \"Get Diagnostic Setting\",\r\n \"description\": \"Gets the diganostic setting read for the resource\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/diagnosticSettings/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Diagnostic Settings\",\r\n \"operation\": \"Set Diagnostic Setting\",\r\n \"description\": \"Creates or updates the diganostic setting for the resource\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/metricDefinitions/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"The metric definitions for the search service\",\r\n \"operation\": \"Read search service metric definitions\",\r\n \"description\": \"Gets the available metrics for the search service\"\r\n },\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"SearchLatency\",\r\n \"displayName\": \"Search Latency\",\r\n \"displayDescription\": \"Average search latency for the search service\",\r\n \"unit\": \"Seconds\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"SearchQueriesPerSecond\",\r\n \"displayName\": \"Search queries per second\",\r\n \"displayDescription\": \"Search queries per second for the search service\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ThrottledSearchQueriesPercentage\",\r\n \"displayName\": \"Throttled search queries percentage\",\r\n \"displayDescription\": \"Percentage of search queries that were throttled for the search service\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/logDefinitions/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"The log definition for the search service\",\r\n \"operation\": \"Read search service log definitions\",\r\n \"description\": \"Gets the available logs for the search service\"\r\n },\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"OperationLogs\",\r\n \"displayName\": \"Operation Logs\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/privateEndpointConnectionProxies/validate/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Private Endpoint Connection Proxy\",\r\n \"operation\": \"Validate Private Endpoint Connection Proxy\",\r\n \"description\": \"Validates a private endpoint connection create call from NRP side\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/privateEndpointConnectionProxies/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Private Endpoint Connection Proxy\",\r\n \"operation\": \"Create Private Endpoint Connection Proxy\",\r\n \"description\": \"Creates a private endpoint connection proxy with the specified parameters or updates the properties or tags for the specified private endpoint connection proxy\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/privateEndpointConnectionProxies/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Private Endpoint Connection Proxy\",\r\n \"operation\": \"Get Private Endpoint Connection Proxy\",\r\n \"description\": \"Returns the list of private endpoint connection proxies or gets the properties for the specified private endpoint connection proxy\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/privateEndpointConnectionProxies/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Private Endpoint Connection Proxy\",\r\n \"operation\": \"Delete Private Endpoint Connection Proxy\",\r\n \"description\": \"Deletes an existing private endpoint connection proxy\"\r\n },\r\n \"origin\": \"user,system\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Microsoft.Search/operations/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"List all available operations\",\r\n \"description\": \"Lists all of the available operations of the Microsoft.Search provider.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/register/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Register the Search Resource Provider\",\r\n \"description\": \"Registers the subscription for the search resource provider and enables the creation of search services.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Set Search Service\",\r\n \"description\": \"Creates or updates the search service.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Get Search Service\",\r\n \"description\": \"Reads the search service.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Delete Search Service\",\r\n \"description\": \"Deletes the search service.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/start/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Start Search Service\",\r\n \"description\": \"Starts the search service.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/stop/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Stop Search Service\",\r\n \"description\": \"Stops the search service.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/listAdminKeys/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Get Admin Key\",\r\n \"description\": \"Reads the admin keys.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/regenerateAdminKey/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Regenerate Admin Key\",\r\n \"description\": \"Regenerates the admin key.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/listQueryKeys/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"API Keys\",\r\n \"operation\": \"Get Query Keys\",\r\n \"description\": \"Returns the list of query API keys for the given Azure Search service.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/createQueryKey/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Search Services\",\r\n \"operation\": \"Create Query Key\",\r\n \"description\": \"Creates the query key.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/deleteQueryKey/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"API Keys\",\r\n \"operation\": \"Delete Query Key\",\r\n \"description\": \"Deletes the query key.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/checkNameAvailability/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Service Name Availability\",\r\n \"operation\": \"Check Service Name Availability\",\r\n \"description\": \"Checks availability of the service name.\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/diagnosticSettings/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Diagnostic Settings\",\r\n \"operation\": \"Get Diagnostic Setting\",\r\n \"description\": \"Gets the diganostic setting read for the resource\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/diagnosticSettings/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Diagnostic Settings\",\r\n \"operation\": \"Set Diagnostic Setting\",\r\n \"description\": \"Creates or updates the diganostic setting for the resource\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/metricDefinitions/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"The metric definitions for the search service\",\r\n \"operation\": \"Read search service metric definitions\",\r\n \"description\": \"Gets the available metrics for the search service\"\r\n },\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"SearchLatency\",\r\n \"displayName\": \"Search Latency\",\r\n \"displayDescription\": \"Average search latency for the search service\",\r\n \"unit\": \"Seconds\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"SearchQueriesPerSecond\",\r\n \"displayName\": \"Search queries per second\",\r\n \"displayDescription\": \"Search queries per second for the search service\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ThrottledSearchQueriesPercentage\",\r\n \"displayName\": \"Throttled search queries percentage\",\r\n \"displayDescription\": \"Percentage of search queries that were throttled for the search service\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/logDefinitions/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"The log definition for the search service\",\r\n \"operation\": \"Read search service log definitions\",\r\n \"description\": \"Gets the available logs for the search service\"\r\n },\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"OperationLogs\",\r\n \"displayName\": \"Operation Logs\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/privateEndpointConnectionProxies/validate/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Private Endpoint Connection Proxy\",\r\n \"operation\": \"Validate Private Endpoint Connection Proxy\",\r\n \"description\": \"Validates a private endpoint connection create call from NRP side\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/privateEndpointConnectionProxies/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Private Endpoint Connection Proxy\",\r\n \"operation\": \"Create Private Endpoint Connection Proxy\",\r\n \"description\": \"Creates a private endpoint connection proxy with the specified parameters or updates the properties or tags for the specified private endpoint connection proxy\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/privateEndpointConnectionProxies/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Private Endpoint Connection Proxy\",\r\n \"operation\": \"Get Private Endpoint Connection Proxy\",\r\n \"description\": \"Returns the list of private endpoint connection proxies or gets the properties for the specified private endpoint connection proxy\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/privateEndpointConnectionProxies/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Private Endpoint Connection Proxy\",\r\n \"operation\": \"Delete Private Endpoint Connection Proxy\",\r\n \"description\": \"Deletes an existing private endpoint connection proxy\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/sharedPrivateLinkResources/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Shared Private Link Resource\",\r\n \"operation\": \"Create Shared Private Link Resource\",\r\n \"description\": \"Creates a new shared private link resource with the specified parameters or updates the properties for the specified shared private link resource\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/sharedPrivateLinkResources/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Shared Private Link Resource\",\r\n \"operation\": \"Get Shared Private Link Resource\",\r\n \"description\": \"Returns the list of shared private link resources or gets the properties for the specified shared private link resource\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/sharedPrivateLinkResources/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Shared Private Link Resource\",\r\n \"operation\": \"Delete Shared Private Link Resource\",\r\n \"description\": \"Deletes an existing shared private link resource\"\r\n },\r\n \"origin\": \"user,system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/sharedPrivateLinkResources/operationStatuses/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Search\",\r\n \"resource\": \"Shared Private Link Resource\",\r\n \"operation\": \"Get Operation Status\",\r\n \"description\": \"Get the details of a long running shared private link resource operation\"\r\n },\r\n \"origin\": \"user,system\"\r\n }\r\n ]\r\n}", "StatusCode": 200 } ], "Names": { "GenerateName": [ - "azsmnet4964" + "azsmnet5374" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutcompleteThrowsWhenGivenBadSuggesterName.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutcompleteThrowsWhenGivenBadSuggesterName.json index 2d14a3e7fed1..0888c8b8edbf 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutcompleteThrowsWhenGivenBadSuggesterName.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutcompleteThrowsWhenGivenBadSuggesterName.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c34e23f5-915e-4d79-b3b1-2f81f808b00a" + "e06f40ff-98bd-4f60-a50a-34b37a87990e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1192" ], "x-ms-request-id": [ - "9b808683-c8c3-4b90-9ecf-e2db81447bb6" + "ac352b81-a5e1-4834-afe5-f596d2c65172" ], "x-ms-correlation-request-id": [ - "9b808683-c8c3-4b90-9ecf-e2db81447bb6" + "ac352b81-a5e1-4834-afe5-f596d2c65172" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025606Z:9b808683-c8c3-4b90-9ecf-e2db81447bb6" + "NORTHEUROPE:20200808T103612Z:ac352b81-a5e1-4834-afe5-f596d2c65172" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:56:06 GMT" + "Sat, 08 Aug 2020 10:36:11 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8484?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NDg0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6811?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2ODExP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bb181201-b47c-46f6-9621-e97a3b080161" + "14e8a505-8bfb-4631-b902-57f773c0da0f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1194" ], "x-ms-request-id": [ - "72f00abc-5610-4c80-9a54-a46ec60f1b5d" + "fd123411-a40b-4769-a468-d3d011a6ff9c" ], "x-ms-correlation-request-id": [ - "72f00abc-5610-4c80-9a54-a46ec60f1b5d" + "fd123411-a40b-4769-a468-d3d011a6ff9c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025606Z:72f00abc-5610-4c80-9a54-a46ec60f1b5d" + "NORTHEUROPE:20200808T103613Z:fd123411-a40b-4769-a468-d3d011a6ff9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:56:06 GMT" + "Sat, 08 Aug 2020 10:36:13 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8484\",\r\n \"name\": \"azsmnet8484\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6811\",\r\n \"name\": \"azsmnet6811\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8484/providers/Microsoft.Search/searchServices/azs-4667?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjY3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6811/providers/Microsoft.Search/searchServices/azs-4115?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTE1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fbfca897-2104-4b06-89cd-5753320629f1" + "f3c82d5c-28d1-4270-9df2-24c7be791574" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A56%3A10.6260795Z'\"" + "W/\"datetime'2020-08-08T10%3A36%3A19.2999315Z'\"" ], "x-ms-request-id": [ - "fbfca897-2104-4b06-89cd-5753320629f1" + "f3c82d5c-28d1-4270-9df2-24c7be791574" ], "request-id": [ - "fbfca897-2104-4b06-89cd-5753320629f1" + "f3c82d5c-28d1-4270-9df2-24c7be791574" ], "elapsed-time": [ - "1080" + "1407" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1196" ], "x-ms-correlation-request-id": [ - "ffeac67e-043d-4813-a5e4-de0f7db01d88" + "f34f34fb-e0cf-44b0-ba00-bd97372e1cd3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025611Z:ffeac67e-043d-4813-a5e4-de0f7db01d88" + "NORTHEUROPE:20200808T103620Z:f34f34fb-e0cf-44b0-ba00-bd97372e1cd3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:56:11 GMT" + "Sat, 08 Aug 2020 10:36:20 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8484/providers/Microsoft.Search/searchServices/azs-4667\",\r\n \"name\": \"azs-4667\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6811/providers/Microsoft.Search/searchServices/azs-4115\",\r\n \"name\": \"azs-4115\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8484/providers/Microsoft.Search/searchServices/azs-4667/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjY3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6811/providers/Microsoft.Search/searchServices/azs-4115/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTE1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3bf86718-face-46ad-8e45-c9d38291d392" + "0fafb684-2fe8-4e5d-bbca-e3a96d3adbe7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "3bf86718-face-46ad-8e45-c9d38291d392" + "0fafb684-2fe8-4e5d-bbca-e3a96d3adbe7" ], "request-id": [ - "3bf86718-face-46ad-8e45-c9d38291d392" + "0fafb684-2fe8-4e5d-bbca-e3a96d3adbe7" ], "elapsed-time": [ - "97" + "94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1194" ], "x-ms-correlation-request-id": [ - "75189f4f-90cd-4c03-ba43-12d98f92a2e6" + "7f10c616-96aa-4ede-81b5-9828c86da876" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025613Z:75189f4f-90cd-4c03-ba43-12d98f92a2e6" + "NORTHEUROPE:20200808T103623Z:7f10c616-96aa-4ede-81b5-9828c86da876" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:56:13 GMT" + "Sat, 08 Aug 2020 10:36:23 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"8780156D9590E852337B49F93D9AB130\",\r\n \"secondaryKey\": \"51BAE8E8E177E5D4D6505F5D0A21CCBC\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"E26F4E6A4E8E990C53DC4E18CA5F52B1\",\r\n \"secondaryKey\": \"88C65293F7F466550375BF8EC8C62132\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8484/providers/Microsoft.Search/searchServices/azs-4667/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjY3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6811/providers/Microsoft.Search/searchServices/azs-4115/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTE1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9be7a035-c336-4e45-b066-1ed6e0fafa41" + "4b881e4d-d238-4f84-bee6-156e49d8289b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9be7a035-c336-4e45-b066-1ed6e0fafa41" + "4b881e4d-d238-4f84-bee6-156e49d8289b" ], "request-id": [ - "9be7a035-c336-4e45-b066-1ed6e0fafa41" + "4b881e4d-d238-4f84-bee6-156e49d8289b" ], "elapsed-time": [ - "100" + "94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1193" ], "x-ms-correlation-request-id": [ - "206416fc-31a3-4e26-9a08-13e658a7676c" + "950a2d52-71f5-40a2-91d8-3132be5aa7c2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025614Z:206416fc-31a3-4e26-9a08-13e658a7676c" + "NORTHEUROPE:20200808T103623Z:950a2d52-71f5-40a2-91d8-3132be5aa7c2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:56:13 GMT" + "Sat, 08 Aug 2020 10:36:23 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B17AB0B35A77426225AAF70AA39BF119\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"C6BBBF0AA299E5BD5EFF663F88901D2E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9764\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8707\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "ad2bed9b-a375-4fa2-bef4-fbc4235de967" + "a0543ee3-821d-4f92-96e5-c0ba5d1c49fc" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8780156D9590E852337B49F93D9AB130" + "E26F4E6A4E8E990C53DC4E18CA5F52B1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037BDB29FE7D\"" + "W/\"0x8D83B86E79D9E04\"" ], "Location": [ - "https://azs-4667.search-dogfood.windows-int.net/indexes('azsmnet9764')?api-version=2019-05-06" + "https://azs-4115.search-dogfood.windows-int.net/indexes('azsmnet8707')?api-version=2019-05-06" ], "request-id": [ - "ad2bed9b-a375-4fa2-bef4-fbc4235de967" + "a0543ee3-821d-4f92-96e5-c0ba5d1c49fc" ], "elapsed-time": [ - "1110" + "1641" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:56:16 GMT" + "Sat, 08 Aug 2020 10:36:27 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4667.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037BDB29FE7D\\\"\",\r\n \"name\": \"azsmnet9764\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4115.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B86E79D9E04\\\"\",\r\n \"name\": \"azsmnet8707\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet9764')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5NzY0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8707')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4NzA3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "37b225be-6979-4b47-b923-18952abc4cb4" + "ff05676f-874d-490a-8a59-ed8ad59aae5c" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "8780156D9590E852337B49F93D9AB130" + "E26F4E6A4E8E990C53DC4E18CA5F52B1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "37b225be-6979-4b47-b923-18952abc4cb4" + "ff05676f-874d-490a-8a59-ed8ad59aae5c" ], "elapsed-time": [ - "292" + "158" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:56:38 GMT" + "Sat, 08 Aug 2020 10:36:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9764')/docs/search.post.autocomplete?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5NzY0JykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8707')/docs/search.post.autocomplete?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4NzA3JykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"search\": \"very po\",\r\n \"autocompleteMode\": \"oneTerm\",\r\n \"suggesterName\": \"Invalid suggester\"\r\n}", "RequestHeaders": { "client-request-id": [ - "98031e13-439d-4d9f-a3b9-d12b3104c8c2" + "86ae066a-5ace-46ae-b089-33223b9c29cf" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B17AB0B35A77426225AAF70AA39BF119" + "C6BBBF0AA299E5BD5EFF663F88901D2E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -516,10 +516,10 @@ "no-cache" ], "request-id": [ - "98031e13-439d-4d9f-a3b9-d12b3104c8c2" + "86ae066a-5ace-46ae-b089-33223b9c29cf" ], "elapsed-time": [ - "117" + "8" ], "OData-Version": [ "4.0" @@ -531,7 +531,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:56:41 GMT" + "Sat, 08 Aug 2020 10:36:52 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -550,21 +550,21 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8484/providers/Microsoft.Search/searchServices/azs-4667?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjY3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6811/providers/Microsoft.Search/searchServices/azs-4115?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTE1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d243d886-0efb-4c02-ae1e-e08143b68823" + "f3c43a92-4bad-4ba4-bb7f-648c05f93413" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14993" + ], "x-ms-request-id": [ - "d243d886-0efb-4c02-ae1e-e08143b68823" + "213e7ed5-cacb-4318-9313-831352c2bd79" ], - "request-id": [ - "d243d886-0efb-4c02-ae1e-e08143b68823" + "x-ms-correlation-request-id": [ + "213e7ed5-cacb-4318-9313-831352c2bd79" ], - "elapsed-time": [ - "1443" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T103800Z:213e7ed5-cacb-4318-9313-831352c2bd79" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14987" - ], - "x-ms-correlation-request-id": [ - "a479baee-b5bf-4fc9-ad7a-cb81e4a04988" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025646Z:a479baee-b5bf-4fc9-ad7a-cb81e4a04988" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:56:46 GMT" + "Sat, 08 Aug 2020 10:37:59 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8484", - "azsmnet9764" + "azsmnet6811", + "azsmnet8707" ], "GenerateServiceName": [ - "azs-4667" + "azs-4115" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteCanUseHitHighlighting.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteCanUseHitHighlighting.json index e212d8701d0d..d32641a0803a 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteCanUseHitHighlighting.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteCanUseHitHighlighting.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "69433a06-1d69-4b46-b48e-e2f778f3ec70" + "bdc53017-a644-4721-b226-fbf4a1545229" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1198" ], "x-ms-request-id": [ - "b4dcf82f-67e0-44e1-b8c9-f468d0ea5603" + "2c081555-2c2d-4671-b686-6b21ac1d9892" ], "x-ms-correlation-request-id": [ - "b4dcf82f-67e0-44e1-b8c9-f468d0ea5603" + "2c081555-2c2d-4671-b686-6b21ac1d9892" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025823Z:b4dcf82f-67e0-44e1-b8c9-f468d0ea5603" + "NORTHEUROPE:20200808T104043Z:2c081555-2c2d-4671-b686-6b21ac1d9892" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:58:22 GMT" + "Sat, 08 Aug 2020 10:40:42 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5662?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NjYyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3085?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMDg1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "94841afe-9eb4-4a47-96d9-24f60d773a18" + "4bc3a2b6-9d2a-4ba1-8062-226d8fa75a1a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1198" ], "x-ms-request-id": [ - "84060ca2-f99c-4eaf-aa18-c241554aeac2" + "2cccc2c6-9a9c-48ee-9b23-4fd98e692bc7" ], "x-ms-correlation-request-id": [ - "84060ca2-f99c-4eaf-aa18-c241554aeac2" + "2cccc2c6-9a9c-48ee-9b23-4fd98e692bc7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025824Z:84060ca2-f99c-4eaf-aa18-c241554aeac2" + "NORTHEUROPE:20200808T104044Z:2cccc2c6-9a9c-48ee-9b23-4fd98e692bc7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:58:24 GMT" + "Sat, 08 Aug 2020 10:40:44 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5662\",\r\n \"name\": \"azsmnet5662\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3085\",\r\n \"name\": \"azsmnet3085\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5662/providers/Microsoft.Search/searchServices/azs-5137?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MTM3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3085/providers/Microsoft.Search/searchServices/azs-8690?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDg1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NjkwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9c3f1989-8d09-40a6-aeda-b21f6251052e" + "35e0d4e6-499f-4860-8168-cbf4481ca7d6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A58%3A27.96379Z'\"" + "W/\"datetime'2020-08-08T10%3A40%3A50.4038501Z'\"" ], "x-ms-request-id": [ - "9c3f1989-8d09-40a6-aeda-b21f6251052e" + "35e0d4e6-499f-4860-8168-cbf4481ca7d6" ], "request-id": [ - "9c3f1989-8d09-40a6-aeda-b21f6251052e" + "35e0d4e6-499f-4860-8168-cbf4481ca7d6" ], "elapsed-time": [ - "1415" + "2463" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1197" ], "x-ms-correlation-request-id": [ - "d02fb391-4931-48ac-9fa6-5adfab4395ce" + "592e8bbc-b8a6-48cb-a8b0-da26fe56074a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025828Z:d02fb391-4931-48ac-9fa6-5adfab4395ce" + "NORTHEUROPE:20200808T104052Z:592e8bbc-b8a6-48cb-a8b0-da26fe56074a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:58:28 GMT" + "Sat, 08 Aug 2020 10:40:51 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5662/providers/Microsoft.Search/searchServices/azs-5137\",\r\n \"name\": \"azs-5137\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3085/providers/Microsoft.Search/searchServices/azs-8690\",\r\n \"name\": \"azs-8690\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5662/providers/Microsoft.Search/searchServices/azs-5137/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MTM3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3085/providers/Microsoft.Search/searchServices/azs-8690/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDg1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NjkwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "37d440f2-d2f4-49ef-b1c2-49a40e146886" + "4f104e4f-ef4c-4611-a9dc-e820106ea529" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "37d440f2-d2f4-49ef-b1c2-49a40e146886" + "4f104e4f-ef4c-4611-a9dc-e820106ea529" ], "request-id": [ - "37d440f2-d2f4-49ef-b1c2-49a40e146886" + "4f104e4f-ef4c-4611-a9dc-e820106ea529" ], "elapsed-time": [ - "97" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1195" ], "x-ms-correlation-request-id": [ - "4ce4b2ef-c7d0-445f-b9ef-224b3256c8e1" + "cb162fa1-e4e9-43b8-b2de-4073aa5e081b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025830Z:4ce4b2ef-c7d0-445f-b9ef-224b3256c8e1" + "NORTHEUROPE:20200808T104054Z:cb162fa1-e4e9-43b8-b2de-4073aa5e081b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:58:30 GMT" + "Sat, 08 Aug 2020 10:40:53 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"A7A53A54E143D57D004A1558FC4EE0CE\",\r\n \"secondaryKey\": \"4E7F142CBF38457C01F02D45CD30F342\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"E041C060268018BA76DDBCA88F6F7200\",\r\n \"secondaryKey\": \"372E5E3F5027703B82B8275F048E4A46\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5662/providers/Microsoft.Search/searchServices/azs-5137/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MTM3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3085/providers/Microsoft.Search/searchServices/azs-8690/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDg1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NjkwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ebe28768-fe44-4e09-a5b8-e8b279ff5608" + "d08b4f19-674b-41ae-ae4d-e69956bc0d89" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ebe28768-fe44-4e09-a5b8-e8b279ff5608" + "d08b4f19-674b-41ae-ae4d-e69956bc0d89" ], "request-id": [ - "ebe28768-fe44-4e09-a5b8-e8b279ff5608" + "d08b4f19-674b-41ae-ae4d-e69956bc0d89" ], "elapsed-time": [ - "98" + "100" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1194" ], "x-ms-correlation-request-id": [ - "d205287b-636a-4c2f-8231-8fede8600b33" + "f38790ab-adcd-4ea0-9156-892bbd049578" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025831Z:d205287b-636a-4c2f-8231-8fede8600b33" + "NORTHEUROPE:20200808T104055Z:f38790ab-adcd-4ea0-9156-892bbd049578" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:58:30 GMT" + "Sat, 08 Aug 2020 10:40:54 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"3532B46BD238CB71FB6EE29EFF023AC6\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"967BC30E1A669B725A541474D2EF8DE4\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4067\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4168\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "a142d54b-6e27-403e-9d01-58facac06e31" + "8b67e4d3-01ec-4ae2-8aa0-3ac4e8636ea2" ], "Accept-Language": [ "en-US" ], "api-key": [ - "A7A53A54E143D57D004A1558FC4EE0CE" + "E041C060268018BA76DDBCA88F6F7200" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037C2D443C44\"" + "W/\"0x8D83B87898FE85A\"" ], "Location": [ - "https://azs-5137.search-dogfood.windows-int.net/indexes('azsmnet4067')?api-version=2019-05-06" + "https://azs-8690.search-dogfood.windows-int.net/indexes('azsmnet4168')?api-version=2019-05-06" ], "request-id": [ - "a142d54b-6e27-403e-9d01-58facac06e31" + "8b67e4d3-01ec-4ae2-8aa0-3ac4e8636ea2" ], "elapsed-time": [ - "1330" + "1689" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:58:34 GMT" + "Sat, 08 Aug 2020 10:40:58 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5137.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037C2D443C44\\\"\",\r\n \"name\": \"azsmnet4067\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8690.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B87898FE85A\\\"\",\r\n \"name\": \"azsmnet4168\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet4067')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MDY3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4168')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MTY4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "d01014c5-b4a5-4e8e-b233-5545d75314eb" + "c21e5001-8881-4d82-80c8-f6517eb16b53" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "A7A53A54E143D57D004A1558FC4EE0CE" + "E041C060268018BA76DDBCA88F6F7200" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "d01014c5-b4a5-4e8e-b233-5545d75314eb" + "c21e5001-8881-4d82-80c8-f6517eb16b53" ], "elapsed-time": [ - "205" + "159" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:58:55 GMT" + "Sat, 08 Aug 2020 10:41:20 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4067')/docs/search.post.autocomplete?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MDY3JykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4168')/docs/search.post.autocomplete?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MTY4JykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"search\": \"po\",\r\n \"autocompleteMode\": \"oneTerm\",\r\n \"filter\": \"hotelName eq 'EconoStay' or hotelName eq 'Fancy Stay'\",\r\n \"highlightPostTag\": \"\",\r\n \"highlightPreTag\": \"\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "7befa1f4-15bb-45f3-bb1e-445088ba56f0" + "d8025313-5519-49a7-b342-67c8cf0ca6ba" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3532B46BD238CB71FB6EE29EFF023AC6" + "967BC30E1A669B725A541474D2EF8DE4" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -516,10 +516,10 @@ "no-cache" ], "request-id": [ - "7befa1f4-15bb-45f3-bb1e-445088ba56f0" + "d8025313-5519-49a7-b342-67c8cf0ca6ba" ], "elapsed-time": [ - "146" + "163" ], "OData-Version": [ "4.0" @@ -531,7 +531,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:58:59 GMT" + "Sat, 08 Aug 2020 10:41:23 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -543,25 +543,25 @@ "273" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5137.search-dogfood.windows-int.net/indexes('azsmnet4067')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"pool\",\r\n \"queryPlusText\": \"pool\"\r\n },\r\n {\r\n \"text\": \"popular\",\r\n \"queryPlusText\": \"popular\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8690.search-dogfood.windows-int.net/indexes('azsmnet4168')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"pool\",\r\n \"queryPlusText\": \"pool\"\r\n },\r\n {\r\n \"text\": \"popular\",\r\n \"queryPlusText\": \"popular\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5662/providers/Microsoft.Search/searchServices/azs-5137?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MTM3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3085/providers/Microsoft.Search/searchServices/azs-8690?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDg1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NjkwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e7a45732-5ccd-4206-bca4-6230b8385fc9" + "1bfb4b06-8661-440a-a044-57e26f3989c8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -572,51 +572,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14988" + ], "x-ms-request-id": [ - "e7a45732-5ccd-4206-bca4-6230b8385fc9" + "479f37d3-ae7b-4154-988d-365c76fe3de6" ], - "request-id": [ - "e7a45732-5ccd-4206-bca4-6230b8385fc9" + "x-ms-correlation-request-id": [ + "479f37d3-ae7b-4154-988d-365c76fe3de6" ], - "elapsed-time": [ - "1641" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T104134Z:479f37d3-ae7b-4154-988d-365c76fe3de6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14986" - ], - "x-ms-correlation-request-id": [ - "cdf1588f-01a2-469f-890e-4cd7b6ae5aef" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025904Z:cdf1588f-01a2-469f-890e-4cd7b6ae5aef" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:59:04 GMT" + "Sat, 08 Aug 2020 10:41:34 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5662", - "azsmnet4067" + "azsmnet3085", + "azsmnet4168" ], "GenerateServiceName": [ - "azs-5137" + "azs-8690" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteDefaultsToOneTermMode.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteDefaultsToOneTermMode.json index f33f89e8ce0a..bf2e7c2983b7 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteDefaultsToOneTermMode.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteDefaultsToOneTermMode.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6dd8ec3f-4651-4251-9f1c-96a9edc82d1b" + "78485fe0-15db-402d-96d0-76103131c609" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1174" + "1189" ], "x-ms-request-id": [ - "62021a26-d204-43fa-8344-54bc11e4cd43" + "cc179039-8538-4966-8eba-b2d4cad0180b" ], "x-ms-correlation-request-id": [ - "62021a26-d204-43fa-8344-54bc11e4cd43" + "cc179039-8538-4966-8eba-b2d4cad0180b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025432Z:62021a26-d204-43fa-8344-54bc11e4cd43" + "NORTHEUROPE:20200808T103353Z:cc179039-8538-4966-8eba-b2d4cad0180b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:54:32 GMT" + "Sat, 08 Aug 2020 10:33:53 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5430?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NDMwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8448?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NDQ4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "06a66c08-0120-4329-81fa-53c393d4d989" + "34a9e117-84a4-4f3b-ae03-433a0a1bbbab" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1192" ], "x-ms-request-id": [ - "9bcf7b4d-0a44-456a-91ed-acb2d6f34cf8" + "0d96f832-e4ec-4e98-a011-a79e2888c250" ], "x-ms-correlation-request-id": [ - "9bcf7b4d-0a44-456a-91ed-acb2d6f34cf8" + "0d96f832-e4ec-4e98-a011-a79e2888c250" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025433Z:9bcf7b4d-0a44-456a-91ed-acb2d6f34cf8" + "NORTHEUROPE:20200808T103354Z:0d96f832-e4ec-4e98-a011-a79e2888c250" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:54:32 GMT" + "Sat, 08 Aug 2020 10:33:54 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5430\",\r\n \"name\": \"azsmnet5430\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8448\",\r\n \"name\": \"azsmnet8448\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5430/providers/Microsoft.Search/searchServices/azs-9904?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTA0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8448/providers/Microsoft.Search/searchServices/azs-1426?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDI2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "03b0e15f-cead-4fb7-8208-555c36c6f063" + "01ddd22a-d1b1-486a-9c36-30f1330ae529" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A54%3A37.3422771Z'\"" + "W/\"datetime'2020-08-08T10%3A34%3A01.0378148Z'\"" ], "x-ms-request-id": [ - "03b0e15f-cead-4fb7-8208-555c36c6f063" + "01ddd22a-d1b1-486a-9c36-30f1330ae529" ], "request-id": [ - "03b0e15f-cead-4fb7-8208-555c36c6f063" + "01ddd22a-d1b1-486a-9c36-30f1330ae529" ], "elapsed-time": [ - "1374" + "1691" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1194" ], "x-ms-correlation-request-id": [ - "21dd6c83-ca22-4764-a5df-f628a35fb5c4" + "0f1c1c1c-09c8-4d73-aff2-c595100311f5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025438Z:21dd6c83-ca22-4764-a5df-f628a35fb5c4" + "NORTHEUROPE:20200808T103402Z:0f1c1c1c-09c8-4d73-aff2-c595100311f5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:54:38 GMT" + "Sat, 08 Aug 2020 10:34:01 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5430/providers/Microsoft.Search/searchServices/azs-9904\",\r\n \"name\": \"azs-9904\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8448/providers/Microsoft.Search/searchServices/azs-1426\",\r\n \"name\": \"azs-1426\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5430/providers/Microsoft.Search/searchServices/azs-9904/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTA0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8448/providers/Microsoft.Search/searchServices/azs-1426/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDI2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f628bb82-f4d0-47ca-868d-6ccbf6bc7dad" + "04b206dd-c963-441a-83d2-20ea4a70dd91" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f628bb82-f4d0-47ca-868d-6ccbf6bc7dad" + "04b206dd-c963-441a-83d2-20ea4a70dd91" ], "request-id": [ - "f628bb82-f4d0-47ca-868d-6ccbf6bc7dad" + "04b206dd-c963-441a-83d2-20ea4a70dd91" ], "elapsed-time": [ - "124" + "97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1192" ], "x-ms-correlation-request-id": [ - "048f69aa-23e0-4df3-93c6-de220c68b8b1" + "90109536-df07-4b08-88de-4772d7120aea" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025440Z:048f69aa-23e0-4df3-93c6-de220c68b8b1" + "NORTHEUROPE:20200808T103404Z:90109536-df07-4b08-88de-4772d7120aea" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:54:39 GMT" + "Sat, 08 Aug 2020 10:34:03 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"8F2BDBA336C88AACED694D6E0D589765\",\r\n \"secondaryKey\": \"19B1F3382F718B356B703BC45066DADB\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"48835950B02BEAE90D72B9D0CFD52B04\",\r\n \"secondaryKey\": \"C335E2E5FF1F9C842B54CA8069DA25C8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5430/providers/Microsoft.Search/searchServices/azs-9904/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTA0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8448/providers/Microsoft.Search/searchServices/azs-1426/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDI2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "66a35d16-0b6b-4d73-b93a-70640a7b84e0" + "7e4bbf3a-2061-4579-9d37-1dda30d61c2b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "66a35d16-0b6b-4d73-b93a-70640a7b84e0" + "7e4bbf3a-2061-4579-9d37-1dda30d61c2b" ], "request-id": [ - "66a35d16-0b6b-4d73-b93a-70640a7b84e0" + "7e4bbf3a-2061-4579-9d37-1dda30d61c2b" ], "elapsed-time": [ - "459" + "92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1191" ], "x-ms-correlation-request-id": [ - "2c9711f6-d0c6-43e1-9d31-1724f43cfa63" + "a6bfd155-ff3b-4e88-aeef-33451e79b8c9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025441Z:2c9711f6-d0c6-43e1-9d31-1724f43cfa63" + "NORTHEUROPE:20200808T103405Z:a6bfd155-ff3b-4e88-aeef-33451e79b8c9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:54:40 GMT" + "Sat, 08 Aug 2020 10:34:05 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"A7F67E39C92E6ACD05F9B6EF4F1E7185\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"A1FFC403D7E6216A76AF1CA03D94C1CA\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1923\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8546\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "9c248db4-0ba3-432b-b034-300bc91caf47" + "4d350bb5-c3d2-498c-add3-77a82e671f54" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8F2BDBA336C88AACED694D6E0D589765" + "48835950B02BEAE90D72B9D0CFD52B04" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037BA406C234\"" + "W/\"0x8D83B8695214BCF\"" ], "Location": [ - "https://azs-9904.search-dogfood.windows-int.net/indexes('azsmnet1923')?api-version=2019-05-06" + "https://azs-1426.search-dogfood.windows-int.net/indexes('azsmnet8546')?api-version=2019-05-06" ], "request-id": [ - "9c248db4-0ba3-432b-b034-300bc91caf47" + "4d350bb5-c3d2-498c-add3-77a82e671f54" ], "elapsed-time": [ - "1180" + "1456" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:54:43 GMT" + "Sat, 08 Aug 2020 10:34:08 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9904.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037BA406C234\\\"\",\r\n \"name\": \"azsmnet1923\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1426.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B8695214BCF\\\"\",\r\n \"name\": \"azsmnet8546\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet1923')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxOTIzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8546')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4NTQ2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "6d093b6d-f389-4afe-8941-6e464267d787" + "eaa78f80-9f6a-412a-8ba6-e53567447888" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "8F2BDBA336C88AACED694D6E0D589765" + "48835950B02BEAE90D72B9D0CFD52B04" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "6d093b6d-f389-4afe-8941-6e464267d787" + "eaa78f80-9f6a-412a-8ba6-e53567447888" ], "elapsed-time": [ - "192" + "235" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:55:05 GMT" + "Sat, 08 Aug 2020 10:34:30 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet1923')/docs/search.post.autocomplete?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxOTIzJykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8546')/docs/search.post.autocomplete?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4NTQ2JykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"search\": \"po\",\r\n \"autocompleteMode\": \"oneTerm\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "87ee3927-7034-4517-abdb-0df79f2169c3" + "4940c096-462a-4b3d-9882-483e0c98ae34" ], "Accept-Language": [ "en-US" ], "api-key": [ - "A7F67E39C92E6ACD05F9B6EF4F1E7185" + "A1FFC403D7E6216A76AF1CA03D94C1CA" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -516,10 +516,10 @@ "no-cache" ], "request-id": [ - "87ee3927-7034-4517-abdb-0df79f2169c3" + "4940c096-462a-4b3d-9882-483e0c98ae34" ], "elapsed-time": [ - "16" + "146" ], "OData-Version": [ "4.0" @@ -531,7 +531,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:55:08 GMT" + "Sat, 08 Aug 2020 10:34:34 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -543,25 +543,25 @@ "386" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9904.search-dogfood.windows-int.net/indexes('azsmnet1923')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"point\",\r\n \"queryPlusText\": \"point\"\r\n },\r\n {\r\n \"text\": \"police\",\r\n \"queryPlusText\": \"police\"\r\n },\r\n {\r\n \"text\": \"polite\",\r\n \"queryPlusText\": \"polite\"\r\n },\r\n {\r\n \"text\": \"pool\",\r\n \"queryPlusText\": \"pool\"\r\n },\r\n {\r\n \"text\": \"popular\",\r\n \"queryPlusText\": \"popular\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1426.search-dogfood.windows-int.net/indexes('azsmnet8546')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"point\",\r\n \"queryPlusText\": \"point\"\r\n },\r\n {\r\n \"text\": \"police\",\r\n \"queryPlusText\": \"police\"\r\n },\r\n {\r\n \"text\": \"polite\",\r\n \"queryPlusText\": \"polite\"\r\n },\r\n {\r\n \"text\": \"pool\",\r\n \"queryPlusText\": \"pool\"\r\n },\r\n {\r\n \"text\": \"popular\",\r\n \"queryPlusText\": \"popular\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5430/providers/Microsoft.Search/searchServices/azs-9904?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTA0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8448/providers/Microsoft.Search/searchServices/azs-1426?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDI2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "12613b92-e1e2-4222-b345-327702deff60" + "d4c9fc04-64ab-4935-9c03-7cc0dd117686" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -572,51 +572,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "12613b92-e1e2-4222-b345-327702deff60" + "f84376c5-ce18-49fc-9c18-5ab1c57df0c5" ], - "request-id": [ - "12613b92-e1e2-4222-b345-327702deff60" + "x-ms-correlation-request-id": [ + "f84376c5-ce18-49fc-9c18-5ab1c57df0c5" ], - "elapsed-time": [ - "1556" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T103508Z:f84376c5-ce18-49fc-9c18-5ab1c57df0c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14986" - ], - "x-ms-correlation-request-id": [ - "5da32716-8d6f-4075-988b-98037c23f6ab" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025513Z:5da32716-8d6f-4075-988b-98037c23f6ab" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:55:13 GMT" + "Sat, 08 Aug 2020 10:35:08 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5430", - "azsmnet1923" + "azsmnet8448", + "azsmnet8546" ], "GenerateServiceName": [ - "azs-9904" + "azs-1426" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteExcludesFieldsNotInSuggester.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteExcludesFieldsNotInSuggester.json index 4b83c0129329..06b39a74bc79 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteExcludesFieldsNotInSuggester.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteExcludesFieldsNotInSuggester.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fbcebfb9-ed8b-4f76-a529-158339c726d8" + "5c08dea9-da5d-4ff4-86f3-a431c076d59c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1189" ], "x-ms-request-id": [ - "1c57e58c-c2b9-409d-9f41-16f8cbc4eac5" + "93069c66-85b6-4837-85dd-51078e5dc169" ], "x-ms-correlation-request-id": [ - "1c57e58c-c2b9-409d-9f41-16f8cbc4eac5" + "93069c66-85b6-4837-85dd-51078e5dc169" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025038Z:1c57e58c-c2b9-409d-9f41-16f8cbc4eac5" + "NORTHEUROPE:20200808T102649Z:93069c66-85b6-4837-85dd-51078e5dc169" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:50:38 GMT" + "Sat, 08 Aug 2020 10:26:49 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8332?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MzMyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9899?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5ODk5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e1523427-bbe6-4dfc-ac7e-8bd31aa5d1f6" + "ad6c09a8-954d-4b52-b2e1-3eb89cc19cae" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1193" ], "x-ms-request-id": [ - "6d0fa3db-8195-4721-b699-492a1ba6d6ee" + "6e38887f-a15f-459b-98af-a7314f10a672" ], "x-ms-correlation-request-id": [ - "6d0fa3db-8195-4721-b699-492a1ba6d6ee" + "6e38887f-a15f-459b-98af-a7314f10a672" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025039Z:6d0fa3db-8195-4721-b699-492a1ba6d6ee" + "NORTHEUROPE:20200808T102651Z:6e38887f-a15f-459b-98af-a7314f10a672" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:50:39 GMT" + "Sat, 08 Aug 2020 10:26:51 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8332\",\r\n \"name\": \"azsmnet8332\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9899\",\r\n \"name\": \"azsmnet9899\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8332/providers/Microsoft.Search/searchServices/azs-9451?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDUxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9899/providers/Microsoft.Search/searchServices/azs-5735?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzM1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5b98ee5c-e9ac-4734-b4d6-eac67453fa63" + "9a4d8c7a-b115-40ba-9c13-7a415a610024" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A50%3A44.6315971Z'\"" + "W/\"datetime'2020-08-08T10%3A26%3A56.6247316Z'\"" ], "x-ms-request-id": [ - "5b98ee5c-e9ac-4734-b4d6-eac67453fa63" + "9a4d8c7a-b115-40ba-9c13-7a415a610024" ], "request-id": [ - "5b98ee5c-e9ac-4734-b4d6-eac67453fa63" + "9a4d8c7a-b115-40ba-9c13-7a415a610024" ], "elapsed-time": [ - "1337" + "1845" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1190" ], "x-ms-correlation-request-id": [ - "92fb4304-8677-419f-9e1d-abe844cf0d57" + "5fc3ee0b-d365-4892-996a-3a9644639f43" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025045Z:92fb4304-8677-419f-9e1d-abe844cf0d57" + "NORTHEUROPE:20200808T102657Z:5fc3ee0b-d365-4892-996a-3a9644639f43" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:50:45 GMT" + "Sat, 08 Aug 2020 10:26:57 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8332/providers/Microsoft.Search/searchServices/azs-9451\",\r\n \"name\": \"azs-9451\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9899/providers/Microsoft.Search/searchServices/azs-5735\",\r\n \"name\": \"azs-5735\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8332/providers/Microsoft.Search/searchServices/azs-9451/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDUxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9899/providers/Microsoft.Search/searchServices/azs-5735/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzM1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19067e53-dc45-4fdd-be74-e1b86f4be2fd" + "9ceaad32-a06e-44d3-8299-ff396d81b518" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "19067e53-dc45-4fdd-be74-e1b86f4be2fd" + "9ceaad32-a06e-44d3-8299-ff396d81b518" ], "request-id": [ - "19067e53-dc45-4fdd-be74-e1b86f4be2fd" + "9ceaad32-a06e-44d3-8299-ff396d81b518" ], "elapsed-time": [ - "283" + "103" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1186" ], "x-ms-correlation-request-id": [ - "7fe55761-595e-4dd6-9870-dd306724d0aa" + "d8d2245c-90a0-45de-a427-82b592441d45" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025048Z:7fe55761-595e-4dd6-9870-dd306724d0aa" + "NORTHEUROPE:20200808T102700Z:d8d2245c-90a0-45de-a427-82b592441d45" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:50:47 GMT" + "Sat, 08 Aug 2020 10:27:00 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"F7F351A8B4E6E11C1D4F8BCF3BF53F64\",\r\n \"secondaryKey\": \"559984B472F4A0A2F9A81486C02BDB96\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"FEE214A9CF5BDD7A00422D249B92C09C\",\r\n \"secondaryKey\": \"52AC1B3AECA1C715C46C75CF90FAC239\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8332/providers/Microsoft.Search/searchServices/azs-9451/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDUxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9899/providers/Microsoft.Search/searchServices/azs-5735/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzM1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d9022cee-2535-4882-a03b-e102661ea56e" + "4fa14716-280f-4e6d-a6c4-e8dfa6a3f54e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d9022cee-2535-4882-a03b-e102661ea56e" + "4fa14716-280f-4e6d-a6c4-e8dfa6a3f54e" ], "request-id": [ - "d9022cee-2535-4882-a03b-e102661ea56e" + "4fa14716-280f-4e6d-a6c4-e8dfa6a3f54e" ], "elapsed-time": [ - "589" + "104" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1185" ], "x-ms-correlation-request-id": [ - "6f557836-da81-4c61-b24d-03c7748fb69c" + "6100882b-3f93-4927-82de-6436ed35638c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025049Z:6f557836-da81-4c61-b24d-03c7748fb69c" + "NORTHEUROPE:20200808T102700Z:6100882b-3f93-4927-82de-6436ed35638c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:50:49 GMT" + "Sat, 08 Aug 2020 10:27:00 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"0F67E7A266D5EB6C19EFF66B9281C1DD\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"C750C17AA31833FA64D12A55DFAC26F4\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2697\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9164\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "842b61a2-61ae-454f-bc02-ae09677bf3f6" + "7ee754f9-eff8-48ce-9e6a-ebc738e126e2" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F7F351A8B4E6E11C1D4F8BCF3BF53F64" + "FEE214A9CF5BDD7A00422D249B92C09C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037B196A00EC\"" + "W/\"0x8D83B85979198FD\"" ], "Location": [ - "https://azs-9451.search-dogfood.windows-int.net/indexes('azsmnet2697')?api-version=2019-05-06" + "https://azs-5735.search-dogfood.windows-int.net/indexes('azsmnet9164')?api-version=2019-05-06" ], "request-id": [ - "842b61a2-61ae-454f-bc02-ae09677bf3f6" + "7ee754f9-eff8-48ce-9e6a-ebc738e126e2" ], "elapsed-time": [ - "1119" + "776" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:50:51 GMT" + "Sat, 08 Aug 2020 10:27:03 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9451.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037B196A00EC\\\"\",\r\n \"name\": \"azsmnet2697\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5735.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B85979198FD\\\"\",\r\n \"name\": \"azsmnet9164\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet2697')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNjk3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet9164')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MTY0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "6e70eda7-bdf3-4433-ac1d-0a6827ba5753" + "3c8a8f4e-aa46-4bb5-b415-893a5d3fd310" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "F7F351A8B4E6E11C1D4F8BCF3BF53F64" + "FEE214A9CF5BDD7A00422D249B92C09C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "6e70eda7-bdf3-4433-ac1d-0a6827ba5753" + "3c8a8f4e-aa46-4bb5-b415-893a5d3fd310" ], "elapsed-time": [ - "169" + "193" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:51:13 GMT" + "Sat, 08 Aug 2020 10:27:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet2697')/docs/search.post.autocomplete?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNjk3JykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet9164')/docs/search.post.autocomplete?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MTY0JykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"search\": \"luxu\",\r\n \"autocompleteMode\": \"oneTerm\",\r\n \"searchFields\": \"hotelName\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "92a7a7b4-8032-46e9-98b9-f5e3bc4b716f" + "ab0a4ad4-c62d-4288-9a31-29dfd69e7949" ], "Accept-Language": [ "en-US" ], "api-key": [ - "0F67E7A266D5EB6C19EFF66B9281C1DD" + "C750C17AA31833FA64D12A55DFAC26F4" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -516,10 +516,10 @@ "no-cache" ], "request-id": [ - "92a7a7b4-8032-46e9-98b9-f5e3bc4b716f" + "ab0a4ad4-c62d-4288-9a31-29dfd69e7949" ], "elapsed-time": [ - "12" + "135" ], "OData-Version": [ "4.0" @@ -531,7 +531,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:51:16 GMT" + "Sat, 08 Aug 2020 10:27:29 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -543,25 +543,25 @@ "176" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9451.search-dogfood.windows-int.net/indexes('azsmnet2697')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5735.search-dogfood.windows-int.net/indexes('azsmnet9164')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8332/providers/Microsoft.Search/searchServices/azs-9451?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDUxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9899/providers/Microsoft.Search/searchServices/azs-5735?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzM1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b24d09cd-8e63-4608-aafb-4e0d83ae7ffc" + "e8f6ec53-a207-4982-8924-479c5087328d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -572,51 +572,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14988" + ], "x-ms-request-id": [ - "b24d09cd-8e63-4608-aafb-4e0d83ae7ffc" + "5acf3499-8ce4-4122-adbf-1200fa3aa566" ], - "request-id": [ - "b24d09cd-8e63-4608-aafb-4e0d83ae7ffc" + "x-ms-correlation-request-id": [ + "5acf3499-8ce4-4122-adbf-1200fa3aa566" ], - "elapsed-time": [ - "1110" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T102739Z:5acf3499-8ce4-4122-adbf-1200fa3aa566" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14987" - ], - "x-ms-correlation-request-id": [ - "c9688b80-70d2-4b41-b768-77620bd4a5f8" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025120Z:c9688b80-70d2-4b41-b768-77620bd4a5f8" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:51:20 GMT" + "Sat, 08 Aug 2020 10:27:39 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8332", - "azsmnet2697" + "azsmnet9899", + "azsmnet9164" ], "GenerateServiceName": [ - "azs-9451" + "azs-5735" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteFuzzyIsOffByDefault.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteFuzzyIsOffByDefault.json index fea6fb51e958..570f32f766e8 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteFuzzyIsOffByDefault.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteFuzzyIsOffByDefault.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fd9c4c92-3459-4f31-a479-f9b86ce6ebfc" + "86523009-c02e-40d2-9c03-4def343b20fc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1176" + "1193" ], "x-ms-request-id": [ - "ca0bc4a5-f709-4bdc-95be-f174d40930aa" + "23d8cd8f-e169-4d92-833c-b1e292b8f0bd" ], "x-ms-correlation-request-id": [ - "ca0bc4a5-f709-4bdc-95be-f174d40930aa" + "23d8cd8f-e169-4d92-833c-b1e292b8f0bd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024946Z:ca0bc4a5-f709-4bdc-95be-f174d40930aa" + "NORTHEUROPE:20200808T102545Z:23d8cd8f-e169-4d92-833c-b1e292b8f0bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:49:45 GMT" + "Sat, 08 Aug 2020 10:25:44 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2738?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNzM4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3516?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNTE2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2537f146-8eaa-4f3c-aa3a-0781897f8354" + "b8e69560-76d9-40ce-a85c-7be876917714" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1195" ], "x-ms-request-id": [ - "fb5382c4-56de-474d-90b9-ab58bbba4089" + "37d91a9e-e7b6-4a60-a2bf-59ae5741cb30" ], "x-ms-correlation-request-id": [ - "fb5382c4-56de-474d-90b9-ab58bbba4089" + "37d91a9e-e7b6-4a60-a2bf-59ae5741cb30" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024947Z:fb5382c4-56de-474d-90b9-ab58bbba4089" + "NORTHEUROPE:20200808T102546Z:37d91a9e-e7b6-4a60-a2bf-59ae5741cb30" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:49:46 GMT" + "Sat, 08 Aug 2020 10:25:46 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2738\",\r\n \"name\": \"azsmnet2738\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3516\",\r\n \"name\": \"azsmnet3516\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2738/providers/Microsoft.Search/searchServices/azs-8404?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDA0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3516/providers/Microsoft.Search/searchServices/azs-9164?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTY0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "667ffb40-7ddb-4b0a-a241-c954dce1eed3" + "385cb36d-c946-47a5-95b6-99538d7527bc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A49%3A51.3394265Z'\"" + "W/\"datetime'2020-08-08T10%3A25%3A52.5172757Z'\"" ], "x-ms-request-id": [ - "667ffb40-7ddb-4b0a-a241-c954dce1eed3" + "385cb36d-c946-47a5-95b6-99538d7527bc" ], "request-id": [ - "667ffb40-7ddb-4b0a-a241-c954dce1eed3" + "385cb36d-c946-47a5-95b6-99538d7527bc" ], "elapsed-time": [ - "1797" + "1452" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1194" ], "x-ms-correlation-request-id": [ - "266e3cc3-97ef-46b0-9a74-faa69615bdf7" + "6cec730a-f538-4a03-8836-976f9b392865" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024952Z:266e3cc3-97ef-46b0-9a74-faa69615bdf7" + "NORTHEUROPE:20200808T102553Z:6cec730a-f538-4a03-8836-976f9b392865" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:49:51 GMT" + "Sat, 08 Aug 2020 10:25:53 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2738/providers/Microsoft.Search/searchServices/azs-8404\",\r\n \"name\": \"azs-8404\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3516/providers/Microsoft.Search/searchServices/azs-9164\",\r\n \"name\": \"azs-9164\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2738/providers/Microsoft.Search/searchServices/azs-8404/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDA0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3516/providers/Microsoft.Search/searchServices/azs-9164/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTY0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "70e3ba15-ca28-4072-8ca6-7efa04c3a8f5" + "16f8d86e-2e60-47eb-a59c-9a4bf3c61bd5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "70e3ba15-ca28-4072-8ca6-7efa04c3a8f5" + "16f8d86e-2e60-47eb-a59c-9a4bf3c61bd5" ], "request-id": [ - "70e3ba15-ca28-4072-8ca6-7efa04c3a8f5" + "16f8d86e-2e60-47eb-a59c-9a4bf3c61bd5" ], "elapsed-time": [ - "95" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1174" + "1189" ], "x-ms-correlation-request-id": [ - "fb9790ab-2edd-418f-8393-a3ae3d5f96e7" + "67eca356-6094-4f4b-9648-2ed1e9b56826" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024954Z:fb9790ab-2edd-418f-8393-a3ae3d5f96e7" + "NORTHEUROPE:20200808T102555Z:67eca356-6094-4f4b-9648-2ed1e9b56826" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:49:53 GMT" + "Sat, 08 Aug 2020 10:25:55 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"106A361A4824B578093A3C32244882C4\",\r\n \"secondaryKey\": \"7DF7B95EA912EA2328F31086612E3CAD\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"3FF846112A85B5CD58E3CA842A7E313F\",\r\n \"secondaryKey\": \"5FC878875DA9B3E798EBF4A5B5F9FA31\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2738/providers/Microsoft.Search/searchServices/azs-8404/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDA0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3516/providers/Microsoft.Search/searchServices/azs-9164/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTY0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bbaefd17-eec5-450c-899a-c17e44d04697" + "ca89343d-8d20-4fed-b4d3-cff2650b0e2e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "bbaefd17-eec5-450c-899a-c17e44d04697" + "ca89343d-8d20-4fed-b4d3-cff2650b0e2e" ], "request-id": [ - "bbaefd17-eec5-450c-899a-c17e44d04697" + "ca89343d-8d20-4fed-b4d3-cff2650b0e2e" ], "elapsed-time": [ - "96" + "92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1173" + "1188" ], "x-ms-correlation-request-id": [ - "09fdb766-1233-46cc-8cbb-ded7bb0b254a" + "08af451a-05c9-4fc0-b0bc-2f1339ade603" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024954Z:09fdb766-1233-46cc-8cbb-ded7bb0b254a" + "NORTHEUROPE:20200808T102556Z:08af451a-05c9-4fc0-b0bc-2f1339ade603" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:49:54 GMT" + "Sat, 08 Aug 2020 10:25:56 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B2AAF58AA6761DB3E536606077FAF5F8\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"224E0B9CE28FD3C281C8A26E917E7E14\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3166\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7629\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "bc22b211-e178-4bfa-a168-4fe783ff5c79" + "4452f78e-eaa9-4c14-a596-75b9771a9242" ], "Accept-Language": [ "en-US" ], "api-key": [ - "106A361A4824B578093A3C32244882C4" + "3FF846112A85B5CD58E3CA842A7E313F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037AF93272C4\"" + "W/\"0x8D83B857197920E\"" ], "Location": [ - "https://azs-8404.search-dogfood.windows-int.net/indexes('azsmnet3166')?api-version=2019-05-06" + "https://azs-9164.search-dogfood.windows-int.net/indexes('azsmnet7629')?api-version=2019-05-06" ], "request-id": [ - "bc22b211-e178-4bfa-a168-4fe783ff5c79" + "4452f78e-eaa9-4c14-a596-75b9771a9242" ], "elapsed-time": [ - "1275" + "1571" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:49:57 GMT" + "Sat, 08 Aug 2020 10:25:59 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8404.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037AF93272C4\\\"\",\r\n \"name\": \"azsmnet3166\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9164.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B857197920E\\\"\",\r\n \"name\": \"azsmnet7629\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet3166')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMTY2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet7629')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NjI5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "a2d1b784-a1e9-4540-b3bf-da03ad80ee69" + "33e774d5-3f9b-4965-9596-82c99f29b754" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "106A361A4824B578093A3C32244882C4" + "3FF846112A85B5CD58E3CA842A7E313F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "a2d1b784-a1e9-4540-b3bf-da03ad80ee69" + "33e774d5-3f9b-4965-9596-82c99f29b754" ], "elapsed-time": [ - "179" + "191" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:50:18 GMT" + "Sat, 08 Aug 2020 10:26:21 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3166')/docs/search.post.autocomplete?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMTY2JykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet7629')/docs/search.post.autocomplete?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NjI5JykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"search\": \"pi\",\r\n \"autocompleteMode\": \"oneTerm\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "e3508150-c6ef-4797-af3d-156fb1fd1f24" + "9bde7845-632f-46ad-a01e-b24dfe51d8a4" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B2AAF58AA6761DB3E536606077FAF5F8" + "224E0B9CE28FD3C281C8A26E917E7E14" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -516,10 +516,10 @@ "no-cache" ], "request-id": [ - "e3508150-c6ef-4797-af3d-156fb1fd1f24" + "9bde7845-632f-46ad-a01e-b24dfe51d8a4" ], "elapsed-time": [ - "8" + "128" ], "OData-Version": [ "4.0" @@ -531,7 +531,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:50:22 GMT" + "Sat, 08 Aug 2020 10:26:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -543,25 +543,25 @@ "176" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8404.search-dogfood.windows-int.net/indexes('azsmnet3166')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9164.search-dogfood.windows-int.net/indexes('azsmnet7629')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2738/providers/Microsoft.Search/searchServices/azs-8404?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDA0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3516/providers/Microsoft.Search/searchServices/azs-9164?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTY0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "070f1397-3bf1-41b9-83ce-e9f9c0d8c536" + "bfeabdf0-c830-451e-92bb-8e59d789a002" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -572,51 +572,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14995" + ], "x-ms-request-id": [ - "070f1397-3bf1-41b9-83ce-e9f9c0d8c536" + "3d0fc279-dc58-4e3e-b2b8-7fb5b353c862" ], - "request-id": [ - "070f1397-3bf1-41b9-83ce-e9f9c0d8c536" + "x-ms-correlation-request-id": [ + "3d0fc279-dc58-4e3e-b2b8-7fb5b353c862" ], - "elapsed-time": [ - "1132" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T102642Z:3d0fc279-dc58-4e3e-b2b8-7fb5b353c862" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14987" - ], - "x-ms-correlation-request-id": [ - "ddc282e8-0204-428a-9a6f-0a7fe174adf3" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025026Z:ddc282e8-0204-428a-9a6f-0a7fe174adf3" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:50:26 GMT" + "Sat, 08 Aug 2020 10:26:42 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2738", - "azsmnet3166" + "azsmnet3516", + "azsmnet7629" ], "GenerateServiceName": [ - "azs-8404" + "azs-9164" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteOneTerm.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteOneTerm.json index 554ab3e316a6..beba50e32173 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteOneTerm.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteOneTerm.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "78cd2b14-85fb-4ca1-b99c-84b93b24673c" + "2e369bd7-bccf-4005-9878-37924eb291b0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1189" ], "x-ms-request-id": [ - "ca77a3be-2fdd-4725-a806-4dcbf84041bf" + "b258249b-eb61-40d1-a24a-120fdddbafb3" ], "x-ms-correlation-request-id": [ - "ca77a3be-2fdd-4725-a806-4dcbf84041bf" + "b258249b-eb61-40d1-a24a-120fdddbafb3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025651Z:ca77a3be-2fdd-4725-a806-4dcbf84041bf" + "NORTHEUROPE:20200808T103806Z:b258249b-eb61-40d1-a24a-120fdddbafb3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:56:50 GMT" + "Sat, 08 Aug 2020 10:38:06 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4262?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MjYyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3877?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzODc3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6e89dc67-2c78-4317-8d61-201ee4fa198c" + "d8e710ad-ec47-4f6b-8443-9f551bb79aa4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1194" ], "x-ms-request-id": [ - "d717bf70-7a40-45c3-a90e-9d66e7600257" + "33a5bcc9-1a00-444a-9496-bec9933ffc51" ], "x-ms-correlation-request-id": [ - "d717bf70-7a40-45c3-a90e-9d66e7600257" + "33a5bcc9-1a00-444a-9496-bec9933ffc51" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025652Z:d717bf70-7a40-45c3-a90e-9d66e7600257" + "NORTHEUROPE:20200808T103808Z:33a5bcc9-1a00-444a-9496-bec9933ffc51" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:56:52 GMT" + "Sat, 08 Aug 2020 10:38:08 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4262\",\r\n \"name\": \"azsmnet4262\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3877\",\r\n \"name\": \"azsmnet3877\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4262/providers/Microsoft.Search/searchServices/azs-7132?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTMyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3877/providers/Microsoft.Search/searchServices/azs-9362?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODc3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MzYyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c55e3381-7916-4330-94b7-248d283c75a7" + "4e91aaea-5dd6-4285-806f-85e1ca903506" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A56%3A56.0043287Z'\"" + "W/\"datetime'2020-08-08T10%3A38%3A13.8432188Z'\"" ], "x-ms-request-id": [ - "c55e3381-7916-4330-94b7-248d283c75a7" + "4e91aaea-5dd6-4285-806f-85e1ca903506" ], "request-id": [ - "c55e3381-7916-4330-94b7-248d283c75a7" + "4e91aaea-5dd6-4285-806f-85e1ca903506" ], "elapsed-time": [ - "1375" + "1804" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1196" ], "x-ms-correlation-request-id": [ - "e6dd6f8a-b5e1-41f3-a80e-04b5cbd0da7b" + "bb1a55b9-881b-406a-ae47-627f18f04332" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025656Z:e6dd6f8a-b5e1-41f3-a80e-04b5cbd0da7b" + "NORTHEUROPE:20200808T103815Z:bb1a55b9-881b-406a-ae47-627f18f04332" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:56:56 GMT" + "Sat, 08 Aug 2020 10:38:14 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4262/providers/Microsoft.Search/searchServices/azs-7132\",\r\n \"name\": \"azs-7132\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3877/providers/Microsoft.Search/searchServices/azs-9362\",\r\n \"name\": \"azs-9362\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4262/providers/Microsoft.Search/searchServices/azs-7132/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTMyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3877/providers/Microsoft.Search/searchServices/azs-9362/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODc3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MzYyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "65016bb0-8287-4497-ad0b-6b4ac1bf02df" + "415ec040-e18c-479a-9c24-dfbe8cfd44e4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "65016bb0-8287-4497-ad0b-6b4ac1bf02df" + "415ec040-e18c-479a-9c24-dfbe8cfd44e4" ], "request-id": [ - "65016bb0-8287-4497-ad0b-6b4ac1bf02df" + "415ec040-e18c-479a-9c24-dfbe8cfd44e4" ], "elapsed-time": [ - "92" + "114" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1195" ], "x-ms-correlation-request-id": [ - "7b01961d-6c60-45e6-8b40-6bd998bfec84" + "50785599-d809-4768-9ff0-76d47432e65f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025659Z:7b01961d-6c60-45e6-8b40-6bd998bfec84" + "NORTHEUROPE:20200808T103817Z:50785599-d809-4768-9ff0-76d47432e65f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:56:58 GMT" + "Sat, 08 Aug 2020 10:38:16 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"7FB6F206354B66B5FC3610D36AF5D2AC\",\r\n \"secondaryKey\": \"2FD7E47A539820359E90239C91572A24\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"E0CD74B8FBE04CC4FB75F88F0C465458\",\r\n \"secondaryKey\": \"1B6E9F0EBF80F9A6F98AE749D51EDE7B\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4262/providers/Microsoft.Search/searchServices/azs-7132/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTMyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3877/providers/Microsoft.Search/searchServices/azs-9362/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODc3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MzYyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e4ace91a-f8f6-4593-9605-eaddfdd1741d" + "03d4c72f-ee7f-44cf-8786-baee1f351645" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e4ace91a-f8f6-4593-9605-eaddfdd1741d" + "03d4c72f-ee7f-44cf-8786-baee1f351645" ], "request-id": [ - "e4ace91a-f8f6-4593-9605-eaddfdd1741d" + "03d4c72f-ee7f-44cf-8786-baee1f351645" ], "elapsed-time": [ - "95" + "297" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1194" ], "x-ms-correlation-request-id": [ - "061bb9dd-cde2-4c64-a505-7c2167a074d4" + "768cb954-ab02-4dec-a994-91dd17d818d5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025659Z:061bb9dd-cde2-4c64-a505-7c2167a074d4" + "NORTHEUROPE:20200808T103818Z:768cb954-ab02-4dec-a994-91dd17d818d5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:56:59 GMT" + "Sat, 08 Aug 2020 10:38:17 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"E9943919938CA52D2887F310F7B98560\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"A17049895900AF5CD785ED4BF0A1CF70\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet438\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5825\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "11a0765a-3d52-439f-a911-1333cefea3b1" + "770fa7b7-17e3-4e32-b6b4-d70b9f698439" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7FB6F206354B66B5FC3610D36AF5D2AC" + "E0CD74B8FBE04CC4FB75F88F0C465458" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6974" + "6975" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037BF653962F\"" + "W/\"0x8D83B872BD11135\"" ], "Location": [ - "https://azs-7132.search-dogfood.windows-int.net/indexes('azsmnet438')?api-version=2019-05-06" + "https://azs-9362.search-dogfood.windows-int.net/indexes('azsmnet5825')?api-version=2019-05-06" ], "request-id": [ - "11a0765a-3d52-439f-a911-1333cefea3b1" + "770fa7b7-17e3-4e32-b6b4-d70b9f698439" ], "elapsed-time": [ - "1202" + "1638" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:57:01 GMT" + "Sat, 08 Aug 2020 10:38:21 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7132.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037BF653962F\\\"\",\r\n \"name\": \"azsmnet438\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9362.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B872BD11135\\\"\",\r\n \"name\": \"azsmnet5825\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet438')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MzgnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet5825')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1ODI1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "255b1cc1-b224-4f6f-944f-37a9c0a5af09" + "140e944c-0e9a-4702-aaae-bb23e25369c7" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "7FB6F206354B66B5FC3610D36AF5D2AC" + "E0CD74B8FBE04CC4FB75F88F0C465458" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "255b1cc1-b224-4f6f-944f-37a9c0a5af09" + "140e944c-0e9a-4702-aaae-bb23e25369c7" ], "elapsed-time": [ - "178" + "189" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:57:23 GMT" + "Sat, 08 Aug 2020 10:38:42 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet438')/docs/search.post.autocomplete?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MzgnKS9kb2NzL3NlYXJjaC5wb3N0LmF1dG9jb21wbGV0ZT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet5825')/docs/search.post.autocomplete?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1ODI1JykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"search\": \"po\",\r\n \"autocompleteMode\": \"oneTerm\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "db4539e4-11a7-44c7-aece-5043c81cebae" + "eb0bfab5-edf2-4d88-8cb8-53db120030ad" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E9943919938CA52D2887F310F7B98560" + "A17049895900AF5CD785ED4BF0A1CF70" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -516,10 +516,10 @@ "no-cache" ], "request-id": [ - "db4539e4-11a7-44c7-aece-5043c81cebae" + "eb0bfab5-edf2-4d88-8cb8-53db120030ad" ], "elapsed-time": [ - "15" + "186" ], "OData-Version": [ "4.0" @@ -531,7 +531,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:57:27 GMT" + "Sat, 08 Aug 2020 10:38:46 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -540,28 +540,28 @@ "-1" ], "Content-Length": [ - "385" + "386" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7132.search-dogfood.windows-int.net/indexes('azsmnet438')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"point\",\r\n \"queryPlusText\": \"point\"\r\n },\r\n {\r\n \"text\": \"police\",\r\n \"queryPlusText\": \"police\"\r\n },\r\n {\r\n \"text\": \"polite\",\r\n \"queryPlusText\": \"polite\"\r\n },\r\n {\r\n \"text\": \"pool\",\r\n \"queryPlusText\": \"pool\"\r\n },\r\n {\r\n \"text\": \"popular\",\r\n \"queryPlusText\": \"popular\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9362.search-dogfood.windows-int.net/indexes('azsmnet5825')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"point\",\r\n \"queryPlusText\": \"point\"\r\n },\r\n {\r\n \"text\": \"police\",\r\n \"queryPlusText\": \"police\"\r\n },\r\n {\r\n \"text\": \"polite\",\r\n \"queryPlusText\": \"polite\"\r\n },\r\n {\r\n \"text\": \"pool\",\r\n \"queryPlusText\": \"pool\"\r\n },\r\n {\r\n \"text\": \"popular\",\r\n \"queryPlusText\": \"popular\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4262/providers/Microsoft.Search/searchServices/azs-7132?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTMyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3877/providers/Microsoft.Search/searchServices/azs-9362?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODc3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MzYyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3116411-a70e-4895-8a8a-0536ac8c6b93" + "7d8396e4-db73-47bf-8f33-8ee64fbc8d56" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -572,51 +572,42 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "f3116411-a70e-4895-8a8a-0536ac8c6b93" - ], - "request-id": [ - "f3116411-a70e-4895-8a8a-0536ac8c6b93" - ], - "elapsed-time": [ - "844" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14992" ], + "x-ms-request-id": [ + "a8d63345-f669-4b64-be41-d4a7e81ec486" + ], "x-ms-correlation-request-id": [ - "4c364411-b536-470f-8994-b2c516dae9fb" + "a8d63345-f669-4b64-be41-d4a7e81ec486" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025731Z:4c364411-b536-470f-8994-b2c516dae9fb" + "NORTHEUROPE:20200808T103936Z:a8d63345-f669-4b64-be41-d4a7e81ec486" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:57:31 GMT" + "Sat, 08 Aug 2020 10:39:35 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet4262", - "azsmnet438" + "azsmnet3877", + "azsmnet5825" ], "GenerateServiceName": [ - "azs-7132" + "azs-9362" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteOneTermWithContext.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteOneTermWithContext.json index 5fe731264915..68e282876422 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteOneTermWithContext.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteOneTermWithContext.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "acf93b24-0a8a-448a-9b7f-9992b9fd9b7b" + "d9793566-362d-43a9-8bd3-d310350661d4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1187" ], "x-ms-request-id": [ - "a487703c-c468-4f23-924d-58363ad8472e" + "9083dbef-5eac-4c1f-bf6d-9bf1972d9571" ], "x-ms-correlation-request-id": [ - "a487703c-c468-4f23-924d-58363ad8472e" + "9083dbef-5eac-4c1f-bf6d-9bf1972d9571" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025737Z:a487703c-c468-4f23-924d-58363ad8472e" + "NORTHEUROPE:20200808T103943Z:9083dbef-5eac-4c1f-bf6d-9bf1972d9571" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:57:36 GMT" + "Sat, 08 Aug 2020 10:39:43 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1217?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMjE3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8038?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MDM4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a3d4b007-7a80-458c-bdbf-847cbecc0a6b" + "937dc3ce-6284-4dcc-b595-8555b2d22d52" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1191" ], "x-ms-request-id": [ - "d52eda53-b785-4f23-9aa6-54a0ef798da2" + "91257e6c-e6db-49f0-8c8b-b67abccfe3c8" ], "x-ms-correlation-request-id": [ - "d52eda53-b785-4f23-9aa6-54a0ef798da2" + "91257e6c-e6db-49f0-8c8b-b67abccfe3c8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025737Z:d52eda53-b785-4f23-9aa6-54a0ef798da2" + "NORTHEUROPE:20200808T103944Z:91257e6c-e6db-49f0-8c8b-b67abccfe3c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:57:37 GMT" + "Sat, 08 Aug 2020 10:39:44 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1217\",\r\n \"name\": \"azsmnet1217\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8038\",\r\n \"name\": \"azsmnet8038\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1217/providers/Microsoft.Search/searchServices/azs-3655?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNjU1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8038/providers/Microsoft.Search/searchServices/azs-6978?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02OTc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0701fed8-b8a7-4c3e-ab5a-40c9c8852956" + "d05a0490-54c5-42cf-9c8c-4cbe50132698" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A57%3A41.5817198Z'\"" + "W/\"datetime'2020-08-08T10%3A39%3A50.254044Z'\"" ], "x-ms-request-id": [ - "0701fed8-b8a7-4c3e-ab5a-40c9c8852956" + "d05a0490-54c5-42cf-9c8c-4cbe50132698" ], "request-id": [ - "0701fed8-b8a7-4c3e-ab5a-40c9c8852956" + "d05a0490-54c5-42cf-9c8c-4cbe50132698" ], "elapsed-time": [ - "1504" + "2283" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1193" ], "x-ms-correlation-request-id": [ - "160abaca-efc6-4461-8633-764217b04d11" + "fe83f445-555d-4bc2-9cd4-2a985fac6a56" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025742Z:160abaca-efc6-4461-8633-764217b04d11" + "NORTHEUROPE:20200808T103951Z:fe83f445-555d-4bc2-9cd4-2a985fac6a56" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:57:42 GMT" + "Sat, 08 Aug 2020 10:39:51 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1217/providers/Microsoft.Search/searchServices/azs-3655\",\r\n \"name\": \"azs-3655\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8038/providers/Microsoft.Search/searchServices/azs-6978\",\r\n \"name\": \"azs-6978\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1217/providers/Microsoft.Search/searchServices/azs-3655/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNjU1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8038/providers/Microsoft.Search/searchServices/azs-6978/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02OTc4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1d39c0b-66a0-4600-a1dc-ac806b0944d4" + "5f19b757-1ade-41f6-97cb-57caaea9d6e8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d1d39c0b-66a0-4600-a1dc-ac806b0944d4" + "5f19b757-1ade-41f6-97cb-57caaea9d6e8" ], "request-id": [ - "d1d39c0b-66a0-4600-a1dc-ac806b0944d4" + "5f19b757-1ade-41f6-97cb-57caaea9d6e8" ], "elapsed-time": [ - "416" + "94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1190" ], "x-ms-correlation-request-id": [ - "0a7bb795-be53-402e-a867-302ffe60837e" + "f6c01327-686b-4970-bce1-4be432cee4c8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025745Z:0a7bb795-be53-402e-a867-302ffe60837e" + "NORTHEUROPE:20200808T103954Z:f6c01327-686b-4970-bce1-4be432cee4c8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:57:45 GMT" + "Sat, 08 Aug 2020 10:39:53 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"F5D3B24F51441CBC65C1A85693E77CD5\",\r\n \"secondaryKey\": \"16BA54FEE7539A9EC763B87138A229CB\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"DB469ED0CEBA484B30B3C8ACA8E96907\",\r\n \"secondaryKey\": \"98CA112B1CAC832B2593B3A7EFBB6F43\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1217/providers/Microsoft.Search/searchServices/azs-3655/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNjU1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8038/providers/Microsoft.Search/searchServices/azs-6978/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02OTc4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c76943ed-a133-4d1a-9a33-0ade355666ec" + "2140276a-3fe6-4a24-976b-8a08a5ccc440" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c76943ed-a133-4d1a-9a33-0ade355666ec" + "2140276a-3fe6-4a24-976b-8a08a5ccc440" ], "request-id": [ - "c76943ed-a133-4d1a-9a33-0ade355666ec" + "2140276a-3fe6-4a24-976b-8a08a5ccc440" ], "elapsed-time": [ - "395" + "84" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1189" ], "x-ms-correlation-request-id": [ - "3afd6235-395e-4da9-95a2-5658fe2fe791" + "04bffd3b-6ffb-45f8-b1de-27beee0a6c95" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025746Z:3afd6235-395e-4da9-95a2-5658fe2fe791" + "NORTHEUROPE:20200808T103954Z:04bffd3b-6ffb-45f8-b1de-27beee0a6c95" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:57:46 GMT" + "Sat, 08 Aug 2020 10:39:54 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"2D9742B912338857EF455EBE755464BF\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"5D827C1906B389878738719C8319BA17\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6926\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2984\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "eedf0795-47a0-4864-9485-23a7ecd92f73" + "10a0a01a-d5e5-4772-bfef-6983133345bc" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F5D3B24F51441CBC65C1A85693E77CD5" + "DB469ED0CEBA484B30B3C8ACA8E96907" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037C12188130\"" + "W/\"0x8D83B8764E2AF09\"" ], "Location": [ - "https://azs-3655.search-dogfood.windows-int.net/indexes('azsmnet6926')?api-version=2019-05-06" + "https://azs-6978.search-dogfood.windows-int.net/indexes('azsmnet2984')?api-version=2019-05-06" ], "request-id": [ - "eedf0795-47a0-4864-9485-23a7ecd92f73" + "10a0a01a-d5e5-4772-bfef-6983133345bc" ], "elapsed-time": [ - "1195" + "900" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:57:47 GMT" + "Sat, 08 Aug 2020 10:39:57 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3655.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037C12188130\\\"\",\r\n \"name\": \"azsmnet6926\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6978.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B8764E2AF09\\\"\",\r\n \"name\": \"azsmnet2984\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet6926')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2OTI2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet2984')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyOTg0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c31bb88b-9123-4dc0-b2e6-7e4e7567f334" + "e495a5cc-4435-40e3-925f-ace71153a95d" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "F5D3B24F51441CBC65C1A85693E77CD5" + "DB469ED0CEBA484B30B3C8ACA8E96907" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "c31bb88b-9123-4dc0-b2e6-7e4e7567f334" + "e495a5cc-4435-40e3-925f-ace71153a95d" ], "elapsed-time": [ - "176" + "178" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:58:10 GMT" + "Sat, 08 Aug 2020 10:40:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet6926')/docs/search.post.autocomplete?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2OTI2JykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet2984')/docs/search.post.autocomplete?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyOTg0JykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"search\": \"looking for very po\",\r\n \"autocompleteMode\": \"oneTermWithContext\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "a42fc3bb-aa27-4202-ad23-35456af2dd71" + "fb222089-d71c-44a1-ac23-41f33b2904b7" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2D9742B912338857EF455EBE755464BF" + "5D827C1906B389878738719C8319BA17" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -516,10 +516,10 @@ "no-cache" ], "request-id": [ - "a42fc3bb-aa27-4202-ad23-35456af2dd71" + "fb222089-d71c-44a1-ac23-41f33b2904b7" ], "elapsed-time": [ - "9" + "6" ], "OData-Version": [ "4.0" @@ -531,7 +531,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:58:14 GMT" + "Sat, 08 Aug 2020 10:40:23 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -543,25 +543,25 @@ "372" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3655.search-dogfood.windows-int.net/indexes('azsmnet6926')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"very police\",\r\n \"queryPlusText\": \"looking for very police\"\r\n },\r\n {\r\n \"text\": \"very polite\",\r\n \"queryPlusText\": \"looking for very polite\"\r\n },\r\n {\r\n \"text\": \"very popular\",\r\n \"queryPlusText\": \"looking for very popular\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6978.search-dogfood.windows-int.net/indexes('azsmnet2984')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"very police\",\r\n \"queryPlusText\": \"looking for very police\"\r\n },\r\n {\r\n \"text\": \"very polite\",\r\n \"queryPlusText\": \"looking for very polite\"\r\n },\r\n {\r\n \"text\": \"very popular\",\r\n \"queryPlusText\": \"looking for very popular\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1217/providers/Microsoft.Search/searchServices/azs-3655?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNjU1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8038/providers/Microsoft.Search/searchServices/azs-6978?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02OTc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf93d3ee-06af-4329-a583-1b558e2f65be" + "8cc34936-16ee-4c20-a787-090dd749b698" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -572,51 +572,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14994" + ], "x-ms-request-id": [ - "cf93d3ee-06af-4329-a583-1b558e2f65be" + "85343037-9a5e-4f1d-a442-7a4e1516185c" ], - "request-id": [ - "cf93d3ee-06af-4329-a583-1b558e2f65be" + "x-ms-correlation-request-id": [ + "85343037-9a5e-4f1d-a442-7a4e1516185c" ], - "elapsed-time": [ - "941" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T104036Z:85343037-9a5e-4f1d-a442-7a4e1516185c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14988" - ], - "x-ms-correlation-request-id": [ - "5dbbc534-7c6e-4cac-8329-0e352ab1561a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025818Z:5dbbc534-7c6e-4cac-8329-0e352ab1561a" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:58:17 GMT" + "Sat, 08 Aug 2020 10:40:36 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet1217", - "azsmnet6926" + "azsmnet8038", + "azsmnet2984" ], "GenerateServiceName": [ - "azs-3655" + "azs-6978" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteOneTermWithContextWithFuzzy.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteOneTermWithContextWithFuzzy.json index 37b75af3aa29..3c58f87be60f 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteOneTermWithContextWithFuzzy.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteOneTermWithContextWithFuzzy.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "70023801-0729-45cc-87fc-1c62c7d53222" + "01f28976-435a-480d-9fa1-1afb804cc571" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1190" ], "x-ms-request-id": [ - "a76eddb0-e1ea-446c-8fd1-23b6bca71c89" + "7f5f6c65-66ec-4088-957c-dc296ff20080" ], "x-ms-correlation-request-id": [ - "a76eddb0-e1ea-446c-8fd1-23b6bca71c89" + "7f5f6c65-66ec-4088-957c-dc296ff20080" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024814Z:a76eddb0-e1ea-446c-8fd1-23b6bca71c89" + "NORTHEUROPE:20200808T102237Z:7f5f6c65-66ec-4088-957c-dc296ff20080" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:48:14 GMT" + "Sat, 08 Aug 2020 10:22:36 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8315?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MzE1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1467?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxNDY3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9e8b19e1-09b9-4f54-871e-fb1fba4fca6d" + "6c44042f-0ebe-40af-9495-cd1b58e7d674" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1193" ], "x-ms-request-id": [ - "799c2521-91c2-4c41-87ac-a20a481a02be" + "c28315a8-db9d-4964-b957-89646212e122" ], "x-ms-correlation-request-id": [ - "799c2521-91c2-4c41-87ac-a20a481a02be" + "c28315a8-db9d-4964-b957-89646212e122" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024815Z:799c2521-91c2-4c41-87ac-a20a481a02be" + "NORTHEUROPE:20200808T102239Z:c28315a8-db9d-4964-b957-89646212e122" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:48:15 GMT" + "Sat, 08 Aug 2020 10:22:39 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8315\",\r\n \"name\": \"azsmnet8315\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1467\",\r\n \"name\": \"azsmnet1467\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8315/providers/Microsoft.Search/searchServices/azs-5185?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MTg1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1467/providers/Microsoft.Search/searchServices/azs-9500?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNDY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTAwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "319db85b-c8df-4ed2-8019-92fd5b297650" + "5f782073-2580-40e6-82da-10a1a4a36b4e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A48%3A17.9885685Z'\"" + "W/\"datetime'2020-08-08T10%3A22%3A45.6036329Z'\"" ], "x-ms-request-id": [ - "319db85b-c8df-4ed2-8019-92fd5b297650" + "5f782073-2580-40e6-82da-10a1a4a36b4e" ], "request-id": [ - "319db85b-c8df-4ed2-8019-92fd5b297650" + "5f782073-2580-40e6-82da-10a1a4a36b4e" ], "elapsed-time": [ - "1119" + "3376" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1190" ], "x-ms-correlation-request-id": [ - "d9040517-b3ba-4193-b27c-5d55fbd49465" + "3ddafb0b-9e89-480c-9019-61e774ef4fb3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024818Z:d9040517-b3ba-4193-b27c-5d55fbd49465" + "NORTHEUROPE:20200808T102247Z:3ddafb0b-9e89-480c-9019-61e774ef4fb3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:48:18 GMT" + "Sat, 08 Aug 2020 10:22:47 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8315/providers/Microsoft.Search/searchServices/azs-5185\",\r\n \"name\": \"azs-5185\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1467/providers/Microsoft.Search/searchServices/azs-9500\",\r\n \"name\": \"azs-9500\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8315/providers/Microsoft.Search/searchServices/azs-5185/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MTg1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1467/providers/Microsoft.Search/searchServices/azs-9500/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNDY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTAwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "190e34c1-3acc-415f-a94a-a40166679a7a" + "f5995e66-5fd4-43e9-924b-0bfe967809c6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "190e34c1-3acc-415f-a94a-a40166679a7a" + "f5995e66-5fd4-43e9-924b-0bfe967809c6" ], "request-id": [ - "190e34c1-3acc-415f-a94a-a40166679a7a" + "f5995e66-5fd4-43e9-924b-0bfe967809c6" ], "elapsed-time": [ - "102" + "314" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1186" ], "x-ms-correlation-request-id": [ - "2086558a-fec1-42d7-b8f6-bbf702f681ca" + "90edd590-8667-451b-9313-886da9bc8d1f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024822Z:2086558a-fec1-42d7-b8f6-bbf702f681ca" + "NORTHEUROPE:20200808T102250Z:90edd590-8667-451b-9313-886da9bc8d1f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:48:21 GMT" + "Sat, 08 Aug 2020 10:22:50 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"77835DBDD46741F95D464739638B9E93\",\r\n \"secondaryKey\": \"B0930E54D0C28070AFC5406A6B574576\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"9FA753F101268159F3E3A2F2C855EE72\",\r\n \"secondaryKey\": \"896B8880757FFD2C77FB0777B3959F49\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8315/providers/Microsoft.Search/searchServices/azs-5185/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MTg1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1467/providers/Microsoft.Search/searchServices/azs-9500/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNDY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTAwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0011d92a-161c-4624-948d-c86fb91ac453" + "5ed554db-b656-4924-9b31-497daec74776" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0011d92a-161c-4624-948d-c86fb91ac453" + "5ed554db-b656-4924-9b31-497daec74776" ], "request-id": [ - "0011d92a-161c-4624-948d-c86fb91ac453" + "5ed554db-b656-4924-9b31-497daec74776" ], "elapsed-time": [ - "83" + "102" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1185" ], "x-ms-correlation-request-id": [ - "1d4b5a36-b9d6-48ea-9c1d-4a17fc0dc551" + "382aebd9-536a-4646-a74d-b30219c2e2c8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024822Z:1d4b5a36-b9d6-48ea-9c1d-4a17fc0dc551" + "NORTHEUROPE:20200808T102251Z:382aebd9-536a-4646-a74d-b30219c2e2c8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:48:21 GMT" + "Sat, 08 Aug 2020 10:22:50 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F084D2DD4F0EB65D8A9DDF19A7ECD1B4\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"7568A656D99217BD5FE55F67B1DFA782\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2881\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2242\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c47fee34-fcd5-4e28-855c-5164e93a9733" + "e5e522f4-4cd5-4e3e-9f9e-c5faa6c2f3d0" ], "Accept-Language": [ "en-US" ], "api-key": [ - "77835DBDD46741F95D464739638B9E93" + "9FA753F101268159F3E3A2F2C855EE72" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037AC2338571\"" + "W/\"0x8D83B8502F0C0AA\"" ], "Location": [ - "https://azs-5185.search-dogfood.windows-int.net/indexes('azsmnet2881')?api-version=2019-05-06" + "https://azs-9500.search-dogfood.windows-int.net/indexes('azsmnet2242')?api-version=2019-05-06" ], "request-id": [ - "c47fee34-fcd5-4e28-855c-5164e93a9733" + "e5e522f4-4cd5-4e3e-9f9e-c5faa6c2f3d0" ], "elapsed-time": [ - "1209" + "776" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:48:25 GMT" + "Sat, 08 Aug 2020 10:22:53 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5185.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037AC2338571\\\"\",\r\n \"name\": \"azsmnet2881\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9500.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B8502F0C0AA\\\"\",\r\n \"name\": \"azsmnet2242\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet2881')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyODgxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet2242')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMjQyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "310ec43c-9d7c-44b5-a88a-d9d4a7a9a943" + "84791de4-e20e-4ac6-aed1-469554217c9c" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "77835DBDD46741F95D464739638B9E93" + "9FA753F101268159F3E3A2F2C855EE72" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "310ec43c-9d7c-44b5-a88a-d9d4a7a9a943" + "84791de4-e20e-4ac6-aed1-469554217c9c" ], "elapsed-time": [ - "150" + "365" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:48:46 GMT" + "Sat, 08 Aug 2020 10:23:17 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet2881')/docs/search.post.autocomplete?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyODgxJykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet2242')/docs/search.post.autocomplete?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMjQyJykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"search\": \"very polit\",\r\n \"autocompleteMode\": \"oneTermWithContext\",\r\n \"fuzzy\": true,\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "17a52fcf-5a1f-44cb-97c0-157db0a6ec7c" + "d95c187b-d77c-4db2-9d5e-0659d718d17e" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F084D2DD4F0EB65D8A9DDF19A7ECD1B4" + "7568A656D99217BD5FE55F67B1DFA782" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -516,10 +516,10 @@ "no-cache" ], "request-id": [ - "17a52fcf-5a1f-44cb-97c0-157db0a6ec7c" + "d95c187b-d77c-4db2-9d5e-0659d718d17e" ], "elapsed-time": [ - "15" + "32" ], "OData-Version": [ "4.0" @@ -531,7 +531,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:48:50 GMT" + "Sat, 08 Aug 2020 10:23:21 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -543,25 +543,25 @@ "281" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5185.search-dogfood.windows-int.net/indexes('azsmnet2881')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"very polite\",\r\n \"queryPlusText\": \"very polite\"\r\n },\r\n {\r\n \"text\": \"very police\",\r\n \"queryPlusText\": \"very police\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9500.search-dogfood.windows-int.net/indexes('azsmnet2242')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"very polite\",\r\n \"queryPlusText\": \"very polite\"\r\n },\r\n {\r\n \"text\": \"very police\",\r\n \"queryPlusText\": \"very police\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8315/providers/Microsoft.Search/searchServices/azs-5185?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MTg1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1467/providers/Microsoft.Search/searchServices/azs-9500?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNDY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTAwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "86a5b119-703f-465b-b484-fa32d0aeb610" + "dc405e80-3e9a-4364-8378-fba1b69abe77" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -572,51 +572,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14995" + ], "x-ms-request-id": [ - "86a5b119-703f-465b-b484-fa32d0aeb610" + "641ddb86-2363-40fe-aad9-76b42f0417ea" ], - "request-id": [ - "86a5b119-703f-465b-b484-fa32d0aeb610" + "x-ms-correlation-request-id": [ + "641ddb86-2363-40fe-aad9-76b42f0417ea" ], - "elapsed-time": [ - "986" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T102409Z:641ddb86-2363-40fe-aad9-76b42f0417ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14983" - ], - "x-ms-correlation-request-id": [ - "c42c3abc-71c5-4cea-9237-b640226bc806" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024855Z:c42c3abc-71c5-4cea-9237-b640226bc806" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:48:55 GMT" + "Sat, 08 Aug 2020 10:24:09 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8315", - "azsmnet2881" + "azsmnet1467", + "azsmnet2242" ], "GenerateServiceName": [ - "azs-5185" + "azs-9500" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteOneTermWithFuzzy.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteOneTermWithFuzzy.json index 89c820cf0e41..d159ddf4f260 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteOneTermWithFuzzy.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteOneTermWithFuzzy.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b72c6869-ab02-4396-a179-778826e4fe6b" + "78340f3e-991c-44df-b1ac-4ce36eb550e5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1184" ], "x-ms-request-id": [ - "a082dd57-d51a-4fab-9685-04369726d6c5" + "6ccd2764-4e32-405a-90e5-6a4498345183" ], "x-ms-correlation-request-id": [ - "a082dd57-d51a-4fab-9685-04369726d6c5" + "6ccd2764-4e32-405a-90e5-6a4498345183" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025211Z:a082dd57-d51a-4fab-9685-04369726d6c5" + "NORTHEUROPE:20200808T102841Z:6ccd2764-4e32-405a-90e5-6a4498345183" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:52:11 GMT" + "Sat, 08 Aug 2020 10:28:41 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6319?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MzE5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3587?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNTg3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "684e663c-69ab-4d72-be99-7d6b4ba0a9bf" + "d5391ec2-c94d-4aee-a754-38c0bbaaa5a2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1189" ], "x-ms-request-id": [ - "0f8c33f0-91db-459d-8ca0-cd5cc337d163" + "ff3febec-7e01-40d3-beec-cb4fdcb5369b" ], "x-ms-correlation-request-id": [ - "0f8c33f0-91db-459d-8ca0-cd5cc337d163" + "ff3febec-7e01-40d3-beec-cb4fdcb5369b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025212Z:0f8c33f0-91db-459d-8ca0-cd5cc337d163" + "NORTHEUROPE:20200808T102843Z:ff3febec-7e01-40d3-beec-cb4fdcb5369b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:52:11 GMT" + "Sat, 08 Aug 2020 10:28:42 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6319\",\r\n \"name\": \"azsmnet6319\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3587\",\r\n \"name\": \"azsmnet3587\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6319/providers/Microsoft.Search/searchServices/azs-6022?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDIyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3587/providers/Microsoft.Search/searchServices/azs-4092?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MDkyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c82b577c-c824-4e13-a77f-d891cb0cb643" + "74db32c3-128e-4ff1-b68c-1b77e7d55a84" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A52%3A15.6217694Z'\"" + "W/\"datetime'2020-08-08T10%3A28%3A49.1497242Z'\"" ], "x-ms-request-id": [ - "c82b577c-c824-4e13-a77f-d891cb0cb643" + "74db32c3-128e-4ff1-b68c-1b77e7d55a84" ], "request-id": [ - "c82b577c-c824-4e13-a77f-d891cb0cb643" + "74db32c3-128e-4ff1-b68c-1b77e7d55a84" ], "elapsed-time": [ - "1119" + "2557" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1189" ], "x-ms-correlation-request-id": [ - "a7c16f07-edcb-4305-8bf0-0f49936da954" + "d66c6a64-7557-4cad-b164-8e1f5fc409c9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025216Z:a7c16f07-edcb-4305-8bf0-0f49936da954" + "NORTHEUROPE:20200808T102851Z:d66c6a64-7557-4cad-b164-8e1f5fc409c9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:52:16 GMT" + "Sat, 08 Aug 2020 10:28:51 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6319/providers/Microsoft.Search/searchServices/azs-6022\",\r\n \"name\": \"azs-6022\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3587/providers/Microsoft.Search/searchServices/azs-4092\",\r\n \"name\": \"azs-4092\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6319/providers/Microsoft.Search/searchServices/azs-6022/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDIyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3587/providers/Microsoft.Search/searchServices/azs-4092/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MDkyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8af26c07-416d-4477-84dd-75a01f9a7441" + "049eb59e-5268-403b-9296-5aa4b055ddd9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8af26c07-416d-4477-84dd-75a01f9a7441" + "049eb59e-5268-403b-9296-5aa4b055ddd9" ], "request-id": [ - "8af26c07-416d-4477-84dd-75a01f9a7441" + "049eb59e-5268-403b-9296-5aa4b055ddd9" ], "elapsed-time": [ - "107" + "101" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1176" + "1185" ], "x-ms-correlation-request-id": [ - "07fe40bf-1891-49e5-a210-14dcf1791ce8" + "e9b652b0-2b68-4616-8589-da03c474cda5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025218Z:07fe40bf-1891-49e5-a210-14dcf1791ce8" + "NORTHEUROPE:20200808T102854Z:e9b652b0-2b68-4616-8589-da03c474cda5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:52:18 GMT" + "Sat, 08 Aug 2020 10:28:53 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"DD603DEF3AE01DC5F95CA01524663842\",\r\n \"secondaryKey\": \"AB864A01BB83228CA45A04ED8149A3D6\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"6BBC376B9F91B128394CCEFBA2010969\",\r\n \"secondaryKey\": \"E031B8202028F4F52675D8BBB658495E\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6319/providers/Microsoft.Search/searchServices/azs-6022/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDIyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3587/providers/Microsoft.Search/searchServices/azs-4092/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MDkyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "810cdfe5-8faf-4a66-a4b9-8cbdad2a5db0" + "09c094ac-7dea-41c7-8987-3511ba655fa8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "810cdfe5-8faf-4a66-a4b9-8cbdad2a5db0" + "09c094ac-7dea-41c7-8987-3511ba655fa8" ], "request-id": [ - "810cdfe5-8faf-4a66-a4b9-8cbdad2a5db0" + "09c094ac-7dea-41c7-8987-3511ba655fa8" ], "elapsed-time": [ - "145" + "110" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1175" + "1184" ], "x-ms-correlation-request-id": [ - "bfc4fba5-259d-4c12-8008-85dbf3ba46f3" + "905323c5-5302-4fc8-8d3f-308f52e9c527" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025219Z:bfc4fba5-259d-4c12-8008-85dbf3ba46f3" + "NORTHEUROPE:20200808T102854Z:905323c5-5302-4fc8-8d3f-308f52e9c527" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:52:18 GMT" + "Sat, 08 Aug 2020 10:28:54 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F87ED4363AEAC5841A4962A1DD497793\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"CCD45537213E090222A9E31113FD4900\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5259\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2242\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "dc844490-445a-4945-8ce7-ab4d336ac27f" + "f2b4c98d-bbd2-43a1-9d3f-924e138cdd71" ], "Accept-Language": [ "en-US" ], "api-key": [ - "DD603DEF3AE01DC5F95CA01524663842" + "6BBC376B9F91B128394CCEFBA2010969" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037B4F0AB8A5\"" + "W/\"0x8D83B85DB7AAAB9\"" ], "Location": [ - "https://azs-6022.search-dogfood.windows-int.net/indexes('azsmnet5259')?api-version=2019-05-06" + "https://azs-4092.search-dogfood.windows-int.net/indexes('azsmnet2242')?api-version=2019-05-06" ], "request-id": [ - "dc844490-445a-4945-8ce7-ab4d336ac27f" + "f2b4c98d-bbd2-43a1-9d3f-924e138cdd71" ], "elapsed-time": [ - "1206" + "872" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:52:21 GMT" + "Sat, 08 Aug 2020 10:28:57 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6022.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037B4F0AB8A5\\\"\",\r\n \"name\": \"azsmnet5259\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4092.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B85DB7AAAB9\\\"\",\r\n \"name\": \"azsmnet2242\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet5259')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MjU5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet2242')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMjQyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "80701b2f-bfcb-42e6-bab9-1395ae879dfb" + "1df20a55-fc7a-411d-89bc-24524ce982f1" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "DD603DEF3AE01DC5F95CA01524663842" + "6BBC376B9F91B128394CCEFBA2010969" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "80701b2f-bfcb-42e6-bab9-1395ae879dfb" + "1df20a55-fc7a-411d-89bc-24524ce982f1" ], "elapsed-time": [ - "365" + "202" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:52:42 GMT" + "Sat, 08 Aug 2020 10:29:18 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet5259')/docs/search.post.autocomplete?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MjU5JykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet2242')/docs/search.post.autocomplete?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMjQyJykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"search\": \"mod\",\r\n \"autocompleteMode\": \"oneTerm\",\r\n \"fuzzy\": true,\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "720f9206-ff60-46ad-97d3-eaa2f2569537" + "e3a017db-7ec5-4d2b-a0d3-bfb1d69656ee" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F87ED4363AEAC5841A4962A1DD497793" + "CCD45537213E090222A9E31113FD4900" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -516,10 +516,10 @@ "no-cache" ], "request-id": [ - "720f9206-ff60-46ad-97d3-eaa2f2569537" + "e3a017db-7ec5-4d2b-a0d3-bfb1d69656ee" ], "elapsed-time": [ - "9" + "134" ], "OData-Version": [ "4.0" @@ -531,7 +531,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:52:45 GMT" + "Sat, 08 Aug 2020 10:29:22 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -543,25 +543,25 @@ "341" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6022.search-dogfood.windows-int.net/indexes('azsmnet5259')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"model\",\r\n \"queryPlusText\": \"model\"\r\n },\r\n {\r\n \"text\": \"modern\",\r\n \"queryPlusText\": \"modern\"\r\n },\r\n {\r\n \"text\": \"morel\",\r\n \"queryPlusText\": \"morel\"\r\n },\r\n {\r\n \"text\": \"motel\",\r\n \"queryPlusText\": \"motel\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4092.search-dogfood.windows-int.net/indexes('azsmnet2242')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"model\",\r\n \"queryPlusText\": \"model\"\r\n },\r\n {\r\n \"text\": \"modern\",\r\n \"queryPlusText\": \"modern\"\r\n },\r\n {\r\n \"text\": \"morel\",\r\n \"queryPlusText\": \"morel\"\r\n },\r\n {\r\n \"text\": \"motel\",\r\n \"queryPlusText\": \"motel\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6319/providers/Microsoft.Search/searchServices/azs-6022?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDIyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3587/providers/Microsoft.Search/searchServices/azs-4092?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MDkyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "082bb1df-9233-4122-88c1-3c04d7a327a8" + "4b41c89b-1d47-4800-9715-86d069782d2d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -572,51 +572,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14986" + ], "x-ms-request-id": [ - "082bb1df-9233-4122-88c1-3c04d7a327a8" + "76d520b3-1293-4758-80ef-2885e52ea948" ], - "request-id": [ - "082bb1df-9233-4122-88c1-3c04d7a327a8" + "x-ms-correlation-request-id": [ + "76d520b3-1293-4758-80ef-2885e52ea948" ], - "elapsed-time": [ - "1132" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T103031Z:76d520b3-1293-4758-80ef-2885e52ea948" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" - ], - "x-ms-correlation-request-id": [ - "894a32ef-ae23-4422-863b-6a66252df32a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025249Z:894a32ef-ae23-4422-863b-6a66252df32a" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:52:49 GMT" + "Sat, 08 Aug 2020 10:30:30 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6319", - "azsmnet5259" + "azsmnet3587", + "azsmnet2242" ], "GenerateServiceName": [ - "azs-6022" + "azs-4092" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteStaticallyTypedDocuments.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteStaticallyTypedDocuments.json index f51043e98ca7..e212b4307e7d 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteStaticallyTypedDocuments.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteStaticallyTypedDocuments.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "acac3fb0-9c0f-44eb-b4c3-d39b864033bd" + "e4647274-03ad-4f83-8cd8-5556ffcf37e6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1176" + "1192" ], "x-ms-request-id": [ - "8fa4eeff-b5e3-41eb-9a13-5a920aae6bc4" + "6de3cf62-a640-4b27-9f4b-6b8d5983a1ae" ], "x-ms-correlation-request-id": [ - "8fa4eeff-b5e3-41eb-9a13-5a920aae6bc4" + "6de3cf62-a640-4b27-9f4b-6b8d5983a1ae" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025955Z:8fa4eeff-b5e3-41eb-9a13-5a920aae6bc4" + "NORTHEUROPE:20200808T104252Z:6de3cf62-a640-4b27-9f4b-6b8d5983a1ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:59:54 GMT" + "Sat, 08 Aug 2020 10:42:51 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6545?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2NTQ1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4724?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0NzI0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a55d0850-273b-4768-90c8-a609d6a96172" + "c39f9880-024b-4e58-af1c-5d090a2993d4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1195" ], "x-ms-request-id": [ - "2c6af0e2-c3b3-4367-81ea-24d5cc91a68b" + "eb2d0c69-bf8b-43d1-baf0-04be7cb33163" ], "x-ms-correlation-request-id": [ - "2c6af0e2-c3b3-4367-81ea-24d5cc91a68b" + "eb2d0c69-bf8b-43d1-baf0-04be7cb33163" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025955Z:2c6af0e2-c3b3-4367-81ea-24d5cc91a68b" + "NORTHEUROPE:20200808T104254Z:eb2d0c69-bf8b-43d1-baf0-04be7cb33163" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:59:55 GMT" + "Sat, 08 Aug 2020 10:42:53 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6545\",\r\n \"name\": \"azsmnet6545\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4724\",\r\n \"name\": \"azsmnet4724\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6545/providers/Microsoft.Search/searchServices/azs-6828?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NTQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODI4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4724/providers/Microsoft.Search/searchServices/azs-8663?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NzI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NjYzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1dbb13c5-195e-4c17-93d6-cdf4b8e09804" + "bc911e84-cb21-4bde-aff0-40caa7a77f53" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A59%3A58.4921485Z'\"" + "W/\"datetime'2020-08-08T10%3A42%3A58.7862314Z'\"" ], "x-ms-request-id": [ - "1dbb13c5-195e-4c17-93d6-cdf4b8e09804" + "bc911e84-cb21-4bde-aff0-40caa7a77f53" ], "request-id": [ - "1dbb13c5-195e-4c17-93d6-cdf4b8e09804" + "bc911e84-cb21-4bde-aff0-40caa7a77f53" ], "elapsed-time": [ - "1026" + "1520" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1195" ], "x-ms-correlation-request-id": [ - "55a7a553-c15a-4e45-b2f4-92105bb58a5e" + "16dbac0a-f534-43a3-a493-b3ac3bfe94fc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025959Z:55a7a553-c15a-4e45-b2f4-92105bb58a5e" + "NORTHEUROPE:20200808T104300Z:16dbac0a-f534-43a3-a493-b3ac3bfe94fc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:59:58 GMT" + "Sat, 08 Aug 2020 10:42:59 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6545/providers/Microsoft.Search/searchServices/azs-6828\",\r\n \"name\": \"azs-6828\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4724/providers/Microsoft.Search/searchServices/azs-8663\",\r\n \"name\": \"azs-8663\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6545/providers/Microsoft.Search/searchServices/azs-6828/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NTQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODI4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4724/providers/Microsoft.Search/searchServices/azs-8663/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NzI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NjYzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c000a8a4-83ce-40a5-82dc-92318be31f0e" + "9521d9b3-ad30-4fbb-9986-08ea245ef78a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c000a8a4-83ce-40a5-82dc-92318be31f0e" + "9521d9b3-ad30-4fbb-9986-08ea245ef78a" ], "request-id": [ - "c000a8a4-83ce-40a5-82dc-92318be31f0e" + "9521d9b3-ad30-4fbb-9986-08ea245ef78a" ], "elapsed-time": [ - "303" + "111" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1192" ], "x-ms-correlation-request-id": [ - "e2f3d65d-530f-42d4-9a50-2735af21d3cf" + "2e275ff7-f055-4ef8-a54b-25578e078d9b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030001Z:e2f3d65d-530f-42d4-9a50-2735af21d3cf" + "NORTHEUROPE:20200808T104302Z:2e275ff7-f055-4ef8-a54b-25578e078d9b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:00:00 GMT" + "Sat, 08 Aug 2020 10:43:02 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"78570E9C695607EE235303C50FB3963D\",\r\n \"secondaryKey\": \"BE0BE935E131C578B76F5C60FA0FC9F4\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"0EBC48AB12AC5EF33E471B8169BACF5D\",\r\n \"secondaryKey\": \"1EC362E687B1074B373A3FA1DFB4AA4C\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6545/providers/Microsoft.Search/searchServices/azs-6828/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NTQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODI4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4724/providers/Microsoft.Search/searchServices/azs-8663/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NzI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NjYzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6b6f1330-e3f2-4eb3-a75e-d58a5daa3aea" + "d7037015-58be-4cc5-aa4e-68cfba1ec793" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6b6f1330-e3f2-4eb3-a75e-d58a5daa3aea" + "d7037015-58be-4cc5-aa4e-68cfba1ec793" ], "request-id": [ - "6b6f1330-e3f2-4eb3-a75e-d58a5daa3aea" + "d7037015-58be-4cc5-aa4e-68cfba1ec793" ], "elapsed-time": [ - "462" + "98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1191" ], "x-ms-correlation-request-id": [ - "3bf0e2c7-49b0-4d67-a10d-f9fc50c9a7ca" + "3f1e7b46-a920-4854-821b-aeb1a78b5de1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030002Z:3bf0e2c7-49b0-4d67-a10d-f9fc50c9a7ca" + "NORTHEUROPE:20200808T104303Z:3f1e7b46-a920-4854-821b-aeb1a78b5de1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:00:01 GMT" + "Sat, 08 Aug 2020 10:43:03 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"67A0CA1FDE51AA383AF36335DD8594AE\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B2ECF87C5A18A6B5950089359DEFF5D7\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8271\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet86\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "e913cbc5-1228-4ea7-8aeb-a5a7cf575f18" + "8247158e-2969-4b4d-a098-2a299339878d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "78570E9C695607EE235303C50FB3963D" + "0EBC48AB12AC5EF33E471B8169BACF5D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6975" + "6973" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037C6360BE45\"" + "W/\"0x8D83B87D522FA0A\"" ], "Location": [ - "https://azs-6828.search-dogfood.windows-int.net/indexes('azsmnet8271')?api-version=2019-05-06" + "https://azs-8663.search-dogfood.windows-int.net/indexes('azsmnet86')?api-version=2019-05-06" ], "request-id": [ - "e913cbc5-1228-4ea7-8aeb-a5a7cf575f18" + "8247158e-2969-4b4d-a098-2a299339878d" ], "elapsed-time": [ - "1189" + "884" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:00:04 GMT" + "Sat, 08 Aug 2020 10:43:05 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6147" + "6145" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6828.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037C6360BE45\\\"\",\r\n \"name\": \"azsmnet8271\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8663.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B87D522FA0A\\\"\",\r\n \"name\": \"azsmnet86\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet8271')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MjcxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet86')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4NicpL2RvY3Mvc2VhcmNoLmluZGV4P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "47acc939-afac-4b5f-8f23-5648742fbcec" + "1976ca1f-6e0a-475a-9dad-713ffc79954c" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "78570E9C695607EE235303C50FB3963D" + "0EBC48AB12AC5EF33E471B8169BACF5D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "47acc939-afac-4b5f-8f23-5648742fbcec" + "1976ca1f-6e0a-475a-9dad-713ffc79954c" ], "elapsed-time": [ - "211" + "244" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:00:26 GMT" + "Sat, 08 Aug 2020 10:43:27 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet8271')/docs/search.post.autocomplete?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MjcxJykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet86')/docs/search.post.autocomplete?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4NicpL2RvY3Mvc2VhcmNoLnBvc3QuYXV0b2NvbXBsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", "RequestBody": "{\r\n \"search\": \"very po\",\r\n \"autocompleteMode\": \"oneTerm\",\r\n \"fuzzy\": false,\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "d95649d0-0101-45e0-a315-b1071481e1e3" + "b3cedef2-7fe5-4d61-8b5b-fbb91d4f9880" ], "Accept-Language": [ "en-US" ], "api-key": [ - "67A0CA1FDE51AA383AF36335DD8594AE" + "B2ECF87C5A18A6B5950089359DEFF5D7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -516,10 +516,10 @@ "no-cache" ], "request-id": [ - "d95649d0-0101-45e0-a315-b1071481e1e3" + "b3cedef2-7fe5-4d61-8b5b-fbb91d4f9880" ], "elapsed-time": [ - "127" + "12" ], "OData-Version": [ "4.0" @@ -531,7 +531,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:00:30 GMT" + "Sat, 08 Aug 2020 10:43:30 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -540,28 +540,28 @@ "-1" ], "Content-Length": [ - "411" + "409" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6828.search-dogfood.windows-int.net/indexes('azsmnet8271')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"point\",\r\n \"queryPlusText\": \"very point\"\r\n },\r\n {\r\n \"text\": \"police\",\r\n \"queryPlusText\": \"very police\"\r\n },\r\n {\r\n \"text\": \"polite\",\r\n \"queryPlusText\": \"very polite\"\r\n },\r\n {\r\n \"text\": \"pool\",\r\n \"queryPlusText\": \"very pool\"\r\n },\r\n {\r\n \"text\": \"popular\",\r\n \"queryPlusText\": \"very popular\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8663.search-dogfood.windows-int.net/indexes('azsmnet86')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"point\",\r\n \"queryPlusText\": \"very point\"\r\n },\r\n {\r\n \"text\": \"police\",\r\n \"queryPlusText\": \"very police\"\r\n },\r\n {\r\n \"text\": \"polite\",\r\n \"queryPlusText\": \"very polite\"\r\n },\r\n {\r\n \"text\": \"pool\",\r\n \"queryPlusText\": \"very pool\"\r\n },\r\n {\r\n \"text\": \"popular\",\r\n \"queryPlusText\": \"very popular\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6545/providers/Microsoft.Search/searchServices/azs-6828?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NTQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODI4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4724/providers/Microsoft.Search/searchServices/azs-8663?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NzI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NjYzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e2141522-546d-45eb-949b-4be68f802247" + "3fbc03f5-53bc-4739-b639-fcc726c28e9c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -572,51 +572,42 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "e2141522-546d-45eb-949b-4be68f802247" - ], - "request-id": [ - "e2141522-546d-45eb-949b-4be68f802247" - ], - "elapsed-time": [ - "1087" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14992" ], + "x-ms-request-id": [ + "2c332a92-b914-4adb-9fd7-f4c10a2ed7e1" + ], "x-ms-correlation-request-id": [ - "5032bd2e-4645-47ef-98ce-10e8b3760ddf" + "2c332a92-b914-4adb-9fd7-f4c10a2ed7e1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030034Z:5032bd2e-4645-47ef-98ce-10e8b3760ddf" + "NORTHEUROPE:20200808T104340Z:2c332a92-b914-4adb-9fd7-f4c10a2ed7e1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:00:34 GMT" + "Sat, 08 Aug 2020 10:43:40 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6545", - "azsmnet8271" + "azsmnet4724", + "azsmnet86" ], "GenerateServiceName": [ - "azs-6828" + "azs-8663" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteThrowsWhenRequestIsMalformed.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteThrowsWhenRequestIsMalformed.json index 3b417505032c..487748ef2f94 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteThrowsWhenRequestIsMalformed.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteThrowsWhenRequestIsMalformed.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dfceb7ad-6105-44a3-a4a3-d961df7071c3" + "34ba9ed4-206d-4600-8f70-188ccbaf8615" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1188" ], "x-ms-request-id": [ - "847d92c8-fcd8-4f75-829c-2cdd79403975" + "0dbbe2ad-64b9-4118-ac61-57375a996745" ], "x-ms-correlation-request-id": [ - "847d92c8-fcd8-4f75-829c-2cdd79403975" + "0dbbe2ad-64b9-4118-ac61-57375a996745" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024726Z:847d92c8-fcd8-4f75-829c-2cdd79403975" + "NORTHEUROPE:20200808T102045Z:0dbbe2ad-64b9-4118-ac61-57375a996745" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:47:26 GMT" + "Sat, 08 Aug 2020 10:20:45 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3287?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMjg3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2737?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNzM3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ab2a87e5-1415-453a-bf5a-2f0b27063d2b" + "f84bc67b-5e02-4548-84b0-43529df28003" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1192" ], "x-ms-request-id": [ - "cc547daf-636d-4be8-8e27-9f11d7aac40e" + "14d478b9-3680-46a3-8330-e1c2ede0da53" ], "x-ms-correlation-request-id": [ - "cc547daf-636d-4be8-8e27-9f11d7aac40e" + "14d478b9-3680-46a3-8330-e1c2ede0da53" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024727Z:cc547daf-636d-4be8-8e27-9f11d7aac40e" + "NORTHEUROPE:20200808T102046Z:14d478b9-3680-46a3-8330-e1c2ede0da53" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:47:27 GMT" + "Sat, 08 Aug 2020 10:20:46 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3287\",\r\n \"name\": \"azsmnet3287\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2737\",\r\n \"name\": \"azsmnet2737\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3287/providers/Microsoft.Search/searchServices/azs-7455?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMjg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDU1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2737/providers/Microsoft.Search/searchServices/azs-1584?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNTg0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "22ccc2f7-81ed-4e45-8905-178ca6911adf" + "f950e56a-ee0f-48d4-8cea-323061385286" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A47%3A31.0659591Z'\"" + "W/\"datetime'2020-08-08T10%3A20%3A50.769066Z'\"" ], "x-ms-request-id": [ - "22ccc2f7-81ed-4e45-8905-178ca6911adf" + "f950e56a-ee0f-48d4-8cea-323061385286" ], "request-id": [ - "22ccc2f7-81ed-4e45-8905-178ca6911adf" + "f950e56a-ee0f-48d4-8cea-323061385286" ], "elapsed-time": [ - "1066" + "2017" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1194" ], "x-ms-correlation-request-id": [ - "aae32ec3-c7db-4acb-b950-44179cdc9de2" + "588446d5-65bb-4c52-846d-67e7fc6c0f08" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024731Z:aae32ec3-c7db-4acb-b950-44179cdc9de2" + "NORTHEUROPE:20200808T102052Z:588446d5-65bb-4c52-846d-67e7fc6c0f08" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:47:31 GMT" + "Sat, 08 Aug 2020 10:20:51 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3287/providers/Microsoft.Search/searchServices/azs-7455\",\r\n \"name\": \"azs-7455\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2737/providers/Microsoft.Search/searchServices/azs-1584\",\r\n \"name\": \"azs-1584\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3287/providers/Microsoft.Search/searchServices/azs-7455/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMjg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDU1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2737/providers/Microsoft.Search/searchServices/azs-1584/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNTg0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a37b2f6a-ea0a-4740-96a9-2e39ed23f3dc" + "96a6238e-220f-4db1-9fb6-afd12d727807" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a37b2f6a-ea0a-4740-96a9-2e39ed23f3dc" + "96a6238e-220f-4db1-9fb6-afd12d727807" ], "request-id": [ - "a37b2f6a-ea0a-4740-96a9-2e39ed23f3dc" + "96a6238e-220f-4db1-9fb6-afd12d727807" ], "elapsed-time": [ - "91" + "164" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1191" ], "x-ms-correlation-request-id": [ - "29a1f6e3-c810-4f1c-a354-8772b66141f7" + "244e6beb-57c5-4a5b-9bf3-7d4a11916bd4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024734Z:29a1f6e3-c810-4f1c-a354-8772b66141f7" + "NORTHEUROPE:20200808T102054Z:244e6beb-57c5-4a5b-9bf3-7d4a11916bd4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:47:33 GMT" + "Sat, 08 Aug 2020 10:20:53 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"338D3F24F5FE221170E485958D339B50\",\r\n \"secondaryKey\": \"589D546010410F7A29E2448F32CE3AF0\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"23308C60E303179F4DDB1E26DB6871C8\",\r\n \"secondaryKey\": \"D6847DE9F2FCBF762739D38034798FA1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3287/providers/Microsoft.Search/searchServices/azs-7455/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMjg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDU1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2737/providers/Microsoft.Search/searchServices/azs-1584/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNTg0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "63e18c4b-e095-415b-b83f-dfa0cf2b0454" + "51b46db1-5167-4acb-a8fd-9e3fe676a639" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "63e18c4b-e095-415b-b83f-dfa0cf2b0454" + "51b46db1-5167-4acb-a8fd-9e3fe676a639" ], "request-id": [ - "63e18c4b-e095-415b-b83f-dfa0cf2b0454" + "51b46db1-5167-4acb-a8fd-9e3fe676a639" ], "elapsed-time": [ - "89" + "98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1190" ], "x-ms-correlation-request-id": [ - "4564c494-94e0-46e7-9736-7909b368fd3c" + "6ada65a3-309a-49b9-a766-86555a2dbd94" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024734Z:4564c494-94e0-46e7-9736-7909b368fd3c" + "NORTHEUROPE:20200808T102055Z:6ada65a3-309a-49b9-a766-86555a2dbd94" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:47:34 GMT" + "Sat, 08 Aug 2020 10:20:54 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"371E10DDF9D9D333E37A090180401D4F\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"86DCCBA9567063DAD30DA04D9A5C2B9C\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9159\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9293\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "f90694e9-e7ff-436c-af16-19384d02f074" + "c4c9d30e-ae6e-4917-884b-e71109cd72e1" ], "Accept-Language": [ "en-US" ], "api-key": [ - "338D3F24F5FE221170E485958D339B50" + "23308C60E303179F4DDB1E26DB6871C8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037AA6D1D73B\"" + "W/\"0x8D83B84BDC3206D\"" ], "Location": [ - "https://azs-7455.search-dogfood.windows-int.net/indexes('azsmnet9159')?api-version=2019-05-06" + "https://azs-1584.search-dogfood.windows-int.net/indexes('azsmnet9293')?api-version=2019-05-06" ], "request-id": [ - "f90694e9-e7ff-436c-af16-19384d02f074" + "c4c9d30e-ae6e-4917-884b-e71109cd72e1" ], "elapsed-time": [ - "3115" + "792" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:47:39 GMT" + "Sat, 08 Aug 2020 10:20:57 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7455.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037AA6D1D73B\\\"\",\r\n \"name\": \"azsmnet9159\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1584.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B84BDC3206D\\\"\",\r\n \"name\": \"azsmnet9293\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet9159')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MTU5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet9293')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MjkzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "e7880fa8-cf11-4866-9a9d-64c4b68641b3" + "0dd9b2ec-2a1d-440f-ab5f-a979eda89271" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "338D3F24F5FE221170E485958D339B50" + "23308C60E303179F4DDB1E26DB6871C8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "e7880fa8-cf11-4866-9a9d-64c4b68641b3" + "0dd9b2ec-2a1d-440f-ab5f-a979eda89271" ], "elapsed-time": [ - "194" + "193" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:48:00 GMT" + "Sat, 08 Aug 2020 10:21:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9159')/docs/search.post.autocomplete?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MTU5JykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet9293')/docs/search.post.autocomplete?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MjkzJykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"search\": \"very po\",\r\n \"autocompleteMode\": \"oneTerm\",\r\n \"suggesterName\": \"\"\r\n}", "RequestHeaders": { "client-request-id": [ - "c601b386-6218-44f8-9eae-9ae23682c252" + "401e783e-0e50-42fe-8c6e-74c1e0e48ec4" ], "Accept-Language": [ "en-US" ], "api-key": [ - "371E10DDF9D9D333E37A090180401D4F" + "86DCCBA9567063DAD30DA04D9A5C2B9C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -516,10 +516,10 @@ "no-cache" ], "request-id": [ - "c601b386-6218-44f8-9eae-9ae23682c252" + "401e783e-0e50-42fe-8c6e-74c1e0e48ec4" ], "elapsed-time": [ - "117" + "169" ], "OData-Version": [ "4.0" @@ -531,7 +531,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:48:04 GMT" + "Sat, 08 Aug 2020 10:21:23 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -550,21 +550,21 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3287/providers/Microsoft.Search/searchServices/azs-7455?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMjg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDU1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2737/providers/Microsoft.Search/searchServices/azs-1584?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNTg0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8bd533be-88d4-4cd6-ba13-98193692a265" + "89087c13-63d7-482d-8998-c0de6d28424a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14987" + ], "x-ms-request-id": [ - "8bd533be-88d4-4cd6-ba13-98193692a265" + "7c717a0b-e1ee-4acc-b53d-957769fcb725" ], - "request-id": [ - "8bd533be-88d4-4cd6-ba13-98193692a265" + "x-ms-correlation-request-id": [ + "7c717a0b-e1ee-4acc-b53d-957769fcb725" ], - "elapsed-time": [ - "1834" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T102231Z:7c717a0b-e1ee-4acc-b53d-957769fcb725" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" - ], - "x-ms-correlation-request-id": [ - "034ba6bb-a809-472b-a9ae-2529d734c330" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024809Z:034ba6bb-a809-472b-a9ae-2529d734c330" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:48:09 GMT" + "Sat, 08 Aug 2020 10:22:31 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet3287", - "azsmnet9159" + "azsmnet2737", + "azsmnet9293" ], "GenerateServiceName": [ - "azs-7455" + "azs-1584" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteTopTrimsResults.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteTopTrimsResults.json index 8e0f6664d996..ef4915756570 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteTopTrimsResults.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteTopTrimsResults.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c17ccd1e-2654-4f25-b417-f2e502b39d13" + "90a40053-21d3-4a3c-ad9c-62928c13480c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1188" ], "x-ms-request-id": [ - "09ad5400-cfcd-4db9-b795-54d857a40c4d" + "7aa38369-a8aa-4ebd-b9da-5d73db532987" ], "x-ms-correlation-request-id": [ - "09ad5400-cfcd-4db9-b795-54d857a40c4d" + "7aa38369-a8aa-4ebd-b9da-5d73db532987" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024637Z:09ad5400-cfcd-4db9-b795-54d857a40c4d" + "NORTHEUROPE:20200808T101950Z:7aa38369-a8aa-4ebd-b9da-5d73db532987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:46:37 GMT" + "Sat, 08 Aug 2020 10:19:49 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet383?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzODM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2606?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNjA2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7375a232-0a8b-4c79-be55-a33d37206852" + "297b81f2-9045-422e-a24f-c2efa504482e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1192" ], "x-ms-request-id": [ - "70ea2f0b-7908-4688-94c5-8903be93305f" + "63623182-c65c-49f3-bb43-fe59f5c8f1af" ], "x-ms-correlation-request-id": [ - "70ea2f0b-7908-4688-94c5-8903be93305f" + "63623182-c65c-49f3-bb43-fe59f5c8f1af" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024638Z:70ea2f0b-7908-4688-94c5-8903be93305f" + "NORTHEUROPE:20200808T101951Z:63623182-c65c-49f3-bb43-fe59f5c8f1af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:46:37 GMT" + "Sat, 08 Aug 2020 10:19:50 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet383\",\r\n \"name\": \"azsmnet383\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2606\",\r\n \"name\": \"azsmnet2606\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet383/providers/Microsoft.Search/searchServices/azs-1113?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTExMTM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2606/providers/Microsoft.Search/searchServices/azs-9213?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjEzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dc95771b-7a1d-440d-b2ef-4243285a60d0" + "ca2fd172-91a3-40ca-bf0e-dac07ce3dcbc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A46%3A42.7443473Z'\"" + "W/\"datetime'2020-08-08T10%3A19%3A56.8221218Z'\"" ], "x-ms-request-id": [ - "dc95771b-7a1d-440d-b2ef-4243285a60d0" + "ca2fd172-91a3-40ca-bf0e-dac07ce3dcbc" ], "request-id": [ - "dc95771b-7a1d-440d-b2ef-4243285a60d0" + "ca2fd172-91a3-40ca-bf0e-dac07ce3dcbc" ], "elapsed-time": [ - "2400" + "1514" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1189" ], "x-ms-correlation-request-id": [ - "281b4f8d-8b7a-4f62-95ee-9e891d940d42" + "f5695bca-58df-4677-a710-f989d61fabb5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024643Z:281b4f8d-8b7a-4f62-95ee-9e891d940d42" + "NORTHEUROPE:20200808T101957Z:f5695bca-58df-4677-a710-f989d61fabb5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:46:43 GMT" + "Sat, 08 Aug 2020 10:19:57 GMT" ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet383/providers/Microsoft.Search/searchServices/azs-1113\",\r\n \"name\": \"azs-1113\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2606/providers/Microsoft.Search/searchServices/azs-9213\",\r\n \"name\": \"azs-9213\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet383/providers/Microsoft.Search/searchServices/azs-1113/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTExMTMvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2606/providers/Microsoft.Search/searchServices/azs-9213/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjEzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "257986f7-43b7-4ac0-a3ee-6e18ece8f459" + "8aa671f4-df27-4b1c-9cff-18ee55e648cb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "257986f7-43b7-4ac0-a3ee-6e18ece8f459" + "8aa671f4-df27-4b1c-9cff-18ee55e648cb" ], "request-id": [ - "257986f7-43b7-4ac0-a3ee-6e18ece8f459" + "8aa671f4-df27-4b1c-9cff-18ee55e648cb" ], "elapsed-time": [ - "439" + "94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1173" + "1185" ], "x-ms-correlation-request-id": [ - "16c68ef3-bc7d-499d-b27f-866e995a237c" + "d2a3818f-dc4f-4244-a04c-abe44592a269" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024646Z:16c68ef3-bc7d-499d-b27f-866e995a237c" + "NORTHEUROPE:20200808T102000Z:d2a3818f-dc4f-4244-a04c-abe44592a269" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:46:45 GMT" + "Sat, 08 Aug 2020 10:19:59 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"A59AE72A5CB5F69599FA3C17728006F1\",\r\n \"secondaryKey\": \"E6440DABF31C4C58E86657F8AD9CCA35\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"5716D64BFF308D2D9DC11E8DBCC3AF76\",\r\n \"secondaryKey\": \"576AFF9C6E29683ED2D8A1BD1207A350\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet383/providers/Microsoft.Search/searchServices/azs-1113/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTExMTMvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2606/providers/Microsoft.Search/searchServices/azs-9213/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjEzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "556223a1-436e-45d8-99a9-006c5c79dbf3" + "784135fd-6a21-4190-a09a-424377d30ac4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "556223a1-436e-45d8-99a9-006c5c79dbf3" + "784135fd-6a21-4190-a09a-424377d30ac4" ], "request-id": [ - "556223a1-436e-45d8-99a9-006c5c79dbf3" + "784135fd-6a21-4190-a09a-424377d30ac4" ], "elapsed-time": [ - "261" + "111" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1172" + "1184" ], "x-ms-correlation-request-id": [ - "3540061d-7cef-476b-97c3-5f301cec88ae" + "7e2c41e8-4640-40aa-9814-1e32ad661bc7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024647Z:3540061d-7cef-476b-97c3-5f301cec88ae" + "NORTHEUROPE:20200808T102000Z:7e2c41e8-4640-40aa-9814-1e32ad661bc7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:46:46 GMT" + "Sat, 08 Aug 2020 10:20:00 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"5BD0456EFC5B5669F8A4B8906C8A258E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"05D79D69215039BD41FAED7ADC8E3653\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet872\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7685\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c31328ae-77c9-483d-a233-3e79413b171c" + "4f14cf69-d196-4000-967b-7d87ea98d553" ], "Accept-Language": [ "en-US" ], "api-key": [ - "A59AE72A5CB5F69599FA3C17728006F1" + "5716D64BFF308D2D9DC11E8DBCC3AF76" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6974" + "6975" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037A8AE10D02\"" + "W/\"0x8D83B849D1E38C3\"" ], "Location": [ - "https://azs-1113.search-dogfood.windows-int.net/indexes('azsmnet872')?api-version=2019-05-06" + "https://azs-9213.search-dogfood.windows-int.net/indexes('azsmnet7685')?api-version=2019-05-06" ], "request-id": [ - "c31328ae-77c9-483d-a233-3e79413b171c" + "4f14cf69-d196-4000-967b-7d87ea98d553" ], "elapsed-time": [ - "3694" + "763" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:46:52 GMT" + "Sat, 08 Aug 2020 10:20:03 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1113.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037A8AE10D02\\\"\",\r\n \"name\": \"azsmnet872\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9213.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B849D1E38C3\\\"\",\r\n \"name\": \"azsmnet7685\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet872')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4NzInKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet7685')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3Njg1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "4e2babcb-d836-41aa-99f4-93a3de98c7d0" + "b88bab21-686b-4f4d-a38a-c539fa98e24b" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "A59AE72A5CB5F69599FA3C17728006F1" + "5716D64BFF308D2D9DC11E8DBCC3AF76" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "4e2babcb-d836-41aa-99f4-93a3de98c7d0" + "b88bab21-686b-4f4d-a38a-c539fa98e24b" ], "elapsed-time": [ - "186" + "218" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:47:14 GMT" + "Sat, 08 Aug 2020 10:20:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet872')/docs/search.post.autocomplete?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4NzInKS9kb2NzL3NlYXJjaC5wb3N0LmF1dG9jb21wbGV0ZT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet7685')/docs/search.post.autocomplete?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3Njg1JykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"search\": \"po\",\r\n \"autocompleteMode\": \"oneTerm\",\r\n \"suggesterName\": \"sg\",\r\n \"top\": 2\r\n}", "RequestHeaders": { "client-request-id": [ - "cf30b7f1-2e49-4e09-996d-c38a83b893f6" + "94724782-53ef-471f-9381-bbecf3f4eb1b" ], "Accept-Language": [ "en-US" ], "api-key": [ - "5BD0456EFC5B5669F8A4B8906C8A258E" + "05D79D69215039BD41FAED7ADC8E3653" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -516,10 +516,10 @@ "no-cache" ], "request-id": [ - "cf30b7f1-2e49-4e09-996d-c38a83b893f6" + "94724782-53ef-471f-9381-bbecf3f4eb1b" ], "elapsed-time": [ - "8" + "116" ], "OData-Version": [ "4.0" @@ -531,7 +531,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:47:17 GMT" + "Sat, 08 Aug 2020 10:20:28 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -540,28 +540,28 @@ "-1" ], "Content-Length": [ - "258" + "259" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1113.search-dogfood.windows-int.net/indexes('azsmnet872')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"point\",\r\n \"queryPlusText\": \"point\"\r\n },\r\n {\r\n \"text\": \"police\",\r\n \"queryPlusText\": \"police\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9213.search-dogfood.windows-int.net/indexes('azsmnet7685')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"point\",\r\n \"queryPlusText\": \"point\"\r\n },\r\n {\r\n \"text\": \"police\",\r\n \"queryPlusText\": \"police\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet383/providers/Microsoft.Search/searchServices/azs-1113?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTExMTM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2606/providers/Microsoft.Search/searchServices/azs-9213?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjEzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b7e05bfb-f45d-491b-884a-caba4d444913" + "c375b9cd-04b8-4fd7-b16c-5c858a5d5b81" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -572,51 +572,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14996" + ], "x-ms-request-id": [ - "b7e05bfb-f45d-491b-884a-caba4d444913" + "87e6908e-a682-4c91-b12e-6218fdc1f744" ], - "request-id": [ - "b7e05bfb-f45d-491b-884a-caba4d444913" + "x-ms-correlation-request-id": [ + "87e6908e-a682-4c91-b12e-6218fdc1f744" ], - "elapsed-time": [ - "942" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T102038Z:87e6908e-a682-4c91-b12e-6218fdc1f744" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14981" - ], - "x-ms-correlation-request-id": [ - "3709cc0e-da21-4c47-aeb4-5a992746a6b5" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024721Z:3709cc0e-da21-4c47-aeb4-5a992746a6b5" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:47:20 GMT" + "Sat, 08 Aug 2020 10:20:38 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet383", - "azsmnet872" + "azsmnet2606", + "azsmnet7685" ], "GenerateServiceName": [ - "azs-1113" + "azs-9213" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteTwoTerms.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteTwoTerms.json index 25db2b398827..cd708ec1265e 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteTwoTerms.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteTwoTerms.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c8a13c57-548e-48c8-acb2-60a6593eea6e" + "22a5e930-1307-4aa9-b0d0-fdc2637fc41b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1186" ], "x-ms-request-id": [ - "447b515d-5cea-4a21-aaf6-0c33361f8fbe" + "9f3f3920-6392-4116-a632-4ba48b26f33b" ], "x-ms-correlation-request-id": [ - "447b515d-5cea-4a21-aaf6-0c33361f8fbe" + "9f3f3920-6392-4116-a632-4ba48b26f33b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025126Z:447b515d-5cea-4a21-aaf6-0c33361f8fbe" + "NORTHEUROPE:20200808T102747Z:9f3f3920-6392-4116-a632-4ba48b26f33b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:51:25 GMT" + "Sat, 08 Aug 2020 10:27:46 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7380?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MzgwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6951?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2OTUxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "503fbd45-b832-4903-89a0-340a29212713" + "75f1282a-3b17-4931-9d8e-c62af5e13ce5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1190" ], "x-ms-request-id": [ - "1a514f91-96ff-4a5b-809e-7bf5731310a6" + "aacdad21-60e6-4c9d-9f7d-6d88504d1dcb" ], "x-ms-correlation-request-id": [ - "1a514f91-96ff-4a5b-809e-7bf5731310a6" + "aacdad21-60e6-4c9d-9f7d-6d88504d1dcb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025126Z:1a514f91-96ff-4a5b-809e-7bf5731310a6" + "NORTHEUROPE:20200808T102748Z:aacdad21-60e6-4c9d-9f7d-6d88504d1dcb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:51:26 GMT" + "Sat, 08 Aug 2020 10:27:47 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7380\",\r\n \"name\": \"azsmnet7380\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6951\",\r\n \"name\": \"azsmnet6951\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7380/providers/Microsoft.Search/searchServices/azs-7918?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTE4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6951/providers/Microsoft.Search/searchServices/azs-4183?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTgzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e70258a7-3444-4059-a405-835b011dddca" + "0dbdbeb7-dee0-478c-b021-b7dea8fe246c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A51%3A30.7886575Z'\"" + "W/\"datetime'2020-08-08T10%3A27%3A53.9416796Z'\"" ], "x-ms-request-id": [ - "e70258a7-3444-4059-a405-835b011dddca" + "0dbdbeb7-dee0-478c-b021-b7dea8fe246c" ], "request-id": [ - "e70258a7-3444-4059-a405-835b011dddca" + "0dbdbeb7-dee0-478c-b021-b7dea8fe246c" ], "elapsed-time": [ - "1138" + "1553" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1195" ], "x-ms-correlation-request-id": [ - "79134662-c579-4491-bd74-50e7a5dfa56b" + "8abb5069-3925-4eee-be1c-1e59a1f7adc2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025131Z:79134662-c579-4491-bd74-50e7a5dfa56b" + "NORTHEUROPE:20200808T102754Z:8abb5069-3925-4eee-be1c-1e59a1f7adc2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:51:30 GMT" + "Sat, 08 Aug 2020 10:27:54 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7380/providers/Microsoft.Search/searchServices/azs-7918\",\r\n \"name\": \"azs-7918\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6951/providers/Microsoft.Search/searchServices/azs-4183\",\r\n \"name\": \"azs-4183\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7380/providers/Microsoft.Search/searchServices/azs-7918/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTE4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6951/providers/Microsoft.Search/searchServices/azs-4183/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTgzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "efd08ea1-2a5a-4a22-8f68-adcded2c2d25" + "3790a590-d13d-4876-958f-2ad6ef341d20" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "efd08ea1-2a5a-4a22-8f68-adcded2c2d25" + "3790a590-d13d-4876-958f-2ad6ef341d20" ], "request-id": [ - "efd08ea1-2a5a-4a22-8f68-adcded2c2d25" + "3790a590-d13d-4876-958f-2ad6ef341d20" ], "elapsed-time": [ - "98" + "94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1195" ], "x-ms-correlation-request-id": [ - "300ce943-924a-40c0-8c8b-41df6925d3b9" + "11e3b8cd-50aa-417c-b14a-2f0ed94b8c0f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025133Z:300ce943-924a-40c0-8c8b-41df6925d3b9" + "NORTHEUROPE:20200808T102757Z:11e3b8cd-50aa-417c-b14a-2f0ed94b8c0f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:51:33 GMT" + "Sat, 08 Aug 2020 10:27:57 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"278C2A064E16DA278458D8AFF88A7B36\",\r\n \"secondaryKey\": \"B35A100F7CF925B0A14C7D1797842D04\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"C0E88FF07908D1BFEE4ABFD4F57D786F\",\r\n \"secondaryKey\": \"2E14701BE11CDA04DFB78B09381B442B\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7380/providers/Microsoft.Search/searchServices/azs-7918/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTE4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6951/providers/Microsoft.Search/searchServices/azs-4183/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTgzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "932ff281-b298-432b-9286-314f8fff47b2" + "b049dfbe-a192-47da-995f-8743b80ef219" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "932ff281-b298-432b-9286-314f8fff47b2" + "b049dfbe-a192-47da-995f-8743b80ef219" ], "request-id": [ - "932ff281-b298-432b-9286-314f8fff47b2" + "b049dfbe-a192-47da-995f-8743b80ef219" ], "elapsed-time": [ - "93" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1194" ], "x-ms-correlation-request-id": [ - "104142d4-a863-4366-a421-a3ad1c0cd825" + "922fb4c7-9100-4af9-ae1a-dc731558a54d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025134Z:104142d4-a863-4366-a421-a3ad1c0cd825" + "NORTHEUROPE:20200808T102758Z:922fb4c7-9100-4af9-ae1a-dc731558a54d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:51:33 GMT" + "Sat, 08 Aug 2020 10:27:57 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"3EDA32EA9765037B34FDDDFC03715E29\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"007C1DDDB1F5614E396187F67E926F8B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7798\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8786\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "60a3e42d-c081-4a3e-a321-17e33ba7538b" + "7d582dc7-f6ab-4686-be36-8ce656264751" ], "Accept-Language": [ "en-US" ], "api-key": [ - "278C2A064E16DA278458D8AFF88A7B36" + "C0E88FF07908D1BFEE4ABFD4F57D786F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037B344792F4\"" + "W/\"0x8D83B85B9B938A6\"" ], "Location": [ - "https://azs-7918.search-dogfood.windows-int.net/indexes('azsmnet7798')?api-version=2019-05-06" + "https://azs-4183.search-dogfood.windows-int.net/indexes('azsmnet8786')?api-version=2019-05-06" ], "request-id": [ - "60a3e42d-c081-4a3e-a321-17e33ba7538b" + "7d582dc7-f6ab-4686-be36-8ce656264751" ], "elapsed-time": [ - "1307" + "795" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:51:36 GMT" + "Sat, 08 Aug 2020 10:28:00 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7918.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037B344792F4\\\"\",\r\n \"name\": \"azsmnet7798\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4183.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B85B9B938A6\\\"\",\r\n \"name\": \"azsmnet8786\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet7798')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3Nzk4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8786')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4Nzg2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8de9f948-4583-4f35-8241-f6bc522df989" + "eabe7967-44df-4119-a36e-17a34f9f6f1c" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "278C2A064E16DA278458D8AFF88A7B36" + "C0E88FF07908D1BFEE4ABFD4F57D786F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "8de9f948-4583-4f35-8241-f6bc522df989" + "eabe7967-44df-4119-a36e-17a34f9f6f1c" ], "elapsed-time": [ - "162" + "210" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:51:58 GMT" + "Sat, 08 Aug 2020 10:28:22 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7798')/docs/search.post.autocomplete?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3Nzk4JykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8786')/docs/search.post.autocomplete?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4Nzg2JykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"search\": \"po\",\r\n \"autocompleteMode\": \"twoTerms\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "65cc4c82-2a15-4aa4-85e5-dbf6bcd8aefc" + "62b89cd0-0133-4278-9289-b977cd38ee33" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3EDA32EA9765037B34FDDDFC03715E29" + "007C1DDDB1F5614E396187F67E926F8B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -516,10 +516,10 @@ "no-cache" ], "request-id": [ - "65cc4c82-2a15-4aa4-85e5-dbf6bcd8aefc" + "62b89cd0-0133-4278-9289-b977cd38ee33" ], "elapsed-time": [ - "14" + "136" ], "OData-Version": [ "4.0" @@ -531,7 +531,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:52:01 GMT" + "Sat, 08 Aug 2020 10:28:26 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -543,25 +543,25 @@ "442" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7918.search-dogfood.windows-int.net/indexes('azsmnet7798')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"point motel\",\r\n \"queryPlusText\": \"point motel\"\r\n },\r\n {\r\n \"text\": \"police station\",\r\n \"queryPlusText\": \"police station\"\r\n },\r\n {\r\n \"text\": \"polite staff\",\r\n \"queryPlusText\": \"polite staff\"\r\n },\r\n {\r\n \"text\": \"pool a\",\r\n \"queryPlusText\": \"pool a\"\r\n },\r\n {\r\n \"text\": \"popular hotel\",\r\n \"queryPlusText\": \"popular hotel\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4183.search-dogfood.windows-int.net/indexes('azsmnet8786')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"point motel\",\r\n \"queryPlusText\": \"point motel\"\r\n },\r\n {\r\n \"text\": \"police station\",\r\n \"queryPlusText\": \"police station\"\r\n },\r\n {\r\n \"text\": \"polite staff\",\r\n \"queryPlusText\": \"polite staff\"\r\n },\r\n {\r\n \"text\": \"pool a\",\r\n \"queryPlusText\": \"pool a\"\r\n },\r\n {\r\n \"text\": \"popular hotel\",\r\n \"queryPlusText\": \"popular hotel\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7380/providers/Microsoft.Search/searchServices/azs-7918?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTE4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6951/providers/Microsoft.Search/searchServices/azs-4183?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTgzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1bb6b4cd-4425-4378-ad1f-48a208b680a9" + "b084650d-402e-4da1-87a8-2068753d6ea0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -572,51 +572,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14994" + ], "x-ms-request-id": [ - "1bb6b4cd-4425-4378-ad1f-48a208b680a9" + "83c7ce78-0d34-4bdd-b6a0-cfc032479f14" ], - "request-id": [ - "1bb6b4cd-4425-4378-ad1f-48a208b680a9" + "x-ms-correlation-request-id": [ + "83c7ce78-0d34-4bdd-b6a0-cfc032479f14" ], - "elapsed-time": [ - "1605" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T102834Z:83c7ce78-0d34-4bdd-b6a0-cfc032479f14" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "4fdef41a-403e-4af7-ab6c-cafddfdf467c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025206Z:4fdef41a-403e-4af7-ab6c-cafddfdf467c" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:52:06 GMT" + "Sat, 08 Aug 2020 10:28:33 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7380", - "azsmnet7798" + "azsmnet6951", + "azsmnet8786" ], "GenerateServiceName": [ - "azs-7918" + "azs-4183" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteTwoTermsWithFuzzy.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteTwoTermsWithFuzzy.json index 5ff4cca3a18a..4d3433ab7954 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteTwoTermsWithFuzzy.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteTwoTermsWithFuzzy.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b9cff8cc-f20e-4c51-8cf8-598ebff7fbb4" + "277dfdd7-ef8e-4a88-8cdc-75cad33c3bdc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1193" ], "x-ms-request-id": [ - "9159a54a-bb12-4eef-9523-49ad49b7f327" + "2c5e6616-177b-4eb6-b72f-feb45f1b3ef4" ], "x-ms-correlation-request-id": [ - "9159a54a-bb12-4eef-9523-49ad49b7f327" + "2c5e6616-177b-4eb6-b72f-feb45f1b3ef4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025909Z:9159a54a-bb12-4eef-9523-49ad49b7f327" + "NORTHEUROPE:20200808T104141Z:2c5e6616-177b-4eb6-b72f-feb45f1b3ef4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:59:08 GMT" + "Sat, 08 Aug 2020 10:41:40 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7569?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NTY5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7778?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3Nzc4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "604c95a6-97dd-46f1-9b33-b3e86c0c9296" + "29e26c1c-d610-45a6-b4ce-945f442e8dcd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1196" ], "x-ms-request-id": [ - "36150395-cbfe-47e2-b63a-6a8e244ab2a6" + "b2d68560-a704-4726-93bf-d629ddfa8c36" ], "x-ms-correlation-request-id": [ - "36150395-cbfe-47e2-b63a-6a8e244ab2a6" + "b2d68560-a704-4726-93bf-d629ddfa8c36" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025910Z:36150395-cbfe-47e2-b63a-6a8e244ab2a6" + "NORTHEUROPE:20200808T104143Z:b2d68560-a704-4726-93bf-d629ddfa8c36" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:59:10 GMT" + "Sat, 08 Aug 2020 10:41:42 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7569\",\r\n \"name\": \"azsmnet7569\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "StatusCode": 201 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7778\",\r\n \"name\": \"azsmnet7778\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7569/providers/Microsoft.Search/searchServices/azs-2798?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNzk4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7778/providers/Microsoft.Search/searchServices/azs-4366?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Nzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzY2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3a8efae8-edf3-4925-aa6e-b907e61ec712" + "f2053b16-ed4c-4f8f-87a9-4a89ca2104b6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A59%3A13.5572136Z'\"" + "W/\"datetime'2020-08-08T10%3A41%3A48.6116512Z'\"" ], "x-ms-request-id": [ - "3a8efae8-edf3-4925-aa6e-b907e61ec712" + "f2053b16-ed4c-4f8f-87a9-4a89ca2104b6" ], "request-id": [ - "3a8efae8-edf3-4925-aa6e-b907e61ec712" + "f2053b16-ed4c-4f8f-87a9-4a89ca2104b6" ], "elapsed-time": [ - "1122" + "2865" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1192" ], "x-ms-correlation-request-id": [ - "128e938d-5203-4c6c-b400-b8d3e13ecb65" + "0c6d55cb-c0cc-4299-bded-bf5925f5fd77" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025914Z:128e938d-5203-4c6c-b400-b8d3e13ecb65" + "NORTHEUROPE:20200808T104150Z:0c6d55cb-c0cc-4299-bded-bf5925f5fd77" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:59:14 GMT" + "Sat, 08 Aug 2020 10:41:50 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7569/providers/Microsoft.Search/searchServices/azs-2798\",\r\n \"name\": \"azs-2798\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7778/providers/Microsoft.Search/searchServices/azs-4366\",\r\n \"name\": \"azs-4366\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7569/providers/Microsoft.Search/searchServices/azs-2798/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNzk4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7778/providers/Microsoft.Search/searchServices/azs-4366/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Nzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzY2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5455ee8d-c83a-4a96-8f7a-ff71d7bd9605" + "caf4a6d8-baf4-4562-a734-6c3f4702f315" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5455ee8d-c83a-4a96-8f7a-ff71d7bd9605" + "caf4a6d8-baf4-4562-a734-6c3f4702f315" ], "request-id": [ - "5455ee8d-c83a-4a96-8f7a-ff71d7bd9605" + "caf4a6d8-baf4-4562-a734-6c3f4702f315" ], "elapsed-time": [ - "99" + "392" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1189" ], "x-ms-correlation-request-id": [ - "173a250f-7055-44cd-809c-201dddb1b92a" + "16eebfd4-9017-40d7-8bcf-a60ad9b76bc4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025916Z:173a250f-7055-44cd-809c-201dddb1b92a" + "NORTHEUROPE:20200808T104154Z:16eebfd4-9017-40d7-8bcf-a60ad9b76bc4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:59:15 GMT" + "Sat, 08 Aug 2020 10:41:54 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"9A6DF1A8E9B63C216E938EEDFCBD4D35\",\r\n \"secondaryKey\": \"305ADE96E19CE6785031488737F5D0A1\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"18F600F6FA3D6E3E3984E09A49CCE14A\",\r\n \"secondaryKey\": \"B095016A12F3FDFD199EED2C0C68E950\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7569/providers/Microsoft.Search/searchServices/azs-2798/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNzk4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7778/providers/Microsoft.Search/searchServices/azs-4366/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Nzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzY2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4e5cf36c-afa4-4a8c-931c-cc260884e816" + "0bfa8859-ff94-4b41-951c-9982fee9f115" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4e5cf36c-afa4-4a8c-931c-cc260884e816" + "0bfa8859-ff94-4b41-951c-9982fee9f115" ], "request-id": [ - "4e5cf36c-afa4-4a8c-931c-cc260884e816" + "0bfa8859-ff94-4b41-951c-9982fee9f115" ], "elapsed-time": [ - "106" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1188" ], "x-ms-correlation-request-id": [ - "88d1d62c-839c-4ce7-bf19-e90bbbdb0185" + "4351c7d4-ece5-4d65-8c24-90f9f546ced1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025916Z:88d1d62c-839c-4ce7-bf19-e90bbbdb0185" + "NORTHEUROPE:20200808T104155Z:4351c7d4-ece5-4d65-8c24-90f9f546ced1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:59:16 GMT" + "Sat, 08 Aug 2020 10:41:54 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"3C02EDB3227E795F77C5696607C1BF20\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"EB93F8CB3E6E8DA40500B06C5E7954AD\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9107\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet214\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "57767aee-32bc-4a28-9c1a-ec202703cd11" + "23499ee5-3e2f-4251-a8c4-e0424345e457" ], "Accept-Language": [ "en-US" ], "api-key": [ - "9A6DF1A8E9B63C216E938EEDFCBD4D35" + "18F600F6FA3D6E3E3984E09A49CCE14A" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6975" + "6974" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037C483F3ECF\"" + "W/\"0x8D83B87ACD57213\"" ], "Location": [ - "https://azs-2798.search-dogfood.windows-int.net/indexes('azsmnet9107')?api-version=2019-05-06" + "https://azs-4366.search-dogfood.windows-int.net/indexes('azsmnet214')?api-version=2019-05-06" ], "request-id": [ - "57767aee-32bc-4a28-9c1a-ec202703cd11" + "23499ee5-3e2f-4251-a8c4-e0424345e457" ], "elapsed-time": [ - "1215" + "1457" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:59:19 GMT" + "Sat, 08 Aug 2020 10:41:58 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6147" + "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2798.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037C483F3ECF\\\"\",\r\n \"name\": \"azsmnet9107\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4366.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B87ACD57213\\\"\",\r\n \"name\": \"azsmnet214\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet9107')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MTA3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet214')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMTQnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "5d1eb213-1554-4fdf-a873-a3d626615dd4" + "261d3d25-b62c-4b4f-9f56-f8c3a7fec30a" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "9A6DF1A8E9B63C216E938EEDFCBD4D35" + "18F600F6FA3D6E3E3984E09A49CCE14A" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "5d1eb213-1554-4fdf-a873-a3d626615dd4" + "261d3d25-b62c-4b4f-9f56-f8c3a7fec30a" ], "elapsed-time": [ - "176" + "185" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:59:41 GMT" + "Sat, 08 Aug 2020 10:42:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9107')/docs/search.post.autocomplete?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MTA3JykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet214')/docs/search.post.autocomplete?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMTQnKS9kb2NzL3NlYXJjaC5wb3N0LmF1dG9jb21wbGV0ZT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", "RequestBody": "{\r\n \"search\": \"mod\",\r\n \"autocompleteMode\": \"twoTerms\",\r\n \"fuzzy\": true,\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "ec7fdb09-2e5c-4a60-a176-77ebfab9ef7c" + "f4566d4b-8515-41ad-8a20-41969c497ea2" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3C02EDB3227E795F77C5696607C1BF20" + "EB93F8CB3E6E8DA40500B06C5E7954AD" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -516,10 +516,10 @@ "no-cache" ], "request-id": [ - "ec7fdb09-2e5c-4a60-a176-77ebfab9ef7c" + "f4566d4b-8515-41ad-8a20-41969c497ea2" ], "elapsed-time": [ - "162" + "13" ], "OData-Version": [ "4.0" @@ -531,7 +531,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:59:44 GMT" + "Sat, 08 Aug 2020 10:42:23 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -540,28 +540,28 @@ "-1" ], "Content-Length": [ - "454" + "453" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2798.search-dogfood.windows-int.net/indexes('azsmnet9107')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"model suites\",\r\n \"queryPlusText\": \"model suites\"\r\n },\r\n {\r\n \"text\": \"modern architecture\",\r\n \"queryPlusText\": \"modern architecture\"\r\n },\r\n {\r\n \"text\": \"modern stay\",\r\n \"queryPlusText\": \"modern stay\"\r\n },\r\n {\r\n \"text\": \"morel coverings\",\r\n \"queryPlusText\": \"morel coverings\"\r\n },\r\n {\r\n \"text\": \"motel\",\r\n \"queryPlusText\": \"motel\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4366.search-dogfood.windows-int.net/indexes('azsmnet214')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"model suites\",\r\n \"queryPlusText\": \"model suites\"\r\n },\r\n {\r\n \"text\": \"modern architecture\",\r\n \"queryPlusText\": \"modern architecture\"\r\n },\r\n {\r\n \"text\": \"modern stay\",\r\n \"queryPlusText\": \"modern stay\"\r\n },\r\n {\r\n \"text\": \"morel coverings\",\r\n \"queryPlusText\": \"morel coverings\"\r\n },\r\n {\r\n \"text\": \"motel\",\r\n \"queryPlusText\": \"motel\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7569/providers/Microsoft.Search/searchServices/azs-2798?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNzk4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7778/providers/Microsoft.Search/searchServices/azs-4366?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Nzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzY2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "15a36088-94d8-4c93-b4a8-10cbb7243a1f" + "e34755f1-3628-4beb-8886-219e094d7277" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -572,51 +572,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14994" + ], "x-ms-request-id": [ - "15a36088-94d8-4c93-b4a8-10cbb7243a1f" + "250a22a1-93e7-4ee7-b097-26dd316c28ec" ], - "request-id": [ - "15a36088-94d8-4c93-b4a8-10cbb7243a1f" + "x-ms-correlation-request-id": [ + "250a22a1-93e7-4ee7-b097-26dd316c28ec" ], - "elapsed-time": [ - "1159" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T104244Z:250a22a1-93e7-4ee7-b097-26dd316c28ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14984" - ], - "x-ms-correlation-request-id": [ - "ac3181f2-b122-4dcc-92f8-633bf1e7a617" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025950Z:ac3181f2-b122-4dcc-92f8-633bf1e7a617" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:59:50 GMT" + "Sat, 08 Aug 2020 10:42:44 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7569", - "azsmnet9107" + "azsmnet7778", + "azsmnet214" ], "GenerateServiceName": [ - "azs-2798" + "azs-4366" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteWithFilter.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteWithFilter.json index 8405a0be5ed7..afb4e403d7a8 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteWithFilter.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteWithFilter.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81862165-40c0-4e88-9cd5-b9b78044d7bb" + "209e3b91-707f-4ab3-a4f4-d00dacd199ec" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1192" ], "x-ms-request-id": [ - "68855e7c-6878-4576-8f1d-b60ccbbc30a8" + "683da711-6a9b-4786-9d0f-218dca124747" ], "x-ms-correlation-request-id": [ - "68855e7c-6878-4576-8f1d-b60ccbbc30a8" + "683da711-6a9b-4786-9d0f-218dca124747" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025255Z:68855e7c-6878-4576-8f1d-b60ccbbc30a8" + "NORTHEUROPE:20200808T103037Z:683da711-6a9b-4786-9d0f-218dca124747" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:52:55 GMT" + "Sat, 08 Aug 2020 10:30:37 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1283?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMjgzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5587?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NTg3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "149504c4-f3aa-47e6-9267-77eabc7c5aa3" + "66ebb8fb-1f35-4860-9cb8-1c7067baa6bb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1194" ], "x-ms-request-id": [ - "d6ef8e1e-6680-44b0-b160-44c108362dd9" + "e4a8fa70-97d8-42ff-a7f8-91d290fea876" ], "x-ms-correlation-request-id": [ - "d6ef8e1e-6680-44b0-b160-44c108362dd9" + "e4a8fa70-97d8-42ff-a7f8-91d290fea876" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025255Z:d6ef8e1e-6680-44b0-b160-44c108362dd9" + "NORTHEUROPE:20200808T103039Z:e4a8fa70-97d8-42ff-a7f8-91d290fea876" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:52:55 GMT" + "Sat, 08 Aug 2020 10:30:38 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1283\",\r\n \"name\": \"azsmnet1283\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5587\",\r\n \"name\": \"azsmnet5587\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1283/providers/Microsoft.Search/searchServices/azs-7996?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjgzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTk2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5587/providers/Microsoft.Search/searchServices/azs-6522?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTIyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0be661cf-5ff3-485e-919a-6904cf42fee3" + "3ee6f493-632d-41d5-8aea-10e44f057048" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A52%3A59.5202108Z'\"" + "W/\"datetime'2020-08-08T10%3A30%3A44.3616548Z'\"" ], "x-ms-request-id": [ - "0be661cf-5ff3-485e-919a-6904cf42fee3" + "3ee6f493-632d-41d5-8aea-10e44f057048" ], "request-id": [ - "0be661cf-5ff3-485e-919a-6904cf42fee3" + "3ee6f493-632d-41d5-8aea-10e44f057048" ], "elapsed-time": [ - "1161" + "2940" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1192" ], "x-ms-correlation-request-id": [ - "5ce6b17d-8b53-4db9-8bc8-4f9c0134ff78" + "f472705b-11d4-4c89-bed5-758beadcaec6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025300Z:5ce6b17d-8b53-4db9-8bc8-4f9c0134ff78" + "NORTHEUROPE:20200808T103046Z:f472705b-11d4-4c89-bed5-758beadcaec6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:52:59 GMT" + "Sat, 08 Aug 2020 10:30:45 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1283/providers/Microsoft.Search/searchServices/azs-7996\",\r\n \"name\": \"azs-7996\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5587/providers/Microsoft.Search/searchServices/azs-6522\",\r\n \"name\": \"azs-6522\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1283/providers/Microsoft.Search/searchServices/azs-7996/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjgzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTk2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5587/providers/Microsoft.Search/searchServices/azs-6522/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTIyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "537e4ed4-7b98-41df-966c-efe61da00c2e" + "16c4b53d-b311-47c5-90a5-c097e50f7e00" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "537e4ed4-7b98-41df-966c-efe61da00c2e" + "16c4b53d-b311-47c5-90a5-c097e50f7e00" ], "request-id": [ - "537e4ed4-7b98-41df-966c-efe61da00c2e" + "16c4b53d-b311-47c5-90a5-c097e50f7e00" ], "elapsed-time": [ - "219" + "504" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1189" ], "x-ms-correlation-request-id": [ - "f4961394-506d-4b84-893d-9444e89d56a9" + "c17c0890-d71f-4004-b326-a99f40e5aee2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025302Z:f4961394-506d-4b84-893d-9444e89d56a9" + "NORTHEUROPE:20200808T103048Z:c17c0890-d71f-4004-b326-a99f40e5aee2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:53:01 GMT" + "Sat, 08 Aug 2020 10:30:48 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"15111F2270B8A0D7E05D7B5D04C6BF73\",\r\n \"secondaryKey\": \"07BA39A754E880A6EF5E894D6BE35DDF\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"5DE24C4BC5416CDCB3E5BF2204F09D43\",\r\n \"secondaryKey\": \"1EAA2CC8238FDED9BE5DE354299A149F\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1283/providers/Microsoft.Search/searchServices/azs-7996/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjgzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTk2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5587/providers/Microsoft.Search/searchServices/azs-6522/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTIyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02682045-ddac-47a6-b82f-f826a853ccfa" + "4fc6ff47-8729-4b71-89b8-ef8ca6dd8d80" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "02682045-ddac-47a6-b82f-f826a853ccfa" + "4fc6ff47-8729-4b71-89b8-ef8ca6dd8d80" ], "request-id": [ - "02682045-ddac-47a6-b82f-f826a853ccfa" + "4fc6ff47-8729-4b71-89b8-ef8ca6dd8d80" ], "elapsed-time": [ - "407" + "401" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1188" ], "x-ms-correlation-request-id": [ - "0d769d01-0bac-403e-b42c-8e26c091568a" + "7ef5df46-6cbf-4185-9ec4-9835d8b90c36" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025303Z:0d769d01-0bac-403e-b42c-8e26c091568a" + "NORTHEUROPE:20200808T103049Z:7ef5df46-6cbf-4185-9ec4-9835d8b90c36" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:53:02 GMT" + "Sat, 08 Aug 2020 10:30:49 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"034640775880AD67EF3C128DA6619675\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"53FF06FB180AF35531F667D3B565BAD9\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4046\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2113\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "ec250278-4a97-4d29-95bf-e97284d4c0fd" + "587e0549-2ecd-4e0a-b3f9-f30b3e6e40e3" ], "Accept-Language": [ "en-US" ], "api-key": [ - "15111F2270B8A0D7E05D7B5D04C6BF73" + "5DE24C4BC5416CDCB3E5BF2204F09D43" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037B698FB553\"" + "W/\"0x8D83B862085B798\"" ], "Location": [ - "https://azs-7996.search-dogfood.windows-int.net/indexes('azsmnet4046')?api-version=2019-05-06" + "https://azs-6522.search-dogfood.windows-int.net/indexes('azsmnet2113')?api-version=2019-05-06" ], "request-id": [ - "ec250278-4a97-4d29-95bf-e97284d4c0fd" + "587e0549-2ecd-4e0a-b3f9-f30b3e6e40e3" ], "elapsed-time": [ - "1185" + "808" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:53:05 GMT" + "Sat, 08 Aug 2020 10:30:53 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7996.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037B698FB553\\\"\",\r\n \"name\": \"azsmnet4046\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6522.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B862085B798\\\"\",\r\n \"name\": \"azsmnet2113\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet4046')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MDQ2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet2113')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMTEzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "0f25aa36-9dab-4959-a873-790fc1f748c4" + "bcf976e6-e6cc-43a5-b846-24dec22ef8fa" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "15111F2270B8A0D7E05D7B5D04C6BF73" + "5DE24C4BC5416CDCB3E5BF2204F09D43" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "0f25aa36-9dab-4959-a873-790fc1f748c4" + "bcf976e6-e6cc-43a5-b846-24dec22ef8fa" ], "elapsed-time": [ - "158" + "214" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:53:27 GMT" + "Sat, 08 Aug 2020 10:31:15 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4046')/docs/search.post.autocomplete?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MDQ2JykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet2113')/docs/search.post.autocomplete?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMTEzJykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"search\": \"po\",\r\n \"autocompleteMode\": \"oneTerm\",\r\n \"filter\": \"search.in(hotelId, '6,7')\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "9bb5ec25-b5fb-4d68-9826-af4451835550" + "6d22037c-0d8c-427e-8af8-b02a69cefabc" ], "Accept-Language": [ "en-US" ], "api-key": [ - "034640775880AD67EF3C128DA6619675" + "53FF06FB180AF35531F667D3B565BAD9" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -516,10 +516,10 @@ "no-cache" ], "request-id": [ - "9bb5ec25-b5fb-4d68-9826-af4451835550" + "6d22037c-0d8c-427e-8af8-b02a69cefabc" ], "elapsed-time": [ - "184" + "124" ], "OData-Version": [ "4.0" @@ -531,7 +531,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:53:30 GMT" + "Sat, 08 Aug 2020 10:31:18 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -543,25 +543,25 @@ "218" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7996.search-dogfood.windows-int.net/indexes('azsmnet4046')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"polite\",\r\n \"queryPlusText\": \"polite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6522.search-dogfood.windows-int.net/indexes('azsmnet2113')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"polite\",\r\n \"queryPlusText\": \"polite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1283/providers/Microsoft.Search/searchServices/azs-7996?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjgzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTk2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5587/providers/Microsoft.Search/searchServices/azs-6522?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTIyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ce7b9df-1799-4112-a4d2-47a64e3eedb9" + "7e609b26-a037-4e47-8500-9ef75155bc6a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -572,51 +572,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14994" + ], "x-ms-request-id": [ - "8ce7b9df-1799-4112-a4d2-47a64e3eedb9" + "e8cf502a-d25c-4137-a6b6-9b33f8908cb2" ], - "request-id": [ - "8ce7b9df-1799-4112-a4d2-47a64e3eedb9" + "x-ms-correlation-request-id": [ + "e8cf502a-d25c-4137-a6b6-9b33f8908cb2" ], - "elapsed-time": [ - "960" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T103208Z:e8cf502a-d25c-4137-a6b6-9b33f8908cb2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14983" - ], - "x-ms-correlation-request-id": [ - "782e862d-2b70-430e-95bc-4a86efd1e5a0" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025335Z:782e862d-2b70-430e-95bc-4a86efd1e5a0" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:53:34 GMT" + "Sat, 08 Aug 2020 10:32:08 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet1283", - "azsmnet4046" + "azsmnet5587", + "azsmnet2113" ], "GenerateServiceName": [ - "azs-7996" + "azs-6522" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteWithFilterAndFuzzy.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteWithFilterAndFuzzy.json index 90e3e1c650cb..d11fe7359e0a 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteWithFilterAndFuzzy.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteWithFilterAndFuzzy.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "61b27637-2a3b-48b6-a0d1-6bb34653fae8" + "df7d5e45-cf33-4210-887d-8de3c8f5111b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1190" ], "x-ms-request-id": [ - "97dde0f7-81c5-4ed5-ad2b-118cac9624a8" + "bd28e22d-0bf6-402a-bfbc-34be05afd9f0" ], "x-ms-correlation-request-id": [ - "97dde0f7-81c5-4ed5-ad2b-118cac9624a8" + "bd28e22d-0bf6-402a-bfbc-34be05afd9f0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025519Z:97dde0f7-81c5-4ed5-ad2b-118cac9624a8" + "NORTHEUROPE:20200808T103516Z:bd28e22d-0bf6-402a-bfbc-34be05afd9f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:55:19 GMT" + "Sat, 08 Aug 2020 10:35:15 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8533?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NTMzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7965?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3OTY1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c2420521-71ff-46a1-a578-c394fd45812d" + "6ea8c2c6-ef7c-4dbc-b92a-ca939065b9dd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1193" ], "x-ms-request-id": [ - "fb3d62e7-f444-46fa-a65e-e6f90cffd635" + "fe633df1-73bb-48a2-a668-7bff94fc8e21" ], "x-ms-correlation-request-id": [ - "fb3d62e7-f444-46fa-a65e-e6f90cffd635" + "fe633df1-73bb-48a2-a668-7bff94fc8e21" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025520Z:fb3d62e7-f444-46fa-a65e-e6f90cffd635" + "NORTHEUROPE:20200808T103517Z:fe633df1-73bb-48a2-a668-7bff94fc8e21" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:55:20 GMT" + "Sat, 08 Aug 2020 10:35:17 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8533\",\r\n \"name\": \"azsmnet8533\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7965\",\r\n \"name\": \"azsmnet7965\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8533/providers/Microsoft.Search/searchServices/azs-4946?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NTMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTQ2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7965/providers/Microsoft.Search/searchServices/azs-9113?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3OTY1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTEzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "00990f36-c603-4e2a-b811-ca68d1527ed8" + "e5b31066-7770-4480-bd1d-99641c5f6363" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A55%3A24.3999799Z'\"" + "W/\"datetime'2020-08-08T10%3A35%3A23.4831929Z'\"" ], "x-ms-request-id": [ - "00990f36-c603-4e2a-b811-ca68d1527ed8" + "e5b31066-7770-4480-bd1d-99641c5f6363" ], "request-id": [ - "00990f36-c603-4e2a-b811-ca68d1527ed8" + "e5b31066-7770-4480-bd1d-99641c5f6363" ], "elapsed-time": [ - "1458" + "1727" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1191" ], "x-ms-correlation-request-id": [ - "8a3fab4f-c7a2-4e2c-93f4-2cd4a21929c2" + "82e47ba8-f1a6-45a3-a93f-e29399e63ae8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025525Z:8a3fab4f-c7a2-4e2c-93f4-2cd4a21929c2" + "NORTHEUROPE:20200808T103524Z:82e47ba8-f1a6-45a3-a93f-e29399e63ae8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:55:24 GMT" + "Sat, 08 Aug 2020 10:35:24 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8533/providers/Microsoft.Search/searchServices/azs-4946\",\r\n \"name\": \"azs-4946\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7965/providers/Microsoft.Search/searchServices/azs-9113\",\r\n \"name\": \"azs-9113\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8533/providers/Microsoft.Search/searchServices/azs-4946/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NTMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTQ2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7965/providers/Microsoft.Search/searchServices/azs-9113/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3OTY1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTEzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a33ff1a4-21cc-40c2-8612-d4db5aa1b77a" + "34bcc199-feac-4f40-b856-e832d923f3dd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a33ff1a4-21cc-40c2-8612-d4db5aa1b77a" + "34bcc199-feac-4f40-b856-e832d923f3dd" ], "request-id": [ - "a33ff1a4-21cc-40c2-8612-d4db5aa1b77a" + "34bcc199-feac-4f40-b856-e832d923f3dd" ], "elapsed-time": [ - "96" + "157" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1188" ], "x-ms-correlation-request-id": [ - "b45c5a34-8ce1-46f1-ac21-f9fb6b85d193" + "bfd34212-b15c-4830-a9fb-438f2a1a75de" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025527Z:b45c5a34-8ce1-46f1-ac21-f9fb6b85d193" + "NORTHEUROPE:20200808T103527Z:bfd34212-b15c-4830-a9fb-438f2a1a75de" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:55:27 GMT" + "Sat, 08 Aug 2020 10:35:27 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"584E1B396D0F783E602F3083740EBB3F\",\r\n \"secondaryKey\": \"09043E27EF70EB12DA42DC6FFC56C203\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"9BD5E95CA29EF91DF1DBB983FC0091BD\",\r\n \"secondaryKey\": \"6528F30D9D5B1C8C12E60052C7F5FE28\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8533/providers/Microsoft.Search/searchServices/azs-4946/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NTMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTQ2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7965/providers/Microsoft.Search/searchServices/azs-9113/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3OTY1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTEzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3415f83a-a46f-4dc3-ba13-e044a617c965" + "8a2d81a9-b38e-42a3-b63b-56c49bd9e194" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "3415f83a-a46f-4dc3-ba13-e044a617c965" + "8a2d81a9-b38e-42a3-b63b-56c49bd9e194" ], "request-id": [ - "3415f83a-a46f-4dc3-ba13-e044a617c965" + "8a2d81a9-b38e-42a3-b63b-56c49bd9e194" ], "elapsed-time": [ - "99" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1187" ], "x-ms-correlation-request-id": [ - "32d6e688-0db7-4931-8585-942ba0e9d38c" + "d3516865-cffc-4182-aaee-a9d80e903ee4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025527Z:32d6e688-0db7-4931-8585-942ba0e9d38c" + "NORTHEUROPE:20200808T103528Z:d3516865-cffc-4182-aaee-a9d80e903ee4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:55:27 GMT" + "Sat, 08 Aug 2020 10:35:28 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"19BA5ECF7B305C799E6706AAA3561EEF\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"0A77EA392F6EFAA9BA721F71F48B1630\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6372\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9382\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "f21e333c-6c8c-4ece-afa4-14c438ae1908" + "5ea8b1c9-351a-408c-b26b-fa9d2f62ded8" ], "Accept-Language": [ "en-US" ], "api-key": [ - "584E1B396D0F783E602F3083740EBB3F" + "9BD5E95CA29EF91DF1DBB983FC0091BD" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037BC052B8FA\"" + "W/\"0x8D83B86C5E46B4B\"" ], "Location": [ - "https://azs-4946.search-dogfood.windows-int.net/indexes('azsmnet6372')?api-version=2019-05-06" + "https://azs-9113.search-dogfood.windows-int.net/indexes('azsmnet9382')?api-version=2019-05-06" ], "request-id": [ - "f21e333c-6c8c-4ece-afa4-14c438ae1908" + "5ea8b1c9-351a-408c-b26b-fa9d2f62ded8" ], "elapsed-time": [ - "2192" + "847" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:55:31 GMT" + "Sat, 08 Aug 2020 10:35:30 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4946.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037BC052B8FA\\\"\",\r\n \"name\": \"azsmnet6372\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9113.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B86C5E46B4B\\\"\",\r\n \"name\": \"azsmnet9382\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet6372')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MzcyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet9382')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MzgyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "525d8a64-6cb4-4522-8c07-35e9e36b9a65" + "06a80211-a9ab-41af-99f3-4b1a0b49bed8" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "584E1B396D0F783E602F3083740EBB3F" + "9BD5E95CA29EF91DF1DBB983FC0091BD" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "525d8a64-6cb4-4522-8c07-35e9e36b9a65" + "06a80211-a9ab-41af-99f3-4b1a0b49bed8" ], "elapsed-time": [ - "306" + "230" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:55:53 GMT" + "Sat, 08 Aug 2020 10:35:52 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet6372')/docs/search.post.autocomplete?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MzcyJykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet9382')/docs/search.post.autocomplete?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MzgyJykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"search\": \"mod\",\r\n \"autocompleteMode\": \"oneTerm\",\r\n \"filter\": \"hotelId ne '6' and (hotelName eq 'Modern Stay' or tags/any(t : t eq 'budget'))\",\r\n \"fuzzy\": true,\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "33c17acd-7911-4090-9e00-f636b76b25a8" + "0bedb7bf-0edd-44b4-aa3f-730a2ecada60" ], "Accept-Language": [ "en-US" ], "api-key": [ - "19BA5ECF7B305C799E6706AAA3561EEF" + "0A77EA392F6EFAA9BA721F71F48B1630" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -516,10 +516,10 @@ "no-cache" ], "request-id": [ - "33c17acd-7911-4090-9e00-f636b76b25a8" + "0bedb7bf-0edd-44b4-aa3f-730a2ecada60" ], "elapsed-time": [ - "23" + "183" ], "OData-Version": [ "4.0" @@ -531,7 +531,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:55:55 GMT" + "Sat, 08 Aug 2020 10:35:56 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -543,25 +543,25 @@ "259" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4946.search-dogfood.windows-int.net/indexes('azsmnet6372')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"modern\",\r\n \"queryPlusText\": \"modern\"\r\n },\r\n {\r\n \"text\": \"motel\",\r\n \"queryPlusText\": \"motel\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9113.search-dogfood.windows-int.net/indexes('azsmnet9382')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"modern\",\r\n \"queryPlusText\": \"modern\"\r\n },\r\n {\r\n \"text\": \"motel\",\r\n \"queryPlusText\": \"motel\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8533/providers/Microsoft.Search/searchServices/azs-4946?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NTMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTQ2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7965/providers/Microsoft.Search/searchServices/azs-9113?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3OTY1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTEzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f27d9e28-fcf6-4b04-9f9c-04bbdd5826d9" + "7e5ecf78-7940-4648-8db2-acb13a8b3ee7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -572,51 +572,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14997" + ], "x-ms-request-id": [ - "f27d9e28-fcf6-4b04-9f9c-04bbdd5826d9" + "b79d2d70-3bb9-40bb-8ba2-943f72af77fd" ], - "request-id": [ - "f27d9e28-fcf6-4b04-9f9c-04bbdd5826d9" + "x-ms-correlation-request-id": [ + "b79d2d70-3bb9-40bb-8ba2-943f72af77fd" ], - "elapsed-time": [ - "1571" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T103604Z:b79d2d70-3bb9-40bb-8ba2-943f72af77fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "56533336-8f8b-4189-958a-6293473f7108" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025601Z:56533336-8f8b-4189-958a-6293473f7108" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:56:01 GMT" + "Sat, 08 Aug 2020 10:36:04 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8533", - "azsmnet6372" + "azsmnet7965", + "azsmnet9382" ], "GenerateServiceName": [ - "azs-4946" + "azs-9113" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteWithMultipleSelectedFields.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteWithMultipleSelectedFields.json index 34c692875b1e..48e1664c1cf8 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteWithMultipleSelectedFields.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteWithMultipleSelectedFields.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ea2fa29c-3f29-4662-90e4-bd1a5edb3dfb" + "fddd68ac-bb72-4f9c-9515-2b358515b6c7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1175" + "1187" ], "x-ms-request-id": [ - "ae99a163-a76f-4c46-b001-3463ab0dac67" + "e80f7567-e519-437b-ba6f-85d842883166" ], "x-ms-correlation-request-id": [ - "ae99a163-a76f-4c46-b001-3463ab0dac67" + "e80f7567-e519-437b-ba6f-85d842883166" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024901Z:ae99a163-a76f-4c46-b001-3463ab0dac67" + "NORTHEUROPE:20200808T102417Z:e80f7567-e519-437b-ba6f-85d842883166" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:49:00 GMT" + "Sat, 08 Aug 2020 10:24:16 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7972?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3OTcyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6716?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2NzE2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7621666c-a0bb-49ed-b957-cc926282e221" + "d8059c91-b877-4039-950c-42e0befc2dbd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1191" ], "x-ms-request-id": [ - "bc85d16d-e1f7-42e8-a151-0a51f9685c33" + "5f422ec1-b73b-48b6-82a7-f9579a6cb2da" ], "x-ms-correlation-request-id": [ - "bc85d16d-e1f7-42e8-a151-0a51f9685c33" + "5f422ec1-b73b-48b6-82a7-f9579a6cb2da" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024901Z:bc85d16d-e1f7-42e8-a151-0a51f9685c33" + "NORTHEUROPE:20200808T102418Z:5f422ec1-b73b-48b6-82a7-f9579a6cb2da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:49:01 GMT" + "Sat, 08 Aug 2020 10:24:18 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7972\",\r\n \"name\": \"azsmnet7972\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6716\",\r\n \"name\": \"azsmnet6716\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7972/providers/Microsoft.Search/searchServices/azs-7472?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3OTcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDcyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6716/providers/Microsoft.Search/searchServices/azs-5782?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzgyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "40be6dbf-f4e3-4821-ab9f-ce34f49f684b" + "4bff984f-83b1-47ed-a9ea-9e0dda82dc08" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A49%3A06.3452003Z'\"" + "W/\"datetime'2020-08-08T10%3A24%3A23.6207471Z'\"" ], "x-ms-request-id": [ - "40be6dbf-f4e3-4821-ab9f-ce34f49f684b" + "4bff984f-83b1-47ed-a9ea-9e0dda82dc08" ], "request-id": [ - "40be6dbf-f4e3-4821-ab9f-ce34f49f684b" + "4bff984f-83b1-47ed-a9ea-9e0dda82dc08" ], "elapsed-time": [ - "1711" + "2103" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1190" ], "x-ms-correlation-request-id": [ - "4b7c6a63-c772-484e-8a5b-21da787c4228" + "e7f7727e-2b76-48c4-a14b-294ab5837586" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024907Z:4b7c6a63-c772-484e-8a5b-21da787c4228" + "NORTHEUROPE:20200808T102425Z:e7f7727e-2b76-48c4-a14b-294ab5837586" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:49:06 GMT" + "Sat, 08 Aug 2020 10:24:24 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7972/providers/Microsoft.Search/searchServices/azs-7472\",\r\n \"name\": \"azs-7472\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6716/providers/Microsoft.Search/searchServices/azs-5782\",\r\n \"name\": \"azs-5782\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7972/providers/Microsoft.Search/searchServices/azs-7472/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3OTcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDcyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6716/providers/Microsoft.Search/searchServices/azs-5782/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzgyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c6077131-86bd-4c4d-ac9a-6ca34fc38d20" + "a550cad8-12cc-454e-aeb7-d799425d29b2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c6077131-86bd-4c4d-ac9a-6ca34fc38d20" + "a550cad8-12cc-454e-aeb7-d799425d29b2" ], "request-id": [ - "c6077131-86bd-4c4d-ac9a-6ca34fc38d20" + "a550cad8-12cc-454e-aeb7-d799425d29b2" ], "elapsed-time": [ - "294" + "117" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1186" ], "x-ms-correlation-request-id": [ - "237f035a-1753-4613-a53d-816ca9410a0c" + "a83f7003-26c2-4e78-85f2-c5d708283120" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024909Z:237f035a-1753-4613-a53d-816ca9410a0c" + "NORTHEUROPE:20200808T102427Z:a83f7003-26c2-4e78-85f2-c5d708283120" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:49:08 GMT" + "Sat, 08 Aug 2020 10:24:26 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"ACB65AB66992F5AFF59FF7EFCCDC20BE\",\r\n \"secondaryKey\": \"8BA807EEF5175CF10CC4EE1EDE68D5E5\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"D5745D394AB15CCA3E667F6F148C876E\",\r\n \"secondaryKey\": \"920010CB1D8E9DFD64378AB5D524C451\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7972/providers/Microsoft.Search/searchServices/azs-7472/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3OTcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDcyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6716/providers/Microsoft.Search/searchServices/azs-5782/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzgyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0d4b8d1-9fc7-4818-ba6d-b57fafebfbcb" + "26d13a0b-653b-4bbd-b335-f793b9dc6487" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e0d4b8d1-9fc7-4818-ba6d-b57fafebfbcb" + "26d13a0b-653b-4bbd-b335-f793b9dc6487" ], "request-id": [ - "e0d4b8d1-9fc7-4818-ba6d-b57fafebfbcb" + "26d13a0b-653b-4bbd-b335-f793b9dc6487" ], "elapsed-time": [ - "132" + "92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1185" ], "x-ms-correlation-request-id": [ - "0106dc4e-baad-408d-b523-b46bddf11f1f" + "cd38ec33-7d48-4dce-b81e-2aa7e3b1ebfb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024909Z:0106dc4e-baad-408d-b523-b46bddf11f1f" + "NORTHEUROPE:20200808T102428Z:cd38ec33-7d48-4dce-b81e-2aa7e3b1ebfb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:49:09 GMT" + "Sat, 08 Aug 2020 10:24:27 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"EB13A95BB9A300AC4D3DF6661F7351B7\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"A6891A258CD7F0E3EF480947C2B4460E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1748\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7768\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "1b4fac19-e0df-44c5-9d86-93d36661db0d" + "acf8e337-e293-4637-9451-21b0b2c37f04" ], "Accept-Language": [ "en-US" ], "api-key": [ - "ACB65AB66992F5AFF59FF7EFCCDC20BE" + "D5745D394AB15CCA3E667F6F148C876E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037ADE95547C\"" + "W/\"0x8D83B853C5C541A\"" ], "Location": [ - "https://azs-7472.search-dogfood.windows-int.net/indexes('azsmnet1748')?api-version=2019-05-06" + "https://azs-5782.search-dogfood.windows-int.net/indexes('azsmnet7768')?api-version=2019-05-06" ], "request-id": [ - "1b4fac19-e0df-44c5-9d86-93d36661db0d" + "acf8e337-e293-4637-9451-21b0b2c37f04" ], "elapsed-time": [ - "1276" + "790" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:49:12 GMT" + "Sat, 08 Aug 2020 10:24:30 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7472.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037ADE95547C\\\"\",\r\n \"name\": \"azsmnet1748\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5782.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B853C5C541A\\\"\",\r\n \"name\": \"azsmnet7768\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet1748')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNzQ4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet7768')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NzY4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "918c20b5-d2c5-4b76-90a5-f0ebbf0ef350" + "9a5df7ab-7e0d-4361-8280-7600f6465891" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "ACB65AB66992F5AFF59FF7EFCCDC20BE" + "D5745D394AB15CCA3E667F6F148C876E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "918c20b5-d2c5-4b76-90a5-f0ebbf0ef350" + "9a5df7ab-7e0d-4361-8280-7600f6465891" ], "elapsed-time": [ - "206" + "4590" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:49:34 GMT" + "Sat, 08 Aug 2020 10:24:56 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet1748')/docs/search.post.autocomplete?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNzQ4JykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet7768')/docs/search.post.autocomplete?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NzY4JykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"search\": \"mod\",\r\n \"autocompleteMode\": \"oneTerm\",\r\n \"searchFields\": \"hotelName,description\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "8df4ba4a-3250-4ccf-a257-1139e8d13821" + "eedfb898-c0ca-4254-aee5-6f73332d7bda" ], "Accept-Language": [ "en-US" ], "api-key": [ - "EB13A95BB9A300AC4D3DF6661F7351B7" + "A6891A258CD7F0E3EF480947C2B4460E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -516,10 +516,10 @@ "no-cache" ], "request-id": [ - "8df4ba4a-3250-4ccf-a257-1139e8d13821" + "eedfb898-c0ca-4254-aee5-6f73332d7bda" ], "elapsed-time": [ - "10" + "12" ], "OData-Version": [ "4.0" @@ -531,7 +531,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:49:38 GMT" + "Sat, 08 Aug 2020 10:25:01 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -543,25 +543,25 @@ "259" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7472.search-dogfood.windows-int.net/indexes('azsmnet1748')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"model\",\r\n \"queryPlusText\": \"model\"\r\n },\r\n {\r\n \"text\": \"modern\",\r\n \"queryPlusText\": \"modern\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5782.search-dogfood.windows-int.net/indexes('azsmnet7768')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"model\",\r\n \"queryPlusText\": \"model\"\r\n },\r\n {\r\n \"text\": \"modern\",\r\n \"queryPlusText\": \"modern\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7972/providers/Microsoft.Search/searchServices/azs-7472?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3OTcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDcyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6716/providers/Microsoft.Search/searchServices/azs-5782?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzgyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aced6541-5a66-451a-9a36-d7bc7291cc31" + "6790fd25-d11d-4190-906f-7bea3e36ab79" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -572,51 +572,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14987" + ], "x-ms-request-id": [ - "aced6541-5a66-451a-9a36-d7bc7291cc31" + "634406e3-fc3d-48bf-a10f-e9af274f0b9b" ], - "request-id": [ - "aced6541-5a66-451a-9a36-d7bc7291cc31" + "x-ms-correlation-request-id": [ + "634406e3-fc3d-48bf-a10f-e9af274f0b9b" ], - "elapsed-time": [ - "948" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T102538Z:634406e3-fc3d-48bf-a10f-e9af274f0b9b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14986" - ], - "x-ms-correlation-request-id": [ - "780385ad-1893-46e3-81b2-5263f5c032f9" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024941Z:780385ad-1893-46e3-81b2-5263f5c032f9" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:49:40 GMT" + "Sat, 08 Aug 2020 10:25:38 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7972", - "azsmnet1748" + "azsmnet6716", + "azsmnet7768" ], "GenerateServiceName": [ - "azs-7472" + "azs-5782" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteWithSelectedFields.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteWithSelectedFields.json index 9a26a5918634..6d7bda2180da 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteWithSelectedFields.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostAutocompleteTests/CanAutocompleteWithSelectedFields.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c82e00bb-1f92-4624-ba02-151dd064bbbb" + "fb1a256c-5269-449f-ad8c-8c61be9b5035" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1188" ], "x-ms-request-id": [ - "737ef008-dda7-4204-9249-34e2185a5cbd" + "d7ffa0a5-8783-4554-9c2c-8c1ba504f4be" ], "x-ms-correlation-request-id": [ - "737ef008-dda7-4204-9249-34e2185a5cbd" + "d7ffa0a5-8783-4554-9c2c-8c1ba504f4be" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025340Z:737ef008-dda7-4204-9249-34e2185a5cbd" + "NORTHEUROPE:20200808T103215Z:d7ffa0a5-8783-4554-9c2c-8c1ba504f4be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:53:40 GMT" + "Sat, 08 Aug 2020 10:32:14 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8474?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NDc0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4711?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0NzExP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dd98692c-d968-460c-b18a-edf39832033c" + "0a6fb305-1ab3-4f0c-95ae-0403e1b2c30e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1192" ], "x-ms-request-id": [ - "1e313253-00a0-4d93-9623-0cb517fd827b" + "b4b1a273-1756-412c-b93d-a018f35a5769" ], "x-ms-correlation-request-id": [ - "1e313253-00a0-4d93-9623-0cb517fd827b" + "b4b1a273-1756-412c-b93d-a018f35a5769" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025341Z:1e313253-00a0-4d93-9623-0cb517fd827b" + "NORTHEUROPE:20200808T103217Z:b4b1a273-1756-412c-b93d-a018f35a5769" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:53:41 GMT" + "Sat, 08 Aug 2020 10:32:17 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8474\",\r\n \"name\": \"azsmnet8474\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4711\",\r\n \"name\": \"azsmnet4711\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8474/providers/Microsoft.Search/searchServices/azs-1919?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTE5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4711/providers/Microsoft.Search/searchServices/azs-3253?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMjUzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9dfe4fc2-80a7-46c0-957a-260aed247a26" + "fcc52368-93d8-47b3-81f2-7cfada210cc7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A53%3A45.0067944Z'\"" + "W/\"datetime'2020-08-08T10%3A32%3A22.3940477Z'\"" ], "x-ms-request-id": [ - "9dfe4fc2-80a7-46c0-957a-260aed247a26" + "fcc52368-93d8-47b3-81f2-7cfada210cc7" ], "request-id": [ - "9dfe4fc2-80a7-46c0-957a-260aed247a26" + "fcc52368-93d8-47b3-81f2-7cfada210cc7" ], "elapsed-time": [ - "2266" + "1876" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1196" ], "x-ms-correlation-request-id": [ - "19f4240f-d75e-4ba1-8e7d-a4ce9854a8bc" + "5fb46654-fdee-4bc0-b96a-2231401cfb5d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025345Z:19f4240f-d75e-4ba1-8e7d-a4ce9854a8bc" + "NORTHEUROPE:20200808T103223Z:5fb46654-fdee-4bc0-b96a-2231401cfb5d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:53:45 GMT" + "Sat, 08 Aug 2020 10:32:23 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8474/providers/Microsoft.Search/searchServices/azs-1919\",\r\n \"name\": \"azs-1919\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4711/providers/Microsoft.Search/searchServices/azs-3253\",\r\n \"name\": \"azs-3253\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8474/providers/Microsoft.Search/searchServices/azs-1919/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTE5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4711/providers/Microsoft.Search/searchServices/azs-3253/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMjUzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36154bb2-026e-4363-937e-917db152685e" + "c905e27a-e857-4c5e-854b-10d64aa4bb24" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "36154bb2-026e-4363-937e-917db152685e" + "c905e27a-e857-4c5e-854b-10d64aa4bb24" ], "request-id": [ - "36154bb2-026e-4363-937e-917db152685e" + "c905e27a-e857-4c5e-854b-10d64aa4bb24" ], "elapsed-time": [ - "591" + "92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1194" ], "x-ms-correlation-request-id": [ - "dcb05441-c92c-4e1f-bddc-3faddcbbb94e" + "f889b326-6dd5-4926-81f2-d92a0fc28eae" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025349Z:dcb05441-c92c-4e1f-bddc-3faddcbbb94e" + "NORTHEUROPE:20200808T103226Z:f889b326-6dd5-4926-81f2-d92a0fc28eae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:53:48 GMT" + "Sat, 08 Aug 2020 10:32:25 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"2F007E082CC5A113FEAF578E00E8DB1A\",\r\n \"secondaryKey\": \"857CA9D1CF25F18B167D545C9F4A2A47\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"F0BA95FF0304D329137BA0B4C5E3E14F\",\r\n \"secondaryKey\": \"7C827F250CA1C2ACB937F2782DDD2229\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8474/providers/Microsoft.Search/searchServices/azs-1919/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTE5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4711/providers/Microsoft.Search/searchServices/azs-3253/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMjUzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4af7b999-56c1-4041-adf4-bc0d6c688e2e" + "0a676ab2-aa92-49fa-8491-778a7e2a752b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4af7b999-56c1-4041-adf4-bc0d6c688e2e" + "0a676ab2-aa92-49fa-8491-778a7e2a752b" ], "request-id": [ - "4af7b999-56c1-4041-adf4-bc0d6c688e2e" + "0a676ab2-aa92-49fa-8491-778a7e2a752b" ], "elapsed-time": [ - "440" + "106" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1176" + "1193" ], "x-ms-correlation-request-id": [ - "670c3516-bd9c-4ac8-849f-d3b176b29c08" + "ea26af15-c3ca-4664-950b-1ee419829d00" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025349Z:670c3516-bd9c-4ac8-849f-d3b176b29c08" + "NORTHEUROPE:20200808T103226Z:ea26af15-c3ca-4664-950b-1ee419829d00" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:53:49 GMT" + "Sat, 08 Aug 2020 10:32:26 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F7B7B0EED64215BB820557B458EFB21A\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"C9B9540E62C08851C8453D9D6168831B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1388\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3984\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "397c833b-95bf-4adb-95f7-5d69be84defd" + "0744d05c-9132-4ce5-ab89-571209a7c3eb" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2F007E082CC5A113FEAF578E00E8DB1A" + "F0BA95FF0304D329137BA0B4C5E3E14F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037B854B31FD\"" + "W/\"0x8D83B865A7BE32F\"" ], "Location": [ - "https://azs-1919.search-dogfood.windows-int.net/indexes('azsmnet1388')?api-version=2019-05-06" + "https://azs-3253.search-dogfood.windows-int.net/indexes('azsmnet3984')?api-version=2019-05-06" ], "request-id": [ - "397c833b-95bf-4adb-95f7-5d69be84defd" + "0744d05c-9132-4ce5-ab89-571209a7c3eb" ], "elapsed-time": [ - "1257" + "1865" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:53:52 GMT" + "Sat, 08 Aug 2020 10:32:30 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1919.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037B854B31FD\\\"\",\r\n \"name\": \"azsmnet1388\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3253.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B865A7BE32F\\\"\",\r\n \"name\": \"azsmnet3984\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet1388')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMzg4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3984')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzOTg0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "042e1c16-2e51-476e-9d1f-155ce3b9114d" + "d5456602-5f9e-431b-861b-318139404de8" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "2F007E082CC5A113FEAF578E00E8DB1A" + "F0BA95FF0304D329137BA0B4C5E3E14F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "042e1c16-2e51-476e-9d1f-155ce3b9114d" + "d5456602-5f9e-431b-861b-318139404de8" ], "elapsed-time": [ - "166" + "203" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:54:14 GMT" + "Sat, 08 Aug 2020 10:32:51 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,24 +481,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet1388')/docs/search.post.autocomplete?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMzg4JykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3984')/docs/search.post.autocomplete?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzOTg0JykvZG9jcy9zZWFyY2gucG9zdC5hdXRvY29tcGxldGU/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"search\": \"mod\",\r\n \"autocompleteMode\": \"oneTerm\",\r\n \"filter\": \"hotelId eq '7'\",\r\n \"searchFields\": \"hotelName\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "74c166fc-d2d0-4344-8af4-2ccf3f457469" + "4ca00a41-5468-44f8-8772-df812bd27da8" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F7B7B0EED64215BB820557B458EFB21A" + "C9B9540E62C08851C8453D9D6168831B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -516,10 +516,10 @@ "no-cache" ], "request-id": [ - "74c166fc-d2d0-4344-8af4-2ccf3f457469" + "4ca00a41-5468-44f8-8772-df812bd27da8" ], "elapsed-time": [ - "12" + "6" ], "OData-Version": [ "4.0" @@ -531,7 +531,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:54:17 GMT" + "Sat, 08 Aug 2020 10:32:55 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -543,25 +543,25 @@ "218" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1919.search-dogfood.windows-int.net/indexes('azsmnet1388')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"modern\",\r\n \"queryPlusText\": \"modern\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3253.search-dogfood.windows-int.net/indexes('azsmnet3984')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\r\n \"value\": [\r\n {\r\n \"text\": \"modern\",\r\n \"queryPlusText\": \"modern\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8474/providers/Microsoft.Search/searchServices/azs-1919?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTE5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4711/providers/Microsoft.Search/searchServices/azs-3253?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMjUzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e156187b-531a-47af-9bfb-4fa32a15ca35" + "d020de7d-acfe-43f7-938a-a5147450365a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -572,51 +572,42 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "e156187b-531a-47af-9bfb-4fa32a15ca35" - ], - "request-id": [ - "e156187b-531a-47af-9bfb-4fa32a15ca35" - ], - "elapsed-time": [ - "884" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14991" ], + "x-ms-request-id": [ + "37f20634-7b58-4682-9c1e-eb5902ae72ca" + ], "x-ms-correlation-request-id": [ - "f7b50729-323e-432d-89b5-f0cd1b690954" + "37f20634-7b58-4682-9c1e-eb5902ae72ca" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T025421Z:f7b50729-323e-432d-89b5-f0cd1b690954" + "NORTHEUROPE:20200808T103345Z:37f20634-7b58-4682-9c1e-eb5902ae72ca" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:54:21 GMT" + "Sat, 08 Aug 2020 10:33:45 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8474", - "azsmnet1388" + "azsmnet4711", + "azsmnet3984" ], "GenerateServiceName": [ - "azs-1919" + "azs-3253" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanContinueSearchForDynamicDocuments.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanContinueSearchForDynamicDocuments.json index 2a5c7974ae60..0e3ab79cd75f 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanContinueSearchForDynamicDocuments.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanContinueSearchForDynamicDocuments.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7bfb433b-7456-41f1-906c-37291df27d8b" + "be84b1c1-a12b-4019-b466-6e3a510e43d0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1185" ], "x-ms-request-id": [ - "d43007e2-16dc-406b-9c34-a2bca2b97ccb" + "d66f0798-e3eb-425b-a2ec-a03cbe683bf0" ], "x-ms-correlation-request-id": [ - "d43007e2-16dc-406b-9c34-a2bca2b97ccb" + "d66f0798-e3eb-425b-a2ec-a03cbe683bf0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031821Z:d43007e2-16dc-406b-9c34-a2bca2b97ccb" + "NORTHEUROPE:20200808T070016Z:d66f0798-e3eb-425b-a2ec-a03cbe683bf0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:18:21 GMT" + "Sat, 08 Aug 2020 07:00:15 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6974?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2OTc0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet299?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyOTk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "18dc52f6-9a31-4711-856d-49c1c9047bf2" + "28f9baac-31b9-4d3a-abec-20c99fe01a88" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1190" ], "x-ms-request-id": [ - "5082ec0a-ec40-4a78-9a59-fc80ec03611f" + "7f1758ba-f5ff-4892-8ce5-4038f76ab8e8" ], "x-ms-correlation-request-id": [ - "5082ec0a-ec40-4a78-9a59-fc80ec03611f" + "7f1758ba-f5ff-4892-8ce5-4038f76ab8e8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031822Z:5082ec0a-ec40-4a78-9a59-fc80ec03611f" + "NORTHEUROPE:20200808T070017Z:7f1758ba-f5ff-4892-8ce5-4038f76ab8e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:18:21 GMT" + "Sat, 08 Aug 2020 07:00:17 GMT" ], "Content-Length": [ - "175" + "173" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6974\",\r\n \"name\": \"azsmnet6974\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet299\",\r\n \"name\": \"azsmnet299\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6974/providers/Microsoft.Search/searchServices/azs-2120?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTIwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet299/providers/Microsoft.Search/searchServices/azs-78?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1b8759c4-30cb-46fa-8310-ab190c0cc1f5" + "ac42ec67-c4c4-4f09-a78d-15fe28fc3c96" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A18%3A26.3330651Z'\"" + "W/\"datetime'2020-08-08T07%3A00%3A23.726471Z'\"" ], "x-ms-request-id": [ - "1b8759c4-30cb-46fa-8310-ab190c0cc1f5" + "ac42ec67-c4c4-4f09-a78d-15fe28fc3c96" ], "request-id": [ - "1b8759c4-30cb-46fa-8310-ab190c0cc1f5" + "ac42ec67-c4c4-4f09-a78d-15fe28fc3c96" ], "elapsed-time": [ - "1470" + "1698" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1191" ], "x-ms-correlation-request-id": [ - "20ce0334-13bb-4f29-9c76-e532e2735f7b" + "dd4de12f-4b05-4825-b2aa-a653243d800b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031827Z:20ce0334-13bb-4f29-9c76-e532e2735f7b" + "NORTHEUROPE:20200808T070025Z:dd4de12f-4b05-4825-b2aa-a653243d800b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:18:27 GMT" + "Sat, 08 Aug 2020 07:00:24 GMT" ], "Content-Length": [ - "529" + "524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6974/providers/Microsoft.Search/searchServices/azs-2120\",\r\n \"name\": \"azs-2120\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet299/providers/Microsoft.Search/searchServices/azs-78\",\r\n \"name\": \"azs-78\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6974/providers/Microsoft.Search/searchServices/azs-2120/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTIwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet299/providers/Microsoft.Search/searchServices/azs-78/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTc4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "078027dd-17e9-414c-a435-49d2a458f54f" + "60ba18e6-e780-4647-a79a-6612d6278467" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "078027dd-17e9-414c-a435-49d2a458f54f" + "60ba18e6-e780-4647-a79a-6612d6278467" ], "request-id": [ - "078027dd-17e9-414c-a435-49d2a458f54f" + "60ba18e6-e780-4647-a79a-6612d6278467" ], "elapsed-time": [ - "107" + "93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1189" ], "x-ms-correlation-request-id": [ - "734a3f0d-8737-461a-b3d7-d3aec287966e" + "a7427e91-a87a-4f43-80e4-2547a6e243d9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031829Z:734a3f0d-8737-461a-b3d7-d3aec287966e" + "NORTHEUROPE:20200808T070027Z:a7427e91-a87a-4f43-80e4-2547a6e243d9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:18:28 GMT" + "Sat, 08 Aug 2020 07:00:26 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"AF642C258177C25C89D24634ACD21D9B\",\r\n \"secondaryKey\": \"8928E3DE58F93F5B924DE968D0A93EEA\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"256A99413B218653B3296E735B0F7427\",\r\n \"secondaryKey\": \"C1EE74AFB93A85E85C47110ACDF20F51\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6974/providers/Microsoft.Search/searchServices/azs-2120/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTIwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet299/providers/Microsoft.Search/searchServices/azs-78/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTc4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b281e959-4974-451e-ba84-31c73a13b77b" + "1514cdd1-3387-4431-b83f-63ccb2bbcb6f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b281e959-4974-451e-ba84-31c73a13b77b" + "1514cdd1-3387-4431-b83f-63ccb2bbcb6f" ], "request-id": [ - "b281e959-4974-451e-ba84-31c73a13b77b" + "1514cdd1-3387-4431-b83f-63ccb2bbcb6f" ], "elapsed-time": [ - "128" + "381" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1188" ], "x-ms-correlation-request-id": [ - "12deb656-6fbe-4cbd-b9c5-7918da2a2f02" + "b0733fb6-07c8-4da6-aed8-788d442dfdda" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031830Z:12deb656-6fbe-4cbd-b9c5-7918da2a2f02" + "NORTHEUROPE:20200808T070028Z:b0733fb6-07c8-4da6-aed8-788d442dfdda" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:18:29 GMT" + "Sat, 08 Aug 2020 07:00:28 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"15A7DC5F03F36D135AAB52FFF9950BA7\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"812DA709C3D89E65B709841F458EF66F\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2625\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5706\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "82049868-ff17-4089-8d6a-ec560e727ed5" + "dfedd2eb-6434-467b-b195-44aee175224e" ], "Accept-Language": [ "en-US" ], "api-key": [ - "AF642C258177C25C89D24634ACD21D9B" + "256A99413B218653B3296E735B0F7427" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037EF779C715\"" + "W/\"0x8D83B68BD9547D3\"" ], "Location": [ - "https://azs-2120.search-dogfood.windows-int.net/indexes('azsmnet2625')?api-version=2019-05-06" + "https://azs-78.search-dogfood.windows-int.net/indexes('azsmnet5706')?api-version=2019-05-06" ], "request-id": [ - "82049868-ff17-4089-8d6a-ec560e727ed5" + "dfedd2eb-6434-467b-b195-44aee175224e" ], "elapsed-time": [ - "1290" + "1625" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:18:32 GMT" + "Sat, 08 Aug 2020 07:00:31 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6147" + "6145" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2120.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037EF779C715\\\"\",\r\n \"name\": \"azsmnet2625\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-78.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B68BD9547D3\\\"\",\r\n \"name\": \"azsmnet5706\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet2625')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNjI1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5706')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NzA2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "291476ff-2f55-48c3-bafb-5d597ccebfbe" + "bd0c4a6a-4f0f-43b6-ab77-9d38676c6e56" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "AF642C258177C25C89D24634ACD21D9B" + "256A99413B218653B3296E735B0F7427" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "291476ff-2f55-48c3-bafb-5d597ccebfbe" + "bd0c4a6a-4f0f-43b6-ab77-9d38676c6e56" ], "elapsed-time": [ - "148" + "204" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:18:54 GMT" + "Sat, 08 Aug 2020 07:00:53 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet2625')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNjI1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5706')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NzA2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"11\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"12\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"13\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"14\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"15\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"16\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"17\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"18\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"19\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"20\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"21\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"22\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"23\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"24\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"25\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"26\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"27\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"28\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"29\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"30\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"31\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"32\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"33\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"34\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"35\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"36\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"37\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"38\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"39\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"40\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"41\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"42\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"43\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"44\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"45\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"46\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"47\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"48\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"49\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"50\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"51\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"52\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"53\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"54\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"55\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"56\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"57\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"58\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"59\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"60\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"61\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"62\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"63\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"64\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"65\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"66\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"67\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"68\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"69\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"70\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"71\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"72\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"73\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"74\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"75\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"76\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"77\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"78\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"79\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"80\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"81\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"82\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"83\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"84\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"85\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"86\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"87\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"88\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"89\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"90\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"91\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"92\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"93\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"94\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"95\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"96\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"97\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"98\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"99\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"100\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"101\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"102\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"103\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"104\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"105\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"106\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"107\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"108\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"109\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"110\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"111\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"112\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"113\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"114\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"115\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"116\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"117\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"118\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"119\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"120\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"121\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"122\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"123\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"124\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"125\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"126\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"127\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"128\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"129\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"130\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"131\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"132\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"133\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"134\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"135\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"136\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"137\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"138\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"139\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"140\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"141\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"142\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"143\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"144\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"145\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"146\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"147\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"148\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"149\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"150\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"151\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"152\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"153\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"154\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"155\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"156\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"157\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"158\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"159\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"160\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"161\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"162\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"163\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"164\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"165\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"166\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"167\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"168\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"169\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"170\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"171\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"172\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"173\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"174\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"175\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"176\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"177\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"178\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"179\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"180\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"181\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"182\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"183\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"184\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"185\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"186\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"187\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"188\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"189\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"190\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"191\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"192\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"193\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"194\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"195\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"196\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"197\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"198\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"199\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"200\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"201\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"202\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"203\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"204\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"205\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"206\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"207\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"208\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"209\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"210\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"211\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"212\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"213\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"214\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"215\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"216\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"217\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"218\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"219\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"220\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"221\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"222\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"223\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"224\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"225\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"226\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"227\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"228\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"229\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"230\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"231\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"232\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"233\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"234\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"235\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"236\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"237\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"238\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"239\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"240\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"241\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"242\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"243\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"244\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"245\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"246\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"247\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"248\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"249\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"250\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"251\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"252\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"253\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"254\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"255\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"256\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"257\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"258\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"259\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"260\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"261\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"262\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"263\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"264\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"265\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"266\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"267\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"268\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"269\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"270\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"271\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"272\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"273\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"274\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"275\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"276\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"277\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"278\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"279\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"280\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"281\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"282\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"283\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"284\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"285\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"286\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"287\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"288\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"289\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"290\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"291\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"292\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"293\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"294\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"295\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"296\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"297\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"298\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"299\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"300\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"301\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"302\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"303\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"304\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"305\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"306\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"307\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"308\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"309\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"310\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"311\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"312\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"313\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"314\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"315\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"316\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"317\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"318\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"319\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"320\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"321\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"322\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"323\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"324\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"325\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"326\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"327\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"328\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"329\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"330\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"331\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"332\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"333\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"334\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"335\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"336\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"337\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"338\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"339\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"340\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"341\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"342\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"343\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"344\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"345\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"346\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"347\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"348\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"349\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"350\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"351\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"352\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"353\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"354\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"355\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"356\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"357\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"358\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"359\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"360\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"361\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"362\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"363\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"364\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"365\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"366\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"367\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"368\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"369\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"370\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"371\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"372\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"373\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"374\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"375\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"376\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"377\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"378\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"379\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"380\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"381\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"382\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"383\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"384\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"385\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"386\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"387\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"388\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"389\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"390\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"391\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"392\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"393\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"394\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"395\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"396\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"397\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"398\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"399\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"400\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"401\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"402\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"403\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"404\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"405\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"406\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"407\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"408\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"409\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"410\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"411\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"412\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"413\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"414\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"415\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"416\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"417\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"418\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"419\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"420\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"421\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"422\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"423\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"424\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"425\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"426\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"427\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"428\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"429\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"430\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"431\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"432\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"433\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"434\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"435\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"436\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"437\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"438\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"439\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"440\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"441\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"442\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"443\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"444\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"445\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"446\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"447\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"448\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"449\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"450\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"451\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"452\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"453\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"454\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"455\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"456\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"457\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"458\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"459\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"460\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"461\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"462\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"463\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"464\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"465\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"466\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"467\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"468\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"469\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"470\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"471\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"472\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"473\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"474\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"475\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"476\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"477\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"478\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"479\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"480\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"481\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"482\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"483\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"484\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"485\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"486\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"487\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"488\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"489\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"490\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"491\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"492\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"493\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"494\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"495\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"496\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"497\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"498\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"499\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"500\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"501\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"502\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"503\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"504\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"505\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"506\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"507\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"508\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"509\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"510\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"511\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"512\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"513\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"514\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"515\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"516\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"517\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"518\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"519\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"520\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"521\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"522\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"523\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"524\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"525\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"526\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"527\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"528\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"529\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"530\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"531\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"532\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"533\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"534\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"535\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"536\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"537\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"538\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"539\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"540\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"541\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"542\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"543\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"544\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"545\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"546\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"547\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"548\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"549\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"550\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"551\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"552\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"553\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"554\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"555\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"556\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"557\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"558\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"559\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"560\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"561\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"562\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"563\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"564\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"565\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"566\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"567\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"568\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"569\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"570\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"571\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"572\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"573\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"574\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"575\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"576\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"577\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"578\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"579\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"580\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"581\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"582\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"583\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"584\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"585\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"586\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"587\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"588\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"589\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"590\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"591\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"592\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"593\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"594\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"595\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"596\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"597\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"598\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"599\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"600\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"601\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"602\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"603\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"604\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"605\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"606\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"607\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"608\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"609\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"610\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"611\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"612\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"613\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"614\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"615\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"616\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"617\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"618\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"619\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"620\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"621\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"622\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"623\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"624\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"625\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"626\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"627\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"628\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"629\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"630\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"631\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"632\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"633\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"634\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"635\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"636\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"637\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"638\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"639\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"640\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"641\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"642\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"643\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"644\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"645\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"646\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"647\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"648\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"649\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"650\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"651\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"652\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"653\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"654\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"655\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"656\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"657\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"658\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"659\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"660\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"661\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"662\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"663\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"664\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"665\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"666\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"667\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"668\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"669\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"670\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"671\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"672\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"673\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"674\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"675\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"676\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"677\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"678\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"679\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"680\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"681\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"682\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"683\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"684\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"685\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"686\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"687\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"688\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"689\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"690\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"691\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"692\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"693\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"694\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"695\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"696\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"697\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"698\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"699\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"700\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"701\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"702\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"703\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"704\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"705\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"706\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"707\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"708\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"709\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"710\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"711\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"712\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"713\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"714\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"715\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"716\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"717\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"718\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"719\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"720\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"721\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"722\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"723\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"724\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"725\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"726\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"727\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"728\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"729\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"730\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"731\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"732\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"733\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"734\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"735\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"736\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"737\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"738\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"739\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"740\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"741\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"742\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"743\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"744\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"745\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"746\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"747\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"748\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"749\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"750\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"751\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"752\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"753\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"754\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"755\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"756\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"757\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"758\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"759\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"760\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"761\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"762\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"763\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"764\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"765\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"766\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"767\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"768\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"769\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"770\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"771\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"772\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"773\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"774\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"775\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"776\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"777\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"778\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"779\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"780\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"781\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"782\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"783\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"784\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"785\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"786\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"787\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"788\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"789\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"790\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"791\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"792\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"793\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"794\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"795\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"796\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"797\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"798\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"799\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"800\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"801\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"802\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"803\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"804\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"805\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"806\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"807\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"808\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"809\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"810\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"811\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"812\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"813\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"814\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"815\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"816\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"817\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"818\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"819\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"820\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"821\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"822\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"823\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"824\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"825\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"826\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"827\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"828\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"829\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"830\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"831\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"832\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"833\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"834\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"835\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"836\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"837\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"838\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"839\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"840\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"841\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"842\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"843\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"844\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"845\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"846\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"847\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"848\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"849\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"850\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"851\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"852\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"853\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"854\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"855\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"856\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"857\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"858\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"859\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"860\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"861\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"862\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"863\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"864\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"865\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"866\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"867\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"868\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"869\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"870\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"871\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"872\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"873\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"874\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"875\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"876\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"877\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"878\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"879\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"880\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"881\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"882\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"883\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"884\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"885\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"886\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"887\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"888\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"889\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"890\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"891\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"892\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"893\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"894\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"895\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"896\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"897\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"898\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"899\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"900\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"901\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"902\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"903\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"904\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"905\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"906\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"907\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"908\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"909\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"910\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"911\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"912\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"913\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"914\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"915\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"916\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"917\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"918\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"919\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"920\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"921\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"922\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"923\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"924\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"925\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"926\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"927\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"928\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"929\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"930\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"931\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"932\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"933\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"934\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"935\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"936\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"937\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"938\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"939\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"940\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"941\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"942\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"943\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"944\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"945\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"946\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"947\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"948\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"949\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"950\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"951\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"952\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"953\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"954\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"955\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"956\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"957\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"958\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"959\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"960\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"961\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"962\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"963\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"964\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"965\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"966\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"967\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"968\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"969\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"970\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"971\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"972\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"973\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"974\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"975\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"976\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"977\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"978\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"979\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"980\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"981\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"982\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"983\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"984\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"985\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"986\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"987\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"988\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"989\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"990\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"991\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"992\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"993\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"994\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"995\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"996\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"997\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"998\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"999\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1000\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1001\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1002\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1003\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1004\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1005\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1006\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1007\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1008\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1009\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1010\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "61c51410-2352-4b85-a63a-b6cbc1e93b0b" + "fb072f7b-8787-48fc-bd4d-213b34fc20ba" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "AF642C258177C25C89D24634ACD21D9B" + "256A99413B218653B3296E735B0F7427" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "61c51410-2352-4b85-a63a-b6cbc1e93b0b" + "fb072f7b-8787-48fc-bd4d-213b34fc20ba" ], "elapsed-time": [ - "338" + "280" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:18:58 GMT" + "Sat, 08 Aug 2020 07:00:57 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,13 +550,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet2625')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNjI1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5706')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NzA2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1011\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1012\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1013\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1014\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1015\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1016\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1017\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1018\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1019\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1020\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1021\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1022\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1023\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1024\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1025\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1026\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1027\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1028\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1029\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1030\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1031\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1032\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1033\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1034\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1035\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1036\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1037\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1038\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1039\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1040\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1041\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1042\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1043\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1044\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1045\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1046\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1047\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1048\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1049\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1050\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1051\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1052\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1053\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1054\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1055\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1056\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1057\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1058\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1059\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1060\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1061\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1062\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1063\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1064\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1065\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1066\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1067\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1068\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1069\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1070\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1071\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1072\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1073\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1074\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1075\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1076\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1077\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1078\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1079\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1080\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1081\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1082\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1083\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1084\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1085\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1086\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1087\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1088\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1089\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1090\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1091\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1092\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1093\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1094\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1095\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1096\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1097\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1098\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1099\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1100\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1101\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1102\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1103\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1104\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1105\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1106\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1107\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1108\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1109\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1110\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1111\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1112\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1113\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1114\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1115\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1116\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1117\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1118\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1119\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1120\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1121\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1122\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1123\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1124\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1125\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1126\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1127\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1128\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1129\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1130\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1131\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1132\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1133\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1134\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1135\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1136\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1137\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1138\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1139\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1140\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1141\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1142\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1143\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1144\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1145\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1146\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1147\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1148\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1149\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1150\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1151\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1152\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1153\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1154\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1155\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1156\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1157\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1158\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1159\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1160\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1161\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1162\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1163\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1164\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1165\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1166\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1167\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1168\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1169\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1170\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1171\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1172\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1173\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1174\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1175\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1176\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1177\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1178\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1179\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1180\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1181\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1182\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1183\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1184\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1185\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1186\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1187\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1188\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1189\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1190\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1191\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1192\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1193\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1194\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1195\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1196\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1197\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1198\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1199\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1200\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1201\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1202\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1203\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1204\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1205\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1206\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1207\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1208\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1209\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1210\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1211\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1212\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1213\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1214\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1215\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1216\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1217\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1218\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1219\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1220\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1221\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1222\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1223\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1224\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1225\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1226\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1227\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1228\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1229\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1230\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1231\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1232\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1233\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1234\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1235\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1236\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1237\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1238\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1239\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1240\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1241\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1242\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1243\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1244\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1245\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1246\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1247\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1248\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1249\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1250\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1251\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1252\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1253\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1254\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1255\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1256\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1257\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1258\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1259\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1260\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1261\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1262\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1263\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1264\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1265\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1266\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1267\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1268\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1269\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1270\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1271\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1272\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1273\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1274\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1275\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1276\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1277\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1278\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1279\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1280\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1281\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1282\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1283\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1284\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1285\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1286\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1287\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1288\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1289\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1290\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1291\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1292\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1293\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1294\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1295\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1296\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1297\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1298\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1299\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1300\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1301\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1302\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1303\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1304\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1305\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1306\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1307\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1308\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1309\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1310\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1311\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1312\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1313\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1314\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1315\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1316\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1317\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1318\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1319\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1320\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1321\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1322\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1323\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1324\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1325\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1326\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1327\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1328\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1329\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1330\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1331\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1332\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1333\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1334\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1335\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1336\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1337\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1338\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1339\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1340\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1341\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1342\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1343\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1344\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1345\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1346\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1347\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1348\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1349\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1350\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1351\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1352\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1353\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1354\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1355\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1356\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1357\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1358\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1359\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1360\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1361\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1362\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1363\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1364\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1365\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1366\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1367\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1368\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1369\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1370\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1371\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1372\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1373\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1374\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1375\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1376\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1377\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1378\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1379\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1380\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1381\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1382\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1383\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1384\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1385\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1386\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1387\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1388\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1389\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1390\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1391\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1392\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1393\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1394\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1395\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1396\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1397\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1398\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1399\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1400\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1401\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1402\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1403\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1404\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1405\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1406\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1407\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1408\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1409\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1410\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1411\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1412\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1413\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1414\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1415\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1416\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1417\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1418\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1419\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1420\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1421\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1422\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1423\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1424\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1425\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1426\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1427\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1428\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1429\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1430\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1431\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1432\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1433\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1434\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1435\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1436\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1437\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1438\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1439\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1440\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1441\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1442\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1443\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1444\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1445\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1446\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1447\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1448\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1449\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1450\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1451\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1452\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1453\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1454\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1455\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1456\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1457\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1458\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1459\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1460\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1461\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1462\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1463\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1464\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1465\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1466\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1467\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1468\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1469\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1470\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1471\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1472\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1473\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1474\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1475\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1476\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1477\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1478\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1479\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1480\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1481\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1482\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1483\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1484\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1485\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1486\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1487\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1488\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1489\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1490\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1491\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1492\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1493\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1494\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1495\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1496\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1497\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1498\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1499\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1500\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1501\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1502\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1503\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1504\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1505\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1506\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1507\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1508\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1509\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1510\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1511\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1512\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1513\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1514\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1515\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1516\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1517\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1518\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1519\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1520\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1521\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1522\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1523\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1524\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1525\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1526\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1527\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1528\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1529\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1530\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1531\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1532\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1533\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1534\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1535\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1536\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1537\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1538\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1539\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1540\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1541\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1542\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1543\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1544\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1545\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1546\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1547\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1548\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1549\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1550\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1551\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1552\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1553\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1554\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1555\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1556\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1557\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1558\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1559\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1560\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1561\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1562\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1563\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1564\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1565\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1566\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1567\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1568\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1569\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1570\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1571\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1572\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1573\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1574\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1575\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1576\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1577\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1578\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1579\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1580\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1581\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1582\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1583\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1584\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1585\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1586\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1587\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1588\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1589\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1590\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1591\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1592\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1593\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1594\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1595\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1596\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1597\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1598\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1599\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1600\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1601\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1602\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1603\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1604\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1605\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1606\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1607\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1608\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1609\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1610\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1611\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1612\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1613\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1614\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1615\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1616\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1617\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1618\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1619\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1620\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1621\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1622\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1623\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1624\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1625\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1626\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1627\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1628\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1629\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1630\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1631\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1632\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1633\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1634\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1635\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1636\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1637\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1638\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1639\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1640\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1641\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1642\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1643\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1644\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1645\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1646\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1647\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1648\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1649\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1650\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1651\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1652\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1653\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1654\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1655\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1656\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1657\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1658\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1659\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1660\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1661\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1662\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1663\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1664\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1665\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1666\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1667\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1668\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1669\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1670\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1671\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1672\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1673\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1674\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1675\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1676\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1677\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1678\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1679\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1680\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1681\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1682\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1683\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1684\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1685\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1686\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1687\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1688\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1689\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1690\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1691\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1692\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1693\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1694\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1695\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1696\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1697\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1698\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1699\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1700\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1701\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1702\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1703\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1704\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1705\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1706\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1707\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1708\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1709\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1710\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1711\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1712\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1713\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1714\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1715\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1716\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1717\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1718\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1719\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1720\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1721\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1722\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1723\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1724\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1725\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1726\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1727\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1728\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1729\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1730\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1731\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1732\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1733\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1734\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1735\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1736\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1737\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1738\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1739\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1740\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1741\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1742\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1743\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1744\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1745\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1746\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1747\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1748\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1749\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1750\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1751\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1752\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1753\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1754\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1755\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1756\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1757\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1758\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1759\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1760\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1761\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1762\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1763\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1764\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1765\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1766\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1767\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1768\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1769\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1770\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1771\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1772\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1773\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1774\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1775\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1776\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1777\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1778\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1779\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1780\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1781\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1782\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1783\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1784\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1785\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1786\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1787\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1788\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1789\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1790\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1791\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1792\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1793\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1794\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1795\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1796\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1797\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1798\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1799\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1800\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1801\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1802\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1803\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1804\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1805\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1806\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1807\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1808\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1809\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1810\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1811\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1812\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1813\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1814\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1815\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1816\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1817\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1818\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1819\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1820\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1821\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1822\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1823\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1824\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1825\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1826\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1827\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1828\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1829\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1830\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1831\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1832\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1833\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1834\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1835\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1836\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1837\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1838\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1839\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1840\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1841\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1842\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1843\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1844\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1845\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1846\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1847\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1848\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1849\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1850\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1851\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1852\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1853\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1854\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1855\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1856\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1857\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1858\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1859\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1860\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1861\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1862\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1863\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1864\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1865\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1866\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1867\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1868\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1869\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1870\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1871\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1872\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1873\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1874\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1875\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1876\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1877\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1878\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1879\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1880\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1881\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1882\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1883\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1884\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1885\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1886\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1887\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1888\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1889\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1890\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1891\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1892\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1893\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1894\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1895\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1896\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1897\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1898\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1899\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1900\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1901\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1902\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1903\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1904\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1905\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1906\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1907\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1908\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1909\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1910\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1911\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1912\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1913\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1914\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1915\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1916\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1917\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1918\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1919\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1920\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1921\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1922\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1923\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1924\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1925\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1926\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1927\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1928\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1929\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1930\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1931\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1932\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1933\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1934\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1935\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1936\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1937\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1938\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1939\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1940\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1941\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1942\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1943\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1944\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1945\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1946\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1947\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1948\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1949\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1950\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1951\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1952\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1953\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1954\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1955\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1956\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1957\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1958\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1959\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1960\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1961\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1962\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1963\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1964\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1965\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1966\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1967\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1968\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1969\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1970\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1971\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1972\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1973\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1974\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1975\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1976\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1977\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1978\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1979\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1980\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1981\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1982\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1983\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1984\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1985\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1986\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1987\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1988\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1989\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1990\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1991\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1992\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1993\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1994\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1995\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1996\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1997\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1998\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1999\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2000\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2001\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "5657d207-0930-4c69-b1ed-48b8c7d2e780" + "e2da4d57-d780-46a3-b7ad-75ad0b487d13" ], "Accept-Language": [ "en-US" @@ -565,12 +565,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "AF642C258177C25C89D24634ACD21D9B" + "256A99413B218653B3296E735B0F7427" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -588,10 +588,10 @@ "no-cache" ], "request-id": [ - "5657d207-0930-4c69-b1ed-48b8c7d2e780" + "e2da4d57-d780-46a3-b7ad-75ad0b487d13" ], "elapsed-time": [ - "204" + "262" ], "OData-Version": [ "4.0" @@ -603,7 +603,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:19:00 GMT" + "Sat, 08 Aug 2020 07:00:59 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -619,13 +619,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet2625')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNjI1JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5706')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NzA2JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"hotelId asc\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelId\",\r\n \"top\": 3000\r\n}", "RequestHeaders": { "client-request-id": [ - "653586c7-5c1c-4204-a625-969d281a4191" + "2fc4102a-a1df-4a18-af29-9cff5afffeef" ], "Accept-Language": [ "en-US" @@ -634,12 +634,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "AF642C258177C25C89D24634ACD21D9B" + "256A99413B218653B3296E735B0F7427" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -657,10 +657,10 @@ "no-cache" ], "request-id": [ - "653586c7-5c1c-4204-a625-969d281a4191" + "2fc4102a-a1df-4a18-af29-9cff5afffeef" ], "elapsed-time": [ - "108" + "224" ], "OData-Version": [ "4.0" @@ -672,7 +672,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:19:02 GMT" + "Sat, 08 Aug 2020 07:01:02 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -681,20 +681,20 @@ "-1" ], "Content-Length": [ - "39237" + "39235" ] }, - "ResponseBody": "{\r\n \"@search.nextPageParameters\": {\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"hotelId asc\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelId\",\r\n \"top\": 2000,\r\n \"skip\": 1000\r\n },\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"10\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"100\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1000\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1001\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1002\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1003\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1004\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1005\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1006\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1007\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1008\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1009\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"101\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1010\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1011\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1012\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1013\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1014\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1015\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1016\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1017\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1018\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1019\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"102\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1020\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1021\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1022\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1023\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1024\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1025\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1026\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1027\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1028\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1029\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"103\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1030\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1031\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1032\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1033\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1034\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1035\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1036\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1037\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1038\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1039\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"104\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1040\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1041\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1042\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1043\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1044\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1045\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1046\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1047\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1048\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1049\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"105\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1050\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1051\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1052\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1053\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1054\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1055\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1056\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1057\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1058\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1059\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"106\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1060\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1061\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1062\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1063\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1064\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1065\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1066\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1067\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1068\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1069\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"107\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1070\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1071\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1072\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1073\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1074\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1075\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1076\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1077\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1078\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1079\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"108\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1080\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1081\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1082\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1083\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1084\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1085\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1086\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1087\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1088\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1089\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"109\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1090\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1091\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1092\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1093\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1094\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1095\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1096\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1097\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1098\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1099\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"11\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"110\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1100\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1101\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1102\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1103\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1104\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1105\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1106\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1107\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1108\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1109\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"111\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1110\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1111\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1112\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1113\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1114\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1115\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1116\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1117\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1118\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1119\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"112\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1120\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1121\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1122\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1123\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1124\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1125\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1126\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1127\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1128\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1129\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"113\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1130\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1131\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1132\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1133\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1134\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1135\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1136\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1137\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1138\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1139\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"114\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1140\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1141\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1142\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1143\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1144\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1145\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1146\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1147\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1148\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1149\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"115\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1150\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1151\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1152\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1153\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1154\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1155\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1156\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1157\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1158\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1159\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"116\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1160\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1161\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1162\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1163\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1164\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1165\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1166\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1167\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1168\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1169\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"117\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1170\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1171\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1172\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1173\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1174\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1175\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1176\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1177\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1178\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1179\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"118\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1180\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1181\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1182\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1183\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1184\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1185\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1186\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1187\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1188\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1189\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"119\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1190\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1191\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1192\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1193\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1194\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1195\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1196\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1197\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1198\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1199\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"12\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"120\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1200\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1201\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1202\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1203\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1204\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1205\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1206\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1207\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1208\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1209\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"121\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1210\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1211\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1212\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1213\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1214\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1215\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1216\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1217\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1218\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1219\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"122\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1220\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1221\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1222\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1223\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1224\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1225\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1226\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1227\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1228\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1229\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"123\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1230\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1231\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1232\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1233\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1234\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1235\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1236\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1237\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1238\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1239\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"124\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1240\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1241\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1242\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1243\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1244\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1245\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1246\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1247\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1248\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1249\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"125\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1250\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1251\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1252\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1253\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1254\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1255\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1256\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1257\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1258\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1259\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"126\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1260\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1261\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1262\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1263\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1264\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1265\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1266\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1267\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1268\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1269\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"127\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1270\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1271\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1272\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1273\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1274\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1275\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1276\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1277\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1278\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1279\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"128\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1280\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1281\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1282\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1283\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1284\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1285\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1286\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1287\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1288\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1289\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"129\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1290\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1291\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1292\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1293\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1294\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1295\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1296\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1297\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1298\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1299\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"13\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"130\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1300\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1301\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1302\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1303\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1304\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1305\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1306\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1307\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1308\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1309\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"131\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1310\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1311\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1312\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1313\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1314\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1315\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1316\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1317\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1318\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1319\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"132\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1320\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1321\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1322\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1323\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1324\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1325\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1326\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1327\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1328\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1329\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"133\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1330\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1331\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1332\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1333\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1334\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1335\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1336\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1337\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1338\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1339\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"134\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1340\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1341\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1342\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1343\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1344\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1345\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1346\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1347\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1348\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1349\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"135\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1350\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1351\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1352\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1353\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1354\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1355\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1356\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1357\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1358\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1359\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"136\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1360\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1361\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1362\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1363\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1364\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1365\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1366\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1367\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1368\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1369\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"137\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1370\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1371\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1372\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1373\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1374\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1375\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1376\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1377\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1378\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1379\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"138\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1380\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1381\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1382\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1383\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1384\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1385\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1386\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1387\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1388\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1389\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"139\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1390\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1391\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1392\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1393\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1394\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1395\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1396\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1397\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1398\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1399\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"14\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"140\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1400\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1401\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1402\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1403\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1404\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1405\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1406\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1407\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1408\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1409\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"141\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1410\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1411\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1412\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1413\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1414\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1415\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1416\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1417\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1418\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1419\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"142\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1420\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1421\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1422\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1423\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1424\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1425\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1426\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1427\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1428\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1429\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"143\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1430\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1431\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1432\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1433\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1434\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1435\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1436\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1437\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1438\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1439\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"144\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1440\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1441\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1442\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1443\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1444\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1445\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1446\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1447\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1448\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1449\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"145\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1450\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1451\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1452\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1453\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1454\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1455\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1456\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1457\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1458\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1459\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"146\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1460\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1461\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1462\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1463\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1464\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1465\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1466\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1467\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1468\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1469\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"147\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1470\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1471\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1472\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1473\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1474\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1475\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1476\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1477\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1478\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1479\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"148\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1480\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1481\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1482\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1483\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1484\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1485\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1486\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1487\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1488\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1489\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"149\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1490\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1491\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1492\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1493\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1494\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1495\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1496\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1497\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1498\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1499\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"15\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"150\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1500\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1501\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1502\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1503\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1504\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1505\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1506\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1507\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1508\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1509\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"151\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1510\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1511\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1512\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1513\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1514\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1515\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1516\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1517\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1518\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1519\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"152\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1520\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1521\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1522\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1523\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1524\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1525\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1526\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1527\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1528\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1529\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"153\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1530\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1531\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1532\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1533\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1534\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1535\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1536\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1537\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1538\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1539\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"154\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1540\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1541\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1542\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1543\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1544\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1545\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1546\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1547\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1548\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1549\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"155\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1550\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1551\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1552\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1553\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1554\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1555\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1556\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1557\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1558\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1559\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"156\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1560\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1561\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1562\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1563\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1564\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1565\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1566\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1567\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1568\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1569\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"157\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1570\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1571\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1572\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1573\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1574\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1575\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1576\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1577\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1578\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1579\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"158\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1580\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1581\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1582\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1583\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1584\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1585\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1586\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1587\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1588\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1589\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"159\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1590\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1591\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1592\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1593\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1594\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1595\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1596\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1597\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1598\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1599\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"16\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"160\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1600\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1601\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1602\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1603\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1604\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1605\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1606\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1607\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1608\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1609\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"161\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1610\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1611\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1612\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1613\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1614\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1615\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1616\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1617\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1618\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1619\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"162\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1620\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1621\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1622\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1623\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1624\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1625\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1626\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1627\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1628\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1629\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"163\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1630\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1631\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1632\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1633\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1634\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1635\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1636\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1637\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1638\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1639\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"164\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1640\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1641\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1642\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1643\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1644\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1645\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1646\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1647\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1648\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1649\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"165\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1650\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1651\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1652\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1653\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1654\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1655\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1656\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1657\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1658\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1659\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"166\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1660\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1661\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1662\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1663\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1664\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1665\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1666\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1667\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1668\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1669\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"167\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1670\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1671\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1672\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1673\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1674\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1675\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1676\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1677\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1678\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1679\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"168\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1680\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1681\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1682\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1683\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1684\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1685\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1686\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1687\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1688\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1689\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"169\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1690\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1691\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1692\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1693\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1694\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1695\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1696\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1697\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1698\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1699\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"17\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"170\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1700\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1701\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1702\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1703\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1704\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1705\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1706\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1707\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1708\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1709\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"171\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1710\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1711\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1712\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1713\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1714\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1715\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1716\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1717\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1718\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1719\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"172\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1720\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1721\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1722\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1723\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1724\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1725\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1726\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1727\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1728\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1729\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"173\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1730\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1731\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1732\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1733\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1734\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1735\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1736\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1737\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1738\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1739\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"174\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1740\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1741\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1742\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1743\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1744\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1745\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1746\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1747\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1748\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1749\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"175\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1750\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1751\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1752\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1753\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1754\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1755\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1756\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1757\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1758\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1759\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"176\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1760\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1761\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1762\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1763\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1764\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1765\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1766\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1767\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1768\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1769\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"177\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1770\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1771\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1772\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1773\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1774\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1775\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1776\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1777\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1778\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1779\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"178\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1780\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1781\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1782\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1783\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1784\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1785\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1786\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1787\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1788\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1789\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"179\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1790\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1791\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1792\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1793\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1794\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1795\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1796\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1797\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1798\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1799\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"18\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"180\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1800\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1801\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1802\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1803\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1804\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1805\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1806\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1807\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1808\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1809\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"181\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1810\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1811\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1812\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1813\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1814\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1815\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1816\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1817\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1818\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1819\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"182\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1820\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1821\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1822\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1823\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1824\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1825\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1826\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1827\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1828\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1829\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"183\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1830\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1831\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1832\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1833\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1834\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1835\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1836\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1837\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1838\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1839\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"184\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1840\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1841\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1842\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1843\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1844\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1845\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1846\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1847\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1848\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1849\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"185\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1850\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1851\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1852\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1853\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1854\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1855\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1856\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1857\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1858\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1859\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"186\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1860\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1861\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1862\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1863\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1864\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1865\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1866\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1867\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1868\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1869\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"187\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1870\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1871\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1872\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1873\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1874\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1875\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1876\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1877\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1878\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1879\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"188\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1880\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1881\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1882\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1883\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1884\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1885\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1886\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1887\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1888\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1889\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"189\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1890\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1891\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1892\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1893\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1894\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1895\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1896\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1897\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1898\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1899\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-2120.search-dogfood.windows-int.net/indexes('azsmnet2625')/docs/search.post.search?api-version=2019-05-06\"\r\n}", + "ResponseBody": "{\r\n \"@search.nextPageParameters\": {\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"hotelId asc\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelId\",\r\n \"top\": 2000,\r\n \"skip\": 1000\r\n },\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"10\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"100\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1000\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1001\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1002\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1003\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1004\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1005\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1006\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1007\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1008\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1009\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"101\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1010\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1011\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1012\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1013\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1014\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1015\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1016\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1017\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1018\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1019\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"102\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1020\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1021\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1022\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1023\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1024\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1025\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1026\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1027\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1028\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1029\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"103\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1030\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1031\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1032\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1033\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1034\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1035\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1036\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1037\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1038\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1039\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"104\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1040\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1041\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1042\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1043\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1044\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1045\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1046\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1047\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1048\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1049\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"105\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1050\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1051\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1052\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1053\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1054\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1055\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1056\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1057\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1058\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1059\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"106\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1060\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1061\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1062\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1063\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1064\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1065\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1066\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1067\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1068\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1069\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"107\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1070\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1071\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1072\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1073\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1074\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1075\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1076\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1077\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1078\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1079\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"108\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1080\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1081\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1082\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1083\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1084\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1085\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1086\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1087\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1088\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1089\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"109\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1090\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1091\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1092\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1093\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1094\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1095\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1096\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1097\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1098\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1099\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"11\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"110\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1100\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1101\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1102\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1103\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1104\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1105\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1106\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1107\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1108\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1109\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"111\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1110\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1111\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1112\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1113\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1114\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1115\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1116\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1117\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1118\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1119\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"112\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1120\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1121\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1122\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1123\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1124\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1125\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1126\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1127\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1128\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1129\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"113\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1130\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1131\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1132\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1133\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1134\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1135\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1136\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1137\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1138\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1139\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"114\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1140\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1141\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1142\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1143\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1144\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1145\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1146\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1147\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1148\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1149\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"115\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1150\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1151\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1152\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1153\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1154\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1155\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1156\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1157\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1158\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1159\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"116\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1160\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1161\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1162\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1163\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1164\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1165\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1166\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1167\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1168\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1169\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"117\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1170\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1171\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1172\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1173\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1174\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1175\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1176\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1177\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1178\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1179\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"118\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1180\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1181\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1182\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1183\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1184\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1185\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1186\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1187\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1188\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1189\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"119\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1190\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1191\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1192\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1193\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1194\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1195\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1196\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1197\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1198\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1199\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"12\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"120\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1200\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1201\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1202\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1203\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1204\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1205\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1206\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1207\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1208\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1209\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"121\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1210\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1211\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1212\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1213\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1214\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1215\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1216\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1217\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1218\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1219\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"122\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1220\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1221\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1222\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1223\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1224\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1225\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1226\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1227\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1228\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1229\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"123\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1230\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1231\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1232\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1233\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1234\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1235\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1236\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1237\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1238\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1239\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"124\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1240\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1241\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1242\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1243\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1244\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1245\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1246\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1247\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1248\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1249\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"125\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1250\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1251\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1252\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1253\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1254\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1255\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1256\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1257\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1258\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1259\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"126\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1260\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1261\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1262\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1263\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1264\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1265\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1266\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1267\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1268\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1269\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"127\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1270\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1271\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1272\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1273\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1274\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1275\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1276\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1277\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1278\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1279\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"128\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1280\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1281\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1282\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1283\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1284\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1285\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1286\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1287\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1288\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1289\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"129\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1290\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1291\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1292\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1293\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1294\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1295\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1296\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1297\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1298\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1299\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"13\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"130\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1300\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1301\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1302\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1303\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1304\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1305\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1306\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1307\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1308\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1309\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"131\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1310\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1311\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1312\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1313\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1314\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1315\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1316\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1317\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1318\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1319\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"132\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1320\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1321\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1322\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1323\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1324\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1325\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1326\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1327\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1328\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1329\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"133\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1330\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1331\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1332\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1333\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1334\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1335\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1336\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1337\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1338\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1339\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"134\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1340\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1341\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1342\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1343\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1344\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1345\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1346\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1347\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1348\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1349\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"135\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1350\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1351\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1352\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1353\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1354\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1355\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1356\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1357\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1358\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1359\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"136\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1360\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1361\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1362\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1363\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1364\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1365\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1366\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1367\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1368\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1369\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"137\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1370\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1371\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1372\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1373\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1374\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1375\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1376\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1377\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1378\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1379\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"138\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1380\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1381\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1382\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1383\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1384\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1385\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1386\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1387\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1388\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1389\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"139\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1390\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1391\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1392\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1393\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1394\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1395\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1396\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1397\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1398\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1399\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"14\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"140\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1400\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1401\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1402\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1403\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1404\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1405\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1406\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1407\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1408\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1409\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"141\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1410\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1411\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1412\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1413\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1414\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1415\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1416\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1417\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1418\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1419\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"142\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1420\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1421\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1422\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1423\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1424\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1425\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1426\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1427\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1428\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1429\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"143\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1430\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1431\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1432\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1433\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1434\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1435\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1436\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1437\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1438\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1439\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"144\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1440\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1441\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1442\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1443\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1444\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1445\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1446\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1447\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1448\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1449\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"145\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1450\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1451\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1452\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1453\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1454\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1455\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1456\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1457\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1458\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1459\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"146\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1460\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1461\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1462\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1463\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1464\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1465\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1466\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1467\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1468\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1469\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"147\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1470\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1471\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1472\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1473\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1474\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1475\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1476\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1477\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1478\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1479\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"148\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1480\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1481\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1482\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1483\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1484\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1485\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1486\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1487\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1488\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1489\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"149\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1490\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1491\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1492\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1493\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1494\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1495\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1496\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1497\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1498\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1499\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"15\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"150\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1500\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1501\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1502\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1503\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1504\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1505\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1506\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1507\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1508\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1509\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"151\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1510\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1511\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1512\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1513\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1514\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1515\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1516\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1517\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1518\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1519\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"152\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1520\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1521\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1522\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1523\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1524\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1525\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1526\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1527\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1528\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1529\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"153\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1530\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1531\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1532\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1533\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1534\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1535\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1536\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1537\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1538\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1539\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"154\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1540\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1541\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1542\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1543\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1544\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1545\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1546\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1547\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1548\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1549\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"155\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1550\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1551\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1552\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1553\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1554\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1555\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1556\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1557\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1558\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1559\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"156\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1560\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1561\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1562\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1563\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1564\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1565\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1566\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1567\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1568\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1569\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"157\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1570\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1571\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1572\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1573\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1574\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1575\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1576\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1577\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1578\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1579\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"158\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1580\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1581\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1582\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1583\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1584\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1585\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1586\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1587\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1588\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1589\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"159\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1590\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1591\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1592\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1593\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1594\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1595\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1596\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1597\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1598\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1599\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"16\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"160\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1600\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1601\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1602\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1603\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1604\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1605\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1606\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1607\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1608\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1609\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"161\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1610\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1611\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1612\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1613\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1614\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1615\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1616\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1617\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1618\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1619\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"162\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1620\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1621\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1622\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1623\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1624\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1625\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1626\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1627\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1628\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1629\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"163\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1630\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1631\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1632\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1633\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1634\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1635\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1636\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1637\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1638\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1639\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"164\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1640\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1641\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1642\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1643\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1644\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1645\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1646\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1647\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1648\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1649\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"165\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1650\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1651\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1652\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1653\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1654\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1655\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1656\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1657\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1658\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1659\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"166\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1660\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1661\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1662\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1663\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1664\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1665\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1666\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1667\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1668\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1669\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"167\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1670\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1671\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1672\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1673\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1674\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1675\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1676\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1677\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1678\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1679\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"168\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1680\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1681\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1682\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1683\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1684\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1685\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1686\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1687\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1688\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1689\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"169\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1690\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1691\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1692\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1693\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1694\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1695\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1696\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1697\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1698\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1699\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"17\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"170\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1700\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1701\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1702\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1703\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1704\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1705\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1706\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1707\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1708\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1709\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"171\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1710\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1711\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1712\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1713\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1714\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1715\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1716\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1717\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1718\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1719\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"172\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1720\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1721\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1722\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1723\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1724\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1725\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1726\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1727\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1728\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1729\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"173\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1730\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1731\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1732\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1733\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1734\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1735\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1736\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1737\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1738\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1739\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"174\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1740\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1741\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1742\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1743\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1744\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1745\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1746\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1747\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1748\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1749\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"175\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1750\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1751\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1752\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1753\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1754\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1755\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1756\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1757\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1758\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1759\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"176\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1760\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1761\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1762\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1763\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1764\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1765\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1766\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1767\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1768\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1769\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"177\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1770\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1771\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1772\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1773\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1774\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1775\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1776\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1777\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1778\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1779\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"178\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1780\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1781\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1782\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1783\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1784\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1785\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1786\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1787\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1788\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1789\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"179\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1790\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1791\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1792\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1793\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1794\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1795\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1796\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1797\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1798\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1799\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"18\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"180\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1800\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1801\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1802\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1803\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1804\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1805\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1806\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1807\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1808\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1809\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"181\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1810\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1811\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1812\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1813\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1814\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1815\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1816\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1817\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1818\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1819\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"182\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1820\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1821\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1822\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1823\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1824\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1825\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1826\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1827\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1828\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1829\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"183\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1830\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1831\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1832\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1833\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1834\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1835\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1836\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1837\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1838\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1839\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"184\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1840\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1841\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1842\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1843\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1844\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1845\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1846\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1847\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1848\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1849\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"185\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1850\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1851\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1852\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1853\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1854\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1855\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1856\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1857\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1858\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1859\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"186\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1860\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1861\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1862\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1863\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1864\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1865\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1866\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1867\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1868\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1869\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"187\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1870\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1871\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1872\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1873\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1874\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1875\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1876\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1877\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1878\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1879\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"188\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1880\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1881\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1882\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1883\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1884\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1885\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1886\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1887\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1888\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1889\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"189\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1890\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1891\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1892\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1893\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1894\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1895\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1896\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1897\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1898\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1899\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-78.search-dogfood.windows-int.net/indexes('azsmnet5706')/docs/search.post.search?api-version=2019-05-06\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet2625')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNjI1JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5706')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NzA2JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"hotelId asc\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelId\",\r\n \"skip\": 1000,\r\n \"top\": 2000\r\n}", "RequestHeaders": { "client-request-id": [ - "631b9be1-d983-4383-b2af-b5e666ebba8f" + "ffa65008-2b90-476f-8f67-55ed6f425a19" ], "Accept-Language": [ "en-US" @@ -703,12 +703,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "AF642C258177C25C89D24634ACD21D9B" + "256A99413B218653B3296E735B0F7427" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -726,10 +726,10 @@ "no-cache" ], "request-id": [ - "631b9be1-d983-4383-b2af-b5e666ebba8f" + "ffa65008-2b90-476f-8f67-55ed6f425a19" ], "elapsed-time": [ - "79" + "168" ], "OData-Version": [ "4.0" @@ -741,7 +741,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:19:02 GMT" + "Sat, 08 Aug 2020 07:01:02 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -750,20 +750,20 @@ "-1" ], "Content-Length": [ - "38353" + "38351" ] }, - "ResponseBody": "{\r\n \"@search.nextPageParameters\": {\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"hotelId asc\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelId\",\r\n \"skip\": 2000,\r\n \"top\": 1000\r\n },\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"19\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"190\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1900\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1901\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1902\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1903\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1904\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1905\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1906\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1907\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1908\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1909\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"191\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1910\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1911\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1912\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1913\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1914\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1915\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1916\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1917\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1918\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1919\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"192\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1920\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1921\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1922\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1923\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1924\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1925\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1926\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1927\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1928\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1929\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"193\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1930\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1931\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1932\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1933\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1934\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1935\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1936\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1937\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1938\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1939\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"194\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1940\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1941\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1942\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1943\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1944\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1945\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1946\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1947\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1948\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1949\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"195\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1950\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1951\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1952\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1953\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1954\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1955\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1956\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1957\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1958\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1959\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"196\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1960\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1961\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1962\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1963\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1964\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1965\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1966\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1967\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1968\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1969\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"197\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1970\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1971\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1972\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1973\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1974\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1975\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1976\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1977\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1978\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1979\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"198\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1980\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1981\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1982\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1983\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1984\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1985\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1986\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1987\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1988\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1989\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"199\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1990\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1991\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1992\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1993\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1994\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1995\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1996\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1997\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1998\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1999\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"20\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"200\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2000\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2001\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"201\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"202\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"203\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"204\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"205\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"206\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"207\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"208\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"209\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"21\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"210\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"211\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"212\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"213\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"214\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"215\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"216\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"217\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"218\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"219\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"22\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"220\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"221\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"222\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"223\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"224\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"225\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"226\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"227\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"228\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"229\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"23\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"230\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"231\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"232\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"233\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"234\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"235\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"236\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"237\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"238\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"239\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"24\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"240\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"241\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"242\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"243\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"244\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"245\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"246\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"247\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"248\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"249\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"25\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"250\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"251\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"252\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"253\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"254\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"255\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"256\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"257\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"258\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"259\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"26\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"260\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"261\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"262\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"263\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"264\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"265\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"266\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"267\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"268\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"269\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"27\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"270\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"271\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"272\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"273\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"274\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"275\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"276\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"277\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"278\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"279\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"28\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"280\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"281\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"282\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"283\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"284\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"285\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"286\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"287\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"288\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"289\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"29\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"290\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"291\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"292\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"293\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"294\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"295\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"296\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"297\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"298\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"299\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"3\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"30\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"300\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"301\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"302\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"303\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"304\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"305\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"306\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"307\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"308\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"309\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"31\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"310\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"311\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"312\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"313\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"314\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"315\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"316\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"317\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"318\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"319\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"32\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"320\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"321\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"322\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"323\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"324\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"325\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"326\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"327\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"328\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"329\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"33\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"330\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"331\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"332\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"333\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"334\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"335\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"336\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"337\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"338\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"339\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"34\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"340\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"341\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"342\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"343\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"344\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"345\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"346\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"347\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"348\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"349\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"35\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"350\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"351\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"352\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"353\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"354\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"355\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"356\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"357\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"358\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"359\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"36\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"360\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"361\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"362\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"363\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"364\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"365\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"366\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"367\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"368\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"369\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"37\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"370\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"371\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"372\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"373\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"374\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"375\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"376\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"377\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"378\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"379\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"38\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"380\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"381\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"382\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"383\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"384\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"385\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"386\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"387\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"388\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"389\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"39\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"390\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"391\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"392\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"393\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"394\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"395\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"396\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"397\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"398\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"399\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"4\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"40\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"400\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"401\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"402\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"403\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"404\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"405\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"406\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"407\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"408\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"409\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"41\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"410\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"411\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"412\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"413\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"414\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"415\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"416\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"417\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"418\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"419\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"42\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"420\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"421\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"422\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"423\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"424\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"425\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"426\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"427\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"428\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"429\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"43\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"430\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"431\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"432\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"433\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"434\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"435\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"436\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"437\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"438\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"439\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"44\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"440\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"441\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"442\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"443\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"444\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"445\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"446\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"447\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"448\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"449\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"45\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"450\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"451\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"452\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"453\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"454\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"455\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"456\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"457\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"458\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"459\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"46\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"460\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"461\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"462\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"463\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"464\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"465\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"466\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"467\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"468\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"469\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"47\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"470\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"471\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"472\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"473\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"474\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"475\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"476\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"477\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"478\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"479\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"48\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"480\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"481\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"482\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"483\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"484\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"485\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"486\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"487\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"488\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"489\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"49\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"490\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"491\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"492\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"493\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"494\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"495\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"496\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"497\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"498\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"499\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"5\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"50\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"500\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"501\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"502\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"503\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"504\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"505\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"506\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"507\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"508\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"509\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"51\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"510\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"511\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"512\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"513\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"514\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"515\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"516\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"517\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"518\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"519\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"52\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"520\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"521\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"522\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"523\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"524\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"525\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"526\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"527\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"528\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"529\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"53\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"530\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"531\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"532\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"533\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"534\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"535\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"536\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"537\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"538\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"539\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"54\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"540\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"541\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"542\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"543\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"544\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"545\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"546\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"547\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"548\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"549\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"55\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"550\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"551\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"552\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"553\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"554\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"555\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"556\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"557\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"558\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"559\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"56\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"560\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"561\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"562\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"563\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"564\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"565\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"566\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"567\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"568\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"569\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"57\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"570\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"571\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"572\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"573\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"574\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"575\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"576\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"577\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"578\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"579\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"58\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"580\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"581\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"582\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"583\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"584\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"585\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"586\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"587\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"588\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"589\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"59\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"590\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"591\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"592\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"593\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"594\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"595\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"596\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"597\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"598\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"599\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"6\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"60\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"600\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"601\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"602\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"603\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"604\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"605\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"606\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"607\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"608\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"609\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"61\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"610\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"611\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"612\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"613\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"614\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"615\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"616\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"617\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"618\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"619\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"62\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"620\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"621\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"622\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"623\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"624\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"625\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"626\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"627\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"628\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"629\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"63\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"630\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"631\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"632\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"633\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"634\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"635\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"636\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"637\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"638\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"639\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"64\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"640\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"641\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"642\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"643\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"644\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"645\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"646\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"647\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"648\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"649\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"65\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"650\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"651\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"652\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"653\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"654\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"655\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"656\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"657\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"658\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"659\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"66\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"660\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"661\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"662\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"663\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"664\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"665\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"666\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"667\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"668\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"669\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"67\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"670\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"671\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"672\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"673\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"674\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"675\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"676\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"677\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"678\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"679\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"68\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"680\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"681\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"682\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"683\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"684\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"685\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"686\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"687\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"688\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"689\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"69\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"690\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"691\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"692\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"693\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"694\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"695\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"696\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"697\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"698\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"699\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"7\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"70\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"700\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"701\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"702\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"703\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"704\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"705\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"706\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"707\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"708\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"709\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"71\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"710\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"711\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"712\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"713\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"714\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"715\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"716\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"717\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"718\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"719\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"72\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"720\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"721\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"722\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"723\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"724\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"725\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"726\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"727\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"728\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"729\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"73\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"730\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"731\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"732\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"733\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"734\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"735\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"736\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"737\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"738\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"739\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"74\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"740\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"741\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"742\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"743\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"744\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"745\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"746\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"747\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"748\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"749\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"75\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"750\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"751\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"752\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"753\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"754\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"755\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"756\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"757\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"758\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"759\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"76\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"760\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"761\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"762\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"763\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"764\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"765\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"766\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"767\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"768\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"769\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"77\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"770\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"771\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"772\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"773\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"774\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"775\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"776\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"777\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"778\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"779\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"78\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"780\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"781\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"782\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"783\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"784\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"785\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"786\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"787\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"788\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"789\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"79\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"790\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"791\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"792\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"793\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"794\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"795\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"796\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"797\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"798\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"799\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"8\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"80\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"800\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"801\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"802\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"803\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"804\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"805\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"806\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"807\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"808\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"809\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"81\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"810\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"811\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"812\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"813\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"814\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"815\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"816\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"817\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"818\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"819\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"82\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"820\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"821\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"822\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"823\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"824\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"825\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"826\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"827\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"828\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"829\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"83\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"830\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"831\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"832\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"833\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"834\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"835\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"836\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"837\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"838\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"839\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"84\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"840\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"841\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"842\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"843\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"844\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"845\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"846\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"847\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"848\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"849\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"85\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"850\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"851\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"852\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"853\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"854\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"855\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"856\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"857\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"858\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"859\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"86\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"860\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"861\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"862\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"863\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"864\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"865\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"866\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"867\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"868\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"869\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"87\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"870\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"871\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"872\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"873\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"874\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"875\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"876\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"877\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"878\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"879\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"88\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"880\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"881\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"882\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"883\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"884\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"885\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"886\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"887\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"888\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"889\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"89\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"890\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"891\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"892\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"893\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"894\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"895\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"896\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"897\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"898\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"899\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"9\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"90\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"900\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"901\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"902\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"903\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"904\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"905\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"906\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"907\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"908\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"909\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"91\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"910\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"911\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"912\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"913\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"914\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"915\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"916\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"917\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"918\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"919\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"92\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"920\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"921\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"922\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"923\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"924\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"925\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"926\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"927\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"928\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"929\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"93\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"930\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"931\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"932\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"933\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"934\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"935\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"936\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"937\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"938\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"939\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"94\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"940\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"941\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"942\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"943\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"944\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"945\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"946\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"947\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"948\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"949\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"95\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"950\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"951\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"952\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"953\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"954\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"955\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"956\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"957\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"958\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"959\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"96\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"960\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"961\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"962\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"963\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"964\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"965\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"966\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"967\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"968\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"969\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"97\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"970\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"971\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"972\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"973\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"974\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"975\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"976\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"977\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"978\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"979\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"98\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"980\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"981\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"982\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"983\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"984\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"985\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"986\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"987\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"988\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"989\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"99\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"990\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"991\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"992\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"993\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"994\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"995\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"996\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"997\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"998\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-2120.search-dogfood.windows-int.net/indexes('azsmnet2625')/docs/search.post.search?api-version=2019-05-06\"\r\n}", + "ResponseBody": "{\r\n \"@search.nextPageParameters\": {\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"hotelId asc\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelId\",\r\n \"skip\": 2000,\r\n \"top\": 1000\r\n },\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"19\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"190\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1900\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1901\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1902\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1903\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1904\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1905\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1906\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1907\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1908\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1909\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"191\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1910\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1911\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1912\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1913\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1914\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1915\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1916\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1917\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1918\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1919\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"192\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1920\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1921\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1922\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1923\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1924\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1925\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1926\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1927\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1928\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1929\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"193\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1930\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1931\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1932\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1933\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1934\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1935\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1936\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1937\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1938\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1939\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"194\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1940\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1941\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1942\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1943\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1944\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1945\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1946\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1947\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1948\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1949\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"195\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1950\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1951\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1952\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1953\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1954\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1955\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1956\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1957\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1958\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1959\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"196\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1960\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1961\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1962\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1963\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1964\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1965\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1966\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1967\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1968\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1969\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"197\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1970\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1971\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1972\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1973\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1974\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1975\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1976\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1977\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1978\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1979\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"198\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1980\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1981\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1982\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1983\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1984\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1985\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1986\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1987\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1988\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1989\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"199\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1990\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1991\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1992\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1993\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1994\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1995\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1996\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1997\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1998\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1999\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"20\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"200\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2000\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2001\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"201\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"202\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"203\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"204\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"205\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"206\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"207\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"208\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"209\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"21\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"210\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"211\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"212\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"213\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"214\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"215\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"216\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"217\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"218\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"219\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"22\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"220\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"221\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"222\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"223\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"224\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"225\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"226\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"227\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"228\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"229\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"23\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"230\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"231\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"232\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"233\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"234\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"235\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"236\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"237\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"238\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"239\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"24\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"240\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"241\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"242\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"243\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"244\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"245\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"246\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"247\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"248\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"249\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"25\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"250\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"251\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"252\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"253\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"254\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"255\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"256\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"257\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"258\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"259\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"26\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"260\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"261\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"262\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"263\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"264\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"265\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"266\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"267\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"268\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"269\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"27\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"270\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"271\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"272\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"273\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"274\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"275\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"276\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"277\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"278\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"279\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"28\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"280\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"281\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"282\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"283\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"284\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"285\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"286\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"287\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"288\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"289\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"29\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"290\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"291\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"292\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"293\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"294\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"295\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"296\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"297\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"298\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"299\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"3\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"30\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"300\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"301\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"302\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"303\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"304\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"305\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"306\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"307\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"308\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"309\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"31\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"310\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"311\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"312\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"313\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"314\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"315\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"316\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"317\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"318\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"319\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"32\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"320\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"321\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"322\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"323\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"324\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"325\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"326\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"327\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"328\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"329\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"33\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"330\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"331\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"332\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"333\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"334\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"335\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"336\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"337\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"338\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"339\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"34\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"340\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"341\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"342\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"343\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"344\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"345\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"346\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"347\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"348\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"349\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"35\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"350\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"351\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"352\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"353\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"354\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"355\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"356\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"357\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"358\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"359\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"36\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"360\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"361\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"362\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"363\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"364\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"365\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"366\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"367\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"368\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"369\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"37\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"370\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"371\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"372\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"373\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"374\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"375\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"376\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"377\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"378\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"379\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"38\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"380\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"381\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"382\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"383\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"384\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"385\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"386\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"387\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"388\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"389\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"39\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"390\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"391\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"392\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"393\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"394\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"395\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"396\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"397\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"398\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"399\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"4\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"40\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"400\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"401\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"402\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"403\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"404\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"405\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"406\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"407\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"408\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"409\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"41\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"410\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"411\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"412\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"413\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"414\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"415\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"416\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"417\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"418\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"419\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"42\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"420\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"421\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"422\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"423\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"424\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"425\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"426\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"427\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"428\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"429\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"43\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"430\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"431\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"432\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"433\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"434\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"435\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"436\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"437\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"438\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"439\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"44\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"440\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"441\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"442\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"443\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"444\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"445\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"446\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"447\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"448\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"449\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"45\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"450\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"451\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"452\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"453\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"454\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"455\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"456\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"457\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"458\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"459\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"46\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"460\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"461\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"462\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"463\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"464\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"465\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"466\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"467\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"468\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"469\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"47\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"470\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"471\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"472\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"473\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"474\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"475\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"476\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"477\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"478\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"479\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"48\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"480\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"481\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"482\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"483\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"484\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"485\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"486\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"487\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"488\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"489\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"49\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"490\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"491\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"492\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"493\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"494\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"495\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"496\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"497\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"498\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"499\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"5\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"50\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"500\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"501\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"502\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"503\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"504\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"505\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"506\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"507\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"508\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"509\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"51\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"510\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"511\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"512\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"513\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"514\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"515\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"516\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"517\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"518\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"519\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"52\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"520\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"521\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"522\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"523\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"524\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"525\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"526\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"527\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"528\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"529\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"53\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"530\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"531\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"532\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"533\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"534\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"535\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"536\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"537\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"538\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"539\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"54\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"540\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"541\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"542\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"543\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"544\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"545\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"546\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"547\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"548\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"549\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"55\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"550\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"551\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"552\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"553\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"554\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"555\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"556\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"557\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"558\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"559\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"56\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"560\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"561\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"562\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"563\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"564\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"565\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"566\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"567\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"568\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"569\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"57\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"570\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"571\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"572\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"573\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"574\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"575\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"576\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"577\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"578\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"579\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"58\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"580\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"581\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"582\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"583\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"584\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"585\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"586\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"587\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"588\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"589\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"59\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"590\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"591\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"592\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"593\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"594\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"595\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"596\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"597\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"598\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"599\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"6\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"60\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"600\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"601\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"602\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"603\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"604\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"605\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"606\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"607\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"608\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"609\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"61\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"610\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"611\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"612\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"613\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"614\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"615\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"616\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"617\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"618\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"619\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"62\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"620\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"621\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"622\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"623\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"624\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"625\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"626\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"627\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"628\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"629\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"63\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"630\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"631\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"632\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"633\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"634\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"635\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"636\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"637\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"638\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"639\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"64\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"640\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"641\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"642\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"643\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"644\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"645\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"646\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"647\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"648\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"649\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"65\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"650\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"651\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"652\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"653\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"654\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"655\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"656\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"657\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"658\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"659\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"66\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"660\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"661\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"662\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"663\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"664\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"665\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"666\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"667\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"668\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"669\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"67\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"670\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"671\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"672\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"673\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"674\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"675\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"676\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"677\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"678\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"679\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"68\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"680\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"681\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"682\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"683\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"684\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"685\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"686\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"687\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"688\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"689\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"69\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"690\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"691\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"692\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"693\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"694\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"695\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"696\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"697\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"698\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"699\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"7\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"70\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"700\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"701\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"702\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"703\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"704\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"705\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"706\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"707\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"708\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"709\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"71\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"710\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"711\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"712\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"713\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"714\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"715\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"716\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"717\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"718\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"719\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"72\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"720\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"721\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"722\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"723\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"724\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"725\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"726\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"727\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"728\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"729\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"73\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"730\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"731\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"732\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"733\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"734\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"735\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"736\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"737\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"738\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"739\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"74\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"740\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"741\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"742\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"743\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"744\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"745\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"746\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"747\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"748\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"749\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"75\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"750\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"751\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"752\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"753\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"754\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"755\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"756\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"757\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"758\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"759\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"76\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"760\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"761\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"762\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"763\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"764\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"765\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"766\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"767\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"768\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"769\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"77\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"770\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"771\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"772\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"773\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"774\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"775\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"776\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"777\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"778\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"779\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"78\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"780\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"781\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"782\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"783\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"784\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"785\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"786\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"787\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"788\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"789\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"79\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"790\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"791\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"792\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"793\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"794\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"795\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"796\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"797\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"798\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"799\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"8\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"80\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"800\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"801\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"802\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"803\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"804\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"805\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"806\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"807\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"808\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"809\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"81\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"810\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"811\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"812\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"813\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"814\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"815\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"816\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"817\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"818\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"819\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"82\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"820\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"821\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"822\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"823\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"824\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"825\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"826\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"827\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"828\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"829\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"83\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"830\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"831\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"832\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"833\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"834\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"835\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"836\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"837\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"838\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"839\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"84\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"840\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"841\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"842\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"843\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"844\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"845\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"846\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"847\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"848\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"849\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"85\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"850\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"851\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"852\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"853\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"854\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"855\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"856\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"857\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"858\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"859\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"86\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"860\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"861\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"862\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"863\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"864\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"865\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"866\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"867\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"868\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"869\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"87\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"870\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"871\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"872\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"873\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"874\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"875\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"876\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"877\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"878\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"879\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"88\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"880\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"881\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"882\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"883\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"884\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"885\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"886\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"887\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"888\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"889\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"89\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"890\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"891\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"892\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"893\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"894\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"895\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"896\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"897\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"898\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"899\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"9\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"90\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"900\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"901\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"902\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"903\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"904\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"905\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"906\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"907\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"908\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"909\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"91\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"910\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"911\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"912\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"913\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"914\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"915\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"916\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"917\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"918\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"919\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"92\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"920\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"921\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"922\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"923\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"924\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"925\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"926\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"927\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"928\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"929\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"93\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"930\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"931\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"932\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"933\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"934\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"935\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"936\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"937\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"938\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"939\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"94\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"940\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"941\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"942\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"943\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"944\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"945\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"946\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"947\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"948\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"949\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"95\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"950\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"951\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"952\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"953\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"954\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"955\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"956\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"957\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"958\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"959\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"96\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"960\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"961\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"962\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"963\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"964\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"965\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"966\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"967\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"968\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"969\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"97\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"970\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"971\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"972\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"973\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"974\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"975\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"976\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"977\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"978\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"979\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"98\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"980\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"981\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"982\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"983\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"984\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"985\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"986\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"987\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"988\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"989\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"99\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"990\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"991\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"992\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"993\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"994\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"995\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"996\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"997\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"998\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-78.search-dogfood.windows-int.net/indexes('azsmnet5706')/docs/search.post.search?api-version=2019-05-06\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet2625')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNjI1JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5706')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NzA2JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"hotelId asc\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelId\",\r\n \"skip\": 2000,\r\n \"top\": 1000\r\n}", "RequestHeaders": { "client-request-id": [ - "3b4b9ee4-026f-4684-8111-c24f4e858c1e" + "fd4fe541-b0d7-4947-8a3e-c03a970398b4" ], "Accept-Language": [ "en-US" @@ -772,12 +772,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "AF642C258177C25C89D24634ACD21D9B" + "256A99413B218653B3296E735B0F7427" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -795,10 +795,10 @@ "no-cache" ], "request-id": [ - "3b4b9ee4-026f-4684-8111-c24f4e858c1e" + "fd4fe541-b0d7-4947-8a3e-c03a970398b4" ], "elapsed-time": [ - "12" + "29" ], "OData-Version": [ "4.0" @@ -810,7 +810,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:19:02 GMT" + "Sat, 08 Aug 2020 07:01:02 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -826,21 +826,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6974/providers/Microsoft.Search/searchServices/azs-2120?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTIwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet299/providers/Microsoft.Search/searchServices/azs-78?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e8011b45-bd54-4582-a188-5bb2b397c2d9" + "7509fa20-181a-40c4-b9fa-5e40bd10eae3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -851,51 +851,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14984" + ], "x-ms-request-id": [ - "e8011b45-bd54-4582-a188-5bb2b397c2d9" + "73230beb-acfb-463b-bf25-072b7ac7598d" ], - "request-id": [ - "e8011b45-bd54-4582-a188-5bb2b397c2d9" + "x-ms-correlation-request-id": [ + "73230beb-acfb-463b-bf25-072b7ac7598d" ], - "elapsed-time": [ - "1821" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T070150Z:73230beb-acfb-463b-bf25-072b7ac7598d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14988" - ], - "x-ms-correlation-request-id": [ - "9baf5325-d782-4456-9794-ce342d61f4d5" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031907Z:9baf5325-d782-4456-9794-ce342d61f4d5" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:19:06 GMT" + "Sat, 08 Aug 2020 07:01:50 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6974", - "azsmnet2625" + "azsmnet299", + "azsmnet5706" ], "GenerateServiceName": [ - "azs-2120" + "azs-78" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanContinueSearchForStaticallyTypedDocuments.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanContinueSearchForStaticallyTypedDocuments.json index 510f3c2b1c53..a6185d31bd3a 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanContinueSearchForStaticallyTypedDocuments.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanContinueSearchForStaticallyTypedDocuments.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dd3ff1ac-dddb-405d-951f-6ac827ac97f0" + "ddaf35eb-851b-4747-9112-f8f5544f7223" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1187" ], "x-ms-request-id": [ - "b5b5a701-e061-4250-ac6c-025ef4d9a416" + "15838c75-af5e-4a65-b8bb-a40a3eb02028" ], "x-ms-correlation-request-id": [ - "b5b5a701-e061-4250-ac6c-025ef4d9a416" + "15838c75-af5e-4a65-b8bb-a40a3eb02028" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032052Z:b5b5a701-e061-4250-ac6c-025ef4d9a416" + "NORTHEUROPE:20200808T070408Z:15838c75-af5e-4a65-b8bb-a40a3eb02028" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:20:52 GMT" + "Sat, 08 Aug 2020 07:04:08 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9782?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NzgyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3306?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMzA2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2cd1782e-16e6-48f0-80e5-04bc699c7e1b" + "d09355a5-30e4-4515-bb40-e8b5a018a6fe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1190" ], "x-ms-request-id": [ - "5b22233c-9517-4637-98d4-f35ce76e1f49" + "939d083b-ae35-4813-9773-89aab24946d0" ], "x-ms-correlation-request-id": [ - "5b22233c-9517-4637-98d4-f35ce76e1f49" + "939d083b-ae35-4813-9773-89aab24946d0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032053Z:5b22233c-9517-4637-98d4-f35ce76e1f49" + "NORTHEUROPE:20200808T070410Z:939d083b-ae35-4813-9773-89aab24946d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:20:52 GMT" + "Sat, 08 Aug 2020 07:04:10 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9782\",\r\n \"name\": \"azsmnet9782\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3306\",\r\n \"name\": \"azsmnet3306\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9782/providers/Microsoft.Search/searchServices/azs-1925?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTI1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3306/providers/Microsoft.Search/searchServices/azs-4324?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzI0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b7a8662d-8beb-402e-a318-986c7e7fc9b2" + "d007fe3c-f333-4c0e-9703-38f03fe27c93" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A20%3A57.2161153Z'\"" + "W/\"datetime'2020-08-08T07%3A04%3A15.4228302Z'\"" ], "x-ms-request-id": [ - "b7a8662d-8beb-402e-a318-986c7e7fc9b2" + "d007fe3c-f333-4c0e-9703-38f03fe27c93" ], "request-id": [ - "b7a8662d-8beb-402e-a318-986c7e7fc9b2" + "d007fe3c-f333-4c0e-9703-38f03fe27c93" ], "elapsed-time": [ - "1286" + "1653" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1189" ], "x-ms-correlation-request-id": [ - "5ffe8e42-3620-43b0-9c43-a8aae3345b31" + "b50ce2cb-a6ca-46ec-bbd6-b2436fd40c46" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032057Z:5ffe8e42-3620-43b0-9c43-a8aae3345b31" + "NORTHEUROPE:20200808T070416Z:b50ce2cb-a6ca-46ec-bbd6-b2436fd40c46" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:20:57 GMT" + "Sat, 08 Aug 2020 07:04:15 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9782/providers/Microsoft.Search/searchServices/azs-1925\",\r\n \"name\": \"azs-1925\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3306/providers/Microsoft.Search/searchServices/azs-4324\",\r\n \"name\": \"azs-4324\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9782/providers/Microsoft.Search/searchServices/azs-1925/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTI1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3306/providers/Microsoft.Search/searchServices/azs-4324/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzI0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6b1b0252-b928-49cf-bb92-83f04c3a9e02" + "b49aebc8-42ed-4d56-a335-50ee096c661c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,13 +231,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6b1b0252-b928-49cf-bb92-83f04c3a9e02" + "b49aebc8-42ed-4d56-a335-50ee096c661c" ], "request-id": [ - "6b1b0252-b928-49cf-bb92-83f04c3a9e02" + "b49aebc8-42ed-4d56-a335-50ee096c661c" ], "elapsed-time": [ - "458" + "97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -246,16 +246,16 @@ "1186" ], "x-ms-correlation-request-id": [ - "679c25a4-0734-45c3-b4c9-c3c77c7af82c" + "1fdaf04d-ef6c-4906-82be-99abbe2a69ad" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032101Z:679c25a4-0734-45c3-b4c9-c3c77c7af82c" + "NORTHEUROPE:20200808T070419Z:1fdaf04d-ef6c-4906-82be-99abbe2a69ad" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:21:00 GMT" + "Sat, 08 Aug 2020 07:04:18 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"6403429BC9E01751CEF92154BB4CA39A\",\r\n \"secondaryKey\": \"CE685D842C42F71E27A9707952F80367\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"36740DAA6AA703945FB47ED3BD45D536\",\r\n \"secondaryKey\": \"A4DFAF0617A631F73CD630AB385BD579\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9782/providers/Microsoft.Search/searchServices/azs-1925/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTI1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3306/providers/Microsoft.Search/searchServices/azs-4324/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzI0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fb0bd869-c606-44aa-95b8-70a6d03660f6" + "48a55e0e-ef1c-4ba7-8a2e-7e82139cbbed" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,13 +300,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "fb0bd869-c606-44aa-95b8-70a6d03660f6" + "48a55e0e-ef1c-4ba7-8a2e-7e82139cbbed" ], "request-id": [ - "fb0bd869-c606-44aa-95b8-70a6d03660f6" + "48a55e0e-ef1c-4ba7-8a2e-7e82139cbbed" ], "elapsed-time": [ - "298" + "88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -315,16 +315,16 @@ "1185" ], "x-ms-correlation-request-id": [ - "60b5e1e3-ccd8-4eb6-8cc9-8e3defd82e54" + "e049da84-dab3-4735-9693-ffd47e64108b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032101Z:60b5e1e3-ccd8-4eb6-8cc9-8e3defd82e54" + "NORTHEUROPE:20200808T070421Z:e049da84-dab3-4735-9693-ffd47e64108b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:21:01 GMT" + "Sat, 08 Aug 2020 07:04:20 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"160F3A8F4F5ADC119570FD02ED24C9B7\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"FD7E49C19D06A1221953AEF07DF677E5\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9368\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8318\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "a7cdea97-8be1-4c21-9c9c-3b73f0577246" + "003fa4fb-36bd-46ae-baa5-b6796832575b" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6403429BC9E01751CEF92154BB4CA39A" + "36740DAA6AA703945FB47ED3BD45D536" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037F51F9586A\"" + "W/\"0x8D83B6947B7903F\"" ], "Location": [ - "https://azs-1925.search-dogfood.windows-int.net/indexes('azsmnet9368')?api-version=2019-05-06" + "https://azs-4324.search-dogfood.windows-int.net/indexes('azsmnet8318')?api-version=2019-05-06" ], "request-id": [ - "a7cdea97-8be1-4c21-9c9c-3b73f0577246" + "003fa4fb-36bd-46ae-baa5-b6796832575b" ], "elapsed-time": [ - "1218" + "867" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:21:03 GMT" + "Sat, 08 Aug 2020 07:04:22 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1925.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037F51F9586A\\\"\",\r\n \"name\": \"azsmnet9368\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4324.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6947B7903F\\\"\",\r\n \"name\": \"azsmnet8318\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet9368')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MzY4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8318')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MzE4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "401225f6-8972-4d94-b4a0-3df02bdabe0a" + "0093d268-10ab-4230-a599-6b31bf279127" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "6403429BC9E01751CEF92154BB4CA39A" + "36740DAA6AA703945FB47ED3BD45D536" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "401225f6-8972-4d94-b4a0-3df02bdabe0a" + "0093d268-10ab-4230-a599-6b31bf279127" ], "elapsed-time": [ - "190" + "177" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:21:26 GMT" + "Sat, 08 Aug 2020 07:04:44 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9368')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MzY4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8318')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MzE4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"11\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"12\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"13\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"14\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"15\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"16\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"17\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"18\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"19\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"20\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"21\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"22\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"23\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"24\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"25\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"26\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"27\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"28\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"29\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"30\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"31\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"32\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"33\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"34\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"35\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"36\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"37\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"38\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"39\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"40\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"41\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"42\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"43\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"44\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"45\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"46\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"47\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"48\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"49\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"50\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"51\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"52\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"53\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"54\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"55\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"56\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"57\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"58\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"59\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"60\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"61\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"62\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"63\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"64\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"65\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"66\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"67\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"68\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"69\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"70\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"71\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"72\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"73\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"74\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"75\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"76\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"77\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"78\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"79\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"80\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"81\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"82\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"83\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"84\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"85\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"86\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"87\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"88\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"89\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"90\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"91\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"92\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"93\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"94\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"95\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"96\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"97\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"98\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"99\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"100\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"101\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"102\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"103\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"104\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"105\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"106\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"107\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"108\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"109\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"110\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"111\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"112\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"113\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"114\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"115\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"116\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"117\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"118\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"119\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"120\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"121\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"122\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"123\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"124\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"125\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"126\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"127\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"128\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"129\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"130\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"131\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"132\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"133\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"134\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"135\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"136\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"137\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"138\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"139\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"140\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"141\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"142\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"143\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"144\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"145\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"146\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"147\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"148\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"149\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"150\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"151\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"152\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"153\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"154\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"155\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"156\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"157\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"158\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"159\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"160\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"161\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"162\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"163\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"164\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"165\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"166\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"167\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"168\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"169\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"170\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"171\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"172\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"173\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"174\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"175\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"176\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"177\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"178\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"179\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"180\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"181\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"182\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"183\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"184\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"185\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"186\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"187\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"188\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"189\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"190\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"191\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"192\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"193\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"194\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"195\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"196\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"197\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"198\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"199\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"200\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"201\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"202\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"203\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"204\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"205\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"206\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"207\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"208\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"209\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"210\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"211\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"212\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"213\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"214\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"215\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"216\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"217\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"218\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"219\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"220\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"221\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"222\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"223\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"224\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"225\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"226\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"227\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"228\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"229\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"230\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"231\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"232\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"233\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"234\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"235\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"236\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"237\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"238\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"239\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"240\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"241\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"242\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"243\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"244\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"245\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"246\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"247\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"248\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"249\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"250\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"251\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"252\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"253\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"254\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"255\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"256\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"257\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"258\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"259\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"260\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"261\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"262\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"263\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"264\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"265\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"266\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"267\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"268\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"269\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"270\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"271\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"272\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"273\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"274\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"275\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"276\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"277\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"278\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"279\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"280\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"281\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"282\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"283\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"284\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"285\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"286\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"287\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"288\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"289\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"290\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"291\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"292\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"293\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"294\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"295\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"296\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"297\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"298\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"299\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"300\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"301\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"302\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"303\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"304\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"305\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"306\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"307\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"308\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"309\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"310\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"311\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"312\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"313\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"314\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"315\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"316\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"317\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"318\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"319\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"320\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"321\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"322\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"323\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"324\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"325\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"326\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"327\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"328\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"329\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"330\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"331\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"332\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"333\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"334\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"335\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"336\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"337\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"338\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"339\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"340\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"341\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"342\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"343\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"344\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"345\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"346\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"347\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"348\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"349\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"350\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"351\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"352\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"353\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"354\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"355\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"356\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"357\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"358\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"359\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"360\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"361\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"362\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"363\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"364\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"365\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"366\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"367\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"368\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"369\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"370\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"371\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"372\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"373\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"374\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"375\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"376\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"377\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"378\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"379\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"380\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"381\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"382\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"383\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"384\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"385\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"386\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"387\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"388\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"389\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"390\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"391\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"392\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"393\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"394\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"395\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"396\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"397\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"398\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"399\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"400\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"401\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"402\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"403\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"404\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"405\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"406\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"407\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"408\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"409\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"410\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"411\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"412\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"413\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"414\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"415\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"416\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"417\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"418\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"419\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"420\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"421\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"422\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"423\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"424\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"425\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"426\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"427\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"428\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"429\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"430\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"431\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"432\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"433\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"434\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"435\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"436\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"437\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"438\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"439\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"440\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"441\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"442\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"443\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"444\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"445\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"446\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"447\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"448\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"449\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"450\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"451\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"452\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"453\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"454\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"455\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"456\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"457\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"458\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"459\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"460\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"461\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"462\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"463\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"464\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"465\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"466\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"467\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"468\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"469\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"470\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"471\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"472\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"473\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"474\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"475\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"476\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"477\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"478\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"479\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"480\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"481\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"482\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"483\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"484\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"485\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"486\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"487\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"488\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"489\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"490\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"491\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"492\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"493\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"494\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"495\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"496\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"497\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"498\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"499\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"500\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"501\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"502\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"503\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"504\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"505\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"506\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"507\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"508\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"509\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"510\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"511\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"512\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"513\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"514\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"515\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"516\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"517\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"518\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"519\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"520\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"521\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"522\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"523\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"524\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"525\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"526\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"527\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"528\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"529\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"530\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"531\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"532\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"533\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"534\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"535\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"536\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"537\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"538\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"539\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"540\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"541\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"542\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"543\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"544\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"545\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"546\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"547\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"548\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"549\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"550\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"551\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"552\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"553\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"554\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"555\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"556\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"557\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"558\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"559\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"560\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"561\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"562\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"563\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"564\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"565\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"566\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"567\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"568\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"569\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"570\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"571\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"572\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"573\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"574\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"575\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"576\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"577\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"578\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"579\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"580\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"581\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"582\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"583\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"584\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"585\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"586\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"587\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"588\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"589\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"590\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"591\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"592\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"593\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"594\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"595\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"596\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"597\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"598\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"599\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"600\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"601\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"602\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"603\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"604\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"605\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"606\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"607\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"608\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"609\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"610\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"611\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"612\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"613\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"614\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"615\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"616\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"617\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"618\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"619\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"620\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"621\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"622\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"623\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"624\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"625\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"626\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"627\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"628\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"629\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"630\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"631\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"632\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"633\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"634\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"635\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"636\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"637\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"638\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"639\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"640\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"641\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"642\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"643\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"644\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"645\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"646\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"647\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"648\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"649\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"650\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"651\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"652\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"653\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"654\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"655\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"656\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"657\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"658\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"659\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"660\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"661\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"662\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"663\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"664\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"665\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"666\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"667\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"668\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"669\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"670\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"671\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"672\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"673\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"674\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"675\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"676\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"677\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"678\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"679\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"680\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"681\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"682\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"683\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"684\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"685\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"686\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"687\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"688\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"689\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"690\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"691\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"692\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"693\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"694\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"695\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"696\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"697\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"698\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"699\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"700\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"701\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"702\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"703\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"704\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"705\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"706\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"707\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"708\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"709\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"710\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"711\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"712\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"713\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"714\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"715\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"716\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"717\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"718\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"719\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"720\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"721\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"722\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"723\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"724\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"725\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"726\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"727\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"728\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"729\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"730\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"731\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"732\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"733\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"734\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"735\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"736\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"737\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"738\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"739\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"740\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"741\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"742\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"743\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"744\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"745\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"746\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"747\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"748\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"749\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"750\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"751\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"752\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"753\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"754\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"755\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"756\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"757\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"758\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"759\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"760\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"761\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"762\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"763\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"764\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"765\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"766\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"767\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"768\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"769\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"770\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"771\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"772\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"773\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"774\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"775\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"776\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"777\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"778\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"779\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"780\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"781\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"782\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"783\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"784\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"785\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"786\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"787\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"788\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"789\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"790\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"791\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"792\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"793\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"794\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"795\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"796\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"797\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"798\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"799\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"800\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"801\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"802\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"803\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"804\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"805\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"806\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"807\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"808\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"809\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"810\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"811\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"812\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"813\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"814\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"815\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"816\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"817\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"818\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"819\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"820\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"821\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"822\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"823\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"824\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"825\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"826\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"827\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"828\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"829\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"830\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"831\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"832\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"833\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"834\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"835\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"836\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"837\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"838\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"839\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"840\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"841\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"842\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"843\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"844\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"845\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"846\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"847\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"848\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"849\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"850\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"851\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"852\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"853\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"854\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"855\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"856\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"857\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"858\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"859\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"860\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"861\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"862\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"863\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"864\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"865\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"866\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"867\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"868\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"869\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"870\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"871\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"872\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"873\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"874\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"875\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"876\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"877\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"878\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"879\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"880\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"881\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"882\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"883\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"884\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"885\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"886\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"887\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"888\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"889\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"890\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"891\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"892\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"893\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"894\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"895\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"896\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"897\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"898\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"899\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"900\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"901\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"902\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"903\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"904\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"905\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"906\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"907\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"908\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"909\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"910\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"911\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"912\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"913\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"914\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"915\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"916\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"917\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"918\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"919\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"920\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"921\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"922\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"923\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"924\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"925\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"926\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"927\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"928\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"929\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"930\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"931\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"932\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"933\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"934\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"935\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"936\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"937\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"938\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"939\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"940\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"941\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"942\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"943\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"944\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"945\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"946\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"947\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"948\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"949\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"950\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"951\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"952\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"953\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"954\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"955\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"956\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"957\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"958\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"959\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"960\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"961\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"962\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"963\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"964\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"965\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"966\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"967\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"968\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"969\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"970\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"971\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"972\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"973\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"974\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"975\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"976\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"977\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"978\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"979\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"980\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"981\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"982\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"983\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"984\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"985\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"986\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"987\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"988\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"989\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"990\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"991\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"992\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"993\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"994\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"995\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"996\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"997\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"998\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"999\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1000\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1001\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1002\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1003\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1004\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1005\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1006\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1007\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1008\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1009\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1010\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "ba58e204-a95c-48f9-9ee9-dcfa1a6d9e5a" + "bfc27aa1-b761-401a-8134-21f697776698" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "6403429BC9E01751CEF92154BB4CA39A" + "36740DAA6AA703945FB47ED3BD45D536" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "ba58e204-a95c-48f9-9ee9-dcfa1a6d9e5a" + "bfc27aa1-b761-401a-8134-21f697776698" ], "elapsed-time": [ - "307" + "342" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:21:29 GMT" + "Sat, 08 Aug 2020 07:04:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,13 +550,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9368')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MzY4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8318')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MzE4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1011\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1012\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1013\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1014\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1015\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1016\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1017\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1018\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1019\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1020\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1021\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1022\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1023\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1024\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1025\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1026\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1027\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1028\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1029\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1030\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1031\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1032\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1033\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1034\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1035\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1036\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1037\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1038\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1039\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1040\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1041\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1042\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1043\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1044\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1045\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1046\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1047\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1048\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1049\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1050\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1051\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1052\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1053\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1054\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1055\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1056\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1057\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1058\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1059\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1060\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1061\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1062\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1063\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1064\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1065\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1066\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1067\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1068\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1069\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1070\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1071\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1072\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1073\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1074\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1075\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1076\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1077\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1078\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1079\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1080\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1081\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1082\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1083\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1084\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1085\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1086\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1087\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1088\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1089\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1090\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1091\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1092\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1093\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1094\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1095\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1096\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1097\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1098\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1099\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1100\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1101\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1102\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1103\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1104\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1105\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1106\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1107\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1108\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1109\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1110\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1111\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1112\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1113\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1114\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1115\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1116\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1117\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1118\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1119\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1120\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1121\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1122\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1123\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1124\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1125\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1126\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1127\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1128\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1129\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1130\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1131\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1132\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1133\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1134\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1135\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1136\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1137\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1138\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1139\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1140\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1141\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1142\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1143\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1144\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1145\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1146\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1147\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1148\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1149\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1150\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1151\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1152\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1153\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1154\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1155\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1156\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1157\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1158\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1159\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1160\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1161\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1162\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1163\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1164\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1165\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1166\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1167\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1168\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1169\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1170\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1171\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1172\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1173\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1174\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1175\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1176\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1177\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1178\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1179\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1180\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1181\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1182\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1183\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1184\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1185\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1186\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1187\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1188\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1189\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1190\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1191\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1192\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1193\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1194\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1195\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1196\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1197\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1198\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1199\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1200\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1201\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1202\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1203\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1204\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1205\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1206\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1207\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1208\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1209\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1210\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1211\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1212\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1213\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1214\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1215\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1216\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1217\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1218\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1219\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1220\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1221\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1222\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1223\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1224\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1225\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1226\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1227\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1228\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1229\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1230\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1231\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1232\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1233\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1234\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1235\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1236\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1237\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1238\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1239\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1240\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1241\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1242\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1243\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1244\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1245\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1246\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1247\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1248\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1249\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1250\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1251\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1252\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1253\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1254\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1255\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1256\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1257\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1258\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1259\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1260\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1261\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1262\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1263\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1264\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1265\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1266\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1267\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1268\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1269\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1270\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1271\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1272\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1273\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1274\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1275\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1276\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1277\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1278\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1279\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1280\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1281\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1282\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1283\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1284\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1285\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1286\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1287\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1288\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1289\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1290\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1291\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1292\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1293\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1294\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1295\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1296\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1297\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1298\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1299\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1300\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1301\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1302\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1303\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1304\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1305\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1306\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1307\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1308\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1309\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1310\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1311\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1312\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1313\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1314\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1315\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1316\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1317\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1318\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1319\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1320\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1321\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1322\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1323\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1324\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1325\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1326\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1327\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1328\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1329\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1330\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1331\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1332\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1333\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1334\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1335\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1336\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1337\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1338\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1339\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1340\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1341\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1342\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1343\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1344\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1345\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1346\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1347\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1348\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1349\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1350\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1351\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1352\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1353\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1354\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1355\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1356\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1357\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1358\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1359\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1360\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1361\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1362\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1363\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1364\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1365\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1366\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1367\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1368\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1369\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1370\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1371\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1372\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1373\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1374\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1375\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1376\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1377\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1378\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1379\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1380\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1381\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1382\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1383\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1384\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1385\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1386\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1387\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1388\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1389\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1390\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1391\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1392\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1393\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1394\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1395\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1396\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1397\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1398\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1399\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1400\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1401\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1402\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1403\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1404\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1405\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1406\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1407\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1408\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1409\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1410\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1411\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1412\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1413\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1414\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1415\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1416\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1417\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1418\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1419\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1420\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1421\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1422\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1423\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1424\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1425\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1426\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1427\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1428\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1429\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1430\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1431\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1432\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1433\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1434\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1435\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1436\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1437\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1438\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1439\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1440\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1441\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1442\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1443\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1444\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1445\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1446\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1447\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1448\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1449\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1450\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1451\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1452\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1453\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1454\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1455\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1456\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1457\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1458\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1459\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1460\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1461\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1462\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1463\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1464\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1465\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1466\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1467\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1468\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1469\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1470\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1471\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1472\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1473\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1474\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1475\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1476\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1477\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1478\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1479\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1480\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1481\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1482\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1483\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1484\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1485\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1486\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1487\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1488\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1489\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1490\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1491\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1492\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1493\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1494\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1495\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1496\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1497\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1498\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1499\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1500\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1501\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1502\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1503\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1504\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1505\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1506\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1507\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1508\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1509\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1510\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1511\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1512\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1513\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1514\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1515\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1516\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1517\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1518\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1519\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1520\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1521\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1522\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1523\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1524\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1525\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1526\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1527\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1528\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1529\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1530\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1531\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1532\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1533\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1534\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1535\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1536\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1537\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1538\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1539\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1540\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1541\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1542\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1543\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1544\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1545\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1546\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1547\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1548\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1549\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1550\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1551\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1552\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1553\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1554\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1555\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1556\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1557\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1558\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1559\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1560\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1561\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1562\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1563\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1564\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1565\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1566\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1567\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1568\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1569\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1570\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1571\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1572\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1573\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1574\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1575\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1576\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1577\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1578\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1579\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1580\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1581\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1582\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1583\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1584\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1585\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1586\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1587\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1588\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1589\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1590\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1591\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1592\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1593\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1594\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1595\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1596\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1597\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1598\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1599\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1600\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1601\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1602\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1603\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1604\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1605\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1606\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1607\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1608\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1609\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1610\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1611\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1612\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1613\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1614\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1615\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1616\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1617\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1618\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1619\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1620\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1621\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1622\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1623\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1624\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1625\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1626\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1627\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1628\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1629\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1630\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1631\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1632\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1633\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1634\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1635\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1636\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1637\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1638\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1639\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1640\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1641\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1642\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1643\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1644\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1645\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1646\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1647\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1648\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1649\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1650\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1651\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1652\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1653\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1654\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1655\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1656\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1657\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1658\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1659\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1660\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1661\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1662\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1663\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1664\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1665\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1666\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1667\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1668\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1669\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1670\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1671\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1672\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1673\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1674\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1675\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1676\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1677\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1678\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1679\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1680\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1681\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1682\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1683\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1684\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1685\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1686\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1687\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1688\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1689\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1690\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1691\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1692\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1693\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1694\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1695\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1696\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1697\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1698\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1699\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1700\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1701\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1702\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1703\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1704\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1705\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1706\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1707\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1708\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1709\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1710\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1711\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1712\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1713\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1714\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1715\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1716\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1717\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1718\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1719\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1720\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1721\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1722\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1723\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1724\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1725\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1726\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1727\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1728\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1729\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1730\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1731\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1732\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1733\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1734\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1735\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1736\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1737\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1738\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1739\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1740\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1741\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1742\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1743\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1744\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1745\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1746\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1747\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1748\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1749\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1750\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1751\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1752\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1753\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1754\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1755\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1756\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1757\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1758\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1759\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1760\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1761\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1762\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1763\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1764\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1765\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1766\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1767\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1768\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1769\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1770\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1771\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1772\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1773\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1774\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1775\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1776\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1777\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1778\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1779\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1780\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1781\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1782\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1783\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1784\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1785\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1786\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1787\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1788\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1789\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1790\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1791\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1792\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1793\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1794\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1795\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1796\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1797\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1798\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1799\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1800\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1801\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1802\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1803\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1804\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1805\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1806\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1807\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1808\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1809\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1810\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1811\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1812\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1813\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1814\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1815\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1816\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1817\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1818\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1819\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1820\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1821\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1822\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1823\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1824\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1825\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1826\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1827\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1828\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1829\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1830\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1831\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1832\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1833\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1834\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1835\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1836\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1837\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1838\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1839\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1840\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1841\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1842\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1843\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1844\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1845\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1846\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1847\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1848\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1849\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1850\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1851\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1852\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1853\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1854\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1855\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1856\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1857\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1858\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1859\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1860\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1861\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1862\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1863\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1864\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1865\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1866\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1867\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1868\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1869\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1870\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1871\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1872\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1873\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1874\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1875\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1876\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1877\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1878\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1879\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1880\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1881\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1882\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1883\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1884\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1885\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1886\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1887\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1888\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1889\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1890\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1891\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1892\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1893\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1894\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1895\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1896\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1897\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1898\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1899\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1900\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1901\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1902\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1903\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1904\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1905\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1906\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1907\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1908\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1909\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1910\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1911\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1912\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1913\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1914\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1915\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1916\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1917\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1918\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1919\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1920\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1921\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1922\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1923\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1924\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1925\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1926\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1927\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1928\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1929\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1930\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1931\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1932\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1933\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1934\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1935\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1936\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1937\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1938\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1939\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1940\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1941\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1942\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1943\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1944\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1945\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1946\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1947\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1948\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1949\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1950\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1951\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1952\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1953\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1954\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1955\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1956\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1957\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1958\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1959\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1960\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1961\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1962\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1963\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1964\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1965\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1966\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1967\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1968\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1969\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1970\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1971\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1972\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1973\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1974\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1975\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1976\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1977\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1978\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1979\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1980\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1981\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1982\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1983\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1984\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1985\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1986\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1987\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1988\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1989\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1990\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1991\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1992\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1993\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1994\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1995\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1996\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1997\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1998\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1999\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2000\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2001\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "2be0add5-2a27-4320-a522-eb0ebbe96f83" + "68be27b8-ab1c-4e7f-8492-1dc1cef58925" ], "Accept-Language": [ "en-US" @@ -565,12 +565,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "6403429BC9E01751CEF92154BB4CA39A" + "36740DAA6AA703945FB47ED3BD45D536" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -588,10 +588,10 @@ "no-cache" ], "request-id": [ - "2be0add5-2a27-4320-a522-eb0ebbe96f83" + "68be27b8-ab1c-4e7f-8492-1dc1cef58925" ], "elapsed-time": [ - "195" + "264" ], "OData-Version": [ "4.0" @@ -603,7 +603,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:21:32 GMT" + "Sat, 08 Aug 2020 07:04:51 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -619,13 +619,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9368')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MzY4JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8318')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MzE4JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"hotelId asc\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelId\",\r\n \"top\": 3000\r\n}", "RequestHeaders": { "client-request-id": [ - "36d55acd-dc1f-4a58-a5ac-373043326904" + "03e79e67-275b-415f-bf9d-8503a2b638cd" ], "Accept-Language": [ "en-US" @@ -634,12 +634,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "6403429BC9E01751CEF92154BB4CA39A" + "36740DAA6AA703945FB47ED3BD45D536" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -657,10 +657,10 @@ "no-cache" ], "request-id": [ - "36d55acd-dc1f-4a58-a5ac-373043326904" + "03e79e67-275b-415f-bf9d-8503a2b638cd" ], "elapsed-time": [ - "106" + "144" ], "OData-Version": [ "4.0" @@ -672,7 +672,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:21:34 GMT" + "Sat, 08 Aug 2020 07:04:53 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -684,17 +684,17 @@ "39237" ] }, - "ResponseBody": "{\r\n \"@search.nextPageParameters\": {\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"hotelId asc\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelId\",\r\n \"top\": 2000,\r\n \"skip\": 1000\r\n },\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"10\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"100\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1000\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1001\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1002\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1003\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1004\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1005\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1006\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1007\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1008\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1009\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"101\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1010\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1011\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1012\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1013\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1014\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1015\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1016\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1017\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1018\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1019\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"102\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1020\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1021\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1022\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1023\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1024\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1025\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1026\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1027\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1028\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1029\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"103\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1030\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1031\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1032\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1033\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1034\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1035\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1036\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1037\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1038\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1039\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"104\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1040\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1041\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1042\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1043\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1044\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1045\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1046\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1047\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1048\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1049\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"105\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1050\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1051\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1052\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1053\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1054\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1055\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1056\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1057\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1058\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1059\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"106\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1060\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1061\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1062\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1063\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1064\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1065\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1066\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1067\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1068\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1069\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"107\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1070\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1071\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1072\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1073\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1074\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1075\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1076\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1077\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1078\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1079\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"108\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1080\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1081\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1082\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1083\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1084\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1085\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1086\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1087\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1088\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1089\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"109\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1090\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1091\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1092\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1093\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1094\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1095\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1096\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1097\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1098\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1099\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"11\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"110\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1100\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1101\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1102\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1103\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1104\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1105\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1106\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1107\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1108\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1109\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"111\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1110\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1111\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1112\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1113\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1114\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1115\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1116\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1117\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1118\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1119\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"112\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1120\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1121\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1122\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1123\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1124\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1125\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1126\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1127\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1128\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1129\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"113\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1130\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1131\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1132\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1133\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1134\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1135\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1136\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1137\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1138\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1139\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"114\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1140\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1141\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1142\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1143\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1144\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1145\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1146\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1147\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1148\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1149\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"115\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1150\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1151\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1152\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1153\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1154\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1155\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1156\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1157\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1158\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1159\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"116\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1160\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1161\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1162\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1163\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1164\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1165\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1166\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1167\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1168\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1169\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"117\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1170\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1171\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1172\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1173\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1174\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1175\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1176\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1177\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1178\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1179\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"118\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1180\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1181\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1182\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1183\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1184\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1185\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1186\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1187\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1188\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1189\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"119\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1190\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1191\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1192\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1193\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1194\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1195\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1196\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1197\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1198\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1199\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"12\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"120\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1200\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1201\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1202\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1203\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1204\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1205\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1206\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1207\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1208\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1209\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"121\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1210\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1211\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1212\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1213\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1214\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1215\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1216\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1217\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1218\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1219\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"122\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1220\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1221\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1222\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1223\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1224\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1225\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1226\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1227\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1228\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1229\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"123\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1230\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1231\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1232\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1233\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1234\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1235\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1236\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1237\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1238\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1239\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"124\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1240\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1241\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1242\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1243\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1244\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1245\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1246\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1247\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1248\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1249\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"125\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1250\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1251\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1252\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1253\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1254\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1255\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1256\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1257\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1258\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1259\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"126\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1260\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1261\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1262\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1263\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1264\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1265\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1266\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1267\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1268\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1269\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"127\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1270\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1271\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1272\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1273\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1274\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1275\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1276\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1277\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1278\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1279\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"128\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1280\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1281\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1282\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1283\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1284\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1285\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1286\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1287\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1288\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1289\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"129\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1290\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1291\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1292\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1293\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1294\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1295\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1296\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1297\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1298\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1299\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"13\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"130\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1300\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1301\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1302\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1303\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1304\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1305\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1306\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1307\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1308\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1309\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"131\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1310\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1311\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1312\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1313\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1314\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1315\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1316\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1317\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1318\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1319\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"132\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1320\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1321\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1322\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1323\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1324\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1325\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1326\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1327\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1328\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1329\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"133\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1330\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1331\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1332\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1333\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1334\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1335\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1336\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1337\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1338\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1339\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"134\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1340\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1341\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1342\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1343\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1344\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1345\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1346\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1347\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1348\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1349\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"135\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1350\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1351\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1352\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1353\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1354\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1355\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1356\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1357\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1358\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1359\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"136\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1360\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1361\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1362\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1363\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1364\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1365\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1366\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1367\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1368\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1369\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"137\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1370\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1371\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1372\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1373\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1374\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1375\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1376\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1377\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1378\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1379\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"138\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1380\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1381\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1382\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1383\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1384\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1385\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1386\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1387\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1388\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1389\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"139\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1390\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1391\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1392\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1393\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1394\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1395\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1396\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1397\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1398\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1399\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"14\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"140\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1400\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1401\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1402\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1403\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1404\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1405\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1406\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1407\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1408\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1409\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"141\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1410\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1411\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1412\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1413\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1414\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1415\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1416\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1417\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1418\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1419\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"142\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1420\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1421\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1422\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1423\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1424\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1425\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1426\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1427\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1428\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1429\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"143\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1430\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1431\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1432\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1433\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1434\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1435\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1436\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1437\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1438\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1439\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"144\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1440\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1441\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1442\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1443\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1444\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1445\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1446\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1447\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1448\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1449\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"145\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1450\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1451\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1452\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1453\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1454\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1455\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1456\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1457\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1458\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1459\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"146\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1460\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1461\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1462\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1463\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1464\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1465\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1466\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1467\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1468\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1469\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"147\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1470\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1471\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1472\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1473\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1474\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1475\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1476\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1477\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1478\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1479\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"148\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1480\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1481\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1482\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1483\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1484\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1485\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1486\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1487\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1488\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1489\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"149\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1490\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1491\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1492\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1493\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1494\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1495\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1496\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1497\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1498\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1499\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"15\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"150\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1500\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1501\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1502\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1503\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1504\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1505\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1506\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1507\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1508\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1509\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"151\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1510\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1511\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1512\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1513\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1514\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1515\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1516\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1517\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1518\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1519\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"152\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1520\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1521\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1522\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1523\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1524\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1525\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1526\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1527\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1528\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1529\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"153\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1530\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1531\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1532\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1533\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1534\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1535\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1536\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1537\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1538\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1539\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"154\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1540\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1541\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1542\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1543\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1544\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1545\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1546\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1547\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1548\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1549\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"155\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1550\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1551\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1552\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1553\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1554\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1555\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1556\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1557\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1558\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1559\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"156\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1560\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1561\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1562\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1563\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1564\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1565\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1566\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1567\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1568\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1569\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"157\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1570\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1571\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1572\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1573\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1574\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1575\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1576\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1577\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1578\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1579\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"158\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1580\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1581\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1582\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1583\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1584\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1585\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1586\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1587\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1588\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1589\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"159\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1590\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1591\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1592\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1593\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1594\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1595\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1596\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1597\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1598\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1599\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"16\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"160\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1600\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1601\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1602\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1603\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1604\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1605\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1606\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1607\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1608\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1609\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"161\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1610\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1611\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1612\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1613\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1614\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1615\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1616\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1617\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1618\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1619\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"162\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1620\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1621\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1622\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1623\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1624\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1625\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1626\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1627\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1628\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1629\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"163\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1630\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1631\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1632\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1633\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1634\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1635\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1636\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1637\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1638\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1639\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"164\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1640\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1641\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1642\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1643\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1644\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1645\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1646\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1647\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1648\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1649\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"165\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1650\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1651\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1652\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1653\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1654\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1655\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1656\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1657\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1658\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1659\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"166\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1660\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1661\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1662\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1663\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1664\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1665\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1666\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1667\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1668\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1669\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"167\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1670\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1671\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1672\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1673\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1674\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1675\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1676\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1677\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1678\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1679\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"168\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1680\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1681\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1682\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1683\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1684\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1685\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1686\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1687\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1688\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1689\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"169\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1690\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1691\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1692\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1693\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1694\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1695\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1696\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1697\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1698\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1699\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"17\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"170\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1700\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1701\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1702\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1703\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1704\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1705\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1706\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1707\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1708\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1709\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"171\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1710\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1711\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1712\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1713\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1714\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1715\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1716\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1717\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1718\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1719\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"172\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1720\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1721\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1722\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1723\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1724\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1725\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1726\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1727\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1728\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1729\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"173\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1730\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1731\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1732\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1733\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1734\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1735\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1736\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1737\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1738\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1739\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"174\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1740\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1741\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1742\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1743\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1744\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1745\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1746\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1747\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1748\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1749\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"175\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1750\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1751\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1752\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1753\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1754\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1755\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1756\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1757\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1758\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1759\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"176\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1760\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1761\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1762\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1763\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1764\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1765\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1766\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1767\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1768\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1769\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"177\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1770\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1771\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1772\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1773\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1774\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1775\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1776\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1777\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1778\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1779\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"178\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1780\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1781\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1782\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1783\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1784\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1785\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1786\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1787\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1788\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1789\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"179\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1790\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1791\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1792\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1793\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1794\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1795\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1796\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1797\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1798\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1799\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"18\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"180\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1800\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1801\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1802\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1803\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1804\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1805\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1806\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1807\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1808\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1809\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"181\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1810\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1811\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1812\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1813\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1814\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1815\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1816\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1817\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1818\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1819\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"182\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1820\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1821\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1822\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1823\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1824\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1825\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1826\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1827\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1828\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1829\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"183\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1830\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1831\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1832\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1833\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1834\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1835\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1836\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1837\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1838\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1839\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"184\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1840\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1841\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1842\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1843\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1844\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1845\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1846\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1847\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1848\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1849\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"185\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1850\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1851\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1852\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1853\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1854\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1855\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1856\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1857\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1858\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1859\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"186\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1860\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1861\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1862\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1863\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1864\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1865\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1866\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1867\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1868\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1869\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"187\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1870\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1871\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1872\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1873\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1874\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1875\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1876\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1877\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1878\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1879\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"188\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1880\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1881\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1882\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1883\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1884\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1885\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1886\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1887\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1888\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1889\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"189\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1890\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1891\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1892\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1893\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1894\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1895\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1896\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1897\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1898\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1899\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-1925.search-dogfood.windows-int.net/indexes('azsmnet9368')/docs/search.post.search?api-version=2019-05-06\"\r\n}", + "ResponseBody": "{\r\n \"@search.nextPageParameters\": {\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"hotelId asc\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelId\",\r\n \"top\": 2000,\r\n \"skip\": 1000\r\n },\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"10\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"100\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1000\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1001\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1002\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1003\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1004\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1005\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1006\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1007\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1008\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1009\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"101\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1010\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1011\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1012\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1013\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1014\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1015\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1016\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1017\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1018\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1019\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"102\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1020\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1021\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1022\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1023\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1024\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1025\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1026\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1027\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1028\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1029\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"103\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1030\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1031\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1032\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1033\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1034\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1035\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1036\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1037\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1038\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1039\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"104\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1040\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1041\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1042\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1043\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1044\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1045\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1046\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1047\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1048\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1049\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"105\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1050\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1051\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1052\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1053\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1054\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1055\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1056\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1057\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1058\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1059\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"106\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1060\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1061\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1062\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1063\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1064\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1065\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1066\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1067\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1068\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1069\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"107\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1070\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1071\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1072\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1073\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1074\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1075\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1076\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1077\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1078\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1079\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"108\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1080\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1081\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1082\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1083\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1084\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1085\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1086\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1087\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1088\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1089\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"109\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1090\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1091\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1092\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1093\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1094\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1095\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1096\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1097\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1098\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1099\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"11\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"110\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1100\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1101\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1102\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1103\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1104\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1105\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1106\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1107\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1108\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1109\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"111\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1110\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1111\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1112\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1113\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1114\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1115\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1116\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1117\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1118\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1119\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"112\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1120\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1121\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1122\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1123\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1124\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1125\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1126\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1127\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1128\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1129\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"113\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1130\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1131\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1132\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1133\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1134\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1135\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1136\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1137\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1138\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1139\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"114\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1140\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1141\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1142\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1143\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1144\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1145\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1146\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1147\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1148\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1149\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"115\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1150\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1151\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1152\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1153\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1154\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1155\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1156\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1157\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1158\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1159\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"116\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1160\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1161\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1162\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1163\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1164\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1165\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1166\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1167\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1168\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1169\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"117\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1170\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1171\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1172\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1173\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1174\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1175\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1176\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1177\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1178\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1179\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"118\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1180\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1181\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1182\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1183\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1184\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1185\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1186\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1187\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1188\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1189\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"119\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1190\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1191\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1192\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1193\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1194\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1195\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1196\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1197\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1198\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1199\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"12\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"120\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1200\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1201\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1202\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1203\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1204\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1205\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1206\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1207\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1208\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1209\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"121\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1210\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1211\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1212\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1213\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1214\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1215\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1216\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1217\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1218\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1219\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"122\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1220\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1221\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1222\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1223\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1224\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1225\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1226\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1227\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1228\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1229\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"123\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1230\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1231\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1232\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1233\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1234\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1235\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1236\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1237\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1238\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1239\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"124\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1240\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1241\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1242\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1243\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1244\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1245\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1246\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1247\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1248\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1249\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"125\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1250\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1251\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1252\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1253\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1254\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1255\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1256\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1257\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1258\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1259\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"126\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1260\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1261\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1262\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1263\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1264\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1265\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1266\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1267\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1268\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1269\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"127\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1270\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1271\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1272\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1273\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1274\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1275\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1276\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1277\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1278\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1279\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"128\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1280\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1281\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1282\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1283\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1284\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1285\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1286\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1287\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1288\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1289\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"129\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1290\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1291\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1292\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1293\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1294\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1295\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1296\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1297\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1298\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1299\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"13\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"130\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1300\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1301\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1302\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1303\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1304\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1305\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1306\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1307\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1308\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1309\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"131\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1310\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1311\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1312\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1313\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1314\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1315\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1316\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1317\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1318\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1319\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"132\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1320\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1321\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1322\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1323\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1324\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1325\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1326\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1327\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1328\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1329\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"133\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1330\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1331\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1332\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1333\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1334\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1335\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1336\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1337\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1338\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1339\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"134\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1340\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1341\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1342\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1343\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1344\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1345\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1346\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1347\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1348\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1349\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"135\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1350\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1351\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1352\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1353\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1354\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1355\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1356\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1357\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1358\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1359\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"136\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1360\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1361\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1362\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1363\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1364\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1365\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1366\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1367\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1368\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1369\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"137\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1370\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1371\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1372\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1373\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1374\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1375\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1376\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1377\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1378\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1379\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"138\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1380\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1381\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1382\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1383\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1384\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1385\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1386\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1387\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1388\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1389\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"139\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1390\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1391\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1392\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1393\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1394\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1395\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1396\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1397\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1398\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1399\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"14\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"140\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1400\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1401\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1402\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1403\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1404\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1405\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1406\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1407\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1408\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1409\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"141\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1410\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1411\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1412\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1413\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1414\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1415\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1416\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1417\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1418\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1419\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"142\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1420\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1421\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1422\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1423\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1424\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1425\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1426\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1427\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1428\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1429\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"143\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1430\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1431\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1432\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1433\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1434\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1435\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1436\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1437\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1438\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1439\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"144\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1440\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1441\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1442\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1443\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1444\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1445\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1446\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1447\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1448\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1449\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"145\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1450\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1451\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1452\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1453\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1454\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1455\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1456\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1457\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1458\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1459\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"146\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1460\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1461\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1462\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1463\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1464\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1465\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1466\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1467\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1468\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1469\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"147\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1470\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1471\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1472\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1473\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1474\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1475\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1476\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1477\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1478\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1479\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"148\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1480\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1481\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1482\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1483\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1484\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1485\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1486\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1487\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1488\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1489\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"149\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1490\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1491\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1492\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1493\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1494\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1495\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1496\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1497\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1498\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1499\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"15\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"150\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1500\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1501\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1502\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1503\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1504\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1505\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1506\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1507\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1508\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1509\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"151\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1510\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1511\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1512\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1513\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1514\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1515\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1516\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1517\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1518\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1519\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"152\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1520\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1521\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1522\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1523\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1524\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1525\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1526\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1527\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1528\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1529\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"153\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1530\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1531\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1532\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1533\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1534\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1535\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1536\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1537\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1538\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1539\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"154\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1540\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1541\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1542\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1543\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1544\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1545\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1546\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1547\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1548\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1549\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"155\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1550\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1551\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1552\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1553\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1554\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1555\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1556\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1557\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1558\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1559\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"156\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1560\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1561\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1562\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1563\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1564\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1565\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1566\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1567\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1568\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1569\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"157\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1570\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1571\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1572\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1573\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1574\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1575\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1576\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1577\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1578\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1579\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"158\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1580\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1581\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1582\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1583\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1584\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1585\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1586\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1587\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1588\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1589\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"159\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1590\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1591\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1592\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1593\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1594\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1595\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1596\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1597\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1598\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1599\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"16\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"160\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1600\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1601\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1602\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1603\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1604\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1605\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1606\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1607\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1608\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1609\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"161\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1610\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1611\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1612\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1613\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1614\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1615\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1616\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1617\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1618\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1619\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"162\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1620\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1621\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1622\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1623\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1624\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1625\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1626\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1627\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1628\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1629\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"163\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1630\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1631\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1632\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1633\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1634\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1635\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1636\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1637\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1638\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1639\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"164\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1640\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1641\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1642\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1643\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1644\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1645\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1646\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1647\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1648\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1649\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"165\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1650\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1651\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1652\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1653\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1654\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1655\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1656\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1657\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1658\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1659\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"166\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1660\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1661\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1662\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1663\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1664\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1665\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1666\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1667\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1668\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1669\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"167\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1670\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1671\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1672\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1673\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1674\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1675\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1676\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1677\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1678\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1679\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"168\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1680\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1681\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1682\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1683\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1684\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1685\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1686\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1687\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1688\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1689\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"169\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1690\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1691\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1692\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1693\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1694\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1695\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1696\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1697\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1698\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1699\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"17\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"170\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1700\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1701\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1702\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1703\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1704\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1705\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1706\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1707\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1708\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1709\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"171\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1710\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1711\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1712\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1713\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1714\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1715\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1716\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1717\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1718\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1719\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"172\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1720\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1721\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1722\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1723\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1724\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1725\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1726\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1727\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1728\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1729\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"173\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1730\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1731\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1732\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1733\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1734\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1735\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1736\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1737\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1738\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1739\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"174\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1740\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1741\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1742\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1743\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1744\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1745\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1746\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1747\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1748\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1749\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"175\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1750\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1751\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1752\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1753\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1754\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1755\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1756\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1757\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1758\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1759\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"176\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1760\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1761\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1762\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1763\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1764\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1765\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1766\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1767\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1768\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1769\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"177\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1770\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1771\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1772\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1773\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1774\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1775\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1776\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1777\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1778\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1779\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"178\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1780\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1781\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1782\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1783\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1784\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1785\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1786\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1787\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1788\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1789\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"179\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1790\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1791\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1792\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1793\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1794\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1795\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1796\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1797\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1798\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1799\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"18\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"180\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1800\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1801\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1802\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1803\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1804\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1805\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1806\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1807\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1808\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1809\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"181\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1810\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1811\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1812\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1813\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1814\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1815\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1816\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1817\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1818\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1819\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"182\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1820\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1821\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1822\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1823\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1824\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1825\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1826\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1827\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1828\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1829\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"183\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1830\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1831\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1832\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1833\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1834\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1835\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1836\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1837\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1838\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1839\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"184\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1840\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1841\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1842\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1843\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1844\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1845\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1846\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1847\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1848\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1849\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"185\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1850\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1851\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1852\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1853\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1854\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1855\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1856\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1857\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1858\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1859\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"186\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1860\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1861\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1862\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1863\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1864\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1865\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1866\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1867\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1868\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1869\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"187\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1870\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1871\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1872\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1873\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1874\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1875\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1876\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1877\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1878\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1879\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"188\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1880\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1881\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1882\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1883\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1884\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1885\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1886\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1887\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1888\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1889\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"189\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1890\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1891\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1892\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1893\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1894\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1895\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1896\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1897\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1898\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1899\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-4324.search-dogfood.windows-int.net/indexes('azsmnet8318')/docs/search.post.search?api-version=2019-05-06\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9368')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MzY4JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8318')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MzE4JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"hotelId asc\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelId\",\r\n \"skip\": 1000,\r\n \"top\": 2000\r\n}", "RequestHeaders": { "client-request-id": [ - "10d5dc1b-d2b1-4661-a8a2-a5807b0335cc" + "8a7ab76f-2a49-42fc-81ff-d58e14521c73" ], "Accept-Language": [ "en-US" @@ -703,12 +703,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "6403429BC9E01751CEF92154BB4CA39A" + "36740DAA6AA703945FB47ED3BD45D536" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -726,10 +726,10 @@ "no-cache" ], "request-id": [ - "10d5dc1b-d2b1-4661-a8a2-a5807b0335cc" + "8a7ab76f-2a49-42fc-81ff-d58e14521c73" ], "elapsed-time": [ - "77" + "127" ], "OData-Version": [ "4.0" @@ -741,7 +741,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:21:34 GMT" + "Sat, 08 Aug 2020 07:04:53 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -753,17 +753,17 @@ "38353" ] }, - "ResponseBody": "{\r\n \"@search.nextPageParameters\": {\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"hotelId asc\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelId\",\r\n \"skip\": 2000,\r\n \"top\": 1000\r\n },\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"19\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"190\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1900\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1901\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1902\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1903\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1904\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1905\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1906\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1907\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1908\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1909\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"191\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1910\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1911\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1912\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1913\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1914\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1915\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1916\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1917\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1918\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1919\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"192\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1920\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1921\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1922\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1923\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1924\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1925\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1926\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1927\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1928\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1929\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"193\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1930\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1931\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1932\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1933\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1934\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1935\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1936\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1937\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1938\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1939\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"194\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1940\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1941\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1942\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1943\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1944\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1945\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1946\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1947\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1948\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1949\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"195\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1950\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1951\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1952\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1953\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1954\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1955\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1956\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1957\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1958\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1959\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"196\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1960\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1961\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1962\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1963\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1964\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1965\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1966\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1967\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1968\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1969\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"197\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1970\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1971\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1972\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1973\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1974\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1975\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1976\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1977\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1978\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1979\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"198\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1980\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1981\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1982\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1983\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1984\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1985\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1986\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1987\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1988\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1989\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"199\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1990\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1991\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1992\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1993\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1994\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1995\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1996\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1997\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1998\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1999\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"20\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"200\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2000\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2001\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"201\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"202\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"203\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"204\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"205\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"206\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"207\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"208\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"209\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"21\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"210\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"211\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"212\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"213\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"214\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"215\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"216\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"217\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"218\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"219\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"22\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"220\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"221\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"222\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"223\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"224\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"225\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"226\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"227\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"228\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"229\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"23\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"230\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"231\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"232\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"233\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"234\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"235\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"236\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"237\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"238\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"239\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"24\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"240\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"241\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"242\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"243\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"244\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"245\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"246\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"247\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"248\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"249\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"25\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"250\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"251\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"252\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"253\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"254\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"255\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"256\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"257\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"258\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"259\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"26\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"260\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"261\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"262\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"263\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"264\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"265\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"266\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"267\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"268\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"269\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"27\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"270\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"271\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"272\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"273\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"274\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"275\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"276\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"277\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"278\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"279\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"28\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"280\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"281\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"282\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"283\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"284\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"285\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"286\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"287\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"288\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"289\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"29\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"290\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"291\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"292\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"293\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"294\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"295\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"296\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"297\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"298\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"299\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"3\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"30\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"300\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"301\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"302\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"303\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"304\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"305\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"306\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"307\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"308\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"309\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"31\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"310\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"311\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"312\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"313\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"314\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"315\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"316\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"317\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"318\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"319\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"32\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"320\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"321\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"322\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"323\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"324\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"325\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"326\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"327\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"328\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"329\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"33\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"330\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"331\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"332\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"333\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"334\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"335\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"336\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"337\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"338\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"339\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"34\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"340\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"341\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"342\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"343\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"344\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"345\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"346\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"347\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"348\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"349\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"35\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"350\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"351\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"352\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"353\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"354\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"355\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"356\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"357\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"358\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"359\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"36\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"360\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"361\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"362\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"363\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"364\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"365\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"366\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"367\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"368\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"369\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"37\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"370\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"371\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"372\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"373\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"374\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"375\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"376\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"377\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"378\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"379\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"38\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"380\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"381\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"382\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"383\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"384\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"385\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"386\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"387\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"388\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"389\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"39\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"390\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"391\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"392\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"393\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"394\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"395\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"396\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"397\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"398\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"399\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"4\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"40\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"400\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"401\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"402\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"403\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"404\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"405\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"406\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"407\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"408\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"409\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"41\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"410\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"411\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"412\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"413\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"414\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"415\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"416\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"417\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"418\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"419\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"42\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"420\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"421\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"422\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"423\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"424\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"425\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"426\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"427\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"428\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"429\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"43\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"430\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"431\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"432\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"433\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"434\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"435\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"436\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"437\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"438\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"439\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"44\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"440\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"441\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"442\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"443\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"444\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"445\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"446\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"447\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"448\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"449\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"45\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"450\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"451\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"452\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"453\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"454\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"455\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"456\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"457\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"458\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"459\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"46\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"460\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"461\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"462\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"463\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"464\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"465\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"466\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"467\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"468\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"469\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"47\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"470\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"471\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"472\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"473\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"474\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"475\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"476\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"477\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"478\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"479\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"48\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"480\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"481\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"482\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"483\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"484\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"485\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"486\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"487\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"488\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"489\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"49\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"490\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"491\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"492\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"493\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"494\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"495\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"496\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"497\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"498\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"499\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"5\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"50\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"500\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"501\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"502\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"503\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"504\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"505\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"506\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"507\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"508\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"509\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"51\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"510\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"511\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"512\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"513\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"514\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"515\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"516\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"517\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"518\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"519\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"52\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"520\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"521\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"522\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"523\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"524\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"525\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"526\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"527\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"528\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"529\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"53\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"530\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"531\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"532\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"533\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"534\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"535\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"536\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"537\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"538\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"539\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"54\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"540\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"541\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"542\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"543\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"544\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"545\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"546\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"547\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"548\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"549\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"55\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"550\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"551\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"552\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"553\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"554\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"555\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"556\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"557\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"558\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"559\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"56\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"560\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"561\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"562\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"563\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"564\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"565\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"566\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"567\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"568\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"569\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"57\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"570\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"571\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"572\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"573\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"574\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"575\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"576\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"577\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"578\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"579\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"58\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"580\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"581\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"582\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"583\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"584\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"585\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"586\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"587\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"588\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"589\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"59\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"590\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"591\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"592\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"593\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"594\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"595\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"596\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"597\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"598\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"599\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"6\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"60\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"600\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"601\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"602\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"603\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"604\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"605\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"606\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"607\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"608\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"609\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"61\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"610\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"611\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"612\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"613\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"614\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"615\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"616\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"617\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"618\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"619\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"62\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"620\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"621\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"622\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"623\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"624\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"625\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"626\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"627\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"628\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"629\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"63\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"630\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"631\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"632\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"633\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"634\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"635\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"636\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"637\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"638\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"639\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"64\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"640\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"641\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"642\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"643\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"644\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"645\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"646\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"647\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"648\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"649\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"65\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"650\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"651\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"652\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"653\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"654\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"655\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"656\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"657\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"658\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"659\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"66\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"660\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"661\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"662\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"663\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"664\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"665\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"666\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"667\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"668\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"669\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"67\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"670\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"671\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"672\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"673\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"674\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"675\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"676\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"677\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"678\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"679\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"68\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"680\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"681\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"682\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"683\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"684\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"685\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"686\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"687\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"688\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"689\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"69\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"690\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"691\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"692\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"693\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"694\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"695\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"696\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"697\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"698\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"699\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"7\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"70\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"700\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"701\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"702\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"703\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"704\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"705\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"706\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"707\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"708\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"709\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"71\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"710\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"711\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"712\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"713\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"714\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"715\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"716\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"717\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"718\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"719\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"72\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"720\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"721\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"722\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"723\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"724\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"725\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"726\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"727\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"728\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"729\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"73\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"730\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"731\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"732\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"733\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"734\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"735\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"736\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"737\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"738\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"739\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"74\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"740\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"741\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"742\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"743\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"744\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"745\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"746\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"747\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"748\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"749\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"75\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"750\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"751\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"752\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"753\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"754\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"755\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"756\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"757\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"758\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"759\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"76\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"760\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"761\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"762\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"763\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"764\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"765\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"766\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"767\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"768\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"769\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"77\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"770\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"771\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"772\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"773\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"774\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"775\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"776\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"777\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"778\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"779\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"78\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"780\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"781\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"782\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"783\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"784\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"785\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"786\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"787\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"788\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"789\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"79\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"790\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"791\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"792\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"793\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"794\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"795\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"796\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"797\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"798\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"799\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"8\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"80\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"800\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"801\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"802\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"803\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"804\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"805\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"806\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"807\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"808\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"809\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"81\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"810\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"811\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"812\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"813\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"814\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"815\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"816\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"817\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"818\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"819\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"82\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"820\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"821\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"822\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"823\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"824\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"825\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"826\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"827\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"828\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"829\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"83\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"830\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"831\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"832\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"833\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"834\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"835\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"836\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"837\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"838\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"839\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"84\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"840\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"841\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"842\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"843\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"844\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"845\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"846\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"847\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"848\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"849\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"85\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"850\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"851\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"852\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"853\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"854\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"855\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"856\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"857\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"858\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"859\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"86\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"860\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"861\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"862\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"863\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"864\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"865\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"866\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"867\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"868\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"869\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"87\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"870\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"871\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"872\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"873\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"874\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"875\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"876\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"877\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"878\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"879\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"88\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"880\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"881\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"882\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"883\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"884\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"885\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"886\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"887\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"888\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"889\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"89\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"890\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"891\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"892\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"893\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"894\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"895\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"896\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"897\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"898\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"899\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"9\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"90\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"900\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"901\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"902\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"903\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"904\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"905\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"906\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"907\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"908\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"909\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"91\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"910\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"911\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"912\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"913\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"914\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"915\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"916\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"917\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"918\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"919\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"92\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"920\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"921\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"922\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"923\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"924\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"925\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"926\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"927\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"928\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"929\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"93\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"930\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"931\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"932\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"933\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"934\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"935\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"936\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"937\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"938\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"939\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"94\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"940\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"941\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"942\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"943\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"944\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"945\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"946\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"947\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"948\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"949\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"95\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"950\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"951\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"952\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"953\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"954\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"955\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"956\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"957\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"958\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"959\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"96\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"960\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"961\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"962\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"963\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"964\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"965\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"966\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"967\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"968\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"969\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"97\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"970\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"971\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"972\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"973\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"974\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"975\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"976\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"977\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"978\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"979\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"98\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"980\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"981\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"982\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"983\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"984\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"985\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"986\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"987\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"988\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"989\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"99\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"990\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"991\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"992\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"993\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"994\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"995\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"996\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"997\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"998\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-1925.search-dogfood.windows-int.net/indexes('azsmnet9368')/docs/search.post.search?api-version=2019-05-06\"\r\n}", + "ResponseBody": "{\r\n \"@search.nextPageParameters\": {\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"hotelId asc\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelId\",\r\n \"skip\": 2000,\r\n \"top\": 1000\r\n },\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"19\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"190\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1900\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1901\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1902\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1903\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1904\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1905\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1906\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1907\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1908\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1909\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"191\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1910\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1911\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1912\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1913\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1914\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1915\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1916\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1917\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1918\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1919\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"192\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1920\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1921\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1922\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1923\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1924\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1925\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1926\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1927\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1928\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1929\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"193\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1930\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1931\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1932\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1933\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1934\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1935\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1936\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1937\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1938\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1939\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"194\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1940\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1941\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1942\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1943\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1944\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1945\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1946\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1947\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1948\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1949\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"195\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1950\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1951\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1952\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1953\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1954\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1955\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1956\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1957\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1958\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1959\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"196\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1960\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1961\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1962\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1963\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1964\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1965\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1966\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1967\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1968\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1969\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"197\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1970\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1971\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1972\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1973\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1974\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1975\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1976\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1977\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1978\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1979\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"198\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1980\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1981\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1982\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1983\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1984\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1985\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1986\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1987\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1988\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1989\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"199\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1990\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1991\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1992\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1993\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1994\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1995\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1996\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1997\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1998\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1999\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"20\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"200\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2000\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2001\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"201\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"202\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"203\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"204\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"205\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"206\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"207\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"208\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"209\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"21\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"210\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"211\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"212\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"213\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"214\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"215\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"216\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"217\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"218\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"219\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"22\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"220\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"221\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"222\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"223\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"224\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"225\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"226\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"227\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"228\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"229\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"23\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"230\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"231\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"232\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"233\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"234\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"235\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"236\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"237\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"238\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"239\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"24\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"240\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"241\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"242\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"243\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"244\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"245\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"246\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"247\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"248\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"249\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"25\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"250\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"251\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"252\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"253\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"254\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"255\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"256\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"257\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"258\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"259\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"26\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"260\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"261\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"262\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"263\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"264\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"265\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"266\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"267\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"268\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"269\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"27\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"270\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"271\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"272\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"273\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"274\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"275\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"276\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"277\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"278\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"279\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"28\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"280\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"281\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"282\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"283\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"284\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"285\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"286\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"287\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"288\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"289\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"29\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"290\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"291\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"292\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"293\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"294\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"295\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"296\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"297\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"298\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"299\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"3\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"30\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"300\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"301\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"302\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"303\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"304\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"305\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"306\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"307\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"308\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"309\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"31\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"310\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"311\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"312\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"313\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"314\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"315\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"316\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"317\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"318\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"319\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"32\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"320\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"321\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"322\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"323\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"324\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"325\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"326\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"327\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"328\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"329\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"33\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"330\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"331\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"332\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"333\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"334\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"335\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"336\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"337\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"338\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"339\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"34\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"340\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"341\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"342\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"343\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"344\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"345\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"346\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"347\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"348\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"349\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"35\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"350\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"351\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"352\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"353\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"354\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"355\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"356\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"357\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"358\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"359\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"36\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"360\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"361\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"362\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"363\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"364\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"365\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"366\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"367\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"368\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"369\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"37\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"370\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"371\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"372\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"373\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"374\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"375\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"376\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"377\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"378\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"379\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"38\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"380\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"381\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"382\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"383\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"384\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"385\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"386\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"387\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"388\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"389\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"39\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"390\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"391\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"392\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"393\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"394\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"395\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"396\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"397\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"398\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"399\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"4\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"40\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"400\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"401\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"402\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"403\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"404\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"405\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"406\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"407\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"408\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"409\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"41\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"410\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"411\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"412\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"413\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"414\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"415\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"416\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"417\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"418\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"419\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"42\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"420\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"421\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"422\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"423\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"424\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"425\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"426\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"427\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"428\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"429\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"43\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"430\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"431\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"432\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"433\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"434\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"435\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"436\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"437\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"438\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"439\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"44\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"440\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"441\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"442\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"443\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"444\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"445\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"446\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"447\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"448\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"449\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"45\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"450\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"451\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"452\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"453\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"454\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"455\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"456\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"457\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"458\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"459\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"46\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"460\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"461\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"462\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"463\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"464\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"465\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"466\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"467\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"468\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"469\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"47\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"470\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"471\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"472\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"473\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"474\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"475\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"476\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"477\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"478\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"479\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"48\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"480\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"481\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"482\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"483\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"484\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"485\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"486\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"487\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"488\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"489\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"49\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"490\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"491\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"492\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"493\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"494\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"495\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"496\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"497\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"498\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"499\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"5\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"50\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"500\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"501\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"502\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"503\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"504\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"505\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"506\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"507\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"508\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"509\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"51\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"510\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"511\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"512\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"513\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"514\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"515\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"516\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"517\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"518\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"519\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"52\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"520\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"521\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"522\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"523\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"524\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"525\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"526\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"527\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"528\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"529\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"53\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"530\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"531\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"532\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"533\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"534\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"535\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"536\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"537\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"538\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"539\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"54\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"540\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"541\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"542\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"543\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"544\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"545\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"546\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"547\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"548\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"549\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"55\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"550\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"551\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"552\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"553\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"554\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"555\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"556\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"557\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"558\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"559\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"56\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"560\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"561\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"562\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"563\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"564\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"565\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"566\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"567\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"568\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"569\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"57\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"570\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"571\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"572\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"573\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"574\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"575\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"576\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"577\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"578\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"579\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"58\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"580\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"581\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"582\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"583\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"584\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"585\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"586\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"587\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"588\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"589\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"59\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"590\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"591\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"592\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"593\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"594\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"595\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"596\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"597\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"598\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"599\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"6\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"60\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"600\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"601\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"602\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"603\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"604\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"605\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"606\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"607\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"608\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"609\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"61\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"610\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"611\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"612\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"613\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"614\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"615\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"616\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"617\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"618\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"619\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"62\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"620\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"621\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"622\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"623\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"624\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"625\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"626\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"627\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"628\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"629\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"63\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"630\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"631\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"632\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"633\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"634\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"635\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"636\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"637\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"638\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"639\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"64\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"640\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"641\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"642\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"643\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"644\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"645\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"646\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"647\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"648\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"649\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"65\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"650\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"651\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"652\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"653\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"654\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"655\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"656\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"657\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"658\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"659\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"66\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"660\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"661\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"662\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"663\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"664\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"665\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"666\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"667\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"668\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"669\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"67\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"670\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"671\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"672\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"673\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"674\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"675\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"676\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"677\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"678\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"679\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"68\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"680\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"681\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"682\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"683\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"684\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"685\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"686\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"687\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"688\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"689\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"69\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"690\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"691\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"692\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"693\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"694\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"695\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"696\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"697\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"698\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"699\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"7\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"70\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"700\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"701\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"702\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"703\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"704\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"705\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"706\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"707\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"708\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"709\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"71\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"710\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"711\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"712\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"713\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"714\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"715\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"716\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"717\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"718\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"719\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"72\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"720\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"721\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"722\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"723\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"724\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"725\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"726\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"727\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"728\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"729\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"73\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"730\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"731\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"732\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"733\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"734\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"735\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"736\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"737\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"738\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"739\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"74\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"740\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"741\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"742\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"743\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"744\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"745\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"746\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"747\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"748\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"749\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"75\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"750\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"751\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"752\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"753\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"754\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"755\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"756\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"757\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"758\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"759\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"76\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"760\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"761\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"762\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"763\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"764\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"765\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"766\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"767\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"768\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"769\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"77\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"770\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"771\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"772\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"773\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"774\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"775\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"776\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"777\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"778\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"779\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"78\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"780\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"781\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"782\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"783\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"784\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"785\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"786\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"787\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"788\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"789\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"79\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"790\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"791\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"792\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"793\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"794\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"795\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"796\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"797\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"798\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"799\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"8\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"80\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"800\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"801\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"802\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"803\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"804\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"805\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"806\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"807\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"808\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"809\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"81\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"810\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"811\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"812\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"813\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"814\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"815\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"816\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"817\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"818\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"819\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"82\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"820\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"821\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"822\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"823\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"824\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"825\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"826\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"827\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"828\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"829\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"83\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"830\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"831\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"832\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"833\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"834\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"835\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"836\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"837\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"838\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"839\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"84\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"840\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"841\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"842\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"843\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"844\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"845\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"846\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"847\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"848\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"849\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"85\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"850\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"851\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"852\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"853\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"854\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"855\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"856\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"857\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"858\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"859\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"86\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"860\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"861\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"862\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"863\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"864\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"865\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"866\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"867\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"868\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"869\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"87\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"870\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"871\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"872\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"873\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"874\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"875\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"876\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"877\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"878\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"879\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"88\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"880\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"881\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"882\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"883\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"884\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"885\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"886\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"887\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"888\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"889\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"89\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"890\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"891\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"892\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"893\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"894\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"895\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"896\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"897\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"898\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"899\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"9\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"90\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"900\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"901\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"902\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"903\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"904\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"905\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"906\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"907\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"908\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"909\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"91\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"910\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"911\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"912\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"913\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"914\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"915\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"916\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"917\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"918\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"919\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"92\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"920\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"921\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"922\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"923\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"924\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"925\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"926\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"927\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"928\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"929\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"93\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"930\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"931\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"932\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"933\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"934\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"935\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"936\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"937\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"938\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"939\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"94\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"940\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"941\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"942\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"943\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"944\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"945\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"946\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"947\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"948\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"949\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"95\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"950\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"951\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"952\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"953\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"954\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"955\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"956\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"957\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"958\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"959\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"96\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"960\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"961\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"962\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"963\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"964\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"965\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"966\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"967\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"968\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"969\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"97\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"970\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"971\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"972\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"973\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"974\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"975\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"976\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"977\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"978\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"979\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"98\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"980\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"981\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"982\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"983\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"984\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"985\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"986\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"987\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"988\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"989\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"99\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"990\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"991\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"992\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"993\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"994\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"995\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"996\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"997\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"998\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-4324.search-dogfood.windows-int.net/indexes('azsmnet8318')/docs/search.post.search?api-version=2019-05-06\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9368')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MzY4JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8318')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MzE4JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"hotelId asc\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelId\",\r\n \"skip\": 2000,\r\n \"top\": 1000\r\n}", "RequestHeaders": { "client-request-id": [ - "800541d4-f0b1-4871-bdf1-e5e5323f772b" + "3e327850-4ba1-473a-84d7-6e3df90a3006" ], "Accept-Language": [ "en-US" @@ -772,12 +772,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "6403429BC9E01751CEF92154BB4CA39A" + "36740DAA6AA703945FB47ED3BD45D536" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -795,10 +795,10 @@ "no-cache" ], "request-id": [ - "800541d4-f0b1-4871-bdf1-e5e5323f772b" + "3e327850-4ba1-473a-84d7-6e3df90a3006" ], "elapsed-time": [ - "14" + "21" ], "OData-Version": [ "4.0" @@ -810,7 +810,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:21:34 GMT" + "Sat, 08 Aug 2020 07:04:53 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -826,21 +826,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9782/providers/Microsoft.Search/searchServices/azs-1925?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTI1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3306/providers/Microsoft.Search/searchServices/azs-4324?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzI0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1af73405-5b0b-455f-a948-cfddba5e5edc" + "f6ae12cc-45d2-484d-a33f-4b6202cc5fdd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -851,51 +851,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "1af73405-5b0b-455f-a948-cfddba5e5edc" + "777a0b0b-abe2-42b3-abda-9babfc33e8c0" ], - "request-id": [ - "1af73405-5b0b-455f-a948-cfddba5e5edc" + "x-ms-correlation-request-id": [ + "777a0b0b-abe2-42b3-abda-9babfc33e8c0" ], - "elapsed-time": [ - "1132" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T070601Z:777a0b0b-abe2-42b3-abda-9babfc33e8c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" - ], - "x-ms-correlation-request-id": [ - "ba95c83c-ada5-454b-aaf4-198d10c95d7f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032138Z:ba95c83c-ada5-454b-aaf4-198d10c95d7f" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:21:38 GMT" + "Sat, 08 Aug 2020 07:06:01 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet9782", - "azsmnet9368" + "azsmnet3306", + "azsmnet8318" ], "GenerateServiceName": [ - "azs-1925" + "azs-4324" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanContinueSearchWithoutTop.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanContinueSearchWithoutTop.json index d59101a857d4..73a642cb4ab3 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanContinueSearchWithoutTop.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanContinueSearchWithoutTop.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76f08898-1a8a-4b01-ba9a-5482770bc170" + "dce6bf59-6be5-4be9-9d17-b52fc6563b38" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1182" ], "x-ms-request-id": [ - "5ff2e90a-49b6-4e3b-891c-48bccfbf8ea6" + "398b6a0b-2e70-4359-a1ad-ccfa94f12ace" ], "x-ms-correlation-request-id": [ - "5ff2e90a-49b6-4e3b-891c-48bccfbf8ea6" + "398b6a0b-2e70-4359-a1ad-ccfa94f12ace" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030710Z:5ff2e90a-49b6-4e3b-891c-48bccfbf8ea6" + "NORTHEUROPE:20200808T064422Z:398b6a0b-2e70-4359-a1ad-ccfa94f12ace" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:07:10 GMT" + "Sat, 08 Aug 2020 06:44:21 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2859?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyODU5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4867?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0ODY3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a707d25f-1dc9-4f30-9c3c-ddf128596cde" + "d461df32-a782-4367-918e-dcfe81aa7fbe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1188" ], "x-ms-request-id": [ - "23edd6bb-1d0c-45e9-9097-88074d1ad3f2" + "58cf8cea-c1f1-4d01-ab32-a8dd556e6ece" ], "x-ms-correlation-request-id": [ - "23edd6bb-1d0c-45e9-9097-88074d1ad3f2" + "58cf8cea-c1f1-4d01-ab32-a8dd556e6ece" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030710Z:23edd6bb-1d0c-45e9-9097-88074d1ad3f2" + "NORTHEUROPE:20200808T064423Z:58cf8cea-c1f1-4d01-ab32-a8dd556e6ece" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:07:10 GMT" + "Sat, 08 Aug 2020 06:44:22 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2859\",\r\n \"name\": \"azsmnet2859\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4867\",\r\n \"name\": \"azsmnet4867\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2859/providers/Microsoft.Search/searchServices/azs-9978?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4867/providers/Microsoft.Search/searchServices/azs-2555?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "73693299-ea4c-477d-96b0-4d7274c2f793" + "503a51e1-6b7d-46a7-8ad9-1267d8bf369f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A07%3A14.4811978Z'\"" + "W/\"datetime'2020-08-08T06%3A44%3A28.7258188Z'\"" ], "x-ms-request-id": [ - "73693299-ea4c-477d-96b0-4d7274c2f793" + "503a51e1-6b7d-46a7-8ad9-1267d8bf369f" ], "request-id": [ - "73693299-ea4c-477d-96b0-4d7274c2f793" + "503a51e1-6b7d-46a7-8ad9-1267d8bf369f" ], "elapsed-time": [ - "1317" + "2370" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1193" ], "x-ms-correlation-request-id": [ - "25678f13-bd2f-44b9-a57f-7b15ee57d720" + "955763af-a05e-49ee-a5a9-bdfbd29f19ee" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030715Z:25678f13-bd2f-44b9-a57f-7b15ee57d720" + "NORTHEUROPE:20200808T064430Z:955763af-a05e-49ee-a5a9-bdfbd29f19ee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:07:14 GMT" + "Sat, 08 Aug 2020 06:44:29 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2859/providers/Microsoft.Search/searchServices/azs-9978\",\r\n \"name\": \"azs-9978\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4867/providers/Microsoft.Search/searchServices/azs-2555\",\r\n \"name\": \"azs-2555\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2859/providers/Microsoft.Search/searchServices/azs-9978/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTc4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4867/providers/Microsoft.Search/searchServices/azs-2555/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db584bc8-c972-46f6-ba6b-1202e3956efb" + "abb92566-76c2-48b7-bfd9-c334791d322b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "db584bc8-c972-46f6-ba6b-1202e3956efb" + "abb92566-76c2-48b7-bfd9-c334791d322b" ], "request-id": [ - "db584bc8-c972-46f6-ba6b-1202e3956efb" + "abb92566-76c2-48b7-bfd9-c334791d322b" ], "elapsed-time": [ - "86" + "258" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1191" ], "x-ms-correlation-request-id": [ - "cfce6354-25b0-45ca-95c6-addab60f9cd3" + "8c1d7313-450b-4f19-b9be-311a94d8e6ed" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030717Z:cfce6354-25b0-45ca-95c6-addab60f9cd3" + "NORTHEUROPE:20200808T064432Z:8c1d7313-450b-4f19-b9be-311a94d8e6ed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:07:16 GMT" + "Sat, 08 Aug 2020 06:44:31 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"59D9824C9F8EDB74F774BCE686F6A5C4\",\r\n \"secondaryKey\": \"51DCD73C68D62E1647220FAF81496918\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"135FCA8B64193289024D41613ED6BD70\",\r\n \"secondaryKey\": \"AE75E5030C5AFBB44DA0411F4330CA50\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2859/providers/Microsoft.Search/searchServices/azs-9978/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTc4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4867/providers/Microsoft.Search/searchServices/azs-2555/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3ad842b-7396-417f-807d-e419b72dc163" + "ff9f7a97-3f23-48b7-a538-921bcb495d21" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f3ad842b-7396-417f-807d-e419b72dc163" + "ff9f7a97-3f23-48b7-a538-921bcb495d21" ], "request-id": [ - "f3ad842b-7396-417f-807d-e419b72dc163" + "ff9f7a97-3f23-48b7-a538-921bcb495d21" ], "elapsed-time": [ - "88" + "314" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1190" ], "x-ms-correlation-request-id": [ - "bb457ca3-7bae-496b-a299-b665ab1b567b" + "d1d97934-fee5-44d8-81df-612e30d41d97" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030717Z:bb457ca3-7bae-496b-a299-b665ab1b567b" + "NORTHEUROPE:20200808T064433Z:d1d97934-fee5-44d8-81df-612e30d41d97" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:07:17 GMT" + "Sat, 08 Aug 2020 06:44:32 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"4F3542C9960327474E0DA7E7179199C9\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B4C0BD3D7C09B563A701654DB8C4DC38\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet904\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5467\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "a1ac2ad4-abbb-4320-830e-26b28a17448e" + "01732984-f25d-41b2-ab55-2d6838837ae0" ], "Accept-Language": [ "en-US" ], "api-key": [ - "59D9824C9F8EDB74F774BCE686F6A5C4" + "135FCA8B64193289024D41613ED6BD70" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6974" + "6975" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037D66C43968\"" + "W/\"0x8D83B66843D65CE\"" ], "Location": [ - "https://azs-9978.search-dogfood.windows-int.net/indexes('azsmnet904')?api-version=2019-05-06" + "https://azs-2555.search-dogfood.windows-int.net/indexes('azsmnet5467')?api-version=2019-05-06" ], "request-id": [ - "a1ac2ad4-abbb-4320-830e-26b28a17448e" + "01732984-f25d-41b2-ab55-2d6838837ae0" ], "elapsed-time": [ - "1267" + "1277" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:07:19 GMT" + "Sat, 08 Aug 2020 06:44:35 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9978.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037D66C43968\\\"\",\r\n \"name\": \"azsmnet904\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2555.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B66843D65CE\\\"\",\r\n \"name\": \"azsmnet5467\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet904')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MDQnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet5467')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NDY3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "e0b216a2-77b4-4d85-af4c-451deb1bb790" + "75e81705-7c92-4f54-a447-ba9132b98e5d" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "59D9824C9F8EDB74F774BCE686F6A5C4" + "135FCA8B64193289024D41613ED6BD70" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "e0b216a2-77b4-4d85-af4c-451deb1bb790" + "75e81705-7c92-4f54-a447-ba9132b98e5d" ], "elapsed-time": [ - "216" + "210" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:07:41 GMT" + "Sat, 08 Aug 2020 06:44:58 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet904')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MDQnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet5467')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NDY3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"11\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"12\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"13\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"14\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"15\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"16\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"17\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"18\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"19\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"20\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"21\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"22\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"23\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"24\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"25\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"26\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"27\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"28\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"29\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"30\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"31\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"32\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"33\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"34\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"35\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"36\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"37\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"38\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"39\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"40\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"41\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"42\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"43\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"44\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"45\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"46\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"47\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"48\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"49\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"50\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"51\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"52\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"53\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"54\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"55\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"56\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"57\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"58\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"59\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"60\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"61\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"62\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"63\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"64\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"65\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"66\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"67\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"68\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"69\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"70\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"71\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"72\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"73\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"74\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"75\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"76\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"77\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"78\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"79\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"80\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"81\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"82\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"83\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"84\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"85\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"86\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"87\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"88\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"89\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"90\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"91\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"92\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"93\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"94\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"95\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"96\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"97\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"98\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"99\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"100\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"101\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"102\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"103\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"104\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"105\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"106\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"107\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"108\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"109\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"110\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"111\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"112\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"113\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"114\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"115\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"116\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"117\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"118\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"119\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"120\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"121\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"122\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"123\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"124\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"125\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"126\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"127\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"128\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"129\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"130\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"131\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"132\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"133\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"134\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"135\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"136\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"137\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"138\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"139\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"140\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"141\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"142\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"143\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"144\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"145\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"146\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"147\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"148\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"149\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"150\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"151\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"152\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"153\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"154\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"155\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"156\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"157\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"158\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"159\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"160\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"161\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"162\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"163\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"164\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"165\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"166\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"167\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "04f46166-f9b9-4906-910f-2ddfb8f10f2c" + "9f4fd408-1b09-4553-8d4d-3dfef5a3f22e" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "59D9824C9F8EDB74F774BCE686F6A5C4" + "135FCA8B64193289024D41613ED6BD70" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "04f46166-f9b9-4906-910f-2ddfb8f10f2c" + "9f4fd408-1b09-4553-8d4d-3dfef5a3f22e" ], "elapsed-time": [ - "180" + "225" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:07:44 GMT" + "Sat, 08 Aug 2020 06:45:02 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,13 +550,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet904')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MDQnKS9kb2NzL3NlYXJjaC5wb3N0LnNlYXJjaD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet5467')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NDY3JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"hotelId asc\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelId\"\r\n}", "RequestHeaders": { "client-request-id": [ - "4759da6c-eed5-4edb-99b8-28394f7f14ed" + "2d870a5c-7200-400a-bf32-f8f905cd9654" ], "Accept-Language": [ "en-US" @@ -565,12 +565,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "59D9824C9F8EDB74F774BCE686F6A5C4" + "135FCA8B64193289024D41613ED6BD70" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -588,10 +588,10 @@ "no-cache" ], "request-id": [ - "4759da6c-eed5-4edb-99b8-28394f7f14ed" + "2d870a5c-7200-400a-bf32-f8f905cd9654" ], "elapsed-time": [ - "44" + "332" ], "OData-Version": [ "4.0" @@ -603,7 +603,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:07:46 GMT" + "Sat, 08 Aug 2020 06:45:04 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -612,20 +612,20 @@ "-1" ], "Content-Length": [ - "2227" + "2228" ] }, - "ResponseBody": "{\r\n \"@search.nextPageParameters\": {\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"hotelId asc\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelId\",\r\n \"skip\": 50\r\n },\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"10\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"100\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"101\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"102\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"103\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"104\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"105\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"106\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"107\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"108\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"109\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"11\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"110\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"111\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"112\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"113\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"114\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"115\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"116\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"117\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"118\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"119\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"12\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"120\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"121\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"122\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"123\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"124\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"125\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"126\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"127\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"128\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"129\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"13\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"130\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"131\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"132\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"133\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"134\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"135\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"136\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"137\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"138\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"139\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"14\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"140\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"141\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"142\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"143\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-9978.search-dogfood.windows-int.net/indexes('azsmnet904')/docs/search.post.search?api-version=2019-05-06\"\r\n}", + "ResponseBody": "{\r\n \"@search.nextPageParameters\": {\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"hotelId asc\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelId\",\r\n \"skip\": 50\r\n },\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"10\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"100\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"101\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"102\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"103\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"104\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"105\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"106\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"107\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"108\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"109\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"11\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"110\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"111\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"112\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"113\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"114\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"115\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"116\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"117\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"118\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"119\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"12\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"120\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"121\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"122\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"123\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"124\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"125\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"126\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"127\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"128\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"129\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"13\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"130\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"131\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"132\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"133\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"134\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"135\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"136\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"137\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"138\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"139\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"14\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"140\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"141\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"142\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"143\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-2555.search-dogfood.windows-int.net/indexes('azsmnet5467')/docs/search.post.search?api-version=2019-05-06\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet904')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MDQnKS9kb2NzL3NlYXJjaC5wb3N0LnNlYXJjaD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet5467')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NDY3JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"hotelId asc\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelId\",\r\n \"skip\": 50\r\n}", "RequestHeaders": { "client-request-id": [ - "84c079cf-ed5d-4c00-b9c9-4531b441ab2e" + "b4934ba6-411c-4da3-bc29-4410b5ef9df9" ], "Accept-Language": [ "en-US" @@ -634,12 +634,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "59D9824C9F8EDB74F774BCE686F6A5C4" + "135FCA8B64193289024D41613ED6BD70" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -657,10 +657,10 @@ "no-cache" ], "request-id": [ - "84c079cf-ed5d-4c00-b9c9-4531b441ab2e" + "b4934ba6-411c-4da3-bc29-4410b5ef9df9" ], "elapsed-time": [ - "10" + "96" ], "OData-Version": [ "4.0" @@ -672,7 +672,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:07:46 GMT" + "Sat, 08 Aug 2020 06:45:04 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -681,20 +681,20 @@ "-1" ], "Content-Length": [ - "2207" + "2208" ] }, - "ResponseBody": "{\r\n \"@search.nextPageParameters\": {\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"hotelId asc\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelId\",\r\n \"skip\": 100\r\n },\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"144\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"145\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"146\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"147\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"148\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"149\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"15\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"150\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"151\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"152\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"153\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"154\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"155\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"156\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"157\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"158\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"159\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"16\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"160\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"161\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"162\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"163\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"164\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"165\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"166\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"167\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"17\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"18\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"19\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"20\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"21\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"22\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"23\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"24\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"25\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"26\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"27\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"28\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"29\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"3\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"30\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"31\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"32\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"33\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"34\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"35\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"36\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"37\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"38\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-9978.search-dogfood.windows-int.net/indexes('azsmnet904')/docs/search.post.search?api-version=2019-05-06\"\r\n}", + "ResponseBody": "{\r\n \"@search.nextPageParameters\": {\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"hotelId asc\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelId\",\r\n \"skip\": 100\r\n },\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"144\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"145\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"146\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"147\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"148\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"149\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"15\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"150\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"151\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"152\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"153\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"154\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"155\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"156\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"157\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"158\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"159\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"16\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"160\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"161\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"162\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"163\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"164\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"165\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"166\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"167\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"17\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"18\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"19\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"20\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"21\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"22\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"23\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"24\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"25\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"26\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"27\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"28\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"29\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"3\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"30\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"31\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"32\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"33\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"34\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"35\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"36\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"37\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"38\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-2555.search-dogfood.windows-int.net/indexes('azsmnet5467')/docs/search.post.search?api-version=2019-05-06\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet904')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MDQnKS9kb2NzL3NlYXJjaC5wb3N0LnNlYXJjaD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet5467')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NDY3JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"hotelId asc\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelId\",\r\n \"skip\": 100\r\n}", "RequestHeaders": { "client-request-id": [ - "ff8c6b82-b702-437a-b0ee-dbfa4737af88" + "197f417b-717b-42eb-a925-e8343274146d" ], "Accept-Language": [ "en-US" @@ -703,12 +703,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "59D9824C9F8EDB74F774BCE686F6A5C4" + "135FCA8B64193289024D41613ED6BD70" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -726,10 +726,10 @@ "no-cache" ], "request-id": [ - "ff8c6b82-b702-437a-b0ee-dbfa4737af88" + "197f417b-717b-42eb-a925-e8343274146d" ], "elapsed-time": [ - "14" + "76" ], "OData-Version": [ "4.0" @@ -741,7 +741,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:07:46 GMT" + "Sat, 08 Aug 2020 06:45:04 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -750,20 +750,20 @@ "-1" ], "Content-Length": [ - "2180" + "2181" ] }, - "ResponseBody": "{\r\n \"@search.nextPageParameters\": {\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"hotelId asc\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelId\",\r\n \"skip\": 150\r\n },\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"39\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"4\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"40\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"41\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"42\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"43\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"44\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"45\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"46\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"47\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"48\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"49\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"5\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"50\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"51\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"52\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"53\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"54\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"55\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"56\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"57\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"58\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"59\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"6\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"60\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"61\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"62\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"63\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"64\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"65\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"66\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"67\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"68\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"69\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"7\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"70\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"71\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"72\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"73\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"74\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"75\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"76\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"77\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"78\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"79\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"8\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"80\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"81\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"82\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"83\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-9978.search-dogfood.windows-int.net/indexes('azsmnet904')/docs/search.post.search?api-version=2019-05-06\"\r\n}", + "ResponseBody": "{\r\n \"@search.nextPageParameters\": {\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"hotelId asc\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelId\",\r\n \"skip\": 150\r\n },\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"39\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"4\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"40\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"41\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"42\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"43\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"44\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"45\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"46\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"47\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"48\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"49\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"5\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"50\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"51\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"52\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"53\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"54\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"55\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"56\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"57\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"58\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"59\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"6\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"60\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"61\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"62\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"63\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"64\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"65\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"66\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"67\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"68\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"69\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"7\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"70\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"71\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"72\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"73\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"74\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"75\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"76\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"77\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"78\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"79\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"8\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"80\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"81\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"82\"\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"83\"\r\n }\r\n ],\r\n \"@odata.nextLink\": \"https://azs-2555.search-dogfood.windows-int.net/indexes('azsmnet5467')/docs/search.post.search?api-version=2019-05-06\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet904')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MDQnKS9kb2NzL3NlYXJjaC5wb3N0LnNlYXJjaD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet5467')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NDY3JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"hotelId asc\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelId\",\r\n \"skip\": 150\r\n}", "RequestHeaders": { "client-request-id": [ - "e8f059df-2396-4ede-9ca9-ad48396d5f60" + "2158c45d-98f1-4bb6-8133-b182d0ed1e2e" ], "Accept-Language": [ "en-US" @@ -772,12 +772,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "59D9824C9F8EDB74F774BCE686F6A5C4" + "135FCA8B64193289024D41613ED6BD70" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -795,10 +795,10 @@ "no-cache" ], "request-id": [ - "e8f059df-2396-4ede-9ca9-ad48396d5f60" + "2158c45d-98f1-4bb6-8133-b182d0ed1e2e" ], "elapsed-time": [ - "9" + "14" ], "OData-Version": [ "4.0" @@ -810,7 +810,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:07:46 GMT" + "Sat, 08 Aug 2020 06:45:04 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -826,21 +826,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2859/providers/Microsoft.Search/searchServices/azs-9978?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4867/providers/Microsoft.Search/searchServices/azs-2555?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a9e5eac-f092-40e2-beed-fc8122f4e8e1" + "913904d7-dda3-4316-a9e9-d439edf420ce" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -851,51 +851,42 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "0a9e5eac-f092-40e2-beed-fc8122f4e8e1" - ], - "request-id": [ - "0a9e5eac-f092-40e2-beed-fc8122f4e8e1" - ], - "elapsed-time": [ - "1670" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14989" ], + "x-ms-request-id": [ + "1350632c-ca30-42bd-8cf2-f8bcbfde853c" + ], "x-ms-correlation-request-id": [ - "cbf4d689-0268-4ba3-9118-c680d4cd0d5c" + "1350632c-ca30-42bd-8cf2-f8bcbfde853c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030752Z:cbf4d689-0268-4ba3-9118-c680d4cd0d5c" + "NORTHEUROPE:20200808T064513Z:1350632c-ca30-42bd-8cf2-f8bcbfde853c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:07:51 GMT" + "Sat, 08 Aug 2020 06:45:13 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2859", - "azsmnet904" + "azsmnet4867", + "azsmnet5467" ], "GenerateServiceName": [ - "azs-9978" + "azs-2555" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanFilter.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanFilter.json index bff264e76eff..631f7e55e489 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanFilter.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanFilter.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eac6d452-8120-4a6a-8422-782f7004d5b5" + "666e5b0f-6df0-42cd-b770-bf60411d6104" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1180" ], "x-ms-request-id": [ - "dee58e5a-d807-4e7c-8b63-d1b89175d1b9" + "96826355-5ba7-47ab-b40b-ebe8999f28c6" ], "x-ms-correlation-request-id": [ - "dee58e5a-d807-4e7c-8b63-d1b89175d1b9" + "96826355-5ba7-47ab-b40b-ebe8999f28c6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031116Z:dee58e5a-d807-4e7c-8b63-d1b89175d1b9" + "NORTHEUROPE:20200808T064943Z:96826355-5ba7-47ab-b40b-ebe8999f28c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:11:16 GMT" + "Sat, 08 Aug 2020 06:49:42 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9722?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NzIyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7501?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NTAxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d8b2c4ed-465a-40c4-898b-dd672b7c1f29" + "b8fd01ae-c2fd-4548-b0ab-303502fdb41f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1188" ], "x-ms-request-id": [ - "4af40066-3131-40e0-abd3-3bd2484accce" + "3fa0f7d8-f26d-4e9d-9f44-ec217e007917" ], "x-ms-correlation-request-id": [ - "4af40066-3131-40e0-abd3-3bd2484accce" + "3fa0f7d8-f26d-4e9d-9f44-ec217e007917" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031117Z:4af40066-3131-40e0-abd3-3bd2484accce" + "NORTHEUROPE:20200808T064944Z:3fa0f7d8-f26d-4e9d-9f44-ec217e007917" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:11:16 GMT" + "Sat, 08 Aug 2020 06:49:44 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9722\",\r\n \"name\": \"azsmnet9722\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7501\",\r\n \"name\": \"azsmnet7501\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9722/providers/Microsoft.Search/searchServices/azs-1113?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMTEzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7501/providers/Microsoft.Search/searchServices/azs-3044?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMDQ0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4b628b23-103c-4d1c-9981-430f63dd7c43" + "293d9136-bcfb-4d0f-a334-b235ad1d1add" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A11%3A20.8206342Z'\"" + "W/\"datetime'2020-08-08T06%3A49%3A50.5683526Z'\"" ], "x-ms-request-id": [ - "4b628b23-103c-4d1c-9981-430f63dd7c43" + "293d9136-bcfb-4d0f-a334-b235ad1d1add" ], "request-id": [ - "4b628b23-103c-4d1c-9981-430f63dd7c43" + "293d9136-bcfb-4d0f-a334-b235ad1d1add" ], "elapsed-time": [ - "1191" + "2567" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1191" ], "x-ms-correlation-request-id": [ - "03e526d8-8fb7-4a94-8e41-20937b4a58d4" + "509d07cf-877a-4f70-87ec-ba7223a7ae18" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031121Z:03e526d8-8fb7-4a94-8e41-20937b4a58d4" + "NORTHEUROPE:20200808T064952Z:509d07cf-877a-4f70-87ec-ba7223a7ae18" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:11:20 GMT" + "Sat, 08 Aug 2020 06:49:52 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9722/providers/Microsoft.Search/searchServices/azs-1113\",\r\n \"name\": \"azs-1113\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7501/providers/Microsoft.Search/searchServices/azs-3044\",\r\n \"name\": \"azs-3044\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9722/providers/Microsoft.Search/searchServices/azs-1113/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMTEzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7501/providers/Microsoft.Search/searchServices/azs-3044/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMDQ0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6034571b-0483-4c3b-8443-96e263568c5d" + "f4094b15-c2de-40a4-aa12-55e300cf6bac" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6034571b-0483-4c3b-8443-96e263568c5d" + "f4094b15-c2de-40a4-aa12-55e300cf6bac" ], "request-id": [ - "6034571b-0483-4c3b-8443-96e263568c5d" + "f4094b15-c2de-40a4-aa12-55e300cf6bac" ], "elapsed-time": [ - "99" + "95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1186" ], "x-ms-correlation-request-id": [ - "ffd8aedc-a165-401f-85f0-a70c0a774c9c" + "7c40edda-acf3-4312-83f2-4850718dbf98" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031123Z:ffd8aedc-a165-401f-85f0-a70c0a774c9c" + "NORTHEUROPE:20200808T064954Z:7c40edda-acf3-4312-83f2-4850718dbf98" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:11:23 GMT" + "Sat, 08 Aug 2020 06:49:54 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"6EF027224991F548D16CE940E38788A5\",\r\n \"secondaryKey\": \"D154609BA0CBB79EF5E07DD961630316\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"9FC0AEBF72D8BC8F5E621A0B70597FE5\",\r\n \"secondaryKey\": \"AFDBE5E13964A3ACAB43B78799207B1A\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9722/providers/Microsoft.Search/searchServices/azs-1113/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMTEzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7501/providers/Microsoft.Search/searchServices/azs-3044/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMDQ0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "84790874-bb1a-4bc9-a6f5-a5aadd9f43a2" + "fc72f9b2-5019-4768-a9fd-b7d5ed1d34a0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "84790874-bb1a-4bc9-a6f5-a5aadd9f43a2" + "fc72f9b2-5019-4768-a9fd-b7d5ed1d34a0" ], "request-id": [ - "84790874-bb1a-4bc9-a6f5-a5aadd9f43a2" + "fc72f9b2-5019-4768-a9fd-b7d5ed1d34a0" ], "elapsed-time": [ - "119" + "93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1185" ], "x-ms-correlation-request-id": [ - "70a2ccf5-6509-4be6-8a85-f5970ba450cd" + "05d48b10-6242-44a8-89a2-01a28b589942" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031124Z:70a2ccf5-6509-4be6-8a85-f5970ba450cd" + "NORTHEUROPE:20200808T064955Z:05d48b10-6242-44a8-89a2-01a28b589942" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:11:24 GMT" + "Sat, 08 Aug 2020 06:49:54 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"4579B74D193D5E0CB70462AA6C27580C\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"2EB9026150D20AB4B9A31BEEFE86314E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9358\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4544\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "7e465973-114f-4bfc-9547-0774828a2bf2" + "3c20dab0-f520-461f-87d4-2bcbd8181647" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6EF027224991F548D16CE940E38788A5" + "9FC0AEBF72D8BC8F5E621A0B70597FE5" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037DF9D9BE46\"" + "W/\"0x8D83B6744340121\"" ], "Location": [ - "https://azs-1113.search-dogfood.windows-int.net/indexes('azsmnet9358')?api-version=2019-05-06" + "https://azs-3044.search-dogfood.windows-int.net/indexes('azsmnet4544')?api-version=2019-05-06" ], "request-id": [ - "7e465973-114f-4bfc-9547-0774828a2bf2" + "3c20dab0-f520-461f-87d4-2bcbd8181647" ], "elapsed-time": [ - "1284" + "1495" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:11:27 GMT" + "Sat, 08 Aug 2020 06:49:58 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1113.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037DF9D9BE46\\\"\",\r\n \"name\": \"azsmnet9358\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3044.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6744340121\\\"\",\r\n \"name\": \"azsmnet4544\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet9358')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MzU4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4544')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NTQ0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "01acf191-e17b-4087-9323-f6e87de96a2b" + "04c17e30-0ab2-42ef-922b-f73e7f8c5131" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "6EF027224991F548D16CE940E38788A5" + "9FC0AEBF72D8BC8F5E621A0B70597FE5" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "01acf191-e17b-4087-9323-f6e87de96a2b" + "04c17e30-0ab2-42ef-922b-f73e7f8c5131" ], "elapsed-time": [ - "168" + "234" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:11:48 GMT" + "Sat, 08 Aug 2020 06:50:20 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9358')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MzU4JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4544')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NTQ0JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"filter\": \"rating gt 3 and lastRenovationDate gt 2000-01-01T00:00:00Z\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "f787716a-d115-4d33-9a8a-cbbedb53d3d4" + "f8291bd2-8fc0-47dc-9afc-83525ec61565" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "4579B74D193D5E0CB70462AA6C27580C" + "2EB9026150D20AB4B9A31BEEFE86314E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "f787716a-d115-4d33-9a8a-cbbedb53d3d4" + "f8291bd2-8fc0-47dc-9afc-83525ec61565" ], "elapsed-time": [ - "142" + "163" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:11:51 GMT" + "Sat, 08 Aug 2020 06:50:24 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,21 +550,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9722/providers/Microsoft.Search/searchServices/azs-1113?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMTEzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7501/providers/Microsoft.Search/searchServices/azs-3044?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMDQ0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9528bd08-6f46-413c-ab7a-1c1e32765cc1" + "e5a25442-6230-4ab8-8c9f-e3012241c5b6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14990" + ], "x-ms-request-id": [ - "9528bd08-6f46-413c-ab7a-1c1e32765cc1" + "dc4227a5-7d53-4aba-83d5-2dd89ce4fdfb" ], - "request-id": [ - "9528bd08-6f46-413c-ab7a-1c1e32765cc1" + "x-ms-correlation-request-id": [ + "dc4227a5-7d53-4aba-83d5-2dd89ce4fdfb" ], - "elapsed-time": [ - "1308" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T065051Z:dc4227a5-7d53-4aba-83d5-2dd89ce4fdfb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14986" - ], - "x-ms-correlation-request-id": [ - "0b398d69-7c5e-444c-9965-4fd2d27a9118" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031156Z:0b398d69-7c5e-444c-9965-4fd2d27a9118" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:11:56 GMT" + "Sat, 08 Aug 2020 06:50:51 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet9722", - "azsmnet9358" + "azsmnet7501", + "azsmnet4544" ], "GenerateServiceName": [ - "azs-1113" + "azs-3044" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanFilterNonNullableType.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanFilterNonNullableType.json index ab50ed05955a..2708e7a61b3d 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanFilterNonNullableType.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanFilterNonNullableType.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dda22d1f-d836-4cdc-bc88-beec350c7a19" + "4d9d8f8a-244f-452e-85fa-d3316d354a0a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1192" ], "x-ms-request-id": [ - "174affbb-2c74-4a33-bcd1-629533073a39" + "1f8c8de5-af63-4187-82d3-5454a035e5a2" ], "x-ms-correlation-request-id": [ - "174affbb-2c74-4a33-bcd1-629533073a39" + "1f8c8de5-af63-4187-82d3-5454a035e5a2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030617Z:174affbb-2c74-4a33-bcd1-629533073a39" + "NORTHEUROPE:20200808T064319Z:1f8c8de5-af63-4187-82d3-5454a035e5a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:06:17 GMT" + "Sat, 08 Aug 2020 06:43:19 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5102?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MTAyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5948?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1OTQ4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2d957a38-3587-4ad3-9143-a5281a4cbf5e" + "ffccb4b7-35a7-4e76-85c9-d4c55c6745c4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1194" ], "x-ms-request-id": [ - "a5eb0bd8-40e8-4814-a77d-7ee0fc33965b" + "77aea06c-c6cc-4444-a404-5da034c75a7f" ], "x-ms-correlation-request-id": [ - "a5eb0bd8-40e8-4814-a77d-7ee0fc33965b" + "77aea06c-c6cc-4444-a404-5da034c75a7f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030618Z:a5eb0bd8-40e8-4814-a77d-7ee0fc33965b" + "NORTHEUROPE:20200808T064321Z:77aea06c-c6cc-4444-a404-5da034c75a7f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:06:17 GMT" + "Sat, 08 Aug 2020 06:43:20 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5102\",\r\n \"name\": \"azsmnet5102\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5948\",\r\n \"name\": \"azsmnet5948\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5102/providers/Microsoft.Search/searchServices/azs-2367?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzY3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5948/providers/Microsoft.Search/searchServices/azs-288?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODg/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d158a2a2-edba-4adb-87d1-2b444de216aa" + "8db5b469-f813-4c59-8d42-0a5276695907" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A06%3A22.206757Z'\"" + "W/\"datetime'2020-08-08T06%3A43%3A26.475142Z'\"" ], "x-ms-request-id": [ - "d158a2a2-edba-4adb-87d1-2b444de216aa" + "8db5b469-f813-4c59-8d42-0a5276695907" ], "request-id": [ - "d158a2a2-edba-4adb-87d1-2b444de216aa" + "8db5b469-f813-4c59-8d42-0a5276695907" ], "elapsed-time": [ - "1102" + "2080" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1190" ], "x-ms-correlation-request-id": [ - "06d99af5-fe49-4c09-85ad-1c90772543b3" + "f854a279-c688-48df-9dcf-2277588d7f2f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030623Z:06d99af5-fe49-4c09-85ad-1c90772543b3" + "NORTHEUROPE:20200808T064327Z:f854a279-c688-48df-9dcf-2277588d7f2f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:06:23 GMT" + "Sat, 08 Aug 2020 06:43:26 GMT" ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5102/providers/Microsoft.Search/searchServices/azs-2367\",\r\n \"name\": \"azs-2367\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5948/providers/Microsoft.Search/searchServices/azs-288\",\r\n \"name\": \"azs-288\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5102/providers/Microsoft.Search/searchServices/azs-2367/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzY3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5948/providers/Microsoft.Search/searchServices/azs-288/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODgvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "23da0cc4-6e79-4e15-9884-5166a3d7e194" + "a0e7c670-9d99-4e0d-abe9-28345e721213" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "23da0cc4-6e79-4e15-9884-5166a3d7e194" + "a0e7c670-9d99-4e0d-abe9-28345e721213" ], "request-id": [ - "23da0cc4-6e79-4e15-9884-5166a3d7e194" + "a0e7c670-9d99-4e0d-abe9-28345e721213" ], "elapsed-time": [ - "106" + "377" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1183" ], "x-ms-correlation-request-id": [ - "0610f798-6277-4387-8299-92a323edb7de" + "7dde3a03-34a9-4451-b667-d0f32b9e1683" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030625Z:0610f798-6277-4387-8299-92a323edb7de" + "NORTHEUROPE:20200808T064330Z:7dde3a03-34a9-4451-b667-d0f32b9e1683" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:06:24 GMT" + "Sat, 08 Aug 2020 06:43:30 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"DD4960C5362F28651C7944212651FF47\",\r\n \"secondaryKey\": \"EC9D9030110F7BDFD4DF1619A536A47C\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"66B35A5F6A94CCC0D6849FE2D8CEADA2\",\r\n \"secondaryKey\": \"0498EEE822116729A14F10B94CBC03F7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5102/providers/Microsoft.Search/searchServices/azs-2367/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzY3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5948/providers/Microsoft.Search/searchServices/azs-288/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODgvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7c7a6b66-f107-4aec-a0a6-dcb1049dd0af" + "7653707b-192a-4e95-a2ea-8c6b29ea9cb6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7c7a6b66-f107-4aec-a0a6-dcb1049dd0af" + "7653707b-192a-4e95-a2ea-8c6b29ea9cb6" ], "request-id": [ - "7c7a6b66-f107-4aec-a0a6-dcb1049dd0af" + "7653707b-192a-4e95-a2ea-8c6b29ea9cb6" ], "elapsed-time": [ - "94" + "866" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1182" ], "x-ms-correlation-request-id": [ - "339889b2-980c-4faa-af55-2bbb111e1e17" + "9c28153a-bc30-48ab-af52-c2a328dfc1b5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030625Z:339889b2-980c-4faa-af55-2bbb111e1e17" + "NORTHEUROPE:20200808T064331Z:9c28153a-bc30-48ab-af52-c2a328dfc1b5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:06:25 GMT" + "Sat, 08 Aug 2020 06:43:31 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"CAD0A2AA47FD9CB4704DA3B7484ADDC8\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"80DE091B14C444985CD88ED797C95CCD\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8331\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6985\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c04efdca-e457-4441-9889-49c7a4e04671" + "151f92ca-9c7d-4460-b22c-7f80c2f384cc" ], "Accept-Language": [ "en-US" ], "api-key": [ - "DD4960C5362F28651C7944212651FF47" + "66B35A5F6A94CCC0D6849FE2D8CEADA2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037D479C86F9\"" + "W/\"0x8D83B665F962158\"" ], "Location": [ - "https://azs-2367.search-dogfood.windows-int.net/indexes('azsmnet8331')?api-version=2019-05-06" + "https://azs-288.search-dogfood.windows-int.net/indexes('azsmnet6985')?api-version=2019-05-06" ], "request-id": [ - "c04efdca-e457-4441-9889-49c7a4e04671" + "151f92ca-9c7d-4460-b22c-7f80c2f384cc" ], "elapsed-time": [ - "1168" + "1434" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:06:28 GMT" + "Sat, 08 Aug 2020 06:43:34 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,31 +405,31 @@ "-1" ], "Content-Length": [ - "6147" + "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2367.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037D479C86F9\\\"\",\r\n \"name\": \"azsmnet8331\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-288.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B665F962158\\\"\",\r\n \"name\": \"azsmnet6985\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5620\",\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"IntValue\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Bucket\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3979\",\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"IntValue\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Bucket\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "b0949217-33e2-456d-ac2f-9ee39968541d" + "fccfec0f-c429-47e2-88ae-bb908ba86d84" ], "Accept-Language": [ "en-US" ], "api-key": [ - "DD4960C5362F28651C7944212651FF47" + "66B35A5F6A94CCC0D6849FE2D8CEADA2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037D574698EC\"" + "W/\"0x8D83B666EFA03EB\"" ], "Location": [ - "https://azs-2367.search-dogfood.windows-int.net/indexes('azsmnet5620')?api-version=2019-05-06" + "https://azs-288.search-dogfood.windows-int.net/indexes('azsmnet3979')?api-version=2019-05-06" ], "request-id": [ - "b0949217-33e2-456d-ac2f-9ee39968541d" + "fccfec0f-c429-47e2-88ae-bb908ba86d84" ], "elapsed-time": [ - "1398" + "800" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:06:54 GMT" + "Sat, 08 Aug 2020 06:44:00 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -477,20 +477,20 @@ "-1" ], "Content-Length": [ - "1257" + "1256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2367.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037D574698EC\\\"\",\r\n \"name\": \"azsmnet5620\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"IntValue\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Bucket\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-288.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B666EFA03EB\\\"\",\r\n \"name\": \"azsmnet3979\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"IntValue\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Bucket\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet8331')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MzMxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6985')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2OTg1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "eff72445-e3cb-4b79-b5d1-9d7de3f8c58b" + "b38bdfaa-7e4f-449a-92ab-f828834c9f55" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "DD4960C5362F28651C7944212651FF47" + "66B35A5F6A94CCC0D6849FE2D8CEADA2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "eff72445-e3cb-4b79-b5d1-9d7de3f8c58b" + "b38bdfaa-7e4f-449a-92ab-f828834c9f55" ], "elapsed-time": [ - "214" + "226" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:06:49 GMT" + "Sat, 08 Aug 2020 06:43:56 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,13 +553,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet5620')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NjIwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3979')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzOTc5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"Key\": \"123\",\r\n \"IntValue\": 0,\r\n \"Bucket\": {\r\n \"BucketName\": \"A\",\r\n \"Count\": 3\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"Key\": \"456\",\r\n \"IntValue\": 7,\r\n \"Bucket\": {\r\n \"BucketName\": \"B\",\r\n \"Count\": 5\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"Key\": \"789\",\r\n \"IntValue\": 1,\r\n \"Bucket\": {\r\n \"BucketName\": \"B\",\r\n \"Count\": 99\r\n }\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "967a274f-9bca-40c4-9e67-749dea374e70" + "b886174e-bd9d-4295-bed1-b47b0aa05352" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "DD4960C5362F28651C7944212651FF47" + "66B35A5F6A94CCC0D6849FE2D8CEADA2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -591,10 +591,10 @@ "no-cache" ], "request-id": [ - "967a274f-9bca-40c4-9e67-749dea374e70" + "b886174e-bd9d-4295-bed1-b47b0aa05352" ], "elapsed-time": [ - "217" + "176" ], "OData-Version": [ "4.0" @@ -606,7 +606,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:06:55 GMT" + "Sat, 08 Aug 2020 06:44:02 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -622,13 +622,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet5620')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NjIwJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3979')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzOTc5JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"filter\": \"IntValue eq 0 or (Bucket/BucketName eq 'B' and Bucket/Count lt 10)\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "f7f4db84-9dff-4895-bcbb-34e4ec49014a" + "4899c243-f3b3-437a-b04f-e4033d151bf5" ], "Accept-Language": [ "en-US" @@ -637,12 +637,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "DD4960C5362F28651C7944212651FF47" + "66B35A5F6A94CCC0D6849FE2D8CEADA2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -660,10 +660,10 @@ "no-cache" ], "request-id": [ - "f7f4db84-9dff-4895-bcbb-34e4ec49014a" + "4899c243-f3b3-437a-b04f-e4033d151bf5" ], "elapsed-time": [ - "39" + "526" ], "OData-Version": [ "4.0" @@ -675,7 +675,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:06:57 GMT" + "Sat, 08 Aug 2020 06:44:05 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -691,21 +691,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5102/providers/Microsoft.Search/searchServices/azs-2367?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzY3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5948/providers/Microsoft.Search/searchServices/azs-288?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODg/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d8f0f2c-d5a3-446b-b012-9f48ae12bb67" + "4c9aaae5-960b-4325-b290-d25832511d6c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -716,52 +716,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14985" + ], "x-ms-request-id": [ - "4d8f0f2c-d5a3-446b-b012-9f48ae12bb67" + "ad783693-8286-4888-8138-314952916a26" ], - "request-id": [ - "4d8f0f2c-d5a3-446b-b012-9f48ae12bb67" + "x-ms-correlation-request-id": [ + "ad783693-8286-4888-8138-314952916a26" ], - "elapsed-time": [ - "1933" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T064415Z:ad783693-8286-4888-8138-314952916a26" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "370d8456-6966-4843-a935-b04adf89c826" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030703Z:370d8456-6966-4843-a935-b04adf89c826" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:07:03 GMT" + "Sat, 08 Aug 2020 06:44:14 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5102", - "azsmnet8331", - "azsmnet5620" + "azsmnet5948", + "azsmnet6985", + "azsmnet3979" ], "GenerateServiceName": [ - "azs-2367" + "azs-288" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanGetResultCountInSearch.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanGetResultCountInSearch.json index 9fe7fef8a71c..7c236bfffd37 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanGetResultCountInSearch.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanGetResultCountInSearch.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bfb870e7-027c-4700-9a16-fcf9831e7681" + "bb019593-eab7-4491-8b5b-62faeca1b67c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1193" ], "x-ms-request-id": [ - "bd5ce431-ecd8-43f8-8122-4d380b075804" + "cac5f76d-16e8-49c1-9f27-c2e23d6ba62c" ], "x-ms-correlation-request-id": [ - "bd5ce431-ecd8-43f8-8122-4d380b075804" + "cac5f76d-16e8-49c1-9f27-c2e23d6ba62c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031606Z:bd5ce431-ecd8-43f8-8122-4d380b075804" + "NORTHEUROPE:20200808T065648Z:cac5f76d-16e8-49c1-9f27-c2e23d6ba62c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:16:05 GMT" + "Sat, 08 Aug 2020 06:56:47 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8935?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4OTM1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8397?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4Mzk3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8df37116-5f7b-4516-abfc-e9b68af36c43" + "72ddee19-c746-48cf-a5c0-65964af3670c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1196" ], "x-ms-request-id": [ - "906f429f-cd04-4dbe-82ad-9642a399f775" + "883dfb6c-71a8-4190-930d-45fc99b0e678" ], "x-ms-correlation-request-id": [ - "906f429f-cd04-4dbe-82ad-9642a399f775" + "883dfb6c-71a8-4190-930d-45fc99b0e678" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031606Z:906f429f-cd04-4dbe-82ad-9642a399f775" + "NORTHEUROPE:20200808T065649Z:883dfb6c-71a8-4190-930d-45fc99b0e678" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:16:06 GMT" + "Sat, 08 Aug 2020 06:56:49 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8935\",\r\n \"name\": \"azsmnet8935\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8397\",\r\n \"name\": \"azsmnet8397\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8935/providers/Microsoft.Search/searchServices/azs-4146?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTQ2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8397/providers/Microsoft.Search/searchServices/azs-6091?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4Mzk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDkxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ebfeafcc-20a3-412d-b2af-19928b1cee47" + "bf3b5b3f-86e0-4421-93aa-2a16095c18bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A16%3A10.8073452Z'\"" + "W/\"datetime'2020-08-08T06%3A56%3A53.7397143Z'\"" ], "x-ms-request-id": [ - "ebfeafcc-20a3-412d-b2af-19928b1cee47" + "bf3b5b3f-86e0-4421-93aa-2a16095c18bd" ], "request-id": [ - "ebfeafcc-20a3-412d-b2af-19928b1cee47" + "bf3b5b3f-86e0-4421-93aa-2a16095c18bd" ], "elapsed-time": [ - "1547" + "1581" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1197" ], "x-ms-correlation-request-id": [ - "dafab512-e12c-4a1f-b879-a926a8008a5b" + "e43c80c7-9e0e-4082-8879-c646d04e2882" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031611Z:dafab512-e12c-4a1f-b879-a926a8008a5b" + "NORTHEUROPE:20200808T065655Z:e43c80c7-9e0e-4082-8879-c646d04e2882" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:16:10 GMT" + "Sat, 08 Aug 2020 06:56:54 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8935/providers/Microsoft.Search/searchServices/azs-4146\",\r\n \"name\": \"azs-4146\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8397/providers/Microsoft.Search/searchServices/azs-6091\",\r\n \"name\": \"azs-6091\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8935/providers/Microsoft.Search/searchServices/azs-4146/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTQ2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8397/providers/Microsoft.Search/searchServices/azs-6091/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4Mzk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDkxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "acc4f690-d261-4f65-a04b-3569e59d8f5e" + "4b3ca774-3263-4cc3-aa6f-6b5272141ba7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "acc4f690-d261-4f65-a04b-3569e59d8f5e" + "4b3ca774-3263-4cc3-aa6f-6b5272141ba7" ], "request-id": [ - "acc4f690-d261-4f65-a04b-3569e59d8f5e" + "4b3ca774-3263-4cc3-aa6f-6b5272141ba7" ], "elapsed-time": [ - "101" + "98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1196" ], "x-ms-correlation-request-id": [ - "a94c2d2a-6d4a-4045-9662-145027c4d8bd" + "eaf1988e-ee24-4f4e-89b7-ee12d63d94a5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031613Z:a94c2d2a-6d4a-4045-9662-145027c4d8bd" + "NORTHEUROPE:20200808T065657Z:eaf1988e-ee24-4f4e-89b7-ee12d63d94a5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:16:13 GMT" + "Sat, 08 Aug 2020 06:56:56 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"4C13F6C9CB8F7F1A3891F95174BCD953\",\r\n \"secondaryKey\": \"8F57E2BBAD7B6E4DD5C84906F78A587B\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"BC661094548521DD171C048870D6CE95\",\r\n \"secondaryKey\": \"31EA720AB651E73FBE84EBE5DB563DE3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8935/providers/Microsoft.Search/searchServices/azs-4146/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTQ2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8397/providers/Microsoft.Search/searchServices/azs-6091/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4Mzk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDkxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "28184f2b-1942-458e-8ff7-f010608ea2b0" + "4fd7b0bb-3667-407f-81b2-e0b9f286f041" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "28184f2b-1942-458e-8ff7-f010608ea2b0" + "4fd7b0bb-3667-407f-81b2-e0b9f286f041" ], "request-id": [ - "28184f2b-1942-458e-8ff7-f010608ea2b0" + "4fd7b0bb-3667-407f-81b2-e0b9f286f041" ], "elapsed-time": [ - "118" + "101" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1195" ], "x-ms-correlation-request-id": [ - "bdf3b33d-79ae-48fd-85a1-9db19aebbd17" + "9a2456dd-5284-4d1e-a152-bf3ac1f09d18" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031614Z:bdf3b33d-79ae-48fd-85a1-9db19aebbd17" + "NORTHEUROPE:20200808T065657Z:9a2456dd-5284-4d1e-a152-bf3ac1f09d18" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:16:13 GMT" + "Sat, 08 Aug 2020 06:56:56 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"E19932C67C91F7DA806275D7EB74C96F\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"846B2558EF4C8EB97C4E851DCBB65CFD\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9212\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6269\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "4fd8d631-473f-4c89-b02f-b804a75e5e06" + "b4b1e6bc-0388-4fd1-991d-bc780087cf78" ], "Accept-Language": [ "en-US" ], "api-key": [ - "4C13F6C9CB8F7F1A3891F95174BCD953" + "BC661094548521DD171C048870D6CE95" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037EA676AF50\"" + "W/\"0x8D83B683FA303F2\"" ], "Location": [ - "https://azs-4146.search-dogfood.windows-int.net/indexes('azsmnet9212')?api-version=2019-05-06" + "https://azs-6091.search-dogfood.windows-int.net/indexes('azsmnet6269')?api-version=2019-05-06" ], "request-id": [ - "4fd8d631-473f-4c89-b02f-b804a75e5e06" + "b4b1e6bc-0388-4fd1-991d-bc780087cf78" ], "elapsed-time": [ - "1281" + "878" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:16:16 GMT" + "Sat, 08 Aug 2020 06:57:00 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4146.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037EA676AF50\\\"\",\r\n \"name\": \"azsmnet9212\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6091.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B683FA303F2\\\"\",\r\n \"name\": \"azsmnet6269\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet9212')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MjEyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6269')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MjY5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8a49f5f1-1053-4bc2-80fd-b78f941be8ce" + "df1b979a-5da1-499f-b297-3f19910214fa" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "4C13F6C9CB8F7F1A3891F95174BCD953" + "BC661094548521DD171C048870D6CE95" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "8a49f5f1-1053-4bc2-80fd-b78f941be8ce" + "df1b979a-5da1-499f-b297-3f19910214fa" ], "elapsed-time": [ - "179" + "785" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:16:38 GMT" + "Sat, 08 Aug 2020 06:57:22 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9212')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MjEyJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6269')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MjY5JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": true,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "8d2b640f-7a3b-4f5f-8b34-b350091b1a3e" + "9506c0bb-9b2c-4e37-98ff-9eccf5165bae" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "E19932C67C91F7DA806275D7EB74C96F" + "846B2558EF4C8EB97C4E851DCBB65CFD" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "8d2b640f-7a3b-4f5f-8b34-b350091b1a3e" + "9506c0bb-9b2c-4e37-98ff-9eccf5165bae" ], "elapsed-time": [ - "141" + "184" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:16:40 GMT" + "Sat, 08 Aug 2020 06:57:27 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,21 +550,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8935/providers/Microsoft.Search/searchServices/azs-4146?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTQ2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8397/providers/Microsoft.Search/searchServices/azs-6091?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4Mzk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDkxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2158336e-7264-48b8-9c66-8d2ea9b7232b" + "fd1ddf10-5b69-408e-bfeb-25ae79b59cd1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14990" + ], "x-ms-request-id": [ - "2158336e-7264-48b8-9c66-8d2ea9b7232b" + "da0d6845-f3d7-477a-aa95-2086496172c7" ], - "request-id": [ - "2158336e-7264-48b8-9c66-8d2ea9b7232b" + "x-ms-correlation-request-id": [ + "da0d6845-f3d7-477a-aa95-2086496172c7" ], - "elapsed-time": [ - "1645" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T065817Z:da0d6845-f3d7-477a-aa95-2086496172c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14989" - ], - "x-ms-correlation-request-id": [ - "4b9e7883-86aa-4a29-b642-65ba98bc8e27" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031646Z:4b9e7883-86aa-4a29-b642-65ba98bc8e27" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:16:46 GMT" + "Sat, 08 Aug 2020 06:58:16 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8935", - "azsmnet9212" + "azsmnet8397", + "azsmnet6269" ], "GenerateServiceName": [ - "azs-4146" + "azs-6091" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanRoundTripNonNullableValueTypes.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanRoundTripNonNullableValueTypes.json index 7ad4b7e90500..9195adc74d41 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanRoundTripNonNullableValueTypes.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanRoundTripNonNullableValueTypes.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "459c44b7-91b2-40f0-8825-7deb7798c667" + "7e76f259-998b-406f-9c76-35d34dc4e80b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1198" ], "x-ms-request-id": [ - "7e60e337-dc2e-49d8-bf90-a205889c7c0c" + "88dceb26-ef28-4a8a-a8a3-876ce46acb18" ], "x-ms-correlation-request-id": [ - "7e60e337-dc2e-49d8-bf90-a205889c7c0c" + "88dceb26-ef28-4a8a-a8a3-876ce46acb18" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032404Z:7e60e337-dc2e-49d8-bf90-a205889c7c0c" + "NORTHEUROPE:20200808T071001Z:88dceb26-ef28-4a8a-a8a3-876ce46acb18" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:24:04 GMT" + "Sat, 08 Aug 2020 07:10:00 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5591?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NTkxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1879?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxODc5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f8e7dbc7-5924-478c-a6bc-e3d38fb6582e" + "84a66bcd-22be-4134-bda0-a73113f2a2a2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1198" ], "x-ms-request-id": [ - "99474258-ca79-4ebc-ae0b-c8829a2b51e0" + "0922cdf5-9a33-46ed-9bd4-008bc9c97776" ], "x-ms-correlation-request-id": [ - "99474258-ca79-4ebc-ae0b-c8829a2b51e0" + "0922cdf5-9a33-46ed-9bd4-008bc9c97776" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032404Z:99474258-ca79-4ebc-ae0b-c8829a2b51e0" + "NORTHEUROPE:20200808T071003Z:0922cdf5-9a33-46ed-9bd4-008bc9c97776" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:24:04 GMT" + "Sat, 08 Aug 2020 07:10:03 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5591\",\r\n \"name\": \"azsmnet5591\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1879\",\r\n \"name\": \"azsmnet1879\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5591/providers/Microsoft.Search/searchServices/azs-6280?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MjgwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1879/providers/Microsoft.Search/searchServices/azs-2513?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTEzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b7d46902-c9f2-44d8-9867-a4eddbefda4d" + "4fa864dd-3dfe-468d-ad4e-6ff4f170b9a9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A24%3A08.1808621Z'\"" + "W/\"datetime'2020-08-08T07%3A10%3A08.0352314Z'\"" ], "x-ms-request-id": [ - "b7d46902-c9f2-44d8-9867-a4eddbefda4d" + "4fa864dd-3dfe-468d-ad4e-6ff4f170b9a9" ], "request-id": [ - "b7d46902-c9f2-44d8-9867-a4eddbefda4d" + "4fa864dd-3dfe-468d-ad4e-6ff4f170b9a9" ], "elapsed-time": [ - "1602" + "1699" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1195" ], "x-ms-correlation-request-id": [ - "c65809b3-f572-408f-af3f-355684bd561c" + "580f014c-ea37-42a5-8ebc-90d4bd3b7644" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032408Z:c65809b3-f572-408f-af3f-355684bd561c" + "NORTHEUROPE:20200808T071009Z:580f014c-ea37-42a5-8ebc-90d4bd3b7644" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:24:08 GMT" + "Sat, 08 Aug 2020 07:10:08 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5591/providers/Microsoft.Search/searchServices/azs-6280\",\r\n \"name\": \"azs-6280\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1879/providers/Microsoft.Search/searchServices/azs-2513\",\r\n \"name\": \"azs-2513\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5591/providers/Microsoft.Search/searchServices/azs-6280/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MjgwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1879/providers/Microsoft.Search/searchServices/azs-2513/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTEzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eefd04e6-94d9-4f23-b0b4-e2e94cc16728" + "70f1e20a-7654-4c86-a9cd-1527e262baf3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "eefd04e6-94d9-4f23-b0b4-e2e94cc16728" + "70f1e20a-7654-4c86-a9cd-1527e262baf3" ], "request-id": [ - "eefd04e6-94d9-4f23-b0b4-e2e94cc16728" + "70f1e20a-7654-4c86-a9cd-1527e262baf3" ], "elapsed-time": [ - "94" + "92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1194" ], "x-ms-correlation-request-id": [ - "1a824150-e05e-4c9a-b266-6fec87b59082" + "4a6eb708-1808-482f-9113-b62875fcd7f2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032410Z:1a824150-e05e-4c9a-b266-6fec87b59082" + "NORTHEUROPE:20200808T071012Z:4a6eb708-1808-482f-9113-b62875fcd7f2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:24:10 GMT" + "Sat, 08 Aug 2020 07:10:11 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"D3AA128D47F73C4085F01010223767B7\",\r\n \"secondaryKey\": \"EE7F52885A59FDD0EA77276ADCA54F5E\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"0CCFE45C0BA9DCA3FC093CCE0024574B\",\r\n \"secondaryKey\": \"4E18182B8C4A5616F2A24033173F3D9F\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5591/providers/Microsoft.Search/searchServices/azs-6280/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MjgwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1879/providers/Microsoft.Search/searchServices/azs-2513/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTEzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a80e1fa3-63d8-4df2-8003-97d6023bfc24" + "0f6cffef-ea4f-4d12-807e-0e529c68c024" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a80e1fa3-63d8-4df2-8003-97d6023bfc24" + "0f6cffef-ea4f-4d12-807e-0e529c68c024" ], "request-id": [ - "a80e1fa3-63d8-4df2-8003-97d6023bfc24" + "0f6cffef-ea4f-4d12-807e-0e529c68c024" ], "elapsed-time": [ - "94" + "92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1193" ], "x-ms-correlation-request-id": [ - "2e85b87f-aab5-4cbb-bb0a-bef90db57ba9" + "027dae2c-3a5a-487a-b3de-83b84af7884f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032411Z:2e85b87f-aab5-4cbb-bb0a-bef90db57ba9" + "NORTHEUROPE:20200808T071012Z:027dae2c-3a5a-487a-b3de-83b84af7884f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:24:10 GMT" + "Sat, 08 Aug 2020 07:10:12 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"698A7933CF9ECCB71A42A64D640C7953\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"01D8625F5A8979DAEABDF429F822864F\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3708\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4698\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "e08160c8-1305-467a-844e-b561916954aa" + "183b40bf-f994-404f-a3cf-bbe3a0118b63" ], "Accept-Language": [ "en-US" ], "api-key": [ - "D3AA128D47F73C4085F01010223767B7" + "0CCFE45C0BA9DCA3FC093CCE0024574B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037FC32A239D\"" + "W/\"0x8D83B6A19537B92\"" ], "Location": [ - "https://azs-6280.search-dogfood.windows-int.net/indexes('azsmnet3708')?api-version=2019-05-06" + "https://azs-2513.search-dogfood.windows-int.net/indexes('azsmnet4698')?api-version=2019-05-06" ], "request-id": [ - "e08160c8-1305-467a-844e-b561916954aa" + "183b40bf-f994-404f-a3cf-bbe3a0118b63" ], "elapsed-time": [ - "1191" + "887" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:24:14 GMT" + "Sat, 08 Aug 2020 07:10:15 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6280.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037FC32A239D\\\"\",\r\n \"name\": \"azsmnet3708\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2513.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6A19537B92\\\"\",\r\n \"name\": \"azsmnet4698\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4015\",\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"IsEnabled\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Ratio\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"StartDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"EndDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"TopLevelBucket\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Buckets\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5787\",\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int64\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"IsEnabled\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Ratio\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"StartDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"EndDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"TopLevelBucket\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Buckets\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8cbb06bd-a725-4bac-a15d-9d9754c7efa6" + "8777bb35-0abc-47d0-8230-eac2f99bd700" ], "Accept-Language": [ "en-US" ], "api-key": [ - "D3AA128D47F73C4085F01010223767B7" + "0CCFE45C0BA9DCA3FC093CCE0024574B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037FD39B3766\"" + "W/\"0x8D83B6A2921D257\"" ], "Location": [ - "https://azs-6280.search-dogfood.windows-int.net/indexes('azsmnet4015')?api-version=2019-05-06" + "https://azs-2513.search-dogfood.windows-int.net/indexes('azsmnet5787')?api-version=2019-05-06" ], "request-id": [ - "8cbb06bd-a725-4bac-a15d-9d9754c7efa6" + "8777bb35-0abc-47d0-8230-eac2f99bd700" ], "elapsed-time": [ - "1157" + "702" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:24:41 GMT" + "Sat, 08 Aug 2020 07:10:40 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "2879" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6280.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037FD39B3766\\\"\",\r\n \"name\": \"azsmnet4015\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"IsEnabled\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Ratio\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"StartDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"EndDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"TopLevelBucket\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Buckets\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2513.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6A2921D257\\\"\",\r\n \"name\": \"azsmnet5787\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int64\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"IsEnabled\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Ratio\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"StartDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"EndDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"TopLevelBucket\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Buckets\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet3708')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNzA4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4698')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0Njk4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "871d1519-a0ad-49c7-a4bd-e2e2c3ad8e1e" + "4c3348a3-03ed-4744-95d7-bdcb03fd63a7" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "D3AA128D47F73C4085F01010223767B7" + "0CCFE45C0BA9DCA3FC093CCE0024574B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "871d1519-a0ad-49c7-a4bd-e2e2c3ad8e1e" + "4c3348a3-03ed-4744-95d7-bdcb03fd63a7" ], "elapsed-time": [ - "200" + "191" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:24:37 GMT" + "Sat, 08 Aug 2020 07:10:36 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,13 +553,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4015')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MDE1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5787')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1Nzg3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"Key\": \"123\",\r\n \"Rating\": 5,\r\n \"Count\": 3,\r\n \"IsEnabled\": true,\r\n \"Ratio\": 3.14,\r\n \"StartDate\": \"2015-11-24T22:01:00+00:00\",\r\n \"EndDate\": \"2015-12-09T22:01:00+00:00\",\r\n \"TopLevelBucket\": {\r\n \"BucketName\": \"A\",\r\n \"Count\": 12\r\n },\r\n \"Buckets\": [\r\n {\r\n \"BucketName\": \"B\",\r\n \"Count\": 20\r\n },\r\n {\r\n \"BucketName\": \"C\",\r\n \"Count\": 7\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"Key\": \"456\",\r\n \"Rating\": 0,\r\n \"Count\": 0,\r\n \"IsEnabled\": false,\r\n \"Ratio\": 0.0,\r\n \"StartDate\": \"0001-01-01T00:00:00+00:00\",\r\n \"EndDate\": \"0001-01-01T00:00:00+00:00\",\r\n \"TopLevelBucket\": {\r\n \"Count\": 0\r\n },\r\n \"Buckets\": [\r\n {\r\n \"Count\": 0\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"Key\": \"123\",\r\n \"Rating\": 5,\r\n \"Count\": 3,\r\n \"IsEnabled\": true,\r\n \"Ratio\": 3.14,\r\n \"StartDate\": \"2015-11-24T14:01:00-08:00\",\r\n \"EndDate\": \"2015-12-09T14:01:00-08:00\",\r\n \"TopLevelBucket\": {\r\n \"BucketName\": \"A\",\r\n \"Count\": 12\r\n },\r\n \"Buckets\": [\r\n {\r\n \"BucketName\": \"B\",\r\n \"Count\": 20\r\n },\r\n {\r\n \"BucketName\": \"C\",\r\n \"Count\": 7\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"Key\": \"456\",\r\n \"Rating\": 0,\r\n \"Count\": 0,\r\n \"IsEnabled\": false,\r\n \"Ratio\": 0.0,\r\n \"StartDate\": \"0001-01-01T00:00:00-08:00\",\r\n \"EndDate\": \"0001-01-01T00:00:00-08:00\",\r\n \"TopLevelBucket\": {\r\n \"Count\": 0\r\n },\r\n \"Buckets\": [\r\n {\r\n \"Count\": 0\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8788ee4d-b727-4ca8-8bf8-4b20fa9aefd3" + "79e590b3-53a5-4054-95af-067a4e7c432e" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "D3AA128D47F73C4085F01010223767B7" + "0CCFE45C0BA9DCA3FC093CCE0024574B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -591,10 +591,10 @@ "no-cache" ], "request-id": [ - "8788ee4d-b727-4ca8-8bf8-4b20fa9aefd3" + "79e590b3-53a5-4054-95af-067a4e7c432e" ], "elapsed-time": [ - "147" + "195" ], "OData-Version": [ "4.0" @@ -606,7 +606,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:24:43 GMT" + "Sat, 08 Aug 2020 07:10:43 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -622,13 +622,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4015')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MDE1JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5787')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1Nzg3JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "85990abf-a71c-4b2a-b5ca-00e40529ccb2" + "5077d8ec-c49e-40a6-ad2e-c1b299258077" ], "Accept-Language": [ "en-US" @@ -637,12 +637,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "D3AA128D47F73C4085F01010223767B7" + "0CCFE45C0BA9DCA3FC093CCE0024574B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -660,10 +660,10 @@ "no-cache" ], "request-id": [ - "85990abf-a71c-4b2a-b5ca-00e40529ccb2" + "5077d8ec-c49e-40a6-ad2e-c1b299258077" ], "elapsed-time": [ - "39" + "37" ], "OData-Version": [ "4.0" @@ -675,7 +675,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:24:45 GMT" + "Sat, 08 Aug 2020 07:10:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -691,21 +691,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5591/providers/Microsoft.Search/searchServices/azs-6280?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MjgwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1879/providers/Microsoft.Search/searchServices/azs-2513?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTEzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "549e8648-9366-40de-b517-29a18cf434ed" + "a182a5db-cbc1-4324-9436-3288f6fd0dba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -716,52 +716,43 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "549e8648-9366-40de-b517-29a18cf434ed" - ], - "request-id": [ - "549e8648-9366-40de-b517-29a18cf434ed" - ], - "elapsed-time": [ - "1054" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14989" ], + "x-ms-request-id": [ + "5981f244-1eaa-4208-b287-58e3c3a3237d" + ], "x-ms-correlation-request-id": [ - "6251f579-dad6-4a9f-8d08-c741261dbd28" + "5981f244-1eaa-4208-b287-58e3c3a3237d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032450Z:6251f579-dad6-4a9f-8d08-c741261dbd28" + "NORTHEUROPE:20200808T071054Z:5981f244-1eaa-4208-b287-58e3c3a3237d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:24:50 GMT" + "Sat, 08 Aug 2020 07:10:54 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5591", - "azsmnet3708", - "azsmnet4015" + "azsmnet1879", + "azsmnet4698", + "azsmnet5787" ], "GenerateServiceName": [ - "azs-6280" + "azs-2513" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchDynamicDocuments.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchDynamicDocuments.json index fc635afe1179..a2ce8632cbe5 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchDynamicDocuments.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchDynamicDocuments.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "038c1690-b96d-4f9a-a751-bfc70a3cb1fd" + "4680f89f-8851-4008-b62d-2bbb2969a74a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1188" ], "x-ms-request-id": [ - "8c971a68-e340-4158-b6ab-29f058318140" + "6e45faf7-62df-411e-862f-7ddc0a981914" ], "x-ms-correlation-request-id": [ - "8c971a68-e340-4158-b6ab-29f058318140" + "6e45faf7-62df-411e-862f-7ddc0a981914" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030316Z:8c971a68-e340-4158-b6ab-29f058318140" + "NORTHEUROPE:20200808T063757Z:6e45faf7-62df-411e-862f-7ddc0a981914" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:03:16 GMT" + "Sat, 08 Aug 2020 06:37:57 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2541?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNTQxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8508?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NTA4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "59bd9db1-649a-4d4c-b7de-bd84ffc34540" + "429bb198-68ca-4949-9ee4-7cfb87e630ee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1192" ], "x-ms-request-id": [ - "9fe5c41f-e6d9-425f-9cec-6f46e9090960" + "1778979f-0056-47f1-a8c6-aa5aae92ccd5" ], "x-ms-correlation-request-id": [ - "9fe5c41f-e6d9-425f-9cec-6f46e9090960" + "1778979f-0056-47f1-a8c6-aa5aae92ccd5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030317Z:9fe5c41f-e6d9-425f-9cec-6f46e9090960" + "NORTHEUROPE:20200808T063758Z:1778979f-0056-47f1-a8c6-aa5aae92ccd5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:03:16 GMT" + "Sat, 08 Aug 2020 06:37:58 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2541\",\r\n \"name\": \"azsmnet2541\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8508\",\r\n \"name\": \"azsmnet8508\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2541/providers/Microsoft.Search/searchServices/azs-7567?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTY3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8508/providers/Microsoft.Search/searchServices/azs-7794?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NTA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Nzk0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8ed75b9e-a5bc-4840-a74e-a9a78c4b9464" + "10d19d8a-9849-4a4d-9aef-5d18e0ef68ed" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A03%3A20.6987527Z'\"" + "W/\"datetime'2020-08-08T06%3A38%3A03.869946Z'\"" ], "x-ms-request-id": [ - "8ed75b9e-a5bc-4840-a74e-a9a78c4b9464" + "10d19d8a-9849-4a4d-9aef-5d18e0ef68ed" ], "request-id": [ - "8ed75b9e-a5bc-4840-a74e-a9a78c4b9464" + "10d19d8a-9849-4a4d-9aef-5d18e0ef68ed" ], "elapsed-time": [ - "1348" + "1667" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1191" ], "x-ms-correlation-request-id": [ - "5ca0fcb2-7a23-44e1-91a8-135b7f52ee4f" + "aee4d12b-f5e5-48bf-ac67-4ad4851777a1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030321Z:5ca0fcb2-7a23-44e1-91a8-135b7f52ee4f" + "NORTHEUROPE:20200808T063804Z:aee4d12b-f5e5-48bf-ac67-4ad4851777a1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:03:21 GMT" + "Sat, 08 Aug 2020 06:38:04 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2541/providers/Microsoft.Search/searchServices/azs-7567\",\r\n \"name\": \"azs-7567\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8508/providers/Microsoft.Search/searchServices/azs-7794\",\r\n \"name\": \"azs-7794\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2541/providers/Microsoft.Search/searchServices/azs-7567/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTY3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8508/providers/Microsoft.Search/searchServices/azs-7794/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NTA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Nzk0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85a5b244-3bba-40f9-94ec-1399e1fe4c51" + "1dc186d1-1630-467c-984e-aaef7577a89f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "85a5b244-3bba-40f9-94ec-1399e1fe4c51" + "1dc186d1-1630-467c-984e-aaef7577a89f" ], "request-id": [ - "85a5b244-3bba-40f9-94ec-1399e1fe4c51" + "1dc186d1-1630-467c-984e-aaef7577a89f" ], "elapsed-time": [ - "101" + "87" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1175" + "1187" ], "x-ms-correlation-request-id": [ - "98dac2b9-4dc7-4f71-acfe-99be65205ce7" + "322a2995-03e5-43c3-bebf-a6f67bfd4e0e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030324Z:98dac2b9-4dc7-4f71-acfe-99be65205ce7" + "NORTHEUROPE:20200808T063807Z:322a2995-03e5-43c3-bebf-a6f67bfd4e0e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:03:23 GMT" + "Sat, 08 Aug 2020 06:38:06 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"F9A41DA1F3217189305221BF969DB159\",\r\n \"secondaryKey\": \"884B369FAC358835DAC98DFFD453119F\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"84F564C01005B6C22A9C09BE998A6DFA\",\r\n \"secondaryKey\": \"64170F4BEC5FCDBCEE47844A44D3C477\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2541/providers/Microsoft.Search/searchServices/azs-7567/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTY3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8508/providers/Microsoft.Search/searchServices/azs-7794/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NTA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Nzk0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "95095946-313b-4c77-9be5-0b59e5150cb0" + "aca5b3b7-4e1f-4eab-bb8a-329622b2c276" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "95095946-313b-4c77-9be5-0b59e5150cb0" + "aca5b3b7-4e1f-4eab-bb8a-329622b2c276" ], "request-id": [ - "95095946-313b-4c77-9be5-0b59e5150cb0" + "aca5b3b7-4e1f-4eab-bb8a-329622b2c276" ], "elapsed-time": [ - "98" + "92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1174" + "1186" ], "x-ms-correlation-request-id": [ - "67d641ea-0884-4b9e-91a0-062c9b151615" + "6396658a-5a1a-455e-bd8d-10068145f1a9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030324Z:67d641ea-0884-4b9e-91a0-062c9b151615" + "NORTHEUROPE:20200808T063807Z:6396658a-5a1a-455e-bd8d-10068145f1a9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:03:23 GMT" + "Sat, 08 Aug 2020 06:38:07 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"71BD3D8C3D8BA29CE77962A87AD47799\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"8B3330CDAADBD2BF31F9C1CCE3499937\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9824\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4764\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "03a64a77-47af-4c67-8d80-f9250f7bab17" + "c6d9df6b-e504-4104-9bab-2ed88e27976e" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F9A41DA1F3217189305221BF969DB159" + "84F564C01005B6C22A9C09BE998A6DFA" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037CDBB0CBB6\"" + "W/\"0x8D83B659DBC7957\"" ], "Location": [ - "https://azs-7567.search-dogfood.windows-int.net/indexes('azsmnet9824')?api-version=2019-05-06" + "https://azs-7794.search-dogfood.windows-int.net/indexes('azsmnet4764')?api-version=2019-05-06" ], "request-id": [ - "03a64a77-47af-4c67-8d80-f9250f7bab17" + "c6d9df6b-e504-4104-9bab-2ed88e27976e" ], "elapsed-time": [ - "1219" + "796" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:03:26 GMT" + "Sat, 08 Aug 2020 06:38:09 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7567.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037CDBB0CBB6\\\"\",\r\n \"name\": \"azsmnet9824\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7794.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B659DBC7957\\\"\",\r\n \"name\": \"azsmnet4764\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet9824')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5ODI0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4764')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NzY0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "af698def-2943-4e9a-8116-3b9e1f442a14" + "6daaabda-3007-4061-aba7-cddf6dde0e41" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "F9A41DA1F3217189305221BF969DB159" + "84F564C01005B6C22A9C09BE998A6DFA" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "af698def-2943-4e9a-8116-3b9e1f442a14" + "6daaabda-3007-4061-aba7-cddf6dde0e41" ], "elapsed-time": [ - "170" + "215" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:03:49 GMT" + "Sat, 08 Aug 2020 06:38:31 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9824')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5ODI0JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4764')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NzY0JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "fccd7bd3-a685-4de5-b071-51d4c4f07323" + "654269f1-4d80-4875-90da-9694a5aa6632" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "71BD3D8C3D8BA29CE77962A87AD47799" + "8B3330CDAADBD2BF31F9C1CCE3499937" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "fccd7bd3-a685-4de5-b071-51d4c4f07323" + "654269f1-4d80-4875-90da-9694a5aa6632" ], "elapsed-time": [ - "47" + "174" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:03:52 GMT" + "Sat, 08 Aug 2020 06:38:35 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,21 +550,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2541/providers/Microsoft.Search/searchServices/azs-7567?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTY3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8508/providers/Microsoft.Search/searchServices/azs-7794?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NTA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Nzk0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5091f015-bdc1-4b09-a98c-91d4fdc3fc0d" + "9a82d4a6-3b39-4f46-b563-0d5271738868" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "5091f015-bdc1-4b09-a98c-91d4fdc3fc0d" + "458e717b-2fc7-45f0-b738-2212de73ba36" ], - "request-id": [ - "5091f015-bdc1-4b09-a98c-91d4fdc3fc0d" + "x-ms-correlation-request-id": [ + "458e717b-2fc7-45f0-b738-2212de73ba36" ], - "elapsed-time": [ - "1040" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T063924Z:458e717b-2fc7-45f0-b738-2212de73ba36" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14988" - ], - "x-ms-correlation-request-id": [ - "19b84d72-16cb-46d5-9dcc-2504d1efbca8" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030357Z:19b84d72-16cb-46d5-9dcc-2504d1efbca8" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:03:56 GMT" + "Sat, 08 Aug 2020 06:39:24 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2541", - "azsmnet9824" + "azsmnet8508", + "azsmnet4764" ], "GenerateServiceName": [ - "azs-7567" + "azs-7794" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchStaticallyTypedDocuments.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchStaticallyTypedDocuments.json index fa7355041404..a9733d2f2565 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchStaticallyTypedDocuments.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchStaticallyTypedDocuments.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "55050a4b-dcc5-4583-9f8a-f66c8c170e3d" + "bfdec59d-7c85-48b5-ba2e-4b285e506892" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1186" ], "x-ms-request-id": [ - "a42b776b-c875-4938-8af1-bf6f6a30eaaa" + "daf22bb7-b95e-4ed5-99c5-667a526bf9f8" ], "x-ms-correlation-request-id": [ - "a42b776b-c875-4938-8af1-bf6f6a30eaaa" + "daf22bb7-b95e-4ed5-99c5-667a526bf9f8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031914Z:a42b776b-c875-4938-8af1-bf6f6a30eaaa" + "NORTHEUROPE:20200808T070157Z:daf22bb7-b95e-4ed5-99c5-667a526bf9f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:19:14 GMT" + "Sat, 08 Aug 2020 07:01:56 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3968?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzOTY4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1258?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMjU4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d0c384cb-0264-468c-bb8b-6f1d48500940" + "3555446c-dd46-4d55-add9-261bb7381384" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1190" ], "x-ms-request-id": [ - "1f4f18b6-a2d5-422a-967a-62310e48a8dd" + "67b45792-1f8e-4215-bc6f-4d9eb55630db" ], "x-ms-correlation-request-id": [ - "1f4f18b6-a2d5-422a-967a-62310e48a8dd" + "67b45792-1f8e-4215-bc6f-4d9eb55630db" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031914Z:1f4f18b6-a2d5-422a-967a-62310e48a8dd" + "NORTHEUROPE:20200808T070158Z:67b45792-1f8e-4215-bc6f-4d9eb55630db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:19:14 GMT" + "Sat, 08 Aug 2020 07:01:58 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3968\",\r\n \"name\": \"azsmnet3968\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1258\",\r\n \"name\": \"azsmnet1258\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3968/providers/Microsoft.Search/searchServices/azs-3494?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzOTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1258/providers/Microsoft.Search/searchServices/azs-7200?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjAwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6cdde506-040b-4a84-954c-8dbe36d2a10e" + "894c4a4b-c780-4850-851c-173d7c998dc1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A19%3A18.8416678Z'\"" + "W/\"datetime'2020-08-08T07%3A02%3A04.0296265Z'\"" ], "x-ms-request-id": [ - "6cdde506-040b-4a84-954c-8dbe36d2a10e" + "894c4a4b-c780-4850-851c-173d7c998dc1" ], "request-id": [ - "6cdde506-040b-4a84-954c-8dbe36d2a10e" + "894c4a4b-c780-4850-851c-173d7c998dc1" ], "elapsed-time": [ - "1045" + "1816" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1191" ], "x-ms-correlation-request-id": [ - "7dc6dd97-99aa-45fd-8fe5-f029a444702a" + "7732ce92-92b9-4e74-a1ad-d7f08732a3a5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031919Z:7dc6dd97-99aa-45fd-8fe5-f029a444702a" + "NORTHEUROPE:20200808T070205Z:7732ce92-92b9-4e74-a1ad-d7f08732a3a5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:19:18 GMT" + "Sat, 08 Aug 2020 07:02:04 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3968/providers/Microsoft.Search/searchServices/azs-3494\",\r\n \"name\": \"azs-3494\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1258/providers/Microsoft.Search/searchServices/azs-7200\",\r\n \"name\": \"azs-7200\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3968/providers/Microsoft.Search/searchServices/azs-3494/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzOTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDk0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1258/providers/Microsoft.Search/searchServices/azs-7200/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjAwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "171edfe0-ff9b-4411-89e2-415d889547e3" + "1156b2c2-9bd3-4a24-ad18-e81a3d416227" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "171edfe0-ff9b-4411-89e2-415d889547e3" + "1156b2c2-9bd3-4a24-ad18-e81a3d416227" ], "request-id": [ - "171edfe0-ff9b-4411-89e2-415d889547e3" + "1156b2c2-9bd3-4a24-ad18-e81a3d416227" ], "elapsed-time": [ - "90" + "111" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1176" + "1191" ], "x-ms-correlation-request-id": [ - "b6db2a1a-7846-403a-a379-ac1c90adc92d" + "cfda7c61-0044-405a-a574-f6a903c299b2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031921Z:b6db2a1a-7846-403a-a379-ac1c90adc92d" + "NORTHEUROPE:20200808T070208Z:cfda7c61-0044-405a-a574-f6a903c299b2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:19:20 GMT" + "Sat, 08 Aug 2020 07:02:08 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"DEFB058BB799038B6A9F6E28B80FD4ED\",\r\n \"secondaryKey\": \"877B28676049721CC2E11B13086A9D68\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"E77118EC98BCE50E49276676CD471900\",\r\n \"secondaryKey\": \"01851B2780B358DBA208CD2D8FB398C9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3968/providers/Microsoft.Search/searchServices/azs-3494/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzOTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDk0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1258/providers/Microsoft.Search/searchServices/azs-7200/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjAwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ba71d7a4-4b7e-4b4f-859c-4fafb5b974fd" + "18c48e34-1e22-4ce5-a53d-7b29bf5fcfbf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ba71d7a4-4b7e-4b4f-859c-4fafb5b974fd" + "18c48e34-1e22-4ce5-a53d-7b29bf5fcfbf" ], "request-id": [ - "ba71d7a4-4b7e-4b4f-859c-4fafb5b974fd" + "18c48e34-1e22-4ce5-a53d-7b29bf5fcfbf" ], "elapsed-time": [ - "107" + "122" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1175" + "1190" ], "x-ms-correlation-request-id": [ - "770d07aa-7bb7-4955-9431-9128d659d4ca" + "9b19ab6f-8027-4354-966c-1b150c119ffd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031922Z:770d07aa-7bb7-4955-9431-9128d659d4ca" + "NORTHEUROPE:20200808T070208Z:9b19ab6f-8027-4354-966c-1b150c119ffd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:19:22 GMT" + "Sat, 08 Aug 2020 07:02:08 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"5BD2270D8714ADE0317E480337115F63\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"074554C2466B9207A76644851671CB29\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet188\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4826\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "958c0cd0-f665-48ee-9f15-e1de90c57c26" + "ff117319-8d47-4f71-bec9-7da8ce25b753" ], "Accept-Language": [ "en-US" ], "api-key": [ - "DEFB058BB799038B6A9F6E28B80FD4ED" + "E77118EC98BCE50E49276676CD471900" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6974" + "6975" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037F183F5F6B\"" + "W/\"0x8D83B68F99D36C0\"" ], "Location": [ - "https://azs-3494.search-dogfood.windows-int.net/indexes('azsmnet188')?api-version=2019-05-06" + "https://azs-7200.search-dogfood.windows-int.net/indexes('azsmnet4826')?api-version=2019-05-06" ], "request-id": [ - "958c0cd0-f665-48ee-9f15-e1de90c57c26" + "ff117319-8d47-4f71-bec9-7da8ce25b753" ], "elapsed-time": [ - "1288" + "1706" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:19:27 GMT" + "Sat, 08 Aug 2020 07:02:12 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3494.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037F183F5F6B\\\"\",\r\n \"name\": \"azsmnet188\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7200.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B68F99D36C0\\\"\",\r\n \"name\": \"azsmnet4826\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet188')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxODgnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet4826')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0ODI2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "af1b4111-d2cd-49b8-b3dc-faecb3fb1e60" + "9188947b-3817-4f21-9854-bb5f63e78896" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "DEFB058BB799038B6A9F6E28B80FD4ED" + "E77118EC98BCE50E49276676CD471900" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "af1b4111-d2cd-49b8-b3dc-faecb3fb1e60" + "9188947b-3817-4f21-9854-bb5f63e78896" ], "elapsed-time": [ - "137" + "196" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:19:48 GMT" + "Sat, 08 Aug 2020 07:02:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet188')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxODgnKS9kb2NzL3NlYXJjaC5wb3N0LnNlYXJjaD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet4826')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0ODI2JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "cda6fead-155d-44d9-adca-0083e875543c" + "e869525b-63fb-4efa-bb3a-d85e473168aa" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "5BD2270D8714ADE0317E480337115F63" + "074554C2466B9207A76644851671CB29" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "cda6fead-155d-44d9-adca-0083e875543c" + "e869525b-63fb-4efa-bb3a-d85e473168aa" ], "elapsed-time": [ - "160" + "166" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:19:52 GMT" + "Sat, 08 Aug 2020 07:02:37 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,21 +550,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3968/providers/Microsoft.Search/searchServices/azs-3494?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzOTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1258/providers/Microsoft.Search/searchServices/azs-7200?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjAwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b0877cd8-00c0-4d8a-9581-1fd3e75aeca2" + "fb5d483a-002b-459f-b4a5-a9cb24d2531a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14986" + ], "x-ms-request-id": [ - "b0877cd8-00c0-4d8a-9581-1fd3e75aeca2" + "79abbaad-34a0-4acc-948f-4ed3ee3608e2" ], - "request-id": [ - "b0877cd8-00c0-4d8a-9581-1fd3e75aeca2" + "x-ms-correlation-request-id": [ + "79abbaad-34a0-4acc-948f-4ed3ee3608e2" ], - "elapsed-time": [ - "989" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T070249Z:79abbaad-34a0-4acc-948f-4ed3ee3608e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "c46f2cc9-24e8-4409-b93a-551e88d9889b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031957Z:c46f2cc9-24e8-4409-b93a-551e88d9889b" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:19:57 GMT" + "Sat, 08 Aug 2020 07:02:49 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet3968", - "azsmnet188" + "azsmnet1258", + "azsmnet4826" ], "GenerateServiceName": [ - "azs-3494" + "azs-7200" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithCustomContractResolver.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithCustomContractResolver.json index c1267ac4cdc3..109dd73ff4c0 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithCustomContractResolver.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithCustomContractResolver.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e41648d-72b7-4d28-8eef-687330e41958" + "f5bde055-bb02-4caa-82f5-c1c010ec12c0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1191" ], "x-ms-request-id": [ - "8c6667bb-bce6-49ae-9865-3e0e87902acc" + "775b6fa9-4971-46ee-b76a-4aa9dc36e980" ], "x-ms-correlation-request-id": [ - "8c6667bb-bce6-49ae-9865-3e0e87902acc" + "775b6fa9-4971-46ee-b76a-4aa9dc36e980" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030850Z:8c6667bb-bce6-49ae-9865-3e0e87902acc" + "NORTHEUROPE:20200808T064632Z:775b6fa9-4971-46ee-b76a-4aa9dc36e980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:08:50 GMT" + "Sat, 08 Aug 2020 06:46:32 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3651?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNjUxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8310?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MzEwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bd6b923f-21c0-4908-8291-d08d02feb68f" + "3ea68efb-46dd-47d9-b175-73b2816424ad" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1193" ], "x-ms-request-id": [ - "cc68630f-13ba-4b18-bbe5-548f0516383c" + "5573d107-3f9e-45e7-adcb-692793cdbff9" ], "x-ms-correlation-request-id": [ - "cc68630f-13ba-4b18-bbe5-548f0516383c" + "5573d107-3f9e-45e7-adcb-692793cdbff9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030851Z:cc68630f-13ba-4b18-bbe5-548f0516383c" + "NORTHEUROPE:20200808T064633Z:5573d107-3f9e-45e7-adcb-692793cdbff9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:08:51 GMT" + "Sat, 08 Aug 2020 06:46:33 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3651\",\r\n \"name\": \"azsmnet3651\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8310\",\r\n \"name\": \"azsmnet8310\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3651/providers/Microsoft.Search/searchServices/azs-6277?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Mjc3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8310/providers/Microsoft.Search/searchServices/azs-2248?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "37382535-a37e-4258-ab38-527668106093" + "86925df9-ceac-457a-8c4e-02690a9bdc87" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A08%3A55.073248Z'\"" + "W/\"datetime'2020-08-08T06%3A46%3A39.982761Z'\"" ], "x-ms-request-id": [ - "37382535-a37e-4258-ab38-527668106093" + "86925df9-ceac-457a-8c4e-02690a9bdc87" ], "request-id": [ - "37382535-a37e-4258-ab38-527668106093" + "86925df9-ceac-457a-8c4e-02690a9bdc87" ], "elapsed-time": [ - "1157" + "3457" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1190" ], "x-ms-correlation-request-id": [ - "cf7ecfe0-7ee7-446e-b976-cae818fc5a45" + "cc89f23d-7f48-41e1-86d5-478cd6eb9b6e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030855Z:cf7ecfe0-7ee7-446e-b976-cae818fc5a45" + "NORTHEUROPE:20200808T064642Z:cc89f23d-7f48-41e1-86d5-478cd6eb9b6e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:08:55 GMT" + "Sat, 08 Aug 2020 06:46:42 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3651/providers/Microsoft.Search/searchServices/azs-6277\",\r\n \"name\": \"azs-6277\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8310/providers/Microsoft.Search/searchServices/azs-2248\",\r\n \"name\": \"azs-2248\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3651/providers/Microsoft.Search/searchServices/azs-6277/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Mjc3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8310/providers/Microsoft.Search/searchServices/azs-2248/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjQ4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e1333a00-145c-431a-aaca-514c2b8da8c0" + "4f2e9ef7-344c-4c28-ba9b-f61249645262" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e1333a00-145c-431a-aaca-514c2b8da8c0" + "4f2e9ef7-344c-4c28-ba9b-f61249645262" ], "request-id": [ - "e1333a00-145c-431a-aaca-514c2b8da8c0" + "4f2e9ef7-344c-4c28-ba9b-f61249645262" ], "elapsed-time": [ - "93" + "527" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1186" ], "x-ms-correlation-request-id": [ - "8dc8a282-f234-43c0-81fa-355a358c8d68" + "53c32933-8b1c-424f-9858-507e0c779e91" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030857Z:8dc8a282-f234-43c0-81fa-355a358c8d68" + "NORTHEUROPE:20200808T064645Z:53c32933-8b1c-424f-9858-507e0c779e91" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:08:57 GMT" + "Sat, 08 Aug 2020 06:46:45 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"4096705E93733AF0F7D0CFBB8C1F48A2\",\r\n \"secondaryKey\": \"DCC076303CDE2F3132641B6034611B3C\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"E9D3E7DA6C88EFF975E5664070BE432E\",\r\n \"secondaryKey\": \"EA360BD519348EF2425D511BB2BCA150\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3651/providers/Microsoft.Search/searchServices/azs-6277/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Mjc3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8310/providers/Microsoft.Search/searchServices/azs-2248/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjQ4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "61d22ac9-616e-4a49-85fc-187459321a38" + "7411e247-2f78-44c9-b163-2510c4c0dfa4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "61d22ac9-616e-4a49-85fc-187459321a38" + "7411e247-2f78-44c9-b163-2510c4c0dfa4" ], "request-id": [ - "61d22ac9-616e-4a49-85fc-187459321a38" + "7411e247-2f78-44c9-b163-2510c4c0dfa4" ], "elapsed-time": [ - "100" + "383" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1185" ], "x-ms-correlation-request-id": [ - "19860383-8131-4746-8ae8-24881d2ad48a" + "9e1de565-b66e-4790-8497-d8501fc53720" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030858Z:19860383-8131-4746-8ae8-24881d2ad48a" + "NORTHEUROPE:20200808T064646Z:9e1de565-b66e-4790-8497-d8501fc53720" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:08:58 GMT" + "Sat, 08 Aug 2020 06:46:45 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"C9A18960438D41F6DF0D64C18E216281\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"4C5B5FACE22D02E305FD45E1B94E95C2\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet883\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1835\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "6fef3e3e-3fab-45ea-a1c8-83ec0f24fb61" + "417649fd-a78f-438c-967b-ac4536cb7095" ], "Accept-Language": [ "en-US" ], "api-key": [ - "4096705E93733AF0F7D0CFBB8C1F48A2" + "E9D3E7DA6C88EFF975E5664070BE432E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6974" + "6975" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037DA2A69E6C\"" + "W/\"0x8D83B66D611DE20\"" ], "Location": [ - "https://azs-6277.search-dogfood.windows-int.net/indexes('azsmnet883')?api-version=2019-05-06" + "https://azs-2248.search-dogfood.windows-int.net/indexes('azsmnet1835')?api-version=2019-05-06" ], "request-id": [ - "6fef3e3e-3fab-45ea-a1c8-83ec0f24fb61" + "417649fd-a78f-438c-967b-ac4536cb7095" ], "elapsed-time": [ - "1260" + "4223" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:09:00 GMT" + "Sat, 08 Aug 2020 06:46:52 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6277.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037DA2A69E6C\\\"\",\r\n \"name\": \"azsmnet883\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2248.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B66D611DE20\\\"\",\r\n \"name\": \"azsmnet1835\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet883')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4ODMnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet1835')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxODM1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8fd1d2b6-5cab-4859-b8c0-61b139bcb9c8" + "f732d0c3-f7f6-4fd7-a079-fe6462655e91" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "4096705E93733AF0F7D0CFBB8C1F48A2" + "E9D3E7DA6C88EFF975E5664070BE432E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "8fd1d2b6-5cab-4859-b8c0-61b139bcb9c8" + "f732d0c3-f7f6-4fd7-a079-fe6462655e91" ], "elapsed-time": [ - "167" + "227" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:09:22 GMT" + "Sat, 08 Aug 2020 06:47:16 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet883')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4ODMnKS9kb2NzL3NlYXJjaC5wb3N0LnNlYXJjaD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet1835')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxODM1JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"Best\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "66184789-5df1-4b02-88d4-58467b7dd812" + "15e47ff1-6750-4589-be90-583093e1574e" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "C9A18960438D41F6DF0D64C18E216281" + "4C5B5FACE22D02E305FD45E1B94E95C2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "66184789-5df1-4b02-88d4-58467b7dd812" + "15e47ff1-6750-4589-be90-583093e1574e" ], "elapsed-time": [ - "31" + "143" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:09:25 GMT" + "Sat, 08 Aug 2020 06:47:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -543,28 +543,28 @@ "-1" ], "Content-Length": [ - "980" + "978" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 0.116802886,\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00Z\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.2222837,\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00Z\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3651/providers/Microsoft.Search/searchServices/azs-6277?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Mjc3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8310/providers/Microsoft.Search/searchServices/azs-2248?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "62737307-ac8f-4377-affa-482e371bc4b9" + "8428dc32-f9d1-45d2-80aa-d52325d65393" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "62737307-ac8f-4377-affa-482e371bc4b9" + "27f80dfa-353c-4c20-885b-a49b479ad4f0" ], - "request-id": [ - "62737307-ac8f-4377-affa-482e371bc4b9" + "x-ms-correlation-request-id": [ + "27f80dfa-353c-4c20-885b-a49b479ad4f0" ], - "elapsed-time": [ - "910" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T064733Z:27f80dfa-353c-4c20-885b-a49b479ad4f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14989" - ], - "x-ms-correlation-request-id": [ - "1fe0edb9-3ea2-4ced-9e17-5139697902d2" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030930Z:1fe0edb9-3ea2-4ced-9e17-5139697902d2" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:09:29 GMT" + "Sat, 08 Aug 2020 06:47:32 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet3651", - "azsmnet883" + "azsmnet8310", + "azsmnet1835" ], "GenerateServiceName": [ - "azs-6277" + "azs-2248" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithCustomConverter.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithCustomConverter.json index 486c80d07c55..36b2df39b74a 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithCustomConverter.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithCustomConverter.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "084a04b8-205c-47af-95c1-93920f1a608d" + "a76d21b2-c2cb-484a-aacb-1853b4bf08fb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1188" ], "x-ms-request-id": [ - "fcb00dac-4d13-4d82-b861-166363f46dbf" + "702a9f39-9cb8-4fd0-966e-ec1acdb9fda7" ], "x-ms-correlation-request-id": [ - "fcb00dac-4d13-4d82-b861-166363f46dbf" + "702a9f39-9cb8-4fd0-966e-ec1acdb9fda7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031026Z:fcb00dac-4d13-4d82-b861-166363f46dbf" + "NORTHEUROPE:20200808T064839Z:702a9f39-9cb8-4fd0-966e-ec1acdb9fda7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:10:25 GMT" + "Sat, 08 Aug 2020 06:48:39 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet307?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMDc/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9409?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NDA5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a6586629-888f-44d0-abdb-dac1d734537c" + "1620bffa-f721-477a-b5bd-ca5b5b4e553d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -96,13 +96,13 @@ "1192" ], "x-ms-request-id": [ - "37469e1e-6faa-4047-9cbf-0246b6cdbc04" + "5af941d6-139c-48c6-8e64-abb9a699a7a9" ], "x-ms-correlation-request-id": [ - "37469e1e-6faa-4047-9cbf-0246b6cdbc04" + "5af941d6-139c-48c6-8e64-abb9a699a7a9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031026Z:37469e1e-6faa-4047-9cbf-0246b6cdbc04" + "NORTHEUROPE:20200808T064841Z:5af941d6-139c-48c6-8e64-abb9a699a7a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:10:26 GMT" + "Sat, 08 Aug 2020 06:48:40 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet307\",\r\n \"name\": \"azsmnet307\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9409\",\r\n \"name\": \"azsmnet9409\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet307/providers/Microsoft.Search/searchServices/azs-9148?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDcvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTkxNDg/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9409/providers/Microsoft.Search/searchServices/azs-2281?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NDA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjgxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "52b1ae36-efda-4175-968f-9c8af19ba72c" + "8e426eae-2deb-499c-b040-cfe5df3fb820" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,16 +159,16 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A10%3A29.7230374Z'\"" + "W/\"datetime'2020-08-08T06%3A48%3A47.0671798Z'\"" ], "x-ms-request-id": [ - "52b1ae36-efda-4175-968f-9c8af19ba72c" + "8e426eae-2deb-499c-b040-cfe5df3fb820" ], "request-id": [ - "52b1ae36-efda-4175-968f-9c8af19ba72c" + "8e426eae-2deb-499c-b040-cfe5df3fb820" ], "elapsed-time": [ - "1375" + "2590" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,19 +177,19 @@ "1189" ], "x-ms-correlation-request-id": [ - "3f7f4583-1f16-4919-a2df-60506d33b9b6" + "77bdfc34-9d7d-4dad-b2b7-30471d1d5e4b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031030Z:3f7f4583-1f16-4919-a2df-60506d33b9b6" + "NORTHEUROPE:20200808T064848Z:77bdfc34-9d7d-4dad-b2b7-30471d1d5e4b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:10:29 GMT" + "Sat, 08 Aug 2020 06:48:48 GMT" ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet307/providers/Microsoft.Search/searchServices/azs-9148\",\r\n \"name\": \"azs-9148\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9409/providers/Microsoft.Search/searchServices/azs-2281\",\r\n \"name\": \"azs-2281\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet307/providers/Microsoft.Search/searchServices/azs-9148/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDcvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTkxNDgvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9409/providers/Microsoft.Search/searchServices/azs-2281/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NDA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjgxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "96a597f6-ccc5-4b61-9539-f26af06eed28" + "6c907d3e-438b-4823-97b5-839e9e8a969f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,13 +231,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "96a597f6-ccc5-4b61-9539-f26af06eed28" + "6c907d3e-438b-4823-97b5-839e9e8a969f" ], "request-id": [ - "96a597f6-ccc5-4b61-9539-f26af06eed28" + "6c907d3e-438b-4823-97b5-839e9e8a969f" ], "elapsed-time": [ - "103" + "90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -246,16 +246,16 @@ "1182" ], "x-ms-correlation-request-id": [ - "6365822b-fcb7-4d5c-bb9e-a6bf93fc5b4a" + "d183ad33-24ec-4a30-8039-f97029147aae" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031032Z:6365822b-fcb7-4d5c-bb9e-a6bf93fc5b4a" + "NORTHEUROPE:20200808T064850Z:d183ad33-24ec-4a30-8039-f97029147aae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:10:31 GMT" + "Sat, 08 Aug 2020 06:48:50 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"2E686CBBB659B1792EF1B017DB06F9ED\",\r\n \"secondaryKey\": \"36FA3CF70550F8D161A904920638E823\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"09CDF04CADEEB291E03065271DDF9F3D\",\r\n \"secondaryKey\": \"A22A2CF35DABF20ECEFF4A448E2D37DC\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet307/providers/Microsoft.Search/searchServices/azs-9148/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDcvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTkxNDgvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9409/providers/Microsoft.Search/searchServices/azs-2281/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NDA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjgxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "95e0bb28-8453-4dbc-b947-11e8e6661cb8" + "2c807d24-cf9b-4ff7-ab5d-8201b94b0bdd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,13 +300,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "95e0bb28-8453-4dbc-b947-11e8e6661cb8" + "2c807d24-cf9b-4ff7-ab5d-8201b94b0bdd" ], "request-id": [ - "95e0bb28-8453-4dbc-b947-11e8e6661cb8" + "2c807d24-cf9b-4ff7-ab5d-8201b94b0bdd" ], "elapsed-time": [ - "104" + "95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -315,16 +315,16 @@ "1181" ], "x-ms-correlation-request-id": [ - "67720501-3929-43c8-9db9-faa1f10a1581" + "a545a4fe-e43e-4fbd-a7e1-558d15db1c50" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031033Z:67720501-3929-43c8-9db9-faa1f10a1581" + "NORTHEUROPE:20200808T064851Z:a545a4fe-e43e-4fbd-a7e1-558d15db1c50" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:10:33 GMT" + "Sat, 08 Aug 2020 06:48:50 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B52BDEA694C6B80275792D501C3919AC\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"01C94CEAD459855DDAD74CD40C7B881D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7290\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet749\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "56efa7ef-ef9b-4dd0-a302-b91caa51f2ad" + "8e041cb3-17dc-4813-b8f6-e36b4c0fdb6e" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2E686CBBB659B1792EF1B017DB06F9ED" + "09CDF04CADEEB291E03065271DDF9F3D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6975" + "6974" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037DDB6E0E75\"" + "W/\"0x8D83B671E164B6B\"" ], "Location": [ - "https://azs-9148.search-dogfood.windows-int.net/indexes('azsmnet7290')?api-version=2019-05-06" + "https://azs-2281.search-dogfood.windows-int.net/indexes('azsmnet749')?api-version=2019-05-06" ], "request-id": [ - "56efa7ef-ef9b-4dd0-a302-b91caa51f2ad" + "8e041cb3-17dc-4813-b8f6-e36b4c0fdb6e" ], "elapsed-time": [ - "1150" + "1388" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:10:36 GMT" + "Sat, 08 Aug 2020 06:48:54 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,38 +405,38 @@ "-1" ], "Content-Length": [ - "6147" + "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9148.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037DDB6E0E75\\\"\",\r\n \"name\": \"azsmnet7290\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2281.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B671E164B6B\\\"\",\r\n \"name\": \"azsmnet749\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7171\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet191\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "82e07c97-2899-4058-bfdc-67f35fcf40a2" + "45c138a9-8100-445f-8a2b-ae33f1709b49" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2E686CBBB659B1792EF1B017DB06F9ED" + "09CDF04CADEEB291E03065271DDF9F3D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1531" + "1530" ] }, "ResponseHeaders": { @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037DEB164B4A\"" + "W/\"0x8D83B672E38EAFA\"" ], "Location": [ - "https://azs-9148.search-dogfood.windows-int.net/indexes('azsmnet7171')?api-version=2019-05-06" + "https://azs-2281.search-dogfood.windows-int.net/indexes('azsmnet191')?api-version=2019-05-06" ], "request-id": [ - "82e07c97-2899-4058-bfdc-67f35fcf40a2" + "45c138a9-8100-445f-8a2b-ae33f1709b49" ], "elapsed-time": [ - "1157" + "1464" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:11:01 GMT" + "Sat, 08 Aug 2020 06:49:21 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -477,20 +477,20 @@ "-1" ], "Content-Length": [ - "1569" + "1568" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9148.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037DEB164B4A\\\"\",\r\n \"name\": \"azsmnet7171\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2281.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B672E38EAFA\\\"\",\r\n \"name\": \"azsmnet191\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet7290')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MjkwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet749')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NDknKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "e9e3e31f-731c-4273-89ce-51766338f893" + "1a3c4a5b-d72d-4312-bce2-8efb54c20ad0" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "2E686CBBB659B1792EF1B017DB06F9ED" + "09CDF04CADEEB291E03065271DDF9F3D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "e9e3e31f-731c-4273-89ce-51766338f893" + "1a3c4a5b-d72d-4312-bce2-8efb54c20ad0" ], "elapsed-time": [ - "177" + "255" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:10:57 GMT" + "Sat, 08 Aug 2020 06:49:16 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,13 +553,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7171')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTcxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet191')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxOTEnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"Lord of the Rings\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n },\r\n \"PublishDate\": \"1954-07-29T00:00:00+00:00\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"Lord of the Rings\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n },\r\n \"PublishDate\": \"1954-07-28T17:00:00-07:00\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "5f14be55-b34e-4e6c-a213-a1d902b36c39" + "4f46990e-4955-4302-b111-d54cf3f5b0fd" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "2E686CBBB659B1792EF1B017DB06F9ED" + "09CDF04CADEEB291E03065271DDF9F3D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -591,10 +591,10 @@ "no-cache" ], "request-id": [ - "5f14be55-b34e-4e6c-a213-a1d902b36c39" + "4f46990e-4955-4302-b111-d54cf3f5b0fd" ], "elapsed-time": [ - "126" + "152" ], "OData-Version": [ "4.0" @@ -606,7 +606,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:11:03 GMT" + "Sat, 08 Aug 2020 06:49:23 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -622,13 +622,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7171')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTcxJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet191')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxOTEnKS9kb2NzL3NlYXJjaC5wb3N0LnNlYXJjaD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "6461f235-e93f-4aab-a4fd-513c0a2114d4" + "1c913eb8-246f-43be-b8ad-a1b7eb5caf7e" ], "Accept-Language": [ "en-US" @@ -637,12 +637,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "2E686CBBB659B1792EF1B017DB06F9ED" + "09CDF04CADEEB291E03065271DDF9F3D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -660,10 +660,10 @@ "no-cache" ], "request-id": [ - "6461f235-e93f-4aab-a4fd-513c0a2114d4" + "1c913eb8-246f-43be-b8ad-a1b7eb5caf7e" ], "elapsed-time": [ - "38" + "29" ], "OData-Version": [ "4.0" @@ -675,7 +675,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:11:05 GMT" + "Sat, 08 Aug 2020 06:49:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -691,21 +691,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet307/providers/Microsoft.Search/searchServices/azs-9148?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDcvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTkxNDg/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9409/providers/Microsoft.Search/searchServices/azs-2281?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NDA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjgxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "87fd67e7-43a5-4509-aa29-5aa3b919179d" + "aca9f2f8-d60e-4c44-81bd-5c66bb09d4c9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -716,52 +716,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14985" + ], "x-ms-request-id": [ - "87fd67e7-43a5-4509-aa29-5aa3b919179d" + "a2d81d9a-e985-444f-84ff-008597154b95" ], - "request-id": [ - "87fd67e7-43a5-4509-aa29-5aa3b919179d" + "x-ms-correlation-request-id": [ + "a2d81d9a-e985-444f-84ff-008597154b95" ], - "elapsed-time": [ - "1620" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T064935Z:a2d81d9a-e985-444f-84ff-008597154b95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" - ], - "x-ms-correlation-request-id": [ - "66b8a78a-d5cc-4819-9469-3038bf66c5a8" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031111Z:66b8a78a-d5cc-4819-9469-3038bf66c5a8" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:11:10 GMT" + "Sat, 08 Aug 2020 06:49:35 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet307", - "azsmnet7290", - "azsmnet7171" + "azsmnet9409", + "azsmnet749", + "azsmnet191" ], "GenerateServiceName": [ - "azs-9148" + "azs-2281" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithCustomConverterViaSettings.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithCustomConverterViaSettings.json index d5ebaa06c204..a50dadbe6a84 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithCustomConverterViaSettings.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithCustomConverterViaSettings.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ada403e6-fe6b-4dc7-a46b-effdee12b974" + "c4a1a412-7c67-406f-84ac-ae42f83b5771" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1190" ], "x-ms-request-id": [ - "9832f094-ce90-4e71-a161-06f362614ef1" + "431983da-25c4-45d5-a168-f032afe8c618" ], "x-ms-correlation-request-id": [ - "9832f094-ce90-4e71-a161-06f362614ef1" + "431983da-25c4-45d5-a168-f032afe8c618" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031247Z:9832f094-ce90-4e71-a161-06f362614ef1" + "NORTHEUROPE:20200808T065155Z:431983da-25c4-45d5-a168-f032afe8c618" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:12:46 GMT" + "Sat, 08 Aug 2020 06:51:54 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet776?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NzY/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5080?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MDgwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ebe5b756-1296-4a34-900d-5dd2625759e5" + "3169c402-388a-4bb5-9a69-eb4049665321" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1194" ], "x-ms-request-id": [ - "d34bedd7-0799-43f2-b416-7f9e9367098a" + "9241bbab-8050-424b-81ec-9169ff6c6c4c" ], "x-ms-correlation-request-id": [ - "d34bedd7-0799-43f2-b416-7f9e9367098a" + "9241bbab-8050-424b-81ec-9169ff6c6c4c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031248Z:d34bedd7-0799-43f2-b416-7f9e9367098a" + "NORTHEUROPE:20200808T065156Z:9241bbab-8050-424b-81ec-9169ff6c6c4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:12:47 GMT" + "Sat, 08 Aug 2020 06:51:56 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet776\",\r\n \"name\": \"azsmnet776\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5080\",\r\n \"name\": \"azsmnet5080\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet776/providers/Microsoft.Search/searchServices/azs-2951?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTI5NTE/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5080/providers/Microsoft.Search/searchServices/azs-1688?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MDgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNjg4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3dcdf3f7-0251-4029-b219-2b136a1d58d0" + "a1e9f908-0bff-4192-a490-d941ab4da89b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A12%3A52.6283916Z'\"" + "W/\"datetime'2020-08-08T06%3A52%3A01.8145185Z'\"" ], "x-ms-request-id": [ - "3dcdf3f7-0251-4029-b219-2b136a1d58d0" + "a1e9f908-0bff-4192-a490-d941ab4da89b" ], "request-id": [ - "3dcdf3f7-0251-4029-b219-2b136a1d58d0" + "a1e9f908-0bff-4192-a490-d941ab4da89b" ], "elapsed-time": [ - "1200" + "1449" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1187" ], "x-ms-correlation-request-id": [ - "91de4faf-e8a3-4849-ac11-b59f4bc32f3e" + "56033bd7-561a-4730-a5b0-1ca49de9fc7f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031253Z:91de4faf-e8a3-4849-ac11-b59f4bc32f3e" + "NORTHEUROPE:20200808T065202Z:56033bd7-561a-4730-a5b0-1ca49de9fc7f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:12:53 GMT" + "Sat, 08 Aug 2020 06:52:02 GMT" ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet776/providers/Microsoft.Search/searchServices/azs-2951\",\r\n \"name\": \"azs-2951\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5080/providers/Microsoft.Search/searchServices/azs-1688\",\r\n \"name\": \"azs-1688\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet776/providers/Microsoft.Search/searchServices/azs-2951/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTI5NTEvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5080/providers/Microsoft.Search/searchServices/azs-1688/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MDgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNjg4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "504e98dd-e608-4d6c-a118-1af3be31fc8c" + "9821696e-59ee-4bb5-9ef9-09c603befae8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "504e98dd-e608-4d6c-a118-1af3be31fc8c" + "9821696e-59ee-4bb5-9ef9-09c603befae8" ], "request-id": [ - "504e98dd-e608-4d6c-a118-1af3be31fc8c" + "9821696e-59ee-4bb5-9ef9-09c603befae8" ], "elapsed-time": [ - "122" + "123" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1179" ], "x-ms-correlation-request-id": [ - "a14dd1c1-4ca8-47a9-95a6-7786df3424da" + "353d89ff-14bb-49ca-93f8-537fc983eb00" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031255Z:a14dd1c1-4ca8-47a9-95a6-7786df3424da" + "NORTHEUROPE:20200808T065204Z:353d89ff-14bb-49ca-93f8-537fc983eb00" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:12:55 GMT" + "Sat, 08 Aug 2020 06:52:04 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"C8A5E1DAE767DDA867ABA3324615ACE0\",\r\n \"secondaryKey\": \"D22591CAFBF665AFBCE0F836862C328F\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"DE596950FF32EF0D76FDBFC7B2AB2925\",\r\n \"secondaryKey\": \"174555A8D37B233A955BDC25DCEA1CB3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet776/providers/Microsoft.Search/searchServices/azs-2951/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTI5NTEvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5080/providers/Microsoft.Search/searchServices/azs-1688/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MDgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNjg4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85d37beb-9aa0-40c5-9c5e-f8b2083d42f9" + "290cdafb-4611-4926-926f-219f546a3632" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "85d37beb-9aa0-40c5-9c5e-f8b2083d42f9" + "290cdafb-4611-4926-926f-219f546a3632" ], "request-id": [ - "85d37beb-9aa0-40c5-9c5e-f8b2083d42f9" + "290cdafb-4611-4926-926f-219f546a3632" ], "elapsed-time": [ - "98" + "137" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1178" ], "x-ms-correlation-request-id": [ - "fc4c4004-bbb6-413a-87bb-127351a3a6ae" + "1e52ce1c-bdea-45e0-8ab7-2a52476e65b5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031256Z:fc4c4004-bbb6-413a-87bb-127351a3a6ae" + "NORTHEUROPE:20200808T065205Z:1e52ce1c-bdea-45e0-8ab7-2a52476e65b5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:12:55 GMT" + "Sat, 08 Aug 2020 06:52:04 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"34E10DF8513C43FC539AEE0689EDBE5B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"C4510584ACADD86CE1664411F9F721EF\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4322\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet207\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "4d26e865-153a-4a4e-b373-c555aebbd671" + "4b026ee6-7d41-47db-8b7a-41be7e3e1ad1" ], "Accept-Language": [ "en-US" ], "api-key": [ - "C8A5E1DAE767DDA867ABA3324615ACE0" + "DE596950FF32EF0D76FDBFC7B2AB2925" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6975" + "6974" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037E307A69D7\"" + "W/\"0x8D83B67914747BC\"" ], "Location": [ - "https://azs-2951.search-dogfood.windows-int.net/indexes('azsmnet4322')?api-version=2019-05-06" + "https://azs-1688.search-dogfood.windows-int.net/indexes('azsmnet207')?api-version=2019-05-06" ], "request-id": [ - "4d26e865-153a-4a4e-b373-c555aebbd671" + "4b026ee6-7d41-47db-8b7a-41be7e3e1ad1" ], "elapsed-time": [ - "1239" + "914" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:12:58 GMT" + "Sat, 08 Aug 2020 06:52:07 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,31 +405,31 @@ "-1" ], "Content-Length": [ - "6147" + "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2951.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037E307A69D7\\\"\",\r\n \"name\": \"azsmnet4322\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1688.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B67914747BC\\\"\",\r\n \"name\": \"azsmnet207\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3613\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3874\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "4e036be3-0a29-4596-a0a6-c21643b3185d" + "f406eae2-8414-4d7f-93d7-ec8e47ba6d12" ], "Accept-Language": [ "en-US" ], "api-key": [ - "C8A5E1DAE767DDA867ABA3324615ACE0" + "DE596950FF32EF0D76FDBFC7B2AB2925" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037E4013A995\"" + "W/\"0x8D83B67A1121B34\"" ], "Location": [ - "https://azs-2951.search-dogfood.windows-int.net/indexes('azsmnet3613')?api-version=2019-05-06" + "https://azs-1688.search-dogfood.windows-int.net/indexes('azsmnet3874')?api-version=2019-05-06" ], "request-id": [ - "4e036be3-0a29-4596-a0a6-c21643b3185d" + "f406eae2-8414-4d7f-93d7-ec8e47ba6d12" ], "elapsed-time": [ - "1200" + "809" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:13:24 GMT" + "Sat, 08 Aug 2020 06:52:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "1569" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2951.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037E4013A995\\\"\",\r\n \"name\": \"azsmnet3613\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1688.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B67A1121B34\\\"\",\r\n \"name\": \"azsmnet3874\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet4322')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MzIyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet207')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMDcnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c05fd641-70d4-4983-b5bd-f6dd466f2904" + "b6d74f31-9a0f-40b8-a864-84eada2d00ed" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "C8A5E1DAE767DDA867ABA3324615ACE0" + "DE596950FF32EF0D76FDBFC7B2AB2925" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "c05fd641-70d4-4983-b5bd-f6dd466f2904" + "b6d74f31-9a0f-40b8-a864-84eada2d00ed" ], "elapsed-time": [ - "163" + "218" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:13:20 GMT" + "Sat, 08 Aug 2020 06:52:29 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,13 +553,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3613')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNjEzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3874')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzODc0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"Lord of the Rings\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n },\r\n \"PublishDate\": \"1954-07-29T00:00:00+00:00\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"Lord of the Rings\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n },\r\n \"PublishDate\": \"1954-07-28T17:00:00-07:00\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "18b3f123-97b8-4230-aa1f-4c9d4e615e91" + "0474fbe5-626b-431a-b22d-63fc980813d7" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "C8A5E1DAE767DDA867ABA3324615ACE0" + "DE596950FF32EF0D76FDBFC7B2AB2925" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -591,10 +591,10 @@ "no-cache" ], "request-id": [ - "18b3f123-97b8-4230-aa1f-4c9d4e615e91" + "0474fbe5-626b-431a-b22d-63fc980813d7" ], "elapsed-time": [ - "139" + "134" ], "OData-Version": [ "4.0" @@ -606,7 +606,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:13:26 GMT" + "Sat, 08 Aug 2020 06:52:36 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -622,13 +622,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3613')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNjEzJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3874')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzODc0JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "67fc3e7a-617d-40c6-a777-5c0ad8b9088f" + "8e8ff36e-d919-4d49-9906-04635b741e2b" ], "Accept-Language": [ "en-US" @@ -637,12 +637,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "C8A5E1DAE767DDA867ABA3324615ACE0" + "DE596950FF32EF0D76FDBFC7B2AB2925" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -660,10 +660,10 @@ "no-cache" ], "request-id": [ - "67fc3e7a-617d-40c6-a777-5c0ad8b9088f" + "8e8ff36e-d919-4d49-9906-04635b741e2b" ], "elapsed-time": [ - "44" + "25" ], "OData-Version": [ "4.0" @@ -675,7 +675,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:13:28 GMT" + "Sat, 08 Aug 2020 06:52:38 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -691,21 +691,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet776/providers/Microsoft.Search/searchServices/azs-2951?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTI5NTE/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5080/providers/Microsoft.Search/searchServices/azs-1688?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MDgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNjg4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd1fb9e2-e546-4dbe-b1fd-835bbde04d7a" + "c5ed9066-5406-4e26-a2dd-dd356ba22c59" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -716,52 +716,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14990" + ], "x-ms-request-id": [ - "cd1fb9e2-e546-4dbe-b1fd-835bbde04d7a" + "f84749dc-0b42-476e-b417-103260bec46d" ], - "request-id": [ - "cd1fb9e2-e546-4dbe-b1fd-835bbde04d7a" + "x-ms-correlation-request-id": [ + "f84749dc-0b42-476e-b417-103260bec46d" ], - "elapsed-time": [ - "1064" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T065248Z:f84749dc-0b42-476e-b417-103260bec46d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "c9897f37-ad37-46db-bc52-5eae59ee298b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031332Z:c9897f37-ad37-46db-bc52-5eae59ee298b" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:13:32 GMT" + "Sat, 08 Aug 2020 06:52:48 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet776", - "azsmnet4322", - "azsmnet3613" + "azsmnet5080", + "azsmnet207", + "azsmnet3874" ], "GenerateServiceName": [ - "azs-2951" + "azs-1688" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithDateTimeInStaticModel.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithDateTimeInStaticModel.json index bf876268336b..726dea3e2880 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithDateTimeInStaticModel.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithDateTimeInStaticModel.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f395049d-f529-4b7a-9e97-fc27e9eaa6ba" + "70c23023-e1e2-4d83-bd09-5a5b2f5476de" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1176" + "1196" ], "x-ms-request-id": [ - "6b4a827a-6567-43f3-9aee-90e94d8a3d57" + "aa1bc57a-3703-4f51-9723-576a7e3c6f9d" ], "x-ms-correlation-request-id": [ - "6b4a827a-6567-43f3-9aee-90e94d8a3d57" + "aa1bc57a-3703-4f51-9723-576a7e3c6f9d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030141Z:6b4a827a-6567-43f3-9aee-90e94d8a3d57" + "NORTHEUROPE:20200808T063602Z:aa1bc57a-3703-4f51-9723-576a7e3c6f9d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:01:41 GMT" + "Sat, 08 Aug 2020 06:36:02 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5612?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NjEyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3334?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMzM0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f8a9ae8d-1a21-4f93-a1e9-f06c14f1ebd9" + "17ef2a35-64e5-4aee-a503-b0b693f1338b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1197" ], "x-ms-request-id": [ - "7a87ac77-2c3a-4b08-9f5e-6e8c4338f934" + "30f5369e-78b8-4139-8624-a333c60d71a5" ], "x-ms-correlation-request-id": [ - "7a87ac77-2c3a-4b08-9f5e-6e8c4338f934" + "30f5369e-78b8-4139-8624-a333c60d71a5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030142Z:7a87ac77-2c3a-4b08-9f5e-6e8c4338f934" + "NORTHEUROPE:20200808T063604Z:30f5369e-78b8-4139-8624-a333c60d71a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:01:41 GMT" + "Sat, 08 Aug 2020 06:36:04 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5612\",\r\n \"name\": \"azsmnet5612\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3334\",\r\n \"name\": \"azsmnet3334\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5612/providers/Microsoft.Search/searchServices/azs-2003?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDAzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3334/providers/Microsoft.Search/searchServices/azs-8361?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzYxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d80e59cf-e960-4e53-a9f1-b727756bac4f" + "d56ff575-9d66-4de5-a2e9-f2097cbb999c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A01%3A46.5232966Z'\"" + "W/\"datetime'2020-08-08T06%3A36%3A09.7099879Z'\"" ], "x-ms-request-id": [ - "d80e59cf-e960-4e53-a9f1-b727756bac4f" + "d56ff575-9d66-4de5-a2e9-f2097cbb999c" ], "request-id": [ - "d80e59cf-e960-4e53-a9f1-b727756bac4f" + "d56ff575-9d66-4de5-a2e9-f2097cbb999c" ], "elapsed-time": [ - "1794" + "1845" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1194" ], "x-ms-correlation-request-id": [ - "d1ddab44-891b-47c5-aa38-08f86d6a7317" + "ec1e5293-988f-4bda-ad93-9247587ffae0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030147Z:d1ddab44-891b-47c5-aa38-08f86d6a7317" + "NORTHEUROPE:20200808T063610Z:ec1e5293-988f-4bda-ad93-9247587ffae0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:01:46 GMT" + "Sat, 08 Aug 2020 06:36:10 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5612/providers/Microsoft.Search/searchServices/azs-2003\",\r\n \"name\": \"azs-2003\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3334/providers/Microsoft.Search/searchServices/azs-8361\",\r\n \"name\": \"azs-8361\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5612/providers/Microsoft.Search/searchServices/azs-2003/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDAzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3334/providers/Microsoft.Search/searchServices/azs-8361/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzYxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5604f205-9673-4ad9-9944-389a2ad60888" + "f8dc3b8f-7244-415a-a1ad-4e0d8796276c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5604f205-9673-4ad9-9944-389a2ad60888" + "f8dc3b8f-7244-415a-a1ad-4e0d8796276c" ], "request-id": [ - "5604f205-9673-4ad9-9944-389a2ad60888" + "f8dc3b8f-7244-415a-a1ad-4e0d8796276c" ], "elapsed-time": [ - "376" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1192" ], "x-ms-correlation-request-id": [ - "39205074-7598-4c49-9716-bce54e659f7f" + "a44c75ed-93f4-49f1-8fa4-4b5a778d8593" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030149Z:39205074-7598-4c49-9716-bce54e659f7f" + "NORTHEUROPE:20200808T063613Z:a44c75ed-93f4-49f1-8fa4-4b5a778d8593" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:01:49 GMT" + "Sat, 08 Aug 2020 06:36:12 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"B104404DDC1B899B70CBD85674D132F3\",\r\n \"secondaryKey\": \"696B3667160907B07B6B2D6F6E74BB13\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"F9C8C5C33D9D9185E1904A06BAE2BA69\",\r\n \"secondaryKey\": \"5A086AF035380CE10FB8E431A923D69A\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5612/providers/Microsoft.Search/searchServices/azs-2003/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDAzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3334/providers/Microsoft.Search/searchServices/azs-8361/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzYxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2dc82b38-9ade-4c6a-9cf9-7f100057a5db" + "f1198535-e9e4-4774-b1ab-b087a7ee54fd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2dc82b38-9ade-4c6a-9cf9-7f100057a5db" + "f1198535-e9e4-4774-b1ab-b087a7ee54fd" ], "request-id": [ - "2dc82b38-9ade-4c6a-9cf9-7f100057a5db" + "f1198535-e9e4-4774-b1ab-b087a7ee54fd" ], "elapsed-time": [ - "441" + "92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1191" ], "x-ms-correlation-request-id": [ - "4bde662d-493d-4df2-87ea-20c08c3106f0" + "11fba15a-ce41-4a23-bb2c-cd765fec26cf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030150Z:4bde662d-493d-4df2-87ea-20c08c3106f0" + "NORTHEUROPE:20200808T063613Z:11fba15a-ce41-4a23-bb2c-cd765fec26cf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:01:50 GMT" + "Sat, 08 Aug 2020 06:36:13 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"6C5E3F5748A8A7891BE93E4E22C0EA43\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"736658DCAA20B1E0DAFC959141BBF7E9\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9457\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9578\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "13fed27f-8133-4edb-8cae-2f8ba302f81c" + "9f69779d-d185-44e0-898a-deb6e1018a3a" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B104404DDC1B899B70CBD85674D132F3" + "F9C8C5C33D9D9185E1904A06BAE2BA69" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037CA3A70C8E\"" + "W/\"0x8D83B6559E0D80D\"" ], "Location": [ - "https://azs-2003.search-dogfood.windows-int.net/indexes('azsmnet9457')?api-version=2019-05-06" + "https://azs-8361.search-dogfood.windows-int.net/indexes('azsmnet9578')?api-version=2019-05-06" ], "request-id": [ - "13fed27f-8133-4edb-8cae-2f8ba302f81c" + "9f69779d-d185-44e0-898a-deb6e1018a3a" ], "elapsed-time": [ - "1203" + "813" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:01:53 GMT" + "Sat, 08 Aug 2020 06:36:15 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2003.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037CA3A70C8E\\\"\",\r\n \"name\": \"azsmnet9457\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8361.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6559E0D80D\\\"\",\r\n \"name\": \"azsmnet9578\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5112\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9047\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "143e21b2-7c65-464e-a0ca-6ae3b1de6705" + "ea11dcc3-6bee-45af-8519-5e79108dbd26" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B104404DDC1B899B70CBD85674D132F3" + "F9C8C5C33D9D9185E1904A06BAE2BA69" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037CB348DF39\"" + "W/\"0x8D83B6569C8B06E\"" ], "Location": [ - "https://azs-2003.search-dogfood.windows-int.net/indexes('azsmnet5112')?api-version=2019-05-06" + "https://azs-8361.search-dogfood.windows-int.net/indexes('azsmnet9047')?api-version=2019-05-06" ], "request-id": [ - "143e21b2-7c65-464e-a0ca-6ae3b1de6705" + "ea11dcc3-6bee-45af-8519-5e79108dbd26" ], "elapsed-time": [ - "1101" + "1587" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:02:19 GMT" + "Sat, 08 Aug 2020 06:36:42 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "1569" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2003.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037CB348DF39\\\"\",\r\n \"name\": \"azsmnet5112\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8361.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6569C8B06E\\\"\",\r\n \"name\": \"azsmnet9047\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet9457')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5NDU3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet9578')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5NTc4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "aea75774-156c-4abe-8e72-5dd030a47e2f" + "a8db7862-311c-4cfb-b123-6f1b37de9980" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "B104404DDC1B899B70CBD85674D132F3" + "F9C8C5C33D9D9185E1904A06BAE2BA69" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "aea75774-156c-4abe-8e72-5dd030a47e2f" + "a8db7862-311c-4cfb-b123-6f1b37de9980" ], "elapsed-time": [ - "188" + "205" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:02:14 GMT" + "Sat, 08 Aug 2020 06:36:37 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,13 +553,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet5112')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MTEyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet9047')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MDQ3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"Lord of the Rings\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"456\",\r\n \"Title\": \"War and Peace\",\r\n \"PublishDate\": \"2015-08-18T00:00:00+00:00\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"Lord of the Rings\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"456\",\r\n \"Title\": \"War and Peace\",\r\n \"PublishDate\": \"2015-08-17T17:00:00-07:00\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "76a7543b-40b5-4646-aeb2-a4d14feefe66" + "b664fa75-5b55-433a-a780-5eff039d8ea5" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "B104404DDC1B899B70CBD85674D132F3" + "F9C8C5C33D9D9185E1904A06BAE2BA69" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -591,10 +591,10 @@ "no-cache" ], "request-id": [ - "76a7543b-40b5-4646-aeb2-a4d14feefe66" + "b664fa75-5b55-433a-a780-5eff039d8ea5" ], "elapsed-time": [ - "237" + "133" ], "OData-Version": [ "4.0" @@ -606,7 +606,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:02:20 GMT" + "Sat, 08 Aug 2020 06:36:43 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -622,13 +622,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet5112')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MTEyJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet9047')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MDQ3JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"War and Peace\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "f7e7fa0f-893d-4fd5-a75d-ab821c765914" + "b1cf4f0a-9b09-4e97-b9d8-0bb5aba15e3a" ], "Accept-Language": [ "en-US" @@ -637,12 +637,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "B104404DDC1B899B70CBD85674D132F3" + "F9C8C5C33D9D9185E1904A06BAE2BA69" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -660,10 +660,10 @@ "no-cache" ], "request-id": [ - "f7e7fa0f-893d-4fd5-a75d-ab821c765914" + "b1cf4f0a-9b09-4e97-b9d8-0bb5aba15e3a" ], "elapsed-time": [ - "30" + "127" ], "OData-Version": [ "4.0" @@ -675,7 +675,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:02:22 GMT" + "Sat, 08 Aug 2020 06:36:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -687,25 +687,25 @@ "127" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 0.8660254,\r\n \"ISBN\": \"456\",\r\n \"Title\": \"War and Peace\",\r\n \"PublishDate\": \"2015-08-18T00:00:00Z\",\r\n \"Author\": null\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.9646256,\r\n \"ISBN\": \"456\",\r\n \"Title\": \"War and Peace\",\r\n \"PublishDate\": \"2015-08-18T00:00:00Z\",\r\n \"Author\": null\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5612/providers/Microsoft.Search/searchServices/azs-2003?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDAzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3334/providers/Microsoft.Search/searchServices/azs-8361?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzYxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "00dd6347-dd81-4bc8-a3d2-257fe8f85f25" + "fccd2264-3796-4afe-8b32-3df57865a162" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -716,52 +716,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "00dd6347-dd81-4bc8-a3d2-257fe8f85f25" + "c2087475-6633-4773-b8de-3f588405a104" ], - "request-id": [ - "00dd6347-dd81-4bc8-a3d2-257fe8f85f25" + "x-ms-correlation-request-id": [ + "c2087475-6633-4773-b8de-3f588405a104" ], - "elapsed-time": [ - "968" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T063656Z:c2087475-6633-4773-b8de-3f588405a104" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14985" - ], - "x-ms-correlation-request-id": [ - "73eefd8a-37ee-4743-b31d-6cbb0dd3728e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030226Z:73eefd8a-37ee-4743-b31d-6cbb0dd3728e" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:02:26 GMT" + "Sat, 08 Aug 2020 06:36:55 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5612", - "azsmnet9457", - "azsmnet5112" + "azsmnet3334", + "azsmnet9578", + "azsmnet9047" ], "GenerateServiceName": [ - "azs-2003" + "azs-8361" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithLuceneSyntax.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithLuceneSyntax.json index 550d0c36b973..ff4255fada70 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithLuceneSyntax.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithLuceneSyntax.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee5b017a-d70f-4366-ae5c-b202ef4a51e0" + "6ac32f59-4003-427b-ba24-ec5c7d028a66" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1192" ], "x-ms-request-id": [ - "36ca0552-4cd6-46f1-8e5d-43fdc427d976" + "9f8eb686-693b-4b91-9e7f-64b981600130" ], "x-ms-correlation-request-id": [ - "36ca0552-4cd6-46f1-8e5d-43fdc427d976" + "9f8eb686-693b-4b91-9e7f-64b981600130" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031735Z:36ca0552-4cd6-46f1-8e5d-43fdc427d976" + "NORTHEUROPE:20200808T065920Z:9f8eb686-693b-4b91-9e7f-64b981600130" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:17:35 GMT" + "Sat, 08 Aug 2020 06:59:19 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7924?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3OTI0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1097?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMDk3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a47df46a-4d51-4982-9ad1-59259dd10c3b" + "50cbe3a0-1028-4e39-b59c-c21f8f89a41a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1195" ], "x-ms-request-id": [ - "12646097-c0dc-4f4d-b870-3a3c03cdd9d8" + "406af125-54fc-40d1-95c8-aaf821eaa14a" ], "x-ms-correlation-request-id": [ - "12646097-c0dc-4f4d-b870-3a3c03cdd9d8" + "406af125-54fc-40d1-95c8-aaf821eaa14a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031735Z:12646097-c0dc-4f4d-b870-3a3c03cdd9d8" + "NORTHEUROPE:20200808T065922Z:406af125-54fc-40d1-95c8-aaf821eaa14a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:17:35 GMT" + "Sat, 08 Aug 2020 06:59:21 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7924\",\r\n \"name\": \"azsmnet7924\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1097\",\r\n \"name\": \"azsmnet1097\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7924/providers/Microsoft.Search/searchServices/azs-2573?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3OTI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTczP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1097/providers/Microsoft.Search/searchServices/azs-2262?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjYyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "15a920b6-b308-4d86-939b-a0350b99596f" + "26a34ba0-1819-4b56-a6f3-1f20540c94e5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A17%3A39.9908783Z'\"" + "W/\"datetime'2020-08-08T06%3A59%3A27.2823607Z'\"" ], "x-ms-request-id": [ - "15a920b6-b308-4d86-939b-a0350b99596f" + "26a34ba0-1819-4b56-a6f3-1f20540c94e5" ], "request-id": [ - "15a920b6-b308-4d86-939b-a0350b99596f" + "26a34ba0-1819-4b56-a6f3-1f20540c94e5" ], "elapsed-time": [ - "1217" + "1822" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1192" ], "x-ms-correlation-request-id": [ - "137f1fb7-c9f9-4b43-a26d-403184e78715" + "10943ad1-2520-4ac0-b0bb-c3cb872f0e00" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031740Z:137f1fb7-c9f9-4b43-a26d-403184e78715" + "NORTHEUROPE:20200808T065928Z:10943ad1-2520-4ac0-b0bb-c3cb872f0e00" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:17:40 GMT" + "Sat, 08 Aug 2020 06:59:27 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7924/providers/Microsoft.Search/searchServices/azs-2573\",\r\n \"name\": \"azs-2573\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1097/providers/Microsoft.Search/searchServices/azs-2262\",\r\n \"name\": \"azs-2262\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7924/providers/Microsoft.Search/searchServices/azs-2573/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3OTI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTczL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1097/providers/Microsoft.Search/searchServices/azs-2262/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjYyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a2601f5-1bbe-47e6-84e6-fbb896dd0a99" + "6f59c1d0-44b1-482e-8acf-94a8054c6838" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9a2601f5-1bbe-47e6-84e6-fbb896dd0a99" + "6f59c1d0-44b1-482e-8acf-94a8054c6838" ], "request-id": [ - "9a2601f5-1bbe-47e6-84e6-fbb896dd0a99" + "6f59c1d0-44b1-482e-8acf-94a8054c6838" ], "elapsed-time": [ - "219" + "397" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1188" ], "x-ms-correlation-request-id": [ - "26af1e6a-ea45-4f95-ac0d-58f66578502c" + "73f722b9-7176-448d-b5cd-6cabe76e9296" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031743Z:26af1e6a-ea45-4f95-ac0d-58f66578502c" + "NORTHEUROPE:20200808T065930Z:73f722b9-7176-448d-b5cd-6cabe76e9296" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:17:42 GMT" + "Sat, 08 Aug 2020 06:59:30 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"61DE568D991F732DF4EA2DA9672621A3\",\r\n \"secondaryKey\": \"1E28173A989EA183820876AF38DF1DF2\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"98F880046401EFA6B7B8C88FBA5F92F5\",\r\n \"secondaryKey\": \"9E3FE246008847DDBD05807277973F72\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7924/providers/Microsoft.Search/searchServices/azs-2573/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3OTI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTczL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1097/providers/Microsoft.Search/searchServices/azs-2262/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjYyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3e7b75a-dfe5-4d5a-af53-bfc743d2a27a" + "f675e6f9-b830-4d17-b970-4defd0444345" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e3e7b75a-dfe5-4d5a-af53-bfc743d2a27a" + "f675e6f9-b830-4d17-b970-4defd0444345" ], "request-id": [ - "e3e7b75a-dfe5-4d5a-af53-bfc743d2a27a" + "f675e6f9-b830-4d17-b970-4defd0444345" ], "elapsed-time": [ - "272" + "635" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1187" ], "x-ms-correlation-request-id": [ - "6115ede2-5275-4923-a12f-fe98514ba50b" + "0aa967f0-17c3-4c90-a198-ff1850f633c7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031743Z:6115ede2-5275-4923-a12f-fe98514ba50b" + "NORTHEUROPE:20200808T065931Z:0aa967f0-17c3-4c90-a198-ff1850f633c7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:17:42 GMT" + "Sat, 08 Aug 2020 06:59:31 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"FB1E740375F44C13D84C79F0DC16B621\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D5CA32D50CA3E92020C7EA0B5F0BF4E3\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5510\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet723\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "156e23ea-b4bb-4b31-aa82-e410257fe5da" + "809614ba-9316-4c36-82f7-4d142b5a5fbb" ], "Accept-Language": [ "en-US" ], "api-key": [ - "61DE568D991F732DF4EA2DA9672621A3" + "98F880046401EFA6B7B8C88FBA5F92F5" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6975" + "6974" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037EDBCF3E70\"" + "W/\"0x8D83B689B5B0605\"" ], "Location": [ - "https://azs-2573.search-dogfood.windows-int.net/indexes('azsmnet5510')?api-version=2019-05-06" + "https://azs-2262.search-dogfood.windows-int.net/indexes('azsmnet723')?api-version=2019-05-06" ], "request-id": [ - "156e23ea-b4bb-4b31-aa82-e410257fe5da" + "809614ba-9316-4c36-82f7-4d142b5a5fbb" ], "elapsed-time": [ - "1209" + "787" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:17:46 GMT" + "Sat, 08 Aug 2020 06:59:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6147" + "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2573.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037EDBCF3E70\\\"\",\r\n \"name\": \"azsmnet5510\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2262.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B689B5B0605\\\"\",\r\n \"name\": \"azsmnet723\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet5510')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NTEwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet723')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MjMnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "ebb1f069-46ba-4671-813b-6a10226bec1f" + "30049fe5-7a88-4989-8f9b-c813cddac2f1" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "61DE568D991F732DF4EA2DA9672621A3" + "98F880046401EFA6B7B8C88FBA5F92F5" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "ebb1f069-46ba-4671-813b-6a10226bec1f" + "30049fe5-7a88-4989-8f9b-c813cddac2f1" ], "elapsed-time": [ - "196" + "457" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:18:07 GMT" + "Sat, 08 Aug 2020 06:59:56 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet5510')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NTEwJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet723')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MjMnKS9kb2NzL3NlYXJjaC5wb3N0LnNlYXJjaD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"full\",\r\n \"scoringParameters\": [],\r\n \"search\": \"hotelName:roch~\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelName,rating\"\r\n}", "RequestHeaders": { "client-request-id": [ - "62c08d87-896d-49a3-b50b-c1426cff7597" + "90f47883-70c4-4a42-aa6b-05063e35147f" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "FB1E740375F44C13D84C79F0DC16B621" + "D5CA32D50CA3E92020C7EA0B5F0BF4E3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "62c08d87-896d-49a3-b50b-c1426cff7597" + "90f47883-70c4-4a42-aa6b-05063e35147f" ], "elapsed-time": [ - "168" + "267" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:18:11 GMT" + "Sat, 08 Aug 2020 07:00:00 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -546,25 +546,25 @@ "76" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.8411939,\r\n \"hotelName\": \"Roach Motel\",\r\n \"rating\": 1\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.1457375,\r\n \"hotelName\": \"Roach Motel\",\r\n \"rating\": 1\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7924/providers/Microsoft.Search/searchServices/azs-2573?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3OTI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTczP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1097/providers/Microsoft.Search/searchServices/azs-2262?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjYyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "028ad84c-1d24-4650-b7fc-a97b2eebfe8a" + "fa10bfc4-5445-4971-afea-98c1a0675f0e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14988" + ], "x-ms-request-id": [ - "028ad84c-1d24-4650-b7fc-a97b2eebfe8a" + "2b74205a-e878-4737-86f8-4de758c42a05" ], - "request-id": [ - "028ad84c-1d24-4650-b7fc-a97b2eebfe8a" + "x-ms-correlation-request-id": [ + "2b74205a-e878-4737-86f8-4de758c42a05" ], - "elapsed-time": [ - "979" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T070011Z:2b74205a-e878-4737-86f8-4de758c42a05" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14984" - ], - "x-ms-correlation-request-id": [ - "48359429-ae88-4ad4-aac3-4a7dc1bf4fbe" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031815Z:48359429-ae88-4ad4-aac3-4a7dc1bf4fbe" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:18:15 GMT" + "Sat, 08 Aug 2020 07:00:10 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7924", - "azsmnet5510" + "azsmnet1097", + "azsmnet723" ], "GenerateServiceName": [ - "azs-2573" + "azs-2262" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithMinimumCoverage.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithMinimumCoverage.json index 9170a2b2dfcb..97f4376070e7 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithMinimumCoverage.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithMinimumCoverage.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dda5d583-3fd5-4485-8ee9-62a3ec4f23e1" + "673581dc-4faa-44d8-8463-2e55d9f31796" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1185" ], "x-ms-request-id": [ - "883b2cb6-45ea-4167-8eaa-858722ee5908" + "d11c7d0c-71f1-4d19-95bd-192b07b3782c" ], "x-ms-correlation-request-id": [ - "883b2cb6-45ea-4167-8eaa-858722ee5908" + "d11c7d0c-71f1-4d19-95bd-192b07b3782c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030532Z:883b2cb6-45ea-4167-8eaa-858722ee5908" + "NORTHEUROPE:20200808T064125Z:d11c7d0c-71f1-4d19-95bd-192b07b3782c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:05:32 GMT" + "Sat, 08 Aug 2020 06:41:24 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3118?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMTE4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3539?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNTM5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "593012a7-1d4e-4e8e-9e67-19e254fe3392" + "2f47cddb-f4ba-4061-bcbe-7f18d3550ec0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1190" ], "x-ms-request-id": [ - "afa5c042-bc2e-46b3-b980-8108b8abde43" + "c67788f9-6808-4304-9fa4-116127f0f81f" ], "x-ms-correlation-request-id": [ - "afa5c042-bc2e-46b3-b980-8108b8abde43" + "c67788f9-6808-4304-9fa4-116127f0f81f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030533Z:afa5c042-bc2e-46b3-b980-8108b8abde43" + "NORTHEUROPE:20200808T064125Z:c67788f9-6808-4304-9fa4-116127f0f81f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:05:32 GMT" + "Sat, 08 Aug 2020 06:41:25 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3118\",\r\n \"name\": \"azsmnet3118\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3539\",\r\n \"name\": \"azsmnet3539\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3118/providers/Microsoft.Search/searchServices/azs-786?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODY/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3539/providers/Microsoft.Search/searchServices/azs-7949?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTQ5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d9f257fb-1951-4383-b3cb-ef2234f00481" + "442e052b-d46b-4817-a36e-98087abc1bb3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A05%3A37.081436Z'\"" + "W/\"datetime'2020-08-08T06%3A41%3A32.0014018Z'\"" ], "x-ms-request-id": [ - "d9f257fb-1951-4383-b3cb-ef2234f00481" + "442e052b-d46b-4817-a36e-98087abc1bb3" ], "request-id": [ - "d9f257fb-1951-4383-b3cb-ef2234f00481" + "442e052b-d46b-4817-a36e-98087abc1bb3" ], "elapsed-time": [ - "1222" + "3006" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1189" ], "x-ms-correlation-request-id": [ - "78d7b952-eeab-422b-9f14-4cf049fdc9bc" + "d0ec1067-03b9-4bd4-aee4-057a411bc8e7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030537Z:78d7b952-eeab-422b-9f14-4cf049fdc9bc" + "NORTHEUROPE:20200808T064133Z:d0ec1067-03b9-4bd4-aee4-057a411bc8e7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:05:36 GMT" + "Sat, 08 Aug 2020 06:41:32 GMT" ], "Content-Length": [ - "527" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3118/providers/Microsoft.Search/searchServices/azs-786\",\r\n \"name\": \"azs-786\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3539/providers/Microsoft.Search/searchServices/azs-7949\",\r\n \"name\": \"azs-7949\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3118/providers/Microsoft.Search/searchServices/azs-786/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODYvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3539/providers/Microsoft.Search/searchServices/azs-7949/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTQ5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "461cd80b-382d-42f3-a7d9-b3771dd9230f" + "52155adc-8d64-47fc-a46f-01e5a31303d3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "461cd80b-382d-42f3-a7d9-b3771dd9230f" + "52155adc-8d64-47fc-a46f-01e5a31303d3" ], "request-id": [ - "461cd80b-382d-42f3-a7d9-b3771dd9230f" + "52155adc-8d64-47fc-a46f-01e5a31303d3" ], "elapsed-time": [ - "98" + "371" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1184" ], "x-ms-correlation-request-id": [ - "36e5fd62-ce41-4223-9a33-19c5a61a0ddd" + "343d516b-c1b4-4d21-b97d-c34da930ecde" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030540Z:36e5fd62-ce41-4223-9a33-19c5a61a0ddd" + "NORTHEUROPE:20200808T064135Z:343d516b-c1b4-4d21-b97d-c34da930ecde" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:05:39 GMT" + "Sat, 08 Aug 2020 06:41:35 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"EACF9E40149A1A63BDEE1CFF75D4D8E0\",\r\n \"secondaryKey\": \"C3A22ECD3DD3D4238E9BE1B07742E54C\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"3BF732157305B1C464BB46EF553C9201\",\r\n \"secondaryKey\": \"18D04543FC1D91E58E333034BB9078A8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3118/providers/Microsoft.Search/searchServices/azs-786/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODYvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3539/providers/Microsoft.Search/searchServices/azs-7949/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTQ5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "365a1aed-4b74-486b-9c5e-bfd33d62d1ca" + "42086dcf-326f-4daa-a13b-c00d9089b209" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "365a1aed-4b74-486b-9c5e-bfd33d62d1ca" + "42086dcf-326f-4daa-a13b-c00d9089b209" ], "request-id": [ - "365a1aed-4b74-486b-9c5e-bfd33d62d1ca" + "42086dcf-326f-4daa-a13b-c00d9089b209" ], "elapsed-time": [ - "97" + "545" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1183" ], "x-ms-correlation-request-id": [ - "8ab06e5d-8ec0-4acc-9da4-0679c72f7f29" + "e46e538c-f601-4791-9723-9aaf9db567a0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030540Z:8ab06e5d-8ec0-4acc-9da4-0679c72f7f29" + "NORTHEUROPE:20200808T064136Z:e46e538c-f601-4791-9723-9aaf9db567a0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:05:40 GMT" + "Sat, 08 Aug 2020 06:41:36 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"3C59FB9343DF5D6676C82C77E10E487E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D3194E7A647C7720C4EE4203C353FC0F\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7359\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5017\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "810c7319-336c-4ba0-97d9-2ae7523adf9e" + "98c0f642-c137-4f6e-a6db-f0f3986f31ee" ], "Accept-Language": [ "en-US" ], "api-key": [ - "EACF9E40149A1A63BDEE1CFF75D4D8E0" + "3BF732157305B1C464BB46EF553C9201" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037D2CCA906B\"" + "W/\"0x8D83B661AD6C6B8\"" ], "Location": [ - "https://azs-786.search-dogfood.windows-int.net/indexes('azsmnet7359')?api-version=2019-05-06" + "https://azs-7949.search-dogfood.windows-int.net/indexes('azsmnet5017')?api-version=2019-05-06" ], "request-id": [ - "810c7319-336c-4ba0-97d9-2ae7523adf9e" + "98c0f642-c137-4f6e-a6db-f0f3986f31ee" ], "elapsed-time": [ - "1203" + "883" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:05:42 GMT" + "Sat, 08 Aug 2020 06:41:39 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-786.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037D2CCA906B\\\"\",\r\n \"name\": \"azsmnet7359\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7949.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B661AD6C6B8\\\"\",\r\n \"name\": \"azsmnet5017\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet7359')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MzU5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5017')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MDE3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8596ba17-62a3-4d02-8f7f-3c813e5e295b" + "d4704665-c2d3-4539-94ff-a84c3a8e1f15" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "EACF9E40149A1A63BDEE1CFF75D4D8E0" + "3BF732157305B1C464BB46EF553C9201" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "8596ba17-62a3-4d02-8f7f-3c813e5e295b" + "d4704665-c2d3-4539-94ff-a84c3a8e1f15" ], "elapsed-time": [ - "183" + "203" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:06:04 GMT" + "Sat, 08 Aug 2020 06:42:01 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7359')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MzU5JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5017')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MDE3JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"minimumCoverage\": 50.0,\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "c304bfb9-1335-450b-b2a9-3cdd7b3cefd1" + "6edb69d9-a4dd-418c-9ab8-5d00897c6a5e" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "3C59FB9343DF5D6676C82C77E10E487E" + "D3194E7A647C7720C4EE4203C353FC0F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "c304bfb9-1335-450b-b2a9-3cdd7b3cefd1" + "6edb69d9-a4dd-418c-9ab8-5d00897c6a5e" ], "elapsed-time": [ - "144" + "199" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:06:07 GMT" + "Sat, 08 Aug 2020 06:42:05 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,21 +550,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3118/providers/Microsoft.Search/searchServices/azs-786?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODY/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3539/providers/Microsoft.Search/searchServices/azs-7949?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTQ5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "63fbabb4-6211-4de0-ab41-b06d40bbac32" + "0115f389-58b3-4193-9d9b-a5d245c38ce8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "63fbabb4-6211-4de0-ab41-b06d40bbac32" - ], - "request-id": [ - "63fbabb4-6211-4de0-ab41-b06d40bbac32" - ], - "elapsed-time": [ - "1769" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14991" ], + "x-ms-request-id": [ + "c758e7de-7a60-4465-a99b-cb1c3911ac16" + ], "x-ms-correlation-request-id": [ - "a2a9f9d7-bc8e-45a3-bb82-f93712011d3d" + "c758e7de-7a60-4465-a99b-cb1c3911ac16" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030612Z:a2a9f9d7-bc8e-45a3-bb82-f93712011d3d" + "NORTHEUROPE:20200808T064312Z:c758e7de-7a60-4465-a99b-cb1c3911ac16" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:06:12 GMT" + "Sat, 08 Aug 2020 06:43:11 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet3118", - "azsmnet7359" + "azsmnet3539", + "azsmnet5017" ], "GenerateServiceName": [ - "azs-786" + "azs-7949" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithRangeFacets.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithRangeFacets.json index b72eabc8600e..c60b2a1c62fd 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithRangeFacets.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithRangeFacets.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "21459e2d-9483-4e14-9e19-7e92ae8ceb50" + "3b14f992-417d-4718-9a0d-52c3ea4d9f16" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1189" ], "x-ms-request-id": [ - "cd45f29c-39cb-4496-93e9-5d42eeb5dae3" + "f7898e00-74de-40db-85f0-5a6acf888d87" ], "x-ms-correlation-request-id": [ - "cd45f29c-39cb-4496-93e9-5d42eeb5dae3" + "f7898e00-74de-40db-85f0-5a6acf888d87" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031201Z:cd45f29c-39cb-4496-93e9-5d42eeb5dae3" + "NORTHEUROPE:20200808T065058Z:f7898e00-74de-40db-85f0-5a6acf888d87" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:12:01 GMT" + "Sat, 08 Aug 2020 06:50:58 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5837?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1ODM3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet672?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2NzI/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "05e05357-2a67-459d-bbea-f458775f1a65" + "f71ac857-08e2-4999-9667-31bace091c98" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1192" ], "x-ms-request-id": [ - "650556af-61d7-4b7a-9708-c3232207ec26" + "d97b4e7f-caea-4abc-9677-81db0e6b9c8c" ], "x-ms-correlation-request-id": [ - "650556af-61d7-4b7a-9708-c3232207ec26" + "d97b4e7f-caea-4abc-9677-81db0e6b9c8c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031202Z:650556af-61d7-4b7a-9708-c3232207ec26" + "NORTHEUROPE:20200808T065100Z:d97b4e7f-caea-4abc-9677-81db0e6b9c8c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:12:02 GMT" + "Sat, 08 Aug 2020 06:51:00 GMT" ], "Content-Length": [ - "175" + "173" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5837\",\r\n \"name\": \"azsmnet5837\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet672\",\r\n \"name\": \"azsmnet672\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5837/providers/Microsoft.Search/searchServices/azs-934?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MzQ/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet672/providers/Microsoft.Search/searchServices/azs-542?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTU0Mj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c96745c3-6093-4ca3-b501-ec9805e24a14" + "d0c8b5d8-8278-414d-a0d5-397032554eaa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A12%3A06.5113607Z'\"" + "W/\"datetime'2020-08-08T06%3A51%3A05.4424604Z'\"" ], "x-ms-request-id": [ - "c96745c3-6093-4ca3-b501-ec9805e24a14" + "d0c8b5d8-8278-414d-a0d5-397032554eaa" ], "request-id": [ - "c96745c3-6093-4ca3-b501-ec9805e24a14" + "d0c8b5d8-8278-414d-a0d5-397032554eaa" ], "elapsed-time": [ - "1274" + "1713" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1195" ], "x-ms-correlation-request-id": [ - "3f7e2688-3ba9-485a-ad5e-c3b78f72e490" + "ac8fe698-8a81-47c4-80a7-2e6df19cd7f6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031207Z:3f7e2688-3ba9-485a-ad5e-c3b78f72e490" + "NORTHEUROPE:20200808T065106Z:ac8fe698-8a81-47c4-80a7-2e6df19cd7f6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:12:07 GMT" + "Sat, 08 Aug 2020 06:51:06 GMT" ], "Content-Length": [ - "527" + "526" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5837/providers/Microsoft.Search/searchServices/azs-934\",\r\n \"name\": \"azs-934\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet672/providers/Microsoft.Search/searchServices/azs-542\",\r\n \"name\": \"azs-542\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5837/providers/Microsoft.Search/searchServices/azs-934/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MzQvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet672/providers/Microsoft.Search/searchServices/azs-542/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTU0Mi9saXN0QWRtaW5LZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e159a91f-1aff-485f-96c2-3fbad031cbf4" + "dabc9bae-e107-489f-9a73-45f71a12a704" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e159a91f-1aff-485f-96c2-3fbad031cbf4" + "dabc9bae-e107-489f-9a73-45f71a12a704" ], "request-id": [ - "e159a91f-1aff-485f-96c2-3fbad031cbf4" + "dabc9bae-e107-489f-9a73-45f71a12a704" ], "elapsed-time": [ - "359" + "95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1192" ], "x-ms-correlation-request-id": [ - "8c3a446f-3f51-4d6f-9ed8-656bee11d142" + "530ef207-1297-4aea-81bf-f918ed07dd6f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031209Z:8c3a446f-3f51-4d6f-9ed8-656bee11d142" + "NORTHEUROPE:20200808T065109Z:530ef207-1297-4aea-81bf-f918ed07dd6f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:12:09 GMT" + "Sat, 08 Aug 2020 06:51:09 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"43683C2CC7F67C9A1A56432C0DACC34F\",\r\n \"secondaryKey\": \"10F1AE4166B2A521BDE6041BEA65B460\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"79A6E1BD59A040C644AC4703AF5ACEA3\",\r\n \"secondaryKey\": \"CB84719EB2F9B42CF0F02A66195845E4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5837/providers/Microsoft.Search/searchServices/azs-934/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MzQvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet672/providers/Microsoft.Search/searchServices/azs-542/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTU0Mi9saXN0UXVlcnlLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a9f4f7d0-0771-4c66-9632-9a55a5bd3d39" + "f6a1ab41-0964-4f68-8b91-0e65b24e1363" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a9f4f7d0-0771-4c66-9632-9a55a5bd3d39" + "f6a1ab41-0964-4f68-8b91-0e65b24e1363" ], "request-id": [ - "a9f4f7d0-0771-4c66-9632-9a55a5bd3d39" + "f6a1ab41-0964-4f68-8b91-0e65b24e1363" ], "elapsed-time": [ - "290" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1191" ], "x-ms-correlation-request-id": [ - "ffdce164-5c85-4ae1-9296-d13499b27c33" + "6dcbbc43-5bbb-4949-a586-17d292360942" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031210Z:ffdce164-5c85-4ae1-9296-d13499b27c33" + "NORTHEUROPE:20200808T065109Z:6dcbbc43-5bbb-4949-a586-17d292360942" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:12:09 GMT" + "Sat, 08 Aug 2020 06:51:09 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"1FC9F5D7A989210B22E4DBBDDEE12471\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"5693896E5104F5C76757B70DC0C75FEF\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet609\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4236\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "74ef00cf-de57-468b-9222-8e0926d1a665" + "0c5f7e46-325f-47bf-8964-981f7b7de640" ], "Accept-Language": [ "en-US" ], "api-key": [ - "43683C2CC7F67C9A1A56432C0DACC34F" + "79A6E1BD59A040C644AC4703AF5ACEA3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6974" + "6975" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037E1530E2F3\"" + "W/\"0x8D83B6770B885EF\"" ], "Location": [ - "https://azs-934.search-dogfood.windows-int.net/indexes('azsmnet609')?api-version=2019-05-06" + "https://azs-542.search-dogfood.windows-int.net/indexes('azsmnet4236')?api-version=2019-05-06" ], "request-id": [ - "74ef00cf-de57-468b-9222-8e0926d1a665" + "0c5f7e46-325f-47bf-8964-981f7b7de640" ], "elapsed-time": [ - "1194" + "1527" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:12:13 GMT" + "Sat, 08 Aug 2020 06:51:13 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6145" + "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-934.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037E1530E2F3\\\"\",\r\n \"name\": \"azsmnet609\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-542.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6770B885EF\\\"\",\r\n \"name\": \"azsmnet4236\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet609')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MDknKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet4236')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MjM2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8ed3e0c2-e0d2-435b-bcbc-74ce857ea85a" + "9e4121ec-1ecf-4133-b06a-73a7984f404d" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "43683C2CC7F67C9A1A56432C0DACC34F" + "79A6E1BD59A040C644AC4703AF5ACEA3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "8ed3e0c2-e0d2-435b-bcbc-74ce857ea85a" + "9e4121ec-1ecf-4133-b06a-73a7984f404d" ], "elapsed-time": [ - "195" + "178" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:12:34 GMT" + "Sat, 08 Aug 2020 06:51:34 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet609')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MDknKS9kb2NzL3NlYXJjaC5wb3N0LnNlYXJjaD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet4236')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MjM2JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [\r\n \"rooms/baseRate,values:5|8|10\",\r\n \"lastRenovationDate,values:2000-01-01T00:00:00Z\"\r\n ],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "22eeee93-1617-4fc1-be39-4d7352b2ca0e" + "6b7244f6-d534-4cf4-ab06-ceae8f1a7a38" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "1FC9F5D7A989210B22E4DBBDDEE12471" + "5693896E5104F5C76757B70DC0C75FEF" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "22eeee93-1617-4fc1-be39-4d7352b2ca0e" + "6b7244f6-d534-4cf4-ab06-ceae8f1a7a38" ], "elapsed-time": [ - "61" + "494" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:12:38 GMT" + "Sat, 08 Aug 2020 06:51:38 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -546,25 +546,25 @@ "7345" ] }, - "ResponseBody": "{\r\n \"@search.facets\": {\r\n \"lastRenovationDate\": [\r\n {\r\n \"count\": 5,\r\n \"to\": \"2000-01-01T00:00:00+00:00\"\r\n },\r\n {\r\n \"count\": 2,\r\n \"from\": \"2000-01-01T00:00:00+00:00\"\r\n }\r\n ],\r\n \"rooms/baseRate\": [\r\n {\r\n \"count\": 1,\r\n \"to\": 5.0\r\n },\r\n {\r\n \"count\": 1,\r\n \"from\": 5.0,\r\n \"to\": 8.0\r\n },\r\n {\r\n \"count\": 1,\r\n \"from\": 8.0,\r\n \"to\": 10.0\r\n },\r\n {\r\n \"count\": 0,\r\n \"from\": 10.0\r\n }\r\n ]\r\n },\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00Z\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00Z\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"6\",\r\n \"hotelName\": null,\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\",\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\",\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"8\",\r\n \"hotelName\": null,\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\",\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00Z\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@search.facets\": {\r\n \"lastRenovationDate\": [\r\n {\r\n \"count\": 5,\r\n \"to\": \"1999-12-31T16:00:00-08:00\"\r\n },\r\n {\r\n \"count\": 2,\r\n \"from\": \"1999-12-31T16:00:00-08:00\"\r\n }\r\n ],\r\n \"rooms/baseRate\": [\r\n {\r\n \"count\": 1,\r\n \"to\": 5.0\r\n },\r\n {\r\n \"count\": 1,\r\n \"from\": 5.0,\r\n \"to\": 8.0\r\n },\r\n {\r\n \"count\": 1,\r\n \"from\": 8.0,\r\n \"to\": 10.0\r\n },\r\n {\r\n \"count\": 0,\r\n \"from\": 10.0\r\n }\r\n ]\r\n },\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00Z\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00Z\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"6\",\r\n \"hotelName\": null,\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\",\r\n \"descriptionFr\": null,\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\",\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"8\",\r\n \"hotelName\": null,\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\",\r\n \"category\": null,\r\n \"tags\": [],\r\n \"parkingIncluded\": null,\r\n \"smokingAllowed\": null,\r\n \"lastRenovationDate\": null,\r\n \"rating\": null,\r\n \"location\": null,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.score\": 1.0,\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00Z\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5837/providers/Microsoft.Search/searchServices/azs-934?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MzQ/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet672/providers/Microsoft.Search/searchServices/azs-542?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTU0Mj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "70e05b7e-ccaf-4893-8887-4d41e647f7ef" + "cdb7ff67-15b2-4d90-b817-0d959fd2c236" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14990" + ], "x-ms-request-id": [ - "70e05b7e-ccaf-4893-8887-4d41e647f7ef" + "651d27d6-5807-4686-9219-77afbf07b423" ], - "request-id": [ - "70e05b7e-ccaf-4893-8887-4d41e647f7ef" + "x-ms-correlation-request-id": [ + "651d27d6-5807-4686-9219-77afbf07b423" ], - "elapsed-time": [ - "908" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T065148Z:651d27d6-5807-4686-9219-77afbf07b423" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14993" - ], - "x-ms-correlation-request-id": [ - "72a54af0-96c5-4610-b844-5b3dd5b88af1" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031242Z:72a54af0-96c5-4610-b844-5b3dd5b88af1" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:12:41 GMT" + "Sat, 08 Aug 2020 06:51:48 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5837", - "azsmnet609" + "azsmnet672", + "azsmnet4236" ], "GenerateServiceName": [ - "azs-934" + "azs-542" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithRegex.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithRegex.json index 23b068b72db5..7761491ddcc0 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithRegex.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithRegex.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03e9a7bc-24b2-4237-8796-41a54f43b13d" + "ce9b1600-8455-4752-b7e7-c918675c1191" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1190" ], "x-ms-request-id": [ - "6fa2e5f6-cbda-4ed9-b7eb-86920896f0c2" + "19faabab-c946-4792-a5fe-813bcd2097f5" ], "x-ms-correlation-request-id": [ - "6fa2e5f6-cbda-4ed9-b7eb-86920896f0c2" + "19faabab-c946-4792-a5fe-813bcd2097f5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031424Z:6fa2e5f6-cbda-4ed9-b7eb-86920896f0c2" + "NORTHEUROPE:20200808T065453Z:19faabab-c946-4792-a5fe-813bcd2097f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:14:23 GMT" + "Sat, 08 Aug 2020 06:54:53 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8959?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4OTU5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5768?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NzY4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eac900e8-09c0-4c53-aa6d-0ce0a8247883" + "d1521915-b45b-406b-a6d1-eac530432f58" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1192" ], "x-ms-request-id": [ - "6e364bb7-7609-40bf-85d9-b017bc7e8b51" + "2d03d703-0a48-4b3d-884e-6d2b0aa74ec7" ], "x-ms-correlation-request-id": [ - "6e364bb7-7609-40bf-85d9-b017bc7e8b51" + "2d03d703-0a48-4b3d-884e-6d2b0aa74ec7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031425Z:6e364bb7-7609-40bf-85d9-b017bc7e8b51" + "NORTHEUROPE:20200808T065455Z:2d03d703-0a48-4b3d-884e-6d2b0aa74ec7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:14:25 GMT" + "Sat, 08 Aug 2020 06:54:54 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8959\",\r\n \"name\": \"azsmnet8959\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5768\",\r\n \"name\": \"azsmnet5768\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8959/providers/Microsoft.Search/searchServices/azs-2723?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNzIzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5768/providers/Microsoft.Search/searchServices/azs-8650?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NjUwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a85be195-e679-4c13-9e8d-498cce1bd712" + "0ded533e-43f0-48d9-a09c-28cf5c4d5d9f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A14%3A28.4946337Z'\"" + "W/\"datetime'2020-08-08T06%3A55%3A00.6968266Z'\"" ], "x-ms-request-id": [ - "a85be195-e679-4c13-9e8d-498cce1bd712" + "0ded533e-43f0-48d9-a09c-28cf5c4d5d9f" ], "request-id": [ - "a85be195-e679-4c13-9e8d-498cce1bd712" + "0ded533e-43f0-48d9-a09c-28cf5c4d5d9f" ], "elapsed-time": [ - "1198" + "2016" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1190" ], "x-ms-correlation-request-id": [ - "63253d89-8173-4f77-9b0d-33021781d832" + "9bb17dd8-62e9-40bb-86d6-8623a746c122" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031429Z:63253d89-8173-4f77-9b0d-33021781d832" + "NORTHEUROPE:20200808T065501Z:9bb17dd8-62e9-40bb-86d6-8623a746c122" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:14:28 GMT" + "Sat, 08 Aug 2020 06:55:01 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8959/providers/Microsoft.Search/searchServices/azs-2723\",\r\n \"name\": \"azs-2723\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5768/providers/Microsoft.Search/searchServices/azs-8650\",\r\n \"name\": \"azs-8650\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8959/providers/Microsoft.Search/searchServices/azs-2723/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNzIzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5768/providers/Microsoft.Search/searchServices/azs-8650/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NjUwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b0c1fb0b-35ac-4a60-8bb3-6892895a9fa0" + "b5b1a2d5-372b-4f51-829d-cc56365427b1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b0c1fb0b-35ac-4a60-8bb3-6892895a9fa0" + "b5b1a2d5-372b-4f51-829d-cc56365427b1" ], "request-id": [ - "b0c1fb0b-35ac-4a60-8bb3-6892895a9fa0" + "b5b1a2d5-372b-4f51-829d-cc56365427b1" ], "elapsed-time": [ - "138" + "99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1184" ], "x-ms-correlation-request-id": [ - "5ade9b28-a130-44fe-89e3-8aadb21544b3" + "76b55cd1-afab-4e67-83d7-2c76612b02db" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031431Z:5ade9b28-a130-44fe-89e3-8aadb21544b3" + "NORTHEUROPE:20200808T065504Z:76b55cd1-afab-4e67-83d7-2c76612b02db" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:14:31 GMT" + "Sat, 08 Aug 2020 06:55:03 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"A5100DAD74AAF321B70C438375379A13\",\r\n \"secondaryKey\": \"B2B186D46E75692A788BC65D4E420589\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"B2A24FEBEDFA47BF8D5F3F158D3A0DE3\",\r\n \"secondaryKey\": \"D7E1B75C7A47F3B88F3B9CC070CAFA0F\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8959/providers/Microsoft.Search/searchServices/azs-2723/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNzIzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5768/providers/Microsoft.Search/searchServices/azs-8650/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NjUwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dc6131b7-2ba4-485b-9632-92940a667ec6" + "7292fc03-3644-45fc-9f0c-dfd50a9d89ee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "dc6131b7-2ba4-485b-9632-92940a667ec6" + "7292fc03-3644-45fc-9f0c-dfd50a9d89ee" ], "request-id": [ - "dc6131b7-2ba4-485b-9632-92940a667ec6" + "7292fc03-3644-45fc-9f0c-dfd50a9d89ee" ], "elapsed-time": [ - "100" + "97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1183" ], "x-ms-correlation-request-id": [ - "05f0a162-71da-415b-a9aa-ece3e9b8fdb5" + "fc9e0fca-06bb-4b02-a531-a63a51903cc3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031432Z:05f0a162-71da-415b-a9aa-ece3e9b8fdb5" + "NORTHEUROPE:20200808T065505Z:fc9e0fca-06bb-4b02-a531-a63a51903cc3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:14:31 GMT" + "Sat, 08 Aug 2020 06:55:04 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"CA2FAF3909315EDDF024C6D75F2F8415\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"4601D3E43D6F608F5F91C009C14E402A\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7279\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6347\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "da2a2733-ad7c-4e38-ba51-9215377527de" + "98f2cc6d-d218-4e0f-8f44-18a362434fe8" ], "Accept-Language": [ "en-US" ], "api-key": [ - "A5100DAD74AAF321B70C438375379A13" + "B2A24FEBEDFA47BF8D5F3F158D3A0DE3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037E69A29A43\"" + "W/\"0x8D83B67FC77F1C1\"" ], "Location": [ - "https://azs-2723.search-dogfood.windows-int.net/indexes('azsmnet7279')?api-version=2019-05-06" + "https://azs-8650.search-dogfood.windows-int.net/indexes('azsmnet6347')?api-version=2019-05-06" ], "request-id": [ - "da2a2733-ad7c-4e38-ba51-9215377527de" + "98f2cc6d-d218-4e0f-8f44-18a362434fe8" ], "elapsed-time": [ - "1190" + "828" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:14:34 GMT" + "Sat, 08 Aug 2020 06:55:07 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2723.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037E69A29A43\\\"\",\r\n \"name\": \"azsmnet7279\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8650.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B67FC77F1C1\\\"\",\r\n \"name\": \"azsmnet6347\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet7279')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3Mjc5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6347')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MzQ3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "4679a139-a0ac-463e-8b45-a9d5739d9bf9" + "b23fee99-0f27-41a2-b37a-8cbc38620f66" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "A5100DAD74AAF321B70C438375379A13" + "B2A24FEBEDFA47BF8D5F3F158D3A0DE3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "4679a139-a0ac-463e-8b45-a9d5739d9bf9" + "b23fee99-0f27-41a2-b37a-8cbc38620f66" ], "elapsed-time": [ - "143" + "205" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:14:55 GMT" + "Sat, 08 Aug 2020 06:55:29 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7279')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3Mjc5JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6347')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MzQ3JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"full\",\r\n \"scoringParameters\": [],\r\n \"search\": \"hotelName:/.*oach.*\\\\/?/\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelName,rating\"\r\n}", "RequestHeaders": { "client-request-id": [ - "13fbb1aa-8806-4ad7-92c1-b72c686e7f85" + "0fa3f498-d5ad-4f97-9336-0bdce041e486" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "CA2FAF3909315EDDF024C6D75F2F8415" + "4601D3E43D6F608F5F91C009C14E402A" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "13fbb1aa-8806-4ad7-92c1-b72c686e7f85" + "0fa3f498-d5ad-4f97-9336-0bdce041e486" ], "elapsed-time": [ - "178" + "235" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:14:59 GMT" + "Sat, 08 Aug 2020 06:55:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,21 +550,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8959/providers/Microsoft.Search/searchServices/azs-2723?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNzIzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5768/providers/Microsoft.Search/searchServices/azs-8650?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NjUwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9138bebc-6856-46ef-91bf-895c4d339116" + "af425d54-1a7c-4c5f-8376-aea758a5cc73" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14993" + ], "x-ms-request-id": [ - "9138bebc-6856-46ef-91bf-895c4d339116" + "12b5a771-8311-4db8-93dd-0681ad5672aa" ], - "request-id": [ - "9138bebc-6856-46ef-91bf-895c4d339116" + "x-ms-correlation-request-id": [ + "12b5a771-8311-4db8-93dd-0681ad5672aa" ], - "elapsed-time": [ - "1544" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T065543Z:12b5a771-8311-4db8-93dd-0681ad5672aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" - ], - "x-ms-correlation-request-id": [ - "a6909fa6-2c3d-4994-a8d5-a5d27999ded5" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031503Z:a6909fa6-2c3d-4994-a8d5-a5d27999ded5" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:15:03 GMT" + "Sat, 08 Aug 2020 06:55:42 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8959", - "azsmnet7279" + "azsmnet5768", + "azsmnet6347" ], "GenerateServiceName": [ - "azs-2723" + "azs-8650" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithSearchModeAll.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithSearchModeAll.json index 64343e4733bd..e03e5d6d0db8 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithSearchModeAll.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithSearchModeAll.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "328d214f-0f5e-45a0-9857-1869a626c2f5" + "8199bbf0-7975-426d-98d5-856859622e95" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1185" ], "x-ms-request-id": [ - "c70f219c-fd6f-48ed-a0f8-ef84cd578a6b" + "70f123b8-0983-4986-9123-3cc1c5058c7a" ], "x-ms-correlation-request-id": [ - "c70f219c-fd6f-48ed-a0f8-ef84cd578a6b" + "70f123b8-0983-4986-9123-3cc1c5058c7a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030401Z:c70f219c-fd6f-48ed-a0f8-ef84cd578a6b" + "NORTHEUROPE:20200808T063931Z:70f123b8-0983-4986-9123-3cc1c5058c7a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:04:01 GMT" + "Sat, 08 Aug 2020 06:39:30 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4203?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MjAzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3346?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMzQ2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "25a993c0-74bc-4d50-a97d-b1a95a95327b" + "895aa14a-1815-4799-85b9-d6ca6fdad1d7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1190" ], "x-ms-request-id": [ - "d76b0396-58b7-4b4f-bf97-1feadc5b0aa1" + "41c37b9a-97db-460c-9805-3e6108055071" ], "x-ms-correlation-request-id": [ - "d76b0396-58b7-4b4f-bf97-1feadc5b0aa1" + "41c37b9a-97db-460c-9805-3e6108055071" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030402Z:d76b0396-58b7-4b4f-bf97-1feadc5b0aa1" + "NORTHEUROPE:20200808T063932Z:41c37b9a-97db-460c-9805-3e6108055071" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:04:01 GMT" + "Sat, 08 Aug 2020 06:39:32 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4203\",\r\n \"name\": \"azsmnet4203\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3346\",\r\n \"name\": \"azsmnet3346\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4203/providers/Microsoft.Search/searchServices/azs-3457?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDU3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3346/providers/Microsoft.Search/searchServices/azs-4097?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzQ2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MDk3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "aaf15ade-cbfd-4358-baeb-89e14f73edba" + "9e528a77-37f8-41f0-ad3e-39873b8cd7e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A04%3A06.7117098Z'\"" + "W/\"datetime'2020-08-08T06%3A39%3A39.0816538Z'\"" ], "x-ms-request-id": [ - "aaf15ade-cbfd-4358-baeb-89e14f73edba" + "9e528a77-37f8-41f0-ad3e-39873b8cd7e2" ], "request-id": [ - "aaf15ade-cbfd-4358-baeb-89e14f73edba" + "9e528a77-37f8-41f0-ad3e-39873b8cd7e2" ], "elapsed-time": [ - "1511" + "3149" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1194" ], "x-ms-correlation-request-id": [ - "1a146cdb-0967-4218-84d3-37e99df3ee59" + "6f791380-0a11-4d49-9799-21c562f4ccaf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030407Z:1a146cdb-0967-4218-84d3-37e99df3ee59" + "NORTHEUROPE:20200808T063940Z:6f791380-0a11-4d49-9799-21c562f4ccaf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:04:07 GMT" + "Sat, 08 Aug 2020 06:39:40 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4203/providers/Microsoft.Search/searchServices/azs-3457\",\r\n \"name\": \"azs-3457\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3346/providers/Microsoft.Search/searchServices/azs-4097\",\r\n \"name\": \"azs-4097\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4203/providers/Microsoft.Search/searchServices/azs-3457/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDU3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3346/providers/Microsoft.Search/searchServices/azs-4097/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzQ2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MDk3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "50de3e36-c041-4830-817e-1dbe882390c5" + "836fa61c-b73b-41b9-befb-75c79f359d64" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "50de3e36-c041-4830-817e-1dbe882390c5" + "836fa61c-b73b-41b9-befb-75c79f359d64" ], "request-id": [ - "50de3e36-c041-4830-817e-1dbe882390c5" + "836fa61c-b73b-41b9-befb-75c79f359d64" ], "elapsed-time": [ - "328" + "440" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1190" ], "x-ms-correlation-request-id": [ - "9d8b215d-4f67-4916-a7ce-e35e5866d481" + "e04a7df5-6c60-4a42-9a35-19b93422fdbe" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030409Z:9d8b215d-4f67-4916-a7ce-e35e5866d481" + "NORTHEUROPE:20200808T063943Z:e04a7df5-6c60-4a42-9a35-19b93422fdbe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:04:09 GMT" + "Sat, 08 Aug 2020 06:39:43 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"271058E2B2CA27D66740867F8589D253\",\r\n \"secondaryKey\": \"F026215C271CB5F8EF5D56C3211AEB39\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"3F0E6D1B229DD48AE21DD4E4A44F78AC\",\r\n \"secondaryKey\": \"EFCB0B7A8D7BC7DCAC5D7662FF8399DC\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4203/providers/Microsoft.Search/searchServices/azs-3457/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDU3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3346/providers/Microsoft.Search/searchServices/azs-4097/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzQ2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MDk3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4745e989-4201-48be-b625-e442cecfa412" + "f8436a04-aba9-4cec-b2c3-d2aca4c81a33" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4745e989-4201-48be-b625-e442cecfa412" + "f8436a04-aba9-4cec-b2c3-d2aca4c81a33" ], "request-id": [ - "4745e989-4201-48be-b625-e442cecfa412" + "f8436a04-aba9-4cec-b2c3-d2aca4c81a33" ], "elapsed-time": [ - "176" + "244" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1189" ], "x-ms-correlation-request-id": [ - "6a1e6522-3c05-4c3f-b026-dea9ecbb4210" + "aaa62e77-152b-4f4d-85e8-113c6111c7e0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030410Z:6a1e6522-3c05-4c3f-b026-dea9ecbb4210" + "NORTHEUROPE:20200808T063944Z:aaa62e77-152b-4f4d-85e8-113c6111c7e0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:04:09 GMT" + "Sat, 08 Aug 2020 06:39:43 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"1D1791A9B3134DA8607E0E7D925EDF01\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"9B6120EA8863DE1B151B63665C47F714\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6793\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3322\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "0a957304-b8f3-4f0e-b0e3-d8db38f34625" + "4d32519d-f695-4c7e-8004-28c29077d554" ], "Accept-Language": [ "en-US" ], "api-key": [ - "271058E2B2CA27D66740867F8589D253" + "3F0E6D1B229DD48AE21DD4E4A44F78AC" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037CF730698D\"" + "W/\"0x8D83B65D86E9783\"" ], "Location": [ - "https://azs-3457.search-dogfood.windows-int.net/indexes('azsmnet6793')?api-version=2019-05-06" + "https://azs-4097.search-dogfood.windows-int.net/indexes('azsmnet3322')?api-version=2019-05-06" ], "request-id": [ - "0a957304-b8f3-4f0e-b0e3-d8db38f34625" + "4d32519d-f695-4c7e-8004-28c29077d554" ], "elapsed-time": [ - "1327" + "1934" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:04:13 GMT" + "Sat, 08 Aug 2020 06:39:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3457.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037CF730698D\\\"\",\r\n \"name\": \"azsmnet6793\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4097.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B65D86E9783\\\"\",\r\n \"name\": \"azsmnet3322\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet6793')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NzkzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3322')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMzIyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "39079241-ed8b-43f5-ab64-7b0964b7294f" + "1adfb1a1-4704-4409-a8a3-a751e7b6dae3" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "271058E2B2CA27D66740867F8589D253" + "3F0E6D1B229DD48AE21DD4E4A44F78AC" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "39079241-ed8b-43f5-ab64-7b0964b7294f" + "1adfb1a1-4704-4409-a8a3-a751e7b6dae3" ], "elapsed-time": [ - "210" + "208" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:04:34 GMT" + "Sat, 08 Aug 2020 06:40:09 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet6793')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NzkzJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3322')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMzIyJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"Cheapest hotel\",\r\n \"searchMode\": \"all\"\r\n}", "RequestHeaders": { "client-request-id": [ - "5c3b183c-b0ba-42c3-ac70-6aeffce0bf00" + "487ed93c-8a4a-450f-af27-1c885dd5f56a" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "1D1791A9B3134DA8607E0E7D925EDF01" + "9B6120EA8863DE1B151B63665C47F714" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "5c3b183c-b0ba-42c3-ac70-6aeffce0bf00" + "487ed93c-8a4a-450f-af27-1c885dd5f56a" ], "elapsed-time": [ - "39" + "308" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:04:38 GMT" + "Sat, 08 Aug 2020 06:40:13 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -543,28 +543,28 @@ "-1" ], "Content-Length": [ - "502" + "501" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 0.30154645,\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00Z\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 4.3545203,\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00Z\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4203/providers/Microsoft.Search/searchServices/azs-3457?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDU3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3346/providers/Microsoft.Search/searchServices/azs-4097?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzQ2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MDk3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d01df5d-da6d-4788-82fa-ba70928c753e" + "f4c749df-6c83-4668-b263-f9e2ff13a2ae" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14988" + ], "x-ms-request-id": [ - "1d01df5d-da6d-4788-82fa-ba70928c753e" + "3508d918-5673-4034-ae92-ecb5d548be56" ], - "request-id": [ - "1d01df5d-da6d-4788-82fa-ba70928c753e" + "x-ms-correlation-request-id": [ + "3508d918-5673-4034-ae92-ecb5d548be56" ], - "elapsed-time": [ - "924" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T064022Z:3508d918-5673-4034-ae92-ecb5d548be56" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "0d910bfe-943d-4f04-b3ae-d4c8bd15df92" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030442Z:0d910bfe-943d-4f04-b3ae-d4c8bd15df92" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:04:42 GMT" + "Sat, 08 Aug 2020 06:40:21 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet4203", - "azsmnet6793" + "azsmnet3346", + "azsmnet3322" ], "GenerateServiceName": [ - "azs-3457" + "azs-4097" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithSelectedFields.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithSelectedFields.json index 506b14e98e72..bb441c4231cf 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithSelectedFields.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithSelectedFields.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6a3c01d8-11e1-4be5-ad03-1eac041d280f" + "59414e27-811a-467a-b4e0-4d0000c6241b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1191" ], "x-ms-request-id": [ - "baaef9c2-822d-4982-b6f0-1719e7b9588c" + "e1f1b77a-e8f4-4cc8-8d0b-85f9fc1de47b" ], "x-ms-correlation-request-id": [ - "baaef9c2-822d-4982-b6f0-1719e7b9588c" + "e1f1b77a-e8f4-4cc8-8d0b-85f9fc1de47b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032318Z:baaef9c2-822d-4982-b6f0-1719e7b9588c" + "NORTHEUROPE:20200808T070806Z:e1f1b77a-e8f4-4cc8-8d0b-85f9fc1de47b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:23:18 GMT" + "Sat, 08 Aug 2020 07:08:05 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1382?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMzgyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3829?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzODI5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5934607e-7d8f-4f87-aff9-d54784f067e7" + "ae120840-6cfc-4371-ac63-c75d94f39f85" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1194" ], "x-ms-request-id": [ - "84f46f2f-686e-4c6f-8ea2-d2e93d6e18e1" + "e8e3c372-2705-4f61-9f01-27ecc8e7bd6b" ], "x-ms-correlation-request-id": [ - "84f46f2f-686e-4c6f-8ea2-d2e93d6e18e1" + "e8e3c372-2705-4f61-9f01-27ecc8e7bd6b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032319Z:84f46f2f-686e-4c6f-8ea2-d2e93d6e18e1" + "NORTHEUROPE:20200808T070807Z:e8e3c372-2705-4f61-9f01-27ecc8e7bd6b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:23:18 GMT" + "Sat, 08 Aug 2020 07:08:07 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1382\",\r\n \"name\": \"azsmnet1382\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3829\",\r\n \"name\": \"azsmnet3829\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1382/providers/Microsoft.Search/searchServices/azs-1923?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMzgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTIzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3829/providers/Microsoft.Search/searchServices/azs-6065?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDY1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8c04d3b4-de1d-42d0-9641-a5146c999659" + "21dcb182-446b-4698-ac9f-a407c3655bd3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A23%3A22.8654116Z'\"" + "W/\"datetime'2020-08-08T07%3A08%3A12.5632472Z'\"" ], "x-ms-request-id": [ - "8c04d3b4-de1d-42d0-9641-a5146c999659" + "21dcb182-446b-4698-ac9f-a407c3655bd3" ], "request-id": [ - "8c04d3b4-de1d-42d0-9641-a5146c999659" + "21dcb182-446b-4698-ac9f-a407c3655bd3" ], "elapsed-time": [ - "1122" + "1808" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1191" ], "x-ms-correlation-request-id": [ - "e44846e0-d389-47d8-ae6a-62392e5a5a57" + "439699d2-36ee-4e4f-9eb5-1b0966683ee3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032323Z:e44846e0-d389-47d8-ae6a-62392e5a5a57" + "NORTHEUROPE:20200808T070813Z:439699d2-36ee-4e4f-9eb5-1b0966683ee3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:23:23 GMT" + "Sat, 08 Aug 2020 07:08:13 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1382/providers/Microsoft.Search/searchServices/azs-1923\",\r\n \"name\": \"azs-1923\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3829/providers/Microsoft.Search/searchServices/azs-6065\",\r\n \"name\": \"azs-6065\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1382/providers/Microsoft.Search/searchServices/azs-1923/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMzgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTIzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3829/providers/Microsoft.Search/searchServices/azs-6065/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDY1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "808b83bb-f294-4b4a-ab51-0b2446522bff" + "5d6dc13c-105b-49d7-8795-ecc336c7f975" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "808b83bb-f294-4b4a-ab51-0b2446522bff" + "5d6dc13c-105b-49d7-8795-ecc336c7f975" ], "request-id": [ - "808b83bb-f294-4b4a-ab51-0b2446522bff" + "5d6dc13c-105b-49d7-8795-ecc336c7f975" ], "elapsed-time": [ - "95" + "107" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1187" ], "x-ms-correlation-request-id": [ - "f4eafa76-3608-44a4-8991-bc0d471c4c78" + "853b5a15-33c6-4741-81c9-65f27bbf7565" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032325Z:f4eafa76-3608-44a4-8991-bc0d471c4c78" + "NORTHEUROPE:20200808T070816Z:853b5a15-33c6-4741-81c9-65f27bbf7565" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:23:25 GMT" + "Sat, 08 Aug 2020 07:08:16 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"502CE0575935C40934F498D5968F1082\",\r\n \"secondaryKey\": \"A92ADA557077009AB2BD35A25BA97159\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"A16821528C5E14683EE6A66C87554916\",\r\n \"secondaryKey\": \"EE1CA44C001881DB7AE96896F3FECDD4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1382/providers/Microsoft.Search/searchServices/azs-1923/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMzgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTIzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3829/providers/Microsoft.Search/searchServices/azs-6065/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDY1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d028e25-f9c3-4178-94e3-e5218374202e" + "08a8366e-c1ca-48b9-9a3e-1691b5b3d0d3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4d028e25-f9c3-4178-94e3-e5218374202e" + "08a8366e-c1ca-48b9-9a3e-1691b5b3d0d3" ], "request-id": [ - "4d028e25-f9c3-4178-94e3-e5218374202e" + "08a8366e-c1ca-48b9-9a3e-1691b5b3d0d3" ], "elapsed-time": [ - "94" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1186" ], "x-ms-correlation-request-id": [ - "8ef721e2-f88e-4c3f-bd05-b3036c774e33" + "29cc427d-acba-4e37-80cf-3be7e37080df" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032326Z:8ef721e2-f88e-4c3f-bd05-b3036c774e33" + "NORTHEUROPE:20200808T070817Z:29cc427d-acba-4e37-80cf-3be7e37080df" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:23:26 GMT" + "Sat, 08 Aug 2020 07:08:16 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B2A7D9865993159307023B24D77BDF5E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"0513177D2B7F7B263B11DBB918165980\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8558\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3948\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8ae0faba-58d6-489a-973c-3b795c2b52c3" + "89e380a8-9008-4ad8-8e43-2a6d21f2e251" ], "Accept-Language": [ "en-US" ], "api-key": [ - "502CE0575935C40934F498D5968F1082" + "A16821528C5E14683EE6A66C87554916" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037FA8297097\"" + "W/\"0x8D83B69D462CBD0\"" ], "Location": [ - "https://azs-1923.search-dogfood.windows-int.net/indexes('azsmnet8558')?api-version=2019-05-06" + "https://azs-6065.search-dogfood.windows-int.net/indexes('azsmnet3948')?api-version=2019-05-06" ], "request-id": [ - "8ae0faba-58d6-489a-973c-3b795c2b52c3" + "89e380a8-9008-4ad8-8e43-2a6d21f2e251" ], "elapsed-time": [ - "1205" + "794" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:23:29 GMT" + "Sat, 08 Aug 2020 07:08:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1923.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037FA8297097\\\"\",\r\n \"name\": \"azsmnet8558\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6065.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B69D462CBD0\\\"\",\r\n \"name\": \"azsmnet3948\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet8558')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4NTU4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3948')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzOTQ4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "dbe3472b-7bfa-4836-8f0b-c20574efb39d" + "f1836152-3da4-48cb-9a18-7b2ee6baf500" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "502CE0575935C40934F498D5968F1082" + "A16821528C5E14683EE6A66C87554916" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "dbe3472b-7bfa-4836-8f0b-c20574efb39d" + "f1836152-3da4-48cb-9a18-7b2ee6baf500" ], "elapsed-time": [ - "171" + "191" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:23:50 GMT" + "Sat, 08 Aug 2020 07:08:40 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet8558')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4NTU4JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3948')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzOTQ4JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"fancy luxury secret\",\r\n \"searchFields\": \"category,hotelName\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelName,rating,address/city,rooms/type\"\r\n}", "RequestHeaders": { "client-request-id": [ - "8703575c-6cb5-48fa-96f8-0d0dfce4403b" + "b6b5978e-4463-4df4-9fd6-b4ec2c16f435" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "B2A7D9865993159307023B24D77BDF5E" + "0513177D2B7F7B263B11DBB918165980" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "8703575c-6cb5-48fa-96f8-0d0dfce4403b" + "b6b5978e-4463-4df4-9fd6-b4ec2c16f435" ], "elapsed-time": [ - "38" + "124" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:23:54 GMT" + "Sat, 08 Aug 2020 07:08:44 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -543,28 +543,28 @@ "-1" ], "Content-Length": [ - "260" + "259" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.1593354,\r\n \"hotelName\": \"Fancy Stay\",\r\n \"rating\": 5,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 0.17835927,\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"rating\": 4,\r\n \"address\": {\r\n \"city\": \"New York\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"type\": \"Budget Room\"\r\n },\r\n {\r\n \"type\": \"Budget Room\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 3.1617427,\r\n \"hotelName\": \"Fancy Stay\",\r\n \"rating\": 5,\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.1383567,\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"rating\": 4,\r\n \"address\": {\r\n \"city\": \"New York\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"type\": \"Budget Room\"\r\n },\r\n {\r\n \"type\": \"Budget Room\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1382/providers/Microsoft.Search/searchServices/azs-1923?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMzgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTIzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3829/providers/Microsoft.Search/searchServices/azs-6065?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDY1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8792b197-f8c9-4135-97c3-9b837dca70cb" + "47535709-4797-47cc-9aec-1bf6f9e190cf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "8792b197-f8c9-4135-97c3-9b837dca70cb" + "f9f6f0d0-b336-4fb1-81c4-664d748d33ed" ], - "request-id": [ - "8792b197-f8c9-4135-97c3-9b837dca70cb" + "x-ms-correlation-request-id": [ + "f9f6f0d0-b336-4fb1-81c4-664d748d33ed" ], - "elapsed-time": [ - "882" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T070954Z:f9f6f0d0-b336-4fb1-81c4-664d748d33ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14988" - ], - "x-ms-correlation-request-id": [ - "b579b2ea-05b9-4489-a5be-bb65a27e1dca" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032358Z:b579b2ea-05b9-4489-a5be-bb65a27e1dca" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:23:58 GMT" + "Sat, 08 Aug 2020 07:09:54 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet1382", - "azsmnet8558" + "azsmnet3829", + "azsmnet3948" ], "GenerateServiceName": [ - "azs-1923" + "azs-6065" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithSpecialCharsInRegex.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithSpecialCharsInRegex.json index 355491ed23e1..4212788e206d 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithSpecialCharsInRegex.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithSpecialCharsInRegex.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "326db7db-1e65-4581-967c-70e236360354" + "3e032999-ac30-4c17-b09c-c5bd7c8f35fa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1194" ], "x-ms-request-id": [ - "d6e8d81a-ebf6-4940-965e-818ed97a4433" + "19ea773e-b650-41c4-ab5f-b828346e3d3c" ], "x-ms-correlation-request-id": [ - "d6e8d81a-ebf6-4940-965e-818ed97a4433" + "19ea773e-b650-41c4-ab5f-b828346e3d3c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030447Z:d6e8d81a-ebf6-4940-965e-818ed97a4433" + "NORTHEUROPE:20200808T064027Z:19ea773e-b650-41c4-ab5f-b828346e3d3c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:04:47 GMT" + "Sat, 08 Aug 2020 06:40:27 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9846?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5ODQ2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8526?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NTI2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c3d54119-aed8-4009-8326-ba69128842f6" + "6a99b84b-7b0d-4d18-8ade-54eac62df039" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1195" ], "x-ms-request-id": [ - "f49857b0-8f74-44c2-bc6c-ff2c4b1945a3" + "07c6649c-4c78-4252-9c14-8f4acca75d38" ], "x-ms-correlation-request-id": [ - "f49857b0-8f74-44c2-bc6c-ff2c4b1945a3" + "07c6649c-4c78-4252-9c14-8f4acca75d38" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030448Z:f49857b0-8f74-44c2-bc6c-ff2c4b1945a3" + "NORTHEUROPE:20200808T064029Z:07c6649c-4c78-4252-9c14-8f4acca75d38" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:04:48 GMT" + "Sat, 08 Aug 2020 06:40:29 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9846\",\r\n \"name\": \"azsmnet9846\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8526\",\r\n \"name\": \"azsmnet8526\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9846/providers/Microsoft.Search/searchServices/azs-4784?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODQ2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Nzg0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8526/providers/Microsoft.Search/searchServices/azs-6974?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02OTc0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "abc0740d-f974-4e66-8972-d6d5ad474610" + "de92871e-37e9-4ee9-a435-bbdeab9abfc1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A04%3A51.3897092Z'\"" + "W/\"datetime'2020-08-08T06%3A40%3A35.1626698Z'\"" ], "x-ms-request-id": [ - "abc0740d-f974-4e66-8972-d6d5ad474610" + "de92871e-37e9-4ee9-a435-bbdeab9abfc1" ], "request-id": [ - "abc0740d-f974-4e66-8972-d6d5ad474610" + "de92871e-37e9-4ee9-a435-bbdeab9abfc1" ], "elapsed-time": [ - "1097" + "2703" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1189" ], "x-ms-correlation-request-id": [ - "86741d2f-e489-4cb9-a83a-942b9fbe3ad1" + "308f2833-9ce0-4435-b5b8-5a7ec7646bca" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030452Z:86741d2f-e489-4cb9-a83a-942b9fbe3ad1" + "NORTHEUROPE:20200808T064037Z:308f2833-9ce0-4435-b5b8-5a7ec7646bca" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:04:51 GMT" + "Sat, 08 Aug 2020 06:40:36 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9846/providers/Microsoft.Search/searchServices/azs-4784\",\r\n \"name\": \"azs-4784\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8526/providers/Microsoft.Search/searchServices/azs-6974\",\r\n \"name\": \"azs-6974\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9846/providers/Microsoft.Search/searchServices/azs-4784/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODQ2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Nzg0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8526/providers/Microsoft.Search/searchServices/azs-6974/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02OTc0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "344ac4fb-5370-40f0-af74-12e43b044dd8" + "ea0970d0-3d65-41b2-8a6b-7694496c5cec" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "344ac4fb-5370-40f0-af74-12e43b044dd8" + "ea0970d0-3d65-41b2-8a6b-7694496c5cec" ], "request-id": [ - "344ac4fb-5370-40f0-af74-12e43b044dd8" + "ea0970d0-3d65-41b2-8a6b-7694496c5cec" ], "elapsed-time": [ - "100" + "495" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1184" ], "x-ms-correlation-request-id": [ - "e7d71b6c-96fd-4f76-901e-b3ea65eab4d0" + "c770a78c-a872-4689-b426-c34de76d9b6a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030454Z:e7d71b6c-96fd-4f76-901e-b3ea65eab4d0" + "NORTHEUROPE:20200808T064040Z:c770a78c-a872-4689-b426-c34de76d9b6a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:04:53 GMT" + "Sat, 08 Aug 2020 06:40:39 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"32F50820135102C09DB63864BB546198\",\r\n \"secondaryKey\": \"4891D7709D75B2AB1E997242F29828FA\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"14EDE7A5D4D37F863FA83B6D32EFBDDD\",\r\n \"secondaryKey\": \"750482218591F7BAA01D8F6545F021D1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9846/providers/Microsoft.Search/searchServices/azs-4784/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODQ2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Nzg0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8526/providers/Microsoft.Search/searchServices/azs-6974/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02OTc0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7b40924-9d6c-4fa8-b863-9a8fe0d76304" + "ed7ace5b-46ef-4dc8-9247-aa30f0f4b2c9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a7b40924-9d6c-4fa8-b863-9a8fe0d76304" + "ed7ace5b-46ef-4dc8-9247-aa30f0f4b2c9" ], "request-id": [ - "a7b40924-9d6c-4fa8-b863-9a8fe0d76304" + "ed7ace5b-46ef-4dc8-9247-aa30f0f4b2c9" ], "elapsed-time": [ - "90" + "395" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1183" ], "x-ms-correlation-request-id": [ - "778cede6-4008-4bce-9c71-62d168fff0e2" + "811326d3-89c1-457c-99d2-9a8874b5fccd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030454Z:778cede6-4008-4bce-9c71-62d168fff0e2" + "NORTHEUROPE:20200808T064041Z:811326d3-89c1-457c-99d2-9a8874b5fccd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:04:54 GMT" + "Sat, 08 Aug 2020 06:40:40 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"9E228680E81F6602EE41B7FD446E5610\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"9640F1EB328B03ED2F81C12892E1C5F8\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2932\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5116\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "861b5167-e1b9-4665-9dbd-17b6eb1a1c76" + "242aaa21-3ccf-4af7-9e34-3fe3cbfba416" ], "Accept-Language": [ "en-US" ], "api-key": [ - "32F50820135102C09DB63864BB546198" + "14EDE7A5D4D37F863FA83B6D32EFBDDD" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037D1189B828\"" + "W/\"0x8D83B65F936EE85\"" ], "Location": [ - "https://azs-4784.search-dogfood.windows-int.net/indexes('azsmnet2932')?api-version=2019-05-06" + "https://azs-6974.search-dogfood.windows-int.net/indexes('azsmnet5116')?api-version=2019-05-06" ], "request-id": [ - "861b5167-e1b9-4665-9dbd-17b6eb1a1c76" + "242aaa21-3ccf-4af7-9e34-3fe3cbfba416" ], "elapsed-time": [ - "1282" + "837" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:04:57 GMT" + "Sat, 08 Aug 2020 06:40:42 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4784.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037D1189B828\\\"\",\r\n \"name\": \"azsmnet2932\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6974.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B65F936EE85\\\"\",\r\n \"name\": \"azsmnet5116\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet2932')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyOTMyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5116')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MTE2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "6483723d-3964-43a6-a7fc-12f50b23b92a" + "3836a611-f906-417f-809f-4a4537ed8dbe" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "32F50820135102C09DB63864BB546198" + "14EDE7A5D4D37F863FA83B6D32EFBDDD" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "6483723d-3964-43a6-a7fc-12f50b23b92a" + "3836a611-f906-417f-809f-4a4537ed8dbe" ], "elapsed-time": [ - "180" + "235" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:05:19 GMT" + "Sat, 08 Aug 2020 06:41:05 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet2932')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyOTMyJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5116')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MTE2JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"full\",\r\n \"scoringParameters\": [],\r\n \"search\": \"/\\\\+\\\\-\\\\&\\\\|\\\\!\\\\(\\\\)\\\\{\\\\}\\\\[\\\\]\\\\^\\\\\\\"\\\\\\\\~\\\\*\\\\?\\\\:\\\\\\\\\\\\//\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "9fd2d25b-41a5-4cf7-ab6d-0d5c6cd325c1" + "ff78721a-68a6-466b-8dfa-98777a08704d" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "9E228680E81F6602EE41B7FD446E5610" + "9640F1EB328B03ED2F81C12892E1C5F8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "9fd2d25b-41a5-4cf7-ab6d-0d5c6cd325c1" + "ff78721a-68a6-466b-8dfa-98777a08704d" ], "elapsed-time": [ - "202" + "391" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:05:22 GMT" + "Sat, 08 Aug 2020 06:41:07 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,21 +550,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9846/providers/Microsoft.Search/searchServices/azs-4784?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODQ2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Nzg0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8526/providers/Microsoft.Search/searchServices/azs-6974?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NTI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02OTc0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25fa5764-d097-4a92-a459-3f6f0e8da3cc" + "1a9f1705-5406-4370-95ab-601b8fb6063a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14989" + ], "x-ms-request-id": [ - "25fa5764-d097-4a92-a459-3f6f0e8da3cc" + "8183e2d1-2131-4ca8-837e-3f85dfdbced4" ], - "request-id": [ - "25fa5764-d097-4a92-a459-3f6f0e8da3cc" + "x-ms-correlation-request-id": [ + "8183e2d1-2131-4ca8-837e-3f85dfdbced4" ], - "elapsed-time": [ - "958" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T064118Z:8183e2d1-2131-4ca8-837e-3f85dfdbced4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14986" - ], - "x-ms-correlation-request-id": [ - "a5e197cd-3df1-469c-a2bc-3d1544480c0e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030527Z:a5e197cd-3df1-469c-a2bc-3d1544480c0e" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:05:27 GMT" + "Sat, 08 Aug 2020 06:41:18 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet9846", - "azsmnet2932" + "azsmnet8526", + "azsmnet5116" ], "GenerateServiceName": [ - "azs-4784" + "azs-6974" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithSynonyms.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithSynonyms.json index 2e8fff6e2f62..ef2b73ba92aa 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithSynonyms.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithSynonyms.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b8c6869-6356-49e7-909e-eebaa8aa83e7" + "8d8e4d38-d26f-4d61-a18d-aebffa111f0f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1195" ], "x-ms-request-id": [ - "6f706ef8-778d-43c7-99cd-ff6b78305d84" + "9b5efe55-dfb0-41d0-ab61-da8ee997947a" ], "x-ms-correlation-request-id": [ - "6f706ef8-778d-43c7-99cd-ff6b78305d84" + "9b5efe55-dfb0-41d0-ab61-da8ee997947a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030040Z:6f706ef8-778d-43c7-99cd-ff6b78305d84" + "NORTHEUROPE:20200808T063420Z:9b5efe55-dfb0-41d0-ab61-da8ee997947a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:00:39 GMT" + "Sat, 08 Aug 2020 06:34:19 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2256?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMjU2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3436?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNDM2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "48fce0b3-f451-4877-aff5-e184d2ed9bed" + "e21b74b3-820f-4901-a3ee-0d3ac5982983" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1196" ], "x-ms-request-id": [ - "753b703b-b3a3-46b1-ab8c-db4da53e1b8b" + "fcaedbf7-d684-4e9b-9dd2-0fb3cdadd3c9" ], "x-ms-correlation-request-id": [ - "753b703b-b3a3-46b1-ab8c-db4da53e1b8b" + "fcaedbf7-d684-4e9b-9dd2-0fb3cdadd3c9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030041Z:753b703b-b3a3-46b1-ab8c-db4da53e1b8b" + "NORTHEUROPE:20200808T063421Z:fcaedbf7-d684-4e9b-9dd2-0fb3cdadd3c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:00:41 GMT" + "Sat, 08 Aug 2020 06:34:20 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2256\",\r\n \"name\": \"azsmnet2256\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3436\",\r\n \"name\": \"azsmnet3436\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2256/providers/Microsoft.Search/searchServices/azs-4063?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MDYzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3436/providers/Microsoft.Search/searchServices/azs-1717?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNDM2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNzE3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "65594ebc-ee59-44a1-945e-fc91bd46cf79" + "11ed5032-b900-4dd7-82c4-0ac0af464e2d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A00%3A46.3511992Z'\"" + "W/\"datetime'2020-08-08T06%3A34%3A26.7939919Z'\"" ], "x-ms-request-id": [ - "65594ebc-ee59-44a1-945e-fc91bd46cf79" + "11ed5032-b900-4dd7-82c4-0ac0af464e2d" ], "request-id": [ - "65594ebc-ee59-44a1-945e-fc91bd46cf79" + "11ed5032-b900-4dd7-82c4-0ac0af464e2d" ], "elapsed-time": [ - "2180" + "1454" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1195" ], "x-ms-correlation-request-id": [ - "016f1d5c-3ac9-49bc-b4bb-4b72a423c1e7" + "0d72dd10-5000-403d-ab6f-058eee8b6694" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030047Z:016f1d5c-3ac9-49bc-b4bb-4b72a423c1e7" + "NORTHEUROPE:20200808T063428Z:0d72dd10-5000-403d-ab6f-058eee8b6694" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:00:46 GMT" + "Sat, 08 Aug 2020 06:34:27 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2256/providers/Microsoft.Search/searchServices/azs-4063\",\r\n \"name\": \"azs-4063\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3436/providers/Microsoft.Search/searchServices/azs-1717\",\r\n \"name\": \"azs-1717\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2256/providers/Microsoft.Search/searchServices/azs-4063/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MDYzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3436/providers/Microsoft.Search/searchServices/azs-1717/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNDM2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNzE3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "133032f4-af01-4040-ad10-172196fac63b" + "c127de08-6c25-43f9-a079-ca049a2871c5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "133032f4-af01-4040-ad10-172196fac63b" + "c127de08-6c25-43f9-a079-ca049a2871c5" ], "request-id": [ - "133032f4-af01-4040-ad10-172196fac63b" + "c127de08-6c25-43f9-a079-ca049a2871c5" ], "elapsed-time": [ - "605" + "384" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1192" ], "x-ms-correlation-request-id": [ - "c1bd6271-77fc-4de0-94b9-624c297b095e" + "f5fd8488-38dc-42a4-bc12-17a375381988" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030050Z:c1bd6271-77fc-4de0-94b9-624c297b095e" + "NORTHEUROPE:20200808T063431Z:f5fd8488-38dc-42a4-bc12-17a375381988" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:00:49 GMT" + "Sat, 08 Aug 2020 06:34:31 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"DE6266DCE65C0C2DE23F1F99B75DD85D\",\r\n \"secondaryKey\": \"04D7E630F6F4A8B281A096AE1B537739\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"3BEE3AB66EED3DC60C0458C62F41A243\",\r\n \"secondaryKey\": \"0F74C972F42A57C5F1C5D04F9CA3CDA0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2256/providers/Microsoft.Search/searchServices/azs-4063/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MDYzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3436/providers/Microsoft.Search/searchServices/azs-1717/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNDM2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNzE3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "20e999b2-9b62-48b3-bb01-acce09f43d9b" + "0dbc0da0-c7a9-4ab3-b56e-cfea190d230c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "20e999b2-9b62-48b3-bb01-acce09f43d9b" + "0dbc0da0-c7a9-4ab3-b56e-cfea190d230c" ], "request-id": [ - "20e999b2-9b62-48b3-bb01-acce09f43d9b" + "0dbc0da0-c7a9-4ab3-b56e-cfea190d230c" ], "elapsed-time": [ - "330" + "395" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1176" + "1191" ], "x-ms-correlation-request-id": [ - "1462bc29-9d51-4589-9298-6780e9a32d3c" + "de49e1a0-0e38-4220-bbbb-a65b41b81167" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030050Z:1462bc29-9d51-4589-9298-6780e9a32d3c" + "NORTHEUROPE:20200808T063432Z:de49e1a0-0e38-4220-bbbb-a65b41b81167" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:00:50 GMT" + "Sat, 08 Aug 2020 06:34:32 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D190ED6110251BA96F121EDB6DCFACA2\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"09E90D5DCCA0D491A4637F03146A002B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5090\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8938\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "7ba630ca-f1aa-433d-b413-c697d98d557e" + "73fd9721-e7da-4247-b04f-06a66b3fc80c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "DE6266DCE65C0C2DE23F1F99B75DD85D" + "3BEE3AB66EED3DC60C0458C62F41A243" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037C8051C925\"" + "W/\"0x8D83B651DD14627\"" ], "Location": [ - "https://azs-4063.search-dogfood.windows-int.net/indexes('azsmnet5090')?api-version=2019-05-06" + "https://azs-1717.search-dogfood.windows-int.net/indexes('azsmnet8938')?api-version=2019-05-06" ], "request-id": [ - "7ba630ca-f1aa-433d-b413-c697d98d557e" + "73fd9721-e7da-4247-b04f-06a66b3fc80c" ], "elapsed-time": [ - "1179" + "1445" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:00:53 GMT" + "Sat, 08 Aug 2020 06:34:35 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4063.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037C8051C925\\\"\",\r\n \"name\": \"azsmnet5090\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1717.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B651DD14627\\\"\",\r\n \"name\": \"azsmnet8938\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet5090')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MDkwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8938')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4OTM4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "1eb75811-822a-4afa-a0fa-911afd66e164" + "39e60753-0065-4ccd-93d4-f25a23aff959" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "DE6266DCE65C0C2DE23F1F99B75DD85D" + "3BEE3AB66EED3DC60C0458C62F41A243" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "1eb75811-822a-4afa-a0fa-911afd66e164" + "39e60753-0065-4ccd-93d4-f25a23aff959" ], "elapsed-time": [ - "184" + "460" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:01:15 GMT" + "Sat, 08 Aug 2020 06:34:57 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -487,18 +487,18 @@ "RequestBody": "{\r\n \"name\": \"names\",\r\n \"synonyms\": \"luxury,fancy\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "bf26dae8-2eba-40c4-bc53-e7ab2b2034f1" + "ae1a338c-b191-4ad6-a0af-6eab67356b42" ], "Accept-Language": [ "en-US" ], "api-key": [ - "DE6266DCE65C0C2DE23F1F99B75DD85D" + "3BEE3AB66EED3DC60C0458C62F41A243" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -516,16 +516,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037C8F3AF589\"" + "W/\"0x8D83B652D78F8BB\"" ], "Location": [ - "https://azs-4063.search-dogfood.windows-int.net/synonymmaps('names')?api-version=2019-05-06" + "https://azs-1717.search-dogfood.windows-int.net/synonymmaps('names')?api-version=2019-05-06" ], "request-id": [ - "bf26dae8-2eba-40c4-bc53-e7ab2b2034f1" + "ae1a338c-b191-4ad6-a0af-6eab67356b42" ], "elapsed-time": [ - "25" + "22" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:01:18 GMT" + "Sat, 08 Aug 2020 06:35:00 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -549,28 +549,28 @@ "214" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4063.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037C8F3AF589\\\"\",\r\n \"name\": \"names\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"luxury,fancy\",\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1717.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B652D78F8BB\\\"\",\r\n \"name\": \"names\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"luxury,fancy\",\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet5090')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MDkwJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8938')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4OTM4Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "a32c1869-f596-4e7b-9eeb-5d0e2e2de827" + "38443690-3a18-4fcf-9ae9-1f60683e328b" ], "Accept-Language": [ "en-US" ], "api-key": [ - "DE6266DCE65C0C2DE23F1F99B75DD85D" + "3BEE3AB66EED3DC60C0458C62F41A243" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -582,13 +582,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037C8051C925\"" + "W/\"0x8D83B651DD14627\"" ], "request-id": [ - "a32c1869-f596-4e7b-9eeb-5d0e2e2de827" + "38443690-3a18-4fcf-9ae9-1f60683e328b" ], "elapsed-time": [ - "19" + "25" ], "OData-Version": [ "4.0" @@ -600,7 +600,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:01:19 GMT" + "Sat, 08 Aug 2020 06:35:02 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -612,17 +612,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4063.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037C8051C925\\\"\",\r\n \"name\": \"azsmnet5090\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1717.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B651DD14627\\\"\",\r\n \"name\": \"azsmnet8938\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet5090')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MDkwJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8938')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4OTM4Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet5090\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": [\r\n \"names\"\r\n ]\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"@odata.etag\": \"\\\"0x8D8037C8051C925\\\"\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8938\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": [\r\n \"names\"\r\n ]\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"@odata.etag\": \"\\\"0x8D83B651DD14627\\\"\"\r\n}", "RequestHeaders": { "client-request-id": [ - "2578b25c-5b21-4659-bc93-1ff88c111f17" + "84b05c17-ac94-489c-885f-9035789f71df" ], "Prefer": [ "return=representation" @@ -631,12 +631,12 @@ "en-US" ], "api-key": [ - "DE6266DCE65C0C2DE23F1F99B75DD85D" + "3BEE3AB66EED3DC60C0458C62F41A243" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -654,13 +654,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037C900FB63C\"" + "W/\"0x8D83B652E62F531\"" ], "request-id": [ - "2578b25c-5b21-4659-bc93-1ff88c111f17" + "84b05c17-ac94-489c-885f-9035789f71df" ], "elapsed-time": [ - "244" + "193" ], "OData-Version": [ "4.0" @@ -672,7 +672,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:01:19 GMT" + "Sat, 08 Aug 2020 06:35:02 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -684,17 +684,17 @@ "6154" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4063.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037C900FB63C\\\"\",\r\n \"name\": \"azsmnet5090\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": [\r\n \"names\"\r\n ]\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1717.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B652E62F531\\\"\",\r\n \"name\": \"azsmnet8938\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": [\r\n \"names\"\r\n ]\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet5090')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MDkwJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8938')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4OTM4JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"full\",\r\n \"scoringParameters\": [],\r\n \"search\": \"luxury\",\r\n \"searchFields\": \"hotelName\",\r\n \"searchMode\": \"any\",\r\n \"select\": \"hotelName,rating\"\r\n}", "RequestHeaders": { "client-request-id": [ - "538d4f47-6d99-4797-90bc-114010bc79ee" + "de55bb53-a485-47fc-8366-e5a15c4551d4" ], "Accept-Language": [ "en-US" @@ -703,12 +703,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "D190ED6110251BA96F121EDB6DCFACA2" + "09E90D5DCCA0D491A4637F03146A002B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -726,10 +726,10 @@ "no-cache" ], "request-id": [ - "538d4f47-6d99-4797-90bc-114010bc79ee" + "de55bb53-a485-47fc-8366-e5a15c4551d4" ], "elapsed-time": [ - "415" + "578" ], "OData-Version": [ "4.0" @@ -741,7 +741,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:01:25 GMT" + "Sat, 08 Aug 2020 06:35:08 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -750,28 +750,28 @@ "-1" ], "Content-Length": [ - "75" + "73" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.4904935,\r\n \"hotelName\": \"Fancy Stay\",\r\n \"rating\": 5\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.52765,\r\n \"hotelName\": \"Fancy Stay\",\r\n \"rating\": 5\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2256/providers/Microsoft.Search/searchServices/azs-4063?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MDYzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3436/providers/Microsoft.Search/searchServices/azs-1717?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNDM2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNzE3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "577f2539-d9fc-4247-9f43-e5647ae79612" + "6be9fc54-5cf0-43be-9d4c-4550fa936486" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -782,51 +782,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14990" + ], "x-ms-request-id": [ - "577f2539-d9fc-4247-9f43-e5647ae79612" + "386e5255-6fda-478b-bee6-1b8a33358ade" ], - "request-id": [ - "577f2539-d9fc-4247-9f43-e5647ae79612" + "x-ms-correlation-request-id": [ + "386e5255-6fda-478b-bee6-1b8a33358ade" ], - "elapsed-time": [ - "935" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T063556Z:386e5255-6fda-478b-bee6-1b8a33358ade" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14987" - ], - "x-ms-correlation-request-id": [ - "e4ef02c4-232f-48d6-b9dc-59220a0cb121" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030136Z:e4ef02c4-232f-48d6-b9dc-59220a0cb121" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:01:35 GMT" + "Sat, 08 Aug 2020 06:35:55 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2256", - "azsmnet5090" + "azsmnet3436", + "azsmnet8938" ], "GenerateServiceName": [ - "azs-4063" + "azs-1717" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithValueFacets.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithValueFacets.json index cc51d03ef352..0c6553ee6ed0 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithValueFacets.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanSearchWithValueFacets.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "207eefec-a04c-4743-ad6e-443964bc1b52" + "4906db14-58c0-4800-81d9-885d76277e74" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1190" ], "x-ms-request-id": [ - "022235c7-79c1-4701-8a75-f5e8f8a7fe6b" + "af198b8b-550e-499e-ba11-e5e363e21191" ], "x-ms-correlation-request-id": [ - "022235c7-79c1-4701-8a75-f5e8f8a7fe6b" + "af198b8b-550e-499e-ba11-e5e363e21191" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031509Z:022235c7-79c1-4701-8a75-f5e8f8a7fe6b" + "NORTHEUROPE:20200808T065550Z:af198b8b-550e-499e-ba11-e5e363e21191" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:15:09 GMT" + "Sat, 08 Aug 2020 06:55:50 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6381?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MzgxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4381?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MzgxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "89f3ba3c-984a-4c22-8936-c03bef9e2e18" + "bf8ad877-fe72-441c-9b50-f29588916840" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1192" ], "x-ms-request-id": [ - "ace67053-f88e-4b94-8480-790311c04fd5" + "24ff3c90-edbc-416d-9b42-8fb7cb9bc6c2" ], "x-ms-correlation-request-id": [ - "ace67053-f88e-4b94-8480-790311c04fd5" + "24ff3c90-edbc-416d-9b42-8fb7cb9bc6c2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031510Z:ace67053-f88e-4b94-8480-790311c04fd5" + "NORTHEUROPE:20200808T065551Z:24ff3c90-edbc-416d-9b42-8fb7cb9bc6c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:15:10 GMT" + "Sat, 08 Aug 2020 06:55:51 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6381\",\r\n \"name\": \"azsmnet6381\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "StatusCode": 201 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4381\",\r\n \"name\": \"azsmnet4381\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6381/providers/Microsoft.Search/searchServices/azs-6597?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTk3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4381/providers/Microsoft.Search/searchServices/azs-4710?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NzEwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "de496993-ca8e-47ba-bfea-11371e747077" + "ec1efb4e-da44-495b-92a0-5fab633aaa0d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A15%3A13.8508676Z'\"" + "W/\"datetime'2020-08-08T06%3A55%3A56.9159796Z'\"" ], "x-ms-request-id": [ - "de496993-ca8e-47ba-bfea-11371e747077" + "ec1efb4e-da44-495b-92a0-5fab633aaa0d" ], "request-id": [ - "de496993-ca8e-47ba-bfea-11371e747077" + "ec1efb4e-da44-495b-92a0-5fab633aaa0d" ], "elapsed-time": [ - "1449" + "1337" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1191" ], "x-ms-correlation-request-id": [ - "8971e4fc-5a4f-425b-87ed-bf140d22ce87" + "4c6d20d6-55c8-43e0-83e3-395a390331b5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031514Z:8971e4fc-5a4f-425b-87ed-bf140d22ce87" + "NORTHEUROPE:20200808T065557Z:4c6d20d6-55c8-43e0-83e3-395a390331b5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:15:14 GMT" + "Sat, 08 Aug 2020 06:55:57 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6381/providers/Microsoft.Search/searchServices/azs-6597\",\r\n \"name\": \"azs-6597\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4381/providers/Microsoft.Search/searchServices/azs-4710\",\r\n \"name\": \"azs-4710\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6381/providers/Microsoft.Search/searchServices/azs-6597/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTk3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4381/providers/Microsoft.Search/searchServices/azs-4710/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NzEwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7b78bf6d-6093-4b82-8c39-4b82341df681" + "723d0855-fe05-4ebc-8ae2-a874dd9472a0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7b78bf6d-6093-4b82-8c39-4b82341df681" + "723d0855-fe05-4ebc-8ae2-a874dd9472a0" ], "request-id": [ - "7b78bf6d-6093-4b82-8c39-4b82341df681" + "723d0855-fe05-4ebc-8ae2-a874dd9472a0" ], "elapsed-time": [ - "199" + "101" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1189" ], "x-ms-correlation-request-id": [ - "251c4924-93bb-4486-8c3b-55f08b222109" + "30bb2268-9617-4bef-8b4c-15c3e5ac407b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031523Z:251c4924-93bb-4486-8c3b-55f08b222109" + "NORTHEUROPE:20200808T065559Z:30bb2268-9617-4bef-8b4c-15c3e5ac407b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:15:22 GMT" + "Sat, 08 Aug 2020 06:55:59 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"38A6ED686079656295BB0A69A79D893E\",\r\n \"secondaryKey\": \"507AD8C9DDE75158AD5947059508F973\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"82500C95B3E3F7836375873C73E5B051\",\r\n \"secondaryKey\": \"FD8F5C529A513A42A5A1F39EAE18879C\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6381/providers/Microsoft.Search/searchServices/azs-6597/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTk3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4381/providers/Microsoft.Search/searchServices/azs-4710/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NzEwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5d360b19-0a6c-440a-9fe3-52ccf9cad1c9" + "cd7b31a9-6c1c-417f-a7bf-c6f1d1d7dc30" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5d360b19-0a6c-440a-9fe3-52ccf9cad1c9" + "cd7b31a9-6c1c-417f-a7bf-c6f1d1d7dc30" ], "request-id": [ - "5d360b19-0a6c-440a-9fe3-52ccf9cad1c9" + "cd7b31a9-6c1c-417f-a7bf-c6f1d1d7dc30" ], "elapsed-time": [ - "99" + "110" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1188" ], "x-ms-correlation-request-id": [ - "dbaa8205-03aa-431e-b82e-cc47dc752432" + "f4b2278c-2122-49bb-ae75-95ce56102c10" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031523Z:dbaa8205-03aa-431e-b82e-cc47dc752432" + "NORTHEUROPE:20200808T065600Z:f4b2278c-2122-49bb-ae75-95ce56102c10" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:15:22 GMT" + "Sat, 08 Aug 2020 06:56:00 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"FF934F23FB60BDE99DCECA86056C9466\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F29E9F92A697A2EF160AE39D483753F7\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5133\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6492\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "ded11d55-b7f7-4cd5-a13d-a1295620c039" + "01d672b8-d7c4-40e1-a7f5-d1bb13bd5d0e" ], "Accept-Language": [ "en-US" ], "api-key": [ - "38A6ED686079656295BB0A69A79D893E" + "82500C95B3E3F7836375873C73E5B051" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037E8890866A\"" + "W/\"0x8D83B681EB1E56A\"" ], "Location": [ - "https://azs-6597.search-dogfood.windows-int.net/indexes('azsmnet5133')?api-version=2019-05-06" + "https://azs-4710.search-dogfood.windows-int.net/indexes('azsmnet6492')?api-version=2019-05-06" ], "request-id": [ - "ded11d55-b7f7-4cd5-a13d-a1295620c039" + "01d672b8-d7c4-40e1-a7f5-d1bb13bd5d0e" ], "elapsed-time": [ - "1210" + "2722" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:15:26 GMT" + "Sat, 08 Aug 2020 06:56:05 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6597.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037E8890866A\\\"\",\r\n \"name\": \"azsmnet5133\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4710.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B681EB1E56A\\\"\",\r\n \"name\": \"azsmnet6492\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet5133')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MTMzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6492')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NDkyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "fe33d359-8e62-4a08-a3ef-614bf1e39909" + "1c32434a-0263-4afe-86ee-f60af0c9e221" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "38A6ED686079656295BB0A69A79D893E" + "82500C95B3E3F7836375873C73E5B051" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "fe33d359-8e62-4a08-a3ef-614bf1e39909" + "1c32434a-0263-4afe-86ee-f60af0c9e221" ], "elapsed-time": [ - "170" + "334" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:15:53 GMT" + "Sat, 08 Aug 2020 06:56:27 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet5133')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MTMzJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6492')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NDkyJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [\r\n \"rating,count:2,sort:-value\",\r\n \"smokingAllowed,sort:count\",\r\n \"category\",\r\n \"lastRenovationDate,interval:year\",\r\n \"rooms/baseRate,sort:value\",\r\n \"tags,sort:value\"\r\n ],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "17fdcd6f-7b98-4ae0-b302-1ac2eba652c7" + "ee419898-5609-4fe3-94da-c7d05ac0c536" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "FF934F23FB60BDE99DCECA86056C9466" + "F29E9F92A697A2EF160AE39D483753F7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "17fdcd6f-7b98-4ae0-b302-1ac2eba652c7" + "ee419898-5609-4fe3-94da-c7d05ac0c536" ], "elapsed-time": [ - "251" + "444" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:15:56 GMT" + "Sat, 08 Aug 2020 06:56:31 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,21 +550,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6381/providers/Microsoft.Search/searchServices/azs-6597?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTk3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4381/providers/Microsoft.Search/searchServices/azs-4710?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NzEwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "87bce516-8e94-49db-8e7d-61c23a5f9c27" + "0da2ab4d-84fd-4859-ae08-8e341a2c7f57" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "87bce516-8e94-49db-8e7d-61c23a5f9c27" + "e4ee422b-0cfb-4c84-b471-b44e5e9e2fb5" ], - "request-id": [ - "87bce516-8e94-49db-8e7d-61c23a5f9c27" + "x-ms-correlation-request-id": [ + "e4ee422b-0cfb-4c84-b471-b44e5e9e2fb5" ], - "elapsed-time": [ - "1213" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T065641Z:e4ee422b-0cfb-4c84-b471-b44e5e9e2fb5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14987" - ], - "x-ms-correlation-request-id": [ - "66919c64-76d2-4b49-ac56-54e1a7f6e78d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031600Z:66919c64-76d2-4b49-ac56-54e1a7f6e78d" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:16:00 GMT" + "Sat, 08 Aug 2020 06:56:40 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6381", - "azsmnet5133" + "azsmnet4381", + "azsmnet6492" ], "GenerateServiceName": [ - "azs-6597" + "azs-4710" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanUseHitHighlighting.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanUseHitHighlighting.json index 5ef638311e26..39fd0a14cbaa 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanUseHitHighlighting.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanUseHitHighlighting.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5128b0d3-3644-4a19-83b0-09d260432393" + "7a82be98-4e2b-4b94-b7e3-1cd0530bf687" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1183" ], "x-ms-request-id": [ - "6b4822ab-f53e-4cc2-8e8c-9daa74899425" + "70c00a3b-fc81-4e69-821a-ad05a47de50d" ], "x-ms-correlation-request-id": [ - "6b4822ab-f53e-4cc2-8e8c-9daa74899425" + "70c00a3b-fc81-4e69-821a-ad05a47de50d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030935Z:6b4822ab-f53e-4cc2-8e8c-9daa74899425" + "NORTHEUROPE:20200808T064741Z:70c00a3b-fc81-4e69-821a-ad05a47de50d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:09:34 GMT" + "Sat, 08 Aug 2020 06:47:41 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1282?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMjgyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2599?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNTk5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d905ebab-6ec3-475e-9520-13c655c20b36" + "618c64e9-9ad9-49af-80d3-f08792dd9a74" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1190" ], "x-ms-request-id": [ - "6acb4e37-331e-42c4-b31c-112d7c24b0d5" + "74b0dda3-393f-42b6-b71c-474cb7d2a98e" ], "x-ms-correlation-request-id": [ - "6acb4e37-331e-42c4-b31c-112d7c24b0d5" + "74b0dda3-393f-42b6-b71c-474cb7d2a98e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030936Z:6acb4e37-331e-42c4-b31c-112d7c24b0d5" + "NORTHEUROPE:20200808T064742Z:74b0dda3-393f-42b6-b71c-474cb7d2a98e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:09:36 GMT" + "Sat, 08 Aug 2020 06:47:42 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1282\",\r\n \"name\": \"azsmnet1282\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2599\",\r\n \"name\": \"azsmnet2599\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1282/providers/Microsoft.Search/searchServices/azs-2871?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODcxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2599/providers/Microsoft.Search/searchServices/azs-8226?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MjI2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7948ebee-a8fd-4ae6-a76c-f812ae311a64" + "f5aa0d2f-4c61-4203-905f-1c3425d85efd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A09%3A40.7849891Z'\"" + "W/\"datetime'2020-08-08T06%3A47%3A49.9611718Z'\"" ], "x-ms-request-id": [ - "7948ebee-a8fd-4ae6-a76c-f812ae311a64" + "f5aa0d2f-4c61-4203-905f-1c3425d85efd" ], "request-id": [ - "7948ebee-a8fd-4ae6-a76c-f812ae311a64" + "f5aa0d2f-4c61-4203-905f-1c3425d85efd" ], "elapsed-time": [ - "2154" + "4175" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1192" ], "x-ms-correlation-request-id": [ - "33edca80-7bc1-4068-a269-8f240ae06d38" + "9fbe2b61-83c2-4175-9e1c-46ba0e63687d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030942Z:33edca80-7bc1-4068-a269-8f240ae06d38" + "NORTHEUROPE:20200808T064752Z:9fbe2b61-83c2-4175-9e1c-46ba0e63687d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:09:42 GMT" + "Sat, 08 Aug 2020 06:47:51 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1282/providers/Microsoft.Search/searchServices/azs-2871\",\r\n \"name\": \"azs-2871\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2599/providers/Microsoft.Search/searchServices/azs-8226\",\r\n \"name\": \"azs-8226\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1282/providers/Microsoft.Search/searchServices/azs-2871/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODcxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2599/providers/Microsoft.Search/searchServices/azs-8226/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MjI2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ba00a4d-5f3a-4fe3-a1cb-102cab8ab38a" + "744abbd2-0518-4d14-90d5-24959465f60d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2ba00a4d-5f3a-4fe3-a1cb-102cab8ab38a" + "744abbd2-0518-4d14-90d5-24959465f60d" ], "request-id": [ - "2ba00a4d-5f3a-4fe3-a1cb-102cab8ab38a" + "744abbd2-0518-4d14-90d5-24959465f60d" ], "elapsed-time": [ - "428" + "544" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1188" ], "x-ms-correlation-request-id": [ - "7ed467b9-9cb4-406c-8f6f-a801e65d4f2f" + "527d9b1a-7d80-4e0e-8c40-eac1102734a0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030945Z:7ed467b9-9cb4-406c-8f6f-a801e65d4f2f" + "NORTHEUROPE:20200808T064755Z:527d9b1a-7d80-4e0e-8c40-eac1102734a0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:09:45 GMT" + "Sat, 08 Aug 2020 06:47:55 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"967B562BC19700FD40EB61525739C549\",\r\n \"secondaryKey\": \"07719F688255BC2835B598CE1604B2B0\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"FB53E877BECC09BF368F23F6EBF57599\",\r\n \"secondaryKey\": \"D33090EEDC71CB313566EE08B818939D\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1282/providers/Microsoft.Search/searchServices/azs-2871/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODcxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2599/providers/Microsoft.Search/searchServices/azs-8226/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MjI2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "22090b1e-24c8-42e2-a3f9-9c1be26e625d" + "ce4d1cda-0b4d-46e9-b00b-f2a4d353fe6e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "22090b1e-24c8-42e2-a3f9-9c1be26e625d" + "ce4d1cda-0b4d-46e9-b00b-f2a4d353fe6e" ], "request-id": [ - "22090b1e-24c8-42e2-a3f9-9c1be26e625d" + "ce4d1cda-0b4d-46e9-b00b-f2a4d353fe6e" ], "elapsed-time": [ - "333" + "453" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1187" ], "x-ms-correlation-request-id": [ - "caff4e06-3534-4d94-9ca1-4e21de348d44" + "67c73bd0-bb2e-4cc3-a12b-8a2046e6020c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030945Z:caff4e06-3534-4d94-9ca1-4e21de348d44" + "NORTHEUROPE:20200808T064756Z:67c73bd0-bb2e-4cc3-a12b-8a2046e6020c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:09:45 GMT" + "Sat, 08 Aug 2020 06:47:56 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"CEB4094EFB165C886D64F4DD057D25F2\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"098F85B38301AB0F5F21423C81E2F52C\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2663\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6895\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "394beb41-d8b0-4ddf-9232-3027c0f15a84" + "30ec2805-9e31-410b-8583-b4eaa8c11ed7" ], "Accept-Language": [ "en-US" ], "api-key": [ - "967B562BC19700FD40EB61525739C549" + "FB53E877BECC09BF368F23F6EBF57599" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037DBEF72B8A\"" + "W/\"0x8D83B66FCEA6C61\"" ], "Location": [ - "https://azs-2871.search-dogfood.windows-int.net/indexes('azsmnet2663')?api-version=2019-05-06" + "https://azs-8226.search-dogfood.windows-int.net/indexes('azsmnet6895')?api-version=2019-05-06" ], "request-id": [ - "394beb41-d8b0-4ddf-9232-3027c0f15a84" + "30ec2805-9e31-410b-8583-b4eaa8c11ed7" ], "elapsed-time": [ - "1184" + "824" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:09:48 GMT" + "Sat, 08 Aug 2020 06:47:58 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2871.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037DBEF72B8A\\\"\",\r\n \"name\": \"azsmnet2663\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8226.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B66FCEA6C61\\\"\",\r\n \"name\": \"azsmnet6895\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet2663')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNjYzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6895')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2ODk1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8ae8dbf0-7be1-44e6-9b71-d9cf397b67df" + "206dd953-8a2d-4648-acda-cb1f141fbc5f" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "967B562BC19700FD40EB61525739C549" + "FB53E877BECC09BF368F23F6EBF57599" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "8ae8dbf0-7be1-44e6-9b71-d9cf397b67df" + "206dd953-8a2d-4648-acda-cb1f141fbc5f" ], "elapsed-time": [ - "373" + "184" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:10:12 GMT" + "Sat, 08 Aug 2020 06:48:21 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet2663')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNjYzJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6895')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2ODk1JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"filter\": \"rating eq 5\",\r\n \"highlight\": \"description,category\",\r\n \"highlightPostTag\": \"\",\r\n \"highlightPreTag\": \"\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"luxury hotel\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "816a78e6-9466-4577-8d1a-bcb43fe804ce" + "88898358-10da-4e45-82cc-28da433ab70d" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "CEB4094EFB165C886D64F4DD057D25F2" + "098F85B38301AB0F5F21423C81E2F52C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "816a78e6-9466-4577-8d1a-bcb43fe804ce" + "88898358-10da-4e45-82cc-28da433ab70d" ], "elapsed-time": [ - "140" + "515" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:10:15 GMT" + "Sat, 08 Aug 2020 06:48:24 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -546,25 +546,25 @@ "1156" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 0.6247139,\r\n \"@search.highlights\": {\r\n \"category\": [\r\n \"Luxury\"\r\n ],\r\n \"description\": [\r\n \"Best hotel in town if you like luxury hotels.\",\r\n \"We highly recommend this hotel.\"\r\n ]\r\n },\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00Z\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 4.3198504,\r\n \"@search.highlights\": {\r\n \"category\": [\r\n \"Luxury\"\r\n ],\r\n \"description\": [\r\n \"Best hotel in town if you like luxury hotels.\",\r\n \"We highly recommend this hotel.\"\r\n ]\r\n },\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00Z\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1282/providers/Microsoft.Search/searchServices/azs-2871?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODcxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2599/providers/Microsoft.Search/searchServices/azs-8226?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MjI2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "489f7983-9d00-4020-9471-5b30f81e4efb" + "01201eac-f6fa-4ab9-8f30-5ee7411b3e54" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14989" + ], "x-ms-request-id": [ - "489f7983-9d00-4020-9471-5b30f81e4efb" + "17f3b731-9ce0-4a99-9393-6ff46b4265e0" ], - "request-id": [ - "489f7983-9d00-4020-9471-5b30f81e4efb" + "x-ms-correlation-request-id": [ + "17f3b731-9ce0-4a99-9393-6ff46b4265e0" ], - "elapsed-time": [ - "999" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T064833Z:17f3b731-9ce0-4a99-9393-6ff46b4265e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "84380977-b951-426e-9b68-acd71976b45f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031020Z:84380977-b951-426e-9b68-acd71976b45f" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:10:19 GMT" + "Sat, 08 Aug 2020 06:48:33 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet1282", - "azsmnet2663" + "azsmnet2599", + "azsmnet6895" ], "GenerateServiceName": [ - "azs-2871" + "azs-8226" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanUseTopAndSkipForClientSidePaging.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanUseTopAndSkipForClientSidePaging.json index 497b1b350c24..690319b29724 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanUseTopAndSkipForClientSidePaging.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/CanUseTopAndSkipForClientSidePaging.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1155b063-1fec-4576-a4e9-e6b710d18fb1" + "3ec1d405-c110-4325-a3e2-e2e680c441ef" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1186" ], "x-ms-request-id": [ - "ec13ef8f-8476-4662-a142-9ea77e09d6dc" + "68c5a5b0-f478-4a6d-a3b0-deece33442ce" ], "x-ms-correlation-request-id": [ - "ec13ef8f-8476-4662-a142-9ea77e09d6dc" + "68c5a5b0-f478-4a6d-a3b0-deece33442ce" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032002Z:ec13ef8f-8476-4662-a142-9ea77e09d6dc" + "NORTHEUROPE:20200808T070256Z:68c5a5b0-f478-4a6d-a3b0-deece33442ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:20:02 GMT" + "Sat, 08 Aug 2020 07:02:56 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5379?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1Mzc5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8445?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NDQ1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "36f9c551-d3df-4289-9743-55fa3384ef98" + "222f7721-550d-4b5d-8a86-740197cc6c94" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1190" ], "x-ms-request-id": [ - "8429c3c8-894c-44c3-b83c-57273f6298e3" + "2463cb7e-a3d6-422a-9976-0e5be9eac61b" ], "x-ms-correlation-request-id": [ - "8429c3c8-894c-44c3-b83c-57273f6298e3" + "2463cb7e-a3d6-422a-9976-0e5be9eac61b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032003Z:8429c3c8-894c-44c3-b83c-57273f6298e3" + "NORTHEUROPE:20200808T070258Z:2463cb7e-a3d6-422a-9976-0e5be9eac61b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:20:03 GMT" + "Sat, 08 Aug 2020 07:02:57 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5379\",\r\n \"name\": \"azsmnet5379\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8445\",\r\n \"name\": \"azsmnet8445\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5379/providers/Microsoft.Search/searchServices/azs-1253?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1Mzc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMjUzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8445/providers/Microsoft.Search/searchServices/azs-7243?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjQzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "72096868-8dff-4619-b9e0-8cba993b6148" + "c5d98b13-2b8d-4649-b2c0-298ab1c8e4e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A20%3A08.8014423Z'\"" + "W/\"datetime'2020-08-08T07%3A03%3A20.8782973Z'\"" ], "x-ms-request-id": [ - "72096868-8dff-4619-b9e0-8cba993b6148" + "c5d98b13-2b8d-4649-b2c0-298ab1c8e4e1" ], "request-id": [ - "72096868-8dff-4619-b9e0-8cba993b6148" + "c5d98b13-2b8d-4649-b2c0-298ab1c8e4e1" ], "elapsed-time": [ - "2197" + "1618" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1195" ], "x-ms-correlation-request-id": [ - "7eec47cd-e24f-49d8-ab85-f7ffc8c25e81" + "0741fa11-5b33-41ac-9a0b-4039317a6ac5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032009Z:7eec47cd-e24f-49d8-ab85-f7ffc8c25e81" + "NORTHEUROPE:20200808T070322Z:0741fa11-5b33-41ac-9a0b-4039317a6ac5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:20:09 GMT" + "Sat, 08 Aug 2020 07:03:22 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5379/providers/Microsoft.Search/searchServices/azs-1253\",\r\n \"name\": \"azs-1253\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8445/providers/Microsoft.Search/searchServices/azs-7243\",\r\n \"name\": \"azs-7243\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5379/providers/Microsoft.Search/searchServices/azs-1253/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1Mzc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMjUzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8445/providers/Microsoft.Search/searchServices/azs-7243/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjQzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13261025-1e8b-4f5e-aa07-70dccad845a9" + "8645010d-5165-446c-9127-e9d76b9fe96f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "13261025-1e8b-4f5e-aa07-70dccad845a9" + "8645010d-5165-446c-9127-e9d76b9fe96f" ], "request-id": [ - "13261025-1e8b-4f5e-aa07-70dccad845a9" + "8645010d-5165-446c-9127-e9d76b9fe96f" ], "elapsed-time": [ - "82" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1193" ], "x-ms-correlation-request-id": [ - "6983356e-5735-4f34-8b1e-9b97077c849b" + "37a7dd85-cdb7-4ba1-bff5-c2babfcc06fb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032011Z:6983356e-5735-4f34-8b1e-9b97077c849b" + "NORTHEUROPE:20200808T070324Z:37a7dd85-cdb7-4ba1-bff5-c2babfcc06fb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:20:11 GMT" + "Sat, 08 Aug 2020 07:03:24 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"F60C821CED0A57CF01FD5942D46A8050\",\r\n \"secondaryKey\": \"EC61BED0C61A52875C02F4B26CCE1791\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"8D44D37D12559A29328A61D113C62D7D\",\r\n \"secondaryKey\": \"3A1691DE13C4C5871CCE4E1B07A3A250\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5379/providers/Microsoft.Search/searchServices/azs-1253/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1Mzc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMjUzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8445/providers/Microsoft.Search/searchServices/azs-7243/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjQzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "44fe0cc2-fd8a-4c77-a656-0aa15772cf30" + "bfe40de0-9764-45cb-b872-4b25e64c7ccd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "44fe0cc2-fd8a-4c77-a656-0aa15772cf30" + "bfe40de0-9764-45cb-b872-4b25e64c7ccd" ], "request-id": [ - "44fe0cc2-fd8a-4c77-a656-0aa15772cf30" + "bfe40de0-9764-45cb-b872-4b25e64c7ccd" ], "elapsed-time": [ - "93" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1192" ], "x-ms-correlation-request-id": [ - "1e2ff98e-f692-43c6-b302-6ba61912378f" + "f0a2c0cc-82a8-4abc-8bf5-ac308dc85540" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032012Z:1e2ff98e-f692-43c6-b302-6ba61912378f" + "NORTHEUROPE:20200808T070325Z:f0a2c0cc-82a8-4abc-8bf5-ac308dc85540" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:20:12 GMT" + "Sat, 08 Aug 2020 07:03:24 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"58D24CB95F8D206497DFDEC724C89C51\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"87A411E123E913A0455DBD26D63183C5\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8972\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2440\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "77280e81-ba2d-4703-969c-be37a5be0fef" + "9ec7c3fb-fa27-4905-841a-56d58c02da5c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F60C821CED0A57CF01FD5942D46A8050" + "8D44D37D12559A29328A61D113C62D7D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037F34945A64\"" + "W/\"0x8D83B6926562FAB\"" ], "Location": [ - "https://azs-1253.search-dogfood.windows-int.net/indexes('azsmnet8972')?api-version=2019-05-06" + "https://azs-7243.search-dogfood.windows-int.net/indexes('azsmnet2440')?api-version=2019-05-06" ], "request-id": [ - "77280e81-ba2d-4703-969c-be37a5be0fef" + "9ec7c3fb-fa27-4905-841a-56d58c02da5c" ], "elapsed-time": [ - "1253" + "887" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:20:14 GMT" + "Sat, 08 Aug 2020 07:03:27 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1253.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037F34945A64\\\"\",\r\n \"name\": \"azsmnet8972\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7243.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6926562FAB\\\"\",\r\n \"name\": \"azsmnet2440\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet8972')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4OTcyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet2440')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNDQwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "b7722625-1bff-4140-9697-6c00d3a16920" + "907a256a-2a21-45ea-bdcb-8cac744105ab" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "F60C821CED0A57CF01FD5942D46A8050" + "8D44D37D12559A29328A61D113C62D7D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "b7722625-1bff-4140-9697-6c00d3a16920" + "907a256a-2a21-45ea-bdcb-8cac744105ab" ], "elapsed-time": [ - "219" + "190" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:20:38 GMT" + "Sat, 08 Aug 2020 07:03:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet8972')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4OTcyJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet2440')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNDQwJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"hotelId\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"skip\": 0,\r\n \"top\": 3\r\n}", "RequestHeaders": { "client-request-id": [ - "8c76ddc2-be80-448e-9128-59255e2450b7" + "4e959f3b-b463-4a3e-a82c-db5aa8416d2b" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "58D24CB95F8D206497DFDEC724C89C51" + "87A411E123E913A0455DBD26D63183C5" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "8c76ddc2-be80-448e-9128-59255e2450b7" + "4e959f3b-b463-4a3e-a82c-db5aa8416d2b" ], "elapsed-time": [ - "47" + "123" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:20:40 GMT" + "Sat, 08 Aug 2020 07:03:53 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,13 +550,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet8972')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4OTcyJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet2440')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNDQwJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"hotelId\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\",\r\n \"skip\": 3,\r\n \"top\": 3\r\n}", "RequestHeaders": { "client-request-id": [ - "5a38c0b8-c0a9-4e91-9f00-4df4ee9ed81e" + "66159edf-ebbd-4e2e-8d1e-fb24b3642e9e" ], "Accept-Language": [ "en-US" @@ -565,12 +565,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "58D24CB95F8D206497DFDEC724C89C51" + "87A411E123E913A0455DBD26D63183C5" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -588,10 +588,10 @@ "no-cache" ], "request-id": [ - "5a38c0b8-c0a9-4e91-9f00-4df4ee9ed81e" + "66159edf-ebbd-4e2e-8d1e-fb24b3642e9e" ], "elapsed-time": [ - "8" + "12" ], "OData-Version": [ "4.0" @@ -603,7 +603,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:20:40 GMT" + "Sat, 08 Aug 2020 07:03:53 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -619,21 +619,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5379/providers/Microsoft.Search/searchServices/azs-1253?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1Mzc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMjUzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8445/providers/Microsoft.Search/searchServices/azs-7243?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjQzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "825284f1-45aa-4dbc-90ae-517f2222bcb8" + "cc2fd30f-eaf2-4382-9d08-5f79f3e3f02a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -644,51 +644,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14985" + ], "x-ms-request-id": [ - "825284f1-45aa-4dbc-90ae-517f2222bcb8" + "b14cb12d-5fa2-4f2e-83ee-1bbff6e0095d" ], - "request-id": [ - "825284f1-45aa-4dbc-90ae-517f2222bcb8" + "x-ms-correlation-request-id": [ + "b14cb12d-5fa2-4f2e-83ee-1bbff6e0095d" ], - "elapsed-time": [ - "1213" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T070401Z:b14cb12d-5fa2-4f2e-83ee-1bbff6e0095d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "f9da043c-24f3-4860-b5ca-bd80ae613ca7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032046Z:f9da043c-24f3-4860-b5ca-bd80ae613ca7" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:20:46 GMT" + "Sat, 08 Aug 2020 07:04:00 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5379", - "azsmnet8972" + "azsmnet8445", + "azsmnet2440" ], "GenerateServiceName": [ - "azs-1253" + "azs-7243" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/DefaultSearchModeIsAny.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/DefaultSearchModeIsAny.json index 758d28b3e57b..c52c65e8e1b0 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/DefaultSearchModeIsAny.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/DefaultSearchModeIsAny.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eb630330-b70c-4dcb-8b42-3ba7608d20b1" + "7f05a184-593c-402b-bc44-15c52372cd55" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1191" ], "x-ms-request-id": [ - "19ebc279-a532-4694-8a7d-bf16f2de0a8c" + "e0ee2add-684d-4c4a-8a1b-2b6f0c7005b1" ], "x-ms-correlation-request-id": [ - "19ebc279-a532-4694-8a7d-bf16f2de0a8c" + "e0ee2add-684d-4c4a-8a1b-2b6f0c7005b1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031650Z:19ebc279-a532-4694-8a7d-bf16f2de0a8c" + "NORTHEUROPE:20200808T065824Z:e0ee2add-684d-4c4a-8a1b-2b6f0c7005b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:16:50 GMT" + "Sat, 08 Aug 2020 06:58:23 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3656?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNjU2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9191?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MTkxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cef699c1-eeb5-4612-93ab-2c598dafc44b" + "8c4d56a2-f8c2-4f51-bf16-0f9aeb078d9a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1191" ], "x-ms-request-id": [ - "09c6f57b-09d8-496a-ae06-24c7904df972" + "40f395c4-eb3d-40ea-885f-916c689d21bc" ], "x-ms-correlation-request-id": [ - "09c6f57b-09d8-496a-ae06-24c7904df972" + "40f395c4-eb3d-40ea-885f-916c689d21bc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031651Z:09c6f57b-09d8-496a-ae06-24c7904df972" + "NORTHEUROPE:20200808T065826Z:40f395c4-eb3d-40ea-885f-916c689d21bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:16:51 GMT" + "Sat, 08 Aug 2020 06:58:25 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3656\",\r\n \"name\": \"azsmnet3656\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9191\",\r\n \"name\": \"azsmnet9191\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3656/providers/Microsoft.Search/searchServices/azs-4491?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NDkxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9191/providers/Microsoft.Search/searchServices/azs-7232?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjMyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "15a94c50-feaa-40d5-bd5b-91832c174b1c" + "553562a8-d41a-48eb-a71c-cde608d17708" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A16%3A54.732563Z'\"" + "W/\"datetime'2020-08-08T06%3A58%3A32.7350684Z'\"" ], "x-ms-request-id": [ - "15a94c50-feaa-40d5-bd5b-91832c174b1c" + "553562a8-d41a-48eb-a71c-cde608d17708" ], "request-id": [ - "15a94c50-feaa-40d5-bd5b-91832c174b1c" + "553562a8-d41a-48eb-a71c-cde608d17708" ], "elapsed-time": [ - "1064" + "2565" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1196" ], "x-ms-correlation-request-id": [ - "2073d5af-fde2-4080-94d8-81c9b5740850" + "0fc8405e-9bf8-4ee9-b5b5-485dbf44e999" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031655Z:2073d5af-fde2-4080-94d8-81c9b5740850" + "NORTHEUROPE:20200808T065833Z:0fc8405e-9bf8-4ee9-b5b5-485dbf44e999" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:16:55 GMT" + "Sat, 08 Aug 2020 06:58:33 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3656/providers/Microsoft.Search/searchServices/azs-4491\",\r\n \"name\": \"azs-4491\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9191/providers/Microsoft.Search/searchServices/azs-7232\",\r\n \"name\": \"azs-7232\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3656/providers/Microsoft.Search/searchServices/azs-4491/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NDkxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9191/providers/Microsoft.Search/searchServices/azs-7232/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjMyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6f09f9e5-dfde-4d08-8f0e-1fe720dc42e3" + "5e8519e6-6e71-4ca4-bd30-155a7b341883" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6f09f9e5-dfde-4d08-8f0e-1fe720dc42e3" + "5e8519e6-6e71-4ca4-bd30-155a7b341883" ], "request-id": [ - "6f09f9e5-dfde-4d08-8f0e-1fe720dc42e3" + "5e8519e6-6e71-4ca4-bd30-155a7b341883" ], "elapsed-time": [ - "149" + "320" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1195" ], "x-ms-correlation-request-id": [ - "e6068ead-41e8-4f74-aa00-d17fa07707f7" + "f70ed0e2-e22e-4c4b-b64c-25bd5a21455b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031657Z:e6068ead-41e8-4f74-aa00-d17fa07707f7" + "NORTHEUROPE:20200808T065836Z:f70ed0e2-e22e-4c4b-b64c-25bd5a21455b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:16:57 GMT" + "Sat, 08 Aug 2020 06:58:36 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"971E2240A48A7AB6B185EBE980942D35\",\r\n \"secondaryKey\": \"407534CFF38F58CD66E86DD6E41C9053\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"2897C0AFB67F4AB418804602D8FF3392\",\r\n \"secondaryKey\": \"D029517C5B2F2B2A5AA7D4DF1BE6CF42\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3656/providers/Microsoft.Search/searchServices/azs-4491/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NDkxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9191/providers/Microsoft.Search/searchServices/azs-7232/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjMyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "23bebd0c-deb7-4446-ae56-41a9df6629c3" + "28d17e15-510f-45fc-b655-b3a85a3c450e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "23bebd0c-deb7-4446-ae56-41a9df6629c3" + "28d17e15-510f-45fc-b655-b3a85a3c450e" ], "request-id": [ - "23bebd0c-deb7-4446-ae56-41a9df6629c3" + "28d17e15-510f-45fc-b655-b3a85a3c450e" ], "elapsed-time": [ - "104" + "348" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1194" ], "x-ms-correlation-request-id": [ - "09089bf8-877c-4a82-a803-526d3f93bfa2" + "c0f639f6-72fc-463c-87cd-b2917805c0cc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031658Z:09089bf8-877c-4a82-a803-526d3f93bfa2" + "NORTHEUROPE:20200808T065837Z:c0f639f6-72fc-463c-87cd-b2917805c0cc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:16:57 GMT" + "Sat, 08 Aug 2020 06:58:37 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F1CD6D8DF32B70C0817CAFDE76288D5B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"54EEC71BC7A8708621C696AEB5BA5A3C\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6172\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6452\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "6f703e92-0502-46d4-88a9-6d11e5c3290b" + "ddddbb69-f3eb-49ac-80c1-61ecb66bdc7f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "971E2240A48A7AB6B185EBE980942D35" + "2897C0AFB67F4AB418804602D8FF3392" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037EC109619F\"" + "W/\"0x8D83B687AC71257\"" ], "Location": [ - "https://azs-4491.search-dogfood.windows-int.net/indexes('azsmnet6172')?api-version=2019-05-06" + "https://azs-7232.search-dogfood.windows-int.net/indexes('azsmnet6452')?api-version=2019-05-06" ], "request-id": [ - "6f703e92-0502-46d4-88a9-6d11e5c3290b" + "ddddbb69-f3eb-49ac-80c1-61ecb66bdc7f" ], "elapsed-time": [ - "1308" + "837" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:17:01 GMT" + "Sat, 08 Aug 2020 06:58:39 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4491.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037EC109619F\\\"\",\r\n \"name\": \"azsmnet6172\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7232.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B687AC71257\\\"\",\r\n \"name\": \"azsmnet6452\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet6172')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MTcyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6452')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NDUyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "5490f65b-0b15-439b-910a-ad0a23c76856" + "df63c9b0-a884-4724-8702-bb77e8caf6ef" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "971E2240A48A7AB6B185EBE980942D35" + "2897C0AFB67F4AB418804602D8FF3392" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "5490f65b-0b15-439b-910a-ad0a23c76856" + "df63c9b0-a884-4724-8702-bb77e8caf6ef" ], "elapsed-time": [ - "231" + "223" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:17:23 GMT" + "Sat, 08 Aug 2020 06:59:01 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet6172')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MTcyJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6452')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NDUyJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"Cheapest hotel\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "2546d189-bb47-42dd-81d5-87531dd602a3" + "f3055015-f37c-47f5-a96a-1906bd64ee9b" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "F1CD6D8DF32B70C0817CAFDE76288D5B" + "54EEC71BC7A8708621C696AEB5BA5A3C" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "2546d189-bb47-42dd-81d5-87531dd602a3" + "f3055015-f37c-47f5-a96a-1906bd64ee9b" ], "elapsed-time": [ - "188" + "179" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:17:27 GMT" + "Sat, 08 Aug 2020 06:59:05 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -543,28 +543,28 @@ "-1" ], "Content-Length": [ - "5933" + "5923" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 0.30154645,\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00Z\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 0.16547734,\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00Z\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.score\": 0.0635256,\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 0.0635256,\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 0.0635256,\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 0.041261088,\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00Z\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 0.019851752,\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 4.3545203,\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00Z\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 2.245087,\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00Z\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.score\": 1.778081,\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.778081,\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.778081,\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.4634744,\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00Z\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 0.5496142,\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3656/providers/Microsoft.Search/searchServices/azs-4491?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NDkxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9191/providers/Microsoft.Search/searchServices/azs-7232?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MjMyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5fd0f34c-06d0-433f-961c-be20f0221580" + "61a6bdd8-7c89-4a5b-a238-ca0205369044" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14989" + ], "x-ms-request-id": [ - "5fd0f34c-06d0-433f-961c-be20f0221580" + "a6f49abd-9a79-42dc-b0fb-0d068609ff13" ], - "request-id": [ - "5fd0f34c-06d0-433f-961c-be20f0221580" + "x-ms-correlation-request-id": [ + "a6f49abd-9a79-42dc-b0fb-0d068609ff13" ], - "elapsed-time": [ - "1174" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T065913Z:a6f49abd-9a79-42dc-b0fb-0d068609ff13" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" - ], - "x-ms-correlation-request-id": [ - "561b6942-9cfc-4448-b76d-6a69f17f59a8" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031731Z:561b6942-9cfc-4448-b76d-6a69f17f59a8" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:17:30 GMT" + "Sat, 08 Aug 2020 06:59:13 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet3656", - "azsmnet6172" + "azsmnet9191", + "azsmnet6452" ], "GenerateServiceName": [ - "azs-4491" + "azs-7232" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/NullCannotBeConvertedToValueType.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/NullCannotBeConvertedToValueType.json index 019ff70224ef..e456acaa04e6 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/NullCannotBeConvertedToValueType.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/NullCannotBeConvertedToValueType.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94b112dc-28a4-4f33-8805-386e036313b9" + "0d011136-43b4-41cb-b8f5-400c97f7fad3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1191" ], "x-ms-request-id": [ - "02dff50e-194e-403a-b177-96ef5cffa382" + "e7fd6214-37b8-4e9b-8d4c-748b64b639c6" ], "x-ms-correlation-request-id": [ - "02dff50e-194e-403a-b177-96ef5cffa382" + "e7fd6214-37b8-4e9b-8d4c-748b64b639c6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030757Z:02dff50e-194e-403a-b177-96ef5cffa382" + "NORTHEUROPE:20200808T064520Z:e7fd6214-37b8-4e9b-8d4c-748b64b639c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:07:57 GMT" + "Sat, 08 Aug 2020 06:45:19 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9119?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MTE5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4170?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MTcwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d6b7bdaf-f31f-49c5-842d-708599b96aec" + "5cf54f3b-d882-403b-978b-c7301d59987d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1193" ], "x-ms-request-id": [ - "69a37d35-a10c-44d5-818d-683db43af38a" + "7e24bb64-75a7-4d0f-a957-850f490ae8f1" ], "x-ms-correlation-request-id": [ - "69a37d35-a10c-44d5-818d-683db43af38a" + "7e24bb64-75a7-4d0f-a957-850f490ae8f1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030758Z:69a37d35-a10c-44d5-818d-683db43af38a" + "NORTHEUROPE:20200808T064521Z:7e24bb64-75a7-4d0f-a957-850f490ae8f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:07:57 GMT" + "Sat, 08 Aug 2020 06:45:20 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9119\",\r\n \"name\": \"azsmnet9119\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4170\",\r\n \"name\": \"azsmnet4170\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9119/providers/Microsoft.Search/searchServices/azs-2280?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjgwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4170/providers/Microsoft.Search/searchServices/azs-4910?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTEwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "39b5a073-e920-44a7-a0d7-a34a8b448a8e" + "b94cdd46-a7c2-478a-b9c1-04fae25af35c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A08%3A03.0259682Z'\"" + "W/\"datetime'2020-08-08T06%3A45%3A26.0868085Z'\"" ], "x-ms-request-id": [ - "39b5a073-e920-44a7-a0d7-a34a8b448a8e" + "b94cdd46-a7c2-478a-b9c1-04fae25af35c" ], "request-id": [ - "39b5a073-e920-44a7-a0d7-a34a8b448a8e" + "b94cdd46-a7c2-478a-b9c1-04fae25af35c" ], "elapsed-time": [ - "2210" + "1471" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1193" ], "x-ms-correlation-request-id": [ - "83335e82-4ad1-4564-b283-631c7eb103cd" + "44e48408-2b9b-4f88-9385-3b707e89bd1d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030803Z:83335e82-4ad1-4564-b283-631c7eb103cd" + "NORTHEUROPE:20200808T064527Z:44e48408-2b9b-4f88-9385-3b707e89bd1d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:08:03 GMT" + "Sat, 08 Aug 2020 06:45:26 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9119/providers/Microsoft.Search/searchServices/azs-2280\",\r\n \"name\": \"azs-2280\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4170/providers/Microsoft.Search/searchServices/azs-4910\",\r\n \"name\": \"azs-4910\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9119/providers/Microsoft.Search/searchServices/azs-2280/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjgwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4170/providers/Microsoft.Search/searchServices/azs-4910/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTEwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dc15d9e1-d140-4de2-9cb4-e8d4a77b06e3" + "b3efbd12-f206-476e-a299-a243b063a668" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "dc15d9e1-d140-4de2-9cb4-e8d4a77b06e3" + "b3efbd12-f206-476e-a299-a243b063a668" ], "request-id": [ - "dc15d9e1-d140-4de2-9cb4-e8d4a77b06e3" + "b3efbd12-f206-476e-a299-a243b063a668" ], "elapsed-time": [ - "498" + "350" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1190" ], "x-ms-correlation-request-id": [ - "755da8ec-7a72-4288-abd8-84ad8b79178d" + "83c615f1-06ff-4725-98c5-e530b0ed676e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030806Z:755da8ec-7a72-4288-abd8-84ad8b79178d" + "NORTHEUROPE:20200808T064529Z:83c615f1-06ff-4725-98c5-e530b0ed676e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:08:05 GMT" + "Sat, 08 Aug 2020 06:45:29 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"31266D022CE9AE865553EB97613B51D4\",\r\n \"secondaryKey\": \"04CD52BDF5336F7C7681D859DD3A2E69\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"9AEC42E6FA4918F58C30FB3BF00FC2E3\",\r\n \"secondaryKey\": \"6552D3F1133BADA949A4422D78000569\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9119/providers/Microsoft.Search/searchServices/azs-2280/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjgwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4170/providers/Microsoft.Search/searchServices/azs-4910/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTEwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "12dd5356-1374-4ee6-aaee-d43490566607" + "fcfdd59c-cba9-4791-960d-200733925166" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "12dd5356-1374-4ee6-aaee-d43490566607" + "fcfdd59c-cba9-4791-960d-200733925166" ], "request-id": [ - "12dd5356-1374-4ee6-aaee-d43490566607" + "fcfdd59c-cba9-4791-960d-200733925166" ], "elapsed-time": [ - "130" + "519" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1189" ], "x-ms-correlation-request-id": [ - "697cd117-a6c0-4041-ba79-b593b6965062" + "fbdd4bda-8f0d-4dda-b652-3c7affb30afd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030806Z:697cd117-a6c0-4041-ba79-b593b6965062" + "NORTHEUROPE:20200808T064530Z:fbdd4bda-8f0d-4dda-b652-3c7affb30afd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:08:06 GMT" + "Sat, 08 Aug 2020 06:45:30 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"96E9F3EA17D8744F24890A58B1478396\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"4F6471B3520BDE7C0A6DAB7420ED08F5\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8883\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9315\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "ae2ab16a-f601-427d-9c51-e7f6a011e228" + "019996a3-b8eb-4bbf-9e40-140b8f395db4" ], "Accept-Language": [ "en-US" ], "api-key": [ - "31266D022CE9AE865553EB97613B51D4" + "9AEC42E6FA4918F58C30FB3BF00FC2E3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037D83FB1753\"" + "W/\"0x8D83B66A72836A2\"" ], "Location": [ - "https://azs-2280.search-dogfood.windows-int.net/indexes('azsmnet8883')?api-version=2019-05-06" + "https://azs-4910.search-dogfood.windows-int.net/indexes('azsmnet9315')?api-version=2019-05-06" ], "request-id": [ - "ae2ab16a-f601-427d-9c51-e7f6a011e228" + "019996a3-b8eb-4bbf-9e40-140b8f395db4" ], "elapsed-time": [ - "1179" + "1494" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:08:08 GMT" + "Sat, 08 Aug 2020 06:45:36 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,35 +408,35 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2280.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037D83FB1753\\\"\",\r\n \"name\": \"azsmnet8883\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4910.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B66A72836A2\\\"\",\r\n \"name\": \"azsmnet9315\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3075\",\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"IntValue\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Bucket\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet562\",\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"IntValue\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Bucket\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "56a938e7-a12e-4e94-a907-556029609187" + "e4972243-0ef6-457b-8317-11a7a03b9f17" ], "Accept-Language": [ "en-US" ], "api-key": [ - "31266D022CE9AE865553EB97613B51D4" + "9AEC42E6FA4918F58C30FB3BF00FC2E3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1129" + "1128" ] }, "ResponseHeaders": { @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037D938DA45C\"" + "W/\"0x8D83B66BD6305E6\"" ], "Location": [ - "https://azs-2280.search-dogfood.windows-int.net/indexes('azsmnet3075')?api-version=2019-05-06" + "https://azs-4910.search-dogfood.windows-int.net/indexes('azsmnet562')?api-version=2019-05-06" ], "request-id": [ - "56a938e7-a12e-4e94-a907-556029609187" + "e4972243-0ef6-457b-8317-11a7a03b9f17" ], "elapsed-time": [ - "1191" + "1369" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:08:35 GMT" + "Sat, 08 Aug 2020 06:46:12 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -477,20 +477,20 @@ "-1" ], "Content-Length": [ - "1257" + "1256" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2280.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037D938DA45C\\\"\",\r\n \"name\": \"azsmnet3075\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"IntValue\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Bucket\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4910.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B66BD6305E6\\\"\",\r\n \"name\": \"azsmnet562\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"Key\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"IntValue\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Bucket\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"BucketName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Count\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet8883')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4ODgzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet9315')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MzE1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "90ee1f66-a06f-4e13-926c-62c7152b0f45" + "b62676bc-e714-4154-89f5-7024b85735bf" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "31266D022CE9AE865553EB97613B51D4" + "9AEC42E6FA4918F58C30FB3BF00FC2E3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "90ee1f66-a06f-4e13-926c-62c7152b0f45" + "b62676bc-e714-4154-89f5-7024b85735bf" ], "elapsed-time": [ - "179" + "4911" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:08:30 GMT" + "Sat, 08 Aug 2020 06:46:07 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,13 +553,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3075')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMDc1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet562')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NjInKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"Key\": \"123\",\r\n \"Bucket\": {\r\n \"BucketName\": \"Z\",\r\n \"Count\": 1\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"Key\": \"456\",\r\n \"IntValue\": 5\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "272c7011-d02a-4e23-b470-43874ba243c2" + "560ffee3-5ed4-4b68-af24-af197aac5600" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "31266D022CE9AE865553EB97613B51D4" + "9AEC42E6FA4918F58C30FB3BF00FC2E3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -591,10 +591,10 @@ "no-cache" ], "request-id": [ - "272c7011-d02a-4e23-b470-43874ba243c2" + "560ffee3-5ed4-4b68-af24-af197aac5600" ], "elapsed-time": [ - "206" + "146" ], "OData-Version": [ "4.0" @@ -606,7 +606,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:08:37 GMT" + "Sat, 08 Aug 2020 06:46:14 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -622,13 +622,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3075')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMDc1JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet562')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NjInKS9kb2NzL3NlYXJjaC5wb3N0LnNlYXJjaD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"123\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "71c8f061-5a86-47e6-b018-1a6406d2c7c7" + "fb3026f2-03cb-49ee-a6f8-b4fed284b4c9" ], "Accept-Language": [ "en-US" @@ -637,12 +637,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "31266D022CE9AE865553EB97613B51D4" + "9AEC42E6FA4918F58C30FB3BF00FC2E3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -660,10 +660,10 @@ "no-cache" ], "request-id": [ - "71c8f061-5a86-47e6-b018-1a6406d2c7c7" + "fb3026f2-03cb-49ee-a6f8-b4fed284b4c9" ], "elapsed-time": [ - "36" + "23" ], "OData-Version": [ "4.0" @@ -675,7 +675,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:08:39 GMT" + "Sat, 08 Aug 2020 06:46:16 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -684,20 +684,20 @@ "-1" ], "Content-Length": [ - "99" + "105" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"Key\": \"123\",\r\n \"IntValue\": null,\r\n \"Bucket\": {\r\n \"BucketName\": \"Z\",\r\n \"Count\": 1\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 0.6931472,\r\n \"Key\": \"123\",\r\n \"IntValue\": null,\r\n \"Bucket\": {\r\n \"BucketName\": \"Z\",\r\n \"Count\": 1\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet3075')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMDc1JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet562')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NjInKS9kb2NzL3NlYXJjaC5wb3N0LnNlYXJjaD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"456\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "c91bacfc-b50b-45ff-89cc-34f80ec85b6b" + "56a72476-d941-4261-bb30-9de3f49bb4ee" ], "Accept-Language": [ "en-US" @@ -706,12 +706,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "31266D022CE9AE865553EB97613B51D4" + "9AEC42E6FA4918F58C30FB3BF00FC2E3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -729,10 +729,10 @@ "no-cache" ], "request-id": [ - "c91bacfc-b50b-45ff-89cc-34f80ec85b6b" + "56a72476-d941-4261-bb30-9de3f49bb4ee" ], "elapsed-time": [ - "12" + "7" ], "OData-Version": [ "4.0" @@ -744,7 +744,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:08:39 GMT" + "Sat, 08 Aug 2020 06:46:16 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -753,28 +753,28 @@ "-1" ], "Content-Length": [ - "72" + "78" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.0,\r\n \"Key\": \"456\",\r\n \"IntValue\": 5,\r\n \"Bucket\": null\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 0.6931472,\r\n \"Key\": \"456\",\r\n \"IntValue\": 5,\r\n \"Bucket\": null\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9119/providers/Microsoft.Search/searchServices/azs-2280?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjgwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4170/providers/Microsoft.Search/searchServices/azs-4910?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTEwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "504e33e2-2f3a-4336-80d4-8a4c7a84d082" + "7049c754-7f9a-4f32-84b1-3639633d6eee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -785,52 +785,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14984" + ], "x-ms-request-id": [ - "504e33e2-2f3a-4336-80d4-8a4c7a84d082" + "cde2ef6e-dc33-4d91-a9f9-a7f647755f7e" ], - "request-id": [ - "504e33e2-2f3a-4336-80d4-8a4c7a84d082" + "x-ms-correlation-request-id": [ + "cde2ef6e-dc33-4d91-a9f9-a7f647755f7e" ], - "elapsed-time": [ - "1745" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T064626Z:cde2ef6e-dc33-4d91-a9f9-a7f647755f7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "119d352e-c216-4d4f-900a-684aa8d676ae" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030844Z:119d352e-c216-4d4f-900a-684aa8d676ae" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:08:44 GMT" + "Sat, 08 Aug 2020 06:46:25 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet9119", - "azsmnet8883", - "azsmnet3075" + "azsmnet4170", + "azsmnet9315", + "azsmnet562" ], "GenerateServiceName": [ - "azs-2280" + "azs-4910" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/OrderByProgressivelyBreaksTies.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/OrderByProgressivelyBreaksTies.json index 5727303a47a4..b625a68ad0f1 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/OrderByProgressivelyBreaksTies.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/OrderByProgressivelyBreaksTies.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3cdc4b7-954d-4f5b-97dc-e9ef72edbe31" + "28fa3fd6-692f-4433-9835-96d0558e7ce9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1174" + "1191" ], "x-ms-request-id": [ - "3aebdfbb-14d2-4b19-ba23-2caf82fc9e0c" + "c3754b77-f4ee-4bcf-8cfe-511579d1fae2" ], "x-ms-correlation-request-id": [ - "3aebdfbb-14d2-4b19-ba23-2caf82fc9e0c" + "c3754b77-f4ee-4bcf-8cfe-511579d1fae2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032456Z:3aebdfbb-14d2-4b19-ba23-2caf82fc9e0c" + "NORTHEUROPE:20200808T071101Z:c3754b77-f4ee-4bcf-8cfe-511579d1fae2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:24:56 GMT" + "Sat, 08 Aug 2020 07:11:00 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8354?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MzU0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2350?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMzUwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f520fd1a-e7ad-4fa9-b60d-33dd64228cc7" + "c32f128e-5f10-495d-8de8-68da1fffd99f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1191" ], "x-ms-request-id": [ - "3d4400c5-065d-43b4-91df-5841838e29ec" + "ec19b09a-8019-4090-9df1-af4dafce4977" ], "x-ms-correlation-request-id": [ - "3d4400c5-065d-43b4-91df-5841838e29ec" + "ec19b09a-8019-4090-9df1-af4dafce4977" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032457Z:3d4400c5-065d-43b4-91df-5841838e29ec" + "NORTHEUROPE:20200808T071102Z:ec19b09a-8019-4090-9df1-af4dafce4977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:24:57 GMT" + "Sat, 08 Aug 2020 07:11:02 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8354\",\r\n \"name\": \"azsmnet8354\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2350\",\r\n \"name\": \"azsmnet2350\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8354/providers/Microsoft.Search/searchServices/azs-3025?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMDI1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2350/providers/Microsoft.Search/searchServices/azs-4098?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MDk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2305489e-5c4f-4737-8eda-ae4489b813c1" + "a390e5bd-6a94-45de-9bda-bd120a37c5dd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A25%3A01.962378Z'\"" + "W/\"datetime'2020-08-08T07%3A11%3A07.2452694Z'\"" ], "x-ms-request-id": [ - "2305489e-5c4f-4737-8eda-ae4489b813c1" + "a390e5bd-6a94-45de-9bda-bd120a37c5dd" ], "request-id": [ - "2305489e-5c4f-4737-8eda-ae4489b813c1" + "a390e5bd-6a94-45de-9bda-bd120a37c5dd" ], "elapsed-time": [ - "1920" + "1295" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1194" ], "x-ms-correlation-request-id": [ - "5e2074b9-737b-4848-857c-1373a17be9e5" + "af0df8af-c3af-44c3-b399-d1c06fb6a6fa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032503Z:5e2074b9-737b-4848-857c-1373a17be9e5" + "NORTHEUROPE:20200808T071108Z:af0df8af-c3af-44c3-b399-d1c06fb6a6fa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:25:03 GMT" + "Sat, 08 Aug 2020 07:11:08 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8354/providers/Microsoft.Search/searchServices/azs-3025\",\r\n \"name\": \"azs-3025\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2350/providers/Microsoft.Search/searchServices/azs-4098\",\r\n \"name\": \"azs-4098\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8354/providers/Microsoft.Search/searchServices/azs-3025/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMDI1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2350/providers/Microsoft.Search/searchServices/azs-4098/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MDk4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75e7ac4e-0cf5-4659-a41f-442563700b66" + "daf3fccb-7422-4d12-811f-cee4903a3c94" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,13 +231,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "75e7ac4e-0cf5-4659-a41f-442563700b66" + "daf3fccb-7422-4d12-811f-cee4903a3c94" ], "request-id": [ - "75e7ac4e-0cf5-4659-a41f-442563700b66" + "daf3fccb-7422-4d12-811f-cee4903a3c94" ], "elapsed-time": [ - "91" + "89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -246,16 +246,16 @@ "1190" ], "x-ms-correlation-request-id": [ - "b36be16a-87e9-4e61-8552-233ecd194526" + "c09f4c0d-32c3-4b3b-b30a-3a47e51a26e2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032505Z:b36be16a-87e9-4e61-8552-233ecd194526" + "NORTHEUROPE:20200808T071111Z:c09f4c0d-32c3-4b3b-b30a-3a47e51a26e2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:25:05 GMT" + "Sat, 08 Aug 2020 07:11:10 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"6B2A872D6A92B941EE295B789286C1C9\",\r\n \"secondaryKey\": \"5AA2AFDA56E107C6206B302846DE8482\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"263842083102131750A0CCCF4C6D0016\",\r\n \"secondaryKey\": \"31DEB3D7A7F2F3CC8405A9FB1C89DA1D\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8354/providers/Microsoft.Search/searchServices/azs-3025/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMDI1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2350/providers/Microsoft.Search/searchServices/azs-4098/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MDk4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e80699d-de5c-480c-8223-3e8640bf8112" + "e1281ced-773c-4c2f-92fa-616516e8e9b0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,13 +300,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6e80699d-de5c-480c-8223-3e8640bf8112" + "e1281ced-773c-4c2f-92fa-616516e8e9b0" ], "request-id": [ - "6e80699d-de5c-480c-8223-3e8640bf8112" + "e1281ced-773c-4c2f-92fa-616516e8e9b0" ], "elapsed-time": [ - "87" + "90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -315,16 +315,16 @@ "1189" ], "x-ms-correlation-request-id": [ - "d810e8d7-f56c-4f05-b24b-1cc8c24a7d75" + "c935f031-1f98-4c5f-90a9-9e4c665d713d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032505Z:d810e8d7-f56c-4f05-b24b-1cc8c24a7d75" + "NORTHEUROPE:20200808T071111Z:c935f031-1f98-4c5f-90a9-9e4c665d713d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:25:05 GMT" + "Sat, 08 Aug 2020 07:11:10 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D61C3150F1D79A1582CEA4BC5D4D76E3\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"8DDB594B4BF85879E9862FD3B4A175DD\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet510\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1232\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "83100bc1-f21e-4393-9a3b-72be9a4fffaf" + "760c0e8d-6fc8-469d-951d-45f2e0345b82" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6B2A872D6A92B941EE295B789286C1C9" + "263842083102131750A0CCCF4C6D0016" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6974" + "6975" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037FFB4D1641\"" + "W/\"0x8D83B6A3C6BD013\"" ], "Location": [ - "https://azs-3025.search-dogfood.windows-int.net/indexes('azsmnet510')?api-version=2019-05-06" + "https://azs-4098.search-dogfood.windows-int.net/indexes('azsmnet1232')?api-version=2019-05-06" ], "request-id": [ - "83100bc1-f21e-4393-9a3b-72be9a4fffaf" + "760c0e8d-6fc8-469d-951d-45f2e0345b82" ], "elapsed-time": [ - "35417" + "855" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:25:49 GMT" + "Sat, 08 Aug 2020 07:11:14 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3025.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037FFB4D1641\\\"\",\r\n \"name\": \"azsmnet510\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4098.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B6A3C6BD013\\\"\",\r\n \"name\": \"azsmnet1232\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet510')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MTAnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet1232')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMjMyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c7df470c-1e09-4637-a7f1-6f29205b6d95" + "b7aa33de-cba4-469f-8ed7-be2695cb9b5e" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "6B2A872D6A92B941EE295B789286C1C9" + "263842083102131750A0CCCF4C6D0016" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "c7df470c-1e09-4637-a7f1-6f29205b6d95" + "b7aa33de-cba4-469f-8ed7-be2695cb9b5e" ], "elapsed-time": [ - "160" + "273" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:26:11 GMT" + "Sat, 08 Aug 2020 07:11:35 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet510')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1MTAnKS9kb2NzL3NlYXJjaC5wb3N0LnNlYXJjaD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet1232')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMjMyJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"orderby\": \"rating desc,lastRenovationDate asc,geo.distance(location, geography'POINT(-122.0 49.0)')\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "4a7044e7-907d-4fe1-91ee-00e0bb274825" + "7f0cf70e-c9ea-4ae7-a4a5-f2fb5422fb75" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "D61C3150F1D79A1582CEA4BC5D4D76E3" + "8DDB594B4BF85879E9862FD3B4A175DD" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "4a7044e7-907d-4fe1-91ee-00e0bb274825" + "7f0cf70e-c9ea-4ae7-a4a5-f2fb5422fb75" ], "elapsed-time": [ - "151" + "544" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:26:15 GMT" + "Sat, 08 Aug 2020 07:11:39 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,21 +550,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8354/providers/Microsoft.Search/searchServices/azs-3025?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMDI1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2350/providers/Microsoft.Search/searchServices/azs-4098?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MDk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ec7e85d-9cab-4654-9b50-34fc87e7705d" + "5d813642-2782-4abe-a94a-b32732df8c38" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14985" + ], "x-ms-request-id": [ - "4ec7e85d-9cab-4654-9b50-34fc87e7705d" + "35d4e17b-1795-4709-8fe8-31226fd2bf8b" ], - "request-id": [ - "4ec7e85d-9cab-4654-9b50-34fc87e7705d" + "x-ms-correlation-request-id": [ + "35d4e17b-1795-4709-8fe8-31226fd2bf8b" ], - "elapsed-time": [ - "1141" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T071150Z:35d4e17b-1795-4709-8fe8-31226fd2bf8b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "b77ed5c2-5a7e-45be-a1c6-b3e2a7db7e01" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032619Z:b77ed5c2-5a7e-45be-a1c6-b3e2a7db7e01" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:26:18 GMT" + "Sat, 08 Aug 2020 07:11:50 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8354", - "azsmnet510" + "azsmnet2350", + "azsmnet1232" ], "GenerateServiceName": [ - "azs-3025" + "azs-4098" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/SearchThrowsWhenRequestIsMalformed.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/SearchThrowsWhenRequestIsMalformed.json index 9c476ca69788..c22df6ad2c9e 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/SearchThrowsWhenRequestIsMalformed.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/SearchThrowsWhenRequestIsMalformed.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9324fbc8-28da-401d-ad65-3df2fcc47e4b" + "88b44d4b-81a0-4aad-8d08-75b012e4a890" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1192" ], "x-ms-request-id": [ - "81bfc21f-b371-4b09-a127-547c67933f36" + "18eb174b-57a2-471d-8293-d8f44b08ee93" ], "x-ms-correlation-request-id": [ - "81bfc21f-b371-4b09-a127-547c67933f36" + "18eb174b-57a2-471d-8293-d8f44b08ee93" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030231Z:81bfc21f-b371-4b09-a127-547c67933f36" + "NORTHEUROPE:20200808T063703Z:18eb174b-57a2-471d-8293-d8f44b08ee93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:02:31 GMT" + "Sat, 08 Aug 2020 06:37:02 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9840?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5ODQwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3866?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzODY2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "de9e40cb-e624-47ba-af8f-84f7563364ad" + "a2b5fd14-e554-461e-8674-44c512a6f8b8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1194" ], "x-ms-request-id": [ - "1bc8141b-b77a-4bff-a0e0-671f9602a438" + "dce63759-f3f9-4cdb-b0d6-ee07d5517d35" ], "x-ms-correlation-request-id": [ - "1bc8141b-b77a-4bff-a0e0-671f9602a438" + "dce63759-f3f9-4cdb-b0d6-ee07d5517d35" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030232Z:1bc8141b-b77a-4bff-a0e0-671f9602a438" + "NORTHEUROPE:20200808T063704Z:dce63759-f3f9-4cdb-b0d6-ee07d5517d35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:02:32 GMT" + "Sat, 08 Aug 2020 06:37:03 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9840\",\r\n \"name\": \"azsmnet9840\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3866\",\r\n \"name\": \"azsmnet3866\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9840/providers/Microsoft.Search/searchServices/azs-3266?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMjY2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3866/providers/Microsoft.Search/searchServices/azs-263?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNjM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d654bc3d-e1fe-4590-8670-76ef811af6d9" + "b81928c2-6ee1-4c81-916c-d707806ea0b3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A02%3A36.5381239Z'\"" + "W/\"datetime'2020-08-08T06%3A37%3A09.1542456Z'\"" ], "x-ms-request-id": [ - "d654bc3d-e1fe-4590-8670-76ef811af6d9" + "b81928c2-6ee1-4c81-916c-d707806ea0b3" ], "request-id": [ - "d654bc3d-e1fe-4590-8670-76ef811af6d9" + "b81928c2-6ee1-4c81-916c-d707806ea0b3" ], "elapsed-time": [ - "1314" + "1387" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1195" ], "x-ms-correlation-request-id": [ - "f19d3886-c1e1-48bd-8c5e-94a4c632a65b" + "87ee6302-d53c-4110-949a-111fc275cecf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030237Z:f19d3886-c1e1-48bd-8c5e-94a4c632a65b" + "NORTHEUROPE:20200808T063710Z:87ee6302-d53c-4110-949a-111fc275cecf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:02:36 GMT" + "Sat, 08 Aug 2020 06:37:10 GMT" ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9840/providers/Microsoft.Search/searchServices/azs-3266\",\r\n \"name\": \"azs-3266\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3866/providers/Microsoft.Search/searchServices/azs-263\",\r\n \"name\": \"azs-263\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9840/providers/Microsoft.Search/searchServices/azs-3266/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMjY2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3866/providers/Microsoft.Search/searchServices/azs-263/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNjMvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "272a373c-3e63-4716-bb89-f6dea8b7f1c8" + "cd25868d-5dc9-46a5-9a15-1e012d8731fc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "272a373c-3e63-4716-bb89-f6dea8b7f1c8" + "cd25868d-5dc9-46a5-9a15-1e012d8731fc" ], "request-id": [ - "272a373c-3e63-4716-bb89-f6dea8b7f1c8" + "cd25868d-5dc9-46a5-9a15-1e012d8731fc" ], "elapsed-time": [ - "96" + "99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1194" ], "x-ms-correlation-request-id": [ - "f88487ec-145d-411d-8014-1a5366fb343b" + "723cff98-1806-428a-80af-fcd0c11461bc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030239Z:f88487ec-145d-411d-8014-1a5366fb343b" + "NORTHEUROPE:20200808T063712Z:723cff98-1806-428a-80af-fcd0c11461bc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:02:39 GMT" + "Sat, 08 Aug 2020 06:37:12 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"38BF901AB86A75C784A949E666D18BDC\",\r\n \"secondaryKey\": \"95E508F4CFB53A7D9D05A0EB9D42EC69\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"A093F1A6EAF96C95742B4AEA68786387\",\r\n \"secondaryKey\": \"DC131757B8D6407179990578C5292C93\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9840/providers/Microsoft.Search/searchServices/azs-3266/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMjY2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3866/providers/Microsoft.Search/searchServices/azs-263/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNjMvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99b58318-d007-460b-ba95-54447a180b28" + "3cd5e2e9-5a28-4622-a923-c5c48f3a425b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "99b58318-d007-460b-ba95-54447a180b28" + "3cd5e2e9-5a28-4622-a923-c5c48f3a425b" ], "request-id": [ - "99b58318-d007-460b-ba95-54447a180b28" + "3cd5e2e9-5a28-4622-a923-c5c48f3a425b" ], "elapsed-time": [ - "100" + "105" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1193" ], "x-ms-correlation-request-id": [ - "368627e8-a108-4f70-8dd3-44bb4d990f34" + "c3196ab6-c205-4160-9a3f-9b72103f0d88" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030240Z:368627e8-a108-4f70-8dd3-44bb4d990f34" + "NORTHEUROPE:20200808T063713Z:c3196ab6-c205-4160-9a3f-9b72103f0d88" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:02:39 GMT" + "Sat, 08 Aug 2020 06:37:12 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"C2C04BC9C010FF60B9CF5BF7B8E4CE7D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"EB826FD081541F9F333144AA0C06F8F4\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1493\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1180\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "7db54469-78ca-4bdb-bfe3-12493c1716e7" + "467262a5-89bc-4010-b08c-0ddd16811bd4" ], "Accept-Language": [ "en-US" ], "api-key": [ - "38BF901AB86A75C784A949E666D18BDC" + "A093F1A6EAF96C95742B4AEA68786387" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037CC12C925F\"" + "W/\"0x8D83B657DE4139D\"" ], "Location": [ - "https://azs-3266.search-dogfood.windows-int.net/indexes('azsmnet1493')?api-version=2019-05-06" + "https://azs-263.search-dogfood.windows-int.net/indexes('azsmnet1180')?api-version=2019-05-06" ], "request-id": [ - "7db54469-78ca-4bdb-bfe3-12493c1716e7" + "467262a5-89bc-4010-b08c-0ddd16811bd4" ], "elapsed-time": [ - "1163" + "1511" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:02:41 GMT" + "Sat, 08 Aug 2020 06:37:16 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6147" + "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3266.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037CC12C925F\\\"\",\r\n \"name\": \"azsmnet1493\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-263.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B657DE4139D\\\"\",\r\n \"name\": \"azsmnet1180\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet1493')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNDkzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1180')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMTgwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "6f1c72a8-985c-4f4d-a320-8ff0e02f52f9" + "64ee245f-2560-458a-b024-818d3e05787a" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "38BF901AB86A75C784A949E666D18BDC" + "A093F1A6EAF96C95742B4AEA68786387" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "6f1c72a8-985c-4f4d-a320-8ff0e02f52f9" + "64ee245f-2560-458a-b024-818d3e05787a" ], "elapsed-time": [ - "180" + "231" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:03:03 GMT" + "Sat, 08 Aug 2020 06:37:37 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet1493')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNDkzJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1180')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMTgwJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"filter\": \"This is not a valid filter.\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"*\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "6156eae0-dc4b-4dfc-ab6b-4e6196309b27" + "05cd2c5d-85cf-4661-ab13-5b6c9a3376c0" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "38BF901AB86A75C784A949E666D18BDC" + "A093F1A6EAF96C95742B4AEA68786387" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "6156eae0-dc4b-4dfc-ab6b-4e6196309b27" + "05cd2c5d-85cf-4661-ab13-5b6c9a3376c0" ], "elapsed-time": [ - "2" + "156" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:03:06 GMT" + "Sat, 08 Aug 2020 06:37:41 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,21 +553,21 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9840/providers/Microsoft.Search/searchServices/azs-3266?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMjY2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3866/providers/Microsoft.Search/searchServices/azs-263?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNjM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3e3a3a20-c615-4a53-ba99-c0a4423c82ea" + "625d69b2-fb41-459e-9bec-22076328cac5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -578,51 +578,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14985" + ], "x-ms-request-id": [ - "3e3a3a20-c615-4a53-ba99-c0a4423c82ea" + "886457cd-fd3b-467a-b98e-5ad55e3b47c0" ], - "request-id": [ - "3e3a3a20-c615-4a53-ba99-c0a4423c82ea" + "x-ms-correlation-request-id": [ + "886457cd-fd3b-467a-b98e-5ad55e3b47c0" ], - "elapsed-time": [ - "1512" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T063751Z:886457cd-fd3b-467a-b98e-5ad55e3b47c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14984" - ], - "x-ms-correlation-request-id": [ - "e60387f9-6cfd-4444-b42e-ea74fe0ffa83" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T030311Z:e60387f9-6cfd-4444-b42e-ea74fe0ffa83" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:03:11 GMT" + "Sat, 08 Aug 2020 06:37:51 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet9840", - "azsmnet1493" + "azsmnet3866", + "azsmnet1180" ], "GenerateServiceName": [ - "azs-3266" + "azs-263" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/SearchThrowsWhenSpecialCharInRegexIsUnescaped.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/SearchThrowsWhenSpecialCharInRegexIsUnescaped.json index 285a2552363b..c336f10038f5 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/SearchThrowsWhenSpecialCharInRegexIsUnescaped.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/SearchThrowsWhenSpecialCharInRegexIsUnescaped.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b4bf79a-075f-42de-a743-211e026812ab" + "31a74e02-2d76-4f6a-bce7-b5fd75a4b85c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1176" + "1188" ], "x-ms-request-id": [ - "985d443f-fc12-4f72-9122-618a359e9b6d" + "547adb61-d5ae-45d1-b9a9-942ad8baed4e" ], "x-ms-correlation-request-id": [ - "985d443f-fc12-4f72-9122-618a359e9b6d" + "547adb61-d5ae-45d1-b9a9-942ad8baed4e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031337Z:985d443f-fc12-4f72-9122-618a359e9b6d" + "NORTHEUROPE:20200808T065255Z:547adb61-d5ae-45d1-b9a9-942ad8baed4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:13:37 GMT" + "Sat, 08 Aug 2020 06:52:55 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3710?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNzEwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1845?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxODQ1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6a704767-c238-4386-843a-b10e7bd5a9d0" + "9c072155-87c5-4ab6-bd09-520739e0d063" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1191" ], "x-ms-request-id": [ - "7f9989fc-caaa-48ff-86aa-305c497b63da" + "1153fb00-e901-414e-b91f-128aefb48b88" ], "x-ms-correlation-request-id": [ - "7f9989fc-caaa-48ff-86aa-305c497b63da" + "1153fb00-e901-414e-b91f-128aefb48b88" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031338Z:7f9989fc-caaa-48ff-86aa-305c497b63da" + "NORTHEUROPE:20200808T065257Z:1153fb00-e901-414e-b91f-128aefb48b88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:13:37 GMT" + "Sat, 08 Aug 2020 06:52:56 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3710\",\r\n \"name\": \"azsmnet3710\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1845\",\r\n \"name\": \"azsmnet1845\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3710/providers/Microsoft.Search/searchServices/azs-7484?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNzEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDg0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1845/providers/Microsoft.Search/searchServices/azs-6801?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODAxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "daf1c5a7-89d4-473f-9961-9f587658d3c9" + "962fbe4e-c3fa-47be-88dc-fe3e7b890248" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A13%3A43.277499Z'\"" + "W/\"datetime'2020-08-08T06%3A53%3A02.7031696Z'\"" ], "x-ms-request-id": [ - "daf1c5a7-89d4-473f-9961-9f587658d3c9" + "962fbe4e-c3fa-47be-88dc-fe3e7b890248" ], "request-id": [ - "daf1c5a7-89d4-473f-9961-9f587658d3c9" + "962fbe4e-c3fa-47be-88dc-fe3e7b890248" ], "elapsed-time": [ - "2127" + "1693" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1193" ], "x-ms-correlation-request-id": [ - "d8371720-85f7-4994-80c4-c5025c22add1" + "811fb04b-5fb8-44c7-bc5f-5a37fda5e7f8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031344Z:d8371720-85f7-4994-80c4-c5025c22add1" + "NORTHEUROPE:20200808T065303Z:811fb04b-5fb8-44c7-bc5f-5a37fda5e7f8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:13:43 GMT" + "Sat, 08 Aug 2020 06:53:03 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3710/providers/Microsoft.Search/searchServices/azs-7484\",\r\n \"name\": \"azs-7484\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1845/providers/Microsoft.Search/searchServices/azs-6801\",\r\n \"name\": \"azs-6801\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3710/providers/Microsoft.Search/searchServices/azs-7484/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNzEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDg0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1845/providers/Microsoft.Search/searchServices/azs-6801/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODAxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9088952-d344-4b95-b093-9733b819d994" + "e817dddf-75e0-4ab5-a105-51227c842721" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c9088952-d344-4b95-b093-9733b819d994" + "e817dddf-75e0-4ab5-a105-51227c842721" ], "request-id": [ - "c9088952-d344-4b95-b093-9733b819d994" + "e817dddf-75e0-4ab5-a105-51227c842721" ], "elapsed-time": [ - "209" + "95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1175" + "1189" ], "x-ms-correlation-request-id": [ - "651067b5-f491-4785-a744-86032531a429" + "64a1ac99-771c-45bd-80a0-6288d87a38ab" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031346Z:651067b5-f491-4785-a744-86032531a429" + "NORTHEUROPE:20200808T065306Z:64a1ac99-771c-45bd-80a0-6288d87a38ab" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:13:45 GMT" + "Sat, 08 Aug 2020 06:53:05 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"030A2C0C871007577CA70B29029632E7\",\r\n \"secondaryKey\": \"CC9F0E86592730E2692C0192FB1CA8CD\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"06B3ECC0853ADEEA1AF4019C29F7D2B7\",\r\n \"secondaryKey\": \"B740E48ADBAC2FB4C9EC06B69D378C0C\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3710/providers/Microsoft.Search/searchServices/azs-7484/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNzEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDg0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1845/providers/Microsoft.Search/searchServices/azs-6801/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODAxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1689f063-2ecf-43de-99e3-40bc0834b874" + "81099890-0808-45f8-a83e-d424ef935c38" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "1689f063-2ecf-43de-99e3-40bc0834b874" + "81099890-0808-45f8-a83e-d424ef935c38" ], "request-id": [ - "1689f063-2ecf-43de-99e3-40bc0834b874" + "81099890-0808-45f8-a83e-d424ef935c38" ], "elapsed-time": [ - "390" + "93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1174" + "1188" ], "x-ms-correlation-request-id": [ - "bd0b2ed9-80f6-470c-a0ce-82a9b3bb5ed0" + "5958492c-aa56-4293-9de9-7d8983baa51a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031347Z:bd0b2ed9-80f6-470c-a0ce-82a9b3bb5ed0" + "NORTHEUROPE:20200808T065306Z:5958492c-aa56-4293-9de9-7d8983baa51a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:13:47 GMT" + "Sat, 08 Aug 2020 06:53:05 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"288738B71BAAF601DDB6B0C9C04B39FC\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"C7CE27372C0C42726F15A92BA60F87D7\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4895\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8418\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "95d17dba-2446-4011-9480-e7915de74c29" + "490240b7-4a83-40f7-a071-971e4edbe4db" ], "Accept-Language": [ "en-US" ], "api-key": [ - "030A2C0C871007577CA70B29029632E7" + "06B3ECC0853ADEEA1AF4019C29F7D2B7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037E4EC846B5\"" + "W/\"0x8D83B67B5EABA71\"" ], "Location": [ - "https://azs-7484.search-dogfood.windows-int.net/indexes('azsmnet4895')?api-version=2019-05-06" + "https://azs-6801.search-dogfood.windows-int.net/indexes('azsmnet8418')?api-version=2019-05-06" ], "request-id": [ - "95d17dba-2446-4011-9480-e7915de74c29" + "490240b7-4a83-40f7-a071-971e4edbe4db" ], "elapsed-time": [ - "1194" + "807" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:13:48 GMT" + "Sat, 08 Aug 2020 06:53:09 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7484.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037E4EC846B5\\\"\",\r\n \"name\": \"azsmnet4895\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6801.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B67B5EABA71\\\"\",\r\n \"name\": \"azsmnet8418\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet4895')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0ODk1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8418')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4NDE4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "306478a7-f0d1-4733-9b32-5fb6f9c12970" + "910c55b3-44f9-431d-b45c-fc14be91e733" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "030A2C0C871007577CA70B29029632E7" + "06B3ECC0853ADEEA1AF4019C29F7D2B7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "306478a7-f0d1-4733-9b32-5fb6f9c12970" + "910c55b3-44f9-431d-b45c-fc14be91e733" ], "elapsed-time": [ - "185" + "178" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:14:11 GMT" + "Sat, 08 Aug 2020 06:53:30 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4895')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0ODk1JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8418')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4NDE4JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"queryType\": \"full\",\r\n \"scoringParameters\": [],\r\n \"search\": \"/.*/.*/\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "f9dc8cb3-15f2-4847-be8d-61ac8108dfe7" + "0f05d818-ce10-44c8-afc9-ed04c75675b2" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "030A2C0C871007577CA70B29029632E7" + "06B3ECC0853ADEEA1AF4019C29F7D2B7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "f9dc8cb3-15f2-4847-be8d-61ac8108dfe7" + "0f05d818-ce10-44c8-afc9-ed04c75675b2" ], "elapsed-time": [ - "17" + "188" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:14:14 GMT" + "Sat, 08 Aug 2020 06:53:34 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,21 +553,21 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3710/providers/Microsoft.Search/searchServices/azs-7484?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNzEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDg0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1845/providers/Microsoft.Search/searchServices/azs-6801?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODAxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3642d222-9404-474f-b802-5c79a0be94d8" + "374b108d-a51c-4943-b5ab-fa960ecfa9d5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -578,51 +578,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14988" + ], "x-ms-request-id": [ - "3642d222-9404-474f-b802-5c79a0be94d8" + "81756dd1-0477-401b-8fe4-8115adbf4055" ], - "request-id": [ - "3642d222-9404-474f-b802-5c79a0be94d8" + "x-ms-correlation-request-id": [ + "81756dd1-0477-401b-8fe4-8115adbf4055" ], - "elapsed-time": [ - "1256" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T065446Z:81756dd1-0477-401b-8fe4-8115adbf4055" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14989" - ], - "x-ms-correlation-request-id": [ - "99d64f6d-67d1-40f9-ba04-02eacbb2079a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T031418Z:99d64f6d-67d1-40f9-ba04-02eacbb2079a" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:14:18 GMT" + "Sat, 08 Aug 2020 06:54:45 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet3710", - "azsmnet4895" + "azsmnet1845", + "azsmnet8418" ], "GenerateServiceName": [ - "azs-7484" + "azs-6801" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/SearchWithScoringProfileBoostsScore.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/SearchWithScoringProfileBoostsScore.json index 7eddd9577cf0..ee25af5f1a0c 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/SearchWithScoringProfileBoostsScore.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/SearchWithScoringProfileBoostsScore.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f4e1ecc8-348f-4920-93c9-7d1c4da0111e" + "7daf0655-3d87-4144-8595-fae4d02a5378" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1187" ], "x-ms-request-id": [ - "7f3ea384-5989-4fbf-a2c9-c48db3aec268" + "f9508e59-f851-4653-91cd-9f1a8a4e9664" ], "x-ms-correlation-request-id": [ - "7f3ea384-5989-4fbf-a2c9-c48db3aec268" + "f9508e59-f851-4653-91cd-9f1a8a4e9664" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032229Z:7f3ea384-5989-4fbf-a2c9-c48db3aec268" + "NORTHEUROPE:20200808T070709Z:f9508e59-f851-4653-91cd-9f1a8a4e9664" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:22:29 GMT" + "Sat, 08 Aug 2020 07:07:08 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5270?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MjcwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5441?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NDQxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b31cb7c7-aee9-41c8-b514-f20f9f0710df" + "fdc561ac-9bf6-401f-8078-7fb31b17e6fb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1192" ], "x-ms-request-id": [ - "6089c73b-ad22-4c37-9c62-e5d630347881" + "45216dec-5319-451f-8faa-83c383f00268" ], "x-ms-correlation-request-id": [ - "6089c73b-ad22-4c37-9c62-e5d630347881" + "45216dec-5319-451f-8faa-83c383f00268" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032230Z:6089c73b-ad22-4c37-9c62-e5d630347881" + "NORTHEUROPE:20200808T070711Z:45216dec-5319-451f-8faa-83c383f00268" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:22:29 GMT" + "Sat, 08 Aug 2020 07:07:10 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5270\",\r\n \"name\": \"azsmnet5270\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5441\",\r\n \"name\": \"azsmnet5441\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5270/providers/Microsoft.Search/searchServices/azs-9364?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MzY0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5441/providers/Microsoft.Search/searchServices/azs-8716?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NzE2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7acbe085-dd89-49c0-8e46-e31a0893101f" + "e0b60801-e586-4a20-a5cc-97213285ae54" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A22%3A34.6198667Z'\"" + "W/\"datetime'2020-08-08T07%3A07%3A16.5943622Z'\"" ], "x-ms-request-id": [ - "7acbe085-dd89-49c0-8e46-e31a0893101f" + "e0b60801-e586-4a20-a5cc-97213285ae54" ], "request-id": [ - "7acbe085-dd89-49c0-8e46-e31a0893101f" + "e0b60801-e586-4a20-a5cc-97213285ae54" ], "elapsed-time": [ - "1158" + "1888" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1192" ], "x-ms-correlation-request-id": [ - "61cef87a-4494-4b88-8059-257ba4982685" + "c200327b-8653-4a6e-8019-c07a11e9b4fb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032235Z:61cef87a-4494-4b88-8059-257ba4982685" + "NORTHEUROPE:20200808T070717Z:c200327b-8653-4a6e-8019-c07a11e9b4fb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:22:34 GMT" + "Sat, 08 Aug 2020 07:07:17 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5270/providers/Microsoft.Search/searchServices/azs-9364\",\r\n \"name\": \"azs-9364\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5441/providers/Microsoft.Search/searchServices/azs-8716\",\r\n \"name\": \"azs-8716\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5270/providers/Microsoft.Search/searchServices/azs-9364/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MzY0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5441/providers/Microsoft.Search/searchServices/azs-8716/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NzE2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0370e1b7-0270-472e-aa64-4b5979706235" + "9ec2394e-0cd0-4691-891f-3b12c2c2a2c8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0370e1b7-0270-472e-aa64-4b5979706235" + "9ec2394e-0cd0-4691-891f-3b12c2c2a2c8" ], "request-id": [ - "0370e1b7-0270-472e-aa64-4b5979706235" + "9ec2394e-0cd0-4691-891f-3b12c2c2a2c8" ], "elapsed-time": [ - "88" + "100" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1189" ], "x-ms-correlation-request-id": [ - "2e4f565e-1579-4b44-98eb-0032a6b6c645" + "e0180a5b-a409-430a-bc93-5edb401de1cd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032237Z:2e4f565e-1579-4b44-98eb-0032a6b6c645" + "NORTHEUROPE:20200808T070720Z:e0180a5b-a409-430a-bc93-5edb401de1cd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:22:37 GMT" + "Sat, 08 Aug 2020 07:07:20 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"1CA9907C0DF9D250F708B608791019A0\",\r\n \"secondaryKey\": \"AAF37B60A52C45FE62509D4931E90606\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"D1093B85856F9C2302AAE0B3CA6F9F3D\",\r\n \"secondaryKey\": \"870677B5AF7FDF6C998D7BA8B1950E17\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5270/providers/Microsoft.Search/searchServices/azs-9364/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MzY0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5441/providers/Microsoft.Search/searchServices/azs-8716/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NzE2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4051b51d-fca1-47a9-aff5-64313e9bfab3" + "3dd99c52-aa97-480b-bf3d-9c20d52545cb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4051b51d-fca1-47a9-aff5-64313e9bfab3" + "3dd99c52-aa97-480b-bf3d-9c20d52545cb" ], "request-id": [ - "4051b51d-fca1-47a9-aff5-64313e9bfab3" + "3dd99c52-aa97-480b-bf3d-9c20d52545cb" ], "elapsed-time": [ - "97" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1188" ], "x-ms-correlation-request-id": [ - "d4e6098a-89f1-40db-924a-bf99d7e62586" + "8734c05a-d609-47e0-a044-4182c0d81847" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032238Z:d4e6098a-89f1-40db-924a-bf99d7e62586" + "NORTHEUROPE:20200808T070721Z:8734c05a-d609-47e0-a044-4182c0d81847" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:22:37 GMT" + "Sat, 08 Aug 2020 07:07:20 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"FF59C783BF9ECE65464F47AAE6A08B89\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"8D6A26DC757A0FF5CBB4440BAD8CB6FA\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6165\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1508\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "ea4e5063-490d-491d-b583-ce66e900a04a" + "b004e9bc-0b9e-40c3-9397-ec9da8336608" ], "Accept-Language": [ "en-US" ], "api-key": [ - "1CA9907C0DF9D250F708B608791019A0" + "D1093B85856F9C2302AAE0B3CA6F9F3D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037F8B8186F4\"" + "W/\"0x8D83B69B38A7424\"" ], "Location": [ - "https://azs-9364.search-dogfood.windows-int.net/indexes('azsmnet6165')?api-version=2019-05-06" + "https://azs-8716.search-dogfood.windows-int.net/indexes('azsmnet1508')?api-version=2019-05-06" ], "request-id": [ - "ea4e5063-490d-491d-b583-ce66e900a04a" + "b004e9bc-0b9e-40c3-9397-ec9da8336608" ], "elapsed-time": [ - "1323" + "1497" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:22:40 GMT" + "Sat, 08 Aug 2020 07:07:24 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9364.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037F8B8186F4\\\"\",\r\n \"name\": \"azsmnet6165\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8716.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B69B38A7424\\\"\",\r\n \"name\": \"azsmnet1508\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet6165')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MTY1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1508')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNTA4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "221e5fe1-4c77-4723-a460-1dae48f229d3" + "6f42836f-00d7-47b2-af5b-9f1295b3aee3" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "1CA9907C0DF9D250F708B608791019A0" + "D1093B85856F9C2302AAE0B3CA6F9F3D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "221e5fe1-4c77-4723-a460-1dae48f229d3" + "6f42836f-00d7-47b2-af5b-9f1295b3aee3" ], "elapsed-time": [ - "170" + "218" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:23:02 GMT" + "Sat, 08 Aug 2020 07:07:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet6165')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MTY1JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1508')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNTA4JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"filter\": \"rating eq 5 or rating eq 1\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [\r\n \"myloc-'-122','49'\"\r\n ],\r\n \"scoringProfile\": \"nearest\",\r\n \"search\": \"hotel\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "3c843585-44f2-463b-88c3-72e4fc068a71" + "d41d0190-9f3b-4a96-a3b0-e6b288a28a8e" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "FF59C783BF9ECE65464F47AAE6A08B89" + "8D6A26DC757A0FF5CBB4440BAD8CB6FA" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "3c843585-44f2-463b-88c3-72e4fc068a71" + "d41d0190-9f3b-4a96-a3b0-e6b288a28a8e" ], "elapsed-time": [ - "116" + "427" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:23:06 GMT" + "Sat, 08 Aug 2020 07:07:50 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -543,28 +543,28 @@ "-1" ], "Content-Length": [ - "1471" + "1468" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 0.18662225,\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00Z\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 0.120306164,\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00Z\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 1.9529961,\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00Z\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 1.4634744,\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00Z\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5270/providers/Microsoft.Search/searchServices/azs-9364?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MzY0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5441/providers/Microsoft.Search/searchServices/azs-8716?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NzE2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d10763a-3558-4ebb-aaed-b9c9f0336f38" + "8f946714-4068-4710-8d68-fe4c4736d32e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14988" + ], "x-ms-request-id": [ - "1d10763a-3558-4ebb-aaed-b9c9f0336f38" + "d79bc0df-d67d-4353-9211-41a956407c9f" ], - "request-id": [ - "1d10763a-3558-4ebb-aaed-b9c9f0336f38" + "x-ms-correlation-request-id": [ + "d79bc0df-d67d-4353-9211-41a956407c9f" ], - "elapsed-time": [ - "1728" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T070759Z:d79bc0df-d67d-4353-9211-41a956407c9f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" - ], - "x-ms-correlation-request-id": [ - "e9cd7cec-29a9-4acd-8f94-b4c53baba894" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032312Z:e9cd7cec-29a9-4acd-8f94-b4c53baba894" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:23:11 GMT" + "Sat, 08 Aug 2020 07:07:59 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5270", - "azsmnet6165" + "azsmnet5441", + "azsmnet1508" ], "GenerateServiceName": [ - "azs-9364" + "azs-8716" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/SearchWithoutOrderBySortsByScore.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/SearchWithoutOrderBySortsByScore.json index 36d69884aff8..b7083a21ddf6 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/SearchWithoutOrderBySortsByScore.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSearchTests/SearchWithoutOrderBySortsByScore.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7a39096c-c4db-46ed-b782-f52b1d911054" + "fb277d91-e065-41bc-a2ba-bc02030d1b73" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1184" ], "x-ms-request-id": [ - "235f30e7-3a05-4445-b750-03109303d946" + "052cae26-df8d-4bce-b5fe-0fe198915f44" ], "x-ms-correlation-request-id": [ - "235f30e7-3a05-4445-b750-03109303d946" + "052cae26-df8d-4bce-b5fe-0fe198915f44" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032144Z:235f30e7-3a05-4445-b750-03109303d946" + "NORTHEUROPE:20200808T070608Z:052cae26-df8d-4bce-b5fe-0fe198915f44" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:21:43 GMT" + "Sat, 08 Aug 2020 07:06:08 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet128?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMjg/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet387?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzODc/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "61d02018-064b-47b1-aa51-63fa1ca37695" + "51d4a491-bbc4-4ebc-97ae-df3966180bc8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1190" ], "x-ms-request-id": [ - "d96e70af-f6d8-421d-8fbe-09bc6abb06ec" + "055348fa-16a4-4ca9-9a9c-c5075fbd898a" ], "x-ms-correlation-request-id": [ - "d96e70af-f6d8-421d-8fbe-09bc6abb06ec" + "055348fa-16a4-4ca9-9a9c-c5075fbd898a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032144Z:d96e70af-f6d8-421d-8fbe-09bc6abb06ec" + "NORTHEUROPE:20200808T070610Z:055348fa-16a4-4ca9-9a9c-c5075fbd898a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:21:44 GMT" + "Sat, 08 Aug 2020 07:06:09 GMT" ], "Content-Length": [ "173" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet128\",\r\n \"name\": \"azsmnet128\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet387\",\r\n \"name\": \"azsmnet387\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet128/providers/Microsoft.Search/searchServices/azs-6168?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTYxNjg/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet387/providers/Microsoft.Search/searchServices/azs-2482?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODcvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTI0ODI/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fd4bce51-d061-414c-931c-57759619becc" + "47c3a982-7406-4fa0-8bb0-a80fa2cb9276" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T03%3A21%3A49.1873322Z'\"" + "W/\"datetime'2020-08-08T07%3A06%3A14.7487803Z'\"" ], "x-ms-request-id": [ - "fd4bce51-d061-414c-931c-57759619becc" + "47c3a982-7406-4fa0-8bb0-a80fa2cb9276" ], "request-id": [ - "fd4bce51-d061-414c-931c-57759619becc" + "47c3a982-7406-4fa0-8bb0-a80fa2cb9276" ], "elapsed-time": [ - "1920" + "1911" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1189" ], "x-ms-correlation-request-id": [ - "15a191d4-da4c-42eb-ae5b-68a23d6fb72c" + "3888194a-e114-4ca3-ab07-c441ecc17cae" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032149Z:15a191d4-da4c-42eb-ae5b-68a23d6fb72c" + "NORTHEUROPE:20200808T070616Z:3888194a-e114-4ca3-ab07-c441ecc17cae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:21:49 GMT" + "Sat, 08 Aug 2020 07:06:15 GMT" ], "Content-Length": [ "528" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet128/providers/Microsoft.Search/searchServices/azs-6168\",\r\n \"name\": \"azs-6168\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet387/providers/Microsoft.Search/searchServices/azs-2482\",\r\n \"name\": \"azs-2482\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet128/providers/Microsoft.Search/searchServices/azs-6168/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTYxNjgvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet387/providers/Microsoft.Search/searchServices/azs-2482/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODcvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTI0ODIvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "678420e7-b424-4e53-a0fd-eacc13bef2d7" + "6be528a5-eb4a-4852-86bc-a17d3fba6d45" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,10 +231,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "678420e7-b424-4e53-a0fd-eacc13bef2d7" + "6be528a5-eb4a-4852-86bc-a17d3fba6d45" ], "request-id": [ - "678420e7-b424-4e53-a0fd-eacc13bef2d7" + "6be528a5-eb4a-4852-86bc-a17d3fba6d45" ], "elapsed-time": [ "93" @@ -243,19 +243,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1176" + "1185" ], "x-ms-correlation-request-id": [ - "390d7d06-769a-4129-8952-8ef1820f9d63" + "ab0d22fb-7213-49fa-bbb7-4172d8ae0188" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032151Z:390d7d06-769a-4129-8952-8ef1820f9d63" + "NORTHEUROPE:20200808T070619Z:ab0d22fb-7213-49fa-bbb7-4172d8ae0188" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:21:51 GMT" + "Sat, 08 Aug 2020 07:06:18 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"7DC0634374976906B57FD1DB966ECB3C\",\r\n \"secondaryKey\": \"4D50F38A25FE5B71DA6D432E723F19A2\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"6BC6768340E5977E943E6BA85E19AE0B\",\r\n \"secondaryKey\": \"4C36C52B4735C5D4C2A31AE79D015B08\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet128/providers/Microsoft.Search/searchServices/azs-6168/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTYxNjgvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet387/providers/Microsoft.Search/searchServices/azs-2482/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODcvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTI0ODIvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "df3f606f-801d-4562-afa3-28febd2ab6c9" + "b910fd55-66c4-4dca-b45c-1293c45172fc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "df3f606f-801d-4562-afa3-28febd2ab6c9" + "b910fd55-66c4-4dca-b45c-1293c45172fc" ], "request-id": [ - "df3f606f-801d-4562-afa3-28febd2ab6c9" + "b910fd55-66c4-4dca-b45c-1293c45172fc" ], "elapsed-time": [ - "120" + "99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1175" + "1184" ], "x-ms-correlation-request-id": [ - "19d59b5d-a4f8-4be2-b720-0d9bd3c84b4d" + "1b4ad699-4276-4a4c-8eab-f5607f7c5500" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032152Z:19d59b5d-a4f8-4be2-b720-0d9bd3c84b4d" + "NORTHEUROPE:20200808T070619Z:1b4ad699-4276-4a4c-8eab-f5607f7c5500" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:21:52 GMT" + "Sat, 08 Aug 2020 07:06:18 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"364786197B51371235AEAED05EE2E0B9\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"143F700A285877FD1C70D78939CD3F86\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7956\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4702\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "2fb674b6-f7a1-4f48-9833-9b6fd851755c" + "0f66a221-8890-40a6-b4dd-778fbe430bc8" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7DC0634374976906B57FD1DB966ECB3C" + "6BC6768340E5977E943E6BA85E19AE0B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037F7037368B\"" + "W/\"0x8D83B69904F5A77\"" ], "Location": [ - "https://azs-6168.search-dogfood.windows-int.net/indexes('azsmnet7956')?api-version=2019-05-06" + "https://azs-2482.search-dogfood.windows-int.net/indexes('azsmnet4702')?api-version=2019-05-06" ], "request-id": [ - "2fb674b6-f7a1-4f48-9833-9b6fd851755c" + "0f66a221-8890-40a6-b4dd-778fbe430bc8" ], "elapsed-time": [ - "1286" + "3552" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:21:55 GMT" + "Sat, 08 Aug 2020 07:06:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6168.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037F7037368B\\\"\",\r\n \"name\": \"azsmnet7956\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2482.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B69904F5A77\\\"\",\r\n \"name\": \"azsmnet4702\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet7956')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3OTU2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4702')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NzAyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "d332b5a4-f27a-4c39-a4c0-5c533a5bd676" + "cc953905-1f32-438c-a63a-ce463273c35a" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "7DC0634374976906B57FD1DB966ECB3C" + "6BC6768340E5977E943E6BA85E19AE0B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "d332b5a4-f27a-4c39-a4c0-5c533a5bd676" + "cc953905-1f32-438c-a63a-ce463273c35a" ], "elapsed-time": [ - "198" + "202" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:22:17 GMT" + "Sat, 08 Aug 2020 07:06:46 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7956')/docs/search.post.search?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3OTU2JykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4702')/docs/search.post.search?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NzAyJykvZG9jcy9zZWFyY2gucG9zdC5zZWFyY2g/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"count\": false,\r\n \"facets\": [],\r\n \"filter\": \"rating lt 4\",\r\n \"queryType\": \"simple\",\r\n \"scoringParameters\": [],\r\n \"search\": \"cheapest hotel in town\",\r\n \"searchMode\": \"any\"\r\n}", "RequestHeaders": { "client-request-id": [ - "99ec3569-edb5-48ed-b15c-96f0cbe0fc72" + "e9fdce85-bddc-47fa-b24e-847c2f7d5b57" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "364786197B51371235AEAED05EE2E0B9" + "143F700A285877FD1C70D78939CD3F86" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "99ec3569-edb5-48ed-b15c-96f0cbe0fc72" + "e9fdce85-bddc-47fa-b24e-847c2f7d5b57" ], "elapsed-time": [ - "49" + "517" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 03:22:20 GMT" + "Sat, 08 Aug 2020 07:06:52 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -543,28 +543,28 @@ "-1" ], "Content-Length": [ - "1935" + "1934" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 0.22271262,\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00Z\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 0.1680664,\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00Z\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.score\": 6.1112947,\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00Z\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.score\": 3.0291324,\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00Z\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet128/providers/Microsoft.Search/searchServices/azs-6168?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTYxNjg/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet387/providers/Microsoft.Search/searchServices/azs-2482?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODcvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTI0ODI/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "911035ea-08d8-41a3-a6b9-3f6a32154a23" + "15deb867-5064-4872-b692-8265882dcfa0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14985" + ], "x-ms-request-id": [ - "911035ea-08d8-41a3-a6b9-3f6a32154a23" + "c5d2a410-daeb-48ce-91aa-e68275ca8554" ], - "request-id": [ - "911035ea-08d8-41a3-a6b9-3f6a32154a23" + "x-ms-correlation-request-id": [ + "c5d2a410-daeb-48ce-91aa-e68275ca8554" ], - "elapsed-time": [ - "1227" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T070701Z:c5d2a410-daeb-48ce-91aa-e68275ca8554" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14987" - ], - "x-ms-correlation-request-id": [ - "09bcdc4e-5bf5-4fa6-869b-5e26218ba24a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T032224Z:09bcdc4e-5bf5-4fa6-869b-5e26218ba24a" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 03:22:23 GMT" + "Sat, 08 Aug 2020 07:07:01 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet128", - "azsmnet7956" + "azsmnet387", + "azsmnet4702" ], "GenerateServiceName": [ - "azs-6168" + "azs-2482" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanFilter.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanFilter.json index 1e9cb4d9b7f7..5d73f85c2bba 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanFilter.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanFilter.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "371fd64d-cd6d-4909-aabc-dd3de40d4213" + "7c814941-2ee2-4fac-a5f1-696a1f5fb04b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1191" ], "x-ms-request-id": [ - "d67024e3-05a4-403b-a4ad-8e85716522b8" + "1feefede-f05a-42b4-97f9-9385a38c72ec" ], "x-ms-correlation-request-id": [ - "d67024e3-05a4-403b-a4ad-8e85716522b8" + "1feefede-f05a-42b4-97f9-9385a38c72ec" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001652Z:d67024e3-05a4-403b-a4ad-8e85716522b8" + "NORTHEUROPE:20200808T095804Z:1feefede-f05a-42b4-97f9-9385a38c72ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:16:51 GMT" + "Sat, 08 Aug 2020 09:58:04 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet535?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MzU/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2419?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNDE5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "08c145aa-3cd4-495b-8a1e-41923d93e0c2" + "f1924d62-dde3-4f3c-8b4f-4d0d64017eff" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1193" ], "x-ms-request-id": [ - "35cc6fce-1914-4464-8e00-ed235b83068c" + "0fc1eace-8474-4e4a-a7f9-8278216adf4f" ], "x-ms-correlation-request-id": [ - "35cc6fce-1914-4464-8e00-ed235b83068c" + "0fc1eace-8474-4e4a-a7f9-8278216adf4f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001652Z:35cc6fce-1914-4464-8e00-ed235b83068c" + "NORTHEUROPE:20200808T095806Z:0fc1eace-8474-4e4a-a7f9-8278216adf4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:16:52 GMT" + "Sat, 08 Aug 2020 09:58:05 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet535\",\r\n \"name\": \"azsmnet535\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2419\",\r\n \"name\": \"azsmnet2419\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet535/providers/Microsoft.Search/searchServices/azs-6739?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTY3Mzk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2419/providers/Microsoft.Search/searchServices/azs-2351?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzUxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "25e14608-dfad-4530-a6f1-f1e119a5bf44" + "27bde88c-339d-4304-b8a0-2a438dd8d729" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A17%3A23.1098609Z'\"" + "W/\"datetime'2020-08-08T09%3A58%3A11.3035746Z'\"" ], "x-ms-request-id": [ - "25e14608-dfad-4530-a6f1-f1e119a5bf44" + "27bde88c-339d-4304-b8a0-2a438dd8d729" ], "request-id": [ - "25e14608-dfad-4530-a6f1-f1e119a5bf44" + "27bde88c-339d-4304-b8a0-2a438dd8d729" ], "elapsed-time": [ - "27156" + "1471" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1191" ], "x-ms-correlation-request-id": [ - "bd82ecf7-c953-4550-86f0-4d422ed8c57f" + "066253d5-d83c-429f-80e3-6cb830b7cdd4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001723Z:bd82ecf7-c953-4550-86f0-4d422ed8c57f" + "NORTHEUROPE:20200808T095812Z:066253d5-d83c-429f-80e3-6cb830b7cdd4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:17:23 GMT" + "Sat, 08 Aug 2020 09:58:11 GMT" ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet535/providers/Microsoft.Search/searchServices/azs-6739\",\r\n \"name\": \"azs-6739\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2419/providers/Microsoft.Search/searchServices/azs-2351\",\r\n \"name\": \"azs-2351\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet535/providers/Microsoft.Search/searchServices/azs-6739/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTY3MzkvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2419/providers/Microsoft.Search/searchServices/azs-2351/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzUxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8d4a49d6-9130-4d46-92db-675bba5e8185" + "36d92ed5-7fa8-4936-bf40-e8545174c08d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8d4a49d6-9130-4d46-92db-675bba5e8185" + "36d92ed5-7fa8-4936-bf40-e8545174c08d" ], "request-id": [ - "8d4a49d6-9130-4d46-92db-675bba5e8185" + "36d92ed5-7fa8-4936-bf40-e8545174c08d" ], "elapsed-time": [ - "84" + "93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1188" ], "x-ms-correlation-request-id": [ - "f5daa6bd-abd3-4ff9-83b3-4ec94342fb0e" + "8a370c3e-f818-4458-ac46-0dadbb25edd6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001725Z:f5daa6bd-abd3-4ff9-83b3-4ec94342fb0e" + "NORTHEUROPE:20200808T095814Z:8a370c3e-f818-4458-ac46-0dadbb25edd6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:17:25 GMT" + "Sat, 08 Aug 2020 09:58:14 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"50227841BB0653BC28ED993FF8C6B162\",\r\n \"secondaryKey\": \"A5974C3CE4E998C448D2ACA6CFB11A9E\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"77C3F2953BF3B7C94ED7C01C1D8C8D33\",\r\n \"secondaryKey\": \"C7358A36A44F8CB6C71021CC29703E1A\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet535/providers/Microsoft.Search/searchServices/azs-6739/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTY3MzkvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2419/providers/Microsoft.Search/searchServices/azs-2351/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzUxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0f376b63-5969-476c-812a-dc7617871486" + "3995b2ae-3d9c-4f22-b2b5-e49b95c01ef6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0f376b63-5969-476c-812a-dc7617871486" + "3995b2ae-3d9c-4f22-b2b5-e49b95c01ef6" ], "request-id": [ - "0f376b63-5969-476c-812a-dc7617871486" + "3995b2ae-3d9c-4f22-b2b5-e49b95c01ef6" ], "elapsed-time": [ - "94" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1187" ], "x-ms-correlation-request-id": [ - "9c112074-1cc8-4b2a-a868-f4a442384bc1" + "786a6f7d-18da-4ba1-b7c8-0feedddf87b2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001726Z:9c112074-1cc8-4b2a-a868-f4a442384bc1" + "NORTHEUROPE:20200808T095815Z:786a6f7d-18da-4ba1-b7c8-0feedddf87b2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:17:25 GMT" + "Sat, 08 Aug 2020 09:58:15 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F6559089CCCE8E4CB90C30A4E59CC676\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"6EE4CB63CB95D35D74D65A5FA0600C12\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8911\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2460\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "aff2973f-8ad1-4ac4-b0f6-0828d51881cc" + "bb028e19-321d-47ab-9b18-0183b4e60626" ], "Accept-Language": [ "en-US" ], "api-key": [ - "50227841BB0653BC28ED993FF8C6B162" + "77C3F2953BF3B7C94ED7C01C1D8C8D33" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80365AC53EC57\"" + "W/\"0x8D83B819397EA06\"" ], "Location": [ - "https://azs-6739.search-dogfood.windows-int.net/indexes('azsmnet8911')?api-version=2019-05-06" + "https://azs-2351.search-dogfood.windows-int.net/indexes('azsmnet2460')?api-version=2019-05-06" ], "request-id": [ - "aff2973f-8ad1-4ac4-b0f6-0828d51881cc" + "bb028e19-321d-47ab-9b18-0183b4e60626" ], "elapsed-time": [ - "1375" + "1391" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:17:29 GMT" + "Sat, 08 Aug 2020 09:58:18 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6739.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80365AC53EC57\\\"\",\r\n \"name\": \"azsmnet8911\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2351.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B819397EA06\\\"\",\r\n \"name\": \"azsmnet2460\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet8911')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4OTExJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet2460')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNDYwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "4c37810f-ce5f-4b1f-96c9-38a79a4f60de" + "fe8886f3-ab98-4af1-8ef5-a9d36ade4ef7" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "50227841BB0653BC28ED993FF8C6B162" + "77C3F2953BF3B7C94ED7C01C1D8C8D33" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "4c37810f-ce5f-4b1f-96c9-38a79a4f60de" + "fe8886f3-ab98-4af1-8ef5-a9d36ade4ef7" ], "elapsed-time": [ - "293" + "187" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:17:50 GMT" + "Sat, 08 Aug 2020 09:58:40 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet8911')/docs/search.post.suggest?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4OTExJykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet2460')/docs/search.post.suggest?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNDYwJykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", "RequestBody": "{\r\n \"filter\": \"rating gt 3 and lastRenovationDate gt 2000-01-01T00:00:00Z\",\r\n \"fuzzy\": false,\r\n \"orderby\": \"hotelId\",\r\n \"search\": \"hotel\",\r\n \"select\": \"*\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "df080b4f-7f6b-49db-83f4-122eeee90310" + "bfcdd9c9-c167-439c-9564-7c9b1d3fa469" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "F6559089CCCE8E4CB90C30A4E59CC676" + "6EE4CB63CB95D35D74D65A5FA0600C12" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "df080b4f-7f6b-49db-83f4-122eeee90310" + "bfcdd9c9-c167-439c-9564-7c9b1d3fa469" ], "elapsed-time": [ - "648" + "136" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:17:55 GMT" + "Sat, 08 Aug 2020 09:58:43 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,21 +550,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet535/providers/Microsoft.Search/searchServices/azs-6739?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTY3Mzk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2419/providers/Microsoft.Search/searchServices/azs-2351?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzUxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "97226a7b-bf68-4a7d-bdfa-49799d92a14d" + "462a8b83-cf7c-4a11-a3f2-2689c1aa91df" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14988" + ], "x-ms-request-id": [ - "97226a7b-bf68-4a7d-bdfa-49799d92a14d" + "897c3efb-a7af-42c5-a5c3-6cb86b22275b" ], - "request-id": [ - "97226a7b-bf68-4a7d-bdfa-49799d92a14d" + "x-ms-correlation-request-id": [ + "897c3efb-a7af-42c5-a5c3-6cb86b22275b" ], - "elapsed-time": [ - "1402" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T095952Z:897c3efb-a7af-42c5-a5c3-6cb86b22275b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" - ], - "x-ms-correlation-request-id": [ - "1d3e669a-3d41-405b-8261-8432dba1f29c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001800Z:1d3e669a-3d41-405b-8261-8432dba1f29c" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:18:00 GMT" + "Sat, 08 Aug 2020 09:59:51 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet535", - "azsmnet8911" + "azsmnet2419", + "azsmnet2460" ], "GenerateServiceName": [ - "azs-6739" + "azs-2351" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanGetFuzzySuggestions.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanGetFuzzySuggestions.json index d77ceef95c56..444fc5add500 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanGetFuzzySuggestions.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanGetFuzzySuggestions.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43ffefb6-c703-4c71-af6f-62c02066bbf0" + "7baf0d0f-64db-495d-b98c-76cf17fdd74d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1184" ], "x-ms-request-id": [ - "97d0cb82-f1b5-43f8-ae3a-2f47da9fe3c8" + "5c220062-ee18-400c-9f4f-dc4f65a042c8" ], "x-ms-correlation-request-id": [ - "97d0cb82-f1b5-43f8-ae3a-2f47da9fe3c8" + "5c220062-ee18-400c-9f4f-dc4f65a042c8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000805Z:97d0cb82-f1b5-43f8-ae3a-2f47da9fe3c8" + "NORTHEUROPE:20200808T094539Z:5c220062-ee18-400c-9f4f-dc4f65a042c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:08:05 GMT" + "Sat, 08 Aug 2020 09:45:38 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7818?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3ODE4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5607?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NjA3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "94eb37a0-4957-4f61-b4a7-dcbae4e97d9e" + "d80754c8-fb45-419a-a2d8-0c4edacfef0d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1189" ], "x-ms-request-id": [ - "13dd3a97-b08b-4d70-bad4-dd0981a98d77" + "ca3f8fa2-54d9-4d11-bf88-7af686d1b5a2" ], "x-ms-correlation-request-id": [ - "13dd3a97-b08b-4d70-bad4-dd0981a98d77" + "ca3f8fa2-54d9-4d11-bf88-7af686d1b5a2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000806Z:13dd3a97-b08b-4d70-bad4-dd0981a98d77" + "NORTHEUROPE:20200808T094540Z:ca3f8fa2-54d9-4d11-bf88-7af686d1b5a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:08:06 GMT" + "Sat, 08 Aug 2020 09:45:40 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7818\",\r\n \"name\": \"azsmnet7818\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5607\",\r\n \"name\": \"azsmnet5607\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7818/providers/Microsoft.Search/searchServices/azs-5314?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MzE0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5607/providers/Microsoft.Search/searchServices/azs-2689?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNjg5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e2ecddc2-6cf2-4ca7-998e-ae48b9135717" + "0c8b29dc-567c-471b-826c-be25f8ff0ef2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A08%3A11.3334996Z'\"" + "W/\"datetime'2020-08-08T09%3A45%3A46.0270105Z'\"" ], "x-ms-request-id": [ - "e2ecddc2-6cf2-4ca7-998e-ae48b9135717" + "0c8b29dc-567c-471b-826c-be25f8ff0ef2" ], "request-id": [ - "e2ecddc2-6cf2-4ca7-998e-ae48b9135717" + "0c8b29dc-567c-471b-826c-be25f8ff0ef2" ], "elapsed-time": [ - "1289" + "3009" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1194" ], "x-ms-correlation-request-id": [ - "5a395fa5-96b1-49c2-912b-6eefbe0eab8e" + "912f4e7f-9ede-461b-aa9f-f0133cc560cd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000812Z:5a395fa5-96b1-49c2-912b-6eefbe0eab8e" + "NORTHEUROPE:20200808T094547Z:912f4e7f-9ede-461b-aa9f-f0133cc560cd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:08:11 GMT" + "Sat, 08 Aug 2020 09:45:47 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7818/providers/Microsoft.Search/searchServices/azs-5314\",\r\n \"name\": \"azs-5314\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5607/providers/Microsoft.Search/searchServices/azs-2689\",\r\n \"name\": \"azs-2689\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7818/providers/Microsoft.Search/searchServices/azs-5314/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MzE0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5607/providers/Microsoft.Search/searchServices/azs-2689/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNjg5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f1654819-2e98-4f7e-87f4-50c0cfaf76f6" + "d9aca751-c18c-4173-bf63-a4a9523c43f1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f1654819-2e98-4f7e-87f4-50c0cfaf76f6" + "d9aca751-c18c-4173-bf63-a4a9523c43f1" ], "request-id": [ - "f1654819-2e98-4f7e-87f4-50c0cfaf76f6" + "d9aca751-c18c-4173-bf63-a4a9523c43f1" ], "elapsed-time": [ - "89" + "596" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1193" ], "x-ms-correlation-request-id": [ - "7cb50adf-8709-4c0e-b584-f6db72d163a1" + "1941f75d-fd92-4816-8bc6-b926fe4e29e7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000814Z:7cb50adf-8709-4c0e-b584-f6db72d163a1" + "NORTHEUROPE:20200808T094550Z:1941f75d-fd92-4816-8bc6-b926fe4e29e7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:08:14 GMT" + "Sat, 08 Aug 2020 09:45:49 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"BC958E62450D452E7C7DB943D78B9C24\",\r\n \"secondaryKey\": \"C0DA6FEDDCFBB784B97F5F8AFE089087\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"BB6C33B9BEA2714AB2A5FE0C41D5FCF2\",\r\n \"secondaryKey\": \"4635ADE77C93ED517089C78EEAEE49A5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7818/providers/Microsoft.Search/searchServices/azs-5314/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MzE0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5607/providers/Microsoft.Search/searchServices/azs-2689/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNjg5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "71a93558-911e-44b0-97d9-e1cdeeb5d103" + "feda57aa-3eb2-4f66-8359-f8f91f95fbf3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "71a93558-911e-44b0-97d9-e1cdeeb5d103" + "feda57aa-3eb2-4f66-8359-f8f91f95fbf3" ], "request-id": [ - "71a93558-911e-44b0-97d9-e1cdeeb5d103" + "feda57aa-3eb2-4f66-8359-f8f91f95fbf3" ], "elapsed-time": [ - "88" + "116" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1192" ], "x-ms-correlation-request-id": [ - "87862b58-bd4f-45db-9517-447567bc24db" + "fc1685dc-c0e1-48a2-8afe-8781c4cb1ae0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000814Z:87862b58-bd4f-45db-9517-447567bc24db" + "NORTHEUROPE:20200808T094551Z:fc1685dc-c0e1-48a2-8afe-8781c4cb1ae0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:08:14 GMT" + "Sat, 08 Aug 2020 09:45:50 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"70DADBB0865B6B4320051E9DA03EFE2F\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F39C1EFC35508A996C04E48EEBAAC27B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5606\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5646\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "f6f5b0da-a00d-4c73-ac1f-b7a3739d540b" + "d049893f-de5d-4800-bdf7-8d4557f3d167" ], "Accept-Language": [ "en-US" ], "api-key": [ - "BC958E62450D452E7C7DB943D78B9C24" + "BB6C33B9BEA2714AB2A5FE0C41D5FCF2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036463C33B76\"" + "W/\"0x8D83B7FD7D7A9FB\"" ], "Location": [ - "https://azs-5314.search-dogfood.windows-int.net/indexes('azsmnet5606')?api-version=2019-05-06" + "https://azs-2689.search-dogfood.windows-int.net/indexes('azsmnet5646')?api-version=2019-05-06" ], "request-id": [ - "f6f5b0da-a00d-4c73-ac1f-b7a3739d540b" + "d049893f-de5d-4800-bdf7-8d4557f3d167" ], "elapsed-time": [ - "1328" + "1051" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:08:17 GMT" + "Sat, 08 Aug 2020 09:45:54 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5314.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036463C33B76\\\"\",\r\n \"name\": \"azsmnet5606\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2689.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7FD7D7A9FB\\\"\",\r\n \"name\": \"azsmnet5646\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet5606')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NjA2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5646')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NjQ2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c21013c7-ffe0-4353-91f4-6ae558196f4b" + "96a2e81b-e863-4df0-a857-0e65c02fbe79" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "BC958E62450D452E7C7DB943D78B9C24" + "BB6C33B9BEA2714AB2A5FE0C41D5FCF2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "c21013c7-ffe0-4353-91f4-6ae558196f4b" + "96a2e81b-e863-4df0-a857-0e65c02fbe79" ], "elapsed-time": [ - "164" + "201" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:08:38 GMT" + "Sat, 08 Aug 2020 09:46:16 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet5606')/docs/search.post.suggest?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NjA2JykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet5646')/docs/search.post.suggest?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NjQ2JykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", "RequestBody": "{\r\n \"fuzzy\": true,\r\n \"search\": \"hitel\",\r\n \"select\": \"*\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "27780757-90b8-4ab1-a8f7-b789b7ab66aa" + "a26060f3-1258-4d7d-acd3-ab477da6a3db" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "70DADBB0865B6B4320051E9DA03EFE2F" + "F39C1EFC35508A996C04E48EEBAAC27B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "27780757-90b8-4ab1-a8f7-b789b7ab66aa" + "a26060f3-1258-4d7d-acd3-ab477da6a3db" ], "elapsed-time": [ - "292" + "83" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:08:42 GMT" + "Sat, 08 Aug 2020 09:46:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -543,28 +543,28 @@ "-1" ], "Content-Length": [ - "3347" + "4017" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.text\": \"Countryside Hotel\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00Z\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.text\": \"Pretty good hotel\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.text\": \"Another good hotel\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.text\": \"Very popular hotel in town\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.text\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00Z\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"@search.text\": \"Countryside Hotel\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00Z\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.text\": \"Pretty good hotel\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.text\": \"Another good hotel\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.text\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00Z\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n },\r\n {\r\n \"@search.text\": \"Very popular hotel in town\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00Z\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ],\r\n \"crs\": {\r\n \"type\": \"name\",\r\n \"properties\": {\r\n \"name\": \"EPSG:4326\"\r\n }\r\n }\r\n },\r\n \"address\": null,\r\n \"rooms\": []\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7818/providers/Microsoft.Search/searchServices/azs-5314?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01MzE0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5607/providers/Microsoft.Search/searchServices/azs-2689?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNjg5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "49269822-d8cc-4d9b-ad5c-f1358095760f" + "cd474db6-4faa-4dce-a042-5fcdab3868d9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14990" + ], "x-ms-request-id": [ - "49269822-d8cc-4d9b-ad5c-f1358095760f" + "397f9c91-af60-4909-964e-82da2baac15b" ], - "request-id": [ - "49269822-d8cc-4d9b-ad5c-f1358095760f" + "x-ms-correlation-request-id": [ + "397f9c91-af60-4909-964e-82da2baac15b" ], - "elapsed-time": [ - "1457" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T094703Z:397f9c91-af60-4909-964e-82da2baac15b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" - ], - "x-ms-correlation-request-id": [ - "c4d20626-26d9-40f9-bec0-66080f72dcdc" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000848Z:c4d20626-26d9-40f9-bec0-66080f72dcdc" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:08:48 GMT" + "Sat, 08 Aug 2020 09:47:02 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7818", - "azsmnet5606" + "azsmnet5607", + "azsmnet5646" ], "GenerateServiceName": [ - "azs-5314" + "azs-2689" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestDynamicDocuments.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestDynamicDocuments.json index e9d9dbf0cd42..5a416392c256 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestDynamicDocuments.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestDynamicDocuments.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bdebbbfa-4710-472b-bb7c-77c80c97ea4b" + "1a8c89f1-e74a-484c-ae87-c30cd21abbbe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -30,13 +30,13 @@ "1195" ], "x-ms-request-id": [ - "c8141d81-4d57-41a3-adab-39dbcfc8059f" + "8c3cb43b-fa14-4ce2-a2c8-5612bd0cfc42" ], "x-ms-correlation-request-id": [ - "c8141d81-4d57-41a3-adab-39dbcfc8059f" + "8c3cb43b-fa14-4ce2-a2c8-5612bd0cfc42" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000854Z:c8141d81-4d57-41a3-adab-39dbcfc8059f" + "NORTHEUROPE:20200808T094710Z:8c3cb43b-fa14-4ce2-a2c8-5612bd0cfc42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:08:54 GMT" + "Sat, 08 Aug 2020 09:47:10 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5058?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MDU4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9082?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MDgyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c668be19-0232-411f-b80a-22fb2f1b4102" + "e1e46af9-a3fb-4454-ab0f-373c4f350093" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -96,13 +96,13 @@ "1196" ], "x-ms-request-id": [ - "6845d4c5-e58d-42d6-815a-579bbf541cb3" + "5b6ef50e-a763-47e3-9cad-5e813df9370e" ], "x-ms-correlation-request-id": [ - "6845d4c5-e58d-42d6-815a-579bbf541cb3" + "5b6ef50e-a763-47e3-9cad-5e813df9370e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000855Z:6845d4c5-e58d-42d6-815a-579bbf541cb3" + "NORTHEUROPE:20200808T094712Z:5b6ef50e-a763-47e3-9cad-5e813df9370e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:08:55 GMT" + "Sat, 08 Aug 2020 09:47:11 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5058\",\r\n \"name\": \"azsmnet5058\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9082\",\r\n \"name\": \"azsmnet9082\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5058/providers/Microsoft.Search/searchServices/azs-9827?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MDU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODI3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9082/providers/Microsoft.Search/searchServices/azs-1830?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODMwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5aad4314-b67b-47a4-8838-bfab2f3199ce" + "c11f30e4-7a82-4813-8d02-dcb6e8831e69" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A08%3A59.7108811Z'\"" + "W/\"datetime'2020-08-08T09%3A47%3A16.6763145Z'\"" ], "x-ms-request-id": [ - "5aad4314-b67b-47a4-8838-bfab2f3199ce" + "c11f30e4-7a82-4813-8d02-dcb6e8831e69" ], "request-id": [ - "5aad4314-b67b-47a4-8838-bfab2f3199ce" + "c11f30e4-7a82-4813-8d02-dcb6e8831e69" ], "elapsed-time": [ - "1989" + "1786" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1195" ], "x-ms-correlation-request-id": [ - "a421318e-d66c-43ee-93a5-1be52a9ff164" + "8e2374f5-4d76-4ffc-91d1-c09250c9a4b4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000900Z:a421318e-d66c-43ee-93a5-1be52a9ff164" + "NORTHEUROPE:20200808T094717Z:8e2374f5-4d76-4ffc-91d1-c09250c9a4b4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:09:00 GMT" + "Sat, 08 Aug 2020 09:47:17 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5058/providers/Microsoft.Search/searchServices/azs-9827\",\r\n \"name\": \"azs-9827\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9082/providers/Microsoft.Search/searchServices/azs-1830\",\r\n \"name\": \"azs-1830\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5058/providers/Microsoft.Search/searchServices/azs-9827/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MDU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODI3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9082/providers/Microsoft.Search/searchServices/azs-1830/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODMwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "84422f96-b01f-4f64-a2b1-7dc80e43bf37" + "32ed0d1b-9b77-43a3-8262-fab7ec6dde62" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "84422f96-b01f-4f64-a2b1-7dc80e43bf37" + "32ed0d1b-9b77-43a3-8262-fab7ec6dde62" ], "request-id": [ - "84422f96-b01f-4f64-a2b1-7dc80e43bf37" + "32ed0d1b-9b77-43a3-8262-fab7ec6dde62" ], "elapsed-time": [ - "338" + "90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1194" ], "x-ms-correlation-request-id": [ - "ae414005-1e00-4425-9914-66be181f66b6" + "90a52439-0547-4190-b2f2-fd335dba4483" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000902Z:ae414005-1e00-4425-9914-66be181f66b6" + "NORTHEUROPE:20200808T094720Z:90a52439-0547-4190-b2f2-fd335dba4483" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:09:02 GMT" + "Sat, 08 Aug 2020 09:47:19 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"ADD3FCF681BAC252E98EB187E1BCDEDC\",\r\n \"secondaryKey\": \"C909B11F2246BCB2D6E227353D6142A1\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"BDB91D67EC395064C292D17C8AB46F1E\",\r\n \"secondaryKey\": \"B9956764682091CA7F66E74EB248FA00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5058/providers/Microsoft.Search/searchServices/azs-9827/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MDU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODI3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9082/providers/Microsoft.Search/searchServices/azs-1830/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODMwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ba92163d-adb1-4ebe-9ad1-659be2341eeb" + "cd2c9b30-474a-4bb5-9636-950d923c6ffc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ba92163d-adb1-4ebe-9ad1-659be2341eeb" + "cd2c9b30-474a-4bb5-9636-950d923c6ffc" ], "request-id": [ - "ba92163d-adb1-4ebe-9ad1-659be2341eeb" + "cd2c9b30-474a-4bb5-9636-950d923c6ffc" ], "elapsed-time": [ - "451" + "86" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1193" ], "x-ms-correlation-request-id": [ - "d1a58ca7-4b5a-4324-b2ef-b8af984a52ef" + "c9f81e2a-adea-4d7e-80db-68cec5c95907" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000903Z:d1a58ca7-4b5a-4324-b2ef-b8af984a52ef" + "NORTHEUROPE:20200808T094720Z:c9f81e2a-adea-4d7e-80db-68cec5c95907" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:09:02 GMT" + "Sat, 08 Aug 2020 09:47:20 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"E98D253E35E56AF07969200BDEF5CEE3\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"0A9149D1CB199B8FEC2B819866716A58\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet4000\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7591\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "738079e7-1c9b-4c4a-a07d-3a4a17363608" + "42357e40-8369-4aea-83a5-f08865737536" ], "Accept-Language": [ "en-US" ], "api-key": [ - "ADD3FCF681BAC252E98EB187E1BCDEDC" + "BDB91D67EC395064C292D17C8AB46F1E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036480EDD74A\"" + "W/\"0x8D83B800F76C058\"" ], "Location": [ - "https://azs-9827.search-dogfood.windows-int.net/indexes('azsmnet4000')?api-version=2019-05-06" + "https://azs-1830.search-dogfood.windows-int.net/indexes('azsmnet7591')?api-version=2019-05-06" ], "request-id": [ - "738079e7-1c9b-4c4a-a07d-3a4a17363608" + "42357e40-8369-4aea-83a5-f08865737536" ], "elapsed-time": [ - "1474" + "4099" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:09:06 GMT" + "Sat, 08 Aug 2020 09:47:27 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9827.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036480EDD74A\\\"\",\r\n \"name\": \"azsmnet4000\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1830.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B800F76C058\\\"\",\r\n \"name\": \"azsmnet7591\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet4000')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MDAwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet7591')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NTkxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "6354a81a-b904-43bc-aa9e-a14fe1cdce59" + "8da25c75-c70d-44ea-8bd1-bdaa93d1b6d6" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "ADD3FCF681BAC252E98EB187E1BCDEDC" + "BDB91D67EC395064C292D17C8AB46F1E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "6354a81a-b904-43bc-aa9e-a14fe1cdce59" + "8da25c75-c70d-44ea-8bd1-bdaa93d1b6d6" ], "elapsed-time": [ - "199" + "215" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:09:28 GMT" + "Sat, 08 Aug 2020 09:47:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet4000')/docs/search.post.suggest?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MDAwJykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet7591')/docs/search.post.suggest?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NTkxJykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", "RequestBody": "{\r\n \"fuzzy\": false,\r\n \"orderby\": \"hotelId\",\r\n \"search\": \"more\",\r\n \"select\": \"*\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "d5ca7a48-f3d0-4cfa-a292-f39d3a8ab41d" + "b3e762fe-0647-4f8e-8a68-2f379a8858e0" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "E98D253E35E56AF07969200BDEF5CEE3" + "0A9149D1CB199B8FEC2B819866716A58" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "d5ca7a48-f3d0-4cfa-a292-f39d3a8ab41d" + "b3e762fe-0647-4f8e-8a68-2f379a8858e0" ], "elapsed-time": [ - "333" + "48" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:09:32 GMT" + "Sat, 08 Aug 2020 09:47:52 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,21 +550,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5058/providers/Microsoft.Search/searchServices/azs-9827?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MDU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODI3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9082/providers/Microsoft.Search/searchServices/azs-1830?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODMwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4027dbd1-eb5a-4bb4-8f5e-e5a748af30ea" + "a0ea7dcd-9154-4d25-8738-d72ebd24273c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14985" + ], "x-ms-request-id": [ - "4027dbd1-eb5a-4bb4-8f5e-e5a748af30ea" + "abbcfccf-b7f0-4af1-b93a-81086c60040f" ], - "request-id": [ - "4027dbd1-eb5a-4bb4-8f5e-e5a748af30ea" + "x-ms-correlation-request-id": [ + "abbcfccf-b7f0-4af1-b93a-81086c60040f" ], - "elapsed-time": [ - "1062" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T094812Z:abbcfccf-b7f0-4af1-b93a-81086c60040f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" - ], - "x-ms-correlation-request-id": [ - "6a8e9c04-eb71-4e4b-bd4a-6ba52eeec48a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000938Z:6a8e9c04-eb71-4e4b-bd4a-6ba52eeec48a" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:09:37 GMT" + "Sat, 08 Aug 2020 09:48:11 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5058", - "azsmnet4000" + "azsmnet9082", + "azsmnet7591" ], "GenerateServiceName": [ - "azs-9827" + "azs-1830" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestStaticallyTypedDocuments.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestStaticallyTypedDocuments.json index d1b76e9bd188..361bd2f07cb9 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestStaticallyTypedDocuments.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestStaticallyTypedDocuments.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "890b219c-3f84-4826-abf8-167e71c59da5" + "2e4880e8-9420-4adb-9453-b503228050e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1187" ], "x-ms-request-id": [ - "7f18abba-c2d3-4b5b-81e3-eeb905448eab" + "24b34989-e47e-4785-9270-840eb1868d9c" ], "x-ms-correlation-request-id": [ - "7f18abba-c2d3-4b5b-81e3-eeb905448eab" + "24b34989-e47e-4785-9270-840eb1868d9c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001603Z:7f18abba-c2d3-4b5b-81e3-eeb905448eab" + "NORTHEUROPE:20200808T095711Z:24b34989-e47e-4785-9270-840eb1868d9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:16:03 GMT" + "Sat, 08 Aug 2020 09:57:11 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4803?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0ODAzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6033?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MDMzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "adc0f234-f850-40a6-ba75-c732d9ac5755" + "ab0c5e32-03b6-4ab4-914d-d8457cd094a6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1191" ], "x-ms-request-id": [ - "2663dfbd-2aad-4aec-9cc9-c117116cae77" + "051820ab-5052-4411-9b31-837857523300" ], "x-ms-correlation-request-id": [ - "2663dfbd-2aad-4aec-9cc9-c117116cae77" + "051820ab-5052-4411-9b31-837857523300" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001604Z:2663dfbd-2aad-4aec-9cc9-c117116cae77" + "NORTHEUROPE:20200808T095712Z:051820ab-5052-4411-9b31-837857523300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:16:04 GMT" + "Sat, 08 Aug 2020 09:57:12 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4803\",\r\n \"name\": \"azsmnet4803\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6033\",\r\n \"name\": \"azsmnet6033\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4803/providers/Microsoft.Search/searchServices/azs-3349?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzQ5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6033/providers/Microsoft.Search/searchServices/azs-610?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MDMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d7b40cc5-16ee-4fca-a92f-0bb0b8bb8706" + "16530d57-b002-4a84-86dc-2b17efeff7c3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A16%3A08.7646314Z'\"" + "W/\"datetime'2020-08-08T09%3A57%3A16.0233399Z'\"" ], "x-ms-request-id": [ - "d7b40cc5-16ee-4fca-a92f-0bb0b8bb8706" + "16530d57-b002-4a84-86dc-2b17efeff7c3" ], "request-id": [ - "d7b40cc5-16ee-4fca-a92f-0bb0b8bb8706" + "16530d57-b002-4a84-86dc-2b17efeff7c3" ], "elapsed-time": [ - "1267" + "1365" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1194" ], "x-ms-correlation-request-id": [ - "c8de6cf1-9aed-4f2a-b71b-dfd6b21b2c88" + "5dbd5361-e18a-40d2-aee2-d276c75bf480" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001609Z:c8de6cf1-9aed-4f2a-b71b-dfd6b21b2c88" + "NORTHEUROPE:20200808T095717Z:5dbd5361-e18a-40d2-aee2-d276c75bf480" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:16:09 GMT" + "Sat, 08 Aug 2020 09:57:17 GMT" ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4803/providers/Microsoft.Search/searchServices/azs-3349\",\r\n \"name\": \"azs-3349\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6033/providers/Microsoft.Search/searchServices/azs-610\",\r\n \"name\": \"azs-610\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4803/providers/Microsoft.Search/searchServices/azs-3349/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzQ5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6033/providers/Microsoft.Search/searchServices/azs-610/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MDMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTAvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "55b396a6-1fd2-43e3-8895-4e78c6c37c73" + "6a880243-d04e-440d-8ab7-7715830718f2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "55b396a6-1fd2-43e3-8895-4e78c6c37c73" + "6a880243-d04e-440d-8ab7-7715830718f2" ], "request-id": [ - "55b396a6-1fd2-43e3-8895-4e78c6c37c73" + "6a880243-d04e-440d-8ab7-7715830718f2" ], "elapsed-time": [ - "93" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1192" ], "x-ms-correlation-request-id": [ - "05ed2780-09b3-461d-b3ea-b97456d6872b" + "b4cd6179-3046-465c-b1d5-e16a750a1d49" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001611Z:05ed2780-09b3-461d-b3ea-b97456d6872b" + "NORTHEUROPE:20200808T095720Z:b4cd6179-3046-465c-b1d5-e16a750a1d49" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:16:11 GMT" + "Sat, 08 Aug 2020 09:57:19 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"575EED3185C7A1185C521D740D3A8401\",\r\n \"secondaryKey\": \"E33237DF187D2EDDEC3EEAAB3A3F2962\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"52E344D574C41B00984E021C1D3B1571\",\r\n \"secondaryKey\": \"96F2CD0A432CCF97A175EE20B82AEB21\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4803/providers/Microsoft.Search/searchServices/azs-3349/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzQ5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6033/providers/Microsoft.Search/searchServices/azs-610/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MDMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTAvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "35d2c32d-d7e7-4587-9c1f-0e2ab59ed635" + "6f6f4956-4c44-4fa2-ad72-df87517c55a1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "35d2c32d-d7e7-4587-9c1f-0e2ab59ed635" + "6f6f4956-4c44-4fa2-ad72-df87517c55a1" ], "request-id": [ - "35d2c32d-d7e7-4587-9c1f-0e2ab59ed635" + "6f6f4956-4c44-4fa2-ad72-df87517c55a1" ], "elapsed-time": [ - "96" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1191" ], "x-ms-correlation-request-id": [ - "2304a5fa-f3f7-43dc-b79d-e76d278ac413" + "7e5f20b5-6122-4296-8a50-984b733b26fc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001612Z:2304a5fa-f3f7-43dc-b79d-e76d278ac413" + "NORTHEUROPE:20200808T095720Z:7e5f20b5-6122-4296-8a50-984b733b26fc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:16:11 GMT" + "Sat, 08 Aug 2020 09:57:19 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"FA9A38EB098401689D70AF2E80B34386\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B98A0CB5A22C55BCBBDC6BF4BF5FB8F0\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2725\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7913\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "86061492-d75b-4580-9c8c-20bbe814bc40" + "68a64d8f-4b45-45f4-85c1-344beb1174c9" ], "Accept-Language": [ "en-US" ], "api-key": [ - "575EED3185C7A1185C521D740D3A8401" + "52E344D574C41B00984E021C1D3B1571" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036580999A5F\"" + "W/\"0x8D83B8172AD6986\"" ], "Location": [ - "https://azs-3349.search-dogfood.windows-int.net/indexes('azsmnet2725')?api-version=2019-05-06" + "https://azs-610.search-dogfood.windows-int.net/indexes('azsmnet7913')?api-version=2019-05-06" ], "request-id": [ - "86061492-d75b-4580-9c8c-20bbe814bc40" + "68a64d8f-4b45-45f4-85c1-344beb1174c9" ], "elapsed-time": [ - "1187" + "769" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:16:15 GMT" + "Sat, 08 Aug 2020 09:57:23 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6147" + "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3349.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036580999A5F\\\"\",\r\n \"name\": \"azsmnet2725\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-610.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B8172AD6986\\\"\",\r\n \"name\": \"azsmnet7913\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet2725')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNzI1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet7913')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3OTEzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "02bdce03-a2b7-4f1f-964d-b01dff90c112" + "994399b1-b6c4-4bb1-ae0c-f2f610ec571c" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "575EED3185C7A1185C521D740D3A8401" + "52E344D574C41B00984E021C1D3B1571" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "02bdce03-a2b7-4f1f-964d-b01dff90c112" + "994399b1-b6c4-4bb1-ae0c-f2f610ec571c" ], "elapsed-time": [ - "287" + "156" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:16:37 GMT" + "Sat, 08 Aug 2020 09:57:44 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet2725')/docs/search.post.suggest?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyNzI1JykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet7913')/docs/search.post.suggest?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3OTEzJykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", "RequestBody": "{\r\n \"fuzzy\": false,\r\n \"orderby\": \"hotelId\",\r\n \"search\": \"more\",\r\n \"select\": \"*\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "5c6cc0a1-3b92-4035-9ba3-ed74958019dd" + "c03f2155-ae3d-4fa5-980e-93707c6b99c5" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "FA9A38EB098401689D70AF2E80B34386" + "B98A0CB5A22C55BCBBDC6BF4BF5FB8F0" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "5c6cc0a1-3b92-4035-9ba3-ed74958019dd" + "c03f2155-ae3d-4fa5-980e-93707c6b99c5" ], "elapsed-time": [ - "70" + "46" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:16:40 GMT" + "Sat, 08 Aug 2020 09:57:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,21 +550,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4803/providers/Microsoft.Search/searchServices/azs-3349?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0ODAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzQ5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6033/providers/Microsoft.Search/searchServices/azs-610?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MDMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a6a9571a-b7b1-43d2-8109-3ccc7551950f" + "2856904a-1ef1-4b7d-a7c3-91b0bcf3f9aa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "a6a9571a-b7b1-43d2-8109-3ccc7551950f" + "618dfa21-bfdc-4b09-8a41-30b2660b3949" ], - "request-id": [ - "a6a9571a-b7b1-43d2-8109-3ccc7551950f" + "x-ms-correlation-request-id": [ + "618dfa21-bfdc-4b09-8a41-30b2660b3949" ], - "elapsed-time": [ - "1193" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T095757Z:618dfa21-bfdc-4b09-8a41-30b2660b3949" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" - ], - "x-ms-correlation-request-id": [ - "4e662d3e-5a42-408b-b0c0-2c618716942a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001646Z:4e662d3e-5a42-408b-b0c0-2c618716942a" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:16:45 GMT" + "Sat, 08 Aug 2020 09:57:57 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet4803", - "azsmnet2725" + "azsmnet6033", + "azsmnet7913" ], "GenerateServiceName": [ - "azs-3349" + "azs-610" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestWithCustomContractResolver.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestWithCustomContractResolver.json index a5c8a14bcd3e..c22ccb5bf75c 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestWithCustomContractResolver.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestWithCustomContractResolver.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ffe6e818-83ac-4080-b79c-df815393afd3" + "3edd7450-f6fa-4fee-a88c-5333908b29d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1187" ], "x-ms-request-id": [ - "2305c81c-fc68-4638-8e07-652c9c168b88" + "decc9dd3-8674-490e-aeea-c5228cdc5cd2" ], "x-ms-correlation-request-id": [ - "2305c81c-fc68-4638-8e07-652c9c168b88" + "decc9dd3-8674-490e-aeea-c5228cdc5cd2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000623Z:2305c81c-fc68-4638-8e07-652c9c168b88" + "NORTHEUROPE:20200808T094157Z:decc9dd3-8674-490e-aeea-c5228cdc5cd2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:06:23 GMT" + "Sat, 08 Aug 2020 09:41:57 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6650?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2NjUwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7063?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MDYzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c0b28e14-01cc-4ffb-8c61-10634cb498d6" + "7a51190d-f320-4128-bc1e-7ee4505fe02a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1191" ], "x-ms-request-id": [ - "fefd604d-eb1f-457b-b1a8-33b8244f6dd9" + "213edc25-25e5-4fc4-9e9a-ad412c9cfac0" ], "x-ms-correlation-request-id": [ - "fefd604d-eb1f-457b-b1a8-33b8244f6dd9" + "213edc25-25e5-4fc4-9e9a-ad412c9cfac0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000624Z:fefd604d-eb1f-457b-b1a8-33b8244f6dd9" + "NORTHEUROPE:20200808T094200Z:213edc25-25e5-4fc4-9e9a-ad412c9cfac0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:06:24 GMT" + "Sat, 08 Aug 2020 09:42:00 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6650\",\r\n \"name\": \"azsmnet6650\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7063\",\r\n \"name\": \"azsmnet7063\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6650/providers/Microsoft.Search/searchServices/azs-5981?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NjUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTgxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7063/providers/Microsoft.Search/searchServices/azs-6767?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzY3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "249c4966-4542-47c4-8e9f-f6c6cd4cf4e3" + "502e39e0-2b14-4100-8cff-387547ba9489" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A06%3A27.9035394Z'\"" + "W/\"datetime'2020-08-08T09%3A42%3A06.1423593Z'\"" ], "x-ms-request-id": [ - "249c4966-4542-47c4-8e9f-f6c6cd4cf4e3" + "502e39e0-2b14-4100-8cff-387547ba9489" ], "request-id": [ - "249c4966-4542-47c4-8e9f-f6c6cd4cf4e3" + "502e39e0-2b14-4100-8cff-387547ba9489" ], "elapsed-time": [ - "1260" + "1446" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1192" ], "x-ms-correlation-request-id": [ - "a94136f5-e118-4de3-9f90-71c1d77c7253" + "2b6821a2-5747-49c6-9b32-8a22604e3a03" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000628Z:a94136f5-e118-4de3-9f90-71c1d77c7253" + "NORTHEUROPE:20200808T094207Z:2b6821a2-5747-49c6-9b32-8a22604e3a03" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:06:28 GMT" + "Sat, 08 Aug 2020 09:42:06 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6650/providers/Microsoft.Search/searchServices/azs-5981\",\r\n \"name\": \"azs-5981\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7063/providers/Microsoft.Search/searchServices/azs-6767\",\r\n \"name\": \"azs-6767\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6650/providers/Microsoft.Search/searchServices/azs-5981/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NjUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTgxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7063/providers/Microsoft.Search/searchServices/azs-6767/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzY3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41f41262-9782-4c6f-9388-0551df1c9d51" + "5c1e1aa7-7402-4b7d-ac9c-c38000c5cac5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,10 +231,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "41f41262-9782-4c6f-9388-0551df1c9d51" + "5c1e1aa7-7402-4b7d-ac9c-c38000c5cac5" ], "request-id": [ - "41f41262-9782-4c6f-9388-0551df1c9d51" + "5c1e1aa7-7402-4b7d-ac9c-c38000c5cac5" ], "elapsed-time": [ "88" @@ -243,19 +243,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1191" ], "x-ms-correlation-request-id": [ - "5edf0e4a-f506-4778-90f8-0f7c9a92b5a4" + "8a668f07-9da7-4f56-ae72-334546d0737a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000630Z:5edf0e4a-f506-4778-90f8-0f7c9a92b5a4" + "NORTHEUROPE:20200808T094210Z:8a668f07-9da7-4f56-ae72-334546d0737a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:06:30 GMT" + "Sat, 08 Aug 2020 09:42:09 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"E053A973B2E3AAF86867AC99C44C0495\",\r\n \"secondaryKey\": \"584388B03DEB85CED99407AB03C8EAF2\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"3DBA5B3D6A7138E47E992516E24AEC5E\",\r\n \"secondaryKey\": \"067BFE248FD2F6F437A46473D8AE2077\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6650/providers/Microsoft.Search/searchServices/azs-5981/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NjUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTgxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7063/providers/Microsoft.Search/searchServices/azs-6767/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzY3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "71733efb-210a-4e36-b016-f603618c75b0" + "5b8bd665-1523-4ccb-8425-3c26156c142e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "71733efb-210a-4e36-b016-f603618c75b0" + "5b8bd665-1523-4ccb-8425-3c26156c142e" ], "request-id": [ - "71733efb-210a-4e36-b016-f603618c75b0" + "5b8bd665-1523-4ccb-8425-3c26156c142e" ], "elapsed-time": [ - "110" + "90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1190" ], "x-ms-correlation-request-id": [ - "4bb86a0b-db32-47bd-94ea-96f0d599803e" + "ef25fc4d-f4c4-406a-8aa9-c67cb82e387d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000631Z:4bb86a0b-db32-47bd-94ea-96f0d599803e" + "NORTHEUROPE:20200808T094210Z:ef25fc4d-f4c4-406a-8aa9-c67cb82e387d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:06:30 GMT" + "Sat, 08 Aug 2020 09:42:09 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"18C89FD4249D10B0C5304614136D961C\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"48E73A5E55FB3009DA7C88B9F9206D58\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7128\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4412\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "9697395d-e69b-4470-982f-712712c7a29f" + "0a1ae245-5bfc-4685-9a2e-96ec06f1c504" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E053A973B2E3AAF86867AC99C44C0495" + "3DBA5B3D6A7138E47E992516E24AEC5E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036425E0754C\"" + "W/\"0x8D83B7F53F14844\"" ], "Location": [ - "https://azs-5981.search-dogfood.windows-int.net/indexes('azsmnet7128')?api-version=2019-05-06" + "https://azs-6767.search-dogfood.windows-int.net/indexes('azsmnet4412')?api-version=2019-05-06" ], "request-id": [ - "9697395d-e69b-4470-982f-712712c7a29f" + "0a1ae245-5bfc-4685-9a2e-96ec06f1c504" ], "elapsed-time": [ - "1258" + "790" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:06:34 GMT" + "Sat, 08 Aug 2020 09:42:12 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5981.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036425E0754C\\\"\",\r\n \"name\": \"azsmnet7128\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6767.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7F53F14844\\\"\",\r\n \"name\": \"azsmnet4412\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet7128')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTI4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4412')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NDEyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "49ddd740-3891-492c-947d-62e1f9e38f92" + "993090a9-7b38-4ff9-acf0-8c4e880658c3" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "E053A973B2E3AAF86867AC99C44C0495" + "3DBA5B3D6A7138E47E992516E24AEC5E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "49ddd740-3891-492c-947d-62e1f9e38f92" + "993090a9-7b38-4ff9-acf0-8c4e880658c3" ], "elapsed-time": [ - "465" + "266" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:06:55 GMT" + "Sat, 08 Aug 2020 09:42:34 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7128')/docs/search.post.suggest?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTI4JykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet4412')/docs/search.post.suggest?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NDEyJykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", "RequestBody": "{\r\n \"fuzzy\": false,\r\n \"search\": \"Best\",\r\n \"select\": \"*\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "fc48ed4a-c775-4b08-9596-42ba8e53a163" + "1c7c574d-8dd3-4935-9a33-fc1199c03983" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "18C89FD4249D10B0C5304614136D961C" + "48E73A5E55FB3009DA7C88B9F9206D58" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "fc48ed4a-c775-4b08-9596-42ba8e53a163" + "1c7c574d-8dd3-4935-9a33-fc1199c03983" ], "elapsed-time": [ - "402" + "148" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:06:59 GMT" + "Sat, 08 Aug 2020 09:42:37 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,21 +550,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6650/providers/Microsoft.Search/searchServices/azs-5981?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NjUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTgxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7063/providers/Microsoft.Search/searchServices/azs-6767?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDYzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzY3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9aa63ea1-d8a1-4552-8ca9-ab2f3b47ab6c" + "0da1691a-751b-405a-9220-9a98a72c7708" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "9aa63ea1-d8a1-4552-8ca9-ab2f3b47ab6c" + "498f8210-4cea-48a2-9362-0669da4e1d82" ], - "request-id": [ - "9aa63ea1-d8a1-4552-8ca9-ab2f3b47ab6c" + "x-ms-correlation-request-id": [ + "498f8210-4cea-48a2-9362-0669da4e1d82" ], - "elapsed-time": [ - "1922" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T094347Z:498f8210-4cea-48a2-9362-0669da4e1d82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" - ], - "x-ms-correlation-request-id": [ - "971943a2-4c2c-4f8e-839c-a32761e82138" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000705Z:971943a2-4c2c-4f8e-839c-a32761e82138" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:07:05 GMT" + "Sat, 08 Aug 2020 09:43:46 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6650", - "azsmnet7128" + "azsmnet7063", + "azsmnet4412" ], "GenerateServiceName": [ - "azs-5981" + "azs-6767" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestWithCustomConverter.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestWithCustomConverter.json index e4be27f8a715..2d890ccad6f2 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestWithCustomConverter.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestWithCustomConverter.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48191116-1237-42c4-a6cb-2728d7a77f21" + "a73ce951-d930-441e-8691-5922df660aef" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -30,13 +30,13 @@ "1192" ], "x-ms-request-id": [ - "7aaf6bf4-73e8-4551-9afa-e06ef7ef756c" + "d1daa1b9-dd7b-44b6-8cbb-6f5aec81667b" ], "x-ms-correlation-request-id": [ - "7aaf6bf4-73e8-4551-9afa-e06ef7ef756c" + "d1daa1b9-dd7b-44b6-8cbb-6f5aec81667b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001910Z:7aaf6bf4-73e8-4551-9afa-e06ef7ef756c" + "NORTHEUROPE:20200808T100056Z:d1daa1b9-dd7b-44b6-8cbb-6f5aec81667b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:19:10 GMT" + "Sat, 08 Aug 2020 10:00:56 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1510?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxNTEwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7718?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NzE4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "86569212-3164-458b-8a14-0aa414e74fda" + "ea1dcdc8-23ff-44d0-b87e-1986a815e932" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -96,13 +96,13 @@ "1194" ], "x-ms-request-id": [ - "16d97f25-9bd8-43f6-8e4c-f45f6737b708" + "df1875ad-9c01-415a-a05f-6f117afb618d" ], "x-ms-correlation-request-id": [ - "16d97f25-9bd8-43f6-8e4c-f45f6737b708" + "df1875ad-9c01-415a-a05f-6f117afb618d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001911Z:16d97f25-9bd8-43f6-8e4c-f45f6737b708" + "NORTHEUROPE:20200808T100057Z:df1875ad-9c01-415a-a05f-6f117afb618d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:19:10 GMT" + "Sat, 08 Aug 2020 10:00:56 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1510\",\r\n \"name\": \"azsmnet1510\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7718\",\r\n \"name\": \"azsmnet7718\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1510/providers/Microsoft.Search/searchServices/azs-2604?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNTEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNjA0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7718/providers/Microsoft.Search/searchServices/azs-4220?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MjIwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5391ee91-7544-4fa1-9669-ec92c47a4ae9" + "665caafd-0e0a-4d77-a4b9-15e6018156bc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A19%3A15.4212765Z'\"" + "W/\"datetime'2020-08-08T10%3A01%3A03.3920758Z'\"" ], "x-ms-request-id": [ - "5391ee91-7544-4fa1-9669-ec92c47a4ae9" + "665caafd-0e0a-4d77-a4b9-15e6018156bc" ], "request-id": [ - "5391ee91-7544-4fa1-9669-ec92c47a4ae9" + "665caafd-0e0a-4d77-a4b9-15e6018156bc" ], "elapsed-time": [ - "1668" + "1863" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1190" ], "x-ms-correlation-request-id": [ - "2a1508c1-d2e0-412f-b948-aecf60787613" + "8b9277f0-c60e-4941-b87f-7ca53c0193b8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001916Z:2a1508c1-d2e0-412f-b948-aecf60787613" + "NORTHEUROPE:20200808T100104Z:8b9277f0-c60e-4941-b87f-7ca53c0193b8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:19:15 GMT" + "Sat, 08 Aug 2020 10:01:04 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1510/providers/Microsoft.Search/searchServices/azs-2604\",\r\n \"name\": \"azs-2604\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7718/providers/Microsoft.Search/searchServices/azs-4220\",\r\n \"name\": \"azs-4220\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1510/providers/Microsoft.Search/searchServices/azs-2604/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNTEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNjA0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7718/providers/Microsoft.Search/searchServices/azs-4220/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MjIwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c14f6d2e-bfac-4014-a651-1c204e7897fe" + "7ee38baa-1044-41bf-ba82-82bdbe76d9a8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c14f6d2e-bfac-4014-a651-1c204e7897fe" + "7ee38baa-1044-41bf-ba82-82bdbe76d9a8" ], "request-id": [ - "c14f6d2e-bfac-4014-a651-1c204e7897fe" + "7ee38baa-1044-41bf-ba82-82bdbe76d9a8" ], "elapsed-time": [ - "90" + "102" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1186" ], "x-ms-correlation-request-id": [ - "7840a93b-c91b-4468-a8c5-6cc6f49bd9ab" + "dc19b092-5d1c-40bc-bf88-3df692671879" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001918Z:7840a93b-c91b-4468-a8c5-6cc6f49bd9ab" + "NORTHEUROPE:20200808T100107Z:dc19b092-5d1c-40bc-bf88-3df692671879" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:19:17 GMT" + "Sat, 08 Aug 2020 10:01:07 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"6BD1C3ACBF8C130C564EBAE4879D7AB7\",\r\n \"secondaryKey\": \"79006BFF8F496FB6903F4F30CDC921ED\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"FECC974B1F8FAE01CC48486A74B13247\",\r\n \"secondaryKey\": \"CCF2462226F695EAE5E3F4583766DCD5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1510/providers/Microsoft.Search/searchServices/azs-2604/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNTEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNjA0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7718/providers/Microsoft.Search/searchServices/azs-4220/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MjIwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "33863e1c-fa43-41ef-a78f-6ceb6222b984" + "b2a2692d-5eaa-43a0-8aba-4a2c030505de" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "33863e1c-fa43-41ef-a78f-6ceb6222b984" + "b2a2692d-5eaa-43a0-8aba-4a2c030505de" ], "request-id": [ - "33863e1c-fa43-41ef-a78f-6ceb6222b984" + "b2a2692d-5eaa-43a0-8aba-4a2c030505de" ], "elapsed-time": [ - "100" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1185" ], "x-ms-correlation-request-id": [ - "53ec07d2-09ff-43f6-86fe-ec25b5a5bf21" + "06d808cf-6d79-419c-a7fd-957b47293269" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001919Z:53ec07d2-09ff-43f6-86fe-ec25b5a5bf21" + "NORTHEUROPE:20200808T100107Z:06d808cf-6d79-419c-a7fd-957b47293269" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:19:19 GMT" + "Sat, 08 Aug 2020 10:01:07 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"4E888D3E0D80CFD4BF4EED6DBEDE1ADD\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"9ED3D11C952BA1688CEC20C2E65DB337\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3631\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1638\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "4c8f29cd-1dc5-48cf-9093-ffce22f34724" + "4f448c90-4243-4b1a-b1c8-0e8e6ca35488" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6BD1C3ACBF8C130C564EBAE4879D7AB7" + "FECC974B1F8FAE01CC48486A74B13247" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80365EFDCC452\"" + "W/\"0x8D83B81FAE92890\"" ], "Location": [ - "https://azs-2604.search-dogfood.windows-int.net/indexes('azsmnet3631')?api-version=2019-05-06" + "https://azs-4220.search-dogfood.windows-int.net/indexes('azsmnet1638')?api-version=2019-05-06" ], "request-id": [ - "4c8f29cd-1dc5-48cf-9093-ffce22f34724" + "4f448c90-4243-4b1a-b1c8-0e8e6ca35488" ], "elapsed-time": [ - "1232" + "2685" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:19:22 GMT" + "Sat, 08 Aug 2020 10:01:12 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2604.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80365EFDCC452\\\"\",\r\n \"name\": \"azsmnet3631\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4220.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B81FAE92890\\\"\",\r\n \"name\": \"azsmnet1638\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1417\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8665\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "9d91d7f5-66a1-46cf-a0b4-163e127b5bec" + "3f8ece57-1de3-4820-9101-4d5e86346853" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6BD1C3ACBF8C130C564EBAE4879D7AB7" + "FECC974B1F8FAE01CC48486A74B13247" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80365FFF05F5C\"" + "W/\"0x8D83B820B296F51\"" ], "Location": [ - "https://azs-2604.search-dogfood.windows-int.net/indexes('azsmnet1417')?api-version=2019-05-06" + "https://azs-4220.search-dogfood.windows-int.net/indexes('azsmnet8665')?api-version=2019-05-06" ], "request-id": [ - "9d91d7f5-66a1-46cf-a0b4-163e127b5bec" + "3f8ece57-1de3-4820-9101-4d5e86346853" ], "elapsed-time": [ - "1055" + "1694" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:19:49 GMT" + "Sat, 08 Aug 2020 10:01:39 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "1569" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2604.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80365FFF05F5C\\\"\",\r\n \"name\": \"azsmnet1417\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4220.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B820B296F51\\\"\",\r\n \"name\": \"azsmnet8665\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet3631')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzNjMxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1638')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNjM4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "18d7ee1c-1c5e-4e74-9e34-0a133beea96f" + "bc81d9b9-e260-4ee9-ba62-728f88a9d083" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "6BD1C3ACBF8C130C564EBAE4879D7AB7" + "FECC974B1F8FAE01CC48486A74B13247" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "18d7ee1c-1c5e-4e74-9e34-0a133beea96f" + "bc81d9b9-e260-4ee9-ba62-728f88a9d083" ], "elapsed-time": [ - "166" + "168" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:19:44 GMT" + "Sat, 08 Aug 2020 10:01:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,13 +553,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet1417')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNDE3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8665')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4NjY1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"Lord of the Rings\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n },\r\n \"PublishDate\": \"1954-07-29T00:00:00+00:00\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"Lord of the Rings\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n },\r\n \"PublishDate\": \"1954-07-28T17:00:00-07:00\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "f38abd5b-7100-4749-ba03-f4f8415f7293" + "96171638-96e0-4f69-ae98-5259ee78393b" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "6BD1C3ACBF8C130C564EBAE4879D7AB7" + "FECC974B1F8FAE01CC48486A74B13247" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -591,10 +591,10 @@ "no-cache" ], "request-id": [ - "f38abd5b-7100-4749-ba03-f4f8415f7293" + "96171638-96e0-4f69-ae98-5259ee78393b" ], "elapsed-time": [ - "170" + "199" ], "OData-Version": [ "4.0" @@ -606,7 +606,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:19:51 GMT" + "Sat, 08 Aug 2020 10:01:40 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -622,13 +622,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet1417')/docs/search.post.suggest?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNDE3JykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet8665')/docs/search.post.suggest?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4NjY1JykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", "RequestBody": "{\r\n \"fuzzy\": false,\r\n \"search\": \"Lord\",\r\n \"select\": \"*\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "c4d0ca36-d0bb-412d-b4ee-2cb0f450803f" + "79c59a6e-8d75-4089-ad66-eefd3488603e" ], "Accept-Language": [ "en-US" @@ -637,12 +637,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "6BD1C3ACBF8C130C564EBAE4879D7AB7" + "FECC974B1F8FAE01CC48486A74B13247" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -660,10 +660,10 @@ "no-cache" ], "request-id": [ - "c4d0ca36-d0bb-412d-b4ee-2cb0f450803f" + "79c59a6e-8d75-4089-ad66-eefd3488603e" ], "elapsed-time": [ - "37" + "22" ], "OData-Version": [ "4.0" @@ -675,7 +675,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:19:52 GMT" + "Sat, 08 Aug 2020 10:01:42 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -691,21 +691,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1510/providers/Microsoft.Search/searchServices/azs-2604?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNTEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNjA0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7718/providers/Microsoft.Search/searchServices/azs-4220?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MjIwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eab7316d-82ce-4d0b-ba26-bcd5879c0119" + "283716a7-2412-48d3-af65-93ca7e06c753" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -716,52 +716,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14988" + ], "x-ms-request-id": [ - "eab7316d-82ce-4d0b-ba26-bcd5879c0119" + "564df2a8-2261-4aa0-a1c8-cdc18a2e0138" ], - "request-id": [ - "eab7316d-82ce-4d0b-ba26-bcd5879c0119" + "x-ms-correlation-request-id": [ + "564df2a8-2261-4aa0-a1c8-cdc18a2e0138" ], - "elapsed-time": [ - "1055" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T100231Z:564df2a8-2261-4aa0-a1c8-cdc18a2e0138" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "x-ms-correlation-request-id": [ - "4c2075cc-cf22-48ce-9e46-87695d8a1826" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001957Z:4c2075cc-cf22-48ce-9e46-87695d8a1826" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:19:57 GMT" + "Sat, 08 Aug 2020 10:02:31 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet1510", - "azsmnet3631", - "azsmnet1417" + "azsmnet7718", + "azsmnet1638", + "azsmnet8665" ], "GenerateServiceName": [ - "azs-2604" + "azs-4220" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestWithCustomConverterViaSettings.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestWithCustomConverterViaSettings.json index 96a8b8b88e95..cd6deff89c5d 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestWithCustomConverterViaSettings.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestWithCustomConverterViaSettings.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d8d159e-8212-45f3-bd47-1a4a60d1a01a" + "3db7c6d3-22b0-4627-8461-516707b10262" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1195" ], "x-ms-request-id": [ - "45a8c9ed-e71d-4068-b61c-f6ccd99d1122" + "15af79a3-316f-4f09-987a-fe5c9cefdd85" ], "x-ms-correlation-request-id": [ - "45a8c9ed-e71d-4068-b61c-f6ccd99d1122" + "15af79a3-316f-4f09-987a-fe5c9cefdd85" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000435Z:45a8c9ed-e71d-4068-b61c-f6ccd99d1122" + "NORTHEUROPE:20200808T093934Z:15af79a3-316f-4f09-987a-fe5c9cefdd85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:04:35 GMT" + "Sat, 08 Aug 2020 09:39:33 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2750?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNzUwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3417?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNDE3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eed50fa5-a236-4696-a455-fb79612a0606" + "14af4ba1-f9fa-4168-b259-e78a612f0e28" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-request-id": [ - "efe47667-5f14-41b1-a423-391010bc9867" + "daf398ea-caae-4ed7-b771-942190119ea0" ], "x-ms-correlation-request-id": [ - "efe47667-5f14-41b1-a423-391010bc9867" + "daf398ea-caae-4ed7-b771-942190119ea0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000436Z:efe47667-5f14-41b1-a423-391010bc9867" + "NORTHEUROPE:20200808T093935Z:daf398ea-caae-4ed7-b771-942190119ea0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:04:36 GMT" + "Sat, 08 Aug 2020 09:39:34 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2750\",\r\n \"name\": \"azsmnet2750\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3417\",\r\n \"name\": \"azsmnet3417\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2750/providers/Microsoft.Search/searchServices/azs-8661?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NjYxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3417/providers/Microsoft.Search/searchServices/azs-3778?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNDE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a4c50a08-3a66-4936-87e2-fcf5a6914492" + "79a5731b-7714-4b3b-b62e-e377acabb920" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A04%3A42.1581397Z'\"" + "W/\"datetime'2020-08-08T09%3A39%3A41.2799522Z'\"" ], "x-ms-request-id": [ - "a4c50a08-3a66-4936-87e2-fcf5a6914492" + "79a5731b-7714-4b3b-b62e-e377acabb920" ], "request-id": [ - "a4c50a08-3a66-4936-87e2-fcf5a6914492" + "79a5731b-7714-4b3b-b62e-e377acabb920" ], "elapsed-time": [ - "2509" + "3302" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1196" ], "x-ms-correlation-request-id": [ - "9e35036e-44a7-416e-8391-6d96f90cf401" + "37d43b9e-13a9-4833-8854-2e008819799c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000442Z:9e35036e-44a7-416e-8391-6d96f90cf401" + "NORTHEUROPE:20200808T093943Z:37d43b9e-13a9-4833-8854-2e008819799c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:04:42 GMT" + "Sat, 08 Aug 2020 09:39:43 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2750/providers/Microsoft.Search/searchServices/azs-8661\",\r\n \"name\": \"azs-8661\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3417/providers/Microsoft.Search/searchServices/azs-3778\",\r\n \"name\": \"azs-3778\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2750/providers/Microsoft.Search/searchServices/azs-8661/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NjYxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3417/providers/Microsoft.Search/searchServices/azs-3778/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNDE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzc4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a5ac321-3c46-4017-95de-d3533e7a72d4" + "0594779e-787c-4369-b0e6-eece898bb476" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9a5ac321-3c46-4017-95de-d3533e7a72d4" + "0594779e-787c-4369-b0e6-eece898bb476" ], "request-id": [ - "9a5ac321-3c46-4017-95de-d3533e7a72d4" + "0594779e-787c-4369-b0e6-eece898bb476" ], "elapsed-time": [ - "460" + "454" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1194" ], "x-ms-correlation-request-id": [ - "719bc94e-2e72-4c77-99df-27239694621e" + "26a464f1-e385-413a-9aa5-4a6d69602ed9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000445Z:719bc94e-2e72-4c77-99df-27239694621e" + "NORTHEUROPE:20200808T093945Z:26a464f1-e385-413a-9aa5-4a6d69602ed9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:04:44 GMT" + "Sat, 08 Aug 2020 09:39:45 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"7E48C414CD2181B73B6391C219E61759\",\r\n \"secondaryKey\": \"C691B3FE7CF2A44DF47F6EA9F0A651F2\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"FE6C6FEBDBD83587CB6C65C9835B4824\",\r\n \"secondaryKey\": \"B5B65D4ED3B387A944C81B4E7F792329\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2750/providers/Microsoft.Search/searchServices/azs-8661/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NjYxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3417/providers/Microsoft.Search/searchServices/azs-3778/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNDE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzc4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "275f74f6-526f-4e0e-99a5-43a4d46cd847" + "1b41c2b0-e427-42f6-9cff-7aeaae225770" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "275f74f6-526f-4e0e-99a5-43a4d46cd847" + "1b41c2b0-e427-42f6-9cff-7aeaae225770" ], "request-id": [ - "275f74f6-526f-4e0e-99a5-43a4d46cd847" + "1b41c2b0-e427-42f6-9cff-7aeaae225770" ], "elapsed-time": [ - "381" + "150" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1193" ], "x-ms-correlation-request-id": [ - "95249ab3-3d79-4299-a2a3-7979d59ba802" + "67095e4f-e3fe-4142-862c-695850f03018" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000446Z:95249ab3-3d79-4299-a2a3-7979d59ba802" + "NORTHEUROPE:20200808T093946Z:67095e4f-e3fe-4142-862c-695850f03018" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:04:45 GMT" + "Sat, 08 Aug 2020 09:39:46 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"96490D0C138655D8741400EA14EBFB7D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"DA57F63D08BBF443B6DCB9596F00739D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9006\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6720\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "204136ac-e305-4170-85cc-9aad99e57ac1" + "824538d6-e12d-4157-a90d-ff2179c0ef39" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7E48C414CD2181B73B6391C219E61759" + "FE6C6FEBDBD83587CB6C65C9835B4824" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80363E72E7CB6\"" + "W/\"0x8D83B7EFE7A54B7\"" ], "Location": [ - "https://azs-8661.search-dogfood.windows-int.net/indexes('azsmnet9006')?api-version=2019-05-06" + "https://azs-3778.search-dogfood.windows-int.net/indexes('azsmnet6720')?api-version=2019-05-06" ], "request-id": [ - "204136ac-e305-4170-85cc-9aad99e57ac1" + "824538d6-e12d-4157-a90d-ff2179c0ef39" ], "elapsed-time": [ - "1306" + "1435" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:04:48 GMT" + "Sat, 08 Aug 2020 09:39:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8661.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80363E72E7CB6\\\"\",\r\n \"name\": \"azsmnet9006\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3778.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7EFE7A54B7\\\"\",\r\n \"name\": \"azsmnet6720\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2120\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4609\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "e6995a26-8b71-4505-9a91-15f3e60e9592" + "896fd65c-15d1-4a45-b096-46cba4abe88b" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7E48C414CD2181B73B6391C219E61759" + "FE6C6FEBDBD83587CB6C65C9835B4824" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80363F7983601\"" + "W/\"0x8D83B7F0E7EB6A3\"" ], "Location": [ - "https://azs-8661.search-dogfood.windows-int.net/indexes('azsmnet2120')?api-version=2019-05-06" + "https://azs-3778.search-dogfood.windows-int.net/indexes('azsmnet4609')?api-version=2019-05-06" ], "request-id": [ - "e6995a26-8b71-4505-9a91-15f3e60e9592" + "896fd65c-15d1-4a45-b096-46cba4abe88b" ], "elapsed-time": [ - "1306" + "1326" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:05:16 GMT" + "Sat, 08 Aug 2020 09:40:16 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,17 +480,17 @@ "1569" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8661.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80363F7983601\\\"\",\r\n \"name\": \"azsmnet2120\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3778.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7F0E7EB6A3\\\"\",\r\n \"name\": \"azsmnet4609\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet9006')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MDA2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6720')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NzIwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "3e0af4b5-de54-48fa-81f9-ce9b2b946a0b" + "96dab438-8b22-43f5-a213-44f9003380e7" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "7E48C414CD2181B73B6391C219E61759" + "FE6C6FEBDBD83587CB6C65C9835B4824" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "3e0af4b5-de54-48fa-81f9-ce9b2b946a0b" + "96dab438-8b22-43f5-a213-44f9003380e7" ], "elapsed-time": [ - "617" + "194" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:05:11 GMT" + "Sat, 08 Aug 2020 09:40:11 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,13 +553,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet2120')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMTIwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4609')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NjA5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"Lord of the Rings\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n },\r\n \"PublishDate\": \"1954-07-29T00:00:00+00:00\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"Lord of the Rings\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n },\r\n \"PublishDate\": \"1954-07-28T17:00:00-07:00\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "006ccaa2-bab8-4759-be76-1631ebac17a4" + "ccb1fb25-8407-47b4-bb94-f1d32d618ebe" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "7E48C414CD2181B73B6391C219E61759" + "FE6C6FEBDBD83587CB6C65C9835B4824" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -591,10 +591,10 @@ "no-cache" ], "request-id": [ - "006ccaa2-bab8-4759-be76-1631ebac17a4" + "ccb1fb25-8407-47b4-bb94-f1d32d618ebe" ], "elapsed-time": [ - "495" + "157" ], "OData-Version": [ "4.0" @@ -606,7 +606,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:05:18 GMT" + "Sat, 08 Aug 2020 09:40:18 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -622,13 +622,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet2120')/docs/search.post.suggest?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMTIwJykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet4609')/docs/search.post.suggest?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NjA5JykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", "RequestBody": "{\r\n \"fuzzy\": false,\r\n \"search\": \"Lord\",\r\n \"select\": \"*\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "64f0d71c-705e-4b42-b9ea-92c570bb75ca" + "0578085b-8946-43d7-8f35-bae6c5f340b3" ], "Accept-Language": [ "en-US" @@ -637,12 +637,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "7E48C414CD2181B73B6391C219E61759" + "FE6C6FEBDBD83587CB6C65C9835B4824" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -660,10 +660,10 @@ "no-cache" ], "request-id": [ - "64f0d71c-705e-4b42-b9ea-92c570bb75ca" + "0578085b-8946-43d7-8f35-bae6c5f340b3" ], "elapsed-time": [ - "447" + "35" ], "OData-Version": [ "4.0" @@ -675,7 +675,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:05:21 GMT" + "Sat, 08 Aug 2020 09:40:20 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -691,21 +691,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2750/providers/Microsoft.Search/searchServices/azs-8661?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NjYxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3417/providers/Microsoft.Search/searchServices/azs-3778?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNDE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c21468fc-e6fe-4186-b377-a2d517b4f9a2" + "98b79204-4c13-41b7-ba61-38a5e9e0b728" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -716,52 +716,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "c21468fc-e6fe-4186-b377-a2d517b4f9a2" + "0748d2a8-0ecd-47e9-93fd-3dc844331558" ], - "request-id": [ - "c21468fc-e6fe-4186-b377-a2d517b4f9a2" + "x-ms-correlation-request-id": [ + "0748d2a8-0ecd-47e9-93fd-3dc844331558" ], - "elapsed-time": [ - "1269" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T094040Z:0748d2a8-0ecd-47e9-93fd-3dc844331558" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" - ], - "x-ms-correlation-request-id": [ - "c0524789-91bd-4965-8342-139224415cec" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000525Z:c0524789-91bd-4965-8342-139224415cec" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:05:25 GMT" + "Sat, 08 Aug 2020 09:40:40 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2750", - "azsmnet9006", - "azsmnet2120" + "azsmnet3417", + "azsmnet6720", + "azsmnet4609" ], "GenerateServiceName": [ - "azs-8661" + "azs-3778" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestWithDateTimeInStaticModel.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestWithDateTimeInStaticModel.json index df512ef26fee..d64ab88e9af4 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestWithDateTimeInStaticModel.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestWithDateTimeInStaticModel.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "300ac3bf-86ff-49b5-a080-dc0c977eaf6b" + "51b857e9-ba0c-42d0-bc77-16f1705a63ac" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1192" ], "x-ms-request-id": [ - "fd841e71-7777-48e7-928e-ceefba807149" + "df57341f-3870-4fb1-b6f1-725d943a4a49" ], "x-ms-correlation-request-id": [ - "fd841e71-7777-48e7-928e-ceefba807149" + "df57341f-3870-4fb1-b6f1-725d943a4a49" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000710Z:fd841e71-7777-48e7-928e-ceefba807149" + "NORTHEUROPE:20200808T094355Z:df57341f-3870-4fb1-b6f1-725d943a4a49" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:07:09 GMT" + "Sat, 08 Aug 2020 09:43:54 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2384?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMzg0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3348?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMzQ4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bbaa8ea5-739f-4cac-8057-77ec72393af0" + "579fa49d-5604-4ff1-b07d-0db5edcd8ad9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1194" ], "x-ms-request-id": [ - "10b764fd-fc32-4ead-bc1a-ec74b7ac85c2" + "62302f26-ebc6-4850-9f00-1e27317ec7a1" ], "x-ms-correlation-request-id": [ - "10b764fd-fc32-4ead-bc1a-ec74b7ac85c2" + "62302f26-ebc6-4850-9f00-1e27317ec7a1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000711Z:10b764fd-fc32-4ead-bc1a-ec74b7ac85c2" + "NORTHEUROPE:20200808T094356Z:62302f26-ebc6-4850-9f00-1e27317ec7a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:07:11 GMT" + "Sat, 08 Aug 2020 09:43:55 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2384\",\r\n \"name\": \"azsmnet2384\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3348\",\r\n \"name\": \"azsmnet3348\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2384/providers/Microsoft.Search/searchServices/azs-2034?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDM0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3348/providers/Microsoft.Search/searchServices/azs-3211?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMjExP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0085ec79-d895-4cc4-93f7-2de4c1b83474" + "291ab295-db9f-4db3-bdfd-276e4b902c32" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A07%3A18.3003552Z'\"" + "W/\"datetime'2020-08-08T09%3A44%3A02.0568828Z'\"" ], "x-ms-request-id": [ - "0085ec79-d895-4cc4-93f7-2de4c1b83474" + "291ab295-db9f-4db3-bdfd-276e4b902c32" ], "request-id": [ - "0085ec79-d895-4cc4-93f7-2de4c1b83474" + "291ab295-db9f-4db3-bdfd-276e4b902c32" ], "elapsed-time": [ - "1125" + "1472" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1193" ], "x-ms-correlation-request-id": [ - "b49d130e-9c81-4ffc-9928-eb1e2a4651e0" + "3fa83d54-9887-480b-bd48-fd0c67fb4579" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000719Z:b49d130e-9c81-4ffc-9928-eb1e2a4651e0" + "NORTHEUROPE:20200808T094403Z:3fa83d54-9887-480b-bd48-fd0c67fb4579" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:07:18 GMT" + "Sat, 08 Aug 2020 09:44:02 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2384/providers/Microsoft.Search/searchServices/azs-2034\",\r\n \"name\": \"azs-2034\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3348/providers/Microsoft.Search/searchServices/azs-3211\",\r\n \"name\": \"azs-3211\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2384/providers/Microsoft.Search/searchServices/azs-2034/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDM0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3348/providers/Microsoft.Search/searchServices/azs-3211/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMjExL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5b06c761-5981-4cef-b6bc-41d0c2f0c2ac" + "82104d4b-21c5-4c3b-9662-a0b86baef8db" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5b06c761-5981-4cef-b6bc-41d0c2f0c2ac" + "82104d4b-21c5-4c3b-9662-a0b86baef8db" ], "request-id": [ - "5b06c761-5981-4cef-b6bc-41d0c2f0c2ac" + "82104d4b-21c5-4c3b-9662-a0b86baef8db" ], "elapsed-time": [ - "201" + "373" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1191" ], "x-ms-correlation-request-id": [ - "d40992a3-f3e1-416b-bfce-641d625bb84a" + "d3eebcc8-6a2a-4e70-8cb9-5216b29e0f3e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000721Z:d40992a3-f3e1-416b-bfce-641d625bb84a" + "NORTHEUROPE:20200808T094405Z:d3eebcc8-6a2a-4e70-8cb9-5216b29e0f3e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:07:21 GMT" + "Sat, 08 Aug 2020 09:44:05 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"A55A6483F44D524E485C0F8ADF3065AD\",\r\n \"secondaryKey\": \"68A313E580B1CCA118306353B14F42F0\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"617DED77A3301225C7520284838E232D\",\r\n \"secondaryKey\": \"CCFC70A6CB2C53F0AA27BE7F43E3DE66\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2384/providers/Microsoft.Search/searchServices/azs-2034/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDM0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3348/providers/Microsoft.Search/searchServices/azs-3211/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMjExL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e4385569-a35b-4cb7-8784-cb612137fd77" + "3e6231b0-140b-4a3c-96ad-0e6d73b766e3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e4385569-a35b-4cb7-8784-cb612137fd77" + "3e6231b0-140b-4a3c-96ad-0e6d73b766e3" ], "request-id": [ - "e4385569-a35b-4cb7-8784-cb612137fd77" + "3e6231b0-140b-4a3c-96ad-0e6d73b766e3" ], "elapsed-time": [ - "108" + "97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1190" ], "x-ms-correlation-request-id": [ - "859c8e87-70ed-46c3-98c1-8589963af61c" + "5b12f0a7-aeea-4951-b5b5-8955607efe52" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000721Z:859c8e87-70ed-46c3-98c1-8589963af61c" + "NORTHEUROPE:20200808T094406Z:5b12f0a7-aeea-4951-b5b5-8955607efe52" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:07:21 GMT" + "Sat, 08 Aug 2020 09:44:05 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"3DA768D84BD88CE4B7EFB15367F82240\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"7FBBBE9327243AF00972C39A7FA3AF2B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet2379\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet653\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "ee1ec4c1-9202-4c31-b771-ec9d7cbb0638" + "fb5e3518-76da-4f3d-93b2-b9d81e1270d9" ], "Accept-Language": [ "en-US" ], "api-key": [ - "A55A6483F44D524E485C0F8ADF3065AD" + "617DED77A3301225C7520284838E232D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6975" + "6974" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036443D70417\"" + "W/\"0x8D83B7F990A4A0F\"" ], "Location": [ - "https://azs-2034.search-dogfood.windows-int.net/indexes('azsmnet2379')?api-version=2019-05-06" + "https://azs-3211.search-dogfood.windows-int.net/indexes('azsmnet653')?api-version=2019-05-06" ], "request-id": [ - "ee1ec4c1-9202-4c31-b771-ec9d7cbb0638" + "fb5e3518-76da-4f3d-93b2-b9d81e1270d9" ], "elapsed-time": [ - "1167" + "823" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:07:24 GMT" + "Sat, 08 Aug 2020 09:44:08 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,38 +405,38 @@ "-1" ], "Content-Length": [ - "6147" + "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2034.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036443D70417\\\"\",\r\n \"name\": \"azsmnet2379\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3211.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7F990A4A0F\\\"\",\r\n \"name\": \"azsmnet653\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet468\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4745\",\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "fce8f867-6e82-4f32-95b7-0054e9044888" + "1cfc7dde-4f2a-475e-8420-25eade1a8a30" ], "Accept-Language": [ "en-US" ], "api-key": [ - "A55A6483F44D524E485C0F8ADF3065AD" + "617DED77A3301225C7520284838E232D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1530" + "1531" ] }, "ResponseHeaders": { @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036453AA2631\"" + "W/\"0x8D83B7FA8E77174\"" ], "Location": [ - "https://azs-2034.search-dogfood.windows-int.net/indexes('azsmnet468')?api-version=2019-05-06" + "https://azs-3211.search-dogfood.windows-int.net/indexes('azsmnet4745')?api-version=2019-05-06" ], "request-id": [ - "fce8f867-6e82-4f32-95b7-0054e9044888" + "1cfc7dde-4f2a-475e-8420-25eade1a8a30" ], "elapsed-time": [ - "1210" + "749" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:07:50 GMT" + "Sat, 08 Aug 2020 09:44:34 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -477,20 +477,20 @@ "-1" ], "Content-Length": [ - "1568" + "1569" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2034.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036453AA2631\\\"\",\r\n \"name\": \"azsmnet468\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3211.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7FA8E77174\\\"\",\r\n \"name\": \"azsmnet4745\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"ISBN\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Title\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"Author\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"FirstName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"LastName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"PublishDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ],\r\n \"scoringProfiles\": [],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"Title\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet2379')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQyMzc5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet653')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2NTMnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c7e8ae9a-4e7c-4d9f-9006-9204be7f8355" + "cb0729ad-6cc7-472f-8069-a621f9638fa3" ], "Accept-Language": [ "en-US" @@ -499,12 +499,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "A55A6483F44D524E485C0F8ADF3065AD" + "617DED77A3301225C7520284838E232D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -522,10 +522,10 @@ "no-cache" ], "request-id": [ - "c7e8ae9a-4e7c-4d9f-9006-9204be7f8355" + "cb0729ad-6cc7-472f-8069-a621f9638fa3" ], "elapsed-time": [ - "203" + "210" ], "OData-Version": [ "4.0" @@ -537,7 +537,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:07:45 GMT" + "Sat, 08 Aug 2020 09:44:30 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,13 +553,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet468')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NjgnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/indexes('azsmnet4745')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NzQ1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"Lord of the Rings\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"456\",\r\n \"Title\": \"War and Peace\",\r\n \"PublishDate\": \"2015-08-18T00:00:00+00:00\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"123\",\r\n \"Title\": \"Lord of the Rings\",\r\n \"Author\": {\r\n \"FirstName\": \"J.R.R.\",\r\n \"LastName\": \"Tolkien\"\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"ISBN\": \"456\",\r\n \"Title\": \"War and Peace\",\r\n \"PublishDate\": \"2015-08-17T17:00:00-07:00\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c19d965c-cfeb-4b7f-bbfc-0fe1e9a95db6" + "0c4f1fd0-6d52-4fea-90c4-ff4c57813add" ], "Accept-Language": [ "en-US" @@ -568,12 +568,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "A55A6483F44D524E485C0F8ADF3065AD" + "617DED77A3301225C7520284838E232D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -591,10 +591,10 @@ "no-cache" ], "request-id": [ - "c19d965c-cfeb-4b7f-bbfc-0fe1e9a95db6" + "0c4f1fd0-6d52-4fea-90c4-ff4c57813add" ], "elapsed-time": [ - "131" + "3600" ], "OData-Version": [ "4.0" @@ -606,7 +606,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:07:52 GMT" + "Sat, 08 Aug 2020 09:44:39 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -622,13 +622,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet468')/docs/search.post.suggest?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NjgnKS9kb2NzL3NlYXJjaC5wb3N0LnN1Z2dlc3Q/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet4745')/docs/search.post.suggest?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0NzQ1JykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", "RequestBody": "{\r\n \"fuzzy\": false,\r\n \"search\": \"War\",\r\n \"select\": \"ISBN,Title,PublishDate\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "a40be5e1-8793-4ded-a479-33791c8e3fe5" + "2f21c513-e1d7-43c0-b7e9-4eda1012e243" ], "Accept-Language": [ "en-US" @@ -637,12 +637,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "A55A6483F44D524E485C0F8ADF3065AD" + "617DED77A3301225C7520284838E232D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -660,10 +660,10 @@ "no-cache" ], "request-id": [ - "a40be5e1-8793-4ded-a479-33791c8e3fe5" + "2f21c513-e1d7-43c0-b7e9-4eda1012e243" ], "elapsed-time": [ - "47" + "30" ], "OData-Version": [ "4.0" @@ -675,7 +675,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:07:54 GMT" + "Sat, 08 Aug 2020 09:44:42 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -691,21 +691,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2384/providers/Microsoft.Search/searchServices/azs-2034?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDM0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3348/providers/Microsoft.Search/searchServices/azs-3211?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMjExP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0e255a4f-bb21-4d67-b700-694325cedc04" + "6615f532-7373-4e12-acaa-c6daea00b6ce" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -716,52 +716,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "0e255a4f-bb21-4d67-b700-694325cedc04" + "c3e0cc74-af62-4d58-a51f-33bc3c9ab5c8" ], - "request-id": [ - "0e255a4f-bb21-4d67-b700-694325cedc04" + "x-ms-correlation-request-id": [ + "c3e0cc74-af62-4d58-a51f-33bc3c9ab5c8" ], - "elapsed-time": [ - "1003" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T094532Z:c3e0cc74-af62-4d58-a51f-33bc3c9ab5c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" - ], - "x-ms-correlation-request-id": [ - "45c674c4-9800-4db2-b796-9b1792859d52" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000758Z:45c674c4-9800-4db2-b796-9b1792859d52" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:07:58 GMT" + "Sat, 08 Aug 2020 09:45:32 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2384", - "azsmnet2379", - "azsmnet468" + "azsmnet3348", + "azsmnet653", + "azsmnet4745" ], "GenerateServiceName": [ - "azs-2034" + "azs-3211" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestWithMinimumCoverage.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestWithMinimumCoverage.json index 6d8f9da5d84c..9b999e96fcfb 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestWithMinimumCoverage.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestWithMinimumCoverage.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3e223ada-f8bb-4fda-a00e-b30a401560fe" + "e681974f-4394-4a46-b53b-db9bab6cc55e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1192" ], "x-ms-request-id": [ - "ae9e028c-a1ce-4adb-b7f4-5a1b7896ecf9" + "b1f59b72-b84c-48e6-b3d8-9071fbac9c65" ], "x-ms-correlation-request-id": [ - "ae9e028c-a1ce-4adb-b7f4-5a1b7896ecf9" + "b1f59b72-b84c-48e6-b3d8-9071fbac9c65" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001043Z:ae9e028c-a1ce-4adb-b7f4-5a1b7896ecf9" + "NORTHEUROPE:20200808T094914Z:b1f59b72-b84c-48e6-b3d8-9071fbac9c65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:10:42 GMT" + "Sat, 08 Aug 2020 09:49:13 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5830?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1ODMwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7434?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NDM0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c2e25161-ffd8-45db-a9a1-8b0aaf3f7c9b" + "19ccb488-9d6e-4585-b4a5-22bb7dfc5a23" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1194" ], "x-ms-request-id": [ - "314b7c0d-e006-4dc9-9b55-da4ec795ff30" + "ae927baf-15f2-43df-b62e-50d092ba5772" ], "x-ms-correlation-request-id": [ - "314b7c0d-e006-4dc9-9b55-da4ec795ff30" + "ae927baf-15f2-43df-b62e-50d092ba5772" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001044Z:314b7c0d-e006-4dc9-9b55-da4ec795ff30" + "NORTHEUROPE:20200808T094915Z:ae927baf-15f2-43df-b62e-50d092ba5772" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:10:43 GMT" + "Sat, 08 Aug 2020 09:49:15 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5830\",\r\n \"name\": \"azsmnet5830\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7434\",\r\n \"name\": \"azsmnet7434\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5830/providers/Microsoft.Search/searchServices/azs-747?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDc/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7434/providers/Microsoft.Search/searchServices/azs-6466?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NDY2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2a1107a1-b88b-4567-a20b-56186abb754e" + "aaa987f0-9911-488d-83af-86c479871e17" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A10%3A49.7192098Z'\"" + "W/\"datetime'2020-08-08T09%3A49%3A20.7047267Z'\"" ], "x-ms-request-id": [ - "2a1107a1-b88b-4567-a20b-56186abb754e" + "aaa987f0-9911-488d-83af-86c479871e17" ], "request-id": [ - "2a1107a1-b88b-4567-a20b-56186abb754e" + "aaa987f0-9911-488d-83af-86c479871e17" ], "elapsed-time": [ - "1132" + "1698" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1198" ], "x-ms-correlation-request-id": [ - "2d0fb6d9-f6b6-4378-854a-9e8aed5e3fba" + "2e3daa28-8952-42f7-87b9-d4367c1af4cc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001050Z:2d0fb6d9-f6b6-4378-854a-9e8aed5e3fba" + "NORTHEUROPE:20200808T094922Z:2e3daa28-8952-42f7-87b9-d4367c1af4cc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:10:50 GMT" + "Sat, 08 Aug 2020 09:49:21 GMT" ], "Content-Length": [ - "527" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5830/providers/Microsoft.Search/searchServices/azs-747\",\r\n \"name\": \"azs-747\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7434/providers/Microsoft.Search/searchServices/azs-6466\",\r\n \"name\": \"azs-6466\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5830/providers/Microsoft.Search/searchServices/azs-747/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDcvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7434/providers/Microsoft.Search/searchServices/azs-6466/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NDY2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "22d3dc1c-ffdc-4e34-8374-1bb02ca7431b" + "6713cfdc-372a-42da-9e4f-b2233382d66a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "22d3dc1c-ffdc-4e34-8374-1bb02ca7431b" + "6713cfdc-372a-42da-9e4f-b2233382d66a" ], "request-id": [ - "22d3dc1c-ffdc-4e34-8374-1bb02ca7431b" + "6713cfdc-372a-42da-9e4f-b2233382d66a" ], "elapsed-time": [ - "98" + "88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1197" ], "x-ms-correlation-request-id": [ - "290df6ed-fd18-4731-b0b7-18e67310021a" + "55bd9cf0-286c-4047-a4f3-4267de3ae4b4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001053Z:290df6ed-fd18-4731-b0b7-18e67310021a" + "NORTHEUROPE:20200808T094925Z:55bd9cf0-286c-4047-a4f3-4267de3ae4b4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:10:52 GMT" + "Sat, 08 Aug 2020 09:49:24 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"8D931C56DC385C77957B07F6695A3FA4\",\r\n \"secondaryKey\": \"F4BAC1D1586A16339E2213502D1752C0\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"747B53742DDA8FC61B0DA84BFF665650\",\r\n \"secondaryKey\": \"B252F7760A1638C57706431BF1A63AA1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5830/providers/Microsoft.Search/searchServices/azs-747/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDcvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7434/providers/Microsoft.Search/searchServices/azs-6466/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NDY2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fee11507-6ee9-41d3-a855-b69ee226959e" + "66e862a6-2f9a-4b6a-a9f3-d120a7ac36ab" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "fee11507-6ee9-41d3-a855-b69ee226959e" + "66e862a6-2f9a-4b6a-a9f3-d120a7ac36ab" ], "request-id": [ - "fee11507-6ee9-41d3-a855-b69ee226959e" + "66e862a6-2f9a-4b6a-a9f3-d120a7ac36ab" ], "elapsed-time": [ - "99" + "89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1196" ], "x-ms-correlation-request-id": [ - "9cddb04a-86eb-4f11-ba7b-25ba94cb79c7" + "83717925-c080-4876-8d94-2bbf784074f9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001053Z:9cddb04a-86eb-4f11-ba7b-25ba94cb79c7" + "NORTHEUROPE:20200808T094925Z:83717925-c080-4876-8d94-2bbf784074f9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:10:53 GMT" + "Sat, 08 Aug 2020 09:49:24 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"0D796A75DE79F992CFA6C452FBF1735E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"53FF57A230AB6E8F3C375492BA7B50D0\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7749\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6331\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "a473627c-7a39-48bb-99ab-24c3728a3a2f" + "48bc5239-e8db-403e-9af4-e710fe5753a7" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8D931C56DC385C77957B07F6695A3FA4" + "747B53742DDA8FC61B0DA84BFF665650" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80364C25B0521\"" + "W/\"0x8D83B80576B7FF5\"" ], "Location": [ - "https://azs-747.search-dogfood.windows-int.net/indexes('azsmnet7749')?api-version=2019-05-06" + "https://azs-6466.search-dogfood.windows-int.net/indexes('azsmnet6331')?api-version=2019-05-06" ], "request-id": [ - "a473627c-7a39-48bb-99ab-24c3728a3a2f" + "48bc5239-e8db-403e-9af4-e710fe5753a7" ], "elapsed-time": [ - "1707" + "808" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:10:56 GMT" + "Sat, 08 Aug 2020 09:49:28 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-747.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80364C25B0521\\\"\",\r\n \"name\": \"azsmnet7749\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6466.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B80576B7FF5\\\"\",\r\n \"name\": \"azsmnet6331\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet7749')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NzQ5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet6331')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MzMxJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "06150aac-6474-4b8f-b40c-f7c16fc50b08" + "5687803e-28a4-400e-b694-42822fbb661c" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "8D931C56DC385C77957B07F6695A3FA4" + "747B53742DDA8FC61B0DA84BFF665650" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "06150aac-6474-4b8f-b40c-f7c16fc50b08" + "5687803e-28a4-400e-b694-42822fbb661c" ], "elapsed-time": [ - "187" + "210" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:11:19 GMT" + "Sat, 08 Aug 2020 09:49:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7749')/docs/search.post.suggest?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NzQ5JykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet6331')/docs/search.post.suggest?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MzMxJykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", "RequestBody": "{\r\n \"fuzzy\": false,\r\n \"minimumCoverage\": 50.0,\r\n \"search\": \"luxury\",\r\n \"select\": \"*\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "6be80223-856c-4ba9-baef-53b44e46b626" + "8956e7d4-bf20-40d9-a6e3-54b24224befe" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "0D796A75DE79F992CFA6C452FBF1735E" + "53FF57A230AB6E8F3C375492BA7B50D0" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "6be80223-856c-4ba9-baef-53b44e46b626" + "8956e7d4-bf20-40d9-a6e3-54b24224befe" ], "elapsed-time": [ - "35" + "144" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:11:22 GMT" + "Sat, 08 Aug 2020 09:49:53 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,21 +550,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5830/providers/Microsoft.Search/searchServices/azs-747?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDc/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7434/providers/Microsoft.Search/searchServices/azs-6466?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NDY2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "019f7a62-c43f-4470-a6e8-62dc4d1df2af" + "3401474e-ab9f-4fa6-ae55-ca0bdb22376e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14987" + ], "x-ms-request-id": [ - "019f7a62-c43f-4470-a6e8-62dc4d1df2af" + "4ab2ef2f-4341-4eab-8299-f89238f51c91" ], - "request-id": [ - "019f7a62-c43f-4470-a6e8-62dc4d1df2af" + "x-ms-correlation-request-id": [ + "4ab2ef2f-4341-4eab-8299-f89238f51c91" ], - "elapsed-time": [ - "881" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T095004Z:4ab2ef2f-4341-4eab-8299-f89238f51c91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" - ], - "x-ms-correlation-request-id": [ - "478c77ae-fcaa-4f1f-b4a1-8aaa2f183561" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001126Z:478c77ae-fcaa-4f1f-b4a1-8aaa2f183561" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:11:26 GMT" + "Sat, 08 Aug 2020 09:50:03 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5830", - "azsmnet7749" + "azsmnet7434", + "azsmnet6331" ], "GenerateServiceName": [ - "azs-747" + "azs-6466" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestWithSelectedFields.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestWithSelectedFields.json index 5ac54a95aac5..9ccf48568605 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestWithSelectedFields.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanSuggestWithSelectedFields.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "257eafa9-29aa-4f21-bb56-dc4b2f872808" + "5817c497-fa77-4ad0-b4f3-acebd0143c01" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1191" ], "x-ms-request-id": [ - "a06fbc4b-6234-48b8-9381-2deac78f303f" + "533a3637-bbf3-400f-9abb-6016882640ab" ], "x-ms-correlation-request-id": [ - "a06fbc4b-6234-48b8-9381-2deac78f303f" + "533a3637-bbf3-400f-9abb-6016882640ab" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001132Z:a06fbc4b-6234-48b8-9381-2deac78f303f" + "NORTHEUROPE:20200808T095010Z:533a3637-bbf3-400f-9abb-6016882640ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:11:31 GMT" + "Sat, 08 Aug 2020 09:50:10 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet389?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzODk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet543?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NDM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2d1071df-acb9-4fad-8a58-0be1b1bbff6d" + "6c9c3b8e-2220-4084-bd17-dd25829bf5c6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1193" ], "x-ms-request-id": [ - "9d178717-9f5e-4e57-9f07-3cc91b682a48" + "8b2d5531-d676-445c-9feb-dc05c5421cfa" ], "x-ms-correlation-request-id": [ - "9d178717-9f5e-4e57-9f07-3cc91b682a48" + "8b2d5531-d676-445c-9feb-dc05c5421cfa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001133Z:9d178717-9f5e-4e57-9f07-3cc91b682a48" + "NORTHEUROPE:20200808T095012Z:8b2d5531-d676-445c-9feb-dc05c5421cfa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:11:32 GMT" + "Sat, 08 Aug 2020 09:50:12 GMT" ], "Content-Length": [ "173" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet389\",\r\n \"name\": \"azsmnet389\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet543\",\r\n \"name\": \"azsmnet543\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet389/providers/Microsoft.Search/searchServices/azs-881?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTg4MT9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet543/providers/Microsoft.Search/searchServices/azs-2602?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTI2MDI/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cd78fa91-3295-4990-a1de-25da4bf67946" + "42064a91-33f2-4ddb-a37c-0739fc033cd3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A11%3A37.480403Z'\"" + "W/\"datetime'2020-08-08T09%3A50%3A17.0667587Z'\"" ], "x-ms-request-id": [ - "cd78fa91-3295-4990-a1de-25da4bf67946" + "42064a91-33f2-4ddb-a37c-0739fc033cd3" ], "request-id": [ - "cd78fa91-3295-4990-a1de-25da4bf67946" + "42064a91-33f2-4ddb-a37c-0739fc033cd3" ], "elapsed-time": [ - "1090" + "1450" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1192" ], "x-ms-correlation-request-id": [ - "4a680873-da95-4b84-ac76-6631de26d3b8" + "9275d3ba-88be-4fdb-9beb-bab08938786d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001138Z:4a680873-da95-4b84-ac76-6631de26d3b8" + "NORTHEUROPE:20200808T095018Z:9275d3ba-88be-4fdb-9beb-bab08938786d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:11:37 GMT" + "Sat, 08 Aug 2020 09:50:17 GMT" ], "Content-Length": [ - "526" + "528" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet389/providers/Microsoft.Search/searchServices/azs-881\",\r\n \"name\": \"azs-881\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet543/providers/Microsoft.Search/searchServices/azs-2602\",\r\n \"name\": \"azs-2602\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet389/providers/Microsoft.Search/searchServices/azs-881/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTg4MS9saXN0QWRtaW5LZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet543/providers/Microsoft.Search/searchServices/azs-2602/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTI2MDIvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9f46d9ce-d61e-472e-8c2a-1949eaed4458" + "360341fa-75d7-41a9-abda-34682b91dbe6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9f46d9ce-d61e-472e-8c2a-1949eaed4458" + "360341fa-75d7-41a9-abda-34682b91dbe6" ], "request-id": [ - "9f46d9ce-d61e-472e-8c2a-1949eaed4458" + "360341fa-75d7-41a9-abda-34682b91dbe6" ], "elapsed-time": [ - "450" + "115" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1190" ], "x-ms-correlation-request-id": [ - "4751750e-7e24-4108-9af2-f647b3239c23" + "ab1560cb-4b46-4cfe-8d3f-37e4268816d6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001142Z:4751750e-7e24-4108-9af2-f647b3239c23" + "NORTHEUROPE:20200808T095020Z:ab1560cb-4b46-4cfe-8d3f-37e4268816d6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:11:42 GMT" + "Sat, 08 Aug 2020 09:50:20 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"B597E992C023765F33374D12A51BCEEE\",\r\n \"secondaryKey\": \"90B2504D96E1AC3004538D74900EBEF5\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"540737B14D03494E058FD0272AC51520\",\r\n \"secondaryKey\": \"D54FE4F99ACC76BD6682A2F1DDF098AA\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet389/providers/Microsoft.Search/searchServices/azs-881/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTg4MS9saXN0UXVlcnlLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet543/providers/Microsoft.Search/searchServices/azs-2602/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTI2MDIvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "247a9745-2edd-4bf6-bc84-b5875d0f7e83" + "e5e16399-3dc0-4cad-bfa0-c374e551e1f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "247a9745-2edd-4bf6-bc84-b5875d0f7e83" + "e5e16399-3dc0-4cad-bfa0-c374e551e1f9" ], "request-id": [ - "247a9745-2edd-4bf6-bc84-b5875d0f7e83" + "e5e16399-3dc0-4cad-bfa0-c374e551e1f9" ], "elapsed-time": [ - "377" + "90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1189" ], "x-ms-correlation-request-id": [ - "3c1077e4-e191-4e48-b571-b460fe76d212" + "91b87f7d-0bf4-42cd-a80f-9b2842558d10" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001142Z:3c1077e4-e191-4e48-b571-b460fe76d212" + "NORTHEUROPE:20200808T095020Z:91b87f7d-0bf4-42cd-a80f-9b2842558d10" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:11:42 GMT" + "Sat, 08 Aug 2020 09:50:20 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"70E0826BBE39063EAC337C9264590D73\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"FA6E54DED20F5240761E6E072024DE10\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7154\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7882\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "cda6aa4c-3c97-4c04-8f89-837490aab358" + "6f488d7a-6cf5-4c85-a0c0-45cd00832c60" ], "Accept-Language": [ "en-US" ], "api-key": [ - "B597E992C023765F33374D12A51BCEEE" + "540737B14D03494E058FD0272AC51520" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80364DF8115E2\"" + "W/\"0x8D83B8078B0029C\"" ], "Location": [ - "https://azs-881.search-dogfood.windows-int.net/indexes('azsmnet7154')?api-version=2019-05-06" + "https://azs-2602.search-dogfood.windows-int.net/indexes('azsmnet7882')?api-version=2019-05-06" ], "request-id": [ - "cda6aa4c-3c97-4c04-8f89-837490aab358" + "6f488d7a-6cf5-4c85-a0c0-45cd00832c60" ], "elapsed-time": [ - "1174" + "1430" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:11:44 GMT" + "Sat, 08 Aug 2020 09:50:24 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6146" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-881.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80364DF8115E2\\\"\",\r\n \"name\": \"azsmnet7154\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2602.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B8078B0029C\\\"\",\r\n \"name\": \"azsmnet7882\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet7154')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTU0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet7882')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3ODgyJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "5aa9d4a7-adbc-4b12-9899-e9f468bc4a83" + "6f225ac6-382b-451e-8e2e-c5cb471199f2" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "B597E992C023765F33374D12A51BCEEE" + "540737B14D03494E058FD0272AC51520" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "5aa9d4a7-adbc-4b12-9899-e9f468bc4a83" + "6f225ac6-382b-451e-8e2e-c5cb471199f2" ], "elapsed-time": [ - "165" + "214" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:12:06 GMT" + "Sat, 08 Aug 2020 09:50:45 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7154')/docs/search.post.suggest?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MTU0JykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet7882')/docs/search.post.suggest?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3ODgyJykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", "RequestBody": "{\r\n \"fuzzy\": false,\r\n \"search\": \"secret\",\r\n \"select\": \"hotelName,rating,address/city,rooms/type\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "433f4e5b-34d4-4782-aff3-5e577e86e503" + "576fda93-d2dd-4b8d-968e-9b776039cd8b" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "70E0826BBE39063EAC337C9264590D73" + "FA6E54DED20F5240761E6E072024DE10" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "433f4e5b-34d4-4782-aff3-5e577e86e503" + "576fda93-d2dd-4b8d-968e-9b776039cd8b" ], "elapsed-time": [ - "171" + "29" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:12:10 GMT" + "Sat, 08 Aug 2020 09:50:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,21 +550,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet389/providers/Microsoft.Search/searchServices/azs-881?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTg4MT9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet543/providers/Microsoft.Search/searchServices/azs-2602?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTI2MDI/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "78fae223-e94a-42b0-8522-e1e582bed483" + "7cfd5aab-e607-4866-a1da-063401b6b7dd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "78fae223-e94a-42b0-8522-e1e582bed483" + "9630748c-0d9c-4f36-ba03-3d18d0ea8f50" ], - "request-id": [ - "78fae223-e94a-42b0-8522-e1e582bed483" + "x-ms-correlation-request-id": [ + "9630748c-0d9c-4f36-ba03-3d18d0ea8f50" ], - "elapsed-time": [ - "866" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T095155Z:9630748c-0d9c-4f36-ba03-3d18d0ea8f50" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" - ], - "x-ms-correlation-request-id": [ - "5daa3b8f-44f7-4237-b4ad-df1f67d02525" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001215Z:5daa3b8f-44f7-4237-b4ad-df1f67d02525" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:12:15 GMT" + "Sat, 08 Aug 2020 09:51:54 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet389", - "azsmnet7154" + "azsmnet543", + "azsmnet7882" ], "GenerateServiceName": [ - "azs-881" + "azs-2602" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanUseHitHighlighting.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanUseHitHighlighting.json index 8c386b8489a7..a8e756ed2a29 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanUseHitHighlighting.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/CanUseHitHighlighting.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "abb0ea98-e1b1-4b9d-a6b8-f92137269974" + "73c5d5eb-3997-4d78-9307-f1023fd180db" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1192" ], "x-ms-request-id": [ - "77077f1c-f922-4ecb-865e-79bdcbf0c318" + "f8d9abd2-9bcb-49ff-85fb-57af78aae7c3" ], "x-ms-correlation-request-id": [ - "77077f1c-f922-4ecb-865e-79bdcbf0c318" + "f8d9abd2-9bcb-49ff-85fb-57af78aae7c3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000532Z:77077f1c-f922-4ecb-865e-79bdcbf0c318" + "NORTHEUROPE:20200808T094047Z:f8d9abd2-9bcb-49ff-85fb-57af78aae7c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:05:32 GMT" + "Sat, 08 Aug 2020 09:40:47 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4316?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MzE2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2808?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyODA4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "00eb591c-ad9e-45f6-b384-29de5ece2c5a" + "a362f452-f212-4999-a44d-f2af57023bce" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1193" ], "x-ms-request-id": [ - "f8d20da0-fe33-44ee-a2d2-701497d49959" + "2ebaffe5-6b2f-4111-a95b-ad48f21f1a48" ], "x-ms-correlation-request-id": [ - "f8d20da0-fe33-44ee-a2d2-701497d49959" + "2ebaffe5-6b2f-4111-a95b-ad48f21f1a48" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000534Z:f8d20da0-fe33-44ee-a2d2-701497d49959" + "NORTHEUROPE:20200808T094049Z:2ebaffe5-6b2f-4111-a95b-ad48f21f1a48" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:05:34 GMT" + "Sat, 08 Aug 2020 09:40:49 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4316\",\r\n \"name\": \"azsmnet4316\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2808\",\r\n \"name\": \"azsmnet2808\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4316/providers/Microsoft.Search/searchServices/azs-7497?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDk3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2808/providers/Microsoft.Search/searchServices/azs-7546?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTQ2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8f9359bc-3f56-4121-9fb2-53f0687a50c3" + "355e39b5-7367-4bb6-b092-b9b1cd5bc31b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A05%3A40.2967056Z'\"" + "W/\"datetime'2020-08-08T09%3A40%3A54.6325984Z'\"" ], "x-ms-request-id": [ - "8f9359bc-3f56-4121-9fb2-53f0687a50c3" + "355e39b5-7367-4bb6-b092-b9b1cd5bc31b" ], "request-id": [ - "8f9359bc-3f56-4121-9fb2-53f0687a50c3" + "355e39b5-7367-4bb6-b092-b9b1cd5bc31b" ], "elapsed-time": [ - "2067" + "1730" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-correlation-request-id": [ - "00666027-50d1-4798-9dc6-e723c53b04ed" + "ee94b0b4-237f-4d90-9f3a-f99e96f7e5f7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000541Z:00666027-50d1-4798-9dc6-e723c53b04ed" + "NORTHEUROPE:20200808T094056Z:ee94b0b4-237f-4d90-9f3a-f99e96f7e5f7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:05:40 GMT" + "Sat, 08 Aug 2020 09:40:56 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4316/providers/Microsoft.Search/searchServices/azs-7497\",\r\n \"name\": \"azs-7497\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2808/providers/Microsoft.Search/searchServices/azs-7546\",\r\n \"name\": \"azs-7546\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4316/providers/Microsoft.Search/searchServices/azs-7497/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDk3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2808/providers/Microsoft.Search/searchServices/azs-7546/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTQ2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fdcd98eb-6705-4745-901c-56c05b5a0009" + "fb6c6740-837e-4045-ab2e-c0e4573d6a85" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "fdcd98eb-6705-4745-901c-56c05b5a0009" + "fb6c6740-837e-4045-ab2e-c0e4573d6a85" ], "request-id": [ - "fdcd98eb-6705-4745-901c-56c05b5a0009" + "fb6c6740-837e-4045-ab2e-c0e4573d6a85" ], "elapsed-time": [ - "280" + "117" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1196" ], "x-ms-correlation-request-id": [ - "6ad934f6-d26c-400c-9f9f-7e69b722322e" + "cfdec213-dc6e-4845-9fa3-e8ce74a1c896" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000543Z:6ad934f6-d26c-400c-9f9f-7e69b722322e" + "NORTHEUROPE:20200808T094058Z:cfdec213-dc6e-4845-9fa3-e8ce74a1c896" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:05:43 GMT" + "Sat, 08 Aug 2020 09:40:58 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"25F48EEBD06F95DED1C69DF2F5A7DCEF\",\r\n \"secondaryKey\": \"8E97A5FD725A5CBE3E3D9981541F1E37\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"76A7571639DF115EF3E1BC3D388ED22A\",\r\n \"secondaryKey\": \"B3C3628999A4B6EAC16BBF92BC99F43A\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4316/providers/Microsoft.Search/searchServices/azs-7497/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDk3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2808/providers/Microsoft.Search/searchServices/azs-7546/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTQ2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "65ba8b4e-3711-4f2f-ad6e-606f3ee443f0" + "8603c269-df1c-4590-9a58-45623bd53eb4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "65ba8b4e-3711-4f2f-ad6e-606f3ee443f0" + "8603c269-df1c-4590-9a58-45623bd53eb4" ], "request-id": [ - "65ba8b4e-3711-4f2f-ad6e-606f3ee443f0" + "8603c269-df1c-4590-9a58-45623bd53eb4" ], "elapsed-time": [ - "81" + "103" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1195" ], "x-ms-correlation-request-id": [ - "b1ab6e22-652a-42bc-a14a-93be73108089" + "54334dae-84e3-4960-a78d-1cfa4c86837a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000544Z:b1ab6e22-652a-42bc-a14a-93be73108089" + "NORTHEUROPE:20200808T094059Z:54334dae-84e3-4960-a78d-1cfa4c86837a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:05:43 GMT" + "Sat, 08 Aug 2020 09:40:58 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"DFA8BE293E89FA51E90DE3647C88B071\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"322D5EC965D355F1A23890F9F06EB4C8\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6117\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1298\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "a3dd9e8a-df39-476c-819f-c5ba843be460" + "e3715c85-bf91-420f-bbfe-545db61080f5" ], "Accept-Language": [ "en-US" ], "api-key": [ - "25F48EEBD06F95DED1C69DF2F5A7DCEF" + "76A7571639DF115EF3E1BC3D388ED22A" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036409DCC4D6\"" + "W/\"0x8D83B7F296AB8DE\"" ], "Location": [ - "https://azs-7497.search-dogfood.windows-int.net/indexes('azsmnet6117')?api-version=2019-05-06" + "https://azs-7546.search-dogfood.windows-int.net/indexes('azsmnet1298')?api-version=2019-05-06" ], "request-id": [ - "a3dd9e8a-df39-476c-819f-c5ba843be460" + "e3715c85-bf91-420f-bbfe-545db61080f5" ], "elapsed-time": [ - "1202" + "819" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:05:46 GMT" + "Sat, 08 Aug 2020 09:41:01 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7497.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036409DCC4D6\\\"\",\r\n \"name\": \"azsmnet6117\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7546.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7F296AB8DE\\\"\",\r\n \"name\": \"azsmnet1298\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet6117')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MTE3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1298')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMjk4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "739e87d8-83a7-4f37-89cc-1d9b7f61a82d" + "2d3b665a-71c4-46f4-b9f1-d6f8f936ed96" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "25F48EEBD06F95DED1C69DF2F5A7DCEF" + "76A7571639DF115EF3E1BC3D388ED22A" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "739e87d8-83a7-4f37-89cc-1d9b7f61a82d" + "2d3b665a-71c4-46f4-b9f1-d6f8f936ed96" ], "elapsed-time": [ - "483" + "202" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:06:08 GMT" + "Sat, 08 Aug 2020 09:41:23 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet6117')/docs/search.post.suggest?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ2MTE3JykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet1298')/docs/search.post.suggest?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMjk4JykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", "RequestBody": "{\r\n \"filter\": \"category eq 'Luxury'\",\r\n \"fuzzy\": false,\r\n \"highlightPostTag\": \"\",\r\n \"highlightPreTag\": \"\",\r\n \"search\": \"hotel\",\r\n \"select\": \"*\",\r\n \"suggesterName\": \"sg\",\r\n \"top\": 1\r\n}", "RequestHeaders": { "client-request-id": [ - "d0d3cc50-e490-493f-918a-8b86397b53b6" + "77bdbadd-9fac-41c8-9ae0-c17c59126790" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "DFA8BE293E89FA51E90DE3647C88B071" + "322D5EC965D355F1A23890F9F06EB4C8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "d0d3cc50-e490-493f-918a-8b86397b53b6" + "77bdbadd-9fac-41c8-9ae0-c17c59126790" ], "elapsed-time": [ - "676" + "181" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:06:12 GMT" + "Sat, 08 Aug 2020 09:41:27 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,21 +550,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4316/providers/Microsoft.Search/searchServices/azs-7497?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDk3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2808/providers/Microsoft.Search/searchServices/azs-7546?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTQ2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fb47da6a-5a57-4858-b2e0-06621d320329" + "a1a463e9-efe4-4d82-88f2-a6f88abb15e9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14995" + ], "x-ms-request-id": [ - "fb47da6a-5a57-4858-b2e0-06621d320329" + "028e899c-0a61-40bd-ab8b-3371bca0548d" ], - "request-id": [ - "fb47da6a-5a57-4858-b2e0-06621d320329" + "x-ms-correlation-request-id": [ + "028e899c-0a61-40bd-ab8b-3371bca0548d" ], - "elapsed-time": [ - "924" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T094145Z:028e899c-0a61-40bd-ab8b-3371bca0548d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" - ], - "x-ms-correlation-request-id": [ - "00a8cf27-27a9-4b8f-b1dc-718962ad3b88" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000617Z:00a8cf27-27a9-4b8f-b1dc-718962ad3b88" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:06:17 GMT" + "Sat, 08 Aug 2020 09:41:45 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet4316", - "azsmnet6117" + "azsmnet2808", + "azsmnet1298" ], "GenerateServiceName": [ - "azs-7497" + "azs-7546" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/FuzzyIsOffByDefault.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/FuzzyIsOffByDefault.json index 9fe92d1286e4..d9be0222b673 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/FuzzyIsOffByDefault.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/FuzzyIsOffByDefault.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de0b1db3-c9c9-411a-a59a-16ef49b28c91" + "4f442fca-fa27-4958-8c93-498da9d82edc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1192" ], "x-ms-request-id": [ - "9b2d0daf-3fcb-4a06-a5e5-7d87f09c3be1" + "a69182f7-c4ae-4584-ae6c-057d02efcc74" ], "x-ms-correlation-request-id": [ - "9b2d0daf-3fcb-4a06-a5e5-7d87f09c3be1" + "a69182f7-c4ae-4584-ae6c-057d02efcc74" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001318Z:9b2d0daf-3fcb-4a06-a5e5-7d87f09c3be1" + "NORTHEUROPE:20200808T095341Z:a69182f7-c4ae-4584-ae6c-057d02efcc74" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:13:18 GMT" + "Sat, 08 Aug 2020 09:53:40 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2562?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNTYyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6187?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MTg3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b7bda73e-ad08-4ba8-9fee-abae6570f4b0" + "a5c7fb9e-db37-4aee-ab87-4496f06b85d4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1195" ], "x-ms-request-id": [ - "62b3752d-85b0-4d21-b233-d90c10a13c0d" + "9c4f5d86-2aa7-4b52-8125-60564b0ba32e" ], "x-ms-correlation-request-id": [ - "62b3752d-85b0-4d21-b233-d90c10a13c0d" + "9c4f5d86-2aa7-4b52-8125-60564b0ba32e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001319Z:62b3752d-85b0-4d21-b233-d90c10a13c0d" + "NORTHEUROPE:20200808T095342Z:9c4f5d86-2aa7-4b52-8125-60564b0ba32e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:13:19 GMT" + "Sat, 08 Aug 2020 09:53:41 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2562\",\r\n \"name\": \"azsmnet2562\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6187\",\r\n \"name\": \"azsmnet6187\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2562/providers/Microsoft.Search/searchServices/azs-4909?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTA5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6187/providers/Microsoft.Search/searchServices/azs-8474?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDc0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e47b2f86-def2-4ba3-9d30-9495746b2118" + "4de9ce92-b951-475c-99ea-fcba84c3f926" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A13%3A23.0609987Z'\"" + "W/\"datetime'2020-08-08T09%3A53%3A48.1433771Z'\"" ], "x-ms-request-id": [ - "e47b2f86-def2-4ba3-9d30-9495746b2118" + "4de9ce92-b951-475c-99ea-fcba84c3f926" ], "request-id": [ - "e47b2f86-def2-4ba3-9d30-9495746b2118" + "4de9ce92-b951-475c-99ea-fcba84c3f926" ], "elapsed-time": [ - "1271" + "2800" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1194" ], "x-ms-correlation-request-id": [ - "98284d6c-872b-42f5-9449-89ed3fa36a04" + "20c23f5c-1d9b-4efc-b018-a4abf0ddd712" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001323Z:98284d6c-872b-42f5-9449-89ed3fa36a04" + "NORTHEUROPE:20200808T095349Z:20c23f5c-1d9b-4efc-b018-a4abf0ddd712" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:13:23 GMT" + "Sat, 08 Aug 2020 09:53:49 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2562/providers/Microsoft.Search/searchServices/azs-4909\",\r\n \"name\": \"azs-4909\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6187/providers/Microsoft.Search/searchServices/azs-8474\",\r\n \"name\": \"azs-8474\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2562/providers/Microsoft.Search/searchServices/azs-4909/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTA5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6187/providers/Microsoft.Search/searchServices/azs-8474/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDc0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5c96ab2b-2036-444b-a6ca-8ee34d911d02" + "699152fb-a5e8-47ea-8b36-25abf4422329" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5c96ab2b-2036-444b-a6ca-8ee34d911d02" + "699152fb-a5e8-47ea-8b36-25abf4422329" ], "request-id": [ - "5c96ab2b-2036-444b-a6ca-8ee34d911d02" + "699152fb-a5e8-47ea-8b36-25abf4422329" ], "elapsed-time": [ - "92" + "95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1191" ], "x-ms-correlation-request-id": [ - "80751fdd-b96a-46f1-bdde-6d8a436af68b" + "351d37ce-960a-4197-a3e9-33ac3a7de298" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001326Z:80751fdd-b96a-46f1-bdde-6d8a436af68b" + "NORTHEUROPE:20200808T095352Z:351d37ce-960a-4197-a3e9-33ac3a7de298" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:13:26 GMT" + "Sat, 08 Aug 2020 09:53:51 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"79E4855902D56513218BECE96C6F934D\",\r\n \"secondaryKey\": \"299C941969514445B41BAD3260300C54\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"A6FD08EE1431EEB066C9A4C7404892AE\",\r\n \"secondaryKey\": \"F74E87B150AA929D3ACBDE6DC2769F04\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2562/providers/Microsoft.Search/searchServices/azs-4909/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTA5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6187/providers/Microsoft.Search/searchServices/azs-8474/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDc0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "47ee988e-1070-421a-8fc1-28e5882306cf" + "49eac939-6ef0-4603-a5cc-2b7a3ffc10b5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "47ee988e-1070-421a-8fc1-28e5882306cf" + "49eac939-6ef0-4603-a5cc-2b7a3ffc10b5" ], "request-id": [ - "47ee988e-1070-421a-8fc1-28e5882306cf" + "49eac939-6ef0-4603-a5cc-2b7a3ffc10b5" ], "elapsed-time": [ - "96" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1190" ], "x-ms-correlation-request-id": [ - "4431a8d5-502b-4119-974a-c60defe2a054" + "438c3d98-de31-4dab-9efd-d4944970d849" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001327Z:4431a8d5-502b-4119-974a-c60defe2a054" + "NORTHEUROPE:20200808T095352Z:438c3d98-de31-4dab-9efd-d4944970d849" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:13:26 GMT" + "Sat, 08 Aug 2020 09:53:51 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F004DBB88E3CB20106A13F0C8E2EA360\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"9EB5B5B6EBA5E1073D7F2A269CA27A8B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8593\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5688\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "2eb0756a-1efc-4666-9243-e6491878e05c" + "dcb203c5-0829-4ff7-9ad6-174469d55270" ], "Accept-Language": [ "en-US" ], "api-key": [ - "79E4855902D56513218BECE96C6F934D" + "A6FD08EE1431EEB066C9A4C7404892AE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803651DDA8E4E\"" + "W/\"0x8D83B80F6988022\"" ], "Location": [ - "https://azs-4909.search-dogfood.windows-int.net/indexes('azsmnet8593')?api-version=2019-05-06" + "https://azs-8474.search-dogfood.windows-int.net/indexes('azsmnet5688')?api-version=2019-05-06" ], "request-id": [ - "2eb0756a-1efc-4666-9243-e6491878e05c" + "dcb203c5-0829-4ff7-9ad6-174469d55270" ], "elapsed-time": [ - "1268" + "793" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:13:30 GMT" + "Sat, 08 Aug 2020 09:53:54 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4909.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803651DDA8E4E\\\"\",\r\n \"name\": \"azsmnet8593\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8474.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B80F6988022\\\"\",\r\n \"name\": \"azsmnet5688\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet8593')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4NTkzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet5688')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1Njg4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "a07948fc-9846-410d-a975-590f8e8d0032" + "e212f521-561d-416a-820b-54479e8978a1" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "79E4855902D56513218BECE96C6F934D" + "A6FD08EE1431EEB066C9A4C7404892AE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "a07948fc-9846-410d-a975-590f8e8d0032" + "e212f521-561d-416a-820b-54479e8978a1" ], "elapsed-time": [ - "180" + "168" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:13:51 GMT" + "Sat, 08 Aug 2020 09:54:16 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet8593')/docs/search.post.suggest?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4NTkzJykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet5688')/docs/search.post.suggest?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1Njg4JykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", "RequestBody": "{\r\n \"fuzzy\": false,\r\n \"search\": \"hitel\",\r\n \"select\": \"*\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "32ccf961-0e5e-4131-8d8d-7da7982c20b7" + "2bd21ff7-964b-460d-9618-5b0e48e2b125" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "F004DBB88E3CB20106A13F0C8E2EA360" + "9EB5B5B6EBA5E1073D7F2A269CA27A8B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "32ccf961-0e5e-4131-8d8d-7da7982c20b7" + "2bd21ff7-964b-460d-9618-5b0e48e2b125" ], "elapsed-time": [ - "24" + "163" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:13:55 GMT" + "Sat, 08 Aug 2020 09:54:20 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,21 +550,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2562/providers/Microsoft.Search/searchServices/azs-4909?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTA5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6187/providers/Microsoft.Search/searchServices/azs-8474?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NDc0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e49ac32-9044-4d53-a954-a0fb139f9c3d" + "34e703c5-5a97-43ed-9373-325de47dadf2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14988" + ], "x-ms-request-id": [ - "9e49ac32-9044-4d53-a954-a0fb139f9c3d" + "ac8b840a-6e27-463e-b14a-dd001d8c54d4" ], - "request-id": [ - "9e49ac32-9044-4d53-a954-a0fb139f9c3d" + "x-ms-correlation-request-id": [ + "ac8b840a-6e27-463e-b14a-dd001d8c54d4" ], - "elapsed-time": [ - "1327" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T095439Z:ac8b840a-6e27-463e-b14a-dd001d8c54d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" - ], - "x-ms-correlation-request-id": [ - "e05f42f9-0f1b-4e63-a1ff-fa2616142889" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001409Z:e05f42f9-0f1b-4e63-a1ff-fa2616142889" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:14:08 GMT" + "Sat, 08 Aug 2020 09:54:39 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2562", - "azsmnet8593" + "azsmnet6187", + "azsmnet5688" ], "GenerateServiceName": [ - "azs-4909" + "azs-8474" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/OrderByProgressivelyBreaksTies.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/OrderByProgressivelyBreaksTies.json index 774e11ce5a11..ec935d75375b 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/OrderByProgressivelyBreaksTies.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/OrderByProgressivelyBreaksTies.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a8c87d0-feed-414f-a410-4be13a02694c" + "0c300be7-e182-4f9f-bcbc-7474a0714780" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1184" ], "x-ms-request-id": [ - "2d518154-9f59-4a31-b792-20a2bf297e60" + "a1974369-8dc3-4dc7-8df6-1bfaede6a5fa" ], "x-ms-correlation-request-id": [ - "2d518154-9f59-4a31-b792-20a2bf297e60" + "a1974369-8dc3-4dc7-8df6-1bfaede6a5fa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001227Z:2d518154-9f59-4a31-b792-20a2bf297e60" + "NORTHEUROPE:20200808T095204Z:a1974369-8dc3-4dc7-8df6-1bfaede6a5fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:12:26 GMT" + "Sat, 08 Aug 2020 09:52:03 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2994?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyOTk0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6450?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2NDUwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "07e6ecfd-53bb-401c-bb4f-f40c020dfafc" + "48677268-0b95-4177-a851-68371a76d797" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1189" ], "x-ms-request-id": [ - "aafdba9f-6f6a-4a51-9791-63fdc528e2b4" + "9f77413d-9e65-4bbb-9739-1d4b5c090f63" ], "x-ms-correlation-request-id": [ - "aafdba9f-6f6a-4a51-9791-63fdc528e2b4" + "9f77413d-9e65-4bbb-9739-1d4b5c090f63" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001228Z:aafdba9f-6f6a-4a51-9791-63fdc528e2b4" + "NORTHEUROPE:20200808T095205Z:9f77413d-9e65-4bbb-9739-1d4b5c090f63" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:12:27 GMT" + "Sat, 08 Aug 2020 09:52:05 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2994\",\r\n \"name\": \"azsmnet2994\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6450\",\r\n \"name\": \"azsmnet6450\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2994/providers/Microsoft.Search/searchServices/azs-7559?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTU5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6450/providers/Microsoft.Search/searchServices/azs-9668?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NjY4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eb42fb05-8e0e-4cbf-a70f-341dd0c87bbf" + "cc384158-3590-4e82-9938-07bac97764e8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A12%3A33.4794955Z'\"" + "W/\"datetime'2020-08-08T09%3A52%3A10.9852353Z'\"" ], "x-ms-request-id": [ - "eb42fb05-8e0e-4cbf-a70f-341dd0c87bbf" + "cc384158-3590-4e82-9938-07bac97764e8" ], "request-id": [ - "eb42fb05-8e0e-4cbf-a70f-341dd0c87bbf" + "cc384158-3590-4e82-9938-07bac97764e8" ], "elapsed-time": [ - "1549" + "2132" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1193" ], "x-ms-correlation-request-id": [ - "f2a59ec2-3804-40da-adb3-01b4647a7973" + "9f571bf1-d0ce-45f0-8255-953db424098c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001234Z:f2a59ec2-3804-40da-adb3-01b4647a7973" + "NORTHEUROPE:20200808T095212Z:9f571bf1-d0ce-45f0-8255-953db424098c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:12:34 GMT" + "Sat, 08 Aug 2020 09:52:12 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2994/providers/Microsoft.Search/searchServices/azs-7559\",\r\n \"name\": \"azs-7559\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6450/providers/Microsoft.Search/searchServices/azs-9668\",\r\n \"name\": \"azs-9668\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2994/providers/Microsoft.Search/searchServices/azs-7559/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTU5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6450/providers/Microsoft.Search/searchServices/azs-9668/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NjY4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a5418a3b-ace6-4c81-97c6-1d8e0a185a9e" + "b44c39b4-0b41-4d79-82ef-4bb119ffbcb0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a5418a3b-ace6-4c81-97c6-1d8e0a185a9e" + "b44c39b4-0b41-4d79-82ef-4bb119ffbcb0" ], "request-id": [ - "a5418a3b-ace6-4c81-97c6-1d8e0a185a9e" + "b44c39b4-0b41-4d79-82ef-4bb119ffbcb0" ], "elapsed-time": [ - "92" + "122" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1190" ], "x-ms-correlation-request-id": [ - "5e64a08e-c728-4552-b51e-f4dafc8e873c" + "a86aed93-8ac8-4429-9a04-d0f458e89e13" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001236Z:5e64a08e-c728-4552-b51e-f4dafc8e873c" + "NORTHEUROPE:20200808T095214Z:a86aed93-8ac8-4429-9a04-d0f458e89e13" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:12:35 GMT" + "Sat, 08 Aug 2020 09:52:14 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"5F948A2A7E799DA7E8BE8F1406FA57D1\",\r\n \"secondaryKey\": \"9F54A250BEC5C9105175F909B06BE7E9\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"FBC9AB76EA43FF0250654A803FF110AE\",\r\n \"secondaryKey\": \"8DD871269FE5862F051ACC70495B5DC2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2994/providers/Microsoft.Search/searchServices/azs-7559/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTU5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6450/providers/Microsoft.Search/searchServices/azs-9668/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NjY4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d560e85f-87c9-44d0-9df4-7d7b18df5db4" + "8866ca07-4abe-471d-a2c0-f44e11242ed3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d560e85f-87c9-44d0-9df4-7d7b18df5db4" + "8866ca07-4abe-471d-a2c0-f44e11242ed3" ], "request-id": [ - "d560e85f-87c9-44d0-9df4-7d7b18df5db4" + "8866ca07-4abe-471d-a2c0-f44e11242ed3" ], "elapsed-time": [ - "135" + "90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1189" ], "x-ms-correlation-request-id": [ - "02cf8157-e21d-4195-a412-1173f331ae0a" + "a3e3372c-a8fb-4226-a8e6-dc3c0eee8679" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001236Z:02cf8157-e21d-4195-a412-1173f331ae0a" + "NORTHEUROPE:20200808T095215Z:a3e3372c-a8fb-4226-a8e6-dc3c0eee8679" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:12:36 GMT" + "Sat, 08 Aug 2020 09:52:14 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"00F4981CB0D9DD9ABAF458DA73A05989\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"1AD9E3A1E3D4E971EB725D0B3BD361DE\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1007\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1759\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "cf8c6bd4-0ee7-42ea-9098-2e1324e5434d" + "4c709e47-7e21-4e7c-a4c3-7634b2997456" ], "Accept-Language": [ "en-US" ], "api-key": [ - "5F948A2A7E799DA7E8BE8F1406FA57D1" + "FBC9AB76EA43FF0250654A803FF110AE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80364FFC37BB9\"" + "W/\"0x8D83B80BCE7E3B7\"" ], "Location": [ - "https://azs-7559.search-dogfood.windows-int.net/indexes('azsmnet1007')?api-version=2019-05-06" + "https://azs-9668.search-dogfood.windows-int.net/indexes('azsmnet1759')?api-version=2019-05-06" ], "request-id": [ - "cf8c6bd4-0ee7-42ea-9098-2e1324e5434d" + "4c709e47-7e21-4e7c-a4c3-7634b2997456" ], "elapsed-time": [ - "1256" + "1588" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:12:38 GMT" + "Sat, 08 Aug 2020 09:52:18 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7559.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80364FFC37BB9\\\"\",\r\n \"name\": \"azsmnet1007\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9668.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B80BCE7E3B7\\\"\",\r\n \"name\": \"azsmnet1759\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet1007')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDA3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1759')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNzU5JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "4c12a53e-3b3b-44f0-8ec2-74c979a66119" + "a1c9e9f7-f3aa-47ff-9e17-68cbc9d51ef6" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "5F948A2A7E799DA7E8BE8F1406FA57D1" + "FBC9AB76EA43FF0250654A803FF110AE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "4c12a53e-3b3b-44f0-8ec2-74c979a66119" + "a1c9e9f7-f3aa-47ff-9e17-68cbc9d51ef6" ], "elapsed-time": [ - "158" + "152" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:13:00 GMT" + "Sat, 08 Aug 2020 09:52:40 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet1007')/docs/search.post.suggest?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMDA3JykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet1759')/docs/search.post.suggest?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNzU5JykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", "RequestBody": "{\r\n \"fuzzy\": false,\r\n \"orderby\": \"rating desc,lastRenovationDate asc,geo.distance(location, geography'POINT(-122.0 49.0)')\",\r\n \"search\": \"hotel\",\r\n \"select\": \"*\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "77e5f37e-fe4f-414f-8dfc-c4199e4eb942" + "38a0dea5-745e-455c-a3a7-4b37ec47f4b5" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "00F4981CB0D9DD9ABAF458DA73A05989" + "1AD9E3A1E3D4E971EB725D0B3BD361DE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "77e5f37e-fe4f-414f-8dfc-c4199e4eb942" + "38a0dea5-745e-455c-a3a7-4b37ec47f4b5" ], "elapsed-time": [ - "928" + "329" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:13:04 GMT" + "Sat, 08 Aug 2020 09:52:43 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,21 +550,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2994/providers/Microsoft.Search/searchServices/azs-7559?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTk0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTU5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6450/providers/Microsoft.Search/searchServices/azs-9668?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NjY4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "30137a52-69de-443c-a796-1e60bed7b870" + "f7fbe982-59cc-4ba3-9b8e-7bc2fab03ed5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "30137a52-69de-443c-a796-1e60bed7b870" + "afa2cff6-2f90-45b1-86f7-36e69b62e984" ], - "request-id": [ - "30137a52-69de-443c-a796-1e60bed7b870" + "x-ms-correlation-request-id": [ + "afa2cff6-2f90-45b1-86f7-36e69b62e984" ], - "elapsed-time": [ - "1298" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T095334Z:afa2cff6-2f90-45b1-86f7-36e69b62e984" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" - ], - "x-ms-correlation-request-id": [ - "56a1b75b-0436-40b8-bb13-db935ee3b66a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001311Z:56a1b75b-0436-40b8-bb13-db935ee3b66a" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:13:10 GMT" + "Sat, 08 Aug 2020 09:53:33 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2994", - "azsmnet1007" + "azsmnet6450", + "azsmnet1759" ], "GenerateServiceName": [ - "azs-7559" + "azs-9668" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/SearchFieldsExcludesFieldsFromSuggest.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/SearchFieldsExcludesFieldsFromSuggest.json index 89259bb4dfa4..36c81eb2fb09 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/SearchFieldsExcludesFieldsFromSuggest.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/SearchFieldsExcludesFieldsFromSuggest.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ce620665-16f8-4455-854e-c69146649b9e" + "1f58f8e8-4645-4e70-9564-3127d4d262a4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1188" ], "x-ms-request-id": [ - "c07cd00b-9241-4d40-9255-52681df0d006" + "ba93d8a4-d42d-4e2e-b1bb-7c6992c1d4a3" ], "x-ms-correlation-request-id": [ - "c07cd00b-9241-4d40-9255-52681df0d006" + "ba93d8a4-d42d-4e2e-b1bb-7c6992c1d4a3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000950Z:c07cd00b-9241-4d40-9255-52681df0d006" + "NORTHEUROPE:20200808T094818Z:ba93d8a4-d42d-4e2e-b1bb-7c6992c1d4a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:09:49 GMT" + "Sat, 08 Aug 2020 09:48:18 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7678?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3Njc4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8623?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NjIzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e808161f-bf41-4065-a9cc-d960f61e499c" + "ce86cf9b-ef69-4d97-a180-c65882e5c6d2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1192" ], "x-ms-request-id": [ - "4078a79f-2346-4558-b9b1-dcda35a4d606" + "a5918cf8-0f46-4c5d-9f0c-d1bfb2b3d29f" ], "x-ms-correlation-request-id": [ - "4078a79f-2346-4558-b9b1-dcda35a4d606" + "a5918cf8-0f46-4c5d-9f0c-d1bfb2b3d29f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000951Z:4078a79f-2346-4558-b9b1-dcda35a4d606" + "NORTHEUROPE:20200808T094820Z:a5918cf8-0f46-4c5d-9f0c-d1bfb2b3d29f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:09:51 GMT" + "Sat, 08 Aug 2020 09:48:19 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7678\",\r\n \"name\": \"azsmnet7678\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8623\",\r\n \"name\": \"azsmnet8623\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7678/providers/Microsoft.Search/searchServices/azs-701?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Njc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MDE/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8623/providers/Microsoft.Search/searchServices/azs-68?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02OD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "aaea9b42-27a1-449d-ad2b-96a151fa52e7" + "b58351e9-653f-4b02-9064-bb8da11260c3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A09%3A54.8070366Z'\"" + "W/\"datetime'2020-08-08T09%3A48%3A25.311411Z'\"" ], "x-ms-request-id": [ - "aaea9b42-27a1-449d-ad2b-96a151fa52e7" + "b58351e9-653f-4b02-9064-bb8da11260c3" ], "request-id": [ - "aaea9b42-27a1-449d-ad2b-96a151fa52e7" + "b58351e9-653f-4b02-9064-bb8da11260c3" ], "elapsed-time": [ - "982" + "1383" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1194" ], "x-ms-correlation-request-id": [ - "d7d558dc-fbde-4bf0-8a4e-7f4ca13addb7" + "3e4f80ed-fefe-42d3-aa27-68ed17fbf15a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000955Z:d7d558dc-fbde-4bf0-8a4e-7f4ca13addb7" + "NORTHEUROPE:20200808T094826Z:3e4f80ed-fefe-42d3-aa27-68ed17fbf15a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:09:54 GMT" + "Sat, 08 Aug 2020 09:48:26 GMT" ], "Content-Length": [ - "527" + "525" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7678/providers/Microsoft.Search/searchServices/azs-701\",\r\n \"name\": \"azs-701\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8623/providers/Microsoft.Search/searchServices/azs-68\",\r\n \"name\": \"azs-68\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7678/providers/Microsoft.Search/searchServices/azs-701/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Njc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MDEvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8623/providers/Microsoft.Search/searchServices/azs-68/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02OC9saXN0QWRtaW5LZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f002c18c-4a11-482e-87f2-8277a2a5c4f3" + "e09b271b-0100-413d-9c3e-859797e09681" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f002c18c-4a11-482e-87f2-8277a2a5c4f3" + "e09b271b-0100-413d-9c3e-859797e09681" ], "request-id": [ - "f002c18c-4a11-482e-87f2-8277a2a5c4f3" + "e09b271b-0100-413d-9c3e-859797e09681" ], "elapsed-time": [ - "89" + "88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1191" ], "x-ms-correlation-request-id": [ - "12396d06-b0e1-4b98-babb-ba7f47b69608" + "26c00072-ced1-489f-8d43-0b91ff573d62" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000957Z:12396d06-b0e1-4b98-babb-ba7f47b69608" + "NORTHEUROPE:20200808T094829Z:26c00072-ced1-489f-8d43-0b91ff573d62" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:09:57 GMT" + "Sat, 08 Aug 2020 09:48:29 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"DFE08C33D2FA4B7CD7AC6480988705A8\",\r\n \"secondaryKey\": \"D8C9A0F213074BB9B4C5BCBFBC56FDE0\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"C56270F761E3DF771EC6E0006AB4B306\",\r\n \"secondaryKey\": \"13E8D401272649B7EF7EE583A487001F\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7678/providers/Microsoft.Search/searchServices/azs-701/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Njc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MDEvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8623/providers/Microsoft.Search/searchServices/azs-68/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02OC9saXN0UXVlcnlLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf88cf85-d6b5-4d93-be41-555b5d6cd5f9" + "abf96c39-1e8b-422c-bf03-703ce08ad734" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "cf88cf85-d6b5-4d93-be41-555b5d6cd5f9" + "abf96c39-1e8b-422c-bf03-703ce08ad734" ], "request-id": [ - "cf88cf85-d6b5-4d93-be41-555b5d6cd5f9" + "abf96c39-1e8b-422c-bf03-703ce08ad734" ], "elapsed-time": [ - "227" + "86" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1190" ], "x-ms-correlation-request-id": [ - "67561178-744a-4086-a8dc-75a07443bbcc" + "25edeea3-d866-4e87-9a18-4bfc45eff53e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000958Z:67561178-744a-4086-a8dc-75a07443bbcc" + "NORTHEUROPE:20200808T094829Z:25edeea3-d866-4e87-9a18-4bfc45eff53e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:09:58 GMT" + "Sat, 08 Aug 2020 09:48:29 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"8E82910CE1A2842D901FD25647B6C7E6\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"1DF123C339B1EA897FBCC757FD1539E1\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7345\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8037\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "f8fcc130-b124-43f3-ac51-b8576a9dc1a2" + "08e1e807-68d4-4b35-8fee-a298711ee608" ], "Accept-Language": [ "en-US" ], "api-key": [ - "DFE08C33D2FA4B7CD7AC6480988705A8" + "C56270F761E3DF771EC6E0006AB4B306" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80364A162E6F6\"" + "W/\"0x8D83B80367F92D6\"" ], "Location": [ - "https://azs-701.search-dogfood.windows-int.net/indexes('azsmnet7345')?api-version=2019-05-06" + "https://azs-68.search-dogfood.windows-int.net/indexes('azsmnet8037')?api-version=2019-05-06" ], "request-id": [ - "f8fcc130-b124-43f3-ac51-b8576a9dc1a2" + "08e1e807-68d4-4b35-8fee-a298711ee608" ], "elapsed-time": [ - "1266" + "1377" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:10:00 GMT" + "Sat, 08 Aug 2020 09:48:32 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,20 +405,20 @@ "-1" ], "Content-Length": [ - "6146" + "6145" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-701.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80364A162E6F6\\\"\",\r\n \"name\": \"azsmnet7345\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-68.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B80367F92D6\\\"\",\r\n \"name\": \"azsmnet8037\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet7345')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MzQ1JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet8037')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MDM3JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "4e666055-b42a-4ee0-9c11-490d40b7717c" + "c6c0fb80-9ff6-49df-8e01-aa2736d2a55c" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "DFE08C33D2FA4B7CD7AC6480988705A8" + "C56270F761E3DF771EC6E0006AB4B306" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "4e666055-b42a-4ee0-9c11-490d40b7717c" + "c6c0fb80-9ff6-49df-8e01-aa2736d2a55c" ], "elapsed-time": [ - "1690" + "215" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:10:27 GMT" + "Sat, 08 Aug 2020 09:48:54 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7345')/docs/search.post.suggest?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3MzQ1JykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet8037')/docs/search.post.suggest?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ4MDM3JykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", "RequestBody": "{\r\n \"fuzzy\": false,\r\n \"search\": \"luxury\",\r\n \"searchFields\": \"hotelName\",\r\n \"select\": \"*\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "0b9d6d28-b41b-4c6c-b98c-1ceb0fe23c0c" + "6f587f2d-406c-461c-aa24-d74fc5dc5e52" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "8E82910CE1A2842D901FD25647B6C7E6" + "1DF123C339B1EA897FBCC757FD1539E1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "0b9d6d28-b41b-4c6c-b98c-1ceb0fe23c0c" + "6f587f2d-406c-461c-aa24-d74fc5dc5e52" ], "elapsed-time": [ - "1161" + "188" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:10:32 GMT" + "Sat, 08 Aug 2020 09:48:58 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,21 +550,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7678/providers/Microsoft.Search/searchServices/azs-701?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3Njc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MDE/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8623/providers/Microsoft.Search/searchServices/azs-68?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjIzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02OD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "10de13f4-7ccc-4ac1-9e3a-6e9a6af1d44b" + "0bb13916-02ae-4db5-9914-0854f8b7bed2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14989" + ], "x-ms-request-id": [ - "10de13f4-7ccc-4ac1-9e3a-6e9a6af1d44b" + "10dee4a7-ad81-44da-a5fe-20235d1a2d0e" ], - "request-id": [ - "10de13f4-7ccc-4ac1-9e3a-6e9a6af1d44b" + "x-ms-correlation-request-id": [ + "10dee4a7-ad81-44da-a5fe-20235d1a2d0e" ], - "elapsed-time": [ - "1169" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T094908Z:10dee4a7-ad81-44da-a5fe-20235d1a2d0e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "x-ms-correlation-request-id": [ - "01b6691b-294e-4528-a965-b652a2788786" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001037Z:01b6691b-294e-4528-a965-b652a2788786" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:10:36 GMT" + "Sat, 08 Aug 2020 09:49:07 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7678", - "azsmnet7345" + "azsmnet8623", + "azsmnet8037" ], "GenerateServiceName": [ - "azs-701" + "azs-68" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/SuggestThrowsWhenGivenBadSuggesterName.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/SuggestThrowsWhenGivenBadSuggesterName.json index c04196f09b97..fe76549a86b3 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/SuggestThrowsWhenGivenBadSuggesterName.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/SuggestThrowsWhenGivenBadSuggesterName.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4b90e24a-20fa-426c-b4d3-eb293a548fc3" + "3a31a058-43ae-4f2f-93c9-d9e5a527f6b2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1193" ], "x-ms-request-id": [ - "22fc0153-97dc-42f9-9c3c-f9cb57b164f1" + "0f1e04ec-44d2-4295-93d2-05aaa4c3c5ec" ], "x-ms-correlation-request-id": [ - "22fc0153-97dc-42f9-9c3c-f9cb57b164f1" + "0f1e04ec-44d2-4295-93d2-05aaa4c3c5ec" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001515Z:22fc0153-97dc-42f9-9c3c-f9cb57b164f1" + "NORTHEUROPE:20200808T095609Z:0f1e04ec-44d2-4295-93d2-05aaa4c3c5ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:15:15 GMT" + "Sat, 08 Aug 2020 09:56:08 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6281?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MjgxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8196?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MTk2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "aa68a8ba-0745-4f73-b217-0fc02b477c40" + "99c16fa1-27b0-42c5-8cd8-fa3df4042bdc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1194" ], "x-ms-request-id": [ - "e2f9ebfd-8ca4-4c9c-b918-eb9895e7e8f1" + "672413b8-46cb-4e3a-bbfe-625716d0a53c" ], "x-ms-correlation-request-id": [ - "e2f9ebfd-8ca4-4c9c-b918-eb9895e7e8f1" + "672413b8-46cb-4e3a-bbfe-625716d0a53c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001516Z:e2f9ebfd-8ca4-4c9c-b918-eb9895e7e8f1" + "NORTHEUROPE:20200808T095610Z:672413b8-46cb-4e3a-bbfe-625716d0a53c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:15:15 GMT" + "Sat, 08 Aug 2020 09:56:09 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6281\",\r\n \"name\": \"azsmnet6281\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8196\",\r\n \"name\": \"azsmnet8196\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6281/providers/Microsoft.Search/searchServices/azs-2897?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODk3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8196/providers/Microsoft.Search/searchServices/azs-5601?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NjAxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f45569c4-66ef-4105-91da-512034af9405" + "bd183855-0f4a-4e09-bfb9-471644548fe9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A15%3A20.6421808Z'\"" + "W/\"datetime'2020-08-08T09%3A56%3A15.4379957Z'\"" ], "x-ms-request-id": [ - "f45569c4-66ef-4105-91da-512034af9405" + "bd183855-0f4a-4e09-bfb9-471644548fe9" ], "request-id": [ - "f45569c4-66ef-4105-91da-512034af9405" + "bd183855-0f4a-4e09-bfb9-471644548fe9" ], "elapsed-time": [ - "1318" + "1517" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1194" ], "x-ms-correlation-request-id": [ - "c767e363-d571-4e0f-9e62-5c84c7a1b49f" + "1dd997c9-a5e2-43a6-8c57-8b97c09aa60b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001521Z:c767e363-d571-4e0f-9e62-5c84c7a1b49f" + "NORTHEUROPE:20200808T095616Z:1dd997c9-a5e2-43a6-8c57-8b97c09aa60b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:15:21 GMT" + "Sat, 08 Aug 2020 09:56:16 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6281/providers/Microsoft.Search/searchServices/azs-2897\",\r\n \"name\": \"azs-2897\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8196/providers/Microsoft.Search/searchServices/azs-5601\",\r\n \"name\": \"azs-5601\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6281/providers/Microsoft.Search/searchServices/azs-2897/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODk3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8196/providers/Microsoft.Search/searchServices/azs-5601/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NjAxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "21414a5d-caa8-4d83-9748-c12473038c29" + "4ef7bd2a-c5a7-43c0-80ae-50d585406ce1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "21414a5d-caa8-4d83-9748-c12473038c29" + "4ef7bd2a-c5a7-43c0-80ae-50d585406ce1" ], "request-id": [ - "21414a5d-caa8-4d83-9748-c12473038c29" + "4ef7bd2a-c5a7-43c0-80ae-50d585406ce1" ], "elapsed-time": [ - "93" + "89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1191" ], "x-ms-correlation-request-id": [ - "9b0b4d2e-0997-483a-b0f5-89c31419abe3" + "fa3ea7a8-7799-45ee-994a-bc26a6bdd962" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001524Z:9b0b4d2e-0997-483a-b0f5-89c31419abe3" + "NORTHEUROPE:20200808T095618Z:fa3ea7a8-7799-45ee-994a-bc26a6bdd962" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:15:24 GMT" + "Sat, 08 Aug 2020 09:56:18 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"5E24904F978FE1CCADB09537D173E6F6\",\r\n \"secondaryKey\": \"F58C1BDA5B02B2DB17777DDCA2774A0C\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"40DF1C8B25E7C4666A0350AA013D9CD2\",\r\n \"secondaryKey\": \"532B933D61A7562AFC6BD57F9B19B5F3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6281/providers/Microsoft.Search/searchServices/azs-2897/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODk3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8196/providers/Microsoft.Search/searchServices/azs-5601/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NjAxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ded1cb1c-4457-40b3-a388-b1179c5e66e6" + "894e4b16-1eab-4d8a-b3a1-dcd808867072" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ded1cb1c-4457-40b3-a388-b1179c5e66e6" + "894e4b16-1eab-4d8a-b3a1-dcd808867072" ], "request-id": [ - "ded1cb1c-4457-40b3-a388-b1179c5e66e6" + "894e4b16-1eab-4d8a-b3a1-dcd808867072" ], "elapsed-time": [ - "86" + "87" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1190" ], "x-ms-correlation-request-id": [ - "06244fa1-821c-465f-b4ab-c30e0d0d0521" + "621a65f3-b5c3-43cc-bd8e-e240c6f7dc12" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001525Z:06244fa1-821c-465f-b4ab-c30e0d0d0521" + "NORTHEUROPE:20200808T095619Z:621a65f3-b5c3-43cc-bd8e-e240c6f7dc12" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:15:24 GMT" + "Sat, 08 Aug 2020 09:56:19 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"4634F4F187B2ABD4C2509E8763F6B4F9\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F6166C3716E231D3422B4A4D802011EB\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1466\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3193\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c476ef3d-890d-484f-a717-d4d08df56074" + "efa8ff8e-717a-4190-b5b0-d4048545208c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "5E24904F978FE1CCADB09537D173E6F6" + "40DF1C8B25E7C4666A0350AA013D9CD2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036564257804\"" + "W/\"0x8D83B814E299B1A\"" ], "Location": [ - "https://azs-2897.search-dogfood.windows-int.net/indexes('azsmnet1466')?api-version=2019-05-06" + "https://azs-5601.search-dogfood.windows-int.net/indexes('azsmnet3193')?api-version=2019-05-06" ], "request-id": [ - "c476ef3d-890d-484f-a717-d4d08df56074" + "efa8ff8e-717a-4190-b5b0-d4048545208c" ], "elapsed-time": [ - "1251" + "783" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:15:28 GMT" + "Sat, 08 Aug 2020 09:56:22 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2897.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036564257804\\\"\",\r\n \"name\": \"azsmnet1466\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5601.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B814E299B1A\\\"\",\r\n \"name\": \"azsmnet3193\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet1466')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNDY2JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3193')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMTkzJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8b85149c-58e4-4700-bd4a-86c1174d4c7b" + "af30301b-788d-4bcc-b214-70d0bc12d7d6" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "5E24904F978FE1CCADB09537D173E6F6" + "40DF1C8B25E7C4666A0350AA013D9CD2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "8b85149c-58e4-4700-bd4a-86c1174d4c7b" + "af30301b-788d-4bcc-b214-70d0bc12d7d6" ], "elapsed-time": [ - "190" + "177" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:15:48 GMT" + "Sat, 08 Aug 2020 09:56:43 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet1466')/docs/search.post.suggest?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNDY2JykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet3193')/docs/search.post.suggest?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzMTkzJykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", "RequestBody": "{\r\n \"fuzzy\": false,\r\n \"search\": \"hotel\",\r\n \"select\": \"*\",\r\n \"suggesterName\": \"Suggester does not exist\"\r\n}", "RequestHeaders": { "client-request-id": [ - "3ac2655a-1c72-4c05-bc6b-2d6b0edeab80" + "233610a7-2073-49aa-8227-7f18e437c302" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "5E24904F978FE1CCADB09537D173E6F6" + "40DF1C8B25E7C4666A0350AA013D9CD2" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "3ac2655a-1c72-4c05-bc6b-2d6b0edeab80" + "233610a7-2073-49aa-8227-7f18e437c302" ], "elapsed-time": [ - "12" + "6" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:15:52 GMT" + "Sat, 08 Aug 2020 09:56:46 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,21 +553,21 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6281/providers/Microsoft.Search/searchServices/azs-2897?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODk3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8196/providers/Microsoft.Search/searchServices/azs-5601?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MTk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NjAxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e57cb366-4e62-4504-889d-016085160cf2" + "4f081134-8f1d-4d9d-a863-62846720b844" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -578,51 +578,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14989" + ], "x-ms-request-id": [ - "e57cb366-4e62-4504-889d-016085160cf2" + "586cb535-208d-4984-883d-55f5f6699a63" ], - "request-id": [ - "e57cb366-4e62-4504-889d-016085160cf2" + "x-ms-correlation-request-id": [ + "586cb535-208d-4984-883d-55f5f6699a63" ], - "elapsed-time": [ - "1073" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T095704Z:586cb535-208d-4984-883d-55f5f6699a63" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" - ], - "x-ms-correlation-request-id": [ - "9230e7da-f11b-41dc-9285-1a3afdbaf163" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001557Z:9230e7da-f11b-41dc-9285-1a3afdbaf163" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:15:57 GMT" + "Sat, 08 Aug 2020 09:57:04 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6281", - "azsmnet1466" + "azsmnet8196", + "azsmnet3193" ], "GenerateServiceName": [ - "azs-2897" + "azs-5601" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/SuggestThrowsWhenRequestIsMalformed.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/SuggestThrowsWhenRequestIsMalformed.json index be922f1740f6..253d4c230296 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/SuggestThrowsWhenRequestIsMalformed.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/SuggestThrowsWhenRequestIsMalformed.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "61956101-7e28-4b15-a8ac-e82cf35ef5dd" + "2c8ffdb8-7c05-4326-885b-957aa7f103b5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1194" ], "x-ms-request-id": [ - "951c617b-d73b-490d-a012-fd6956b34837" + "d197476e-9868-482d-b353-534a261a42a0" ], "x-ms-correlation-request-id": [ - "951c617b-d73b-490d-a012-fd6956b34837" + "d197476e-9868-482d-b353-534a261a42a0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001427Z:951c617b-d73b-490d-a012-fd6956b34837" + "NORTHEUROPE:20200808T095449Z:d197476e-9868-482d-b353-534a261a42a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:14:26 GMT" + "Sat, 08 Aug 2020 09:54:48 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8413?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NDEzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2782?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNzgyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dc5fbcb6-d894-4b83-9d7c-8d1d0ea3b5f5" + "3a5199fe-162e-4514-90f2-d303c9086410" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1195" ], "x-ms-request-id": [ - "83329e94-c47c-4058-80cf-decc4314d6d4" + "ca76a0a5-50b6-48d2-a2c1-b42f2b7559ab" ], "x-ms-correlation-request-id": [ - "83329e94-c47c-4058-80cf-decc4314d6d4" + "ca76a0a5-50b6-48d2-a2c1-b42f2b7559ab" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001428Z:83329e94-c47c-4058-80cf-decc4314d6d4" + "NORTHEUROPE:20200808T095451Z:ca76a0a5-50b6-48d2-a2c1-b42f2b7559ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:14:27 GMT" + "Sat, 08 Aug 2020 09:54:51 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8413\",\r\n \"name\": \"azsmnet8413\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2782\",\r\n \"name\": \"azsmnet2782\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8413/providers/Microsoft.Search/searchServices/azs-134?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzQ/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2782/providers/Microsoft.Search/searchServices/azs-2103?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTAzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "22f17700-09b5-4266-95d7-216780a05d84" + "99066e84-dc57-4cc8-b9c2-3880bed07532" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A14%3A31.8002126Z'\"" + "W/\"datetime'2020-08-08T09%3A54%3A56.2066938Z'\"" ], "x-ms-request-id": [ - "22f17700-09b5-4266-95d7-216780a05d84" + "99066e84-dc57-4cc8-b9c2-3880bed07532" ], "request-id": [ - "22f17700-09b5-4266-95d7-216780a05d84" + "99066e84-dc57-4cc8-b9c2-3880bed07532" ], "elapsed-time": [ - "1560" + "1960" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "48d0ed0e-3dc3-42aa-8c56-29c22b557a94" + "b3005e78-1c35-4c1c-8562-8dd272d7a874" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001432Z:48d0ed0e-3dc3-42aa-8c56-29c22b557a94" + "NORTHEUROPE:20200808T095457Z:b3005e78-1c35-4c1c-8562-8dd272d7a874" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:14:32 GMT" + "Sat, 08 Aug 2020 09:54:56 GMT" ], "Content-Length": [ - "527" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8413/providers/Microsoft.Search/searchServices/azs-134\",\r\n \"name\": \"azs-134\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2782/providers/Microsoft.Search/searchServices/azs-2103\",\r\n \"name\": \"azs-2103\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8413/providers/Microsoft.Search/searchServices/azs-134/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzQvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2782/providers/Microsoft.Search/searchServices/azs-2103/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTAzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "539a79db-e3f8-4835-8074-ccb3b364825d" + "cc6a0894-fb5e-4560-9ee0-6831ab06af54" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "539a79db-e3f8-4835-8074-ccb3b364825d" + "cc6a0894-fb5e-4560-9ee0-6831ab06af54" ], "request-id": [ - "539a79db-e3f8-4835-8074-ccb3b364825d" + "cc6a0894-fb5e-4560-9ee0-6831ab06af54" ], "elapsed-time": [ - "89" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1196" ], "x-ms-correlation-request-id": [ - "04812e65-6f01-4b66-9eca-92c69a857f58" + "50708d58-344c-4561-980b-018abba9b06a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001434Z:04812e65-6f01-4b66-9eca-92c69a857f58" + "NORTHEUROPE:20200808T095459Z:50708d58-344c-4561-980b-018abba9b06a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:14:33 GMT" + "Sat, 08 Aug 2020 09:54:58 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"7A2B484C8E7F530B1AADED82FC4EC51A\",\r\n \"secondaryKey\": \"3B4A8657BFB370BF73E9DBBCA00D4819\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"22947083B45EB21018D0D1D77453846D\",\r\n \"secondaryKey\": \"C7E9148D159CAE622ECDCBB47DE9C4CC\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8413/providers/Microsoft.Search/searchServices/azs-134/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzQvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2782/providers/Microsoft.Search/searchServices/azs-2103/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTAzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b54d1afb-8ce5-4cba-98fd-fe032cfc11f5" + "d7e0927f-13ba-400c-933b-385069df32f0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b54d1afb-8ce5-4cba-98fd-fe032cfc11f5" + "d7e0927f-13ba-400c-933b-385069df32f0" ], "request-id": [ - "b54d1afb-8ce5-4cba-98fd-fe032cfc11f5" + "d7e0927f-13ba-400c-933b-385069df32f0" ], "elapsed-time": [ - "92" + "97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1195" ], "x-ms-correlation-request-id": [ - "f4f20399-ff78-4099-b2f1-22749788d575" + "32939235-ffc9-4d70-9f09-b524cc2c7227" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001435Z:f4f20399-ff78-4099-b2f1-22749788d575" + "NORTHEUROPE:20200808T095500Z:32939235-ffc9-4d70-9f09-b524cc2c7227" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:14:35 GMT" + "Sat, 08 Aug 2020 09:54:59 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"A2E0433733B9BFC9FB6D87A195780BCF\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"5667D20B3D9FB460A3338268280A44D8\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7498\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet136\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "037c68e3-af45-48c5-baba-a8feba4d50f9" + "415ee024-1f33-4e62-ae1b-4ae06f9de159" ], "Accept-Language": [ "en-US" ], "api-key": [ - "7A2B484C8E7F530B1AADED82FC4EC51A" + "22947083B45EB21018D0D1D77453846D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6975" + "6974" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8036546792750\"" + "W/\"0x8D83B812602C12A\"" ], "Location": [ - "https://azs-134.search-dogfood.windows-int.net/indexes('azsmnet7498')?api-version=2019-05-06" + "https://azs-2103.search-dogfood.windows-int.net/indexes('azsmnet136')?api-version=2019-05-06" ], "request-id": [ - "037c68e3-af45-48c5-baba-a8feba4d50f9" + "415ee024-1f33-4e62-ae1b-4ae06f9de159" ], "elapsed-time": [ - "1104" + "12749" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:14:38 GMT" + "Sat, 08 Aug 2020 09:55:14 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6146" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-134.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8036546792750\\\"\",\r\n \"name\": \"azsmnet7498\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2103.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B812602C12A\\\"\",\r\n \"name\": \"azsmnet136\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet7498')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NDk4JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet136')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMzYnKS9kb2NzL3NlYXJjaC5pbmRleD9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c6cdd9d4-a19d-4232-b4bc-40caccf7c3f6" + "0fb16e3f-8092-4507-acca-b8338bb4c753" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "7A2B484C8E7F530B1AADED82FC4EC51A" + "22947083B45EB21018D0D1D77453846D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "c6cdd9d4-a19d-4232-b4bc-40caccf7c3f6" + "0fb16e3f-8092-4507-acca-b8338bb4c753" ], "elapsed-time": [ - "296" + "224" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:15:00 GMT" + "Sat, 08 Aug 2020 09:55:36 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet7498')/docs/search.post.suggest?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ3NDk4JykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet136')/docs/search.post.suggest?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxMzYnKS9kb2NzL3NlYXJjaC5wb3N0LnN1Z2dlc3Q/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", "RequestBody": "{\r\n \"fuzzy\": false,\r\n \"orderby\": \"This is not a valid orderby.\",\r\n \"search\": \"hotel\",\r\n \"select\": \"*\",\r\n \"suggesterName\": \"sg\"\r\n}", "RequestHeaders": { "client-request-id": [ - "1384c2fc-d9a1-45e1-ab1b-9948949a0325" + "475e57ab-d360-4b5d-a6f9-1f8e4841bde7" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "7A2B484C8E7F530B1AADED82FC4EC51A" + "22947083B45EB21018D0D1D77453846D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "1384c2fc-d9a1-45e1-ab1b-9948949a0325" + "475e57ab-d360-4b5d-a6f9-1f8e4841bde7" ], "elapsed-time": [ - "11" + "127" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:15:03 GMT" + "Sat, 08 Aug 2020 09:55:39 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -553,21 +553,21 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8413/providers/Microsoft.Search/searchServices/azs-134?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMzQ/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2782/providers/Microsoft.Search/searchServices/azs-2103?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzgyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTAzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4b51e3b7-1e9e-4f84-baf8-0096f178d139" + "8f91f50b-93b3-423a-aaf0-2cdbc1c8fc47" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -578,51 +578,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14988" + ], "x-ms-request-id": [ - "4b51e3b7-1e9e-4f84-baf8-0096f178d139" + "ded0b1b1-f993-4ee3-9c83-f9128bee61ba" ], - "request-id": [ - "4b51e3b7-1e9e-4f84-baf8-0096f178d139" + "x-ms-correlation-request-id": [ + "ded0b1b1-f993-4ee3-9c83-f9128bee61ba" ], - "elapsed-time": [ - "2258" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T095601Z:ded0b1b1-f993-4ee3-9c83-f9128bee61ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" - ], - "x-ms-correlation-request-id": [ - "93541c96-3962-4f08-8ede-80e6920d2816" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001510Z:93541c96-3962-4f08-8ede-80e6920d2816" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:15:10 GMT" + "Sat, 08 Aug 2020 09:56:00 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8413", - "azsmnet7498" + "azsmnet2782", + "azsmnet136" ], "GenerateServiceName": [ - "azs-134" + "azs-2103" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/TopTrimsResults.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/TopTrimsResults.json index 849ea2d2d364..ded111e9874d 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/TopTrimsResults.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/PostSuggestTests/TopTrimsResults.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4dd802df-8d67-412b-a262-563abd82d85b" + "1343c44f-3296-4f5b-9a2f-9a01109114a3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1197" ], "x-ms-request-id": [ - "402b5960-b217-4e61-bac4-3ba432d89f96" + "e4890abb-95f0-4c92-9791-e734efb8d984" ], "x-ms-correlation-request-id": [ - "402b5960-b217-4e61-bac4-3ba432d89f96" + "e4890abb-95f0-4c92-9791-e734efb8d984" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001806Z:402b5960-b217-4e61-bac4-3ba432d89f96" + "NORTHEUROPE:20200808T100000Z:e4890abb-95f0-4c92-9791-e734efb8d984" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:18:06 GMT" + "Sat, 08 Aug 2020 09:59:59 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8610?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NjEwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2753?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNzUzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a4dcd91a-b126-46f7-a576-18cd493bee7d" + "221f9ec9-373b-4203-9b55-d91183d3e303" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1198" ], "x-ms-request-id": [ - "f12f2c97-0f26-441d-8dce-26d9d2fc4514" + "821ae767-00e6-4522-9c88-05f9e8b25d22" ], "x-ms-correlation-request-id": [ - "f12f2c97-0f26-441d-8dce-26d9d2fc4514" + "821ae767-00e6-4522-9c88-05f9e8b25d22" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001806Z:f12f2c97-0f26-441d-8dce-26d9d2fc4514" + "NORTHEUROPE:20200808T100002Z:821ae767-00e6-4522-9c88-05f9e8b25d22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:18:06 GMT" + "Sat, 08 Aug 2020 10:00:02 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8610\",\r\n \"name\": \"azsmnet8610\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2753\",\r\n \"name\": \"azsmnet2753\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8610/providers/Microsoft.Search/searchServices/azs-6567?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTY3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2753/providers/Microsoft.Search/searchServices/azs-1592?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNTkyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "36541c0e-ed23-45df-afb3-fc698a370968" + "6fc14192-4516-4da4-94ef-4848ec5f5a79" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A18%3A17.265638Z'\"" + "W/\"datetime'2020-08-08T10%3A00%3A08.2509768Z'\"" ], "x-ms-request-id": [ - "36541c0e-ed23-45df-afb3-fc698a370968" + "6fc14192-4516-4da4-94ef-4848ec5f5a79" ], "request-id": [ - "36541c0e-ed23-45df-afb3-fc698a370968" + "6fc14192-4516-4da4-94ef-4848ec5f5a79" ], "elapsed-time": [ - "2197" + "1916" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1195" ], "x-ms-correlation-request-id": [ - "c6b7d885-b7dc-4d19-ae54-abcf1c440752" + "c41bbc34-616e-477d-b889-3351ae880e15" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001818Z:c6b7d885-b7dc-4d19-ae54-abcf1c440752" + "NORTHEUROPE:20200808T100009Z:c41bbc34-616e-477d-b889-3351ae880e15" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:18:18 GMT" + "Sat, 08 Aug 2020 10:00:09 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8610/providers/Microsoft.Search/searchServices/azs-6567\",\r\n \"name\": \"azs-6567\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2753/providers/Microsoft.Search/searchServices/azs-1592\",\r\n \"name\": \"azs-1592\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8610/providers/Microsoft.Search/searchServices/azs-6567/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTY3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2753/providers/Microsoft.Search/searchServices/azs-1592/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNTkyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b5859701-1ac0-4669-91f2-240372da4f83" + "1f30954d-8501-4e29-8379-291ebc5f738b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,10 +231,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b5859701-1ac0-4669-91f2-240372da4f83" + "1f30954d-8501-4e29-8379-291ebc5f738b" ], "request-id": [ - "b5859701-1ac0-4669-91f2-240372da4f83" + "1f30954d-8501-4e29-8379-291ebc5f738b" ], "elapsed-time": [ "92" @@ -243,19 +243,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1193" ], "x-ms-correlation-request-id": [ - "d6b4ac49-619a-4764-aca6-114af1ff5dbb" + "92a30f9e-eccf-49c7-85bc-b66f366617ab" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001822Z:d6b4ac49-619a-4764-aca6-114af1ff5dbb" + "NORTHEUROPE:20200808T100012Z:92a30f9e-eccf-49c7-85bc-b66f366617ab" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:18:21 GMT" + "Sat, 08 Aug 2020 10:00:11 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"5B08AFAD11E56839EF2EFDCC2FEF0D53\",\r\n \"secondaryKey\": \"265CA65FC201250DF84C5E0258974ABD\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"047890195F822952EB5A71ED82DD2A87\",\r\n \"secondaryKey\": \"A3CE264E99BCD9CD9BC297A091238FC4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8610/providers/Microsoft.Search/searchServices/azs-6567/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTY3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2753/providers/Microsoft.Search/searchServices/azs-1592/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNTkyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "101fc528-a0bf-434a-af3d-6074dab87632" + "d386236c-2e4e-4c1e-983f-d6b75310fbc3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "101fc528-a0bf-434a-af3d-6074dab87632" + "d386236c-2e4e-4c1e-983f-d6b75310fbc3" ], "request-id": [ - "101fc528-a0bf-434a-af3d-6074dab87632" + "d386236c-2e4e-4c1e-983f-d6b75310fbc3" ], "elapsed-time": [ - "89" + "92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1192" ], "x-ms-correlation-request-id": [ - "36836ab4-8b12-4da0-9ae5-ea2b03fda23a" + "d937c7b4-5123-42ba-901d-4bdc94b69bd8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001827Z:36836ab4-8b12-4da0-9ae5-ea2b03fda23a" + "NORTHEUROPE:20200808T100012Z:d937c7b4-5123-42ba-901d-4bdc94b69bd8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:18:28 GMT" + "Sat, 08 Aug 2020 10:00:11 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"05FF22BFF44A37D49A8CED6772D4E978\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B9C0126926400638A55582238C277400\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet1864\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1440\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "03be240e-54fc-419f-b6d9-d25763aaaaa2" + "7246ea62-60bb-4622-a674-f5bc6a1274b1" ], "Accept-Language": [ "en-US" ], "api-key": [ - "5B08AFAD11E56839EF2EFDCC2FEF0D53" + "047890195F822952EB5A71ED82DD2A87" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80365D160965F\"" + "W/\"0x8D83B81D98FB940\"" ], "Location": [ - "https://azs-6567.search-dogfood.windows-int.net/indexes('azsmnet1864')?api-version=2019-05-06" + "https://azs-1592.search-dogfood.windows-int.net/indexes('azsmnet1440')?api-version=2019-05-06" ], "request-id": [ - "03be240e-54fc-419f-b6d9-d25763aaaaa2" + "7246ea62-60bb-4622-a674-f5bc6a1274b1" ], "elapsed-time": [ - "1197" + "801" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:18:31 GMT" + "Sat, 08 Aug 2020 10:00:15 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6567.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80365D160965F\\\"\",\r\n \"name\": \"azsmnet1864\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1592.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B81D98FB940\\\"\",\r\n \"name\": \"azsmnet1440\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet1864')/docs/search.index?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxODY0JykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet1440')/docs/search.index?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNDQwJykvZG9jcy9zZWFyY2guaW5kZXg/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-27T00:00:00+00:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-28T00:00:00+00:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-07-01T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-12T00:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-18T05:00:00+00:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-06T00:00:00+00:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"1\",\r\n \"hotelName\": \"Fancy Stay\",\r\n \"description\": \"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\r\n \"descriptionFr\": \"Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.\",\r\n \"category\": \"Luxury\",\r\n \"tags\": [\r\n \"pool\",\r\n \"view\",\r\n \"wifi\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2010-06-26T17:00:00-07:00\",\r\n \"rating\": 5,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 47.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"2\",\r\n \"hotelName\": \"Roach Motel\",\r\n \"description\": \"Cheapest hotel in town. Infact, a motel.\",\r\n \"descriptionFr\": \"Hôtel le moins cher en ville. Infact, un motel.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"motel\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1982-04-27T17:00:00-07:00\",\r\n \"rating\": 1,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 49.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"3\",\r\n \"hotelName\": \"EconoStay\",\r\n \"description\": \"Very popular hotel in town\",\r\n \"descriptionFr\": \"Hôtel le plus populaire en ville\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 46.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"4\",\r\n \"hotelName\": \"Express Rooms\",\r\n \"description\": \"Pretty good hotel\",\r\n \"descriptionFr\": \"Assez bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"1995-06-30T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"5\",\r\n \"hotelName\": \"Comfy Place\",\r\n \"description\": \"Another good hotel\",\r\n \"descriptionFr\": \"Un autre bon hôtel\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"wifi\",\r\n \"budget\"\r\n ],\r\n \"parkingIncluded\": true,\r\n \"smokingAllowed\": false,\r\n \"lastRenovationDate\": \"2012-08-11T17:00:00-07:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -122.131577,\r\n 48.678581\r\n ]\r\n }\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"6\",\r\n \"description\": \"Surprisingly expensive. Model suites have an ocean-view.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"7\",\r\n \"hotelName\": \"Modern Stay\",\r\n \"description\": \"Modern architecture, very polite staff and very clean. Also very affordable.\",\r\n \"descriptionFr\": \"Architecture moderne, personnel poli et très propre. Aussi très abordable.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"8\",\r\n \"description\": \"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\r\n \"descriptionFr\": \"Il y a du bruit de la route et se trouve à côté de la station de police. Les salles de bain avaient des revêtements de morilles.\"\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"9\",\r\n \"hotelName\": \"Secret Point Motel\",\r\n \"description\": \"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\r\n \"descriptionFr\": \"L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.\",\r\n \"category\": \"Boutique\",\r\n \"tags\": [\r\n \"pool\",\r\n \"air conditioning\",\r\n \"concierge\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1970-01-17T21:00:00-08:00\",\r\n \"rating\": 4,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -73.975403,\r\n 40.760586\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"677 5th Ave\",\r\n \"city\": \"New York\",\r\n \"stateProvince\": \"NY\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"10022\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Cityside)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (côté ville)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 9.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 King Bed (Mountain View)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 très grand lit (Mountain View)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 8.09,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"vcr/dvd\",\r\n \"jacuzzi tub\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"@search.action\": \"upload\",\r\n \"hotelId\": \"10\",\r\n \"hotelName\": \"Countryside Hotel\",\r\n \"description\": \"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\r\n \"descriptionFr\": \"Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.\",\r\n \"category\": \"Budget\",\r\n \"tags\": [\r\n \"24-hour front desk service\",\r\n \"coffee in lobby\",\r\n \"restaurant\"\r\n ],\r\n \"parkingIncluded\": false,\r\n \"smokingAllowed\": true,\r\n \"lastRenovationDate\": \"1999-09-05T17:00:00-07:00\",\r\n \"rating\": 3,\r\n \"location\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n -78.940483,\r\n 35.90416\r\n ]\r\n },\r\n \"address\": {\r\n \"streetAddress\": \"6910 Fayetteville Rd\",\r\n \"city\": \"Durham\",\r\n \"stateProvince\": \"NC\",\r\n \"country\": \"USA\",\r\n \"postalCode\": \"27713\"\r\n },\r\n \"rooms\": [\r\n {\r\n \"description\": \"Suite, 1 King Bed (Amenities)\",\r\n \"descriptionFr\": \"Suite, 1 très grand lit (Services)\",\r\n \"type\": \"Suite\",\r\n \"baseRate\": 2.44,\r\n \"bedOptions\": \"1 King Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": true,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n },\r\n {\r\n \"description\": \"Budget Room, 1 Queen Bed (Amenities)\",\r\n \"descriptionFr\": \"Chambre Économique, 1 grand lit (Services)\",\r\n \"type\": \"Budget Room\",\r\n \"baseRate\": 7.69,\r\n \"bedOptions\": \"1 Queen Bed\",\r\n \"sleepsCount\": 2,\r\n \"smokingAllowed\": false,\r\n \"tags\": [\r\n \"coffee maker\"\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "562057b8-2dfc-4ad7-878a-4d3797a0462e" + "9318fbac-072e-4557-a65c-29d527889c1b" ], "Accept-Language": [ "en-US" @@ -427,12 +427,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "5B08AFAD11E56839EF2EFDCC2FEF0D53" + "047890195F822952EB5A71ED82DD2A87" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -450,10 +450,10 @@ "no-cache" ], "request-id": [ - "562057b8-2dfc-4ad7-878a-4d3797a0462e" + "9318fbac-072e-4557-a65c-29d527889c1b" ], "elapsed-time": [ - "201" + "168" ], "OData-Version": [ "4.0" @@ -465,7 +465,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:18:52 GMT" + "Sat, 08 Aug 2020 10:00:37 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -481,13 +481,13 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet1864')/docs/search.post.suggest?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxODY0JykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet1440')/docs/search.post.suggest?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQxNDQwJykvZG9jcy9zZWFyY2gucG9zdC5zdWdnZXN0P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", "RequestBody": "{\r\n \"fuzzy\": false,\r\n \"orderby\": \"hotelId\",\r\n \"search\": \"hotel\",\r\n \"select\": \"*\",\r\n \"suggesterName\": \"sg\",\r\n \"top\": 3\r\n}", "RequestHeaders": { "client-request-id": [ - "c97a32ae-322f-44e4-8bf5-760e6c6a57a1" + "6c5e1005-fcac-4867-b6a6-96dced45ea3a" ], "Accept-Language": [ "en-US" @@ -496,12 +496,12 @@ "application/json; odata.metadata=none" ], "api-key": [ - "05FF22BFF44A37D49A8CED6772D4E978" + "B9C0126926400638A55582238C277400" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ], "Content-Type": [ @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "c97a32ae-322f-44e4-8bf5-760e6c6a57a1" + "6c5e1005-fcac-4867-b6a6-96dced45ea3a" ], "elapsed-time": [ - "55" + "172" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:18:56 GMT" + "Sat, 08 Aug 2020 10:00:41 GMT" ], "Content-Type": [ "application/json; odata.metadata=none" @@ -550,21 +550,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8610/providers/Microsoft.Search/searchServices/azs-6567?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTY3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2753/providers/Microsoft.Search/searchServices/azs-1592?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNTkyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5dadb026-146a-4742-81ea-bb4ccea00cad" + "f5b79580-8c78-473d-bea8-f498a30d9d4a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -575,51 +575,42 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "5dadb026-146a-4742-81ea-bb4ccea00cad" - ], - "request-id": [ - "5dadb026-146a-4742-81ea-bb4ccea00cad" - ], - "elapsed-time": [ - "5787" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14992" ], + "x-ms-request-id": [ + "3e06a7ca-c695-490f-8873-5f99ae41b2ae" + ], "x-ms-correlation-request-id": [ - "a6a2394c-5269-4389-a45c-046f173bb972" + "3e06a7ca-c695-490f-8873-5f99ae41b2ae" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T001904Z:a6a2394c-5269-4389-a45c-046f173bb972" + "NORTHEUROPE:20200808T100049Z:3e06a7ca-c695-490f-8873-5f99ae41b2ae" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:19:03 GMT" + "Sat, 08 Aug 2020 10:00:49 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8610", - "azsmnet1864" + "azsmnet2753", + "azsmnet1440" ], "GenerateServiceName": [ - "azs-6567" + "azs-1592" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/QueryKeyTests/CanCreateAndDeleteQueryKeys.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/QueryKeyTests/CanCreateAndDeleteQueryKeys.json index 4c37755feaef..8e9d0b675981 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/QueryKeyTests/CanCreateAndDeleteQueryKeys.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/QueryKeyTests/CanCreateAndDeleteQueryKeys.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ccd93005-ecc2-4891-9ce0-b3597c55660b" + "1f354931-e75b-42bd-9003-371a3486706a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:18 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-request-id": [ - "c71ab091-5c4e-46ff-9e04-5c9a3fa85755" + "2b9a6390-46d5-4a0d-af75-5030c393b0f8" ], "x-ms-correlation-request-id": [ - "c71ab091-5c4e-46ff-9e04-5c9a3fa85755" + "2b9a6390-46d5-4a0d-af75-5030c393b0f8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000223Z:c71ab091-5c4e-46ff-9e04-5c9a3fa85755" + "NORTHEUROPE:20200808T051018Z:2b9a6390-46d5-4a0d-af75-5030c393b0f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:22 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7548?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NTQ4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1170?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMTcwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "12cec6c3-ba1d-407a-ad51-1feaae03f678" + "4799a863-641d-4a0e-81fc-b4258786672f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:19 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-request-id": [ - "0a25e7bd-fb76-461f-af77-e803f2494062" + "7b16065c-da7e-4cf8-bf32-3f60fab38f83" ], "x-ms-correlation-request-id": [ - "0a25e7bd-fb76-461f-af77-e803f2494062" + "7b16065c-da7e-4cf8-bf32-3f60fab38f83" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000223Z:0a25e7bd-fb76-461f-af77-e803f2494062" + "NORTHEUROPE:20200808T051020Z:7b16065c-da7e-4cf8-bf32-3f60fab38f83" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:23 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7548\",\r\n \"name\": \"azsmnet7548\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1170\",\r\n \"name\": \"azsmnet1170\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7548/providers/Microsoft.Search/searchServices/azs-281?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODE/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1170/providers/Microsoft.Search/searchServices/azs-5773?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzczP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "74e0c76e-92b3-4c5b-9876-b7a0c7ed026c" + "34e08769-8771-45fa-87ff-8f3aa5276b98" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,20 +155,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A02%3A27.9790732Z'\"" + "W/\"datetime'2020-08-08T05%3A10%3A25.1033796Z'\"" ], "x-ms-request-id": [ - "74e0c76e-92b3-4c5b-9876-b7a0c7ed026c" + "34e08769-8771-45fa-87ff-8f3aa5276b98" ], "request-id": [ - "74e0c76e-92b3-4c5b-9876-b7a0c7ed026c" + "34e08769-8771-45fa-87ff-8f3aa5276b98" ], "elapsed-time": [ - "1200" + "1437" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,19 +180,16 @@ "1198" ], "x-ms-correlation-request-id": [ - "db476891-d4c8-4fd2-a5ce-1fad007a62ad" + "662b95f9-0067-4602-80f5-7a901039890f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000228Z:db476891-d4c8-4fd2-a5ce-1fad007a62ad" + "NORTHEUROPE:20200808T051026Z:662b95f9-0067-4602-80f5-7a901039890f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:28 GMT" - ], "Content-Length": [ - "527" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7548/providers/Microsoft.Search/searchServices/azs-281\",\r\n \"name\": \"azs-281\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1170/providers/Microsoft.Search/searchServices/azs-5773\",\r\n \"name\": \"azs-5773\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7548/providers/Microsoft.Search/searchServices/azs-281/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODEvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1170/providers/Microsoft.Search/searchServices/azs-5773/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzczL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "45dae6a4-6505-4b94-b01b-a16e6fee9b9f" + "4a5c3631-f70a-4fc9-8f35-bdcc91cde0e6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,6 +224,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:28 GMT" + ], "Pragma": [ "no-cache" ], @@ -231,32 +234,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "45dae6a4-6505-4b94-b01b-a16e6fee9b9f" + "4a5c3631-f70a-4fc9-8f35-bdcc91cde0e6" ], "request-id": [ - "45dae6a4-6505-4b94-b01b-a16e6fee9b9f" + "4a5c3631-f70a-4fc9-8f35-bdcc91cde0e6" ], "elapsed-time": [ - "92" + "109" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-correlation-request-id": [ - "c5ee3503-5122-44e7-9561-9f747ba4d072" + "b10a53b2-581a-45dd-8ffe-c2f8d6d25218" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000231Z:c5ee3503-5122-44e7-9561-9f747ba4d072" + "NORTHEUROPE:20200808T051028Z:b10a53b2-581a-45dd-8ffe-c2f8d6d25218" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:30 GMT" - ], "Content-Length": [ "99" ], @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"7F9AD4AFF64F1C0B8F8B518DD3D18891\",\r\n \"secondaryKey\": \"BEAA78141AD8BCCEC9E2A740157A0338\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"679BB8F21DD4B5EF47AC1A65B2BA7E45\",\r\n \"secondaryKey\": \"51976F2BBB903D05389A664C0429B240\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7548/providers/Microsoft.Search/searchServices/azs-281/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODEvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1170/providers/Microsoft.Search/searchServices/azs-5773/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzczL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "84131431-673e-4866-8ebc-73db97c75b1b" + "a91a178a-21c8-4365-bc88-403fbb801bbb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -293,6 +293,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:28 GMT" + ], "Pragma": [ "no-cache" ], @@ -300,32 +303,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "84131431-673e-4866-8ebc-73db97c75b1b" + "a91a178a-21c8-4365-bc88-403fbb801bbb" ], "request-id": [ - "84131431-673e-4866-8ebc-73db97c75b1b" + "a91a178a-21c8-4365-bc88-403fbb801bbb" ], "elapsed-time": [ - "90" + "185" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1196" ], "x-ms-correlation-request-id": [ - "52402bca-9f3a-4e7c-a9ed-52d21d868d06" + "ae319fb7-efe1-4054-a824-e4ac87858326" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000232Z:52402bca-9f3a-4e7c-a9ed-52d21d868d06" + "NORTHEUROPE:20200808T051029Z:ae319fb7-efe1-4054-a824-e4ac87858326" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:31 GMT" - ], "Content-Length": [ "82" ], @@ -336,25 +336,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D9C95BFEAA456B0B1B3281ACC51C802B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"88A157C64515D323AC12D64C345C9D2D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7548/providers/Microsoft.Search/searchServices/azs-281/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODEvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1170/providers/Microsoft.Search/searchServices/azs-5773/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzczL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "231d137a-7e39-410b-a486-2cd39b694433" + "9030bf9d-a477-4449-832b-af9adb9848f8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -362,6 +362,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:31 GMT" + ], "Pragma": [ "no-cache" ], @@ -369,32 +372,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "231d137a-7e39-410b-a486-2cd39b694433" + "9030bf9d-a477-4449-832b-af9adb9848f8" ], "request-id": [ - "231d137a-7e39-410b-a486-2cd39b694433" + "9030bf9d-a477-4449-832b-af9adb9848f8" ], "elapsed-time": [ - "96" + "93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1196" ], "x-ms-correlation-request-id": [ - "7268651d-46ec-4f14-8056-9401c3c08cb4" + "0e453638-c652-41ee-8107-dbf1109882d0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000236Z:7268651d-46ec-4f14-8056-9401c3c08cb4" + "NORTHEUROPE:20200808T051031Z:0e453638-c652-41ee-8107-dbf1109882d0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:35 GMT" - ], "Content-Length": [ "82" ], @@ -405,25 +405,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D9C95BFEAA456B0B1B3281ACC51C802B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"88A157C64515D323AC12D64C345C9D2D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7548/providers/Microsoft.Search/searchServices/azs-281/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODEvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1170/providers/Microsoft.Search/searchServices/azs-5773/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzczL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "332d1d1a-a30e-46bf-8db0-c40c754cc426" + "60999e3b-5b58-406f-a0e7-0565014b2148" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -431,6 +431,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:32 GMT" + ], "Pragma": [ "no-cache" ], @@ -438,32 +441,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "332d1d1a-a30e-46bf-8db0-c40c754cc426" + "60999e3b-5b58-406f-a0e7-0565014b2148" ], "request-id": [ - "332d1d1a-a30e-46bf-8db0-c40c754cc426" + "60999e3b-5b58-406f-a0e7-0565014b2148" ], "elapsed-time": [ - "139" + "345" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1194" ], "x-ms-correlation-request-id": [ - "d33b538e-c12a-4005-80ac-dd334eb1177b" + "14969bc6-2919-4fea-b263-c6038bd84eb1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000237Z:d33b538e-c12a-4005-80ac-dd334eb1177b" + "NORTHEUROPE:20200808T051033Z:14969bc6-2919-4fea-b263-c6038bd84eb1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:36 GMT" - ], "Content-Length": [ "141" ], @@ -474,25 +474,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D9C95BFEAA456B0B1B3281ACC51C802B\"\r\n },\r\n {\r\n \"name\": \"my key\",\r\n \"key\": \"B0A417DFF154FBDE32C16E5B11D03DB0\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"88A157C64515D323AC12D64C345C9D2D\"\r\n },\r\n {\r\n \"name\": \"my key\",\r\n \"key\": \"7980190D7F9481934E650B3FC7EAD14F\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7548/providers/Microsoft.Search/searchServices/azs-281/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODEvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1170/providers/Microsoft.Search/searchServices/azs-5773/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzczL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5d1f853b-947e-4532-9eed-0701c489c94e" + "b97d8ee4-3c34-4515-bca9-f9bd4ce08fbc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -500,6 +500,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:34 GMT" + ], "Pragma": [ "no-cache" ], @@ -507,32 +510,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5d1f853b-947e-4532-9eed-0701c489c94e" + "b97d8ee4-3c34-4515-bca9-f9bd4ce08fbc" ], "request-id": [ - "5d1f853b-947e-4532-9eed-0701c489c94e" + "b97d8ee4-3c34-4515-bca9-f9bd4ce08fbc" ], "elapsed-time": [ - "148" + "493" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1193" ], "x-ms-correlation-request-id": [ - "fcca949b-1e0e-4442-975d-a9756c144132" + "86e36a67-d5c3-49b1-99ac-549941ee2ea2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000238Z:fcca949b-1e0e-4442-975d-a9756c144132" + "NORTHEUROPE:20200808T051035Z:86e36a67-d5c3-49b1-99ac-549941ee2ea2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:38 GMT" - ], "Content-Length": [ "82" ], @@ -543,25 +543,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D9C95BFEAA456B0B1B3281ACC51C802B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"88A157C64515D323AC12D64C345C9D2D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7548/providers/Microsoft.Search/searchServices/azs-281/createQueryKey/my%20key?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODEvY3JlYXRlUXVlcnlLZXkvbXklMjBrZXk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1170/providers/Microsoft.Search/searchServices/azs-5773/createQueryKey/my%20key?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzczL2NyZWF0ZVF1ZXJ5S2V5L215JTIwa2V5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72a45839-4fb0-4d11-9d69-654b8793aa23" + "1ca86685-2765-436e-8eca-f2059162477b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,6 +569,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:31 GMT" + ], "Pragma": [ "no-cache" ], @@ -576,32 +579,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "72a45839-4fb0-4d11-9d69-654b8793aa23" + "1ca86685-2765-436e-8eca-f2059162477b" ], "request-id": [ - "72a45839-4fb0-4d11-9d69-654b8793aa23" + "1ca86685-2765-436e-8eca-f2059162477b" ], "elapsed-time": [ - "147" + "465" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1195" ], "x-ms-correlation-request-id": [ - "d285be93-65ff-4ae0-ad65-cca089982060" + "dcb88672-4d53-41a0-a4a8-22e82657fc58" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000236Z:d285be93-65ff-4ae0-ad65-cca089982060" + "NORTHEUROPE:20200808T051032Z:dcb88672-4d53-41a0-a4a8-22e82657fc58" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:35 GMT" - ], "Content-Length": [ "58" ], @@ -612,25 +612,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"my key\",\r\n \"key\": \"B0A417DFF154FBDE32C16E5B11D03DB0\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"my key\",\r\n \"key\": \"7980190D7F9481934E650B3FC7EAD14F\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7548/providers/Microsoft.Search/searchServices/azs-281/deleteQueryKey/B0A417DFF154FBDE32C16E5B11D03DB0?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODEvZGVsZXRlUXVlcnlLZXkvQjBBNDE3REZGMTU0RkJERTMyQzE2RTVCMTFEMDNEQjA/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1170/providers/Microsoft.Search/searchServices/azs-5773/deleteQueryKey/7980190D7F9481934E650B3FC7EAD14F?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzczL2RlbGV0ZVF1ZXJ5S2V5Lzc5ODAxOTBEN0Y5NDgxOTM0RTY1MEIzRkM3RUFEMTRGP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7dbfa4ee-2391-4f58-b924-d3271790a794" + "1bdedac9-c19a-490c-b9db-f2190e397b05" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -638,36 +638,36 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:33 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "7dbfa4ee-2391-4f58-b924-d3271790a794" + "1bdedac9-c19a-490c-b9db-f2190e397b05" ], "request-id": [ - "7dbfa4ee-2391-4f58-b924-d3271790a794" + "1bdedac9-c19a-490c-b9db-f2190e397b05" ], "elapsed-time": [ - "116" + "419" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14999" ], "x-ms-correlation-request-id": [ - "70e6f1c2-ddf4-4fb5-93ac-026703eca6ed" + "b16f8002-2c92-4f1c-b760-2e59bc421647" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000238Z:70e6f1c2-ddf4-4fb5-93ac-026703eca6ed" + "NORTHEUROPE:20200808T051034Z:b16f8002-2c92-4f1c-b760-2e59bc421647" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:38 GMT" - ], "Expires": [ "-1" ] @@ -676,21 +676,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7548/providers/Microsoft.Search/searchServices/azs-281?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODE/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1170/providers/Microsoft.Search/searchServices/azs-5773?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzczP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "924f2a09-4739-459c-8713-9cab38148dfc" + "20613aeb-861d-4186-a21a-ae86acbc14f5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -698,53 +698,44 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:45 GMT" + ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], "x-ms-request-id": [ - "924f2a09-4739-459c-8713-9cab38148dfc" + "f7e811be-c886-43fe-84d7-6541ac7f0dd7" ], - "request-id": [ - "924f2a09-4739-459c-8713-9cab38148dfc" + "x-ms-correlation-request-id": [ + "f7e811be-c886-43fe-84d7-6541ac7f0dd7" ], - "elapsed-time": [ - "1138" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T051045Z:f7e811be-c886-43fe-84d7-6541ac7f0dd7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" - ], - "x-ms-correlation-request-id": [ - "18591b80-3c10-42b1-a9bf-36af273dac8a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000244Z:18591b80-3c10-42b1-a9bf-36af273dac8a" - ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:43 GMT" - ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7548" + "azsmnet1170" ], "GenerateServiceName": [ - "azs-281" + "azs-5773" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/QueryKeyTests/CanListQueryKeys.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/QueryKeyTests/CanListQueryKeys.json index 2e3769a94767..70ab6f125401 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/QueryKeyTests/CanListQueryKeys.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/QueryKeyTests/CanListQueryKeys.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "59a4acff-ab9b-4a3b-9bc1-cc04c310dfd1" + "bd22282e-8421-45a9-836e-8d6035c8595e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:09:47 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "ea29d350-e052-428b-ae3e-9d7eb28ce3a6" + "1d4125a5-cbef-405b-88d6-c8094a486188" ], "x-ms-correlation-request-id": [ - "ea29d350-e052-428b-ae3e-9d7eb28ce3a6" + "1d4125a5-cbef-405b-88d6-c8094a486188" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000157Z:ea29d350-e052-428b-ae3e-9d7eb28ce3a6" + "NORTHEUROPE:20200808T050947Z:1d4125a5-cbef-405b-88d6-c8094a486188" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:57 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5291?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MjkxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3095?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMDk1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "90d0775c-2d0a-49d1-b4cd-693c729acea3" + "6f248227-5eee-4277-b6ff-38cdf95a4f0f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:09:48 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "15ffdb25-0c1c-43fd-963f-7ee4f5898c7c" + "d927ebf0-89e9-41b2-a6c9-2319fe0d39bd" ], "x-ms-correlation-request-id": [ - "15ffdb25-0c1c-43fd-963f-7ee4f5898c7c" + "d927ebf0-89e9-41b2-a6c9-2319fe0d39bd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000158Z:15ffdb25-0c1c-43fd-963f-7ee4f5898c7c" + "NORTHEUROPE:20200808T050949Z:d927ebf0-89e9-41b2-a6c9-2319fe0d39bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:01:58 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5291\",\r\n \"name\": \"azsmnet5291\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3095\",\r\n \"name\": \"azsmnet3095\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5291/providers/Microsoft.Search/searchServices/azs-2512?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTEyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3095/providers/Microsoft.Search/searchServices/azs-916?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTY/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "de5028de-0d0c-440b-ab36-1f2986254977" + "6c799910-cc8c-4914-98d8-938b6e9f6532" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,41 +155,41 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:09:56 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A02%3A04.3211345Z'\"" + "W/\"datetime'2020-08-08T05%3A09%3A55.2267379Z'\"" ], "x-ms-request-id": [ - "de5028de-0d0c-440b-ab36-1f2986254977" + "6c799910-cc8c-4914-98d8-938b6e9f6532" ], "request-id": [ - "de5028de-0d0c-440b-ab36-1f2986254977" + "6c799910-cc8c-4914-98d8-938b6e9f6532" ], "elapsed-time": [ - "2466" + "1490" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-correlation-request-id": [ - "23364f72-9f8b-4751-b2d2-7752d6c315f8" + "8d5c5969-ccda-4687-9bda-af5740e888aa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000205Z:23364f72-9f8b-4751-b2d2-7752d6c315f8" + "NORTHEUROPE:20200808T050956Z:8d5c5969-ccda-4687-9bda-af5740e888aa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:05 GMT" - ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5291/providers/Microsoft.Search/searchServices/azs-2512\",\r\n \"name\": \"azs-2512\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3095/providers/Microsoft.Search/searchServices/azs-916\",\r\n \"name\": \"azs-916\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5291/providers/Microsoft.Search/searchServices/azs-2512/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTEyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3095/providers/Microsoft.Search/searchServices/azs-916/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTYvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cfdf0b86-d294-4060-80de-c0171582e3e4" + "2b7fb05d-385c-4202-a3a0-d9a3a166a013" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,6 +224,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:09:59 GMT" + ], "Pragma": [ "no-cache" ], @@ -231,32 +234,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "cfdf0b86-d294-4060-80de-c0171582e3e4" + "2b7fb05d-385c-4202-a3a0-d9a3a166a013" ], "request-id": [ - "cfdf0b86-d294-4060-80de-c0171582e3e4" + "2b7fb05d-385c-4202-a3a0-d9a3a166a013" ], "elapsed-time": [ - "95" + "98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1196" ], "x-ms-correlation-request-id": [ - "9922878a-2e19-4c49-8cf6-04e2de9cccd3" + "77d68744-98f4-4afa-bf60-f10ab1e1a732" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000209Z:9922878a-2e19-4c49-8cf6-04e2de9cccd3" + "NORTHEUROPE:20200808T050959Z:77d68744-98f4-4afa-bf60-f10ab1e1a732" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:09 GMT" - ], "Content-Length": [ "99" ], @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"E4BF13090086A5BD0059A7BED7ED0F12\",\r\n \"secondaryKey\": \"154C68216CCD35970CCD0D7CDAEECF27\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"D7281A1ABE81555E67BFC251122A8D6A\",\r\n \"secondaryKey\": \"F2E932411A75B1726A5174A0EB32E6D1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5291/providers/Microsoft.Search/searchServices/azs-2512/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTEyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3095/providers/Microsoft.Search/searchServices/azs-916/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTYvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f505b4f3-b9fa-473c-8e05-f943f422c5f7" + "b0573083-53f5-4e12-8bbc-890ed1ad120c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -293,6 +293,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:09:59 GMT" + ], "Pragma": [ "no-cache" ], @@ -300,32 +303,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f505b4f3-b9fa-473c-8e05-f943f422c5f7" + "b0573083-53f5-4e12-8bbc-890ed1ad120c" ], "request-id": [ - "f505b4f3-b9fa-473c-8e05-f943f422c5f7" + "b0573083-53f5-4e12-8bbc-890ed1ad120c" ], "elapsed-time": [ - "91" + "97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1195" ], "x-ms-correlation-request-id": [ - "e04e951a-5cde-43ab-ad8c-b1d7057fb9f1" + "8e8f23af-e329-4eeb-ac27-98f9fa4ac8ed" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000209Z:e04e951a-5cde-43ab-ad8c-b1d7057fb9f1" + "NORTHEUROPE:20200808T050959Z:8e8f23af-e329-4eeb-ac27-98f9fa4ac8ed" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:09 GMT" - ], "Content-Length": [ "82" ], @@ -336,25 +336,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"FB05770FD2D61878EF4C1BB96B3D7859\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B8B4144B859F5A099A763CF5F8CEDED7\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5291/providers/Microsoft.Search/searchServices/azs-2512/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTEyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3095/providers/Microsoft.Search/searchServices/azs-916/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTYvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bc31ff29-95d5-451c-8308-e8a3de9129d1" + "81663d51-8222-4d8e-8134-652e0615923e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -362,6 +362,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:01 GMT" + ], "Pragma": [ "no-cache" ], @@ -369,32 +372,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "bc31ff29-95d5-451c-8308-e8a3de9129d1" + "81663d51-8222-4d8e-8134-652e0615923e" ], "request-id": [ - "bc31ff29-95d5-451c-8308-e8a3de9129d1" + "81663d51-8222-4d8e-8134-652e0615923e" ], "elapsed-time": [ - "96" + "94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "2db4f3ed-2393-45ec-aaa1-a8bf889fb57a" + "92b828eb-7ae7-4775-92f6-86f3dec1cdcb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000211Z:2db4f3ed-2393-45ec-aaa1-a8bf889fb57a" + "NORTHEUROPE:20200808T051002Z:92b828eb-7ae7-4775-92f6-86f3dec1cdcb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:10 GMT" - ], "Content-Length": [ "82" ], @@ -405,25 +405,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"FB05770FD2D61878EF4C1BB96B3D7859\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B8B4144B859F5A099A763CF5F8CEDED7\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5291/providers/Microsoft.Search/searchServices/azs-2512?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTEyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3095/providers/Microsoft.Search/searchServices/azs-916?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDk1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MTY/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e1217303-ba28-4c34-adc2-83a0d4c9f617" + "d19b7458-3dff-48a6-be83-710ada4abf33" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -431,53 +431,44 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:09 GMT" + ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], "x-ms-request-id": [ - "e1217303-ba28-4c34-adc2-83a0d4c9f617" + "95a2a0b2-70df-4fad-89c5-097a728b21aa" ], - "request-id": [ - "e1217303-ba28-4c34-adc2-83a0d4c9f617" + "x-ms-correlation-request-id": [ + "95a2a0b2-70df-4fad-89c5-097a728b21aa" ], - "elapsed-time": [ - "2121" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T051010Z:95a2a0b2-70df-4fad-89c5-097a728b21aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" - ], - "x-ms-correlation-request-id": [ - "82aa3597-d0d1-4725-9c8d-245a8f7500af" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000216Z:82aa3597-d0d1-4725-9c8d-245a8f7500af" - ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:16 GMT" - ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5291" + "azsmnet3095" ], "GenerateServiceName": [ - "azs-2512" + "azs-916" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/QueryKeyTests/DeleteQueryKeyIsIdempotent.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/QueryKeyTests/DeleteQueryKeyIsIdempotent.json index 62f31a6aca4f..e499c938c42f 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/QueryKeyTests/DeleteQueryKeyIsIdempotent.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/QueryKeyTests/DeleteQueryKeyIsIdempotent.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "18839d0d-7fce-404c-93b7-8561efe5f540" + "573eae3c-ea6c-4112-af81-5c93d997e6ef" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:53 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1198" ], "x-ms-request-id": [ - "5de7bf9e-cfdc-4e89-9410-f3f9027c31ff" + "ae79d220-297e-4a71-8276-519c1bbac254" ], "x-ms-correlation-request-id": [ - "5de7bf9e-cfdc-4e89-9410-f3f9027c31ff" + "ae79d220-297e-4a71-8276-519c1bbac254" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000251Z:5de7bf9e-cfdc-4e89-9410-f3f9027c31ff" + "NORTHEUROPE:20200808T051053Z:ae79d220-297e-4a71-8276-519c1bbac254" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:51 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2154?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMTU0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9335?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MzM1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "81beb688-8df8-4c4e-9de1-c1e195f0b59e" + "9d2ac767-47ab-4e08-974f-937289122f26" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:54 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "7ac2a2ad-2f64-47ba-b646-56a2396abfbf" + "78b3b89a-4342-40a8-b45d-628c50060c4b" ], "x-ms-correlation-request-id": [ - "7ac2a2ad-2f64-47ba-b646-56a2396abfbf" + "78b3b89a-4342-40a8-b45d-628c50060c4b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000253Z:7ac2a2ad-2f64-47ba-b646-56a2396abfbf" + "NORTHEUROPE:20200808T051054Z:78b3b89a-4342-40a8-b45d-628c50060c4b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:53 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2154\",\r\n \"name\": \"azsmnet2154\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9335\",\r\n \"name\": \"azsmnet9335\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2154/providers/Microsoft.Search/searchServices/azs-3385?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzg1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9335/providers/Microsoft.Search/searchServices/azs-6575?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTc1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d8ebf5d7-e44b-44a7-ad37-60791e752b5a" + "21fd3175-3070-44b2-9712-54b48e181b47" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,39 +155,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:10:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A02%3A57.3591071Z'\"" + "W/\"datetime'2020-08-08T05%3A10%3A57.5005204Z'\"" ], "x-ms-request-id": [ - "d8ebf5d7-e44b-44a7-ad37-60791e752b5a" + "21fd3175-3070-44b2-9712-54b48e181b47" ], "request-id": [ - "d8ebf5d7-e44b-44a7-ad37-60791e752b5a" + "21fd3175-3070-44b2-9712-54b48e181b47" ], "elapsed-time": [ - "1287" + "1552" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-correlation-request-id": [ - "2d27e11e-f71b-4416-93f2-ac363209390c" + "6707a4af-3477-4da8-ab65-59292c342eeb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000259Z:2d27e11e-f71b-4416-93f2-ac363209390c" + "NORTHEUROPE:20200808T051059Z:6707a4af-3477-4da8-ab65-59292c342eeb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:02:59 GMT" - ], "Content-Length": [ "529" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2154/providers/Microsoft.Search/searchServices/azs-3385\",\r\n \"name\": \"azs-3385\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9335/providers/Microsoft.Search/searchServices/azs-6575\",\r\n \"name\": \"azs-6575\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2154/providers/Microsoft.Search/searchServices/azs-3385/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzg1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9335/providers/Microsoft.Search/searchServices/azs-6575/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTc1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7806d0cb-a869-4d48-9cd3-bd960c9e5a66" + "0a90ccf1-a1a9-4d88-bc24-d2ddcdea9ece" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,6 +224,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:11:01 GMT" + ], "Pragma": [ "no-cache" ], @@ -231,32 +234,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7806d0cb-a869-4d48-9cd3-bd960c9e5a66" + "0a90ccf1-a1a9-4d88-bc24-d2ddcdea9ece" ], "request-id": [ - "7806d0cb-a869-4d48-9cd3-bd960c9e5a66" + "0a90ccf1-a1a9-4d88-bc24-d2ddcdea9ece" ], "elapsed-time": [ - "140" + "146" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1195" ], "x-ms-correlation-request-id": [ - "d9de2f4a-5321-4790-9a4d-962d0c99c240" + "13b53242-02e6-4bd8-902f-7f4b8a9588cf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000302Z:d9de2f4a-5321-4790-9a4d-962d0c99c240" + "NORTHEUROPE:20200808T051101Z:13b53242-02e6-4bd8-902f-7f4b8a9588cf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:03:02 GMT" - ], "Content-Length": [ "99" ], @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"2C2FAF699F60511A7AC6623C8A90FBEC\",\r\n \"secondaryKey\": \"98047B373789BB916F6F7E7F0458A672\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"B44A45AB7AB01EE15A9E142B794581F0\",\r\n \"secondaryKey\": \"28D547B76B67862ACF4FA54C98593C9D\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2154/providers/Microsoft.Search/searchServices/azs-3385/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzg1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9335/providers/Microsoft.Search/searchServices/azs-6575/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTc1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd27d5d0-5bbf-4f78-9fbb-b25b1623a7ea" + "f9abe447-4a11-41bd-bfc6-67b12e993035" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -293,6 +293,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:11:02 GMT" + ], "Pragma": [ "no-cache" ], @@ -300,32 +303,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "cd27d5d0-5bbf-4f78-9fbb-b25b1623a7ea" + "f9abe447-4a11-41bd-bfc6-67b12e993035" ], "request-id": [ - "cd27d5d0-5bbf-4f78-9fbb-b25b1623a7ea" + "f9abe447-4a11-41bd-bfc6-67b12e993035" ], "elapsed-time": [ - "94" + "106" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1194" ], "x-ms-correlation-request-id": [ - "36533cd8-5e91-4bc8-888a-8998af29d690" + "3b2fb537-184c-406d-bcb3-f774441bacdf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000302Z:36533cd8-5e91-4bc8-888a-8998af29d690" + "NORTHEUROPE:20200808T051102Z:3b2fb537-184c-406d-bcb3-f774441bacdf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:03:02 GMT" - ], "Content-Length": [ "82" ], @@ -336,25 +336,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"EC51BD5CE2262A5930FDEF323D9BF096\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D40BDE13AF0E73E5D26581D049CB0A26\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2154/providers/Microsoft.Search/searchServices/azs-3385/createQueryKey/my%20key?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzg1L2NyZWF0ZVF1ZXJ5S2V5L215JTIwa2V5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9335/providers/Microsoft.Search/searchServices/azs-6575/createQueryKey/my%20key?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTc1L2NyZWF0ZVF1ZXJ5S2V5L215JTIwa2V5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "91c0a9ed-9758-4e35-8404-62123fc3b6f3" + "5800cfcd-7ad8-4727-80f8-40f430de7005" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -362,6 +362,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:11:02 GMT" + ], "Pragma": [ "no-cache" ], @@ -369,32 +372,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "91c0a9ed-9758-4e35-8404-62123fc3b6f3" + "5800cfcd-7ad8-4727-80f8-40f430de7005" ], "request-id": [ - "91c0a9ed-9758-4e35-8404-62123fc3b6f3" + "5800cfcd-7ad8-4727-80f8-40f430de7005" ], "elapsed-time": [ - "418" + "110" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "71463089-295a-4992-8ab7-5e671d9052e3" + "4a3201c8-fb73-4242-8c61-0fcca8762893" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000305Z:71463089-295a-4992-8ab7-5e671d9052e3" + "NORTHEUROPE:20200808T051103Z:4a3201c8-fb73-4242-8c61-0fcca8762893" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:03:05 GMT" - ], "Content-Length": [ "58" ], @@ -405,25 +405,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"my key\",\r\n \"key\": \"50295A5C53E0C2CB0FCA5704CCAB41E0\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"my key\",\r\n \"key\": \"6F45FE5074709FF4C2AB75D551FD3520\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2154/providers/Microsoft.Search/searchServices/azs-3385/deleteQueryKey/50295A5C53E0C2CB0FCA5704CCAB41E0?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzg1L2RlbGV0ZVF1ZXJ5S2V5LzUwMjk1QTVDNTNFMEMyQ0IwRkNBNTcwNENDQUI0MUUwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9335/providers/Microsoft.Search/searchServices/azs-6575/deleteQueryKey/6F45FE5074709FF4C2AB75D551FD3520?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTc1L2RlbGV0ZVF1ZXJ5S2V5LzZGNDVGRTUwNzQ3MDlGRjRDMkFCNzVENTUxRkQzNTIwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "63a3a3d9-8daa-4b65-b7eb-e52d2217d6ed" + "21ef7d9c-ddd5-46a7-848f-838511338332" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -431,36 +431,36 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:11:03 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "63a3a3d9-8daa-4b65-b7eb-e52d2217d6ed" + "21ef7d9c-ddd5-46a7-848f-838511338332" ], "request-id": [ - "63a3a3d9-8daa-4b65-b7eb-e52d2217d6ed" + "21ef7d9c-ddd5-46a7-848f-838511338332" ], "elapsed-time": [ - "180" + "225" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14999" ], "x-ms-correlation-request-id": [ - "70da3b7c-5f62-4048-92b7-236e8fa0b0f5" + "18536e94-b73e-4ce9-a02e-148dc118a52e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000306Z:70da3b7c-5f62-4048-92b7-236e8fa0b0f5" + "NORTHEUROPE:20200808T051104Z:18536e94-b73e-4ce9-a02e-148dc118a52e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:03:06 GMT" - ], "Expires": [ "-1" ] @@ -469,21 +469,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2154/providers/Microsoft.Search/searchServices/azs-3385/deleteQueryKey/50295A5C53E0C2CB0FCA5704CCAB41E0?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzg1L2RlbGV0ZVF1ZXJ5S2V5LzUwMjk1QTVDNTNFMEMyQ0IwRkNBNTcwNENDQUI0MUUwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9335/providers/Microsoft.Search/searchServices/azs-6575/deleteQueryKey/6F45FE5074709FF4C2AB75D551FD3520?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTc1L2RlbGV0ZVF1ZXJ5S2V5LzZGNDVGRTUwNzQ3MDlGRjRDMkFCNzVENTUxRkQzNTIwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "647517ce-12c1-4143-9efa-b2c110e63d6d" + "de986c2e-b1e5-463b-b03b-458fb94ea5f2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -491,36 +491,36 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:11:04 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "647517ce-12c1-4143-9efa-b2c110e63d6d" + "de986c2e-b1e5-463b-b03b-458fb94ea5f2" ], "request-id": [ - "647517ce-12c1-4143-9efa-b2c110e63d6d" + "de986c2e-b1e5-463b-b03b-458fb94ea5f2" ], "elapsed-time": [ - "112" + "104" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14998" ], "x-ms-correlation-request-id": [ - "71e4ac14-b170-4389-b02b-9f86d2c8e170" + "dbe53ed0-c66c-45e3-aa4c-5cf81ac2401a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000307Z:71e4ac14-b170-4389-b02b-9f86d2c8e170" + "NORTHEUROPE:20200808T051104Z:dbe53ed0-c66c-45e3-aa4c-5cf81ac2401a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:03:06 GMT" - ], "Content-Length": [ "169" ], @@ -534,25 +534,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"Unknown\",\r\n \"message\": \"This API key does not exist for service 'azs-3385'. RequestId: 647517ce-12c1-4143-9efa-b2c110e63d6d\",\r\n \"target\": null,\r\n \"details\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"Unknown\",\r\n \"message\": \"This API key does not exist for service 'azs-6575'. RequestId: de986c2e-b1e5-463b-b03b-458fb94ea5f2\",\r\n \"target\": null,\r\n \"details\": null\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2154/providers/Microsoft.Search/searchServices/azs-3385?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzg1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9335/providers/Microsoft.Search/searchServices/azs-6575?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTc1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "77771795-4b88-472e-839b-7d10e197b0f7" + "059e0c73-4c00-4325-a360-7420b06b88aa" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -560,53 +560,44 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:11:34 GMT" + ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], "x-ms-request-id": [ - "77771795-4b88-472e-839b-7d10e197b0f7" + "bc5f4de0-6acc-4419-8eec-4c33d9fe9c67" ], - "request-id": [ - "77771795-4b88-472e-839b-7d10e197b0f7" + "x-ms-correlation-request-id": [ + "bc5f4de0-6acc-4419-8eec-4c33d9fe9c67" ], - "elapsed-time": [ - "2154" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T051134Z:bc5f4de0-6acc-4419-8eec-4c33d9fe9c67" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" - ], - "x-ms-correlation-request-id": [ - "d3eace8f-dfe7-4d2d-b661-1e43982b6798" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000313Z:d3eace8f-dfe7-4d2d-b661-1e43982b6798" - ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:03:13 GMT" - ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2154" + "azsmnet9335" ], "GenerateServiceName": [ - "azs-3385" + "azs-6575" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchIndexClientTests/CanChangeIndexAfterConstructionWithoutServiceName.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchIndexClientTests/CanChangeIndexAfterConstructionWithoutServiceName.json index 24d820091e68..a5b8ebf64461 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchIndexClientTests/CanChangeIndexAfterConstructionWithoutServiceName.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchIndexClientTests/CanChangeIndexAfterConstructionWithoutServiceName.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "97bffd0e-45a9-4c66-a9a5-b079ac0620f1" + "ab84b824-891a-4c3b-b813-45d94b9ce563" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1188" ], "x-ms-request-id": [ - "d7e1c6ea-cd2c-4f74-a166-1764a0b40725" + "889e685c-b255-4753-8809-bdb087652fb5" ], "x-ms-correlation-request-id": [ - "d7e1c6ea-cd2c-4f74-a166-1764a0b40725" + "889e685c-b255-4753-8809-bdb087652fb5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024509Z:d7e1c6ea-cd2c-4f74-a166-1764a0b40725" + "NORTHEUROPE:20200808T101758Z:889e685c-b255-4753-8809-bdb087652fb5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:45:08 GMT" + "Sat, 08 Aug 2020 10:17:57 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1131?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMTMxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4267?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MjY3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b065709a-c78f-440f-a7da-d9d03cc49ea1" + "dfc0bcda-3286-4380-8521-063843628d78" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1192" ], "x-ms-request-id": [ - "620aeb21-34fe-4d07-a7a8-af7165c42598" + "4b3b3614-c0ab-45e8-8256-93d170b7927e" ], "x-ms-correlation-request-id": [ - "620aeb21-34fe-4d07-a7a8-af7165c42598" + "4b3b3614-c0ab-45e8-8256-93d170b7927e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024510Z:620aeb21-34fe-4d07-a7a8-af7165c42598" + "NORTHEUROPE:20200808T101800Z:4b3b3614-c0ab-45e8-8256-93d170b7927e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:45:10 GMT" + "Sat, 08 Aug 2020 10:17:59 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1131\",\r\n \"name\": \"azsmnet1131\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4267\",\r\n \"name\": \"azsmnet4267\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1131/providers/Microsoft.Search/searchServices/azs-8559?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTU5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4267/providers/Microsoft.Search/searchServices/azs-5949?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTQ5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0d0bfc9d-c0e6-4a48-bb00-5846623baa5b" + "0c1a92ed-e853-4a33-8661-4fd3a1d6bf04" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A45%3A13.8306639Z'\"" + "W/\"datetime'2020-08-08T10%3A18%3A06.0414565Z'\"" ], "x-ms-request-id": [ - "0d0bfc9d-c0e6-4a48-bb00-5846623baa5b" + "0c1a92ed-e853-4a33-8661-4fd3a1d6bf04" ], "request-id": [ - "0d0bfc9d-c0e6-4a48-bb00-5846623baa5b" + "0c1a92ed-e853-4a33-8661-4fd3a1d6bf04" ], "elapsed-time": [ - "1080" + "1796" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1195" ], "x-ms-correlation-request-id": [ - "01674657-f905-4f7c-a2b5-7008c17adb42" + "e9aba325-e877-40b0-b5b6-e47386eca4d6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024514Z:01674657-f905-4f7c-a2b5-7008c17adb42" + "NORTHEUROPE:20200808T101807Z:e9aba325-e877-40b0-b5b6-e47386eca4d6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:45:14 GMT" + "Sat, 08 Aug 2020 10:18:06 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1131/providers/Microsoft.Search/searchServices/azs-8559\",\r\n \"name\": \"azs-8559\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4267/providers/Microsoft.Search/searchServices/azs-5949\",\r\n \"name\": \"azs-5949\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1131/providers/Microsoft.Search/searchServices/azs-8559/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTU5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4267/providers/Microsoft.Search/searchServices/azs-5949/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTQ5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d06f0d31-e03a-4480-98db-1e88a38f0476" + "db36b1dd-d77a-4c86-9f3f-48529f6120ed" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d06f0d31-e03a-4480-98db-1e88a38f0476" + "db36b1dd-d77a-4c86-9f3f-48529f6120ed" ], "request-id": [ - "d06f0d31-e03a-4480-98db-1e88a38f0476" + "db36b1dd-d77a-4c86-9f3f-48529f6120ed" ], "elapsed-time": [ - "113" + "99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1192" ], "x-ms-correlation-request-id": [ - "123b4002-ea49-4085-beb7-2e23bb6b8dbd" + "e01d8f4e-655a-4d9c-99e1-d495e2b0e708" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024517Z:123b4002-ea49-4085-beb7-2e23bb6b8dbd" + "NORTHEUROPE:20200808T101810Z:e01d8f4e-655a-4d9c-99e1-d495e2b0e708" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:45:16 GMT" + "Sat, 08 Aug 2020 10:18:09 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"72B15C0C36123ED24ADFC993AC19FC00\",\r\n \"secondaryKey\": \"60A3C7D9B7444E5B3662633F81C2EE9C\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"670756CD89DEF24604EAAA44F6ED2EE6\",\r\n \"secondaryKey\": \"D337D106F31F8F3F16C0E745C454584A\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1131/providers/Microsoft.Search/searchServices/azs-8559/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTU5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4267/providers/Microsoft.Search/searchServices/azs-5949/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTQ5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75a13f9d-b5de-4e69-b237-6a218ade8406" + "106c8448-5bd2-48d3-a44a-680eeeef24bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "75a13f9d-b5de-4e69-b237-6a218ade8406" + "106c8448-5bd2-48d3-a44a-680eeeef24bd" ], "request-id": [ - "75a13f9d-b5de-4e69-b237-6a218ade8406" + "106c8448-5bd2-48d3-a44a-680eeeef24bd" ], "elapsed-time": [ - "83" + "113" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1191" ], "x-ms-correlation-request-id": [ - "0ab38e28-07b7-45f8-a1a3-a28fe82231a8" + "b06dc422-3fe3-4856-a02b-769cd876cae8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024517Z:0ab38e28-07b7-45f8-a1a3-a28fe82231a8" + "NORTHEUROPE:20200808T101810Z:b06dc422-3fe3-4856-a02b-769cd876cae8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:45:16 GMT" + "Sat, 08 Aug 2020 10:18:09 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"2B11025DA4619E632CE042D680DBF609\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"74415D431F3AFFDC76535AB180DDFED6\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9243\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3890\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "e191a17f-d456-45e9-8ec9-691967f0917a" + "541e8dc8-de99-4d32-8fb4-2467e783b632" ], "Accept-Language": [ "en-US" ], "api-key": [ - "72B15C0C36123ED24ADFC993AC19FC00" + "670756CD89DEF24604EAAA44F6ED2EE6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037A540C952A\"" + "W/\"0x8D83B845B84FD68\"" ], "Location": [ - "https://azs-8559.search-dogfood.windows-int.net/indexes('azsmnet9243')?api-version=2019-05-06" + "https://azs-5949.search-dogfood.windows-int.net/indexes('azsmnet3890')?api-version=2019-05-06" ], "request-id": [ - "e191a17f-d456-45e9-8ec9-691967f0917a" + "541e8dc8-de99-4d32-8fb4-2467e783b632" ], "elapsed-time": [ - "1235" + "833" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:45:20 GMT" + "Sat, 08 Aug 2020 10:18:13 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8559.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037A540C952A\\\"\",\r\n \"name\": \"azsmnet9243\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5949.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B845B84FD68\\\"\",\r\n \"name\": \"azsmnet3890\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet92432\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"@odata.etag\": \"\\\"0x8D8037A540C952A\\\"\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet38902\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0,\r\n \"interpolation\": \"linear\"\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"@odata.etag\": \"\\\"0x8D83B845B84FD68\\\"\"\r\n}", "RequestHeaders": { "client-request-id": [ - "516a18af-9098-4288-b301-882323a04b03" + "fef7cd46-f30d-454b-ba6b-e7f3befa66a2" ], "Accept-Language": [ "en-US" ], "api-key": [ - "72B15C0C36123ED24ADFC993AC19FC00" + "670756CD89DEF24604EAAA44F6ED2EE6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037A62B043A5\"" + "W/\"0x8D83B846ADCF642\"" ], "Location": [ - "https://azs-8559.search-dogfood.windows-int.net/indexes('azsmnet92432')?api-version=2019-05-06" + "https://azs-5949.search-dogfood.windows-int.net/indexes('azsmnet38902')?api-version=2019-05-06" ], "request-id": [ - "516a18af-9098-4288-b301-882323a04b03" + "fef7cd46-f30d-454b-ba6b-e7f3befa66a2" ], "elapsed-time": [ - "1154" + "1398" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:45:44 GMT" + "Sat, 08 Aug 2020 10:18:37 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,28 +480,28 @@ "6148" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8559.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037A62B043A5\\\"\",\r\n \"name\": \"azsmnet92432\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5949.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B846ADCF642\\\"\",\r\n \"name\": \"azsmnet38902\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet9243')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MjQzJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3890')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzODkwJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "d2143f46-0a89-4ec6-944c-4a31fa6821ce" + "b19285f2-f38c-4b48-9140-adc5577dfbee" ], "Accept-Language": [ "en-US" ], "api-key": [ - "72B15C0C36123ED24ADFC993AC19FC00" + "670756CD89DEF24604EAAA44F6ED2EE6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037A540C952A\"" + "W/\"0x8D83B845B84FD68\"" ], "request-id": [ - "d2143f46-0a89-4ec6-944c-4a31fa6821ce" + "b19285f2-f38c-4b48-9140-adc5577dfbee" ], "elapsed-time": [ "26" @@ -531,7 +531,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:45:41 GMT" + "Sat, 08 Aug 2020 10:18:34 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -543,28 +543,28 @@ "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8559.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037A540C952A\\\"\",\r\n \"name\": \"azsmnet9243\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5949.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B845B84FD68\\\"\",\r\n \"name\": \"azsmnet3890\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9243')/docs/$count?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MjQzJykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3890')/docs/$count?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzODkwJykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "87241340-555b-4644-a275-efbdebb44376" + "4bd97434-df65-4146-906c-bf8570a93565" ], "Accept-Language": [ "en-US" ], "api-key": [ - "72B15C0C36123ED24ADFC993AC19FC00" + "670756CD89DEF24604EAAA44F6ED2EE6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -576,10 +576,10 @@ "no-cache" ], "request-id": [ - "87241340-555b-4644-a275-efbdebb44376" + "4bd97434-df65-4146-906c-bf8570a93565" ], "elapsed-time": [ - "115" + "235" ], "OData-Version": [ "4.0" @@ -591,7 +591,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:45:43 GMT" + "Sat, 08 Aug 2020 10:18:36 GMT" ], "Content-Type": [ "text/plain" @@ -607,24 +607,24 @@ "StatusCode": 200 }, { - "RequestUri": "/indexes('azsmnet9243')?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MjQzJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/indexes('azsmnet3890')?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzODkwJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "d9d8bb88-cb83-4adf-b4db-826e1b26e8d1" + "e0de6e41-e9b0-4183-9738-ccc55db3f1f9" ], "Accept-Language": [ "en-US" ], "api-key": [ - "72B15C0C36123ED24ADFC993AC19FC00" + "670756CD89DEF24604EAAA44F6ED2EE6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -636,16 +636,16 @@ "no-cache" ], "request-id": [ - "d9d8bb88-cb83-4adf-b4db-826e1b26e8d1" + "e0de6e41-e9b0-4183-9738-ccc55db3f1f9" ], "elapsed-time": [ - "297" + "371" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:45:43 GMT" + "Sat, 08 Aug 2020 10:18:36 GMT" ], "Expires": [ "-1" @@ -655,24 +655,24 @@ "StatusCode": 204 }, { - "RequestUri": "/indexes('azsmnet92432')/docs/$count?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ5MjQzMicpL2RvY3MvJGNvdW50P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet38902')/docs/$count?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQzODkwMicpL2RvY3MvJGNvdW50P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "483c5c46-35b6-46c9-9c1b-677c7b64ff32" + "e3043953-208d-497c-bc82-31dded98adc1" ], "Accept-Language": [ "en-US" ], "api-key": [ - "72B15C0C36123ED24ADFC993AC19FC00" + "670756CD89DEF24604EAAA44F6ED2EE6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -684,10 +684,10 @@ "no-cache" ], "request-id": [ - "483c5c46-35b6-46c9-9c1b-677c7b64ff32" + "e3043953-208d-497c-bc82-31dded98adc1" ], "elapsed-time": [ - "111" + "119" ], "OData-Version": [ "4.0" @@ -699,7 +699,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:45:44 GMT" + "Sat, 08 Aug 2020 10:18:38 GMT" ], "Content-Type": [ "text/plain" @@ -715,21 +715,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1131/providers/Microsoft.Search/searchServices/azs-8559?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTU5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4267/providers/Microsoft.Search/searchServices/azs-5949?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTQ5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f4ccd6ed-53d8-4d6a-b921-6b374fa478a2" + "3509a7da-97d1-4552-a862-714c28817070" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -740,51 +740,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14989" + ], "x-ms-request-id": [ - "f4ccd6ed-53d8-4d6a-b921-6b374fa478a2" + "f7ae9e2b-ba5e-4fb2-8aa0-13ec9885f75e" ], - "request-id": [ - "f4ccd6ed-53d8-4d6a-b921-6b374fa478a2" + "x-ms-correlation-request-id": [ + "f7ae9e2b-ba5e-4fb2-8aa0-13ec9885f75e" ], - "elapsed-time": [ - "1250" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T101850Z:f7ae9e2b-ba5e-4fb2-8aa0-13ec9885f75e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14988" - ], - "x-ms-correlation-request-id": [ - "e6e3f471-3b07-41ca-8aee-e4bfdc220b1a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024549Z:e6e3f471-3b07-41ca-8aee-e4bfdc220b1a" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:45:48 GMT" + "Sat, 08 Aug 2020 10:18:50 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet1131", - "azsmnet9243" + "azsmnet4267", + "azsmnet3890" ], "GenerateServiceName": [ - "azs-8559" + "azs-5949" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchIndexClientTests/RequestIdIsReturnedInResponse.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchIndexClientTests/RequestIdIsReturnedInResponse.json index bb95b5b88a9e..213f1030ec2e 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchIndexClientTests/RequestIdIsReturnedInResponse.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchIndexClientTests/RequestIdIsReturnedInResponse.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "37e1fee4-936f-40ba-ba02-15664cfdd665" + "3df9721e-d459-4a48-99df-cb0c5a8b94bb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1186" ], "x-ms-request-id": [ - "c57fba12-ddce-4f87-a02a-8aec9b284de3" + "146f10af-b8d5-42ac-b025-bc2005c57828" ], "x-ms-correlation-request-id": [ - "c57fba12-ddce-4f87-a02a-8aec9b284de3" + "146f10af-b8d5-42ac-b025-bc2005c57828" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024554Z:c57fba12-ddce-4f87-a02a-8aec9b284de3" + "NORTHEUROPE:20200808T101857Z:146f10af-b8d5-42ac-b025-bc2005c57828" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:45:54 GMT" + "Sat, 08 Aug 2020 10:18:57 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4209?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MjA5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5615?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NjE1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "850d42fc-7ad7-4de8-8ada-56a6fb13098c" + "16164bf3-d96e-457b-b3d9-44ed066324db" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1190" ], "x-ms-request-id": [ - "7f61a4b1-59e3-4131-ae79-d166341bf6f8" + "d88beca4-200c-4f7b-832a-8b498180c630" ], "x-ms-correlation-request-id": [ - "7f61a4b1-59e3-4131-ae79-d166341bf6f8" + "d88beca4-200c-4f7b-832a-8b498180c630" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024555Z:7f61a4b1-59e3-4131-ae79-d166341bf6f8" + "NORTHEUROPE:20200808T101859Z:d88beca4-200c-4f7b-832a-8b498180c630" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:45:54 GMT" + "Sat, 08 Aug 2020 10:18:58 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4209\",\r\n \"name\": \"azsmnet4209\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5615\",\r\n \"name\": \"azsmnet5615\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4209/providers/Microsoft.Search/searchServices/azs-6190?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTkwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5615/providers/Microsoft.Search/searchServices/azs-4270?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MjcwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6714bfc3-0e49-4e29-b0b2-c3679184366e" + "a7a02568-eb90-4913-97a8-07380443a842" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A45%3A59.4323261Z'\"" + "W/\"datetime'2020-08-08T10%3A19%3A04.4597048Z'\"" ], "x-ms-request-id": [ - "6714bfc3-0e49-4e29-b0b2-c3679184366e" + "a7a02568-eb90-4913-97a8-07380443a842" ], "request-id": [ - "6714bfc3-0e49-4e29-b0b2-c3679184366e" + "a7a02568-eb90-4913-97a8-07380443a842" ], "elapsed-time": [ - "1736" + "1520" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1196" ], "x-ms-correlation-request-id": [ - "0e047dd7-a9c8-4844-8103-d88c0c1da970" + "80e1811a-d01c-4b21-a7be-7ed7ae10dc93" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024600Z:0e047dd7-a9c8-4844-8103-d88c0c1da970" + "NORTHEUROPE:20200808T101905Z:80e1811a-d01c-4b21-a7be-7ed7ae10dc93" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:45:59 GMT" + "Sat, 08 Aug 2020 10:19:04 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4209/providers/Microsoft.Search/searchServices/azs-6190\",\r\n \"name\": \"azs-6190\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5615/providers/Microsoft.Search/searchServices/azs-4270\",\r\n \"name\": \"azs-4270\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4209/providers/Microsoft.Search/searchServices/azs-6190/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTkwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5615/providers/Microsoft.Search/searchServices/azs-4270/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MjcwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f96c9fc-47ad-47e3-9139-60544af55d5f" + "b3cae06b-bf28-4b41-8837-264ff825aa9c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4f96c9fc-47ad-47e3-9139-60544af55d5f" + "b3cae06b-bf28-4b41-8837-264ff825aa9c" ], "request-id": [ - "4f96c9fc-47ad-47e3-9139-60544af55d5f" + "b3cae06b-bf28-4b41-8837-264ff825aa9c" ], "elapsed-time": [ - "326" + "89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1194" ], "x-ms-correlation-request-id": [ - "6310d8a8-83ed-45d4-9b3d-203a6e08a552" + "f11085b2-15c8-4d8f-ad1a-49886f14c831" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024602Z:6310d8a8-83ed-45d4-9b3d-203a6e08a552" + "NORTHEUROPE:20200808T101907Z:f11085b2-15c8-4d8f-ad1a-49886f14c831" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:46:02 GMT" + "Sat, 08 Aug 2020 10:19:07 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"4068599A62E122A6B718F0A85DD73D3A\",\r\n \"secondaryKey\": \"7D7CB136C187B13DA5E6CB4F69684AE1\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"7B3B8C64D00900232F041791AC163DE7\",\r\n \"secondaryKey\": \"ECF4F40851DA459AF87FD51A38DCF3DE\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4209/providers/Microsoft.Search/searchServices/azs-6190/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTkwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5615/providers/Microsoft.Search/searchServices/azs-4270/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MjcwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c542001-5606-4ba1-b8a0-63a020300a0a" + "368ab49b-854a-428f-b6e5-a71b23a417d0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6c542001-5606-4ba1-b8a0-63a020300a0a" + "368ab49b-854a-428f-b6e5-a71b23a417d0" ], "request-id": [ - "6c542001-5606-4ba1-b8a0-63a020300a0a" + "368ab49b-854a-428f-b6e5-a71b23a417d0" ], "elapsed-time": [ - "89" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1193" ], "x-ms-correlation-request-id": [ - "9ece4929-049f-4227-9be6-f9e1b4458b05" + "de92676f-c668-486e-916d-cbff6d255d54" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024603Z:9ece4929-049f-4227-9be6-f9e1b4458b05" + "NORTHEUROPE:20200808T101908Z:de92676f-c668-486e-916d-cbff6d255d54" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:46:02 GMT" + "Sat, 08 Aug 2020 10:19:08 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"1BCA0207A03C374EE234271C88A16C73\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"337C6DCF2093F724E6F912570608654D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/indexes?api-version=2019-05-06", "EncodedRequestUri": "L2luZGV4ZXM/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet55\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4026\",\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"key\": true,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"en.lucene\"\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"analyzer\": \"fr.lucene\"\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"key\": false,\r\n \"retrievable\": true,\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functions\": [\r\n {\r\n \"type\": \"distance\",\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"fieldName\": \"location\",\r\n \"boost\": 2.0\r\n }\r\n ],\r\n \"functionAggregation\": \"sum\"\r\n }\r\n ],\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ],\r\n \"searchMode\": \"analyzingInfixMatching\"\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "b21f2652-b185-40cc-ba71-95bf44510738" + "c2f1d3b6-9320-45d1-9f41-28a0d51dd897" ], "Accept-Language": [ "en-US" ], "api-key": [ - "4068599A62E122A6B718F0A85DD73D3A" + "7B3B8C64D00900232F041791AC163DE7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "6973" + "6975" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037A6F35E834\"" + "W/\"0x8D83B847E2DAC23\"" ], "Location": [ - "https://azs-6190.search-dogfood.windows-int.net/indexes('azsmnet55')?api-version=2019-05-06" + "https://azs-4270.search-dogfood.windows-int.net/indexes('azsmnet4026')?api-version=2019-05-06" ], "request-id": [ - "b21f2652-b185-40cc-ba71-95bf44510738" + "c2f1d3b6-9320-45d1-9f41-28a0d51dd897" ], "elapsed-time": [ - "1207" + "848" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:46:06 GMT" + "Sat, 08 Aug 2020 10:19:11 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,15 +405,15 @@ "-1" ], "Content-Length": [ - "6145" + "6147" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6190.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037A6F35E834\\\"\",\r\n \"name\": \"azsmnet55\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4270.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B847E2DAC23\\\"\",\r\n \"name\": \"azsmnet4026\",\r\n \"defaultScoringProfile\": null,\r\n \"fields\": [\r\n {\r\n \"name\": \"hotelId\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": true,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"hotelName\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"category\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"parkingIncluded\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"lastRenovationDate\",\r\n \"type\": \"Edm.DateTimeOffset\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"rating\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"location\",\r\n \"type\": \"Edm.GeographyPoint\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"address\",\r\n \"type\": \"Edm.ComplexType\",\r\n \"fields\": [\r\n {\r\n \"name\": \"streetAddress\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"city\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"stateProvince\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"country\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"postalCode\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": true,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"rooms\",\r\n \"type\": \"Collection(Edm.ComplexType)\",\r\n \"fields\": [\r\n {\r\n \"name\": \"description\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"en.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"descriptionFr\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": false,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": false,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": \"fr.lucene\",\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"type\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"baseRate\",\r\n \"type\": \"Edm.Double\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"bedOptions\",\r\n \"type\": \"Edm.String\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"sleepsCount\",\r\n \"type\": \"Edm.Int32\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"smokingAllowed\",\r\n \"type\": \"Edm.Boolean\",\r\n \"searchable\": false,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n },\r\n {\r\n \"name\": \"tags\",\r\n \"type\": \"Collection(Edm.String)\",\r\n \"searchable\": true,\r\n \"filterable\": true,\r\n \"retrievable\": true,\r\n \"sortable\": false,\r\n \"facetable\": true,\r\n \"key\": false,\r\n \"indexAnalyzer\": null,\r\n \"searchAnalyzer\": null,\r\n \"analyzer\": null,\r\n \"synonymMaps\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"scoringProfiles\": [\r\n {\r\n \"name\": \"nearest\",\r\n \"functionAggregation\": \"sum\",\r\n \"text\": null,\r\n \"functions\": [\r\n {\r\n \"fieldName\": \"location\",\r\n \"interpolation\": \"linear\",\r\n \"type\": \"distance\",\r\n \"boost\": 2.0,\r\n \"freshness\": null,\r\n \"magnitude\": null,\r\n \"distance\": {\r\n \"referencePointParameter\": \"myloc\",\r\n \"boostingDistance\": 100.0\r\n },\r\n \"tag\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"corsOptions\": null,\r\n \"suggesters\": [\r\n {\r\n \"name\": \"sg\",\r\n \"searchMode\": \"analyzingInfixMatching\",\r\n \"sourceFields\": [\r\n \"description\",\r\n \"hotelName\"\r\n ]\r\n }\r\n ],\r\n \"analyzers\": [],\r\n \"tokenizers\": [],\r\n \"tokenFilters\": [],\r\n \"charFilters\": [],\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/indexes('azsmnet55')/docs/$count?api-version=2019-05-06", - "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ1NScpL2RvY3MvJGNvdW50P2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/indexes('azsmnet4026')/docs/$count?api-version=2019-05-06", + "EncodedRequestUri": "L2luZGV4ZXMoJ2F6c21uZXQ0MDI2JykvZG9jcy8kY291bnQ/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -424,12 +424,12 @@ "en-US" ], "api-key": [ - "4068599A62E122A6B718F0A85DD73D3A" + "7B3B8C64D00900232F041791AC163DE7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchIndexClient/10.1.0.0" ] }, @@ -444,7 +444,7 @@ "c4cfce79-eb42-4e61-9909-84510c04706f" ], "elapsed-time": [ - "130" + "214" ], "OData-Version": [ "4.0" @@ -456,7 +456,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:46:27 GMT" + "Sat, 08 Aug 2020 10:19:32 GMT" ], "Content-Type": [ "text/plain" @@ -472,21 +472,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4209/providers/Microsoft.Search/searchServices/azs-6190?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MTkwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5615/providers/Microsoft.Search/searchServices/azs-4270?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MjcwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6dd86f51-82c1-4f63-8dde-7b12302cb0e8" + "bda27e7c-fdaa-4b42-886b-66f12c82e249" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -497,51 +497,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14990" + ], "x-ms-request-id": [ - "6dd86f51-82c1-4f63-8dde-7b12302cb0e8" + "31cc01c7-c7a8-4923-988a-24d47bb0bf07" ], - "request-id": [ - "6dd86f51-82c1-4f63-8dde-7b12302cb0e8" + "x-ms-correlation-request-id": [ + "31cc01c7-c7a8-4923-988a-24d47bb0bf07" ], - "elapsed-time": [ - "887" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T101943Z:31cc01c7-c7a8-4923-988a-24d47bb0bf07" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14988" - ], - "x-ms-correlation-request-id": [ - "e4bf6839-111d-43c6-9a68-14fe201cabac" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T024632Z:e4bf6839-111d-43c6-9a68-14fe201cabac" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:46:31 GMT" + "Sat, 08 Aug 2020 10:19:42 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet4209", - "azsmnet55" + "azsmnet5615", + "azsmnet4026" ], "GenerateServiceName": [ - "azs-6190" + "azs-4270" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchManagementClientTests/RequestIdIsReturnedInResponse.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchManagementClientTests/RequestIdIsReturnedInResponse.json index a1d939391b63..d16ee2ec55d5 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchManagementClientTests/RequestIdIsReturnedInResponse.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchManagementClientTests/RequestIdIsReturnedInResponse.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6f048d1b-a3ed-432a-88e9-7e6f9ce83e22" + "c5416ae3-cf12-470c-9b2a-d68bda716a24" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 01:20:03 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1198" ], "x-ms-request-id": [ - "c13d250e-b568-4c10-87da-561d5b7ea123" + "1585e236-6098-4904-b4e1-2eafff85fa54" ], "x-ms-correlation-request-id": [ - "c13d250e-b568-4c10-87da-561d5b7ea123" + "1585e236-6098-4904-b4e1-2eafff85fa54" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000326Z:c13d250e-b568-4c10-87da-561d5b7ea123" + "NORTHEUROPE:20200808T012003Z:1585e236-6098-4904-b4e1-2eafff85fa54" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:03:25 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3066?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMDY2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4470?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0NDcwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "327d1546-48d3-4b85-a377-68f511990f95" + "4ab13073-4245-4bdc-b88a-48dade061f79" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 01:20:03 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-request-id": [ - "b66b5860-f628-41fc-b89e-a0b872d821f3" + "b566eaf2-1aca-41e5-8690-bf00204f03ea" ], "x-ms-correlation-request-id": [ - "b66b5860-f628-41fc-b89e-a0b872d821f3" + "b566eaf2-1aca-41e5-8690-bf00204f03ea" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000326Z:b66b5860-f628-41fc-b89e-a0b872d821f3" + "NORTHEUROPE:20200808T012004Z:b566eaf2-1aca-41e5-8690-bf00204f03ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:03:25 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3066\",\r\n \"name\": \"azsmnet3066\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4470\",\r\n \"name\": \"azsmnet4470\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3066/providers/Microsoft.Search/searchServices?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4470/providers/Microsoft.Search/searchServices?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ "c4cfce79-eb42-4e61-9909-84510c04706f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -149,6 +149,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 01:20:05 GMT" + ], "Pragma": [ "no-cache" ], @@ -162,26 +165,23 @@ "c4cfce79-eb42-4e61-9909-84510c04706f" ], "elapsed-time": [ - "377" + "305" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "5e7f2fe0-d9d6-4e30-9c01-dbc02e4818d1" + "2c52dd82-b331-4f78-934a-5c1bec2e0cbf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T000328Z:5e7f2fe0-d9d6-4e30-9c01-dbc02e4818d1" + "NORTHEUROPE:20200808T012006Z:2c52dd82-b331-4f78-934a-5c1bec2e0cbf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 00:03:28 GMT" - ], "Content-Length": [ "28" ], @@ -198,7 +198,7 @@ ], "Names": { "GenerateName": [ - "azsmnet3066" + "azsmnet4470" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceClientTests/CanGetAnIndexClient.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceClientTests/CanGetAnIndexClient.json index b0375c38f0db..a000d85dff6f 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceClientTests/CanGetAnIndexClient.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceClientTests/CanGetAnIndexClient.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "69c2b52e-d1dd-4230-a9e3-2e7482ac614a" + "701f2315-e457-4ab6-92b5-658826ed971c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1197" ], "x-ms-request-id": [ - "1e0e0988-2cea-4e61-a6b9-72dfbfb3ba22" + "212b9034-3c8e-43a3-9661-904373e6aaeb" ], "x-ms-correlation-request-id": [ - "1e0e0988-2cea-4e61-a6b9-72dfbfb3ba22" + "212b9034-3c8e-43a3-9661-904373e6aaeb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004349Z:1e0e0988-2cea-4e61-a6b9-72dfbfb3ba22" + "NORTHEUROPE:20200808T061723Z:212b9034-3c8e-43a3-9661-904373e6aaeb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:43:49 GMT" + "Sat, 08 Aug 2020 06:17:22 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5112?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MTEyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4225?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MjI1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1d55ecd3-3690-47bb-9e62-8988cd0e2fab" + "6136e972-c066-4db8-80f0-b17e6d98a832" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1197" ], "x-ms-request-id": [ - "398d634c-916a-4af7-b4d9-b093bc0e932c" + "71545894-5f2d-46c0-a123-650cfb03804f" ], "x-ms-correlation-request-id": [ - "398d634c-916a-4af7-b4d9-b093bc0e932c" + "71545894-5f2d-46c0-a123-650cfb03804f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004350Z:398d634c-916a-4af7-b4d9-b093bc0e932c" + "NORTHEUROPE:20200808T061724Z:71545894-5f2d-46c0-a123-650cfb03804f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:43:50 GMT" + "Sat, 08 Aug 2020 06:17:23 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5112\",\r\n \"name\": \"azsmnet5112\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4225\",\r\n \"name\": \"azsmnet4225\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5112/providers/Microsoft.Search/searchServices/azs-9681?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NjgxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4225/providers/Microsoft.Search/searchServices/azs-3036?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMDM2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a16dee7b-8a3d-45dd-8b19-e954b8a319e7" + "9b140db5-14ea-4fdd-b855-5c48e80f4d52" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A43%3A54.2753487Z'\"" + "W/\"datetime'2020-08-08T06%3A17%3A30.8377129Z'\"" ], "x-ms-request-id": [ - "a16dee7b-8a3d-45dd-8b19-e954b8a319e7" + "9b140db5-14ea-4fdd-b855-5c48e80f4d52" ], "request-id": [ - "a16dee7b-8a3d-45dd-8b19-e954b8a319e7" + "9b140db5-14ea-4fdd-b855-5c48e80f4d52" ], "elapsed-time": [ - "1106" + "3269" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1194" ], "x-ms-correlation-request-id": [ - "7ded049a-6a42-48eb-9dbc-5c1c410e5e4a" + "9f8cb24f-c7bc-4f94-9c0e-0a695e43f452" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004355Z:7ded049a-6a42-48eb-9dbc-5c1c410e5e4a" + "NORTHEUROPE:20200808T061733Z:9f8cb24f-c7bc-4f94-9c0e-0a695e43f452" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:43:54 GMT" + "Sat, 08 Aug 2020 06:17:33 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5112/providers/Microsoft.Search/searchServices/azs-9681\",\r\n \"name\": \"azs-9681\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4225/providers/Microsoft.Search/searchServices/azs-3036\",\r\n \"name\": \"azs-3036\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5112/providers/Microsoft.Search/searchServices/azs-9681/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NjgxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4225/providers/Microsoft.Search/searchServices/azs-3036/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMDM2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "514dd407-9256-4134-b9df-e4a068277617" + "291573d5-fc87-4c06-a9c3-f05a5ecf0e4e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "514dd407-9256-4134-b9df-e4a068277617" + "291573d5-fc87-4c06-a9c3-f05a5ecf0e4e" ], "request-id": [ - "514dd407-9256-4134-b9df-e4a068277617" + "291573d5-fc87-4c06-a9c3-f05a5ecf0e4e" ], "elapsed-time": [ - "87" + "441" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1192" ], "x-ms-correlation-request-id": [ - "496b47e3-e704-4b99-9ea2-dc96c6559f38" + "fd85bb29-34b9-41fb-abf1-c6b1b922b84c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004357Z:496b47e3-e704-4b99-9ea2-dc96c6559f38" + "NORTHEUROPE:20200808T061735Z:fd85bb29-34b9-41fb-abf1-c6b1b922b84c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:43:56 GMT" + "Sat, 08 Aug 2020 06:17:35 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"A389CB51025CDF532D2F2190D7086AF6\",\r\n \"secondaryKey\": \"89EBB56212CF41B939CDD8060ADDD02A\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"1962B7770E499390D02B98C6AE093D59\",\r\n \"secondaryKey\": \"099A33AC55E8A32197277472B9A35BE6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5112/providers/Microsoft.Search/searchServices/azs-9681/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NjgxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4225/providers/Microsoft.Search/searchServices/azs-3036/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMDM2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e7597b07-8e20-4a91-ac6b-ab81b5fe9203" + "ffeebe39-9372-4088-9ff5-4922480473a4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e7597b07-8e20-4a91-ac6b-ab81b5fe9203" + "ffeebe39-9372-4088-9ff5-4922480473a4" ], "request-id": [ - "e7597b07-8e20-4a91-ac6b-ab81b5fe9203" + "ffeebe39-9372-4088-9ff5-4922480473a4" ], "elapsed-time": [ - "391" + "248" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1191" ], "x-ms-correlation-request-id": [ - "74147601-afb9-471b-b1a7-5c18446a4c93" + "b613863e-2410-4a99-9fd1-d53d2e9c26b0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004358Z:74147601-afb9-471b-b1a7-5c18446a4c93" + "NORTHEUROPE:20200808T061736Z:b613863e-2410-4a99-9fd1-d53d2e9c26b0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:43:57 GMT" + "Sat, 08 Aug 2020 06:17:36 GMT" ], "Content-Length": [ "82" @@ -336,25 +336,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"E88401757FCFCA9A60BB41DFD8B357F0\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"C7230295D18D1638AC18D236F04EF95E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5112/providers/Microsoft.Search/searchServices/azs-9681?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NjgxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4225/providers/Microsoft.Search/searchServices/azs-3036?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMDM2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "848183b9-772b-43da-8805-7ac8bfdc6f4e" + "e8c94d0d-688e-465c-b3d7-dafab0e67d01" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -365,50 +365,41 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "848183b9-772b-43da-8805-7ac8bfdc6f4e" + "d998885f-a2ce-42a4-95bf-5477a29666fa" ], - "request-id": [ - "848183b9-772b-43da-8805-7ac8bfdc6f4e" + "x-ms-correlation-request-id": [ + "d998885f-a2ce-42a4-95bf-5477a29666fa" ], - "elapsed-time": [ - "1464" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T061748Z:d998885f-a2ce-42a4-95bf-5477a29666fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" - ], - "x-ms-correlation-request-id": [ - "cfee3e10-6e24-464c-a238-33ffca927aa8" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004410Z:cfee3e10-6e24-464c-a238-33ffca927aa8" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:44:09 GMT" + "Sat, 08 Aug 2020 06:17:47 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5112" + "azsmnet4225" ], "GenerateServiceName": [ - "azs-9681" + "azs-3036" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceClientTests/CanGetAnIndexClientAfterUsingServiceClient.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceClientTests/CanGetAnIndexClientAfterUsingServiceClient.json index 3d7456993d28..e3b7f94e926b 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceClientTests/CanGetAnIndexClientAfterUsingServiceClient.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceClientTests/CanGetAnIndexClientAfterUsingServiceClient.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "88b49527-6dc6-47d2-9b14-bfa030b9ea08" + "4623c6b7-f218-4996-8c42-795fe0c36474" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1199" ], "x-ms-request-id": [ - "367726a9-143c-46cf-8a50-901fc171ac36" + "2cf08055-104f-425a-925d-a0f56541c085" ], "x-ms-correlation-request-id": [ - "367726a9-143c-46cf-8a50-901fc171ac36" + "2cf08055-104f-425a-925d-a0f56541c085" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004307Z:367726a9-143c-46cf-8a50-901fc171ac36" + "NORTHEUROPE:20200808T184803Z:2cf08055-104f-425a-925d-a0f56541c085" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:43:06 GMT" + "Sat, 08 Aug 2020 18:48:03 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2290?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMjkwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9433?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NDMzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2ed3d006-8905-41d9-9677-4a82b6f02865" + "9512dc84-4f4b-49fc-8708-38e9df84032a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1199" ], "x-ms-request-id": [ - "dd6a6b02-1643-44d0-9662-63e42ca386a9" + "04a68efe-4547-497a-b323-1af0a79e3fd4" ], "x-ms-correlation-request-id": [ - "dd6a6b02-1643-44d0-9662-63e42ca386a9" + "04a68efe-4547-497a-b323-1af0a79e3fd4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004307Z:dd6a6b02-1643-44d0-9662-63e42ca386a9" + "NORTHEUROPE:20200808T184805Z:04a68efe-4547-497a-b323-1af0a79e3fd4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:43:07 GMT" + "Sat, 08 Aug 2020 18:48:05 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2290\",\r\n \"name\": \"azsmnet2290\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9433\",\r\n \"name\": \"azsmnet9433\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2290/providers/Microsoft.Search/searchServices/azs-140?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDA/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9433/providers/Microsoft.Search/searchServices/azs-4872?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NDMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODcyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e2adf634-4b20-4ac2-82b7-4224057d0984" + "ff711725-8ee9-411e-b950-816a5499804b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A43%3A11.9382091Z'\"" + "W/\"datetime'2020-08-08T18%3A48%3A11.4121615Z'\"" ], "x-ms-request-id": [ - "e2adf634-4b20-4ac2-82b7-4224057d0984" + "ff711725-8ee9-411e-b950-816a5499804b" ], "request-id": [ - "e2adf634-4b20-4ac2-82b7-4224057d0984" + "ff711725-8ee9-411e-b950-816a5499804b" ], "elapsed-time": [ - "1414" + "1564" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1198" ], "x-ms-correlation-request-id": [ - "5bfb9f9e-bb01-4545-b489-c54bb684814b" + "44794c51-b605-484c-ad74-1019f9f3434c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004312Z:5bfb9f9e-bb01-4545-b489-c54bb684814b" + "NORTHEUROPE:20200808T184812Z:44794c51-b605-484c-ad74-1019f9f3434c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:43:11 GMT" + "Sat, 08 Aug 2020 18:48:12 GMT" ], "Content-Length": [ - "527" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2290/providers/Microsoft.Search/searchServices/azs-140\",\r\n \"name\": \"azs-140\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9433/providers/Microsoft.Search/searchServices/azs-4872\",\r\n \"name\": \"azs-4872\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2290/providers/Microsoft.Search/searchServices/azs-140/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDAvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9433/providers/Microsoft.Search/searchServices/azs-4872/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NDMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODcyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25da6f96-96e2-47d3-867a-7f3bef3f7e75" + "338beeb8-81b7-4f00-855b-78f0ec701292" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "25da6f96-96e2-47d3-867a-7f3bef3f7e75" + "338beeb8-81b7-4f00-855b-78f0ec701292" ], "request-id": [ - "25da6f96-96e2-47d3-867a-7f3bef3f7e75" + "338beeb8-81b7-4f00-855b-78f0ec701292" ], "elapsed-time": [ - "846" + "103" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1197" ], "x-ms-correlation-request-id": [ - "f9b130e6-9b12-4e9f-86e1-258f6fd3f217" + "5eb6e4c5-f854-4417-ae68-d5b2f958cd30" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004315Z:f9b130e6-9b12-4e9f-86e1-258f6fd3f217" + "NORTHEUROPE:20200808T184815Z:5eb6e4c5-f854-4417-ae68-d5b2f958cd30" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:43:15 GMT" + "Sat, 08 Aug 2020 18:48:14 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"E92BE0EE3D53DB15D075C7419DA453AE\",\r\n \"secondaryKey\": \"EC2DF551F79319750D71BF964CE9A20D\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"C9BD2FA4F84ED28D41F670DBD637EC58\",\r\n \"secondaryKey\": \"DDF0D97E286A2C9A30EA89BFA512EBCE\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2290/providers/Microsoft.Search/searchServices/azs-140/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDAvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9433/providers/Microsoft.Search/searchServices/azs-4872/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NDMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODcyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6f25789e-2c98-423e-9fef-efb46435890e" + "69d3893a-4091-4562-83e5-66490b5779fd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6f25789e-2c98-423e-9fef-efb46435890e" + "69d3893a-4091-4562-83e5-66490b5779fd" ], "request-id": [ - "6f25789e-2c98-423e-9fef-efb46435890e" + "69d3893a-4091-4562-83e5-66490b5779fd" ], "elapsed-time": [ - "108" + "92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1196" ], "x-ms-correlation-request-id": [ - "3ba8ab9b-c522-41c8-acfa-42935b2a7019" + "4dbf235d-0924-4148-8966-b9df5105edc0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004315Z:3ba8ab9b-c522-41c8-acfa-42935b2a7019" + "NORTHEUROPE:20200808T184815Z:4dbf235d-0924-4148-8966-b9df5105edc0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:43:15 GMT" + "Sat, 08 Aug 2020 18:48:15 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"3BCC234B102974F885E93F1B6E772AAC\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"CA5E18141D13D7B5D1D5724E34751D65\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -346,18 +346,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "697b51e0-b818-4eea-a70c-afdff32e9242" + "9ae2d580-78c8-419e-91e9-1c33d5f76e27" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E92BE0EE3D53DB15D075C7419DA453AE" + "C9BD2FA4F84ED28D41F670DBD637EC58" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -369,10 +369,10 @@ "no-cache" ], "request-id": [ - "697b51e0-b818-4eea-a70c-afdff32e9242" + "9ae2d580-78c8-419e-91e9-1c33d5f76e27" ], "elapsed-time": [ - "24" + "56" ], "OData-Version": [ "4.0" @@ -384,7 +384,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:43:17 GMT" + "Sat, 08 Aug 2020 18:48:17 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -396,28 +396,28 @@ "-1" ], "Content-Length": [ - "120" + "121" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No index with the name 'thisindexdoesnotexist' was found in a service named 'azs-140'.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No index with the name 'thisindexdoesnotexist' was found in a service named 'azs-4872'.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2290/providers/Microsoft.Search/searchServices/azs-140?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDA/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9433/providers/Microsoft.Search/searchServices/azs-4872?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NDMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODcyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bbca0c26-56e9-4196-9dc3-a9ad0d002a5f" + "f56e997b-4e4d-499e-ae05-426b21c2987c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -428,50 +428,41 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], "x-ms-request-id": [ - "bbca0c26-56e9-4196-9dc3-a9ad0d002a5f" + "b5d5cebf-8d60-43e9-b1fd-4484637ae29c" ], - "request-id": [ - "bbca0c26-56e9-4196-9dc3-a9ad0d002a5f" + "x-ms-correlation-request-id": [ + "b5d5cebf-8d60-43e9-b1fd-4484637ae29c" ], - "elapsed-time": [ - "783" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T184925Z:b5d5cebf-8d60-43e9-b1fd-4484637ae29c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" - ], - "x-ms-correlation-request-id": [ - "6160c675-d4d8-47ee-b7a0-a6dad69c1066" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004320Z:6160c675-d4d8-47ee-b7a0-a6dad69c1066" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:43:20 GMT" + "Sat, 08 Aug 2020 18:49:24 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2290" + "azsmnet9433" ], "GenerateServiceName": [ - "azs-140" + "azs-4872" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceClientTests/IndexClientHasSameTimeoutAsSearchClient.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceClientTests/IndexClientHasSameTimeoutAsSearchClient.json index 363ebb23cc3d..063fa2d69f04 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceClientTests/IndexClientHasSameTimeoutAsSearchClient.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceClientTests/IndexClientHasSameTimeoutAsSearchClient.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "69706841-3591-48f8-b171-4a73fa50f130" + "66eb74ca-e660-4dc9-b4f0-cf52c11c1d20" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1194" ], "x-ms-request-id": [ - "2b94a504-87b7-4fad-8ee4-fc37915f087e" + "b4dfe60c-0c85-40dd-9ac7-10256acb642a" ], "x-ms-correlation-request-id": [ - "2b94a504-87b7-4fad-8ee4-fc37915f087e" + "b4dfe60c-0c85-40dd-9ac7-10256acb642a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004415Z:2b94a504-87b7-4fad-8ee4-fc37915f087e" + "NORTHEUROPE:20200808T061755Z:b4dfe60c-0c85-40dd-9ac7-10256acb642a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:44:14 GMT" + "Sat, 08 Aug 2020 06:17:54 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6141?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MTQxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7324?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MzI0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4fdc5185-7380-4bf5-a44d-7bfcfd29ffd9" + "6def0dcb-374b-4681-9ee3-74b431ae7a60" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1196" ], "x-ms-request-id": [ - "22167392-01d6-4124-be0a-80a0d2c3c1b4" + "dfddb991-fb7d-44f3-af07-a9bd390dc468" ], "x-ms-correlation-request-id": [ - "22167392-01d6-4124-be0a-80a0d2c3c1b4" + "dfddb991-fb7d-44f3-af07-a9bd390dc468" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004417Z:22167392-01d6-4124-be0a-80a0d2c3c1b4" + "NORTHEUROPE:20200808T061757Z:dfddb991-fb7d-44f3-af07-a9bd390dc468" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:44:17 GMT" + "Sat, 08 Aug 2020 06:17:56 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6141\",\r\n \"name\": \"azsmnet6141\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7324\",\r\n \"name\": \"azsmnet7324\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6141/providers/Microsoft.Search/searchServices/azs-4140?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTQwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7324/providers/Microsoft.Search/searchServices/azs-1269?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMjY5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "44183978-89cb-4e02-a9dc-66aa6a58cc6b" + "eddc83d9-afbe-469c-8313-ab7a0efb93c2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,16 +159,16 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A44%3A21.9171379Z'\"" + "W/\"datetime'2020-08-08T06%3A18%3A02.0797452Z'\"" ], "x-ms-request-id": [ - "44183978-89cb-4e02-a9dc-66aa6a58cc6b" + "eddc83d9-afbe-469c-8313-ab7a0efb93c2" ], "request-id": [ - "44183978-89cb-4e02-a9dc-66aa6a58cc6b" + "eddc83d9-afbe-469c-8313-ab7a0efb93c2" ], "elapsed-time": [ - "1133" + "1777" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,16 +177,16 @@ "1194" ], "x-ms-correlation-request-id": [ - "7bbf78ae-64dc-4293-be3f-e53d3cce85d5" + "2613d2f2-2274-4ad4-b3c0-dca4c2f32029" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004423Z:7bbf78ae-64dc-4293-be3f-e53d3cce85d5" + "NORTHEUROPE:20200808T061803Z:2613d2f2-2274-4ad4-b3c0-dca4c2f32029" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:44:23 GMT" + "Sat, 08 Aug 2020 06:18:03 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6141/providers/Microsoft.Search/searchServices/azs-4140\",\r\n \"name\": \"azs-4140\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7324/providers/Microsoft.Search/searchServices/azs-1269\",\r\n \"name\": \"azs-1269\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6141/providers/Microsoft.Search/searchServices/azs-4140/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTQwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7324/providers/Microsoft.Search/searchServices/azs-1269/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMjY5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "534c03dc-1a07-4804-8a82-086c19a8a708" + "d9275fb7-e679-4cf8-a014-c1d2fa16e69a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "534c03dc-1a07-4804-8a82-086c19a8a708" + "d9275fb7-e679-4cf8-a014-c1d2fa16e69a" ], "request-id": [ - "534c03dc-1a07-4804-8a82-086c19a8a708" + "d9275fb7-e679-4cf8-a014-c1d2fa16e69a" ], "elapsed-time": [ - "106" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1192" ], "x-ms-correlation-request-id": [ - "3f342ced-6e16-456d-ae53-c95039b83e21" + "bb62a0fe-8841-4f7a-a3c6-6f732279b78d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004427Z:3f342ced-6e16-456d-ae53-c95039b83e21" + "NORTHEUROPE:20200808T061805Z:bb62a0fe-8841-4f7a-a3c6-6f732279b78d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:44:26 GMT" + "Sat, 08 Aug 2020 06:18:05 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"C76C4EE9FDB21CC7984AA8EC3F4F0BC5\",\r\n \"secondaryKey\": \"131347D8A1588ECBC2B9E558874D2014\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"B0B5D8B456F2B988E05C291BFDC4B648\",\r\n \"secondaryKey\": \"DB281A90A8332136B6C73C934BAE1222\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6141/providers/Microsoft.Search/searchServices/azs-4140/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTQwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7324/providers/Microsoft.Search/searchServices/azs-1269/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMjY5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bd034c84-0a58-46f2-86bf-58e6c5bf11d6" + "d1c91789-84b2-4def-b4d0-c375d45c23dc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "bd034c84-0a58-46f2-86bf-58e6c5bf11d6" + "d1c91789-84b2-4def-b4d0-c375d45c23dc" ], "request-id": [ - "bd034c84-0a58-46f2-86bf-58e6c5bf11d6" + "d1c91789-84b2-4def-b4d0-c375d45c23dc" ], "elapsed-time": [ - "96" + "88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1191" ], "x-ms-correlation-request-id": [ - "6a032f5a-f8d7-483d-bf98-531f50cd2c36" + "22fdac4f-4a79-49db-8e86-45c040b15dcc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004427Z:6a032f5a-f8d7-483d-bf98-531f50cd2c36" + "NORTHEUROPE:20200808T061806Z:22fdac4f-4a79-49db-8e86-45c040b15dcc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:44:27 GMT" + "Sat, 08 Aug 2020 06:18:05 GMT" ], "Content-Length": [ "82" @@ -336,25 +336,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"036B82CB4D192D9E4446F622F757AD59\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"081B2A5D8E50144C28397A899E1BEC47\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6141/providers/Microsoft.Search/searchServices/azs-4140?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MTQxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTQwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7324/providers/Microsoft.Search/searchServices/azs-1269?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMjY5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ec53ce92-540d-4dfc-86b9-865dd79478d0" + "8ec2c2c3-7142-4831-ba71-92cd762fe8e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -365,50 +365,41 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14996" + ], "x-ms-request-id": [ - "ec53ce92-540d-4dfc-86b9-865dd79478d0" + "84a48e1b-0c8c-4eee-b597-207354a3b04c" ], - "request-id": [ - "ec53ce92-540d-4dfc-86b9-865dd79478d0" + "x-ms-correlation-request-id": [ + "84a48e1b-0c8c-4eee-b597-207354a3b04c" ], - "elapsed-time": [ - "1091" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T061816Z:84a48e1b-0c8c-4eee-b597-207354a3b04c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "573e479f-f2a6-4e20-9d66-1aeb7b8ed3d5" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004434Z:573e479f-f2a6-4e20-9d66-1aeb7b8ed3d5" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:44:33 GMT" + "Sat, 08 Aug 2020 06:18:16 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6141" + "azsmnet7324" ], "GenerateServiceName": [ - "azs-4140" + "azs-1269" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceClientTests/RequestIdIsReturnedInResponse.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceClientTests/RequestIdIsReturnedInResponse.json index a4bbc490228a..9be4658ac029 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceClientTests/RequestIdIsReturnedInResponse.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceClientTests/RequestIdIsReturnedInResponse.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe369ca2-d1e4-4934-99f1-e5dac4f42e77" + "fb8ecdc7-417b-4f8a-9e80-834bdfe6919f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1189" ], "x-ms-request-id": [ - "513ecd72-cdd5-42cd-ab76-f25335b2afa2" + "7d00667c-c384-4858-a306-4fb23293be9f" ], "x-ms-correlation-request-id": [ - "513ecd72-cdd5-42cd-ab76-f25335b2afa2" + "7d00667c-c384-4858-a306-4fb23293be9f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004325Z:513ecd72-cdd5-42cd-ab76-f25335b2afa2" + "NORTHEUROPE:20200808T061651Z:7d00667c-c384-4858-a306-4fb23293be9f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:43:25 GMT" + "Sat, 08 Aug 2020 06:16:50 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6656?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2NjU2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9901?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5OTAxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fb3e92a5-8b1f-4ccd-8f85-35c4546f3e48" + "9c417f1a-b586-4583-ad7b-512bd30388fa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1193" ], "x-ms-request-id": [ - "aab32cbc-e8bf-48c1-b448-bc5de039136b" + "2ad49895-9c1a-4c70-a109-cc91c945e7e5" ], "x-ms-correlation-request-id": [ - "aab32cbc-e8bf-48c1-b448-bc5de039136b" + "2ad49895-9c1a-4c70-a109-cc91c945e7e5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004326Z:aab32cbc-e8bf-48c1-b448-bc5de039136b" + "NORTHEUROPE:20200808T061653Z:2ad49895-9c1a-4c70-a109-cc91c945e7e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:43:26 GMT" + "Sat, 08 Aug 2020 06:16:53 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6656\",\r\n \"name\": \"azsmnet6656\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9901\",\r\n \"name\": \"azsmnet9901\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6656/providers/Microsoft.Search/searchServices/azs-6358?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MzU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9901/providers/Microsoft.Search/searchServices/azs-2321?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5OTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzIxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "349c2df0-0d99-40a5-9d9a-66169a4cf0f0" + "7d0d5059-0fcf-452a-b448-66a72e29e82d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T00%3A43%3A30.9697349Z'\"" + "W/\"datetime'2020-08-08T06%3A16%3A59.1012887Z'\"" ], "x-ms-request-id": [ - "349c2df0-0d99-40a5-9d9a-66169a4cf0f0" + "7d0d5059-0fcf-452a-b448-66a72e29e82d" ], "request-id": [ - "349c2df0-0d99-40a5-9d9a-66169a4cf0f0" + "7d0d5059-0fcf-452a-b448-66a72e29e82d" ], "elapsed-time": [ - "1141" + "1431" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1196" ], "x-ms-correlation-request-id": [ - "75c11bbe-b12d-41c5-b7cd-3d93955096e3" + "55b6e487-bc5a-469b-8893-a98081ff338d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004331Z:75c11bbe-b12d-41c5-b7cd-3d93955096e3" + "NORTHEUROPE:20200808T061700Z:55b6e487-bc5a-469b-8893-a98081ff338d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:43:31 GMT" + "Sat, 08 Aug 2020 06:16:59 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6656/providers/Microsoft.Search/searchServices/azs-6358\",\r\n \"name\": \"azs-6358\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9901/providers/Microsoft.Search/searchServices/azs-2321\",\r\n \"name\": \"azs-2321\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6656/providers/Microsoft.Search/searchServices/azs-6358/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MzU4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9901/providers/Microsoft.Search/searchServices/azs-2321/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5OTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzIxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41a720d6-4b65-4e67-9f58-483ab4b66667" + "4982211e-824e-4b8e-b1c8-53a94e5f0aca" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "41a720d6-4b65-4e67-9f58-483ab4b66667" + "4982211e-824e-4b8e-b1c8-53a94e5f0aca" ], "request-id": [ - "41a720d6-4b65-4e67-9f58-483ab4b66667" + "4982211e-824e-4b8e-b1c8-53a94e5f0aca" ], "elapsed-time": [ - "102" + "103" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1193" ], "x-ms-correlation-request-id": [ - "781a67ff-4019-41a2-835f-bfa7b07999d0" + "14075111-6e48-4672-9ce9-1eaba003da65" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004335Z:781a67ff-4019-41a2-835f-bfa7b07999d0" + "NORTHEUROPE:20200808T061702Z:14075111-6e48-4672-9ce9-1eaba003da65" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:43:34 GMT" + "Sat, 08 Aug 2020 06:17:02 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"C175A5561691BEFE4075C064388E1465\",\r\n \"secondaryKey\": \"5A345F0E64A32D417EBD017623E77C21\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"C2A4F0A8FB55BB19001F198578F2A710\",\r\n \"secondaryKey\": \"11EAABE3245C25B3DD0FD30EFB7226DB\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6656/providers/Microsoft.Search/searchServices/azs-6358/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MzU4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9901/providers/Microsoft.Search/searchServices/azs-2321/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5OTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzIxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48d468da-8946-4277-a0d8-055fa7492a7a" + "5603cf46-5489-41e0-a1fe-2f1f911de64b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,10 +300,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "48d468da-8946-4277-a0d8-055fa7492a7a" + "5603cf46-5489-41e0-a1fe-2f1f911de64b" ], "request-id": [ - "48d468da-8946-4277-a0d8-055fa7492a7a" + "5603cf46-5489-41e0-a1fe-2f1f911de64b" ], "elapsed-time": [ "98" @@ -312,19 +312,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1192" ], "x-ms-correlation-request-id": [ - "e1b8af2c-e731-43fa-aee5-cbe0dbe157e9" + "bf33ca90-4fa6-4440-ae76-5d797b980f3f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004335Z:e1b8af2c-e731-43fa-aee5-cbe0dbe157e9" + "NORTHEUROPE:20200808T061703Z:bf33ca90-4fa6-4440-ae76-5d797b980f3f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:43:35 GMT" + "Sat, 08 Aug 2020 06:17:02 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"11ACBD387E9DA00C529BC868B5903E7F\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"625A299FA85F2ACBD2556A072A672668\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -352,12 +352,12 @@ "en-US" ], "api-key": [ - "C175A5561691BEFE4075C064388E1465" + "C2A4F0A8FB55BB19001F198578F2A710" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -372,7 +372,7 @@ "c4cfce79-eb42-4e61-9909-84510c04706f" ], "elapsed-time": [ - "43" + "67" ], "OData-Version": [ "4.0" @@ -384,7 +384,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 00:43:37 GMT" + "Sat, 08 Aug 2020 06:17:05 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -396,25 +396,25 @@ "97" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6358.search-dogfood.windows-int.net/$metadata#indexes\",\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2321.search-dogfood.windows-int.net/$metadata#indexes\",\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6656/providers/Microsoft.Search/searchServices/azs-6358?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NjU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MzU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9901/providers/Microsoft.Search/searchServices/azs-2321?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5OTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzIxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "84350a17-bf50-49c6-a87e-d14f2f04aa11" + "92adae95-f7b9-4316-856e-f740171bdbe5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -425,50 +425,41 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14993" + ], "x-ms-request-id": [ - "84350a17-bf50-49c6-a87e-d14f2f04aa11" + "71af9be2-e085-4801-b964-5ae0b0e2c78b" ], - "request-id": [ - "84350a17-bf50-49c6-a87e-d14f2f04aa11" + "x-ms-correlation-request-id": [ + "71af9be2-e085-4801-b964-5ae0b0e2c78b" ], - "elapsed-time": [ - "1257" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T061717Z:71af9be2-e085-4801-b964-5ae0b0e2c78b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "5e720b31-451b-4513-b92c-cec7af53fe47" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T004341Z:5e720b31-451b-4513-b92c-cec7af53fe47" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 00:43:40 GMT" + "Sat, 08 Aug 2020 06:17:17 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6656" + "azsmnet9901" ], "GenerateServiceName": [ - "azs-6358" + "azs-2321" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanAddAndRemoveServiceIdentity.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanAddAndRemoveServiceIdentity.json index 9827325fad5a..36116e078f40 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanAddAndRemoveServiceIdentity.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanAddAndRemoveServiceIdentity.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "427619c8-0e11-42fc-abe8-656b1e8c84da" + "d8a9cd30-2fdf-4b8a-b010-415d4faa6c9d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:55:11 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "a166b1f6-0439-465a-be82-5b7d6943beeb" + "1a545af7-d7ad-4ff6-b4bf-3b4fd82052a7" ], "x-ms-correlation-request-id": [ - "a166b1f6-0439-465a-be82-5b7d6943beeb" + "1a545af7-d7ad-4ff6-b4bf-3b4fd82052a7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T173537Z:a166b1f6-0439-465a-be82-5b7d6943beeb" + "NORTHEUROPE:20200806T225512Z:1a545af7-d7ad-4ff6-b4bf-3b4fd82052a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:35:36 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4390?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MzkwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2486?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNDg2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bba74eed-a864-4bf8-be8a-76a74d2d0801" + "58cd83eb-1849-4a77-9410-7a801c0c9f85" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:55:12 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "b93b8828-d9f3-4042-8285-194714587e01" + "50680952-383f-42a9-98cd-9839c360497d" ], "x-ms-correlation-request-id": [ - "b93b8828-d9f3-4042-8285-194714587e01" + "50680952-383f-42a9-98cd-9839c360497d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T173538Z:b93b8828-d9f3-4042-8285-194714587e01" + "NORTHEUROPE:20200806T225513Z:50680952-383f-42a9-98cd-9839c360497d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:35:37 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4390\",\r\n \"name\": \"azsmnet4390\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486\",\r\n \"name\": \"azsmnet2486\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4390/providers/Microsoft.Search/searchServices/azs-7708?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NzA4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b5ad1816-9b2f-4d07-b55e-38c04efc0dec" + "d100622e-50f4-4e8c-84bf-3ab58e912d83" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,41 +155,41 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:55:20 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A35%3A45.542919Z'\"" + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" ], "x-ms-request-id": [ - "b5ad1816-9b2f-4d07-b55e-38c04efc0dec" + "d100622e-50f4-4e8c-84bf-3ab58e912d83" ], "request-id": [ - "b5ad1816-9b2f-4d07-b55e-38c04efc0dec" + "d100622e-50f4-4e8c-84bf-3ab58e912d83" ], "elapsed-time": [ - "3671" + "4102" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-correlation-request-id": [ - "dc8347b2-91db-4dc1-b603-85512effc5da" + "430e78db-94e8-45ac-97b9-34b975a2b8b9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T173546Z:dc8347b2-91db-4dc1-b603-85512effc5da" + "NORTHEUROPE:20200806T225520Z:430e78db-94e8-45ac-97b9-34b975a2b8b9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:35:45 GMT" - ], "Content-Length": [ - "530" + "538" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,76 +198,130 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4390/providers/Microsoft.Search/searchServices/azs-7708\",\r\n \"name\": \"azs-7708\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4390/providers/Microsoft.Search/searchServices/azs-7708?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NzA4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": []\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "c0111812-9a63-4e57-bfc9-18e5e145079d" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 22:55:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "f5493dae-57f2-4b5e-a402-9aacf48439bf" + ], + "request-id": [ + "f5493dae-57f2-4b5e-a402-9aacf48439bf" + ], + "elapsed-time": [ + "354" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "a81232eb-e1be-49f3-af4f-8be4d1644c78" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T225550Z:a81232eb-e1be-49f3-af4f-8be4d1644c78" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Content-Length": [ - "319" + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:56:21 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A35%3A50.6815095Z'\"" + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c0111812-9a63-4e57-bfc9-18e5e145079d" + "de5ef333-b582-418b-b5bd-c8e83a381469" ], "request-id": [ - "c0111812-9a63-4e57-bfc9-18e5e145079d" + "de5ef333-b582-418b-b5bd-c8e83a381469" ], "elapsed-time": [ - "1659" + "367" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-reads": [ + "14998" ], "x-ms-correlation-request-id": [ - "870b0bc6-4eac-4766-accc-7973723b4907" + "da5434ec-5440-4e21-976c-1a16f22dd353" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T173551Z:870b0bc6-4eac-4766-accc-7973723b4907" + "NORTHEUROPE:20200806T225621Z:da5434ec-5440-4e21-976c-1a16f22dd353" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:35:51 GMT" - ], "Content-Length": [ - "670" + "538" ], "Content-Type": [ "application/json; charset=utf-8" @@ -276,76 +330,130 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4390/providers/Microsoft.Search/searchServices/azs-7708\",\r\n \"name\": \"azs-7708\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"67317cad-b8d9-45da-a12b-5c4c257ec15e\",\r\n \"tenantId\": \"f686d426-8d16-42db-81b7-ab578e110ccd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4390/providers/Microsoft.Search/searchServices/azs-7708?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NzA4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": []\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "41a16b08-e893-4f49-a4bc-a17267cadfbf" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 22:56:51 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "c67a6537-3878-4252-9874-6be151975f7a" + ], + "request-id": [ + "c67a6537-3878-4252-9874-6be151975f7a" + ], + "elapsed-time": [ + "398" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14997" + ], + "x-ms-correlation-request-id": [ + "58721297-0fc5-4aac-bb40-da117052c220" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T225652Z:58721297-0fc5-4aac-bb40-da117052c220" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Content-Length": [ - "309" + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:57:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A35%3A54.848421Z'\"" + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "41a16b08-e893-4f49-a4bc-a17267cadfbf" + "6c59c400-0fa8-4ea3-9d6c-5acf84098e06" ], "request-id": [ - "41a16b08-e893-4f49-a4bc-a17267cadfbf" + "6c59c400-0fa8-4ea3-9d6c-5acf84098e06" ], "elapsed-time": [ - "1538" + "485" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-reads": [ + "14996" ], "x-ms-correlation-request-id": [ - "1cea94a0-4f62-45a9-a5cc-7e4355febb19" + "ff50c659-df87-4a21-a084-40eeca2111cf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T173555Z:1cea94a0-4f62-45a9-a5cc-7e4355febb19" + "NORTHEUROPE:20200806T225722Z:ff50c659-df87-4a21-a084-40eeca2111cf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:35:55 GMT" - ], "Content-Length": [ - "592" + "538" ], "Content-Type": [ "application/json; charset=utf-8" @@ -354,25 +462,85 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4390/providers/Microsoft.Search/searchServices/azs-7708\",\r\n \"name\": \"azs-7708\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\",\r\n \"principalId\": null,\r\n \"tenantId\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4390/providers/Microsoft.Search/searchServices/azs-7708?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NzA4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "22b0d548-f996-44db-88a7-faaab9e04ae2" + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], - "Accept-Language": [ - "en-US" + "Date": [ + "Thu, 06 Aug 2020 22:57:53 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "2daa24c3-7287-434e-8ec1-78004f911bea" + ], + "request-id": [ + "2daa24c3-7287-434e-8ec1-78004f911bea" + ], + "elapsed-time": [ + "316" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14995" + ], + "x-ms-correlation-request-id": [ + "26365c05-b3c1-48a6-a220-4109d8625942" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T225753Z:26365c05-b3c1-48a6-a220-4109d8625942" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -380,41 +548,1919 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:58:23 GMT" + ], "Pragma": [ "no-cache" ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], "x-ms-request-id": [ - "22b0d548-f996-44db-88a7-faaab9e04ae2" + "004b3346-8100-483c-9016-ff103f6c7da2" ], "request-id": [ - "22b0d548-f996-44db-88a7-faaab9e04ae2" + "004b3346-8100-483c-9016-ff103f6c7da2" ], "elapsed-time": [ - "4398" + "398" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "14994" ], "x-ms-correlation-request-id": [ - "5f5deb6b-c7a0-47a0-b7f4-06125208b117" + "15e340be-9729-4248-8303-12cde1ad5bac" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T173601Z:5f5deb6b-c7a0-47a0-b7f4-06125208b117" + "NORTHEUROPE:20200806T225824Z:15e340be-9729-4248-8303-12cde1ad5bac" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:36:01 GMT" + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 22:58:53 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "92ff4037-3fc5-47c4-88be-72f908beb685" + ], + "request-id": [ + "92ff4037-3fc5-47c4-88be-72f908beb685" + ], + "elapsed-time": [ + "366" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14993" + ], + "x-ms-correlation-request-id": [ + "f6f70c84-1d15-4747-876e-c5dab350999f" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T225854Z:f6f70c84-1d15-4747-876e-c5dab350999f" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Content-Length": [ - "0" + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 22:59:25 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "7e165772-e74a-41c9-839a-a7ea6ab00fea" + ], + "request-id": [ + "7e165772-e74a-41c9-839a-a7ea6ab00fea" + ], + "elapsed-time": [ + "450" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14992" + ], + "x-ms-correlation-request-id": [ + "8710f3f7-7bb4-4584-960b-6d8c766cd5b0" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T225926Z:8710f3f7-7bb4-4584-960b-6d8c766cd5b0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 22:59:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "49c447c4-7f55-486e-b6d0-9e73aa5880a8" + ], + "request-id": [ + "49c447c4-7f55-486e-b6d0-9e73aa5880a8" + ], + "elapsed-time": [ + "304" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14991" + ], + "x-ms-correlation-request-id": [ + "4ba83267-e85f-494a-bdc4-55a2836df7de" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T225956Z:4ba83267-e85f-494a-bdc4-55a2836df7de" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:00:26 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "35210bd6-5671-4064-86b3-ee28d2dcea7e" + ], + "request-id": [ + "35210bd6-5671-4064-86b3-ee28d2dcea7e" + ], + "elapsed-time": [ + "362" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14990" + ], + "x-ms-correlation-request-id": [ + "2bfaeb64-8f2b-43fe-ac69-ff89fe00c4c8" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230027Z:2bfaeb64-8f2b-43fe-ac69-ff89fe00c4c8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:00:57 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "c23db729-e615-4b77-8e1c-e2ef8801e174" + ], + "request-id": [ + "c23db729-e615-4b77-8e1c-e2ef8801e174" + ], + "elapsed-time": [ + "313" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14989" + ], + "x-ms-correlation-request-id": [ + "995d9d43-0234-4719-b6d8-2068cfb8920c" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230057Z:995d9d43-0234-4719-b6d8-2068cfb8920c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:01:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "7b824e37-2a5f-423b-b1f7-85f8be79c291" + ], + "request-id": [ + "7b824e37-2a5f-423b-b1f7-85f8be79c291" + ], + "elapsed-time": [ + "334" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14988" + ], + "x-ms-correlation-request-id": [ + "9e2a07f9-7e3c-4a67-baef-db14cc7d5a17" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230128Z:9e2a07f9-7e3c-4a67-baef-db14cc7d5a17" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:01:58 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "96f68918-9bf7-45d6-87a3-6e1f44fb39b4" + ], + "request-id": [ + "96f68918-9bf7-45d6-87a3-6e1f44fb39b4" + ], + "elapsed-time": [ + "322" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14987" + ], + "x-ms-correlation-request-id": [ + "19e46249-742c-44f2-87c9-29936bc41523" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230159Z:19e46249-742c-44f2-87c9-29936bc41523" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:02:29 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "663bd1b3-f717-4e75-a5a8-3edfe55c4865" + ], + "request-id": [ + "663bd1b3-f717-4e75-a5a8-3edfe55c4865" + ], + "elapsed-time": [ + "342" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14986" + ], + "x-ms-correlation-request-id": [ + "6060fd61-f329-4ddd-9ad1-41beb5d7428b" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230229Z:6060fd61-f329-4ddd-9ad1-41beb5d7428b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:02:59 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "91b366a1-8e99-4ebd-95b5-92107518e274" + ], + "request-id": [ + "91b366a1-8e99-4ebd-95b5-92107518e274" + ], + "elapsed-time": [ + "338" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14985" + ], + "x-ms-correlation-request-id": [ + "dcdc713f-4507-462f-b541-c70a7329abdc" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230300Z:dcdc713f-4507-462f-b541-c70a7329abdc" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:03:30 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "678be1d6-b4db-46b8-a22f-895695275c9b" + ], + "request-id": [ + "678be1d6-b4db-46b8-a22f-895695275c9b" + ], + "elapsed-time": [ + "435" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14984" + ], + "x-ms-correlation-request-id": [ + "cc8a2ebd-82a0-4301-bfab-b97673cf522e" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230330Z:cc8a2ebd-82a0-4301-bfab-b97673cf522e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:04:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "9e8e69a7-c728-4ce1-a655-94ab4f1da3dc" + ], + "request-id": [ + "9e8e69a7-c728-4ce1-a655-94ab4f1da3dc" + ], + "elapsed-time": [ + "466" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14983" + ], + "x-ms-correlation-request-id": [ + "4d93f6c0-16b9-419d-b75e-d3300a8d61d7" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230402Z:4d93f6c0-16b9-419d-b75e-d3300a8d61d7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:04:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "7a954ce3-758f-4184-b49b-08e4910388c2" + ], + "request-id": [ + "7a954ce3-758f-4184-b49b-08e4910388c2" + ], + "elapsed-time": [ + "330" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14982" + ], + "x-ms-correlation-request-id": [ + "c70a2157-99af-4547-8f59-bee3105b4085" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230433Z:c70a2157-99af-4547-8f59-bee3105b4085" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:05:03 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "779cfe06-ecc9-4b8d-8895-92f436a2d142" + ], + "request-id": [ + "779cfe06-ecc9-4b8d-8895-92f436a2d142" + ], + "elapsed-time": [ + "357" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14981" + ], + "x-ms-correlation-request-id": [ + "d2281d44-2d9d-4cf0-a15a-0c2aeb35a153" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230504Z:d2281d44-2d9d-4cf0-a15a-0c2aeb35a153" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:05:34 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "d07e94dc-a1e6-4a4e-a431-27e760bf484d" + ], + "request-id": [ + "d07e94dc-a1e6-4a4e-a431-27e760bf484d" + ], + "elapsed-time": [ + "288" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14980" + ], + "x-ms-correlation-request-id": [ + "575eb0a2-82a2-4472-84ab-211d1d841a06" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230535Z:575eb0a2-82a2-4472-84ab-211d1d841a06" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:06:05 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "b46de919-715f-46b2-bfaf-2dfa1e516a9d" + ], + "request-id": [ + "b46de919-715f-46b2-bfaf-2dfa1e516a9d" + ], + "elapsed-time": [ + "430" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14979" + ], + "x-ms-correlation-request-id": [ + "6005a4c7-6848-4531-bb2b-83d488e2119d" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230605Z:6005a4c7-6848-4531-bb2b-83d488e2119d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:06:36 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "7d27b14f-c6e0-418a-9b57-9e6aaf62333b" + ], + "request-id": [ + "7d27b14f-c6e0-418a-9b57-9e6aaf62333b" + ], + "elapsed-time": [ + "335" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14978" + ], + "x-ms-correlation-request-id": [ + "a98ef602-aa88-4e81-8c64-724f7fa85b4b" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230636Z:a98ef602-aa88-4e81-8c64-724f7fa85b4b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:07:06 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "e918af74-45a4-4c97-9a98-03de706df331" + ], + "request-id": [ + "e918af74-45a4-4c97-9a98-03de706df331" + ], + "elapsed-time": [ + "307" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14977" + ], + "x-ms-correlation-request-id": [ + "8a885fec-0f7c-4b89-bfd2-33ce70b7eae8" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230706Z:8a885fec-0f7c-4b89-bfd2-33ce70b7eae8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:07:37 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "b78ba54f-8eaa-4915-abc6-7db017704ea6" + ], + "request-id": [ + "b78ba54f-8eaa-4915-abc6-7db017704ea6" + ], + "elapsed-time": [ + "324" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14976" + ], + "x-ms-correlation-request-id": [ + "314564ab-374c-4212-bdca-97507d85628d" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230737Z:314564ab-374c-4212-bdca-97507d85628d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:08:08 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "d72cc230-b7d2-4ecc-b862-f114634411ae" + ], + "request-id": [ + "d72cc230-b7d2-4ecc-b862-f114634411ae" + ], + "elapsed-time": [ + "497" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14975" + ], + "x-ms-correlation-request-id": [ + "655fd64f-0cde-4f9c-af3a-59b062094e8f" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230808Z:655fd64f-0cde-4f9c-af3a-59b062094e8f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:08:39 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "382a2da6-3c58-4f91-805b-cb6b797dafe2" + ], + "request-id": [ + "382a2da6-3c58-4f91-805b-cb6b797dafe2" + ], + "elapsed-time": [ + "611" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14974" + ], + "x-ms-correlation-request-id": [ + "5060ebc6-562b-4025-8ace-673ccb24521a" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230840Z:5060ebc6-562b-4025-8ace-673ccb24521a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:09:10 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "1c1247cf-3d0e-4e16-a98c-74a2485be8ef" + ], + "request-id": [ + "1c1247cf-3d0e-4e16-a98c-74a2485be8ef" + ], + "elapsed-time": [ + "406" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14973" + ], + "x-ms-correlation-request-id": [ + "34eed5a6-e5f3-49fb-829a-1ced7ab91094" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230910Z:34eed5a6-e5f3-49fb-829a-1ced7ab91094" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:09:40 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "2c2eb1e3-c8ea-40d9-8edf-88ee4faa5bf3" + ], + "request-id": [ + "2c2eb1e3-c8ea-40d9-8edf-88ee4faa5bf3" + ], + "elapsed-time": [ + "334" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14972" + ], + "x-ms-correlation-request-id": [ + "16aef361-5389-4706-ada8-e52279092d4c" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T230941Z:16aef361-5389-4706-ada8-e52279092d4c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:10:11 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "7789c25e-6fd6-4604-a933-58743d6c765e" + ], + "request-id": [ + "7789c25e-6fd6-4604-a933-58743d6c765e" + ], + "elapsed-time": [ + "423" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14971" + ], + "x-ms-correlation-request-id": [ + "0df50062-8c7c-4be6-999d-2a6f019e0f58" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T231012Z:0df50062-8c7c-4be6-999d-2a6f019e0f58" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:10:42 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "e21c31eb-f8a9-4d08-a3d7-097fe6aefb85" + ], + "request-id": [ + "e21c31eb-f8a9-4d08-a3d7-097fe6aefb85" + ], + "elapsed-time": [ + "416" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14970" + ], + "x-ms-correlation-request-id": [ + "495da86a-aba9-49a7-8899-ae8eb2757f47" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T231043Z:495da86a-aba9-49a7-8899-ae8eb2757f47" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:11:13 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T22%3A55%3A19.205254Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "dbd1965a-e93b-44a0-abfe-4980ac457dd9" + ], + "request-id": [ + "dbd1965a-e93b-44a0-abfe-4980ac457dd9" + ], + "elapsed-time": [ + "422" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14969" + ], + "x-ms-correlation-request-id": [ + "eaf0706a-fed9-406f-ba6b-93fd7140933c" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T231113Z:eaf0706a-fed9-406f-ba6b-93fd7140933c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "530" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cb90c0a9-04c6-47e7-b99d-4abbe31e7520" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "56" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:11:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T23%3A11%3A17.3284472Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "cb90c0a9-04c6-47e7-b99d-4abbe31e7520" + ], + "request-id": [ + "cb90c0a9-04c6-47e7-b99d-4abbe31e7520" + ], + "elapsed-time": [ + "1366" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1196" + ], + "x-ms-correlation-request-id": [ + "3cd44af8-632d-4b98-b759-7619f6e68cf6" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T231118Z:3cd44af8-632d-4b98-b759-7619f6e68cf6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "670" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"37890a56-eb63-4263-851d-6eee452c1d04\",\r\n \"tenantId\": \"f686d426-8d16-42db-81b7-ab578e110ccd\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e9ee3842-d07e-46fb-ab04-77355f6787c0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "46" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:11:20 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-06T23%3A11%3A19.9292656Z'\"" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "e9ee3842-d07e-46fb-ab04-77355f6787c0" + ], + "request-id": [ + "e9ee3842-d07e-46fb-ab04-77355f6787c0" + ], + "elapsed-time": [ + "568" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1195" + ], + "x-ms-correlation-request-id": [ + "e23df760-8b2e-4327-97c9-9cf18170836c" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T231121Z:e23df760-8b2e-4327-97c9-9cf18170836c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "592" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639\",\r\n \"name\": \"azs-4639\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\",\r\n \"principalId\": null,\r\n \"tenantId\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2486/providers/Microsoft.Search/searchServices/azs-4639?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNDg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NjM5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dadbb710-cfbc-4a7a-b1c1-a066f341677e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 06 Aug 2020 23:11:23 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "dadbb710-cfbc-4a7a-b1c1-a066f341677e" + ], + "request-id": [ + "dadbb710-cfbc-4a7a-b1c1-a066f341677e" + ], + "elapsed-time": [ + "718" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14997" + ], + "x-ms-correlation-request-id": [ + "d39eb3ca-2289-4bc5-b51b-604befb9bd3a" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200806T231123Z:d39eb3ca-2289-4bc5-b51b-604befb9bd3a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" ] }, "ResponseBody": "", @@ -423,10 +2469,10 @@ ], "Names": { "GenerateName": [ - "azsmnet4390" + "azsmnet2486" ], "GenerateServiceName": [ - "azs-7708" + "azs-4639" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateAndDeleteService.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateAndDeleteService.json index 26f47a3e2bf2..2957ff1cf74e 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateAndDeleteService.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateAndDeleteService.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "96c4a2f1-a5c1-4a8e-b5df-651912846225" + "ede9491a-4dee-4bea-b63b-72623c5f5cef" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:24:22 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "6637d6b2-0f0d-4ae0-8baa-2762ccc288c0" + "21dbe287-8577-4b53-af27-f5f0c5fd9b5b" ], "x-ms-correlation-request-id": [ - "6637d6b2-0f0d-4ae0-8baa-2762ccc288c0" + "21dbe287-8577-4b53-af27-f5f0c5fd9b5b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223821Z:6637d6b2-0f0d-4ae0-8baa-2762ccc288c0" + "NORTHEUROPE:20200806T232422Z:21dbe287-8577-4b53-af27-f5f0c5fd9b5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:20 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7080?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MDgwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet45?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "51a7eb0b-4362-41e1-9249-e866602c95e1" + "a22eaf4f-778f-4f09-a091-6a11e47e175d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:24:23 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-request-id": [ - "818230b9-7187-49b2-ab59-47351f57f262" + "b616f528-c5ea-4d07-9cfb-0858c0e24a17" ], "x-ms-correlation-request-id": [ - "818230b9-7187-49b2-ab59-47351f57f262" + "b616f528-c5ea-4d07-9cfb-0858c0e24a17" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223822Z:818230b9-7187-49b2-ab59-47351f57f262" + "NORTHEUROPE:20200806T232424Z:b616f528-c5ea-4d07-9cfb-0858c0e24a17" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,11 +113,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:22 GMT" - ], "Content-Length": [ - "175" + "171" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7080\",\r\n \"name\": \"azsmnet7080\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet45\",\r\n \"name\": \"azsmnet45\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7080/providers/Microsoft.Search/searchServices/azs-7647?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NjQ3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet45/providers/Microsoft.Search/searchServices/azs-3777?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NS9wcm92aWRlcnMvTWljcm9zb2Z0LlNlYXJjaC9zZWFyY2hTZXJ2aWNlcy9henMtMzc3Nz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8f857b41-34b2-41f2-8c5e-006cc9ea9a01" + "b6bed10f-f041-403c-8e86-9ef5c85cbc9d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,20 +155,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:24:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A25.8196226Z'\"" + "W/\"datetime'2020-08-06T23%3A24%3A31.7904338Z'\"" ], "x-ms-request-id": [ - "8f857b41-34b2-41f2-8c5e-006cc9ea9a01" + "b6bed10f-f041-403c-8e86-9ef5c85cbc9d" ], "request-id": [ - "8f857b41-34b2-41f2-8c5e-006cc9ea9a01" + "b6bed10f-f041-403c-8e86-9ef5c85cbc9d" ], "elapsed-time": [ - "1066" + "1162" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,19 +180,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "153dfd7e-228d-4a3f-8a81-df5603518551" + "1e797601-1dc5-4514-8d9c-631cc75a2df9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223826Z:153dfd7e-228d-4a3f-8a81-df5603518551" + "NORTHEUROPE:20200806T232433Z:1e797601-1dc5-4514-8d9c-631cc75a2df9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:26 GMT" - ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7080/providers/Microsoft.Search/searchServices/azs-7647\",\r\n \"name\": \"azs-7647\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet45/providers/Microsoft.Search/searchServices/azs-3777\",\r\n \"name\": \"azs-3777\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7080/providers/Microsoft.Search/searchServices/azs-7647?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NjQ3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet45/providers/Microsoft.Search/searchServices/azs-3777?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NS9wcm92aWRlcnMvTWljcm9zb2Z0LlNlYXJjaC9zZWFyY2hTZXJ2aWNlcy9henMtMzc3Nz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f310f736-8acb-4a85-a4b0-23fd6ff6e5a6" + "0de4a214-c1c4-47f6-8a4f-fbef9288cb05" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,17 +224,20 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:24:35 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "f310f736-8acb-4a85-a4b0-23fd6ff6e5a6" + "0de4a214-c1c4-47f6-8a4f-fbef9288cb05" ], "request-id": [ - "f310f736-8acb-4a85-a4b0-23fd6ff6e5a6" + "0de4a214-c1c4-47f6-8a4f-fbef9288cb05" ], "elapsed-time": [ - "553" + "803" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -243,43 +246,40 @@ "14999" ], "x-ms-correlation-request-id": [ - "45993952-643f-4982-9999-06cc729fb619" + "85d58003-1bfe-440c-bce4-c85d1a12c06a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223829Z:45993952-643f-4982-9999-06cc729fb619" + "NORTHEUROPE:20200806T232436Z:85d58003-1bfe-440c-bce4-c85d1a12c06a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7080/providers/Microsoft.Search/searchServices?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet45/providers/Microsoft.Search/searchServices?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NS9wcm92aWRlcnMvTWljcm9zb2Z0LlNlYXJjaC9zZWFyY2hTZXJ2aWNlcz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f7eadf31-0d5b-4df7-8c87-84e3eac7a026" + "19dc1571-a2d0-4e58-87bc-18c35f8596b5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -287,6 +287,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:24:36 GMT" + ], "Pragma": [ "no-cache" ], @@ -294,13 +297,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f7eadf31-0d5b-4df7-8c87-84e3eac7a026" + "19dc1571-a2d0-4e58-87bc-18c35f8596b5" ], "request-id": [ - "f7eadf31-0d5b-4df7-8c87-84e3eac7a026" + "19dc1571-a2d0-4e58-87bc-18c35f8596b5" ], "elapsed-time": [ - "408" + "364" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -309,17 +312,14 @@ "14999" ], "x-ms-correlation-request-id": [ - "1ceda643-1085-4622-9e0b-9c8f61181f22" + "12703f90-5e7d-4dfe-bd86-428baffa7afd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223831Z:1ceda643-1085-4622-9e0b-9c8f61181f22" + "NORTHEUROPE:20200806T232437Z:12703f90-5e7d-4dfe-bd86-428baffa7afd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:30 GMT" - ], "Content-Length": [ "28" ], @@ -336,10 +336,10 @@ ], "Names": { "GenerateName": [ - "azsmnet7080" + "azsmnet45" ], "GenerateServiceName": [ - "azs-7647" + "azs-3777" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateAndGetService.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateAndGetService.json index 1fe674116161..daa2d782ea4e 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateAndGetService.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateAndGetService.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f7ba2e7e-920e-4378-b3a4-1c3d857fcc79" + "2c95a14f-e1a5-44c5-a3c6-9f925099e77c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:49:27 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "470d73de-e07b-4174-9402-cfe0738e5dfa" + "9a4c394d-b934-45cc-8e72-9158b1eae698" ], "x-ms-correlation-request-id": [ - "470d73de-e07b-4174-9402-cfe0738e5dfa" + "9a4c394d-b934-45cc-8e72-9158b1eae698" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233713Z:470d73de-e07b-4174-9402-cfe0738e5dfa" + "NORTHEUROPE:20200807T004928Z:9a4c394d-b934-45cc-8e72-9158b1eae698" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:13 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet491?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0OTE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3459?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNDU5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e29cc01b-3c0c-47eb-bc8f-e58f93bfe903" + "ef42a9bb-dd0c-43bf-a45d-54f5fba0eef5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:49:29 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "5b09cda4-d055-4183-8e65-aa158edc7bb7" + "771b98d0-ea59-4551-a44a-070efe7c2da7" ], "x-ms-correlation-request-id": [ - "5b09cda4-d055-4183-8e65-aa158edc7bb7" + "771b98d0-ea59-4551-a44a-070efe7c2da7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233714Z:5b09cda4-d055-4183-8e65-aa158edc7bb7" + "NORTHEUROPE:20200807T004930Z:771b98d0-ea59-4551-a44a-070efe7c2da7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,11 +113,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:13 GMT" - ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet491\",\r\n \"name\": \"azsmnet491\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3459\",\r\n \"name\": \"azsmnet3459\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet491/providers/Microsoft.Search/searchServices/azs-2021?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIwMjE/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3459/providers/Microsoft.Search/searchServices/azs-5772?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNDU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzcyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d3837123-16ee-4fcf-b915-9bbcc5fc9217" + "94d4911d-c1a5-4667-b359-433ca2f0c80b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,41 +155,41 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:49:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A37%3A18.4978786Z'\"" + "W/\"datetime'2020-08-07T00%3A49%3A34.9423865Z'\"" ], "x-ms-request-id": [ - "d3837123-16ee-4fcf-b915-9bbcc5fc9217" + "94d4911d-c1a5-4667-b359-433ca2f0c80b" ], "request-id": [ - "d3837123-16ee-4fcf-b915-9bbcc5fc9217" + "94d4911d-c1a5-4667-b359-433ca2f0c80b" ], "elapsed-time": [ - "1257" + "1357" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "81ef755b-b9a7-42ee-b7d6-298cbf936bb9" + "ca222cf5-2102-4e9b-b4b3-784b4c8d6a2a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233719Z:81ef755b-b9a7-42ee-b7d6-298cbf936bb9" + "NORTHEUROPE:20200807T004935Z:ca222cf5-2102-4e9b-b4b3-784b4c8d6a2a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:19 GMT" - ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet491/providers/Microsoft.Search/searchServices/azs-2021\",\r\n \"name\": \"azs-2021\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3459/providers/Microsoft.Search/searchServices/azs-5772\",\r\n \"name\": \"azs-5772\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet491/providers/Microsoft.Search/searchServices/azs-2021?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIwMjE/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3459/providers/Microsoft.Search/searchServices/azs-5772?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNDU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NzcyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4c08f204-e621-4a20-ab8c-14de75849953" + "6a8912e8-da31-45c1-a513-e009975ce924" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,23 +224,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:49:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A37%3A18.4978786Z'\"" + "W/\"datetime'2020-08-07T00%3A49%3A34.9423865Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4c08f204-e621-4a20-ab8c-14de75849953" + "6a8912e8-da31-45c1-a513-e009975ce924" ], "request-id": [ - "4c08f204-e621-4a20-ab8c-14de75849953" + "6a8912e8-da31-45c1-a513-e009975ce924" ], "elapsed-time": [ - "1035" + "295" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -249,19 +252,16 @@ "14999" ], "x-ms-correlation-request-id": [ - "728d230a-0a34-44eb-9c60-82b9dc58615e" + "8129a9d8-3218-4f11-bee1-72a1b2cfe5fd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233721Z:728d230a-0a34-44eb-9c60-82b9dc58615e" + "NORTHEUROPE:20200807T004936Z:8129a9d8-3218-4f11-bee1-72a1b2cfe5fd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:20 GMT" - ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -270,16 +270,16 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet491/providers/Microsoft.Search/searchServices/azs-2021\",\r\n \"name\": \"azs-2021\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3459/providers/Microsoft.Search/searchServices/azs-5772\",\r\n \"name\": \"azs-5772\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": { "GenerateName": [ - "azsmnet491" + "azsmnet3459" ], "GenerateServiceName": [ - "azs-2021" + "azs-5772" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateBasicService.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateBasicService.json index dbeba3b93561..142cc7f6d7ae 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateBasicService.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateBasicService.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "926b8b27-5998-45bc-954b-a8faf96b2747" + "879aad91-1792-4d6c-972f-0f3373ac449a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:54:53 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "80290659-50b5-4ded-b10c-a0a7a0978386" + "c43bb774-0fe1-4715-a64d-94dc55b1063f" ], "x-ms-correlation-request-id": [ - "80290659-50b5-4ded-b10c-a0a7a0978386" + "c43bb774-0fe1-4715-a64d-94dc55b1063f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T220127Z:80290659-50b5-4ded-b10c-a0a7a0978386" + "NORTHEUROPE:20200806T225453Z:c43bb774-0fe1-4715-a64d-94dc55b1063f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:01:26 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2575?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNTc1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7336?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MzM2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "51f0ecfe-4de5-4dbc-8114-1ed9c06221b9" + "4c5cceed-3613-45e6-ace1-7925bc5ba05e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:54:54 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "07c8ed31-f8ea-4b02-991a-d5811460a479" + "c16c4234-1220-4150-b126-f452e101f5c8" ], "x-ms-correlation-request-id": [ - "07c8ed31-f8ea-4b02-991a-d5811460a479" + "c16c4234-1220-4150-b126-f452e101f5c8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T220127Z:07c8ed31-f8ea-4b02-991a-d5811460a479" + "NORTHEUROPE:20200806T225455Z:c16c4234-1220-4150-b126-f452e101f5c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:01:27 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2575\",\r\n \"name\": \"azsmnet2575\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7336\",\r\n \"name\": \"azsmnet7336\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2575/providers/Microsoft.Search/searchServices/azs-2543?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTQzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7336/providers/Microsoft.Search/searchServices/azs-9972?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzM2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTcyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "59b77de2-3d25-4c6c-b1fe-4ecd778dd771" + "73e1a832-e52d-4778-8828-a7c7197b99c6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,20 +155,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:55:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A01%3A33.5410375Z'\"" + "W/\"datetime'2020-08-06T22%3A55%3A00.2469998Z'\"" ], "x-ms-request-id": [ - "59b77de2-3d25-4c6c-b1fe-4ecd778dd771" + "73e1a832-e52d-4778-8828-a7c7197b99c6" ], "request-id": [ - "59b77de2-3d25-4c6c-b1fe-4ecd778dd771" + "73e1a832-e52d-4778-8828-a7c7197b99c6" ], "elapsed-time": [ - "3270" + "2447" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,17 +180,14 @@ "1198" ], "x-ms-correlation-request-id": [ - "56817ea0-da0f-4fa0-b800-7665582e968a" + "863c612d-e454-4275-9670-dd12bbfe7b50" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T220134Z:56817ea0-da0f-4fa0-b800-7665582e968a" + "NORTHEUROPE:20200806T225501Z:863c612d-e454-4275-9670-dd12bbfe7b50" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:01:33 GMT" - ], "Content-Length": [ "530" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2575/providers/Microsoft.Search/searchServices/azs-2543\",\r\n \"name\": \"azs-2543\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7336/providers/Microsoft.Search/searchServices/azs-9972\",\r\n \"name\": \"azs-9972\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2575/providers/Microsoft.Search/searchServices/azs-2543?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTQzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7336/providers/Microsoft.Search/searchServices/azs-9972?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzM2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTcyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51d097ca-2420-4881-b4b6-e21b563e01f3" + "be0b80cd-435d-440d-b901-96a44a38c1fa" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,41 +224,41 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:55:04 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "51d097ca-2420-4881-b4b6-e21b563e01f3" + "be0b80cd-435d-440d-b901-96a44a38c1fa" ], "request-id": [ - "51d097ca-2420-4881-b4b6-e21b563e01f3" + "be0b80cd-435d-440d-b901-96a44a38c1fa" ], "elapsed-time": [ - "639" + "760" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14998" ], "x-ms-correlation-request-id": [ - "b9ce799b-a03c-4ba4-888c-9c9ee279c32e" + "3629eb6e-b266-4a2a-8cee-59c27d5ab7e5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T220136Z:b9ce799b-a03c-4ba4-888c-9c9ee279c32e" + "NORTHEUROPE:20200806T225504Z:3629eb6e-b266-4a2a-8cee-59c27d5ab7e5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:01:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -267,10 +267,10 @@ ], "Names": { "GenerateName": [ - "azsmnet2575" + "azsmnet7336" ], "GenerateServiceName": [ - "azs-2543" + "azs-9972" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateServiceInPrivateMode.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateServiceInPrivateMode.json index 9a1d9c8d8aa0..9bd7ce8720e9 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateServiceInPrivateMode.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateServiceInPrivateMode.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "172290ff-bc30-402a-8984-4a97f3fc54a0" + "a259ca70-18ff-4ceb-9485-976112620226" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:33:14 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "a3adf805-47ae-4c88-9cb6-e84d9b340cf2" + "32ddd0c0-ce88-42c8-a8ed-dd6fe11102ba" ], "x-ms-correlation-request-id": [ - "a3adf805-47ae-4c88-9cb6-e84d9b340cf2" + "32ddd0c0-ce88-42c8-a8ed-dd6fe11102ba" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231941Z:a3adf805-47ae-4c88-9cb6-e84d9b340cf2" + "NORTHEUROPE:20200807T003314Z:32ddd0c0-ce88-42c8-a8ed-dd6fe11102ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:19:40 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3493?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNDkzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8958?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4OTU4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0eef4336-3d8e-4c7a-ac62-d0c11fe12741" + "8f5a6c60-dde0-4000-9fb8-928683d1a576" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:33:16 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "938b2d59-d9eb-4221-9ad4-de70481204e7" + "fdd4f8ef-2185-4d5e-8101-db3cff52660e" ], "x-ms-correlation-request-id": [ - "938b2d59-d9eb-4221-9ad4-de70481204e7" + "fdd4f8ef-2185-4d5e-8101-db3cff52660e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231943Z:938b2d59-d9eb-4221-9ad4-de70481204e7" + "NORTHEUROPE:20200807T003316Z:fdd4f8ef-2185-4d5e-8101-db3cff52660e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:19:43 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3493\",\r\n \"name\": \"azsmnet3493\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8958\",\r\n \"name\": \"azsmnet8958\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3493/providers/Microsoft.Search/searchServices/azs-6411?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNDkzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NDExP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8958/providers/Microsoft.Search/searchServices/azs-7427?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDI3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"publicNetworkAccess\": \"disabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "08b87c02-2a44-4c62-bd21-f1d4a50c4fba" + "5d140a88-1445-4436-8242-4d3a1cec0e33" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,39 +155,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:33:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A19%3A46.9828728Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A21.6236438Z'\"" ], "x-ms-request-id": [ - "08b87c02-2a44-4c62-bd21-f1d4a50c4fba" + "5d140a88-1445-4436-8242-4d3a1cec0e33" ], "request-id": [ - "08b87c02-2a44-4c62-bd21-f1d4a50c4fba" + "5d140a88-1445-4436-8242-4d3a1cec0e33" ], "elapsed-time": [ - "1756" + "1816" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "812a3ffe-6c07-49ef-b0c0-8426caacd526" + "a1f73fa6-af6a-411e-a29f-afd60433141a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231947Z:812a3ffe-6c07-49ef-b0c0-8426caacd526" + "NORTHEUROPE:20200807T003322Z:a1f73fa6-af6a-411e-a29f-afd60433141a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:19:47 GMT" - ], "Content-Length": [ "539" ], @@ -198,16 +198,16 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3493/providers/Microsoft.Search/searchServices/azs-6411\",\r\n \"name\": \"azs-6411\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Disabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8958/providers/Microsoft.Search/searchServices/azs-7427\",\r\n \"name\": \"azs-7427\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Disabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", "StatusCode": 201 } ], "Names": { "GenerateName": [ - "azsmnet3493" + "azsmnet8958" ], "GenerateServiceName": [ - "azs-6411" + "azs-7427" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateServiceWithIdentity.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateServiceWithIdentity.json index 301cf18e396e..1113a882476f 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateServiceWithIdentity.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateServiceWithIdentity.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6d8b6e8-3f21-4619-bbd9-dfa0994c3b31" + "c33bc63d-c8a8-4edb-a4ef-726e75d8b982" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:23:27 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1196" ], "x-ms-request-id": [ - "a6317a09-4533-4b54-8f21-508517866500" + "5da98d96-c91c-4782-a0b5-efeb724fa603" ], "x-ms-correlation-request-id": [ - "a6317a09-4533-4b54-8f21-508517866500" + "5da98d96-c91c-4782-a0b5-efeb724fa603" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223706Z:a6317a09-4533-4b54-8f21-508517866500" + "NORTHEUROPE:20200806T232328Z:5da98d96-c91c-4782-a0b5-efeb724fa603" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:37:06 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6520?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2NTIwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8088?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MDg4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "168349b5-5020-4baa-8eef-76392d323bfb" + "c69289fa-a122-4aee-9e77-22056d739897" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:23:28 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1195" ], "x-ms-request-id": [ - "aa877db0-998a-462b-8fac-a5b6a422a1e3" + "c0028a0c-751b-4398-8b3d-0fc290a4750f" ], "x-ms-correlation-request-id": [ - "aa877db0-998a-462b-8fac-a5b6a422a1e3" + "c0028a0c-751b-4398-8b3d-0fc290a4750f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223707Z:aa877db0-998a-462b-8fac-a5b6a422a1e3" + "NORTHEUROPE:20200806T232329Z:c0028a0c-751b-4398-8b3d-0fc290a4750f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:37:07 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6520\",\r\n \"name\": \"azsmnet6520\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8088\",\r\n \"name\": \"azsmnet8088\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6520/providers/Microsoft.Search/searchServices/azs-4356?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NTIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzU2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8088/providers/Microsoft.Search/searchServices/azs-7994?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTk0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"location\": \"EastUS\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6a8672bb-8adc-4b9b-9c2c-4661a0dc978a" + "36794bce-3d4a-42ee-8f43-f14e7b8a3dfd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,39 +155,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:23:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A37%3A47.1045773Z'\"" + "W/\"datetime'2020-08-06T23%3A23%3A36.6806346Z'\"" ], "x-ms-request-id": [ - "6a8672bb-8adc-4b9b-9c2c-4661a0dc978a" + "36794bce-3d4a-42ee-8f43-f14e7b8a3dfd" ], "request-id": [ - "6a8672bb-8adc-4b9b-9c2c-4661a0dc978a" + "36794bce-3d4a-42ee-8f43-f14e7b8a3dfd" ], "elapsed-time": [ - "4552" + "2354" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1194" ], "x-ms-correlation-request-id": [ - "0a35fb7c-2e3e-4bd9-9085-db14c4905bff" + "d1b2a5a4-d80b-44ec-85bf-e90dffffb44a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223748Z:0a35fb7c-2e3e-4bd9-9085-db14c4905bff" + "NORTHEUROPE:20200806T232338Z:d1b2a5a4-d80b-44ec-85bf-e90dffffb44a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:37:47 GMT" - ], "Content-Length": [ "670" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6520/providers/Microsoft.Search/searchServices/azs-4356\",\r\n \"name\": \"azs-4356\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"c01e03f1-43ba-4056-aeb9-4b75c0efe28a\",\r\n \"tenantId\": \"f686d426-8d16-42db-81b7-ab578e110ccd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8088/providers/Microsoft.Search/searchServices/azs-7994\",\r\n \"name\": \"azs-7994\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"1d348513-478e-492b-a010-4adca5004bfc\",\r\n \"tenantId\": \"f686d426-8d16-42db-81b7-ab578e110ccd\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6520/providers/Microsoft.Search/searchServices/azs-4356?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NTIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzU2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8088/providers/Microsoft.Search/searchServices/azs-7994?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03OTk0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "be5eb283-b489-44ec-9ef6-ac858a6b07de" + "c6c57bd9-5301-4d1c-ba52-a2551a5e389c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,41 +224,41 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:23:41 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "be5eb283-b489-44ec-9ef6-ac858a6b07de" + "c6c57bd9-5301-4d1c-ba52-a2551a5e389c" ], "request-id": [ - "be5eb283-b489-44ec-9ef6-ac858a6b07de" + "c6c57bd9-5301-4d1c-ba52-a2551a5e389c" ], "elapsed-time": [ - "633" + "1404" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14996" ], "x-ms-correlation-request-id": [ - "cc1d43b4-2bc8-482b-b988-2fcaf0f5dbd7" + "ad92dc0e-1391-46fa-8220-12f90aa3118f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223750Z:cc1d43b4-2bc8-482b-b988-2fcaf0f5dbd7" + "NORTHEUROPE:20200806T232341Z:ad92dc0e-1391-46fa-8220-12f90aa3118f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:37:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -267,10 +267,10 @@ ], "Names": { "GenerateName": [ - "azsmnet6520" + "azsmnet8088" ], "GenerateServiceName": [ - "azs-4356" + "azs-7994" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandard2Service.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandard2Service.json index 006050caf236..7a88cc5d5c02 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandard2Service.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandard2Service.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "833501e9-33ae-4769-977d-b741d7f1a07a" + "fa66c5b5-7351-485d-95d9-c89598c46dbe" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:24:57 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "c83df915-45e6-41ea-87d1-284948972751" + "3b59c640-c2f1-473e-994e-a0903de39095" ], "x-ms-correlation-request-id": [ - "c83df915-45e6-41ea-87d1-284948972751" + "3b59c640-c2f1-473e-994e-a0903de39095" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223848Z:c83df915-45e6-41ea-87d1-284948972751" + "NORTHEUROPE:20200806T232457Z:3b59c640-c2f1-473e-994e-a0903de39095" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:48 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7291?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MjkxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8648?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NjQ4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "359d66e7-0dac-46cb-9818-ec11030dab87" + "b3b745ff-c110-4b16-845e-234593654356" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:24:58 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1198" ], "x-ms-request-id": [ - "064dbb99-dd12-42b4-999b-2e2ca2346549" + "c55a583b-9851-4fc1-a215-5728ebd9e5a0" ], "x-ms-correlation-request-id": [ - "064dbb99-dd12-42b4-999b-2e2ca2346549" + "c55a583b-9851-4fc1-a215-5728ebd9e5a0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223849Z:064dbb99-dd12-42b4-999b-2e2ca2346549" + "NORTHEUROPE:20200806T232458Z:c55a583b-9851-4fc1-a215-5728ebd9e5a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:48 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291\",\r\n \"name\": \"azsmnet7291\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648\",\r\n \"name\": \"azsmnet8648\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9d878089-e41d-45b3-bfb5-5dbcaa109f76" + "8e7f012c-7ea4-4695-95c5-83715de69cd1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,39 +155,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:25:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "x-ms-request-id": [ - "9d878089-e41d-45b3-bfb5-5dbcaa109f76" + "8e7f012c-7ea4-4695-95c5-83715de69cd1" ], "request-id": [ - "9d878089-e41d-45b3-bfb5-5dbcaa109f76" + "8e7f012c-7ea4-4695-95c5-83715de69cd1" ], "elapsed-time": [ - "2435" + "4238" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1192" ], "x-ms-correlation-request-id": [ - "34e824ea-02fb-4b0d-9cd1-526cd3131d2b" + "f9e5f123-8944-4479-bb2d-d90218960f8b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223854Z:34e824ea-02fb-4b0d-9cd1-526cd3131d2b" + "NORTHEUROPE:20200806T232506Z:f9e5f123-8944-4479-bb2d-d90218960f8b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:54 GMT" - ], "Content-Length": [ "542" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e1a081de-ffe9-4d54-b970-522711d6b03a" + "455b75d8-e382-4e7b-90fb-124fe9ee229d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,42 +224,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:25:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e1a081de-ffe9-4d54-b970-522711d6b03a" + "455b75d8-e382-4e7b-90fb-124fe9ee229d" ], "request-id": [ - "e1a081de-ffe9-4d54-b970-522711d6b03a" + "455b75d8-e382-4e7b-90fb-124fe9ee229d" ], "elapsed-time": [ - "60" + "305" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14968" ], "x-ms-correlation-request-id": [ - "b808139f-b239-42ee-98d6-04ae9af49960" + "75a8af0d-0df4-4357-a2c0-583356879121" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223904Z:b808139f-b239-42ee-98d6-04ae9af49960" + "NORTHEUROPE:20200806T232516Z:75a8af0d-0df4-4357-a2c0-583356879121" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:39:03 GMT" - ], "Content-Length": [ "542" ], @@ -270,25 +270,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0c10f108-6951-4e89-933a-e518efa88547" + "106fe9ca-5791-47e0-bd07-0136b908278d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -296,42 +296,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:25:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0c10f108-6951-4e89-933a-e518efa88547" + "106fe9ca-5791-47e0-bd07-0136b908278d" ], "request-id": [ - "0c10f108-6951-4e89-933a-e518efa88547" + "106fe9ca-5791-47e0-bd07-0136b908278d" ], "elapsed-time": [ - "76" + "345" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14967" ], "x-ms-correlation-request-id": [ - "94eec9ab-42c6-4c21-8fe8-564edff16fb0" + "2fc59912-f451-499f-9196-33230e3a6066" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223914Z:94eec9ab-42c6-4c21-8fe8-564edff16fb0" + "NORTHEUROPE:20200806T232527Z:2fc59912-f451-499f-9196-33230e3a6066" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:39:14 GMT" - ], "Content-Length": [ "542" ], @@ -342,25 +342,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bda79fec-dade-4e16-a33c-c26611c03c9e" + "b92d8552-4dbc-429d-b1f1-7f4111f4111f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -368,42 +368,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:25:37 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "bda79fec-dade-4e16-a33c-c26611c03c9e" + "b92d8552-4dbc-429d-b1f1-7f4111f4111f" ], "request-id": [ - "bda79fec-dade-4e16-a33c-c26611c03c9e" + "b92d8552-4dbc-429d-b1f1-7f4111f4111f" ], "elapsed-time": [ - "71" + "451" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14966" ], "x-ms-correlation-request-id": [ - "d0efa871-8d45-4b32-ac82-727f165a08ef" + "a1959464-f036-4f2a-9d59-420b4c88f79f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223925Z:d0efa871-8d45-4b32-ac82-727f165a08ef" + "NORTHEUROPE:20200806T232538Z:a1959464-f036-4f2a-9d59-420b4c88f79f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:39:24 GMT" - ], "Content-Length": [ "542" ], @@ -414,25 +414,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a5c03d7-446e-457c-9c80-c543e25f95d8" + "ac08ac47-2fed-4f8d-9517-b4becfacb5e6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -440,42 +440,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:25:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0a5c03d7-446e-457c-9c80-c543e25f95d8" + "ac08ac47-2fed-4f8d-9517-b4becfacb5e6" ], "request-id": [ - "0a5c03d7-446e-457c-9c80-c543e25f95d8" + "ac08ac47-2fed-4f8d-9517-b4becfacb5e6" ], "elapsed-time": [ - "129" + "329" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14965" ], "x-ms-correlation-request-id": [ - "defd1dca-7d22-41fc-967e-9c5186c13f69" + "5b981a32-8a7f-451e-86cf-7b1f42ccbc02" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223935Z:defd1dca-7d22-41fc-967e-9c5186c13f69" + "NORTHEUROPE:20200806T232548Z:5b981a32-8a7f-451e-86cf-7b1f42ccbc02" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:39:35 GMT" - ], "Content-Length": [ "542" ], @@ -486,25 +486,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "22b1ce40-838c-461c-8b6a-1f72310f69f3" + "7b292441-fb5c-4c81-b5e7-39298496b508" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -512,42 +512,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:25:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "22b1ce40-838c-461c-8b6a-1f72310f69f3" + "7b292441-fb5c-4c81-b5e7-39298496b508" ], "request-id": [ - "22b1ce40-838c-461c-8b6a-1f72310f69f3" + "7b292441-fb5c-4c81-b5e7-39298496b508" ], "elapsed-time": [ - "93" + "305" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14964" ], "x-ms-correlation-request-id": [ - "01e9f110-1a0a-4079-a943-438d8fce17e3" + "51ad6b1d-07a6-4b05-b474-aeed9f05dae4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223946Z:01e9f110-1a0a-4079-a943-438d8fce17e3" + "NORTHEUROPE:20200806T232559Z:51ad6b1d-07a6-4b05-b474-aeed9f05dae4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:39:45 GMT" - ], "Content-Length": [ "542" ], @@ -558,25 +558,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "086674ad-d594-4d4c-94b6-8d5736d08983" + "0ff3045a-3081-4515-96e3-27cd6bd6debf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -584,42 +584,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:26:09 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "086674ad-d594-4d4c-94b6-8d5736d08983" + "0ff3045a-3081-4515-96e3-27cd6bd6debf" ], "request-id": [ - "086674ad-d594-4d4c-94b6-8d5736d08983" + "0ff3045a-3081-4515-96e3-27cd6bd6debf" ], "elapsed-time": [ - "66" + "328" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14963" ], "x-ms-correlation-request-id": [ - "8f2c8aef-c241-4aba-8fc8-3cf0f3c2d529" + "7141bb2d-1567-4b41-b06c-82574c1f1518" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223956Z:8f2c8aef-c241-4aba-8fc8-3cf0f3c2d529" + "NORTHEUROPE:20200806T232609Z:7141bb2d-1567-4b41-b06c-82574c1f1518" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:39:55 GMT" - ], "Content-Length": [ "542" ], @@ -630,25 +630,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4405a6de-276c-46ff-b6f1-6b8397cc1307" + "f51cd5ae-1bcb-4267-bb4b-63d72c5a5580" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -656,42 +656,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:26:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4405a6de-276c-46ff-b6f1-6b8397cc1307" + "f51cd5ae-1bcb-4267-bb4b-63d72c5a5580" ], "request-id": [ - "4405a6de-276c-46ff-b6f1-6b8397cc1307" + "f51cd5ae-1bcb-4267-bb4b-63d72c5a5580" ], "elapsed-time": [ - "62" + "274" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14962" ], "x-ms-correlation-request-id": [ - "f0fab91e-ba29-45e3-b7b1-75e507136fbe" + "399e7526-414e-485c-b9f1-c459b4e80937" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224006Z:f0fab91e-ba29-45e3-b7b1-75e507136fbe" + "NORTHEUROPE:20200806T232620Z:399e7526-414e-485c-b9f1-c459b4e80937" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:40:06 GMT" - ], "Content-Length": [ "542" ], @@ -702,25 +702,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc669b22-fcae-4513-9ef2-a8d9e9b89e7c" + "c5934afd-a6fd-49ab-a85f-c48d3ffef808" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -728,42 +728,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:26:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "cc669b22-fcae-4513-9ef2-a8d9e9b89e7c" + "c5934afd-a6fd-49ab-a85f-c48d3ffef808" ], "request-id": [ - "cc669b22-fcae-4513-9ef2-a8d9e9b89e7c" + "c5934afd-a6fd-49ab-a85f-c48d3ffef808" ], "elapsed-time": [ - "57" + "268" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "14961" ], "x-ms-correlation-request-id": [ - "5dfb4165-4354-4d31-a252-0e8e57f04099" + "42b4531b-e122-4a45-984d-a065cf39f4bf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224017Z:5dfb4165-4354-4d31-a252-0e8e57f04099" + "NORTHEUROPE:20200806T232630Z:42b4531b-e122-4a45-984d-a065cf39f4bf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:40:16 GMT" - ], "Content-Length": [ "542" ], @@ -774,25 +774,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7b779b98-d6ab-411a-8021-872c12b49795" + "c72c830a-f6fe-45cb-9d84-64783b0bfbdb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -800,42 +800,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:26:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7b779b98-d6ab-411a-8021-872c12b49795" + "c72c830a-f6fe-45cb-9d84-64783b0bfbdb" ], "request-id": [ - "7b779b98-d6ab-411a-8021-872c12b49795" + "c72c830a-f6fe-45cb-9d84-64783b0bfbdb" ], "elapsed-time": [ - "89" + "314" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "14960" ], "x-ms-correlation-request-id": [ - "99a853f8-e27e-4025-a292-2a66cb717297" + "dd2c7ad9-aa0b-4a8c-8d42-6a2f0946e00c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224027Z:99a853f8-e27e-4025-a292-2a66cb717297" + "NORTHEUROPE:20200806T232641Z:dd2c7ad9-aa0b-4a8c-8d42-6a2f0946e00c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:40:27 GMT" - ], "Content-Length": [ "542" ], @@ -846,25 +846,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dfa0c04b-34d5-43a3-9101-7748439aaa02" + "1ab5fee0-a0eb-41f3-8593-46bc9ffe4197" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -872,42 +872,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:26:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "dfa0c04b-34d5-43a3-9101-7748439aaa02" + "1ab5fee0-a0eb-41f3-8593-46bc9ffe4197" ], "request-id": [ - "dfa0c04b-34d5-43a3-9101-7748439aaa02" + "1ab5fee0-a0eb-41f3-8593-46bc9ffe4197" ], "elapsed-time": [ - "57" + "326" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "14959" ], "x-ms-correlation-request-id": [ - "5ff9819a-7876-41ee-856b-5b2fd6340ef9" + "f54073fa-4257-41e8-8039-47c226a190a3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224037Z:5ff9819a-7876-41ee-856b-5b2fd6340ef9" + "NORTHEUROPE:20200806T232652Z:f54073fa-4257-41e8-8039-47c226a190a3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:40:36 GMT" - ], "Content-Length": [ "542" ], @@ -918,25 +918,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1735c335-ecc7-4b71-9e6b-ea1f8a8911e4" + "064be593-9aba-404f-9cff-36427ff139bf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -944,42 +944,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:27:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1735c335-ecc7-4b71-9e6b-ea1f8a8911e4" + "064be593-9aba-404f-9cff-36427ff139bf" ], "request-id": [ - "1735c335-ecc7-4b71-9e6b-ea1f8a8911e4" + "064be593-9aba-404f-9cff-36427ff139bf" ], "elapsed-time": [ - "64" + "292" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "14958" ], "x-ms-correlation-request-id": [ - "6a29200f-1fc1-4d1b-b388-6caac92c928f" + "5638143a-b615-4b5a-87f8-b302a292861a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224047Z:6a29200f-1fc1-4d1b-b388-6caac92c928f" + "NORTHEUROPE:20200806T232702Z:5638143a-b615-4b5a-87f8-b302a292861a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:40:47 GMT" - ], "Content-Length": [ "542" ], @@ -990,25 +990,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6637a5f5-0549-4ceb-8ad1-cc23e3622abb" + "666e6f33-177c-42a0-902e-a924c62d06af" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1016,42 +1016,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:27:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6637a5f5-0549-4ceb-8ad1-cc23e3622abb" + "666e6f33-177c-42a0-902e-a924c62d06af" ], "request-id": [ - "6637a5f5-0549-4ceb-8ad1-cc23e3622abb" + "666e6f33-177c-42a0-902e-a924c62d06af" ], "elapsed-time": [ - "232" + "289" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "14957" ], "x-ms-correlation-request-id": [ - "e4a54e2c-db27-4b36-a7e3-0d2ae9fd3174" + "63d320e6-7822-4bcb-a2c0-2692815d3952" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224058Z:e4a54e2c-db27-4b36-a7e3-0d2ae9fd3174" + "NORTHEUROPE:20200806T232713Z:63d320e6-7822-4bcb-a2c0-2692815d3952" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:40:58 GMT" - ], "Content-Length": [ "542" ], @@ -1062,25 +1062,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2748c9c0-657a-4517-b0e6-a9410aa4c624" + "c1959eb4-fb25-469f-b755-e524e0df65eb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1088,42 +1088,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:27:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2748c9c0-657a-4517-b0e6-a9410aa4c624" + "c1959eb4-fb25-469f-b755-e524e0df65eb" ], "request-id": [ - "2748c9c0-657a-4517-b0e6-a9410aa4c624" + "c1959eb4-fb25-469f-b755-e524e0df65eb" ], "elapsed-time": [ - "59" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "14956" ], "x-ms-correlation-request-id": [ - "1d624818-1312-44c8-a943-57fb9efabdb3" + "950b5e6f-0064-4a06-afc5-e67caaa6c434" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224108Z:1d624818-1312-44c8-a943-57fb9efabdb3" + "NORTHEUROPE:20200806T232723Z:950b5e6f-0064-4a06-afc5-e67caaa6c434" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:41:08 GMT" - ], "Content-Length": [ "542" ], @@ -1134,25 +1134,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "671b482e-26ff-4162-a49d-d362bb0f4939" + "e2e5139b-5805-411c-afb9-cd3b3176c447" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1160,42 +1160,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:27:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "671b482e-26ff-4162-a49d-d362bb0f4939" + "e2e5139b-5805-411c-afb9-cd3b3176c447" ], "request-id": [ - "671b482e-26ff-4162-a49d-d362bb0f4939" + "e2e5139b-5805-411c-afb9-cd3b3176c447" ], "elapsed-time": [ - "192" + "272" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "14955" ], "x-ms-correlation-request-id": [ - "28b74623-a763-48e1-9a1e-b7cc8182de79" + "122dbff1-9665-4947-aad3-a4f969de684d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224119Z:28b74623-a763-48e1-9a1e-b7cc8182de79" + "NORTHEUROPE:20200806T232734Z:122dbff1-9665-4947-aad3-a4f969de684d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:41:19 GMT" - ], "Content-Length": [ "542" ], @@ -1206,25 +1206,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f4761207-521d-431d-9893-b77964a07caf" + "1422a203-ef8d-4bb5-b7f0-656c7e518ca3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1232,42 +1232,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:27:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f4761207-521d-431d-9893-b77964a07caf" + "1422a203-ef8d-4bb5-b7f0-656c7e518ca3" ], "request-id": [ - "f4761207-521d-431d-9893-b77964a07caf" + "1422a203-ef8d-4bb5-b7f0-656c7e518ca3" ], "elapsed-time": [ - "56" + "310" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "14954" ], "x-ms-correlation-request-id": [ - "19ad0304-d926-48da-8951-36a7017555dc" + "17ea1f53-89f0-4597-b5ec-6347518a075a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224129Z:19ad0304-d926-48da-8951-36a7017555dc" + "NORTHEUROPE:20200806T232744Z:17ea1f53-89f0-4597-b5ec-6347518a075a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:41:28 GMT" - ], "Content-Length": [ "542" ], @@ -1278,25 +1278,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "74329f39-9ef5-49d3-add3-91b9955af4f7" + "ed1becff-c7f2-43f3-a88b-8a71961c87b9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1304,42 +1304,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:27:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "74329f39-9ef5-49d3-add3-91b9955af4f7" + "ed1becff-c7f2-43f3-a88b-8a71961c87b9" ], "request-id": [ - "74329f39-9ef5-49d3-add3-91b9955af4f7" + "ed1becff-c7f2-43f3-a88b-8a71961c87b9" ], "elapsed-time": [ - "109" + "350" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "14953" ], "x-ms-correlation-request-id": [ - "e64dc0a8-944f-4a65-afe4-930dda344005" + "380f2264-6f39-496b-a6c8-95dad1e77d3f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224139Z:e64dc0a8-944f-4a65-afe4-930dda344005" + "NORTHEUROPE:20200806T232755Z:380f2264-6f39-496b-a6c8-95dad1e77d3f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:41:38 GMT" - ], "Content-Length": [ "542" ], @@ -1350,25 +1350,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f0ad3c23-ed06-41ab-8c0b-5fa99b840b09" + "8d5a05c2-7233-41ef-832c-f5fac7b1e0a5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1376,42 +1376,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:28:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f0ad3c23-ed06-41ab-8c0b-5fa99b840b09" + "8d5a05c2-7233-41ef-832c-f5fac7b1e0a5" ], "request-id": [ - "f0ad3c23-ed06-41ab-8c0b-5fa99b840b09" + "8d5a05c2-7233-41ef-832c-f5fac7b1e0a5" ], "elapsed-time": [ - "59" + "287" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "14952" ], "x-ms-correlation-request-id": [ - "80da50d0-f106-414f-adf2-df2abd18da33" + "f7670c9a-b394-48c4-8aef-c49f1a18cc5b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224150Z:80da50d0-f106-414f-adf2-df2abd18da33" + "NORTHEUROPE:20200806T232805Z:f7670c9a-b394-48c4-8aef-c49f1a18cc5b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:41:49 GMT" - ], "Content-Length": [ "542" ], @@ -1422,25 +1422,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7a02ae88-245e-45d2-942e-4a282d601241" + "76aa8c2b-528d-4e8f-8b71-d3031f440c77" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1448,42 +1448,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:28:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7a02ae88-245e-45d2-942e-4a282d601241" + "76aa8c2b-528d-4e8f-8b71-d3031f440c77" ], "request-id": [ - "7a02ae88-245e-45d2-942e-4a282d601241" + "76aa8c2b-528d-4e8f-8b71-d3031f440c77" ], "elapsed-time": [ - "84" + "278" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" + "14951" ], "x-ms-correlation-request-id": [ - "27ed9a84-297c-4d9c-9f90-75ba7653be75" + "0132841b-a6cf-4746-9ea0-bef0ceeaa815" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224200Z:27ed9a84-297c-4d9c-9f90-75ba7653be75" + "NORTHEUROPE:20200806T232816Z:0132841b-a6cf-4746-9ea0-bef0ceeaa815" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:41:59 GMT" - ], "Content-Length": [ "542" ], @@ -1494,25 +1494,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3e915bca-3055-4bea-a4d4-3ae692b3385e" + "b090e2c8-f815-4b36-a534-d2a73c52f261" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1520,42 +1520,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:28:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3e915bca-3055-4bea-a4d4-3ae692b3385e" + "b090e2c8-f815-4b36-a534-d2a73c52f261" ], "request-id": [ - "3e915bca-3055-4bea-a4d4-3ae692b3385e" + "b090e2c8-f815-4b36-a534-d2a73c52f261" ], "elapsed-time": [ - "72" + "366" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" + "14950" ], "x-ms-correlation-request-id": [ - "5631b83f-23be-4c46-a4d5-ece6030039f3" + "b6afc673-a43a-4c27-96f7-6542bf4e9f75" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224210Z:5631b83f-23be-4c46-a4d5-ece6030039f3" + "NORTHEUROPE:20200806T232826Z:b6afc673-a43a-4c27-96f7-6542bf4e9f75" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:42:10 GMT" - ], "Content-Length": [ "542" ], @@ -1566,25 +1566,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "28d52a3d-661a-4768-b5b3-8a383723c490" + "1781236d-fe62-43a7-bf6e-1a75d78f7d32" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1592,42 +1592,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:28:37 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "28d52a3d-661a-4768-b5b3-8a383723c490" + "1781236d-fe62-43a7-bf6e-1a75d78f7d32" ], "request-id": [ - "28d52a3d-661a-4768-b5b3-8a383723c490" + "1781236d-fe62-43a7-bf6e-1a75d78f7d32" ], "elapsed-time": [ - "113" + "277" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" + "14949" ], "x-ms-correlation-request-id": [ - "721c1945-49d7-4bb3-9eab-b6ff7549610e" + "b6082162-e361-4ecf-a667-cd62e29d86fc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224221Z:721c1945-49d7-4bb3-9eab-b6ff7549610e" + "NORTHEUROPE:20200806T232837Z:b6082162-e361-4ecf-a667-cd62e29d86fc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:42:20 GMT" - ], "Content-Length": [ "542" ], @@ -1638,25 +1638,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "278d7332-3206-47e7-b3e6-a8bb38518893" + "a573fe0a-f2d7-4fc3-922f-28941335cbdd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1664,42 +1664,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:28:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "278d7332-3206-47e7-b3e6-a8bb38518893" + "a573fe0a-f2d7-4fc3-922f-28941335cbdd" ], "request-id": [ - "278d7332-3206-47e7-b3e6-a8bb38518893" + "a573fe0a-f2d7-4fc3-922f-28941335cbdd" ], "elapsed-time": [ - "242" + "306" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" + "14948" ], "x-ms-correlation-request-id": [ - "5a8252f4-086e-4ccf-9c2d-15e8243fd258" + "33883e1c-c3ef-40f1-bc73-324575265a76" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224231Z:5a8252f4-086e-4ccf-9c2d-15e8243fd258" + "NORTHEUROPE:20200806T232847Z:33883e1c-c3ef-40f1-bc73-324575265a76" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:42:31 GMT" - ], "Content-Length": [ "542" ], @@ -1710,25 +1710,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eda10812-fd67-4c2f-8b3e-00bdc0ca4f8f" + "83b2d3ba-5948-4c6e-becd-2e5211757788" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1736,42 +1736,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:28:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "eda10812-fd67-4c2f-8b3e-00bdc0ca4f8f" + "83b2d3ba-5948-4c6e-becd-2e5211757788" ], "request-id": [ - "eda10812-fd67-4c2f-8b3e-00bdc0ca4f8f" + "83b2d3ba-5948-4c6e-becd-2e5211757788" ], "elapsed-time": [ - "94" + "467" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" + "14947" ], "x-ms-correlation-request-id": [ - "d29eadcd-8e67-44c4-bc01-aa88b9a12329" + "8153903e-d0b0-4e9b-aa3b-2945352c9316" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224241Z:d29eadcd-8e67-44c4-bc01-aa88b9a12329" + "NORTHEUROPE:20200806T232859Z:8153903e-d0b0-4e9b-aa3b-2945352c9316" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:42:41 GMT" - ], "Content-Length": [ "542" ], @@ -1782,25 +1782,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7a62faf-f9ef-42ce-ba2f-758776a9063e" + "f5a07492-b1fa-479f-aab4-4e424c3d3ba9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1808,42 +1808,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:29:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a7a62faf-f9ef-42ce-ba2f-758776a9063e" + "f5a07492-b1fa-479f-aab4-4e424c3d3ba9" ], "request-id": [ - "a7a62faf-f9ef-42ce-ba2f-758776a9063e" + "f5a07492-b1fa-479f-aab4-4e424c3d3ba9" ], "elapsed-time": [ - "56" + "333" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" + "14946" ], "x-ms-correlation-request-id": [ - "1db80a5e-8fb1-4edf-b52e-6b0e9cc03d95" + "51282a6a-899f-4ad3-bb24-9a6124af921f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224252Z:1db80a5e-8fb1-4edf-b52e-6b0e9cc03d95" + "NORTHEUROPE:20200806T232910Z:51282a6a-899f-4ad3-bb24-9a6124af921f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:42:51 GMT" - ], "Content-Length": [ "542" ], @@ -1854,25 +1854,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0638b562-83b6-4352-b54f-be27b8f049da" + "09bee72d-7cc5-435a-a99e-84955108ae99" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1880,42 +1880,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:29:20 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0638b562-83b6-4352-b54f-be27b8f049da" + "09bee72d-7cc5-435a-a99e-84955108ae99" ], "request-id": [ - "0638b562-83b6-4352-b54f-be27b8f049da" + "09bee72d-7cc5-435a-a99e-84955108ae99" ], "elapsed-time": [ - "52" + "306" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" + "14945" ], "x-ms-correlation-request-id": [ - "72ef7594-7078-4433-bdac-2f8747e239ea" + "29a36813-665b-45f5-9789-addf91e4d2ab" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224302Z:72ef7594-7078-4433-bdac-2f8747e239ea" + "NORTHEUROPE:20200806T232920Z:29a36813-665b-45f5-9789-addf91e4d2ab" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:43:01 GMT" - ], "Content-Length": [ "542" ], @@ -1926,25 +1926,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ebd0a34e-5fef-4cb5-9357-e7ead623ba0b" + "223a3da2-77d2-4048-b8ba-7ced1bd43ed0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1952,42 +1952,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:29:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ebd0a34e-5fef-4cb5-9357-e7ead623ba0b" + "223a3da2-77d2-4048-b8ba-7ced1bd43ed0" ], "request-id": [ - "ebd0a34e-5fef-4cb5-9357-e7ead623ba0b" + "223a3da2-77d2-4048-b8ba-7ced1bd43ed0" ], "elapsed-time": [ - "62" + "321" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" + "14944" ], "x-ms-correlation-request-id": [ - "7f6a70ae-8dca-4f56-a039-0e629d73acaf" + "ef9521a8-8531-4e06-b0b8-f6e5d536f182" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224316Z:7f6a70ae-8dca-4f56-a039-0e629d73acaf" + "NORTHEUROPE:20200806T232931Z:ef9521a8-8531-4e06-b0b8-f6e5d536f182" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:43:16 GMT" - ], "Content-Length": [ "542" ], @@ -1998,25 +1998,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f4a455e-e47c-41a4-b8bd-073c71253cf1" + "dde72377-8457-4867-bc51-d7d8fed733c5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2024,42 +2024,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:29:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8f4a455e-e47c-41a4-b8bd-073c71253cf1" + "dde72377-8457-4867-bc51-d7d8fed733c5" ], "request-id": [ - "8f4a455e-e47c-41a4-b8bd-073c71253cf1" + "dde72377-8457-4867-bc51-d7d8fed733c5" ], "elapsed-time": [ - "173" + "462" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" + "14943" ], "x-ms-correlation-request-id": [ - "5a086602-3c7f-45bc-88f5-b0fda743fbae" + "65f485fe-1b0c-417d-906c-729b0331ed45" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224326Z:5a086602-3c7f-45bc-88f5-b0fda743fbae" + "NORTHEUROPE:20200806T232942Z:65f485fe-1b0c-417d-906c-729b0331ed45" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:43:26 GMT" - ], "Content-Length": [ "542" ], @@ -2070,25 +2070,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "14d37a67-eb01-484c-b0be-6adaa4e00eb7" + "dbaa6c72-731f-4e4f-b802-23e6aeaf8059" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2096,42 +2096,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:29:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "14d37a67-eb01-484c-b0be-6adaa4e00eb7" + "dbaa6c72-731f-4e4f-b802-23e6aeaf8059" ], "request-id": [ - "14d37a67-eb01-484c-b0be-6adaa4e00eb7" + "dbaa6c72-731f-4e4f-b802-23e6aeaf8059" ], "elapsed-time": [ - "58" + "294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" + "14942" ], "x-ms-correlation-request-id": [ - "ac400c0f-2217-4232-bf17-d7f2d8dff1d4" + "b411f6ef-1da4-4a7b-b1c9-52c4a60a61cb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224337Z:ac400c0f-2217-4232-bf17-d7f2d8dff1d4" + "NORTHEUROPE:20200806T232952Z:b411f6ef-1da4-4a7b-b1c9-52c4a60a61cb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:43:37 GMT" - ], "Content-Length": [ "542" ], @@ -2142,25 +2142,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4bc0fd98-1dd2-4bb9-9ce6-0e98fb413859" + "2a9253fd-a8ed-4db4-a4f5-8558d88c511a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2168,42 +2168,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:30:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4bc0fd98-1dd2-4bb9-9ce6-0e98fb413859" + "2a9253fd-a8ed-4db4-a4f5-8558d88c511a" ], "request-id": [ - "4bc0fd98-1dd2-4bb9-9ce6-0e98fb413859" + "2a9253fd-a8ed-4db4-a4f5-8558d88c511a" ], "elapsed-time": [ - "64" + "335" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" + "14941" ], "x-ms-correlation-request-id": [ - "ba028b2b-0b36-4a8b-9eb4-db6904c9bb78" + "7c06c602-2ca8-4f18-8ba8-368e5a565feb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224348Z:ba028b2b-0b36-4a8b-9eb4-db6904c9bb78" + "NORTHEUROPE:20200806T233003Z:7c06c602-2ca8-4f18-8ba8-368e5a565feb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:43:47 GMT" - ], "Content-Length": [ "542" ], @@ -2214,25 +2214,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a3effb9c-98dd-4333-93e7-394e61443447" + "a24891a8-a819-4bc6-953b-8d919c2fd5f8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2240,42 +2240,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:30:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a3effb9c-98dd-4333-93e7-394e61443447" + "a24891a8-a819-4bc6-953b-8d919c2fd5f8" ], "request-id": [ - "a3effb9c-98dd-4333-93e7-394e61443447" + "a24891a8-a819-4bc6-953b-8d919c2fd5f8" ], "elapsed-time": [ - "53" + "333" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" + "14940" ], "x-ms-correlation-request-id": [ - "80cd9276-7cf2-4fc5-8db3-8b6a2976c262" + "0fce7702-87f4-4658-b60c-1a282ccbd15a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224358Z:80cd9276-7cf2-4fc5-8db3-8b6a2976c262" + "NORTHEUROPE:20200806T233014Z:0fce7702-87f4-4658-b60c-1a282ccbd15a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:43:57 GMT" - ], "Content-Length": [ "542" ], @@ -2286,25 +2286,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "49670bec-f690-4828-9ae0-7bb267a17bbf" + "a0ccf495-88da-473e-8e59-e2c39de9b790" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2312,42 +2312,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:30:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "49670bec-f690-4828-9ae0-7bb267a17bbf" + "a0ccf495-88da-473e-8e59-e2c39de9b790" ], "request-id": [ - "49670bec-f690-4828-9ae0-7bb267a17bbf" + "a0ccf495-88da-473e-8e59-e2c39de9b790" ], "elapsed-time": [ - "195" + "340" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" + "14939" ], "x-ms-correlation-request-id": [ - "0555bf3e-eab8-4ea6-8332-8283dea2cf7b" + "51412f73-7025-4c52-99c8-85bf05f74bfe" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224409Z:0555bf3e-eab8-4ea6-8332-8283dea2cf7b" + "NORTHEUROPE:20200806T233024Z:51412f73-7025-4c52-99c8-85bf05f74bfe" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:44:09 GMT" - ], "Content-Length": [ "542" ], @@ -2358,25 +2358,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "df6e8468-e017-4ffa-b8c0-b30af875a64b" + "626a6e05-aec7-465c-adbe-613518302de2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2384,42 +2384,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:30:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "df6e8468-e017-4ffa-b8c0-b30af875a64b" + "626a6e05-aec7-465c-adbe-613518302de2" ], "request-id": [ - "df6e8468-e017-4ffa-b8c0-b30af875a64b" + "626a6e05-aec7-465c-adbe-613518302de2" ], "elapsed-time": [ - "51" + "346" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" + "14938" ], "x-ms-correlation-request-id": [ - "4799a05b-cc35-4528-863b-095a95ddd7be" + "12228d21-57e0-4da6-b5cf-55862cd4eff2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224419Z:4799a05b-cc35-4528-863b-095a95ddd7be" + "NORTHEUROPE:20200806T233035Z:12228d21-57e0-4da6-b5cf-55862cd4eff2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:44:19 GMT" - ], "Content-Length": [ "542" ], @@ -2430,25 +2430,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ab780bd8-ef5b-4fa8-8b9e-07c4d01cd486" + "4fb9c96c-fa7b-4d10-b24d-c96171e4cbf0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2456,42 +2456,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:30:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ab780bd8-ef5b-4fa8-8b9e-07c4d01cd486" + "4fb9c96c-fa7b-4d10-b24d-c96171e4cbf0" ], "request-id": [ - "ab780bd8-ef5b-4fa8-8b9e-07c4d01cd486" + "4fb9c96c-fa7b-4d10-b24d-c96171e4cbf0" ], "elapsed-time": [ - "53" + "337" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" + "14937" ], "x-ms-correlation-request-id": [ - "e88f166d-42b1-4a88-9e67-bbdb4ad21365" + "72bfeba5-ac59-4be3-ac29-c696c75a05ee" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224430Z:e88f166d-42b1-4a88-9e67-bbdb4ad21365" + "NORTHEUROPE:20200806T233045Z:72bfeba5-ac59-4be3-ac29-c696c75a05ee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:44:29 GMT" - ], "Content-Length": [ "542" ], @@ -2502,25 +2502,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "80a7487a-7fa6-4b34-b520-adf473940f11" + "895fa1be-cb02-4579-8882-dfb0c0842ca7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2528,42 +2528,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:30:56 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "80a7487a-7fa6-4b34-b520-adf473940f11" + "895fa1be-cb02-4579-8882-dfb0c0842ca7" ], "request-id": [ - "80a7487a-7fa6-4b34-b520-adf473940f11" + "895fa1be-cb02-4579-8882-dfb0c0842ca7" ], "elapsed-time": [ - "51" + "324" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" + "14936" ], "x-ms-correlation-request-id": [ - "b25e755b-eeb6-4bab-953b-a25a5cbe78a8" + "6b7c26f4-eca1-4b54-9e92-4c7f0482e96d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224440Z:b25e755b-eeb6-4bab-953b-a25a5cbe78a8" + "NORTHEUROPE:20200806T233056Z:6b7c26f4-eca1-4b54-9e92-4c7f0482e96d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:44:39 GMT" - ], "Content-Length": [ "542" ], @@ -2574,25 +2574,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f6d9ae6-8904-4732-af4d-a06190818942" + "d7998b41-5e79-4e20-a10f-b4bb8abcf3e2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2600,42 +2600,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:31:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7f6d9ae6-8904-4732-af4d-a06190818942" + "d7998b41-5e79-4e20-a10f-b4bb8abcf3e2" ], "request-id": [ - "7f6d9ae6-8904-4732-af4d-a06190818942" + "d7998b41-5e79-4e20-a10f-b4bb8abcf3e2" ], "elapsed-time": [ - "54" + "366" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" + "14935" ], "x-ms-correlation-request-id": [ - "666d850d-3809-4afd-ac04-622350d83ac1" + "0d03bfd7-7c6d-4995-8cb4-43bafc32bd38" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224450Z:666d850d-3809-4afd-ac04-622350d83ac1" + "NORTHEUROPE:20200806T233107Z:0d03bfd7-7c6d-4995-8cb4-43bafc32bd38" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:44:50 GMT" - ], "Content-Length": [ "542" ], @@ -2646,25 +2646,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c8d4e389-6546-452f-b0b0-2ead3b304f52" + "24a2ed68-8c2d-4cb0-af60-f005d4446bfb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2672,42 +2672,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:31:17 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c8d4e389-6546-452f-b0b0-2ead3b304f52" + "24a2ed68-8c2d-4cb0-af60-f005d4446bfb" ], "request-id": [ - "c8d4e389-6546-452f-b0b0-2ead3b304f52" + "24a2ed68-8c2d-4cb0-af60-f005d4446bfb" ], "elapsed-time": [ - "58" + "309" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" + "14934" ], "x-ms-correlation-request-id": [ - "01dcec88-cafa-4f80-aada-7322fbea7ec3" + "238fb93e-e300-48a2-9308-33c57bc94e56" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224500Z:01dcec88-cafa-4f80-aada-7322fbea7ec3" + "NORTHEUROPE:20200806T233117Z:238fb93e-e300-48a2-9308-33c57bc94e56" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:45:00 GMT" - ], "Content-Length": [ "542" ], @@ -2718,25 +2718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "58fb9f1b-5287-45b7-8b66-df62afa13789" + "fc1cac8b-e1b7-4f2b-8f72-f26361405ba3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2744,42 +2744,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:31:28 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "58fb9f1b-5287-45b7-8b66-df62afa13789" + "fc1cac8b-e1b7-4f2b-8f72-f26361405ba3" ], "request-id": [ - "58fb9f1b-5287-45b7-8b66-df62afa13789" + "fc1cac8b-e1b7-4f2b-8f72-f26361405ba3" ], "elapsed-time": [ - "53" + "327" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" + "14933" ], "x-ms-correlation-request-id": [ - "cc88f7f1-d418-481c-9b68-14d7da554bee" + "1df154b1-1008-4143-b4c6-1fa93f6fbc48" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224511Z:cc88f7f1-d418-481c-9b68-14d7da554bee" + "NORTHEUROPE:20200806T233128Z:1df154b1-1008-4143-b4c6-1fa93f6fbc48" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:45:11 GMT" - ], "Content-Length": [ "542" ], @@ -2790,25 +2790,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "57614dc0-38b9-4839-a47a-ab498b4e8d95" + "0e6a1122-74c7-464c-8121-58d36b80449e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2816,42 +2816,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:31:39 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "57614dc0-38b9-4839-a47a-ab498b4e8d95" + "0e6a1122-74c7-464c-8121-58d36b80449e" ], "request-id": [ - "57614dc0-38b9-4839-a47a-ab498b4e8d95" + "0e6a1122-74c7-464c-8121-58d36b80449e" ], "elapsed-time": [ - "84" + "686" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" + "14932" ], "x-ms-correlation-request-id": [ - "37c76809-62dd-4c41-bd45-9ea22af0a581" + "0b39e858-ac01-4486-b413-598a6fd2dbb9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224521Z:37c76809-62dd-4c41-bd45-9ea22af0a581" + "NORTHEUROPE:20200806T233139Z:0b39e858-ac01-4486-b413-598a6fd2dbb9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:45:21 GMT" - ], "Content-Length": [ "542" ], @@ -2862,25 +2862,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2beac6e9-01de-464d-a586-23cddbda1ca0" + "b3bf1555-4b08-42e1-a571-17962cc4974f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2888,42 +2888,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:31:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2beac6e9-01de-464d-a586-23cddbda1ca0" + "b3bf1555-4b08-42e1-a571-17962cc4974f" ], "request-id": [ - "2beac6e9-01de-464d-a586-23cddbda1ca0" + "b3bf1555-4b08-42e1-a571-17962cc4974f" ], "elapsed-time": [ - "51" + "337" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" + "14931" ], "x-ms-correlation-request-id": [ - "0a5a5417-d381-44be-b904-73630e1609f9" + "b834f2da-168a-464b-a7b3-1ac82f86b743" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224531Z:0a5a5417-d381-44be-b904-73630e1609f9" + "NORTHEUROPE:20200806T233150Z:b834f2da-168a-464b-a7b3-1ac82f86b743" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:45:31 GMT" - ], "Content-Length": [ "542" ], @@ -2934,25 +2934,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de70dbb9-1172-48e8-a7cb-1623c6700683" + "caecbf9b-d266-40df-abe3-052fee1a60d9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2960,42 +2960,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:32:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "de70dbb9-1172-48e8-a7cb-1623c6700683" + "caecbf9b-d266-40df-abe3-052fee1a60d9" ], "request-id": [ - "de70dbb9-1172-48e8-a7cb-1623c6700683" + "caecbf9b-d266-40df-abe3-052fee1a60d9" ], "elapsed-time": [ - "54" + "285" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" + "14930" ], "x-ms-correlation-request-id": [ - "4f5a7445-1672-478c-9ba7-673fa389b18e" + "07d9bf25-bb81-4456-9c09-3e284b5120e7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224542Z:4f5a7445-1672-478c-9ba7-673fa389b18e" + "NORTHEUROPE:20200806T233200Z:07d9bf25-bb81-4456-9c09-3e284b5120e7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:45:42 GMT" - ], "Content-Length": [ "542" ], @@ -3006,25 +3006,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "766a8653-5979-47e7-9a99-712cbf91dfe0" + "cd1ab347-4d70-462f-99ce-608073d3788b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3032,42 +3032,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:32:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "766a8653-5979-47e7-9a99-712cbf91dfe0" + "cd1ab347-4d70-462f-99ce-608073d3788b" ], "request-id": [ - "766a8653-5979-47e7-9a99-712cbf91dfe0" + "cd1ab347-4d70-462f-99ce-608073d3788b" ], "elapsed-time": [ - "60" + "388" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" + "14929" ], "x-ms-correlation-request-id": [ - "8a26207c-f90f-4c00-9b7b-bd0e0213a94e" + "300963fa-e20e-4d8e-92b3-fb94c3f6e2b7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224552Z:8a26207c-f90f-4c00-9b7b-bd0e0213a94e" + "NORTHEUROPE:20200806T233211Z:300963fa-e20e-4d8e-92b3-fb94c3f6e2b7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:45:52 GMT" - ], "Content-Length": [ "542" ], @@ -3078,25 +3078,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2a2c26e6-80bc-4271-b937-55f17d5013f3" + "3ed0b39f-017a-49ab-8272-8c4965654964" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3104,42 +3104,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:32:20 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2a2c26e6-80bc-4271-b937-55f17d5013f3" + "3ed0b39f-017a-49ab-8272-8c4965654964" ], "request-id": [ - "2a2c26e6-80bc-4271-b937-55f17d5013f3" + "3ed0b39f-017a-49ab-8272-8c4965654964" ], "elapsed-time": [ - "52" + "330" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" + "14928" ], "x-ms-correlation-request-id": [ - "054f7e65-e5f1-40b6-9269-f7026403e4fd" + "aa207c3a-8629-417a-9acb-7391ce1b4235" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224603Z:054f7e65-e5f1-40b6-9269-f7026403e4fd" + "NORTHEUROPE:20200806T233221Z:aa207c3a-8629-417a-9acb-7391ce1b4235" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:46:02 GMT" - ], "Content-Length": [ "542" ], @@ -3150,25 +3150,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2af394ba-c759-4314-a1d0-634e7c9081eb" + "6ac37321-df42-44d5-be3c-d36a2ef7fc67" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3176,42 +3176,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:32:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2af394ba-c759-4314-a1d0-634e7c9081eb" + "6ac37321-df42-44d5-be3c-d36a2ef7fc67" ], "request-id": [ - "2af394ba-c759-4314-a1d0-634e7c9081eb" + "6ac37321-df42-44d5-be3c-d36a2ef7fc67" ], "elapsed-time": [ - "163" + "442" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" + "14927" ], "x-ms-correlation-request-id": [ - "ebe845ef-4dec-4c33-b47c-87f62d45d11e" + "e7bd44eb-b29f-426d-afa0-0fe671f75a50" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224613Z:ebe845ef-4dec-4c33-b47c-87f62d45d11e" + "NORTHEUROPE:20200806T233232Z:e7bd44eb-b29f-426d-afa0-0fe671f75a50" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:46:13 GMT" - ], "Content-Length": [ "542" ], @@ -3222,25 +3222,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8a19f8e0-ee39-41be-8145-4b2623fed521" + "016f8b05-2a3d-44b3-b2cb-bc4034a823f5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3248,42 +3248,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:32:42 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8a19f8e0-ee39-41be-8145-4b2623fed521" + "016f8b05-2a3d-44b3-b2cb-bc4034a823f5" ], "request-id": [ - "8a19f8e0-ee39-41be-8145-4b2623fed521" + "016f8b05-2a3d-44b3-b2cb-bc4034a823f5" ], "elapsed-time": [ - "55" + "323" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" + "14926" ], "x-ms-correlation-request-id": [ - "aaa5f2e9-5612-47f9-8e02-03470f80826b" + "8c9d93af-da83-469c-82e2-f2c6ae5f21cf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224623Z:aaa5f2e9-5612-47f9-8e02-03470f80826b" + "NORTHEUROPE:20200806T233243Z:8c9d93af-da83-469c-82e2-f2c6ae5f21cf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:46:23 GMT" - ], "Content-Length": [ "542" ], @@ -3294,25 +3294,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75b41e6d-fdfe-4380-9de7-fcf5a3ac75ba" + "0fae2ebe-5b78-4609-971a-e81f849a0434" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3320,42 +3320,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:32:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "75b41e6d-fdfe-4380-9de7-fcf5a3ac75ba" + "0fae2ebe-5b78-4609-971a-e81f849a0434" ], "request-id": [ - "75b41e6d-fdfe-4380-9de7-fcf5a3ac75ba" + "0fae2ebe-5b78-4609-971a-e81f849a0434" ], "elapsed-time": [ - "55" + "328" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" + "14925" ], "x-ms-correlation-request-id": [ - "ff12ac35-1f6c-40db-b504-f51bacff159d" + "6376f47a-fc60-4007-9ac4-cae70fdf1bd6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224634Z:ff12ac35-1f6c-40db-b504-f51bacff159d" + "NORTHEUROPE:20200806T233253Z:6376f47a-fc60-4007-9ac4-cae70fdf1bd6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:46:33 GMT" - ], "Content-Length": [ "542" ], @@ -3366,25 +3366,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f8fae8b-f4ed-4343-bfd7-bd813d2d3760" + "2409dfab-5161-4d5f-80e3-cbbb9e2f06cd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3392,42 +3392,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:33:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7f8fae8b-f4ed-4343-bfd7-bd813d2d3760" + "2409dfab-5161-4d5f-80e3-cbbb9e2f06cd" ], "request-id": [ - "7f8fae8b-f4ed-4343-bfd7-bd813d2d3760" + "2409dfab-5161-4d5f-80e3-cbbb9e2f06cd" ], "elapsed-time": [ - "50" + "293" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" + "14924" ], "x-ms-correlation-request-id": [ - "688fa704-9cff-44b9-b042-a43381bc6c98" + "5878330e-5e60-43cb-82c3-bf3d6f7a3042" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224644Z:688fa704-9cff-44b9-b042-a43381bc6c98" + "NORTHEUROPE:20200806T233304Z:5878330e-5e60-43cb-82c3-bf3d6f7a3042" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:46:44 GMT" - ], "Content-Length": [ "542" ], @@ -3438,25 +3438,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3190f4b1-5f6b-4b7d-bffa-4c650ccc1014" + "2de316ef-d4a1-4a35-8b2a-542e20c8df0e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3464,618 +3464,42 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3190f4b1-5f6b-4b7d-bffa-4c650ccc1014" - ], - "request-id": [ - "3190f4b1-5f6b-4b7d-bffa-4c650ccc1014" - ], - "elapsed-time": [ - "48" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-correlation-request-id": [ - "ca63d215-0f34-4280-9c20-1ac9ab90c13e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224654Z:ca63d215-0f34-4280-9c20-1ac9ab90c13e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:46:54 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "24ae5622-7b31-49a4-a43b-b8eb1a86a16d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "24ae5622-7b31-49a4-a43b-b8eb1a86a16d" - ], - "request-id": [ - "24ae5622-7b31-49a4-a43b-b8eb1a86a16d" - ], - "elapsed-time": [ - "52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-correlation-request-id": [ - "60dde38c-21cc-464e-99d1-e206967cd37d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224705Z:60dde38c-21cc-464e-99d1-e206967cd37d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:47:05 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7e555043-7def-4864-b780-e75dbbe5e32e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "7e555043-7def-4864-b780-e75dbbe5e32e" - ], - "request-id": [ - "7e555043-7def-4864-b780-e75dbbe5e32e" - ], - "elapsed-time": [ - "48" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-correlation-request-id": [ - "6ec40fb9-1dfe-4e74-af36-1ed06323a090" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224715Z:6ec40fb9-1dfe-4e74-af36-1ed06323a090" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:47:15 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5d0d299a-5bed-4552-82bc-3dda7e5cebac" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "5d0d299a-5bed-4552-82bc-3dda7e5cebac" - ], - "request-id": [ - "5d0d299a-5bed-4552-82bc-3dda7e5cebac" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-correlation-request-id": [ - "1d4e0d21-5d20-42ed-b693-6e26146dc90a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224725Z:1d4e0d21-5d20-42ed-b693-6e26146dc90a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:47:25 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "aaa625f1-a952-48af-a99b-67e4209555df" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "aaa625f1-a952-48af-a99b-67e4209555df" - ], - "request-id": [ - "aaa625f1-a952-48af-a99b-67e4209555df" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-correlation-request-id": [ - "7452c5df-b551-4467-a719-1f6fcf92c8ee" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224740Z:7452c5df-b551-4467-a719-1f6fcf92c8ee" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:47:40 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "dfb25af1-9b86-4a48-b09a-ed374fda0ac1" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "dfb25af1-9b86-4a48-b09a-ed374fda0ac1" - ], - "request-id": [ - "dfb25af1-9b86-4a48-b09a-ed374fda0ac1" - ], - "elapsed-time": [ - "48" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-correlation-request-id": [ - "bb79d608-4712-4883-b50c-0d8fdf9f83c0" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224750Z:bb79d608-4712-4883-b50c-0d8fdf9f83c0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:47:50 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "cb936dff-a721-4cdb-b339-a31138aee187" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "cb936dff-a721-4cdb-b339-a31138aee187" - ], - "request-id": [ - "cb936dff-a721-4cdb-b339-a31138aee187" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-correlation-request-id": [ - "965b7e35-a617-4d69-88b1-fdb785eb20fc" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224801Z:965b7e35-a617-4d69-88b1-fdb785eb20fc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:48:00 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fb8925c4-5cfc-4075-82de-bee0c8c87d2d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "fb8925c4-5cfc-4075-82de-bee0c8c87d2d" - ], - "request-id": [ - "fb8925c4-5cfc-4075-82de-bee0c8c87d2d" - ], - "elapsed-time": [ - "49" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-correlation-request-id": [ - "4aff5014-92ff-41d7-b6bd-5b08f3ae3ff6" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224812Z:4aff5014-92ff-41d7-b6bd-5b08f3ae3ff6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:48:12 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a81df022-ba6f-4bcc-996b-0f8e57c04610" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Date": [ + "Thu, 06 Aug 2020 23:33:14 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a81df022-ba6f-4bcc-996b-0f8e57c04610" + "2de316ef-d4a1-4a35-8b2a-542e20c8df0e" ], "request-id": [ - "a81df022-ba6f-4bcc-996b-0f8e57c04610" + "2de316ef-d4a1-4a35-8b2a-542e20c8df0e" ], "elapsed-time": [ - "71" + "320" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" + "14923" ], "x-ms-correlation-request-id": [ - "01aa07ff-4e6b-4b1a-bbe0-6c20ddaf2273" + "5a498111-236e-4f3b-8945-8077c18e7963" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224823Z:01aa07ff-4e6b-4b1a-bbe0-6c20ddaf2273" + "NORTHEUROPE:20200806T233315Z:5a498111-236e-4f3b-8945-8077c18e7963" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:48:22 GMT" - ], "Content-Length": [ "542" ], @@ -4086,25 +3510,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1441faf6-5402-4b6b-82a2-6958f0b5c215" + "0f7feae9-7ae5-4c60-aefd-960a536fc415" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4112,114 +3536,42 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "1441faf6-5402-4b6b-82a2-6958f0b5c215" - ], - "request-id": [ - "1441faf6-5402-4b6b-82a2-6958f0b5c215" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-correlation-request-id": [ - "2ae99c89-5fda-42ea-b492-2e1fa1ccc71e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224833Z:2ae99c89-5fda-42ea-b492-2e1fa1ccc71e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 22:48:33 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "54c46b2a-55f5-4157-87f6-10391f406d7d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Thu, 06 Aug 2020 23:33:25 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "54c46b2a-55f5-4157-87f6-10391f406d7d" + "0f7feae9-7ae5-4c60-aefd-960a536fc415" ], "request-id": [ - "54c46b2a-55f5-4157-87f6-10391f406d7d" + "0f7feae9-7ae5-4c60-aefd-960a536fc415" ], "elapsed-time": [ - "76" + "293" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" + "14922" ], "x-ms-correlation-request-id": [ - "b8adb0d3-8400-4b25-b0b1-c27f57ff2389" + "e9ff06cb-2227-4aea-bcef-69ed560d6d55" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224843Z:b8adb0d3-8400-4b25-b0b1-c27f57ff2389" + "NORTHEUROPE:20200806T233325Z:e9ff06cb-2227-4aea-bcef-69ed560d6d55" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:48:42 GMT" - ], "Content-Length": [ "542" ], @@ -4230,25 +3582,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3b0c39d-15fc-4068-bfdf-a5dcc882203d" + "4ae1fad3-84a6-4b5e-b49c-ff7ebb0ca068" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4256,114 +3608,42 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "e3b0c39d-15fc-4068-bfdf-a5dcc882203d" - ], - "request-id": [ - "e3b0c39d-15fc-4068-bfdf-a5dcc882203d" - ], - "elapsed-time": [ - "52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-correlation-request-id": [ - "eaf2bf46-7160-4395-a45f-1305701fcb9b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224854Z:eaf2bf46-7160-4395-a45f-1305701fcb9b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 22:48:53 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c30af499-7210-488a-99d3-d2f900d1e61a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Thu, 06 Aug 2020 23:33:35 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c30af499-7210-488a-99d3-d2f900d1e61a" + "4ae1fad3-84a6-4b5e-b49c-ff7ebb0ca068" ], "request-id": [ - "c30af499-7210-488a-99d3-d2f900d1e61a" + "4ae1fad3-84a6-4b5e-b49c-ff7ebb0ca068" ], "elapsed-time": [ - "56" + "411" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" + "14921" ], "x-ms-correlation-request-id": [ - "3e9e8b15-49e1-4c2c-9506-fe3eb7bec0e9" + "e47c2edd-168e-44a8-b715-11302d85b114" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224904Z:3e9e8b15-49e1-4c2c-9506-fe3eb7bec0e9" + "NORTHEUROPE:20200806T233336Z:e47c2edd-168e-44a8-b715-11302d85b114" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:49:04 GMT" - ], "Content-Length": [ "542" ], @@ -4374,25 +3654,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "88b2e432-4fc3-42eb-9a47-0648287331e5" + "b51a6d50-ab48-4978-b6fc-56e77fe8a6bb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4400,42 +3680,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:33:46 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "88b2e432-4fc3-42eb-9a47-0648287331e5" + "b51a6d50-ab48-4978-b6fc-56e77fe8a6bb" ], "request-id": [ - "88b2e432-4fc3-42eb-9a47-0648287331e5" + "b51a6d50-ab48-4978-b6fc-56e77fe8a6bb" ], "elapsed-time": [ - "63" + "312" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" + "14920" ], "x-ms-correlation-request-id": [ - "8103cebe-d158-4df4-8169-5b242fa501a3" + "49fc6270-ac45-4ac8-8b41-cda2afa6311b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224914Z:8103cebe-d158-4df4-8169-5b242fa501a3" + "NORTHEUROPE:20200806T233347Z:49fc6270-ac45-4ac8-8b41-cda2afa6311b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:49:14 GMT" - ], "Content-Length": [ "542" ], @@ -4446,25 +3726,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c2c50468-0c01-4458-9408-07a5e099d235" + "e08c13bc-9e46-4e56-ad60-bf36d0c8de55" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4472,42 +3752,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:33:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c2c50468-0c01-4458-9408-07a5e099d235" + "e08c13bc-9e46-4e56-ad60-bf36d0c8de55" ], "request-id": [ - "c2c50468-0c01-4458-9408-07a5e099d235" + "e08c13bc-9e46-4e56-ad60-bf36d0c8de55" ], "elapsed-time": [ - "66" + "345" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" + "14919" ], "x-ms-correlation-request-id": [ - "4a182db4-749a-406d-bf35-0fffcd989740" + "e9d73ca0-f95a-46da-bc39-115f89a90625" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224925Z:4a182db4-749a-406d-bf35-0fffcd989740" + "NORTHEUROPE:20200806T233357Z:e9d73ca0-f95a-46da-bc39-115f89a90625" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:49:24 GMT" - ], "Content-Length": [ "542" ], @@ -4518,25 +3798,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02f48e5a-451f-48b4-9802-692c97964a9c" + "1b987e38-38c7-44eb-8295-34e570e5e254" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4544,42 +3824,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:34:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "02f48e5a-451f-48b4-9802-692c97964a9c" + "1b987e38-38c7-44eb-8295-34e570e5e254" ], "request-id": [ - "02f48e5a-451f-48b4-9802-692c97964a9c" + "1b987e38-38c7-44eb-8295-34e570e5e254" ], "elapsed-time": [ - "56" + "296" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" + "14918" ], "x-ms-correlation-request-id": [ - "9e8adc10-8250-4065-8596-e60f0e51bf68" + "0ba66076-087e-4640-b607-f9cf819e015d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224935Z:9e8adc10-8250-4065-8596-e60f0e51bf68" + "NORTHEUROPE:20200806T233408Z:0ba66076-087e-4640-b607-f9cf819e015d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:49:35 GMT" - ], "Content-Length": [ "542" ], @@ -4590,25 +3870,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d944888-c584-45a1-a3fc-fe14b92e8852" + "12c639a6-d491-49f6-9948-17619215aa28" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4616,42 +3896,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:34:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9d944888-c584-45a1-a3fc-fe14b92e8852" + "12c639a6-d491-49f6-9948-17619215aa28" ], "request-id": [ - "9d944888-c584-45a1-a3fc-fe14b92e8852" + "12c639a6-d491-49f6-9948-17619215aa28" ], "elapsed-time": [ - "67" + "437" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" + "14917" ], "x-ms-correlation-request-id": [ - "e3b2758b-a299-449c-a6f7-742c7bf323a6" + "e4376987-a96f-4dc1-9375-8118ce0bcd16" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224946Z:e3b2758b-a299-449c-a6f7-742c7bf323a6" + "NORTHEUROPE:20200806T233419Z:e4376987-a96f-4dc1-9375-8118ce0bcd16" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:49:46 GMT" - ], "Content-Length": [ "542" ], @@ -4662,25 +3942,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d284690a-f9c0-442c-8fd6-023661b7a811" + "e32efe71-8566-446c-81db-2fb8bb2d62df" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4688,42 +3968,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:34:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d284690a-f9c0-442c-8fd6-023661b7a811" + "e32efe71-8566-446c-81db-2fb8bb2d62df" ], "request-id": [ - "d284690a-f9c0-442c-8fd6-023661b7a811" + "e32efe71-8566-446c-81db-2fb8bb2d62df" ], "elapsed-time": [ - "54" + "715" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" + "14916" ], "x-ms-correlation-request-id": [ - "c23ca601-03d4-4b2b-9d0e-b4af791c01a1" + "3a61cc57-8497-4567-b29e-1a8bdc3d0e07" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T224957Z:c23ca601-03d4-4b2b-9d0e-b4af791c01a1" + "NORTHEUROPE:20200806T233430Z:3a61cc57-8497-4567-b29e-1a8bdc3d0e07" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:49:56 GMT" - ], "Content-Length": [ "542" ], @@ -4734,25 +4014,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ce5b5cb2-a1fc-49c8-a722-2dc295b92525" + "9ac64f50-1242-4c1d-9b8f-6d425e6e566c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4760,42 +4040,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:34:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ce5b5cb2-a1fc-49c8-a722-2dc295b92525" + "9ac64f50-1242-4c1d-9b8f-6d425e6e566c" ], "request-id": [ - "ce5b5cb2-a1fc-49c8-a722-2dc295b92525" + "9ac64f50-1242-4c1d-9b8f-6d425e6e566c" ], "elapsed-time": [ - "65" + "431" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" + "14915" ], "x-ms-correlation-request-id": [ - "0bd22308-4539-4f70-ba68-95980863b99f" + "1efb329b-93d3-4739-b2b1-db116a2b0cbd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225007Z:0bd22308-4539-4f70-ba68-95980863b99f" + "NORTHEUROPE:20200806T233441Z:1efb329b-93d3-4739-b2b1-db116a2b0cbd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:50:06 GMT" - ], "Content-Length": [ "542" ], @@ -4806,25 +4086,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee74cf57-2ba1-43fc-9f62-15d5a94ac93c" + "e9251409-3214-4181-86b1-9e17a370def0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4832,42 +4112,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:34:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ee74cf57-2ba1-43fc-9f62-15d5a94ac93c" + "e9251409-3214-4181-86b1-9e17a370def0" ], "request-id": [ - "ee74cf57-2ba1-43fc-9f62-15d5a94ac93c" + "e9251409-3214-4181-86b1-9e17a370def0" ], "elapsed-time": [ - "58" + "295" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" + "14914" ], "x-ms-correlation-request-id": [ - "14abd778-f4d3-453f-8432-f6c3607cf7f8" + "b5a985b7-7375-4be0-98d5-59bc72ff98ef" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225018Z:14abd778-f4d3-453f-8432-f6c3607cf7f8" + "NORTHEUROPE:20200806T233451Z:b5a985b7-7375-4be0-98d5-59bc72ff98ef" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:50:18 GMT" - ], "Content-Length": [ "542" ], @@ -4878,25 +4158,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fef93248-553e-48cb-ae4e-3dd8693055ff" + "ce0dc448-cc94-4439-a9a8-237f5bf71305" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4904,42 +4184,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:35:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "fef93248-553e-48cb-ae4e-3dd8693055ff" + "ce0dc448-cc94-4439-a9a8-237f5bf71305" ], "request-id": [ - "fef93248-553e-48cb-ae4e-3dd8693055ff" + "ce0dc448-cc94-4439-a9a8-237f5bf71305" ], "elapsed-time": [ - "54" + "308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" + "14913" ], "x-ms-correlation-request-id": [ - "99279108-674f-4d77-b819-c14a8a4e93a5" + "e30cc5ea-1ce5-4835-882f-c7eee0daae18" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225028Z:99279108-674f-4d77-b819-c14a8a4e93a5" + "NORTHEUROPE:20200806T233502Z:e30cc5ea-1ce5-4835-882f-c7eee0daae18" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:50:27 GMT" - ], "Content-Length": [ "542" ], @@ -4950,25 +4230,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ed25dc6b-0451-41ad-a3b7-78bb6b85e4c4" + "5e18b57f-29fc-4e6d-9c81-ec1add150705" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4976,42 +4256,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:35:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ed25dc6b-0451-41ad-a3b7-78bb6b85e4c4" + "5e18b57f-29fc-4e6d-9c81-ec1add150705" ], "request-id": [ - "ed25dc6b-0451-41ad-a3b7-78bb6b85e4c4" + "5e18b57f-29fc-4e6d-9c81-ec1add150705" ], "elapsed-time": [ - "55" + "301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" + "14912" ], "x-ms-correlation-request-id": [ - "3ae9ecfb-2056-45da-b1f5-11c6dff74b75" + "9beec6aa-4423-44b2-9b67-8803cb501813" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225038Z:3ae9ecfb-2056-45da-b1f5-11c6dff74b75" + "NORTHEUROPE:20200806T233512Z:9beec6aa-4423-44b2-9b67-8803cb501813" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:50:37 GMT" - ], "Content-Length": [ "542" ], @@ -5022,25 +4302,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "64f257bc-2e6e-4a4e-947b-24293b760dd2" + "45bfa00d-6284-40f4-8d49-937793fdc603" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5048,42 +4328,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:35:23 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "64f257bc-2e6e-4a4e-947b-24293b760dd2" + "45bfa00d-6284-40f4-8d49-937793fdc603" ], "request-id": [ - "64f257bc-2e6e-4a4e-947b-24293b760dd2" + "45bfa00d-6284-40f4-8d49-937793fdc603" ], "elapsed-time": [ - "58" + "342" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" + "14911" ], "x-ms-correlation-request-id": [ - "06735114-e8e9-451c-8aab-635e4b8cfab7" + "2a177efa-ac31-4a86-8dcf-e8867d10f3dd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225049Z:06735114-e8e9-451c-8aab-635e4b8cfab7" + "NORTHEUROPE:20200806T233523Z:2a177efa-ac31-4a86-8dcf-e8867d10f3dd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:50:49 GMT" - ], "Content-Length": [ "542" ], @@ -5094,25 +4374,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3a15f97f-92e9-4c73-918e-0392f38d274c" + "e8030984-36c6-4a66-8020-d715a8fa1bb4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5120,42 +4400,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:35:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3a15f97f-92e9-4c73-918e-0392f38d274c" + "e8030984-36c6-4a66-8020-d715a8fa1bb4" ], "request-id": [ - "3a15f97f-92e9-4c73-918e-0392f38d274c" + "e8030984-36c6-4a66-8020-d715a8fa1bb4" ], "elapsed-time": [ - "206" + "284" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" + "14910" ], "x-ms-correlation-request-id": [ - "2812970f-36c7-45e7-87c0-be11541f168a" + "6e76f613-9b27-4389-bbbc-a928e11df34f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225059Z:2812970f-36c7-45e7-87c0-be11541f168a" + "NORTHEUROPE:20200806T233533Z:6e76f613-9b27-4389-bbbc-a928e11df34f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:50:59 GMT" - ], "Content-Length": [ "542" ], @@ -5166,25 +4446,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4b2d36ea-3dc7-416d-8d84-de2e375bf115" + "c26e58e1-cffb-44a8-92e1-49c5823a6f54" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5192,42 +4472,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:35:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4b2d36ea-3dc7-416d-8d84-de2e375bf115" + "c26e58e1-cffb-44a8-92e1-49c5823a6f54" ], "request-id": [ - "4b2d36ea-3dc7-416d-8d84-de2e375bf115" + "c26e58e1-cffb-44a8-92e1-49c5823a6f54" ], "elapsed-time": [ - "60" + "321" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" + "14909" ], "x-ms-correlation-request-id": [ - "8cf7c9cb-a268-4336-a96b-d0bcb47b4877" + "c5e0fd73-bd8f-4acc-839a-90c92fef0b96" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225110Z:8cf7c9cb-a268-4336-a96b-d0bcb47b4877" + "NORTHEUROPE:20200806T233544Z:c5e0fd73-bd8f-4acc-839a-90c92fef0b96" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:51:10 GMT" - ], "Content-Length": [ "542" ], @@ -5238,25 +4518,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc143a5d-ce91-4914-aa6d-e2a8545ca9a1" + "6faeda87-edc8-4012-be7a-be15a5398c72" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5264,42 +4544,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:35:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "cc143a5d-ce91-4914-aa6d-e2a8545ca9a1" + "6faeda87-edc8-4012-be7a-be15a5398c72" ], "request-id": [ - "cc143a5d-ce91-4914-aa6d-e2a8545ca9a1" + "6faeda87-edc8-4012-be7a-be15a5398c72" ], "elapsed-time": [ - "55" + "283" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" + "14908" ], "x-ms-correlation-request-id": [ - "f54d6f6b-f85f-4051-8f32-3890b701e08c" + "915afe01-a11e-4803-9255-ec16e7b5673d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225120Z:f54d6f6b-f85f-4051-8f32-3890b701e08c" + "NORTHEUROPE:20200806T233555Z:915afe01-a11e-4803-9255-ec16e7b5673d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:51:19 GMT" - ], "Content-Length": [ "542" ], @@ -5310,25 +4590,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2866f2d2-7c9a-47c6-a316-02fcdea5910b" + "20b94e18-4830-40a9-9d83-e31186d0a050" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5336,42 +4616,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:36:04 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2866f2d2-7c9a-47c6-a316-02fcdea5910b" + "20b94e18-4830-40a9-9d83-e31186d0a050" ], "request-id": [ - "2866f2d2-7c9a-47c6-a316-02fcdea5910b" + "20b94e18-4830-40a9-9d83-e31186d0a050" ], "elapsed-time": [ - "67" + "301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" + "14907" ], "x-ms-correlation-request-id": [ - "931ee088-35c1-4f4b-84da-b4d457cbdcfd" + "ba245f6d-e78c-40a3-a5ae-6c63747eea59" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225131Z:931ee088-35c1-4f4b-84da-b4d457cbdcfd" + "NORTHEUROPE:20200806T233605Z:ba245f6d-e78c-40a3-a5ae-6c63747eea59" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:51:30 GMT" - ], "Content-Length": [ "542" ], @@ -5382,25 +4662,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c83be18b-ebf2-4762-b94c-21429119b421" + "3719d744-7144-4923-8260-fd04061d7d68" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5408,42 +4688,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:36:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c83be18b-ebf2-4762-b94c-21429119b421" + "3719d744-7144-4923-8260-fd04061d7d68" ], "request-id": [ - "c83be18b-ebf2-4762-b94c-21429119b421" + "3719d744-7144-4923-8260-fd04061d7d68" ], "elapsed-time": [ - "51" + "340" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" + "14906" ], "x-ms-correlation-request-id": [ - "30cd79c1-5874-4e8f-8f5a-0b0bc1dbe23b" + "79c107d9-a04b-4321-a4ce-01bb28c162db" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225141Z:30cd79c1-5874-4e8f-8f5a-0b0bc1dbe23b" + "NORTHEUROPE:20200806T233616Z:79c107d9-a04b-4321-a4ce-01bb28c162db" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:51:40 GMT" - ], "Content-Length": [ "542" ], @@ -5454,25 +4734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ceed3f8-a1f6-4712-972e-1f4a304023c0" + "aab11d83-0067-4f8f-944e-832a6e6f80db" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5480,42 +4760,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:36:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2ceed3f8-a1f6-4712-972e-1f4a304023c0" + "aab11d83-0067-4f8f-944e-832a6e6f80db" ], "request-id": [ - "2ceed3f8-a1f6-4712-972e-1f4a304023c0" + "aab11d83-0067-4f8f-944e-832a6e6f80db" ], "elapsed-time": [ - "63" + "396" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" + "14905" ], "x-ms-correlation-request-id": [ - "5e007570-c834-40d7-89d5-649a95e54dc6" + "a90ebaaf-3939-46f8-8c54-78ceade069d7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225151Z:5e007570-c834-40d7-89d5-649a95e54dc6" + "NORTHEUROPE:20200806T233627Z:a90ebaaf-3939-46f8-8c54-78ceade069d7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:51:51 GMT" - ], "Content-Length": [ "542" ], @@ -5526,25 +4806,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ff29a7d-df4e-4ca0-bf11-afbbc94f356b" + "ddf1641a-506c-4b04-9c7b-95f49f83dda0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5552,42 +4832,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:36:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0ff29a7d-df4e-4ca0-bf11-afbbc94f356b" + "ddf1641a-506c-4b04-9c7b-95f49f83dda0" ], "request-id": [ - "0ff29a7d-df4e-4ca0-bf11-afbbc94f356b" + "ddf1641a-506c-4b04-9c7b-95f49f83dda0" ], "elapsed-time": [ - "56" + "272" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" + "14904" ], "x-ms-correlation-request-id": [ - "c2cfaa06-967c-42a2-bc23-786ac88def1a" + "91245452-ca22-4224-a7c1-c368aab3a310" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225202Z:c2cfaa06-967c-42a2-bc23-786ac88def1a" + "NORTHEUROPE:20200806T233637Z:91245452-ca22-4224-a7c1-c368aab3a310" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:52:02 GMT" - ], "Content-Length": [ "542" ], @@ -5598,25 +4878,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e21fca9a-755e-47c0-b4aa-3ea98df3c0e4" + "a6498345-b980-41ed-9620-4adc273b883a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5624,42 +4904,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:36:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e21fca9a-755e-47c0-b4aa-3ea98df3c0e4" + "a6498345-b980-41ed-9620-4adc273b883a" ], "request-id": [ - "e21fca9a-755e-47c0-b4aa-3ea98df3c0e4" + "a6498345-b980-41ed-9620-4adc273b883a" ], "elapsed-time": [ - "56" + "390" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" + "14903" ], "x-ms-correlation-request-id": [ - "02e7d6dc-f34f-4cc7-9236-e72cfebb4690" + "7ee889b7-6eb4-439b-9b1d-f066724b52e6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225212Z:02e7d6dc-f34f-4cc7-9236-e72cfebb4690" + "NORTHEUROPE:20200806T233648Z:7ee889b7-6eb4-439b-9b1d-f066724b52e6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:52:11 GMT" - ], "Content-Length": [ "542" ], @@ -5670,25 +4950,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b118e19b-5d1b-4ab8-ae21-1151844d4046" + "b4bb068b-749f-4ed0-ac2f-9a2262f452ab" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5696,42 +4976,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:36:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b118e19b-5d1b-4ab8-ae21-1151844d4046" + "b4bb068b-749f-4ed0-ac2f-9a2262f452ab" ], "request-id": [ - "b118e19b-5d1b-4ab8-ae21-1151844d4046" + "b4bb068b-749f-4ed0-ac2f-9a2262f452ab" ], "elapsed-time": [ - "56" + "346" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" + "14902" ], "x-ms-correlation-request-id": [ - "292b9a7c-b2fa-4395-81bf-ff27d89edd44" + "3f51e1db-0b13-48d4-9e75-7980aaca503b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225222Z:292b9a7c-b2fa-4395-81bf-ff27d89edd44" + "NORTHEUROPE:20200806T233658Z:3f51e1db-0b13-48d4-9e75-7980aaca503b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:52:21 GMT" - ], "Content-Length": [ "542" ], @@ -5742,25 +5022,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6890a696-6cda-4482-9032-6b48243a0026" + "5d08c875-461c-4249-9485-a437b8025950" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5768,42 +5048,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:37:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A53.6220482Z'\"" + "W/\"datetime'2020-08-06T23%3A25%3A04.8136802Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6890a696-6cda-4482-9032-6b48243a0026" + "5d08c875-461c-4249-9485-a437b8025950" ], "request-id": [ - "6890a696-6cda-4482-9032-6b48243a0026" + "5d08c875-461c-4249-9485-a437b8025950" ], "elapsed-time": [ - "105" + "312" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" + "14901" ], "x-ms-correlation-request-id": [ - "f8a77034-8e09-46c6-8f2c-80e86f3b6efe" + "d8d15c1d-efcf-492d-9dae-38292b675622" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225233Z:f8a77034-8e09-46c6-8f2c-80e86f3b6efe" + "NORTHEUROPE:20200806T233709Z:d8d15c1d-efcf-492d-9dae-38292b675622" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:52:33 GMT" - ], "Content-Length": [ "534" ], @@ -5814,25 +5094,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348\",\r\n \"name\": \"azs-2348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707\",\r\n \"name\": \"azs-9707\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7291/providers/Microsoft.Search/searchServices/azs-2348?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8648/providers/Microsoft.Search/searchServices/azs-9707?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NzA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83637fe5-0be4-4918-aee1-b30f4b718e8b" + "ae479dc8-74b2-42e3-b4c1-564a6aae6d49" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5840,41 +5120,41 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:37:12 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "83637fe5-0be4-4918-aee1-b30f4b718e8b" + "ae479dc8-74b2-42e3-b4c1-564a6aae6d49" ], "request-id": [ - "83637fe5-0be4-4918-aee1-b30f4b718e8b" + "ae479dc8-74b2-42e3-b4c1-564a6aae6d49" ], "elapsed-time": [ - "817" + "746" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14994" ], "x-ms-correlation-request-id": [ - "c06734f0-eaa9-4977-8ade-95c6654c531e" + "b3c6e734-7101-4134-919d-9e23c4b83db7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T225235Z:c06734f0-eaa9-4977-8ade-95c6654c531e" + "NORTHEUROPE:20200806T233713Z:b3c6e734-7101-4134-919d-9e23c4b83db7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:52:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -5883,10 +5163,10 @@ ], "Names": { "GenerateName": [ - "azsmnet7291" + "azsmnet8648" ], "GenerateServiceName": [ - "azs-2348" + "azs-9707" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandard3HighDensityService.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandard3HighDensityService.json index dd6c678d3777..cdd654328512 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandard3HighDensityService.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandard3HighDensityService.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ede603cc-ec74-4f3f-903c-c5a4b4993cff" + "609a73ae-4b3b-4358-bd01-f3c2a2e9093b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:29:26 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "be40f351-d807-4c06-bc14-3e4b0f3d10ed" + "caacf00c-8145-4b94-8fbe-a962a84d6d99" ], "x-ms-correlation-request-id": [ - "be40f351-d807-4c06-bc14-3e4b0f3d10ed" + "caacf00c-8145-4b94-8fbe-a962a84d6d99" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T212842Z:be40f351-d807-4c06-bc14-3e4b0f3d10ed" + "NORTHEUROPE:20200806T222926Z:caacf00c-8145-4b94-8fbe-a962a84d6d99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:28:41 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5871?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1ODcxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7151?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MTUxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "56849cc8-ebc4-4e42-9be5-692673d7bfb7" + "16949252-2639-4a84-8e49-a7b7671eded9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:29:27 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "386d7c6a-8b71-4cf4-913a-f0ead902a293" + "ae58ddd0-18e7-4e5b-80e3-b49724f77e09" ], "x-ms-correlation-request-id": [ - "386d7c6a-8b71-4cf4-913a-f0ead902a293" + "ae58ddd0-18e7-4e5b-80e3-b49724f77e09" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T212843Z:386d7c6a-8b71-4cf4-913a-f0ead902a293" + "NORTHEUROPE:20200806T222927Z:ae58ddd0-18e7-4e5b-80e3-b49724f77e09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:28:42 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871\",\r\n \"name\": \"azsmnet5871\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151\",\r\n \"name\": \"azsmnet7151\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"hostingMode\": \"highDensity\"\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "13f1ec1f-e0f7-426c-a015-e9ec3cc05b2e" + "08ac0210-30b8-4d52-9792-eebba7f6fab1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,20 +155,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:29:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "x-ms-request-id": [ - "13f1ec1f-e0f7-426c-a015-e9ec3cc05b2e" + "08ac0210-30b8-4d52-9792-eebba7f6fab1" ], "request-id": [ - "13f1ec1f-e0f7-426c-a015-e9ec3cc05b2e" + "08ac0210-30b8-4d52-9792-eebba7f6fab1" ], "elapsed-time": [ - "4042" + "4769" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,17 +180,14 @@ "1199" ], "x-ms-correlation-request-id": [ - "954a6885-4f2a-4ae9-b97b-72decafe30eb" + "725ad2e8-ece2-4d1d-a95a-cc7610a7069a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T212856Z:954a6885-4f2a-4ae9-b97b-72decafe30eb" + "NORTHEUROPE:20200806T222938Z:725ad2e8-ece2-4d1d-a95a-cc7610a7069a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:28:56 GMT" - ], "Content-Length": [ "546" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b2c374fe-91ef-4738-8e33-ee614cf039d1" + "d5c5b827-7b3f-49bc-a7f9-04cec85e5bae" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,114 +224,42 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b2c374fe-91ef-4738-8e33-ee614cf039d1" - ], - "request-id": [ - "b2c374fe-91ef-4738-8e33-ee614cf039d1" - ], - "elapsed-time": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" - ], - "x-ms-correlation-request-id": [ - "79cd2d4e-eccc-443c-b7b2-71bbb15096b5" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T212906Z:79cd2d4e-eccc-443c-b7b2-71bbb15096b5" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 21:29:06 GMT" - ], - "Content-Length": [ - "546" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1572dd1e-ea61-4bb6-8773-9dc8fd0879a9" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Thu, 06 Aug 2020 22:29:48 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1572dd1e-ea61-4bb6-8773-9dc8fd0879a9" + "d5c5b827-7b3f-49bc-a7f9-04cec85e5bae" ], "request-id": [ - "1572dd1e-ea61-4bb6-8773-9dc8fd0879a9" + "d5c5b827-7b3f-49bc-a7f9-04cec85e5bae" ], "elapsed-time": [ - "55" + "337" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14997" ], "x-ms-correlation-request-id": [ - "7e0bb1b5-aac3-492b-8cc4-e726155881a8" + "f0176d13-ebea-4849-a0b5-1b874a2862eb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T212917Z:7e0bb1b5-aac3-492b-8cc4-e726155881a8" + "NORTHEUROPE:20200806T222948Z:f0176d13-ebea-4849-a0b5-1b874a2862eb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:29:17 GMT" - ], "Content-Length": [ "546" ], @@ -342,25 +270,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "92fe91a2-0994-422a-9483-3f9a95642fac" + "2abbbbc9-01d5-4b56-9031-e38a0cf756e6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -368,95 +296,26 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "92fe91a2-0994-422a-9483-3f9a95642fac" - ], - "request-id": [ - "92fe91a2-0994-422a-9483-3f9a95642fac" - ], - "elapsed-time": [ - "157" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" - ], - "x-ms-correlation-request-id": [ - "448375c0-2a1c-4c87-acb7-41da57c16525" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T212928Z:448375c0-2a1c-4c87-acb7-41da57c16525" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 21:29:27 GMT" - ], - "Content-Length": [ - "546" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c3e8d950-e2dd-4792-8751-0f44cb1668bf" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Thu, 06 Aug 2020 22:29:58 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c3e8d950-e2dd-4792-8751-0f44cb1668bf" + "2abbbbc9-01d5-4b56-9031-e38a0cf756e6" ], "request-id": [ - "c3e8d950-e2dd-4792-8751-0f44cb1668bf" + "2abbbbc9-01d5-4b56-9031-e38a0cf756e6" ], "elapsed-time": [ - "57" + "501" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -465,17 +324,14 @@ "14996" ], "x-ms-correlation-request-id": [ - "7fa5815f-fe0b-4166-9e31-72be8bc08c7f" + "2c73e5f5-cc64-466a-b4b2-fb3c4b03714b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T212939Z:7fa5815f-fe0b-4166-9e31-72be8bc08c7f" + "NORTHEUROPE:20200806T222959Z:2c73e5f5-cc64-466a-b4b2-fb3c4b03714b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:29:39 GMT" - ], "Content-Length": [ "546" ], @@ -486,25 +342,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "605d4eae-4ab2-4d28-be2d-e8743a1de8c7" + "0f98616e-e1ec-4295-8129-a845a7a77074" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -512,23 +368,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:30:09 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "605d4eae-4ab2-4d28-be2d-e8743a1de8c7" + "0f98616e-e1ec-4295-8129-a845a7a77074" ], "request-id": [ - "605d4eae-4ab2-4d28-be2d-e8743a1de8c7" + "0f98616e-e1ec-4295-8129-a845a7a77074" ], "elapsed-time": [ - "89" + "331" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -537,17 +396,14 @@ "14995" ], "x-ms-correlation-request-id": [ - "8d3ac11d-59b0-4aa9-9859-f5ff7f223421" + "4f8d78c2-19ac-47b4-8045-418cc10be807" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T212950Z:8d3ac11d-59b0-4aa9-9859-f5ff7f223421" + "NORTHEUROPE:20200806T223009Z:4f8d78c2-19ac-47b4-8045-418cc10be807" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:29:49 GMT" - ], "Content-Length": [ "546" ], @@ -558,25 +414,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b345e3d-3cb7-42a3-be3f-7f9f5fdb0653" + "6b116c36-d6fc-4da2-9502-62d9a8e86bbb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -584,23 +440,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:30:20 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9b345e3d-3cb7-42a3-be3f-7f9f5fdb0653" + "6b116c36-d6fc-4da2-9502-62d9a8e86bbb" ], "request-id": [ - "9b345e3d-3cb7-42a3-be3f-7f9f5fdb0653" + "6b116c36-d6fc-4da2-9502-62d9a8e86bbb" ], "elapsed-time": [ - "94" + "286" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -609,17 +468,14 @@ "14994" ], "x-ms-correlation-request-id": [ - "7fa18ad4-8b6f-462c-b466-a7888d2cd899" + "06af0f1e-2ca9-449b-9440-aa90ed0b49dd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213000Z:7fa18ad4-8b6f-462c-b466-a7888d2cd899" + "NORTHEUROPE:20200806T223020Z:06af0f1e-2ca9-449b-9440-aa90ed0b49dd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:30:00 GMT" - ], "Content-Length": [ "546" ], @@ -630,25 +486,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eca5419a-fce2-41fa-aa66-3bafd100b732" + "b83b3da5-9ff4-4574-8b64-3bca62c8a115" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -656,23 +512,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:30:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "eca5419a-fce2-41fa-aa66-3bafd100b732" + "b83b3da5-9ff4-4574-8b64-3bca62c8a115" ], "request-id": [ - "eca5419a-fce2-41fa-aa66-3bafd100b732" + "b83b3da5-9ff4-4574-8b64-3bca62c8a115" ], "elapsed-time": [ - "59" + "305" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -681,17 +540,14 @@ "14993" ], "x-ms-correlation-request-id": [ - "ba33acd3-9374-4e54-8b41-c8a1fb3c4820" + "c20504fe-9085-4565-868b-bf28a2842269" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213010Z:ba33acd3-9374-4e54-8b41-c8a1fb3c4820" + "NORTHEUROPE:20200806T223031Z:c20504fe-9085-4565-868b-bf28a2842269" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:30:10 GMT" - ], "Content-Length": [ "546" ], @@ -702,25 +558,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3d5873e-0778-44ff-9d19-bd8a6bd732bc" + "a020d6a0-f248-4029-9a0e-a547f1891bf5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -728,23 +584,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:30:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b3d5873e-0778-44ff-9d19-bd8a6bd732bc" + "a020d6a0-f248-4029-9a0e-a547f1891bf5" ], "request-id": [ - "b3d5873e-0778-44ff-9d19-bd8a6bd732bc" + "a020d6a0-f248-4029-9a0e-a547f1891bf5" ], "elapsed-time": [ - "58" + "309" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -753,17 +612,14 @@ "14992" ], "x-ms-correlation-request-id": [ - "9dc822db-320b-4af5-be7c-93ba575dc607" + "ef16fd3f-ed20-456d-8925-b9fadeba4f72" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213021Z:9dc822db-320b-4af5-be7c-93ba575dc607" + "NORTHEUROPE:20200806T223041Z:ef16fd3f-ed20-456d-8925-b9fadeba4f72" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:30:21 GMT" - ], "Content-Length": [ "546" ], @@ -774,25 +630,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43c49fea-9b91-49e8-87e5-b6bc58fb0f0c" + "65a278d2-9bf3-4c0b-a52d-554ff53edf55" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -800,23 +656,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:30:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "43c49fea-9b91-49e8-87e5-b6bc58fb0f0c" + "65a278d2-9bf3-4c0b-a52d-554ff53edf55" ], "request-id": [ - "43c49fea-9b91-49e8-87e5-b6bc58fb0f0c" + "65a278d2-9bf3-4c0b-a52d-554ff53edf55" ], "elapsed-time": [ - "56" + "305" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -825,17 +684,14 @@ "14991" ], "x-ms-correlation-request-id": [ - "6c49239b-d24b-40f9-94d0-5b0104aa58c7" + "502f5b54-80d8-4874-b547-7015d3fa1be1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213032Z:6c49239b-d24b-40f9-94d0-5b0104aa58c7" + "NORTHEUROPE:20200806T223052Z:502f5b54-80d8-4874-b547-7015d3fa1be1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:30:31 GMT" - ], "Content-Length": [ "546" ], @@ -846,25 +702,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4e4fe414-078d-471b-9c66-c5588f7a26b4" + "ef388709-f185-4d49-8aef-0377c1d29742" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -872,23 +728,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:31:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4e4fe414-078d-471b-9c66-c5588f7a26b4" + "ef388709-f185-4d49-8aef-0377c1d29742" ], "request-id": [ - "4e4fe414-078d-471b-9c66-c5588f7a26b4" + "ef388709-f185-4d49-8aef-0377c1d29742" ], "elapsed-time": [ - "51" + "517" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -897,17 +756,14 @@ "14990" ], "x-ms-correlation-request-id": [ - "ac28304d-97a0-4859-b490-32bfc6f25f14" + "dd5d28f6-78c3-4dcb-82fd-6b66c88b42ae" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213042Z:ac28304d-97a0-4859-b490-32bfc6f25f14" + "NORTHEUROPE:20200806T223102Z:dd5d28f6-78c3-4dcb-82fd-6b66c88b42ae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:30:41 GMT" - ], "Content-Length": [ "546" ], @@ -918,25 +774,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6f79285e-7264-4614-be3b-40ab8feb0643" + "8499f01e-acdb-4c11-9f31-a71d4e4243c4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -944,23 +800,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:31:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6f79285e-7264-4614-be3b-40ab8feb0643" + "8499f01e-acdb-4c11-9f31-a71d4e4243c4" ], "request-id": [ - "6f79285e-7264-4614-be3b-40ab8feb0643" + "8499f01e-acdb-4c11-9f31-a71d4e4243c4" ], "elapsed-time": [ - "61" + "1387" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -969,17 +828,14 @@ "14989" ], "x-ms-correlation-request-id": [ - "a142af8d-edba-4be9-b356-e487f01e2d46" + "97f43b48-d84a-43e0-ba6c-8aef180a942f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213053Z:a142af8d-edba-4be9-b356-e487f01e2d46" + "NORTHEUROPE:20200806T223114Z:97f43b48-d84a-43e0-ba6c-8aef180a942f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:30:53 GMT" - ], "Content-Length": [ "546" ], @@ -990,25 +846,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "389753b0-d71d-45f9-8ba0-083e68ebe30a" + "54bcd033-26ee-4061-ab9f-216035b15395" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1016,23 +872,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:31:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "389753b0-d71d-45f9-8ba0-083e68ebe30a" + "54bcd033-26ee-4061-ab9f-216035b15395" ], "request-id": [ - "389753b0-d71d-45f9-8ba0-083e68ebe30a" + "54bcd033-26ee-4061-ab9f-216035b15395" ], "elapsed-time": [ - "66" + "270" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1041,17 +900,14 @@ "14988" ], "x-ms-correlation-request-id": [ - "bc7acec2-d4f4-4829-925b-2bf2381559f2" + "de245898-7fa2-49c0-a030-a9d2770c9675" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213103Z:bc7acec2-d4f4-4829-925b-2bf2381559f2" + "NORTHEUROPE:20200806T223124Z:de245898-7fa2-49c0-a030-a9d2770c9675" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:31:02 GMT" - ], "Content-Length": [ "546" ], @@ -1062,25 +918,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4397fca2-734d-446b-a9d6-452ac7c76c7c" + "dd346687-3849-4c89-8d72-0764c89b73a4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1088,23 +944,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:31:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4397fca2-734d-446b-a9d6-452ac7c76c7c" + "dd346687-3849-4c89-8d72-0764c89b73a4" ], "request-id": [ - "4397fca2-734d-446b-a9d6-452ac7c76c7c" + "dd346687-3849-4c89-8d72-0764c89b73a4" ], "elapsed-time": [ - "53" + "334" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1113,17 +972,14 @@ "14987" ], "x-ms-correlation-request-id": [ - "9be5e727-56db-4cc3-acb1-2d8577acd835" + "000523e3-e361-4ae9-b23e-596e1acbe4e5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213115Z:9be5e727-56db-4cc3-acb1-2d8577acd835" + "NORTHEUROPE:20200806T223135Z:000523e3-e361-4ae9-b23e-596e1acbe4e5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:31:14 GMT" - ], "Content-Length": [ "546" ], @@ -1134,25 +990,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da1eaeb5-4da0-4f69-94f2-1444ec03b60b" + "aa735038-eff5-47cf-8f1b-5890526f69ef" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1160,23 +1016,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:31:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "da1eaeb5-4da0-4f69-94f2-1444ec03b60b" + "aa735038-eff5-47cf-8f1b-5890526f69ef" ], "request-id": [ - "da1eaeb5-4da0-4f69-94f2-1444ec03b60b" + "aa735038-eff5-47cf-8f1b-5890526f69ef" ], "elapsed-time": [ - "55" + "269" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1185,17 +1044,14 @@ "14986" ], "x-ms-correlation-request-id": [ - "64b0cdef-77dc-4eb2-a844-e8766c0e3e3a" + "262b5746-bf63-48a2-9391-d88072d09dbc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213125Z:64b0cdef-77dc-4eb2-a844-e8766c0e3e3a" + "NORTHEUROPE:20200806T223145Z:262b5746-bf63-48a2-9391-d88072d09dbc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:31:25 GMT" - ], "Content-Length": [ "546" ], @@ -1206,25 +1062,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3024cdb-9d0b-451e-88b8-0bb104acccc2" + "978634a2-a955-4412-8d43-4553a01e957a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1232,23 +1088,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:31:56 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e3024cdb-9d0b-451e-88b8-0bb104acccc2" + "978634a2-a955-4412-8d43-4553a01e957a" ], "request-id": [ - "e3024cdb-9d0b-451e-88b8-0bb104acccc2" + "978634a2-a955-4412-8d43-4553a01e957a" ], "elapsed-time": [ - "73" + "294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1257,17 +1116,14 @@ "14985" ], "x-ms-correlation-request-id": [ - "a22ebe52-3ad9-4eb8-9e41-3d57abb82eec" + "5c792726-4cf1-49dd-af58-a4f461ac4509" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213135Z:a22ebe52-3ad9-4eb8-9e41-3d57abb82eec" + "NORTHEUROPE:20200806T223156Z:5c792726-4cf1-49dd-af58-a4f461ac4509" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:31:35 GMT" - ], "Content-Length": [ "546" ], @@ -1278,25 +1134,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3754a7e-98b2-42e1-99e8-a9a5fb11b619" + "08170061-979e-4e10-886b-8289ca86d3d7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1304,23 +1160,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:32:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f3754a7e-98b2-42e1-99e8-a9a5fb11b619" + "08170061-979e-4e10-886b-8289ca86d3d7" ], "request-id": [ - "f3754a7e-98b2-42e1-99e8-a9a5fb11b619" + "08170061-979e-4e10-886b-8289ca86d3d7" ], "elapsed-time": [ - "55" + "311" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1329,17 +1188,14 @@ "14984" ], "x-ms-correlation-request-id": [ - "2c112795-a56c-48da-952d-56cabd409aa1" + "b1c4f514-fd0b-42f1-9d8c-fca576a807db" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213148Z:2c112795-a56c-48da-952d-56cabd409aa1" + "NORTHEUROPE:20200806T223206Z:b1c4f514-fd0b-42f1-9d8c-fca576a807db" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:31:49 GMT" - ], "Content-Length": [ "546" ], @@ -1350,25 +1206,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "861a52aa-5a73-4f49-8390-b6431f0dff12" + "6c6d5cca-0b3e-4649-96c6-6233462ca35f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1376,23 +1232,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:32:17 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "861a52aa-5a73-4f49-8390-b6431f0dff12" + "6c6d5cca-0b3e-4649-96c6-6233462ca35f" ], "request-id": [ - "861a52aa-5a73-4f49-8390-b6431f0dff12" + "6c6d5cca-0b3e-4649-96c6-6233462ca35f" ], "elapsed-time": [ - "55" + "327" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1401,17 +1260,14 @@ "14983" ], "x-ms-correlation-request-id": [ - "d57cdc6a-484f-4c36-b2d7-4e9ab336e664" + "7f79c50c-e8f2-41ff-a843-d741d99849fa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213200Z:d57cdc6a-484f-4c36-b2d7-4e9ab336e664" + "NORTHEUROPE:20200806T223217Z:7f79c50c-e8f2-41ff-a843-d741d99849fa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:32:01 GMT" - ], "Content-Length": [ "546" ], @@ -1422,25 +1278,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b4aac17-fc99-45ab-8f8c-214b51f5b2ab" + "760f4f8d-aa81-40c6-bc21-75e9aafa547b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1448,23 +1304,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:32:27 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1b4aac17-fc99-45ab-8f8c-214b51f5b2ab" + "760f4f8d-aa81-40c6-bc21-75e9aafa547b" ], "request-id": [ - "1b4aac17-fc99-45ab-8f8c-214b51f5b2ab" + "760f4f8d-aa81-40c6-bc21-75e9aafa547b" ], "elapsed-time": [ - "55" + "301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1473,17 +1332,14 @@ "14982" ], "x-ms-correlation-request-id": [ - "b2eb3d62-e878-4853-9857-cdd9049113c4" + "eb742492-936a-4f19-b936-24f773431b49" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213212Z:b2eb3d62-e878-4853-9857-cdd9049113c4" + "NORTHEUROPE:20200806T223228Z:eb742492-936a-4f19-b936-24f773431b49" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:32:12 GMT" - ], "Content-Length": [ "546" ], @@ -1494,25 +1350,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bc8396fe-4505-40f2-a700-6aa915562c45" + "35874818-cf78-4ce8-a627-a87382a9cf6f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1520,23 +1376,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:32:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "bc8396fe-4505-40f2-a700-6aa915562c45" + "35874818-cf78-4ce8-a627-a87382a9cf6f" ], "request-id": [ - "bc8396fe-4505-40f2-a700-6aa915562c45" + "35874818-cf78-4ce8-a627-a87382a9cf6f" ], "elapsed-time": [ - "60" + "292" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1545,17 +1404,14 @@ "14981" ], "x-ms-correlation-request-id": [ - "0b8bf4e2-5835-459d-b810-49e0146d2159" + "4d892f45-c34b-43be-9d6a-88acb7164d36" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213223Z:0b8bf4e2-5835-459d-b810-49e0146d2159" + "NORTHEUROPE:20200806T223238Z:4d892f45-c34b-43be-9d6a-88acb7164d36" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:32:23 GMT" - ], "Content-Length": [ "546" ], @@ -1566,25 +1422,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "59f1a765-7410-4f42-ace7-1b2fa261afbd" + "a6684149-37c5-4028-a916-36cdf8fb76b6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1592,23 +1448,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:32:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "59f1a765-7410-4f42-ace7-1b2fa261afbd" + "a6684149-37c5-4028-a916-36cdf8fb76b6" ], "request-id": [ - "59f1a765-7410-4f42-ace7-1b2fa261afbd" + "a6684149-37c5-4028-a916-36cdf8fb76b6" ], "elapsed-time": [ - "55" + "314" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1617,17 +1476,14 @@ "14980" ], "x-ms-correlation-request-id": [ - "cc5ab0e4-ca2c-4688-9770-4faba1f6cfc3" + "8837226b-6d0a-45d9-9e5b-292da6d853f3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213234Z:cc5ab0e4-ca2c-4688-9770-4faba1f6cfc3" + "NORTHEUROPE:20200806T223249Z:8837226b-6d0a-45d9-9e5b-292da6d853f3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:32:33 GMT" - ], "Content-Length": [ "546" ], @@ -1638,25 +1494,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "163b0554-43e8-42db-aee5-953d336aedc1" + "8dda2d7d-7609-4260-bd70-ed2995ffb13d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1664,23 +1520,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:33:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "163b0554-43e8-42db-aee5-953d336aedc1" + "8dda2d7d-7609-4260-bd70-ed2995ffb13d" ], "request-id": [ - "163b0554-43e8-42db-aee5-953d336aedc1" + "8dda2d7d-7609-4260-bd70-ed2995ffb13d" ], "elapsed-time": [ - "58" + "313" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1689,17 +1548,14 @@ "14979" ], "x-ms-correlation-request-id": [ - "b103984a-eced-4d31-a705-f7850dfc6979" + "3e442739-193e-4449-a164-9ac488caaca6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213244Z:b103984a-eced-4d31-a705-f7850dfc6979" + "NORTHEUROPE:20200806T223300Z:3e442739-193e-4449-a164-9ac488caaca6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:32:44 GMT" - ], "Content-Length": [ "546" ], @@ -1710,25 +1566,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf446d7e-2519-4ec6-962a-8af55f982065" + "7d02981a-d157-4834-82a5-9f46b5c15e8c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1736,23 +1592,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:33:09 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "cf446d7e-2519-4ec6-962a-8af55f982065" + "7d02981a-d157-4834-82a5-9f46b5c15e8c" ], "request-id": [ - "cf446d7e-2519-4ec6-962a-8af55f982065" + "7d02981a-d157-4834-82a5-9f46b5c15e8c" ], "elapsed-time": [ - "62" + "376" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1761,17 +1620,14 @@ "14978" ], "x-ms-correlation-request-id": [ - "92c95c2a-3551-4c1d-8bea-ca9c9dcbbd08" + "07f415f3-2897-47e5-af5c-2dd2a558a27c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213255Z:92c95c2a-3551-4c1d-8bea-ca9c9dcbbd08" + "NORTHEUROPE:20200806T223310Z:07f415f3-2897-47e5-af5c-2dd2a558a27c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:32:54 GMT" - ], "Content-Length": [ "546" ], @@ -1782,25 +1638,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b78d17b3-c028-4212-ab2b-cf38b219000e" + "a7e072c7-17d8-4cc8-806d-caf8feccf982" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1808,23 +1664,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:33:21 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b78d17b3-c028-4212-ab2b-cf38b219000e" + "a7e072c7-17d8-4cc8-806d-caf8feccf982" ], "request-id": [ - "b78d17b3-c028-4212-ab2b-cf38b219000e" + "a7e072c7-17d8-4cc8-806d-caf8feccf982" ], "elapsed-time": [ - "88" + "359" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1833,17 +1692,14 @@ "14977" ], "x-ms-correlation-request-id": [ - "64d8ca1c-c4e7-4069-a77d-6467a945e23c" + "4937feca-ac35-418e-8b5b-9ed41437cc50" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213305Z:64d8ca1c-c4e7-4069-a77d-6467a945e23c" + "NORTHEUROPE:20200806T223321Z:4937feca-ac35-418e-8b5b-9ed41437cc50" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:33:05 GMT" - ], "Content-Length": [ "546" ], @@ -1854,25 +1710,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d8fc4f98-cc53-47f0-ade6-ba823ee71a0a" + "43718fce-8bc4-476b-89a1-dab7dced196e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1880,23 +1736,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:33:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d8fc4f98-cc53-47f0-ade6-ba823ee71a0a" + "43718fce-8bc4-476b-89a1-dab7dced196e" ], "request-id": [ - "d8fc4f98-cc53-47f0-ade6-ba823ee71a0a" + "43718fce-8bc4-476b-89a1-dab7dced196e" ], "elapsed-time": [ - "52" + "494" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1905,17 +1764,14 @@ "14976" ], "x-ms-correlation-request-id": [ - "6afed973-a07d-4126-a845-3f2ad7028814" + "7ea146d9-02e7-4ed2-bbd5-e9194df4c438" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213315Z:6afed973-a07d-4126-a845-3f2ad7028814" + "NORTHEUROPE:20200806T223332Z:7ea146d9-02e7-4ed2-bbd5-e9194df4c438" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:33:15 GMT" - ], "Content-Length": [ "546" ], @@ -1926,25 +1782,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7ca8589a-739c-4a10-a2f2-83ccee1922bb" + "796e3859-42d6-44d7-85a8-4f6ed56056c0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1952,23 +1808,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:33:42 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7ca8589a-739c-4a10-a2f2-83ccee1922bb" + "796e3859-42d6-44d7-85a8-4f6ed56056c0" ], "request-id": [ - "7ca8589a-739c-4a10-a2f2-83ccee1922bb" + "796e3859-42d6-44d7-85a8-4f6ed56056c0" ], "elapsed-time": [ - "52" + "309" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1977,17 +1836,14 @@ "14975" ], "x-ms-correlation-request-id": [ - "761aefcb-fced-4e67-843a-6cc081cad303" + "9a6c4064-b6e1-4d77-bcf2-98cc5ba12fd8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213326Z:761aefcb-fced-4e67-843a-6cc081cad303" + "NORTHEUROPE:20200806T223343Z:9a6c4064-b6e1-4d77-bcf2-98cc5ba12fd8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:33:26 GMT" - ], "Content-Length": [ "546" ], @@ -1998,25 +1854,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "320cb425-ee04-48c3-bfc5-d62c61cc1993" + "2cc6d5e0-0efc-4083-aa56-b1805cf1aeaf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2024,23 +1880,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:33:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "320cb425-ee04-48c3-bfc5-d62c61cc1993" + "2cc6d5e0-0efc-4083-aa56-b1805cf1aeaf" ], "request-id": [ - "320cb425-ee04-48c3-bfc5-d62c61cc1993" + "2cc6d5e0-0efc-4083-aa56-b1805cf1aeaf" ], "elapsed-time": [ - "444" + "332" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2049,17 +1908,14 @@ "14974" ], "x-ms-correlation-request-id": [ - "c8b46006-446b-48b0-90df-d50d60579129" + "875666ee-4b30-45a0-8aaf-668f004866f9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213337Z:c8b46006-446b-48b0-90df-d50d60579129" + "NORTHEUROPE:20200806T223354Z:875666ee-4b30-45a0-8aaf-668f004866f9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:33:37 GMT" - ], "Content-Length": [ "546" ], @@ -2070,25 +1926,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b6805945-398d-473f-988a-8a2f0363e8f4" + "3ff34a0c-9495-4899-951b-dc4f2ea95941" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2096,23 +1952,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:34:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b6805945-398d-473f-988a-8a2f0363e8f4" + "3ff34a0c-9495-4899-951b-dc4f2ea95941" ], "request-id": [ - "b6805945-398d-473f-988a-8a2f0363e8f4" + "3ff34a0c-9495-4899-951b-dc4f2ea95941" ], "elapsed-time": [ - "56" + "315" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2121,17 +1980,14 @@ "14973" ], "x-ms-correlation-request-id": [ - "84b2691e-c37d-420a-b60a-86a8872a4312" + "85fd1219-35c9-4c09-ba2b-56053cd450ae" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213348Z:84b2691e-c37d-420a-b60a-86a8872a4312" + "NORTHEUROPE:20200806T223404Z:85fd1219-35c9-4c09-ba2b-56053cd450ae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:33:48 GMT" - ], "Content-Length": [ "546" ], @@ -2142,25 +1998,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f1701a19-24cb-434e-9424-6ee561177c7b" + "6a1d56e6-f316-424a-a49a-d765cdcca668" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2168,23 +2024,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:34:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f1701a19-24cb-434e-9424-6ee561177c7b" + "6a1d56e6-f316-424a-a49a-d765cdcca668" ], "request-id": [ - "f1701a19-24cb-434e-9424-6ee561177c7b" + "6a1d56e6-f316-424a-a49a-d765cdcca668" ], "elapsed-time": [ - "52" + "294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2193,17 +2052,14 @@ "14972" ], "x-ms-correlation-request-id": [ - "6d1fe5cb-040f-4927-8884-79b5a65164f1" + "a8ad0571-3bf0-4e86-8b11-48a2ae4b2465" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213358Z:6d1fe5cb-040f-4927-8884-79b5a65164f1" + "NORTHEUROPE:20200806T223415Z:a8ad0571-3bf0-4e86-8b11-48a2ae4b2465" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:33:58 GMT" - ], "Content-Length": [ "546" ], @@ -2214,25 +2070,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9cea860f-f088-4677-92a5-ce0df1eae53e" + "76c9f354-1659-4c55-b68e-1a392bc1165f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2240,690 +2096,42 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "9cea860f-f088-4677-92a5-ce0df1eae53e" - ], - "request-id": [ - "9cea860f-f088-4677-92a5-ce0df1eae53e" - ], - "elapsed-time": [ - "63" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-correlation-request-id": [ - "c1a8a9ce-0165-4873-a5e4-7269f4b5ba88" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213409Z:c1a8a9ce-0165-4873-a5e4-7269f4b5ba88" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:34:08 GMT" - ], - "Content-Length": [ - "546" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7ddaade3-37ed-4f8e-8899-4b6531f522c3" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "7ddaade3-37ed-4f8e-8899-4b6531f522c3" - ], - "request-id": [ - "7ddaade3-37ed-4f8e-8899-4b6531f522c3" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-correlation-request-id": [ - "da18adfc-17f8-4e64-b098-bf8a08abd284" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213419Z:da18adfc-17f8-4e64-b098-bf8a08abd284" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:34:19 GMT" - ], - "Content-Length": [ - "546" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3249bcdf-e662-4f4e-a96a-e80101bd1bf3" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3249bcdf-e662-4f4e-a96a-e80101bd1bf3" - ], - "request-id": [ - "3249bcdf-e662-4f4e-a96a-e80101bd1bf3" - ], - "elapsed-time": [ - "73" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-correlation-request-id": [ - "75278eda-dceb-46a7-8ccf-27c1f81a6896" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213429Z:75278eda-dceb-46a7-8ccf-27c1f81a6896" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:34:29 GMT" - ], - "Content-Length": [ - "546" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3ba74c95-0b3b-47f6-9f0b-60abb1b5630f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3ba74c95-0b3b-47f6-9f0b-60abb1b5630f" - ], - "request-id": [ - "3ba74c95-0b3b-47f6-9f0b-60abb1b5630f" - ], - "elapsed-time": [ - "190" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-correlation-request-id": [ - "9e6a955f-d746-437e-82f9-64224a365854" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213440Z:9e6a955f-d746-437e-82f9-64224a365854" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:34:39 GMT" - ], - "Content-Length": [ - "546" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f3e06be7-19b8-4bb2-b479-5c1492719c1c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "f3e06be7-19b8-4bb2-b479-5c1492719c1c" - ], - "request-id": [ - "f3e06be7-19b8-4bb2-b479-5c1492719c1c" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-correlation-request-id": [ - "3f1872db-857f-4d24-aca2-f39f0f487bdb" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213450Z:3f1872db-857f-4d24-aca2-f39f0f487bdb" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:34:50 GMT" - ], - "Content-Length": [ - "546" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "4973250f-a575-4d7f-94f1-63ebfa78ca50" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "4973250f-a575-4d7f-94f1-63ebfa78ca50" - ], - "request-id": [ - "4973250f-a575-4d7f-94f1-63ebfa78ca50" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-correlation-request-id": [ - "164b1455-100a-4dfd-93b8-a19e40aa80ff" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213500Z:164b1455-100a-4dfd-93b8-a19e40aa80ff" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:35:00 GMT" - ], - "Content-Length": [ - "546" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3c8cb9fc-7648-4023-bc96-a1bb14d0847a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3c8cb9fc-7648-4023-bc96-a1bb14d0847a" - ], - "request-id": [ - "3c8cb9fc-7648-4023-bc96-a1bb14d0847a" - ], - "elapsed-time": [ - "211" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-correlation-request-id": [ - "fd3704ce-dbd0-4e6b-ad0b-8a7eb14228f2" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213512Z:fd3704ce-dbd0-4e6b-ad0b-8a7eb14228f2" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:35:11 GMT" - ], - "Content-Length": [ - "546" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "19281246-5ec9-4283-990d-072ea84e04cd" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "19281246-5ec9-4283-990d-072ea84e04cd" - ], - "request-id": [ - "19281246-5ec9-4283-990d-072ea84e04cd" - ], - "elapsed-time": [ - "71" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-correlation-request-id": [ - "1b777bea-58e6-43c6-a3da-1c688be1dbe9" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213522Z:1b777bea-58e6-43c6-a3da-1c688be1dbe9" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:35:22 GMT" - ], - "Content-Length": [ - "546" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b3619783-9ae0-45ea-a45e-d2ad11e2caf3" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b3619783-9ae0-45ea-a45e-d2ad11e2caf3" - ], - "request-id": [ - "b3619783-9ae0-45ea-a45e-d2ad11e2caf3" - ], - "elapsed-time": [ - "1022" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-correlation-request-id": [ - "468708b2-7ca8-4cfa-adaa-c83b6f645fef" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213534Z:468708b2-7ca8-4cfa-adaa-c83b6f645fef" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:35:33 GMT" - ], - "Content-Length": [ - "546" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "25178c62-6840-4d7c-a4fa-fda465a16d9b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Date": [ + "Thu, 06 Aug 2020 22:34:25 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "25178c62-6840-4d7c-a4fa-fda465a16d9b" + "76c9f354-1659-4c55-b68e-1a392bc1165f" ], "request-id": [ - "25178c62-6840-4d7c-a4fa-fda465a16d9b" + "76c9f354-1659-4c55-b68e-1a392bc1165f" ], "elapsed-time": [ - "60" + "306" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" + "14971" ], "x-ms-correlation-request-id": [ - "251582a7-0d7a-48fe-979f-f2cb1e4cf087" + "89565eb4-43e0-4f15-b669-b39fa28d884a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213544Z:251582a7-0d7a-48fe-979f-f2cb1e4cf087" + "NORTHEUROPE:20200806T223425Z:89565eb4-43e0-4f15-b669-b39fa28d884a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:35:44 GMT" - ], "Content-Length": [ "546" ], @@ -2934,25 +2142,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ab847c0c-9053-4805-941d-3eb0b0c846ed" + "364c8062-1451-4a34-8ed4-0a5e7ddfe1eb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2960,42 +2168,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:34:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ab847c0c-9053-4805-941d-3eb0b0c846ed" + "364c8062-1451-4a34-8ed4-0a5e7ddfe1eb" ], "request-id": [ - "ab847c0c-9053-4805-941d-3eb0b0c846ed" + "364c8062-1451-4a34-8ed4-0a5e7ddfe1eb" ], "elapsed-time": [ - "1787" + "282" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" + "14970" ], "x-ms-correlation-request-id": [ - "83881c6e-480f-4c55-8d34-6080eae780f8" + "4fe9b71c-92f4-461f-81ab-0cc4aaa61ff8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213557Z:83881c6e-480f-4c55-8d34-6080eae780f8" + "NORTHEUROPE:20200806T223436Z:4fe9b71c-92f4-461f-81ab-0cc4aaa61ff8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:35:57 GMT" - ], "Content-Length": [ "546" ], @@ -3006,25 +2214,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3dbc448-bfa6-4c01-85a2-2119724d03da" + "72170851-b9dc-410c-b0c6-409ee65f8cb4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3032,42 +2240,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:34:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e3dbc448-bfa6-4c01-85a2-2119724d03da" + "72170851-b9dc-410c-b0c6-409ee65f8cb4" ], "request-id": [ - "e3dbc448-bfa6-4c01-85a2-2119724d03da" + "72170851-b9dc-410c-b0c6-409ee65f8cb4" ], "elapsed-time": [ - "87" + "303" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" + "14969" ], "x-ms-correlation-request-id": [ - "b45f15cc-8d22-42b2-94b3-229404e35ce7" + "87b13439-7243-4208-9585-5caae30e90e9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213607Z:b45f15cc-8d22-42b2-94b3-229404e35ce7" + "NORTHEUROPE:20200806T223446Z:87b13439-7243-4208-9585-5caae30e90e9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:36:07 GMT" - ], "Content-Length": [ "546" ], @@ -3078,25 +2286,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "89ed6c1b-6c18-43d8-921a-053dfe8d526c" + "b0dc0dc7-a3ea-46f3-bf3c-a90ef82f6d51" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3104,42 +2312,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:34:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "89ed6c1b-6c18-43d8-921a-053dfe8d526c" + "b0dc0dc7-a3ea-46f3-bf3c-a90ef82f6d51" ], "request-id": [ - "89ed6c1b-6c18-43d8-921a-053dfe8d526c" + "b0dc0dc7-a3ea-46f3-bf3c-a90ef82f6d51" ], "elapsed-time": [ - "90" + "283" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" + "14968" ], "x-ms-correlation-request-id": [ - "8c2418f9-f5da-4f55-ad36-36c8939318ab" + "41935e55-0482-475b-80b5-c89bba2ed402" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213618Z:8c2418f9-f5da-4f55-ad36-36c8939318ab" + "NORTHEUROPE:20200806T223457Z:41935e55-0482-475b-80b5-c89bba2ed402" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:36:17 GMT" - ], "Content-Length": [ "546" ], @@ -3150,25 +2358,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5f2612a4-05dc-45de-bb6d-11c6f5f5c515" + "f491071c-e57b-4bb5-b322-961c60eee044" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3176,42 +2384,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:35:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5f2612a4-05dc-45de-bb6d-11c6f5f5c515" + "f491071c-e57b-4bb5-b322-961c60eee044" ], "request-id": [ - "5f2612a4-05dc-45de-bb6d-11c6f5f5c515" + "f491071c-e57b-4bb5-b322-961c60eee044" ], "elapsed-time": [ - "53" + "6392" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" + "14967" ], "x-ms-correlation-request-id": [ - "24719a3e-22cd-410b-baa8-0a15db52f702" + "b18ff9c3-e91a-431b-b9d1-60edc99dd901" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213628Z:24719a3e-22cd-410b-baa8-0a15db52f702" + "NORTHEUROPE:20200806T223514Z:b18ff9c3-e91a-431b-b9d1-60edc99dd901" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:36:28 GMT" - ], "Content-Length": [ "546" ], @@ -3222,25 +2430,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1471b46c-7740-4e57-a268-855f3b9af5bb" + "1e84c647-1711-4a9e-9299-e2e7dc140e7d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3248,42 +2456,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:35:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1471b46c-7740-4e57-a268-855f3b9af5bb" + "1e84c647-1711-4a9e-9299-e2e7dc140e7d" ], "request-id": [ - "1471b46c-7740-4e57-a268-855f3b9af5bb" + "1e84c647-1711-4a9e-9299-e2e7dc140e7d" ], "elapsed-time": [ - "61" + "357" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" + "14966" ], "x-ms-correlation-request-id": [ - "c0ef3558-7c73-4e79-a498-b1b20894e8e2" + "65d3e293-1dba-4219-befa-d6cb21729904" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213638Z:c0ef3558-7c73-4e79-a498-b1b20894e8e2" + "NORTHEUROPE:20200806T223524Z:65d3e293-1dba-4219-befa-d6cb21729904" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:36:37 GMT" - ], "Content-Length": [ "546" ], @@ -3294,25 +2502,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "35a05109-b0f6-4822-8194-ca1e93e43c1f" + "3805618e-215e-4ccb-8444-7e3ee3bb02ce" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3320,42 +2528,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:35:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "35a05109-b0f6-4822-8194-ca1e93e43c1f" + "3805618e-215e-4ccb-8444-7e3ee3bb02ce" ], "request-id": [ - "35a05109-b0f6-4822-8194-ca1e93e43c1f" + "3805618e-215e-4ccb-8444-7e3ee3bb02ce" ], "elapsed-time": [ - "63" + "513" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" + "14965" ], "x-ms-correlation-request-id": [ - "b62fd5c5-218e-4f1f-8fd5-9882b328e2d9" + "14932673-c3bb-499e-a0b0-0fc9065dbd22" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213655Z:b62fd5c5-218e-4f1f-8fd5-9882b328e2d9" + "NORTHEUROPE:20200806T223535Z:14932673-c3bb-499e-a0b0-0fc9065dbd22" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:36:56 GMT" - ], "Content-Length": [ "546" ], @@ -3366,25 +2574,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b7e844ea-ed40-4b55-8bc6-fa2495d5a397" + "32991d65-9432-4470-9506-ce57796b9432" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3392,42 +2600,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:35:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b7e844ea-ed40-4b55-8bc6-fa2495d5a397" + "32991d65-9432-4470-9506-ce57796b9432" ], "request-id": [ - "b7e844ea-ed40-4b55-8bc6-fa2495d5a397" + "32991d65-9432-4470-9506-ce57796b9432" ], "elapsed-time": [ - "77" + "308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" + "14964" ], "x-ms-correlation-request-id": [ - "81453b23-874d-4844-8385-af3595f2262b" + "1a9e098a-648e-4eea-a196-6222062b528b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213706Z:81453b23-874d-4844-8385-af3595f2262b" + "NORTHEUROPE:20200806T223546Z:1a9e098a-648e-4eea-a196-6222062b528b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:37:06 GMT" - ], "Content-Length": [ "546" ], @@ -3438,25 +2646,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "347e5ca7-8ae9-483a-b8b0-e5815c0064f5" + "c0cfcb27-ad75-4d03-b7bd-2a7e098d162b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3464,42 +2672,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:35:56 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "347e5ca7-8ae9-483a-b8b0-e5815c0064f5" + "c0cfcb27-ad75-4d03-b7bd-2a7e098d162b" ], "request-id": [ - "347e5ca7-8ae9-483a-b8b0-e5815c0064f5" + "c0cfcb27-ad75-4d03-b7bd-2a7e098d162b" ], "elapsed-time": [ - "120" + "280" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" + "14963" ], "x-ms-correlation-request-id": [ - "a7c73069-d432-4f20-bf09-83eca4a10854" + "1be91742-363b-4c4b-847c-2aac6fd0074b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213717Z:a7c73069-d432-4f20-bf09-83eca4a10854" + "NORTHEUROPE:20200806T223556Z:1be91742-363b-4c4b-847c-2aac6fd0074b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:37:17 GMT" - ], "Content-Length": [ "546" ], @@ -3510,25 +2718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e2a7140-4583-480c-95d4-befb2c24eb86" + "62795386-1e96-4aa6-99ce-3afc3b37bd4a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3536,42 +2744,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:36:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1e2a7140-4583-480c-95d4-befb2c24eb86" + "62795386-1e96-4aa6-99ce-3afc3b37bd4a" ], "request-id": [ - "1e2a7140-4583-480c-95d4-befb2c24eb86" + "62795386-1e96-4aa6-99ce-3afc3b37bd4a" ], "elapsed-time": [ - "64" + "413" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" + "14962" ], "x-ms-correlation-request-id": [ - "9fa39afb-8edc-4b39-bf57-173c7d6a72d9" + "10d49e39-f3d6-4ae9-abb5-30a4b6eae54c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213729Z:9fa39afb-8edc-4b39-bf57-173c7d6a72d9" + "NORTHEUROPE:20200806T223607Z:10d49e39-f3d6-4ae9-abb5-30a4b6eae54c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:37:28 GMT" - ], "Content-Length": [ "546" ], @@ -3582,25 +2790,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9dcd4774-c182-455b-8e49-fba098a72689" + "485f0524-4f78-4077-a424-efee6199d071" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3608,42 +2816,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:36:17 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9dcd4774-c182-455b-8e49-fba098a72689" + "485f0524-4f78-4077-a424-efee6199d071" ], "request-id": [ - "9dcd4774-c182-455b-8e49-fba098a72689" + "485f0524-4f78-4077-a424-efee6199d071" ], "elapsed-time": [ - "61" + "365" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" + "14961" ], "x-ms-correlation-request-id": [ - "76a7c959-4370-4774-b4f7-7f3b03673afd" + "99848c91-5f42-4dba-809e-a9a808d437d4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213739Z:76a7c959-4370-4774-b4f7-7f3b03673afd" + "NORTHEUROPE:20200806T223617Z:99848c91-5f42-4dba-809e-a9a808d437d4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:37:38 GMT" - ], "Content-Length": [ "546" ], @@ -3654,25 +2862,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "375839f2-2035-4191-bc1a-9584f6db3a1b" + "c68affec-151a-4d33-8a4c-41c415096d0d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3680,42 +2888,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:36:27 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "375839f2-2035-4191-bc1a-9584f6db3a1b" + "c68affec-151a-4d33-8a4c-41c415096d0d" ], "request-id": [ - "375839f2-2035-4191-bc1a-9584f6db3a1b" + "c68affec-151a-4d33-8a4c-41c415096d0d" ], "elapsed-time": [ - "218" + "320" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" + "14960" ], "x-ms-correlation-request-id": [ - "69efce1d-f932-4b70-9404-805464c9554a" + "052a9152-1822-42f0-8fbc-f6c06b5b1c1f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213749Z:69efce1d-f932-4b70-9404-805464c9554a" + "NORTHEUROPE:20200806T223628Z:052a9152-1822-42f0-8fbc-f6c06b5b1c1f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:37:49 GMT" - ], "Content-Length": [ "546" ], @@ -3726,25 +2934,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70a0b31-d553-4109-8ff6-edd376d8b727" + "167ed2c0-5045-4c21-a6d8-5f0a25816423" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3752,42 +2960,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:36:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a70a0b31-d553-4109-8ff6-edd376d8b727" + "167ed2c0-5045-4c21-a6d8-5f0a25816423" ], "request-id": [ - "a70a0b31-d553-4109-8ff6-edd376d8b727" + "167ed2c0-5045-4c21-a6d8-5f0a25816423" ], "elapsed-time": [ - "54" + "319" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" + "14959" ], "x-ms-correlation-request-id": [ - "ec96fe54-5374-45bb-8cf9-925086a00f27" + "97e36859-ec72-4f43-95ed-ed0392aad55e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213800Z:ec96fe54-5374-45bb-8cf9-925086a00f27" + "NORTHEUROPE:20200806T223638Z:97e36859-ec72-4f43-95ed-ed0392aad55e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:37:59 GMT" - ], "Content-Length": [ "546" ], @@ -3798,25 +3006,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cadc93d4-9f73-4801-98ce-d3579ba9e3fd" + "97ded08b-4f23-4163-b37a-b9b7d52757c5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3824,42 +3032,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:36:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "cadc93d4-9f73-4801-98ce-d3579ba9e3fd" + "97ded08b-4f23-4163-b37a-b9b7d52757c5" ], "request-id": [ - "cadc93d4-9f73-4801-98ce-d3579ba9e3fd" + "97ded08b-4f23-4163-b37a-b9b7d52757c5" ], "elapsed-time": [ - "62" + "327" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" + "14958" ], "x-ms-correlation-request-id": [ - "3c0f7069-4c75-4daa-9412-bbca62fdb013" + "767b5c4c-d3c5-46aa-a212-d1513ec69fd4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213810Z:3c0f7069-4c75-4daa-9412-bbca62fdb013" + "NORTHEUROPE:20200806T223649Z:767b5c4c-d3c5-46aa-a212-d1513ec69fd4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:38:09 GMT" - ], "Content-Length": [ "546" ], @@ -3870,25 +3078,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef9fe36a-bd5b-41b8-b398-679773611d17" + "14a6bd49-31e9-4d7c-bf42-de7123ba2011" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3896,42 +3104,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:36:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ef9fe36a-bd5b-41b8-b398-679773611d17" + "14a6bd49-31e9-4d7c-bf42-de7123ba2011" ], "request-id": [ - "ef9fe36a-bd5b-41b8-b398-679773611d17" + "14a6bd49-31e9-4d7c-bf42-de7123ba2011" ], "elapsed-time": [ - "64" + "296" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" + "14957" ], "x-ms-correlation-request-id": [ - "96c23394-908e-46d3-be84-cb38cb90cc1d" + "9349d6d4-a393-4f35-95d4-96c48b3f0392" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213820Z:96c23394-908e-46d3-be84-cb38cb90cc1d" + "NORTHEUROPE:20200806T223659Z:9349d6d4-a393-4f35-95d4-96c48b3f0392" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:38:20 GMT" - ], "Content-Length": [ "546" ], @@ -3942,25 +3150,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4dc4713c-b238-4964-b84d-30e4e38ec973" + "d8292e44-094a-4e1f-883c-37f8b713de80" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3968,42 +3176,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:37:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4dc4713c-b238-4964-b84d-30e4e38ec973" + "d8292e44-094a-4e1f-883c-37f8b713de80" ], "request-id": [ - "4dc4713c-b238-4964-b84d-30e4e38ec973" + "d8292e44-094a-4e1f-883c-37f8b713de80" ], "elapsed-time": [ - "61" + "301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" + "14956" ], "x-ms-correlation-request-id": [ - "2572ab3d-c13c-43df-a940-d6a934c110c3" + "a8d80011-cdc9-445c-9bd3-b5f73647e4e4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213831Z:2572ab3d-c13c-43df-a940-d6a934c110c3" + "NORTHEUROPE:20200806T223710Z:a8d80011-cdc9-445c-9bd3-b5f73647e4e4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:38:30 GMT" - ], "Content-Length": [ "546" ], @@ -4014,25 +3222,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f46a83d8-5ffc-4374-a585-b275a9df22f6" + "c91c3e46-e48d-477a-9993-f3aeb5f54c61" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4040,42 +3248,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:37:21 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f46a83d8-5ffc-4374-a585-b275a9df22f6" + "c91c3e46-e48d-477a-9993-f3aeb5f54c61" ], "request-id": [ - "f46a83d8-5ffc-4374-a585-b275a9df22f6" + "c91c3e46-e48d-477a-9993-f3aeb5f54c61" ], "elapsed-time": [ - "84" + "282" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" + "14955" ], "x-ms-correlation-request-id": [ - "34a52ab9-000f-430b-9083-c059c63d73b3" + "78a080de-dafa-48d2-90c1-8962bcaae52a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213841Z:34a52ab9-000f-430b-9083-c059c63d73b3" + "NORTHEUROPE:20200806T223721Z:78a080de-dafa-48d2-90c1-8962bcaae52a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:38:41 GMT" - ], "Content-Length": [ "546" ], @@ -4086,25 +3294,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f5579ad-c1bc-438e-bd6e-9c6d9cae11bc" + "578a5949-195e-41fb-b51c-906a3ccf2c01" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4112,42 +3320,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:37:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4f5579ad-c1bc-438e-bd6e-9c6d9cae11bc" + "578a5949-195e-41fb-b51c-906a3ccf2c01" ], "request-id": [ - "4f5579ad-c1bc-438e-bd6e-9c6d9cae11bc" + "578a5949-195e-41fb-b51c-906a3ccf2c01" ], "elapsed-time": [ - "52" + "530" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" + "14954" ], "x-ms-correlation-request-id": [ - "3bb676de-60fc-4c25-9687-4f106f0c590f" + "4442e76b-caa0-456b-96a1-41e6a589b70b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213852Z:3bb676de-60fc-4c25-9687-4f106f0c590f" + "NORTHEUROPE:20200806T223732Z:4442e76b-caa0-456b-96a1-41e6a589b70b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:38:52 GMT" - ], "Content-Length": [ "546" ], @@ -4158,25 +3366,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d6c34779-7929-4b81-b2f9-4a4352ec301e" + "1c6208e6-87ba-43ce-b7a5-94c02a3dc061" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4184,42 +3392,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:37:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d6c34779-7929-4b81-b2f9-4a4352ec301e" + "1c6208e6-87ba-43ce-b7a5-94c02a3dc061" ], "request-id": [ - "d6c34779-7929-4b81-b2f9-4a4352ec301e" + "1c6208e6-87ba-43ce-b7a5-94c02a3dc061" ], "elapsed-time": [ - "67" + "308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" + "14953" ], "x-ms-correlation-request-id": [ - "4ed1f6c0-9498-4375-bd76-2168cb5f4d73" + "6bbe2412-914c-4db3-83cf-9327958ccce9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213902Z:4ed1f6c0-9498-4375-bd76-2168cb5f4d73" + "NORTHEUROPE:20200806T223742Z:6bbe2412-914c-4db3-83cf-9327958ccce9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:39:01 GMT" - ], "Content-Length": [ "546" ], @@ -4230,25 +3438,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f8568ae-f7c9-412a-8ef8-1a7f0e34b400" + "dd33a2e0-997d-45a0-9995-06fc6de671cf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4256,42 +3464,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:37:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7f8568ae-f7c9-412a-8ef8-1a7f0e34b400" + "dd33a2e0-997d-45a0-9995-06fc6de671cf" ], "request-id": [ - "7f8568ae-f7c9-412a-8ef8-1a7f0e34b400" + "dd33a2e0-997d-45a0-9995-06fc6de671cf" ], "elapsed-time": [ - "56" + "302" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" + "14952" ], "x-ms-correlation-request-id": [ - "eef16b1b-f369-408c-a604-8321c799a767" + "500eb4db-556a-4537-a9e9-c8845133ae47" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213913Z:eef16b1b-f369-408c-a604-8321c799a767" + "NORTHEUROPE:20200806T223753Z:500eb4db-556a-4537-a9e9-c8845133ae47" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:39:12 GMT" - ], "Content-Length": [ "546" ], @@ -4302,25 +3510,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c57afcb8-f67a-4539-a61d-ac1bc6f24112" + "19da505f-faa9-425c-a8e2-6678795b5e53" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4328,42 +3536,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:38:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c57afcb8-f67a-4539-a61d-ac1bc6f24112" + "19da505f-faa9-425c-a8e2-6678795b5e53" ], "request-id": [ - "c57afcb8-f67a-4539-a61d-ac1bc6f24112" + "19da505f-faa9-425c-a8e2-6678795b5e53" ], "elapsed-time": [ - "174" + "368" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" + "14951" ], "x-ms-correlation-request-id": [ - "18cf7689-3029-4af2-be2e-f2c3024f3019" + "189a2076-b5dd-4f64-846e-b81a1202a6af" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213923Z:18cf7689-3029-4af2-be2e-f2c3024f3019" + "NORTHEUROPE:20200806T223804Z:189a2076-b5dd-4f64-846e-b81a1202a6af" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:39:23 GMT" - ], "Content-Length": [ "546" ], @@ -4374,25 +3582,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3264d6b1-faf4-4c5f-95b8-32ede300e01d" + "9f9d2a80-39a7-43f1-8a08-d63b83faa5d8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4400,42 +3608,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:38:14 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3264d6b1-faf4-4c5f-95b8-32ede300e01d" + "9f9d2a80-39a7-43f1-8a08-d63b83faa5d8" ], "request-id": [ - "3264d6b1-faf4-4c5f-95b8-32ede300e01d" + "9f9d2a80-39a7-43f1-8a08-d63b83faa5d8" ], "elapsed-time": [ - "102" + "405" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" + "14950" ], "x-ms-correlation-request-id": [ - "fce1a28e-e34c-4e33-90fb-c8ae1a1ca38d" + "5bd31766-cf24-41cd-9c3b-6d72aeda9df0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213934Z:fce1a28e-e34c-4e33-90fb-c8ae1a1ca38d" + "NORTHEUROPE:20200806T223814Z:5bd31766-cf24-41cd-9c3b-6d72aeda9df0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:39:33 GMT" - ], "Content-Length": [ "546" ], @@ -4446,25 +3654,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3071bb04-ce5a-416f-96c5-13843a5b621f" + "d49343fd-28dc-4c81-b5e5-c6300ce44cf4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4472,42 +3680,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:38:25 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3071bb04-ce5a-416f-96c5-13843a5b621f" + "d49343fd-28dc-4c81-b5e5-c6300ce44cf4" ], "request-id": [ - "3071bb04-ce5a-416f-96c5-13843a5b621f" + "d49343fd-28dc-4c81-b5e5-c6300ce44cf4" ], "elapsed-time": [ - "68" + "291" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" + "14949" ], "x-ms-correlation-request-id": [ - "d21c2ae4-d59c-4088-91bc-b1c35c9b15d0" + "78596ea4-0cfb-4492-9253-dc9f96cf1718" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213944Z:d21c2ae4-d59c-4088-91bc-b1c35c9b15d0" + "NORTHEUROPE:20200806T223825Z:78596ea4-0cfb-4492-9253-dc9f96cf1718" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:39:43 GMT" - ], "Content-Length": [ "546" ], @@ -4518,25 +3726,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "26267a65-692b-40c1-98c6-a79525f7bcd6" + "e0331685-b421-4416-aeed-47ba22182083" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4544,42 +3752,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:38:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "26267a65-692b-40c1-98c6-a79525f7bcd6" + "e0331685-b421-4416-aeed-47ba22182083" ], "request-id": [ - "26267a65-692b-40c1-98c6-a79525f7bcd6" + "e0331685-b421-4416-aeed-47ba22182083" ], "elapsed-time": [ - "55" + "308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" + "14948" ], "x-ms-correlation-request-id": [ - "16375803-1e9c-4853-97d3-ac5260ae07a4" + "4dd87cd1-9871-4fe3-8e64-3840cdf42b6e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T213954Z:16375803-1e9c-4853-97d3-ac5260ae07a4" + "NORTHEUROPE:20200806T223835Z:4dd87cd1-9871-4fe3-8e64-3840cdf42b6e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:39:53 GMT" - ], "Content-Length": [ "546" ], @@ -4590,25 +3798,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a5115ae-0267-450d-b9de-95a909b088be" + "7432ee3e-4b5e-481e-94ef-086a8d316d78" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4616,42 +3824,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:38:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1a5115ae-0267-450d-b9de-95a909b088be" + "7432ee3e-4b5e-481e-94ef-086a8d316d78" ], "request-id": [ - "1a5115ae-0267-450d-b9de-95a909b088be" + "7432ee3e-4b5e-481e-94ef-086a8d316d78" ], "elapsed-time": [ - "105" + "293" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" + "14947" ], "x-ms-correlation-request-id": [ - "5c1c86b7-4d51-4964-b2eb-d6c42dc70be8" + "e96bc69f-715f-4ec7-a2e4-c6e045674be4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214005Z:5c1c86b7-4d51-4964-b2eb-d6c42dc70be8" + "NORTHEUROPE:20200806T223846Z:e96bc69f-715f-4ec7-a2e4-c6e045674be4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:40:04 GMT" - ], "Content-Length": [ "546" ], @@ -4662,25 +3870,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8e49bba7-2b0d-4f3d-afd7-477462faf8e4" + "0e687a8d-2020-4acf-a82c-17bacd3cf1b4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4688,42 +3896,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:38:56 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8e49bba7-2b0d-4f3d-afd7-477462faf8e4" + "0e687a8d-2020-4acf-a82c-17bacd3cf1b4" ], "request-id": [ - "8e49bba7-2b0d-4f3d-afd7-477462faf8e4" + "0e687a8d-2020-4acf-a82c-17bacd3cf1b4" ], "elapsed-time": [ - "75" + "311" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" + "14946" ], "x-ms-correlation-request-id": [ - "53930f29-b8c3-474d-adaf-b6f560ea7cfd" + "12eb3b86-dbfc-4772-bf6c-453d5424eed3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214015Z:53930f29-b8c3-474d-adaf-b6f560ea7cfd" + "NORTHEUROPE:20200806T223857Z:12eb3b86-dbfc-4772-bf6c-453d5424eed3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:40:14 GMT" - ], "Content-Length": [ "546" ], @@ -4734,25 +3942,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "170ee285-be3e-4a99-8c8c-f51116ed00de" + "98a715f1-0074-4f75-aabf-bfa218a22964" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4760,42 +3968,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:39:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "170ee285-be3e-4a99-8c8c-f51116ed00de" + "98a715f1-0074-4f75-aabf-bfa218a22964" ], "request-id": [ - "170ee285-be3e-4a99-8c8c-f51116ed00de" + "98a715f1-0074-4f75-aabf-bfa218a22964" ], "elapsed-time": [ - "56" + "331" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" + "14945" ], "x-ms-correlation-request-id": [ - "c38aef88-6378-4cf4-9949-95afaec7cad1" + "06d04582-ad0a-4cc0-a58e-c35977e1f6e1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214025Z:c38aef88-6378-4cf4-9949-95afaec7cad1" + "NORTHEUROPE:20200806T223907Z:06d04582-ad0a-4cc0-a58e-c35977e1f6e1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:40:25 GMT" - ], "Content-Length": [ "546" ], @@ -4806,25 +4014,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4a1141d3-25ec-49dd-a354-d48c655ab990" + "63bff767-f75d-4d97-a9ba-e3fdeb0ae503" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4832,42 +4040,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:39:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4a1141d3-25ec-49dd-a354-d48c655ab990" + "63bff767-f75d-4d97-a9ba-e3fdeb0ae503" ], "request-id": [ - "4a1141d3-25ec-49dd-a354-d48c655ab990" + "63bff767-f75d-4d97-a9ba-e3fdeb0ae503" ], "elapsed-time": [ - "71" + "311" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" + "14944" ], "x-ms-correlation-request-id": [ - "71104bf4-7877-4768-b18d-673a038f0976" + "fcddb55d-951e-473e-852d-9935302315c5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214035Z:71104bf4-7877-4768-b18d-673a038f0976" + "NORTHEUROPE:20200806T223918Z:fcddb55d-951e-473e-852d-9935302315c5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:40:35 GMT" - ], "Content-Length": [ "546" ], @@ -4878,25 +4086,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8540a423-69a2-4907-88ee-dae8e0f4e0ba" + "9875fd9a-1cad-4f3f-bc56-405678b6c1c3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4904,42 +4112,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:39:29 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8540a423-69a2-4907-88ee-dae8e0f4e0ba" + "9875fd9a-1cad-4f3f-bc56-405678b6c1c3" ], "request-id": [ - "8540a423-69a2-4907-88ee-dae8e0f4e0ba" + "9875fd9a-1cad-4f3f-bc56-405678b6c1c3" ], "elapsed-time": [ - "72" + "940" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" + "14943" ], "x-ms-correlation-request-id": [ - "98e765a0-102f-4b0c-b956-916f727790f7" + "6df59e94-1b6b-4df1-bcfd-1d7e09119949" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214046Z:98e765a0-102f-4b0c-b956-916f727790f7" + "NORTHEUROPE:20200806T223929Z:6df59e94-1b6b-4df1-bcfd-1d7e09119949" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:40:45 GMT" - ], "Content-Length": [ "546" ], @@ -4950,25 +4158,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4639397a-c32e-4032-970e-20e97168d081" + "96debb8c-d9f8-42c2-bc4b-26496c4c98d4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4976,42 +4184,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:39:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4639397a-c32e-4032-970e-20e97168d081" + "96debb8c-d9f8-42c2-bc4b-26496c4c98d4" ], "request-id": [ - "4639397a-c32e-4032-970e-20e97168d081" + "96debb8c-d9f8-42c2-bc4b-26496c4c98d4" ], "elapsed-time": [ - "69" + "318" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" + "14942" ], "x-ms-correlation-request-id": [ - "91becf74-3fb9-497c-bd85-e7ad36fb9f24" + "b1817228-5032-457d-aed9-c54e117559f1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214057Z:91becf74-3fb9-497c-bd85-e7ad36fb9f24" + "NORTHEUROPE:20200806T223940Z:b1817228-5032-457d-aed9-c54e117559f1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:40:57 GMT" - ], "Content-Length": [ "546" ], @@ -5022,25 +4230,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7547a059-2c7a-4c09-af23-3c0491c1e28f" + "b1c578a6-5f6e-4b2b-b567-38872df13aae" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5048,42 +4256,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:39:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7547a059-2c7a-4c09-af23-3c0491c1e28f" + "b1c578a6-5f6e-4b2b-b567-38872df13aae" ], "request-id": [ - "7547a059-2c7a-4c09-af23-3c0491c1e28f" + "b1c578a6-5f6e-4b2b-b567-38872df13aae" ], "elapsed-time": [ - "60" + "297" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" + "14941" ], "x-ms-correlation-request-id": [ - "8a23d6e4-d330-4fe3-ab3a-735f262e4b62" + "23eabe11-f8ec-4c8e-a762-a4a7e837e0f2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214108Z:8a23d6e4-d330-4fe3-ab3a-735f262e4b62" + "NORTHEUROPE:20200806T223950Z:23eabe11-f8ec-4c8e-a762-a4a7e837e0f2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:41:07 GMT" - ], "Content-Length": [ "546" ], @@ -5094,25 +4302,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "22d61b9e-47ef-45e0-b217-36fbbd944698" + "ff210709-df78-42ae-bb9e-9e7a4b6d5a75" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5120,42 +4328,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:40:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "22d61b9e-47ef-45e0-b217-36fbbd944698" + "ff210709-df78-42ae-bb9e-9e7a4b6d5a75" ], "request-id": [ - "22d61b9e-47ef-45e0-b217-36fbbd944698" + "ff210709-df78-42ae-bb9e-9e7a4b6d5a75" ], "elapsed-time": [ - "58" + "330" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" + "14940" ], "x-ms-correlation-request-id": [ - "b20d2585-bb69-4b05-b6fe-f06d68fc6a13" + "4a5cfdf7-8122-47af-9a9f-f3e8387f233d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214118Z:b20d2585-bb69-4b05-b6fe-f06d68fc6a13" + "NORTHEUROPE:20200806T224001Z:4a5cfdf7-8122-47af-9a9f-f3e8387f233d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:41:17 GMT" - ], "Content-Length": [ "546" ], @@ -5166,25 +4374,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a952a793-00a6-4a03-a57b-af3206da36af" + "9129eb39-2046-4490-afcc-1bb197afb92a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5192,42 +4400,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:40:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a952a793-00a6-4a03-a57b-af3206da36af" + "9129eb39-2046-4490-afcc-1bb197afb92a" ], "request-id": [ - "a952a793-00a6-4a03-a57b-af3206da36af" + "9129eb39-2046-4490-afcc-1bb197afb92a" ], "elapsed-time": [ - "171" + "285" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" + "14939" ], "x-ms-correlation-request-id": [ - "64cb64b6-5746-450d-8755-f2f7ba1a7e55" + "9f3fc4f6-92f0-43c6-baa0-959886ac4e52" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214129Z:64cb64b6-5746-450d-8755-f2f7ba1a7e55" + "NORTHEUROPE:20200806T224011Z:9f3fc4f6-92f0-43c6-baa0-959886ac4e52" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:41:28 GMT" - ], "Content-Length": [ "546" ], @@ -5238,25 +4446,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ed7437c-373a-448f-8e7b-dd295768af90" + "7d5aba7f-7f09-45ff-b806-51ca4e7c8ac1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5264,42 +4472,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:40:21 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4ed7437c-373a-448f-8e7b-dd295768af90" + "7d5aba7f-7f09-45ff-b806-51ca4e7c8ac1" ], "request-id": [ - "4ed7437c-373a-448f-8e7b-dd295768af90" + "7d5aba7f-7f09-45ff-b806-51ca4e7c8ac1" ], "elapsed-time": [ - "1413" + "305" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" + "14938" ], "x-ms-correlation-request-id": [ - "7dbb5ac8-9f0b-4d00-993d-1f72b3557ac6" + "fe538e7b-5947-4397-9837-437d6db30898" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214141Z:7dbb5ac8-9f0b-4d00-993d-1f72b3557ac6" + "NORTHEUROPE:20200806T224022Z:fe538e7b-5947-4397-9837-437d6db30898" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:41:40 GMT" - ], "Content-Length": [ "546" ], @@ -5310,25 +4518,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60a2acdf-c38d-4205-9376-8b8eb11f0ddf" + "594d3519-dfa2-456a-b4a2-15020d9e75db" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5336,42 +4544,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:40:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "60a2acdf-c38d-4205-9376-8b8eb11f0ddf" + "594d3519-dfa2-456a-b4a2-15020d9e75db" ], "request-id": [ - "60a2acdf-c38d-4205-9376-8b8eb11f0ddf" + "594d3519-dfa2-456a-b4a2-15020d9e75db" ], "elapsed-time": [ - "58" + "289" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" + "14937" ], "x-ms-correlation-request-id": [ - "a2e03be6-1be7-4ca2-b41d-d1dfc971ae20" + "b7b549be-9e8a-4814-9246-e2a686618a52" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214151Z:a2e03be6-1be7-4ca2-b41d-d1dfc971ae20" + "NORTHEUROPE:20200806T224033Z:b7b549be-9e8a-4814-9246-e2a686618a52" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:41:51 GMT" - ], "Content-Length": [ "546" ], @@ -5382,25 +4590,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aafc16b0-1394-4ca6-a211-8264134fbf82" + "3b5a4f82-5c01-4f50-909f-954f1f26caaf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5408,42 +4616,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:40:42 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "aafc16b0-1394-4ca6-a211-8264134fbf82" + "3b5a4f82-5c01-4f50-909f-954f1f26caaf" ], "request-id": [ - "aafc16b0-1394-4ca6-a211-8264134fbf82" + "3b5a4f82-5c01-4f50-909f-954f1f26caaf" ], "elapsed-time": [ - "81" + "433" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" + "14936" ], "x-ms-correlation-request-id": [ - "82e90494-23cb-4ed8-b241-84ba7eb4776d" + "bcf18758-239d-4159-8307-df1c0ae775bf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214204Z:82e90494-23cb-4ed8-b241-84ba7eb4776d" + "NORTHEUROPE:20200806T224043Z:bcf18758-239d-4159-8307-df1c0ae775bf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:42:03 GMT" - ], "Content-Length": [ "546" ], @@ -5454,25 +4662,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3c184136-b461-4e91-9c70-613a8765dc43" + "be05bab6-4b53-4aa7-9c21-85b2975537eb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5480,42 +4688,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:40:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3c184136-b461-4e91-9c70-613a8765dc43" + "be05bab6-4b53-4aa7-9c21-85b2975537eb" ], "request-id": [ - "3c184136-b461-4e91-9c70-613a8765dc43" + "be05bab6-4b53-4aa7-9c21-85b2975537eb" ], "elapsed-time": [ - "70" + "329" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" + "14935" ], "x-ms-correlation-request-id": [ - "c7a7255f-c4b4-4dbc-9a76-4d1b9e7d01e0" + "aedad385-c4c9-481a-aab4-0391c2530e89" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214214Z:c7a7255f-c4b4-4dbc-9a76-4d1b9e7d01e0" + "NORTHEUROPE:20200806T224054Z:aedad385-c4c9-481a-aab4-0391c2530e89" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:42:14 GMT" - ], "Content-Length": [ "546" ], @@ -5526,25 +4734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "56cefe6b-f179-4884-b3ac-9dac23673825" + "8fb1cb79-f5ad-4061-a0b8-55c9d560469e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5552,42 +4760,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:41:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "56cefe6b-f179-4884-b3ac-9dac23673825" + "8fb1cb79-f5ad-4061-a0b8-55c9d560469e" ], "request-id": [ - "56cefe6b-f179-4884-b3ac-9dac23673825" + "8fb1cb79-f5ad-4061-a0b8-55c9d560469e" ], "elapsed-time": [ - "60" + "770" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" + "14934" ], "x-ms-correlation-request-id": [ - "3c9e7866-8fc8-4eb8-bb64-1da285c70bd4" + "3a71a3db-d1f0-41d7-91f3-217c2005d0ee" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214225Z:3c9e7866-8fc8-4eb8-bb64-1da285c70bd4" + "NORTHEUROPE:20200806T224105Z:3a71a3db-d1f0-41d7-91f3-217c2005d0ee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:42:25 GMT" - ], "Content-Length": [ "546" ], @@ -5598,25 +4806,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dafe6813-a2d7-4215-9ac6-29d7d2c2d974" + "f734128d-9f7a-4ae2-a2f4-e3f7ccfb71ea" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5624,42 +4832,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:41:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "dafe6813-a2d7-4215-9ac6-29d7d2c2d974" + "f734128d-9f7a-4ae2-a2f4-e3f7ccfb71ea" ], "request-id": [ - "dafe6813-a2d7-4215-9ac6-29d7d2c2d974" + "f734128d-9f7a-4ae2-a2f4-e3f7ccfb71ea" ], "elapsed-time": [ - "60" + "364" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" + "14933" ], "x-ms-correlation-request-id": [ - "e47c44f9-8bb5-4cab-a0ef-5f8e5c6bbd71" + "57d6966c-3cdd-4546-9ca1-9455712f2a3c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214235Z:e47c44f9-8bb5-4cab-a0ef-5f8e5c6bbd71" + "NORTHEUROPE:20200806T224115Z:57d6966c-3cdd-4546-9ca1-9455712f2a3c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:42:35 GMT" - ], "Content-Length": [ "546" ], @@ -5670,25 +4878,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d6697c97-134e-427e-ac5d-247263fe5fe1" + "d9bdd58a-0ea7-4424-a3ed-fed0a88c2282" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5696,42 +4904,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:41:25 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d6697c97-134e-427e-ac5d-247263fe5fe1" + "d9bdd58a-0ea7-4424-a3ed-fed0a88c2282" ], "request-id": [ - "d6697c97-134e-427e-ac5d-247263fe5fe1" + "d9bdd58a-0ea7-4424-a3ed-fed0a88c2282" ], "elapsed-time": [ - "70" + "310" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" + "14932" ], "x-ms-correlation-request-id": [ - "92afbcb6-8da6-4cb4-8f9c-223c65cfd404" + "d0372ed6-213b-4a74-9a7c-575b698b65dd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214245Z:92afbcb6-8da6-4cb4-8f9c-223c65cfd404" + "NORTHEUROPE:20200806T224126Z:d0372ed6-213b-4a74-9a7c-575b698b65dd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:42:45 GMT" - ], "Content-Length": [ "546" ], @@ -5742,25 +4950,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8049e089-5538-400f-b14d-47c8c8f2251f" + "b2cca5c1-dd0a-409d-854f-f10a26a31447" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5768,42 +4976,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:41:37 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8049e089-5538-400f-b14d-47c8c8f2251f" + "b2cca5c1-dd0a-409d-854f-f10a26a31447" ], "request-id": [ - "8049e089-5538-400f-b14d-47c8c8f2251f" + "b2cca5c1-dd0a-409d-854f-f10a26a31447" ], "elapsed-time": [ - "60" + "884" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" + "14931" ], "x-ms-correlation-request-id": [ - "aaaf1cc0-414d-416d-bf2c-d8fef351362b" + "e364b6fd-62b9-4804-b300-2c26a9ffb661" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214256Z:aaaf1cc0-414d-416d-bf2c-d8fef351362b" + "NORTHEUROPE:20200806T224138Z:e364b6fd-62b9-4804-b300-2c26a9ffb661" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:42:55 GMT" - ], "Content-Length": [ "546" ], @@ -5814,25 +5022,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19e60593-fd7b-4731-89f5-514910b076af" + "2728bead-999d-420e-a484-8a72a8951251" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5840,42 +5048,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:41:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "19e60593-fd7b-4731-89f5-514910b076af" + "2728bead-999d-420e-a484-8a72a8951251" ], "request-id": [ - "19e60593-fd7b-4731-89f5-514910b076af" + "2728bead-999d-420e-a484-8a72a8951251" ], "elapsed-time": [ - "589" + "329" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" + "14930" ], "x-ms-correlation-request-id": [ - "52034010-cf12-4d3e-8795-737a3f4ff437" + "cbb17faf-a695-454e-86ea-4ec2947d8cf0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214306Z:52034010-cf12-4d3e-8795-737a3f4ff437" + "NORTHEUROPE:20200806T224148Z:cbb17faf-a695-454e-86ea-4ec2947d8cf0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:43:06 GMT" - ], "Content-Length": [ "546" ], @@ -5886,25 +5094,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "181b2387-a4a0-484f-a791-f4538e002ba6" + "b6799a99-0d7f-40c0-a920-bc5f42f71462" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5912,42 +5120,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:41:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A28%3A55.0510945Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A36.6932243Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "181b2387-a4a0-484f-a791-f4538e002ba6" + "b6799a99-0d7f-40c0-a920-bc5f42f71462" ], "request-id": [ - "181b2387-a4a0-484f-a791-f4538e002ba6" + "b6799a99-0d7f-40c0-a920-bc5f42f71462" ], "elapsed-time": [ - "67" + "349" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" + "14929" ], "x-ms-correlation-request-id": [ - "6345cfd5-75bf-4660-ace3-014b637f8207" + "789e1ca3-ae00-4602-9044-3dc5d6da58c3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214317Z:6345cfd5-75bf-4660-ace3-014b637f8207" + "NORTHEUROPE:20200806T224159Z:789e1ca3-ae00-4602-9044-3dc5d6da58c3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:43:17 GMT" - ], "Content-Length": [ "538" ], @@ -5958,25 +5166,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174\",\r\n \"name\": \"azs-4174\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548\",\r\n \"name\": \"azs-9548\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"highDensity\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5871/providers/Microsoft.Search/searchServices/azs-4174?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1ODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MTc0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7151/providers/Microsoft.Search/searchServices/azs-9548?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d9f0ec1e-e940-431f-bed0-843d021a4be8" + "79f33e61-b89a-4b00-80a0-bdc3ceaa9c6f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5984,17 +5192,20 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:42:02 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "d9f0ec1e-e940-431f-bed0-843d021a4be8" + "79f33e61-b89a-4b00-80a0-bdc3ceaa9c6f" ], "request-id": [ - "d9f0ec1e-e940-431f-bed0-843d021a4be8" + "79f33e61-b89a-4b00-80a0-bdc3ceaa9c6f" ], "elapsed-time": [ - "862" + "898" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6003,22 +5214,19 @@ "14999" ], "x-ms-correlation-request-id": [ - "8b56372b-f34b-405e-b5c6-e8920ff0819b" + "40910a7d-0151-4e2e-88ab-1476105d4012" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214319Z:8b56372b-f34b-405e-b5c6-e8920ff0819b" + "NORTHEUROPE:20200806T224202Z:40910a7d-0151-4e2e-88ab-1476105d4012" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:43:19 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -6027,10 +5235,10 @@ ], "Names": { "GenerateName": [ - "azsmnet5871" + "azsmnet7151" ], "GenerateServiceName": [ - "azs-4174" + "azs-9548" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandard3Service.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandard3Service.json index 96010d819135..0ed656bf96e8 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandard3Service.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandard3Service.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8d8ed94e-cd1c-4158-a39f-bba04d68bd7e" + "76a3e676-8e5d-45eb-a0d1-7e319eb61584" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:11:34 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-request-id": [ - "99569024-f477-40e3-bc90-cc35ce271111" + "860f82f5-44e4-4d60-9bc0-ad50dc4b9022" ], "x-ms-correlation-request-id": [ - "99569024-f477-40e3-bc90-cc35ce271111" + "860f82f5-44e4-4d60-9bc0-ad50dc4b9022" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222417Z:99569024-f477-40e3-bc90-cc35ce271111" + "NORTHEUROPE:20200806T231134Z:860f82f5-44e4-4d60-9bc0-ad50dc4b9022" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:24:16 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4449?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0NDQ5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2551?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNTUxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "14e38b9d-34cf-4192-8a61-45f71d2d7545" + "b3c116d0-3f39-4728-ba19-a980bddca616" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:11:36 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-request-id": [ - "54935393-458a-45d2-bd96-7b9199d69f6a" + "bbf9a30e-0c21-49c8-9588-acd78889e242" ], "x-ms-correlation-request-id": [ - "54935393-458a-45d2-bd96-7b9199d69f6a" + "bbf9a30e-0c21-49c8-9588-acd78889e242" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222418Z:54935393-458a-45d2-bd96-7b9199d69f6a" + "NORTHEUROPE:20200806T231136Z:bbf9a30e-0c21-49c8-9588-acd78889e242" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:24:18 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449\",\r\n \"name\": \"azsmnet4449\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551\",\r\n \"name\": \"azsmnet2551\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"hostingMode\": \"default\"\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9f246284-f246-4153-bc81-3a04459e23c3" + "a7fd4a3d-f394-4db8-896a-6eb79f0a9397" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,39 +155,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:11:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "x-ms-request-id": [ - "9f246284-f246-4153-bc81-3a04459e23c3" + "a7fd4a3d-f394-4db8-896a-6eb79f0a9397" ], "request-id": [ - "9f246284-f246-4153-bc81-3a04459e23c3" + "a7fd4a3d-f394-4db8-896a-6eb79f0a9397" ], "elapsed-time": [ - "3077" + "3428" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1196" ], "x-ms-correlation-request-id": [ - "f8e9896e-69a5-4cf2-847a-08950fd78def" + "76764098-d3e4-46cf-a3f7-dc5c1e134c7f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222425Z:f8e9896e-69a5-4cf2-847a-08950fd78def" + "NORTHEUROPE:20200806T231144Z:76764098-d3e4-46cf-a3f7-dc5c1e134c7f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:24:24 GMT" - ], "Content-Length": [ "542" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99e7420c-2ec8-4c2e-a234-5dddca4be1cf" + "2b5ff05a-2d83-4e09-9ca8-d5429acf00a4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,23 +224,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:11:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "99e7420c-2ec8-4c2e-a234-5dddca4be1cf" + "2b5ff05a-2d83-4e09-9ca8-d5429acf00a4" ], "request-id": [ - "99e7420c-2ec8-4c2e-a234-5dddca4be1cf" + "2b5ff05a-2d83-4e09-9ca8-d5429acf00a4" ], "elapsed-time": [ - "54" + "292" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -249,17 +252,14 @@ "14999" ], "x-ms-correlation-request-id": [ - "f65b4fe1-1ad8-4e8b-a6a8-5af0f7a886e4" + "63ad6dec-0df7-4e2a-91d2-ad43f19a0784" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222435Z:f65b4fe1-1ad8-4e8b-a6a8-5af0f7a886e4" + "NORTHEUROPE:20200806T231155Z:63ad6dec-0df7-4e2a-91d2-ad43f19a0784" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:24:34 GMT" - ], "Content-Length": [ "542" ], @@ -270,25 +270,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f149d133-ad63-49c0-a4b7-920655b1a6a0" + "035347d6-9c51-4023-a235-a0de66b594f7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -296,23 +296,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:12:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f149d133-ad63-49c0-a4b7-920655b1a6a0" + "035347d6-9c51-4023-a235-a0de66b594f7" ], "request-id": [ - "f149d133-ad63-49c0-a4b7-920655b1a6a0" + "035347d6-9c51-4023-a235-a0de66b594f7" ], "elapsed-time": [ - "192" + "359" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -321,17 +324,14 @@ "14998" ], "x-ms-correlation-request-id": [ - "e5c846ad-efc6-46ed-8294-a00c4398b980" + "94c1aecc-4dd4-4426-8023-54aa0b8a9d0b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222445Z:e5c846ad-efc6-46ed-8294-a00c4398b980" + "NORTHEUROPE:20200806T231207Z:94c1aecc-4dd4-4426-8023-54aa0b8a9d0b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:24:45 GMT" - ], "Content-Length": [ "542" ], @@ -342,25 +342,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c6ccfea8-041f-4c0c-9b9e-83932eb5570e" + "8a3410b0-d998-4388-82a5-76b0c75bba15" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -368,23 +368,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:12:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c6ccfea8-041f-4c0c-9b9e-83932eb5570e" + "8a3410b0-d998-4388-82a5-76b0c75bba15" ], "request-id": [ - "c6ccfea8-041f-4c0c-9b9e-83932eb5570e" + "8a3410b0-d998-4388-82a5-76b0c75bba15" ], "elapsed-time": [ - "55" + "354" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -393,17 +396,14 @@ "14997" ], "x-ms-correlation-request-id": [ - "9c6a6348-2d37-4840-b4d5-54e4f2e0bd5c" + "a6486982-d56e-48f7-b573-930cba2d7403" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222456Z:9c6a6348-2d37-4840-b4d5-54e4f2e0bd5c" + "NORTHEUROPE:20200806T231218Z:a6486982-d56e-48f7-b573-930cba2d7403" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:24:55 GMT" - ], "Content-Length": [ "542" ], @@ -414,25 +414,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02b0a137-431c-48c5-8c2d-9f5ce197ec04" + "38c4c3f7-5b70-449e-a95c-0dd3b530fc50" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -440,23 +440,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:12:28 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "02b0a137-431c-48c5-8c2d-9f5ce197ec04" + "38c4c3f7-5b70-449e-a95c-0dd3b530fc50" ], "request-id": [ - "02b0a137-431c-48c5-8c2d-9f5ce197ec04" + "38c4c3f7-5b70-449e-a95c-0dd3b530fc50" ], "elapsed-time": [ - "57" + "384" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -465,17 +468,14 @@ "14996" ], "x-ms-correlation-request-id": [ - "b5c83f5a-3753-44fb-950e-002f0785cddb" + "fbd0bcc4-62ac-4bea-9c0d-570c75872a70" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222506Z:b5c83f5a-3753-44fb-950e-002f0785cddb" + "NORTHEUROPE:20200806T231228Z:fbd0bcc4-62ac-4bea-9c0d-570c75872a70" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:25:06 GMT" - ], "Content-Length": [ "542" ], @@ -486,25 +486,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e682e1db-029d-4f18-a5d9-145e96e73ba5" + "282066fb-39d0-4a72-ac09-8c28133044e8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -512,23 +512,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:12:39 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e682e1db-029d-4f18-a5d9-145e96e73ba5" + "282066fb-39d0-4a72-ac09-8c28133044e8" ], "request-id": [ - "e682e1db-029d-4f18-a5d9-145e96e73ba5" + "282066fb-39d0-4a72-ac09-8c28133044e8" ], "elapsed-time": [ - "74" + "825" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -537,17 +540,14 @@ "14995" ], "x-ms-correlation-request-id": [ - "ca712d5f-524f-49c6-9a01-5bf193e753e9" + "2a386f29-a965-4ffe-b7f2-7e4176517261" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222517Z:ca712d5f-524f-49c6-9a01-5bf193e753e9" + "NORTHEUROPE:20200806T231239Z:2a386f29-a965-4ffe-b7f2-7e4176517261" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:25:16 GMT" - ], "Content-Length": [ "542" ], @@ -558,25 +558,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c203da11-7a01-4eb4-8f3d-eb743b12668f" + "745df8a1-5c61-49e0-9986-37c5025063f8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -584,23 +584,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:12:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c203da11-7a01-4eb4-8f3d-eb743b12668f" + "745df8a1-5c61-49e0-9986-37c5025063f8" ], "request-id": [ - "c203da11-7a01-4eb4-8f3d-eb743b12668f" + "745df8a1-5c61-49e0-9986-37c5025063f8" ], "elapsed-time": [ - "58" + "269" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -609,17 +612,14 @@ "14994" ], "x-ms-correlation-request-id": [ - "cb28010b-20ad-427f-b748-c06eeeb4a3b1" + "3e6ad9e3-80e0-4fce-ba26-82898591be60" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222527Z:cb28010b-20ad-427f-b748-c06eeeb4a3b1" + "NORTHEUROPE:20200806T231250Z:3e6ad9e3-80e0-4fce-ba26-82898591be60" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:25:26 GMT" - ], "Content-Length": [ "542" ], @@ -630,25 +630,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4b012d87-6452-4d13-81a9-44522ec7ce3c" + "3944a12c-cb14-4c84-bb21-d489db721688" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -656,23 +656,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:13:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4b012d87-6452-4d13-81a9-44522ec7ce3c" + "3944a12c-cb14-4c84-bb21-d489db721688" ], "request-id": [ - "4b012d87-6452-4d13-81a9-44522ec7ce3c" + "3944a12c-cb14-4c84-bb21-d489db721688" ], "elapsed-time": [ - "59" + "306" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -681,17 +684,14 @@ "14993" ], "x-ms-correlation-request-id": [ - "e1ee661b-a509-45a4-abf3-e3cf290e183f" + "7bf69b2b-a6b1-48d2-ac52-3218c4438663" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222537Z:e1ee661b-a509-45a4-abf3-e3cf290e183f" + "NORTHEUROPE:20200806T231301Z:7bf69b2b-a6b1-48d2-ac52-3218c4438663" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:25:37 GMT" - ], "Content-Length": [ "542" ], @@ -702,25 +702,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e7ab306-eadd-457a-923f-868fe8c621f1" + "b53fd99a-893f-4e12-9720-d3489d0e5d9c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -728,23 +728,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:13:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1e7ab306-eadd-457a-923f-868fe8c621f1" + "b53fd99a-893f-4e12-9720-d3489d0e5d9c" ], "request-id": [ - "1e7ab306-eadd-457a-923f-868fe8c621f1" + "b53fd99a-893f-4e12-9720-d3489d0e5d9c" ], "elapsed-time": [ - "67" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -753,17 +756,14 @@ "14992" ], "x-ms-correlation-request-id": [ - "26a84bb0-1b6b-4a74-8c1f-f478c54ac3a1" + "17d822ce-6fb3-4a42-aeb9-f30b3815365f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222548Z:26a84bb0-1b6b-4a74-8c1f-f478c54ac3a1" + "NORTHEUROPE:20200806T231311Z:17d822ce-6fb3-4a42-aeb9-f30b3815365f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:25:48 GMT" - ], "Content-Length": [ "542" ], @@ -774,25 +774,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b34947fd-1520-4a47-87fd-b489efe3ac59" + "386a3baa-cb96-46f6-845c-cbec352365ea" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -800,23 +800,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:13:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b34947fd-1520-4a47-87fd-b489efe3ac59" + "386a3baa-cb96-46f6-845c-cbec352365ea" ], "request-id": [ - "b34947fd-1520-4a47-87fd-b489efe3ac59" + "386a3baa-cb96-46f6-845c-cbec352365ea" ], "elapsed-time": [ - "95" + "515" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -825,17 +828,14 @@ "14991" ], "x-ms-correlation-request-id": [ - "0b7ca3cc-c9ce-465c-8730-cff88efa09e4" + "30f7f67f-349c-4d63-a818-4b1f962f7e62" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222558Z:0b7ca3cc-c9ce-465c-8730-cff88efa09e4" + "NORTHEUROPE:20200806T231322Z:30f7f67f-349c-4d63-a818-4b1f962f7e62" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:25:58 GMT" - ], "Content-Length": [ "542" ], @@ -846,25 +846,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d072eb6a-700d-40a6-b49c-e06af858a850" + "87416318-24d6-4654-991d-2bd1308ce281" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -872,23 +872,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:13:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d072eb6a-700d-40a6-b49c-e06af858a850" + "87416318-24d6-4654-991d-2bd1308ce281" ], "request-id": [ - "d072eb6a-700d-40a6-b49c-e06af858a850" + "87416318-24d6-4654-991d-2bd1308ce281" ], "elapsed-time": [ - "62" + "293" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -897,17 +900,14 @@ "14990" ], "x-ms-correlation-request-id": [ - "f6311e1f-4f7b-4cd4-9d5c-b1d35ec94d1b" + "9dd78c75-7d63-4822-98e5-1f6ab075152b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222608Z:f6311e1f-4f7b-4cd4-9d5c-b1d35ec94d1b" + "NORTHEUROPE:20200806T231332Z:9dd78c75-7d63-4822-98e5-1f6ab075152b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:26:08 GMT" - ], "Content-Length": [ "542" ], @@ -918,25 +918,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7c31609d-5299-40dc-894d-9396ae28de9b" + "e14d9863-cfc6-4674-8671-d0bc4e93d7dd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -944,23 +944,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:13:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7c31609d-5299-40dc-894d-9396ae28de9b" + "e14d9863-cfc6-4674-8671-d0bc4e93d7dd" ], "request-id": [ - "7c31609d-5299-40dc-894d-9396ae28de9b" + "e14d9863-cfc6-4674-8671-d0bc4e93d7dd" ], "elapsed-time": [ - "63" + "296" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -969,17 +972,14 @@ "14989" ], "x-ms-correlation-request-id": [ - "f205c5d3-81f3-41a7-adf0-c3bb951da83f" + "119f33ca-3071-4225-9130-edf1a4d07b08" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222619Z:f205c5d3-81f3-41a7-adf0-c3bb951da83f" + "NORTHEUROPE:20200806T231343Z:119f33ca-3071-4225-9130-edf1a4d07b08" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:26:19 GMT" - ], "Content-Length": [ "542" ], @@ -990,25 +990,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8a8829e7-27b8-4e35-8624-1f59b2a7dd05" + "7c6c1296-67b8-4627-97a3-1abc3453715f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1016,23 +1016,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:13:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8a8829e7-27b8-4e35-8624-1f59b2a7dd05" + "7c6c1296-67b8-4627-97a3-1abc3453715f" ], "request-id": [ - "8a8829e7-27b8-4e35-8624-1f59b2a7dd05" + "7c6c1296-67b8-4627-97a3-1abc3453715f" ], "elapsed-time": [ - "66" + "285" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1041,17 +1044,14 @@ "14988" ], "x-ms-correlation-request-id": [ - "ac83e386-3684-4f42-b4bb-24425c6a63ad" + "2958484f-9c7f-45a3-982a-fff20aca0c28" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222629Z:ac83e386-3684-4f42-b4bb-24425c6a63ad" + "NORTHEUROPE:20200806T231354Z:2958484f-9c7f-45a3-982a-fff20aca0c28" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:26:29 GMT" - ], "Content-Length": [ "542" ], @@ -1062,25 +1062,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f460b14-81c0-427e-bb37-1e4c1888a21f" + "bbe6495c-c513-41d0-af8c-1d8d9ddd3d2e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1088,23 +1088,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:14:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7f460b14-81c0-427e-bb37-1e4c1888a21f" + "bbe6495c-c513-41d0-af8c-1d8d9ddd3d2e" ], "request-id": [ - "7f460b14-81c0-427e-bb37-1e4c1888a21f" + "bbe6495c-c513-41d0-af8c-1d8d9ddd3d2e" ], "elapsed-time": [ - "56" + "297" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1113,17 +1116,14 @@ "14987" ], "x-ms-correlation-request-id": [ - "11122e5b-b509-41a9-974d-55b9befc482c" + "841262a9-d0b9-4b8f-b714-18f4884f485e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222639Z:11122e5b-b509-41a9-974d-55b9befc482c" + "NORTHEUROPE:20200806T231405Z:841262a9-d0b9-4b8f-b714-18f4884f485e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:26:39 GMT" - ], "Content-Length": [ "542" ], @@ -1134,25 +1134,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9d421ae-9f23-4f0a-aca8-eff15c3b8207" + "6392d799-a035-43b8-8d19-b31d69249959" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1160,23 +1160,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:14:14 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f9d421ae-9f23-4f0a-aca8-eff15c3b8207" + "6392d799-a035-43b8-8d19-b31d69249959" ], "request-id": [ - "f9d421ae-9f23-4f0a-aca8-eff15c3b8207" + "6392d799-a035-43b8-8d19-b31d69249959" ], "elapsed-time": [ - "101" + "310" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1185,17 +1188,14 @@ "14986" ], "x-ms-correlation-request-id": [ - "83907134-bcb7-4026-b5bb-09c8cc8898fd" + "548b93bc-330c-4abf-9649-acc607dacc0c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222650Z:83907134-bcb7-4026-b5bb-09c8cc8898fd" + "NORTHEUROPE:20200806T231415Z:548b93bc-330c-4abf-9649-acc607dacc0c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:26:50 GMT" - ], "Content-Length": [ "542" ], @@ -1206,25 +1206,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "45368c8e-1c8c-4522-b544-0c4a1d5a8ce9" + "ea60208b-ad24-4760-938c-a0d7742fa4c9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1232,23 +1232,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:14:25 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "45368c8e-1c8c-4522-b544-0c4a1d5a8ce9" + "ea60208b-ad24-4760-938c-a0d7742fa4c9" ], "request-id": [ - "45368c8e-1c8c-4522-b544-0c4a1d5a8ce9" + "ea60208b-ad24-4760-938c-a0d7742fa4c9" ], "elapsed-time": [ - "235" + "324" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1257,17 +1260,14 @@ "14985" ], "x-ms-correlation-request-id": [ - "fb405e8d-92bd-4ff7-ad53-b19bc786b39b" + "181c2b19-8aab-47fe-aa23-bcf74e136af3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222700Z:fb405e8d-92bd-4ff7-ad53-b19bc786b39b" + "NORTHEUROPE:20200806T231426Z:181c2b19-8aab-47fe-aa23-bcf74e136af3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:27:00 GMT" - ], "Content-Length": [ "542" ], @@ -1278,25 +1278,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d4682e2c-f932-47e1-8cbc-a2e13cba09e7" + "a43edca0-5355-498a-83a0-0798edeef3d4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1304,23 +1304,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:14:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d4682e2c-f932-47e1-8cbc-a2e13cba09e7" + "a43edca0-5355-498a-83a0-0798edeef3d4" ], "request-id": [ - "d4682e2c-f932-47e1-8cbc-a2e13cba09e7" + "a43edca0-5355-498a-83a0-0798edeef3d4" ], "elapsed-time": [ - "52" + "259" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1329,17 +1332,14 @@ "14984" ], "x-ms-correlation-request-id": [ - "5b66f55f-d88e-494a-b421-c8c649a18540" + "a9a093e8-f571-4f7e-a309-e00c2fb9c6af" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222715Z:5b66f55f-d88e-494a-b421-c8c649a18540" + "NORTHEUROPE:20200806T231436Z:a9a093e8-f571-4f7e-a309-e00c2fb9c6af" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:27:15 GMT" - ], "Content-Length": [ "542" ], @@ -1350,25 +1350,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3939e059-d077-42d3-a4c6-6038f602c82f" + "0b7415b6-9425-445c-b78b-0fd2c267bb97" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1376,23 +1376,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:14:46 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3939e059-d077-42d3-a4c6-6038f602c82f" + "0b7415b6-9425-445c-b78b-0fd2c267bb97" ], "request-id": [ - "3939e059-d077-42d3-a4c6-6038f602c82f" + "0b7415b6-9425-445c-b78b-0fd2c267bb97" ], "elapsed-time": [ - "56" + "304" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1401,17 +1404,14 @@ "14983" ], "x-ms-correlation-request-id": [ - "56f81ad9-4e7a-430d-b5aa-4f95b65642e3" + "3123d6a7-43bb-4089-8f05-9eeec8bb6da7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222725Z:56f81ad9-4e7a-430d-b5aa-4f95b65642e3" + "NORTHEUROPE:20200806T231447Z:3123d6a7-43bb-4089-8f05-9eeec8bb6da7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:27:25 GMT" - ], "Content-Length": [ "542" ], @@ -1422,25 +1422,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a8bde32-1a76-4de8-a3d8-6a347e6d53f4" + "5ad31839-8b05-4d3d-8d52-5027ed6245e8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1448,23 +1448,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:14:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9a8bde32-1a76-4de8-a3d8-6a347e6d53f4" + "5ad31839-8b05-4d3d-8d52-5027ed6245e8" ], "request-id": [ - "9a8bde32-1a76-4de8-a3d8-6a347e6d53f4" + "5ad31839-8b05-4d3d-8d52-5027ed6245e8" ], "elapsed-time": [ - "62" + "276" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1473,17 +1476,14 @@ "14982" ], "x-ms-correlation-request-id": [ - "fdeb72a0-c74a-4e7f-bd8e-6caf19ba89d5" + "677e8778-41dd-4fda-8265-62d2bccb0baf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222737Z:fdeb72a0-c74a-4e7f-bd8e-6caf19ba89d5" + "NORTHEUROPE:20200806T231457Z:677e8778-41dd-4fda-8265-62d2bccb0baf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:27:36 GMT" - ], "Content-Length": [ "542" ], @@ -1494,25 +1494,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2e13ce86-71cb-4f38-84f2-a752acd1d1b4" + "5868077b-acab-4421-adda-2816c818d486" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1520,23 +1520,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:15:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2e13ce86-71cb-4f38-84f2-a752acd1d1b4" + "5868077b-acab-4421-adda-2816c818d486" ], "request-id": [ - "2e13ce86-71cb-4f38-84f2-a752acd1d1b4" + "5868077b-acab-4421-adda-2816c818d486" ], "elapsed-time": [ - "57" + "308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1545,17 +1548,14 @@ "14981" ], "x-ms-correlation-request-id": [ - "68d27784-3fa3-4c78-b4d6-89c9fda2a4eb" + "772094a7-c077-488d-a165-ab2da0612c90" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222747Z:68d27784-3fa3-4c78-b4d6-89c9fda2a4eb" + "NORTHEUROPE:20200806T231508Z:772094a7-c077-488d-a165-ab2da0612c90" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:27:46 GMT" - ], "Content-Length": [ "542" ], @@ -1566,25 +1566,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef57db7f-b89d-4e65-a013-88d5a42ff23c" + "783bff06-6538-4f07-8d64-b5215d2ddf94" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1592,23 +1592,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:15:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ef57db7f-b89d-4e65-a013-88d5a42ff23c" + "783bff06-6538-4f07-8d64-b5215d2ddf94" ], "request-id": [ - "ef57db7f-b89d-4e65-a013-88d5a42ff23c" + "783bff06-6538-4f07-8d64-b5215d2ddf94" ], "elapsed-time": [ - "51" + "353" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1617,17 +1620,14 @@ "14980" ], "x-ms-correlation-request-id": [ - "45415532-4c65-42de-8a57-6720defe2045" + "5522e941-2613-48dc-bbe5-66d92e21d6fc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222757Z:45415532-4c65-42de-8a57-6720defe2045" + "NORTHEUROPE:20200806T231518Z:5522e941-2613-48dc-bbe5-66d92e21d6fc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:27:56 GMT" - ], "Content-Length": [ "542" ], @@ -1638,25 +1638,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cbb26763-7d3d-4e1b-b7ca-05d1601b480c" + "74ff769d-0f63-46f4-badb-cb1f5308a32e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1664,23 +1664,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:15:28 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "cbb26763-7d3d-4e1b-b7ca-05d1601b480c" + "74ff769d-0f63-46f4-badb-cb1f5308a32e" ], "request-id": [ - "cbb26763-7d3d-4e1b-b7ca-05d1601b480c" + "74ff769d-0f63-46f4-badb-cb1f5308a32e" ], "elapsed-time": [ - "54" + "444" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1689,17 +1692,14 @@ "14979" ], "x-ms-correlation-request-id": [ - "6481f0f7-de04-4781-84da-7f8916c1af8c" + "46a57a05-70fc-4a55-b9cb-e7099106255a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222809Z:6481f0f7-de04-4781-84da-7f8916c1af8c" + "NORTHEUROPE:20200806T231529Z:46a57a05-70fc-4a55-b9cb-e7099106255a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:28:10 GMT" - ], "Content-Length": [ "542" ], @@ -1710,25 +1710,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f0161ed3-6e77-461e-95a4-924715595d31" + "0362f017-13f7-40bc-bcd8-0c4fe88eae53" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1736,23 +1736,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:15:39 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f0161ed3-6e77-461e-95a4-924715595d31" + "0362f017-13f7-40bc-bcd8-0c4fe88eae53" ], "request-id": [ - "f0161ed3-6e77-461e-95a4-924715595d31" + "0362f017-13f7-40bc-bcd8-0c4fe88eae53" ], "elapsed-time": [ - "59" + "355" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1761,17 +1764,14 @@ "14978" ], "x-ms-correlation-request-id": [ - "6132fdec-06e8-4843-ae8e-5c93c93b5fb3" + "2375839a-027c-4fe5-bd7d-491daea39349" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222820Z:6132fdec-06e8-4843-ae8e-5c93c93b5fb3" + "NORTHEUROPE:20200806T231540Z:2375839a-027c-4fe5-bd7d-491daea39349" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:28:20 GMT" - ], "Content-Length": [ "542" ], @@ -1782,25 +1782,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eeca0ca1-5047-4c5d-9486-96e4b065b7ee" + "b92a6cdf-8eac-4d9e-a74f-89c3f0f53dd2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1808,23 +1808,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:15:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "eeca0ca1-5047-4c5d-9486-96e4b065b7ee" + "b92a6cdf-8eac-4d9e-a74f-89c3f0f53dd2" ], "request-id": [ - "eeca0ca1-5047-4c5d-9486-96e4b065b7ee" + "b92a6cdf-8eac-4d9e-a74f-89c3f0f53dd2" ], "elapsed-time": [ - "167" + "330" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1833,17 +1836,14 @@ "14977" ], "x-ms-correlation-request-id": [ - "f7eb674b-d738-4e66-ac93-856ad85d53d5" + "f654697e-7575-4c30-a3b8-8c4f599de66d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222830Z:f7eb674b-d738-4e66-ac93-856ad85d53d5" + "NORTHEUROPE:20200806T231550Z:f654697e-7575-4c30-a3b8-8c4f599de66d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:28:30 GMT" - ], "Content-Length": [ "542" ], @@ -1854,25 +1854,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5a6b50e1-3351-4e95-aa78-78f8d9f98a0e" + "c55ce20b-bc73-46d3-95ac-758343aa3f54" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1880,23 +1880,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:16:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5a6b50e1-3351-4e95-aa78-78f8d9f98a0e" + "c55ce20b-bc73-46d3-95ac-758343aa3f54" ], "request-id": [ - "5a6b50e1-3351-4e95-aa78-78f8d9f98a0e" + "c55ce20b-bc73-46d3-95ac-758343aa3f54" ], "elapsed-time": [ - "66" + "294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1905,17 +1908,14 @@ "14976" ], "x-ms-correlation-request-id": [ - "ef79bf1f-a9e1-4043-ab97-0b3ec267b859" + "69ec2275-0f74-485e-bfc3-b6a5c81f1d27" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222841Z:ef79bf1f-a9e1-4043-ab97-0b3ec267b859" + "NORTHEUROPE:20200806T231601Z:69ec2275-0f74-485e-bfc3-b6a5c81f1d27" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:28:40 GMT" - ], "Content-Length": [ "542" ], @@ -1926,25 +1926,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6fd187df-dbab-454c-8d2e-ec4b3fad5704" + "f7a981f4-a0d4-4962-b727-bab82d80a799" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1952,23 +1952,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:16:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6fd187df-dbab-454c-8d2e-ec4b3fad5704" + "f7a981f4-a0d4-4962-b727-bab82d80a799" ], "request-id": [ - "6fd187df-dbab-454c-8d2e-ec4b3fad5704" + "f7a981f4-a0d4-4962-b727-bab82d80a799" ], "elapsed-time": [ - "121" + "327" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1977,17 +1980,14 @@ "14975" ], "x-ms-correlation-request-id": [ - "585c6d9e-af0e-416d-b634-07b5a1cc3e1f" + "9fa6620c-e323-428e-af15-9d77a44f8220" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222851Z:585c6d9e-af0e-416d-b634-07b5a1cc3e1f" + "NORTHEUROPE:20200806T231611Z:9fa6620c-e323-428e-af15-9d77a44f8220" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:28:51 GMT" - ], "Content-Length": [ "542" ], @@ -1998,25 +1998,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d2fac0bc-eba8-4f5d-9f4e-91bc486ea20a" + "6d03cfb2-f5d9-4909-9c5f-b71c122bc7ca" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2024,23 +2024,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:16:21 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d2fac0bc-eba8-4f5d-9f4e-91bc486ea20a" + "6d03cfb2-f5d9-4909-9c5f-b71c122bc7ca" ], "request-id": [ - "d2fac0bc-eba8-4f5d-9f4e-91bc486ea20a" + "6d03cfb2-f5d9-4909-9c5f-b71c122bc7ca" ], "elapsed-time": [ - "58" + "307" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2049,17 +2052,14 @@ "14974" ], "x-ms-correlation-request-id": [ - "55be4071-02e1-48c5-a23c-9ae706b71097" + "6cdfcc21-b135-4720-9e15-263142ea1242" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222901Z:55be4071-02e1-48c5-a23c-9ae706b71097" + "NORTHEUROPE:20200806T231622Z:6cdfcc21-b135-4720-9e15-263142ea1242" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:29:01 GMT" - ], "Content-Length": [ "542" ], @@ -2070,25 +2070,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "27e246f1-ce75-4144-86d9-6665b6859bd1" + "06580237-7611-4d51-8c76-f3b48dab7a63" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2096,23 +2096,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:16:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "27e246f1-ce75-4144-86d9-6665b6859bd1" + "06580237-7611-4d51-8c76-f3b48dab7a63" ], "request-id": [ - "27e246f1-ce75-4144-86d9-6665b6859bd1" + "06580237-7611-4d51-8c76-f3b48dab7a63" ], "elapsed-time": [ - "64" + "278" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2121,17 +2124,14 @@ "14973" ], "x-ms-correlation-request-id": [ - "2c9cc96a-941b-4c3c-a4b1-28d671db3435" + "78511844-9688-4a2f-86e1-61b9851bdf18" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222912Z:2c9cc96a-941b-4c3c-a4b1-28d671db3435" + "NORTHEUROPE:20200806T231632Z:78511844-9688-4a2f-86e1-61b9851bdf18" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:29:11 GMT" - ], "Content-Length": [ "542" ], @@ -2142,25 +2142,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4a516698-273e-46df-ba9f-9158742cd9ab" + "25c87946-9020-469e-a3a5-b7e06405a73d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2168,23 +2168,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:16:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4a516698-273e-46df-ba9f-9158742cd9ab" + "25c87946-9020-469e-a3a5-b7e06405a73d" ], "request-id": [ - "4a516698-273e-46df-ba9f-9158742cd9ab" + "25c87946-9020-469e-a3a5-b7e06405a73d" ], "elapsed-time": [ - "56" + "295" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2193,17 +2196,14 @@ "14972" ], "x-ms-correlation-request-id": [ - "b46e0ade-032f-4518-ba0c-4180a219ca45" + "30029392-053f-40d3-8f89-cdc3c017ce90" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222922Z:b46e0ade-032f-4518-ba0c-4180a219ca45" + "NORTHEUROPE:20200806T231643Z:30029392-053f-40d3-8f89-cdc3c017ce90" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:29:22 GMT" - ], "Content-Length": [ "542" ], @@ -2214,25 +2214,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e308bf38-ff4e-4476-a9f2-2d47eb7de13d" + "d4ad33ee-3d9c-461e-9a7f-bcca9b215f47" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2240,23 +2240,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:16:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e308bf38-ff4e-4476-a9f2-2d47eb7de13d" + "d4ad33ee-3d9c-461e-9a7f-bcca9b215f47" ], "request-id": [ - "e308bf38-ff4e-4476-a9f2-2d47eb7de13d" + "d4ad33ee-3d9c-461e-9a7f-bcca9b215f47" ], "elapsed-time": [ - "199" + "262" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2265,17 +2268,14 @@ "14971" ], "x-ms-correlation-request-id": [ - "5e4e22e0-3a01-4bda-a760-21cde9ea0e76" + "cba89cab-08f5-4db4-9fdb-1adbd6aee461" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222933Z:5e4e22e0-3a01-4bda-a760-21cde9ea0e76" + "NORTHEUROPE:20200806T231653Z:cba89cab-08f5-4db4-9fdb-1adbd6aee461" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:29:33 GMT" - ], "Content-Length": [ "542" ], @@ -2286,25 +2286,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25babd69-f1fc-4565-889a-ef81745c5399" + "a7af371c-5390-4bf7-a4f9-8f002e61dc50" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2312,23 +2312,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:17:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "25babd69-f1fc-4565-889a-ef81745c5399" + "a7af371c-5390-4bf7-a4f9-8f002e61dc50" ], "request-id": [ - "25babd69-f1fc-4565-889a-ef81745c5399" + "a7af371c-5390-4bf7-a4f9-8f002e61dc50" ], "elapsed-time": [ - "56" + "523" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2337,17 +2340,14 @@ "14970" ], "x-ms-correlation-request-id": [ - "1a61fdcc-2b55-41a8-9ad3-370fb5c02d49" + "2ed41cf2-44a8-466b-b44d-448e35da724b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222947Z:1a61fdcc-2b55-41a8-9ad3-370fb5c02d49" + "NORTHEUROPE:20200806T231705Z:2ed41cf2-44a8-466b-b44d-448e35da724b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:29:47 GMT" - ], "Content-Length": [ "542" ], @@ -2358,25 +2358,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1c6bbb86-e083-4a4f-a982-9b15cc8ba606" + "5eee0476-f2f3-4dcb-a4ba-17778f226cd9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2384,23 +2384,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:17:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1c6bbb86-e083-4a4f-a982-9b15cc8ba606" + "5eee0476-f2f3-4dcb-a4ba-17778f226cd9" ], "request-id": [ - "1c6bbb86-e083-4a4f-a982-9b15cc8ba606" + "5eee0476-f2f3-4dcb-a4ba-17778f226cd9" ], "elapsed-time": [ - "56" + "279" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2409,17 +2412,14 @@ "14969" ], "x-ms-correlation-request-id": [ - "d95a4016-cc12-433c-bce4-44b628ec9e00" + "904af123-e8e4-4f96-b1df-18e359aece9b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T222957Z:d95a4016-cc12-433c-bce4-44b628ec9e00" + "NORTHEUROPE:20200806T231715Z:904af123-e8e4-4f96-b1df-18e359aece9b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:29:56 GMT" - ], "Content-Length": [ "542" ], @@ -2430,25 +2430,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "74575bf8-d2f0-4ecb-8b6f-da7bc16d3f44" + "dab8edd2-fc19-47af-99ab-74f92be965a1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2456,23 +2456,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:17:25 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "74575bf8-d2f0-4ecb-8b6f-da7bc16d3f44" + "dab8edd2-fc19-47af-99ab-74f92be965a1" ], "request-id": [ - "74575bf8-d2f0-4ecb-8b6f-da7bc16d3f44" + "dab8edd2-fc19-47af-99ab-74f92be965a1" ], "elapsed-time": [ - "62" + "302" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2481,17 +2484,14 @@ "14968" ], "x-ms-correlation-request-id": [ - "2fcdc1fa-3ed3-4182-a988-3cd41c8f93d1" + "7dcdf914-4db7-4f41-a5cb-2537cf5c539e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223008Z:2fcdc1fa-3ed3-4182-a988-3cd41c8f93d1" + "NORTHEUROPE:20200806T231726Z:7dcdf914-4db7-4f41-a5cb-2537cf5c539e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:30:07 GMT" - ], "Content-Length": [ "542" ], @@ -2502,25 +2502,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "006c5c29-fe93-461e-9fdd-60cec95efe99" + "62fee57c-b05a-4c75-aa84-6b8f4437e420" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2528,23 +2528,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:17:37 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "006c5c29-fe93-461e-9fdd-60cec95efe99" + "62fee57c-b05a-4c75-aa84-6b8f4437e420" ], "request-id": [ - "006c5c29-fe93-461e-9fdd-60cec95efe99" + "62fee57c-b05a-4c75-aa84-6b8f4437e420" ], "elapsed-time": [ - "55" + "337" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2553,17 +2556,14 @@ "14967" ], "x-ms-correlation-request-id": [ - "4bd1eae2-8b6b-4132-bd89-ceb8efed1189" + "f07bd72e-95f6-4c05-a104-f002e36592a4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223018Z:4bd1eae2-8b6b-4132-bd89-ceb8efed1189" + "NORTHEUROPE:20200806T231737Z:f07bd72e-95f6-4c05-a104-f002e36592a4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:30:17 GMT" - ], "Content-Length": [ "542" ], @@ -2574,25 +2574,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0bb6b3ff-2c85-4816-94e9-c1d2c06a1ddf" + "3b0746cd-3bfb-455a-9377-3bbc571574ab" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2600,23 +2600,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:17:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0bb6b3ff-2c85-4816-94e9-c1d2c06a1ddf" + "3b0746cd-3bfb-455a-9377-3bbc571574ab" ], "request-id": [ - "0bb6b3ff-2c85-4816-94e9-c1d2c06a1ddf" + "3b0746cd-3bfb-455a-9377-3bbc571574ab" ], "elapsed-time": [ - "57" + "324" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2625,17 +2628,14 @@ "14966" ], "x-ms-correlation-request-id": [ - "3d6546e8-312e-49d5-83ee-2b2611c52392" + "ddab2f63-e967-4fff-907b-da94fe600be1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223028Z:3d6546e8-312e-49d5-83ee-2b2611c52392" + "NORTHEUROPE:20200806T231747Z:ddab2f63-e967-4fff-907b-da94fe600be1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:30:28 GMT" - ], "Content-Length": [ "542" ], @@ -2646,25 +2646,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d2583fca-bbc2-4f68-b2b3-aa9f61f77e1e" + "a2fcc7d6-90cd-4a90-b0da-3de3bdbaa2b6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2672,23 +2672,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:17:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d2583fca-bbc2-4f68-b2b3-aa9f61f77e1e" + "a2fcc7d6-90cd-4a90-b0da-3de3bdbaa2b6" ], "request-id": [ - "d2583fca-bbc2-4f68-b2b3-aa9f61f77e1e" + "a2fcc7d6-90cd-4a90-b0da-3de3bdbaa2b6" ], "elapsed-time": [ - "71" + "347" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2697,17 +2700,14 @@ "14965" ], "x-ms-correlation-request-id": [ - "22e6cd81-90c8-48f7-8d01-42271f6bcd74" + "1f967ce4-a7ea-4bf4-bc14-ff16b6412419" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223039Z:22e6cd81-90c8-48f7-8d01-42271f6bcd74" + "NORTHEUROPE:20200806T231758Z:1f967ce4-a7ea-4bf4-bc14-ff16b6412419" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:30:38 GMT" - ], "Content-Length": [ "542" ], @@ -2718,25 +2718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "585df27a-ac63-45f7-a414-03d858497f47" + "1297dc71-e3e6-4da3-b7a0-67ca3fb5fd9b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2744,23 +2744,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:18:09 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "585df27a-ac63-45f7-a414-03d858497f47" + "1297dc71-e3e6-4da3-b7a0-67ca3fb5fd9b" ], "request-id": [ - "585df27a-ac63-45f7-a414-03d858497f47" + "1297dc71-e3e6-4da3-b7a0-67ca3fb5fd9b" ], "elapsed-time": [ - "73" + "368" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2769,17 +2772,14 @@ "14964" ], "x-ms-correlation-request-id": [ - "afe11632-14e3-4039-8ce4-f5a9b3cedbb4" + "ed1049f1-5b36-46d1-94fc-d6f02ef6985c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223050Z:afe11632-14e3-4039-8ce4-f5a9b3cedbb4" + "NORTHEUROPE:20200806T231809Z:ed1049f1-5b36-46d1-94fc-d6f02ef6985c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:30:50 GMT" - ], "Content-Length": [ "542" ], @@ -2790,25 +2790,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ad9806ef-f4ea-4646-9ff6-15ccede2e08c" + "fac85f68-f8be-4bca-a42e-b2c1d613fcee" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2816,23 +2816,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:18:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ad9806ef-f4ea-4646-9ff6-15ccede2e08c" + "fac85f68-f8be-4bca-a42e-b2c1d613fcee" ], "request-id": [ - "ad9806ef-f4ea-4646-9ff6-15ccede2e08c" + "fac85f68-f8be-4bca-a42e-b2c1d613fcee" ], "elapsed-time": [ - "62" + "312" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2841,17 +2844,14 @@ "14963" ], "x-ms-correlation-request-id": [ - "2f4aee01-8b7e-4d73-a4aa-8a2cbceff378" + "efe59d7f-3b72-47ea-9e9e-92c46d697d05" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223100Z:2f4aee01-8b7e-4d73-a4aa-8a2cbceff378" + "NORTHEUROPE:20200806T231819Z:efe59d7f-3b72-47ea-9e9e-92c46d697d05" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:31:00 GMT" - ], "Content-Length": [ "542" ], @@ -2862,25 +2862,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7ef36a4f-42ab-4d78-8da1-b0ee6870d04b" + "591cbde8-df59-42bb-b408-275426b2b99b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2888,23 +2888,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:18:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7ef36a4f-42ab-4d78-8da1-b0ee6870d04b" + "591cbde8-df59-42bb-b408-275426b2b99b" ], "request-id": [ - "7ef36a4f-42ab-4d78-8da1-b0ee6870d04b" + "591cbde8-df59-42bb-b408-275426b2b99b" ], "elapsed-time": [ - "56" + "665" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2913,17 +2916,14 @@ "14962" ], "x-ms-correlation-request-id": [ - "43dcceb4-5c7c-4e70-9a25-1a1393f6ebfc" + "842cd2c4-128f-48a4-b030-f5f753c3584f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223110Z:43dcceb4-5c7c-4e70-9a25-1a1393f6ebfc" + "NORTHEUROPE:20200806T231830Z:842cd2c4-128f-48a4-b030-f5f753c3584f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:31:10 GMT" - ], "Content-Length": [ "542" ], @@ -2934,25 +2934,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ee39f5d-cb60-41af-8817-a25228813956" + "562ed15e-5235-455f-a179-afec2ff82291" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2960,23 +2960,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:18:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6ee39f5d-cb60-41af-8817-a25228813956" + "562ed15e-5235-455f-a179-afec2ff82291" ], "request-id": [ - "6ee39f5d-cb60-41af-8817-a25228813956" + "562ed15e-5235-455f-a179-afec2ff82291" ], "elapsed-time": [ - "58" + "285" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2985,17 +2988,14 @@ "14961" ], "x-ms-correlation-request-id": [ - "7e55a431-11bf-4205-b159-5a3dcd61728a" + "375b8903-217b-4854-b761-725f71443c0e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223121Z:7e55a431-11bf-4205-b159-5a3dcd61728a" + "NORTHEUROPE:20200806T231840Z:375b8903-217b-4854-b761-725f71443c0e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:31:21 GMT" - ], "Content-Length": [ "542" ], @@ -3006,25 +3006,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1fbfd84c-fa1a-49b5-9687-1c44fd616da3" + "409e9c09-916c-47a6-893d-522b3ac89bad" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3032,23 +3032,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:18:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1fbfd84c-fa1a-49b5-9687-1c44fd616da3" + "409e9c09-916c-47a6-893d-522b3ac89bad" ], "request-id": [ - "1fbfd84c-fa1a-49b5-9687-1c44fd616da3" + "409e9c09-916c-47a6-893d-522b3ac89bad" ], "elapsed-time": [ - "55" + "335" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3057,17 +3060,14 @@ "14960" ], "x-ms-correlation-request-id": [ - "f64b50cb-dbc2-4331-871d-2719960cf5aa" + "2ddf3d84-6ce8-4cd5-8c2a-6e1c3922db63" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223131Z:f64b50cb-dbc2-4331-871d-2719960cf5aa" + "NORTHEUROPE:20200806T231851Z:2ddf3d84-6ce8-4cd5-8c2a-6e1c3922db63" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:31:31 GMT" - ], "Content-Length": [ "542" ], @@ -3078,25 +3078,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "63cbf6a7-8c1d-4fac-ba42-f81e5b139f59" + "9edaee5b-4856-4751-80a5-f482a46cca48" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3104,23 +3104,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:19:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "63cbf6a7-8c1d-4fac-ba42-f81e5b139f59" + "9edaee5b-4856-4751-80a5-f482a46cca48" ], "request-id": [ - "63cbf6a7-8c1d-4fac-ba42-f81e5b139f59" + "9edaee5b-4856-4751-80a5-f482a46cca48" ], "elapsed-time": [ - "209" + "296" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3129,17 +3132,14 @@ "14959" ], "x-ms-correlation-request-id": [ - "de6eaed3-c8f2-4c36-bf2a-d026c09cc567" + "d2982954-cdd8-4e20-a1e6-8288afa7ecf3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223142Z:de6eaed3-c8f2-4c36-bf2a-d026c09cc567" + "NORTHEUROPE:20200806T231902Z:d2982954-cdd8-4e20-a1e6-8288afa7ecf3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:31:42 GMT" - ], "Content-Length": [ "542" ], @@ -3150,25 +3150,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "14c0694b-3eaf-426a-bcce-af30fe81ccd4" + "07bf7311-3cf9-487e-ba4e-30d83dd71acc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3176,23 +3176,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:19:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "14c0694b-3eaf-426a-bcce-af30fe81ccd4" + "07bf7311-3cf9-487e-ba4e-30d83dd71acc" ], "request-id": [ - "14c0694b-3eaf-426a-bcce-af30fe81ccd4" + "07bf7311-3cf9-487e-ba4e-30d83dd71acc" ], "elapsed-time": [ - "55" + "377" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3201,17 +3204,14 @@ "14958" ], "x-ms-correlation-request-id": [ - "e1e8ca35-82a5-4cac-9797-9f1de9c15fc4" + "432c1751-6295-45af-a80a-4b97701d6347" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223152Z:e1e8ca35-82a5-4cac-9797-9f1de9c15fc4" + "NORTHEUROPE:20200806T231912Z:432c1751-6295-45af-a80a-4b97701d6347" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:31:51 GMT" - ], "Content-Length": [ "542" ], @@ -3222,25 +3222,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b76edc3e-88af-4610-9e54-14deb8f4ffdf" + "2580819e-3ad5-42bf-9895-2f1c293693d4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3248,23 +3248,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:19:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b76edc3e-88af-4610-9e54-14deb8f4ffdf" + "2580819e-3ad5-42bf-9895-2f1c293693d4" ], "request-id": [ - "b76edc3e-88af-4610-9e54-14deb8f4ffdf" + "2580819e-3ad5-42bf-9895-2f1c293693d4" ], "elapsed-time": [ - "63" + "353" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3273,17 +3276,14 @@ "14957" ], "x-ms-correlation-request-id": [ - "fc943154-a6a9-4cf6-b6b1-24ce195db527" + "33383891-6220-4481-8b2d-837adf5f6f80" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223203Z:fc943154-a6a9-4cf6-b6b1-24ce195db527" + "NORTHEUROPE:20200806T231923Z:33383891-6220-4481-8b2d-837adf5f6f80" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:32:03 GMT" - ], "Content-Length": [ "542" ], @@ -3294,25 +3294,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "32069ffc-9de5-41c5-aa6b-20d829351058" + "4169b1b9-d1b5-4b0a-8ed3-7eeafc31a969" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3320,23 +3320,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:19:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "32069ffc-9de5-41c5-aa6b-20d829351058" + "4169b1b9-d1b5-4b0a-8ed3-7eeafc31a969" ], "request-id": [ - "32069ffc-9de5-41c5-aa6b-20d829351058" + "4169b1b9-d1b5-4b0a-8ed3-7eeafc31a969" ], "elapsed-time": [ - "52" + "313" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3345,17 +3348,14 @@ "14956" ], "x-ms-correlation-request-id": [ - "8c951a12-1ccd-4b3e-9820-5eb9664afcd7" + "5d0df015-d9aa-4871-9b46-4e4adaa41f15" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223213Z:8c951a12-1ccd-4b3e-9820-5eb9664afcd7" + "NORTHEUROPE:20200806T231933Z:5d0df015-d9aa-4871-9b46-4e4adaa41f15" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:32:12 GMT" - ], "Content-Length": [ "542" ], @@ -3366,25 +3366,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d5ab3a3-dc69-46bb-8259-9a37f694b97e" + "8a92800d-bb61-4d69-a9e9-4405dee565d3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3392,23 +3392,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:19:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4d5ab3a3-dc69-46bb-8259-9a37f694b97e" + "8a92800d-bb61-4d69-a9e9-4405dee565d3" ], "request-id": [ - "4d5ab3a3-dc69-46bb-8259-9a37f694b97e" + "8a92800d-bb61-4d69-a9e9-4405dee565d3" ], "elapsed-time": [ - "52" + "276" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3417,17 +3420,14 @@ "14955" ], "x-ms-correlation-request-id": [ - "f301bf8b-cd77-4847-98d5-d8efd2fbcfe8" + "45a264d8-90c8-4751-9a77-5f98b794ca5d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223223Z:f301bf8b-cd77-4847-98d5-d8efd2fbcfe8" + "NORTHEUROPE:20200806T231944Z:45a264d8-90c8-4751-9a77-5f98b794ca5d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:32:23 GMT" - ], "Content-Length": [ "542" ], @@ -3438,25 +3438,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ac9988a-2da4-4e00-b57f-b8b44bda4483" + "2376fa04-3db7-45e3-a30b-991e8569dd76" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3464,23 +3464,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:19:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4ac9988a-2da4-4e00-b57f-b8b44bda4483" + "2376fa04-3db7-45e3-a30b-991e8569dd76" ], "request-id": [ - "4ac9988a-2da4-4e00-b57f-b8b44bda4483" + "2376fa04-3db7-45e3-a30b-991e8569dd76" ], "elapsed-time": [ - "54" + "347" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3489,17 +3492,14 @@ "14954" ], "x-ms-correlation-request-id": [ - "ea29d885-fe34-4156-98a0-5294a84dfc01" + "9eeeba12-e19c-4334-a5ff-f3c4961e16de" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223234Z:ea29d885-fe34-4156-98a0-5294a84dfc01" + "NORTHEUROPE:20200806T231954Z:9eeeba12-e19c-4334-a5ff-f3c4961e16de" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:32:34 GMT" - ], "Content-Length": [ "542" ], @@ -3510,25 +3510,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "39a278aa-1817-42c4-b7d6-0c080100634c" + "45968752-a8f4-4236-aa77-9bffbaa62964" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3536,23 +3536,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:20:04 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "39a278aa-1817-42c4-b7d6-0c080100634c" + "45968752-a8f4-4236-aa77-9bffbaa62964" ], "request-id": [ - "39a278aa-1817-42c4-b7d6-0c080100634c" + "45968752-a8f4-4236-aa77-9bffbaa62964" ], "elapsed-time": [ - "58" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3561,17 +3564,14 @@ "14953" ], "x-ms-correlation-request-id": [ - "b0f55758-69f2-443b-b69e-7b2fb84210da" + "4206957f-29d0-4509-8e38-908a9b3b4a24" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223244Z:b0f55758-69f2-443b-b69e-7b2fb84210da" + "NORTHEUROPE:20200806T232005Z:4206957f-29d0-4509-8e38-908a9b3b4a24" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:32:44 GMT" - ], "Content-Length": [ "542" ], @@ -3582,25 +3582,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "874579d5-a57e-481e-9aea-9150f98dd3e5" + "d4666eed-ddba-40e1-9ac0-401010e8a7db" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3608,23 +3608,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:20:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "874579d5-a57e-481e-9aea-9150f98dd3e5" + "d4666eed-ddba-40e1-9ac0-401010e8a7db" ], "request-id": [ - "874579d5-a57e-481e-9aea-9150f98dd3e5" + "d4666eed-ddba-40e1-9ac0-401010e8a7db" ], "elapsed-time": [ - "280" + "310" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3633,17 +3636,14 @@ "14952" ], "x-ms-correlation-request-id": [ - "56d518f7-6ee9-4c12-9b9a-b8d81bf57679" + "fd3c2bd8-5d6d-441f-a240-ec1f8c03fda7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223255Z:56d518f7-6ee9-4c12-9b9a-b8d81bf57679" + "NORTHEUROPE:20200806T232016Z:fd3c2bd8-5d6d-441f-a240-ec1f8c03fda7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:32:55 GMT" - ], "Content-Length": [ "542" ], @@ -3654,25 +3654,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "677ceff5-bdf3-4032-a98b-191a5f73e655" + "d56a9387-ece3-4b79-b066-e6af68f855d9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3680,23 +3680,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:20:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "677ceff5-bdf3-4032-a98b-191a5f73e655" + "d56a9387-ece3-4b79-b066-e6af68f855d9" ], "request-id": [ - "677ceff5-bdf3-4032-a98b-191a5f73e655" + "d56a9387-ece3-4b79-b066-e6af68f855d9" ], "elapsed-time": [ - "60" + "299" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3705,17 +3708,14 @@ "14951" ], "x-ms-correlation-request-id": [ - "51d33f31-c1e9-4b9c-a293-a242bb5248cd" + "dea6251d-7373-4508-aa1e-ca3925d7654c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223305Z:51d33f31-c1e9-4b9c-a293-a242bb5248cd" + "NORTHEUROPE:20200806T232026Z:dea6251d-7373-4508-aa1e-ca3925d7654c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:33:05 GMT" - ], "Content-Length": [ "542" ], @@ -3726,25 +3726,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1bfab1ea-c79a-425e-9301-81169ac34cec" + "3097890b-4128-43af-bb35-30e6398a8fe8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3752,23 +3752,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:20:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1bfab1ea-c79a-425e-9301-81169ac34cec" + "3097890b-4128-43af-bb35-30e6398a8fe8" ], "request-id": [ - "1bfab1ea-c79a-425e-9301-81169ac34cec" + "3097890b-4128-43af-bb35-30e6398a8fe8" ], "elapsed-time": [ - "56" + "326" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3777,17 +3780,14 @@ "14950" ], "x-ms-correlation-request-id": [ - "dac65f3f-a9d7-44d5-bcd1-27509a9d2fff" + "b25beeb4-b764-43a1-a4dc-c87dda954af5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223315Z:dac65f3f-a9d7-44d5-bcd1-27509a9d2fff" + "NORTHEUROPE:20200806T232037Z:b25beeb4-b764-43a1-a4dc-c87dda954af5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:33:15 GMT" - ], "Content-Length": [ "542" ], @@ -3798,25 +3798,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "efd4e8c5-79bc-48a7-81d9-b9b2d79824fa" + "98ef4c37-f1e2-4a6f-b9a1-bcceb5fb6f59" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3824,23 +3824,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:20:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "efd4e8c5-79bc-48a7-81d9-b9b2d79824fa" + "98ef4c37-f1e2-4a6f-b9a1-bcceb5fb6f59" ], "request-id": [ - "efd4e8c5-79bc-48a7-81d9-b9b2d79824fa" + "98ef4c37-f1e2-4a6f-b9a1-bcceb5fb6f59" ], "elapsed-time": [ - "60" + "268" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3849,17 +3852,14 @@ "14949" ], "x-ms-correlation-request-id": [ - "d07f67fc-754e-4b35-8994-28bea14708c0" + "8b11e9ee-87b3-491f-b051-176db4f72d76" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223326Z:d07f67fc-754e-4b35-8994-28bea14708c0" + "NORTHEUROPE:20200806T232047Z:8b11e9ee-87b3-491f-b051-176db4f72d76" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:33:25 GMT" - ], "Content-Length": [ "542" ], @@ -3870,25 +3870,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "45d882b0-f7b1-4b2a-b64d-6b23826ad13d" + "f5af770a-e318-4ac8-9363-a1953ef17b70" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3896,23 +3896,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:20:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "45d882b0-f7b1-4b2a-b64d-6b23826ad13d" + "f5af770a-e318-4ac8-9363-a1953ef17b70" ], "request-id": [ - "45d882b0-f7b1-4b2a-b64d-6b23826ad13d" + "f5af770a-e318-4ac8-9363-a1953ef17b70" ], "elapsed-time": [ - "56" + "310" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3921,17 +3924,14 @@ "14948" ], "x-ms-correlation-request-id": [ - "b2242021-7cb8-424d-b89f-d01211933afd" + "4091fdc8-0bbc-4138-a401-ce5fe5300018" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223336Z:b2242021-7cb8-424d-b89f-d01211933afd" + "NORTHEUROPE:20200806T232058Z:4091fdc8-0bbc-4138-a401-ce5fe5300018" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:33:35 GMT" - ], "Content-Length": [ "542" ], @@ -3942,25 +3942,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16017796-b0ab-4602-8669-aaf3887c0c24" + "48aa86cd-b803-4a0f-a942-3f7e54d37187" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3968,23 +3968,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:21:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "16017796-b0ab-4602-8669-aaf3887c0c24" + "48aa86cd-b803-4a0f-a942-3f7e54d37187" ], "request-id": [ - "16017796-b0ab-4602-8669-aaf3887c0c24" + "48aa86cd-b803-4a0f-a942-3f7e54d37187" ], "elapsed-time": [ - "83" + "275" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3993,17 +3996,14 @@ "14947" ], "x-ms-correlation-request-id": [ - "268cbc0f-cf9f-4ff5-be04-62cb1029197d" + "4e01dcc8-300f-4de2-b5c3-d7c993ab8889" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223346Z:268cbc0f-cf9f-4ff5-be04-62cb1029197d" + "NORTHEUROPE:20200806T232108Z:4e01dcc8-300f-4de2-b5c3-d7c993ab8889" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:33:46 GMT" - ], "Content-Length": [ "542" ], @@ -4014,25 +4014,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "682974d6-e350-4ce9-ae7c-31d983282c27" + "0964d721-0f7e-4acd-ac5c-e00cf54ac1fe" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4040,23 +4040,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:21:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "682974d6-e350-4ce9-ae7c-31d983282c27" + "0964d721-0f7e-4acd-ac5c-e00cf54ac1fe" ], "request-id": [ - "682974d6-e350-4ce9-ae7c-31d983282c27" + "0964d721-0f7e-4acd-ac5c-e00cf54ac1fe" ], "elapsed-time": [ - "59" + "319" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4065,17 +4068,14 @@ "14946" ], "x-ms-correlation-request-id": [ - "49f74a73-d98e-4216-a402-0845f72f3906" + "55df3e52-c488-4259-a336-0c1cc730b7c7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223356Z:49f74a73-d98e-4216-a402-0845f72f3906" + "NORTHEUROPE:20200806T232119Z:55df3e52-c488-4259-a336-0c1cc730b7c7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:33:56 GMT" - ], "Content-Length": [ "542" ], @@ -4086,25 +4086,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eaf284de-163c-434b-bcf3-027ad1dd4a44" + "d1685609-aa82-4cca-be2d-d8f18f71cb90" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4112,23 +4112,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:21:29 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "eaf284de-163c-434b-bcf3-027ad1dd4a44" + "d1685609-aa82-4cca-be2d-d8f18f71cb90" ], "request-id": [ - "eaf284de-163c-434b-bcf3-027ad1dd4a44" + "d1685609-aa82-4cca-be2d-d8f18f71cb90" ], "elapsed-time": [ - "53" + "498" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4137,17 +4140,14 @@ "14945" ], "x-ms-correlation-request-id": [ - "b9c0c0d4-97e2-4158-91e6-1f651ecf2d67" + "b0e0defe-7c5c-4572-8322-56bdf262b7b8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223407Z:b9c0c0d4-97e2-4158-91e6-1f651ecf2d67" + "NORTHEUROPE:20200806T232129Z:b0e0defe-7c5c-4572-8322-56bdf262b7b8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:34:07 GMT" - ], "Content-Length": [ "542" ], @@ -4158,25 +4158,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60db34a4-412c-4caa-8f6b-aceb3265fae1" + "ac42e501-dfec-45f5-8933-3f8c941eabcf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4184,23 +4184,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:21:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "60db34a4-412c-4caa-8f6b-aceb3265fae1" + "ac42e501-dfec-45f5-8933-3f8c941eabcf" ], "request-id": [ - "60db34a4-412c-4caa-8f6b-aceb3265fae1" + "ac42e501-dfec-45f5-8933-3f8c941eabcf" ], "elapsed-time": [ - "55" + "336" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4209,17 +4212,14 @@ "14944" ], "x-ms-correlation-request-id": [ - "e6a014ce-46e2-4bf0-9353-77ac5f9d3ba6" + "efeb24f9-6f88-465c-b92d-e385e205a780" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223417Z:e6a014ce-46e2-4bf0-9353-77ac5f9d3ba6" + "NORTHEUROPE:20200806T232140Z:efeb24f9-6f88-465c-b92d-e385e205a780" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:34:17 GMT" - ], "Content-Length": [ "542" ], @@ -4230,25 +4230,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e79388d9-69c6-4e96-bb7f-db45eee15954" + "f29c27a9-12e0-428e-a2c8-758e4df15461" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4256,23 +4256,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:21:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e79388d9-69c6-4e96-bb7f-db45eee15954" + "f29c27a9-12e0-428e-a2c8-758e4df15461" ], "request-id": [ - "e79388d9-69c6-4e96-bb7f-db45eee15954" + "f29c27a9-12e0-428e-a2c8-758e4df15461" ], "elapsed-time": [ - "54" + "415" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4281,17 +4284,14 @@ "14943" ], "x-ms-correlation-request-id": [ - "f762a6fd-51bf-4916-ae9b-cac6ba476283" + "3c964364-27b8-443f-9317-09c73c5bbf4d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223428Z:f762a6fd-51bf-4916-ae9b-cac6ba476283" + "NORTHEUROPE:20200806T232151Z:3c964364-27b8-443f-9317-09c73c5bbf4d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:34:27 GMT" - ], "Content-Length": [ "542" ], @@ -4302,25 +4302,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a75e8d4d-aa1e-4916-9d73-abf916cc1e93" + "79382893-3010-4459-af35-b2d57e1b53cb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4328,23 +4328,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:22:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a75e8d4d-aa1e-4916-9d73-abf916cc1e93" + "79382893-3010-4459-af35-b2d57e1b53cb" ], "request-id": [ - "a75e8d4d-aa1e-4916-9d73-abf916cc1e93" + "79382893-3010-4459-af35-b2d57e1b53cb" ], "elapsed-time": [ - "50" + "297" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4353,17 +4356,14 @@ "14942" ], "x-ms-correlation-request-id": [ - "dac7cd5a-517f-4ee4-a4a2-572688caa366" + "d96c7efb-21e5-4160-869a-957fbf1312bb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223438Z:dac7cd5a-517f-4ee4-a4a2-572688caa366" + "NORTHEUROPE:20200806T232201Z:d96c7efb-21e5-4160-869a-957fbf1312bb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:34:37 GMT" - ], "Content-Length": [ "542" ], @@ -4374,25 +4374,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9749732d-7457-4843-91b5-6484cf4aa150" + "e4a9c962-dc65-4132-8afa-afc5fd9abc19" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4400,23 +4400,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:22:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9749732d-7457-4843-91b5-6484cf4aa150" + "e4a9c962-dc65-4132-8afa-afc5fd9abc19" ], "request-id": [ - "9749732d-7457-4843-91b5-6484cf4aa150" + "e4a9c962-dc65-4132-8afa-afc5fd9abc19" ], "elapsed-time": [ - "156" + "302" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4425,17 +4428,14 @@ "14941" ], "x-ms-correlation-request-id": [ - "89ca58bb-8368-4c65-8e79-981328961d24" + "ee7de4ff-066d-4a5c-937a-dccb3ea43bcc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223449Z:89ca58bb-8368-4c65-8e79-981328961d24" + "NORTHEUROPE:20200806T232212Z:ee7de4ff-066d-4a5c-937a-dccb3ea43bcc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:34:49 GMT" - ], "Content-Length": [ "542" ], @@ -4446,25 +4446,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4acc9764-ac47-40ef-9b17-1c00a0dbec35" + "32c48a1c-d647-44d2-94a8-6b27eb8113c2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4472,23 +4472,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:22:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4acc9764-ac47-40ef-9b17-1c00a0dbec35" + "32c48a1c-d647-44d2-94a8-6b27eb8113c2" ], "request-id": [ - "4acc9764-ac47-40ef-9b17-1c00a0dbec35" + "32c48a1c-d647-44d2-94a8-6b27eb8113c2" ], "elapsed-time": [ - "53" + "454" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4497,17 +4500,14 @@ "14940" ], "x-ms-correlation-request-id": [ - "724748bd-0b51-4424-8c1b-524142dacda3" + "2b5af7e4-14d5-4176-a41b-c917bf6fe57c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223459Z:724748bd-0b51-4424-8c1b-524142dacda3" + "NORTHEUROPE:20200806T232223Z:2b5af7e4-14d5-4176-a41b-c917bf6fe57c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:34:59 GMT" - ], "Content-Length": [ "542" ], @@ -4518,25 +4518,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ce91239d-b9c3-4aad-80d7-d3b66cb83801" + "26e962d5-8b8d-4e0f-9ab7-daaabec19c49" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4544,23 +4544,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:22:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ce91239d-b9c3-4aad-80d7-d3b66cb83801" + "26e962d5-8b8d-4e0f-9ab7-daaabec19c49" ], "request-id": [ - "ce91239d-b9c3-4aad-80d7-d3b66cb83801" + "26e962d5-8b8d-4e0f-9ab7-daaabec19c49" ], "elapsed-time": [ - "58" + "290" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4569,17 +4572,14 @@ "14939" ], "x-ms-correlation-request-id": [ - "59f42152-3415-4a12-bad2-9c876fa14f95" + "ab628825-a568-4940-8bb9-142eb28db31a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223510Z:59f42152-3415-4a12-bad2-9c876fa14f95" + "NORTHEUROPE:20200806T232234Z:ab628825-a568-4940-8bb9-142eb28db31a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:35:09 GMT" - ], "Content-Length": [ "542" ], @@ -4590,25 +4590,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bfebfd63-6336-4ed1-a1e3-82ca20796c7e" + "b575a8fa-748e-4ff2-b3de-3c27691b3275" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4616,258 +4616,42 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "bfebfd63-6336-4ed1-a1e3-82ca20796c7e" - ], - "request-id": [ - "bfebfd63-6336-4ed1-a1e3-82ca20796c7e" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-correlation-request-id": [ - "1adb83b7-08c0-4a3f-a9dd-485d0204bc0d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223521Z:1adb83b7-08c0-4a3f-a9dd-485d0204bc0d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 22:35:20 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "454627f3-3f11-4bcc-b67e-07d35ec982df" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Thu, 06 Aug 2020 23:22:44 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "454627f3-3f11-4bcc-b67e-07d35ec982df" + "b575a8fa-748e-4ff2-b3de-3c27691b3275" ], "request-id": [ - "454627f3-3f11-4bcc-b67e-07d35ec982df" + "b575a8fa-748e-4ff2-b3de-3c27691b3275" ], "elapsed-time": [ - "60" + "310" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-correlation-request-id": [ - "81f2b29c-42ac-409e-9974-ee15166d4550" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223531Z:81f2b29c-42ac-409e-9974-ee15166d4550" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:35:31 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2c276e1a-5b24-4fa7-9d90-9bef9f167a45" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "2c276e1a-5b24-4fa7-9d90-9bef9f167a45" - ], - "request-id": [ - "2c276e1a-5b24-4fa7-9d90-9bef9f167a45" - ], - "elapsed-time": [ - "919" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-correlation-request-id": [ - "94a64447-ff29-4c74-8a02-6cad5143649a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223542Z:94a64447-ff29-4c74-8a02-6cad5143649a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:35:41 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "45522927-5417-4c3e-bf3b-3a0468e70e2c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "45522927-5417-4c3e-bf3b-3a0468e70e2c" - ], - "request-id": [ - "45522927-5417-4c3e-bf3b-3a0468e70e2c" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" + "14938" ], "x-ms-correlation-request-id": [ - "072455a8-960c-475a-a3d0-1c55a8156ae0" + "4d71605d-f2df-4a8b-a22e-16f3d1c9b126" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223552Z:072455a8-960c-475a-a3d0-1c55a8156ae0" + "NORTHEUROPE:20200806T232245Z:4d71605d-f2df-4a8b-a22e-16f3d1c9b126" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:35:52 GMT" - ], "Content-Length": [ "542" ], @@ -4878,25 +4662,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b847531a-71cf-48eb-9907-0b71cfcd9fbb" + "1dd4ee20-f774-4f13-a8ee-342cb5d1eabe" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4904,114 +4688,42 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b847531a-71cf-48eb-9907-0b71cfcd9fbb" - ], - "request-id": [ - "b847531a-71cf-48eb-9907-0b71cfcd9fbb" - ], - "elapsed-time": [ - "72" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-correlation-request-id": [ - "54fdf846-5f01-4b76-8937-4f8bd0c6d8a1" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223605Z:54fdf846-5f01-4b76-8937-4f8bd0c6d8a1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 22:36:05 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b81739ac-b01a-47e3-bbc5-0f961921269f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Thu, 06 Aug 2020 23:22:55 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b81739ac-b01a-47e3-bbc5-0f961921269f" + "1dd4ee20-f774-4f13-a8ee-342cb5d1eabe" ], "request-id": [ - "b81739ac-b01a-47e3-bbc5-0f961921269f" + "1dd4ee20-f774-4f13-a8ee-342cb5d1eabe" ], "elapsed-time": [ - "69" + "302" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" + "14937" ], "x-ms-correlation-request-id": [ - "e2cf47ba-bf9d-4e53-835e-eb5fcdcc45d1" + "2d6ad239-360d-4af8-830b-fa366f4103b9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223615Z:e2cf47ba-bf9d-4e53-835e-eb5fcdcc45d1" + "NORTHEUROPE:20200806T232255Z:2d6ad239-360d-4af8-830b-fa366f4103b9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:36:15 GMT" - ], "Content-Length": [ "542" ], @@ -5022,25 +4734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c049b5bd-ce04-40a2-87bd-8373db6b18f2" + "2e43dcf3-f36b-434d-b21c-f17f53f6c779" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5048,114 +4760,42 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c049b5bd-ce04-40a2-87bd-8373db6b18f2" - ], - "request-id": [ - "c049b5bd-ce04-40a2-87bd-8373db6b18f2" - ], - "elapsed-time": [ - "93" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-correlation-request-id": [ - "9cafa548-ec9a-4c3f-b3a2-1a0fc58ba860" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223626Z:9cafa548-ec9a-4c3f-b3a2-1a0fc58ba860" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 22:36:25 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "15903fe8-16b1-44ec-8ff6-4c475f55428e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Thu, 06 Aug 2020 23:23:06 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "15903fe8-16b1-44ec-8ff6-4c475f55428e" + "2e43dcf3-f36b-434d-b21c-f17f53f6c779" ], "request-id": [ - "15903fe8-16b1-44ec-8ff6-4c475f55428e" + "2e43dcf3-f36b-434d-b21c-f17f53f6c779" ], "elapsed-time": [ - "74" + "413" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" + "14936" ], "x-ms-correlation-request-id": [ - "23e4e00a-549e-403f-acdf-c968fb8aab5c" + "6f89a639-542a-45cc-9323-3afabbcae7b7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223636Z:23e4e00a-549e-403f-acdf-c968fb8aab5c" + "NORTHEUROPE:20200806T232306Z:6f89a639-542a-45cc-9323-3afabbcae7b7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:36:36 GMT" - ], "Content-Length": [ "542" ], @@ -5166,25 +4806,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d9b1fe4f-e1c6-4998-a130-b2a048f00537" + "bdcccc23-f47a-4dff-bdab-9754fe4ca59a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5192,114 +4832,42 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "d9b1fe4f-e1c6-4998-a130-b2a048f00537" - ], - "request-id": [ - "d9b1fe4f-e1c6-4998-a130-b2a048f00537" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-correlation-request-id": [ - "6fbf0d9e-c987-4265-8173-f6b71422faca" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223647Z:6fbf0d9e-c987-4265-8173-f6b71422faca" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 22:36:47 GMT" - ], - "Content-Length": [ - "542" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d97a5253-fbfa-493f-9f55-a682782bdc3c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Thu, 06 Aug 2020 23:23:17 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A24%3A24.2114926Z'\"" + "W/\"datetime'2020-08-06T23%3A11%3A43.3396488Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d97a5253-fbfa-493f-9f55-a682782bdc3c" + "bdcccc23-f47a-4dff-bdab-9754fe4ca59a" ], "request-id": [ - "d97a5253-fbfa-493f-9f55-a682782bdc3c" + "bdcccc23-f47a-4dff-bdab-9754fe4ca59a" ], "elapsed-time": [ - "198" + "304" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" + "14935" ], "x-ms-correlation-request-id": [ - "0d394ebb-4f56-4c99-b6ea-afb6256830bf" + "86c4d160-3071-4d21-bffb-5aa6b5171d26" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223657Z:0d394ebb-4f56-4c99-b6ea-afb6256830bf" + "NORTHEUROPE:20200806T232317Z:86c4d160-3071-4d21-bffb-5aa6b5171d26" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:36:57 GMT" - ], "Content-Length": [ "534" ], @@ -5310,25 +4878,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152\",\r\n \"name\": \"azs-7152\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378\",\r\n \"name\": \"azs-5378\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4449/providers/Microsoft.Search/searchServices/azs-7152?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NDQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MTUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2551/providers/Microsoft.Search/searchServices/azs-5378?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNTUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Mzc4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6bd1cb2f-8599-49ac-a28a-b30641d37750" + "8bca842e-950b-486c-88b2-e25cbae0faa4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5336,17 +4904,20 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:23:19 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "6bd1cb2f-8599-49ac-a28a-b30641d37750" + "8bca842e-950b-486c-88b2-e25cbae0faa4" ], "request-id": [ - "6bd1cb2f-8599-49ac-a28a-b30641d37750" + "8bca842e-950b-486c-88b2-e25cbae0faa4" ], "elapsed-time": [ - "859" + "698" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5355,22 +4926,19 @@ "14999" ], "x-ms-correlation-request-id": [ - "a103759f-5302-4f0d-9e58-63e08426071c" + "4d7d3dc0-e5e8-42fd-b565-462a47917162" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223700Z:a103759f-5302-4f0d-9e58-63e08426071c" + "NORTHEUROPE:20200806T232320Z:4d7d3dc0-e5e8-42fd-b565-462a47917162" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:36:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -5379,10 +4947,10 @@ ], "Names": { "GenerateName": [ - "azsmnet4449" + "azsmnet2551" ], "GenerateServiceName": [ - "azs-7152" + "azs-5378" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandardService.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandardService.json index 6a3bba117c44..8c7db6403b3b 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandardService.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateStandardService.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5062d9a4-b0ff-4f1d-8393-a73a7a9ffdb2" + "f2228f99-b9c4-4156-a76f-0c3f6e702499" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:18 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-request-id": [ - "191b6069-02ba-48fc-a25e-c7efd42e727b" + "e6592839-fa65-4129-bd2c-d79037947a3f" ], "x-ms-correlation-request-id": [ - "191b6069-02ba-48fc-a25e-c7efd42e727b" + "e6592839-fa65-4129-bd2c-d79037947a3f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233757Z:191b6069-02ba-48fc-a25e-c7efd42e727b" + "NORTHEUROPE:20200807T005018Z:e6592839-fa65-4129-bd2c-d79037947a3f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:56 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3055?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMDU1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2152?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMTUyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "70e6ece6-85fb-4d48-9b64-04872b7be5f7" + "60fd0b6f-ef18-4245-ac53-ee091a51107b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:19 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-request-id": [ - "d05acefd-dc1a-4aaa-93f3-e53fe1408d95" + "44b69cf7-3807-4e99-a8d0-20756873c6b6" ], "x-ms-correlation-request-id": [ - "d05acefd-dc1a-4aaa-93f3-e53fe1408d95" + "44b69cf7-3807-4e99-a8d0-20756873c6b6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233758Z:d05acefd-dc1a-4aaa-93f3-e53fe1408d95" + "NORTHEUROPE:20200807T005019Z:44b69cf7-3807-4e99-a8d0-20756873c6b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:58 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3055\",\r\n \"name\": \"azsmnet3055\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2152\",\r\n \"name\": \"azsmnet2152\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3055/providers/Microsoft.Search/searchServices/azs-8511?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTExP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2152/providers/Microsoft.Search/searchServices/azs-9218?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjE4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "31b80339-51b9-4fb5-8afa-585669e9ede2" + "6e3b5ec4-91aa-4da0-b3cf-b0f294d57cd4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,39 +155,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:25 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A38%3A05.5757792Z'\"" + "W/\"datetime'2020-08-07T00%3A50%3A25.4029067Z'\"" ], "x-ms-request-id": [ - "31b80339-51b9-4fb5-8afa-585669e9ede2" + "6e3b5ec4-91aa-4da0-b3cf-b0f294d57cd4" ], "request-id": [ - "31b80339-51b9-4fb5-8afa-585669e9ede2" + "6e3b5ec4-91aa-4da0-b3cf-b0f294d57cd4" ], "elapsed-time": [ - "2682" + "2724" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "d9567f50-5aa2-4542-9e73-d968bbb1b295" + "07f09cbe-618b-4164-9071-1b95c79fd8f9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233806Z:d9567f50-5aa2-4542-9e73-d968bbb1b295" + "NORTHEUROPE:20200807T005026Z:07f09cbe-618b-4164-9071-1b95c79fd8f9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:38:05 GMT" - ], "Content-Length": [ "533" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3055/providers/Microsoft.Search/searchServices/azs-8511\",\r\n \"name\": \"azs-8511\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2152/providers/Microsoft.Search/searchServices/azs-9218\",\r\n \"name\": \"azs-9218\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3055/providers/Microsoft.Search/searchServices/azs-8511?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMDU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTExP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2152/providers/Microsoft.Search/searchServices/azs-9218?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjE4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bbe1d804-79c5-45ab-9434-4a94f6ac4edc" + "7636aa41-70e3-4532-ad8f-e01b72694823" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,41 +224,41 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:28 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "bbe1d804-79c5-45ab-9434-4a94f6ac4edc" + "7636aa41-70e3-4532-ad8f-e01b72694823" ], "request-id": [ - "bbe1d804-79c5-45ab-9434-4a94f6ac4edc" + "7636aa41-70e3-4532-ad8f-e01b72694823" ], "elapsed-time": [ - "621" + "678" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14998" ], "x-ms-correlation-request-id": [ - "04c0782c-4d00-435f-b40c-3f932ae18d87" + "20e96ea4-81a3-4fc5-81fb-9f4497257e25" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233809Z:04c0782c-4d00-435f-b40c-3f932ae18d87" + "NORTHEUROPE:20200807T005028Z:20e96ea4-81a3-4fc5-81fb-9f4497257e25" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:38:08 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -267,10 +267,10 @@ ], "Names": { "GenerateName": [ - "azsmnet3055" + "azsmnet2152" ], "GenerateServiceName": [ - "azs-8511" + "azs-9218" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateStorageOptimizedL1Service.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateStorageOptimizedL1Service.json index e174bd27f229..875fb45d327b 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateStorageOptimizedL1Service.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateStorageOptimizedL1Service.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e7c354a-371e-43e2-8c0f-bd89ba94228f" + "47e4ccfc-5f2a-428d-adb5-b58853fef6ea" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:42:28 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "af26b9ed-1858-487b-ab81-e2dbaab615bd" + "74bda93a-61cc-4946-b682-21520c758053" ], "x-ms-correlation-request-id": [ - "af26b9ed-1858-487b-ab81-e2dbaab615bd" + "74bda93a-61cc-4946-b682-21520c758053" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214509Z:af26b9ed-1858-487b-ab81-e2dbaab615bd" + "NORTHEUROPE:20200806T224229Z:74bda93a-61cc-4946-b682-21520c758053" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:45:09 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2937?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyOTM3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5727?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NzI3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1866c320-4090-40af-b9a3-348ffca32a98" + "cf4683b5-9a1a-43e6-97b3-ed1c6ac3582f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:42:30 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "5bd5df34-2667-4688-b0fa-80562357e964" + "9caa70dc-f767-4970-aae3-ade8500c5fbd" ], "x-ms-correlation-request-id": [ - "5bd5df34-2667-4688-b0fa-80562357e964" + "9caa70dc-f767-4970-aae3-ade8500c5fbd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214510Z:5bd5df34-2667-4688-b0fa-80562357e964" + "NORTHEUROPE:20200806T224230Z:9caa70dc-f767-4970-aae3-ade8500c5fbd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:45:09 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937\",\r\n \"name\": \"azsmnet2937\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727\",\r\n \"name\": \"azsmnet5727\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9325dc45-5d98-4ab1-b614-744ea98d8582" + "359f8c0c-aceb-407b-8157-813ef3629ebb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,41 +155,41 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:42:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "x-ms-request-id": [ - "9325dc45-5d98-4ab1-b614-744ea98d8582" + "359f8c0c-aceb-407b-8157-813ef3629ebb" ], "request-id": [ - "9325dc45-5d98-4ab1-b614-744ea98d8582" + "359f8c0c-aceb-407b-8157-813ef3629ebb" ], "elapsed-time": [ - "4531" + "6291" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "ddda97aa-6d03-49aa-9dfa-3422d179b224" + "5b96b580-e897-4801-b78c-cf38ce20b623" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214518Z:ddda97aa-6d03-49aa-9dfa-3422d179b224" + "NORTHEUROPE:20200806T224240Z:5b96b580-e897-4801-b78c-cf38ce20b623" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:45:17 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f8c444e9-9c63-44fe-8ce1-1ae148ae5574" + "16f0b62c-27be-4394-a505-fe544b4910c5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,23 +224,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:42:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f8c444e9-9c63-44fe-8ce1-1ae148ae5574" + "16f0b62c-27be-4394-a505-fe544b4910c5" ], "request-id": [ - "f8c444e9-9c63-44fe-8ce1-1ae148ae5574" + "16f0b62c-27be-4394-a505-fe544b4910c5" ], "elapsed-time": [ - "62" + "313" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -249,19 +252,16 @@ "14999" ], "x-ms-correlation-request-id": [ - "07e14ce7-1085-46e0-ab4d-9bea38230c81" + "6d68f0ba-e474-4822-8973-bf5f637dddd2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214529Z:07e14ce7-1085-46e0-ab4d-9bea38230c81" + "NORTHEUROPE:20200806T224251Z:6d68f0ba-e474-4822-8973-bf5f637dddd2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:45:28 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -270,25 +270,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "854aa19c-d3bd-410e-9a50-4e88f9ae5991" + "60e8b7b2-e83d-4f6d-8e9d-15e814850815" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -296,23 +296,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:43:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "854aa19c-d3bd-410e-9a50-4e88f9ae5991" + "60e8b7b2-e83d-4f6d-8e9d-15e814850815" ], "request-id": [ - "854aa19c-d3bd-410e-9a50-4e88f9ae5991" + "60e8b7b2-e83d-4f6d-8e9d-15e814850815" ], "elapsed-time": [ - "153" + "351" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -321,19 +324,16 @@ "14998" ], "x-ms-correlation-request-id": [ - "139f168b-9906-4d8b-983a-c188c44a9f78" + "84e78b13-fbb3-41fe-9515-b92b4dd15feb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214539Z:139f168b-9906-4d8b-983a-c188c44a9f78" + "NORTHEUROPE:20200806T224301Z:84e78b13-fbb3-41fe-9515-b92b4dd15feb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:45:39 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -342,25 +342,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b37635ce-6882-4168-bebc-d25b9aa7b013" + "c8143ac3-aa30-47b4-820a-6b5edd0f06c0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -368,23 +368,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:43:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b37635ce-6882-4168-bebc-d25b9aa7b013" + "c8143ac3-aa30-47b4-820a-6b5edd0f06c0" ], "request-id": [ - "b37635ce-6882-4168-bebc-d25b9aa7b013" + "c8143ac3-aa30-47b4-820a-6b5edd0f06c0" ], "elapsed-time": [ - "60" + "311" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -393,19 +396,16 @@ "14997" ], "x-ms-correlation-request-id": [ - "12c2caa7-09d8-4ce8-a3d8-4900f069b520" + "264f25bd-2ac8-4260-9a7c-4b3f7318e668" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214552Z:12c2caa7-09d8-4ce8-a3d8-4900f069b520" + "NORTHEUROPE:20200806T224312Z:264f25bd-2ac8-4260-9a7c-4b3f7318e668" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:45:52 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -414,25 +414,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f585aa63-556a-4c00-bc3b-581889ea277b" + "6bc129a6-f7bc-4b9f-b2e9-03f584cb1c37" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -440,23 +440,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:43:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f585aa63-556a-4c00-bc3b-581889ea277b" + "6bc129a6-f7bc-4b9f-b2e9-03f584cb1c37" ], "request-id": [ - "f585aa63-556a-4c00-bc3b-581889ea277b" + "6bc129a6-f7bc-4b9f-b2e9-03f584cb1c37" ], "elapsed-time": [ - "92" + "301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -465,19 +468,16 @@ "14996" ], "x-ms-correlation-request-id": [ - "551e7d8d-10b7-4fbc-9cf8-0004585395b7" + "876dc163-a801-4cd7-a71e-3d3e3ad92340" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214602Z:551e7d8d-10b7-4fbc-9cf8-0004585395b7" + "NORTHEUROPE:20200806T224322Z:876dc163-a801-4cd7-a71e-3d3e3ad92340" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:46:01 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -486,25 +486,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94fc58e3-de28-4111-91ef-cfe5bb322f47" + "32b5ee08-aa61-4291-8bbb-4f88d47a4a88" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -512,23 +512,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:43:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "94fc58e3-de28-4111-91ef-cfe5bb322f47" + "32b5ee08-aa61-4291-8bbb-4f88d47a4a88" ], "request-id": [ - "94fc58e3-de28-4111-91ef-cfe5bb322f47" + "32b5ee08-aa61-4291-8bbb-4f88d47a4a88" ], "elapsed-time": [ - "55" + "302" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -537,19 +540,16 @@ "14995" ], "x-ms-correlation-request-id": [ - "80e2a4e9-b726-4091-b536-a253f73bd3ec" + "e8c73cb1-c9e8-4afc-bb29-9065e13897e9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214612Z:80e2a4e9-b726-4091-b536-a253f73bd3ec" + "NORTHEUROPE:20200806T224333Z:e8c73cb1-c9e8-4afc-bb29-9065e13897e9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:46:11 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -558,25 +558,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6a28f5e7-8694-47eb-b01d-9c180fc663c2" + "239baa2e-ec0c-4ad3-add2-ce3a2aee0ff9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -584,23 +584,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:43:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6a28f5e7-8694-47eb-b01d-9c180fc663c2" + "239baa2e-ec0c-4ad3-add2-ce3a2aee0ff9" ], "request-id": [ - "6a28f5e7-8694-47eb-b01d-9c180fc663c2" + "239baa2e-ec0c-4ad3-add2-ce3a2aee0ff9" ], "elapsed-time": [ - "71" + "533" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -609,19 +612,16 @@ "14994" ], "x-ms-correlation-request-id": [ - "e63b6d75-c74d-40f0-93e3-87626dedc141" + "0c4f6973-807d-4623-8890-8c1da1da81c9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214623Z:e63b6d75-c74d-40f0-93e3-87626dedc141" + "NORTHEUROPE:20200806T224344Z:0c4f6973-807d-4623-8890-8c1da1da81c9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:46:22 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -630,25 +630,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5cd46f57-3914-4d16-a943-f96661fe6df8" + "86e995fe-d137-411a-adf7-7e63bf354860" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -656,23 +656,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:43:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5cd46f57-3914-4d16-a943-f96661fe6df8" + "86e995fe-d137-411a-adf7-7e63bf354860" ], "request-id": [ - "5cd46f57-3914-4d16-a943-f96661fe6df8" + "86e995fe-d137-411a-adf7-7e63bf354860" ], "elapsed-time": [ - "56" + "270" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -681,19 +684,16 @@ "14993" ], "x-ms-correlation-request-id": [ - "0cba5b69-f8f0-4fe0-9fbf-e92166507da5" + "b541aae5-cf44-491d-bfdd-e7649ef73122" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214633Z:0cba5b69-f8f0-4fe0-9fbf-e92166507da5" + "NORTHEUROPE:20200806T224354Z:b541aae5-cf44-491d-bfdd-e7649ef73122" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:46:33 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -702,25 +702,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5f502662-796e-4d77-a695-f5fabf64f6f1" + "db0b0d7e-e436-4328-b0ee-f635b0d6dd5d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -728,23 +728,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:44:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5f502662-796e-4d77-a695-f5fabf64f6f1" + "db0b0d7e-e436-4328-b0ee-f635b0d6dd5d" ], "request-id": [ - "5f502662-796e-4d77-a695-f5fabf64f6f1" + "db0b0d7e-e436-4328-b0ee-f635b0d6dd5d" ], "elapsed-time": [ - "55" + "308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -753,19 +756,16 @@ "14992" ], "x-ms-correlation-request-id": [ - "851e3019-7962-4dfb-b820-5d0439945f5f" + "04d4cebc-415a-46f0-8963-5214eb2568bb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214643Z:851e3019-7962-4dfb-b820-5d0439945f5f" + "NORTHEUROPE:20200806T224405Z:04d4cebc-415a-46f0-8963-5214eb2568bb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:46:43 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -774,25 +774,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c817575f-46a1-4d74-ac33-3393309f3914" + "8a2b7d7c-98e5-4de0-8480-fb4bced1f436" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -800,23 +800,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:44:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c817575f-46a1-4d74-ac33-3393309f3914" + "8a2b7d7c-98e5-4de0-8480-fb4bced1f436" ], "request-id": [ - "c817575f-46a1-4d74-ac33-3393309f3914" + "8a2b7d7c-98e5-4de0-8480-fb4bced1f436" ], "elapsed-time": [ - "353" + "341" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -825,19 +828,16 @@ "14991" ], "x-ms-correlation-request-id": [ - "1cbf6d6c-969d-46f9-b89d-abf0aa4dcbf0" + "08122bf6-beef-46bb-99f4-8314544789a1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214654Z:1cbf6d6c-969d-46f9-b89d-abf0aa4dcbf0" + "NORTHEUROPE:20200806T224415Z:08122bf6-beef-46bb-99f4-8314544789a1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:46:54 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -846,25 +846,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f6f30798-1657-44e8-a3cc-58923bc623bd" + "cce7b7b5-ff2a-485e-ab4c-433db4b1dad5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -872,23 +872,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:44:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f6f30798-1657-44e8-a3cc-58923bc623bd" + "cce7b7b5-ff2a-485e-ab4c-433db4b1dad5" ], "request-id": [ - "f6f30798-1657-44e8-a3cc-58923bc623bd" + "cce7b7b5-ff2a-485e-ab4c-433db4b1dad5" ], "elapsed-time": [ - "77" + "313" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -897,19 +900,16 @@ "14990" ], "x-ms-correlation-request-id": [ - "055d6209-c5a0-4813-8580-a64bda993170" + "01b15ecd-e9fa-4b01-8425-7a15a3efac10" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214704Z:055d6209-c5a0-4813-8580-a64bda993170" + "NORTHEUROPE:20200806T224426Z:01b15ecd-e9fa-4b01-8425-7a15a3efac10" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:47:04 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -918,25 +918,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e97f760d-6967-4417-bcfa-15499a037f61" + "397c4e54-57e9-450a-b1b0-5a4cc24408cf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -944,23 +944,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:44:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e97f760d-6967-4417-bcfa-15499a037f61" + "397c4e54-57e9-450a-b1b0-5a4cc24408cf" ], "request-id": [ - "e97f760d-6967-4417-bcfa-15499a037f61" + "397c4e54-57e9-450a-b1b0-5a4cc24408cf" ], "elapsed-time": [ - "107" + "301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -969,19 +972,16 @@ "14989" ], "x-ms-correlation-request-id": [ - "f24d3f26-20ba-451d-8636-841a5097f7a5" + "5da9d2e4-c6ab-4a0e-b905-afc8c6d4c97f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214715Z:f24d3f26-20ba-451d-8636-841a5097f7a5" + "NORTHEUROPE:20200806T224436Z:5da9d2e4-c6ab-4a0e-b905-afc8c6d4c97f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:47:14 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -990,25 +990,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f4862e18-ff3c-4a11-bd79-94c533c2d386" + "4c58d53e-661a-4f33-9042-de1e736cf699" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1016,23 +1016,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:44:46 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f4862e18-ff3c-4a11-bd79-94c533c2d386" + "4c58d53e-661a-4f33-9042-de1e736cf699" ], "request-id": [ - "f4862e18-ff3c-4a11-bd79-94c533c2d386" + "4c58d53e-661a-4f33-9042-de1e736cf699" ], "elapsed-time": [ - "61" + "297" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1041,19 +1044,16 @@ "14988" ], "x-ms-correlation-request-id": [ - "ddea9989-07d7-499d-8e09-f7540eb19b51" + "162ec577-f10b-4d32-9623-5c6ca64404f0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214725Z:ddea9989-07d7-499d-8e09-f7540eb19b51" + "NORTHEUROPE:20200806T224447Z:162ec577-f10b-4d32-9623-5c6ca64404f0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:47:25 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1062,25 +1062,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a5555727-d0dd-4436-a2d9-039cc6577cdd" + "793e15e0-76b1-4669-bb2e-981fa0b19f23" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1088,23 +1088,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:44:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a5555727-d0dd-4436-a2d9-039cc6577cdd" + "793e15e0-76b1-4669-bb2e-981fa0b19f23" ], "request-id": [ - "a5555727-d0dd-4436-a2d9-039cc6577cdd" + "793e15e0-76b1-4669-bb2e-981fa0b19f23" ], "elapsed-time": [ - "65" + "349" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1113,19 +1116,16 @@ "14987" ], "x-ms-correlation-request-id": [ - "6306d432-29e4-45e4-a2ff-a80c72fb4aaa" + "dc49911e-3b46-4ea3-99e8-593772ddd28a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214735Z:6306d432-29e4-45e4-a2ff-a80c72fb4aaa" + "NORTHEUROPE:20200806T224458Z:dc49911e-3b46-4ea3-99e8-593772ddd28a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:47:35 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1134,25 +1134,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf6e13a6-440a-4d67-b24b-a4595143095a" + "a1c89039-85b6-43b2-a650-c40d9ab5af20" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1160,23 +1160,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:45:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "cf6e13a6-440a-4d67-b24b-a4595143095a" + "a1c89039-85b6-43b2-a650-c40d9ab5af20" ], "request-id": [ - "cf6e13a6-440a-4d67-b24b-a4595143095a" + "a1c89039-85b6-43b2-a650-c40d9ab5af20" ], "elapsed-time": [ - "66" + "349" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1185,19 +1188,16 @@ "14986" ], "x-ms-correlation-request-id": [ - "ec054256-450c-4e90-a0e8-eb94d8c62b36" + "9fbac279-a2c0-452e-8ef7-e96ec194ccb8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214751Z:ec054256-450c-4e90-a0e8-eb94d8c62b36" + "NORTHEUROPE:20200806T224508Z:9fbac279-a2c0-452e-8ef7-e96ec194ccb8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:47:51 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1206,25 +1206,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0d3036f2-72de-4b4c-b319-71c396f8cffc" + "d30faf04-2dce-4c0b-89fc-94a037466721" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1232,23 +1232,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:45:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0d3036f2-72de-4b4c-b319-71c396f8cffc" + "d30faf04-2dce-4c0b-89fc-94a037466721" ], "request-id": [ - "0d3036f2-72de-4b4c-b319-71c396f8cffc" + "d30faf04-2dce-4c0b-89fc-94a037466721" ], "elapsed-time": [ - "59" + "291" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1257,19 +1260,16 @@ "14985" ], "x-ms-correlation-request-id": [ - "883ace0e-1be3-4607-b652-e8a8941cc457" + "548805d5-126f-4eda-8dc2-400590eb85c4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214802Z:883ace0e-1be3-4607-b652-e8a8941cc457" + "NORTHEUROPE:20200806T224519Z:548805d5-126f-4eda-8dc2-400590eb85c4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:48:01 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1278,25 +1278,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "114a357f-664b-4fd0-9a70-3a729e96a1ec" + "49821ab3-2831-4a94-b609-8e3059cb55a5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1304,23 +1304,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:45:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "114a357f-664b-4fd0-9a70-3a729e96a1ec" + "49821ab3-2831-4a94-b609-8e3059cb55a5" ], "request-id": [ - "114a357f-664b-4fd0-9a70-3a729e96a1ec" + "49821ab3-2831-4a94-b609-8e3059cb55a5" ], "elapsed-time": [ - "58" + "829" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1329,19 +1332,16 @@ "14984" ], "x-ms-correlation-request-id": [ - "ed7af80a-83e3-43c7-ac65-8a7f0294e086" + "c9908eed-899a-4870-9719-eb4b60ebfb1f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214812Z:ed7af80a-83e3-43c7-ac65-8a7f0294e086" + "NORTHEUROPE:20200806T224530Z:c9908eed-899a-4870-9719-eb4b60ebfb1f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:48:12 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1350,25 +1350,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "804f28e3-266c-45ec-9eda-954df12ebb13" + "298f8353-1376-4af4-8b6d-4bbfaba4e573" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1376,23 +1376,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:45:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "804f28e3-266c-45ec-9eda-954df12ebb13" + "298f8353-1376-4af4-8b6d-4bbfaba4e573" ], "request-id": [ - "804f28e3-266c-45ec-9eda-954df12ebb13" + "298f8353-1376-4af4-8b6d-4bbfaba4e573" ], "elapsed-time": [ - "66" + "301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1401,19 +1404,16 @@ "14983" ], "x-ms-correlation-request-id": [ - "484c5aab-a9c9-465c-a535-9f9c5c1f244d" + "3f400a5e-1fdc-4144-97af-d991b3b8c6ed" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214822Z:484c5aab-a9c9-465c-a535-9f9c5c1f244d" + "NORTHEUROPE:20200806T224540Z:3f400a5e-1fdc-4144-97af-d991b3b8c6ed" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:48:22 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1422,25 +1422,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "512cc363-f990-4d9e-a4e8-a88fb8fb5f90" + "db0a8ed9-fed1-429b-ac30-1184ceddc953" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1448,23 +1448,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:45:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "512cc363-f990-4d9e-a4e8-a88fb8fb5f90" + "db0a8ed9-fed1-429b-ac30-1184ceddc953" ], "request-id": [ - "512cc363-f990-4d9e-a4e8-a88fb8fb5f90" + "db0a8ed9-fed1-429b-ac30-1184ceddc953" ], "elapsed-time": [ - "83" + "290" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1473,19 +1476,16 @@ "14982" ], "x-ms-correlation-request-id": [ - "a830dbb0-cdd7-454b-8e25-42a0f16caef8" + "0d8b62ec-ae89-463b-8179-913cd81b2d31" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214833Z:a830dbb0-cdd7-454b-8e25-42a0f16caef8" + "NORTHEUROPE:20200806T224551Z:0d8b62ec-ae89-463b-8179-913cd81b2d31" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:48:32 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1494,25 +1494,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b454e94c-9ca4-4be3-8b18-82ad27bc247e" + "658167dd-bf9d-4cde-b940-073313a9588c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1520,23 +1520,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:46:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b454e94c-9ca4-4be3-8b18-82ad27bc247e" + "658167dd-bf9d-4cde-b940-073313a9588c" ], "request-id": [ - "b454e94c-9ca4-4be3-8b18-82ad27bc247e" + "658167dd-bf9d-4cde-b940-073313a9588c" ], "elapsed-time": [ - "56" + "347" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1545,19 +1548,16 @@ "14981" ], "x-ms-correlation-request-id": [ - "503cdb56-0bfc-4e4e-bda2-19468fcb51d9" + "d64127e7-c35a-439c-88d4-c8261a28d23e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214843Z:503cdb56-0bfc-4e4e-bda2-19468fcb51d9" + "NORTHEUROPE:20200806T224601Z:d64127e7-c35a-439c-88d4-c8261a28d23e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:48:43 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1566,25 +1566,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "909a2054-7254-4691-807a-89365b08ee95" + "71e04bf4-86aa-4b1c-baac-5eceb6991420" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1592,23 +1592,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:46:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "909a2054-7254-4691-807a-89365b08ee95" + "71e04bf4-86aa-4b1c-baac-5eceb6991420" ], "request-id": [ - "909a2054-7254-4691-807a-89365b08ee95" + "71e04bf4-86aa-4b1c-baac-5eceb6991420" ], "elapsed-time": [ - "62" + "301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1617,19 +1620,16 @@ "14980" ], "x-ms-correlation-request-id": [ - "cfe0bce8-034f-4876-889b-612cdd7c4661" + "af0fce0a-7762-4334-bc39-6b19edaf30a9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214853Z:cfe0bce8-034f-4876-889b-612cdd7c4661" + "NORTHEUROPE:20200806T224612Z:af0fce0a-7762-4334-bc39-6b19edaf30a9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:48:53 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1638,25 +1638,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f20f8c33-4025-450d-9532-084eecef8d8a" + "ff184a08-d972-43f8-a472-56add93f441c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1664,23 +1664,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:46:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f20f8c33-4025-450d-9532-084eecef8d8a" + "ff184a08-d972-43f8-a472-56add93f441c" ], "request-id": [ - "f20f8c33-4025-450d-9532-084eecef8d8a" + "ff184a08-d972-43f8-a472-56add93f441c" ], "elapsed-time": [ - "70" + "307" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1689,19 +1692,16 @@ "14979" ], "x-ms-correlation-request-id": [ - "1ff5025c-2963-4d34-aeb5-68162475119b" + "fc83d09b-d4aa-4543-ab88-b3a13ef9f57b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214904Z:1ff5025c-2963-4d34-aeb5-68162475119b" + "NORTHEUROPE:20200806T224622Z:fc83d09b-d4aa-4543-ab88-b3a13ef9f57b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:49:04 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1710,25 +1710,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "df22367a-d6ba-4764-84a8-9f5948c5af0b" + "b27c506a-53cb-4a73-a946-52fef92b1971" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1736,23 +1736,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:46:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "df22367a-d6ba-4764-84a8-9f5948c5af0b" + "b27c506a-53cb-4a73-a946-52fef92b1971" ], "request-id": [ - "df22367a-d6ba-4764-84a8-9f5948c5af0b" + "b27c506a-53cb-4a73-a946-52fef92b1971" ], "elapsed-time": [ - "66" + "315" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1761,19 +1764,16 @@ "14978" ], "x-ms-correlation-request-id": [ - "e7cd8c61-8323-4a50-96d2-1efe6acfc604" + "c9818c02-71ef-4ce9-b500-b89b25dea70a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214914Z:e7cd8c61-8323-4a50-96d2-1efe6acfc604" + "NORTHEUROPE:20200806T224633Z:c9818c02-71ef-4ce9-b500-b89b25dea70a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:49:13 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1782,25 +1782,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41d11bb5-1028-4200-8225-cc916dfe3ec3" + "c91c5cbf-b03e-4e42-815b-2ddb538bffd3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1808,23 +1808,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:46:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "41d11bb5-1028-4200-8225-cc916dfe3ec3" + "c91c5cbf-b03e-4e42-815b-2ddb538bffd3" ], "request-id": [ - "41d11bb5-1028-4200-8225-cc916dfe3ec3" + "c91c5cbf-b03e-4e42-815b-2ddb538bffd3" ], "elapsed-time": [ - "63" + "313" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1833,19 +1836,16 @@ "14977" ], "x-ms-correlation-request-id": [ - "d4aa2ece-8bb9-46e6-8080-03f104dfd007" + "b5b8d5de-8441-4209-8cfb-76f6d3b225d7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214925Z:d4aa2ece-8bb9-46e6-8080-03f104dfd007" + "NORTHEUROPE:20200806T224643Z:b5b8d5de-8441-4209-8cfb-76f6d3b225d7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:49:24 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1854,25 +1854,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9632bc78-0dbb-419e-a40e-fa80328c8432" + "c434c073-8a79-4308-92a2-89292d03a083" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1880,23 +1880,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:46:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9632bc78-0dbb-419e-a40e-fa80328c8432" + "c434c073-8a79-4308-92a2-89292d03a083" ], "request-id": [ - "9632bc78-0dbb-419e-a40e-fa80328c8432" + "c434c073-8a79-4308-92a2-89292d03a083" ], "elapsed-time": [ - "57" + "314" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1905,19 +1908,16 @@ "14976" ], "x-ms-correlation-request-id": [ - "ff377cc7-1a62-4752-bfcc-701606a95a4c" + "2ff21bf0-a126-4064-8a14-e9c3cc63067f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214935Z:ff377cc7-1a62-4752-bfcc-701606a95a4c" + "NORTHEUROPE:20200806T224654Z:2ff21bf0-a126-4064-8a14-e9c3cc63067f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:49:34 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1926,25 +1926,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "199f7971-f7a5-4aa8-af66-3c0df2cbe541" + "69dd02a3-106a-4c5c-90a0-7aac8c4a8cdd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1952,23 +1952,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:47:04 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "199f7971-f7a5-4aa8-af66-3c0df2cbe541" + "69dd02a3-106a-4c5c-90a0-7aac8c4a8cdd" ], "request-id": [ - "199f7971-f7a5-4aa8-af66-3c0df2cbe541" + "69dd02a3-106a-4c5c-90a0-7aac8c4a8cdd" ], "elapsed-time": [ - "72" + "291" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1977,19 +1980,16 @@ "14975" ], "x-ms-correlation-request-id": [ - "4c3c7935-0f55-45c6-a2d3-2073fd9afe48" + "b58998eb-8bda-43b5-a8b2-d4b608fb75c6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214945Z:4c3c7935-0f55-45c6-a2d3-2073fd9afe48" + "NORTHEUROPE:20200806T224705Z:b58998eb-8bda-43b5-a8b2-d4b608fb75c6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:49:45 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1998,25 +1998,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "95d14ef6-c878-44e4-8b0e-c575b06985f6" + "519a5f89-884f-4269-8181-799cfed774b6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2024,23 +2024,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:47:14 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "95d14ef6-c878-44e4-8b0e-c575b06985f6" + "519a5f89-884f-4269-8181-799cfed774b6" ], "request-id": [ - "95d14ef6-c878-44e4-8b0e-c575b06985f6" + "519a5f89-884f-4269-8181-799cfed774b6" ], "elapsed-time": [ - "58" + "295" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2049,19 +2052,16 @@ "14974" ], "x-ms-correlation-request-id": [ - "ae6b61fa-812e-487c-a63a-c53c1d385c16" + "f7b624fe-1735-4f9d-a231-331a1392c1eb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214956Z:ae6b61fa-812e-487c-a63a-c53c1d385c16" + "NORTHEUROPE:20200806T224715Z:f7b624fe-1735-4f9d-a231-331a1392c1eb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:49:56 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2070,25 +2070,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5d5d26ad-b4e9-4a49-8b5d-41c6615d076b" + "4b09a1fc-226b-4394-b0dd-9aa5f5385281" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2096,23 +2096,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:47:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5d5d26ad-b4e9-4a49-8b5d-41c6615d076b" + "4b09a1fc-226b-4394-b0dd-9aa5f5385281" ], "request-id": [ - "5d5d26ad-b4e9-4a49-8b5d-41c6615d076b" + "4b09a1fc-226b-4394-b0dd-9aa5f5385281" ], "elapsed-time": [ - "56" + "309" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2121,19 +2124,16 @@ "14973" ], "x-ms-correlation-request-id": [ - "b5f34a30-6b10-40c3-b62e-89a4cb8339e9" + "6f5034ad-51f6-4950-a0d7-0ba0eba1f4c7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215007Z:b5f34a30-6b10-40c3-b62e-89a4cb8339e9" + "NORTHEUROPE:20200806T224726Z:6f5034ad-51f6-4950-a0d7-0ba0eba1f4c7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:50:07 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2142,25 +2142,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60990d7f-3eff-43f1-891a-9f496191e525" + "c4322cd8-555d-4fc5-ae0f-05e023190a03" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2168,23 +2168,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:47:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "60990d7f-3eff-43f1-891a-9f496191e525" + "c4322cd8-555d-4fc5-ae0f-05e023190a03" ], "request-id": [ - "60990d7f-3eff-43f1-891a-9f496191e525" + "c4322cd8-555d-4fc5-ae0f-05e023190a03" ], "elapsed-time": [ - "65" + "310" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2193,19 +2196,16 @@ "14972" ], "x-ms-correlation-request-id": [ - "b5fbd18b-efb9-4fc6-a9ab-d65ecda2a6a8" + "f2ca2518-fc8f-4224-b7d7-8f7023faf0b9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215017Z:b5fbd18b-efb9-4fc6-a9ab-d65ecda2a6a8" + "NORTHEUROPE:20200806T224737Z:f2ca2518-fc8f-4224-b7d7-8f7023faf0b9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:50:17 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2214,25 +2214,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf85cbf7-6d2d-4fa9-b79e-f7a201ccbadc" + "78226f46-5c6f-4515-8292-8d4e72b02e35" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2240,23 +2240,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:47:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "cf85cbf7-6d2d-4fa9-b79e-f7a201ccbadc" + "78226f46-5c6f-4515-8292-8d4e72b02e35" ], "request-id": [ - "cf85cbf7-6d2d-4fa9-b79e-f7a201ccbadc" + "78226f46-5c6f-4515-8292-8d4e72b02e35" ], "elapsed-time": [ - "200" + "298" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2265,19 +2268,16 @@ "14971" ], "x-ms-correlation-request-id": [ - "af6ba9d4-a8cc-4f34-b72e-a36211965564" + "f91150c9-8a40-4d4e-80b1-0acd5801037e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215028Z:af6ba9d4-a8cc-4f34-b72e-a36211965564" + "NORTHEUROPE:20200806T224748Z:f91150c9-8a40-4d4e-80b1-0acd5801037e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:50:27 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2286,25 +2286,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ec1e6cf2-93c4-4f9b-b65e-f7e44dd7cb18" + "db64e675-24b1-4e5f-81d2-34b3c9dc96bc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2312,23 +2312,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:47:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ec1e6cf2-93c4-4f9b-b65e-f7e44dd7cb18" + "db64e675-24b1-4e5f-81d2-34b3c9dc96bc" ], "request-id": [ - "ec1e6cf2-93c4-4f9b-b65e-f7e44dd7cb18" + "db64e675-24b1-4e5f-81d2-34b3c9dc96bc" ], "elapsed-time": [ - "169" + "308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2337,19 +2340,16 @@ "14970" ], "x-ms-correlation-request-id": [ - "29ee195b-dbb4-4cd2-888b-c45b2692c3b1" + "b875eb45-b335-43b6-b5fe-755a7f92fc91" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215038Z:29ee195b-dbb4-4cd2-888b-c45b2692c3b1" + "NORTHEUROPE:20200806T224758Z:b875eb45-b335-43b6-b5fe-755a7f92fc91" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:50:37 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2358,25 +2358,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "11ae7a63-7ff2-4284-a554-5dc76be46961" + "12ef01de-68b8-4170-bca0-c7f894909262" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2384,23 +2384,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:48:09 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "11ae7a63-7ff2-4284-a554-5dc76be46961" + "12ef01de-68b8-4170-bca0-c7f894909262" ], "request-id": [ - "11ae7a63-7ff2-4284-a554-5dc76be46961" + "12ef01de-68b8-4170-bca0-c7f894909262" ], "elapsed-time": [ - "72" + "294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2409,19 +2412,16 @@ "14969" ], "x-ms-correlation-request-id": [ - "c9c46019-83af-4efc-b1e0-14779ddbb1e4" + "96289860-2c98-4de4-a0d6-f4c989cba954" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215049Z:c9c46019-83af-4efc-b1e0-14779ddbb1e4" + "NORTHEUROPE:20200806T224809Z:96289860-2c98-4de4-a0d6-f4c989cba954" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:50:49 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2430,25 +2430,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "496d8d1b-e450-40d5-9628-4c68bb74ffbb" + "7fc163ab-92cf-4410-85a8-ae39d8a7ea49" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2456,23 +2456,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:48:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "496d8d1b-e450-40d5-9628-4c68bb74ffbb" + "7fc163ab-92cf-4410-85a8-ae39d8a7ea49" ], "request-id": [ - "496d8d1b-e450-40d5-9628-4c68bb74ffbb" + "7fc163ab-92cf-4410-85a8-ae39d8a7ea49" ], "elapsed-time": [ - "58" + "304" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2481,19 +2484,16 @@ "14968" ], "x-ms-correlation-request-id": [ - "d036a46a-a066-4ede-ab1c-89a75c15f138" + "c30d50c0-f78a-4645-954f-344e65be5ef8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215059Z:d036a46a-a066-4ede-ab1c-89a75c15f138" + "NORTHEUROPE:20200806T224819Z:c30d50c0-f78a-4645-954f-344e65be5ef8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:50:58 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2502,25 +2502,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b268280f-86b7-4bbc-a4da-87d9cf1cb857" + "24daf395-f337-4048-95fe-ebbc7b62b3b5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2528,23 +2528,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:48:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b268280f-86b7-4bbc-a4da-87d9cf1cb857" + "24daf395-f337-4048-95fe-ebbc7b62b3b5" ], "request-id": [ - "b268280f-86b7-4bbc-a4da-87d9cf1cb857" + "24daf395-f337-4048-95fe-ebbc7b62b3b5" ], "elapsed-time": [ - "70" + "709" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2553,19 +2556,16 @@ "14967" ], "x-ms-correlation-request-id": [ - "5a35ff64-5b60-4854-8a1a-548482039bba" + "2e33c5eb-0d18-4dce-8ec3-b874e649ca6f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215109Z:5a35ff64-5b60-4854-8a1a-548482039bba" + "NORTHEUROPE:20200806T224830Z:2e33c5eb-0d18-4dce-8ec3-b874e649ca6f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:51:09 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2574,25 +2574,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "68be3666-c341-4724-8014-df8dedf261cc" + "322cda72-0eda-4747-aa56-c3ca44495bbb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2600,23 +2600,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:48:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "68be3666-c341-4724-8014-df8dedf261cc" + "322cda72-0eda-4747-aa56-c3ca44495bbb" ], "request-id": [ - "68be3666-c341-4724-8014-df8dedf261cc" + "322cda72-0eda-4747-aa56-c3ca44495bbb" ], "elapsed-time": [ - "58" + "332" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2625,19 +2628,16 @@ "14966" ], "x-ms-correlation-request-id": [ - "7b075510-101b-415b-8929-eff678354ab1" + "864f94df-a4a9-4b88-9354-8df880460aa7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215119Z:7b075510-101b-415b-8929-eff678354ab1" + "NORTHEUROPE:20200806T224841Z:864f94df-a4a9-4b88-9354-8df880460aa7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:51:19 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2646,25 +2646,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e197de4f-278b-48ad-9019-4ff867a8066f" + "381eef12-1ee6-4a20-8c16-54e4cdf2fc63" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2672,23 +2672,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:48:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e197de4f-278b-48ad-9019-4ff867a8066f" + "381eef12-1ee6-4a20-8c16-54e4cdf2fc63" ], "request-id": [ - "e197de4f-278b-48ad-9019-4ff867a8066f" + "381eef12-1ee6-4a20-8c16-54e4cdf2fc63" ], "elapsed-time": [ - "61" + "289" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2697,19 +2700,16 @@ "14965" ], "x-ms-correlation-request-id": [ - "26396274-846d-4133-bfa4-385c3eadfb11" + "4d90624a-356f-4b23-a44a-1531de43076b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215130Z:26396274-846d-4133-bfa4-385c3eadfb11" + "NORTHEUROPE:20200806T224851Z:4d90624a-356f-4b23-a44a-1531de43076b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:51:29 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2718,25 +2718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c3ba29a3-7904-4901-bc6e-287c580199da" + "b420ed3d-97c2-4a19-af78-d35a88b186e6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2744,23 +2744,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:49:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c3ba29a3-7904-4901-bc6e-287c580199da" + "b420ed3d-97c2-4a19-af78-d35a88b186e6" ], "request-id": [ - "c3ba29a3-7904-4901-bc6e-287c580199da" + "b420ed3d-97c2-4a19-af78-d35a88b186e6" ], "elapsed-time": [ - "203" + "306" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2769,19 +2772,16 @@ "14964" ], "x-ms-correlation-request-id": [ - "8c095aaa-2c9c-473b-8dbd-0b84231846d2" + "85eccd8a-ac17-4f5c-9730-72fdac338bfb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215141Z:8c095aaa-2c9c-473b-8dbd-0b84231846d2" + "NORTHEUROPE:20200806T224902Z:85eccd8a-ac17-4f5c-9730-72fdac338bfb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:51:41 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2790,25 +2790,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1bfe8b28-40bb-4a97-bd67-c1577e8d4df2" + "a651c4bf-ce98-4c88-930a-2d828e5480ea" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2816,23 +2816,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:49:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1bfe8b28-40bb-4a97-bd67-c1577e8d4df2" + "a651c4bf-ce98-4c88-930a-2d828e5480ea" ], "request-id": [ - "1bfe8b28-40bb-4a97-bd67-c1577e8d4df2" + "a651c4bf-ce98-4c88-930a-2d828e5480ea" ], "elapsed-time": [ - "54" + "302" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2841,19 +2844,16 @@ "14963" ], "x-ms-correlation-request-id": [ - "99f394e3-d45d-4235-85ee-a7246246e900" + "13389a9e-97e0-4fb4-8aab-ca13631ceee7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215151Z:99f394e3-d45d-4235-85ee-a7246246e900" + "NORTHEUROPE:20200806T224912Z:13389a9e-97e0-4fb4-8aab-ca13631ceee7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:51:50 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2862,25 +2862,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "62ffe7fd-b1cb-491b-bb36-2ce693137676" + "72360e7b-853b-44cc-b6ba-9182b0f2f3d3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2888,23 +2888,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:49:23 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "62ffe7fd-b1cb-491b-bb36-2ce693137676" + "72360e7b-853b-44cc-b6ba-9182b0f2f3d3" ], "request-id": [ - "62ffe7fd-b1cb-491b-bb36-2ce693137676" + "72360e7b-853b-44cc-b6ba-9182b0f2f3d3" ], "elapsed-time": [ - "55" + "303" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2913,19 +2916,16 @@ "14962" ], "x-ms-correlation-request-id": [ - "03859425-64b0-45c4-9f99-a4b45e8d7798" + "fdc0a648-0466-4b18-88f2-d1d8dfd80b4f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215202Z:03859425-64b0-45c4-9f99-a4b45e8d7798" + "NORTHEUROPE:20200806T224923Z:fdc0a648-0466-4b18-88f2-d1d8dfd80b4f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:52:01 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2934,25 +2934,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1f66dab7-7537-44d1-99af-acb6988f075e" + "1ec846be-1e0f-4937-998a-e3a0ab74bb0d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2960,23 +2960,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:49:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1f66dab7-7537-44d1-99af-acb6988f075e" + "1ec846be-1e0f-4937-998a-e3a0ab74bb0d" ], "request-id": [ - "1f66dab7-7537-44d1-99af-acb6988f075e" + "1ec846be-1e0f-4937-998a-e3a0ab74bb0d" ], "elapsed-time": [ - "51" + "310" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2985,19 +2988,16 @@ "14961" ], "x-ms-correlation-request-id": [ - "a8bc4e31-e4c4-4726-aafb-4fb675f69590" + "3c3ccdaf-b399-42fc-aef7-2ee1d44e8396" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215212Z:a8bc4e31-e4c4-4726-aafb-4fb675f69590" + "NORTHEUROPE:20200806T224933Z:3c3ccdaf-b399-42fc-aef7-2ee1d44e8396" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:52:11 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3006,25 +3006,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0e5a9fcd-95af-4635-832e-a02e23e85065" + "600cdf42-b428-4cd3-b06b-70f7b5a35f02" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3032,23 +3032,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:49:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0e5a9fcd-95af-4635-832e-a02e23e85065" + "600cdf42-b428-4cd3-b06b-70f7b5a35f02" ], "request-id": [ - "0e5a9fcd-95af-4635-832e-a02e23e85065" + "600cdf42-b428-4cd3-b06b-70f7b5a35f02" ], "elapsed-time": [ - "54" + "491" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3057,19 +3060,16 @@ "14960" ], "x-ms-correlation-request-id": [ - "a9072bcf-a004-42f5-9127-9797413b3460" + "341d7985-76b1-45b4-a54e-86a9ee52e0bd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215222Z:a9072bcf-a004-42f5-9127-9797413b3460" + "NORTHEUROPE:20200806T224944Z:341d7985-76b1-45b4-a54e-86a9ee52e0bd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:52:22 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3078,25 +3078,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d5812b6c-efd4-4e21-8bd6-dea24988a60d" + "ce4d649c-b2e0-4014-bd4d-3b2286715c2a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3104,23 +3104,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:49:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d5812b6c-efd4-4e21-8bd6-dea24988a60d" + "ce4d649c-b2e0-4014-bd4d-3b2286715c2a" ], "request-id": [ - "d5812b6c-efd4-4e21-8bd6-dea24988a60d" + "ce4d649c-b2e0-4014-bd4d-3b2286715c2a" ], "elapsed-time": [ - "53" + "317" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3129,19 +3132,16 @@ "14959" ], "x-ms-correlation-request-id": [ - "89d50b30-e67f-4fde-a37c-4f76b67b98d9" + "9acd934e-0255-4ecd-a9b0-04cf8a0de463" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215232Z:89d50b30-e67f-4fde-a37c-4f76b67b98d9" + "NORTHEUROPE:20200806T224955Z:9acd934e-0255-4ecd-a9b0-04cf8a0de463" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:52:32 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3150,25 +3150,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7c1fd90a-9f97-4ec0-941e-1f600b4abf21" + "6e69e348-040a-4ee8-9699-a56fc4d55296" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3176,23 +3176,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:50:04 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7c1fd90a-9f97-4ec0-941e-1f600b4abf21" + "6e69e348-040a-4ee8-9699-a56fc4d55296" ], "request-id": [ - "7c1fd90a-9f97-4ec0-941e-1f600b4abf21" + "6e69e348-040a-4ee8-9699-a56fc4d55296" ], "elapsed-time": [ - "60" + "412" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3201,19 +3204,16 @@ "14958" ], "x-ms-correlation-request-id": [ - "1537e667-b980-469d-b0b3-ac934acf0c3d" + "3eeaf993-1407-4ade-b070-e9f27cd2f8c9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215243Z:1537e667-b980-469d-b0b3-ac934acf0c3d" + "NORTHEUROPE:20200806T225005Z:3eeaf993-1407-4ade-b070-e9f27cd2f8c9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:52:43 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3222,25 +3222,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "20c33f4a-466b-4938-9b89-91240169a27a" + "0533d995-40c5-4288-bf50-78c9157648e3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3248,23 +3248,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:50:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "20c33f4a-466b-4938-9b89-91240169a27a" + "0533d995-40c5-4288-bf50-78c9157648e3" ], "request-id": [ - "20c33f4a-466b-4938-9b89-91240169a27a" + "0533d995-40c5-4288-bf50-78c9157648e3" ], "elapsed-time": [ - "60" + "279" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3273,19 +3276,16 @@ "14957" ], "x-ms-correlation-request-id": [ - "a4287e21-2aef-4d73-86a6-b9e43e2f6226" + "2ff6ff2d-c6a7-4910-bc2e-f974cf504f4b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215254Z:a4287e21-2aef-4d73-86a6-b9e43e2f6226" + "NORTHEUROPE:20200806T225016Z:2ff6ff2d-c6a7-4910-bc2e-f974cf504f4b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:52:54 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3294,25 +3294,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b8dcb02-5de3-4e22-9e5c-28e6e7fad2c5" + "feb9a343-3f8a-4bb4-84ea-e6655260a0b1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3320,23 +3320,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:50:27 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2b8dcb02-5de3-4e22-9e5c-28e6e7fad2c5" + "feb9a343-3f8a-4bb4-84ea-e6655260a0b1" ], "request-id": [ - "2b8dcb02-5de3-4e22-9e5c-28e6e7fad2c5" + "feb9a343-3f8a-4bb4-84ea-e6655260a0b1" ], "elapsed-time": [ - "54" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3345,19 +3348,16 @@ "14956" ], "x-ms-correlation-request-id": [ - "0069ec18-a144-479e-bf63-8146786490be" + "7485d0c5-9e25-4cf7-8695-6d0edf188893" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215305Z:0069ec18-a144-479e-bf63-8146786490be" + "NORTHEUROPE:20200806T225027Z:7485d0c5-9e25-4cf7-8695-6d0edf188893" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:53:05 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3366,25 +3366,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d0555fb4-fcfb-49bd-a35b-cfdfc4220892" + "4f9f102a-eed7-43b7-abc6-24235c10895b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3392,23 +3392,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:50:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d0555fb4-fcfb-49bd-a35b-cfdfc4220892" + "4f9f102a-eed7-43b7-abc6-24235c10895b" ], "request-id": [ - "d0555fb4-fcfb-49bd-a35b-cfdfc4220892" + "4f9f102a-eed7-43b7-abc6-24235c10895b" ], "elapsed-time": [ - "68" + "397" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3417,19 +3420,16 @@ "14955" ], "x-ms-correlation-request-id": [ - "f2befaac-362c-42b5-86d5-f455414b31e4" + "c365233c-374b-4f93-9636-ba8061b1cb77" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215315Z:f2befaac-362c-42b5-86d5-f455414b31e4" + "NORTHEUROPE:20200806T225037Z:c365233c-374b-4f93-9636-ba8061b1cb77" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:53:15 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3438,25 +3438,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f5ae3454-2756-4012-ad12-554c32433030" + "b3e7b63a-d09c-47cb-bbe6-cda7bbdd51e5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3464,23 +3464,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:50:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f5ae3454-2756-4012-ad12-554c32433030" + "b3e7b63a-d09c-47cb-bbe6-cda7bbdd51e5" ], "request-id": [ - "f5ae3454-2756-4012-ad12-554c32433030" + "b3e7b63a-d09c-47cb-bbe6-cda7bbdd51e5" ], "elapsed-time": [ - "52" + "446" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3489,19 +3492,16 @@ "14954" ], "x-ms-correlation-request-id": [ - "9524cb80-c593-40e5-9b60-8dcbec8f76c3" + "4acd496d-e6c6-40ce-9fd5-05b422cd7e35" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215325Z:9524cb80-c593-40e5-9b60-8dcbec8f76c3" + "NORTHEUROPE:20200806T225048Z:4acd496d-e6c6-40ce-9fd5-05b422cd7e35" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:53:25 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3510,25 +3510,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae52f6a0-c8c2-438c-9523-e6346c3b75f4" + "166e9525-1151-48a7-bc49-5e5b3124be0e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3536,23 +3536,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:50:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ae52f6a0-c8c2-438c-9523-e6346c3b75f4" + "166e9525-1151-48a7-bc49-5e5b3124be0e" ], "request-id": [ - "ae52f6a0-c8c2-438c-9523-e6346c3b75f4" + "166e9525-1151-48a7-bc49-5e5b3124be0e" ], "elapsed-time": [ - "55" + "303" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3561,19 +3564,16 @@ "14953" ], "x-ms-correlation-request-id": [ - "545ddf7b-b642-4c33-aa2b-f92c46054ff0" + "b4e60b73-228e-48d2-b382-6e1f133bb5b9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215336Z:545ddf7b-b642-4c33-aa2b-f92c46054ff0" + "NORTHEUROPE:20200806T225059Z:b4e60b73-228e-48d2-b382-6e1f133bb5b9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:53:36 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3582,25 +3582,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8efec8d6-4eae-4f5c-b5c5-8e4d22cd9e05" + "5086e034-7356-420c-8fe3-f1b71fdbe690" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3608,23 +3608,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:51:09 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8efec8d6-4eae-4f5c-b5c5-8e4d22cd9e05" + "5086e034-7356-420c-8fe3-f1b71fdbe690" ], "request-id": [ - "8efec8d6-4eae-4f5c-b5c5-8e4d22cd9e05" + "5086e034-7356-420c-8fe3-f1b71fdbe690" ], "elapsed-time": [ - "165" + "302" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3633,19 +3636,16 @@ "14952" ], "x-ms-correlation-request-id": [ - "be89b2f2-8d1c-4853-aec1-51cc48019d91" + "a5a4d79f-1a3d-4fe0-bd3d-6fbc62194740" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215346Z:be89b2f2-8d1c-4853-aec1-51cc48019d91" + "NORTHEUROPE:20200806T225109Z:a5a4d79f-1a3d-4fe0-bd3d-6fbc62194740" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:53:46 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3654,25 +3654,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9b146a7-00da-42d2-a7ca-f83b068a2b52" + "bc783bda-8459-4569-bea3-78a3a1e75767" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3680,23 +3680,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:51:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f9b146a7-00da-42d2-a7ca-f83b068a2b52" + "bc783bda-8459-4569-bea3-78a3a1e75767" ], "request-id": [ - "f9b146a7-00da-42d2-a7ca-f83b068a2b52" + "bc783bda-8459-4569-bea3-78a3a1e75767" ], "elapsed-time": [ - "55" + "339" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3705,19 +3708,16 @@ "14951" ], "x-ms-correlation-request-id": [ - "d2bc3334-f68c-44f0-9e14-3e03d1d87488" + "6fbdeede-683c-4169-a8a1-eb728103af87" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215357Z:d2bc3334-f68c-44f0-9e14-3e03d1d87488" + "NORTHEUROPE:20200806T225120Z:6fbdeede-683c-4169-a8a1-eb728103af87" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:53:56 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3726,25 +3726,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e5272c1-35c5-41a8-a281-b7df503f7739" + "f18e5755-4c4a-4d81-bb8b-8acd1ac4749e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3752,23 +3752,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:51:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6e5272c1-35c5-41a8-a281-b7df503f7739" + "f18e5755-4c4a-4d81-bb8b-8acd1ac4749e" ], "request-id": [ - "6e5272c1-35c5-41a8-a281-b7df503f7739" + "f18e5755-4c4a-4d81-bb8b-8acd1ac4749e" ], "elapsed-time": [ - "79" + "605" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3777,19 +3780,16 @@ "14950" ], "x-ms-correlation-request-id": [ - "4bd400bb-2b10-44d9-ab93-0abb0dd8814b" + "4cd90f37-dbe2-463d-b597-ec6a00cb5108" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215407Z:4bd400bb-2b10-44d9-ab93-0abb0dd8814b" + "NORTHEUROPE:20200806T225131Z:4cd90f37-dbe2-463d-b597-ec6a00cb5108" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:54:07 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3798,25 +3798,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "317fa624-4970-4548-b378-2cd0f179a9b3" + "8aec2686-91d9-4626-abe7-05f9d42d8f53" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3824,23 +3824,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:51:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "317fa624-4970-4548-b378-2cd0f179a9b3" + "8aec2686-91d9-4626-abe7-05f9d42d8f53" ], "request-id": [ - "317fa624-4970-4548-b378-2cd0f179a9b3" + "8aec2686-91d9-4626-abe7-05f9d42d8f53" ], "elapsed-time": [ - "67" + "309" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3849,19 +3852,16 @@ "14949" ], "x-ms-correlation-request-id": [ - "cd21a29f-cb69-4edf-8fbb-54da7a419e62" + "072f0e6e-f771-4cf2-8214-190197e917b1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215417Z:cd21a29f-cb69-4edf-8fbb-54da7a419e62" + "NORTHEUROPE:20200806T225141Z:072f0e6e-f771-4cf2-8214-190197e917b1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:54:17 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3870,25 +3870,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "29b19a2c-a046-4628-ac1c-ae5c5cbf6f02" + "16d5156d-9cfe-4ff8-b268-9ae51643b961" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3896,23 +3896,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:51:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "29b19a2c-a046-4628-ac1c-ae5c5cbf6f02" + "16d5156d-9cfe-4ff8-b268-9ae51643b961" ], "request-id": [ - "29b19a2c-a046-4628-ac1c-ae5c5cbf6f02" + "16d5156d-9cfe-4ff8-b268-9ae51643b961" ], "elapsed-time": [ - "62" + "376" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3921,19 +3924,16 @@ "14948" ], "x-ms-correlation-request-id": [ - "7ee2939a-cc44-4ad1-891f-057c76791377" + "27951b24-ca0b-4e16-b4ba-720de1bcc445" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215428Z:7ee2939a-cc44-4ad1-891f-057c76791377" + "NORTHEUROPE:20200806T225152Z:27951b24-ca0b-4e16-b4ba-720de1bcc445" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:54:28 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3942,25 +3942,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "350f587e-51e3-4ec8-b7c6-2ede66471b69" + "4a769578-ab3f-4b86-8362-88a35bae35e9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3968,23 +3968,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:52:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "350f587e-51e3-4ec8-b7c6-2ede66471b69" + "4a769578-ab3f-4b86-8362-88a35bae35e9" ], "request-id": [ - "350f587e-51e3-4ec8-b7c6-2ede66471b69" + "4a769578-ab3f-4b86-8362-88a35bae35e9" ], "elapsed-time": [ - "54" + "321" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3993,19 +3996,16 @@ "14947" ], "x-ms-correlation-request-id": [ - "9ef150c2-3ba6-49e9-8ea6-0db96845b5bc" + "2c22dc8d-6914-46a6-bdb2-31ed39d71cc2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215441Z:9ef150c2-3ba6-49e9-8ea6-0db96845b5bc" + "NORTHEUROPE:20200806T225202Z:2c22dc8d-6914-46a6-bdb2-31ed39d71cc2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:54:41 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4014,25 +4014,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94b8711a-f058-4d6d-8222-a0ce5b55e688" + "3ee8e16f-07fb-43b4-8959-9c4b8f60f62a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4040,23 +4040,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:52:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "94b8711a-f058-4d6d-8222-a0ce5b55e688" + "3ee8e16f-07fb-43b4-8959-9c4b8f60f62a" ], "request-id": [ - "94b8711a-f058-4d6d-8222-a0ce5b55e688" + "3ee8e16f-07fb-43b4-8959-9c4b8f60f62a" ], "elapsed-time": [ - "58" + "343" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4065,19 +4068,16 @@ "14946" ], "x-ms-correlation-request-id": [ - "36c87728-2769-4bc8-9f0e-d61320bff0a3" + "2a6f3bab-52f1-450e-994a-d2696925c5f5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215452Z:36c87728-2769-4bc8-9f0e-d61320bff0a3" + "NORTHEUROPE:20200806T225213Z:2a6f3bab-52f1-450e-994a-d2696925c5f5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:54:52 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4086,25 +4086,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e2638c73-b880-4d88-b8dc-0f0e24ffb42f" + "2e4d45cf-7663-4c96-aa3c-a6e97f6ff850" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4112,23 +4112,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:52:23 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e2638c73-b880-4d88-b8dc-0f0e24ffb42f" + "2e4d45cf-7663-4c96-aa3c-a6e97f6ff850" ], "request-id": [ - "e2638c73-b880-4d88-b8dc-0f0e24ffb42f" + "2e4d45cf-7663-4c96-aa3c-a6e97f6ff850" ], "elapsed-time": [ - "52" + "281" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4137,19 +4140,16 @@ "14945" ], "x-ms-correlation-request-id": [ - "386c73ef-db6f-4018-82d1-74c2328edf9c" + "998b7b81-5a1d-4333-80ce-af3694ce3d19" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215502Z:386c73ef-db6f-4018-82d1-74c2328edf9c" + "NORTHEUROPE:20200806T225223Z:998b7b81-5a1d-4333-80ce-af3694ce3d19" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:55:01 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4158,25 +4158,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "767b856a-2b05-4294-8007-e70be816bd52" + "48ba7b75-79f7-467a-a243-fead16a7478e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4184,23 +4184,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:52:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "767b856a-2b05-4294-8007-e70be816bd52" + "48ba7b75-79f7-467a-a243-fead16a7478e" ], "request-id": [ - "767b856a-2b05-4294-8007-e70be816bd52" + "48ba7b75-79f7-467a-a243-fead16a7478e" ], "elapsed-time": [ - "57" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4209,19 +4212,16 @@ "14944" ], "x-ms-correlation-request-id": [ - "941739db-bc51-4981-b3b6-b802aec806ba" + "50e9fda1-df32-42b3-a542-1c810cb0dcf5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215512Z:941739db-bc51-4981-b3b6-b802aec806ba" + "NORTHEUROPE:20200806T225234Z:50e9fda1-df32-42b3-a542-1c810cb0dcf5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:55:12 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4230,25 +4230,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c327004a-2f63-40f6-ab9d-2ce01fdb7255" + "5c1a5314-11a9-434d-96b7-591e6c8ad94e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4256,23 +4256,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:52:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c327004a-2f63-40f6-ab9d-2ce01fdb7255" + "5c1a5314-11a9-434d-96b7-591e6c8ad94e" ], "request-id": [ - "c327004a-2f63-40f6-ab9d-2ce01fdb7255" + "5c1a5314-11a9-434d-96b7-591e6c8ad94e" ], "elapsed-time": [ - "62" + "271" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4281,19 +4284,16 @@ "14943" ], "x-ms-correlation-request-id": [ - "f1ae99ef-ab6a-4d4c-ae99-541eaa77e78e" + "9089438c-9f9b-4754-8b12-e20a3fb6c0d5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215522Z:f1ae99ef-ab6a-4d4c-ae99-541eaa77e78e" + "NORTHEUROPE:20200806T225245Z:9089438c-9f9b-4754-8b12-e20a3fb6c0d5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:55:22 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4302,25 +4302,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a28eeaa-49c4-4e29-8763-7658e2a29495" + "d6f1e8eb-aba3-42fc-b862-8b8c879a5eb3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4328,23 +4328,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:52:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1a28eeaa-49c4-4e29-8763-7658e2a29495" + "d6f1e8eb-aba3-42fc-b862-8b8c879a5eb3" ], "request-id": [ - "1a28eeaa-49c4-4e29-8763-7658e2a29495" + "d6f1e8eb-aba3-42fc-b862-8b8c879a5eb3" ], "elapsed-time": [ - "55" + "373" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4353,19 +4356,16 @@ "14942" ], "x-ms-correlation-request-id": [ - "fd0273e0-b6cb-42cb-8443-9213157bece9" + "62c8027a-5c2f-46ca-ad68-25f74639462c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215533Z:fd0273e0-b6cb-42cb-8443-9213157bece9" + "NORTHEUROPE:20200806T225256Z:62c8027a-5c2f-46ca-ad68-25f74639462c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:55:32 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4374,25 +4374,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e7af559f-8406-4095-8414-95bbdf9e6123" + "dfb8a49b-d145-4e61-be1b-0344efbfeb85" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4400,23 +4400,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:53:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e7af559f-8406-4095-8414-95bbdf9e6123" + "dfb8a49b-d145-4e61-be1b-0344efbfeb85" ], "request-id": [ - "e7af559f-8406-4095-8414-95bbdf9e6123" + "dfb8a49b-d145-4e61-be1b-0344efbfeb85" ], "elapsed-time": [ - "54" + "286" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4425,19 +4428,16 @@ "14941" ], "x-ms-correlation-request-id": [ - "a48b7eae-a6bf-4b8f-81fa-8a5715055871" + "285d98ff-ca43-4032-9e87-e624fc4a368b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215543Z:a48b7eae-a6bf-4b8f-81fa-8a5715055871" + "NORTHEUROPE:20200806T225306Z:285d98ff-ca43-4032-9e87-e624fc4a368b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:55:42 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4446,25 +4446,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4b2a1dae-40e9-47a5-91e0-bc2e3bbc37b9" + "672701f5-76be-4d31-a7ec-fa2fe09fdda7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4472,23 +4472,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:53:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4b2a1dae-40e9-47a5-91e0-bc2e3bbc37b9" + "672701f5-76be-4d31-a7ec-fa2fe09fdda7" ], "request-id": [ - "4b2a1dae-40e9-47a5-91e0-bc2e3bbc37b9" + "672701f5-76be-4d31-a7ec-fa2fe09fdda7" ], "elapsed-time": [ - "164" + "342" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4497,19 +4500,16 @@ "14940" ], "x-ms-correlation-request-id": [ - "be2fc1b3-b241-4ee8-8e61-ba1297aa86f3" + "ee7cf3d8-932d-4f88-90d3-8fe98e74d5a7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215553Z:be2fc1b3-b241-4ee8-8e61-ba1297aa86f3" + "NORTHEUROPE:20200806T225317Z:ee7cf3d8-932d-4f88-90d3-8fe98e74d5a7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:55:53 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4518,25 +4518,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3441d01b-25c8-43c2-b01c-256615ee4bb2" + "ae22ce2c-4908-4edd-ac12-715b58d3ecd3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4544,23 +4544,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:53:27 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3441d01b-25c8-43c2-b01c-256615ee4bb2" + "ae22ce2c-4908-4edd-ac12-715b58d3ecd3" ], "request-id": [ - "3441d01b-25c8-43c2-b01c-256615ee4bb2" + "ae22ce2c-4908-4edd-ac12-715b58d3ecd3" ], "elapsed-time": [ - "53" + "313" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4569,19 +4572,16 @@ "14939" ], "x-ms-correlation-request-id": [ - "1a1f080e-8313-4e7e-8c39-4faff7a3154f" + "a523bd6c-ce27-4499-bdd3-8e0b5b2107c7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215604Z:1a1f080e-8313-4e7e-8c39-4faff7a3154f" + "NORTHEUROPE:20200806T225327Z:a523bd6c-ce27-4499-bdd3-8e0b5b2107c7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:56:04 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4590,25 +4590,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8c351439-fae1-4042-863d-b63f21be26af" + "cc59422b-e9d4-42e2-826d-2d872123b794" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4616,23 +4616,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:53:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8c351439-fae1-4042-863d-b63f21be26af" + "cc59422b-e9d4-42e2-826d-2d872123b794" ], "request-id": [ - "8c351439-fae1-4042-863d-b63f21be26af" + "cc59422b-e9d4-42e2-826d-2d872123b794" ], "elapsed-time": [ - "59" + "1140" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4641,19 +4644,16 @@ "14938" ], "x-ms-correlation-request-id": [ - "ec44a254-c0f3-471d-a71f-6aab00f4752f" + "dc02aad8-07ab-4556-aefb-b0969072aa58" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215614Z:ec44a254-c0f3-471d-a71f-6aab00f4752f" + "NORTHEUROPE:20200806T225339Z:dc02aad8-07ab-4556-aefb-b0969072aa58" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:56:14 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4662,25 +4662,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a25ae659-040f-4fdf-820f-c17ad9bf8f43" + "81a036f3-0b78-448c-9f74-39331d38ee80" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4688,23 +4688,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:53:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a25ae659-040f-4fdf-820f-c17ad9bf8f43" + "81a036f3-0b78-448c-9f74-39331d38ee80" ], "request-id": [ - "a25ae659-040f-4fdf-820f-c17ad9bf8f43" + "81a036f3-0b78-448c-9f74-39331d38ee80" ], "elapsed-time": [ - "50" + "356" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4713,19 +4716,16 @@ "14937" ], "x-ms-correlation-request-id": [ - "b450771d-9782-4b70-a731-7e7d4eaddef4" + "ea252dd4-13ca-4f00-bece-be0a6b379a68" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215625Z:b450771d-9782-4b70-a731-7e7d4eaddef4" + "NORTHEUROPE:20200806T225349Z:ea252dd4-13ca-4f00-bece-be0a6b379a68" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:56:25 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4734,25 +4734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "74d45013-40b1-471f-b618-095457df35e5" + "93093884-4d5a-496d-883c-b5b2a1ab9012" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4760,23 +4760,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:54:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "74d45013-40b1-471f-b618-095457df35e5" + "93093884-4d5a-496d-883c-b5b2a1ab9012" ], "request-id": [ - "74d45013-40b1-471f-b618-095457df35e5" + "93093884-4d5a-496d-883c-b5b2a1ab9012" ], "elapsed-time": [ - "85" + "317" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4785,19 +4788,16 @@ "14936" ], "x-ms-correlation-request-id": [ - "08cab565-d5d8-4332-ae32-8f69d1a337d1" + "66ed0c26-882a-476d-b191-e34c072e1ea6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215635Z:08cab565-d5d8-4332-ae32-8f69d1a337d1" + "NORTHEUROPE:20200806T225400Z:66ed0c26-882a-476d-b191-e34c072e1ea6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:56:34 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4806,25 +4806,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5f1cd4c2-f0c9-4251-9273-8b017ed391be" + "6a536a7b-e74a-41dd-ad0a-1a2655911b41" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4832,23 +4832,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:54:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5f1cd4c2-f0c9-4251-9273-8b017ed391be" + "6a536a7b-e74a-41dd-ad0a-1a2655911b41" ], "request-id": [ - "5f1cd4c2-f0c9-4251-9273-8b017ed391be" + "6a536a7b-e74a-41dd-ad0a-1a2655911b41" ], "elapsed-time": [ - "51" + "351" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4857,19 +4860,16 @@ "14935" ], "x-ms-correlation-request-id": [ - "81c09458-3e0e-4be5-8702-3bac4a43af9a" + "507e48de-6453-41ab-95ff-936a2d19661d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215645Z:81c09458-3e0e-4be5-8702-3bac4a43af9a" + "NORTHEUROPE:20200806T225411Z:507e48de-6453-41ab-95ff-936a2d19661d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:56:44 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4878,25 +4878,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "73e6afe6-166f-47fa-b32a-226b948792a6" + "3baee9f7-f85d-4a72-89c7-d45a6f7dffd4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4904,23 +4904,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:54:21 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "73e6afe6-166f-47fa-b32a-226b948792a6" + "3baee9f7-f85d-4a72-89c7-d45a6f7dffd4" ], "request-id": [ - "73e6afe6-166f-47fa-b32a-226b948792a6" + "3baee9f7-f85d-4a72-89c7-d45a6f7dffd4" ], "elapsed-time": [ - "74" + "333" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4929,19 +4932,16 @@ "14934" ], "x-ms-correlation-request-id": [ - "765f2448-5bd9-40bf-92c0-8bcd302c2ec1" + "05b57863-4d15-4cbb-bba3-736e66d52148" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215656Z:765f2448-5bd9-40bf-92c0-8bcd302c2ec1" + "NORTHEUROPE:20200806T225421Z:05b57863-4d15-4cbb-bba3-736e66d52148" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:56:56 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4950,25 +4950,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "364e8a1c-b66c-4a11-a013-b1307bdabf9c" + "151ed273-49c1-4a76-ba7e-064c9ef2341e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4976,116 +4976,44 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "364e8a1c-b66c-4a11-a013-b1307bdabf9c" - ], - "request-id": [ - "364e8a1c-b66c-4a11-a013-b1307bdabf9c" - ], - "elapsed-time": [ - "52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-correlation-request-id": [ - "509c1fbf-4249-4812-a86e-9627d7dcd786" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215706Z:509c1fbf-4249-4812-a86e-9627d7dcd786" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 21:57:06 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "be83f85b-6c09-4161-89cc-75efab8a1cd7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Thu, 06 Aug 2020 22:54:32 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "be83f85b-6c09-4161-89cc-75efab8a1cd7" + "151ed273-49c1-4a76-ba7e-064c9ef2341e" ], "request-id": [ - "be83f85b-6c09-4161-89cc-75efab8a1cd7" + "151ed273-49c1-4a76-ba7e-064c9ef2341e" ], "elapsed-time": [ - "56" + "440" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" + "14933" ], "x-ms-correlation-request-id": [ - "d4b4ba39-c86f-4b26-b7f1-f8498d35d844" + "648ea98c-db6b-4a0c-ba59-708b69c3a278" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215716Z:d4b4ba39-c86f-4b26-b7f1-f8498d35d844" + "NORTHEUROPE:20200806T225432Z:648ea98c-db6b-4a0c-ba59-708b69c3a278" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:57:15 GMT" - ], "Content-Length": [ - "551" + "553" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5094,25 +5022,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b98d6de-c59f-46c8-a881-491a618b185c" + "3665ff2a-8bf1-43eb-8972-91e7441dfbe7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5120,116 +5048,44 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "0b98d6de-c59f-46c8-a881-491a618b185c" - ], - "request-id": [ - "0b98d6de-c59f-46c8-a881-491a618b185c" - ], - "elapsed-time": [ - "82" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-correlation-request-id": [ - "2a80b2a9-a766-43e8-b1f2-896a7af802d8" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215727Z:2a80b2a9-a766-43e8-b1f2-896a7af802d8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 21:57:26 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9079e06d-4e68-457d-8717-2730af4e49b5" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Thu, 06 Aug 2020 22:54:42 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A38.2730047Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9079e06d-4e68-457d-8717-2730af4e49b5" + "3665ff2a-8bf1-43eb-8972-91e7441dfbe7" ], "request-id": [ - "9079e06d-4e68-457d-8717-2730af4e49b5" + "3665ff2a-8bf1-43eb-8972-91e7441dfbe7" ], "elapsed-time": [ - "523" + "354" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" + "14932" ], "x-ms-correlation-request-id": [ - "363089f5-d980-40e4-8ad2-66e5505be8b7" + "b572a2e9-4b1e-486c-a11d-6c35a5526c0a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215737Z:363089f5-d980-40e4-8ad2-66e5505be8b7" + "NORTHEUROPE:20200806T225443Z:b572a2e9-4b1e-486c-a11d-6c35a5526c0a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:57:37 GMT" - ], "Content-Length": [ - "551" + "545" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5238,25 +5094,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598\",\r\n \"name\": \"azs-7598\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5727/providers/Microsoft.Search/searchServices/azs-7598?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTk4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eef44e93-2b23-4e77-8644-875d325c7cc9" + "9b638d82-7ee4-4407-a1fc-b120c26533b8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5264,1565 +5120,53 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "eef44e93-2b23-4e77-8644-875d325c7cc9" - ], - "request-id": [ - "eef44e93-2b23-4e77-8644-875d325c7cc9" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-correlation-request-id": [ - "cf523e14-2bc7-41e7-a0cd-b3c709185254" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215748Z:cf523e14-2bc7-41e7-a0cd-b3c709185254" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 21:57:48 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "145cf5c4-1f70-40df-a32f-8eb4176d8520" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Thu, 06 Aug 2020 22:54:45 GMT" ], "Pragma": [ "no-cache" ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], "x-ms-request-id": [ - "145cf5c4-1f70-40df-a32f-8eb4176d8520" + "9b638d82-7ee4-4407-a1fc-b120c26533b8" ], "request-id": [ - "145cf5c4-1f70-40df-a32f-8eb4176d8520" + "9b638d82-7ee4-4407-a1fc-b120c26533b8" ], "elapsed-time": [ - "77" + "638" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-correlation-request-id": [ - "b5a23697-7a90-41f9-a9bb-32ba07f7b735" + "535bc689-c6fa-49a7-b51d-924bc7a7f5ad" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215758Z:b5a23697-7a90-41f9-a9bb-32ba07f7b735" + "NORTHEUROPE:20200806T225445Z:535bc689-c6fa-49a7-b51d-924bc7a7f5ad" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:57:58 GMT" - ], "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "0" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8e76be20-c4e6-40cc-9360-1694957e19e3" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "8e76be20-c4e6-40cc-9360-1694957e19e3" - ], - "request-id": [ - "8e76be20-c4e6-40cc-9360-1694957e19e3" - ], - "elapsed-time": [ - "186" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-correlation-request-id": [ - "9a496f9e-f6c8-4f1f-b0b4-13d18cde0e94" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215809Z:9a496f9e-f6c8-4f1f-b0b4-13d18cde0e94" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:58:09 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0ee84ca7-dd6a-475b-a3d7-909e7046d824" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "0ee84ca7-dd6a-475b-a3d7-909e7046d824" - ], - "request-id": [ - "0ee84ca7-dd6a-475b-a3d7-909e7046d824" - ], - "elapsed-time": [ - "62" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-correlation-request-id": [ - "823e6a31-6ecd-419d-9b96-e5afb196c154" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215820Z:823e6a31-6ecd-419d-9b96-e5afb196c154" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:58:20 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "90d79b45-92b4-4049-bdb1-d0b6a96a2b8d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "90d79b45-92b4-4049-bdb1-d0b6a96a2b8d" - ], - "request-id": [ - "90d79b45-92b4-4049-bdb1-d0b6a96a2b8d" - ], - "elapsed-time": [ - "69" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-correlation-request-id": [ - "05a4d19c-e68e-430b-b40b-6687bf762d29" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215830Z:05a4d19c-e68e-430b-b40b-6687bf762d29" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:58:29 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3d1c5c3c-2146-4ebb-804f-73f6abeb7c24" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3d1c5c3c-2146-4ebb-804f-73f6abeb7c24" - ], - "request-id": [ - "3d1c5c3c-2146-4ebb-804f-73f6abeb7c24" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-correlation-request-id": [ - "5eea4ba5-88b7-48bd-8545-73f40240ad11" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215840Z:5eea4ba5-88b7-48bd-8545-73f40240ad11" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:58:40 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0be08f25-f2c1-4961-84a1-d0ca0b951071" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "0be08f25-f2c1-4961-84a1-d0ca0b951071" - ], - "request-id": [ - "0be08f25-f2c1-4961-84a1-d0ca0b951071" - ], - "elapsed-time": [ - "67" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-correlation-request-id": [ - "a617e6ec-782f-4b56-bbc7-c7eccf6708c3" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215851Z:a617e6ec-782f-4b56-bbc7-c7eccf6708c3" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:58:51 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7c351630-39c9-4c08-9317-86d890b26c96" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "7c351630-39c9-4c08-9317-86d890b26c96" - ], - "request-id": [ - "7c351630-39c9-4c08-9317-86d890b26c96" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-correlation-request-id": [ - "51e578ef-e1f0-4887-9bf6-2b409b786a7d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215901Z:51e578ef-e1f0-4887-9bf6-2b409b786a7d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:59:00 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9fb5a47f-9f79-42da-82b0-1ceb68d94633" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "9fb5a47f-9f79-42da-82b0-1ceb68d94633" - ], - "request-id": [ - "9fb5a47f-9f79-42da-82b0-1ceb68d94633" - ], - "elapsed-time": [ - "67" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-correlation-request-id": [ - "d5574868-929d-4b13-b4b8-65cb700d434c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215911Z:d5574868-929d-4b13-b4b8-65cb700d434c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:59:10 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3b8d995a-1625-4e88-ba0d-f3cd612ebcc3" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3b8d995a-1625-4e88-ba0d-f3cd612ebcc3" - ], - "request-id": [ - "3b8d995a-1625-4e88-ba0d-f3cd612ebcc3" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-correlation-request-id": [ - "5e006320-9252-4ece-87b0-ca823bbde0ea" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215922Z:5e006320-9252-4ece-87b0-ca823bbde0ea" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:59:21 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "99b06884-c3ac-4d25-b272-d961979344b8" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "99b06884-c3ac-4d25-b272-d961979344b8" - ], - "request-id": [ - "99b06884-c3ac-4d25-b272-d961979344b8" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-correlation-request-id": [ - "04e073a1-6ee6-426f-8139-46263d2dee9b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215932Z:04e073a1-6ee6-426f-8139-46263d2dee9b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:59:32 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e7256807-ccde-4dfb-84dc-84a2cc22a25a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "e7256807-ccde-4dfb-84dc-84a2cc22a25a" - ], - "request-id": [ - "e7256807-ccde-4dfb-84dc-84a2cc22a25a" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-correlation-request-id": [ - "160d7273-b073-4104-9fdb-8e4a264fa007" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215942Z:160d7273-b073-4104-9fdb-8e4a264fa007" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:59:42 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "eb4d556e-082b-4658-bfa3-0ae402b6b3e5" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "eb4d556e-082b-4658-bfa3-0ae402b6b3e5" - ], - "request-id": [ - "eb4d556e-082b-4658-bfa3-0ae402b6b3e5" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-correlation-request-id": [ - "5967f672-f4a8-4751-94fa-3fca84bc71c3" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T215953Z:5967f672-f4a8-4751-94fa-3fca84bc71c3" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 21:59:53 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "942e3df6-5dd1-4b1e-9704-a755e84c157d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "942e3df6-5dd1-4b1e-9704-a755e84c157d" - ], - "request-id": [ - "942e3df6-5dd1-4b1e-9704-a755e84c157d" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-correlation-request-id": [ - "2f3503d5-7466-46d1-bd8b-ac02db8c7a7c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T220003Z:2f3503d5-7466-46d1-bd8b-ac02db8c7a7c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:00:02 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "34a3c54b-b3e8-4ec3-a275-7ce35575b474" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "34a3c54b-b3e8-4ec3-a275-7ce35575b474" - ], - "request-id": [ - "34a3c54b-b3e8-4ec3-a275-7ce35575b474" - ], - "elapsed-time": [ - "181" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-correlation-request-id": [ - "112bff5c-57f1-4927-b267-210eb6aa4319" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T220013Z:112bff5c-57f1-4927-b267-210eb6aa4319" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:00:13 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e42d79b3-8e80-4cdd-8922-6638b49fa4b7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "e42d79b3-8e80-4cdd-8922-6638b49fa4b7" - ], - "request-id": [ - "e42d79b3-8e80-4cdd-8922-6638b49fa4b7" - ], - "elapsed-time": [ - "77" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-correlation-request-id": [ - "28956e20-cb01-43b0-881f-605e49a2ae9a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T220024Z:28956e20-cb01-43b0-881f-605e49a2ae9a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:00:24 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "da1aedc3-e915-480a-9f6f-cd969c4bcb18" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "da1aedc3-e915-480a-9f6f-cd969c4bcb18" - ], - "request-id": [ - "da1aedc3-e915-480a-9f6f-cd969c4bcb18" - ], - "elapsed-time": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-correlation-request-id": [ - "c8a411a1-00bc-4ee3-a81e-ed5b260cc13d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T220034Z:c8a411a1-00bc-4ee3-a81e-ed5b260cc13d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:00:34 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d62699f1-d623-4738-938e-8c3cfe3ae5b9" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "d62699f1-d623-4738-938e-8c3cfe3ae5b9" - ], - "request-id": [ - "d62699f1-d623-4738-938e-8c3cfe3ae5b9" - ], - "elapsed-time": [ - "78" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-correlation-request-id": [ - "1ebb31e6-8bd1-4af7-b79b-dec9bc3e81e0" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T220045Z:1ebb31e6-8bd1-4af7-b79b-dec9bc3e81e0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:00:44 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1e27c3cb-e98f-4a5d-94ae-6be25b074651" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "1e27c3cb-e98f-4a5d-94ae-6be25b074651" - ], - "request-id": [ - "1e27c3cb-e98f-4a5d-94ae-6be25b074651" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-correlation-request-id": [ - "7440d7b1-eb01-4bef-8e58-c4c50a47919d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T220055Z:7440d7b1-eb01-4bef-8e58-c4c50a47919d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:00:55 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ad1e5c6f-fdc8-4015-a2ac-9eecdf4527be" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ad1e5c6f-fdc8-4015-a2ac-9eecdf4527be" - ], - "request-id": [ - "ad1e5c6f-fdc8-4015-a2ac-9eecdf4527be" - ], - "elapsed-time": [ - "89" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-correlation-request-id": [ - "3f3a4e25-3e1b-4a02-b294-09d68126263e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T220105Z:3f3a4e25-3e1b-4a02-b294-09d68126263e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:01:05 GMT" - ], - "Content-Length": [ - "551" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e26f7954-b604-4dcb-be4f-90dfc10e5e19" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T21%3A45%3A18.1282571Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "e26f7954-b604-4dcb-be4f-90dfc10e5e19" - ], - "request-id": [ - "e26f7954-b604-4dcb-be4f-90dfc10e5e19" - ], - "elapsed-time": [ - "78" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-correlation-request-id": [ - "0d5a1bf6-b3e5-481d-8323-b3183f3e2162" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T220116Z:0d5a1bf6-b3e5-481d-8323-b3183f3e2162" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:01:15 GMT" - ], - "Content-Length": [ - "543" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199\",\r\n \"name\": \"azs-199\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2937/providers/Microsoft.Search/searchServices/azs-199?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7f961bd4-5514-48fd-954a-c2837b433881" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "7f961bd4-5514-48fd-954a-c2837b433881" - ], - "request-id": [ - "7f961bd4-5514-48fd-954a-c2837b433881" - ], - "elapsed-time": [ - "1000" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" - ], - "x-ms-correlation-request-id": [ - "149be19a-d60e-46ed-ab3f-484adae5aa44" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T220119Z:149be19a-d60e-46ed-ab3f-484adae5aa44" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 28 May 2020 22:01:18 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, "ResponseBody": "", "StatusCode": 200 } ], "Names": { "GenerateName": [ - "azsmnet2937" + "azsmnet5727" ], "GenerateServiceName": [ - "azs-199" + "azs-7598" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateStorageOptimizedL2Service.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateStorageOptimizedL2Service.json index 027d39c161e7..ff2c040f7af3 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateStorageOptimizedL2Service.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanCreateStorageOptimizedL2Service.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2575f2cb-9a57-4f8f-ba70-c2ea7e27d809" + "4a0b4ee2-9aa4-4713-9ac8-5ce8d48d8be2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:17:35 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "a9bd73a1-1cf9-49d3-a3a7-7a2f8068a7ab" + "e257cc13-7911-47c4-b43b-5875fe0b937b" ], "x-ms-correlation-request-id": [ - "a9bd73a1-1cf9-49d3-a3a7-7a2f8068a7ab" + "e257cc13-7911-47c4-b43b-5875fe0b937b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230402Z:a9bd73a1-1cf9-49d3-a3a7-7a2f8068a7ab" + "NORTHEUROPE:20200807T001735Z:e257cc13-7911-47c4-b43b-5875fe0b937b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:04:02 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6708?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2NzA4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9815?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5ODE1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e802a260-f7a9-4732-ac8b-27a90d547c74" + "88992e62-949c-4364-ba5e-87d200e839bc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:17:36 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "6de65cbf-6b42-4b97-924c-fa7b809c0e98" + "ee463fc1-39cd-405a-bdba-a92aec07fca6" ], "x-ms-correlation-request-id": [ - "6de65cbf-6b42-4b97-924c-fa7b809c0e98" + "ee463fc1-39cd-405a-bdba-a92aec07fca6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230404Z:6de65cbf-6b42-4b97-924c-fa7b809c0e98" + "NORTHEUROPE:20200807T001736Z:ee463fc1-39cd-405a-bdba-a92aec07fca6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:04:04 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708\",\r\n \"name\": \"azsmnet6708\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815\",\r\n \"name\": \"azsmnet9815\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7559ebdb-74f1-43a4-a4e6-5481f28ca0f7" + "8ffd37df-39f3-41ea-ade6-49f0484afea9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,39 +155,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:17:46 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "x-ms-request-id": [ - "7559ebdb-74f1-43a4-a4e6-5481f28ca0f7" + "8ffd37df-39f3-41ea-ade6-49f0484afea9" ], "request-id": [ - "7559ebdb-74f1-43a4-a4e6-5481f28ca0f7" + "8ffd37df-39f3-41ea-ade6-49f0484afea9" ], "elapsed-time": [ - "4334" + "4145" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "96631736-e0bc-409f-a346-b3d9c4f07c52" + "c983a8ae-df39-4ea5-bd56-810687a5e345" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230413Z:96631736-e0bc-409f-a346-b3d9c4f07c52" + "NORTHEUROPE:20200807T001746Z:c983a8ae-df39-4ea5-bd56-810687a5e345" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:04:13 GMT" - ], "Content-Length": [ "553" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "89c0fd27-c049-4b05-8c93-9e26e61ad54c" + "fb7fb348-cc8f-4a02-bf2c-17601cde8458" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,42 +224,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:17:56 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "89c0fd27-c049-4b05-8c93-9e26e61ad54c" + "fb7fb348-cc8f-4a02-bf2c-17601cde8458" ], "request-id": [ - "89c0fd27-c049-4b05-8c93-9e26e61ad54c" + "fb7fb348-cc8f-4a02-bf2c-17601cde8458" ], "elapsed-time": [ - "55" + "332" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14952" ], "x-ms-correlation-request-id": [ - "b592c9c8-3ec5-46d3-b304-3f770b95e988" + "285febb2-fe6e-4ec1-a490-096e82996b10" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230423Z:b592c9c8-3ec5-46d3-b304-3f770b95e988" + "NORTHEUROPE:20200807T001756Z:285febb2-fe6e-4ec1-a490-096e82996b10" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:04:23 GMT" - ], "Content-Length": [ "553" ], @@ -270,25 +270,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8bce013d-3f4e-43b2-bc1b-6c1d0ac66d8c" + "7f286df5-2cc7-4552-ba5f-6fcb9f459198" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -296,42 +296,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:18:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8bce013d-3f4e-43b2-bc1b-6c1d0ac66d8c" + "7f286df5-2cc7-4552-ba5f-6fcb9f459198" ], "request-id": [ - "8bce013d-3f4e-43b2-bc1b-6c1d0ac66d8c" + "7f286df5-2cc7-4552-ba5f-6fcb9f459198" ], "elapsed-time": [ - "136" + "277" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14951" ], "x-ms-correlation-request-id": [ - "b9802012-a840-4c2f-ad27-e6882abf30cd" + "8371eed0-7397-4b99-a220-04912027804c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230434Z:b9802012-a840-4c2f-ad27-e6882abf30cd" + "NORTHEUROPE:20200807T001807Z:8371eed0-7397-4b99-a220-04912027804c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:04:34 GMT" - ], "Content-Length": [ "553" ], @@ -342,25 +342,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "54b883ab-5740-4397-9cf8-441f2d4b4fa7" + "ebfeabe6-9595-445c-a4d2-ee56983a78eb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -368,42 +368,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:18:17 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "54b883ab-5740-4397-9cf8-441f2d4b4fa7" + "ebfeabe6-9595-445c-a4d2-ee56983a78eb" ], "request-id": [ - "54b883ab-5740-4397-9cf8-441f2d4b4fa7" + "ebfeabe6-9595-445c-a4d2-ee56983a78eb" ], "elapsed-time": [ - "162" + "304" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14950" ], "x-ms-correlation-request-id": [ - "d4d85cba-344a-4788-9093-8fcd1a6892cd" + "cade82c3-a456-4f92-8dd8-b5749ed237e0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230446Z:d4d85cba-344a-4788-9093-8fcd1a6892cd" + "NORTHEUROPE:20200807T001817Z:cade82c3-a456-4f92-8dd8-b5749ed237e0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:04:51 GMT" - ], "Content-Length": [ "553" ], @@ -414,25 +414,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e352ef95-b90c-4c1b-841a-d3d69c4316d6" + "f7a25eb4-8960-4cc3-8049-d7fbb5d7bd32" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -440,42 +440,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:18:28 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e352ef95-b90c-4c1b-841a-d3d69c4316d6" + "f7a25eb4-8960-4cc3-8049-d7fbb5d7bd32" ], "request-id": [ - "e352ef95-b90c-4c1b-841a-d3d69c4316d6" + "f7a25eb4-8960-4cc3-8049-d7fbb5d7bd32" ], "elapsed-time": [ - "61" + "316" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14949" ], "x-ms-correlation-request-id": [ - "c8dab481-8338-437c-bb7f-a9a42889467c" + "e26c2045-8202-4a1b-adad-1ccb2fbd18ee" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230502Z:c8dab481-8338-437c-bb7f-a9a42889467c" + "NORTHEUROPE:20200807T001828Z:e26c2045-8202-4a1b-adad-1ccb2fbd18ee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:05:02 GMT" - ], "Content-Length": [ "553" ], @@ -486,25 +486,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cb23d44b-9f2b-4022-be41-4afd740cfb61" + "9b2270a5-de47-45df-9436-d22294f2250c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -512,42 +512,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:18:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "cb23d44b-9f2b-4022-be41-4afd740cfb61" + "9b2270a5-de47-45df-9436-d22294f2250c" ], "request-id": [ - "cb23d44b-9f2b-4022-be41-4afd740cfb61" + "9b2270a5-de47-45df-9436-d22294f2250c" ], "elapsed-time": [ - "72" + "281" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14948" ], "x-ms-correlation-request-id": [ - "6b264dad-306f-44cf-97a3-7772da341919" + "59025b52-9733-40ff-9366-63be4ad11995" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230512Z:6b264dad-306f-44cf-97a3-7772da341919" + "NORTHEUROPE:20200807T001838Z:59025b52-9733-40ff-9366-63be4ad11995" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:05:12 GMT" - ], "Content-Length": [ "553" ], @@ -558,25 +558,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "29c66118-b1b5-481c-a6c3-c93039eb3e0e" + "35df2f27-96ad-470d-8267-cc16e463c0eb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -584,42 +584,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:18:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "29c66118-b1b5-481c-a6c3-c93039eb3e0e" + "35df2f27-96ad-470d-8267-cc16e463c0eb" ], "request-id": [ - "29c66118-b1b5-481c-a6c3-c93039eb3e0e" + "35df2f27-96ad-470d-8267-cc16e463c0eb" ], "elapsed-time": [ - "204" + "309" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14947" ], "x-ms-correlation-request-id": [ - "52ad57c8-c6df-4570-aed0-36374da6a62f" + "e4bbf93e-87ef-45c4-a57f-5a435dbf531e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230523Z:52ad57c8-c6df-4570-aed0-36374da6a62f" + "NORTHEUROPE:20200807T001849Z:e4bbf93e-87ef-45c4-a57f-5a435dbf531e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:05:23 GMT" - ], "Content-Length": [ "553" ], @@ -630,25 +630,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5830451-3048-477b-8c93-8002a15c4136" + "15b8f3ea-74b4-47b2-a40d-230e4ba499b1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -656,42 +656,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:18:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e5830451-3048-477b-8c93-8002a15c4136" + "15b8f3ea-74b4-47b2-a40d-230e4ba499b1" ], "request-id": [ - "e5830451-3048-477b-8c93-8002a15c4136" + "15b8f3ea-74b4-47b2-a40d-230e4ba499b1" ], "elapsed-time": [ - "61" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14946" ], "x-ms-correlation-request-id": [ - "c8509d27-9f16-4c43-92a5-ded6b6f9acca" + "4a1e494c-8f84-4b76-8fd2-14cf50ba7e55" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230533Z:c8509d27-9f16-4c43-92a5-ded6b6f9acca" + "NORTHEUROPE:20200807T001859Z:4a1e494c-8f84-4b76-8fd2-14cf50ba7e55" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:05:33 GMT" - ], "Content-Length": [ "553" ], @@ -702,25 +702,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a8ed037a-a9aa-4685-8422-de2ab157c8ef" + "4080feeb-096a-4945-813d-3a01714c8bba" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -728,42 +728,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:19:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a8ed037a-a9aa-4685-8422-de2ab157c8ef" + "4080feeb-096a-4945-813d-3a01714c8bba" ], "request-id": [ - "a8ed037a-a9aa-4685-8422-de2ab157c8ef" + "4080feeb-096a-4945-813d-3a01714c8bba" ], "elapsed-time": [ - "191" + "304" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14945" ], "x-ms-correlation-request-id": [ - "f6f7c244-e33a-489e-a401-f9a4096b6f18" + "392877d2-9a62-4cc7-b016-46da51ba94fb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230544Z:f6f7c244-e33a-489e-a401-f9a4096b6f18" + "NORTHEUROPE:20200807T001910Z:392877d2-9a62-4cc7-b016-46da51ba94fb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:05:43 GMT" - ], "Content-Length": [ "553" ], @@ -774,25 +774,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "14aa53fc-3613-4a1d-a474-2cfc4b32e7f5" + "651874e8-085c-42bb-9420-e67eb05cef6e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -800,42 +800,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:19:20 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "14aa53fc-3613-4a1d-a474-2cfc4b32e7f5" + "651874e8-085c-42bb-9420-e67eb05cef6e" ], "request-id": [ - "14aa53fc-3613-4a1d-a474-2cfc4b32e7f5" + "651874e8-085c-42bb-9420-e67eb05cef6e" ], "elapsed-time": [ - "81" + "287" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "14944" ], "x-ms-correlation-request-id": [ - "e716b254-7584-4261-b2bd-73a34c48e60b" + "0b22fdb4-b7e9-4994-b288-7266545d0d01" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230554Z:e716b254-7584-4261-b2bd-73a34c48e60b" + "NORTHEUROPE:20200807T001920Z:0b22fdb4-b7e9-4994-b288-7266545d0d01" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:05:53 GMT" - ], "Content-Length": [ "553" ], @@ -846,25 +846,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fcc5ca7d-61c5-4b6a-8259-c6122a8d6edf" + "6e7b57fe-f828-4840-8543-e3b5a7908c31" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -872,42 +872,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:19:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "fcc5ca7d-61c5-4b6a-8259-c6122a8d6edf" + "6e7b57fe-f828-4840-8543-e3b5a7908c31" ], "request-id": [ - "fcc5ca7d-61c5-4b6a-8259-c6122a8d6edf" + "6e7b57fe-f828-4840-8543-e3b5a7908c31" ], "elapsed-time": [ - "57" + "313" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "14943" ], "x-ms-correlation-request-id": [ - "b763f551-167a-4788-96c6-8fcbab53e91b" + "fa302855-c059-4e56-bcc2-811d105b8580" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230604Z:b763f551-167a-4788-96c6-8fcbab53e91b" + "NORTHEUROPE:20200807T001931Z:fa302855-c059-4e56-bcc2-811d105b8580" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:06:04 GMT" - ], "Content-Length": [ "553" ], @@ -918,25 +918,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ca89208-28dc-4af0-a674-258922f8df17" + "8030cc35-d21d-483f-9f9a-cc9686047c9f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -944,42 +944,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:19:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4ca89208-28dc-4af0-a674-258922f8df17" + "8030cc35-d21d-483f-9f9a-cc9686047c9f" ], "request-id": [ - "4ca89208-28dc-4af0-a674-258922f8df17" + "8030cc35-d21d-483f-9f9a-cc9686047c9f" ], "elapsed-time": [ - "54" + "281" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "14942" ], "x-ms-correlation-request-id": [ - "972864db-a585-4038-8a9f-b7b12c182a9c" + "c6667fd7-9d1c-4d96-9399-d04bfa9a7a5a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230614Z:972864db-a585-4038-8a9f-b7b12c182a9c" + "NORTHEUROPE:20200807T001941Z:c6667fd7-9d1c-4d96-9399-d04bfa9a7a5a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:06:14 GMT" - ], "Content-Length": [ "553" ], @@ -990,25 +990,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "744e8e06-3e6c-42fd-be63-d40c8514b6cc" + "ca75c0cf-b201-4e80-ab08-5fe1bcfa8674" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1016,42 +1016,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:19:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "744e8e06-3e6c-42fd-be63-d40c8514b6cc" + "ca75c0cf-b201-4e80-ab08-5fe1bcfa8674" ], "request-id": [ - "744e8e06-3e6c-42fd-be63-d40c8514b6cc" + "ca75c0cf-b201-4e80-ab08-5fe1bcfa8674" ], "elapsed-time": [ - "74" + "281" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "14941" ], "x-ms-correlation-request-id": [ - "3d3d2c46-5921-4515-b291-b02b8dfebb7e" + "c2920e68-f9f4-4100-b140-10968a168be5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230625Z:3d3d2c46-5921-4515-b291-b02b8dfebb7e" + "NORTHEUROPE:20200807T001952Z:c2920e68-f9f4-4100-b140-10968a168be5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:06:25 GMT" - ], "Content-Length": [ "553" ], @@ -1062,25 +1062,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "576ddddf-db8f-430e-b44d-7ab1835cc49c" + "f659f28f-5996-4ad0-ad1a-a654133f55e7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1088,42 +1088,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:20:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "576ddddf-db8f-430e-b44d-7ab1835cc49c" + "f659f28f-5996-4ad0-ad1a-a654133f55e7" ], "request-id": [ - "576ddddf-db8f-430e-b44d-7ab1835cc49c" + "f659f28f-5996-4ad0-ad1a-a654133f55e7" ], "elapsed-time": [ - "58" + "334" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "14968" ], "x-ms-correlation-request-id": [ - "1c3e6da3-a3c7-4aa0-aea2-4df43deff155" + "a73742f5-3bd2-4281-a621-fef981113465" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230636Z:1c3e6da3-a3c7-4aa0-aea2-4df43deff155" + "NORTHEUROPE:20200807T002002Z:a73742f5-3bd2-4281-a621-fef981113465" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:06:35 GMT" - ], "Content-Length": [ "553" ], @@ -1134,25 +1134,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "559ee960-6f6b-4200-9c79-08b354ca90d2" + "c9f73e68-594b-4d2d-9c1f-677905d17af8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1160,42 +1160,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:20:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "559ee960-6f6b-4200-9c79-08b354ca90d2" + "c9f73e68-594b-4d2d-9c1f-677905d17af8" ], "request-id": [ - "559ee960-6f6b-4200-9c79-08b354ca90d2" + "c9f73e68-594b-4d2d-9c1f-677905d17af8" ], "elapsed-time": [ - "200" + "318" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "14967" ], "x-ms-correlation-request-id": [ - "cb85b299-bedd-4366-89a5-a0e6dd1fd05d" + "413c89e4-2cf6-4b78-ba24-40e299c44d27" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230647Z:cb85b299-bedd-4366-89a5-a0e6dd1fd05d" + "NORTHEUROPE:20200807T002013Z:413c89e4-2cf6-4b78-ba24-40e299c44d27" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:06:46 GMT" - ], "Content-Length": [ "553" ], @@ -1206,25 +1206,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7b3dcd96-4544-4c85-8cf0-a1599d5cbc52" + "f81b98c5-d630-4fdc-bea7-6b6d5d2d929a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1232,42 +1232,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:20:23 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7b3dcd96-4544-4c85-8cf0-a1599d5cbc52" + "f81b98c5-d630-4fdc-bea7-6b6d5d2d929a" ], "request-id": [ - "7b3dcd96-4544-4c85-8cf0-a1599d5cbc52" + "f81b98c5-d630-4fdc-bea7-6b6d5d2d929a" ], "elapsed-time": [ - "112" + "318" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "14966" ], "x-ms-correlation-request-id": [ - "54a998d2-3124-463a-b090-ef296d0aeb76" + "2bd8418f-afb2-4324-af7f-c7d62e2ba454" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230657Z:54a998d2-3124-463a-b090-ef296d0aeb76" + "NORTHEUROPE:20200807T002024Z:2bd8418f-afb2-4324-af7f-c7d62e2ba454" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:06:56 GMT" - ], "Content-Length": [ "553" ], @@ -1278,25 +1278,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e355b94-ed3a-43d9-a2e5-1554ccec9f9f" + "4725a6f2-605c-4a01-9a2b-e315e95344bd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1304,42 +1304,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:20:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1e355b94-ed3a-43d9-a2e5-1554ccec9f9f" + "4725a6f2-605c-4a01-9a2b-e315e95344bd" ], "request-id": [ - "1e355b94-ed3a-43d9-a2e5-1554ccec9f9f" + "4725a6f2-605c-4a01-9a2b-e315e95344bd" ], "elapsed-time": [ - "72" + "304" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "14965" ], "x-ms-correlation-request-id": [ - "5ad366b7-9eaf-4bc5-bfe2-f6e92c4bc067" + "76ef4554-3117-428e-ae5a-4c433373754c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230707Z:5ad366b7-9eaf-4bc5-bfe2-f6e92c4bc067" + "NORTHEUROPE:20200807T002034Z:76ef4554-3117-428e-ae5a-4c433373754c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:07:07 GMT" - ], "Content-Length": [ "553" ], @@ -1350,25 +1350,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6227bda6-a473-447a-9139-6c9a080c276e" + "bb5d3ba1-2560-46e2-974a-ea17049c47f2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1376,42 +1376,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:20:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6227bda6-a473-447a-9139-6c9a080c276e" + "bb5d3ba1-2560-46e2-974a-ea17049c47f2" ], "request-id": [ - "6227bda6-a473-447a-9139-6c9a080c276e" + "bb5d3ba1-2560-46e2-974a-ea17049c47f2" ], "elapsed-time": [ - "66" + "322" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "14964" ], "x-ms-correlation-request-id": [ - "ad8fab34-c322-45f5-9626-7a0e22daf67f" + "011dbc67-c3df-44f8-a2f4-c5998aa87de5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230718Z:ad8fab34-c322-45f5-9626-7a0e22daf67f" + "NORTHEUROPE:20200807T002045Z:011dbc67-c3df-44f8-a2f4-c5998aa87de5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:07:17 GMT" - ], "Content-Length": [ "553" ], @@ -1422,25 +1422,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b293780-cde3-4cad-bb49-95ca9fabd6f2" + "a7ff2edd-dabc-45b5-be79-d374b23070c6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1448,42 +1448,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:20:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2b293780-cde3-4cad-bb49-95ca9fabd6f2" + "a7ff2edd-dabc-45b5-be79-d374b23070c6" ], "request-id": [ - "2b293780-cde3-4cad-bb49-95ca9fabd6f2" + "a7ff2edd-dabc-45b5-be79-d374b23070c6" ], "elapsed-time": [ - "55" + "279" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "14963" ], "x-ms-correlation-request-id": [ - "13e5494e-9913-45b1-96a5-548626b4aa3a" + "4dd3cb16-40d3-454f-91b4-baaea5189c1c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230728Z:13e5494e-9913-45b1-96a5-548626b4aa3a" + "NORTHEUROPE:20200807T002055Z:4dd3cb16-40d3-454f-91b4-baaea5189c1c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:07:28 GMT" - ], "Content-Length": [ "553" ], @@ -1494,25 +1494,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "18ee6861-93fb-491c-b40d-bb7e8ac62fa8" + "92d07f02-5af5-4748-8fc6-853292050744" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1520,42 +1520,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:21:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "18ee6861-93fb-491c-b40d-bb7e8ac62fa8" + "92d07f02-5af5-4748-8fc6-853292050744" ], "request-id": [ - "18ee6861-93fb-491c-b40d-bb7e8ac62fa8" + "92d07f02-5af5-4748-8fc6-853292050744" ], "elapsed-time": [ - "651" + "363" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" + "14962" ], "x-ms-correlation-request-id": [ - "19995dfc-f7e1-4408-b2bb-b26ceebecec5" + "52fb5fd6-5d6f-4787-90ff-16ac4a1313d3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230739Z:19995dfc-f7e1-4408-b2bb-b26ceebecec5" + "NORTHEUROPE:20200807T002106Z:52fb5fd6-5d6f-4787-90ff-16ac4a1313d3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:07:38 GMT" - ], "Content-Length": [ "553" ], @@ -1566,25 +1566,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5b225ca4-efec-4462-9a13-25cbb61d86a4" + "e97ae81d-049a-427c-810d-5002538623fa" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1592,42 +1592,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:21:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5b225ca4-efec-4462-9a13-25cbb61d86a4" + "e97ae81d-049a-427c-810d-5002538623fa" ], "request-id": [ - "5b225ca4-efec-4462-9a13-25cbb61d86a4" + "e97ae81d-049a-427c-810d-5002538623fa" ], "elapsed-time": [ - "52" + "409" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" + "14961" ], "x-ms-correlation-request-id": [ - "0b71f5f2-0a17-43f5-881d-2e2c9217deb5" + "a68c9710-343b-4d63-8854-44ac4d35f88d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230750Z:0b71f5f2-0a17-43f5-881d-2e2c9217deb5" + "NORTHEUROPE:20200807T002116Z:a68c9710-343b-4d63-8854-44ac4d35f88d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:07:49 GMT" - ], "Content-Length": [ "553" ], @@ -1638,25 +1638,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0707ea0d-393d-4b94-91d8-2e54682e8902" + "563415b8-63d9-4fb3-adcc-eefcc4a7306a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1664,42 +1664,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:21:27 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0707ea0d-393d-4b94-91d8-2e54682e8902" + "563415b8-63d9-4fb3-adcc-eefcc4a7306a" ], "request-id": [ - "0707ea0d-393d-4b94-91d8-2e54682e8902" + "563415b8-63d9-4fb3-adcc-eefcc4a7306a" ], "elapsed-time": [ - "55" + "303" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" + "14960" ], "x-ms-correlation-request-id": [ - "eb2393f5-7b5c-4fc5-8656-fc1d1995ed02" + "9ce36a6a-e36c-463c-96a9-af59d244ff5a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230800Z:eb2393f5-7b5c-4fc5-8656-fc1d1995ed02" + "NORTHEUROPE:20200807T002127Z:9ce36a6a-e36c-463c-96a9-af59d244ff5a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:08:00 GMT" - ], "Content-Length": [ "553" ], @@ -1710,25 +1710,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9f20ebec-218c-47a5-b8d6-70d55b3d89b3" + "8a96f8ba-f5c8-4775-b931-5d872eeea15e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1736,42 +1736,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:21:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9f20ebec-218c-47a5-b8d6-70d55b3d89b3" + "8a96f8ba-f5c8-4775-b931-5d872eeea15e" ], "request-id": [ - "9f20ebec-218c-47a5-b8d6-70d55b3d89b3" + "8a96f8ba-f5c8-4775-b931-5d872eeea15e" ], "elapsed-time": [ - "50" + "355" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" + "14959" ], "x-ms-correlation-request-id": [ - "b2dbdc67-36ec-4637-a690-2e4c8b0baf7c" + "49f9125f-1db0-48cc-9bdc-c074de524916" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230810Z:b2dbdc67-36ec-4637-a690-2e4c8b0baf7c" + "NORTHEUROPE:20200807T002138Z:49f9125f-1db0-48cc-9bdc-c074de524916" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:08:09 GMT" - ], "Content-Length": [ "553" ], @@ -1782,25 +1782,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ae51dfe-5797-4b12-9fbe-989d44e790c8" + "ffc02977-a0be-4848-953d-d4f794887e0b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1808,42 +1808,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:21:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8ae51dfe-5797-4b12-9fbe-989d44e790c8" + "ffc02977-a0be-4848-953d-d4f794887e0b" ], "request-id": [ - "8ae51dfe-5797-4b12-9fbe-989d44e790c8" + "ffc02977-a0be-4848-953d-d4f794887e0b" ], "elapsed-time": [ - "53" + "377" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" + "14958" ], "x-ms-correlation-request-id": [ - "524d0404-fee2-4a95-91bc-6d2e3058e7d6" + "678964b6-1c13-40ab-be6d-2786c80e5f4a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230820Z:524d0404-fee2-4a95-91bc-6d2e3058e7d6" + "NORTHEUROPE:20200807T002148Z:678964b6-1c13-40ab-be6d-2786c80e5f4a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:08:20 GMT" - ], "Content-Length": [ "553" ], @@ -1854,25 +1854,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ad454ea5-c286-42a6-82bf-35ad9fb79ec6" + "9a4ca688-3115-41fb-be88-5199f87c0b39" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1880,42 +1880,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:21:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ad454ea5-c286-42a6-82bf-35ad9fb79ec6" + "9a4ca688-3115-41fb-be88-5199f87c0b39" ], "request-id": [ - "ad454ea5-c286-42a6-82bf-35ad9fb79ec6" + "9a4ca688-3115-41fb-be88-5199f87c0b39" ], "elapsed-time": [ - "53" + "320" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" + "14957" ], "x-ms-correlation-request-id": [ - "af1fbf67-807a-4ba5-bf49-94a078f3ffd3" + "dc8ac262-0b39-418d-b15b-ae4f697310e7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230831Z:af1fbf67-807a-4ba5-bf49-94a078f3ffd3" + "NORTHEUROPE:20200807T002159Z:dc8ac262-0b39-418d-b15b-ae4f697310e7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:08:30 GMT" - ], "Content-Length": [ "553" ], @@ -1926,25 +1926,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "efcb0651-fd92-4961-bbce-52b2c9a7cdd6" + "a747ee7c-43f1-4daf-b54e-4276dc5a4b68" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1952,42 +1952,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:22:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "efcb0651-fd92-4961-bbce-52b2c9a7cdd6" + "a747ee7c-43f1-4daf-b54e-4276dc5a4b68" ], "request-id": [ - "efcb0651-fd92-4961-bbce-52b2c9a7cdd6" + "a747ee7c-43f1-4daf-b54e-4276dc5a4b68" ], "elapsed-time": [ - "626" + "311" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" + "14956" ], "x-ms-correlation-request-id": [ - "f3de9d47-6ae5-46b4-ab3e-bebebb5a200f" + "2483c50c-a4f0-435a-bac2-6bd464d9dff3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230842Z:f3de9d47-6ae5-46b4-ab3e-bebebb5a200f" + "NORTHEUROPE:20200807T002209Z:2483c50c-a4f0-435a-bac2-6bd464d9dff3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:08:41 GMT" - ], "Content-Length": [ "553" ], @@ -1998,25 +1998,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "07db3996-17c8-4616-b3da-f43a79bd7b03" + "0c7609d3-e0ba-4110-8d35-2dc9ab3d6373" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2024,42 +2024,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:22:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "07db3996-17c8-4616-b3da-f43a79bd7b03" + "0c7609d3-e0ba-4110-8d35-2dc9ab3d6373" ], "request-id": [ - "07db3996-17c8-4616-b3da-f43a79bd7b03" + "0c7609d3-e0ba-4110-8d35-2dc9ab3d6373" ], "elapsed-time": [ - "94" + "268" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" + "14955" ], "x-ms-correlation-request-id": [ - "b4d6cecf-7e06-4608-918b-3fba1cf161c5" + "74ff41e6-5494-4f35-8893-429ad1257a07" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230852Z:b4d6cecf-7e06-4608-918b-3fba1cf161c5" + "NORTHEUROPE:20200807T002220Z:74ff41e6-5494-4f35-8893-429ad1257a07" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:08:51 GMT" - ], "Content-Length": [ "553" ], @@ -2070,25 +2070,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3654de0c-4e7e-4275-bc9a-b9139e21dc55" + "8952cfe0-ea27-4397-ae11-b468a12aee38" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2096,42 +2096,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:22:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3654de0c-4e7e-4275-bc9a-b9139e21dc55" + "8952cfe0-ea27-4397-ae11-b468a12aee38" ], "request-id": [ - "3654de0c-4e7e-4275-bc9a-b9139e21dc55" + "8952cfe0-ea27-4397-ae11-b468a12aee38" ], "elapsed-time": [ - "72" + "794" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" + "14954" ], "x-ms-correlation-request-id": [ - "f31a365b-745b-45e4-995d-5f1a5e49c244" + "9c65ac46-2754-4f3f-b9aa-2e131db7e8be" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230904Z:f31a365b-745b-45e4-995d-5f1a5e49c244" + "NORTHEUROPE:20200807T002231Z:9c65ac46-2754-4f3f-b9aa-2e131db7e8be" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:09:03 GMT" - ], "Content-Length": [ "553" ], @@ -2142,25 +2142,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e69d0b1e-7aa3-446b-8b00-788ed65fde9f" + "ad8b61c5-b288-4636-a351-1c0e683d6869" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2168,42 +2168,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:22:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e69d0b1e-7aa3-446b-8b00-788ed65fde9f" + "ad8b61c5-b288-4636-a351-1c0e683d6869" ], "request-id": [ - "e69d0b1e-7aa3-446b-8b00-788ed65fde9f" + "ad8b61c5-b288-4636-a351-1c0e683d6869" ], "elapsed-time": [ - "82" + "271" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" + "14953" ], "x-ms-correlation-request-id": [ - "13488fc4-913f-4483-ab92-5bd10980c6f8" + "f947ab52-ce90-4d4c-a143-544d3021b944" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230914Z:13488fc4-913f-4483-ab92-5bd10980c6f8" + "NORTHEUROPE:20200807T002242Z:f947ab52-ce90-4d4c-a143-544d3021b944" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:09:14 GMT" - ], "Content-Length": [ "553" ], @@ -2214,25 +2214,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "344c7ca2-0a97-4459-aafe-929fa98b5a2d" + "5f19e950-8bbb-45d5-a25a-c802a6ab1c51" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2240,42 +2240,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:22:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "344c7ca2-0a97-4459-aafe-929fa98b5a2d" + "5f19e950-8bbb-45d5-a25a-c802a6ab1c51" ], "request-id": [ - "344c7ca2-0a97-4459-aafe-929fa98b5a2d" + "5f19e950-8bbb-45d5-a25a-c802a6ab1c51" ], "elapsed-time": [ - "106" + "333" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" + "14952" ], "x-ms-correlation-request-id": [ - "7e253e71-9076-44b2-9f0a-183fa4334c87" + "d579f8d5-50f1-445a-ac13-22021d0a3c9a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230925Z:7e253e71-9076-44b2-9f0a-183fa4334c87" + "NORTHEUROPE:20200807T002252Z:d579f8d5-50f1-445a-ac13-22021d0a3c9a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:09:25 GMT" - ], "Content-Length": [ "553" ], @@ -2286,25 +2286,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43f582bf-7aa1-409a-829c-d9ed20bb95b1" + "93f3d024-dd6e-4ecf-8cd8-69c2106f82ba" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2312,42 +2312,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:23:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "43f582bf-7aa1-409a-829c-d9ed20bb95b1" + "93f3d024-dd6e-4ecf-8cd8-69c2106f82ba" ], "request-id": [ - "43f582bf-7aa1-409a-829c-d9ed20bb95b1" + "93f3d024-dd6e-4ecf-8cd8-69c2106f82ba" ], "elapsed-time": [ - "81" + "287" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" + "14951" ], "x-ms-correlation-request-id": [ - "d9fe6058-d93b-49aa-985a-d987a283be80" + "155b6e62-fb1e-4726-9e42-e68dd964abea" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230936Z:d9fe6058-d93b-49aa-985a-d987a283be80" + "NORTHEUROPE:20200807T002303Z:155b6e62-fb1e-4726-9e42-e68dd964abea" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:09:36 GMT" - ], "Content-Length": [ "553" ], @@ -2358,25 +2358,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7618947a-0bdf-4ce6-9c7b-06d0b6db0c5d" + "b5c3c9ad-3f9f-4996-8d41-1aa9f5b6b4a6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2384,42 +2384,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:23:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7618947a-0bdf-4ce6-9c7b-06d0b6db0c5d" + "b5c3c9ad-3f9f-4996-8d41-1aa9f5b6b4a6" ], "request-id": [ - "7618947a-0bdf-4ce6-9c7b-06d0b6db0c5d" + "b5c3c9ad-3f9f-4996-8d41-1aa9f5b6b4a6" ], "elapsed-time": [ - "55" + "345" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" + "14950" ], "x-ms-correlation-request-id": [ - "1671c303-6ed6-4b46-8a05-5d6ecd00d536" + "08c8e893-5b54-476b-a7ac-2f3d135a868c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230946Z:1671c303-6ed6-4b46-8a05-5d6ecd00d536" + "NORTHEUROPE:20200807T002313Z:08c8e893-5b54-476b-a7ac-2f3d135a868c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:09:46 GMT" - ], "Content-Length": [ "553" ], @@ -2430,25 +2430,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe96c023-ee6d-47f3-a4e6-415260d12325" + "a6d95f60-d242-435f-8dbb-1f9453f06f07" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2456,42 +2456,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:23:23 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "fe96c023-ee6d-47f3-a4e6-415260d12325" + "a6d95f60-d242-435f-8dbb-1f9453f06f07" ], "request-id": [ - "fe96c023-ee6d-47f3-a4e6-415260d12325" + "a6d95f60-d242-435f-8dbb-1f9453f06f07" ], "elapsed-time": [ - "1707" + "319" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" + "14949" ], "x-ms-correlation-request-id": [ - "af0b91d4-aa70-4a90-90e2-793366e937f4" + "777db6be-5b67-4ea4-a9f0-f9be1547b40d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T230958Z:af0b91d4-aa70-4a90-90e2-793366e937f4" + "NORTHEUROPE:20200807T002324Z:777db6be-5b67-4ea4-a9f0-f9be1547b40d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:09:58 GMT" - ], "Content-Length": [ "553" ], @@ -2502,25 +2502,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c610ccd1-b598-4bff-8e14-e7eb5511e7cc" + "54e9764e-9d82-493b-9af6-91dff9fef68f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2528,42 +2528,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:23:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c610ccd1-b598-4bff-8e14-e7eb5511e7cc" + "54e9764e-9d82-493b-9af6-91dff9fef68f" ], "request-id": [ - "c610ccd1-b598-4bff-8e14-e7eb5511e7cc" + "54e9764e-9d82-493b-9af6-91dff9fef68f" ], "elapsed-time": [ - "64" + "405" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" + "14948" ], "x-ms-correlation-request-id": [ - "83ab27eb-41a3-4757-b706-0ffb820487a2" + "d557eb3a-5ee0-4aab-84d4-90aafa5a8246" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231008Z:83ab27eb-41a3-4757-b706-0ffb820487a2" + "NORTHEUROPE:20200807T002336Z:d557eb3a-5ee0-4aab-84d4-90aafa5a8246" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:10:07 GMT" - ], "Content-Length": [ "553" ], @@ -2574,25 +2574,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53ccb40c-7ca3-4485-a219-23cb292b8fff" + "b3361884-eb8d-472d-b19d-51fa526d990c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2600,42 +2600,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:23:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "53ccb40c-7ca3-4485-a219-23cb292b8fff" + "b3361884-eb8d-472d-b19d-51fa526d990c" ], "request-id": [ - "53ccb40c-7ca3-4485-a219-23cb292b8fff" + "b3361884-eb8d-472d-b19d-51fa526d990c" ], "elapsed-time": [ - "60" + "382" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" + "14947" ], "x-ms-correlation-request-id": [ - "6e49d45d-593e-4d79-a93e-c201b63cf086" + "5c6f26c1-c2ff-4cdf-aae6-5753c3b9fc0d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231019Z:6e49d45d-593e-4d79-a93e-c201b63cf086" + "NORTHEUROPE:20200807T002346Z:5c6f26c1-c2ff-4cdf-aae6-5753c3b9fc0d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:10:18 GMT" - ], "Content-Length": [ "553" ], @@ -2646,25 +2646,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4c43197-36d5-44f5-b6e8-22b9022c35ac" + "1d0ee9c9-3ed6-4b1b-9a9d-da83a81746c4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2672,42 +2672,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:23:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a4c43197-36d5-44f5-b6e8-22b9022c35ac" + "1d0ee9c9-3ed6-4b1b-9a9d-da83a81746c4" ], "request-id": [ - "a4c43197-36d5-44f5-b6e8-22b9022c35ac" + "1d0ee9c9-3ed6-4b1b-9a9d-da83a81746c4" ], "elapsed-time": [ - "57" + "295" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" + "14946" ], "x-ms-correlation-request-id": [ - "8aac3d4f-cde0-4681-8158-1251eb3857db" + "8d420de4-2f0e-44e3-9052-a11a18f43f97" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231029Z:8aac3d4f-cde0-4681-8158-1251eb3857db" + "NORTHEUROPE:20200807T002357Z:8d420de4-2f0e-44e3-9052-a11a18f43f97" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:10:28 GMT" - ], "Content-Length": [ "553" ], @@ -2718,25 +2718,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e040e529-3771-4a7f-ae1e-357a405850fa" + "c3520b1b-fe01-4b01-a50c-cfebdd01164d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2744,42 +2744,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:24:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e040e529-3771-4a7f-ae1e-357a405850fa" + "c3520b1b-fe01-4b01-a50c-cfebdd01164d" ], "request-id": [ - "e040e529-3771-4a7f-ae1e-357a405850fa" + "c3520b1b-fe01-4b01-a50c-cfebdd01164d" ], "elapsed-time": [ - "75" + "308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" + "14945" ], "x-ms-correlation-request-id": [ - "dfbe47fd-954c-4f49-be92-1b818d4bf152" + "3723b26f-c34b-4a59-b354-99412432d09f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231039Z:dfbe47fd-954c-4f49-be92-1b818d4bf152" + "NORTHEUROPE:20200807T002407Z:3723b26f-c34b-4a59-b354-99412432d09f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:10:39 GMT" - ], "Content-Length": [ "553" ], @@ -2790,25 +2790,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9bdf0fb3-41c1-4d81-a1c6-5c93e65efb61" + "4add19b6-4549-40fc-8790-4f9171a7705c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2816,42 +2816,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:24:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9bdf0fb3-41c1-4d81-a1c6-5c93e65efb61" + "4add19b6-4549-40fc-8790-4f9171a7705c" ], "request-id": [ - "9bdf0fb3-41c1-4d81-a1c6-5c93e65efb61" + "4add19b6-4549-40fc-8790-4f9171a7705c" ], "elapsed-time": [ - "52" + "366" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" + "14944" ], "x-ms-correlation-request-id": [ - "e2c01827-4258-40d4-b198-990adf6ff1f8" + "6b0c3b84-2818-4427-959f-e98230573b2c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231050Z:e2c01827-4258-40d4-b198-990adf6ff1f8" + "NORTHEUROPE:20200807T002418Z:6b0c3b84-2818-4427-959f-e98230573b2c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:10:50 GMT" - ], "Content-Length": [ "553" ], @@ -2862,25 +2862,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "50e7bfe5-c2d5-4722-8bba-8c5e57adb925" + "a005a3df-da4d-4430-87c9-ad51b9b0f68b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2888,42 +2888,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:24:28 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "50e7bfe5-c2d5-4722-8bba-8c5e57adb925" + "a005a3df-da4d-4430-87c9-ad51b9b0f68b" ], "request-id": [ - "50e7bfe5-c2d5-4722-8bba-8c5e57adb925" + "a005a3df-da4d-4430-87c9-ad51b9b0f68b" ], "elapsed-time": [ - "173" + "439" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" + "14943" ], "x-ms-correlation-request-id": [ - "90424c27-8fae-405a-801f-054a03c271f4" + "3610bd90-8740-4f7f-ad57-5d437d6ec534" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231100Z:90424c27-8fae-405a-801f-054a03c271f4" + "NORTHEUROPE:20200807T002429Z:3610bd90-8740-4f7f-ad57-5d437d6ec534" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:10:59 GMT" - ], "Content-Length": [ "553" ], @@ -2934,25 +2934,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fba6362e-6a51-4714-ad28-29b5245e29d4" + "975fb403-6033-440c-af0c-663c9c238622" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2960,42 +2960,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:24:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "fba6362e-6a51-4714-ad28-29b5245e29d4" + "975fb403-6033-440c-af0c-663c9c238622" ], "request-id": [ - "fba6362e-6a51-4714-ad28-29b5245e29d4" + "975fb403-6033-440c-af0c-663c9c238622" ], "elapsed-time": [ - "54" + "694" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" + "14942" ], "x-ms-correlation-request-id": [ - "3d49fe73-0c92-4ede-a833-2bbdbba6ab02" + "2cf73e14-e070-4455-8caf-32741882856a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231110Z:3d49fe73-0c92-4ede-a833-2bbdbba6ab02" + "NORTHEUROPE:20200807T002440Z:2cf73e14-e070-4455-8caf-32741882856a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:11:10 GMT" - ], "Content-Length": [ "553" ], @@ -3006,25 +3006,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e03eb8de-2377-45bc-a703-2c9bdf56e2df" + "3b831054-d6c3-44a8-aaa7-e8ae156ac879" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3032,42 +3032,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:24:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e03eb8de-2377-45bc-a703-2c9bdf56e2df" + "3b831054-d6c3-44a8-aaa7-e8ae156ac879" ], "request-id": [ - "e03eb8de-2377-45bc-a703-2c9bdf56e2df" + "3b831054-d6c3-44a8-aaa7-e8ae156ac879" ], "elapsed-time": [ - "77" + "354" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" + "14941" ], "x-ms-correlation-request-id": [ - "bfcc0985-d73e-4398-9a65-7e4f5b3d7513" + "1cd9e506-b746-4c18-aae5-fecac49cf2b2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231121Z:bfcc0985-d73e-4398-9a65-7e4f5b3d7513" + "NORTHEUROPE:20200807T002451Z:1cd9e506-b746-4c18-aae5-fecac49cf2b2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:11:20 GMT" - ], "Content-Length": [ "553" ], @@ -3078,25 +3078,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "50fe3b26-b784-40e2-9bfe-50e5e2999c40" + "f0dc7fb4-d124-4c41-806c-46f1bf7893df" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3104,23 +3104,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:25:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "50fe3b26-b784-40e2-9bfe-50e5e2999c40" + "f0dc7fb4-d124-4c41-806c-46f1bf7893df" ], "request-id": [ - "50fe3b26-b784-40e2-9bfe-50e5e2999c40" + "f0dc7fb4-d124-4c41-806c-46f1bf7893df" ], "elapsed-time": [ - "62" + "269" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3129,17 +3132,14 @@ "14959" ], "x-ms-correlation-request-id": [ - "c3e50c79-1b06-40de-9166-3c96ed859da4" + "29ead6a8-c5b7-4765-b337-fe89397ebbdb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231131Z:c3e50c79-1b06-40de-9166-3c96ed859da4" + "NORTHEUROPE:20200807T002501Z:29ead6a8-c5b7-4765-b337-fe89397ebbdb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:11:31 GMT" - ], "Content-Length": [ "553" ], @@ -3150,25 +3150,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a8d12c30-517c-451e-bf2f-059f38a8255d" + "7210fab6-b9ea-43a5-bc1c-cd9d85b48c7c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3176,23 +3176,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:25:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a8d12c30-517c-451e-bf2f-059f38a8255d" + "7210fab6-b9ea-43a5-bc1c-cd9d85b48c7c" ], "request-id": [ - "a8d12c30-517c-451e-bf2f-059f38a8255d" + "7210fab6-b9ea-43a5-bc1c-cd9d85b48c7c" ], "elapsed-time": [ - "791" + "360" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3201,17 +3204,14 @@ "14958" ], "x-ms-correlation-request-id": [ - "dd1c6c41-2a66-46c7-bfda-d274fc519e49" + "92386ee2-8ffb-4f7b-b258-33af2e86573a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231142Z:dd1c6c41-2a66-46c7-bfda-d274fc519e49" + "NORTHEUROPE:20200807T002512Z:92386ee2-8ffb-4f7b-b258-33af2e86573a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:11:42 GMT" - ], "Content-Length": [ "553" ], @@ -3222,25 +3222,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "21e14fe7-06f5-487a-82fc-36c0096d6aa3" + "a9633407-8fcd-472b-896a-89892963341d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3248,23 +3248,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:25:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "21e14fe7-06f5-487a-82fc-36c0096d6aa3" + "a9633407-8fcd-472b-896a-89892963341d" ], "request-id": [ - "21e14fe7-06f5-487a-82fc-36c0096d6aa3" + "a9633407-8fcd-472b-896a-89892963341d" ], "elapsed-time": [ - "61" + "302" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3273,17 +3276,14 @@ "14957" ], "x-ms-correlation-request-id": [ - "ca462f17-0f81-4c14-ad7e-2b8b6bb3c4c3" + "924bfd79-9757-4a12-9918-25c9a97fac14" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231152Z:ca462f17-0f81-4c14-ad7e-2b8b6bb3c4c3" + "NORTHEUROPE:20200807T002522Z:924bfd79-9757-4a12-9918-25c9a97fac14" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:11:52 GMT" - ], "Content-Length": [ "553" ], @@ -3294,25 +3294,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "559712ba-d508-40b8-b9e2-e8ab364c42c9" + "c918b7a6-be79-45d9-95ed-d01770185cef" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3320,23 +3320,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:25:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "559712ba-d508-40b8-b9e2-e8ab364c42c9" + "c918b7a6-be79-45d9-95ed-d01770185cef" ], "request-id": [ - "559712ba-d508-40b8-b9e2-e8ab364c42c9" + "c918b7a6-be79-45d9-95ed-d01770185cef" ], "elapsed-time": [ - "92" + "303" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3345,17 +3348,14 @@ "14956" ], "x-ms-correlation-request-id": [ - "f03a830b-2c02-481e-b419-9671292f8e61" + "1e153bf5-1275-415c-ab30-d2e209f95d1e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231203Z:f03a830b-2c02-481e-b419-9671292f8e61" + "NORTHEUROPE:20200807T002533Z:1e153bf5-1275-415c-ab30-d2e209f95d1e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:12:02 GMT" - ], "Content-Length": [ "553" ], @@ -3366,25 +3366,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b5682fb1-0ae0-4e82-8c1e-4f1edd9c19b3" + "11fa0665-c45b-4817-bc52-d8c724a94fe0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3392,23 +3392,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:25:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b5682fb1-0ae0-4e82-8c1e-4f1edd9c19b3" + "11fa0665-c45b-4817-bc52-d8c724a94fe0" ], "request-id": [ - "b5682fb1-0ae0-4e82-8c1e-4f1edd9c19b3" + "11fa0665-c45b-4817-bc52-d8c724a94fe0" ], "elapsed-time": [ - "66" + "361" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3417,17 +3420,14 @@ "14955" ], "x-ms-correlation-request-id": [ - "b4ca1a79-0c9d-4108-803c-7a6407d1d2bf" + "721eb3fb-e81a-48eb-8324-ab4362f304ee" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231213Z:b4ca1a79-0c9d-4108-803c-7a6407d1d2bf" + "NORTHEUROPE:20200807T002544Z:721eb3fb-e81a-48eb-8324-ab4362f304ee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:12:13 GMT" - ], "Content-Length": [ "553" ], @@ -3438,25 +3438,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "52585469-a2fa-4793-bf42-d6bb2f60b19f" + "7c680c60-ad96-46d4-a13c-b52a85cb0127" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3464,23 +3464,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:25:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "52585469-a2fa-4793-bf42-d6bb2f60b19f" + "7c680c60-ad96-46d4-a13c-b52a85cb0127" ], "request-id": [ - "52585469-a2fa-4793-bf42-d6bb2f60b19f" + "7c680c60-ad96-46d4-a13c-b52a85cb0127" ], "elapsed-time": [ - "55" + "318" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3489,17 +3492,14 @@ "14954" ], "x-ms-correlation-request-id": [ - "f68758b6-434f-43f1-b806-4940d6bf6cee" + "1b9e1699-395b-456a-9721-444f1dcf614a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231224Z:f68758b6-434f-43f1-b806-4940d6bf6cee" + "NORTHEUROPE:20200807T002554Z:1b9e1699-395b-456a-9721-444f1dcf614a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:12:24 GMT" - ], "Content-Length": [ "553" ], @@ -3510,25 +3510,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c2662671-0ea8-4c71-82ee-c8bc51dfcaf3" + "066628df-b302-440a-b77e-df993f9101e3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3536,23 +3536,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:26:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c2662671-0ea8-4c71-82ee-c8bc51dfcaf3" + "066628df-b302-440a-b77e-df993f9101e3" ], "request-id": [ - "c2662671-0ea8-4c71-82ee-c8bc51dfcaf3" + "066628df-b302-440a-b77e-df993f9101e3" ], "elapsed-time": [ - "57" + "277" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3561,17 +3564,14 @@ "14953" ], "x-ms-correlation-request-id": [ - "ff4411cd-2d28-46f2-942c-5c47e56103b6" + "30109e32-e4ae-404d-a4ee-41795e3a7791" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231235Z:ff4411cd-2d28-46f2-942c-5c47e56103b6" + "NORTHEUROPE:20200807T002605Z:30109e32-e4ae-404d-a4ee-41795e3a7791" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:12:34 GMT" - ], "Content-Length": [ "553" ], @@ -3582,25 +3582,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6338ad93-de9f-4176-85e4-fc311da18fb4" + "925bd2e6-2cd5-4a8e-a6c8-a0b3d7940131" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3608,23 +3608,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:26:14 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6338ad93-de9f-4176-85e4-fc311da18fb4" + "925bd2e6-2cd5-4a8e-a6c8-a0b3d7940131" ], "request-id": [ - "6338ad93-de9f-4176-85e4-fc311da18fb4" + "925bd2e6-2cd5-4a8e-a6c8-a0b3d7940131" ], "elapsed-time": [ - "56" + "327" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3633,17 +3636,14 @@ "14952" ], "x-ms-correlation-request-id": [ - "e9580954-d820-4bba-ab4d-ee7711d62c97" + "61c0aaeb-a1d2-41b4-897b-34d6d6270b4d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231246Z:e9580954-d820-4bba-ab4d-ee7711d62c97" + "NORTHEUROPE:20200807T002615Z:61c0aaeb-a1d2-41b4-897b-34d6d6270b4d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:12:45 GMT" - ], "Content-Length": [ "553" ], @@ -3654,25 +3654,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "386db353-34d5-4f8f-88ff-30f8c1be1762" + "9c010015-499b-4e71-9aa0-60b7a46d8b67" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3680,23 +3680,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:26:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "386db353-34d5-4f8f-88ff-30f8c1be1762" + "9c010015-499b-4e71-9aa0-60b7a46d8b67" ], "request-id": [ - "386db353-34d5-4f8f-88ff-30f8c1be1762" + "9c010015-499b-4e71-9aa0-60b7a46d8b67" ], "elapsed-time": [ - "53" + "288" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3705,17 +3708,14 @@ "14951" ], "x-ms-correlation-request-id": [ - "576c4965-425d-491d-b13b-75e1e39909ed" + "1bcdb4e3-89b0-472b-8b8d-fadf5e9646b2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231256Z:576c4965-425d-491d-b13b-75e1e39909ed" + "NORTHEUROPE:20200807T002626Z:1bcdb4e3-89b0-472b-8b8d-fadf5e9646b2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:12:55 GMT" - ], "Content-Length": [ "553" ], @@ -3726,25 +3726,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "586eabcd-3961-4ae2-bb57-a5eff8dd326d" + "f83070ce-a18a-47ff-b143-3a600be96380" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3752,23 +3752,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:26:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "586eabcd-3961-4ae2-bb57-a5eff8dd326d" + "f83070ce-a18a-47ff-b143-3a600be96380" ], "request-id": [ - "586eabcd-3961-4ae2-bb57-a5eff8dd326d" + "f83070ce-a18a-47ff-b143-3a600be96380" ], "elapsed-time": [ - "67" + "336" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3777,17 +3780,14 @@ "14950" ], "x-ms-correlation-request-id": [ - "13cf0c93-b7de-4d57-889a-03508b38a9bd" + "243d8597-68bb-4b2c-a8a5-71e6d5161fe2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231306Z:13cf0c93-b7de-4d57-889a-03508b38a9bd" + "NORTHEUROPE:20200807T002636Z:243d8597-68bb-4b2c-a8a5-71e6d5161fe2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:13:06 GMT" - ], "Content-Length": [ "553" ], @@ -3798,25 +3798,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e65290a-8e7b-417c-9bf1-a1ec44658861" + "6b688b26-6839-4d68-9ce8-4cecdf8287b8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3824,23 +3824,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:26:46 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6e65290a-8e7b-417c-9bf1-a1ec44658861" + "6b688b26-6839-4d68-9ce8-4cecdf8287b8" ], "request-id": [ - "6e65290a-8e7b-417c-9bf1-a1ec44658861" + "6b688b26-6839-4d68-9ce8-4cecdf8287b8" ], "elapsed-time": [ - "57" + "286" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3849,17 +3852,14 @@ "14949" ], "x-ms-correlation-request-id": [ - "bdd396c1-346c-46ff-a787-50b723a1e74d" + "7746c9ad-8c65-438c-963d-fbbcfcddc866" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231316Z:bdd396c1-346c-46ff-a787-50b723a1e74d" + "NORTHEUROPE:20200807T002647Z:7746c9ad-8c65-438c-963d-fbbcfcddc866" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:13:16 GMT" - ], "Content-Length": [ "553" ], @@ -3870,25 +3870,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5743746-2a58-4015-81a4-ea453f093e7a" + "36432cbc-8e04-4ab3-a147-9ec5d3147c09" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3896,23 +3896,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:26:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c5743746-2a58-4015-81a4-ea453f093e7a" + "36432cbc-8e04-4ab3-a147-9ec5d3147c09" ], "request-id": [ - "c5743746-2a58-4015-81a4-ea453f093e7a" + "36432cbc-8e04-4ab3-a147-9ec5d3147c09" ], "elapsed-time": [ - "51" + "410" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3921,17 +3924,14 @@ "14948" ], "x-ms-correlation-request-id": [ - "dc8db9b0-1559-4387-bf9c-57af7776a64e" + "49ccd8c6-7df4-49ae-a29b-64e101fea906" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231327Z:dc8db9b0-1559-4387-bf9c-57af7776a64e" + "NORTHEUROPE:20200807T002657Z:49ccd8c6-7df4-49ae-a29b-64e101fea906" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:13:26 GMT" - ], "Content-Length": [ "553" ], @@ -3942,25 +3942,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f809f971-4a4b-4258-bb4e-5ff74a574c72" + "37526d3e-d7e1-4359-a0ab-ac23f16d1533" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -3968,23 +3968,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:27:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f809f971-4a4b-4258-bb4e-5ff74a574c72" + "37526d3e-d7e1-4359-a0ab-ac23f16d1533" ], "request-id": [ - "f809f971-4a4b-4258-bb4e-5ff74a574c72" + "37526d3e-d7e1-4359-a0ab-ac23f16d1533" ], "elapsed-time": [ - "66" + "308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3993,17 +3996,14 @@ "14947" ], "x-ms-correlation-request-id": [ - "a8b41090-0a94-413b-b8be-f2172da9450c" + "a7d2e74f-addb-4066-bb5e-8840e79779a1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231337Z:a8b41090-0a94-413b-b8be-f2172da9450c" + "NORTHEUROPE:20200807T002708Z:a7d2e74f-addb-4066-bb5e-8840e79779a1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:13:37 GMT" - ], "Content-Length": [ "553" ], @@ -4014,25 +4014,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ea8d06ec-fe83-4771-aff5-cd4dfe166d2e" + "163b7281-dbc3-48a9-a940-86d494083876" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4040,23 +4040,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:27:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ea8d06ec-fe83-4771-aff5-cd4dfe166d2e" + "163b7281-dbc3-48a9-a940-86d494083876" ], "request-id": [ - "ea8d06ec-fe83-4771-aff5-cd4dfe166d2e" + "163b7281-dbc3-48a9-a940-86d494083876" ], "elapsed-time": [ - "62" + "301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4065,17 +4068,14 @@ "14946" ], "x-ms-correlation-request-id": [ - "ff785055-d1d1-4376-b350-8c08770e593a" + "c952e17b-ff63-450a-b745-422660a4e973" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231347Z:ff785055-d1d1-4376-b350-8c08770e593a" + "NORTHEUROPE:20200807T002720Z:c952e17b-ff63-450a-b745-422660a4e973" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:13:47 GMT" - ], "Content-Length": [ "553" ], @@ -4086,25 +4086,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "09fa64d7-56fb-471e-b920-950748ca1a38" + "644354b1-9e26-49c5-90df-c8634e006eca" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4112,23 +4112,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:27:29 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "09fa64d7-56fb-471e-b920-950748ca1a38" + "644354b1-9e26-49c5-90df-c8634e006eca" ], "request-id": [ - "09fa64d7-56fb-471e-b920-950748ca1a38" + "644354b1-9e26-49c5-90df-c8634e006eca" ], "elapsed-time": [ - "196" + "295" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4137,17 +4140,14 @@ "14945" ], "x-ms-correlation-request-id": [ - "58896647-5e98-4379-a489-addab3ba6b37" + "4ae5d239-fa18-4524-a0f1-d90056f19e35" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231359Z:58896647-5e98-4379-a489-addab3ba6b37" + "NORTHEUROPE:20200807T002730Z:4ae5d239-fa18-4524-a0f1-d90056f19e35" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:13:58 GMT" - ], "Content-Length": [ "553" ], @@ -4158,25 +4158,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e857edab-baa8-4e8d-8dcb-0c1f422bbe02" + "dfed102c-6812-4e0d-b555-34ba55217ce0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4184,23 +4184,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:27:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e857edab-baa8-4e8d-8dcb-0c1f422bbe02" + "dfed102c-6812-4e0d-b555-34ba55217ce0" ], "request-id": [ - "e857edab-baa8-4e8d-8dcb-0c1f422bbe02" + "dfed102c-6812-4e0d-b555-34ba55217ce0" ], "elapsed-time": [ - "64" + "319" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4209,17 +4212,14 @@ "14944" ], "x-ms-correlation-request-id": [ - "9d6ab9c3-4c33-4bb9-b7d8-9e58bb747f67" + "71dc2d7a-3613-45ea-bf33-deed14890da1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231409Z:9d6ab9c3-4c33-4bb9-b7d8-9e58bb747f67" + "NORTHEUROPE:20200807T002741Z:71dc2d7a-3613-45ea-bf33-deed14890da1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:14:08 GMT" - ], "Content-Length": [ "553" ], @@ -4230,25 +4230,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "981a8bef-9166-4e31-8cba-c180df3911bd" + "d43a7585-b9d6-451a-b3ae-2dbd0a3758ce" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4256,23 +4256,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:27:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "981a8bef-9166-4e31-8cba-c180df3911bd" + "d43a7585-b9d6-451a-b3ae-2dbd0a3758ce" ], "request-id": [ - "981a8bef-9166-4e31-8cba-c180df3911bd" + "d43a7585-b9d6-451a-b3ae-2dbd0a3758ce" ], "elapsed-time": [ - "77" + "293" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4281,17 +4284,14 @@ "14943" ], "x-ms-correlation-request-id": [ - "40ac9207-9476-486c-b018-1c02f30229c0" + "ced646dd-7599-4b8a-8a2c-d1a6965306f6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231419Z:40ac9207-9476-486c-b018-1c02f30229c0" + "NORTHEUROPE:20200807T002751Z:ced646dd-7599-4b8a-8a2c-d1a6965306f6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:14:18 GMT" - ], "Content-Length": [ "553" ], @@ -4302,25 +4302,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6627a960-31f6-4fd8-963e-9e32c60eaef2" + "5bed99bf-d644-47ba-8d2d-d50cc12c5f52" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4328,23 +4328,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:28:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6627a960-31f6-4fd8-963e-9e32c60eaef2" + "5bed99bf-d644-47ba-8d2d-d50cc12c5f52" ], "request-id": [ - "6627a960-31f6-4fd8-963e-9e32c60eaef2" + "5bed99bf-d644-47ba-8d2d-d50cc12c5f52" ], "elapsed-time": [ - "94" + "264" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4353,17 +4356,14 @@ "14942" ], "x-ms-correlation-request-id": [ - "e85dae6a-7475-46fb-a14d-a4e011769553" + "6cf2fc43-5abc-4218-ba81-d20dbca7e299" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231430Z:e85dae6a-7475-46fb-a14d-a4e011769553" + "NORTHEUROPE:20200807T002802Z:6cf2fc43-5abc-4218-ba81-d20dbca7e299" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:14:30 GMT" - ], "Content-Length": [ "553" ], @@ -4374,25 +4374,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1f9479c7-599d-4a39-a093-1812feb79580" + "e458ad76-0933-412d-9b28-c947a2c3fbd2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4400,23 +4400,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:28:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1f9479c7-599d-4a39-a093-1812feb79580" + "e458ad76-0933-412d-9b28-c947a2c3fbd2" ], "request-id": [ - "1f9479c7-599d-4a39-a093-1812feb79580" + "e458ad76-0933-412d-9b28-c947a2c3fbd2" ], "elapsed-time": [ - "50" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4425,17 +4428,14 @@ "14941" ], "x-ms-correlation-request-id": [ - "9bb88ec7-5055-4039-ae06-e0c8001bffb1" + "10b4e112-7d4c-4856-924a-f964dc30e262" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231440Z:9bb88ec7-5055-4039-ae06-e0c8001bffb1" + "NORTHEUROPE:20200807T002812Z:10b4e112-7d4c-4856-924a-f964dc30e262" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:14:39 GMT" - ], "Content-Length": [ "553" ], @@ -4446,25 +4446,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "820127e0-8dd9-4d1a-abd6-496617cc8367" + "55195715-db56-420b-ac92-62e724c0028c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4472,23 +4472,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:28:23 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "820127e0-8dd9-4d1a-abd6-496617cc8367" + "55195715-db56-420b-ac92-62e724c0028c" ], "request-id": [ - "820127e0-8dd9-4d1a-abd6-496617cc8367" + "55195715-db56-420b-ac92-62e724c0028c" ], "elapsed-time": [ - "67" + "307" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4497,17 +4500,14 @@ "14940" ], "x-ms-correlation-request-id": [ - "b05b1ee1-d5b6-4f59-8f98-5e9a0b3b083e" + "942fdfd8-714d-41f0-963c-786bb047b09e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231450Z:b05b1ee1-d5b6-4f59-8f98-5e9a0b3b083e" + "NORTHEUROPE:20200807T002823Z:942fdfd8-714d-41f0-963c-786bb047b09e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:14:50 GMT" - ], "Content-Length": [ "553" ], @@ -4518,25 +4518,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2118a97b-bb5f-4769-9b0d-dadb299be6a9" + "69196be8-e523-4c7c-9cb9-40dfe74f431b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4544,23 +4544,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:28:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2118a97b-bb5f-4769-9b0d-dadb299be6a9" + "69196be8-e523-4c7c-9cb9-40dfe74f431b" ], "request-id": [ - "2118a97b-bb5f-4769-9b0d-dadb299be6a9" + "69196be8-e523-4c7c-9cb9-40dfe74f431b" ], "elapsed-time": [ - "56" + "400" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4569,17 +4572,14 @@ "14939" ], "x-ms-correlation-request-id": [ - "35145bdd-4448-4daf-9f86-2f136e5721ec" + "69457a57-996c-49bf-b89e-c0260cee9813" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231501Z:35145bdd-4448-4daf-9f86-2f136e5721ec" + "NORTHEUROPE:20200807T002833Z:69457a57-996c-49bf-b89e-c0260cee9813" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:15:00 GMT" - ], "Content-Length": [ "553" ], @@ -4590,25 +4590,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0bfa5732-1fdb-45c6-911e-9e3e7998022b" + "537a43f9-a8a0-4eff-b3bc-c44005385929" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4616,23 +4616,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:28:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0bfa5732-1fdb-45c6-911e-9e3e7998022b" + "537a43f9-a8a0-4eff-b3bc-c44005385929" ], "request-id": [ - "0bfa5732-1fdb-45c6-911e-9e3e7998022b" + "537a43f9-a8a0-4eff-b3bc-c44005385929" ], "elapsed-time": [ - "52" + "323" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4641,17 +4644,14 @@ "14938" ], "x-ms-correlation-request-id": [ - "2dc38d9d-0648-4f46-b0f5-4944eb263b4a" + "10800cc3-3d88-4399-8768-2584de045fc7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231511Z:2dc38d9d-0648-4f46-b0f5-4944eb263b4a" + "NORTHEUROPE:20200807T002844Z:10800cc3-3d88-4399-8768-2584de045fc7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:15:10 GMT" - ], "Content-Length": [ "553" ], @@ -4662,25 +4662,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fb997e5e-c941-44f5-a87d-7efda04c0967" + "a501007f-9f99-4c6b-a8ce-b8e1f636c187" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4688,23 +4688,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:28:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "fb997e5e-c941-44f5-a87d-7efda04c0967" + "a501007f-9f99-4c6b-a8ce-b8e1f636c187" ], "request-id": [ - "fb997e5e-c941-44f5-a87d-7efda04c0967" + "a501007f-9f99-4c6b-a8ce-b8e1f636c187" ], "elapsed-time": [ - "88" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4713,17 +4716,14 @@ "14937" ], "x-ms-correlation-request-id": [ - "c311ca69-34e3-42f4-9fb5-fc13fbe5556a" + "02cc1f89-1c7a-4f1d-8be3-9afa8478a141" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231521Z:c311ca69-34e3-42f4-9fb5-fc13fbe5556a" + "NORTHEUROPE:20200807T002854Z:02cc1f89-1c7a-4f1d-8be3-9afa8478a141" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:15:20 GMT" - ], "Content-Length": [ "553" ], @@ -4734,25 +4734,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "138d39d8-2112-4ff4-a8d7-c39adad790ba" + "ddadb1e5-2007-4fb8-a7a3-ad8b2c340e7a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4760,23 +4760,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:29:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "138d39d8-2112-4ff4-a8d7-c39adad790ba" + "ddadb1e5-2007-4fb8-a7a3-ad8b2c340e7a" ], "request-id": [ - "138d39d8-2112-4ff4-a8d7-c39adad790ba" + "ddadb1e5-2007-4fb8-a7a3-ad8b2c340e7a" ], "elapsed-time": [ - "57" + "279" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4785,17 +4788,14 @@ "14936" ], "x-ms-correlation-request-id": [ - "9b7b6d7e-7817-40e5-9e00-e6628ed1a7d0" + "1dbcbdfe-e06e-4136-84db-5166ea057666" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231532Z:9b7b6d7e-7817-40e5-9e00-e6628ed1a7d0" + "NORTHEUROPE:20200807T002905Z:1dbcbdfe-e06e-4136-84db-5166ea057666" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:15:31 GMT" - ], "Content-Length": [ "553" ], @@ -4806,25 +4806,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c24c47e1-fc59-4333-a02d-9791b81c7f85" + "30e5fb25-68c3-4855-bcdf-4e1f60ab8154" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4832,23 +4832,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:29:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c24c47e1-fc59-4333-a02d-9791b81c7f85" + "30e5fb25-68c3-4855-bcdf-4e1f60ab8154" ], "request-id": [ - "c24c47e1-fc59-4333-a02d-9791b81c7f85" + "30e5fb25-68c3-4855-bcdf-4e1f60ab8154" ], "elapsed-time": [ - "54" + "317" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4857,17 +4860,14 @@ "14935" ], "x-ms-correlation-request-id": [ - "62291ae9-fe6c-46f7-8d52-36a39737eb96" + "c9ad874d-5952-4856-a2ad-d3d0201ce577" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231542Z:62291ae9-fe6c-46f7-8d52-36a39737eb96" + "NORTHEUROPE:20200807T002915Z:c9ad874d-5952-4856-a2ad-d3d0201ce577" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:15:42 GMT" - ], "Content-Length": [ "553" ], @@ -4878,25 +4878,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eeb65311-97a2-4438-be74-4874a7253657" + "76126214-4877-44ef-9303-faee97be475e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4904,23 +4904,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:29:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "eeb65311-97a2-4438-be74-4874a7253657" + "76126214-4877-44ef-9303-faee97be475e" ], "request-id": [ - "eeb65311-97a2-4438-be74-4874a7253657" + "76126214-4877-44ef-9303-faee97be475e" ], "elapsed-time": [ - "54" + "323" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4929,17 +4932,14 @@ "14934" ], "x-ms-correlation-request-id": [ - "c028128c-c087-4401-8730-edf1c7375c6a" + "5d32fda0-5b2e-4adc-8238-c6338715e3c0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231552Z:c028128c-c087-4401-8730-edf1c7375c6a" + "NORTHEUROPE:20200807T002927Z:5d32fda0-5b2e-4adc-8238-c6338715e3c0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:15:52 GMT" - ], "Content-Length": [ "553" ], @@ -4950,25 +4950,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bcbc69ce-bccc-464a-afe2-9377812138b2" + "47b60cad-cdc6-4e1d-a148-64fd0d4e8c32" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -4976,23 +4976,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:29:37 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "bcbc69ce-bccc-464a-afe2-9377812138b2" + "47b60cad-cdc6-4e1d-a148-64fd0d4e8c32" ], "request-id": [ - "bcbc69ce-bccc-464a-afe2-9377812138b2" + "47b60cad-cdc6-4e1d-a148-64fd0d4e8c32" ], "elapsed-time": [ - "164" + "293" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5001,17 +5004,14 @@ "14933" ], "x-ms-correlation-request-id": [ - "6f96f1e4-db50-4906-9993-fe8d8aa261d3" + "1935aa6d-cc50-4e61-8719-2327af562977" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231603Z:6f96f1e4-db50-4906-9993-fe8d8aa261d3" + "NORTHEUROPE:20200807T002937Z:1935aa6d-cc50-4e61-8719-2327af562977" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:16:03 GMT" - ], "Content-Length": [ "553" ], @@ -5022,25 +5022,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0cbc1996-cea0-45e4-9df2-c069d588e454" + "b0a3559b-c032-4b2a-9d29-4d724967316d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5048,23 +5048,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:29:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0cbc1996-cea0-45e4-9df2-c069d588e454" + "b0a3559b-c032-4b2a-9d29-4d724967316d" ], "request-id": [ - "0cbc1996-cea0-45e4-9df2-c069d588e454" + "b0a3559b-c032-4b2a-9d29-4d724967316d" ], "elapsed-time": [ - "57" + "351" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5073,17 +5076,14 @@ "14932" ], "x-ms-correlation-request-id": [ - "106ab312-98e9-4152-a11f-190c650cf2c9" + "68100c66-3a32-41d1-9892-c2163fc1475f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231613Z:106ab312-98e9-4152-a11f-190c650cf2c9" + "NORTHEUROPE:20200807T002948Z:68100c66-3a32-41d1-9892-c2163fc1475f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:16:13 GMT" - ], "Content-Length": [ "553" ], @@ -5094,25 +5094,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a1f9fead-a6f6-4b37-889b-33aa0a74a454" + "7880344a-113b-42fd-8f8c-4dd428cac4f6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5120,23 +5120,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:29:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a1f9fead-a6f6-4b37-889b-33aa0a74a454" + "7880344a-113b-42fd-8f8c-4dd428cac4f6" ], "request-id": [ - "a1f9fead-a6f6-4b37-889b-33aa0a74a454" + "7880344a-113b-42fd-8f8c-4dd428cac4f6" ], "elapsed-time": [ - "66" + "281" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5145,17 +5148,14 @@ "14931" ], "x-ms-correlation-request-id": [ - "2ff6238a-8642-4adc-8aa3-26e8e73e3549" + "992c20ba-f57f-4b36-86a5-611437290bbd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231623Z:2ff6238a-8642-4adc-8aa3-26e8e73e3549" + "NORTHEUROPE:20200807T002958Z:992c20ba-f57f-4b36-86a5-611437290bbd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:16:23 GMT" - ], "Content-Length": [ "553" ], @@ -5166,25 +5166,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3533196d-ba01-4e13-8660-3d1be8310fea" + "5f366d74-150f-4a75-8a35-aa7427260baa" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5192,23 +5192,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:30:09 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3533196d-ba01-4e13-8660-3d1be8310fea" + "5f366d74-150f-4a75-8a35-aa7427260baa" ], "request-id": [ - "3533196d-ba01-4e13-8660-3d1be8310fea" + "5f366d74-150f-4a75-8a35-aa7427260baa" ], "elapsed-time": [ - "54" + "310" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5217,17 +5220,14 @@ "14930" ], "x-ms-correlation-request-id": [ - "d29ee488-50c2-443e-95a4-02531d62d74f" + "83e3ea8c-b488-4eab-98c6-731d494ef3cf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231634Z:d29ee488-50c2-443e-95a4-02531d62d74f" + "NORTHEUROPE:20200807T003009Z:83e3ea8c-b488-4eab-98c6-731d494ef3cf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:16:34 GMT" - ], "Content-Length": [ "553" ], @@ -5238,25 +5238,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b76c85d-f7a9-439b-abb0-3deaf512cdc5" + "1be203dd-b9ac-429d-a98b-237be4f379ad" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5264,23 +5264,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:30:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9b76c85d-f7a9-439b-abb0-3deaf512cdc5" + "1be203dd-b9ac-429d-a98b-237be4f379ad" ], "request-id": [ - "9b76c85d-f7a9-439b-abb0-3deaf512cdc5" + "1be203dd-b9ac-429d-a98b-237be4f379ad" ], "elapsed-time": [ - "54" + "298" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5289,17 +5292,14 @@ "14929" ], "x-ms-correlation-request-id": [ - "3c8b2862-0435-4845-a171-3865f69d5183" + "4756150a-472b-4d93-a810-4544cd92b059" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231644Z:3c8b2862-0435-4845-a171-3865f69d5183" + "NORTHEUROPE:20200807T003019Z:4756150a-472b-4d93-a810-4544cd92b059" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:16:43 GMT" - ], "Content-Length": [ "553" ], @@ -5310,25 +5310,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "793be4e2-e94c-452b-853e-35b1e45bc4b6" + "708adbf8-0170-4f73-bbe4-af84dc079849" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5336,23 +5336,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:30:29 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "793be4e2-e94c-452b-853e-35b1e45bc4b6" + "708adbf8-0170-4f73-bbe4-af84dc079849" ], "request-id": [ - "793be4e2-e94c-452b-853e-35b1e45bc4b6" + "708adbf8-0170-4f73-bbe4-af84dc079849" ], "elapsed-time": [ - "55" + "430" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5361,17 +5364,14 @@ "14928" ], "x-ms-correlation-request-id": [ - "c3ed234b-1f83-44b4-a91e-682927f61c10" + "c817d29a-e783-432a-a578-114e2c7984a3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231654Z:c3ed234b-1f83-44b4-a91e-682927f61c10" + "NORTHEUROPE:20200807T003030Z:c817d29a-e783-432a-a578-114e2c7984a3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:16:54 GMT" - ], "Content-Length": [ "553" ], @@ -5382,25 +5382,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "12010baa-da6e-457b-8458-fc8581a18d70" + "dcb6cb25-8f7d-49bd-b208-65f304f3f9b1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5408,23 +5408,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:30:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "12010baa-da6e-457b-8458-fc8581a18d70" + "dcb6cb25-8f7d-49bd-b208-65f304f3f9b1" ], "request-id": [ - "12010baa-da6e-457b-8458-fc8581a18d70" + "dcb6cb25-8f7d-49bd-b208-65f304f3f9b1" ], "elapsed-time": [ - "52" + "583" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5433,17 +5436,14 @@ "14927" ], "x-ms-correlation-request-id": [ - "6b24d81e-ddfc-4952-9cb4-ac8fcfbc6d82" + "37c45220-8f7a-4b95-9a66-e7d5ba51f906" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231704Z:6b24d81e-ddfc-4952-9cb4-ac8fcfbc6d82" + "NORTHEUROPE:20200807T003041Z:37c45220-8f7a-4b95-9a66-e7d5ba51f906" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:17:04 GMT" - ], "Content-Length": [ "553" ], @@ -5454,25 +5454,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "71a05fc7-540a-40ef-8219-310903541532" + "362ff3c3-3c29-4878-bc2c-9fa7d0780400" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5480,23 +5480,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:30:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "71a05fc7-540a-40ef-8219-310903541532" + "362ff3c3-3c29-4878-bc2c-9fa7d0780400" ], "request-id": [ - "71a05fc7-540a-40ef-8219-310903541532" + "362ff3c3-3c29-4878-bc2c-9fa7d0780400" ], "elapsed-time": [ - "50" + "351" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5505,17 +5508,14 @@ "14926" ], "x-ms-correlation-request-id": [ - "e42cdf37-c371-4ef1-b3a5-080e1db801ec" + "87f459bc-ebfa-4c8c-8fc5-94b9db8b71c4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231715Z:e42cdf37-c371-4ef1-b3a5-080e1db801ec" + "NORTHEUROPE:20200807T003052Z:87f459bc-ebfa-4c8c-8fc5-94b9db8b71c4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:17:15 GMT" - ], "Content-Length": [ "553" ], @@ -5526,25 +5526,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e16d7ae-d13a-4f97-9edc-233ca998da98" + "f32de456-1cd4-4062-aeff-70e4f701f7e6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5552,23 +5552,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:31:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6e16d7ae-d13a-4f97-9edc-233ca998da98" + "f32de456-1cd4-4062-aeff-70e4f701f7e6" ], "request-id": [ - "6e16d7ae-d13a-4f97-9edc-233ca998da98" + "f32de456-1cd4-4062-aeff-70e4f701f7e6" ], "elapsed-time": [ - "58" + "286" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5577,17 +5580,14 @@ "14925" ], "x-ms-correlation-request-id": [ - "bdf95bf5-b045-4704-846a-37f054bee136" + "d2c4be58-d36d-4566-a782-7d151a8bc712" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231725Z:bdf95bf5-b045-4704-846a-37f054bee136" + "NORTHEUROPE:20200807T003102Z:d2c4be58-d36d-4566-a782-7d151a8bc712" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:17:24 GMT" - ], "Content-Length": [ "553" ], @@ -5598,25 +5598,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "148638ee-558b-47bc-b3d7-c1ab419ee643" + "693f6ab3-e2b6-499a-81c0-8fa61d6d9b6a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5624,23 +5624,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:31:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "148638ee-558b-47bc-b3d7-c1ab419ee643" + "693f6ab3-e2b6-499a-81c0-8fa61d6d9b6a" ], "request-id": [ - "148638ee-558b-47bc-b3d7-c1ab419ee643" + "693f6ab3-e2b6-499a-81c0-8fa61d6d9b6a" ], "elapsed-time": [ - "59" + "269" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5649,17 +5652,14 @@ "14924" ], "x-ms-correlation-request-id": [ - "8455daaa-0b58-4009-ba8e-303b501018e1" + "a97ac89a-8503-435c-baa7-de848741a40a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231735Z:8455daaa-0b58-4009-ba8e-303b501018e1" + "NORTHEUROPE:20200807T003113Z:a97ac89a-8503-435c-baa7-de848741a40a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:17:35 GMT" - ], "Content-Length": [ "553" ], @@ -5670,25 +5670,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "49341c36-7817-4ccb-92a2-927d1820dc47" + "25c83cfe-c10f-482e-898a-307359a040c0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5696,23 +5696,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:31:23 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "49341c36-7817-4ccb-92a2-927d1820dc47" + "25c83cfe-c10f-482e-898a-307359a040c0" ], "request-id": [ - "49341c36-7817-4ccb-92a2-927d1820dc47" + "25c83cfe-c10f-482e-898a-307359a040c0" ], "elapsed-time": [ - "55" + "273" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5721,17 +5724,14 @@ "14923" ], "x-ms-correlation-request-id": [ - "38adba2c-c7da-4e6c-bff0-19d334d2510a" + "d661a3cc-c3b6-4ccf-a672-b88bb5e19296" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231746Z:38adba2c-c7da-4e6c-bff0-19d334d2510a" + "NORTHEUROPE:20200807T003123Z:d661a3cc-c3b6-4ccf-a672-b88bb5e19296" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:17:45 GMT" - ], "Content-Length": [ "553" ], @@ -5742,25 +5742,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5213b19b-1ea2-464d-a22c-019a026cb8d0" + "d5050017-a31a-493e-9c5a-b731962587b4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5768,23 +5768,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:31:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5213b19b-1ea2-464d-a22c-019a026cb8d0" + "d5050017-a31a-493e-9c5a-b731962587b4" ], "request-id": [ - "5213b19b-1ea2-464d-a22c-019a026cb8d0" + "d5050017-a31a-493e-9c5a-b731962587b4" ], "elapsed-time": [ - "89" + "289" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5793,17 +5796,14 @@ "14922" ], "x-ms-correlation-request-id": [ - "c4809f1c-8b3f-44ea-bfb7-e459aad914ae" + "056c1e9a-0ec4-46b3-9808-141e576755fb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231756Z:c4809f1c-8b3f-44ea-bfb7-e459aad914ae" + "NORTHEUROPE:20200807T003134Z:056c1e9a-0ec4-46b3-9808-141e576755fb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:17:56 GMT" - ], "Content-Length": [ "553" ], @@ -5814,25 +5814,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a8deddaf-d91a-4b2e-8a0a-92f68c32b47e" + "e7f7011b-b4bb-4b70-94c5-8cc7cfb42aaa" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5840,23 +5840,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:31:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a8deddaf-d91a-4b2e-8a0a-92f68c32b47e" + "e7f7011b-b4bb-4b70-94c5-8cc7cfb42aaa" ], "request-id": [ - "a8deddaf-d91a-4b2e-8a0a-92f68c32b47e" + "e7f7011b-b4bb-4b70-94c5-8cc7cfb42aaa" ], "elapsed-time": [ - "173" + "398" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5865,17 +5868,14 @@ "14921" ], "x-ms-correlation-request-id": [ - "6ef4037f-0414-41c7-a22d-74b90a4549ab" + "faa3ea6a-479b-4c04-94f6-8e258cda8f3a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231806Z:6ef4037f-0414-41c7-a22d-74b90a4549ab" + "NORTHEUROPE:20200807T003144Z:faa3ea6a-479b-4c04-94f6-8e258cda8f3a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:18:06 GMT" - ], "Content-Length": [ "553" ], @@ -5886,25 +5886,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b330707f-af42-450f-96f9-bbbd115505bf" + "159a9de6-40f0-49b3-b28c-85832221bec5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5912,23 +5912,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:31:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b330707f-af42-450f-96f9-bbbd115505bf" + "159a9de6-40f0-49b3-b28c-85832221bec5" ], "request-id": [ - "b330707f-af42-450f-96f9-bbbd115505bf" + "159a9de6-40f0-49b3-b28c-85832221bec5" ], "elapsed-time": [ - "52" + "312" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5937,17 +5940,14 @@ "14920" ], "x-ms-correlation-request-id": [ - "250529bd-cb2c-44f2-8c3d-35f54df640f8" + "a25e0506-3b6b-4b17-a1fc-6b1dcb74ebd7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231817Z:250529bd-cb2c-44f2-8c3d-35f54df640f8" + "NORTHEUROPE:20200807T003155Z:a25e0506-3b6b-4b17-a1fc-6b1dcb74ebd7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:18:17 GMT" - ], "Content-Length": [ "553" ], @@ -5958,25 +5958,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "42783ace-642e-44a5-9f51-e02bb24f6c08" + "652a19c4-e223-4cf0-856f-0fc6b5031883" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -5984,23 +5984,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:32:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "42783ace-642e-44a5-9f51-e02bb24f6c08" + "652a19c4-e223-4cf0-856f-0fc6b5031883" ], "request-id": [ - "42783ace-642e-44a5-9f51-e02bb24f6c08" + "652a19c4-e223-4cf0-856f-0fc6b5031883" ], "elapsed-time": [ - "58" + "367" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6009,17 +6012,14 @@ "14919" ], "x-ms-correlation-request-id": [ - "3a086708-8648-48ed-821b-b74bc0aeaedf" + "59a90557-0c68-4b04-bd09-2eb9c9cb5346" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231827Z:3a086708-8648-48ed-821b-b74bc0aeaedf" + "NORTHEUROPE:20200807T003205Z:59a90557-0c68-4b04-bd09-2eb9c9cb5346" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:18:27 GMT" - ], "Content-Length": [ "553" ], @@ -6030,25 +6030,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ed307fa5-9a34-4800-be76-fc4fb6f67fc1" + "10fb601b-b7d5-4fe1-88a8-c1bd0d97c702" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -6056,23 +6056,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:32:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ed307fa5-9a34-4800-be76-fc4fb6f67fc1" + "10fb601b-b7d5-4fe1-88a8-c1bd0d97c702" ], "request-id": [ - "ed307fa5-9a34-4800-be76-fc4fb6f67fc1" + "10fb601b-b7d5-4fe1-88a8-c1bd0d97c702" ], "elapsed-time": [ - "52" + "508" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6081,17 +6084,14 @@ "14918" ], "x-ms-correlation-request-id": [ - "3aa785e4-1c01-47bc-b8e5-aff69ec15d35" + "6a68f42f-0b56-4d6f-be8f-28f4b064a02d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231838Z:3aa785e4-1c01-47bc-b8e5-aff69ec15d35" + "NORTHEUROPE:20200807T003216Z:6a68f42f-0b56-4d6f-be8f-28f4b064a02d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:18:37 GMT" - ], "Content-Length": [ "553" ], @@ -6102,25 +6102,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4be1e799-f3a4-4049-8506-7cf3dbe8c26e" + "fcceb096-fc62-44cf-aa4f-50eb6f4167e0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -6128,23 +6128,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:32:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4be1e799-f3a4-4049-8506-7cf3dbe8c26e" + "fcceb096-fc62-44cf-aa4f-50eb6f4167e0" ], "request-id": [ - "4be1e799-f3a4-4049-8506-7cf3dbe8c26e" + "fcceb096-fc62-44cf-aa4f-50eb6f4167e0" ], "elapsed-time": [ - "211" + "320" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6153,17 +6156,14 @@ "14917" ], "x-ms-correlation-request-id": [ - "93444852-f9f4-40c7-a465-ab831dbc280d" + "4b14c93e-9d6b-42ab-b2c0-b4b4d0b4a791" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231849Z:93444852-f9f4-40c7-a465-ab831dbc280d" + "NORTHEUROPE:20200807T003227Z:4b14c93e-9d6b-42ab-b2c0-b4b4d0b4a791" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:18:48 GMT" - ], "Content-Length": [ "553" ], @@ -6174,25 +6174,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "134eacd1-ffe3-45e2-8dce-6cbedc8bb5ff" + "906e83e0-87b7-456b-ac68-7c100b0de55e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -6200,114 +6200,42 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "134eacd1-ffe3-45e2-8dce-6cbedc8bb5ff" - ], - "request-id": [ - "134eacd1-ffe3-45e2-8dce-6cbedc8bb5ff" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-correlation-request-id": [ - "9f73095c-78ec-42a8-a579-999208f90470" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231859Z:9f73095c-78ec-42a8-a579-999208f90470" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 23:18:59 GMT" - ], - "Content-Length": [ - "553" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "58ad9938-5106-446f-b199-84f86f72e3a3" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Fri, 07 Aug 2020 00:32:37 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A04%3A12.3725774Z'\"" + "W/\"datetime'2020-08-07T00%3A17%3A44.6445213Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "58ad9938-5106-446f-b199-84f86f72e3a3" + "906e83e0-87b7-456b-ac68-7c100b0de55e" ], "request-id": [ - "58ad9938-5106-446f-b199-84f86f72e3a3" + "906e83e0-87b7-456b-ac68-7c100b0de55e" ], "elapsed-time": [ - "97" + "288" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" + "14916" ], "x-ms-correlation-request-id": [ - "77661b34-d058-4d3e-8593-7e4eb4ef2dc3" + "4dd49a7b-0362-49fc-92a5-3e6e03db93ea" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231909Z:77661b34-d058-4d3e-8593-7e4eb4ef2dc3" + "NORTHEUROPE:20200807T003237Z:4dd49a7b-0362-49fc-92a5-3e6e03db93ea" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:19:09 GMT" - ], "Content-Length": [ "545" ], @@ -6318,25 +6246,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558\",\r\n \"name\": \"azs-2558\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893\",\r\n \"name\": \"azs-1893\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"storage_optimized_l2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6708/providers/Microsoft.Search/searchServices/azs-2558?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9815/providers/Microsoft.Search/searchServices/azs-1893?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODE1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xODkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "86a4f41c-99f4-4182-ba01-3341f0777384" + "28dbc713-f5dd-46df-9f06-c4fbfa94350a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -6344,17 +6272,20 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:32:40 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "86a4f41c-99f4-4182-ba01-3341f0777384" + "28dbc713-f5dd-46df-9f06-c4fbfa94350a" ], "request-id": [ - "86a4f41c-99f4-4182-ba01-3341f0777384" + "28dbc713-f5dd-46df-9f06-c4fbfa94350a" ], "elapsed-time": [ - "1264" + "1125" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6363,22 +6294,19 @@ "14999" ], "x-ms-correlation-request-id": [ - "9752b5a5-8eea-4689-a3ba-0ffb483678ca" + "d28855f3-c2cd-4c34-91b4-80d2ab595b1e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231913Z:9752b5a5-8eea-4689-a3ba-0ffb483678ca" + "NORTHEUROPE:20200807T003241Z:d28855f3-c2cd-4c34-91b4-80d2ab595b1e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:19:13 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -6387,10 +6315,10 @@ ], "Names": { "GenerateName": [ - "azsmnet6708" + "azsmnet9815" ], "GenerateServiceName": [ - "azs-2558" + "azs-1893" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanListServices.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanListServices.json index c43886684b78..34e8b3b6fae4 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanListServices.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanListServices.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0063f7f1-4193-4ea2-bfe2-b3a5dc0981d5" + "5d132161-1eb6-4f83-929f-2de0c31c0159" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 04:49:48 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "67d22ca2-47cf-4b81-bcf1-fb7f9b6e4558" + "97d431b9-bb7c-4450-b64c-61f82621845c" ], "x-ms-correlation-request-id": [ - "67d22ca2-47cf-4b81-bcf1-fb7f9b6e4558" + "97d431b9-bb7c-4450-b64c-61f82621845c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223805Z:67d22ca2-47cf-4b81-bcf1-fb7f9b6e4558" + "NORTHEUROPE:20200808T044948Z:97d431b9-bb7c-4450-b64c-61f82621845c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:05 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7527?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NTI3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4967?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0OTY3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "94db9c75-ae22-447d-b911-bbf25997c937" + "69cb8aa0-4d29-496c-9fd7-8dd24590ce95" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 04:49:49 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "e4513137-0d97-4c7c-b0db-76b67f218e2d" + "35feb4e4-3868-45f7-8bef-df8f2ec1cbd8" ], "x-ms-correlation-request-id": [ - "e4513137-0d97-4c7c-b0db-76b67f218e2d" + "35feb4e4-3868-45f7-8bef-df8f2ec1cbd8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223806Z:e4513137-0d97-4c7c-b0db-76b67f218e2d" + "NORTHEUROPE:20200808T044949Z:35feb4e4-3868-45f7-8bef-df8f2ec1cbd8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:06 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7527\",\r\n \"name\": \"azsmnet7527\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4967\",\r\n \"name\": \"azsmnet4967\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7527/providers/Microsoft.Search/searchServices/azs-4322?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzIyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4967/providers/Microsoft.Search/searchServices/azs-6997?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02OTk3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c8f5d386-7aa5-4a06-926a-c871ad5e1744" + "dc3bb037-7ba9-4af6-bb34-2a49681d0c71" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,39 +155,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 04:50:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A10.6560271Z'\"" + "W/\"datetime'2020-08-08T04%3A50%3A18.8786638Z'\"" ], "x-ms-request-id": [ - "c8f5d386-7aa5-4a06-926a-c871ad5e1744" + "dc3bb037-7ba9-4af6-bb34-2a49681d0c71" ], "request-id": [ - "c8f5d386-7aa5-4a06-926a-c871ad5e1744" + "dc3bb037-7ba9-4af6-bb34-2a49681d0c71" ], "elapsed-time": [ - "1001" + "1841" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "f08aeffb-3828-4714-be97-4b4632018ff5" + "f1c57372-17b0-4d87-acd8-13f4133c689f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223811Z:f08aeffb-3828-4714-be97-4b4632018ff5" + "NORTHEUROPE:20200808T045019Z:f1c57372-17b0-4d87-acd8-13f4133c689f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:10 GMT" - ], "Content-Length": [ "529" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7527/providers/Microsoft.Search/searchServices/azs-4322\",\r\n \"name\": \"azs-4322\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4967/providers/Microsoft.Search/searchServices/azs-6997\",\r\n \"name\": \"azs-6997\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7527/providers/Microsoft.Search/searchServices/azs-9384?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05Mzg0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4967/providers/Microsoft.Search/searchServices/azs-4293?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MjkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "44479148-df3d-45b2-858b-f075870726cd" + "d778985c-0be4-4873-876a-5e26f200d1f6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -230,39 +230,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 04:50:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T22%3A38%3A13.1297551Z'\"" + "W/\"datetime'2020-08-08T04%3A50%3A53.3369821Z'\"" ], "x-ms-request-id": [ - "44479148-df3d-45b2-858b-f075870726cd" + "d778985c-0be4-4873-876a-5e26f200d1f6" ], "request-id": [ - "44479148-df3d-45b2-858b-f075870726cd" + "d778985c-0be4-4873-876a-5e26f200d1f6" ], "elapsed-time": [ - "777" + "1305" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "15bf1857-f73a-4284-b474-f534a9e79a8d" + "d49d3049-da3f-444d-ad81-b64796ac4472" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223813Z:15bf1857-f73a-4284-b474-f534a9e79a8d" + "NORTHEUROPE:20200808T045054Z:d49d3049-da3f-444d-ad81-b64796ac4472" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:13 GMT" - ], "Content-Length": [ "529" ], @@ -273,25 +273,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7527/providers/Microsoft.Search/searchServices/azs-9384\",\r\n \"name\": \"azs-9384\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4967/providers/Microsoft.Search/searchServices/azs-4293\",\r\n \"name\": \"azs-4293\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7527/providers/Microsoft.Search/searchServices?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NTI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4967/providers/Microsoft.Search/searchServices?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0OTY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2bab402a-d52a-400e-8b08-7fefe4529dca" + "b897d8a1-bee1-4aa1-8cb9-843424dfc752" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -299,24 +299,27 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 04:50:55 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-original-request-ids": [ - "2bab402a-d52a-400e-8b08-7fefe4529dca", - "2bab402a-d52a-400e-8b08-7fefe4529dca" + "b897d8a1-bee1-4aa1-8cb9-843424dfc752", + "b897d8a1-bee1-4aa1-8cb9-843424dfc752" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14999" ], "x-ms-request-id": [ - "8491268d-596d-4584-868d-09fd6f07cd76" + "80738c32-50fc-4224-bc8c-3f02058ebd7a" ], "x-ms-correlation-request-id": [ - "8491268d-596d-4584-868d-09fd6f07cd76" + "80738c32-50fc-4224-bc8c-3f02058ebd7a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223815Z:8491268d-596d-4584-868d-09fd6f07cd76" + "NORTHEUROPE:20200808T045055Z:80738c32-50fc-4224-bc8c-3f02058ebd7a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -324,30 +327,27 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:14 GMT" + "Content-Length": [ + "1187" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "1187" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7527/providers/Microsoft.Search/searchServices/azs-4322\",\r\n \"name\": \"azs-4322\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2020-05-28T22%3A38%3A10.6560271Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7527/providers/Microsoft.Search/searchServices/azs-9384\",\r\n \"name\": \"azs-9384\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2020-05-28T22%3A38%3A13.1297551Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4967/providers/Microsoft.Search/searchServices/azs-4293\",\r\n \"name\": \"azs-4293\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2020-08-08T04%3A50%3A53.3369821Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4967/providers/Microsoft.Search/searchServices/azs-6997\",\r\n \"name\": \"azs-6997\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2020-08-08T04%3A50%3A18.8786638Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 } ], "Names": { "GenerateName": [ - "azsmnet7527" + "azsmnet4967" ], "GenerateServiceName": [ - "azs-4322", - "azs-9384" + "azs-6997", + "azs-4293" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanListServicesBySubscription.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanListServicesBySubscription.json index 983a6c53a5e7..c02a65715d6a 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanListServicesBySubscription.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanListServicesBySubscription.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b4ea514-a569-46f2-a8e1-678d02dcc99f" + "5497cd3e-116d-41d4-b876-df52143c3fcd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:04:23 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "a1693e6b-6dee-4a75-baf8-04321861e115" + "3ef4fd2f-fbaf-4f59-8ad2-3848557f93b6" ], "x-ms-correlation-request-id": [ - "a1693e6b-6dee-4a75-baf8-04321861e115" + "3ef4fd2f-fbaf-4f59-8ad2-3848557f93b6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T191721Z:a1693e6b-6dee-4a75-baf8-04321861e115" + "NORTHEUROPE:20200808T050424Z:3ef4fd2f-fbaf-4f59-8ad2-3848557f93b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:17:21 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2605?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNjA1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2899?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyODk5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7790646f-1c8c-4f63-ba5a-25d26313d847" + "84571e0b-ee18-45f7-ac2c-21f486774112" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:04:26 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "ed5b11cb-b464-49a4-b70a-1906f6867334" + "986b6b05-6e26-4af1-aafd-e9dec07e3c42" ], "x-ms-correlation-request-id": [ - "ed5b11cb-b464-49a4-b70a-1906f6867334" + "986b6b05-6e26-4af1-aafd-e9dec07e3c42" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T191723Z:ed5b11cb-b464-49a4-b70a-1906f6867334" + "NORTHEUROPE:20200808T050426Z:986b6b05-6e26-4af1-aafd-e9dec07e3c42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:17:23 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2605\",\r\n \"name\": \"azsmnet2605\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2899\",\r\n \"name\": \"azsmnet2899\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2605/providers/Microsoft.Search/searchServices/azs-9884?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODg0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2899/providers/Microsoft.Search/searchServices/azs-1622?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNjIyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c3247b89-d38d-494e-975c-424c03b28521" + "cd5e8a18-5f38-456c-a64b-98a0c0c9cde1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,20 +155,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:04:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T19%3A18%3A15.3142881Z'\"" + "W/\"datetime'2020-08-08T05%3A04%3A34.5176331Z'\"" ], "x-ms-request-id": [ - "c3247b89-d38d-494e-975c-424c03b28521" + "cd5e8a18-5f38-456c-a64b-98a0c0c9cde1" ], "request-id": [ - "c3247b89-d38d-494e-975c-424c03b28521" + "cd5e8a18-5f38-456c-a64b-98a0c0c9cde1" ], "elapsed-time": [ - "1004" + "1370" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,17 +180,14 @@ "1199" ], "x-ms-correlation-request-id": [ - "de7da0ea-df01-4840-8626-cc58ed00b57e" + "ee221d74-2ac1-4461-a242-0f72a99894af" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T191816Z:de7da0ea-df01-4840-8626-cc58ed00b57e" + "NORTHEUROPE:20200808T050435Z:ee221d74-2ac1-4461-a242-0f72a99894af" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:18:15 GMT" - ], "Content-Length": [ "529" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2605/providers/Microsoft.Search/searchServices/azs-9884\",\r\n \"name\": \"azs-9884\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2899/providers/Microsoft.Search/searchServices/azs-1622\",\r\n \"name\": \"azs-1622\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2605/providers/Microsoft.Search/searchServices/azs-8785?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjA1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04Nzg1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2899/providers/Microsoft.Search/searchServices/azs-2066?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDY2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9924d1a1-8cb6-4a1e-9393-6b01943ec649" + "92d03d91-5fd2-4481-9878-cf8bdb1d0d6b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -230,20 +230,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:04:39 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T19%3A18%3A19.2310261Z'\"" + "W/\"datetime'2020-08-08T05%3A04%3A39.476138Z'\"" ], "x-ms-request-id": [ - "9924d1a1-8cb6-4a1e-9393-6b01943ec649" + "92d03d91-5fd2-4481-9878-cf8bdb1d0d6b" ], "request-id": [ - "9924d1a1-8cb6-4a1e-9393-6b01943ec649" + "92d03d91-5fd2-4481-9878-cf8bdb1d0d6b" ], "elapsed-time": [ - "947" + "1282" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -252,17 +255,14 @@ "1198" ], "x-ms-correlation-request-id": [ - "26302062-ab17-4441-b315-467324aa1adb" + "c56e2061-f7df-4f3b-a261-ed984ee12d54" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T191820Z:26302062-ab17-4441-b315-467324aa1adb" + "NORTHEUROPE:20200808T050440Z:c56e2061-f7df-4f3b-a261-ed984ee12d54" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:18:20 GMT" - ], "Content-Length": [ "529" ], @@ -273,25 +273,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2605/providers/Microsoft.Search/searchServices/azs-8785\",\r\n \"name\": \"azs-8785\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2899/providers/Microsoft.Search/searchServices/azs-2066\",\r\n \"name\": \"azs-2066\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/searchServices?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/searchServices?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "777a3549-033a-4714-a627-6171b0f168dd" + "e614d09b-802f-4335-955f-59d921b1456b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -299,24 +299,27 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Sat, 08 Aug 2020 05:04:46 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-original-request-ids": [ - "777a3549-033a-4714-a627-6171b0f168dd", - "777a3549-033a-4714-a627-6171b0f168dd" + "e614d09b-802f-4335-955f-59d921b1456b", + "e614d09b-802f-4335-955f-59d921b1456b" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14999" ], "x-ms-request-id": [ - "53c58bee-b5c0-49bd-a087-84d4c5536e73" + "2ebd0d56-541c-4939-8e12-e03de4d31176" ], "x-ms-correlation-request-id": [ - "53c58bee-b5c0-49bd-a087-84d4c5536e73" + "2ebd0d56-541c-4939-8e12-e03de4d31176" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T191825Z:53c58bee-b5c0-49bd-a087-84d4c5536e73" + "NORTHEUROPE:20200808T050447Z:2ebd0d56-541c-4939-8e12-e03de4d31176" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -324,30 +327,27 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:18:25 GMT" + "Content-Length": [ + "5319" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "8859" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2605/providers/Microsoft.Search/searchServices/azs-8785\",\r\n \"name\": \"azs-8785\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2020-05-29T19%3A18%3A19.2310261Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2605/providers/Microsoft.Search/searchServices/azs-9884\",\r\n \"name\": \"azs-9884\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2020-05-29T19%3A18%3A15.3142881Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/searchServices?api-version=2020-03-13&%24skiptoken=HY5NDoIwFITv0n0pFAQkMV5AV5ygv%2fJi0tf0FTAh3N3qambxZb45WHCf%2fIDwJjYdjE1syTnSJISKwC2%2bPKKtkiNck3FU7RAs7sQh5Cq4LGjVZBLEDBhItGaQVy0V7%2fzY805ryZV2Y2lj3w3KN5feiJhwA%2bsSiSeYhIQ%2bV7NTySyC%2fjG7tEGR3X8XtgKW7ZusZc3rljctO88v\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/abmotley/providers/Microsoft.Search/searchServices/powerquery\",\r\n \"name\": \"powerquery\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2020-05-04T21%3A08%3A11.1548923Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2899/providers/Microsoft.Search/searchServices/azs-1622\",\r\n \"name\": \"azs-1622\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2020-08-08T05%3A04%3A34.5176331Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2899/providers/Microsoft.Search/searchServices/azs-2066\",\r\n \"name\": \"azs-2066\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2020-08-08T05%3A04%3A39.476138Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/ecano/providers/Microsoft.Search/searchServices/ecanodf\",\r\n \"name\": \"ecanodf\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2020-05-18T23%3A04%3A35.971004Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/ramerorg/providers/Microsoft.Search/searchServices/rameroeastus\",\r\n \"name\": \"rameroeastus\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2020-01-14T02%3A26%3A12.5093551Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"e5c81b70-1303-47a0-8501-69f4665cca1c\",\r\n \"tenantId\": \"f686d426-8d16-42db-81b7-ab578e110ccd\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/shthowse/providers/Microsoft.Search/searchServices/shthowse-east\",\r\n \"name\": \"shthowse-east\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2020-04-10T18%3A40%3A05.147298Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/whatsupitsheather/providers/Microsoft.Search/searchServices/demo\",\r\n \"name\": \"demo\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2019-04-29T22%3A32%3A11.9828948Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/whatsupitsheather/providers/Microsoft.Search/searchServices/s3\",\r\n \"name\": \"s3\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": [],\r\n \"eTag\": \"W/\\\"datetime'2019-06-28T02%3A58%3A52.2744435Z'\\\"\"\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/searchServices?api-version=2020-08-01&%24skiptoken=HY5NDsIgFITvwp6fYm2xifECuuoJgFJ9MeERHm1Nmt5ddDWz%2bDLf7CyGT7lDfBMbdsYG9iol0SClTcAnfM6Ik8iBcMk%2bkNggTrgRh1hEDEXS4shnSAUwkjz5Xl%2bctrydTcdb5zS3LpjaTNf2dm7OnZcp4wpTyCQf4DMSzkWMwWb%2fkvSPMeQVquz2u7BWsG5ftdKKK8NVw47jCw%3d%3d\"\r\n}", "StatusCode": 200 } ], "Names": { "GenerateName": [ - "azsmnet2605" + "azsmnet2899" ], "GenerateServiceName": [ - "azs-9884", - "azs-8785" + "azs-1622", + "azs-2066" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanListSupportedGroupIds.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanListSupportedGroupIds.json new file mode 100644 index 000000000000..cef19d02f032 --- /dev/null +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanListSupportedGroupIds.json @@ -0,0 +1,348 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/register?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3JlZ2lzdGVyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "783fc0fc-802f-4d91-84f6-98aa421198b4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 07 Aug 2020 04:11:38 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "1a6a009d-a449-49f3-93d3-dcf8764e55c9" + ], + "x-ms-correlation-request-id": [ + "1a6a009d-a449-49f3-93d3-dcf8764e55c9" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200807T041139Z:1a6a009d-a449-49f3-93d3-dcf8764e55c9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "3524" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5929?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1OTI5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0e435c4e-ceec-4750-8ec3-7a986653bcc4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 07 Aug 2020 04:11:41 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "639266eb-371c-4dbf-a9df-3d6b9c732ec3" + ], + "x-ms-correlation-request-id": [ + "639266eb-371c-4dbf-a9df-3d6b9c732ec3" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200807T041141Z:639266eb-371c-4dbf-a9df-3d6b9c732ec3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "175" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5929\",\r\n \"name\": \"azsmnet5929\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5929/providers/Microsoft.Search/searchServices/azs-4526?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NTI2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cc03cd06-f43d-4ecf-9f9c-ba635ff114db" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "141" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 07 Aug 2020 04:11:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-07T04%3A11%3A46.9239155Z'\"" + ], + "x-ms-request-id": [ + "cc03cd06-f43d-4ecf-9f9c-ba635ff114db" + ], + "request-id": [ + "cc03cd06-f43d-4ecf-9f9c-ba635ff114db" + ], + "elapsed-time": [ + "1803" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "9b5c90ef-03fc-44dd-88fd-788e8d476be3" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200807T041147Z:9b5c90ef-03fc-44dd-88fd-788e8d476be3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "530" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5929/providers/Microsoft.Search/searchServices/azs-4526\",\r\n \"name\": \"azs-4526\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5929/providers/Microsoft.Search/searchServices/azs-4526/privateLinkResources?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NTI2L3ByaXZhdGVMaW5rUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d856b34e-7064-43f2-80f0-4b5eeb312324" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 07 Aug 2020 04:13:06 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "d856b34e-7064-43f2-80f0-4b5eeb312324" + ], + "request-id": [ + "d856b34e-7064-43f2-80f0-4b5eeb312324" + ], + "elapsed-time": [ + "149" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "26b3e099-fb6c-41e7-9948-a30bbe44e272" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200807T041307Z:26b3e099-fb6c-41e7-9948-a30bbe44e272" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "1815" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5929/providers/Microsoft.Search/searchServices/azs-4526/privateLinkResources/searchService\",\r\n \"name\": \"searchService\",\r\n \"type\": \"Microsoft.Search/searchServices/privateLinkResources\",\r\n \"properties\": {\r\n \"groupId\": \"searchService\",\r\n \"requiredMembers\": [\r\n \"searchService\"\r\n ],\r\n \"requiredZoneNames\": [\r\n \"privatelink.search-dogfood.windows-int.net\"\r\n ],\r\n \"shareablePrivateLinkResourceTypes\": [\r\n {\r\n \"name\": \"blob\",\r\n \"properties\": {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"groupId\": \"blob\",\r\n \"description\": \"Azure Cognitive Search indexers can connect to blobs in Azure Storage for reading data (data source), for writing intermediate results of indexer execution (annotation cache, preview) or for storing any knowledge store projections (preview)\"\r\n }\r\n },\r\n {\r\n \"name\": \"table\",\r\n \"properties\": {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"groupId\": \"table\",\r\n \"description\": \"Azure Cognitive Search indexers can connect to tables in Azure Storage for reading data (data source), for writing book-keeping information about intermediate results of indexer execution (annotation cache, preview) or for storing any knowledge store projections (preview)\"\r\n }\r\n },\r\n {\r\n \"name\": \"Sql\",\r\n \"properties\": {\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts\",\r\n \"groupId\": \"Sql\",\r\n \"description\": \"Azure Cognitive Search indexers can connect to CosmosDB using the SQL head for reading data (data source).\"\r\n }\r\n },\r\n {\r\n \"name\": \"plr\",\r\n \"properties\": {\r\n \"type\": \"Microsoft.Sql/servers\",\r\n \"groupId\": \"sqlServer\",\r\n \"description\": \"Azure Cognitive Search indexers can connect to AzureSQL databases in a SQL server for reading data (data source).\"\r\n }\r\n },\r\n {\r\n \"name\": \"vault\",\r\n \"properties\": {\r\n \"type\": \"Microsoft.KeyVault/vaults\",\r\n \"groupId\": \"vault\",\r\n \"description\": \"Azure Cognitive Search can access keys in Azure Key Vault to encrypt search index and synonym map data\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5929/providers/Microsoft.Search/searchServices/azs-4526?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00NTI2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b1c5fb7c-f6cc-488b-af87-6c2f0c6fd795" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 07 Aug 2020 04:13:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "b1c5fb7c-f6cc-488b-af87-6c2f0c6fd795" + ], + "request-id": [ + "b1c5fb7c-f6cc-488b-af87-6c2f0c6fd795" + ], + "elapsed-time": [ + "620" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "850f4909-fa65-4f32-bb24-5cc892195ca2" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200807T041318Z:850f4909-fa65-4f32-bb24-5cc892195ca2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "GenerateName": [ + "azsmnet5929" + ], + "GenerateServiceName": [ + "azs-4526" + ] + }, + "Variables": { + "SubscriptionId": "3c729b2a-4f86-4bb2-abe8-4b8647af156c" + } +} \ No newline at end of file diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanScaleServiceUpAndDown.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanScaleServiceUpAndDown.json index 141ebb228d3e..2809cbf2ee01 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanScaleServiceUpAndDown.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanScaleServiceUpAndDown.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8dbde7e3-250e-4c50-8f28-0990d08ed18b" + "73bb4881-71eb-4c9a-a395-05f938aa0078" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:37:19 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "a8e984a7-dd48-4402-ae35-660885b6aa7e" + "29c8f3ac-86ac-49c5-9ee6-bb9a57504121" ], "x-ms-correlation-request-id": [ - "a8e984a7-dd48-4402-ae35-660885b6aa7e" + "29c8f3ac-86ac-49c5-9ee6-bb9a57504121" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175041Z:a8e984a7-dd48-4402-ae35-660885b6aa7e" + "NORTHEUROPE:20200806T233720Z:29c8f3ac-86ac-49c5-9ee6-bb9a57504121" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:50:40 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1856?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxODU2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5227?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MjI3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2e26328d-14ee-4b6f-a41f-d40f1c63a169" + "4f9e6d56-1f06-4d47-b0af-9d24f3c89917" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:37:21 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "e940ed26-b65b-44d8-a1d8-a521fbc19a8e" + "b59dac1e-8360-4f59-aa40-1e6020248e2d" ], "x-ms-correlation-request-id": [ - "e940ed26-b65b-44d8-a1d8-a521fbc19a8e" + "b59dac1e-8360-4f59-aa40-1e6020248e2d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175045Z:e940ed26-b65b-44d8-a1d8-a521fbc19a8e" + "NORTHEUROPE:20200806T233722Z:b59dac1e-8360-4f59-aa40-1e6020248e2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:50:45 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856\",\r\n \"name\": \"azsmnet1856\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227\",\r\n \"name\": \"azsmnet5227\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e1e670a2-8885-445a-bda6-84be266631bd" + "0ee63e0e-208c-40ad-83e1-c70bf92a447d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,20 +155,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:37:29 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A28.6157768Z'\"" ], "x-ms-request-id": [ - "e1e670a2-8885-445a-bda6-84be266631bd" + "0ee63e0e-208c-40ad-83e1-c70bf92a447d" ], "request-id": [ - "e1e670a2-8885-445a-bda6-84be266631bd" + "0ee63e0e-208c-40ad-83e1-c70bf92a447d" ], "elapsed-time": [ - "4661" + "1780" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,19 +180,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "0269fc90-13aa-4631-8214-9cb663a9c4de" + "18e51204-5647-4036-8dc1-f1bf40cf1797" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175105Z:0269fc90-13aa-4631-8214-9cb663a9c4de" + "NORTHEUROPE:20200806T233730Z:18e51204-5647-4036-8dc1-f1bf40cf1797" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:51:05 GMT" - ], "Content-Length": [ - "541" + "533" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,140 +198,74 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8bd497f9-cd7d-4147-9f3e-4978530407c3" + "47915b23-c796-4109-b7db-78fb86a3ef0d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "8bd497f9-cd7d-4147-9f3e-4978530407c3" - ], - "request-id": [ - "8bd497f9-cd7d-4147-9f3e-4978530407c3" - ], - "elapsed-time": [ - "94" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" - ], - "x-ms-correlation-request-id": [ - "67da8746-d323-41ae-ad4f-7a8b134938c5" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175115Z:67da8746-d323-41ae-ad4f-7a8b134938c5" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:51:15 GMT" - ], - "Content-Length": [ - "541" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3ddfd878-4823-4545-a4ab-a08d1085ac79" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + "Content-Length": [ + "77" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:37:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3ddfd878-4823-4545-a4ab-a08d1085ac79" + "47915b23-c796-4109-b7db-78fb86a3ef0d" ], "request-id": [ - "3ddfd878-4823-4545-a4ab-a08d1085ac79" + "47915b23-c796-4109-b7db-78fb86a3ef0d" ], "elapsed-time": [ - "57" + "5191" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" ], "x-ms-correlation-request-id": [ - "3c1ba3a7-24ef-4418-afdd-7bb7d1818362" + "af655043-b869-450f-bda9-2f2bb47701c6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175126Z:3c1ba3a7-24ef-4418-afdd-7bb7d1818362" + "NORTHEUROPE:20200806T233735Z:af655043-b869-450f-bda9-2f2bb47701c6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:51:26 GMT" - ], "Content-Length": [ "541" ], @@ -342,68 +276,74 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9545b9ca-855a-4d23-a3d3-205b65c88c22" + "30ad5c5f-2db0-48e8-8872-43f808b9a1a0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "77" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:01:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9545b9ca-855a-4d23-a3d3-205b65c88c22" + "30ad5c5f-2db0-48e8-8872-43f808b9a1a0" ], "request-id": [ - "9545b9ca-855a-4d23-a3d3-205b65c88c22" + "30ad5c5f-2db0-48e8-8872-43f808b9a1a0" ], "elapsed-time": [ - "58" + "5532" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" ], "x-ms-correlation-request-id": [ - "98d23380-2fcd-43f6-92a4-b273a2ae36a8" + "b722db3c-970b-4075-a9af-ebddf600fa58" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175136Z:98d23380-2fcd-43f6-92a4-b273a2ae36a8" + "NORTHEUROPE:20200807T000151Z:b722db3c-970b-4075-a9af-ebddf600fa58" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:51:36 GMT" - ], "Content-Length": [ "541" ], @@ -414,25 +354,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f837e877-8b17-4a8d-b889-c22a0d017e76" + "2de05833-8eb6-44d0-8e38-077b35bf4c25" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -440,42 +380,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:37:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f837e877-8b17-4a8d-b889-c22a0d017e76" + "2de05833-8eb6-44d0-8e38-077b35bf4c25" ], "request-id": [ - "f837e877-8b17-4a8d-b889-c22a0d017e76" + "2de05833-8eb6-44d0-8e38-077b35bf4c25" ], "elapsed-time": [ - "98" + "318" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14960" ], "x-ms-correlation-request-id": [ - "48e8e8d1-5b4b-463c-92da-ec84a7e78fd0" + "77409023-28fa-4c26-b4a0-a710bdb5f4e5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175146Z:48e8e8d1-5b4b-463c-92da-ec84a7e78fd0" + "NORTHEUROPE:20200806T233746Z:77409023-28fa-4c26-b4a0-a710bdb5f4e5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:51:46 GMT" - ], "Content-Length": [ "541" ], @@ -486,25 +426,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c349a3db-2d42-4cd8-a5a2-f15b7b166b38" + "e7d3229b-ec29-4f3f-b0a4-58f5a7fad56d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -512,42 +452,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:37:56 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c349a3db-2d42-4cd8-a5a2-f15b7b166b38" + "e7d3229b-ec29-4f3f-b0a4-58f5a7fad56d" ], "request-id": [ - "c349a3db-2d42-4cd8-a5a2-f15b7b166b38" + "e7d3229b-ec29-4f3f-b0a4-58f5a7fad56d" ], "elapsed-time": [ - "67" + "316" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14959" ], "x-ms-correlation-request-id": [ - "790cd28f-531f-4ae4-80e9-9d88aa6569c6" + "ee497b31-b448-4f24-b1bc-d3d2c7311399" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175157Z:790cd28f-531f-4ae4-80e9-9d88aa6569c6" + "NORTHEUROPE:20200806T233756Z:ee497b31-b448-4f24-b1bc-d3d2c7311399" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:51:57 GMT" - ], "Content-Length": [ "541" ], @@ -558,25 +498,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "42454938-3159-42a6-b552-aabb1b7b3323" + "9ec4a589-a4e4-4f63-8f44-9a9c8503c7b3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -584,42 +524,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:38:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "42454938-3159-42a6-b552-aabb1b7b3323" + "9ec4a589-a4e4-4f63-8f44-9a9c8503c7b3" ], "request-id": [ - "42454938-3159-42a6-b552-aabb1b7b3323" + "9ec4a589-a4e4-4f63-8f44-9a9c8503c7b3" ], "elapsed-time": [ - "54" + "345" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14958" ], "x-ms-correlation-request-id": [ - "4bfbd12d-ac49-45cb-81eb-e4f4c11c596d" + "93f55df0-184d-46b4-a86e-ceb57fc5eca8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175207Z:4bfbd12d-ac49-45cb-81eb-e4f4c11c596d" + "NORTHEUROPE:20200806T233807Z:93f55df0-184d-46b4-a86e-ceb57fc5eca8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:52:07 GMT" - ], "Content-Length": [ "541" ], @@ -630,25 +570,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5020d59f-27cb-4f42-8e87-dd4bf14420fd" + "3360d196-613f-4844-96a6-840572ee3cb5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -656,42 +596,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:38:17 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5020d59f-27cb-4f42-8e87-dd4bf14420fd" + "3360d196-613f-4844-96a6-840572ee3cb5" ], "request-id": [ - "5020d59f-27cb-4f42-8e87-dd4bf14420fd" + "3360d196-613f-4844-96a6-840572ee3cb5" ], "elapsed-time": [ - "67" + "352" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14957" ], "x-ms-correlation-request-id": [ - "919d1861-26eb-4f3d-8512-e022f5849560" + "f4d246f0-c8ac-499d-85cb-492362b5894c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175218Z:919d1861-26eb-4f3d-8512-e022f5849560" + "NORTHEUROPE:20200806T233817Z:f4d246f0-c8ac-499d-85cb-492362b5894c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:52:18 GMT" - ], "Content-Length": [ "541" ], @@ -702,25 +642,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b8f055e-8e57-49f7-997c-e0ca44372f6a" + "844ce3a1-61b2-458f-9c9d-798f8f6c57be" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -728,42 +668,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:38:28 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2b8f055e-8e57-49f7-997c-e0ca44372f6a" + "844ce3a1-61b2-458f-9c9d-798f8f6c57be" ], "request-id": [ - "2b8f055e-8e57-49f7-997c-e0ca44372f6a" + "844ce3a1-61b2-458f-9c9d-798f8f6c57be" ], "elapsed-time": [ - "61" + "290" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14956" ], "x-ms-correlation-request-id": [ - "d309600b-2935-409c-bd43-d0e172c59cdf" + "8db868fa-8b81-4d4e-acc7-97658bd93f42" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175228Z:d309600b-2935-409c-bd43-d0e172c59cdf" + "NORTHEUROPE:20200806T233828Z:8db868fa-8b81-4d4e-acc7-97658bd93f42" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:52:28 GMT" - ], "Content-Length": [ "541" ], @@ -774,25 +714,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b9a64e26-5779-4bbc-bf67-b1f92afbeda4" + "977de79a-ad18-41b9-bc64-0ebb0a038284" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -800,42 +740,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:38:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b9a64e26-5779-4bbc-bf67-b1f92afbeda4" + "977de79a-ad18-41b9-bc64-0ebb0a038284" ], "request-id": [ - "b9a64e26-5779-4bbc-bf67-b1f92afbeda4" + "977de79a-ad18-41b9-bc64-0ebb0a038284" ], "elapsed-time": [ - "57" + "602" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "14955" ], "x-ms-correlation-request-id": [ - "a5100ad3-6cad-4c3e-bcbc-cd7d6b1bcd79" + "13390954-506b-4104-9136-edf10ad53e17" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175238Z:a5100ad3-6cad-4c3e-bcbc-cd7d6b1bcd79" + "NORTHEUROPE:20200806T233839Z:13390954-506b-4104-9136-edf10ad53e17" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:52:38 GMT" - ], "Content-Length": [ "541" ], @@ -846,25 +786,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d8fada4e-07d0-47c7-be64-6ff4dab49aea" + "a3337f01-f0f6-419d-af43-747a6c768c7e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -872,42 +812,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:38:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d8fada4e-07d0-47c7-be64-6ff4dab49aea" + "a3337f01-f0f6-419d-af43-747a6c768c7e" ], "request-id": [ - "d8fada4e-07d0-47c7-be64-6ff4dab49aea" + "a3337f01-f0f6-419d-af43-747a6c768c7e" ], "elapsed-time": [ - "57" + "499" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "14954" ], "x-ms-correlation-request-id": [ - "e1158e8d-255f-4bbe-b86a-46dbfe34c217" + "7a37d53b-f979-46aa-a5e3-7a7d32117557" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175249Z:e1158e8d-255f-4bbe-b86a-46dbfe34c217" + "NORTHEUROPE:20200806T233850Z:7a37d53b-f979-46aa-a5e3-7a7d32117557" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:52:49 GMT" - ], "Content-Length": [ "541" ], @@ -918,25 +858,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "17c61f0f-35ff-43f0-919c-fb0f617bc409" + "f82b46ec-ed35-41d8-b22c-2a1c2eca1f73" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -944,42 +884,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:39:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "17c61f0f-35ff-43f0-919c-fb0f617bc409" + "f82b46ec-ed35-41d8-b22c-2a1c2eca1f73" ], "request-id": [ - "17c61f0f-35ff-43f0-919c-fb0f617bc409" + "f82b46ec-ed35-41d8-b22c-2a1c2eca1f73" ], "elapsed-time": [ - "164" + "288" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "14953" ], "x-ms-correlation-request-id": [ - "e23b6d57-adaf-442c-aa03-d3af240848d9" + "69a03e4e-1a53-449b-b5c5-1680cf0e3c3d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175259Z:e23b6d57-adaf-442c-aa03-d3af240848d9" + "NORTHEUROPE:20200806T233900Z:69a03e4e-1a53-449b-b5c5-1680cf0e3c3d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:52:58 GMT" - ], "Content-Length": [ "541" ], @@ -990,25 +930,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ff7c31d8-2a21-4ea2-9346-323b4462e6a3" + "baf5cb4a-cb03-4457-ad69-a7e3a76fdceb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1016,42 +956,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:39:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ff7c31d8-2a21-4ea2-9346-323b4462e6a3" + "baf5cb4a-cb03-4457-ad69-a7e3a76fdceb" ], "request-id": [ - "ff7c31d8-2a21-4ea2-9346-323b4462e6a3" + "baf5cb4a-cb03-4457-ad69-a7e3a76fdceb" ], "elapsed-time": [ - "53" + "346" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "14952" ], "x-ms-correlation-request-id": [ - "10e16639-0e01-47cd-8374-fbf3cce85ba7" + "cd7ecf46-68e1-43fa-95c9-c5006941404d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175309Z:10e16639-0e01-47cd-8374-fbf3cce85ba7" + "NORTHEUROPE:20200806T233911Z:cd7ecf46-68e1-43fa-95c9-c5006941404d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:53:09 GMT" - ], "Content-Length": [ "541" ], @@ -1062,25 +1002,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2c8268bf-cab3-42d0-8c21-3172c5b27aa5" + "e2acb352-81d5-4676-8f5b-387a6385f925" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1088,42 +1028,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:39:21 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2c8268bf-cab3-42d0-8c21-3172c5b27aa5" + "e2acb352-81d5-4676-8f5b-387a6385f925" ], "request-id": [ - "2c8268bf-cab3-42d0-8c21-3172c5b27aa5" + "e2acb352-81d5-4676-8f5b-387a6385f925" ], "elapsed-time": [ - "62" + "373" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "14951" ], "x-ms-correlation-request-id": [ - "5d02ad65-f700-4d42-ab43-60246e11d8ba" + "874dc751-c264-4c0e-a1c9-6d8a7af0f1e9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175320Z:5d02ad65-f700-4d42-ab43-60246e11d8ba" + "NORTHEUROPE:20200806T233921Z:874dc751-c264-4c0e-a1c9-6d8a7af0f1e9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:53:20 GMT" - ], "Content-Length": [ "541" ], @@ -1134,25 +1074,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d0776990-2f5e-4049-8d4c-a001730b858e" + "142c0721-5b95-40a6-9fac-12089308637c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1160,42 +1100,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:39:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d0776990-2f5e-4049-8d4c-a001730b858e" + "142c0721-5b95-40a6-9fac-12089308637c" ], "request-id": [ - "d0776990-2f5e-4049-8d4c-a001730b858e" + "142c0721-5b95-40a6-9fac-12089308637c" ], "elapsed-time": [ - "96" + "835" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "14950" ], "x-ms-correlation-request-id": [ - "b296b4a9-d44b-444e-9336-e051500ef2a8" + "79ca3a7c-3382-4844-929f-bd0d0b9ce88b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175330Z:b296b4a9-d44b-444e-9336-e051500ef2a8" + "NORTHEUROPE:20200806T233932Z:79ca3a7c-3382-4844-929f-bd0d0b9ce88b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:53:30 GMT" - ], "Content-Length": [ "541" ], @@ -1206,25 +1146,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cb7030ad-397c-4f96-ac7b-7923c30bc42c" + "95fa6d79-0283-4676-948a-3f69aa7d4731" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1232,42 +1172,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:39:42 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "cb7030ad-397c-4f96-ac7b-7923c30bc42c" + "95fa6d79-0283-4676-948a-3f69aa7d4731" ], "request-id": [ - "cb7030ad-397c-4f96-ac7b-7923c30bc42c" + "95fa6d79-0283-4676-948a-3f69aa7d4731" ], "elapsed-time": [ - "58" + "329" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "14949" ], "x-ms-correlation-request-id": [ - "6ac09303-9a06-4e4c-bead-358177f20508" + "cdb010f3-9b8b-4a81-a5f5-3b54461eefbc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175340Z:6ac09303-9a06-4e4c-bead-358177f20508" + "NORTHEUROPE:20200806T233943Z:cdb010f3-9b8b-4a81-a5f5-3b54461eefbc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:53:40 GMT" - ], "Content-Length": [ "541" ], @@ -1278,25 +1218,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "97d22bd2-8b2e-4215-b410-9fb035d7285f" + "fad1c81a-abca-4076-a426-12ef0c9c24a1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1304,42 +1244,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:39:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "97d22bd2-8b2e-4215-b410-9fb035d7285f" + "fad1c81a-abca-4076-a426-12ef0c9c24a1" ], "request-id": [ - "97d22bd2-8b2e-4215-b410-9fb035d7285f" + "fad1c81a-abca-4076-a426-12ef0c9c24a1" ], "elapsed-time": [ - "103" + "285" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "14948" ], "x-ms-correlation-request-id": [ - "462dc60f-3802-4054-9cc3-5c886ebc59dc" + "9ebe4648-1adb-458d-880c-6da525996d53" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175351Z:462dc60f-3802-4054-9cc3-5c886ebc59dc" + "NORTHEUROPE:20200806T233953Z:9ebe4648-1adb-458d-880c-6da525996d53" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:53:50 GMT" - ], "Content-Length": [ "541" ], @@ -1350,25 +1290,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "479239b0-02d6-43d6-8ac1-2d625ad8ae8b" + "2caa9e87-bbfb-49ea-a6c6-06ef933d8e1b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1376,42 +1316,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:40:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "479239b0-02d6-43d6-8ac1-2d625ad8ae8b" + "2caa9e87-bbfb-49ea-a6c6-06ef933d8e1b" ], "request-id": [ - "479239b0-02d6-43d6-8ac1-2d625ad8ae8b" + "2caa9e87-bbfb-49ea-a6c6-06ef933d8e1b" ], "elapsed-time": [ - "59" + "317" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "14974" ], "x-ms-correlation-request-id": [ - "67b955d2-d85a-4d5a-bc65-f01219df703e" + "c1988fc5-afee-4984-9ec5-cc9c12b29619" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175401Z:67b955d2-d85a-4d5a-bc65-f01219df703e" + "NORTHEUROPE:20200806T234004Z:c1988fc5-afee-4984-9ec5-cc9c12b29619" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:54:00 GMT" - ], "Content-Length": [ "541" ], @@ -1422,25 +1362,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5b0550ae-7bf0-46a6-b2d4-c4b6390473e2" + "aa7b3874-727c-443b-9164-60673651e350" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1448,42 +1388,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:40:14 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5b0550ae-7bf0-46a6-b2d4-c4b6390473e2" + "aa7b3874-727c-443b-9164-60673651e350" ], "request-id": [ - "5b0550ae-7bf0-46a6-b2d4-c4b6390473e2" + "aa7b3874-727c-443b-9164-60673651e350" ], "elapsed-time": [ - "59" + "301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "14973" ], "x-ms-correlation-request-id": [ - "7df27104-a9ef-4d46-9c01-09e0e2bf06e1" + "b288a485-e93d-42ab-8a1a-5406c5be5c99" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175411Z:7df27104-a9ef-4d46-9c01-09e0e2bf06e1" + "NORTHEUROPE:20200806T234014Z:b288a485-e93d-42ab-8a1a-5406c5be5c99" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:54:10 GMT" - ], "Content-Length": [ "541" ], @@ -1494,25 +1434,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76bdc6e3-b201-4a7a-b62b-45fe96ce37b2" + "76369351-d6bc-4f5e-98b2-3bdf4a804059" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1520,42 +1460,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:40:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "76bdc6e3-b201-4a7a-b62b-45fe96ce37b2" + "76369351-d6bc-4f5e-98b2-3bdf4a804059" ], "request-id": [ - "76bdc6e3-b201-4a7a-b62b-45fe96ce37b2" + "76369351-d6bc-4f5e-98b2-3bdf4a804059" ], "elapsed-time": [ - "52" + "286" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" + "14972" ], "x-ms-correlation-request-id": [ - "1ad3e8d1-ce70-4d52-abbb-63a232a93d14" + "c741f221-a878-4f1f-894c-39b62ea1c453" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175421Z:1ad3e8d1-ce70-4d52-abbb-63a232a93d14" + "NORTHEUROPE:20200806T234025Z:c741f221-a878-4f1f-894c-39b62ea1c453" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:54:21 GMT" - ], "Content-Length": [ "541" ], @@ -1566,25 +1506,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "edd82dc2-0d39-4931-a91c-af83c9ed64bc" + "f1d2242e-073c-418c-92ff-72d268164801" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1592,42 +1532,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:40:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "edd82dc2-0d39-4931-a91c-af83c9ed64bc" + "f1d2242e-073c-418c-92ff-72d268164801" ], "request-id": [ - "edd82dc2-0d39-4931-a91c-af83c9ed64bc" + "f1d2242e-073c-418c-92ff-72d268164801" ], "elapsed-time": [ - "149" + "475" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" + "14971" ], "x-ms-correlation-request-id": [ - "c1a82fd9-b491-41bd-b050-9a0f34329b9e" + "36c36888-77fd-4bd0-b37a-0e56cdd66945" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175432Z:c1a82fd9-b491-41bd-b050-9a0f34329b9e" + "NORTHEUROPE:20200806T234036Z:36c36888-77fd-4bd0-b37a-0e56cdd66945" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:54:32 GMT" - ], "Content-Length": [ "541" ], @@ -1638,25 +1578,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5b74032-bb94-456a-9b99-758d3a43c966" + "7be8bc94-5e8e-411e-89b2-0165fbe176ad" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1664,42 +1604,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:40:46 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c5b74032-bb94-456a-9b99-758d3a43c966" + "7be8bc94-5e8e-411e-89b2-0165fbe176ad" ], "request-id": [ - "c5b74032-bb94-456a-9b99-758d3a43c966" + "7be8bc94-5e8e-411e-89b2-0165fbe176ad" ], "elapsed-time": [ - "61" + "319" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" + "14970" ], "x-ms-correlation-request-id": [ - "08f1bdf2-876e-47ac-b98a-6a8a08c50aa7" + "62196c53-3db3-48f7-b0f4-ad45a14b9763" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175442Z:08f1bdf2-876e-47ac-b98a-6a8a08c50aa7" + "NORTHEUROPE:20200806T234046Z:62196c53-3db3-48f7-b0f4-ad45a14b9763" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:54:42 GMT" - ], "Content-Length": [ "541" ], @@ -1710,25 +1650,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9dd8838c-ddbe-4e47-968c-525079d9c8bc" + "636e99b1-b2ab-4b2e-b51b-2621f42bd68a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1736,42 +1676,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:40:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9dd8838c-ddbe-4e47-968c-525079d9c8bc" + "636e99b1-b2ab-4b2e-b51b-2621f42bd68a" ], "request-id": [ - "9dd8838c-ddbe-4e47-968c-525079d9c8bc" + "636e99b1-b2ab-4b2e-b51b-2621f42bd68a" ], "elapsed-time": [ - "59" + "320" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" + "14969" ], "x-ms-correlation-request-id": [ - "fe93352a-ac11-4bb9-b6d4-5c1a8ec3bcbb" + "9c4ff9ec-8615-4267-9ef1-6d261afd1f21" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175452Z:fe93352a-ac11-4bb9-b6d4-5c1a8ec3bcbb" + "NORTHEUROPE:20200806T234057Z:9c4ff9ec-8615-4267-9ef1-6d261afd1f21" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:54:52 GMT" - ], "Content-Length": [ "541" ], @@ -1782,25 +1722,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5c1193a-8b9a-457e-82c4-b7897fe2f2e0" + "f08541e4-aded-433b-8589-a4d93c614237" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1808,42 +1748,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:41:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e5c1193a-8b9a-457e-82c4-b7897fe2f2e0" + "f08541e4-aded-433b-8589-a4d93c614237" ], "request-id": [ - "e5c1193a-8b9a-457e-82c4-b7897fe2f2e0" + "f08541e4-aded-433b-8589-a4d93c614237" ], "elapsed-time": [ - "77" + "551" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" + "14968" ], "x-ms-correlation-request-id": [ - "80236b4d-03c9-4d3b-9108-d9fad6e25d79" + "eb7d805f-57ef-4c78-8add-d409c4eff465" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175504Z:80236b4d-03c9-4d3b-9108-d9fad6e25d79" + "NORTHEUROPE:20200806T234108Z:eb7d805f-57ef-4c78-8add-d409c4eff465" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:55:04 GMT" - ], "Content-Length": [ "541" ], @@ -1854,25 +1794,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "61561934-0ead-4e91-a9a6-cdb41e3baf15" + "c9fd3ac6-1daf-47f8-a8fb-675915a5c7da" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1880,42 +1820,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:41:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "61561934-0ead-4e91-a9a6-cdb41e3baf15" + "c9fd3ac6-1daf-47f8-a8fb-675915a5c7da" ], "request-id": [ - "61561934-0ead-4e91-a9a6-cdb41e3baf15" + "c9fd3ac6-1daf-47f8-a8fb-675915a5c7da" ], "elapsed-time": [ - "88" + "294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" + "14967" ], "x-ms-correlation-request-id": [ - "a25662ea-a1cc-44b4-acf2-3d781310ada9" + "ef991c6f-05c5-4097-8586-8ab1cb5b79e5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175514Z:a25662ea-a1cc-44b4-acf2-3d781310ada9" + "NORTHEUROPE:20200806T234118Z:ef991c6f-05c5-4097-8586-8ab1cb5b79e5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:55:14 GMT" - ], "Content-Length": [ "541" ], @@ -1926,25 +1866,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "57aba8aa-0fa8-4bf3-9497-a0100481f2bd" + "63565491-278a-4fcc-9e87-8a4a56462c5d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1952,42 +1892,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:41:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "57aba8aa-0fa8-4bf3-9497-a0100481f2bd" + "63565491-278a-4fcc-9e87-8a4a56462c5d" ], "request-id": [ - "57aba8aa-0fa8-4bf3-9497-a0100481f2bd" + "63565491-278a-4fcc-9e87-8a4a56462c5d" ], "elapsed-time": [ - "73" + "386" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" + "14966" ], "x-ms-correlation-request-id": [ - "1e70ca11-a4ca-4840-a4ee-67805253d819" + "217ef017-672d-4d93-9cc0-e78168797549" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175524Z:1e70ca11-a4ca-4840-a4ee-67805253d819" + "NORTHEUROPE:20200806T234130Z:217ef017-672d-4d93-9cc0-e78168797549" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:55:24 GMT" - ], "Content-Length": [ "541" ], @@ -1998,25 +1938,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c84a1c79-b4b3-411e-ab84-2265b42088c2" + "1535cc33-8e6c-4668-b3ca-fe3400ab8d32" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2024,42 +1964,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:41:39 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c84a1c79-b4b3-411e-ab84-2265b42088c2" + "1535cc33-8e6c-4668-b3ca-fe3400ab8d32" ], "request-id": [ - "c84a1c79-b4b3-411e-ab84-2265b42088c2" + "1535cc33-8e6c-4668-b3ca-fe3400ab8d32" ], "elapsed-time": [ - "54" + "296" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" + "14965" ], "x-ms-correlation-request-id": [ - "1c38862d-af6b-4ba4-9163-67926ce98da6" + "9073d9aa-5bb9-47bb-af17-e1469ac7daa2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175535Z:1c38862d-af6b-4ba4-9163-67926ce98da6" + "NORTHEUROPE:20200806T234140Z:9073d9aa-5bb9-47bb-af17-e1469ac7daa2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:55:34 GMT" - ], "Content-Length": [ "541" ], @@ -2070,25 +2010,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5454f7b8-7a40-47c1-adcc-a130f6a588b2" + "30a4e05e-d77a-4979-846d-b1328836fb72" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2096,42 +2036,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:41:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5454f7b8-7a40-47c1-adcc-a130f6a588b2" + "30a4e05e-d77a-4979-846d-b1328836fb72" ], "request-id": [ - "5454f7b8-7a40-47c1-adcc-a130f6a588b2" + "30a4e05e-d77a-4979-846d-b1328836fb72" ], "elapsed-time": [ - "180" + "353" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" + "14964" ], "x-ms-correlation-request-id": [ - "c6511996-f750-4d3d-af32-1d520ae0b5f1" + "f5a8cb09-f217-46aa-ae4b-097d3480985e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175545Z:c6511996-f750-4d3d-af32-1d520ae0b5f1" + "NORTHEUROPE:20200806T234151Z:f5a8cb09-f217-46aa-ae4b-097d3480985e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:55:45 GMT" - ], "Content-Length": [ "541" ], @@ -2142,25 +2082,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f42507b-e177-427b-a6e7-83e54a7a3e0e" + "e114d558-c68c-421d-8bfa-c74525a51508" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2168,42 +2108,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:42:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8f42507b-e177-427b-a6e7-83e54a7a3e0e" + "e114d558-c68c-421d-8bfa-c74525a51508" ], "request-id": [ - "8f42507b-e177-427b-a6e7-83e54a7a3e0e" + "e114d558-c68c-421d-8bfa-c74525a51508" ], "elapsed-time": [ - "56" + "276" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" + "14963" ], "x-ms-correlation-request-id": [ - "ec1c5cfc-e56a-4e6d-a648-ed00b0dc2d22" + "a9e88f56-4fd4-4ae2-b820-42beb1a7dfb0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175555Z:ec1c5cfc-e56a-4e6d-a648-ed00b0dc2d22" + "NORTHEUROPE:20200806T234201Z:a9e88f56-4fd4-4ae2-b820-42beb1a7dfb0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:55:55 GMT" - ], "Content-Length": [ "541" ], @@ -2214,25 +2154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d3788781-586a-47b8-8678-189222265840" + "edbc0b97-8317-4985-8e1f-ffe95d222e0c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2240,42 +2180,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:42:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d3788781-586a-47b8-8678-189222265840" + "edbc0b97-8317-4985-8e1f-ffe95d222e0c" ], "request-id": [ - "d3788781-586a-47b8-8678-189222265840" + "edbc0b97-8317-4985-8e1f-ffe95d222e0c" ], "elapsed-time": [ - "58" + "336" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" + "14962" ], "x-ms-correlation-request-id": [ - "431b1b6f-4148-4ae9-ae74-70b41f9ea16a" + "a38f228e-6d04-418c-a6c3-1dc1624fbcb7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175606Z:431b1b6f-4148-4ae9-ae74-70b41f9ea16a" + "NORTHEUROPE:20200806T234212Z:a38f228e-6d04-418c-a6c3-1dc1624fbcb7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:56:05 GMT" - ], "Content-Length": [ "541" ], @@ -2286,25 +2226,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1484b330-ec77-4f91-aea1-8a9a80598ba0" + "2452d239-50f5-43b6-9722-9d76f3892fb9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2312,42 +2252,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:42:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1484b330-ec77-4f91-aea1-8a9a80598ba0" + "2452d239-50f5-43b6-9722-9d76f3892fb9" ], "request-id": [ - "1484b330-ec77-4f91-aea1-8a9a80598ba0" + "2452d239-50f5-43b6-9722-9d76f3892fb9" ], "elapsed-time": [ - "79" + "315" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" + "14961" ], "x-ms-correlation-request-id": [ - "3130d26b-c853-47eb-928f-1cc9a2ed7ae8" + "dae1013a-5502-4f83-904e-5c875fbdc304" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175616Z:3130d26b-c853-47eb-928f-1cc9a2ed7ae8" + "NORTHEUROPE:20200806T234222Z:dae1013a-5502-4f83-904e-5c875fbdc304" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:56:15 GMT" - ], "Content-Length": [ "541" ], @@ -2358,25 +2298,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b4cbba2-9a50-41ee-a3cd-975cdaab1e03" + "cbf3b09d-dc72-4535-8155-c5a7631f0e93" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2384,42 +2324,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:42:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3b4cbba2-9a50-41ee-a3cd-975cdaab1e03" + "cbf3b09d-dc72-4535-8155-c5a7631f0e93" ], "request-id": [ - "3b4cbba2-9a50-41ee-a3cd-975cdaab1e03" + "cbf3b09d-dc72-4535-8155-c5a7631f0e93" ], "elapsed-time": [ - "57" + "301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" + "14960" ], "x-ms-correlation-request-id": [ - "bd36a4df-5502-4523-bc75-36ec71ae0537" + "fbda3520-826b-497d-a23c-3123b8cffbbb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175626Z:bd36a4df-5502-4523-bc75-36ec71ae0537" + "NORTHEUROPE:20200806T234233Z:fbda3520-826b-497d-a23c-3123b8cffbbb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 17:56:25 GMT" - ], "Content-Length": [ "541" ], @@ -2430,25 +2370,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b9dd36d0-612f-4092-a1df-be2ca3a59054" + "d6bc4503-d5fa-4698-b099-b009c7beaa2e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2456,15306 +2396,42 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b9dd36d0-612f-4092-a1df-be2ca3a59054" - ], - "request-id": [ - "b9dd36d0-612f-4092-a1df-be2ca3a59054" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-correlation-request-id": [ - "089a435f-36b5-4eb0-9e3e-59fea54b43f4" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175637Z:089a435f-36b5-4eb0-9e3e-59fea54b43f4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:56:36 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6a41853e-736b-44dd-bffb-b2fc11665631" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "6a41853e-736b-44dd-bffb-b2fc11665631" - ], - "request-id": [ - "6a41853e-736b-44dd-bffb-b2fc11665631" - ], - "elapsed-time": [ - "93" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-correlation-request-id": [ - "8bf3fb5f-9376-439b-a4c6-c06247c321c6" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175647Z:8bf3fb5f-9376-439b-a4c6-c06247c321c6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:56:46 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c9c81925-b14d-4624-8b08-a418a04b009c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c9c81925-b14d-4624-8b08-a418a04b009c" - ], - "request-id": [ - "c9c81925-b14d-4624-8b08-a418a04b009c" - ], - "elapsed-time": [ - "55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-correlation-request-id": [ - "0c785b02-25db-464c-b16c-8ccf5ccfa884" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175657Z:0c785b02-25db-464c-b16c-8ccf5ccfa884" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:56:57 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d7034d49-ca92-4237-b536-fd67ce23a8d9" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "d7034d49-ca92-4237-b536-fd67ce23a8d9" - ], - "request-id": [ - "d7034d49-ca92-4237-b536-fd67ce23a8d9" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-correlation-request-id": [ - "a4bf758f-6b8b-4310-9edb-1bdffc899afb" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175707Z:a4bf758f-6b8b-4310-9edb-1bdffc899afb" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:57:07 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "332060ad-2934-40fe-99e6-8abfaf0ac26a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "332060ad-2934-40fe-99e6-8abfaf0ac26a" - ], - "request-id": [ - "332060ad-2934-40fe-99e6-8abfaf0ac26a" - ], - "elapsed-time": [ - "63" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-correlation-request-id": [ - "3f0678e5-8023-47b5-ad72-170c010f2f29" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175718Z:3f0678e5-8023-47b5-ad72-170c010f2f29" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:57:18 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ca54b1ca-2dec-4752-b36b-3be36bfb8179" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ca54b1ca-2dec-4752-b36b-3be36bfb8179" - ], - "request-id": [ - "ca54b1ca-2dec-4752-b36b-3be36bfb8179" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-correlation-request-id": [ - "df2dae01-c889-486c-b9ff-462efa30afd0" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175728Z:df2dae01-c889-486c-b9ff-462efa30afd0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:57:28 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3992b38e-6ad3-4a41-9c8b-29bb2af10aa2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3992b38e-6ad3-4a41-9c8b-29bb2af10aa2" - ], - "request-id": [ - "3992b38e-6ad3-4a41-9c8b-29bb2af10aa2" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-correlation-request-id": [ - "6a01ebb2-360d-456b-907d-d398d1877c9f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175738Z:6a01ebb2-360d-456b-907d-d398d1877c9f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:57:37 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "62c0763c-8d47-4fe1-ad45-f3e579bddbba" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "62c0763c-8d47-4fe1-ad45-f3e579bddbba" - ], - "request-id": [ - "62c0763c-8d47-4fe1-ad45-f3e579bddbba" - ], - "elapsed-time": [ - "97" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-correlation-request-id": [ - "4375e50d-4f9b-4f76-a19d-0060ca61c146" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175749Z:4375e50d-4f9b-4f76-a19d-0060ca61c146" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:57:48 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5461906b-b8dc-463f-8eff-2727d6c646b2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "5461906b-b8dc-463f-8eff-2727d6c646b2" - ], - "request-id": [ - "5461906b-b8dc-463f-8eff-2727d6c646b2" - ], - "elapsed-time": [ - "93" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-correlation-request-id": [ - "25e67eeb-79c1-425c-9170-ec37666e9f6e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175759Z:25e67eeb-79c1-425c-9170-ec37666e9f6e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:57:59 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c1008ed8-7978-4e6e-9679-b2d60e0083b0" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c1008ed8-7978-4e6e-9679-b2d60e0083b0" - ], - "request-id": [ - "c1008ed8-7978-4e6e-9679-b2d60e0083b0" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-correlation-request-id": [ - "8a705f65-d5c9-46b9-b693-930a1c5af810" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175809Z:8a705f65-d5c9-46b9-b693-930a1c5af810" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:58:09 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1cb6b684-c435-4903-b22e-839175e6eb3c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "1cb6b684-c435-4903-b22e-839175e6eb3c" - ], - "request-id": [ - "1cb6b684-c435-4903-b22e-839175e6eb3c" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-correlation-request-id": [ - "19e3d009-e2a8-4655-8aac-9b440490c54c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175820Z:19e3d009-e2a8-4655-8aac-9b440490c54c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:58:20 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "47301c9d-8acd-46e8-9890-476b8efb05ae" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "47301c9d-8acd-46e8-9890-476b8efb05ae" - ], - "request-id": [ - "47301c9d-8acd-46e8-9890-476b8efb05ae" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-correlation-request-id": [ - "6e5e4772-42eb-4c17-9d3a-c78f37344845" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175830Z:6e5e4772-42eb-4c17-9d3a-c78f37344845" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:58:30 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a7c551c0-cb02-425a-b842-25066da8534e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "a7c551c0-cb02-425a-b842-25066da8534e" - ], - "request-id": [ - "a7c551c0-cb02-425a-b842-25066da8534e" - ], - "elapsed-time": [ - "59" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-correlation-request-id": [ - "0f33941b-2818-4bd1-aafb-9578d2c7c52d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175840Z:0f33941b-2818-4bd1-aafb-9578d2c7c52d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:58:40 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7c8b6488-de21-410b-91a4-19a6b640957c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "7c8b6488-de21-410b-91a4-19a6b640957c" - ], - "request-id": [ - "7c8b6488-de21-410b-91a4-19a6b640957c" - ], - "elapsed-time": [ - "77" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-correlation-request-id": [ - "30269b44-2483-47a2-bec9-be420575eec6" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175851Z:30269b44-2483-47a2-bec9-be420575eec6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:58:50 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c3e545c0-380e-46f5-91a9-16ff5ca0098f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c3e545c0-380e-46f5-91a9-16ff5ca0098f" - ], - "request-id": [ - "c3e545c0-380e-46f5-91a9-16ff5ca0098f" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-correlation-request-id": [ - "938c4c55-0da9-42a3-9943-9c0e4c0a8d26" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175901Z:938c4c55-0da9-42a3-9943-9c0e4c0a8d26" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:59:00 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7ea3040e-6411-4976-8e71-d6121d84fb81" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "7ea3040e-6411-4976-8e71-d6121d84fb81" - ], - "request-id": [ - "7ea3040e-6411-4976-8e71-d6121d84fb81" - ], - "elapsed-time": [ - "55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-correlation-request-id": [ - "cfb92e1a-fd34-44b1-8a7f-f77bbfb082f0" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175912Z:cfb92e1a-fd34-44b1-8a7f-f77bbfb082f0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:59:11 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ef8c146a-dd17-4415-a507-c067ce39b5bf" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ef8c146a-dd17-4415-a507-c067ce39b5bf" - ], - "request-id": [ - "ef8c146a-dd17-4415-a507-c067ce39b5bf" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-correlation-request-id": [ - "dd7f3419-c47b-4d57-b1b3-9e5205d4a178" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175922Z:dd7f3419-c47b-4d57-b1b3-9e5205d4a178" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:59:22 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "78613551-52ac-45b7-a06b-efba142f93b6" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "78613551-52ac-45b7-a06b-efba142f93b6" - ], - "request-id": [ - "78613551-52ac-45b7-a06b-efba142f93b6" - ], - "elapsed-time": [ - "70" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-correlation-request-id": [ - "54afefda-915d-44a7-92ce-ccc166bae751" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175933Z:54afefda-915d-44a7-92ce-ccc166bae751" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:59:32 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b29633c2-0f79-4afd-aad8-eb7181c14d85" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b29633c2-0f79-4afd-aad8-eb7181c14d85" - ], - "request-id": [ - "b29633c2-0f79-4afd-aad8-eb7181c14d85" - ], - "elapsed-time": [ - "55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-correlation-request-id": [ - "16ddeb42-9c1f-4028-be14-c1069487bb7d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175943Z:16ddeb42-9c1f-4028-be14-c1069487bb7d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:59:43 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a31af0d0-03f6-4ced-90e4-97314e79e3f2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "a31af0d0-03f6-4ced-90e4-97314e79e3f2" - ], - "request-id": [ - "a31af0d0-03f6-4ced-90e4-97314e79e3f2" - ], - "elapsed-time": [ - "62" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-correlation-request-id": [ - "9ea237c4-785a-445c-9f0a-792fc51cfdcc" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T175953Z:9ea237c4-785a-445c-9f0a-792fc51cfdcc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 17:59:53 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8e89f2d4-4d33-4802-b13c-c2774018d4dc" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "8e89f2d4-4d33-4802-b13c-c2774018d4dc" - ], - "request-id": [ - "8e89f2d4-4d33-4802-b13c-c2774018d4dc" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-correlation-request-id": [ - "b8f6903d-d815-46ef-a4d4-8fe8534b5f69" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180004Z:b8f6903d-d815-46ef-a4d4-8fe8534b5f69" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:00:04 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3a3390f5-23b2-4fba-aea1-98a7644054a7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3a3390f5-23b2-4fba-aea1-98a7644054a7" - ], - "request-id": [ - "3a3390f5-23b2-4fba-aea1-98a7644054a7" - ], - "elapsed-time": [ - "62" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-correlation-request-id": [ - "e0f3f240-8338-4075-bc7d-4370671fbb92" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180014Z:e0f3f240-8338-4075-bc7d-4370671fbb92" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:00:14 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "bc6a1960-be8e-4e40-9ee1-a28bbf91023f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "bc6a1960-be8e-4e40-9ee1-a28bbf91023f" - ], - "request-id": [ - "bc6a1960-be8e-4e40-9ee1-a28bbf91023f" - ], - "elapsed-time": [ - "55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-correlation-request-id": [ - "37acf837-fab7-46ce-85fb-22c5efe70e96" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180024Z:37acf837-fab7-46ce-85fb-22c5efe70e96" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:00:23 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2e574e58-d7e9-403f-9b19-905a984609c0" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "2e574e58-d7e9-403f-9b19-905a984609c0" - ], - "request-id": [ - "2e574e58-d7e9-403f-9b19-905a984609c0" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-correlation-request-id": [ - "5485503c-7e4a-4bfe-8b29-75706a02f805" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180035Z:5485503c-7e4a-4bfe-8b29-75706a02f805" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:00:34 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8c84a3db-91e7-4680-ac33-d474d03ca822" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "8c84a3db-91e7-4680-ac33-d474d03ca822" - ], - "request-id": [ - "8c84a3db-91e7-4680-ac33-d474d03ca822" - ], - "elapsed-time": [ - "61" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-correlation-request-id": [ - "aa9a0698-a18e-43ab-b536-fbe34d7e9756" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180045Z:aa9a0698-a18e-43ab-b536-fbe34d7e9756" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:00:45 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8f5a4d20-ff06-46a2-8fd9-2614da21676c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "8f5a4d20-ff06-46a2-8fd9-2614da21676c" - ], - "request-id": [ - "8f5a4d20-ff06-46a2-8fd9-2614da21676c" - ], - "elapsed-time": [ - "89" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-correlation-request-id": [ - "2f3b709f-59d0-4ea7-b0d4-ac855e9afb1c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180055Z:2f3b709f-59d0-4ea7-b0d4-ac855e9afb1c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:00:55 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fa6359a0-ba97-40eb-9141-decdd5fbd7f4" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "fa6359a0-ba97-40eb-9141-decdd5fbd7f4" - ], - "request-id": [ - "fa6359a0-ba97-40eb-9141-decdd5fbd7f4" - ], - "elapsed-time": [ - "62" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-correlation-request-id": [ - "13594283-139d-4c66-8356-a2088aeb8b28" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180105Z:13594283-139d-4c66-8356-a2088aeb8b28" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:01:05 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0e977975-a80b-44dc-99d8-9e89f8e916cf" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "0e977975-a80b-44dc-99d8-9e89f8e916cf" - ], - "request-id": [ - "0e977975-a80b-44dc-99d8-9e89f8e916cf" - ], - "elapsed-time": [ - "63" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-correlation-request-id": [ - "d299987b-597f-4a82-a72d-44203b43e5ae" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180116Z:d299987b-597f-4a82-a72d-44203b43e5ae" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:01:15 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2ecf4e8e-7472-4830-94ce-7cf2c9c5cc57" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "2ecf4e8e-7472-4830-94ce-7cf2c9c5cc57" - ], - "request-id": [ - "2ecf4e8e-7472-4830-94ce-7cf2c9c5cc57" - ], - "elapsed-time": [ - "68" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-correlation-request-id": [ - "d4ada343-0020-4eaa-831a-41e4597a15b5" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180126Z:d4ada343-0020-4eaa-831a-41e4597a15b5" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:01:25 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "44202e0e-5189-4d30-87ba-c55743a40335" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "44202e0e-5189-4d30-87ba-c55743a40335" - ], - "request-id": [ - "44202e0e-5189-4d30-87ba-c55743a40335" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-correlation-request-id": [ - "6b45fc7e-a96a-45ca-823a-9b54dd44b160" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180136Z:6b45fc7e-a96a-45ca-823a-9b54dd44b160" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:01:36 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "708cdb39-06ec-441d-ba42-354ba00b7a64" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "708cdb39-06ec-441d-ba42-354ba00b7a64" - ], - "request-id": [ - "708cdb39-06ec-441d-ba42-354ba00b7a64" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-correlation-request-id": [ - "9ba53a09-a502-493e-82ba-d0cd3d6391e2" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180147Z:9ba53a09-a502-493e-82ba-d0cd3d6391e2" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:01:47 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "4d54a2b0-a624-4894-a77a-0c3e7efd1cb1" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "4d54a2b0-a624-4894-a77a-0c3e7efd1cb1" - ], - "request-id": [ - "4d54a2b0-a624-4894-a77a-0c3e7efd1cb1" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-correlation-request-id": [ - "d7385da8-4e6e-41af-a698-5f7ce758d262" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180157Z:d7385da8-4e6e-41af-a698-5f7ce758d262" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:01:57 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8ed2bc71-60d5-4eb1-b383-b21a7026b167" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "8ed2bc71-60d5-4eb1-b383-b21a7026b167" - ], - "request-id": [ - "8ed2bc71-60d5-4eb1-b383-b21a7026b167" - ], - "elapsed-time": [ - "55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-correlation-request-id": [ - "ca86067d-4e12-4bdf-9ba2-f851ce2e69f7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180207Z:ca86067d-4e12-4bdf-9ba2-f851ce2e69f7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:02:07 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2c87e4d7-9a57-4648-bc37-95bde3a23a89" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "2c87e4d7-9a57-4648-bc37-95bde3a23a89" - ], - "request-id": [ - "2c87e4d7-9a57-4648-bc37-95bde3a23a89" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-correlation-request-id": [ - "cfa57644-49b9-42dd-92a4-cfa48081a5a6" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180218Z:cfa57644-49b9-42dd-92a4-cfa48081a5a6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:02:18 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ff52f6ae-871c-41a0-a47b-e545ac19bd40" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ff52f6ae-871c-41a0-a47b-e545ac19bd40" - ], - "request-id": [ - "ff52f6ae-871c-41a0-a47b-e545ac19bd40" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-correlation-request-id": [ - "f9d33db0-b970-44e1-aaa5-a3c315043ffc" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180228Z:f9d33db0-b970-44e1-aaa5-a3c315043ffc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:02:28 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "476b6704-5cb1-4e0f-a229-213f3899f46a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "476b6704-5cb1-4e0f-a229-213f3899f46a" - ], - "request-id": [ - "476b6704-5cb1-4e0f-a229-213f3899f46a" - ], - "elapsed-time": [ - "64" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-correlation-request-id": [ - "6ede2421-8042-40d5-ae67-dbaac039d445" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180238Z:6ede2421-8042-40d5-ae67-dbaac039d445" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:02:37 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "232236aa-fdcd-4f44-87dd-8eb63b2f7364" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "232236aa-fdcd-4f44-87dd-8eb63b2f7364" - ], - "request-id": [ - "232236aa-fdcd-4f44-87dd-8eb63b2f7364" - ], - "elapsed-time": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-correlation-request-id": [ - "fe212944-8c7c-4e7b-8276-cfed055d0a8f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180248Z:fe212944-8c7c-4e7b-8276-cfed055d0a8f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:02:48 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5ea97804-5686-4f49-a32f-84e337f4d129" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "5ea97804-5686-4f49-a32f-84e337f4d129" - ], - "request-id": [ - "5ea97804-5686-4f49-a32f-84e337f4d129" - ], - "elapsed-time": [ - "69" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-correlation-request-id": [ - "bd5b8f35-4dfd-4c66-bdd3-e105093b2149" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180259Z:bd5b8f35-4dfd-4c66-bdd3-e105093b2149" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:02:58 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "23cb0a4b-9ac8-4bea-ab35-03bbe8dbfc3d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "23cb0a4b-9ac8-4bea-ab35-03bbe8dbfc3d" - ], - "request-id": [ - "23cb0a4b-9ac8-4bea-ab35-03bbe8dbfc3d" - ], - "elapsed-time": [ - "73" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-correlation-request-id": [ - "884fa180-d6f5-4a4e-877d-82c4d13f8cb4" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180309Z:884fa180-d6f5-4a4e-877d-82c4d13f8cb4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:03:09 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0571b970-0f2f-4ce6-bc69-ff747a793513" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "0571b970-0f2f-4ce6-bc69-ff747a793513" - ], - "request-id": [ - "0571b970-0f2f-4ce6-bc69-ff747a793513" - ], - "elapsed-time": [ - "55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-correlation-request-id": [ - "ae5667ab-0ddc-441a-9b96-e776619e026d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180320Z:ae5667ab-0ddc-441a-9b96-e776619e026d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:03:19 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "36d97fd2-24d9-4244-b8a6-e7904d4d2e68" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "36d97fd2-24d9-4244-b8a6-e7904d4d2e68" - ], - "request-id": [ - "36d97fd2-24d9-4244-b8a6-e7904d4d2e68" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-correlation-request-id": [ - "dca729f1-34a8-4c98-9af6-bcade4a8f325" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180330Z:dca729f1-34a8-4c98-9af6-bcade4a8f325" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:03:30 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "732e8325-9ce2-4e33-941a-578e40c0ca04" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "732e8325-9ce2-4e33-941a-578e40c0ca04" - ], - "request-id": [ - "732e8325-9ce2-4e33-941a-578e40c0ca04" - ], - "elapsed-time": [ - "62" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-correlation-request-id": [ - "8aa33cd2-7700-450a-bc46-2f51f7f7e5ff" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180340Z:8aa33cd2-7700-450a-bc46-2f51f7f7e5ff" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:03:40 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fadf8e1e-5325-4729-af2a-d738b95cc18f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "fadf8e1e-5325-4729-af2a-d738b95cc18f" - ], - "request-id": [ - "fadf8e1e-5325-4729-af2a-d738b95cc18f" - ], - "elapsed-time": [ - "61" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-correlation-request-id": [ - "d6b7d68d-983c-475b-aabc-d0bdb575e874" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180351Z:d6b7d68d-983c-475b-aabc-d0bdb575e874" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:03:50 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7c50b7a2-139b-4f04-87b7-785d2c64abb8" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "7c50b7a2-139b-4f04-87b7-785d2c64abb8" - ], - "request-id": [ - "7c50b7a2-139b-4f04-87b7-785d2c64abb8" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-correlation-request-id": [ - "f26e5ffd-a33b-4b05-90f3-39d7d445f92b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180401Z:f26e5ffd-a33b-4b05-90f3-39d7d445f92b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:04:00 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1835dd91-817b-4f98-95f2-828c238fc299" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "1835dd91-817b-4f98-95f2-828c238fc299" - ], - "request-id": [ - "1835dd91-817b-4f98-95f2-828c238fc299" - ], - "elapsed-time": [ - "77" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-correlation-request-id": [ - "34dea876-d14d-45da-bfc2-33d74aef6b52" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180411Z:34dea876-d14d-45da-bfc2-33d74aef6b52" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:04:11 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "cb9acaf9-be9a-482f-b775-adebf367011d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "cb9acaf9-be9a-482f-b775-adebf367011d" - ], - "request-id": [ - "cb9acaf9-be9a-482f-b775-adebf367011d" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-correlation-request-id": [ - "302406a8-72ad-496a-9334-230db9b9d5b3" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180422Z:302406a8-72ad-496a-9334-230db9b9d5b3" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:04:21 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "380e47e6-0f4a-431a-92e1-47355de43c37" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "380e47e6-0f4a-431a-92e1-47355de43c37" - ], - "request-id": [ - "380e47e6-0f4a-431a-92e1-47355de43c37" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-correlation-request-id": [ - "643811f1-daac-44d0-842c-5a477a3f526f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180432Z:643811f1-daac-44d0-842c-5a477a3f526f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:04:32 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "97d8d1ad-daa1-4b3a-8a2f-94ef92614b40" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "97d8d1ad-daa1-4b3a-8a2f-94ef92614b40" - ], - "request-id": [ - "97d8d1ad-daa1-4b3a-8a2f-94ef92614b40" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-correlation-request-id": [ - "e3469817-1f66-451f-89c9-7353ea70a039" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180443Z:e3469817-1f66-451f-89c9-7353ea70a039" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:04:42 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "dc89ab8b-d14b-43d5-9789-3b1e02984a89" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "dc89ab8b-d14b-43d5-9789-3b1e02984a89" - ], - "request-id": [ - "dc89ab8b-d14b-43d5-9789-3b1e02984a89" - ], - "elapsed-time": [ - "69" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-correlation-request-id": [ - "7ae34f5e-aa04-438e-b818-bfa80a806ff8" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180453Z:7ae34f5e-aa04-438e-b818-bfa80a806ff8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:04:53 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "24d9c556-fa91-49c9-b21d-17ba4037b0ec" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "24d9c556-fa91-49c9-b21d-17ba4037b0ec" - ], - "request-id": [ - "24d9c556-fa91-49c9-b21d-17ba4037b0ec" - ], - "elapsed-time": [ - "109" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-correlation-request-id": [ - "acd8fb86-605a-4157-adfd-3727adda0842" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180503Z:acd8fb86-605a-4157-adfd-3727adda0842" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:05:03 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a1a11de4-1573-46c9-8cfd-bb271b98977d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "a1a11de4-1573-46c9-8cfd-bb271b98977d" - ], - "request-id": [ - "a1a11de4-1573-46c9-8cfd-bb271b98977d" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-correlation-request-id": [ - "f14bcf3d-9c4a-49ad-a55d-126c072ca820" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180513Z:f14bcf3d-9c4a-49ad-a55d-126c072ca820" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:05:13 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "72ffde67-8a0d-449b-a472-411502b08906" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "72ffde67-8a0d-449b-a472-411502b08906" - ], - "request-id": [ - "72ffde67-8a0d-449b-a472-411502b08906" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-correlation-request-id": [ - "de29f474-ce0a-4188-be6c-b179fc35f397" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180524Z:de29f474-ce0a-4188-be6c-b179fc35f397" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:05:24 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2f6f13d7-36d5-4abc-96ac-082cd8ae86b2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "2f6f13d7-36d5-4abc-96ac-082cd8ae86b2" - ], - "request-id": [ - "2f6f13d7-36d5-4abc-96ac-082cd8ae86b2" - ], - "elapsed-time": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-correlation-request-id": [ - "2d49face-df58-40ee-b134-117eb62f0360" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180534Z:2d49face-df58-40ee-b134-117eb62f0360" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:05:34 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c1492335-8214-41b8-9ee2-440b13a8c4c1" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c1492335-8214-41b8-9ee2-440b13a8c4c1" - ], - "request-id": [ - "c1492335-8214-41b8-9ee2-440b13a8c4c1" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-correlation-request-id": [ - "cbad4dc3-7c1f-4a2f-92f6-82bf9e01d3c1" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180544Z:cbad4dc3-7c1f-4a2f-92f6-82bf9e01d3c1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:05:44 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "47baa9ca-7c93-4cf8-9568-b41b2b868b5b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "47baa9ca-7c93-4cf8-9568-b41b2b868b5b" - ], - "request-id": [ - "47baa9ca-7c93-4cf8-9568-b41b2b868b5b" - ], - "elapsed-time": [ - "66" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-correlation-request-id": [ - "65ee954a-d9a9-4521-8b77-86581163852f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180555Z:65ee954a-d9a9-4521-8b77-86581163852f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:05:54 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "721a4b94-53cd-4e97-960d-4809cb8e77a2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "721a4b94-53cd-4e97-960d-4809cb8e77a2" - ], - "request-id": [ - "721a4b94-53cd-4e97-960d-4809cb8e77a2" - ], - "elapsed-time": [ - "52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-correlation-request-id": [ - "101e23df-c401-45dd-8d8b-e0ea8f49828e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180605Z:101e23df-c401-45dd-8d8b-e0ea8f49828e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:06:04 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "487b5ef7-8fa1-491e-9051-6166ce8601cc" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "487b5ef7-8fa1-491e-9051-6166ce8601cc" - ], - "request-id": [ - "487b5ef7-8fa1-491e-9051-6166ce8601cc" - ], - "elapsed-time": [ - "69" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-correlation-request-id": [ - "d530b5c0-3fe8-4927-99b9-651daa810393" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180615Z:d530b5c0-3fe8-4927-99b9-651daa810393" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:06:14 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b95f95af-907c-4bf2-af89-5053df02b97e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b95f95af-907c-4bf2-af89-5053df02b97e" - ], - "request-id": [ - "b95f95af-907c-4bf2-af89-5053df02b97e" - ], - "elapsed-time": [ - "50" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-correlation-request-id": [ - "c205f2e0-6a00-4efa-b590-e20466e10272" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180626Z:c205f2e0-6a00-4efa-b590-e20466e10272" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:06:25 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "edd622b0-8f00-4262-927e-777ee0bbe201" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T17%3A51%3A01.9201702Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "edd622b0-8f00-4262-927e-777ee0bbe201" - ], - "request-id": [ - "edd622b0-8f00-4262-927e-777ee0bbe201" - ], - "elapsed-time": [ - "72" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-correlation-request-id": [ - "ec10bbba-28db-42bf-90d3-ab295064b9fb" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180636Z:ec10bbba-28db-42bf-90d3-ab295064b9fb" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:06:36 GMT" - ], - "Content-Length": [ - "533" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "493445a7-b381-4934-9ac4-c8b346e01455" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "493445a7-b381-4934-9ac4-c8b346e01455" - ], - "request-id": [ - "493445a7-b381-4934-9ac4-c8b346e01455" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-correlation-request-id": [ - "8a5c7984-4cba-4fc0-b44f-8d51b98c09ca" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180652Z:8a5c7984-4cba-4fc0-b44f-8d51b98c09ca" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:06:52 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e1f04f99-f24e-4288-a743-9bcdf24134e7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "e1f04f99-f24e-4288-a743-9bcdf24134e7" - ], - "request-id": [ - "e1f04f99-f24e-4288-a743-9bcdf24134e7" - ], - "elapsed-time": [ - "59" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-correlation-request-id": [ - "aaaf8041-6cf5-4685-bd52-a780328d1287" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180703Z:aaaf8041-6cf5-4685-bd52-a780328d1287" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:07:03 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "666c5789-3e71-403d-940c-f96befe1b55b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "666c5789-3e71-403d-940c-f96befe1b55b" - ], - "request-id": [ - "666c5789-3e71-403d-940c-f96befe1b55b" - ], - "elapsed-time": [ - "127" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-correlation-request-id": [ - "9ea765f5-1e76-419c-8ce1-784167800250" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180713Z:9ea765f5-1e76-419c-8ce1-784167800250" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:07:13 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "11c82ae3-bddb-40ac-a5d3-5d42286bb2f0" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "11c82ae3-bddb-40ac-a5d3-5d42286bb2f0" - ], - "request-id": [ - "11c82ae3-bddb-40ac-a5d3-5d42286bb2f0" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-correlation-request-id": [ - "327b9847-4db4-4f7c-8839-7c5f2f7c4f0c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180724Z:327b9847-4db4-4f7c-8839-7c5f2f7c4f0c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:07:24 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "84878ee5-983c-410a-a8d5-f62101ed2576" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "84878ee5-983c-410a-a8d5-f62101ed2576" - ], - "request-id": [ - "84878ee5-983c-410a-a8d5-f62101ed2576" - ], - "elapsed-time": [ - "76" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-correlation-request-id": [ - "f51c03e7-5dcd-4638-b8ac-17e237e8a88a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180734Z:f51c03e7-5dcd-4638-b8ac-17e237e8a88a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:07:34 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b7189eef-6ce3-448d-8192-eb5be6c5d497" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b7189eef-6ce3-448d-8192-eb5be6c5d497" - ], - "request-id": [ - "b7189eef-6ce3-448d-8192-eb5be6c5d497" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-correlation-request-id": [ - "c669392e-e112-48ff-ad09-d0f59aed258d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180745Z:c669392e-e112-48ff-ad09-d0f59aed258d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:07:44 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6479a23f-67bd-4b69-b9ac-8b94026f1b55" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "6479a23f-67bd-4b69-b9ac-8b94026f1b55" - ], - "request-id": [ - "6479a23f-67bd-4b69-b9ac-8b94026f1b55" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-correlation-request-id": [ - "ee4e4c71-4fe6-4912-a75c-fa66ac587a1f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180755Z:ee4e4c71-4fe6-4912-a75c-fa66ac587a1f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:07:54 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "56623837-c8e0-4dea-8e28-4e89f5e1108f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "56623837-c8e0-4dea-8e28-4e89f5e1108f" - ], - "request-id": [ - "56623837-c8e0-4dea-8e28-4e89f5e1108f" - ], - "elapsed-time": [ - "59" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-correlation-request-id": [ - "e5c18d50-f6fa-4216-bf77-9d54403abf74" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180805Z:e5c18d50-f6fa-4216-bf77-9d54403abf74" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:08:05 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b9b83bc0-4a81-4705-8b1b-6be27ea68f63" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b9b83bc0-4a81-4705-8b1b-6be27ea68f63" - ], - "request-id": [ - "b9b83bc0-4a81-4705-8b1b-6be27ea68f63" - ], - "elapsed-time": [ - "68" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-correlation-request-id": [ - "6d44798b-d9a1-444b-ba31-7931a1b73657" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180816Z:6d44798b-d9a1-444b-ba31-7931a1b73657" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:08:15 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b159a244-c2b5-4699-b5d2-684de43abcb1" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b159a244-c2b5-4699-b5d2-684de43abcb1" - ], - "request-id": [ - "b159a244-c2b5-4699-b5d2-684de43abcb1" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-correlation-request-id": [ - "a85e652c-69b5-4983-8f1d-b96a131e2315" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180826Z:a85e652c-69b5-4983-8f1d-b96a131e2315" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:08:25 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "853981c0-513b-4e5c-9217-6d128b17a099" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "853981c0-513b-4e5c-9217-6d128b17a099" - ], - "request-id": [ - "853981c0-513b-4e5c-9217-6d128b17a099" - ], - "elapsed-time": [ - "129" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-correlation-request-id": [ - "f6e5fecb-a1c4-4ed1-b492-095c78d1ed2e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180836Z:f6e5fecb-a1c4-4ed1-b492-095c78d1ed2e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:08:35 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "06b841c3-cf24-4e0b-bd98-1f2f7067f9db" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "06b841c3-cf24-4e0b-bd98-1f2f7067f9db" - ], - "request-id": [ - "06b841c3-cf24-4e0b-bd98-1f2f7067f9db" - ], - "elapsed-time": [ - "204" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-correlation-request-id": [ - "4de73d98-c474-4193-a0e0-d11a0f216ac7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180847Z:4de73d98-c474-4193-a0e0-d11a0f216ac7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:08:46 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ac7b2e62-1b58-4344-b74b-1ba4648a3cc8" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ac7b2e62-1b58-4344-b74b-1ba4648a3cc8" - ], - "request-id": [ - "ac7b2e62-1b58-4344-b74b-1ba4648a3cc8" - ], - "elapsed-time": [ - "109" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-correlation-request-id": [ - "d5768143-e11f-4885-99fc-4ae4084ce028" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180857Z:d5768143-e11f-4885-99fc-4ae4084ce028" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:08:56 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "80b0c2e8-9354-4aee-9140-41e5574b6ef6" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "80b0c2e8-9354-4aee-9140-41e5574b6ef6" - ], - "request-id": [ - "80b0c2e8-9354-4aee-9140-41e5574b6ef6" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-correlation-request-id": [ - "e2010fd5-2ac0-4fb3-ac13-393af8cd61f7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180908Z:e2010fd5-2ac0-4fb3-ac13-393af8cd61f7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:09:07 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "eb4ed624-abc3-4508-865a-436e639dbb38" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "eb4ed624-abc3-4508-865a-436e639dbb38" - ], - "request-id": [ - "eb4ed624-abc3-4508-865a-436e639dbb38" - ], - "elapsed-time": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-correlation-request-id": [ - "abcc3ab5-9157-4469-8158-6d2416cba396" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180918Z:abcc3ab5-9157-4469-8158-6d2416cba396" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:09:17 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6a887f1b-972f-4bd2-8eb7-d4c5b156fca9" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "6a887f1b-972f-4bd2-8eb7-d4c5b156fca9" - ], - "request-id": [ - "6a887f1b-972f-4bd2-8eb7-d4c5b156fca9" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-correlation-request-id": [ - "f5df4bef-13d2-46c4-9833-e22e8a773960" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180928Z:f5df4bef-13d2-46c4-9833-e22e8a773960" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:09:28 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "90b56022-53be-49b2-98d1-b1c13dfa7ed7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "90b56022-53be-49b2-98d1-b1c13dfa7ed7" - ], - "request-id": [ - "90b56022-53be-49b2-98d1-b1c13dfa7ed7" - ], - "elapsed-time": [ - "88" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-correlation-request-id": [ - "6464eaa7-0f30-42ec-9560-e5d4296a15b4" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180939Z:6464eaa7-0f30-42ec-9560-e5d4296a15b4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:09:38 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6c871c49-8958-477d-8c78-5a62ebd1ef73" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "6c871c49-8958-477d-8c78-5a62ebd1ef73" - ], - "request-id": [ - "6c871c49-8958-477d-8c78-5a62ebd1ef73" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-correlation-request-id": [ - "88b104c3-b734-4bbf-91b7-919632c606a0" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180949Z:88b104c3-b734-4bbf-91b7-919632c606a0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:09:49 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7d8ebc83-8ff1-46f2-8a71-3a12eb154fd4" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "7d8ebc83-8ff1-46f2-8a71-3a12eb154fd4" - ], - "request-id": [ - "7d8ebc83-8ff1-46f2-8a71-3a12eb154fd4" - ], - "elapsed-time": [ - "73" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-correlation-request-id": [ - "d5b5e39e-b2e1-4831-8280-4c95f6e70e3d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180959Z:d5b5e39e-b2e1-4831-8280-4c95f6e70e3d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:09:59 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "96bb1458-ad72-4bd9-8d9d-3e443f21d961" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "96bb1458-ad72-4bd9-8d9d-3e443f21d961" - ], - "request-id": [ - "96bb1458-ad72-4bd9-8d9d-3e443f21d961" - ], - "elapsed-time": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-correlation-request-id": [ - "d8a1f29f-b0da-47ce-b1af-7384ce3f7bbb" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181010Z:d8a1f29f-b0da-47ce-b1af-7384ce3f7bbb" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:10:10 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ddf3b89c-4e5a-4820-a141-1665fb4ae5ec" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ddf3b89c-4e5a-4820-a141-1665fb4ae5ec" - ], - "request-id": [ - "ddf3b89c-4e5a-4820-a141-1665fb4ae5ec" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-correlation-request-id": [ - "77fa564f-4b92-4329-a964-c49e4bd34ee1" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181020Z:77fa564f-4b92-4329-a964-c49e4bd34ee1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:10:20 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "df45b39c-51c6-4885-a25e-97d032f5d640" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "df45b39c-51c6-4885-a25e-97d032f5d640" - ], - "request-id": [ - "df45b39c-51c6-4885-a25e-97d032f5d640" - ], - "elapsed-time": [ - "55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-correlation-request-id": [ - "9399bee8-54f1-4c2b-9ace-1d0a3ca78134" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181030Z:9399bee8-54f1-4c2b-9ace-1d0a3ca78134" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:10:30 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "4c0842c9-8b56-48de-92a1-6218729b6fb5" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "4c0842c9-8b56-48de-92a1-6218729b6fb5" - ], - "request-id": [ - "4c0842c9-8b56-48de-92a1-6218729b6fb5" - ], - "elapsed-time": [ - "85" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-correlation-request-id": [ - "ec213d40-bebc-4323-8514-bf7053194c99" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181041Z:ec213d40-bebc-4323-8514-bf7053194c99" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:10:40 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9dd0a942-0e03-414e-b9d3-3cafe65c097e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "9dd0a942-0e03-414e-b9d3-3cafe65c097e" - ], - "request-id": [ - "9dd0a942-0e03-414e-b9d3-3cafe65c097e" - ], - "elapsed-time": [ - "91" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-correlation-request-id": [ - "c424e67c-bcbb-465d-a189-12b184a1bbdd" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181051Z:c424e67c-bcbb-465d-a189-12b184a1bbdd" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:10:51 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f1c540d3-138c-4132-ba1e-3ccfffd7ef70" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "f1c540d3-138c-4132-ba1e-3ccfffd7ef70" - ], - "request-id": [ - "f1c540d3-138c-4132-ba1e-3ccfffd7ef70" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-correlation-request-id": [ - "72cbdd64-6139-40ea-b193-1e502e8e1cc7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181101Z:72cbdd64-6139-40ea-b193-1e502e8e1cc7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:11:01 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9f01a484-c26c-4596-9976-c41570eb536a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "9f01a484-c26c-4596-9976-c41570eb536a" - ], - "request-id": [ - "9f01a484-c26c-4596-9976-c41570eb536a" - ], - "elapsed-time": [ - "63" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-correlation-request-id": [ - "fd71a81f-7bfe-4906-bc65-c9a7c59beb06" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181112Z:fd71a81f-7bfe-4906-bc65-c9a7c59beb06" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:11:12 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3bfc8d4b-b078-446c-974c-d9bbf47d1c83" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3bfc8d4b-b078-446c-974c-d9bbf47d1c83" - ], - "request-id": [ - "3bfc8d4b-b078-446c-974c-d9bbf47d1c83" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-correlation-request-id": [ - "d0cba6ab-9c91-45be-acf1-3b016342ed52" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181122Z:d0cba6ab-9c91-45be-acf1-3b016342ed52" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:11:21 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "078dca92-3b01-4f65-a8f7-347c59b9e2c9" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "078dca92-3b01-4f65-a8f7-347c59b9e2c9" - ], - "request-id": [ - "078dca92-3b01-4f65-a8f7-347c59b9e2c9" - ], - "elapsed-time": [ - "111" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-correlation-request-id": [ - "0e36899a-64da-4eb4-a546-c6a6db48e5d2" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181133Z:0e36899a-64da-4eb4-a546-c6a6db48e5d2" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:11:33 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7d872f76-1dfb-49b8-b762-927a7cf14448" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "7d872f76-1dfb-49b8-b762-927a7cf14448" - ], - "request-id": [ - "7d872f76-1dfb-49b8-b762-927a7cf14448" - ], - "elapsed-time": [ - "59" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-correlation-request-id": [ - "364094cb-a637-4ba1-ab00-21cf508a6870" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181144Z:364094cb-a637-4ba1-ab00-21cf508a6870" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:11:43 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5da60b2a-19a5-41d1-b2c3-ecd22b67a580" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "5da60b2a-19a5-41d1-b2c3-ecd22b67a580" - ], - "request-id": [ - "5da60b2a-19a5-41d1-b2c3-ecd22b67a580" - ], - "elapsed-time": [ - "66" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-correlation-request-id": [ - "8be98fc3-516f-47b8-8f73-dd9c9ed1f777" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181154Z:8be98fc3-516f-47b8-8f73-dd9c9ed1f777" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:11:53 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ec8eb720-1405-4d20-9325-3382ab69d533" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ec8eb720-1405-4d20-9325-3382ab69d533" - ], - "request-id": [ - "ec8eb720-1405-4d20-9325-3382ab69d533" - ], - "elapsed-time": [ - "166" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-correlation-request-id": [ - "109ea5cc-1adb-46e2-8244-71a67a39d1a4" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181204Z:109ea5cc-1adb-46e2-8244-71a67a39d1a4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:12:04 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0955b740-9c2b-4c32-bc67-86aa35683f37" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "0955b740-9c2b-4c32-bc67-86aa35683f37" - ], - "request-id": [ - "0955b740-9c2b-4c32-bc67-86aa35683f37" - ], - "elapsed-time": [ - "70" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-correlation-request-id": [ - "f68b0b48-3362-4985-a785-bc54bab10f6a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181215Z:f68b0b48-3362-4985-a785-bc54bab10f6a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:12:14 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "873aafe9-66b4-484d-9a67-d29f80e7e5d4" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "873aafe9-66b4-484d-9a67-d29f80e7e5d4" - ], - "request-id": [ - "873aafe9-66b4-484d-9a67-d29f80e7e5d4" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-correlation-request-id": [ - "2217962e-1dd4-4a34-9196-02fa5104877f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181225Z:2217962e-1dd4-4a34-9196-02fa5104877f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:12:24 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2928fbc5-70bc-4138-802a-9be7bda6c05a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "2928fbc5-70bc-4138-802a-9be7bda6c05a" - ], - "request-id": [ - "2928fbc5-70bc-4138-802a-9be7bda6c05a" - ], - "elapsed-time": [ - "62" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-correlation-request-id": [ - "0711c97f-98a5-4afd-998c-224d30b0e53f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181235Z:0711c97f-98a5-4afd-998c-224d30b0e53f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:12:35 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0b3481a1-e3d8-4b5c-8bd3-e9267acd8fe4" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "0b3481a1-e3d8-4b5c-8bd3-e9267acd8fe4" - ], - "request-id": [ - "0b3481a1-e3d8-4b5c-8bd3-e9267acd8fe4" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-correlation-request-id": [ - "0487a0e6-d4f3-4a89-b405-5e8f7c078f26" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181246Z:0487a0e6-d4f3-4a89-b405-5e8f7c078f26" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:12:46 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c7c49573-7161-4635-93fa-c007a617ade7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c7c49573-7161-4635-93fa-c007a617ade7" - ], - "request-id": [ - "c7c49573-7161-4635-93fa-c007a617ade7" - ], - "elapsed-time": [ - "51" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-correlation-request-id": [ - "d98179c2-9e37-4ce5-bdc1-490d989dc0a1" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181256Z:d98179c2-9e37-4ce5-bdc1-490d989dc0a1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:12:56 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "040818ce-aac7-442d-9195-22fc1b622baa" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "040818ce-aac7-442d-9195-22fc1b622baa" - ], - "request-id": [ - "040818ce-aac7-442d-9195-22fc1b622baa" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-correlation-request-id": [ - "6d3eadb7-6c23-48a1-90e3-227501989663" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181306Z:6d3eadb7-6c23-48a1-90e3-227501989663" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:13:05 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d5d633b5-77fb-4fc7-9adb-0d2409d17733" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "d5d633b5-77fb-4fc7-9adb-0d2409d17733" - ], - "request-id": [ - "d5d633b5-77fb-4fc7-9adb-0d2409d17733" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-correlation-request-id": [ - "e3936058-1c3b-4d4f-bfb0-5128b7810251" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181316Z:e3936058-1c3b-4d4f-bfb0-5128b7810251" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:13:16 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "16320d93-0eb3-438e-a798-3c82e2eabf58" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "16320d93-0eb3-438e-a798-3c82e2eabf58" - ], - "request-id": [ - "16320d93-0eb3-438e-a798-3c82e2eabf58" - ], - "elapsed-time": [ - "52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-correlation-request-id": [ - "0e29418e-93c4-4e5d-88ef-3ca1c9c934e6" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181327Z:0e29418e-93c4-4e5d-88ef-3ca1c9c934e6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:13:26 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a60a1e5f-a13d-44e6-8693-75e5997fe4fb" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "a60a1e5f-a13d-44e6-8693-75e5997fe4fb" - ], - "request-id": [ - "a60a1e5f-a13d-44e6-8693-75e5997fe4fb" - ], - "elapsed-time": [ - "230" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-correlation-request-id": [ - "7fad6f01-99a3-40b4-a0bd-92471d12d2e3" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181337Z:7fad6f01-99a3-40b4-a0bd-92471d12d2e3" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:13:37 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "dc1602ba-e55b-44eb-8c34-16ed6452e921" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "dc1602ba-e55b-44eb-8c34-16ed6452e921" - ], - "request-id": [ - "dc1602ba-e55b-44eb-8c34-16ed6452e921" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-correlation-request-id": [ - "cb8c4527-0516-477c-be4c-67e05296d89d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181347Z:cb8c4527-0516-477c-be4c-67e05296d89d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:13:47 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "773d2a93-cd02-415e-9a1e-6cd49f4fecb1" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "773d2a93-cd02-415e-9a1e-6cd49f4fecb1" - ], - "request-id": [ - "773d2a93-cd02-415e-9a1e-6cd49f4fecb1" - ], - "elapsed-time": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-correlation-request-id": [ - "40507ccd-392f-427f-baac-9c185fa94e1d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181358Z:40507ccd-392f-427f-baac-9c185fa94e1d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:13:57 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f004c1b7-ef38-49ec-9173-72f9f2f6eec0" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "f004c1b7-ef38-49ec-9173-72f9f2f6eec0" - ], - "request-id": [ - "f004c1b7-ef38-49ec-9173-72f9f2f6eec0" - ], - "elapsed-time": [ - "62" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-correlation-request-id": [ - "3c048f00-a4c1-4086-8d71-5f72aa9b6abb" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181408Z:3c048f00-a4c1-4086-8d71-5f72aa9b6abb" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:14:08 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c7dcb034-6641-416e-a533-c996f1f61da4" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c7dcb034-6641-416e-a533-c996f1f61da4" - ], - "request-id": [ - "c7dcb034-6641-416e-a533-c996f1f61da4" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-correlation-request-id": [ - "ed7e886b-ec12-4537-b68c-b41e937549ab" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181418Z:ed7e886b-ec12-4537-b68c-b41e937549ab" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:14:18 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "52ef675d-6478-4f0b-9710-5a6a4649a59b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "52ef675d-6478-4f0b-9710-5a6a4649a59b" - ], - "request-id": [ - "52ef675d-6478-4f0b-9710-5a6a4649a59b" - ], - "elapsed-time": [ - "98" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-correlation-request-id": [ - "22a1ca47-8bcc-4451-808b-502b67be0d62" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181429Z:22a1ca47-8bcc-4451-808b-502b67be0d62" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:14:28 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "04ae98a2-9368-49b8-aff6-b305de45521b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "04ae98a2-9368-49b8-aff6-b305de45521b" - ], - "request-id": [ - "04ae98a2-9368-49b8-aff6-b305de45521b" - ], - "elapsed-time": [ - "62" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-correlation-request-id": [ - "0ae19be2-03e8-478b-b386-4236835857f3" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181439Z:0ae19be2-03e8-478b-b386-4236835857f3" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:14:39 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6fe6c0e1-1371-4385-900d-e81c58a533dd" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "6fe6c0e1-1371-4385-900d-e81c58a533dd" - ], - "request-id": [ - "6fe6c0e1-1371-4385-900d-e81c58a533dd" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-correlation-request-id": [ - "395ea675-d1c0-43ae-98a9-a97ac724741f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181449Z:395ea675-d1c0-43ae-98a9-a97ac724741f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:14:49 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ec850a90-f1ed-4084-8f32-c6d809ce87a8" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ec850a90-f1ed-4084-8f32-c6d809ce87a8" - ], - "request-id": [ - "ec850a90-f1ed-4084-8f32-c6d809ce87a8" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-correlation-request-id": [ - "75d31ec9-7a49-4edb-8b71-b5554a9d2897" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181500Z:75d31ec9-7a49-4edb-8b71-b5554a9d2897" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:14:59 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a5d5a88d-dec1-4f25-96f9-f6b9612c6088" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "a5d5a88d-dec1-4f25-96f9-f6b9612c6088" - ], - "request-id": [ - "a5d5a88d-dec1-4f25-96f9-f6b9612c6088" - ], - "elapsed-time": [ - "52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-correlation-request-id": [ - "e0c1cbd5-c513-420d-a404-3ed1d70d47ac" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181510Z:e0c1cbd5-c513-420d-a404-3ed1d70d47ac" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:15:09 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "539da04a-a990-4f19-be79-1b75a9a96e0e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "539da04a-a990-4f19-be79-1b75a9a96e0e" - ], - "request-id": [ - "539da04a-a990-4f19-be79-1b75a9a96e0e" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-correlation-request-id": [ - "a8d997a9-b076-4c6e-81c8-cdc0962df808" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181520Z:a8d997a9-b076-4c6e-81c8-cdc0962df808" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:15:19 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5c4c0c04-23b3-4f5d-9944-ba98957f087c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "5c4c0c04-23b3-4f5d-9944-ba98957f087c" - ], - "request-id": [ - "5c4c0c04-23b3-4f5d-9944-ba98957f087c" - ], - "elapsed-time": [ - "68" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-correlation-request-id": [ - "22dfd5ec-c661-4f83-b77d-736e4041a493" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181530Z:22dfd5ec-c661-4f83-b77d-736e4041a493" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:15:30 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0a655e94-688d-4443-a5ed-4bda695502c1" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "0a655e94-688d-4443-a5ed-4bda695502c1" - ], - "request-id": [ - "0a655e94-688d-4443-a5ed-4bda695502c1" - ], - "elapsed-time": [ - "177" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-correlation-request-id": [ - "84e10d22-726b-47d0-a108-df80d60de3ff" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181542Z:84e10d22-726b-47d0-a108-df80d60de3ff" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:15:42 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f578479a-73df-4ce4-8291-e6155a3591eb" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "f578479a-73df-4ce4-8291-e6155a3591eb" - ], - "request-id": [ - "f578479a-73df-4ce4-8291-e6155a3591eb" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-correlation-request-id": [ - "9518bc1c-2628-448e-8952-2a391f4e4543" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181553Z:9518bc1c-2628-448e-8952-2a391f4e4543" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:15:52 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "46387146-72d7-42a6-947d-4cf4a89bbc68" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "46387146-72d7-42a6-947d-4cf4a89bbc68" - ], - "request-id": [ - "46387146-72d7-42a6-947d-4cf4a89bbc68" - ], - "elapsed-time": [ - "55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-correlation-request-id": [ - "39f5117a-51be-4e61-bedd-425a369a1fc8" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181603Z:39f5117a-51be-4e61-bedd-425a369a1fc8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:16:03 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "666c7c17-5696-48f3-ac59-f501ee678971" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "666c7c17-5696-48f3-ac59-f501ee678971" - ], - "request-id": [ - "666c7c17-5696-48f3-ac59-f501ee678971" - ], - "elapsed-time": [ - "63" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-correlation-request-id": [ - "04fb5202-b083-4b3a-952c-a277b2f88f9b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181613Z:04fb5202-b083-4b3a-952c-a277b2f88f9b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:16:13 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "970d1a00-cc83-428d-9525-31ef7879a9bd" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "970d1a00-cc83-428d-9525-31ef7879a9bd" - ], - "request-id": [ - "970d1a00-cc83-428d-9525-31ef7879a9bd" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-correlation-request-id": [ - "a35395ac-41e5-40f4-996f-0d96514e373f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181623Z:a35395ac-41e5-40f4-996f-0d96514e373f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:16:23 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e36efc12-3988-4788-a2e1-a43ff6a43b31" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "e36efc12-3988-4788-a2e1-a43ff6a43b31" - ], - "request-id": [ - "e36efc12-3988-4788-a2e1-a43ff6a43b31" - ], - "elapsed-time": [ - "63" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-correlation-request-id": [ - "04479a67-acd1-4cf7-8891-50afe71f7ac4" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181634Z:04479a67-acd1-4cf7-8891-50afe71f7ac4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:16:33 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "02f22b2b-71c1-4718-ae55-f0dc0dafc36c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "02f22b2b-71c1-4718-ae55-f0dc0dafc36c" - ], - "request-id": [ - "02f22b2b-71c1-4718-ae55-f0dc0dafc36c" - ], - "elapsed-time": [ - "61" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-correlation-request-id": [ - "d03ce17f-521e-493c-9665-3e57cbb18b2d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181644Z:d03ce17f-521e-493c-9665-3e57cbb18b2d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:16:44 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "136804c8-3628-43b1-beee-15e73c0b01e2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "136804c8-3628-43b1-beee-15e73c0b01e2" - ], - "request-id": [ - "136804c8-3628-43b1-beee-15e73c0b01e2" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-correlation-request-id": [ - "167c7bd9-8c4f-4b9e-ab45-2b7daef5cf9e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181654Z:167c7bd9-8c4f-4b9e-ab45-2b7daef5cf9e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:16:54 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1799a008-843e-4951-9fc4-c13123677876" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "1799a008-843e-4951-9fc4-c13123677876" - ], - "request-id": [ - "1799a008-843e-4951-9fc4-c13123677876" - ], - "elapsed-time": [ - "258" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-correlation-request-id": [ - "d5205fac-c13f-4852-b0bf-19a901d91f40" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181705Z:d5205fac-c13f-4852-b0bf-19a901d91f40" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:17:05 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7d620d9f-7ab8-4de7-a888-9b5e1f9b7750" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "7d620d9f-7ab8-4de7-a888-9b5e1f9b7750" - ], - "request-id": [ - "7d620d9f-7ab8-4de7-a888-9b5e1f9b7750" - ], - "elapsed-time": [ - "89" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-correlation-request-id": [ - "ba9b2248-2237-4d7f-b238-39ff17d14d01" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181715Z:ba9b2248-2237-4d7f-b238-39ff17d14d01" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:17:15 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f36a837f-30f4-4472-9916-2c83952f1964" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "f36a837f-30f4-4472-9916-2c83952f1964" - ], - "request-id": [ - "f36a837f-30f4-4472-9916-2c83952f1964" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-correlation-request-id": [ - "5b26144f-cd12-4a84-ba2c-c4f4426c866d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181725Z:5b26144f-cd12-4a84-ba2c-c4f4426c866d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:17:25 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "88182d57-35b4-4f36-a9a6-0b20733c50a9" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "88182d57-35b4-4f36-a9a6-0b20733c50a9" - ], - "request-id": [ - "88182d57-35b4-4f36-a9a6-0b20733c50a9" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-correlation-request-id": [ - "50debf73-3213-4cec-b0aa-967df541c659" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181736Z:50debf73-3213-4cec-b0aa-967df541c659" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:17:35 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "854a89d6-1b36-4aa1-bebb-da84cab9c62a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "854a89d6-1b36-4aa1-bebb-da84cab9c62a" - ], - "request-id": [ - "854a89d6-1b36-4aa1-bebb-da84cab9c62a" - ], - "elapsed-time": [ - "87" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-correlation-request-id": [ - "86966745-a14a-465a-a041-75cacc425568" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181746Z:86966745-a14a-465a-a041-75cacc425568" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:17:46 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b389168d-5363-4c72-a117-5e2db5ef2aed" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b389168d-5363-4c72-a117-5e2db5ef2aed" - ], - "request-id": [ - "b389168d-5363-4c72-a117-5e2db5ef2aed" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-correlation-request-id": [ - "328e3bd1-6940-47a2-8dc5-1178d8f417a1" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181756Z:328e3bd1-6940-47a2-8dc5-1178d8f417a1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:17:56 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "101029e9-f3ec-494d-b919-95aff2dbdb42" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "101029e9-f3ec-494d-b919-95aff2dbdb42" - ], - "request-id": [ - "101029e9-f3ec-494d-b919-95aff2dbdb42" - ], - "elapsed-time": [ - "52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-correlation-request-id": [ - "479c6a6f-f74d-4307-b02e-9c6f18e6253d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181807Z:479c6a6f-f74d-4307-b02e-9c6f18e6253d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:18:07 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "4fc33c51-0c1a-476a-a917-e9b699ef90fb" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "4fc33c51-0c1a-476a-a917-e9b699ef90fb" - ], - "request-id": [ - "4fc33c51-0c1a-476a-a917-e9b699ef90fb" - ], - "elapsed-time": [ - "55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-correlation-request-id": [ - "1575f11f-30c0-40d6-bcfb-1f40397e6baa" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181817Z:1575f11f-30c0-40d6-bcfb-1f40397e6baa" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:18:17 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1b84dc6b-62c0-45d3-a805-ccf4fe165682" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "1b84dc6b-62c0-45d3-a805-ccf4fe165682" - ], - "request-id": [ - "1b84dc6b-62c0-45d3-a805-ccf4fe165682" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-correlation-request-id": [ - "5e9331cb-4e8d-4b27-a706-d1316bb4bd0c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181827Z:5e9331cb-4e8d-4b27-a706-d1316bb4bd0c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:18:27 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "4ae46e67-36b0-4f32-9ba0-b8fb7b69d3af" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "4ae46e67-36b0-4f32-9ba0-b8fb7b69d3af" - ], - "request-id": [ - "4ae46e67-36b0-4f32-9ba0-b8fb7b69d3af" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-correlation-request-id": [ - "5ce40e09-ab90-416e-9af0-268b572c46c9" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181838Z:5ce40e09-ab90-416e-9af0-268b572c46c9" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:18:37 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "684f6d5b-4ef1-4f37-a102-336fc33bdd7e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "684f6d5b-4ef1-4f37-a102-336fc33bdd7e" - ], - "request-id": [ - "684f6d5b-4ef1-4f37-a102-336fc33bdd7e" - ], - "elapsed-time": [ - "73" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-correlation-request-id": [ - "d58c3752-a7be-4cdc-b331-3a33c9daae99" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181848Z:d58c3752-a7be-4cdc-b331-3a33c9daae99" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:18:47 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f7aa9eaa-c0d7-4abb-9e0d-d26e52e7c8bd" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "f7aa9eaa-c0d7-4abb-9e0d-d26e52e7c8bd" - ], - "request-id": [ - "f7aa9eaa-c0d7-4abb-9e0d-d26e52e7c8bd" - ], - "elapsed-time": [ - "80" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-correlation-request-id": [ - "f1c78bb6-ef44-4a02-9e93-e3f542a0df63" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181858Z:f1c78bb6-ef44-4a02-9e93-e3f542a0df63" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:18:58 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5eb83723-b843-4df4-839a-5651329496c1" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "5eb83723-b843-4df4-839a-5651329496c1" - ], - "request-id": [ - "5eb83723-b843-4df4-839a-5651329496c1" - ], - "elapsed-time": [ - "76" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-correlation-request-id": [ - "a43f153b-777b-4c64-8f47-665d08c421f2" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181910Z:a43f153b-777b-4c64-8f47-665d08c421f2" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:19:09 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "970b4bfb-4a26-48bc-8013-25ffa4144368" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "970b4bfb-4a26-48bc-8013-25ffa4144368" - ], - "request-id": [ - "970b4bfb-4a26-48bc-8013-25ffa4144368" - ], - "elapsed-time": [ - "51" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-correlation-request-id": [ - "9490b4d6-88f5-4f9d-a7cd-26e426f75af9" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181920Z:9490b4d6-88f5-4f9d-a7cd-26e426f75af9" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:19:20 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "545f07de-4038-4563-90ef-08eba3aec94d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "545f07de-4038-4563-90ef-08eba3aec94d" - ], - "request-id": [ - "545f07de-4038-4563-90ef-08eba3aec94d" - ], - "elapsed-time": [ - "52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-correlation-request-id": [ - "e27d82be-3763-4a4e-9f2f-82e7d7223a1a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181930Z:e27d82be-3763-4a4e-9f2f-82e7d7223a1a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:19:30 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "41b30c47-c430-48d5-b597-de3b2f9308ae" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "41b30c47-c430-48d5-b597-de3b2f9308ae" - ], - "request-id": [ - "41b30c47-c430-48d5-b597-de3b2f9308ae" - ], - "elapsed-time": [ - "68" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-correlation-request-id": [ - "e5c0abde-1c5b-4a18-ac6b-575757d35025" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181941Z:e5c0abde-1c5b-4a18-ac6b-575757d35025" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:19:41 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "bc22a3cc-0ba2-4cc4-8015-de1c5ad5bcab" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "bc22a3cc-0ba2-4cc4-8015-de1c5ad5bcab" - ], - "request-id": [ - "bc22a3cc-0ba2-4cc4-8015-de1c5ad5bcab" - ], - "elapsed-time": [ - "176" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-correlation-request-id": [ - "f23f2e5e-1657-432b-bb17-577227da1b3a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T181952Z:f23f2e5e-1657-432b-bb17-577227da1b3a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:19:51 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c0183476-f06b-4535-8db1-ef6b8cdcb7df" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c0183476-f06b-4535-8db1-ef6b8cdcb7df" - ], - "request-id": [ - "c0183476-f06b-4535-8db1-ef6b8cdcb7df" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-correlation-request-id": [ - "abc727a5-7a3f-4277-92f6-b73d71dc9373" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182002Z:abc727a5-7a3f-4277-92f6-b73d71dc9373" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:20:01 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0e3c1207-54ba-4275-947f-c41c1f0a5cc7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "0e3c1207-54ba-4275-947f-c41c1f0a5cc7" - ], - "request-id": [ - "0e3c1207-54ba-4275-947f-c41c1f0a5cc7" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-correlation-request-id": [ - "1d3649c4-6033-4f88-b995-44f3b763e691" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182012Z:1d3649c4-6033-4f88-b995-44f3b763e691" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:20:12 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5c540771-20c7-4274-ab79-033255c277ab" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "5c540771-20c7-4274-ab79-033255c277ab" - ], - "request-id": [ - "5c540771-20c7-4274-ab79-033255c277ab" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-correlation-request-id": [ - "6b652207-743e-4ce6-a085-da3408b2a9cf" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182022Z:6b652207-743e-4ce6-a085-da3408b2a9cf" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:20:22 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f1dd1288-7193-40df-9d8f-c9c15e2c2146" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "f1dd1288-7193-40df-9d8f-c9c15e2c2146" - ], - "request-id": [ - "f1dd1288-7193-40df-9d8f-c9c15e2c2146" - ], - "elapsed-time": [ - "51" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-correlation-request-id": [ - "9b9d948e-ca97-4c87-9627-02cc5697edb8" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182033Z:9b9d948e-ca97-4c87-9627-02cc5697edb8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:20:32 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2fa4ba4e-43cc-4cdd-b468-6a0c2c2ad64e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "2fa4ba4e-43cc-4cdd-b468-6a0c2c2ad64e" - ], - "request-id": [ - "2fa4ba4e-43cc-4cdd-b468-6a0c2c2ad64e" - ], - "elapsed-time": [ - "51" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-correlation-request-id": [ - "0fcd4899-a88b-4b75-86ad-b74bbc93ec2b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182043Z:0fcd4899-a88b-4b75-86ad-b74bbc93ec2b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:20:43 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c30ffc48-b5da-4456-a83c-ec4802098954" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c30ffc48-b5da-4456-a83c-ec4802098954" - ], - "request-id": [ - "c30ffc48-b5da-4456-a83c-ec4802098954" - ], - "elapsed-time": [ - "78" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-correlation-request-id": [ - "cf65da6f-45a1-4741-bc7f-b4198082f579" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182053Z:cf65da6f-45a1-4741-bc7f-b4198082f579" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:20:52 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8124347c-d156-42aa-be7f-96e285274265" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "8124347c-d156-42aa-be7f-96e285274265" - ], - "request-id": [ - "8124347c-d156-42aa-be7f-96e285274265" - ], - "elapsed-time": [ - "77" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-correlation-request-id": [ - "145321e9-7352-4994-b82d-6e32220cea30" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182104Z:145321e9-7352-4994-b82d-6e32220cea30" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:21:04 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "62df7a53-4866-429d-b735-12539b074c8b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "62df7a53-4866-429d-b735-12539b074c8b" - ], - "request-id": [ - "62df7a53-4866-429d-b735-12539b074c8b" - ], - "elapsed-time": [ - "59" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-correlation-request-id": [ - "de63bad1-2e52-4c57-8d0c-47dca22cb721" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182114Z:de63bad1-2e52-4c57-8d0c-47dca22cb721" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:21:14 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "bf5cf2dd-a29d-4143-8744-8ad25ce30755" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "bf5cf2dd-a29d-4143-8744-8ad25ce30755" - ], - "request-id": [ - "bf5cf2dd-a29d-4143-8744-8ad25ce30755" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-correlation-request-id": [ - "75a32975-809d-474f-9d71-d49218965a90" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182124Z:75a32975-809d-474f-9d71-d49218965a90" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:21:24 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ad4511fc-ef0c-4151-ac24-ab3989b522cd" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ad4511fc-ef0c-4151-ac24-ab3989b522cd" - ], - "request-id": [ - "ad4511fc-ef0c-4151-ac24-ab3989b522cd" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-correlation-request-id": [ - "fd15967a-3e5a-4bfa-9723-3514b9390505" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182135Z:fd15967a-3e5a-4bfa-9723-3514b9390505" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:21:34 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b7058b1f-71c0-46d1-a3a6-a96452f7bb8f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b7058b1f-71c0-46d1-a3a6-a96452f7bb8f" - ], - "request-id": [ - "b7058b1f-71c0-46d1-a3a6-a96452f7bb8f" - ], - "elapsed-time": [ - "100" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-correlation-request-id": [ - "6e038938-b35c-44ed-8bc2-6a17be1a7f6b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182145Z:6e038938-b35c-44ed-8bc2-6a17be1a7f6b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:21:44 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "dbbc959f-8a9c-4942-80ae-db3096bfccbe" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "dbbc959f-8a9c-4942-80ae-db3096bfccbe" - ], - "request-id": [ - "dbbc959f-8a9c-4942-80ae-db3096bfccbe" - ], - "elapsed-time": [ - "186" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-correlation-request-id": [ - "7d120142-2448-4606-af04-f89340f8fe83" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182155Z:7d120142-2448-4606-af04-f89340f8fe83" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:21:55 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "69896534-b3a4-4f1e-a972-db2a40ce248f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "69896534-b3a4-4f1e-a972-db2a40ce248f" - ], - "request-id": [ - "69896534-b3a4-4f1e-a972-db2a40ce248f" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-correlation-request-id": [ - "6181b7f8-efd6-4a45-bffc-ca030c9553f5" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182206Z:6181b7f8-efd6-4a45-bffc-ca030c9553f5" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:22:05 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e219cdf3-68da-48a5-a303-dd48655fbab2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "e219cdf3-68da-48a5-a303-dd48655fbab2" - ], - "request-id": [ - "e219cdf3-68da-48a5-a303-dd48655fbab2" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-correlation-request-id": [ - "4a6bdbcd-e928-42da-aec6-168edfe5e982" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182216Z:4a6bdbcd-e928-42da-aec6-168edfe5e982" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:22:16 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1dbeaff7-f86d-436d-989a-a506fe1b2432" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "1dbeaff7-f86d-436d-989a-a506fe1b2432" - ], - "request-id": [ - "1dbeaff7-f86d-436d-989a-a506fe1b2432" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-correlation-request-id": [ - "fc238579-5204-4ec7-ae6e-fe375bd0abef" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182226Z:fc238579-5204-4ec7-ae6e-fe375bd0abef" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:22:26 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d94f06b4-ba13-430a-b737-c7850b9ded67" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "d94f06b4-ba13-430a-b737-c7850b9ded67" - ], - "request-id": [ - "d94f06b4-ba13-430a-b737-c7850b9ded67" - ], - "elapsed-time": [ - "69" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-correlation-request-id": [ - "5b627f0b-86d6-41c2-8eeb-a8d94e283070" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182237Z:5b627f0b-86d6-41c2-8eeb-a8d94e283070" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:22:36 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "60b579a2-c422-4a0e-9dbc-08eb985605fd" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "60b579a2-c422-4a0e-9dbc-08eb985605fd" - ], - "request-id": [ - "60b579a2-c422-4a0e-9dbc-08eb985605fd" - ], - "elapsed-time": [ - "92" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-correlation-request-id": [ - "adadb19d-bb36-490e-b93b-9ebe60202d53" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182247Z:adadb19d-bb36-490e-b93b-9ebe60202d53" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:22:46 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2b533dd4-1a65-4246-8b1f-9b492fc662b2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "2b533dd4-1a65-4246-8b1f-9b492fc662b2" - ], - "request-id": [ - "2b533dd4-1a65-4246-8b1f-9b492fc662b2" - ], - "elapsed-time": [ - "52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-correlation-request-id": [ - "f894e85c-46ab-4075-a4bf-923e13e81327" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182257Z:f894e85c-46ab-4075-a4bf-923e13e81327" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:22:56 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e8dc4dbb-e706-401d-aa9d-e999c1ce96aa" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "e8dc4dbb-e706-401d-aa9d-e999c1ce96aa" - ], - "request-id": [ - "e8dc4dbb-e706-401d-aa9d-e999c1ce96aa" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-correlation-request-id": [ - "efd1315d-c9bd-4b7e-bc8f-2c8af6988c3b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182308Z:efd1315d-c9bd-4b7e-bc8f-2c8af6988c3b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:23:08 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c1ac6552-bd14-4f4c-93be-00030fc9ab01" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c1ac6552-bd14-4f4c-93be-00030fc9ab01" - ], - "request-id": [ - "c1ac6552-bd14-4f4c-93be-00030fc9ab01" - ], - "elapsed-time": [ - "66" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-correlation-request-id": [ - "eb618944-f0a1-4171-951b-13359ab7a517" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182318Z:eb618944-f0a1-4171-951b-13359ab7a517" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:23:18 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "045b360a-243b-488f-b5b8-4dd308700d0b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "045b360a-243b-488f-b5b8-4dd308700d0b" - ], - "request-id": [ - "045b360a-243b-488f-b5b8-4dd308700d0b" - ], - "elapsed-time": [ - "82" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-correlation-request-id": [ - "8f64f278-cc62-4ed7-82b1-398580b9bb11" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182328Z:8f64f278-cc62-4ed7-82b1-398580b9bb11" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:23:27 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "bf9bd177-2579-4793-91b9-f17355d66295" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "bf9bd177-2579-4793-91b9-f17355d66295" - ], - "request-id": [ - "bf9bd177-2579-4793-91b9-f17355d66295" - ], - "elapsed-time": [ - "59" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-correlation-request-id": [ - "cc5cd6ff-fc84-4297-92a8-268dad279f6d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182338Z:cc5cd6ff-fc84-4297-92a8-268dad279f6d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:23:38 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6f878cac-ac36-4b6e-a5df-2b59b783bd42" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "6f878cac-ac36-4b6e-a5df-2b59b783bd42" - ], - "request-id": [ - "6f878cac-ac36-4b6e-a5df-2b59b783bd42" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-correlation-request-id": [ - "51b6167a-2149-49e5-a783-048aaf0b4b8e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182349Z:51b6167a-2149-49e5-a783-048aaf0b4b8e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:23:49 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "bf6d01be-9f66-44b5-bf08-fd56f9693d6b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "bf6d01be-9f66-44b5-bf08-fd56f9693d6b" - ], - "request-id": [ - "bf6d01be-9f66-44b5-bf08-fd56f9693d6b" - ], - "elapsed-time": [ - "85" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-correlation-request-id": [ - "1520c352-ec3d-4e50-81db-81ea302c9dfa" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182400Z:1520c352-ec3d-4e50-81db-81ea302c9dfa" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:24:00 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9e220b6e-a933-431c-87bf-15ed2727c39e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "9e220b6e-a933-431c-87bf-15ed2727c39e" - ], - "request-id": [ - "9e220b6e-a933-431c-87bf-15ed2727c39e" - ], - "elapsed-time": [ - "58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-correlation-request-id": [ - "cf1f93af-8b64-427d-97ff-80c124c955de" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182410Z:cf1f93af-8b64-427d-97ff-80c124c955de" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:24:10 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7d1782d7-60d6-49d9-b0a8-5e3736f9e4c0" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "7d1782d7-60d6-49d9-b0a8-5e3736f9e4c0" - ], - "request-id": [ - "7d1782d7-60d6-49d9-b0a8-5e3736f9e4c0" - ], - "elapsed-time": [ - "59" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-correlation-request-id": [ - "71027278-32e8-4e10-8621-71491c6e3e0e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182420Z:71027278-32e8-4e10-8621-71491c6e3e0e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:24:19 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b185ed21-0bad-4198-b4f0-9dfd082be199" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b185ed21-0bad-4198-b4f0-9dfd082be199" - ], - "request-id": [ - "b185ed21-0bad-4198-b4f0-9dfd082be199" - ], - "elapsed-time": [ - "64" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-correlation-request-id": [ - "1b1b34cd-137f-4896-9168-70ee7fb8ae5c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182431Z:1b1b34cd-137f-4896-9168-70ee7fb8ae5c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:24:30 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d3799968-15e5-4412-bd5d-ed40fc3ff51d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "d3799968-15e5-4412-bd5d-ed40fc3ff51d" - ], - "request-id": [ - "d3799968-15e5-4412-bd5d-ed40fc3ff51d" - ], - "elapsed-time": [ - "61" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-correlation-request-id": [ - "8312c4b7-753d-4cde-9f2a-73975a246cd1" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182441Z:8312c4b7-753d-4cde-9f2a-73975a246cd1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:24:40 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "730d02dc-9be4-4445-820b-f770cb4465c6" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "730d02dc-9be4-4445-820b-f770cb4465c6" - ], - "request-id": [ - "730d02dc-9be4-4445-820b-f770cb4465c6" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-correlation-request-id": [ - "9592b797-c514-4b79-82d3-8ffd0fc290a7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182451Z:9592b797-c514-4b79-82d3-8ffd0fc290a7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:24:51 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "15d0be59-4d31-4cb0-baa5-11bb366c7d7e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "15d0be59-4d31-4cb0-baa5-11bb366c7d7e" - ], - "request-id": [ - "15d0be59-4d31-4cb0-baa5-11bb366c7d7e" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-correlation-request-id": [ - "c8a4b29d-17be-4d9f-9d79-7f867569a4c1" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182501Z:c8a4b29d-17be-4d9f-9d79-7f867569a4c1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:25:01 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "cf08c517-f7eb-42a6-be11-b0b4f4216ccf" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "cf08c517-f7eb-42a6-be11-b0b4f4216ccf" - ], - "request-id": [ - "cf08c517-f7eb-42a6-be11-b0b4f4216ccf" - ], - "elapsed-time": [ - "93" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-correlation-request-id": [ - "b73c98dd-6742-42b4-b3c7-70400756f049" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182512Z:b73c98dd-6742-42b4-b3c7-70400756f049" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:25:12 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "03cfb159-dda1-4a0f-bc51-ee25e6c79e8f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "03cfb159-dda1-4a0f-bc51-ee25e6c79e8f" - ], - "request-id": [ - "03cfb159-dda1-4a0f-bc51-ee25e6c79e8f" - ], - "elapsed-time": [ - "80" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-correlation-request-id": [ - "b64dced5-4b24-4ed8-b53a-b475cc95e7b7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182522Z:b64dced5-4b24-4ed8-b53a-b475cc95e7b7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:25:22 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "29f4f985-187f-434b-9616-fb88ab42074e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "29f4f985-187f-434b-9616-fb88ab42074e" - ], - "request-id": [ - "29f4f985-187f-434b-9616-fb88ab42074e" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-correlation-request-id": [ - "36e79408-5e2b-4ccc-b7ee-b88bf9dc4269" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182532Z:36e79408-5e2b-4ccc-b7ee-b88bf9dc4269" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:25:32 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "af370beb-c106-4ab0-a3a9-6ceb331a990a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "af370beb-c106-4ab0-a3a9-6ceb331a990a" - ], - "request-id": [ - "af370beb-c106-4ab0-a3a9-6ceb331a990a" - ], - "elapsed-time": [ - "66" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-correlation-request-id": [ - "70681810-63a0-4c15-adf6-ae3dce6fa902" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182543Z:70681810-63a0-4c15-adf6-ae3dce6fa902" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:25:43 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9b5d6aa0-f9c8-4c9e-96be-7476568f6612" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "9b5d6aa0-f9c8-4c9e-96be-7476568f6612" - ], - "request-id": [ - "9b5d6aa0-f9c8-4c9e-96be-7476568f6612" - ], - "elapsed-time": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-correlation-request-id": [ - "8a64ae91-0a0e-42bc-b1b1-68965783c6a4" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182553Z:8a64ae91-0a0e-42bc-b1b1-68965783c6a4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:25:53 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ed50a0b9-421a-4a96-9705-1a2066c0720b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ed50a0b9-421a-4a96-9705-1a2066c0720b" - ], - "request-id": [ - "ed50a0b9-421a-4a96-9705-1a2066c0720b" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-correlation-request-id": [ - "c4b7ae9d-a5f2-413d-8cf6-172d609fd81d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182603Z:c4b7ae9d-a5f2-413d-8cf6-172d609fd81d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:26:03 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "dad86513-6a20-490d-895c-089397555d78" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "dad86513-6a20-490d-895c-089397555d78" - ], - "request-id": [ - "dad86513-6a20-490d-895c-089397555d78" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-correlation-request-id": [ - "3f67b328-ef65-428a-bde0-88021741b07f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182614Z:3f67b328-ef65-428a-bde0-88021741b07f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:26:13 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3afcdc80-4ba0-4317-979f-e07612903a80" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3afcdc80-4ba0-4317-979f-e07612903a80" - ], - "request-id": [ - "3afcdc80-4ba0-4317-979f-e07612903a80" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-correlation-request-id": [ - "ceaf64d1-1157-40fe-9c83-a8140d0dcf78" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182624Z:ceaf64d1-1157-40fe-9c83-a8140d0dcf78" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:26:24 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a62551b2-bc30-4ee6-bcdc-57419076ded9" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "a62551b2-bc30-4ee6-bcdc-57419076ded9" - ], - "request-id": [ - "a62551b2-bc30-4ee6-bcdc-57419076ded9" - ], - "elapsed-time": [ - "81" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-correlation-request-id": [ - "8dd009da-a669-463d-b641-c1c77ba431b0" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182634Z:8dd009da-a669-463d-b641-c1c77ba431b0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:26:34 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b63a2935-4557-4e4f-b255-fe234ecc0bff" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b63a2935-4557-4e4f-b255-fe234ecc0bff" - ], - "request-id": [ - "b63a2935-4557-4e4f-b255-fe234ecc0bff" - ], - "elapsed-time": [ - "76" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-correlation-request-id": [ - "5bc278d5-83ea-4ec0-98ef-8c9e5a6b434b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182645Z:5bc278d5-83ea-4ec0-98ef-8c9e5a6b434b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:26:44 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3a0797b8-ff40-4d29-8d42-10c8c76f882c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3a0797b8-ff40-4d29-8d42-10c8c76f882c" - ], - "request-id": [ - "3a0797b8-ff40-4d29-8d42-10c8c76f882c" - ], - "elapsed-time": [ - "55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-correlation-request-id": [ - "090e08a4-2189-4a2f-b3bd-37f6996578f4" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182655Z:090e08a4-2189-4a2f-b3bd-37f6996578f4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:26:54 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3172b8bb-aff9-4391-9ec7-0d5bacaeed6c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3172b8bb-aff9-4391-9ec7-0d5bacaeed6c" - ], - "request-id": [ - "3172b8bb-aff9-4391-9ec7-0d5bacaeed6c" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-correlation-request-id": [ - "25b4eb84-e1c3-45f8-8414-31f4eae1e811" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182705Z:25b4eb84-e1c3-45f8-8414-31f4eae1e811" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:27:05 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "dcc3abf9-1275-4220-9161-a91642850e9f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "dcc3abf9-1275-4220-9161-a91642850e9f" - ], - "request-id": [ - "dcc3abf9-1275-4220-9161-a91642850e9f" - ], - "elapsed-time": [ - "68" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" - ], - "x-ms-correlation-request-id": [ - "393733d2-110c-4a64-8402-91effe920292" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182716Z:393733d2-110c-4a64-8402-91effe920292" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:27:15 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "42e119ca-3283-4d4d-83ad-4366c0f2eff0" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "42e119ca-3283-4d4d-83ad-4366c0f2eff0" - ], - "request-id": [ - "42e119ca-3283-4d4d-83ad-4366c0f2eff0" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" - ], - "x-ms-correlation-request-id": [ - "b8483126-2f43-45d8-8b48-4121222a8137" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182726Z:b8483126-2f43-45d8-8b48-4121222a8137" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:27:25 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "cf6761a4-092e-4e3f-b3c7-a72da02564d5" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "cf6761a4-092e-4e3f-b3c7-a72da02564d5" - ], - "request-id": [ - "cf6761a4-092e-4e3f-b3c7-a72da02564d5" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" - ], - "x-ms-correlation-request-id": [ - "fd5eeeaa-c44d-4c5e-83f7-d68c9b42df6b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182736Z:fd5eeeaa-c44d-4c5e-83f7-d68c9b42df6b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:27:36 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "03f434cd-29b6-4fb4-bc1f-a6cf7694d41c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "03f434cd-29b6-4fb4-bc1f-a6cf7694d41c" - ], - "request-id": [ - "03f434cd-29b6-4fb4-bc1f-a6cf7694d41c" - ], - "elapsed-time": [ - "67" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-correlation-request-id": [ - "c94e637c-15ad-414f-a7b8-e753bfb41b8e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182747Z:c94e637c-15ad-414f-a7b8-e753bfb41b8e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:27:46 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3cd47b6c-5948-40bc-82fc-1c4eda67c0fe" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3cd47b6c-5948-40bc-82fc-1c4eda67c0fe" - ], - "request-id": [ - "3cd47b6c-5948-40bc-82fc-1c4eda67c0fe" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-correlation-request-id": [ - "82928c31-f152-4fe8-9acb-e2d2e476f040" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182758Z:82928c31-f152-4fe8-9acb-e2d2e476f040" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:27:58 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "4d2eb495-d311-408b-ad4c-a3529985a4ca" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "4d2eb495-d311-408b-ad4c-a3529985a4ca" - ], - "request-id": [ - "4d2eb495-d311-408b-ad4c-a3529985a4ca" - ], - "elapsed-time": [ - "171" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" - ], - "x-ms-correlation-request-id": [ - "95953e10-bedd-4737-bb95-f2b081036740" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182808Z:95953e10-bedd-4737-bb95-f2b081036740" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:28:07 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a8d2a1e8-b901-4478-837b-9862b403e6b8" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "a8d2a1e8-b901-4478-837b-9862b403e6b8" - ], - "request-id": [ - "a8d2a1e8-b901-4478-837b-9862b403e6b8" - ], - "elapsed-time": [ - "52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" - ], - "x-ms-correlation-request-id": [ - "85118f8e-7a02-4653-a9fb-77a9c2a83943" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182818Z:85118f8e-7a02-4653-a9fb-77a9c2a83943" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:28:18 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "10dc98ab-5775-41a8-af03-1426a924a8be" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "10dc98ab-5775-41a8-af03-1426a924a8be" - ], - "request-id": [ - "10dc98ab-5775-41a8-af03-1426a924a8be" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14784" - ], - "x-ms-correlation-request-id": [ - "daa72e49-4a69-4927-a497-187c2ee605a9" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182829Z:daa72e49-4a69-4927-a497-187c2ee605a9" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:28:28 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "662bf077-7538-4e28-9e72-932e1c66c53b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "662bf077-7538-4e28-9e72-932e1c66c53b" - ], - "request-id": [ - "662bf077-7538-4e28-9e72-932e1c66c53b" - ], - "elapsed-time": [ - "109" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14783" - ], - "x-ms-correlation-request-id": [ - "9d7847aa-435c-43ab-8995-06c83142e120" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182839Z:9d7847aa-435c-43ab-8995-06c83142e120" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:28:39 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "adcd0d47-3ce8-4939-bcc4-014124ce479a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "adcd0d47-3ce8-4939-bcc4-014124ce479a" - ], - "request-id": [ - "adcd0d47-3ce8-4939-bcc4-014124ce479a" - ], - "elapsed-time": [ - "62" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14782" - ], - "x-ms-correlation-request-id": [ - "05c5205f-adaf-4b97-851e-9f2fb874a61f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182849Z:05c5205f-adaf-4b97-851e-9f2fb874a61f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:28:49 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "69126fc3-c5d4-456f-a2ea-cf1ec8ced6e7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "69126fc3-c5d4-456f-a2ea-cf1ec8ced6e7" - ], - "request-id": [ - "69126fc3-c5d4-456f-a2ea-cf1ec8ced6e7" - ], - "elapsed-time": [ - "79" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14781" - ], - "x-ms-correlation-request-id": [ - "9090ae4a-fc2e-4a52-80e1-8da5e4e54e74" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182900Z:9090ae4a-fc2e-4a52-80e1-8da5e4e54e74" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:28:59 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f9a0fbaf-f330-4cd1-af9f-28f454bb9999" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "f9a0fbaf-f330-4cd1-af9f-28f454bb9999" - ], - "request-id": [ - "f9a0fbaf-f330-4cd1-af9f-28f454bb9999" - ], - "elapsed-time": [ - "55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14780" - ], - "x-ms-correlation-request-id": [ - "1cd30723-a8a5-4c84-a871-34e4378a44ad" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182910Z:1cd30723-a8a5-4c84-a871-34e4378a44ad" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:29:10 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "032481c4-3e37-491f-8d7a-027f89957605" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "032481c4-3e37-491f-8d7a-027f89957605" - ], - "request-id": [ - "032481c4-3e37-491f-8d7a-027f89957605" - ], - "elapsed-time": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14779" - ], - "x-ms-correlation-request-id": [ - "79d60c19-8108-4f75-be67-953ebea2c17c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182920Z:79d60c19-8108-4f75-be67-953ebea2c17c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:29:19 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d6953a0f-f1ab-4680-9855-e01a4b4f8432" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "d6953a0f-f1ab-4680-9855-e01a4b4f8432" - ], - "request-id": [ - "d6953a0f-f1ab-4680-9855-e01a4b4f8432" - ], - "elapsed-time": [ - "64" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14778" - ], - "x-ms-correlation-request-id": [ - "eef3aaf8-dba0-4217-9b3c-7209c7d3609f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182931Z:eef3aaf8-dba0-4217-9b3c-7209c7d3609f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:29:31 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a19da190-e6bb-44f0-b635-425566f0f977" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "a19da190-e6bb-44f0-b635-425566f0f977" - ], - "request-id": [ - "a19da190-e6bb-44f0-b635-425566f0f977" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14777" - ], - "x-ms-correlation-request-id": [ - "158e24ce-5e64-4cc8-bc30-e08eebd0ac5a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182941Z:158e24ce-5e64-4cc8-bc30-e08eebd0ac5a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:29:41 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "bc35a7cf-4ffb-4233-8e12-de1841fa7bd7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "bc35a7cf-4ffb-4233-8e12-de1841fa7bd7" - ], - "request-id": [ - "bc35a7cf-4ffb-4233-8e12-de1841fa7bd7" - ], - "elapsed-time": [ - "55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14776" - ], - "x-ms-correlation-request-id": [ - "672a4f80-ba71-429d-aef4-7a95b682a2c4" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T182951Z:672a4f80-ba71-429d-aef4-7a95b682a2c4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:29:50 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "eb28e9e2-c872-40c6-af38-8b8d0aaf707f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "eb28e9e2-c872-40c6-af38-8b8d0aaf707f" - ], - "request-id": [ - "eb28e9e2-c872-40c6-af38-8b8d0aaf707f" - ], - "elapsed-time": [ - "52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14775" - ], - "x-ms-correlation-request-id": [ - "0e8fd0e7-fd57-49b2-9f75-d2339d2bf348" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183002Z:0e8fd0e7-fd57-49b2-9f75-d2339d2bf348" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:30:01 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a46ace2f-7345-47ea-89a1-abab5ecf0a9c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "a46ace2f-7345-47ea-89a1-abab5ecf0a9c" - ], - "request-id": [ - "a46ace2f-7345-47ea-89a1-abab5ecf0a9c" - ], - "elapsed-time": [ - "61" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14774" - ], - "x-ms-correlation-request-id": [ - "cb775cc6-bece-42da-b435-faa0717e2ca7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183012Z:cb775cc6-bece-42da-b435-faa0717e2ca7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:30:12 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "637e14cd-dbe6-4bcc-866c-3638a6c53e7a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "637e14cd-dbe6-4bcc-866c-3638a6c53e7a" - ], - "request-id": [ - "637e14cd-dbe6-4bcc-866c-3638a6c53e7a" - ], - "elapsed-time": [ - "56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14773" - ], - "x-ms-correlation-request-id": [ - "8efe51c3-0b1d-4a29-a8de-d7ff94bd1b63" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183022Z:8efe51c3-0b1d-4a29-a8de-d7ff94bd1b63" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:30:22 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "cdee5ab1-8d31-45e6-a095-f473f90d0223" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "cdee5ab1-8d31-45e6-a095-f473f90d0223" - ], - "request-id": [ - "cdee5ab1-8d31-45e6-a095-f473f90d0223" - ], - "elapsed-time": [ - "57" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14772" - ], - "x-ms-correlation-request-id": [ - "4dd49be8-174e-4896-87b8-cec4549b8fe7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183033Z:4dd49be8-174e-4896-87b8-cec4549b8fe7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:30:32 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "59d92c9f-e4fe-4c0b-9827-4ca8f8ff5b41" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "59d92c9f-e4fe-4c0b-9827-4ca8f8ff5b41" - ], - "request-id": [ - "59d92c9f-e4fe-4c0b-9827-4ca8f8ff5b41" - ], - "elapsed-time": [ - "74" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14771" - ], - "x-ms-correlation-request-id": [ - "c7a43bea-c9cb-487b-80ee-2f3e68c7d0f7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183043Z:c7a43bea-c9cb-487b-80ee-2f3e68c7d0f7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:30:42 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e8ee2883-dfc1-4c05-9fd0-9f18f571f6a2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "e8ee2883-dfc1-4c05-9fd0-9f18f571f6a2" - ], - "request-id": [ - "e8ee2883-dfc1-4c05-9fd0-9f18f571f6a2" - ], - "elapsed-time": [ - "52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14770" - ], - "x-ms-correlation-request-id": [ - "055679f2-90bf-4c84-90eb-3a167359dbc1" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183053Z:055679f2-90bf-4c84-90eb-3a167359dbc1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:30:53 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6e582fef-fb3d-4fc3-9d6c-f20798c63ec7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "6e582fef-fb3d-4fc3-9d6c-f20798c63ec7" - ], - "request-id": [ - "6e582fef-fb3d-4fc3-9d6c-f20798c63ec7" - ], - "elapsed-time": [ - "52" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14769" - ], - "x-ms-correlation-request-id": [ - "f65c76ba-e43d-4e4b-b117-4ec30e92ad15" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183103Z:f65c76ba-e43d-4e4b-b117-4ec30e92ad15" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:31:03 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "cd9afc15-c28d-4a72-97e9-b3ebc6557324" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "cd9afc15-c28d-4a72-97e9-b3ebc6557324" - ], - "request-id": [ - "cd9afc15-c28d-4a72-97e9-b3ebc6557324" - ], - "elapsed-time": [ - "55" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14768" - ], - "x-ms-correlation-request-id": [ - "396c94e0-0d2c-4bf4-9df9-aedcec1a105e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183114Z:396c94e0-0d2c-4bf4-9df9-aedcec1a105e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:31:13 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8d8c7ebb-70a9-4ade-8863-a75bc96b8e55" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "8d8c7ebb-70a9-4ade-8863-a75bc96b8e55" - ], - "request-id": [ - "8d8c7ebb-70a9-4ade-8863-a75bc96b8e55" - ], - "elapsed-time": [ - "54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14767" - ], - "x-ms-correlation-request-id": [ - "21f2b851-b91c-4c57-b87b-d5d042c7dded" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183124Z:21f2b851-b91c-4c57-b87b-d5d042c7dded" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:31:24 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6135ad1d-b2cc-4b3d-8137-0c7ffe1cdf01" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "6135ad1d-b2cc-4b3d-8137-0c7ffe1cdf01" - ], - "request-id": [ - "6135ad1d-b2cc-4b3d-8137-0c7ffe1cdf01" - ], - "elapsed-time": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14766" - ], - "x-ms-correlation-request-id": [ - "39f861a8-6341-442b-9b81-b6b7c6b48e11" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183134Z:39f861a8-6341-442b-9b81-b6b7c6b48e11" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:31:33 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "42d9e4cf-13bb-4a58-8ed8-e9146ac923de" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "42d9e4cf-13bb-4a58-8ed8-e9146ac923de" - ], - "request-id": [ - "42d9e4cf-13bb-4a58-8ed8-e9146ac923de" - ], - "elapsed-time": [ - "67" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14765" - ], - "x-ms-correlation-request-id": [ - "ac397c45-962f-41f2-824f-7494dac0775d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183145Z:ac397c45-962f-41f2-824f-7494dac0775d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:31:44 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "148d509b-f29b-49fe-9ec6-841f4801353d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "148d509b-f29b-49fe-9ec6-841f4801353d" - ], - "request-id": [ - "148d509b-f29b-49fe-9ec6-841f4801353d" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14764" - ], - "x-ms-correlation-request-id": [ - "83660399-9613-4fc7-b201-14ebabe226a5" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183155Z:83660399-9613-4fc7-b201-14ebabe226a5" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:31:55 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "11518c86-bb39-45eb-9298-3ced43e47b63" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "11518c86-bb39-45eb-9298-3ced43e47b63" - ], - "request-id": [ - "11518c86-bb39-45eb-9298-3ced43e47b63" - ], - "elapsed-time": [ - "235" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14763" - ], - "x-ms-correlation-request-id": [ - "b493f60a-aa89-4e83-936e-4ce2dc7113dd" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183206Z:b493f60a-aa89-4e83-936e-4ce2dc7113dd" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:32:06 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "620a30db-61d9-4a19-8e65-1a53c0655072" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "620a30db-61d9-4a19-8e65-1a53c0655072" - ], - "request-id": [ - "620a30db-61d9-4a19-8e65-1a53c0655072" - ], - "elapsed-time": [ - "69" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14762" - ], - "x-ms-correlation-request-id": [ - "47af1fb5-c7cd-447b-be05-d4964d048d4f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183216Z:47af1fb5-c7cd-447b-be05-d4964d048d4f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:32:16 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6435179e-d6a0-4a2f-a501-29af398aef2e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "6435179e-d6a0-4a2f-a501-29af398aef2e" - ], - "request-id": [ - "6435179e-d6a0-4a2f-a501-29af398aef2e" - ], - "elapsed-time": [ - "107" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14761" - ], - "x-ms-correlation-request-id": [ - "b560e946-a4dc-4b00-964b-12ffe6271590" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183227Z:b560e946-a4dc-4b00-964b-12ffe6271590" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:32:26 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "219205e8-5e4d-4a30-90b7-9e349d567bf1" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "219205e8-5e4d-4a30-90b7-9e349d567bf1" - ], - "request-id": [ - "219205e8-5e4d-4a30-90b7-9e349d567bf1" - ], - "elapsed-time": [ - "72" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14760" - ], - "x-ms-correlation-request-id": [ - "83a8d334-e9bf-412a-aac5-3ade3b804d3d" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183237Z:83a8d334-e9bf-412a-aac5-3ade3b804d3d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:32:37 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "830655a0-ee47-47bc-8a38-ad31aafbd2ee" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "830655a0-ee47-47bc-8a38-ad31aafbd2ee" - ], - "request-id": [ - "830655a0-ee47-47bc-8a38-ad31aafbd2ee" - ], - "elapsed-time": [ - "109" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14759" - ], - "x-ms-correlation-request-id": [ - "9abb7eb2-5d4c-463a-a8eb-67780d7b06d7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183247Z:9abb7eb2-5d4c-463a-a8eb-67780d7b06d7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:32:47 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d4b74765-cd73-4cc8-873a-8d3ececb3d4e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "d4b74765-cd73-4cc8-873a-8d3ececb3d4e" - ], - "request-id": [ - "d4b74765-cd73-4cc8-873a-8d3ececb3d4e" - ], - "elapsed-time": [ - "53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14758" - ], - "x-ms-correlation-request-id": [ - "57447d5d-f763-468d-a5ce-423d2adb0e4c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183258Z:57447d5d-f763-468d-a5ce-423d2adb0e4c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 29 May 2020 18:32:57 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "19b14642-00a9-42bc-891b-8d14be6c0944" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "19b14642-00a9-42bc-891b-8d14be6c0944" - ], - "request-id": [ - "19b14642-00a9-42bc-891b-8d14be6c0944" - ], - "elapsed-time": [ - "65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14757" - ], - "x-ms-correlation-request-id": [ - "ad606466-76bc-4171-bd1e-053855ba7de0" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183308Z:ad606466-76bc-4171-bd1e-053855ba7de0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Fri, 29 May 2020 18:33:08 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9e094598-05f3-41f7-b708-73173b9d9906" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Thu, 06 Aug 2020 23:42:43 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9e094598-05f3-41f7-b708-73173b9d9906" + "d6bc4503-d5fa-4698-b099-b009c7beaa2e" ], "request-id": [ - "9e094598-05f3-41f7-b708-73173b9d9906" + "d6bc4503-d5fa-4698-b099-b009c7beaa2e" ], "elapsed-time": [ - "63" + "441" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14756" + "14959" ], "x-ms-correlation-request-id": [ - "f6c15e87-9f86-4ab4-b520-f46389dab4e1" + "545e6523-20a5-4b9a-953e-3395344452be" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183318Z:f6c15e87-9f86-4ab4-b520-f46389dab4e1" + "NORTHEUROPE:20200806T234244Z:545e6523-20a5-4b9a-953e-3395344452be" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:33:17 GMT" - ], "Content-Length": [ "541" ], @@ -17766,25 +2442,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4aefdfd-ea53-461d-a1fe-0afdcb3dc66e" + "0b02e14d-8f80-47cc-9839-816aee7a2af1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -17792,42 +2468,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:42:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a4aefdfd-ea53-461d-a1fe-0afdcb3dc66e" + "0b02e14d-8f80-47cc-9839-816aee7a2af1" ], "request-id": [ - "a4aefdfd-ea53-461d-a1fe-0afdcb3dc66e" + "0b02e14d-8f80-47cc-9839-816aee7a2af1" ], "elapsed-time": [ - "63" + "389" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14755" + "14958" ], "x-ms-correlation-request-id": [ - "a92ccca4-bf2a-489f-a60f-c44301ca34c9" + "a982ecdc-4b0c-459e-a761-fd799a7ff028" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183328Z:a92ccca4-bf2a-489f-a60f-c44301ca34c9" + "NORTHEUROPE:20200806T234254Z:a982ecdc-4b0c-459e-a761-fd799a7ff028" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:33:28 GMT" - ], "Content-Length": [ "541" ], @@ -17838,25 +2514,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7fed479c-88e1-4c49-9898-577db417140c" + "6e493ae1-cd4f-4ce2-b6ba-2627c9be9c37" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -17864,42 +2540,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:43:04 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7fed479c-88e1-4c49-9898-577db417140c" + "6e493ae1-cd4f-4ce2-b6ba-2627c9be9c37" ], "request-id": [ - "7fed479c-88e1-4c49-9898-577db417140c" + "6e493ae1-cd4f-4ce2-b6ba-2627c9be9c37" ], "elapsed-time": [ - "96" + "279" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14754" + "14957" ], "x-ms-correlation-request-id": [ - "fa551627-ae4f-4f14-885f-a2e8e542a72c" + "237f1fa4-c906-4272-8e81-c2603f9e312d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183339Z:fa551627-ae4f-4f14-885f-a2e8e542a72c" + "NORTHEUROPE:20200806T234305Z:237f1fa4-c906-4272-8e81-c2603f9e312d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:33:39 GMT" - ], "Content-Length": [ "541" ], @@ -17910,25 +2586,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a19664a7-1ef9-4818-8536-a964e2de3427" + "dff9eecc-dcb5-47fe-ac7b-c17ed005eb81" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -17936,42 +2612,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:43:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a19664a7-1ef9-4818-8536-a964e2de3427" + "dff9eecc-dcb5-47fe-ac7b-c17ed005eb81" ], "request-id": [ - "a19664a7-1ef9-4818-8536-a964e2de3427" + "dff9eecc-dcb5-47fe-ac7b-c17ed005eb81" ], "elapsed-time": [ - "62" + "319" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14753" + "14956" ], "x-ms-correlation-request-id": [ - "4fc1743d-c9e3-47f3-81db-3e08e799fae0" + "900d638e-adef-425d-9973-f959223aa57c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183349Z:4fc1743d-c9e3-47f3-81db-3e08e799fae0" + "NORTHEUROPE:20200806T234315Z:900d638e-adef-425d-9973-f959223aa57c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:33:49 GMT" - ], "Content-Length": [ "541" ], @@ -17982,25 +2658,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d8d3d86e-fe6e-43df-8960-49adb5da0e6c" + "5e20e622-fb34-4036-8b50-0ab3c848040b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18008,42 +2684,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:43:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d8d3d86e-fe6e-43df-8960-49adb5da0e6c" + "5e20e622-fb34-4036-8b50-0ab3c848040b" ], "request-id": [ - "d8d3d86e-fe6e-43df-8960-49adb5da0e6c" + "5e20e622-fb34-4036-8b50-0ab3c848040b" ], "elapsed-time": [ - "57" + "342" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14752" + "14955" ], "x-ms-correlation-request-id": [ - "414bdfdd-d5b6-4e19-a0a5-37333d018c8d" + "7dbf57ec-4533-478b-bf34-110c08bceaa1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183359Z:414bdfdd-d5b6-4e19-a0a5-37333d018c8d" + "NORTHEUROPE:20200806T234326Z:7dbf57ec-4533-478b-bf34-110c08bceaa1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:33:59 GMT" - ], "Content-Length": [ "541" ], @@ -18054,25 +2730,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0d02d5e9-4dff-4ac7-bff3-ae5dad9529a3" + "fb41e167-1fb2-4b6f-bbb1-2dd47de265dd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18080,42 +2756,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:43:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0d02d5e9-4dff-4ac7-bff3-ae5dad9529a3" + "fb41e167-1fb2-4b6f-bbb1-2dd47de265dd" ], "request-id": [ - "0d02d5e9-4dff-4ac7-bff3-ae5dad9529a3" + "fb41e167-1fb2-4b6f-bbb1-2dd47de265dd" ], "elapsed-time": [ - "211" + "305" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14751" + "14954" ], "x-ms-correlation-request-id": [ - "49868622-7116-48c8-82df-690c4541c571" + "4ef97d98-f948-4fe3-8c15-c9ab130ed014" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183410Z:49868622-7116-48c8-82df-690c4541c571" + "NORTHEUROPE:20200806T234336Z:4ef97d98-f948-4fe3-8c15-c9ab130ed014" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:34:09 GMT" - ], "Content-Length": [ "541" ], @@ -18126,25 +2802,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a8a6d6b3-03b0-4a84-b63a-e996ca3926e3" + "6c29bfe8-9312-4938-b555-6a872f86831a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18152,42 +2828,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:43:46 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a8a6d6b3-03b0-4a84-b63a-e996ca3926e3" + "6c29bfe8-9312-4938-b555-6a872f86831a" ], "request-id": [ - "a8a6d6b3-03b0-4a84-b63a-e996ca3926e3" + "6c29bfe8-9312-4938-b555-6a872f86831a" ], "elapsed-time": [ - "60" + "297" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14750" + "14953" ], "x-ms-correlation-request-id": [ - "1cab02bd-27e0-4a90-8d0f-714f8fb195ef" + "df946934-941f-462b-8b61-9da958c9efc8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183420Z:1cab02bd-27e0-4a90-8d0f-714f8fb195ef" + "NORTHEUROPE:20200806T234347Z:df946934-941f-462b-8b61-9da958c9efc8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:34:19 GMT" - ], "Content-Length": [ "541" ], @@ -18198,25 +2874,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9f06ccf-7577-45a9-b2bf-4ac1a9deb6ed" + "9721af69-b7b2-4db9-bf71-42fbb5e2fe0c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18224,42 +2900,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:43:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f9f06ccf-7577-45a9-b2bf-4ac1a9deb6ed" + "9721af69-b7b2-4db9-bf71-42fbb5e2fe0c" ], "request-id": [ - "f9f06ccf-7577-45a9-b2bf-4ac1a9deb6ed" + "9721af69-b7b2-4db9-bf71-42fbb5e2fe0c" ], "elapsed-time": [ - "57" + "316" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14749" + "14952" ], "x-ms-correlation-request-id": [ - "0c125f74-6546-49c1-a331-a2cc3546fe02" + "89394d51-eb51-4bb5-a9a6-f0ec6e71a81c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183430Z:0c125f74-6546-49c1-a331-a2cc3546fe02" + "NORTHEUROPE:20200806T234357Z:89394d51-eb51-4bb5-a9a6-f0ec6e71a81c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:34:30 GMT" - ], "Content-Length": [ "541" ], @@ -18270,25 +2946,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c6852e1a-e261-4e3d-9366-10011e5f5570" + "e53da023-027a-453a-855e-aff3af28f16a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18296,42 +2972,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:44:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c6852e1a-e261-4e3d-9366-10011e5f5570" + "e53da023-027a-453a-855e-aff3af28f16a" ], "request-id": [ - "c6852e1a-e261-4e3d-9366-10011e5f5570" + "e53da023-027a-453a-855e-aff3af28f16a" ], "elapsed-time": [ - "82" + "275" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14748" + "14951" ], "x-ms-correlation-request-id": [ - "d7bef48b-3558-4ccc-b85a-24972a97b5c5" + "3ca7c4fd-69c7-4636-b62d-dee391aa9fdb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183441Z:d7bef48b-3558-4ccc-b85a-24972a97b5c5" + "NORTHEUROPE:20200806T234408Z:3ca7c4fd-69c7-4636-b62d-dee391aa9fdb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:34:40 GMT" - ], "Content-Length": [ "541" ], @@ -18342,25 +3018,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "97045b52-4ab0-40c7-b29a-8aa5b9ebbfdf" + "2eb40d69-740e-46db-b74d-6a11688215c8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18368,42 +3044,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:44:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "97045b52-4ab0-40c7-b29a-8aa5b9ebbfdf" + "2eb40d69-740e-46db-b74d-6a11688215c8" ], "request-id": [ - "97045b52-4ab0-40c7-b29a-8aa5b9ebbfdf" + "2eb40d69-740e-46db-b74d-6a11688215c8" ], "elapsed-time": [ - "68" + "603" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14747" + "14950" ], "x-ms-correlation-request-id": [ - "42ef44c5-fe96-4162-8bce-351b19216e14" + "701d3a12-386c-4ae6-a562-81e5461a73e4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183451Z:42ef44c5-fe96-4162-8bce-351b19216e14" + "NORTHEUROPE:20200806T234419Z:701d3a12-386c-4ae6-a562-81e5461a73e4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:34:51 GMT" - ], "Content-Length": [ "541" ], @@ -18414,25 +3090,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f4f30b84-fd2d-4851-bad4-dfa0983ea55c" + "1b38c0c6-2c69-42fa-984c-c45e7df92927" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18440,42 +3116,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:44:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f4f30b84-fd2d-4851-bad4-dfa0983ea55c" + "1b38c0c6-2c69-42fa-984c-c45e7df92927" ], "request-id": [ - "f4f30b84-fd2d-4851-bad4-dfa0983ea55c" + "1b38c0c6-2c69-42fa-984c-c45e7df92927" ], "elapsed-time": [ - "183" + "976" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14746" + "14949" ], "x-ms-correlation-request-id": [ - "9e80cd31-1264-4cf1-ab4d-1618c9cf8d40" + "a89c40d3-f872-4ce5-9f8c-54eeb1c8c3cd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183501Z:9e80cd31-1264-4cf1-ab4d-1618c9cf8d40" + "NORTHEUROPE:20200806T234431Z:a89c40d3-f872-4ce5-9f8c-54eeb1c8c3cd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:35:01 GMT" - ], "Content-Length": [ "541" ], @@ -18486,25 +3162,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f6787ad5-4823-4f40-99d0-97fce337b855" + "cbc84974-a2a6-48d4-8e8d-6e9686954290" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18512,42 +3188,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:44:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f6787ad5-4823-4f40-99d0-97fce337b855" + "cbc84974-a2a6-48d4-8e8d-6e9686954290" ], "request-id": [ - "f6787ad5-4823-4f40-99d0-97fce337b855" + "cbc84974-a2a6-48d4-8e8d-6e9686954290" ], "elapsed-time": [ - "67" + "316" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14745" + "14948" ], "x-ms-correlation-request-id": [ - "6639f20b-d724-4533-ab12-6cf3b1043742" + "b34b61a2-0b9e-498d-a56d-bbe45a3a9532" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183512Z:6639f20b-d724-4533-ab12-6cf3b1043742" + "NORTHEUROPE:20200806T234441Z:b34b61a2-0b9e-498d-a56d-bbe45a3a9532" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:35:12 GMT" - ], "Content-Length": [ "541" ], @@ -18558,25 +3234,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6a6d83-3cad-40c1-a662-67f14f97f1f3" + "f4dc81e5-2b04-4e22-952b-1f412cccc023" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18584,42 +3260,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:44:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9d6a6d83-3cad-40c1-a662-67f14f97f1f3" + "f4dc81e5-2b04-4e22-952b-1f412cccc023" ], "request-id": [ - "9d6a6d83-3cad-40c1-a662-67f14f97f1f3" + "f4dc81e5-2b04-4e22-952b-1f412cccc023" ], "elapsed-time": [ - "64" + "351" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14744" + "14947" ], "x-ms-correlation-request-id": [ - "aea52e50-fc5e-41fa-a917-b4bf287ad664" + "4148127b-fdc0-4f03-bb6d-199824d79930" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183522Z:aea52e50-fc5e-41fa-a917-b4bf287ad664" + "NORTHEUROPE:20200806T234452Z:4148127b-fdc0-4f03-bb6d-199824d79930" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:35:21 GMT" - ], "Content-Length": [ "541" ], @@ -18630,25 +3306,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "01772a4a-8224-4b1b-b24a-0f2d19661470" + "e9df29ca-827f-4b22-a71d-b45655a1bd8d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18656,42 +3332,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:45:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "01772a4a-8224-4b1b-b24a-0f2d19661470" + "e9df29ca-827f-4b22-a71d-b45655a1bd8d" ], "request-id": [ - "01772a4a-8224-4b1b-b24a-0f2d19661470" + "e9df29ca-827f-4b22-a71d-b45655a1bd8d" ], "elapsed-time": [ - "61" + "306" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14743" + "14958" ], "x-ms-correlation-request-id": [ - "3eb60086-316f-4f69-8a85-20a6bbfe9ebf" + "7c355493-2325-4adc-ab01-d2de374a38c8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183532Z:3eb60086-316f-4f69-8a85-20a6bbfe9ebf" + "NORTHEUROPE:20200806T234502Z:7c355493-2325-4adc-ab01-d2de374a38c8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:35:32 GMT" - ], "Content-Length": [ "541" ], @@ -18702,25 +3378,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b0a79790-f7ff-464d-bc73-0a46fb7988f8" + "015136b0-23ca-49a9-a4be-a1cea0de7d53" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18728,42 +3404,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:45:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b0a79790-f7ff-464d-bc73-0a46fb7988f8" + "015136b0-23ca-49a9-a4be-a1cea0de7d53" ], "request-id": [ - "b0a79790-f7ff-464d-bc73-0a46fb7988f8" + "015136b0-23ca-49a9-a4be-a1cea0de7d53" ], "elapsed-time": [ - "55" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14742" + "14957" ], "x-ms-correlation-request-id": [ - "6a133811-192b-41f8-b0e5-da84db567a82" + "5cdef1be-9c71-4a52-85d2-ffcb3211d444" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183542Z:6a133811-192b-41f8-b0e5-da84db567a82" + "NORTHEUROPE:20200806T234513Z:5cdef1be-9c71-4a52-85d2-ffcb3211d444" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:35:42 GMT" - ], "Content-Length": [ "541" ], @@ -18774,25 +3450,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0167cc42-415b-41f3-95fc-1007484ec097" + "1d159c32-91cf-4819-ad6b-25fbb3697c81" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18800,42 +3476,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:45:23 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0167cc42-415b-41f3-95fc-1007484ec097" + "1d159c32-91cf-4819-ad6b-25fbb3697c81" ], "request-id": [ - "0167cc42-415b-41f3-95fc-1007484ec097" + "1d159c32-91cf-4819-ad6b-25fbb3697c81" ], "elapsed-time": [ - "86" + "353" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14741" + "14956" ], "x-ms-correlation-request-id": [ - "f7447826-c294-4469-abf7-a57e890bdb2c" + "ebb9453a-56d7-4ed0-9d6f-9aead5f74358" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183553Z:f7447826-c294-4469-abf7-a57e890bdb2c" + "NORTHEUROPE:20200806T234523Z:ebb9453a-56d7-4ed0-9d6f-9aead5f74358" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:35:52 GMT" - ], "Content-Length": [ "541" ], @@ -18846,25 +3522,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee8abf11-8c6c-4fd9-8ce3-5d5502c42222" + "2d7d633e-0b20-4d6d-acc3-4a9f1d0c1b38" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18872,42 +3548,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:45:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ee8abf11-8c6c-4fd9-8ce3-5d5502c42222" + "2d7d633e-0b20-4d6d-acc3-4a9f1d0c1b38" ], "request-id": [ - "ee8abf11-8c6c-4fd9-8ce3-5d5502c42222" + "2d7d633e-0b20-4d6d-acc3-4a9f1d0c1b38" ], "elapsed-time": [ - "110" + "294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14740" + "14955" ], "x-ms-correlation-request-id": [ - "1606986a-67aa-4186-ac33-e691d7efa725" + "c7288dda-e6d1-4a07-85d6-5ec9f24987a1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183603Z:1606986a-67aa-4186-ac33-e691d7efa725" + "NORTHEUROPE:20200806T234535Z:c7288dda-e6d1-4a07-85d6-5ec9f24987a1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:36:02 GMT" - ], "Content-Length": [ "541" ], @@ -18918,25 +3594,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a55e4ba5-809b-48e3-ab51-53be5ffc1e71" + "f580f3a7-44c2-492d-a55c-caa09a157939" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -18944,42 +3620,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:45:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a55e4ba5-809b-48e3-ab51-53be5ffc1e71" + "f580f3a7-44c2-492d-a55c-caa09a157939" ], "request-id": [ - "a55e4ba5-809b-48e3-ab51-53be5ffc1e71" + "f580f3a7-44c2-492d-a55c-caa09a157939" ], "elapsed-time": [ - "193" + "399" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14739" + "14954" ], "x-ms-correlation-request-id": [ - "17b7b7dc-115d-44eb-8e70-241c875af02b" + "85b1139e-5ad9-47a3-9c6b-51fe9085d42f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183614Z:17b7b7dc-115d-44eb-8e70-241c875af02b" + "NORTHEUROPE:20200806T234545Z:85b1139e-5ad9-47a3-9c6b-51fe9085d42f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:36:14 GMT" - ], "Content-Length": [ "541" ], @@ -18990,25 +3666,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f101fcec-5ff8-44f5-95d0-c1758cbc9aeb" + "78e6708d-0fe0-4a23-a535-2d8677eb8c4a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19016,42 +3692,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:45:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f101fcec-5ff8-44f5-95d0-c1758cbc9aeb" + "78e6708d-0fe0-4a23-a535-2d8677eb8c4a" ], "request-id": [ - "f101fcec-5ff8-44f5-95d0-c1758cbc9aeb" + "78e6708d-0fe0-4a23-a535-2d8677eb8c4a" ], "elapsed-time": [ - "56" + "317" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14738" + "14953" ], "x-ms-correlation-request-id": [ - "c9da469d-b575-4b04-a1b9-0f246d3c55f2" + "775ae4e4-18f9-4f70-b9ae-1cb8fe54fd4d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183625Z:c9da469d-b575-4b04-a1b9-0f246d3c55f2" + "NORTHEUROPE:20200806T234556Z:775ae4e4-18f9-4f70-b9ae-1cb8fe54fd4d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:36:24 GMT" - ], "Content-Length": [ "541" ], @@ -19062,25 +3738,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b48d9f6-e357-4897-b639-3e47b4c9ce52" + "fe57d6dd-5967-47a2-bf75-f45f85f9f559" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19088,42 +3764,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:46:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0b48d9f6-e357-4897-b639-3e47b4c9ce52" + "fe57d6dd-5967-47a2-bf75-f45f85f9f559" ], "request-id": [ - "0b48d9f6-e357-4897-b639-3e47b4c9ce52" + "fe57d6dd-5967-47a2-bf75-f45f85f9f559" ], "elapsed-time": [ - "55" + "335" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14737" + "14952" ], "x-ms-correlation-request-id": [ - "2920617f-324a-4edb-8f2f-5abfea41506d" + "4801124f-2605-4fd4-b6ab-05a57218e761" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183635Z:2920617f-324a-4edb-8f2f-5abfea41506d" + "NORTHEUROPE:20200806T234606Z:4801124f-2605-4fd4-b6ab-05a57218e761" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:36:34 GMT" - ], "Content-Length": [ "541" ], @@ -19134,25 +3810,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dedcea88-238c-45c5-8d88-6ff487f0dc45" + "62c6c21d-5eb4-4043-bad4-e10c688ace28" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19160,42 +3836,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:46:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "dedcea88-238c-45c5-8d88-6ff487f0dc45" + "62c6c21d-5eb4-4043-bad4-e10c688ace28" ], "request-id": [ - "dedcea88-238c-45c5-8d88-6ff487f0dc45" + "62c6c21d-5eb4-4043-bad4-e10c688ace28" ], "elapsed-time": [ - "53" + "281" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14736" + "14951" ], "x-ms-correlation-request-id": [ - "2ddb25ee-85e9-4032-9507-d76fa07e3ce0" + "343946e5-b02c-4a90-b280-110e7cd60524" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183645Z:2ddb25ee-85e9-4032-9507-d76fa07e3ce0" + "NORTHEUROPE:20200806T234617Z:343946e5-b02c-4a90-b280-110e7cd60524" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:36:45 GMT" - ], "Content-Length": [ "541" ], @@ -19206,25 +3882,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9955a03b-d9a6-4432-a868-06a79f8a57db" + "d46ad888-6bee-447b-b24e-b37bb6c6f46d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19232,42 +3908,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:46:27 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9955a03b-d9a6-4432-a868-06a79f8a57db" + "d46ad888-6bee-447b-b24e-b37bb6c6f46d" ], "request-id": [ - "9955a03b-d9a6-4432-a868-06a79f8a57db" + "d46ad888-6bee-447b-b24e-b37bb6c6f46d" ], "elapsed-time": [ - "60" + "351" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14735" + "14950" ], "x-ms-correlation-request-id": [ - "cde9fd89-62a0-4c01-9c85-91d9b35351c1" + "8238343c-f2ea-4103-ba81-19e623481cb9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183655Z:cde9fd89-62a0-4c01-9c85-91d9b35351c1" + "NORTHEUROPE:20200806T234628Z:8238343c-f2ea-4103-ba81-19e623481cb9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:36:55 GMT" - ], "Content-Length": [ "541" ], @@ -19278,25 +3954,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9f2a191-8d12-47e3-8ff6-1c35c08e5712" + "a4f191c3-5dd4-40cc-a7af-f982f9d79305" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19304,42 +3980,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:46:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c9f2a191-8d12-47e3-8ff6-1c35c08e5712" + "a4f191c3-5dd4-40cc-a7af-f982f9d79305" ], "request-id": [ - "c9f2a191-8d12-47e3-8ff6-1c35c08e5712" + "a4f191c3-5dd4-40cc-a7af-f982f9d79305" ], "elapsed-time": [ - "52" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14734" + "14949" ], "x-ms-correlation-request-id": [ - "41655d18-08be-4571-ba4a-a8ea9f386ee9" + "091df826-f1e2-4e44-b7ed-a2461ec24ec8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183706Z:41655d18-08be-4571-ba4a-a8ea9f386ee9" + "NORTHEUROPE:20200806T234638Z:091df826-f1e2-4e44-b7ed-a2461ec24ec8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:37:05 GMT" - ], "Content-Length": [ "541" ], @@ -19350,25 +4026,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4fa9a301-41ca-40b6-8ba9-bad5db69395e" + "b599f867-46c8-476c-8964-e893546961b1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19376,42 +4052,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:46:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4fa9a301-41ca-40b6-8ba9-bad5db69395e" + "b599f867-46c8-476c-8964-e893546961b1" ], "request-id": [ - "4fa9a301-41ca-40b6-8ba9-bad5db69395e" + "b599f867-46c8-476c-8964-e893546961b1" ], "elapsed-time": [ - "54" + "312" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14733" + "14948" ], "x-ms-correlation-request-id": [ - "eda7d7a6-6a11-41f9-bb61-b348d25c4c78" + "95138efd-4991-4a01-81e1-2b6d3dea85a5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183716Z:eda7d7a6-6a11-41f9-bb61-b348d25c4c78" + "NORTHEUROPE:20200806T234649Z:95138efd-4991-4a01-81e1-2b6d3dea85a5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:37:15 GMT" - ], "Content-Length": [ "541" ], @@ -19422,25 +4098,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "50680590-5b18-42db-aaf2-07ef0e3b01fe" + "3a284937-1617-4cec-8729-047de4177851" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19448,42 +4124,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:46:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "50680590-5b18-42db-aaf2-07ef0e3b01fe" + "3a284937-1617-4cec-8729-047de4177851" ], "request-id": [ - "50680590-5b18-42db-aaf2-07ef0e3b01fe" + "3a284937-1617-4cec-8729-047de4177851" ], "elapsed-time": [ - "58" + "411" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14732" + "14947" ], "x-ms-correlation-request-id": [ - "dd052ebf-1187-42ee-8494-b204ef055b93" + "03504025-ec19-4a28-bd49-03b463567c18" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183726Z:dd052ebf-1187-42ee-8494-b204ef055b93" + "NORTHEUROPE:20200806T234659Z:03504025-ec19-4a28-bd49-03b463567c18" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:37:26 GMT" - ], "Content-Length": [ "541" ], @@ -19494,25 +4170,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5a376459-71ec-42f1-a10d-46ebaa266237" + "48f51c3d-fd3a-4ba8-8331-b91282601529" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19520,42 +4196,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:47:09 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5a376459-71ec-42f1-a10d-46ebaa266237" + "48f51c3d-fd3a-4ba8-8331-b91282601529" ], "request-id": [ - "5a376459-71ec-42f1-a10d-46ebaa266237" + "48f51c3d-fd3a-4ba8-8331-b91282601529" ], "elapsed-time": [ - "56" + "281" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14731" + "14946" ], "x-ms-correlation-request-id": [ - "0be9d97a-a0a9-4f3b-8163-efe2f33430eb" + "315eca73-12d5-46b5-8d77-6b63382c6992" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183737Z:0be9d97a-a0a9-4f3b-8163-efe2f33430eb" + "NORTHEUROPE:20200806T234710Z:315eca73-12d5-46b5-8d77-6b63382c6992" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:37:36 GMT" - ], "Content-Length": [ "541" ], @@ -19566,25 +4242,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2bc69566-f987-45e1-8b77-14c925379fca" + "9acb791c-f2df-477d-ae00-4c7a693b7615" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19592,42 +4268,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:47:20 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2bc69566-f987-45e1-8b77-14c925379fca" + "9acb791c-f2df-477d-ae00-4c7a693b7615" ], "request-id": [ - "2bc69566-f987-45e1-8b77-14c925379fca" + "9acb791c-f2df-477d-ae00-4c7a693b7615" ], "elapsed-time": [ - "53" + "345" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14730" + "14945" ], "x-ms-correlation-request-id": [ - "1609bd5a-3a7d-4f34-b466-2c19439840a1" + "bea74d94-8072-42aa-80c9-429b3278daec" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183747Z:1609bd5a-3a7d-4f34-b466-2c19439840a1" + "NORTHEUROPE:20200806T234720Z:bea74d94-8072-42aa-80c9-429b3278daec" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:37:47 GMT" - ], "Content-Length": [ "541" ], @@ -19638,25 +4314,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d0a90862-8be9-4b70-a329-06c45069117c" + "62261ae0-1fae-4d6a-a1fa-4a91ea2ffc08" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19664,42 +4340,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:47:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d0a90862-8be9-4b70-a329-06c45069117c" + "62261ae0-1fae-4d6a-a1fa-4a91ea2ffc08" ], "request-id": [ - "d0a90862-8be9-4b70-a329-06c45069117c" + "62261ae0-1fae-4d6a-a1fa-4a91ea2ffc08" ], "elapsed-time": [ - "108" + "692" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14729" + "14944" ], "x-ms-correlation-request-id": [ - "dc1f1746-17d8-4e09-ad79-9ee929269f7b" + "da882574-ee1c-403b-abcc-e73bdd4683a0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183757Z:dc1f1746-17d8-4e09-ad79-9ee929269f7b" + "NORTHEUROPE:20200806T234731Z:da882574-ee1c-403b-abcc-e73bdd4683a0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:37:57 GMT" - ], "Content-Length": [ "541" ], @@ -19710,25 +4386,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aaed615a-66a1-4e64-9091-71517e0a38a5" + "a229dccf-cf32-40bc-b249-d3710fc0b82e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19736,42 +4412,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:47:42 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "aaed615a-66a1-4e64-9091-71517e0a38a5" + "a229dccf-cf32-40bc-b249-d3710fc0b82e" ], "request-id": [ - "aaed615a-66a1-4e64-9091-71517e0a38a5" + "a229dccf-cf32-40bc-b249-d3710fc0b82e" ], "elapsed-time": [ - "68" + "320" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14728" + "14943" ], "x-ms-correlation-request-id": [ - "8974461e-5fb2-4123-9e09-2a71dc4626ca" + "49689796-8eed-4548-bc31-7bdfd18d5167" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183808Z:8974461e-5fb2-4123-9e09-2a71dc4626ca" + "NORTHEUROPE:20200806T234742Z:49689796-8eed-4548-bc31-7bdfd18d5167" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:38:07 GMT" - ], "Content-Length": [ "541" ], @@ -19782,25 +4458,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c38a1762-ae85-405b-97af-0f697384ad5d" + "a1ea9c00-0c9d-4c1e-846b-ea53247db29b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19808,42 +4484,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:47:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c38a1762-ae85-405b-97af-0f697384ad5d" + "a1ea9c00-0c9d-4c1e-846b-ea53247db29b" ], "request-id": [ - "c38a1762-ae85-405b-97af-0f697384ad5d" + "a1ea9c00-0c9d-4c1e-846b-ea53247db29b" ], "elapsed-time": [ - "120" + "297" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14727" + "14942" ], "x-ms-correlation-request-id": [ - "c97e9d4a-c9c0-4d29-bf14-bc221dbedb80" + "91099fb7-0769-4a07-8a86-3fc330e4a1ac" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183818Z:c97e9d4a-c9c0-4d29-bf14-bc221dbedb80" + "NORTHEUROPE:20200806T234752Z:91099fb7-0769-4a07-8a86-3fc330e4a1ac" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:38:18 GMT" - ], "Content-Length": [ "541" ], @@ -19854,25 +4530,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ff9d8a7-5f9b-4aaa-8965-7b415e983900" + "65949dfe-e1e6-4054-953d-620a4cc22c1f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19880,42 +4556,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:48:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1ff9d8a7-5f9b-4aaa-8965-7b415e983900" + "65949dfe-e1e6-4054-953d-620a4cc22c1f" ], "request-id": [ - "1ff9d8a7-5f9b-4aaa-8965-7b415e983900" + "65949dfe-e1e6-4054-953d-620a4cc22c1f" ], "elapsed-time": [ - "57" + "358" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14726" + "14941" ], "x-ms-correlation-request-id": [ - "0a42394a-2a74-4be6-8eea-3c13bfc65106" + "b491ccd5-054b-4bb9-ba7c-13d5f4b82b08" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183828Z:0a42394a-2a74-4be6-8eea-3c13bfc65106" + "NORTHEUROPE:20200806T234803Z:b491ccd5-054b-4bb9-ba7c-13d5f4b82b08" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:38:28 GMT" - ], "Content-Length": [ "541" ], @@ -19926,25 +4602,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f85907aa-5bb7-48cf-a369-4dfc76192e68" + "1d9d3239-9ac5-4d06-a7a5-90b4e5cd34b0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -19952,42 +4628,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:48:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f85907aa-5bb7-48cf-a369-4dfc76192e68" + "1d9d3239-9ac5-4d06-a7a5-90b4e5cd34b0" ], "request-id": [ - "f85907aa-5bb7-48cf-a369-4dfc76192e68" + "1d9d3239-9ac5-4d06-a7a5-90b4e5cd34b0" ], "elapsed-time": [ - "62" + "306" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14725" + "14940" ], "x-ms-correlation-request-id": [ - "143ecfa4-13a8-4203-8fe0-bd510ad61a13" + "a88a418d-fb10-487c-b9a1-9bbbbd9634bf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183838Z:143ecfa4-13a8-4203-8fe0-bd510ad61a13" + "NORTHEUROPE:20200806T234814Z:a88a418d-fb10-487c-b9a1-9bbbbd9634bf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:38:38 GMT" - ], "Content-Length": [ "541" ], @@ -19998,25 +4674,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "823462f3-d728-4b7a-aa04-9d310578ad13" + "c641639d-a3d7-4e10-b8e0-b392556a79c3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20024,42 +4700,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:48:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "823462f3-d728-4b7a-aa04-9d310578ad13" + "c641639d-a3d7-4e10-b8e0-b392556a79c3" ], "request-id": [ - "823462f3-d728-4b7a-aa04-9d310578ad13" + "c641639d-a3d7-4e10-b8e0-b392556a79c3" ], "elapsed-time": [ - "56" + "323" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14724" + "14939" ], "x-ms-correlation-request-id": [ - "77285c1d-fa75-4c78-992a-0965962721ab" + "89637eed-8ec7-4007-bf42-dc66159bdfe3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183849Z:77285c1d-fa75-4c78-992a-0965962721ab" + "NORTHEUROPE:20200806T234824Z:89637eed-8ec7-4007-bf42-dc66159bdfe3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:38:49 GMT" - ], "Content-Length": [ "541" ], @@ -20070,25 +4746,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef3e42de-022a-471a-b316-3bc2fbcb13a2" + "ab533471-81e1-4264-a966-57a2ba8bd943" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20096,42 +4772,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:48:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ef3e42de-022a-471a-b316-3bc2fbcb13a2" + "ab533471-81e1-4264-a966-57a2ba8bd943" ], "request-id": [ - "ef3e42de-022a-471a-b316-3bc2fbcb13a2" + "ab533471-81e1-4264-a966-57a2ba8bd943" ], "elapsed-time": [ - "89" + "333" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14723" + "14938" ], "x-ms-correlation-request-id": [ - "752fd061-950b-4c5f-a8e6-4e50c06e38e6" + "498fcf6b-8305-483c-9b67-91f69e8bbb24" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183859Z:752fd061-950b-4c5f-a8e6-4e50c06e38e6" + "NORTHEUROPE:20200806T234835Z:498fcf6b-8305-483c-9b67-91f69e8bbb24" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:38:59 GMT" - ], "Content-Length": [ "541" ], @@ -20142,25 +4818,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d0c3602-4403-45ce-bb3a-c3fee03a3a7d" + "876b7d21-969a-4da2-801f-e9480f3da0ea" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20168,42 +4844,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:48:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3d0c3602-4403-45ce-bb3a-c3fee03a3a7d" + "876b7d21-969a-4da2-801f-e9480f3da0ea" ], "request-id": [ - "3d0c3602-4403-45ce-bb3a-c3fee03a3a7d" + "876b7d21-969a-4da2-801f-e9480f3da0ea" ], "elapsed-time": [ - "57" + "299" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14722" + "14937" ], "x-ms-correlation-request-id": [ - "cf8bb74d-c270-4d35-97b8-b7813ebc82f4" + "dfafef6c-db73-4dd0-9f30-4c233876ef9a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183909Z:cf8bb74d-c270-4d35-97b8-b7813ebc82f4" + "NORTHEUROPE:20200806T234845Z:dfafef6c-db73-4dd0-9f30-4c233876ef9a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:39:09 GMT" - ], "Content-Length": [ "541" ], @@ -20214,25 +4890,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9407b513-d05a-4a5b-8fa1-1bf57cc2d40e" + "30d37ef2-edcc-404a-b72a-decca1744bb2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20240,42 +4916,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:48:56 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9407b513-d05a-4a5b-8fa1-1bf57cc2d40e" + "30d37ef2-edcc-404a-b72a-decca1744bb2" ], "request-id": [ - "9407b513-d05a-4a5b-8fa1-1bf57cc2d40e" + "30d37ef2-edcc-404a-b72a-decca1744bb2" ], "elapsed-time": [ - "61" + "355" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14721" + "14936" ], "x-ms-correlation-request-id": [ - "42cffbba-bac2-4fd0-8f80-b1bbcf0a2541" + "7aa759b2-04f4-48d1-b8b7-099cec505730" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183920Z:42cffbba-bac2-4fd0-8f80-b1bbcf0a2541" + "NORTHEUROPE:20200806T234856Z:7aa759b2-04f4-48d1-b8b7-099cec505730" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:39:19 GMT" - ], "Content-Length": [ "541" ], @@ -20286,25 +4962,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f13f8dda-cbc2-4ba4-b121-6e4804a2feac" + "108d0055-eaae-4c28-b0a9-9aeee1401246" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20312,42 +4988,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:49:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f13f8dda-cbc2-4ba4-b121-6e4804a2feac" + "108d0055-eaae-4c28-b0a9-9aeee1401246" ], "request-id": [ - "f13f8dda-cbc2-4ba4-b121-6e4804a2feac" + "108d0055-eaae-4c28-b0a9-9aeee1401246" ], "elapsed-time": [ - "57" + "433" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14720" + "14935" ], "x-ms-correlation-request-id": [ - "5a1f0957-c9c4-4b49-8ea5-2c269c3e1bda" + "046dd4c4-085f-4fd2-96ee-fd7d1ed2e103" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183930Z:5a1f0957-c9c4-4b49-8ea5-2c269c3e1bda" + "NORTHEUROPE:20200806T234906Z:046dd4c4-085f-4fd2-96ee-fd7d1ed2e103" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:39:30 GMT" - ], "Content-Length": [ "541" ], @@ -20358,25 +5034,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d76a955-344f-488e-8a32-12c727836474" + "3aeee5ba-10ea-4ba7-a5e5-e940ce6acb6f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20384,42 +5060,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:49:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9d76a955-344f-488e-8a32-12c727836474" + "3aeee5ba-10ea-4ba7-a5e5-e940ce6acb6f" ], "request-id": [ - "9d76a955-344f-488e-8a32-12c727836474" + "3aeee5ba-10ea-4ba7-a5e5-e940ce6acb6f" ], "elapsed-time": [ - "76" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14719" + "14934" ], "x-ms-correlation-request-id": [ - "b524ac36-1ba8-4ea3-924b-52478bad43cd" + "cce5a65e-bd30-465c-9700-3d1aa647eb3a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183940Z:b524ac36-1ba8-4ea3-924b-52478bad43cd" + "NORTHEUROPE:20200806T234917Z:cce5a65e-bd30-465c-9700-3d1aa647eb3a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:39:39 GMT" - ], "Content-Length": [ "541" ], @@ -20430,25 +5106,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3857dfbe-b7a4-49df-8e2a-1725b455eb4f" + "53961cd0-b2c3-4a5f-9d5b-cac57fbd656d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20456,42 +5132,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:49:27 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3857dfbe-b7a4-49df-8e2a-1725b455eb4f" + "53961cd0-b2c3-4a5f-9d5b-cac57fbd656d" ], "request-id": [ - "3857dfbe-b7a4-49df-8e2a-1725b455eb4f" + "53961cd0-b2c3-4a5f-9d5b-cac57fbd656d" ], "elapsed-time": [ - "57" + "303" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14718" + "14933" ], "x-ms-correlation-request-id": [ - "5bc72b41-26c8-467b-aeb5-ade49e05c823" + "49f0b43a-ce98-43fd-9d65-c3b4c8784217" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T183950Z:5bc72b41-26c8-467b-aeb5-ade49e05c823" + "NORTHEUROPE:20200806T234928Z:49f0b43a-ce98-43fd-9d65-c3b4c8784217" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:39:50 GMT" - ], "Content-Length": [ "541" ], @@ -20502,25 +5178,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5684d899-4427-4f8c-9906-5e1d17361b8a" + "e6cf8ef7-6cfb-4773-b29f-eea743893865" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20528,42 +5204,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:49:39 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5684d899-4427-4f8c-9906-5e1d17361b8a" + "e6cf8ef7-6cfb-4773-b29f-eea743893865" ], "request-id": [ - "5684d899-4427-4f8c-9906-5e1d17361b8a" + "e6cf8ef7-6cfb-4773-b29f-eea743893865" ], "elapsed-time": [ - "80" + "884" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14717" + "14932" ], "x-ms-correlation-request-id": [ - "aafdaa06-77d2-4466-881d-a32c2dfb6664" + "5878dafb-5e21-4cd2-b606-b37a1359915e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184001Z:aafdaa06-77d2-4466-881d-a32c2dfb6664" + "NORTHEUROPE:20200806T234939Z:5878dafb-5e21-4cd2-b606-b37a1359915e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:40:01 GMT" - ], "Content-Length": [ "541" ], @@ -20574,25 +5250,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8dcd6712-f64b-4d61-bc6b-84acffa5a28c" + "7645acfe-db90-4f49-b5d7-fb00d6afe249" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20600,42 +5276,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:49:49 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8dcd6712-f64b-4d61-bc6b-84acffa5a28c" + "7645acfe-db90-4f49-b5d7-fb00d6afe249" ], "request-id": [ - "8dcd6712-f64b-4d61-bc6b-84acffa5a28c" + "7645acfe-db90-4f49-b5d7-fb00d6afe249" ], "elapsed-time": [ - "68" + "363" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14716" + "14931" ], "x-ms-correlation-request-id": [ - "2775c664-4c23-4e8c-8cb1-0fc4b248b085" + "ae7fdfc9-7333-4966-96d8-d088a8af477f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184011Z:2775c664-4c23-4e8c-8cb1-0fc4b248b085" + "NORTHEUROPE:20200806T234950Z:ae7fdfc9-7333-4966-96d8-d088a8af477f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:40:10 GMT" - ], "Content-Length": [ "541" ], @@ -20646,25 +5322,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "29ae8a48-79c9-4705-b707-67bb0e953741" + "420664ad-2445-4474-beb6-76c276154ec5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20672,42 +5348,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:50:00 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "29ae8a48-79c9-4705-b707-67bb0e953741" + "420664ad-2445-4474-beb6-76c276154ec5" ], "request-id": [ - "29ae8a48-79c9-4705-b707-67bb0e953741" + "420664ad-2445-4474-beb6-76c276154ec5" ], "elapsed-time": [ - "226" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14715" + "14930" ], "x-ms-correlation-request-id": [ - "b17787d3-e1f1-44a8-a1cc-07b17fb0e3dd" + "412664f6-b003-4537-95a7-be6b0dda9998" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184022Z:b17787d3-e1f1-44a8-a1cc-07b17fb0e3dd" + "NORTHEUROPE:20200806T235001Z:412664f6-b003-4537-95a7-be6b0dda9998" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:40:21 GMT" - ], "Content-Length": [ "541" ], @@ -20718,25 +5394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f5baf7c1-e659-4b8a-83ce-352dc2ad4c01" + "841dc59c-e40b-4999-a12a-14616274afd7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20744,42 +5420,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:50:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f5baf7c1-e659-4b8a-83ce-352dc2ad4c01" + "841dc59c-e40b-4999-a12a-14616274afd7" ], "request-id": [ - "f5baf7c1-e659-4b8a-83ce-352dc2ad4c01" + "841dc59c-e40b-4999-a12a-14616274afd7" ], "elapsed-time": [ - "59" + "285" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14714" + "14929" ], "x-ms-correlation-request-id": [ - "82aa7212-ba17-4348-9375-a81fe5f98932" + "1a691927-9f95-4fc4-8d4c-925245b0bf3c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184032Z:82aa7212-ba17-4348-9375-a81fe5f98932" + "NORTHEUROPE:20200806T235011Z:1a691927-9f95-4fc4-8d4c-925245b0bf3c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:40:32 GMT" - ], "Content-Length": [ "541" ], @@ -20790,25 +5466,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d279b934-d29f-4404-8463-33a771e0157f" + "a55ec654-abe1-4ade-9537-2d13be4c9212" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20816,42 +5492,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:50:21 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d279b934-d29f-4404-8463-33a771e0157f" + "a55ec654-abe1-4ade-9537-2d13be4c9212" ], "request-id": [ - "d279b934-d29f-4404-8463-33a771e0157f" + "a55ec654-abe1-4ade-9537-2d13be4c9212" ], "elapsed-time": [ - "58" + "329" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14713" + "14928" ], "x-ms-correlation-request-id": [ - "57e7eac9-ac27-4947-9de2-d82df8f5f0ac" + "8c9f2d96-abcb-409f-bc8e-ec3c8e8d4fdb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184042Z:57e7eac9-ac27-4947-9de2-d82df8f5f0ac" + "NORTHEUROPE:20200806T235022Z:8c9f2d96-abcb-409f-bc8e-ec3c8e8d4fdb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:40:41 GMT" - ], "Content-Length": [ "541" ], @@ -20862,25 +5538,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6243332b-15cc-4b8c-8203-bc5e78201757" + "0cecfbe5-faf0-4db5-a5b7-d495b81d68a0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20888,42 +5564,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:50:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6243332b-15cc-4b8c-8203-bc5e78201757" + "0cecfbe5-faf0-4db5-a5b7-d495b81d68a0" ], "request-id": [ - "6243332b-15cc-4b8c-8203-bc5e78201757" + "0cecfbe5-faf0-4db5-a5b7-d495b81d68a0" ], "elapsed-time": [ - "56" + "286" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14712" + "14927" ], "x-ms-correlation-request-id": [ - "82207591-265f-40f3-932f-52cbd0364011" + "4b8ff606-cf24-49d4-a9f3-4bb4bec83a42" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184053Z:82207591-265f-40f3-932f-52cbd0364011" + "NORTHEUROPE:20200806T235032Z:4b8ff606-cf24-49d4-a9f3-4bb4bec83a42" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:40:53 GMT" - ], "Content-Length": [ "541" ], @@ -20934,25 +5610,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "09ad2d4f-e250-431f-8d24-c82a1f847ab5" + "eae4fb03-8759-48b9-9cec-9229fccb756e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -20960,42 +5636,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:50:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "09ad2d4f-e250-431f-8d24-c82a1f847ab5" + "eae4fb03-8759-48b9-9cec-9229fccb756e" ], "request-id": [ - "09ad2d4f-e250-431f-8d24-c82a1f847ab5" + "eae4fb03-8759-48b9-9cec-9229fccb756e" ], "elapsed-time": [ - "56" + "417" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14711" + "14926" ], "x-ms-correlation-request-id": [ - "9284fc6a-4510-4f4d-90b6-6293a36b2c7f" + "07c98725-98c7-4c61-ae6e-36ff8ed5fecc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184103Z:9284fc6a-4510-4f4d-90b6-6293a36b2c7f" + "NORTHEUROPE:20200806T235043Z:07c98725-98c7-4c61-ae6e-36ff8ed5fecc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:41:03 GMT" - ], "Content-Length": [ "541" ], @@ -21006,25 +5682,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e9baeb98-7b23-496a-a118-069eb1b3528a" + "3db441d3-4356-46e0-ac0d-478396d5e17c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21032,42 +5708,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:50:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e9baeb98-7b23-496a-a118-069eb1b3528a" + "3db441d3-4356-46e0-ac0d-478396d5e17c" ], "request-id": [ - "e9baeb98-7b23-496a-a118-069eb1b3528a" + "3db441d3-4356-46e0-ac0d-478396d5e17c" ], "elapsed-time": [ - "57" + "679" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14710" + "14925" ], "x-ms-correlation-request-id": [ - "d3aa4e42-3e0c-4dc5-92bb-fc292188203d" + "5eb03986-536f-4518-99b6-1d1468fd5659" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184113Z:d3aa4e42-3e0c-4dc5-92bb-fc292188203d" + "NORTHEUROPE:20200806T235054Z:5eb03986-536f-4518-99b6-1d1468fd5659" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:41:12 GMT" - ], "Content-Length": [ "541" ], @@ -21078,25 +5754,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8992e40a-be08-4941-a7c6-4de04e336244" + "24175763-9717-4a14-b8c7-f251930a6199" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21104,42 +5780,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:51:04 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8992e40a-be08-4941-a7c6-4de04e336244" + "24175763-9717-4a14-b8c7-f251930a6199" ], "request-id": [ - "8992e40a-be08-4941-a7c6-4de04e336244" + "24175763-9717-4a14-b8c7-f251930a6199" ], "elapsed-time": [ - "56" + "395" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14709" + "14924" ], "x-ms-correlation-request-id": [ - "e903a3b1-283d-4f51-b326-adb162b2bcf1" + "f7693b01-d1bc-4b60-a02b-18b1588fa616" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184124Z:e903a3b1-283d-4f51-b326-adb162b2bcf1" + "NORTHEUROPE:20200806T235104Z:f7693b01-d1bc-4b60-a02b-18b1588fa616" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:41:24 GMT" - ], "Content-Length": [ "541" ], @@ -21150,25 +5826,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "09328a55-45b9-4f71-a880-abfe1d018c54" + "30652232-1306-4855-8ca0-afd64125d4c2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21176,42 +5852,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:51:14 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "09328a55-45b9-4f71-a880-abfe1d018c54" + "30652232-1306-4855-8ca0-afd64125d4c2" ], "request-id": [ - "09328a55-45b9-4f71-a880-abfe1d018c54" + "30652232-1306-4855-8ca0-afd64125d4c2" ], "elapsed-time": [ - "98" + "294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14708" + "14923" ], "x-ms-correlation-request-id": [ - "664dcf6a-cb7f-4b6e-b5ab-20e6dd5fa011" + "c3a5290b-3cdd-418d-8462-d7cd5b9b3c66" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184135Z:664dcf6a-cb7f-4b6e-b5ab-20e6dd5fa011" + "NORTHEUROPE:20200806T235115Z:c3a5290b-3cdd-418d-8462-d7cd5b9b3c66" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:41:35 GMT" - ], "Content-Length": [ "541" ], @@ -21222,25 +5898,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7355f421-8c7b-406e-873b-186dcd86ebe1" + "59be2f76-1216-4033-bcac-681664575b42" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21248,42 +5924,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:51:25 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7355f421-8c7b-406e-873b-186dcd86ebe1" + "59be2f76-1216-4033-bcac-681664575b42" ], "request-id": [ - "7355f421-8c7b-406e-873b-186dcd86ebe1" + "59be2f76-1216-4033-bcac-681664575b42" ], "elapsed-time": [ - "57" + "389" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14707" + "14922" ], "x-ms-correlation-request-id": [ - "9e2d5e0d-491c-4917-adf5-7a8ff0e1fcfc" + "31ed8632-6a1e-4f66-a578-37d11d365c4e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184145Z:9e2d5e0d-491c-4917-adf5-7a8ff0e1fcfc" + "NORTHEUROPE:20200806T235126Z:31ed8632-6a1e-4f66-a578-37d11d365c4e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:41:45 GMT" - ], "Content-Length": [ "541" ], @@ -21294,25 +5970,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a094a759-a706-467b-93f0-8fc7871f754d" + "4ff6b0f1-6f40-4522-bfd0-16e521394b70" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21320,42 +5996,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:51:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a094a759-a706-467b-93f0-8fc7871f754d" + "4ff6b0f1-6f40-4522-bfd0-16e521394b70" ], "request-id": [ - "a094a759-a706-467b-93f0-8fc7871f754d" + "4ff6b0f1-6f40-4522-bfd0-16e521394b70" ], "elapsed-time": [ - "56" + "434" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14706" + "14921" ], "x-ms-correlation-request-id": [ - "4d1515ec-e661-4058-becb-965c8267c30c" + "c16128a7-3ce6-4fc8-9e22-830da5a2543d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184155Z:4d1515ec-e661-4058-becb-965c8267c30c" + "NORTHEUROPE:20200806T235136Z:c16128a7-3ce6-4fc8-9e22-830da5a2543d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:41:54 GMT" - ], "Content-Length": [ "541" ], @@ -21366,25 +6042,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "80b500c8-9e4a-475b-aa9e-96ab19effce4" + "a1db1c78-4eb7-4169-ad23-db80b9d610dc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21392,42 +6068,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:51:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "80b500c8-9e4a-475b-aa9e-96ab19effce4" + "a1db1c78-4eb7-4169-ad23-db80b9d610dc" ], "request-id": [ - "80b500c8-9e4a-475b-aa9e-96ab19effce4" + "a1db1c78-4eb7-4169-ad23-db80b9d610dc" ], "elapsed-time": [ - "55" + "1204" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14705" + "14920" ], "x-ms-correlation-request-id": [ - "d94c3b9f-b6d8-482b-9846-eab8b6b3faa8" + "c7ccca3e-0061-4546-92b2-9f21b0413bb5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184205Z:d94c3b9f-b6d8-482b-9846-eab8b6b3faa8" + "NORTHEUROPE:20200806T235148Z:c7ccca3e-0061-4546-92b2-9f21b0413bb5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:42:05 GMT" - ], "Content-Length": [ "541" ], @@ -21438,25 +6114,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e1d55411-d758-4f63-91ed-39c7268730ca" + "5fa9da30-ce91-462a-94bc-2b19c26529ce" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21464,42 +6140,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:51:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e1d55411-d758-4f63-91ed-39c7268730ca" + "5fa9da30-ce91-462a-94bc-2b19c26529ce" ], "request-id": [ - "e1d55411-d758-4f63-91ed-39c7268730ca" + "5fa9da30-ce91-462a-94bc-2b19c26529ce" ], "elapsed-time": [ - "60" + "1811" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14704" + "14919" ], "x-ms-correlation-request-id": [ - "6f5626d7-f80d-48c1-b4d9-176134fd6ed2" + "a0f0aace-2894-434f-9262-4b9077be76ec" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184216Z:6f5626d7-f80d-48c1-b4d9-176134fd6ed2" + "NORTHEUROPE:20200806T235200Z:a0f0aace-2894-434f-9262-4b9077be76ec" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:42:15 GMT" - ], "Content-Length": [ "541" ], @@ -21510,25 +6186,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4386d1ac-01b9-4f68-a0d6-932eaf066b84" + "011885ad-07c2-4904-afec-9ecf15e534d9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21536,42 +6212,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:52:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4386d1ac-01b9-4f68-a0d6-932eaf066b84" + "011885ad-07c2-4904-afec-9ecf15e534d9" ], "request-id": [ - "4386d1ac-01b9-4f68-a0d6-932eaf066b84" + "011885ad-07c2-4904-afec-9ecf15e534d9" ], "elapsed-time": [ - "171" + "665" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14703" + "14918" ], "x-ms-correlation-request-id": [ - "ae13fe3e-4bae-42ae-ab0c-90c5527ef7d7" + "3810ab8a-8327-4e1b-91e4-95d6910d2a3f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184226Z:ae13fe3e-4bae-42ae-ab0c-90c5527ef7d7" + "NORTHEUROPE:20200806T235211Z:3810ab8a-8327-4e1b-91e4-95d6910d2a3f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:42:25 GMT" - ], "Content-Length": [ "541" ], @@ -21582,25 +6258,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "141f46d9-959c-4b55-955f-6f09aa664331" + "9323b807-8934-4e63-ba69-dc2226d8c1a4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21608,42 +6284,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:52:20 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "141f46d9-959c-4b55-955f-6f09aa664331" + "9323b807-8934-4e63-ba69-dc2226d8c1a4" ], "request-id": [ - "141f46d9-959c-4b55-955f-6f09aa664331" + "9323b807-8934-4e63-ba69-dc2226d8c1a4" ], "elapsed-time": [ - "55" + "292" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14702" + "14917" ], "x-ms-correlation-request-id": [ - "644c698e-8b87-4c51-837c-28893817b761" + "34e53b6c-c851-425d-add8-a69f8fc9fa79" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184236Z:644c698e-8b87-4c51-837c-28893817b761" + "NORTHEUROPE:20200806T235221Z:34e53b6c-c851-425d-add8-a69f8fc9fa79" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:42:36 GMT" - ], "Content-Length": [ "541" ], @@ -21654,25 +6330,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e102af50-bf88-475b-b0b2-8ac3b9c0f366" + "ffe6a15a-3e0e-4539-926c-66a8a7ff9e45" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21680,42 +6356,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:52:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e102af50-bf88-475b-b0b2-8ac3b9c0f366" + "ffe6a15a-3e0e-4539-926c-66a8a7ff9e45" ], "request-id": [ - "e102af50-bf88-475b-b0b2-8ac3b9c0f366" + "ffe6a15a-3e0e-4539-926c-66a8a7ff9e45" ], "elapsed-time": [ - "72" + "583" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14701" + "14916" ], "x-ms-correlation-request-id": [ - "6fdf7fae-3ff5-48ba-9344-c1333ba683dd" + "53ce62dd-e9c3-4abf-8f44-d8f504454591" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184247Z:6fdf7fae-3ff5-48ba-9344-c1333ba683dd" + "NORTHEUROPE:20200806T235232Z:53ce62dd-e9c3-4abf-8f44-d8f504454591" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:42:47 GMT" - ], "Content-Length": [ "541" ], @@ -21726,25 +6402,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0c07242e-fd70-4031-a2ce-36af9ed373e9" + "f5c5956c-76ba-41d5-8c10-d4af33f2071f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21752,42 +6428,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:52:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0c07242e-fd70-4031-a2ce-36af9ed373e9" + "f5c5956c-76ba-41d5-8c10-d4af33f2071f" ], "request-id": [ - "0c07242e-fd70-4031-a2ce-36af9ed373e9" + "f5c5956c-76ba-41d5-8c10-d4af33f2071f" ], "elapsed-time": [ - "64" + "301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14700" + "14915" ], "x-ms-correlation-request-id": [ - "701c9961-b5a2-458f-af3c-386a2e494115" + "1776625b-2db4-4053-96ac-2de1239e7f98" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184257Z:701c9961-b5a2-458f-af3c-386a2e494115" + "NORTHEUROPE:20200806T235243Z:1776625b-2db4-4053-96ac-2de1239e7f98" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:42:56 GMT" - ], "Content-Length": [ "541" ], @@ -21798,25 +6474,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "26056854-43f2-4a6a-8955-e2c740ee4677" + "c42e6b69-626f-4c84-839c-bf194207bd8b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21824,42 +6500,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:52:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "26056854-43f2-4a6a-8955-e2c740ee4677" + "c42e6b69-626f-4c84-839c-bf194207bd8b" ], "request-id": [ - "26056854-43f2-4a6a-8955-e2c740ee4677" + "c42e6b69-626f-4c84-839c-bf194207bd8b" ], "elapsed-time": [ - "56" + "271" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14699" + "14914" ], "x-ms-correlation-request-id": [ - "3d73fcd1-4bef-4d74-aba0-942b4dbb5ffb" + "631907bf-2e2e-4a3a-b240-e400b2e32f3a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184307Z:3d73fcd1-4bef-4d74-aba0-942b4dbb5ffb" + "NORTHEUROPE:20200806T235253Z:631907bf-2e2e-4a3a-b240-e400b2e32f3a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:43:07 GMT" - ], "Content-Length": [ "541" ], @@ -21870,25 +6546,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b22c462f-790c-45d4-a799-718753a95378" + "d722340c-fdaa-4bac-ab21-ec5b224d0cfd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21896,42 +6572,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:53:04 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b22c462f-790c-45d4-a799-718753a95378" + "d722340c-fdaa-4bac-ab21-ec5b224d0cfd" ], "request-id": [ - "b22c462f-790c-45d4-a799-718753a95378" + "d722340c-fdaa-4bac-ab21-ec5b224d0cfd" ], "elapsed-time": [ - "57" + "344" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14698" + "14913" ], "x-ms-correlation-request-id": [ - "243fe64a-4bdd-41e4-b3c7-364bef48abfc" + "5004238d-4360-4e5e-93f2-404d1240a483" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184318Z:243fe64a-4bdd-41e4-b3c7-364bef48abfc" + "NORTHEUROPE:20200806T235304Z:5004238d-4360-4e5e-93f2-404d1240a483" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:43:17 GMT" - ], "Content-Length": [ "541" ], @@ -21942,25 +6618,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ca7d2dd2-f264-41d0-bbec-6486014b6b64" + "4d01b891-c633-49b0-8e40-ad64789b4d5e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -21968,42 +6644,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:53:14 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ca7d2dd2-f264-41d0-bbec-6486014b6b64" + "4d01b891-c633-49b0-8e40-ad64789b4d5e" ], "request-id": [ - "ca7d2dd2-f264-41d0-bbec-6486014b6b64" + "4d01b891-c633-49b0-8e40-ad64789b4d5e" ], "elapsed-time": [ - "60" + "322" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14697" + "14912" ], "x-ms-correlation-request-id": [ - "91fb59f0-e471-45e2-968b-fa5562612880" + "98f3bd59-c19d-4994-993a-a3d19edf2325" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184328Z:91fb59f0-e471-45e2-968b-fa5562612880" + "NORTHEUROPE:20200806T235314Z:98f3bd59-c19d-4994-993a-a3d19edf2325" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:43:28 GMT" - ], "Content-Length": [ "541" ], @@ -22014,25 +6690,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e88b92ef-0fc2-4725-9205-432d10303ec0" + "906c067e-754f-4dfa-931e-d42526352ad1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22040,42 +6716,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:53:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e88b92ef-0fc2-4725-9205-432d10303ec0" + "906c067e-754f-4dfa-931e-d42526352ad1" ], "request-id": [ - "e88b92ef-0fc2-4725-9205-432d10303ec0" + "906c067e-754f-4dfa-931e-d42526352ad1" ], "elapsed-time": [ - "74" + "327" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14696" + "14911" ], "x-ms-correlation-request-id": [ - "270c1f4b-541a-4b5b-9990-3c6cc789c9f0" + "6bd62580-765b-466d-b826-5b52ee2c6a02" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184338Z:270c1f4b-541a-4b5b-9990-3c6cc789c9f0" + "NORTHEUROPE:20200806T235325Z:6bd62580-765b-466d-b826-5b52ee2c6a02" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:43:37 GMT" - ], "Content-Length": [ "541" ], @@ -22086,25 +6762,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ed314e47-e2ea-4e4a-a319-0bc86aeb52f8" + "bc56b441-5b34-40cc-ad69-57802bc45516" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22112,42 +6788,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:53:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ed314e47-e2ea-4e4a-a319-0bc86aeb52f8" + "bc56b441-5b34-40cc-ad69-57802bc45516" ], "request-id": [ - "ed314e47-e2ea-4e4a-a319-0bc86aeb52f8" + "bc56b441-5b34-40cc-ad69-57802bc45516" ], "elapsed-time": [ - "93" + "298" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14695" + "14910" ], "x-ms-correlation-request-id": [ - "f9e06609-e21b-4691-8293-2d48d1d98e40" + "108708a8-de08-4298-a6e3-32c1ea3075b5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184348Z:f9e06609-e21b-4691-8293-2d48d1d98e40" + "NORTHEUROPE:20200806T235335Z:108708a8-de08-4298-a6e3-32c1ea3075b5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:43:48 GMT" - ], "Content-Length": [ "541" ], @@ -22158,25 +6834,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "17cc33e3-cbe6-43bb-b3b3-5c8a0b05acc7" + "eb958ef2-b209-454d-8d4a-863784056bbc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22184,42 +6860,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:53:46 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "17cc33e3-cbe6-43bb-b3b3-5c8a0b05acc7" + "eb958ef2-b209-454d-8d4a-863784056bbc" ], "request-id": [ - "17cc33e3-cbe6-43bb-b3b3-5c8a0b05acc7" + "eb958ef2-b209-454d-8d4a-863784056bbc" ], "elapsed-time": [ - "54" + "368" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14694" + "14909" ], "x-ms-correlation-request-id": [ - "749c1310-07a3-4c09-a7a6-4c5ede00597e" + "d1a556ee-eff0-4990-b8f7-f88b41e8a3af" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184359Z:749c1310-07a3-4c09-a7a6-4c5ede00597e" + "NORTHEUROPE:20200806T235347Z:d1a556ee-eff0-4990-b8f7-f88b41e8a3af" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:43:59 GMT" - ], "Content-Length": [ "541" ], @@ -22230,25 +6906,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "66f29e36-195f-43f8-a691-55c5b3f74c76" + "a705dec7-2610-42b3-9c8d-6c5745965291" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22256,42 +6932,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:53:56 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "66f29e36-195f-43f8-a691-55c5b3f74c76" + "a705dec7-2610-42b3-9c8d-6c5745965291" ], "request-id": [ - "66f29e36-195f-43f8-a691-55c5b3f74c76" + "a705dec7-2610-42b3-9c8d-6c5745965291" ], "elapsed-time": [ - "72" + "319" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14693" + "14908" ], "x-ms-correlation-request-id": [ - "61d17818-ea95-4f82-a535-ea3418fb8898" + "f9eccf92-3845-496e-9812-1180410f2503" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184409Z:61d17818-ea95-4f82-a535-ea3418fb8898" + "NORTHEUROPE:20200806T235357Z:f9eccf92-3845-496e-9812-1180410f2503" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:44:09 GMT" - ], "Content-Length": [ "541" ], @@ -22302,25 +6978,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3a7d827-439a-43cf-bfb9-0001a209aff4" + "28bdbf4c-c1e6-44d7-9d28-efc067c17e1b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22328,42 +7004,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:54:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e3a7d827-439a-43cf-bfb9-0001a209aff4" + "28bdbf4c-c1e6-44d7-9d28-efc067c17e1b" ], "request-id": [ - "e3a7d827-439a-43cf-bfb9-0001a209aff4" + "28bdbf4c-c1e6-44d7-9d28-efc067c17e1b" ], "elapsed-time": [ - "56" + "307" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14692" + "14907" ], "x-ms-correlation-request-id": [ - "fd1e2471-d1ea-4d33-978e-ae0343bd9485" + "0bcd7dbc-9699-4e8f-bf27-1f30d590affb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184419Z:fd1e2471-d1ea-4d33-978e-ae0343bd9485" + "NORTHEUROPE:20200806T235408Z:0bcd7dbc-9699-4e8f-bf27-1f30d590affb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:44:19 GMT" - ], "Content-Length": [ "541" ], @@ -22374,25 +7050,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "82645d63-40e7-4db6-84b2-b7c73d363c6e" + "45ab994d-d24a-42a0-b7b7-d3794bd56455" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22400,42 +7076,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:54:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "82645d63-40e7-4db6-84b2-b7c73d363c6e" + "45ab994d-d24a-42a0-b7b7-d3794bd56455" ], "request-id": [ - "82645d63-40e7-4db6-84b2-b7c73d363c6e" + "45ab994d-d24a-42a0-b7b7-d3794bd56455" ], "elapsed-time": [ - "68" + "304" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14691" + "14906" ], "x-ms-correlation-request-id": [ - "bad4bd9b-5c22-46ad-b79c-b5bb5971334a" + "5a715554-65bb-4ac8-8cd4-2819e2dcaf5f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184430Z:bad4bd9b-5c22-46ad-b79c-b5bb5971334a" + "NORTHEUROPE:20200806T235418Z:5a715554-65bb-4ac8-8cd4-2819e2dcaf5f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:44:29 GMT" - ], "Content-Length": [ "541" ], @@ -22446,25 +7122,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75d089fb-0dc7-432c-ba95-fedc04f2ee01" + "ec7a057d-ce51-4a93-99c2-fa467e53280b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22472,42 +7148,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:54:29 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "75d089fb-0dc7-432c-ba95-fedc04f2ee01" + "ec7a057d-ce51-4a93-99c2-fa467e53280b" ], "request-id": [ - "75d089fb-0dc7-432c-ba95-fedc04f2ee01" + "ec7a057d-ce51-4a93-99c2-fa467e53280b" ], "elapsed-time": [ - "61" + "331" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14690" + "14905" ], "x-ms-correlation-request-id": [ - "2c0faadb-5d1a-4d89-ab07-2eea040688ea" + "264e46aa-dae2-49a0-9936-4929b31d8965" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184441Z:2c0faadb-5d1a-4d89-ab07-2eea040688ea" + "NORTHEUROPE:20200806T235429Z:264e46aa-dae2-49a0-9936-4929b31d8965" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:44:41 GMT" - ], "Content-Length": [ "541" ], @@ -22518,25 +7194,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "568b411d-a8da-4875-b6d4-f6f40d176730" + "bf6f9f9a-f8df-408a-83be-777392437945" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22544,42 +7220,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:54:39 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "568b411d-a8da-4875-b6d4-f6f40d176730" + "bf6f9f9a-f8df-408a-83be-777392437945" ], "request-id": [ - "568b411d-a8da-4875-b6d4-f6f40d176730" + "bf6f9f9a-f8df-408a-83be-777392437945" ], "elapsed-time": [ - "58" + "966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14689" + "14904" ], "x-ms-correlation-request-id": [ - "006311c8-53c1-4151-8cd5-b536e172f6a8" + "5fd47631-707d-4259-9219-952724d81237" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184451Z:006311c8-53c1-4151-8cd5-b536e172f6a8" + "NORTHEUROPE:20200806T235440Z:5fd47631-707d-4259-9219-952724d81237" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:44:51 GMT" - ], "Content-Length": [ "541" ], @@ -22590,25 +7266,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4dc2fcf6-6de5-48de-9cf1-37d4842f601b" + "156985a0-58d7-4bbc-9167-4690f6a7c649" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22616,42 +7292,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:54:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4dc2fcf6-6de5-48de-9cf1-37d4842f601b" + "156985a0-58d7-4bbc-9167-4690f6a7c649" ], "request-id": [ - "4dc2fcf6-6de5-48de-9cf1-37d4842f601b" + "156985a0-58d7-4bbc-9167-4690f6a7c649" ], "elapsed-time": [ - "58" + "308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14688" + "14903" ], "x-ms-correlation-request-id": [ - "bbe8e070-588e-4888-bfbf-646633d64964" + "e06c9a04-06cc-4be9-b3c2-c5593b9ec19f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184501Z:bbe8e070-588e-4888-bfbf-646633d64964" + "NORTHEUROPE:20200806T235451Z:e06c9a04-06cc-4be9-b3c2-c5593b9ec19f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:45:01 GMT" - ], "Content-Length": [ "541" ], @@ -22662,25 +7338,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf3c39b1-8e30-42d2-a540-7a71c7ab571f" + "26d3cde9-1af4-41c3-a4ce-64f3ddf183eb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22688,42 +7364,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:55:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "cf3c39b1-8e30-42d2-a540-7a71c7ab571f" + "26d3cde9-1af4-41c3-a4ce-64f3ddf183eb" ], "request-id": [ - "cf3c39b1-8e30-42d2-a540-7a71c7ab571f" + "26d3cde9-1af4-41c3-a4ce-64f3ddf183eb" ], "elapsed-time": [ - "62" + "301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14687" + "14902" ], "x-ms-correlation-request-id": [ - "7ea8cac3-94f3-4827-ad4b-547c80ef6a73" + "bdc76220-bfb6-49b6-a662-aa72e9f21465" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184512Z:7ea8cac3-94f3-4827-ad4b-547c80ef6a73" + "NORTHEUROPE:20200806T235501Z:bdc76220-bfb6-49b6-a662-aa72e9f21465" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:45:11 GMT" - ], "Content-Length": [ "541" ], @@ -22734,25 +7410,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6bbe240b-584e-45c3-b861-3278935195ee" + "90fe9676-732e-40c4-874d-a7e06b99e7d9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22760,42 +7436,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:55:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6bbe240b-584e-45c3-b861-3278935195ee" + "90fe9676-732e-40c4-874d-a7e06b99e7d9" ], "request-id": [ - "6bbe240b-584e-45c3-b861-3278935195ee" + "90fe9676-732e-40c4-874d-a7e06b99e7d9" ], "elapsed-time": [ - "56" + "314" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14686" + "14901" ], "x-ms-correlation-request-id": [ - "efb937c6-8a97-451a-9773-6fa752d4a997" + "f11fc9eb-0a08-4e68-a72b-cb86b38d0968" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184522Z:efb937c6-8a97-451a-9773-6fa752d4a997" + "NORTHEUROPE:20200806T235512Z:f11fc9eb-0a08-4e68-a72b-cb86b38d0968" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:45:21 GMT" - ], "Content-Length": [ "541" ], @@ -22806,25 +7482,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5651971d-f342-4ca2-8d35-17f22fccfbd9" + "0413085b-bca5-4fd4-9d18-719ed8e32e3d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22832,42 +7508,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:55:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5651971d-f342-4ca2-8d35-17f22fccfbd9" + "0413085b-bca5-4fd4-9d18-719ed8e32e3d" ], "request-id": [ - "5651971d-f342-4ca2-8d35-17f22fccfbd9" + "0413085b-bca5-4fd4-9d18-719ed8e32e3d" ], "elapsed-time": [ - "57" + "282" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14685" + "14900" ], "x-ms-correlation-request-id": [ - "e43a3bf0-11cf-4c40-8f78-c764baa310d6" + "7767e1ce-f131-4b65-bc13-9a9c0c5ecd17" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184532Z:e43a3bf0-11cf-4c40-8f78-c764baa310d6" + "NORTHEUROPE:20200806T235522Z:7767e1ce-f131-4b65-bc13-9a9c0c5ecd17" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:45:32 GMT" - ], "Content-Length": [ "541" ], @@ -22878,25 +7554,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a33994ea-8d15-46e8-8abc-d26e3e5fd466" + "4fb6d12f-0057-4311-9729-048c3888f087" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22904,42 +7580,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:55:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a33994ea-8d15-46e8-8abc-d26e3e5fd466" + "4fb6d12f-0057-4311-9729-048c3888f087" ], "request-id": [ - "a33994ea-8d15-46e8-8abc-d26e3e5fd466" + "4fb6d12f-0057-4311-9729-048c3888f087" ], "elapsed-time": [ - "58" + "323" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14684" + "14899" ], "x-ms-correlation-request-id": [ - "441d3f57-1971-4fda-b32c-2820567cff64" + "df679f3f-5b2d-4ea4-9258-096668642e2c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184543Z:441d3f57-1971-4fda-b32c-2820567cff64" + "NORTHEUROPE:20200806T235533Z:df679f3f-5b2d-4ea4-9258-096668642e2c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:45:43 GMT" - ], "Content-Length": [ "541" ], @@ -22950,25 +7626,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "291c189d-e0dd-4d8a-94f4-1c8b12c5f9ba" + "bb409230-b4b7-4a9e-bdeb-803f9e792ad7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -22976,42 +7652,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:55:42 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "291c189d-e0dd-4d8a-94f4-1c8b12c5f9ba" + "bb409230-b4b7-4a9e-bdeb-803f9e792ad7" ], "request-id": [ - "291c189d-e0dd-4d8a-94f4-1c8b12c5f9ba" + "bb409230-b4b7-4a9e-bdeb-803f9e792ad7" ], "elapsed-time": [ - "57" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14683" + "14898" ], "x-ms-correlation-request-id": [ - "929a6056-54ac-448a-856e-e29ebb5bd30b" + "fa60a684-6ed3-41eb-9a6a-e86c50275556" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184553Z:929a6056-54ac-448a-856e-e29ebb5bd30b" + "NORTHEUROPE:20200806T235543Z:fa60a684-6ed3-41eb-9a6a-e86c50275556" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:45:52 GMT" - ], "Content-Length": [ "541" ], @@ -23022,25 +7698,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0f83a38d-9a25-467f-abdf-2a47395c873b" + "692b5bfb-9d39-4c61-b5bc-5d7a590b0121" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23048,42 +7724,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:55:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0f83a38d-9a25-467f-abdf-2a47395c873b" + "692b5bfb-9d39-4c61-b5bc-5d7a590b0121" ], "request-id": [ - "0f83a38d-9a25-467f-abdf-2a47395c873b" + "692b5bfb-9d39-4c61-b5bc-5d7a590b0121" ], "elapsed-time": [ - "77" + "478" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14682" + "14897" ], "x-ms-correlation-request-id": [ - "c54e51b0-489b-4842-bbeb-cfa0c9ec46c2" + "5e563891-1369-4970-8d49-2e9d4f688510" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184603Z:c54e51b0-489b-4842-bbeb-cfa0c9ec46c2" + "NORTHEUROPE:20200806T235554Z:5e563891-1369-4970-8d49-2e9d4f688510" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:46:02 GMT" - ], "Content-Length": [ "541" ], @@ -23094,25 +7770,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b2c0b242-cbe5-491c-afce-d6f1a6ff0974" + "358af169-ff90-403b-85d9-879f1430d4bc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23120,42 +7796,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:56:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b2c0b242-cbe5-491c-afce-d6f1a6ff0974" + "358af169-ff90-403b-85d9-879f1430d4bc" ], "request-id": [ - "b2c0b242-cbe5-491c-afce-d6f1a6ff0974" + "358af169-ff90-403b-85d9-879f1430d4bc" ], "elapsed-time": [ - "62" + "283" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14681" + "14896" ], "x-ms-correlation-request-id": [ - "4ec4c73d-e07a-4372-b703-6df051f26b87" + "24973431-19ff-4d52-aad6-5c0379cb738b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184614Z:4ec4c73d-e07a-4372-b703-6df051f26b87" + "NORTHEUROPE:20200806T235605Z:24973431-19ff-4d52-aad6-5c0379cb738b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:46:14 GMT" - ], "Content-Length": [ "541" ], @@ -23166,25 +7842,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "484ef5a6-5e1a-4588-91bc-2ecee8325e60" + "bbc1ebeb-509d-48ad-b878-fdfb23f48423" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23192,42 +7868,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:56:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "484ef5a6-5e1a-4588-91bc-2ecee8325e60" + "bbc1ebeb-509d-48ad-b878-fdfb23f48423" ], "request-id": [ - "484ef5a6-5e1a-4588-91bc-2ecee8325e60" + "bbc1ebeb-509d-48ad-b878-fdfb23f48423" ], "elapsed-time": [ - "63" + "469" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14680" + "14895" ], "x-ms-correlation-request-id": [ - "a4c5ae46-ab79-4974-95f8-9c57cff9ec01" + "ae797d1c-c133-4019-af07-a4593363962e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184624Z:a4c5ae46-ab79-4974-95f8-9c57cff9ec01" + "NORTHEUROPE:20200806T235616Z:ae797d1c-c133-4019-af07-a4593363962e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:46:24 GMT" - ], "Content-Length": [ "541" ], @@ -23238,25 +7914,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d3d517ec-44bb-4163-bc80-b74941746037" + "39a3ff64-37bf-495a-b7ed-f9f2ae734735" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23264,42 +7940,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:56:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d3d517ec-44bb-4163-bc80-b74941746037" + "39a3ff64-37bf-495a-b7ed-f9f2ae734735" ], "request-id": [ - "d3d517ec-44bb-4163-bc80-b74941746037" + "39a3ff64-37bf-495a-b7ed-f9f2ae734735" ], "elapsed-time": [ - "164" + "295" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14679" + "14894" ], "x-ms-correlation-request-id": [ - "87f7c7dc-d659-4d64-9584-22cc88f6acf6" + "8c8f400a-f861-4665-9702-fd0eab090dff" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184635Z:87f7c7dc-d659-4d64-9584-22cc88f6acf6" + "NORTHEUROPE:20200806T235626Z:8c8f400a-f861-4665-9702-fd0eab090dff" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:46:35 GMT" - ], "Content-Length": [ "541" ], @@ -23310,25 +7986,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "920e8abd-717c-442f-972f-31ff4c9b4d77" + "ea2e32e0-d8c1-4deb-a2ad-42d9813e2e07" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23336,42 +8012,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:56:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "920e8abd-717c-442f-972f-31ff4c9b4d77" + "ea2e32e0-d8c1-4deb-a2ad-42d9813e2e07" ], "request-id": [ - "920e8abd-717c-442f-972f-31ff4c9b4d77" + "ea2e32e0-d8c1-4deb-a2ad-42d9813e2e07" ], "elapsed-time": [ - "58" + "291" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14678" + "14893" ], "x-ms-correlation-request-id": [ - "ae10e3ae-9dc3-4313-9751-2fd1d231ab20" + "eac35358-8c0f-4c54-926d-9285b09796fc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184646Z:ae10e3ae-9dc3-4313-9751-2fd1d231ab20" + "NORTHEUROPE:20200806T235637Z:eac35358-8c0f-4c54-926d-9285b09796fc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:46:45 GMT" - ], "Content-Length": [ "541" ], @@ -23382,25 +8058,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7d277fac-34b2-4d89-b779-f480a883ed07" + "0257dfb3-5537-4dec-b15e-cd694abf4626" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23408,42 +8084,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:56:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7d277fac-34b2-4d89-b779-f480a883ed07" + "0257dfb3-5537-4dec-b15e-cd694abf4626" ], "request-id": [ - "7d277fac-34b2-4d89-b779-f480a883ed07" + "0257dfb3-5537-4dec-b15e-cd694abf4626" ], "elapsed-time": [ - "57" + "314" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14677" + "14892" ], "x-ms-correlation-request-id": [ - "893944fb-b74d-4d2e-92cf-2754d8e305ad" + "31bbb957-e137-47cf-9a08-6e638af94eda" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184656Z:893944fb-b74d-4d2e-92cf-2754d8e305ad" + "NORTHEUROPE:20200806T235647Z:31bbb957-e137-47cf-9a08-6e638af94eda" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:46:55 GMT" - ], "Content-Length": [ "541" ], @@ -23454,25 +8130,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8be4845-f28a-4540-b104-18c1f8fd878f" + "c82efc41-86a6-46d2-9b83-2dcb58ec1c6a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23480,42 +8156,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:56:57 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b8be4845-f28a-4540-b104-18c1f8fd878f" + "c82efc41-86a6-46d2-9b83-2dcb58ec1c6a" ], "request-id": [ - "b8be4845-f28a-4540-b104-18c1f8fd878f" + "c82efc41-86a6-46d2-9b83-2dcb58ec1c6a" ], "elapsed-time": [ - "53" + "308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14676" + "14891" ], "x-ms-correlation-request-id": [ - "ed2999fd-2b63-4c88-bcfa-23befea3354f" + "6f1c84f2-e722-408b-a27e-bc9f49e249c9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184706Z:ed2999fd-2b63-4c88-bcfa-23befea3354f" + "NORTHEUROPE:20200806T235658Z:6f1c84f2-e722-408b-a27e-bc9f49e249c9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:47:06 GMT" - ], "Content-Length": [ "541" ], @@ -23526,25 +8202,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75202e25-e958-49bd-9225-26c1827d91e6" + "9586919f-c933-4a51-98a0-d29ff9ea80c0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23552,42 +8228,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:57:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "75202e25-e958-49bd-9225-26c1827d91e6" + "9586919f-c933-4a51-98a0-d29ff9ea80c0" ], "request-id": [ - "75202e25-e958-49bd-9225-26c1827d91e6" + "9586919f-c933-4a51-98a0-d29ff9ea80c0" ], "elapsed-time": [ - "57" + "326" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14675" + "14890" ], "x-ms-correlation-request-id": [ - "dbe54d58-30d0-4c44-b7d9-3bac8c60cd93" + "397a7579-9a1f-41c3-af4f-dcfbf4b1da67" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184716Z:dbe54d58-30d0-4c44-b7d9-3bac8c60cd93" + "NORTHEUROPE:20200806T235708Z:397a7579-9a1f-41c3-af4f-dcfbf4b1da67" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:47:15 GMT" - ], "Content-Length": [ "541" ], @@ -23598,25 +8274,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "284436c9-4d66-481c-8840-bcd5bb10f0ab" + "31cc1800-12ca-4cf5-9307-c13aec18c138" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23624,42 +8300,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:57:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "284436c9-4d66-481c-8840-bcd5bb10f0ab" + "31cc1800-12ca-4cf5-9307-c13aec18c138" ], "request-id": [ - "284436c9-4d66-481c-8840-bcd5bb10f0ab" + "31cc1800-12ca-4cf5-9307-c13aec18c138" ], "elapsed-time": [ - "56" + "274" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14674" + "14889" ], "x-ms-correlation-request-id": [ - "346a2e73-db4c-417e-adb1-60c65bb15676" + "5b37c4a9-3d21-45ab-9760-d1af35b71397" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184727Z:346a2e73-db4c-417e-adb1-60c65bb15676" + "NORTHEUROPE:20200806T235719Z:5b37c4a9-3d21-45ab-9760-d1af35b71397" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:47:27 GMT" - ], "Content-Length": [ "541" ], @@ -23670,25 +8346,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "583b474e-a4ff-4920-9091-472323d68a78" + "4e2b76e6-d02c-4d4d-a6d2-05732fe82f45" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23696,44 +8372,44 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:57:29 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "583b474e-a4ff-4920-9091-472323d68a78" + "4e2b76e6-d02c-4d4d-a6d2-05732fe82f45" ], "request-id": [ - "583b474e-a4ff-4920-9091-472323d68a78" + "4e2b76e6-d02c-4d4d-a6d2-05732fe82f45" ], "elapsed-time": [ - "83" + "280" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14673" + "14888" ], "x-ms-correlation-request-id": [ - "145c8822-89a3-4c5c-9c05-4760c659804f" + "fd898c3b-cf59-421e-91a1-373f7c07d65b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184737Z:145c8822-89a3-4c5c-9c05-4760c659804f" + "NORTHEUROPE:20200806T235729Z:fd898c3b-cf59-421e-91a1-373f7c07d65b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:47:37 GMT" - ], "Content-Length": [ - "533" + "541" ], "Content-Type": [ "application/json; charset=utf-8" @@ -23742,25 +8418,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2d292a7f-a57e-49d7-aad5-5f2e26815150" + "9fbadca4-1af1-477a-9271-47cf02430bf7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23768,42 +8444,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:57:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2d292a7f-a57e-49d7-aad5-5f2e26815150" + "9fbadca4-1af1-477a-9271-47cf02430bf7" ], "request-id": [ - "2d292a7f-a57e-49d7-aad5-5f2e26815150" + "9fbadca4-1af1-477a-9271-47cf02430bf7" ], "elapsed-time": [ - "48" + "338" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14672" + "14887" ], "x-ms-correlation-request-id": [ - "80fa13b7-1482-43de-8792-635371f031f5" + "28df9224-b127-41da-a7a5-9208525b1211" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184812Z:80fa13b7-1482-43de-8792-635371f031f5" + "NORTHEUROPE:20200806T235740Z:28df9224-b127-41da-a7a5-9208525b1211" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:48:12 GMT" - ], "Content-Length": [ "541" ], @@ -23814,25 +8490,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ad977688-83b2-4abb-9629-d38052f9e0e6" + "2ac50854-3b9e-4d53-9591-10b3be976090" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23840,42 +8516,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:57:50 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ad977688-83b2-4abb-9629-d38052f9e0e6" + "2ac50854-3b9e-4d53-9591-10b3be976090" ], "request-id": [ - "ad977688-83b2-4abb-9629-d38052f9e0e6" + "2ac50854-3b9e-4d53-9591-10b3be976090" ], "elapsed-time": [ - "81" + "291" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14671" + "14886" ], "x-ms-correlation-request-id": [ - "e636d815-9973-439f-90e4-ca3b7a258a93" + "77b4ceac-88ca-4a56-a1c4-462bfecae951" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184823Z:e636d815-9973-439f-90e4-ca3b7a258a93" + "NORTHEUROPE:20200806T235751Z:77b4ceac-88ca-4a56-a1c4-462bfecae951" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:48:22 GMT" - ], "Content-Length": [ "541" ], @@ -23886,25 +8562,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7d5c836c-a6cb-4e70-b738-bbe8870bb0cb" + "e2c78e2a-3765-42a9-919e-d6f412d82259" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23912,42 +8588,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:58:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7d5c836c-a6cb-4e70-b738-bbe8870bb0cb" + "e2c78e2a-3765-42a9-919e-d6f412d82259" ], "request-id": [ - "7d5c836c-a6cb-4e70-b738-bbe8870bb0cb" + "e2c78e2a-3765-42a9-919e-d6f412d82259" ], "elapsed-time": [ - "230" + "451" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14670" + "14885" ], "x-ms-correlation-request-id": [ - "1d509a90-f8db-4709-8aec-fb079166a8c7" + "4829462c-8f4b-4170-be77-33a8bacb377b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184834Z:1d509a90-f8db-4709-8aec-fb079166a8c7" + "NORTHEUROPE:20200806T235802Z:4829462c-8f4b-4170-be77-33a8bacb377b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:48:34 GMT" - ], "Content-Length": [ "541" ], @@ -23958,25 +8634,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "440a74eb-0c34-4569-b676-8d32156b8afb" + "5c722322-1bc5-4489-8952-dbab87f753fd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -23984,42 +8660,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:58:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "440a74eb-0c34-4569-b676-8d32156b8afb" + "5c722322-1bc5-4489-8952-dbab87f753fd" ], "request-id": [ - "440a74eb-0c34-4569-b676-8d32156b8afb" + "5c722322-1bc5-4489-8952-dbab87f753fd" ], "elapsed-time": [ - "51" + "308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14669" + "14884" ], "x-ms-correlation-request-id": [ - "8231072b-122a-47a6-a2d0-0202750d75b4" + "219d0c3d-5153-40cb-aba5-2630a2910f0e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184844Z:8231072b-122a-47a6-a2d0-0202750d75b4" + "NORTHEUROPE:20200806T235812Z:219d0c3d-5153-40cb-aba5-2630a2910f0e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:48:43 GMT" - ], "Content-Length": [ "541" ], @@ -24030,25 +8706,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "957b3c81-7c51-4575-bbf4-e2469dac176a" + "9b3b5f27-0adc-4ea8-8dc1-620f6aa26ae1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24056,42 +8732,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:58:23 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "957b3c81-7c51-4575-bbf4-e2469dac176a" + "9b3b5f27-0adc-4ea8-8dc1-620f6aa26ae1" ], "request-id": [ - "957b3c81-7c51-4575-bbf4-e2469dac176a" + "9b3b5f27-0adc-4ea8-8dc1-620f6aa26ae1" ], "elapsed-time": [ - "56" + "361" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14668" + "14883" ], "x-ms-correlation-request-id": [ - "4e2b5fb4-d9a6-44d4-8982-48193e09987a" + "c21eb6c6-a072-4a6b-a7a9-61a7e2b7d512" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184855Z:4e2b5fb4-d9a6-44d4-8982-48193e09987a" + "NORTHEUROPE:20200806T235823Z:c21eb6c6-a072-4a6b-a7a9-61a7e2b7d512" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:48:55 GMT" - ], "Content-Length": [ "541" ], @@ -24102,25 +8778,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99adbc7a-c0d9-4f98-84ea-5f4496853929" + "945c4b1d-388a-4895-aa64-2757207abc8c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24128,42 +8804,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:58:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "99adbc7a-c0d9-4f98-84ea-5f4496853929" + "945c4b1d-388a-4895-aa64-2757207abc8c" ], "request-id": [ - "99adbc7a-c0d9-4f98-84ea-5f4496853929" + "945c4b1d-388a-4895-aa64-2757207abc8c" ], "elapsed-time": [ - "381" + "303" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14667" + "14882" ], "x-ms-correlation-request-id": [ - "85239fd4-9b8a-4526-ac3f-1105b6b94e4e" + "055c555d-1ca1-463f-9937-9569e2bdc3b6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184905Z:85239fd4-9b8a-4526-ac3f-1105b6b94e4e" + "NORTHEUROPE:20200806T235834Z:055c555d-1ca1-463f-9937-9569e2bdc3b6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:49:05 GMT" - ], "Content-Length": [ "541" ], @@ -24174,25 +8850,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fa893e01-2cfd-46a7-9d54-afe980ac5c8d" + "8991a06f-d4af-4c3d-8d3d-3c0f231233c8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24200,42 +8876,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:58:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "fa893e01-2cfd-46a7-9d54-afe980ac5c8d" + "8991a06f-d4af-4c3d-8d3d-3c0f231233c8" ], "request-id": [ - "fa893e01-2cfd-46a7-9d54-afe980ac5c8d" + "8991a06f-d4af-4c3d-8d3d-3c0f231233c8" ], "elapsed-time": [ - "57" + "314" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14666" + "14881" ], "x-ms-correlation-request-id": [ - "be8362dd-1b37-4ef5-bee1-0e5732be9ebf" + "3d3dd497-745d-4e0f-87d2-8147f571be09" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184915Z:be8362dd-1b37-4ef5-bee1-0e5732be9ebf" + "NORTHEUROPE:20200806T235844Z:3d3dd497-745d-4e0f-87d2-8147f571be09" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:49:15 GMT" - ], "Content-Length": [ "541" ], @@ -24246,25 +8922,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "670a47a3-23e2-4ef3-8cfe-74210c8ac73c" + "9b4deb13-c4bb-4023-bcb9-30685fae8588" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24272,42 +8948,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:58:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "670a47a3-23e2-4ef3-8cfe-74210c8ac73c" + "9b4deb13-c4bb-4023-bcb9-30685fae8588" ], "request-id": [ - "670a47a3-23e2-4ef3-8cfe-74210c8ac73c" + "9b4deb13-c4bb-4023-bcb9-30685fae8588" ], "elapsed-time": [ - "50" + "285" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14665" + "14880" ], "x-ms-correlation-request-id": [ - "99a7f167-603b-4f86-8b31-2c0719dd42aa" + "5e0c2727-79df-4f53-8da3-a95a35c1e596" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184926Z:99a7f167-603b-4f86-8b31-2c0719dd42aa" + "NORTHEUROPE:20200806T235855Z:5e0c2727-79df-4f53-8da3-a95a35c1e596" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:49:25 GMT" - ], "Content-Length": [ "541" ], @@ -24318,25 +8994,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "df174b1a-15ec-4c98-bfc0-ab47dd330f90" + "0976ec3f-23a7-46f3-8c14-97cfd68ff95f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24344,42 +9020,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:59:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "df174b1a-15ec-4c98-bfc0-ab47dd330f90" + "0976ec3f-23a7-46f3-8c14-97cfd68ff95f" ], "request-id": [ - "df174b1a-15ec-4c98-bfc0-ab47dd330f90" + "0976ec3f-23a7-46f3-8c14-97cfd68ff95f" ], "elapsed-time": [ - "51" + "378" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14664" + "14879" ], "x-ms-correlation-request-id": [ - "d88b0994-f57b-4eca-9bf7-6a4c4d5ccc1b" + "f78353ce-85bc-47d7-9dd3-9b34c10393a5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184936Z:d88b0994-f57b-4eca-9bf7-6a4c4d5ccc1b" + "NORTHEUROPE:20200806T235906Z:f78353ce-85bc-47d7-9dd3-9b34c10393a5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:49:36 GMT" - ], "Content-Length": [ "541" ], @@ -24390,25 +9066,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9fa06bf0-8c68-452c-bcb4-4053fc59851e" + "d09b893b-2578-4b17-8af6-584704b5e2eb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24416,42 +9092,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:59:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9fa06bf0-8c68-452c-bcb4-4053fc59851e" + "d09b893b-2578-4b17-8af6-584704b5e2eb" ], "request-id": [ - "9fa06bf0-8c68-452c-bcb4-4053fc59851e" + "d09b893b-2578-4b17-8af6-584704b5e2eb" ], "elapsed-time": [ - "58" + "294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14663" + "14878" ], "x-ms-correlation-request-id": [ - "7de21ce4-0d07-4609-8bde-db29886ee28e" + "55c84ec0-d1e9-4fc1-b42e-ffc3eeb0285b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184947Z:7de21ce4-0d07-4609-8bde-db29886ee28e" + "NORTHEUROPE:20200806T235916Z:55c84ec0-d1e9-4fc1-b42e-ffc3eeb0285b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:49:46 GMT" - ], "Content-Length": [ "541" ], @@ -24462,25 +9138,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a87b84e7-5e52-46ed-84fc-4ed9fdb4a82d" + "d82ae289-d72c-4b76-b834-83e5b2685893" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24488,42 +9164,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:59:27 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a87b84e7-5e52-46ed-84fc-4ed9fdb4a82d" + "d82ae289-d72c-4b76-b834-83e5b2685893" ], "request-id": [ - "a87b84e7-5e52-46ed-84fc-4ed9fdb4a82d" + "d82ae289-d72c-4b76-b834-83e5b2685893" ], "elapsed-time": [ - "51" + "277" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14662" + "14877" ], "x-ms-correlation-request-id": [ - "5d980695-a996-475d-9dba-0dd51e711b2d" + "e55b407b-081b-4c01-a19c-049f08dec1a8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184957Z:5d980695-a996-475d-9dba-0dd51e711b2d" + "NORTHEUROPE:20200806T235927Z:e55b407b-081b-4c01-a19c-049f08dec1a8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:49:56 GMT" - ], "Content-Length": [ "541" ], @@ -24534,25 +9210,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e11f7918-7359-4476-a1b8-5dc2a46d1b12" + "076172f2-f96d-4239-bdac-7338765f17a0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24560,42 +9236,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:59:37 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e11f7918-7359-4476-a1b8-5dc2a46d1b12" + "076172f2-f96d-4239-bdac-7338765f17a0" ], "request-id": [ - "e11f7918-7359-4476-a1b8-5dc2a46d1b12" + "076172f2-f96d-4239-bdac-7338765f17a0" ], "elapsed-time": [ - "58" + "283" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14661" + "14876" ], "x-ms-correlation-request-id": [ - "fb7d225f-2058-40bf-abc5-333916cb5fea" + "2b2a979b-c924-459a-b042-118c20844f18" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185007Z:fb7d225f-2058-40bf-abc5-333916cb5fea" + "NORTHEUROPE:20200806T235938Z:2b2a979b-c924-459a-b042-118c20844f18" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:50:06 GMT" - ], "Content-Length": [ "541" ], @@ -24606,25 +9282,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fcf2e268-e9d3-4dd9-80f6-63c9b12274ce" + "495927e1-7bf6-4420-8b69-b6122f3cd264" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24632,42 +9308,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:59:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "fcf2e268-e9d3-4dd9-80f6-63c9b12274ce" + "495927e1-7bf6-4420-8b69-b6122f3cd264" ], "request-id": [ - "fcf2e268-e9d3-4dd9-80f6-63c9b12274ce" + "495927e1-7bf6-4420-8b69-b6122f3cd264" ], "elapsed-time": [ - "52" + "299" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14660" + "14875" ], "x-ms-correlation-request-id": [ - "6e327a5e-d3da-41fa-9d3c-b1ae9137adaf" + "f8f744b2-d446-4ea6-9718-cb72ff58db40" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185018Z:6e327a5e-d3da-41fa-9d3c-b1ae9137adaf" + "NORTHEUROPE:20200806T235948Z:f8f744b2-d446-4ea6-9718-cb72ff58db40" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:50:17 GMT" - ], "Content-Length": [ "541" ], @@ -24678,25 +9354,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "21896918-ebbf-41c9-ab43-6b1d3e5049d5" + "4c4f501c-2398-4b29-9f36-9322c4d7a753" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24704,42 +9380,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:59:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "21896918-ebbf-41c9-ab43-6b1d3e5049d5" + "4c4f501c-2398-4b29-9f36-9322c4d7a753" ], "request-id": [ - "21896918-ebbf-41c9-ab43-6b1d3e5049d5" + "4c4f501c-2398-4b29-9f36-9322c4d7a753" ], "elapsed-time": [ - "52" + "293" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14659" + "14874" ], "x-ms-correlation-request-id": [ - "7dc5f9c5-7e27-4427-9435-5f544a75425f" + "39cf57e4-30c6-43ee-aa19-56f0438f6ca9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185028Z:7dc5f9c5-7e27-4427-9435-5f544a75425f" + "NORTHEUROPE:20200806T235959Z:39cf57e4-30c6-43ee-aa19-56f0438f6ca9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:50:28 GMT" - ], "Content-Length": [ "541" ], @@ -24750,25 +9426,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34fc6865-a68a-4929-841d-6eb6822ef93b" + "8f4815bb-ca60-4113-964a-bd5c1327391d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24776,42 +9452,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:00:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "34fc6865-a68a-4929-841d-6eb6822ef93b" + "8f4815bb-ca60-4113-964a-bd5c1327391d" ], "request-id": [ - "34fc6865-a68a-4929-841d-6eb6822ef93b" + "8f4815bb-ca60-4113-964a-bd5c1327391d" ], "elapsed-time": [ - "63" + "311" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14658" + "14873" ], "x-ms-correlation-request-id": [ - "fd65239a-5f1b-48d1-9da6-29906e1e5633" + "81c9353d-48d3-4ca9-941c-90ef880d80f5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185038Z:fd65239a-5f1b-48d1-9da6-29906e1e5633" + "NORTHEUROPE:20200807T000009Z:81c9353d-48d3-4ca9-941c-90ef880d80f5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:50:38 GMT" - ], "Content-Length": [ "541" ], @@ -24822,25 +9498,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e494c7ef-6efd-4cc1-a776-a0839602d463" + "ce0b18dc-65ef-470a-8b99-32a634683ea4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24848,42 +9524,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:00:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e494c7ef-6efd-4cc1-a776-a0839602d463" + "ce0b18dc-65ef-470a-8b99-32a634683ea4" ], "request-id": [ - "e494c7ef-6efd-4cc1-a776-a0839602d463" + "ce0b18dc-65ef-470a-8b99-32a634683ea4" ], "elapsed-time": [ - "86" + "346" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14657" + "14872" ], "x-ms-correlation-request-id": [ - "49ced65e-17bd-4459-82aa-047594eacce6" + "00995f09-e7f6-472c-8988-31d7e0887219" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185049Z:49ced65e-17bd-4459-82aa-047594eacce6" + "NORTHEUROPE:20200807T000020Z:00995f09-e7f6-472c-8988-31d7e0887219" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:50:48 GMT" - ], "Content-Length": [ "541" ], @@ -24894,25 +9570,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e802abfb-85d2-43d3-9b2c-cdfe96667d4b" + "99369c32-091e-433a-b3ae-67a8558380de" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24920,42 +9596,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:00:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e802abfb-85d2-43d3-9b2c-cdfe96667d4b" + "99369c32-091e-433a-b3ae-67a8558380de" ], "request-id": [ - "e802abfb-85d2-43d3-9b2c-cdfe96667d4b" + "99369c32-091e-433a-b3ae-67a8558380de" ], "elapsed-time": [ - "55" + "317" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14656" + "14871" ], "x-ms-correlation-request-id": [ - "148c7ae7-62bf-4a8a-bc6e-aa862b66463a" + "f8692a47-303b-4244-ba50-3e605255d27c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185059Z:148c7ae7-62bf-4a8a-bc6e-aa862b66463a" + "NORTHEUROPE:20200807T000030Z:f8692a47-303b-4244-ba50-3e605255d27c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:50:59 GMT" - ], "Content-Length": [ "541" ], @@ -24966,25 +9642,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "90ce6a13-4718-4e32-8a9f-6886459b47d2" + "d4ee5566-65e2-42d4-955f-c3ce4bac2095" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -24992,42 +9668,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:00:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "90ce6a13-4718-4e32-8a9f-6886459b47d2" + "d4ee5566-65e2-42d4-955f-c3ce4bac2095" ], "request-id": [ - "90ce6a13-4718-4e32-8a9f-6886459b47d2" + "d4ee5566-65e2-42d4-955f-c3ce4bac2095" ], "elapsed-time": [ - "54" + "372" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14655" + "14870" ], "x-ms-correlation-request-id": [ - "51ec7620-3a1c-4d61-8107-3414fbc89c44" + "50f3d762-0698-4602-8019-27c3d92759c4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185109Z:51ec7620-3a1c-4d61-8107-3414fbc89c44" + "NORTHEUROPE:20200807T000041Z:50f3d762-0698-4602-8019-27c3d92759c4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:51:08 GMT" - ], "Content-Length": [ "541" ], @@ -25038,25 +9714,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bda66f60-5e31-4b17-b7b2-51a3d5a302c7" + "cf640be0-0d31-4fac-b5f1-260f423b9239" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -25064,42 +9740,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:00:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "bda66f60-5e31-4b17-b7b2-51a3d5a302c7" + "cf640be0-0d31-4fac-b5f1-260f423b9239" ], "request-id": [ - "bda66f60-5e31-4b17-b7b2-51a3d5a302c7" + "cf640be0-0d31-4fac-b5f1-260f423b9239" ], "elapsed-time": [ - "51" + "292" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14654" + "14869" ], "x-ms-correlation-request-id": [ - "3cce9ff7-585a-4185-8e6e-ca8e486ee949" + "926ba69b-0d3d-49e8-91fb-c0097187e87a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185120Z:3cce9ff7-585a-4185-8e6e-ca8e486ee949" + "NORTHEUROPE:20200807T000051Z:926ba69b-0d3d-49e8-91fb-c0097187e87a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:51:19 GMT" - ], "Content-Length": [ "541" ], @@ -25110,25 +9786,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "586ebc27-e4eb-45a6-b309-f7f9d413bc2a" + "6ab396ba-3115-4d2a-9c5c-45c081641a07" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -25136,42 +9812,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:01:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "586ebc27-e4eb-45a6-b309-f7f9d413bc2a" + "6ab396ba-3115-4d2a-9c5c-45c081641a07" ], "request-id": [ - "586ebc27-e4eb-45a6-b309-f7f9d413bc2a" + "6ab396ba-3115-4d2a-9c5c-45c081641a07" ], "elapsed-time": [ - "52" + "503" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14653" + "14868" ], "x-ms-correlation-request-id": [ - "5c68dcdf-952f-45ed-907d-c365cc5dcc69" + "14e4806d-452b-4207-87a7-268c4d972af2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185130Z:5c68dcdf-952f-45ed-907d-c365cc5dcc69" + "NORTHEUROPE:20200807T000102Z:14e4806d-452b-4207-87a7-268c4d972af2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:51:30 GMT" - ], "Content-Length": [ "541" ], @@ -25182,25 +9858,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f00ffcf3-16c9-4533-a963-78f9b94729b8" + "ed60d913-6e70-4f46-be97-a7f187d42b02" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -25208,42 +9884,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:01:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f00ffcf3-16c9-4533-a963-78f9b94729b8" + "ed60d913-6e70-4f46-be97-a7f187d42b02" ], "request-id": [ - "f00ffcf3-16c9-4533-a963-78f9b94729b8" + "ed60d913-6e70-4f46-be97-a7f187d42b02" ], "elapsed-time": [ - "54" + "326" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14652" + "14867" ], "x-ms-correlation-request-id": [ - "6a8cb047-3dbc-4721-aeea-1f2743a1ee46" + "9ae9ef22-478a-4b9a-9bf3-16df839c9b22" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185141Z:6a8cb047-3dbc-4721-aeea-1f2743a1ee46" + "NORTHEUROPE:20200807T000113Z:9ae9ef22-478a-4b9a-9bf3-16df839c9b22" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:51:40 GMT" - ], "Content-Length": [ "541" ], @@ -25254,25 +9930,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2499dd14-15cc-4de4-b759-255e1fe26d77" + "7004b0a1-475a-4ce3-9169-e91891e82e0a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -25280,42 +9956,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:01:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2499dd14-15cc-4de4-b759-255e1fe26d77" + "7004b0a1-475a-4ce3-9169-e91891e82e0a" ], "request-id": [ - "2499dd14-15cc-4de4-b759-255e1fe26d77" + "7004b0a1-475a-4ce3-9169-e91891e82e0a" ], "elapsed-time": [ - "72" + "351" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14651" + "14866" ], "x-ms-correlation-request-id": [ - "c0f96724-f07a-440d-a73d-c7d45539a72a" + "614c89ff-6447-4059-8e30-28743985f60e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185151Z:c0f96724-f07a-440d-a73d-c7d45539a72a" + "NORTHEUROPE:20200807T000123Z:614c89ff-6447-4059-8e30-28743985f60e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:51:51 GMT" - ], "Content-Length": [ "541" ], @@ -25326,25 +10002,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b7e9030-0705-45e3-b1b1-9e73489f5d40" + "61abad80-37fa-4d95-bc27-4933709a4633" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -25352,42 +10028,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:01:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3b7e9030-0705-45e3-b1b1-9e73489f5d40" + "61abad80-37fa-4d95-bc27-4933709a4633" ], "request-id": [ - "3b7e9030-0705-45e3-b1b1-9e73489f5d40" + "61abad80-37fa-4d95-bc27-4933709a4633" ], "elapsed-time": [ - "64" + "295" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14650" + "14865" ], "x-ms-correlation-request-id": [ - "b3ac5fe5-9acb-4afc-87fe-5399663edbdd" + "78c6fae1-c91b-4290-a6e3-4ba0c77a7fda" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185201Z:b3ac5fe5-9acb-4afc-87fe-5399663edbdd" + "NORTHEUROPE:20200807T000134Z:78c6fae1-c91b-4290-a6e3-4ba0c77a7fda" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:52:01 GMT" - ], "Content-Length": [ "541" ], @@ -25398,25 +10074,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f83cfcec-9488-4cf3-9a4c-c4c5757ecb9c" + "529c0e49-0cd6-49dc-87e8-3a8aed6c0e48" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -25424,44 +10100,44 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:01:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-06T23%3A37%3A35.2974778Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f83cfcec-9488-4cf3-9a4c-c4c5757ecb9c" + "529c0e49-0cd6-49dc-87e8-3a8aed6c0e48" ], "request-id": [ - "f83cfcec-9488-4cf3-9a4c-c4c5757ecb9c" + "529c0e49-0cd6-49dc-87e8-3a8aed6c0e48" ], "elapsed-time": [ - "51" + "354" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14649" + "14864" ], "x-ms-correlation-request-id": [ - "3f3ea05a-2530-45fa-8df5-b17d3e8aba5f" + "c0952954-842a-4f5e-817b-cc57d28ea86c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185211Z:3f3ea05a-2530-45fa-8df5-b17d3e8aba5f" + "NORTHEUROPE:20200807T000144Z:c0952954-842a-4f5e-817b-cc57d28ea86c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:52:11 GMT" - ], "Content-Length": [ - "541" + "533" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25470,25 +10146,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0411011d-f413-42f3-b761-6404e4248f97" + "8357c90e-415c-4aed-a81b-7476051b3f12" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -25496,42 +10172,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:02:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0411011d-f413-42f3-b761-6404e4248f97" + "8357c90e-415c-4aed-a81b-7476051b3f12" ], "request-id": [ - "0411011d-f413-42f3-b761-6404e4248f97" + "8357c90e-415c-4aed-a81b-7476051b3f12" ], "elapsed-time": [ - "52" + "318" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14648" + "14863" ], "x-ms-correlation-request-id": [ - "52eba3b5-328f-4622-84bb-f2040f257572" + "8c3f8084-e20f-4af0-9d66-da3a6589a2ca" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185222Z:52eba3b5-328f-4622-84bb-f2040f257572" + "NORTHEUROPE:20200807T000202Z:8c3f8084-e20f-4af0-9d66-da3a6589a2ca" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:52:22 GMT" - ], "Content-Length": [ "541" ], @@ -25542,25 +10218,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c6d32e5-3931-412b-ad48-f0599ff9dcea" + "c1803fd7-eeee-4c2c-905f-f03b29f28077" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -25568,42 +10244,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:02:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9c6d32e5-3931-412b-ad48-f0599ff9dcea" + "c1803fd7-eeee-4c2c-905f-f03b29f28077" ], "request-id": [ - "9c6d32e5-3931-412b-ad48-f0599ff9dcea" + "c1803fd7-eeee-4c2c-905f-f03b29f28077" ], "elapsed-time": [ - "56" + "375" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14647" + "14862" ], "x-ms-correlation-request-id": [ - "2f0619d5-322b-4592-9968-cce31057b957" + "31f46176-0c0d-4e9d-8b6f-3b7bf96bb88a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185232Z:2f0619d5-322b-4592-9968-cce31057b957" + "NORTHEUROPE:20200807T000212Z:31f46176-0c0d-4e9d-8b6f-3b7bf96bb88a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:52:31 GMT" - ], "Content-Length": [ "541" ], @@ -25614,25 +10290,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c916f078-5050-4bef-b357-e658d5b20f02" + "16b668bd-3bad-4cbd-a8dc-6dd88a932fb4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -25640,42 +10316,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:02:23 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c916f078-5050-4bef-b357-e658d5b20f02" + "16b668bd-3bad-4cbd-a8dc-6dd88a932fb4" ], "request-id": [ - "c916f078-5050-4bef-b357-e658d5b20f02" + "16b668bd-3bad-4cbd-a8dc-6dd88a932fb4" ], "elapsed-time": [ - "241" + "324" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14646" + "14861" ], "x-ms-correlation-request-id": [ - "c16ad01d-11d5-4307-9ad0-8fe26af04837" + "9adba3ec-4367-4ebb-93e2-5b9a6b731b98" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185243Z:c16ad01d-11d5-4307-9ad0-8fe26af04837" + "NORTHEUROPE:20200807T000223Z:9adba3ec-4367-4ebb-93e2-5b9a6b731b98" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:52:43 GMT" - ], "Content-Length": [ "541" ], @@ -25686,25 +10362,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0c266bf7-a5b8-4ab9-88fd-e820c538455b" + "c020b210-f38e-4863-9d68-25c282da1166" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -25712,42 +10388,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:02:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0c266bf7-a5b8-4ab9-88fd-e820c538455b" + "c020b210-f38e-4863-9d68-25c282da1166" ], "request-id": [ - "0c266bf7-a5b8-4ab9-88fd-e820c538455b" + "c020b210-f38e-4863-9d68-25c282da1166" ], "elapsed-time": [ - "74" + "353" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14645" + "14860" ], "x-ms-correlation-request-id": [ - "d61eff1d-01b5-424b-bc4d-a263174dd045" + "6d9a2c29-d15c-4a95-b22b-bba65afdddb1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185253Z:d61eff1d-01b5-424b-bc4d-a263174dd045" + "NORTHEUROPE:20200807T000233Z:6d9a2c29-d15c-4a95-b22b-bba65afdddb1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:52:53 GMT" - ], "Content-Length": [ "541" ], @@ -25758,25 +10434,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b88f73d-de22-4439-8a81-13bd762bb59e" + "2f52474d-fb8e-4db5-8e93-0b1775c46732" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -25784,42 +10460,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:02:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3b88f73d-de22-4439-8a81-13bd762bb59e" + "2f52474d-fb8e-4db5-8e93-0b1775c46732" ], "request-id": [ - "3b88f73d-de22-4439-8a81-13bd762bb59e" + "2f52474d-fb8e-4db5-8e93-0b1775c46732" ], "elapsed-time": [ - "89" + "381" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14644" + "14859" ], "x-ms-correlation-request-id": [ - "42af6a39-7871-4615-8218-e2ca64e38ff7" + "05600ab3-1649-4c46-a2f7-d91366ffbab4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185304Z:42af6a39-7871-4615-8218-e2ca64e38ff7" + "NORTHEUROPE:20200807T000244Z:05600ab3-1649-4c46-a2f7-d91366ffbab4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:53:03 GMT" - ], "Content-Length": [ "541" ], @@ -25830,25 +10506,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e2df6b99-466a-4a79-9adb-9fb7e8cf1870" + "26626cf3-b0a7-4a2e-8413-789a6ac8cfbe" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -25856,42 +10532,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:02:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e2df6b99-466a-4a79-9adb-9fb7e8cf1870" + "26626cf3-b0a7-4a2e-8413-789a6ac8cfbe" ], "request-id": [ - "e2df6b99-466a-4a79-9adb-9fb7e8cf1870" + "26626cf3-b0a7-4a2e-8413-789a6ac8cfbe" ], "elapsed-time": [ - "61" + "268" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14643" + "14858" ], "x-ms-correlation-request-id": [ - "c5dcac38-cebd-4300-882b-d38a8baede2b" + "5288efba-b662-4471-a09a-a5d3f2e9d253" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185314Z:c5dcac38-cebd-4300-882b-d38a8baede2b" + "NORTHEUROPE:20200807T000255Z:5288efba-b662-4471-a09a-a5d3f2e9d253" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:53:14 GMT" - ], "Content-Length": [ "541" ], @@ -25902,25 +10578,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6d81060c-0a77-44b6-b746-73c7ece91900" + "c2f00b6b-36ad-43c9-8d32-92b0520245ed" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -25928,42 +10604,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:03:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6d81060c-0a77-44b6-b746-73c7ece91900" + "c2f00b6b-36ad-43c9-8d32-92b0520245ed" ], "request-id": [ - "6d81060c-0a77-44b6-b746-73c7ece91900" + "c2f00b6b-36ad-43c9-8d32-92b0520245ed" ], "elapsed-time": [ - "57" + "359" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14642" + "14857" ], "x-ms-correlation-request-id": [ - "ebe4776a-a845-43ea-b9e0-a1ff4cd48a08" + "52df2e79-59f3-47ee-b708-e46bd98cfeea" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185324Z:ebe4776a-a845-43ea-b9e0-a1ff4cd48a08" + "NORTHEUROPE:20200807T000305Z:52df2e79-59f3-47ee-b708-e46bd98cfeea" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:53:24 GMT" - ], "Content-Length": [ "541" ], @@ -25974,25 +10650,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7d412ed8-2272-4f74-bbf3-337fc358f70d" + "b3345ae8-3a32-4205-9df8-8e26b259d94f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26000,42 +10676,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:03:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7d412ed8-2272-4f74-bbf3-337fc358f70d" + "b3345ae8-3a32-4205-9df8-8e26b259d94f" ], "request-id": [ - "7d412ed8-2272-4f74-bbf3-337fc358f70d" + "b3345ae8-3a32-4205-9df8-8e26b259d94f" ], "elapsed-time": [ - "57" + "422" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14641" + "14856" ], "x-ms-correlation-request-id": [ - "3bb72319-88fa-45bb-8777-c04836bbddd0" + "56b161e0-e2a0-4b8f-b429-a8ecec7002d0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185335Z:3bb72319-88fa-45bb-8777-c04836bbddd0" + "NORTHEUROPE:20200807T000316Z:56b161e0-e2a0-4b8f-b429-a8ecec7002d0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:53:34 GMT" - ], "Content-Length": [ "541" ], @@ -26046,25 +10722,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f88f18f6-9b68-49e9-a590-1c45421f6905" + "a21da2e7-83dd-4f06-ac31-3842f46aa682" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26072,42 +10748,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:03:25 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f88f18f6-9b68-49e9-a590-1c45421f6905" + "a21da2e7-83dd-4f06-ac31-3842f46aa682" ], "request-id": [ - "f88f18f6-9b68-49e9-a590-1c45421f6905" + "a21da2e7-83dd-4f06-ac31-3842f46aa682" ], "elapsed-time": [ - "57" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14640" + "14855" ], "x-ms-correlation-request-id": [ - "3ae534c0-3be8-4aab-be2c-da577e7f8c96" + "099de16e-749a-4dd0-865b-fa607b197895" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185345Z:3ae534c0-3be8-4aab-be2c-da577e7f8c96" + "NORTHEUROPE:20200807T000326Z:099de16e-749a-4dd0-865b-fa607b197895" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:53:45 GMT" - ], "Content-Length": [ "541" ], @@ -26118,25 +10794,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8518ac57-47c6-4e04-86cf-a264890a2f7e" + "920d1904-f958-498c-8909-aebb73ec616a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26144,42 +10820,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:03:37 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8518ac57-47c6-4e04-86cf-a264890a2f7e" + "920d1904-f958-498c-8909-aebb73ec616a" ], "request-id": [ - "8518ac57-47c6-4e04-86cf-a264890a2f7e" + "920d1904-f958-498c-8909-aebb73ec616a" ], "elapsed-time": [ - "54" + "304" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14639" + "14854" ], "x-ms-correlation-request-id": [ - "e8528427-10c5-457c-bb49-7a78f3b00f69" + "eb992976-cbfb-4357-aebe-3ec7154c50d3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185355Z:e8528427-10c5-457c-bb49-7a78f3b00f69" + "NORTHEUROPE:20200807T000337Z:eb992976-cbfb-4357-aebe-3ec7154c50d3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:53:54 GMT" - ], "Content-Length": [ "541" ], @@ -26190,25 +10866,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "30478027-3df2-475a-b888-6c9aa5e91273" + "9a72db86-8397-4c4e-ac16-f2e2a087dd69" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26216,42 +10892,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:03:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "30478027-3df2-475a-b888-6c9aa5e91273" + "9a72db86-8397-4c4e-ac16-f2e2a087dd69" ], "request-id": [ - "30478027-3df2-475a-b888-6c9aa5e91273" + "9a72db86-8397-4c4e-ac16-f2e2a087dd69" ], "elapsed-time": [ - "62" + "291" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14638" + "14853" ], "x-ms-correlation-request-id": [ - "6df551d4-d074-4346-9cb2-2c36ddd3db16" + "06fbfcb5-0543-4f16-bab1-23a0f7f96f27" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185406Z:6df551d4-d074-4346-9cb2-2c36ddd3db16" + "NORTHEUROPE:20200807T000347Z:06fbfcb5-0543-4f16-bab1-23a0f7f96f27" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:54:06 GMT" - ], "Content-Length": [ "541" ], @@ -26262,25 +10938,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1bdb4869-9a4f-4531-9adc-5b33bdc42a27" + "0ec851af-3d64-4d8c-b520-b6094c9d4207" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26288,42 +10964,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:03:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1bdb4869-9a4f-4531-9adc-5b33bdc42a27" + "0ec851af-3d64-4d8c-b520-b6094c9d4207" ], "request-id": [ - "1bdb4869-9a4f-4531-9adc-5b33bdc42a27" + "0ec851af-3d64-4d8c-b520-b6094c9d4207" ], "elapsed-time": [ - "56" + "348" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14637" + "14852" ], "x-ms-correlation-request-id": [ - "5e373f94-a1d8-4409-9e12-2f117fda950b" + "3472ec69-8ef8-4edf-b20b-c72183eeba5c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185416Z:5e373f94-a1d8-4409-9e12-2f117fda950b" + "NORTHEUROPE:20200807T000358Z:3472ec69-8ef8-4edf-b20b-c72183eeba5c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:54:16 GMT" - ], "Content-Length": [ "541" ], @@ -26334,25 +11010,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ec0fb0d5-87f1-43a6-b2e8-86391728ec5a" + "fe9c13f3-27c9-465e-8107-97d1f4b344bf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26360,42 +11036,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:04:09 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ec0fb0d5-87f1-43a6-b2e8-86391728ec5a" + "fe9c13f3-27c9-465e-8107-97d1f4b344bf" ], "request-id": [ - "ec0fb0d5-87f1-43a6-b2e8-86391728ec5a" + "fe9c13f3-27c9-465e-8107-97d1f4b344bf" ], "elapsed-time": [ - "56" + "392" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14636" + "14851" ], "x-ms-correlation-request-id": [ - "9873c25e-7020-43f1-a8de-42a1534a0a92" + "d7fbc8b4-4801-4a6c-949c-33675b3869e1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185426Z:9873c25e-7020-43f1-a8de-42a1534a0a92" + "NORTHEUROPE:20200807T000409Z:d7fbc8b4-4801-4a6c-949c-33675b3869e1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:54:25 GMT" - ], "Content-Length": [ "541" ], @@ -26406,25 +11082,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8df539cc-8732-43f7-9615-2853978be233" + "1211c9c1-7d22-42ec-aea3-5be3148389e5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26432,42 +11108,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:04:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8df539cc-8732-43f7-9615-2853978be233" + "1211c9c1-7d22-42ec-aea3-5be3148389e5" ], "request-id": [ - "8df539cc-8732-43f7-9615-2853978be233" + "1211c9c1-7d22-42ec-aea3-5be3148389e5" ], "elapsed-time": [ - "54" + "443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14635" + "14850" ], "x-ms-correlation-request-id": [ - "261162d4-6dfb-45c7-8cf1-9cba942696a6" + "6cd56e18-8c5b-41be-b998-ec25eae4ede5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185437Z:261162d4-6dfb-45c7-8cf1-9cba942696a6" + "NORTHEUROPE:20200807T000419Z:6cd56e18-8c5b-41be-b998-ec25eae4ede5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:54:36 GMT" - ], "Content-Length": [ "541" ], @@ -26478,25 +11154,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3392f26-1123-47ab-bf9f-e5a7348c090d" + "29913e6f-a90c-450b-929e-d34a3a5e87a6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26504,42 +11180,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:04:29 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b3392f26-1123-47ab-bf9f-e5a7348c090d" + "29913e6f-a90c-450b-929e-d34a3a5e87a6" ], "request-id": [ - "b3392f26-1123-47ab-bf9f-e5a7348c090d" + "29913e6f-a90c-450b-929e-d34a3a5e87a6" ], "elapsed-time": [ - "173" + "316" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14634" + "14849" ], "x-ms-correlation-request-id": [ - "7c8366d1-fe9a-4c6d-a307-4df616aaada5" + "9a5cb55a-89af-4000-b99d-f28c243fce49" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185447Z:7c8366d1-fe9a-4c6d-a307-4df616aaada5" + "NORTHEUROPE:20200807T000430Z:9a5cb55a-89af-4000-b99d-f28c243fce49" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:54:47 GMT" - ], "Content-Length": [ "541" ], @@ -26550,25 +11226,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e40c417b-ac81-4b5c-8430-5f925d57ed3f" + "a9155a83-0fae-4c59-b429-4a37854a71e7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26576,42 +11252,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:04:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e40c417b-ac81-4b5c-8430-5f925d57ed3f" + "a9155a83-0fae-4c59-b429-4a37854a71e7" ], "request-id": [ - "e40c417b-ac81-4b5c-8430-5f925d57ed3f" + "a9155a83-0fae-4c59-b429-4a37854a71e7" ], "elapsed-time": [ - "52" + "306" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14633" + "14848" ], "x-ms-correlation-request-id": [ - "231f26a9-530c-4bc9-9ead-036449d1a4e7" + "a9d5e717-e44f-404f-a5d5-2d89dbad2e3f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185457Z:231f26a9-530c-4bc9-9ead-036449d1a4e7" + "NORTHEUROPE:20200807T000440Z:a9d5e717-e44f-404f-a5d5-2d89dbad2e3f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:54:57 GMT" - ], "Content-Length": [ "541" ], @@ -26622,25 +11298,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "88d24e52-84c0-422b-b184-a2fffd2b2a65" + "443b707f-f8ad-4e6c-a75f-546e4dd153fb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26648,42 +11324,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:04:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "88d24e52-84c0-422b-b184-a2fffd2b2a65" + "443b707f-f8ad-4e6c-a75f-546e4dd153fb" ], "request-id": [ - "88d24e52-84c0-422b-b184-a2fffd2b2a65" + "443b707f-f8ad-4e6c-a75f-546e4dd153fb" ], "elapsed-time": [ - "70" + "368" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14654" + "14847" ], "x-ms-correlation-request-id": [ - "68e4e0a4-93e9-4082-8273-1bfb8f19b77f" + "f1f6ffbe-466c-4aa1-99db-c4208ae8219e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185507Z:68e4e0a4-93e9-4082-8273-1bfb8f19b77f" + "NORTHEUROPE:20200807T000451Z:f1f6ffbe-466c-4aa1-99db-c4208ae8219e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:55:07 GMT" - ], "Content-Length": [ "541" ], @@ -26694,25 +11370,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99e4a3d4-765f-4bc1-9e0c-0b55e8ae1f09" + "f06de8ca-ff6e-44a5-ac39-3626b0ec5d6a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26720,42 +11396,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:05:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "99e4a3d4-765f-4bc1-9e0c-0b55e8ae1f09" + "f06de8ca-ff6e-44a5-ac39-3626b0ec5d6a" ], "request-id": [ - "99e4a3d4-765f-4bc1-9e0c-0b55e8ae1f09" + "f06de8ca-ff6e-44a5-ac39-3626b0ec5d6a" ], "elapsed-time": [ - "55" + "498" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14653" + "14846" ], "x-ms-correlation-request-id": [ - "03a6ad22-2c6c-4ba0-af2e-0f7aa0ccf09c" + "95079e53-b602-4806-9495-409a2f6e5834" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185518Z:03a6ad22-2c6c-4ba0-af2e-0f7aa0ccf09c" + "NORTHEUROPE:20200807T000502Z:95079e53-b602-4806-9495-409a2f6e5834" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:55:17 GMT" - ], "Content-Length": [ "541" ], @@ -26766,25 +11442,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a462b030-7ada-4507-8832-65472edd994a" + "2fb07b34-b2ef-4a1d-8928-8c8e315d21d5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26792,42 +11468,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:05:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a462b030-7ada-4507-8832-65472edd994a" + "2fb07b34-b2ef-4a1d-8928-8c8e315d21d5" ], "request-id": [ - "a462b030-7ada-4507-8832-65472edd994a" + "2fb07b34-b2ef-4a1d-8928-8c8e315d21d5" ], "elapsed-time": [ - "56" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14652" + "14845" ], "x-ms-correlation-request-id": [ - "4e9e109d-3a2a-4d9f-8dae-d649d564c0c4" + "327d9384-4660-453f-ad5b-217dec797fec" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185528Z:4e9e109d-3a2a-4d9f-8dae-d649d564c0c4" + "NORTHEUROPE:20200807T000512Z:327d9384-4660-453f-ad5b-217dec797fec" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:55:28 GMT" - ], "Content-Length": [ "541" ], @@ -26838,25 +11514,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85c0c3f8-9cff-4571-9c2c-a6c77197a073" + "c88a914e-54b5-4c2a-87bb-a66b75cfeaa2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26864,42 +11540,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:05:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "85c0c3f8-9cff-4571-9c2c-a6c77197a073" + "c88a914e-54b5-4c2a-87bb-a66b75cfeaa2" ], "request-id": [ - "85c0c3f8-9cff-4571-9c2c-a6c77197a073" + "c88a914e-54b5-4c2a-87bb-a66b75cfeaa2" ], "elapsed-time": [ - "67" + "302" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14651" + "14844" ], "x-ms-correlation-request-id": [ - "414dc402-245c-407f-b0df-fa096b091893" + "0bb909ff-3eef-487a-a67a-a5ac41ef884a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185538Z:414dc402-245c-407f-b0df-fa096b091893" + "NORTHEUROPE:20200807T000523Z:0bb909ff-3eef-487a-a67a-a5ac41ef884a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:55:38 GMT" - ], "Content-Length": [ "541" ], @@ -26910,25 +11586,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2aa1dd87-bb6b-43f7-afc8-5fbd2abd1a04" + "6b8aafa5-8ef7-4b5f-a655-a0cc9d3ccef2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -26936,42 +11612,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:05:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2aa1dd87-bb6b-43f7-afc8-5fbd2abd1a04" + "6b8aafa5-8ef7-4b5f-a655-a0cc9d3ccef2" ], "request-id": [ - "2aa1dd87-bb6b-43f7-afc8-5fbd2abd1a04" + "6b8aafa5-8ef7-4b5f-a655-a0cc9d3ccef2" ], "elapsed-time": [ - "73" + "316" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14650" + "14843" ], "x-ms-correlation-request-id": [ - "b478ef03-9317-4636-a4a4-c87f9fd72c43" + "2fab5391-d875-4ae2-849d-b372c7ece4e3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185549Z:b478ef03-9317-4636-a4a4-c87f9fd72c43" + "NORTHEUROPE:20200807T000533Z:2fab5391-d875-4ae2-849d-b372c7ece4e3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:55:48 GMT" - ], "Content-Length": [ "541" ], @@ -26982,25 +11658,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1bfe5861-1620-4620-b0bf-6a506f359f97" + "462c21fb-bb23-4f09-b054-e86bfc4747eb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27008,42 +11684,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:05:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1bfe5861-1620-4620-b0bf-6a506f359f97" + "462c21fb-bb23-4f09-b054-e86bfc4747eb" ], "request-id": [ - "1bfe5861-1620-4620-b0bf-6a506f359f97" + "462c21fb-bb23-4f09-b054-e86bfc4747eb" ], "elapsed-time": [ - "80" + "433" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14649" + "14842" ], "x-ms-correlation-request-id": [ - "ecbc3196-070e-4cbf-851b-873b67230e13" + "b5c5e386-d835-4bf0-8280-6583c2715a5f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185559Z:ecbc3196-070e-4cbf-851b-873b67230e13" + "NORTHEUROPE:20200807T000544Z:b5c5e386-d835-4bf0-8280-6583c2715a5f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:55:58 GMT" - ], "Content-Length": [ "541" ], @@ -27054,25 +11730,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c0914790-8f1c-429b-9535-5e35f690a048" + "dd7b0044-cc88-4dc5-92b3-dafbb2627742" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27080,42 +11756,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:05:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c0914790-8f1c-429b-9535-5e35f690a048" + "dd7b0044-cc88-4dc5-92b3-dafbb2627742" ], "request-id": [ - "c0914790-8f1c-429b-9535-5e35f690a048" + "dd7b0044-cc88-4dc5-92b3-dafbb2627742" ], "elapsed-time": [ - "63" + "279" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14648" + "14841" ], "x-ms-correlation-request-id": [ - "e298b334-1560-410c-98e8-c6dcaab0229f" + "2b7ca90c-c184-4078-893f-647e6c9964f9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185610Z:e298b334-1560-410c-98e8-c6dcaab0229f" + "NORTHEUROPE:20200807T000555Z:2b7ca90c-c184-4078-893f-647e6c9964f9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:56:09 GMT" - ], "Content-Length": [ "541" ], @@ -27126,25 +11802,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d61337da-be90-4413-9e17-80babcebf392" + "dad9aeb8-1e74-41a5-a035-3b62f98bcc62" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27152,42 +11828,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:06:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d61337da-be90-4413-9e17-80babcebf392" + "dad9aeb8-1e74-41a5-a035-3b62f98bcc62" ], "request-id": [ - "d61337da-be90-4413-9e17-80babcebf392" + "dad9aeb8-1e74-41a5-a035-3b62f98bcc62" ], "elapsed-time": [ - "57" + "289" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14647" + "14840" ], "x-ms-correlation-request-id": [ - "64b38482-a1f3-4932-bf37-8a0d0423b827" + "39be11d3-e067-4f36-b7f5-dfcdea914b17" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185620Z:64b38482-a1f3-4932-bf37-8a0d0423b827" + "NORTHEUROPE:20200807T000606Z:39be11d3-e067-4f36-b7f5-dfcdea914b17" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:56:19 GMT" - ], "Content-Length": [ "541" ], @@ -27198,25 +11874,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eec56f0d-85a0-45c2-b0ae-3aab392cb6a4" + "3d77d117-f38f-46ed-ad6a-fca75a1d3140" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27224,42 +11900,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:06:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "eec56f0d-85a0-45c2-b0ae-3aab392cb6a4" + "3d77d117-f38f-46ed-ad6a-fca75a1d3140" ], "request-id": [ - "eec56f0d-85a0-45c2-b0ae-3aab392cb6a4" + "3d77d117-f38f-46ed-ad6a-fca75a1d3140" ], "elapsed-time": [ - "55" + "285" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14646" + "14839" ], "x-ms-correlation-request-id": [ - "d53f31cd-a6bc-4f57-820e-d0c33bab5cbf" + "b7197d46-cb1f-4fd7-a41b-8f20d16a6860" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185630Z:d53f31cd-a6bc-4f57-820e-d0c33bab5cbf" + "NORTHEUROPE:20200807T000617Z:b7197d46-cb1f-4fd7-a41b-8f20d16a6860" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:56:30 GMT" - ], "Content-Length": [ "541" ], @@ -27270,25 +11946,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8982fd82-a849-4921-afc0-40298afc3018" + "2cb3a36b-b10e-43f0-a62c-6e66c8114de2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27296,42 +11972,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:06:27 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8982fd82-a849-4921-afc0-40298afc3018" + "2cb3a36b-b10e-43f0-a62c-6e66c8114de2" ], "request-id": [ - "8982fd82-a849-4921-afc0-40298afc3018" + "2cb3a36b-b10e-43f0-a62c-6e66c8114de2" ], "elapsed-time": [ - "54" + "316" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14645" + "14838" ], "x-ms-correlation-request-id": [ - "9a68084b-a35a-412f-8cea-08ec9c6f8e2f" + "fec80d1e-cfbe-4dc8-ae98-d3f7fcaf4942" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185641Z:9a68084b-a35a-412f-8cea-08ec9c6f8e2f" + "NORTHEUROPE:20200807T000627Z:fec80d1e-cfbe-4dc8-ae98-d3f7fcaf4942" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:56:40 GMT" - ], "Content-Length": [ "541" ], @@ -27342,25 +12018,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02fc1f16-0848-4f1c-ae8c-226cf53034cc" + "7ecc2a8c-b098-4839-ab05-ba24c1df3c9a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27368,42 +12044,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:06:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "02fc1f16-0848-4f1c-ae8c-226cf53034cc" + "7ecc2a8c-b098-4839-ab05-ba24c1df3c9a" ], "request-id": [ - "02fc1f16-0848-4f1c-ae8c-226cf53034cc" + "7ecc2a8c-b098-4839-ab05-ba24c1df3c9a" ], "elapsed-time": [ - "220" + "298" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14644" + "14837" ], "x-ms-correlation-request-id": [ - "01623fa2-8a59-4aed-9c11-2979b17a4ed7" + "13d4139c-ac7d-414c-8ce9-87985b40686b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185652Z:01623fa2-8a59-4aed-9c11-2979b17a4ed7" + "NORTHEUROPE:20200807T000638Z:13d4139c-ac7d-414c-8ce9-87985b40686b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:56:51 GMT" - ], "Content-Length": [ "541" ], @@ -27414,25 +12090,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c4d5a2aa-f748-47ad-8f42-e2909e7171b1" + "507b809f-a2c1-4c32-9241-f741b274969f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27440,42 +12116,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:06:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c4d5a2aa-f748-47ad-8f42-e2909e7171b1" + "507b809f-a2c1-4c32-9241-f741b274969f" ], "request-id": [ - "c4d5a2aa-f748-47ad-8f42-e2909e7171b1" + "507b809f-a2c1-4c32-9241-f741b274969f" ], "elapsed-time": [ - "50" + "278" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14643" + "14836" ], "x-ms-correlation-request-id": [ - "796554c4-c932-4882-b737-a2a08864de6a" + "d8247fbd-c8cf-40ba-83d6-cfc1fc81a48b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185702Z:796554c4-c932-4882-b737-a2a08864de6a" + "NORTHEUROPE:20200807T000648Z:d8247fbd-c8cf-40ba-83d6-cfc1fc81a48b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:57:01 GMT" - ], "Content-Length": [ "541" ], @@ -27486,25 +12162,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ccfd271-8fa9-492b-93ae-6f5bfa3c78a8" + "5b220e28-9993-490b-9baf-56c7c88a06c7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27512,42 +12188,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:06:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0ccfd271-8fa9-492b-93ae-6f5bfa3c78a8" + "5b220e28-9993-490b-9baf-56c7c88a06c7" ], "request-id": [ - "0ccfd271-8fa9-492b-93ae-6f5bfa3c78a8" + "5b220e28-9993-490b-9baf-56c7c88a06c7" ], "elapsed-time": [ - "55" + "295" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14642" + "14835" ], "x-ms-correlation-request-id": [ - "96e19001-a2c1-4e89-abff-0bf08435d8bf" + "10bec557-09d0-43dd-b2c1-77386ba0a8ba" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185712Z:96e19001-a2c1-4e89-abff-0bf08435d8bf" + "NORTHEUROPE:20200807T000659Z:10bec557-09d0-43dd-b2c1-77386ba0a8ba" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:57:12 GMT" - ], "Content-Length": [ "541" ], @@ -27558,25 +12234,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25028ca3-321d-444b-91e8-0b1281668c9e" + "035f5e2e-d8ee-4517-9761-341e89d9cb3c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27584,42 +12260,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:07:09 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "25028ca3-321d-444b-91e8-0b1281668c9e" + "035f5e2e-d8ee-4517-9761-341e89d9cb3c" ], "request-id": [ - "25028ca3-321d-444b-91e8-0b1281668c9e" + "035f5e2e-d8ee-4517-9761-341e89d9cb3c" ], "elapsed-time": [ - "63" + "275" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14641" + "14834" ], "x-ms-correlation-request-id": [ - "a3187a35-d0bb-4f20-affe-1c50bfbce19d" + "3c7b8433-e2a0-4e0c-af07-5882c85d7b0f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185723Z:a3187a35-d0bb-4f20-affe-1c50bfbce19d" + "NORTHEUROPE:20200807T000710Z:3c7b8433-e2a0-4e0c-af07-5882c85d7b0f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:57:23 GMT" - ], "Content-Length": [ "541" ], @@ -27630,25 +12306,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6420b69b-2e8e-4337-acda-27b744c130d8" + "cc7c36fb-fdfc-4e16-8d4d-42f9bd017605" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27656,42 +12332,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:07:20 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6420b69b-2e8e-4337-acda-27b744c130d8" + "cc7c36fb-fdfc-4e16-8d4d-42f9bd017605" ], "request-id": [ - "6420b69b-2e8e-4337-acda-27b744c130d8" + "cc7c36fb-fdfc-4e16-8d4d-42f9bd017605" ], "elapsed-time": [ - "58" + "382" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14640" + "14833" ], "x-ms-correlation-request-id": [ - "c800546a-79e8-482c-a6bf-f3e170609237" + "1c15d61d-beb8-4c76-9558-67f1e5eb39d5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185733Z:c800546a-79e8-482c-a6bf-f3e170609237" + "NORTHEUROPE:20200807T000720Z:1c15d61d-beb8-4c76-9558-67f1e5eb39d5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:57:33 GMT" - ], "Content-Length": [ "541" ], @@ -27702,25 +12378,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a09ebb7b-5370-4471-beb1-e5f21e10bf85" + "907b330e-bc46-4332-b5ce-8e6a02e05a49" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27728,42 +12404,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:07:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a09ebb7b-5370-4471-beb1-e5f21e10bf85" + "907b330e-bc46-4332-b5ce-8e6a02e05a49" ], "request-id": [ - "a09ebb7b-5370-4471-beb1-e5f21e10bf85" + "907b330e-bc46-4332-b5ce-8e6a02e05a49" ], "elapsed-time": [ - "52" + "873" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14639" + "14832" ], "x-ms-correlation-request-id": [ - "99c20839-8d80-41bd-940a-c98157104401" + "90f58f8e-729c-473b-8038-ac2092ff1328" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185743Z:99c20839-8d80-41bd-940a-c98157104401" + "NORTHEUROPE:20200807T000731Z:90f58f8e-729c-473b-8038-ac2092ff1328" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:57:42 GMT" - ], "Content-Length": [ "541" ], @@ -27774,25 +12450,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3075b65-1bc4-44f4-89ec-912f9bb88cdb" + "f8b889fa-b34a-4e6a-9a1d-aace85319fe5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27800,42 +12476,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:07:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b3075b65-1bc4-44f4-89ec-912f9bb88cdb" + "f8b889fa-b34a-4e6a-9a1d-aace85319fe5" ], "request-id": [ - "b3075b65-1bc4-44f4-89ec-912f9bb88cdb" + "f8b889fa-b34a-4e6a-9a1d-aace85319fe5" ], "elapsed-time": [ - "56" + "291" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14638" + "14831" ], "x-ms-correlation-request-id": [ - "d8c1203c-9b2d-4a5e-9166-df3f8efb1dc0" + "11ce6e13-826b-4eb7-8bd5-e6f09064c225" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185754Z:d8c1203c-9b2d-4a5e-9166-df3f8efb1dc0" + "NORTHEUROPE:20200807T000742Z:11ce6e13-826b-4eb7-8bd5-e6f09064c225" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:57:53 GMT" - ], "Content-Length": [ "541" ], @@ -27846,25 +12522,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d114c075-7ff7-48fd-91a3-c5ce4ff92e16" + "1855b514-4ec5-4b76-9cb4-fa40b9cd8c48" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27872,42 +12548,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:07:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d114c075-7ff7-48fd-91a3-c5ce4ff92e16" + "1855b514-4ec5-4b76-9cb4-fa40b9cd8c48" ], "request-id": [ - "d114c075-7ff7-48fd-91a3-c5ce4ff92e16" + "1855b514-4ec5-4b76-9cb4-fa40b9cd8c48" ], "elapsed-time": [ - "52" + "303" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14637" + "14830" ], "x-ms-correlation-request-id": [ - "e45ef50d-6fc0-44b6-a199-f47e3b5f784b" + "a3ac24d2-a84e-4994-86d8-ed07824b29c4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185804Z:e45ef50d-6fc0-44b6-a199-f47e3b5f784b" + "NORTHEUROPE:20200807T000752Z:a3ac24d2-a84e-4994-86d8-ed07824b29c4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:58:04 GMT" - ], "Content-Length": [ "541" ], @@ -27918,25 +12594,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cfbf2cdd-6763-4804-b74f-ee497fc60883" + "4425037f-452f-4ad5-a1eb-588ebfa74134" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -27944,42 +12620,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:08:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "cfbf2cdd-6763-4804-b74f-ee497fc60883" + "4425037f-452f-4ad5-a1eb-588ebfa74134" ], "request-id": [ - "cfbf2cdd-6763-4804-b74f-ee497fc60883" + "4425037f-452f-4ad5-a1eb-588ebfa74134" ], "elapsed-time": [ - "52" + "282" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14636" + "14829" ], "x-ms-correlation-request-id": [ - "acf48842-4330-476e-97ca-c15837fecc6a" + "b271fa68-c73d-4db6-85f4-022dd7011d76" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185814Z:acf48842-4330-476e-97ca-c15837fecc6a" + "NORTHEUROPE:20200807T000803Z:b271fa68-c73d-4db6-85f4-022dd7011d76" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:58:13 GMT" - ], "Content-Length": [ "541" ], @@ -27990,25 +12666,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f8a1e4b4-e981-40c9-a763-dd1dbc17fd08" + "7ce584f4-b05a-4ea9-9b31-c127e0bed2b8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28016,42 +12692,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:08:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f8a1e4b4-e981-40c9-a763-dd1dbc17fd08" + "7ce584f4-b05a-4ea9-9b31-c127e0bed2b8" ], "request-id": [ - "f8a1e4b4-e981-40c9-a763-dd1dbc17fd08" + "7ce584f4-b05a-4ea9-9b31-c127e0bed2b8" ], "elapsed-time": [ - "50" + "308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14635" + "14828" ], "x-ms-correlation-request-id": [ - "11d7a29a-9ab4-4f37-b3bf-c99730c720c1" + "72b419cf-8de0-44fc-8209-55434bf9fe25" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185824Z:11d7a29a-9ab4-4f37-b3bf-c99730c720c1" + "NORTHEUROPE:20200807T000813Z:72b419cf-8de0-44fc-8209-55434bf9fe25" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:58:24 GMT" - ], "Content-Length": [ "541" ], @@ -28062,25 +12738,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7b76611-6cbe-488a-a921-184b948cecb7" + "8bc5507b-adcd-447e-baff-0a48108d745a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28088,42 +12764,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:08:23 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a7b76611-6cbe-488a-a921-184b948cecb7" + "8bc5507b-adcd-447e-baff-0a48108d745a" ], "request-id": [ - "a7b76611-6cbe-488a-a921-184b948cecb7" + "8bc5507b-adcd-447e-baff-0a48108d745a" ], "elapsed-time": [ - "55" + "280" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14634" + "14827" ], "x-ms-correlation-request-id": [ - "2c36c1fd-6edf-42c7-99a0-808fbbd1b155" + "a608ccaf-1046-4240-98ce-36c54ce34efb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185835Z:2c36c1fd-6edf-42c7-99a0-808fbbd1b155" + "NORTHEUROPE:20200807T000824Z:a608ccaf-1046-4240-98ce-36c54ce34efb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:58:34 GMT" - ], "Content-Length": [ "541" ], @@ -28134,25 +12810,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a0953004-187a-40cd-afab-c365a841005d" + "4387be3a-759f-4ee1-94be-b746b672b810" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28160,42 +12836,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:08:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a0953004-187a-40cd-afab-c365a841005d" + "4387be3a-759f-4ee1-94be-b746b672b810" ], "request-id": [ - "a0953004-187a-40cd-afab-c365a841005d" + "4387be3a-759f-4ee1-94be-b746b672b810" ], "elapsed-time": [ - "53" + "383" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14633" + "14826" ], "x-ms-correlation-request-id": [ - "b6e4c229-db2a-46c5-b310-873ef49e0ade" + "6dcd8a35-e714-4c3c-ba89-1f5fe10b4902" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185845Z:b6e4c229-db2a-46c5-b310-873ef49e0ade" + "NORTHEUROPE:20200807T000835Z:6dcd8a35-e714-4c3c-ba89-1f5fe10b4902" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:58:45 GMT" - ], "Content-Length": [ "541" ], @@ -28206,25 +12882,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "69c77fc0-99df-417a-838f-3285ec6881c3" + "3e8fbfae-3c33-44e8-800d-4b19d2524186" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28232,42 +12908,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:08:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "69c77fc0-99df-417a-838f-3285ec6881c3" + "3e8fbfae-3c33-44e8-800d-4b19d2524186" ], "request-id": [ - "69c77fc0-99df-417a-838f-3285ec6881c3" + "3e8fbfae-3c33-44e8-800d-4b19d2524186" ], "elapsed-time": [ - "74" + "306" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14632" + "14825" ], "x-ms-correlation-request-id": [ - "32df0283-a555-40bc-acaf-e4936d7e84c9" + "ad607b37-3a8b-4b9b-a8ab-972aeeef2322" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185855Z:32df0283-a555-40bc-acaf-e4936d7e84c9" + "NORTHEUROPE:20200807T000845Z:ad607b37-3a8b-4b9b-a8ab-972aeeef2322" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:58:55 GMT" - ], "Content-Length": [ "541" ], @@ -28278,25 +12954,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "875fd1c8-b566-4374-822d-f4336240eccd" + "36188b1f-6a8a-4dae-b9c3-4cf7a87b0240" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28304,42 +12980,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:08:56 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "875fd1c8-b566-4374-822d-f4336240eccd" + "36188b1f-6a8a-4dae-b9c3-4cf7a87b0240" ], "request-id": [ - "875fd1c8-b566-4374-822d-f4336240eccd" + "36188b1f-6a8a-4dae-b9c3-4cf7a87b0240" ], "elapsed-time": [ - "55" + "372" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14631" + "14824" ], "x-ms-correlation-request-id": [ - "ab4d5bc9-139b-44b0-a9fa-a535d15824dc" + "b45ff917-9017-44ee-8dc1-91e795078dbf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185906Z:ab4d5bc9-139b-44b0-a9fa-a535d15824dc" + "NORTHEUROPE:20200807T000856Z:b45ff917-9017-44ee-8dc1-91e795078dbf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:59:05 GMT" - ], "Content-Length": [ "541" ], @@ -28350,25 +13026,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d8fc69be-81d7-4c7a-8d1e-ac979204161b" + "cf40bced-068d-4f66-9d10-f397ff02521b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28376,42 +13052,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:09:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d8fc69be-81d7-4c7a-8d1e-ac979204161b" + "cf40bced-068d-4f66-9d10-f397ff02521b" ], "request-id": [ - "d8fc69be-81d7-4c7a-8d1e-ac979204161b" + "cf40bced-068d-4f66-9d10-f397ff02521b" ], "elapsed-time": [ - "59" + "278" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14630" + "14823" ], "x-ms-correlation-request-id": [ - "8c9e887e-beb9-4abb-8ec3-aa75a054ad8e" + "df20ec05-b670-42c7-b100-7382293129bd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185916Z:8c9e887e-beb9-4abb-8ec3-aa75a054ad8e" + "NORTHEUROPE:20200807T000907Z:df20ec05-b670-42c7-b100-7382293129bd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:59:16 GMT" - ], "Content-Length": [ "541" ], @@ -28422,25 +13098,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4fdfcefe-52c5-454e-9e7a-913a8f010b70" + "64ecafd2-eb88-486f-9118-7f1745799b2f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28448,42 +13124,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:09:17 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4fdfcefe-52c5-454e-9e7a-913a8f010b70" + "64ecafd2-eb88-486f-9118-7f1745799b2f" ], "request-id": [ - "4fdfcefe-52c5-454e-9e7a-913a8f010b70" + "64ecafd2-eb88-486f-9118-7f1745799b2f" ], "elapsed-time": [ - "57" + "292" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14629" + "14822" ], "x-ms-correlation-request-id": [ - "0181741a-ebe6-43a8-ae41-66bceba8bfa7" + "a4470a6d-d0db-4449-9583-2d971378dee4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185926Z:0181741a-ebe6-43a8-ae41-66bceba8bfa7" + "NORTHEUROPE:20200807T000917Z:a4470a6d-d0db-4449-9583-2d971378dee4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:59:26 GMT" - ], "Content-Length": [ "541" ], @@ -28494,25 +13170,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f6e9c4b7-af41-4be4-9fbc-99b896a59234" + "8b6be629-59a7-4747-b739-5ceba76baf21" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28520,42 +13196,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:09:27 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f6e9c4b7-af41-4be4-9fbc-99b896a59234" + "8b6be629-59a7-4747-b739-5ceba76baf21" ], "request-id": [ - "f6e9c4b7-af41-4be4-9fbc-99b896a59234" + "8b6be629-59a7-4747-b739-5ceba76baf21" ], "elapsed-time": [ - "52" + "337" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14628" + "14821" ], "x-ms-correlation-request-id": [ - "d4b0f122-23d9-4a41-82f3-54e9cfab5aa4" + "996f8e7d-2c61-4075-b5bd-daf98f8934d8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185937Z:d4b0f122-23d9-4a41-82f3-54e9cfab5aa4" + "NORTHEUROPE:20200807T000928Z:996f8e7d-2c61-4075-b5bd-daf98f8934d8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:59:36 GMT" - ], "Content-Length": [ "541" ], @@ -28566,25 +13242,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf3175eb-2783-40aa-a0b2-1f8fd1928994" + "e336caa6-878b-4704-8cf1-6fc1ae90d4b0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28592,42 +13268,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:09:38 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "bf3175eb-2783-40aa-a0b2-1f8fd1928994" + "e336caa6-878b-4704-8cf1-6fc1ae90d4b0" ], "request-id": [ - "bf3175eb-2783-40aa-a0b2-1f8fd1928994" + "e336caa6-878b-4704-8cf1-6fc1ae90d4b0" ], "elapsed-time": [ - "83" + "283" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14627" + "14820" ], "x-ms-correlation-request-id": [ - "7a7d42d7-7327-416a-8d95-f6817aad398a" + "919c043e-84f0-49ca-993c-a25b6dc4be94" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185947Z:7a7d42d7-7327-416a-8d95-f6817aad398a" + "NORTHEUROPE:20200807T000938Z:919c043e-84f0-49ca-993c-a25b6dc4be94" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:59:46 GMT" - ], "Content-Length": [ "541" ], @@ -28638,25 +13314,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e49bdfe6-5668-489b-9cc8-9b6363084fa0" + "60167e38-b9dc-4231-ac69-3dd417ae422a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28664,42 +13340,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:09:48 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e49bdfe6-5668-489b-9cc8-9b6363084fa0" + "60167e38-b9dc-4231-ac69-3dd417ae422a" ], "request-id": [ - "e49bdfe6-5668-489b-9cc8-9b6363084fa0" + "60167e38-b9dc-4231-ac69-3dd417ae422a" ], "elapsed-time": [ - "55" + "302" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14626" + "14819" ], "x-ms-correlation-request-id": [ - "53de7fad-c7a8-4b19-8298-6f242f22fac9" + "29eaf2b0-b6d0-4c35-a398-47469ff5ef45" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T185957Z:53de7fad-c7a8-4b19-8298-6f242f22fac9" + "NORTHEUROPE:20200807T000949Z:29eaf2b0-b6d0-4c35-a398-47469ff5ef45" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:59:57 GMT" - ], "Content-Length": [ "541" ], @@ -28710,25 +13386,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e97fcc3-990d-48b3-9b63-a5d777af27b3" + "bf7062c0-b3f1-429f-a956-2e30c75069f4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28736,42 +13412,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:09:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9e97fcc3-990d-48b3-9b63-a5d777af27b3" + "bf7062c0-b3f1-429f-a956-2e30c75069f4" ], "request-id": [ - "9e97fcc3-990d-48b3-9b63-a5d777af27b3" + "bf7062c0-b3f1-429f-a956-2e30c75069f4" ], "elapsed-time": [ - "50" + "311" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14654" + "14818" ], "x-ms-correlation-request-id": [ - "ce524cf6-fd6f-49da-a0c4-6f7b196824c3" + "6ce992c7-547c-43f8-b6ff-ec8ad7ac9452" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190007Z:ce524cf6-fd6f-49da-a0c4-6f7b196824c3" + "NORTHEUROPE:20200807T001000Z:6ce992c7-547c-43f8-b6ff-ec8ad7ac9452" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:00:07 GMT" - ], "Content-Length": [ "541" ], @@ -28782,25 +13458,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "28503174-cc2b-4016-9618-0e77d20ede61" + "d0b4b4fe-11ac-4596-bf2b-ce281c5036d4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28808,42 +13484,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:10:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "28503174-cc2b-4016-9618-0e77d20ede61" + "d0b4b4fe-11ac-4596-bf2b-ce281c5036d4" ], "request-id": [ - "28503174-cc2b-4016-9618-0e77d20ede61" + "d0b4b4fe-11ac-4596-bf2b-ce281c5036d4" ], "elapsed-time": [ - "57" + "329" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14653" + "14817" ], "x-ms-correlation-request-id": [ - "7a98c55b-440b-4e26-9d96-12929ced9d76" + "0f87f839-4970-4ac7-bb08-3c4a47f80bfb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190018Z:7a98c55b-440b-4e26-9d96-12929ced9d76" + "NORTHEUROPE:20200807T001011Z:0f87f839-4970-4ac7-bb08-3c4a47f80bfb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:00:17 GMT" - ], "Content-Length": [ "541" ], @@ -28854,25 +13530,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2af75eb7-da39-4e36-b70b-45b714b9ba97" + "747b424c-284b-4532-9956-4885a348da10" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28880,42 +13556,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:10:21 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2af75eb7-da39-4e36-b70b-45b714b9ba97" + "747b424c-284b-4532-9956-4885a348da10" ], "request-id": [ - "2af75eb7-da39-4e36-b70b-45b714b9ba97" + "747b424c-284b-4532-9956-4885a348da10" ], "elapsed-time": [ - "61" + "300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14652" + "14816" ], "x-ms-correlation-request-id": [ - "ba20546a-b26f-4777-a681-a1981a9bd277" + "321abcec-bbe0-4a77-8fe7-47dce05e3736" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190028Z:ba20546a-b26f-4777-a681-a1981a9bd277" + "NORTHEUROPE:20200807T001021Z:321abcec-bbe0-4a77-8fe7-47dce05e3736" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:00:28 GMT" - ], "Content-Length": [ "541" ], @@ -28926,25 +13602,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8325fb78-478c-413f-8201-194203d51232" + "83ab2616-f0f1-4b4b-8539-7aae2e82ead5" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -28952,42 +13628,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:10:32 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8325fb78-478c-413f-8201-194203d51232" + "83ab2616-f0f1-4b4b-8539-7aae2e82ead5" ], "request-id": [ - "8325fb78-478c-413f-8201-194203d51232" + "83ab2616-f0f1-4b4b-8539-7aae2e82ead5" ], "elapsed-time": [ - "59" + "396" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14651" + "14815" ], "x-ms-correlation-request-id": [ - "e729e907-7df2-4629-b87e-1132619a2f1a" + "8dd967aa-6e89-4276-a564-2f5c8f29f5a7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190039Z:e729e907-7df2-4629-b87e-1132619a2f1a" + "NORTHEUROPE:20200807T001032Z:8dd967aa-6e89-4276-a564-2f5c8f29f5a7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:00:38 GMT" - ], "Content-Length": [ "541" ], @@ -28998,25 +13674,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c4b700c-46e0-4090-98f8-64f14d7aa2fd" + "2fefff47-7dc6-4636-88de-870779e94df2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29024,42 +13700,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:10:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6c4b700c-46e0-4090-98f8-64f14d7aa2fd" + "2fefff47-7dc6-4636-88de-870779e94df2" ], "request-id": [ - "6c4b700c-46e0-4090-98f8-64f14d7aa2fd" + "2fefff47-7dc6-4636-88de-870779e94df2" ], "elapsed-time": [ - "51" + "403" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14650" + "14814" ], "x-ms-correlation-request-id": [ - "ce8abd7b-7895-4c84-b47a-7dd3fdb60caa" + "89fa0ec9-94a1-46ba-b6c5-99f317913c4b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190050Z:ce8abd7b-7895-4c84-b47a-7dd3fdb60caa" + "NORTHEUROPE:20200807T001043Z:89fa0ec9-94a1-46ba-b6c5-99f317913c4b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:00:49 GMT" - ], "Content-Length": [ "541" ], @@ -29070,25 +13746,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7598bdce-f50b-426d-94fb-df8091b9dc19" + "6f2ef678-f4c9-4c0c-9b82-61d222f4f0cd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29096,42 +13772,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:10:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7598bdce-f50b-426d-94fb-df8091b9dc19" + "6f2ef678-f4c9-4c0c-9b82-61d222f4f0cd" ], "request-id": [ - "7598bdce-f50b-426d-94fb-df8091b9dc19" + "6f2ef678-f4c9-4c0c-9b82-61d222f4f0cd" ], "elapsed-time": [ - "223" + "334" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14649" + "14813" ], "x-ms-correlation-request-id": [ - "6d6dc8af-f97c-476e-ac11-9c0379638ab8" + "f63702b1-2638-45d6-9a2f-63c5500ca121" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190101Z:6d6dc8af-f97c-476e-ac11-9c0379638ab8" + "NORTHEUROPE:20200807T001053Z:f63702b1-2638-45d6-9a2f-63c5500ca121" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:01:01 GMT" - ], "Content-Length": [ "541" ], @@ -29142,25 +13818,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4a8e1251-1735-4931-b2b7-bb28a3dc2c2e" + "ba105d75-45a6-416e-bc1f-aff0ce2f5494" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29168,42 +13844,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:11:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4a8e1251-1735-4931-b2b7-bb28a3dc2c2e" + "ba105d75-45a6-416e-bc1f-aff0ce2f5494" ], "request-id": [ - "4a8e1251-1735-4931-b2b7-bb28a3dc2c2e" + "ba105d75-45a6-416e-bc1f-aff0ce2f5494" ], "elapsed-time": [ - "82" + "1671" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14648" + "14812" ], "x-ms-correlation-request-id": [ - "fcb12bb5-f924-49b2-8714-0c63199c621c" + "80169106-b2eb-47f4-98eb-e5c3888f1060" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190111Z:fcb12bb5-f924-49b2-8714-0c63199c621c" + "NORTHEUROPE:20200807T001105Z:80169106-b2eb-47f4-98eb-e5c3888f1060" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:01:11 GMT" - ], "Content-Length": [ "541" ], @@ -29214,25 +13890,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7d42615c-763b-4200-bf9b-8f77bf3af937" + "fd600475-8308-4234-9583-5bb664057ac7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29240,42 +13916,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:11:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7d42615c-763b-4200-bf9b-8f77bf3af937" + "fd600475-8308-4234-9583-5bb664057ac7" ], "request-id": [ - "7d42615c-763b-4200-bf9b-8f77bf3af937" + "fd600475-8308-4234-9583-5bb664057ac7" ], "elapsed-time": [ - "67" + "2956" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14647" + "14811" ], "x-ms-correlation-request-id": [ - "8aba275c-301a-4261-9679-ab7d4ab7e1e5" + "c2ffcb25-d156-444b-938e-e40c8ff5cc40" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190121Z:8aba275c-301a-4261-9679-ab7d4ab7e1e5" + "NORTHEUROPE:20200807T001119Z:c2ffcb25-d156-444b-938e-e40c8ff5cc40" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:01:21 GMT" - ], "Content-Length": [ "541" ], @@ -29286,25 +13962,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f7e2cbde-0146-4f31-9061-cd525df449d0" + "2e64a6c8-b553-4092-a53f-db827d6a63c6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29312,42 +13988,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:11:29 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f7e2cbde-0146-4f31-9061-cd525df449d0" + "2e64a6c8-b553-4092-a53f-db827d6a63c6" ], "request-id": [ - "f7e2cbde-0146-4f31-9061-cd525df449d0" + "2e64a6c8-b553-4092-a53f-db827d6a63c6" ], "elapsed-time": [ - "55" + "648" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14646" + "14810" ], "x-ms-correlation-request-id": [ - "be3f3261-feda-474e-a68e-afb040ef5cf0" + "b23142bb-63f5-4fb2-a7b4-a5f06c87a933" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190132Z:be3f3261-feda-474e-a68e-afb040ef5cf0" + "NORTHEUROPE:20200807T001129Z:b23142bb-63f5-4fb2-a7b4-a5f06c87a933" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:01:32 GMT" - ], "Content-Length": [ "541" ], @@ -29358,25 +14034,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2384d30f-d5db-47a9-bbb9-1e1339300f92" + "126c8491-9084-47ef-aef3-9bdb9c2c0fb0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29384,42 +14060,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:11:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2384d30f-d5db-47a9-bbb9-1e1339300f92" + "126c8491-9084-47ef-aef3-9bdb9c2c0fb0" ], "request-id": [ - "2384d30f-d5db-47a9-bbb9-1e1339300f92" + "126c8491-9084-47ef-aef3-9bdb9c2c0fb0" ], "elapsed-time": [ - "56" + "1405" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14645" + "14809" ], "x-ms-correlation-request-id": [ - "4bbcb758-b0e4-4d0b-a64c-44fb5dfbe9d1" + "3d155eae-a4df-4c10-bca8-e6ed923ef551" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190142Z:4bbcb758-b0e4-4d0b-a64c-44fb5dfbe9d1" + "NORTHEUROPE:20200807T001141Z:3d155eae-a4df-4c10-bca8-e6ed923ef551" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:01:41 GMT" - ], "Content-Length": [ "541" ], @@ -29430,25 +14106,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f4d8aa25-4232-44ed-9853-2d55d599b997" + "1e145502-a08d-48e8-ae92-5c71fbac0b82" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29456,42 +14132,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:11:52 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f4d8aa25-4232-44ed-9853-2d55d599b997" + "1e145502-a08d-48e8-ae92-5c71fbac0b82" ], "request-id": [ - "f4d8aa25-4232-44ed-9853-2d55d599b997" + "1e145502-a08d-48e8-ae92-5c71fbac0b82" ], "elapsed-time": [ - "53" + "285" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14644" + "14808" ], "x-ms-correlation-request-id": [ - "cbb9a935-720f-4e0e-9426-ca7482db8402" + "6886bac6-3f0a-4793-80db-d7956480cc6b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190152Z:cbb9a935-720f-4e0e-9426-ca7482db8402" + "NORTHEUROPE:20200807T001152Z:6886bac6-3f0a-4793-80db-d7956480cc6b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:01:52 GMT" - ], "Content-Length": [ "541" ], @@ -29502,25 +14178,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b2e0256-3fd4-48f1-aaf1-27984889b7b8" + "a6a5eb39-77b8-4c12-939b-cf9f26d63d89" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29528,42 +14204,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:12:02 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3b2e0256-3fd4-48f1-aaf1-27984889b7b8" + "a6a5eb39-77b8-4c12-939b-cf9f26d63d89" ], "request-id": [ - "3b2e0256-3fd4-48f1-aaf1-27984889b7b8" + "a6a5eb39-77b8-4c12-939b-cf9f26d63d89" ], "elapsed-time": [ - "56" + "393" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14643" + "14807" ], "x-ms-correlation-request-id": [ - "fed0b731-85b5-4018-8129-3634faceacae" + "b3b80333-6476-4b91-a0dc-ecf52fcde831" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190203Z:fed0b731-85b5-4018-8129-3634faceacae" + "NORTHEUROPE:20200807T001202Z:b3b80333-6476-4b91-a0dc-ecf52fcde831" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:02:02 GMT" - ], "Content-Length": [ "541" ], @@ -29574,25 +14250,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "664074ec-b68a-4dab-9a7e-049f99a5865e" + "4c31afb3-0c01-42fb-bda3-7cc4f1f37eef" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29600,42 +14276,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:12:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "664074ec-b68a-4dab-9a7e-049f99a5865e" + "4c31afb3-0c01-42fb-bda3-7cc4f1f37eef" ], "request-id": [ - "664074ec-b68a-4dab-9a7e-049f99a5865e" + "4c31afb3-0c01-42fb-bda3-7cc4f1f37eef" ], "elapsed-time": [ - "54" + "279" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14642" + "14806" ], "x-ms-correlation-request-id": [ - "c34e39a2-8558-458e-8460-3e5cf7c62e05" + "6da132ec-4d37-4c00-8654-472844412b8f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190213Z:c34e39a2-8558-458e-8460-3e5cf7c62e05" + "NORTHEUROPE:20200807T001213Z:6da132ec-4d37-4c00-8654-472844412b8f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:02:12 GMT" - ], "Content-Length": [ "541" ], @@ -29646,25 +14322,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "68cc9392-e344-4a1b-b592-7143f2f140f3" + "2f0f1bb2-41a2-4ad3-ac64-c991eea96ff1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29672,42 +14348,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:12:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "68cc9392-e344-4a1b-b592-7143f2f140f3" + "2f0f1bb2-41a2-4ad3-ac64-c991eea96ff1" ], "request-id": [ - "68cc9392-e344-4a1b-b592-7143f2f140f3" + "2f0f1bb2-41a2-4ad3-ac64-c991eea96ff1" ], "elapsed-time": [ - "53" + "276" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14641" + "14805" ], "x-ms-correlation-request-id": [ - "25edea87-65dc-4133-9486-6e6bd6246327" + "5796d886-372c-4ad9-98b2-96c0899e6efc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190223Z:25edea87-65dc-4133-9486-6e6bd6246327" + "NORTHEUROPE:20200807T001224Z:5796d886-372c-4ad9-98b2-96c0899e6efc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:02:23 GMT" - ], "Content-Length": [ "541" ], @@ -29718,25 +14394,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e1d35b2-724d-4c70-b7aa-904ada3dbc59" + "942e5da9-6016-49bb-99a1-962d824c24ea" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29744,42 +14420,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:12:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9e1d35b2-724d-4c70-b7aa-904ada3dbc59" + "942e5da9-6016-49bb-99a1-962d824c24ea" ], "request-id": [ - "9e1d35b2-724d-4c70-b7aa-904ada3dbc59" + "942e5da9-6016-49bb-99a1-962d824c24ea" ], "elapsed-time": [ - "112" + "284" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14640" + "14804" ], "x-ms-correlation-request-id": [ - "710ff9d5-aac4-40b0-b06a-f436dc31c4fc" + "3ad53cbf-6915-4a8f-b541-b8e1c238ed76" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190234Z:710ff9d5-aac4-40b0-b06a-f436dc31c4fc" + "NORTHEUROPE:20200807T001234Z:3ad53cbf-6915-4a8f-b541-b8e1c238ed76" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:02:33 GMT" - ], "Content-Length": [ "541" ], @@ -29790,25 +14466,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f20f034-5cc9-403d-abbf-dfdd4d3ffdca" + "2bbdaf9c-cf4b-4c78-bd8e-30809f2cf7d2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29816,42 +14492,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:12:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4f20f034-5cc9-403d-abbf-dfdd4d3ffdca" + "2bbdaf9c-cf4b-4c78-bd8e-30809f2cf7d2" ], "request-id": [ - "4f20f034-5cc9-403d-abbf-dfdd4d3ffdca" + "2bbdaf9c-cf4b-4c78-bd8e-30809f2cf7d2" ], "elapsed-time": [ - "56" + "280" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14639" + "14803" ], "x-ms-correlation-request-id": [ - "c7becae3-979a-4928-9379-29b768caaf3e" + "65fb4e6f-af71-4da0-9433-c904f39d9a85" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190244Z:c7becae3-979a-4928-9379-29b768caaf3e" + "NORTHEUROPE:20200807T001245Z:65fb4e6f-af71-4da0-9433-c904f39d9a85" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:02:44 GMT" - ], "Content-Length": [ "541" ], @@ -29862,25 +14538,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b9ddb284-b371-4a4c-a799-07ce591d785f" + "a88b9233-d256-47c7-b727-0f5586898a2e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29888,42 +14564,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:12:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b9ddb284-b371-4a4c-a799-07ce591d785f" + "a88b9233-d256-47c7-b727-0f5586898a2e" ], "request-id": [ - "b9ddb284-b371-4a4c-a799-07ce591d785f" + "a88b9233-d256-47c7-b727-0f5586898a2e" ], "elapsed-time": [ - "56" + "328" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14638" + "14802" ], "x-ms-correlation-request-id": [ - "f435f830-c590-45a4-b8af-6ef1476da3a5" + "c969444c-95ac-4f9b-89d6-065d06258006" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190254Z:f435f830-c590-45a4-b8af-6ef1476da3a5" + "NORTHEUROPE:20200807T001255Z:c969444c-95ac-4f9b-89d6-065d06258006" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:02:53 GMT" - ], "Content-Length": [ "541" ], @@ -29934,25 +14610,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f6481b55-06cb-4880-bf4c-81f59f0c5d9a" + "173e3da7-5ea8-4a7d-aa48-90fe1a1707d6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -29960,42 +14636,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:13:06 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f6481b55-06cb-4880-bf4c-81f59f0c5d9a" + "173e3da7-5ea8-4a7d-aa48-90fe1a1707d6" ], "request-id": [ - "f6481b55-06cb-4880-bf4c-81f59f0c5d9a" + "173e3da7-5ea8-4a7d-aa48-90fe1a1707d6" ], "elapsed-time": [ - "744" + "388" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14637" + "14801" ], "x-ms-correlation-request-id": [ - "1d13cbb9-384c-4c0b-884a-923f1acdfe14" + "010826d4-ed59-4163-a934-094ed417ffc0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190305Z:1d13cbb9-384c-4c0b-884a-923f1acdfe14" + "NORTHEUROPE:20200807T001306Z:010826d4-ed59-4163-a934-094ed417ffc0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:03:04 GMT" - ], "Content-Length": [ "541" ], @@ -30006,25 +14682,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5b67df39-6404-47a0-8d0b-a93a88ec920c" + "06a2be85-89c0-4a64-bddc-5326c12b7a71" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30032,42 +14708,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:13:16 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5b67df39-6404-47a0-8d0b-a93a88ec920c" + "06a2be85-89c0-4a64-bddc-5326c12b7a71" ], "request-id": [ - "5b67df39-6404-47a0-8d0b-a93a88ec920c" + "06a2be85-89c0-4a64-bddc-5326c12b7a71" ], "elapsed-time": [ - "53" + "323" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14636" + "14800" ], "x-ms-correlation-request-id": [ - "dfd08e9f-650c-4d9b-9131-bd4e4d262e8e" + "b97e48d4-6133-4663-9889-41accc46fa57" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190315Z:dfd08e9f-650c-4d9b-9131-bd4e4d262e8e" + "NORTHEUROPE:20200807T001316Z:b97e48d4-6133-4663-9889-41accc46fa57" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:03:14 GMT" - ], "Content-Length": [ "541" ], @@ -30078,25 +14754,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99e451b3-10ec-4532-a2e5-3c0b9016b3fd" + "2fee6f65-dfe7-4125-83b3-dd5cdb0f1169" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30104,42 +14780,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:13:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "99e451b3-10ec-4532-a2e5-3c0b9016b3fd" + "2fee6f65-dfe7-4125-83b3-dd5cdb0f1169" ], "request-id": [ - "99e451b3-10ec-4532-a2e5-3c0b9016b3fd" + "2fee6f65-dfe7-4125-83b3-dd5cdb0f1169" ], "elapsed-time": [ - "98" + "294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14635" + "14799" ], "x-ms-correlation-request-id": [ - "e6beba64-5a60-4acb-be20-c01417bd1c8d" + "7e65aa8d-8e8a-498d-9792-36fa4fa061b1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190326Z:e6beba64-5a60-4acb-be20-c01417bd1c8d" + "NORTHEUROPE:20200807T001327Z:7e65aa8d-8e8a-498d-9792-36fa4fa061b1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:03:25 GMT" - ], "Content-Length": [ "541" ], @@ -30150,25 +14826,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c4877032-ab19-47d7-8142-7fb61dfa13ee" + "42b11c64-ef2a-48d3-97b4-b3e284d1c4f7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30176,42 +14852,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:13:37 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c4877032-ab19-47d7-8142-7fb61dfa13ee" + "42b11c64-ef2a-48d3-97b4-b3e284d1c4f7" ], "request-id": [ - "c4877032-ab19-47d7-8142-7fb61dfa13ee" + "42b11c64-ef2a-48d3-97b4-b3e284d1c4f7" ], "elapsed-time": [ - "75" + "318" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14634" + "14798" ], "x-ms-correlation-request-id": [ - "71b404cd-3289-4bd1-b9e4-76edad0f1749" + "40c4d651-aafe-4392-9126-8c4e6d985e9d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190336Z:71b404cd-3289-4bd1-b9e4-76edad0f1749" + "NORTHEUROPE:20200807T001337Z:40c4d651-aafe-4392-9126-8c4e6d985e9d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:03:35 GMT" - ], "Content-Length": [ "541" ], @@ -30222,25 +14898,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3e06441-130d-46a7-ae9d-eabef14f48f4" + "7659f828-0c21-4618-9795-8e88a5580453" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30248,42 +14924,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:13:47 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f3e06441-130d-46a7-ae9d-eabef14f48f4" + "7659f828-0c21-4618-9795-8e88a5580453" ], "request-id": [ - "f3e06441-130d-46a7-ae9d-eabef14f48f4" + "7659f828-0c21-4618-9795-8e88a5580453" ], "elapsed-time": [ - "59" + "312" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14633" + "14797" ], "x-ms-correlation-request-id": [ - "308fbcd8-1729-4071-a89a-4d5acd69d768" + "2787e3d6-7cbe-4711-a1f1-922dc53883c9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190346Z:308fbcd8-1729-4071-a89a-4d5acd69d768" + "NORTHEUROPE:20200807T001348Z:2787e3d6-7cbe-4711-a1f1-922dc53883c9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:03:46 GMT" - ], "Content-Length": [ "541" ], @@ -30294,25 +14970,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4e374164-387a-461d-90e2-401c8d69b721" + "3554f3f8-8adc-4a85-8de2-fc7e505ed07d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30320,42 +14996,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:13:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4e374164-387a-461d-90e2-401c8d69b721" + "3554f3f8-8adc-4a85-8de2-fc7e505ed07d" ], "request-id": [ - "4e374164-387a-461d-90e2-401c8d69b721" + "3554f3f8-8adc-4a85-8de2-fc7e505ed07d" ], "elapsed-time": [ - "72" + "286" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14632" + "14796" ], "x-ms-correlation-request-id": [ - "bf049818-8f20-427b-b453-3b06a960d7ac" + "f2d16c7e-e07d-46c0-9cf8-d9f4d76e5d81" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190357Z:bf049818-8f20-427b-b453-3b06a960d7ac" + "NORTHEUROPE:20200807T001359Z:f2d16c7e-e07d-46c0-9cf8-d9f4d76e5d81" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:03:56 GMT" - ], "Content-Length": [ "541" ], @@ -30366,25 +15042,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ea482dcf-2bbf-434e-a219-250cd3053f9a" + "d3e4319e-50bb-47b5-8c67-466d81f4e78a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30392,42 +15068,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:14:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ea482dcf-2bbf-434e-a219-250cd3053f9a" + "d3e4319e-50bb-47b5-8c67-466d81f4e78a" ], "request-id": [ - "ea482dcf-2bbf-434e-a219-250cd3053f9a" + "d3e4319e-50bb-47b5-8c67-466d81f4e78a" ], "elapsed-time": [ - "69" + "274" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14631" + "14795" ], "x-ms-correlation-request-id": [ - "a44dc5a4-aff8-457b-8064-eac5e7bcbb82" + "b5306f03-e0e5-4401-a693-20150255bdaa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190407Z:a44dc5a4-aff8-457b-8064-eac5e7bcbb82" + "NORTHEUROPE:20200807T001409Z:b5306f03-e0e5-4401-a693-20150255bdaa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:04:06 GMT" - ], "Content-Length": [ "541" ], @@ -30438,25 +15114,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13b89117-de23-4532-8634-25c7ce73ab61" + "7b5f33b2-3cc6-4d22-a435-599f5f7f5bec" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30464,42 +15140,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:14:20 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "13b89117-de23-4532-8634-25c7ce73ab61" + "7b5f33b2-3cc6-4d22-a435-599f5f7f5bec" ], "request-id": [ - "13b89117-de23-4532-8634-25c7ce73ab61" + "7b5f33b2-3cc6-4d22-a435-599f5f7f5bec" ], "elapsed-time": [ - "59" + "295" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14630" + "14794" ], "x-ms-correlation-request-id": [ - "6f47e0c0-67ef-4498-9973-de20775233d6" + "67fcd9f2-17c6-4529-909d-bb71dac1b7f1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190417Z:6f47e0c0-67ef-4498-9973-de20775233d6" + "NORTHEUROPE:20200807T001420Z:67fcd9f2-17c6-4529-909d-bb71dac1b7f1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:04:17 GMT" - ], "Content-Length": [ "541" ], @@ -30510,25 +15186,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b22cd13a-1f8c-409c-bbd2-105a2919e26d" + "f0849fef-6ce0-446c-afe1-3ad7c0a8dfbc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30536,42 +15212,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:14:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b22cd13a-1f8c-409c-bbd2-105a2919e26d" + "f0849fef-6ce0-446c-afe1-3ad7c0a8dfbc" ], "request-id": [ - "b22cd13a-1f8c-409c-bbd2-105a2919e26d" + "f0849fef-6ce0-446c-afe1-3ad7c0a8dfbc" ], "elapsed-time": [ - "74" + "833" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14629" + "14793" ], "x-ms-correlation-request-id": [ - "bc8e5801-54a1-4172-9410-1746d478837d" + "ca5b44fd-e131-4762-8185-d29735857bf8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190427Z:bc8e5801-54a1-4172-9410-1746d478837d" + "NORTHEUROPE:20200807T001431Z:ca5b44fd-e131-4762-8185-d29735857bf8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:04:27 GMT" - ], "Content-Length": [ "541" ], @@ -30582,25 +15258,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c2a17cb4-0d72-4b1b-85d4-551a19fd6406" + "15c426e4-4514-4318-bfb0-109eb661de89" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30608,42 +15284,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:14:42 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c2a17cb4-0d72-4b1b-85d4-551a19fd6406" + "15c426e4-4514-4318-bfb0-109eb661de89" ], "request-id": [ - "c2a17cb4-0d72-4b1b-85d4-551a19fd6406" + "15c426e4-4514-4318-bfb0-109eb661de89" ], "elapsed-time": [ - "58" + "760" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14628" + "14792" ], "x-ms-correlation-request-id": [ - "2b228edc-2c21-43cb-af02-91122c5551f1" + "fb97dfe8-ebb4-4d2c-80be-05d5369e0c9a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190438Z:2b228edc-2c21-43cb-af02-91122c5551f1" + "NORTHEUROPE:20200807T001442Z:fb97dfe8-ebb4-4d2c-80be-05d5369e0c9a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:04:38 GMT" - ], "Content-Length": [ "541" ], @@ -30654,25 +15330,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315b9dd6-2798-4ea8-94bc-f7a55fa63845" + "91059d7d-e54e-4eba-a2c4-3f8afded6185" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30680,42 +15356,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:14:53 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "315b9dd6-2798-4ea8-94bc-f7a55fa63845" + "91059d7d-e54e-4eba-a2c4-3f8afded6185" ], "request-id": [ - "315b9dd6-2798-4ea8-94bc-f7a55fa63845" + "91059d7d-e54e-4eba-a2c4-3f8afded6185" ], "elapsed-time": [ - "72" + "491" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14627" + "14791" ], "x-ms-correlation-request-id": [ - "37ad62c2-cadc-4279-ac21-5624bdca72e6" + "ebf53abb-283e-4568-a4f3-1f8fdfacfd44" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190448Z:37ad62c2-cadc-4279-ac21-5624bdca72e6" + "NORTHEUROPE:20200807T001453Z:ebf53abb-283e-4568-a4f3-1f8fdfacfd44" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:04:47 GMT" - ], "Content-Length": [ "541" ], @@ -30726,25 +15402,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fc7eb5be-0a40-4b01-a5f4-50933a56a2f8" + "0e4690cf-c25c-4553-8bb2-8cdc02ec9073" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30752,42 +15428,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:15:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "fc7eb5be-0a40-4b01-a5f4-50933a56a2f8" + "0e4690cf-c25c-4553-8bb2-8cdc02ec9073" ], "request-id": [ - "fc7eb5be-0a40-4b01-a5f4-50933a56a2f8" + "0e4690cf-c25c-4553-8bb2-8cdc02ec9073" ], "elapsed-time": [ - "54" + "349" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14626" + "14790" ], "x-ms-correlation-request-id": [ - "9c5bcc0c-0807-4f26-9f89-e6c32b249ed3" + "487fef16-a82b-49b5-b0f2-06df8dc0a904" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190458Z:9c5bcc0c-0807-4f26-9f89-e6c32b249ed3" + "NORTHEUROPE:20200807T001504Z:487fef16-a82b-49b5-b0f2-06df8dc0a904" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:04:58 GMT" - ], "Content-Length": [ "541" ], @@ -30798,25 +15474,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "66a1c01d-abb0-475e-9986-4e6d42a7bdbb" + "697e27ea-4c36-4f28-b563-019eeeefd5a9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30824,42 +15500,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:15:14 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "66a1c01d-abb0-475e-9986-4e6d42a7bdbb" + "697e27ea-4c36-4f28-b563-019eeeefd5a9" ], "request-id": [ - "66a1c01d-abb0-475e-9986-4e6d42a7bdbb" + "697e27ea-4c36-4f28-b563-019eeeefd5a9" ], "elapsed-time": [ - "303" + "277" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14654" + "14789" ], "x-ms-correlation-request-id": [ - "d1450f42-6f16-4b92-9038-2346aa2f1e67" + "7016479e-54ca-485b-aab1-aaa8d04dd475" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190509Z:d1450f42-6f16-4b92-9038-2346aa2f1e67" + "NORTHEUROPE:20200807T001514Z:7016479e-54ca-485b-aab1-aaa8d04dd475" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:05:09 GMT" - ], "Content-Length": [ "541" ], @@ -30870,25 +15546,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9201a03f-926d-41b5-9118-545c64279e3f" + "0d6e5a89-c5c9-4449-a50f-3559ee6603e2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30896,42 +15572,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:15:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9201a03f-926d-41b5-9118-545c64279e3f" + "0d6e5a89-c5c9-4449-a50f-3559ee6603e2" ], "request-id": [ - "9201a03f-926d-41b5-9118-545c64279e3f" + "0d6e5a89-c5c9-4449-a50f-3559ee6603e2" ], "elapsed-time": [ - "85" + "298" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14653" + "14788" ], "x-ms-correlation-request-id": [ - "670f1994-4c3f-411b-be48-3c9ef2e066a7" + "6f490a5b-8202-494c-92c8-4cc2474482d8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190520Z:670f1994-4c3f-411b-be48-3c9ef2e066a7" + "NORTHEUROPE:20200807T001525Z:6f490a5b-8202-494c-92c8-4cc2474482d8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:05:20 GMT" - ], "Content-Length": [ "541" ], @@ -30942,25 +15618,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d5345990-4345-4f6c-83f1-1ca6dd260221" + "af6ab1d4-985c-423d-969f-a95778f73f07" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -30968,42 +15644,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:15:35 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d5345990-4345-4f6c-83f1-1ca6dd260221" + "af6ab1d4-985c-423d-969f-a95778f73f07" ], "request-id": [ - "d5345990-4345-4f6c-83f1-1ca6dd260221" + "af6ab1d4-985c-423d-969f-a95778f73f07" ], "elapsed-time": [ - "66" + "284" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14652" + "14787" ], "x-ms-correlation-request-id": [ - "935d5f12-4e10-471d-864b-133b6c778b9f" + "b8b811fb-c865-412b-863e-e01ddf063a16" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190530Z:935d5f12-4e10-471d-864b-133b6c778b9f" + "NORTHEUROPE:20200807T001535Z:b8b811fb-c865-412b-863e-e01ddf063a16" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:05:29 GMT" - ], "Content-Length": [ "541" ], @@ -31014,25 +15690,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "71b4a9ae-bc22-4b75-b2ba-7d3c4b333b45" + "bf8684ce-30ac-4707-ac66-dc70b3cb19e4" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -31040,42 +15716,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:15:46 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "71b4a9ae-bc22-4b75-b2ba-7d3c4b333b45" + "bf8684ce-30ac-4707-ac66-dc70b3cb19e4" ], "request-id": [ - "71b4a9ae-bc22-4b75-b2ba-7d3c4b333b45" + "bf8684ce-30ac-4707-ac66-dc70b3cb19e4" ], "elapsed-time": [ - "57" + "303" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14651" + "14786" ], "x-ms-correlation-request-id": [ - "2dc1abec-9b39-4819-ac7a-516ba10332ee" + "753e22e5-45f7-45be-a46b-49341108c76e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190540Z:2dc1abec-9b39-4819-ac7a-516ba10332ee" + "NORTHEUROPE:20200807T001546Z:753e22e5-45f7-45be-a46b-49341108c76e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:05:40 GMT" - ], "Content-Length": [ "541" ], @@ -31086,25 +15762,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94559303-cdcd-4d4b-a29b-dbf80dedb13a" + "ebe3e5e0-2d2f-41b0-8a5c-8cd09fe9988b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -31112,42 +15788,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:15:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "94559303-cdcd-4d4b-a29b-dbf80dedb13a" + "ebe3e5e0-2d2f-41b0-8a5c-8cd09fe9988b" ], "request-id": [ - "94559303-cdcd-4d4b-a29b-dbf80dedb13a" + "ebe3e5e0-2d2f-41b0-8a5c-8cd09fe9988b" ], "elapsed-time": [ - "56" + "2026" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14650" + "14785" ], "x-ms-correlation-request-id": [ - "012a2d47-e8f0-49de-a1c2-b4247f07a2f5" + "0cd4b54d-e669-40eb-8c10-3113a4dd8ce6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190551Z:012a2d47-e8f0-49de-a1c2-b4247f07a2f5" + "NORTHEUROPE:20200807T001558Z:0cd4b54d-e669-40eb-8c10-3113a4dd8ce6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:05:51 GMT" - ], "Content-Length": [ "541" ], @@ -31158,25 +15834,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de92eb2d-899f-4304-b8f2-32f24324c6c0" + "5e8f1994-a69b-45af-bf9d-22890e0e21df" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -31184,42 +15860,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:16:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "de92eb2d-899f-4304-b8f2-32f24324c6c0" + "5e8f1994-a69b-45af-bf9d-22890e0e21df" ], "request-id": [ - "de92eb2d-899f-4304-b8f2-32f24324c6c0" + "5e8f1994-a69b-45af-bf9d-22890e0e21df" ], "elapsed-time": [ - "68" + "424" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14649" + "14784" ], "x-ms-correlation-request-id": [ - "a5f62a89-ed1c-409a-b3fa-26a25e39ef47" + "cd3c9b84-ddc7-40d5-8ffd-119c2d38e82f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190601Z:a5f62a89-ed1c-409a-b3fa-26a25e39ef47" + "NORTHEUROPE:20200807T001609Z:cd3c9b84-ddc7-40d5-8ffd-119c2d38e82f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:06:01 GMT" - ], "Content-Length": [ "541" ], @@ -31230,25 +15906,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee9b41cc-5a9d-483e-bfff-b2b8502c12b7" + "3d738901-6112-45ec-a5ef-5c44d85cfa77" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -31256,42 +15932,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:16:19 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ee9b41cc-5a9d-483e-bfff-b2b8502c12b7" + "3d738901-6112-45ec-a5ef-5c44d85cfa77" ], "request-id": [ - "ee9b41cc-5a9d-483e-bfff-b2b8502c12b7" + "3d738901-6112-45ec-a5ef-5c44d85cfa77" ], "elapsed-time": [ - "53" + "303" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14648" + "14783" ], "x-ms-correlation-request-id": [ - "c4e41b2a-e345-4581-aedc-c07b4edb6888" + "5fc4ad89-2154-4f25-ac0b-38b3c1cbe07d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190612Z:c4e41b2a-e345-4581-aedc-c07b4edb6888" + "NORTHEUROPE:20200807T001619Z:5fc4ad89-2154-4f25-ac0b-38b3c1cbe07d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:06:11 GMT" - ], "Content-Length": [ "541" ], @@ -31302,25 +15978,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "71ca7dee-1289-40a5-abc0-166a83c4b6a0" + "8ed0d7e6-fb36-4cad-b43c-c88c3ab6a5b0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -31328,42 +16004,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:16:30 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "71ca7dee-1289-40a5-abc0-166a83c4b6a0" + "8ed0d7e6-fb36-4cad-b43c-c88c3ab6a5b0" ], "request-id": [ - "71ca7dee-1289-40a5-abc0-166a83c4b6a0" + "8ed0d7e6-fb36-4cad-b43c-c88c3ab6a5b0" ], "elapsed-time": [ - "61" + "293" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14647" + "14782" ], "x-ms-correlation-request-id": [ - "7770bd4a-203b-4ae9-8019-2861be78cc6c" + "f3a54d53-747c-4f1d-ba9a-cadc6eb7efb7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190622Z:7770bd4a-203b-4ae9-8019-2861be78cc6c" + "NORTHEUROPE:20200807T001630Z:f3a54d53-747c-4f1d-ba9a-cadc6eb7efb7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:06:22 GMT" - ], "Content-Length": [ "541" ], @@ -31374,25 +16050,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c0c7d203-1533-4662-9317-5244353f3ef6" + "0d8cf6f5-0ad2-4290-ac8c-a4deef0f1d2c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -31400,42 +16076,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:16:40 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c0c7d203-1533-4662-9317-5244353f3ef6" + "0d8cf6f5-0ad2-4290-ac8c-a4deef0f1d2c" ], "request-id": [ - "c0c7d203-1533-4662-9317-5244353f3ef6" + "0d8cf6f5-0ad2-4290-ac8c-a4deef0f1d2c" ], "elapsed-time": [ - "74" + "284" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14646" + "14781" ], "x-ms-correlation-request-id": [ - "670c5711-ce83-4459-a27f-37b913caa732" + "be0911fd-96b0-4fac-8104-34cdf74e52f6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190632Z:670c5711-ce83-4459-a27f-37b913caa732" + "NORTHEUROPE:20200807T001640Z:be0911fd-96b0-4fac-8104-34cdf74e52f6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:06:32 GMT" - ], "Content-Length": [ "541" ], @@ -31446,25 +16122,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4581e0e8-53ee-441f-a5d8-5e073d5321f7" + "dd5cdb41-10f9-4d4d-a838-ebff5ccb1f42" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -31472,42 +16148,42 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:16:51 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4581e0e8-53ee-441f-a5d8-5e073d5321f7" + "dd5cdb41-10f9-4d4d-a838-ebff5ccb1f42" ], "request-id": [ - "4581e0e8-53ee-441f-a5d8-5e073d5321f7" + "dd5cdb41-10f9-4d4d-a838-ebff5ccb1f42" ], "elapsed-time": [ - "53" + "291" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14645" + "14780" ], "x-ms-correlation-request-id": [ - "5b9152b6-a550-43ee-af1b-56610b6d520f" + "c22a4892-4ce7-44fe-846c-9cb06e8c9f98" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190643Z:5b9152b6-a550-43ee-af1b-56610b6d520f" + "NORTHEUROPE:20200807T001651Z:c22a4892-4ce7-44fe-846c-9cb06e8c9f98" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:06:42 GMT" - ], "Content-Length": [ "541" ], @@ -31518,25 +16194,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f1a4080a-90cf-4ce2-aaee-d86e47e56112" + "f69d93dc-8402-4973-a06b-a4720630953b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -31544,44 +16220,44 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:17:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f1a4080a-90cf-4ce2-aaee-d86e47e56112" + "f69d93dc-8402-4973-a06b-a4720630953b" ], "request-id": [ - "f1a4080a-90cf-4ce2-aaee-d86e47e56112" + "f69d93dc-8402-4973-a06b-a4720630953b" ], "elapsed-time": [ - "67" + "326" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14644" + "14779" ], "x-ms-correlation-request-id": [ - "940fde08-07e2-4f6a-aaf4-d8adb94168f2" + "798e357c-3d2d-43e1-82a7-2f3ce1f64b7b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190653Z:940fde08-07e2-4f6a-aaf4-d8adb94168f2" + "NORTHEUROPE:20200807T001701Z:798e357c-3d2d-43e1-82a7-2f3ce1f64b7b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:06:53 GMT" - ], "Content-Length": [ - "533" + "541" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31590,74 +16266,68 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2\r\n }\r\n}", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "877de47c-c5cb-460e-a2b5-f7e5038ed725" + "948fecbb-ae4e-4b5e-bb31-26b5a27f1cec" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "77" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:17:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A06%3A42.3425984Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "877de47c-c5cb-460e-a2b5-f7e5038ed725" + "948fecbb-ae4e-4b5e-bb31-26b5a27f1cec" ], "request-id": [ - "877de47c-c5cb-460e-a2b5-f7e5038ed725" + "948fecbb-ae4e-4b5e-bb31-26b5a27f1cec" ], "elapsed-time": [ - "5444" + "437" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-reads": [ + "14778" ], "x-ms-correlation-request-id": [ - "76d982d3-4307-4a5f-aa3e-14e4924eb8a8" + "81ee5b36-5a69-4abb-b523-7972d67639f8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T180642Z:76d982d3-4307-4a5f-aa3e-14e4924eb8a8" + "NORTHEUROPE:20200807T001712Z:81ee5b36-5a69-4abb-b523-7972d67639f8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:06:42 GMT" - ], "Content-Length": [ "541" ], @@ -31668,76 +16338,70 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 2,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n }\r\n}", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3a7519b5-cbd2-4ab4-9e52-45d4984b4270" + "d24fcd1b-51b8-46b6-92e2-c7c612ccfb3c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "77" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:17:22 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T18%3A48%3A02.4323717Z'\"" + "W/\"datetime'2020-08-07T00%3A01%3A51.1687346Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3a7519b5-cbd2-4ab4-9e52-45d4984b4270" + "d24fcd1b-51b8-46b6-92e2-c7c612ccfb3c" ], "request-id": [ - "3a7519b5-cbd2-4ab4-9e52-45d4984b4270" + "d24fcd1b-51b8-46b6-92e2-c7c612ccfb3c" ], "elapsed-time": [ - "24593" + "298" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-reads": [ + "14777" ], "x-ms-correlation-request-id": [ - "bde4cf54-682f-4518-8412-dc72b57d4c8f" + "5d2d60cc-ca0d-45f8-baa3-8d525329d6ad" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T184802Z:bde4cf54-682f-4518-8412-dc72b57d4c8f" + "NORTHEUROPE:20200807T001723Z:5d2d60cc-ca0d-45f8-baa3-8d525329d6ad" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 18:48:01 GMT" - ], "Content-Length": [ - "541" + "533" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31746,25 +16410,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878\",\r\n \"name\": \"azs-9878\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387\",\r\n \"name\": \"azs-4387\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1856/providers/Microsoft.Search/searchServices/azs-9878?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODU2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05ODc4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5227/providers/Microsoft.Search/searchServices/azs-4387?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00Mzg3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3320257e-c201-4d96-928b-a10b871ceabd" + "9bda4a30-1b9f-45d4-8e51-175c39e09fa9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -31772,17 +16436,20 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:17:26 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "3320257e-c201-4d96-928b-a10b871ceabd" + "9bda4a30-1b9f-45d4-8e51-175c39e09fa9" ], "request-id": [ - "3320257e-c201-4d96-928b-a10b871ceabd" + "9bda4a30-1b9f-45d4-8e51-175c39e09fa9" ], "elapsed-time": [ - "701" + "924" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31791,22 +16458,19 @@ "14999" ], "x-ms-correlation-request-id": [ - "407ef7a5-fa0f-4d6f-a486-3bf7ab593be0" + "c9bad002-c0a0-45a2-b3c0-b5e01aa5960c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T190655Z:407ef7a5-fa0f-4d6f-a486-3bf7ab593be0" + "NORTHEUROPE:20200807T001727Z:c9bad002-c0a0-45a2-b3c0-b5e01aa5960c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Fri, 29 May 2020 19:06:55 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -31815,10 +16479,10 @@ ], "Names": { "GenerateName": [ - "azsmnet1856" + "azsmnet5227" ], "GenerateServiceName": [ - "azs-9878" + "azs-4387" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanUpdateTags.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanUpdateTags.json index fce902eec295..2c242bdb66d0 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanUpdateTags.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CanUpdateTags.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a61620e9-3104-43ad-8989-0454bb09c875" + "d7fad809-4d99-4611-bf8e-fbe84e7c2b36" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:29:00 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "d3ef4b0c-01cc-4551-a9cf-070106a52a95" + "cc6f6b55-8733-4ccb-bf19-e1fb3cfd8b12" ], "x-ms-correlation-request-id": [ - "d3ef4b0c-01cc-4551-a9cf-070106a52a95" + "cc6f6b55-8733-4ccb-bf19-e1fb3cfd8b12" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214431Z:d3ef4b0c-01cc-4551-a9cf-070106a52a95" + "NORTHEUROPE:20200806T222900Z:cc6f6b55-8733-4ccb-bf19-e1fb3cfd8b12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:44:31 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet298?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyOTg/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6311?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MzExP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "82024a44-29c8-4e1a-9f26-92994a1acc59" + "99e6024b-831c-4a21-b7a1-bf877925ca30" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:29:02 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "51858ed3-5cec-4287-b19c-b3ebc7dda193" + "2cc0ffb6-3d0d-41f0-87c2-4f7ff03f14d6" ], "x-ms-correlation-request-id": [ - "51858ed3-5cec-4287-b19c-b3ebc7dda193" + "2cc0ffb6-3d0d-41f0-87c2-4f7ff03f14d6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214432Z:51858ed3-5cec-4287-b19c-b3ebc7dda193" + "NORTHEUROPE:20200806T222902Z:2cc0ffb6-3d0d-41f0-87c2-4f7ff03f14d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,11 +113,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:44:32 GMT" - ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet298\",\r\n \"name\": \"azsmnet298\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6311\",\r\n \"name\": \"azsmnet6311\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet298/providers/Microsoft.Search/searchServices/azs-4296?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTgvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTQyOTY/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6311/providers/Microsoft.Search/searchServices/azs-9083?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDgzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b1ff41b0-152d-40c1-ab74-226620465e4e" + "2f67e320-6884-45fd-8b73-6f5993a577b7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,20 +155,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:29:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A44%3A36.4141047Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A08.94869Z'\"" ], "x-ms-request-id": [ - "b1ff41b0-152d-40c1-ab74-226620465e4e" + "2f67e320-6884-45fd-8b73-6f5993a577b7" ], "request-id": [ - "b1ff41b0-152d-40c1-ab74-226620465e4e" + "2f67e320-6884-45fd-8b73-6f5993a577b7" ], "elapsed-time": [ - "1035" + "2913" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,19 +180,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "582513e2-bc78-4450-87d7-eda505b4158e" + "a2ed97c9-250f-46cd-b310-e968a114c174" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214437Z:582513e2-bc78-4450-87d7-eda505b4158e" + "NORTHEUROPE:20200806T222910Z:a2ed97c9-250f-46cd-b310-e968a114c174" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:44:36 GMT" - ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet298/providers/Microsoft.Search/searchServices/azs-4296\",\r\n \"name\": \"azs-4296\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6311/providers/Microsoft.Search/searchServices/azs-9083\",\r\n \"name\": \"azs-9083\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet298/providers/Microsoft.Search/searchServices/azs-4296?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTgvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTQyOTY/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6311/providers/Microsoft.Search/searchServices/azs-9083?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDgzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"tags\": {\r\n \"testTag\": \"testValue\",\r\n \"anotherTag\": \"anotherValue\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "67b80869-4dc9-4070-b196-b4030603965f" + "dd64a56d-4091-4e45-af60-60451d37800d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -230,23 +230,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:29:13 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A44%3A37.9271619Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A11.8667468Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "67b80869-4dc9-4070-b196-b4030603965f" + "dd64a56d-4091-4e45-af60-60451d37800d" ], "request-id": [ - "67b80869-4dc9-4070-b196-b4030603965f" + "dd64a56d-4091-4e45-af60-60451d37800d" ], "elapsed-time": [ - "382" + "770" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -255,19 +258,16 @@ "1198" ], "x-ms-correlation-request-id": [ - "a75223d5-ee9f-4852-a330-c9e2846c9865" + "cd78f1b4-450a-4c3d-873a-46bcca4f0ba7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214439Z:a75223d5-ee9f-4852-a330-c9e2846c9865" + "NORTHEUROPE:20200806T222913Z:cd78f1b4-450a-4c3d-873a-46bcca4f0ba7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:44:38 GMT" - ], "Content-Length": [ - "587" + "588" ], "Content-Type": [ "application/json; charset=utf-8" @@ -276,25 +276,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet298/providers/Microsoft.Search/searchServices/azs-4296\",\r\n \"name\": \"azs-4296\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"testTag\": \"testValue\",\r\n \"anotherTag\": \"anotherValue\"\r\n },\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6311/providers/Microsoft.Search/searchServices/azs-9083\",\r\n \"name\": \"azs-9083\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"testTag\": \"testValue\",\r\n \"anotherTag\": \"anotherValue\"\r\n },\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet298/providers/Microsoft.Search/searchServices/azs-4296?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTgvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTQyOTY/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6311/providers/Microsoft.Search/searchServices/azs-9083?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDgzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"tags\": {\r\n \"testTag\": \"testValue\",\r\n \"anotherTag\": \"differentValue\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5be92a07-25c7-469f-a3aa-f742c22b8ff6" + "5b74fff8-7202-4d8e-93eb-2953af1595d6" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -308,23 +308,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:29:14 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A44%3A40.1667267Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A13.9852355Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5be92a07-25c7-469f-a3aa-f742c22b8ff6" + "5b74fff8-7202-4d8e-93eb-2953af1595d6" ], "request-id": [ - "5be92a07-25c7-469f-a3aa-f742c22b8ff6" + "5b74fff8-7202-4d8e-93eb-2953af1595d6" ], "elapsed-time": [ - "298" + "774" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -333,19 +336,16 @@ "1197" ], "x-ms-correlation-request-id": [ - "a8f4de95-3e5c-4c1a-b281-c0877902c43d" + "26d2611b-8e08-4815-ba03-2c511f5d9c06" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214440Z:a8f4de95-3e5c-4c1a-b281-c0877902c43d" + "NORTHEUROPE:20200806T222914Z:26d2611b-8e08-4815-ba03-2c511f5d9c06" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:44:39 GMT" - ], "Content-Length": [ - "589" + "590" ], "Content-Type": [ "application/json; charset=utf-8" @@ -354,25 +354,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet298/providers/Microsoft.Search/searchServices/azs-4296\",\r\n \"name\": \"azs-4296\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"testTag\": \"testValue\",\r\n \"anotherTag\": \"differentValue\"\r\n },\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6311/providers/Microsoft.Search/searchServices/azs-9083\",\r\n \"name\": \"azs-9083\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"testTag\": \"testValue\",\r\n \"anotherTag\": \"differentValue\"\r\n },\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet298/providers/Microsoft.Search/searchServices/azs-4296?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTgvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTQyOTY/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6311/providers/Microsoft.Search/searchServices/azs-9083?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDgzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"tags\": {\r\n \"testTag\": \"testValue\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5364bd22-3d38-444e-9f1e-a0e184f2ec1d" + "61e8a947-c539-4688-83b8-7ba0797bf5cf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -386,23 +386,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:29:17 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A44%3A41.6307496Z'\"" + "W/\"datetime'2020-08-06T22%3A29%3A16.4940038Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5364bd22-3d38-444e-9f1e-a0e184f2ec1d" + "61e8a947-c539-4688-83b8-7ba0797bf5cf" ], "request-id": [ - "5364bd22-3d38-444e-9f1e-a0e184f2ec1d" + "61e8a947-c539-4688-83b8-7ba0797bf5cf" ], "elapsed-time": [ - "332" + "671" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -411,19 +414,16 @@ "1196" ], "x-ms-correlation-request-id": [ - "22a1a4cf-c2f0-430c-a589-a4d0e0d54d1c" + "a1b76b10-4fc4-46d1-b2b5-9ccffe2be227" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214442Z:22a1a4cf-c2f0-430c-a589-a4d0e0d54d1c" + "NORTHEUROPE:20200806T222918Z:a1b76b10-4fc4-46d1-b2b5-9ccffe2be227" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:44:42 GMT" - ], "Content-Length": [ - "559" + "560" ], "Content-Type": [ "application/json; charset=utf-8" @@ -432,16 +432,16 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet298/providers/Microsoft.Search/searchServices/azs-4296\",\r\n \"name\": \"azs-4296\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"testTag\": \"testValue\"\r\n },\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6311/providers/Microsoft.Search/searchServices/azs-9083\",\r\n \"name\": \"azs-9083\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"testTag\": \"testValue\"\r\n },\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": { "GenerateName": [ - "azsmnet298" + "azsmnet6311" ], "GenerateServiceName": [ - "azs-4296" + "azs-9083" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CannotCreateOrUpdateFreeServiceWithIdentity.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CannotCreateOrUpdateFreeServiceWithIdentity.json index 33cb20be1c1e..c8934c7d2b96 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CannotCreateOrUpdateFreeServiceWithIdentity.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CannotCreateOrUpdateFreeServiceWithIdentity.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "271b4ed8-ae78-47c5-9659-90f37f0e6899" + "3885c9cc-d077-403b-ba83-caf62a728740" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:49:55 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "e1fc048e-8b65-42d4-a6e5-0caaa51f57de" + "d3b10d16-edfd-411d-b998-dba6b3c834ba" ], "x-ms-correlation-request-id": [ - "e1fc048e-8b65-42d4-a6e5-0caaa51f57de" + "d3b10d16-edfd-411d-b998-dba6b3c834ba" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233733Z:e1fc048e-8b65-42d4-a6e5-0caaa51f57de" + "NORTHEUROPE:20200807T004955Z:d3b10d16-edfd-411d-b998-dba6b3c834ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:33 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3112?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMTEyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8012?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MDEyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0c8730e0-a630-4979-a4cf-1e4400ee2754" + "68e25cf2-fff6-4f49-b055-58ed76809f7e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:49:56 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "9134c6bc-9e93-4f8a-8844-de72749f05d5" + "ebc19303-b821-41c2-a3d7-5ced95d64480" ], "x-ms-correlation-request-id": [ - "9134c6bc-9e93-4f8a-8844-de72749f05d5" + "ebc19303-b821-41c2-a3d7-5ced95d64480" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233734Z:9134c6bc-9e93-4f8a-8844-de72749f05d5" + "NORTHEUROPE:20200807T004956Z:ebc19303-b821-41c2-a3d7-5ced95d64480" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:34 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3112\",\r\n \"name\": \"azsmnet3112\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8012\",\r\n \"name\": \"azsmnet8012\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3112/providers/Microsoft.Search/searchServices/azs-3488?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDg4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8012/providers/Microsoft.Search/searchServices/azs-2440?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNDQwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"EastUS\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "47e7f0e0-dd6e-44cd-a45a-e3f42ff2e81a" + "5e75dd2b-fa02-41cc-82ab-01aca9e221cb" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,14 +155,17 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:03 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "47e7f0e0-dd6e-44cd-a45a-e3f42ff2e81a" + "5e75dd2b-fa02-41cc-82ab-01aca9e221cb" ], "request-id": [ - "47e7f0e0-dd6e-44cd-a45a-e3f42ff2e81a" + "5e75dd2b-fa02-41cc-82ab-01aca9e221cb" ], "elapsed-time": [ "0" @@ -171,20 +174,17 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "a48e7b15-bd0d-4070-9475-e147bc6c0f53" + "c2e77f89-391b-4098-b6a1-c878fef5fcc3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233741Z:a48e7b15-bd0d-4070-9475-e147bc6c0f53" + "NORTHEUROPE:20200807T005003Z:c2e77f89-391b-4098-b6a1-c878fef5fcc3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:41 GMT" - ], "Content-Length": [ "128" ], @@ -202,21 +202,21 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3112/providers/Microsoft.Search/searchServices/azs-3488?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDg4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8012/providers/Microsoft.Search/searchServices/azs-2440?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNDQwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b65d05f0-2641-4197-9cbc-97eaf4ece75b" + "a6d7b37a-86c4-41b4-9b49-9ef2592abedc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -230,39 +230,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A37%3A46.1271837Z'\"" + "W/\"datetime'2020-08-07T00%3A50%3A06.4125391Z'\"" ], "x-ms-request-id": [ - "b65d05f0-2641-4197-9cbc-97eaf4ece75b" + "a6d7b37a-86c4-41b4-9b49-9ef2592abedc" ], "request-id": [ - "b65d05f0-2641-4197-9cbc-97eaf4ece75b" + "a6d7b37a-86c4-41b4-9b49-9ef2592abedc" ], "elapsed-time": [ - "3293" + "1187" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "ff185046-50a9-4861-82e6-8fe7cf8fdd11" + "0d9f2763-932b-4627-967a-6527c7fc01e2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233746Z:ff185046-50a9-4861-82e6-8fe7cf8fdd11" + "NORTHEUROPE:20200807T005007Z:0d9f2763-932b-4627-967a-6527c7fc01e2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:45 GMT" - ], "Content-Length": [ "529" ], @@ -273,68 +273,68 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3112/providers/Microsoft.Search/searchServices/azs-3488\",\r\n \"name\": \"azs-3488\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8012/providers/Microsoft.Search/searchServices/azs-2440\",\r\n \"name\": \"azs-2440\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3112/providers/Microsoft.Search/searchServices/azs-3488?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDg4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8012/providers/Microsoft.Search/searchServices/azs-2440?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNDQwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"hostingMode\": \"default\",\r\n \"publicNetworkAccess\": \"enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": []\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"East US\",\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", + "RequestBody": "{\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a59738f1-196b-4922-9557-3157a3458989" + "b1c664b2-cadf-4511-b202-2cebd4d2a43a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "308" + "46" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:08 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "a59738f1-196b-4922-9557-3157a3458989" + "b1c664b2-cadf-4511-b202-2cebd4d2a43a" ], "request-id": [ - "a59738f1-196b-4922-9557-3157a3458989" + "b1c664b2-cadf-4511-b202-2cebd4d2a43a" ], "elapsed-time": [ - "65" + "71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1196" ], "x-ms-correlation-request-id": [ - "0141562e-de63-47c4-b35b-1c5b90025dee" + "78576828-3a23-47cf-b9f8-31412d1b80ee" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233747Z:0141562e-de63-47c4-b35b-1c5b90025dee" + "NORTHEUROPE:20200807T005008Z:78576828-3a23-47cf-b9f8-31412d1b80ee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:47 GMT" - ], "Content-Length": [ "128" ], @@ -352,21 +352,21 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3112/providers/Microsoft.Search/searchServices/azs-3488?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNDg4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8012/providers/Microsoft.Search/searchServices/azs-2440?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNDQwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "745cd41b-a964-4333-b2d6-034535847c73" + "642febdb-ec3e-4258-a182-55ada8337eaf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -374,17 +374,20 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:10 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "745cd41b-a964-4333-b2d6-034535847c73" + "642febdb-ec3e-4258-a182-55ada8337eaf" ], "request-id": [ - "745cd41b-a964-4333-b2d6-034535847c73" + "642febdb-ec3e-4258-a182-55ada8337eaf" ], "elapsed-time": [ - "645" + "635" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -393,22 +396,19 @@ "14999" ], "x-ms-correlation-request-id": [ - "4910cd36-d970-498d-bb16-d331b91174c1" + "6352833e-95fd-4629-9f35-c8fbf28b46ff" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233750Z:4910cd36-d970-498d-bb16-d331b91174c1" + "NORTHEUROPE:20200807T005010Z:6352833e-95fd-4629-9f35-c8fbf28b46ff" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -417,10 +417,10 @@ ], "Names": { "GenerateName": [ - "azsmnet3112" + "azsmnet8012" ], "GenerateServiceName": [ - "azs-3488" + "azs-2440" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CheckNameAvailabilityFailsOnInvalidName.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CheckNameAvailabilityFailsOnInvalidName.json index b4ea0d27b115..7180188fc9f6 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CheckNameAvailabilityFailsOnInvalidName.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CheckNameAvailabilityFailsOnInvalidName.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d6339a22-247d-4c64-ad13-dc153cf0c30d" + "6e302981-fc7d-4367-8204-2ab8da46d4cc" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:28:49 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "67988a91-d326-47c6-b89e-a812850a99d7" + "2c1299b2-8b8b-4e4b-a6f3-4f6701de97ef" ], "x-ms-correlation-request-id": [ - "67988a91-d326-47c6-b89e-a812850a99d7" + "2c1299b2-8b8b-4e4b-a6f3-4f6701de97ef" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214419Z:67988a91-d326-47c6-b89e-a812850a99d7" + "NORTHEUROPE:20200806T222849Z:2c1299b2-8b8b-4e4b-a6f3-4f6701de97ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:44:19 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2707?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNzA3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2282?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMjgyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "adc9f41b-aeb3-4a35-a108-90ee4b873af5" + "b801efd8-820d-4bca-89b3-5b26ec5e899c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:28:51 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "c075613a-bbe3-4734-8d2f-50342927bf52" + "70198048-b198-40eb-9b9d-6300f8fd7cd9" ], "x-ms-correlation-request-id": [ - "c075613a-bbe3-4734-8d2f-50342927bf52" + "70198048-b198-40eb-9b9d-6300f8fd7cd9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214421Z:c075613a-bbe3-4734-8d2f-50342927bf52" + "NORTHEUROPE:20200806T222851Z:70198048-b198-40eb-9b9d-6300f8fd7cd9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:44:20 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2707\",\r\n \"name\": \"azsmnet2707\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2282\",\r\n \"name\": \"azsmnet2282\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/checkNameAvailability?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL2NoZWNrTmFtZUF2YWlsYWJpbGl0eT9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/checkNameAvailability?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL2NoZWNrTmFtZUF2YWlsYWJpbGl0eT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"----badname\",\r\n \"type\": \"searchServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "91e1c7eb-9976-4c8b-91f2-1b91d0f795c9" + "b5200f8d-d7a4-42a0-92e8-0d90d5448e1b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,6 +155,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:28:53 GMT" + ], "Pragma": [ "no-cache" ], @@ -162,13 +165,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "91e1c7eb-9976-4c8b-91f2-1b91d0f795c9" + "b5200f8d-d7a4-42a0-92e8-0d90d5448e1b" ], "request-id": [ - "91e1c7eb-9976-4c8b-91f2-1b91d0f795c9" + "b5200f8d-d7a4-42a0-92e8-0d90d5448e1b" ], "elapsed-time": [ - "9" + "15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,17 +180,14 @@ "1199" ], "x-ms-correlation-request-id": [ - "b6e11022-b795-4264-bcc2-66d9a36af27a" + "183028e5-5de0-426b-92fc-1e4135f859d4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214423Z:b6e11022-b795-4264-bcc2-66d9a36af27a" + "NORTHEUROPE:20200806T222853Z:183028e5-5de0-426b-92fc-1e4135f859d4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:44:23 GMT" - ], "Content-Length": [ "210" ], @@ -204,7 +204,7 @@ ], "Names": { "GenerateName": [ - "azsmnet2707" + "azsmnet2282" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CheckNameAvailabilityFailsOnUsedName.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CheckNameAvailabilityFailsOnUsedName.json index 6c300271b0f9..39e791909f4a 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CheckNameAvailabilityFailsOnUsedName.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CheckNameAvailabilityFailsOnUsedName.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4e3f5c1f-92a7-478a-b07e-38057a6a8960" + "53dd6666-31ee-4dc4-89a8-da4aa8c9f912" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:33:28 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "76eb0ec1-ba50-44fa-bd3a-fb0a3191f5ef" + "6c5d0e66-ec56-4aca-a1b6-f01c649e7350" ], "x-ms-correlation-request-id": [ - "76eb0ec1-ba50-44fa-bd3a-fb0a3191f5ef" + "6c5d0e66-ec56-4aca-a1b6-f01c649e7350" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231954Z:76eb0ec1-ba50-44fa-bd3a-fb0a3191f5ef" + "NORTHEUROPE:20200807T003329Z:6c5d0e66-ec56-4aca-a1b6-f01c649e7350" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:19:53 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1044?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMDQ0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7281?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MjgxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e5b1ebd1-ebdb-4748-b682-172e08033988" + "b915c9f5-46d0-4341-9130-6e54bfdc73a3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:33:30 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1196" ], "x-ms-request-id": [ - "3e586635-c8a3-43fc-9a72-a53f97047797" + "def015ed-b942-400e-98c7-24f7cf7b421b" ], "x-ms-correlation-request-id": [ - "3e586635-c8a3-43fc-9a72-a53f97047797" + "def015ed-b942-400e-98c7-24f7cf7b421b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T231955Z:3e586635-c8a3-43fc-9a72-a53f97047797" + "NORTHEUROPE:20200807T003330Z:def015ed-b942-400e-98c7-24f7cf7b421b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:19:55 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1044\",\r\n \"name\": \"azsmnet1044\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7281\",\r\n \"name\": \"azsmnet7281\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1044/providers/Microsoft.Search/searchServices/azs-2463?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNDYzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7281/providers/Microsoft.Search/searchServices/azs-8031?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MDMxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "688d09f4-87c9-4c10-8c9c-d56f3c2b4728" + "c9b69aef-aa85-42c1-a11a-73654254c3a7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,39 +155,39 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:33:37 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A05.0885253Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A36.1558714Z'\"" ], "x-ms-request-id": [ - "688d09f4-87c9-4c10-8c9c-d56f3c2b4728" + "c9b69aef-aa85-42c1-a11a-73654254c3a7" ], "request-id": [ - "688d09f4-87c9-4c10-8c9c-d56f3c2b4728" + "c9b69aef-aa85-42c1-a11a-73654254c3a7" ], "elapsed-time": [ - "4209" + "1283" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "52cd35e9-9a0f-4168-b7b8-cbf505470e57" + "f4ef2d53-3724-4967-aa3a-a841e184e4fb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232005Z:52cd35e9-9a0f-4168-b7b8-cbf505470e57" + "NORTHEUROPE:20200807T003337Z:f4ef2d53-3724-4967-aa3a-a841e184e4fb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:20:05 GMT" - ], "Content-Length": [ "529" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1044/providers/Microsoft.Search/searchServices/azs-2463\",\r\n \"name\": \"azs-2463\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7281/providers/Microsoft.Search/searchServices/azs-8031\",\r\n \"name\": \"azs-8031\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/checkNameAvailability?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL2NoZWNrTmFtZUF2YWlsYWJpbGl0eT9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/checkNameAvailability?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL2NoZWNrTmFtZUF2YWlsYWJpbGl0eT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azs-2463\",\r\n \"type\": \"searchServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azs-8031\",\r\n \"type\": \"searchServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ac8ee7f4-59cf-4fee-af23-7c14e92ca1dd" + "cffd118c-6b3a-45a0-9c3a-f35d8b1762ca" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -230,6 +230,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:33:38 GMT" + ], "Pragma": [ "no-cache" ], @@ -237,32 +240,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ac8ee7f4-59cf-4fee-af23-7c14e92ca1dd" + "cffd118c-6b3a-45a0-9c3a-f35d8b1762ca" ], "request-id": [ - "ac8ee7f4-59cf-4fee-af23-7c14e92ca1dd" + "cffd118c-6b3a-45a0-9c3a-f35d8b1762ca" ], "elapsed-time": [ - "943" + "513" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "67ce621b-4766-4554-8b05-aea4730e6178" + "c33cf8d1-d92a-4951-b7a8-daa042ca157b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232008Z:67ce621b-4766-4554-8b05-aea4730e6178" + "NORTHEUROPE:20200807T003339Z:c33cf8d1-d92a-4951-b7a8-daa042ca157b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:20:08 GMT" - ], "Content-Length": [ "63" ], @@ -279,10 +279,10 @@ ], "Names": { "GenerateName": [ - "azsmnet1044" + "azsmnet7281" ], "GenerateServiceName": [ - "azs-2463" + "azs-8031" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CheckNameAvailabilitySucceedsOnNewName.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CheckNameAvailabilitySucceedsOnNewName.json index 5c38c4ecc309..e41c941eb71b 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CheckNameAvailabilitySucceedsOnNewName.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CheckNameAvailabilitySucceedsOnNewName.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d518f3e9-b50f-40b3-8ac0-304200fc13fe" + "07258203-6258-43ea-945d-16614d0b472b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:23:48 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-request-id": [ - "701f2b46-a9fa-4eb3-9c86-075f547f3a67" + "fcd9559b-8829-413d-bb36-e5c8f758315d" ], "x-ms-correlation-request-id": [ - "701f2b46-a9fa-4eb3-9c86-075f547f3a67" + "fcd9559b-8829-413d-bb36-e5c8f758315d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223756Z:701f2b46-a9fa-4eb3-9c86-075f547f3a67" + "NORTHEUROPE:20200806T232349Z:fcd9559b-8829-413d-bb36-e5c8f758315d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:37:56 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9019?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MDE5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2835?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyODM1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "868d0f33-3ed9-4e52-8b08-8bfd2a8f127b" + "6dc1ac59-8251-4d24-bc8e-ee6b455919bd" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:23:50 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "a115dcd9-1ec0-41ae-a624-466d73c14714" + "855e779e-63cf-4521-a577-ede600ac38ba" ], "x-ms-correlation-request-id": [ - "a115dcd9-1ec0-41ae-a624-466d73c14714" + "855e779e-63cf-4521-a577-ede600ac38ba" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223757Z:a115dcd9-1ec0-41ae-a624-466d73c14714" + "NORTHEUROPE:20200806T232351Z:855e779e-63cf-4521-a577-ede600ac38ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:37:56 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9019\",\r\n \"name\": \"azsmnet9019\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2835\",\r\n \"name\": \"azsmnet2835\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/checkNameAvailability?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL2NoZWNrTmFtZUF2YWlsYWJpbGl0eT9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/checkNameAvailability?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL2NoZWNrTmFtZUF2YWlsYWJpbGl0eT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"newservice\",\r\n \"type\": \"searchServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a1b0430d-2eed-40d0-97cd-ca5af27953d1" + "48c84f6d-b192-40f9-9901-42b18ac88cdf" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,6 +155,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:23:54 GMT" + ], "Pragma": [ "no-cache" ], @@ -162,32 +165,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a1b0430d-2eed-40d0-97cd-ca5af27953d1" + "48c84f6d-b192-40f9-9901-42b18ac88cdf" ], "request-id": [ - "a1b0430d-2eed-40d0-97cd-ca5af27953d1" + "48c84f6d-b192-40f9-9901-42b18ac88cdf" ], "elapsed-time": [ - "718" + "777" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "d9aec665-3771-4006-a5d7-06b218c260ee" + "32b88286-fe70-4015-83bd-124deabe145b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223759Z:d9aec665-3771-4006-a5d7-06b218c260ee" + "NORTHEUROPE:20200806T232355Z:32b88286-fe70-4015-83bd-124deabe145b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:37:59 GMT" - ], "Content-Length": [ "51" ], @@ -204,7 +204,7 @@ ], "Names": { "GenerateName": [ - "azsmnet9019" + "azsmnet2835" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CreateServiceWithInvalidNameGivesUsefulMessage.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CreateServiceWithInvalidNameGivesUsefulMessage.json index 8bc674a94644..f420c4caf58a 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CreateServiceWithInvalidNameGivesUsefulMessage.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CreateServiceWithInvalidNameGivesUsefulMessage.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d0ba8e0f-f213-41a2-935c-b9d885918caf" + "abf99fb2-7c98-44f2-a514-a7161c200b69" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:24:43 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "39916f57-674a-41ad-a9e4-48a1f0334df6" + "8d0c986e-d9ed-4a81-9895-e65f1405510f" ], "x-ms-correlation-request-id": [ - "39916f57-674a-41ad-a9e4-48a1f0334df6" + "8d0c986e-d9ed-4a81-9895-e65f1405510f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223837Z:39916f57-674a-41ad-a9e4-48a1f0334df6" + "NORTHEUROPE:20200806T232444Z:8d0c986e-d9ed-4a81-9895-e65f1405510f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:37 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9536?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NTM2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8739?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NzM5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9c446443-7483-4aae-a45c-50a3a4152ee7" + "0a22d90b-16d5-4016-8eac-97f15e9dc5b8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:24:45 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "06b2bb0f-4925-463f-9458-6657de5e5424" + "c0342cf3-8b6b-4934-8270-133155446df2" ], "x-ms-correlation-request-id": [ - "06b2bb0f-4925-463f-9458-6657de5e5424" + "c0342cf3-8b6b-4934-8270-133155446df2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223838Z:06b2bb0f-4925-463f-9458-6657de5e5424" + "NORTHEUROPE:20200806T232445Z:c0342cf3-8b6b-4934-8270-133155446df2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:38 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9536\",\r\n \"name\": \"azsmnet9536\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8739\",\r\n \"name\": \"azsmnet8739\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9536/providers/Microsoft.Search/searchServices/----badname?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NTM2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzLy0tLS1iYWRuYW1lP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8739/providers/Microsoft.Search/searchServices/----badname?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzLy0tLS1iYWRuYW1lP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fa3f0ad7-ec3e-420a-a523-355e3d3f84e7" + "12a3adea-6547-40cc-816d-8daefe1c23f8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,36 +155,36 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 23:24:49 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "fa3f0ad7-ec3e-420a-a523-355e3d3f84e7" + "12a3adea-6547-40cc-816d-8daefe1c23f8" ], "request-id": [ - "fa3f0ad7-ec3e-420a-a523-355e3d3f84e7" + "12a3adea-6547-40cc-816d-8daefe1c23f8" ], "elapsed-time": [ - "8" + "6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1193" ], "x-ms-correlation-request-id": [ - "5b88167f-1883-42c2-b889-2e78b60b47c7" + "5d119d5f-4a33-4409-9748-4e0eaac93e26" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T223842Z:5b88167f-1883-42c2-b889-2e78b60b47c7" + "NORTHEUROPE:20200806T232449Z:5d119d5f-4a33-4409-9748-4e0eaac93e26" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 22:38:42 GMT" - ], "Content-Length": [ "275" ], @@ -204,7 +204,7 @@ ], "Names": { "GenerateName": [ - "azsmnet9536" + "azsmnet8739" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CreateStandardServicePollsAutomatically.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CreateStandardServicePollsAutomatically.json index e1758ff2498e..6e24a9f3d3fe 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CreateStandardServicePollsAutomatically.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/CreateStandardServicePollsAutomatically.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "63a1ce47-10bd-4a71-9799-07ac7c14a6ef" + "0116c12e-0254-4886-8426-f42108dc59d1" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:33:45 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "8643526a-c1ed-4fed-a014-79fc26d4fc66" + "4d879e5b-11d3-4144-82e2-e907d040e9ef" ], "x-ms-correlation-request-id": [ - "8643526a-c1ed-4fed-a014-79fc26d4fc66" + "4d879e5b-11d3-4144-82e2-e907d040e9ef" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232033Z:8643526a-c1ed-4fed-a014-79fc26d4fc66" + "NORTHEUROPE:20200807T003346Z:4d879e5b-11d3-4144-82e2-e907d040e9ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:20:33 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3387?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMzg3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet431?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MzE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d3795e75-e5ea-415a-9458-70c9511fe997" + "c9d84a8c-169e-4947-9223-9f7a55ee956b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:33:47 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "2e0f586d-fe4e-402f-9d30-369e712be0b9" + "bf48a7a2-ec3a-41d4-9cc4-fceb6bd95725" ], "x-ms-correlation-request-id": [ - "2e0f586d-fe4e-402f-9d30-369e712be0b9" + "bf48a7a2-ec3a-41d4-9cc4-fceb6bd95725" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232036Z:2e0f586d-fe4e-402f-9d30-369e712be0b9" + "NORTHEUROPE:20200807T003347Z:bf48a7a2-ec3a-41d4-9cc4-fceb6bd95725" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,11 +113,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:20:36 GMT" - ], "Content-Length": [ - "175" + "173" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387\",\r\n \"name\": \"azsmnet3387\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431\",\r\n \"name\": \"azsmnet431\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9c5b6d98-969f-4161-bbcc-1f7ead91d8d3" + "47b01d1a-c7a5-489b-b335-4a5779cb0743" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,41 +155,41 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:33:54 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "x-ms-request-id": [ - "9c5b6d98-969f-4161-bbcc-1f7ead91d8d3" + "47b01d1a-c7a5-489b-b335-4a5779cb0743" ], "request-id": [ - "9c5b6d98-969f-4161-bbcc-1f7ead91d8d3" + "47b01d1a-c7a5-489b-b335-4a5779cb0743" ], "elapsed-time": [ - "5679" + "3259" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1196" ], "x-ms-correlation-request-id": [ - "8f28f765-aaf1-431f-bca9-3834308e2321" + "8c2cb39d-5d71-4ded-9d35-b5d68a255daa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232045Z:8f28f765-aaf1-431f-bca9-3834308e2321" + "NORTHEUROPE:20200807T003354Z:8c2cb39d-5d71-4ded-9d35-b5d68a255daa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:20:44 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,19 +198,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -218,23 +218,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:34:24 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "fe4f002f-6b07-4574-932e-a8df9ea0c055" + "4c0ab556-1ecd-4290-983f-0dbf31ae9fee" ], "request-id": [ - "fe4f002f-6b07-4574-932e-a8df9ea0c055" + "4c0ab556-1ecd-4290-983f-0dbf31ae9fee" ], "elapsed-time": [ - "243" + "307" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -243,19 +246,16 @@ "14998" ], "x-ms-correlation-request-id": [ - "a69a0f5e-8d32-4333-bb80-0227588713b0" + "9647b1f0-21cc-4c3c-a525-9d1bc9203292" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232115Z:a69a0f5e-8d32-4333-bb80-0227588713b0" + "NORTHEUROPE:20200807T003425Z:9647b1f0-21cc-4c3c-a525-9d1bc9203292" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:21:15 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -264,19 +264,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -284,23 +284,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:34:55 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e2da97ff-880e-46e5-8b35-59ad566eafa4" + "1488b6ad-7bf1-46d9-9fab-e06beaa3a5d0" ], "request-id": [ - "e2da97ff-880e-46e5-8b35-59ad566eafa4" + "1488b6ad-7bf1-46d9-9fab-e06beaa3a5d0" ], "elapsed-time": [ - "73" + "362" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -309,19 +312,16 @@ "14997" ], "x-ms-correlation-request-id": [ - "aef4154f-4b99-4586-9685-cec63df61c67" + "c4239a1c-8839-4eeb-a8a6-f70012224398" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232146Z:aef4154f-4b99-4586-9685-cec63df61c67" + "NORTHEUROPE:20200807T003455Z:c4239a1c-8839-4eeb-a8a6-f70012224398" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:21:46 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -330,19 +330,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -350,23 +350,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:35:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b6b953c1-45c5-4f0a-a0bc-ce2d902ee501" + "a4a45656-b120-4f2a-bb15-1630fc28349b" ], "request-id": [ - "b6b953c1-45c5-4f0a-a0bc-ce2d902ee501" + "a4a45656-b120-4f2a-bb15-1630fc28349b" ], "elapsed-time": [ - "73" + "353" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -375,19 +378,16 @@ "14996" ], "x-ms-correlation-request-id": [ - "83c181bf-98f1-4dfe-8d80-d6720812b527" + "27d56d14-4eed-4ba1-a4a4-b0d4ca956843" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232216Z:83c181bf-98f1-4dfe-8d80-d6720812b527" + "NORTHEUROPE:20200807T003526Z:27d56d14-4eed-4ba1-a4a4-b0d4ca956843" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:22:16 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -396,19 +396,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -416,23 +416,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:35:56 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "96753681-60df-4cd2-a5dd-6261c380040b" + "5b1d14b8-ad80-4ebd-b854-7cd658c3fa93" ], "request-id": [ - "96753681-60df-4cd2-a5dd-6261c380040b" + "5b1d14b8-ad80-4ebd-b854-7cd658c3fa93" ], "elapsed-time": [ - "63" + "382" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -441,19 +444,16 @@ "14995" ], "x-ms-correlation-request-id": [ - "7c332fbd-d3d6-4b49-af7e-3a8d9fd05207" + "455d5185-3ef8-46d7-af54-f6a67ebcc959" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232246Z:7c332fbd-d3d6-4b49-af7e-3a8d9fd05207" + "NORTHEUROPE:20200807T003556Z:455d5185-3ef8-46d7-af54-f6a67ebcc959" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:22:46 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -462,19 +462,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -482,23 +482,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:36:26 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b519f490-2933-4dac-843c-8573c7b4265c" + "ad50d7e1-342b-4054-8099-333423c01966" ], "request-id": [ - "b519f490-2933-4dac-843c-8573c7b4265c" + "ad50d7e1-342b-4054-8099-333423c01966" ], "elapsed-time": [ - "188" + "358" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -507,19 +510,16 @@ "14994" ], "x-ms-correlation-request-id": [ - "7bd720e7-e221-483c-97ef-d3774bcc52d8" + "d8683df2-ad38-46c0-a139-d33362d2fdab" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232317Z:7bd720e7-e221-483c-97ef-d3774bcc52d8" + "NORTHEUROPE:20200807T003627Z:d8683df2-ad38-46c0-a139-d33362d2fdab" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:23:16 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -528,19 +528,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -548,23 +548,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:36:58 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a21165c9-0fdf-43db-b76c-4482ae7d5c6b" + "b31a44a0-e2a7-4db7-be5f-e805326a263c" ], "request-id": [ - "a21165c9-0fdf-43db-b76c-4482ae7d5c6b" + "b31a44a0-e2a7-4db7-be5f-e805326a263c" ], "elapsed-time": [ - "59" + "476" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -573,19 +576,16 @@ "14993" ], "x-ms-correlation-request-id": [ - "53d286ee-4638-4019-80eb-49a716bac12a" + "ac4bccf2-c39c-4910-a14c-5d5a9ad6a342" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232347Z:53d286ee-4638-4019-80eb-49a716bac12a" + "NORTHEUROPE:20200807T003658Z:ac4bccf2-c39c-4910-a14c-5d5a9ad6a342" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:23:47 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -594,19 +594,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -614,23 +614,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:37:29 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b30f096b-19c4-404a-b332-4d139fb29c0d" + "607f976b-25fe-4359-87ac-1de59f689150" ], "request-id": [ - "b30f096b-19c4-404a-b332-4d139fb29c0d" + "607f976b-25fe-4359-87ac-1de59f689150" ], "elapsed-time": [ - "75" + "342" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -639,19 +642,16 @@ "14992" ], "x-ms-correlation-request-id": [ - "a20b3663-cd19-4ebc-b829-c3edd9297f25" + "ec7a2356-00da-4ff1-aca6-66be4a79f22e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232418Z:a20b3663-cd19-4ebc-b829-c3edd9297f25" + "NORTHEUROPE:20200807T003729Z:ec7a2356-00da-4ff1-aca6-66be4a79f22e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:24:17 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -660,19 +660,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -680,23 +680,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:37:59 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0a874bc6-6d7f-420f-a3d1-d98b02816a1f" + "64b09267-012c-4d7b-a9ad-5dd7aa584df8" ], "request-id": [ - "0a874bc6-6d7f-420f-a3d1-d98b02816a1f" + "64b09267-012c-4d7b-a9ad-5dd7aa584df8" ], "elapsed-time": [ - "71" + "350" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -705,19 +708,16 @@ "14991" ], "x-ms-correlation-request-id": [ - "4f094262-458e-473a-95a2-a3c4e3a7440b" + "1f64c246-6761-4051-ac40-229de57add43" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232449Z:4f094262-458e-473a-95a2-a3c4e3a7440b" + "NORTHEUROPE:20200807T003759Z:1f64c246-6761-4051-ac40-229de57add43" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:24:48 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -726,19 +726,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -746,23 +746,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:38:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2c14aa67-dffc-4975-aa59-8fe87b41a207" + "a0e433fd-2947-4cff-8217-3b620711dbf5" ], "request-id": [ - "2c14aa67-dffc-4975-aa59-8fe87b41a207" + "a0e433fd-2947-4cff-8217-3b620711dbf5" ], "elapsed-time": [ - "251" + "619" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -771,19 +774,16 @@ "14990" ], "x-ms-correlation-request-id": [ - "5d69391d-a54f-4bf3-8fc1-2f5fa2a78b07" + "75e146ce-7cd7-4f68-a0c0-8bda31ae0870" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232520Z:5d69391d-a54f-4bf3-8fc1-2f5fa2a78b07" + "NORTHEUROPE:20200807T003831Z:75e146ce-7cd7-4f68-a0c0-8bda31ae0870" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:25:19 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -792,19 +792,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -812,23 +812,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:39:01 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b21c384f-b5db-49c4-a804-1364259dba67" + "81ab6234-6b1e-4951-87bb-2ae85b9ed74d" ], "request-id": [ - "b21c384f-b5db-49c4-a804-1364259dba67" + "81ab6234-6b1e-4951-87bb-2ae85b9ed74d" ], "elapsed-time": [ - "62" + "365" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -837,19 +840,16 @@ "14989" ], "x-ms-correlation-request-id": [ - "de471be7-c8fc-4254-b518-3f2b6d833a98" + "c84c32bc-acec-4731-97fe-c2957e798f11" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232550Z:de471be7-c8fc-4254-b518-3f2b6d833a98" + "NORTHEUROPE:20200807T003902Z:c84c32bc-acec-4731-97fe-c2957e798f11" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:25:50 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -858,19 +858,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -878,23 +878,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:39:31 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "20ae747f-0fcb-4ebd-a645-b54e9b453471" + "8288dd8c-35b1-4c1b-b66c-61e2603fa7f3" ], "request-id": [ - "20ae747f-0fcb-4ebd-a645-b54e9b453471" + "8288dd8c-35b1-4c1b-b66c-61e2603fa7f3" ], "elapsed-time": [ - "61" + "311" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -903,19 +906,16 @@ "14988" ], "x-ms-correlation-request-id": [ - "b726eb2d-2f89-4c01-a47c-c58e03fb8ffe" + "f682699b-4ee9-43ac-8785-3bf746006bf0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232620Z:b726eb2d-2f89-4c01-a47c-c58e03fb8ffe" + "NORTHEUROPE:20200807T003932Z:f682699b-4ee9-43ac-8785-3bf746006bf0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:26:19 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -924,19 +924,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -944,23 +944,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:40:03 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9d109575-7090-4fda-9ee1-46ad743f93ad" + "9d415aee-a220-4cd9-8984-4cbf1ec3a8c0" ], "request-id": [ - "9d109575-7090-4fda-9ee1-46ad743f93ad" + "9d415aee-a220-4cd9-8984-4cbf1ec3a8c0" ], "elapsed-time": [ - "61" + "322" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -969,19 +972,16 @@ "14987" ], "x-ms-correlation-request-id": [ - "5329b2c2-927d-4060-a98a-07d7cf15c3ad" + "e4076222-ab0a-4310-9e04-e10dfa34f60d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232651Z:5329b2c2-927d-4060-a98a-07d7cf15c3ad" + "NORTHEUROPE:20200807T004003Z:e4076222-ab0a-4310-9e04-e10dfa34f60d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:26:51 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -990,19 +990,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1010,23 +1010,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:40:33 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "05ebf025-ef42-4e98-ab1f-8b7518441aa9" + "d3955943-308b-44a8-9208-b678098acabc" ], "request-id": [ - "05ebf025-ef42-4e98-ab1f-8b7518441aa9" + "d3955943-308b-44a8-9208-b678098acabc" ], "elapsed-time": [ - "203" + "467" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1035,19 +1038,16 @@ "14986" ], "x-ms-correlation-request-id": [ - "01649d81-ea69-4d80-bfe3-7b125fe66cc5" + "1909c865-fcd0-4c4f-b4f4-612ee79de568" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232722Z:01649d81-ea69-4d80-bfe3-7b125fe66cc5" + "NORTHEUROPE:20200807T004034Z:1909c865-fcd0-4c4f-b4f4-612ee79de568" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:27:22 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1056,19 +1056,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1076,23 +1076,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:41:04 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7e3a7e4e-bbc2-4f13-9aa7-7c977078f94c" + "91811ad9-3d07-41e1-a020-522e7553ef43" ], "request-id": [ - "7e3a7e4e-bbc2-4f13-9aa7-7c977078f94c" + "91811ad9-3d07-41e1-a020-522e7553ef43" ], "elapsed-time": [ - "61" + "341" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1101,19 +1104,16 @@ "14985" ], "x-ms-correlation-request-id": [ - "3a347901-1c37-440c-b705-a025604fb021" + "0ebc8958-818f-4966-9403-f6d6b7841e9e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232752Z:3a347901-1c37-440c-b705-a025604fb021" + "NORTHEUROPE:20200807T004104Z:0ebc8958-818f-4966-9403-f6d6b7841e9e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:27:52 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1122,19 +1122,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1142,23 +1142,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:41:34 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "79f1330f-646c-4f9e-a127-4a930930aed9" + "793a3755-d0b7-4b5f-a8c8-0f35dd7bb9c6" ], "request-id": [ - "79f1330f-646c-4f9e-a127-4a930930aed9" + "793a3755-d0b7-4b5f-a8c8-0f35dd7bb9c6" ], "elapsed-time": [ - "65" + "331" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1167,19 +1170,16 @@ "14984" ], "x-ms-correlation-request-id": [ - "31831ce6-cf42-42c5-aeb7-dc64490af0f4" + "cccc6f30-b57c-4b60-a36b-f6c489d75452" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232822Z:31831ce6-cf42-42c5-aeb7-dc64490af0f4" + "NORTHEUROPE:20200807T004135Z:cccc6f30-b57c-4b60-a36b-f6c489d75452" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:28:22 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1188,19 +1188,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1208,23 +1208,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:42:05 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7498fece-25a1-490d-85ae-c636173a554e" + "3a61f748-9447-4761-b1df-01bff6107eb1" ], "request-id": [ - "7498fece-25a1-490d-85ae-c636173a554e" + "3a61f748-9447-4761-b1df-01bff6107eb1" ], "elapsed-time": [ - "62" + "305" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1233,19 +1236,16 @@ "14983" ], "x-ms-correlation-request-id": [ - "3e9d1706-0fd7-433d-9e5b-6454951ebb19" + "1ad12f25-0ef9-446c-a625-3e0892eef942" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232853Z:3e9d1706-0fd7-433d-9e5b-6454951ebb19" + "NORTHEUROPE:20200807T004205Z:1ad12f25-0ef9-446c-a625-3e0892eef942" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:28:53 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1254,19 +1254,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1274,23 +1274,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:42:36 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3a1fb5b9-d0e0-406c-9c6c-38d8f3791d4c" + "59effebe-9c7a-4b40-8724-28ee0696ef9d" ], "request-id": [ - "3a1fb5b9-d0e0-406c-9c6c-38d8f3791d4c" + "59effebe-9c7a-4b40-8724-28ee0696ef9d" ], "elapsed-time": [ - "70" + "509" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1299,19 +1302,16 @@ "14982" ], "x-ms-correlation-request-id": [ - "ee0ba3c4-9b2a-46c3-bc25-9d05e3dc7619" + "a43feffd-d7b3-4a93-83f7-e9240a762411" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232923Z:ee0ba3c4-9b2a-46c3-bc25-9d05e3dc7619" + "NORTHEUROPE:20200807T004236Z:a43feffd-d7b3-4a93-83f7-e9240a762411" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:29:23 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1320,19 +1320,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1340,23 +1340,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:43:07 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4c548186-58eb-4357-a6f2-ba7aff1e80f4" + "32fe5bd5-72c7-424b-86d9-71299dedfcc3" ], "request-id": [ - "4c548186-58eb-4357-a6f2-ba7aff1e80f4" + "32fe5bd5-72c7-424b-86d9-71299dedfcc3" ], "elapsed-time": [ - "56" + "430" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1365,19 +1368,16 @@ "14981" ], "x-ms-correlation-request-id": [ - "62703d93-5087-49b6-a01d-dc152c86dd7b" + "e09c1833-c3a4-4004-b641-2b05ee62225e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T232954Z:62703d93-5087-49b6-a01d-dc152c86dd7b" + "NORTHEUROPE:20200807T004307Z:e09c1833-c3a4-4004-b641-2b05ee62225e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:29:54 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1386,19 +1386,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1406,23 +1406,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:43:37 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "fa3d4ba2-6666-4af5-a1aa-5f27679c6887" + "1ea83e44-0a70-4370-9e3c-2a35ed3ea4f0" ], "request-id": [ - "fa3d4ba2-6666-4af5-a1aa-5f27679c6887" + "1ea83e44-0a70-4370-9e3c-2a35ed3ea4f0" ], "elapsed-time": [ - "61" + "309" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1431,19 +1434,16 @@ "14980" ], "x-ms-correlation-request-id": [ - "3ebfaa13-57e2-4e72-bd0b-b8fc9d14cf6a" + "fc13121c-eed3-4e86-8589-fdfb90c723fe" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233026Z:3ebfaa13-57e2-4e72-bd0b-b8fc9d14cf6a" + "NORTHEUROPE:20200807T004337Z:fc13121c-eed3-4e86-8589-fdfb90c723fe" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:30:25 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1452,19 +1452,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1472,23 +1472,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:44:08 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "aa32841e-69ab-482c-a318-8b6868a72556" + "5808f0de-6cbd-4092-acb0-23375200cca4" ], "request-id": [ - "aa32841e-69ab-482c-a318-8b6868a72556" + "5808f0de-6cbd-4092-acb0-23375200cca4" ], "elapsed-time": [ - "60" + "321" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1497,19 +1500,16 @@ "14979" ], "x-ms-correlation-request-id": [ - "01266eff-398b-4306-a52c-d19ad64c79b9" + "2b2de433-8a2e-4791-b091-504f3c98a7d0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233056Z:01266eff-398b-4306-a52c-d19ad64c79b9" + "NORTHEUROPE:20200807T004409Z:2b2de433-8a2e-4791-b091-504f3c98a7d0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:30:55 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1518,19 +1518,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1538,23 +1538,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:44:39 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3299f035-48f8-415e-983b-19776f170992" + "797a236f-12a1-4997-9b80-9357418b928e" ], "request-id": [ - "3299f035-48f8-415e-983b-19776f170992" + "797a236f-12a1-4997-9b80-9357418b928e" ], "elapsed-time": [ - "180" + "763" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1563,19 +1566,16 @@ "14978" ], "x-ms-correlation-request-id": [ - "cd3fc26d-5375-4adb-8903-a89b96ae7c24" + "35ac485d-d8fa-45a1-b7ab-66f51fc9bce5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233127Z:cd3fc26d-5375-4adb-8903-a89b96ae7c24" + "NORTHEUROPE:20200807T004440Z:35ac485d-d8fa-45a1-b7ab-66f51fc9bce5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:31:26 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1584,19 +1584,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1604,23 +1604,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:45:10 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3caaaf3e-4d38-4ccb-8866-afd3ef1edad1" + "a5a015f7-7cfc-487b-8200-544520f55e5d" ], "request-id": [ - "3caaaf3e-4d38-4ccb-8866-afd3ef1edad1" + "a5a015f7-7cfc-487b-8200-544520f55e5d" ], "elapsed-time": [ - "62" + "404" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1629,19 +1632,16 @@ "14977" ], "x-ms-correlation-request-id": [ - "2b63b065-145e-4604-b994-6ac551941720" + "583c55d1-563a-4926-b626-a95731ac32f4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233157Z:2b63b065-145e-4604-b994-6ac551941720" + "NORTHEUROPE:20200807T004510Z:583c55d1-563a-4926-b626-a95731ac32f4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:31:56 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1650,19 +1650,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1670,23 +1670,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:45:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f12fdba3-cbcb-4a77-b314-f8abcd5551d0" + "43fc70f6-47be-4266-bcd4-b3517e784dfb" ], "request-id": [ - "f12fdba3-cbcb-4a77-b314-f8abcd5551d0" + "43fc70f6-47be-4266-bcd4-b3517e784dfb" ], "elapsed-time": [ - "106" + "322" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1695,19 +1698,16 @@ "14976" ], "x-ms-correlation-request-id": [ - "b60da0c4-f7de-4a1f-9d9b-b31fffc98fa3" + "08064fb7-4b14-41f0-b91c-e3075bfe3999" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233227Z:b60da0c4-f7de-4a1f-9d9b-b31fffc98fa3" + "NORTHEUROPE:20200807T004541Z:08064fb7-4b14-41f0-b91c-e3075bfe3999" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:32:27 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1716,19 +1716,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1736,23 +1736,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:46:11 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "651d9177-9a69-4b40-b7c0-75dc342287bb" + "d31f3b1f-54dc-4710-b470-48cf85210c11" ], "request-id": [ - "651d9177-9a69-4b40-b7c0-75dc342287bb" + "d31f3b1f-54dc-4710-b470-48cf85210c11" ], "elapsed-time": [ - "64" + "413" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1761,19 +1764,16 @@ "14975" ], "x-ms-correlation-request-id": [ - "03a8fb87-1487-43d3-af87-824e8b8c68dd" + "cb9d0fde-43aa-440f-a8e2-213dd5df20db" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233258Z:03a8fb87-1487-43d3-af87-824e8b8c68dd" + "NORTHEUROPE:20200807T004612Z:cb9d0fde-43aa-440f-a8e2-213dd5df20db" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:32:58 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1782,19 +1782,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1802,23 +1802,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:46:41 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5899e26d-0012-4d25-8822-ccb74b6633f4" + "37bf6d7d-ff44-4da4-b119-4264e2e59a5c" ], "request-id": [ - "5899e26d-0012-4d25-8822-ccb74b6633f4" + "37bf6d7d-ff44-4da4-b119-4264e2e59a5c" ], "elapsed-time": [ - "88" + "343" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1827,19 +1830,16 @@ "14974" ], "x-ms-correlation-request-id": [ - "54e0caee-af0d-40a7-bdff-b88414b1c888" + "62119286-8297-4dbe-ab9b-c1b8aed1869a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233328Z:54e0caee-af0d-40a7-bdff-b88414b1c888" + "NORTHEUROPE:20200807T004642Z:62119286-8297-4dbe-ab9b-c1b8aed1869a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:33:27 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1848,19 +1848,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1868,23 +1868,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:47:12 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2d79452b-b6d0-462d-a9d0-c419800e5e04" + "7b55ef5c-783a-4c8f-b63a-e628021595cc" ], "request-id": [ - "2d79452b-b6d0-462d-a9d0-c419800e5e04" + "7b55ef5c-783a-4c8f-b63a-e628021595cc" ], "elapsed-time": [ - "68" + "362" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1893,19 +1896,16 @@ "14973" ], "x-ms-correlation-request-id": [ - "de360441-dc58-4011-97e0-c09028101433" + "cb6889d7-d347-4133-9661-676af2f535ec" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233401Z:de360441-dc58-4011-97e0-c09028101433" + "NORTHEUROPE:20200807T004713Z:cb6889d7-d347-4133-9661-676af2f535ec" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:34:01 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1914,19 +1914,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1934,23 +1934,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:47:43 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7cb69219-e5a1-4fe7-a167-201d089a4984" + "ac2ff33e-b653-4bce-b23a-bb920025aff3" ], "request-id": [ - "7cb69219-e5a1-4fe7-a167-201d089a4984" + "ac2ff33e-b653-4bce-b23a-bb920025aff3" ], "elapsed-time": [ - "62" + "411" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1959,19 +1962,16 @@ "14972" ], "x-ms-correlation-request-id": [ - "e821be57-6d79-474d-8685-53c56a039ae3" + "5ae84847-7da7-49c8-bd18-062f960be9e4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233432Z:e821be57-6d79-474d-8685-53c56a039ae3" + "NORTHEUROPE:20200807T004743Z:5ae84847-7da7-49c8-bd18-062f960be9e4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:34:32 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1980,19 +1980,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2000,23 +2000,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:48:15 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5b23e925-c16b-47e6-9b36-e10f37c0707b" + "0bdc16b9-c4cc-4e21-ab70-3fa8fb419bf8" ], "request-id": [ - "5b23e925-c16b-47e6-9b36-e10f37c0707b" + "0bdc16b9-c4cc-4e21-ab70-3fa8fb419bf8" ], "elapsed-time": [ - "1298" + "312" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2025,19 +2028,16 @@ "14971" ], "x-ms-correlation-request-id": [ - "41b728cf-3b27-480a-889a-fbb3989a0eff" + "aa581d22-5898-4823-8953-854399030d98" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233503Z:41b728cf-3b27-480a-889a-fbb3989a0eff" + "NORTHEUROPE:20200807T004816Z:aa581d22-5898-4823-8953-854399030d98" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:35:02 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2046,19 +2046,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2066,110 +2066,44 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ed8ee5bc-ce2e-4c9a-b64c-fea63d1f5bf8" - ], - "request-id": [ - "ed8ee5bc-ce2e-4c9a-b64c-fea63d1f5bf8" - ], - "elapsed-time": [ - "74" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-correlation-request-id": [ - "87ece6cd-baf1-42b0-aff5-85552b3ab36f" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233534Z:87ece6cd-baf1-42b0-aff5-85552b3ab36f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 23:35:34 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Fri, 07 Aug 2020 00:48:46 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "03e337a2-8496-4092-a538-d0f6343baa90" + "204381e0-0889-4cfd-8581-4c434d94168c" ], "request-id": [ - "03e337a2-8496-4092-a538-d0f6343baa90" + "204381e0-0889-4cfd-8581-4c434d94168c" ], "elapsed-time": [ - "66" + "396" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" + "14970" ], "x-ms-correlation-request-id": [ - "2013e6a2-40af-4c1c-881e-4992e461ffa7" + "05146b2a-4c6c-413e-bdd0-0c37cc13dfaa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233604Z:2013e6a2-40af-4c1c-881e-4992e461ffa7" + "NORTHEUROPE:20200807T004846Z:05146b2a-4c6c-413e-bdd0-0c37cc13dfaa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:36:03 GMT" - ], "Content-Length": [ - "541" + "540" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2178,19 +2112,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2198,110 +2132,44 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ea646703-1e60-4b34-a0cd-c5e05b8f0ca2" - ], - "request-id": [ - "ea646703-1e60-4b34-a0cd-c5e05b8f0ca2" - ], - "elapsed-time": [ - "61" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-correlation-request-id": [ - "f93a7832-eabb-4e5a-bc2f-70433e399cca" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233634Z:f93a7832-eabb-4e5a-bc2f-70433e399cca" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Thu, 28 May 2020 23:36:34 GMT" - ], - "Content-Length": [ - "541" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"provisioning\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"provisioning\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28801.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Fri, 07 Aug 2020 00:49:16 GMT" ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A20%3A44.6331606Z'\"" + "W/\"datetime'2020-08-07T00%3A33%3A53.0827891Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "908acfdf-82ac-49fa-8a62-8143a175598e" + "a0bfd084-1ceb-4e49-8200-9b321d04b06c" ], "request-id": [ - "908acfdf-82ac-49fa-8a62-8143a175598e" + "a0bfd084-1ceb-4e49-8200-9b321d04b06c" ], "elapsed-time": [ - "125" + "375" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" + "14969" ], "x-ms-correlation-request-id": [ - "d66ece5a-4ea6-42e7-a95a-cf0a124030b6" + "b3f06485-cd2d-4866-8205-90e38e033f64" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233705Z:d66ece5a-4ea6-42e7-a95a-cf0a124030b6" + "NORTHEUROPE:20200807T004917Z:b3f06485-cd2d-4866-8205-90e38e033f64" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:05 GMT" - ], "Content-Length": [ - "533" + "532" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2310,25 +2178,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879\",\r\n \"name\": \"azs-2879\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665\",\r\n \"name\": \"azs-1665\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 2,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3387/providers/Microsoft.Search/searchServices/azs-2879?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet431/providers/Microsoft.Search/searchServices/azs-1665?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE2NjU/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e19c4a6-96dc-40e9-9079-6adb17fe0c89" + "ec6fdd29-b9e8-4d47-a9cc-74444f922b1d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -2336,17 +2204,20 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:49:20 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "1e19c4a6-96dc-40e9-9079-6adb17fe0c89" + "ec6fdd29-b9e8-4d47-a9cc-74444f922b1d" ], "request-id": [ - "1e19c4a6-96dc-40e9-9079-6adb17fe0c89" + "ec6fdd29-b9e8-4d47-a9cc-74444f922b1d" ], "elapsed-time": [ - "843" + "895" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2355,22 +2226,19 @@ "14999" ], "x-ms-correlation-request-id": [ - "1bc947bf-5bbd-46c7-9965-08cb3f4324ae" + "a89cc0e2-e9db-4792-abe7-3d8fa243623f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233708Z:1bc947bf-5bbd-46c7-9965-08cb3f4324ae" + "NORTHEUROPE:20200807T004921Z:a89cc0e2-e9db-4792-abe7-3d8fa243623f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:08 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2379,10 +2247,10 @@ ], "Names": { "GenerateName": [ - "azsmnet3387" + "azsmnet431" ], "GenerateServiceName": [ - "azs-2879" + "azs-1665" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/DeleteServiceIsIdempotent.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/DeleteServiceIsIdempotent.json index 118f0f6d21d4..e8720ae9d1cb 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/DeleteServiceIsIdempotent.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/DeleteServiceIsIdempotent.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ad971081-5b63-4b1f-b42e-26c508d07dc8" + "8e49b443-e5dd-43e6-b6e1-1493a340be57" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:42:09 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "775deb35-a8c8-4e00-a57f-67a109ebb5c9" + "f51ad20d-7096-4013-9f7a-b09f05256a51" ], "x-ms-correlation-request-id": [ - "775deb35-a8c8-4e00-a57f-67a109ebb5c9" + "f51ad20d-7096-4013-9f7a-b09f05256a51" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214452Z:775deb35-a8c8-4e00-a57f-67a109ebb5c9" + "NORTHEUROPE:20200806T224210Z:f51ad20d-7096-4013-9f7a-b09f05256a51" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:44:52 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5344?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MzQ0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1040?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMDQwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d70c71f2-7b3f-4059-b619-d14cf3897143" + "bc3d21bb-040b-43b7-9527-971030eccdf3" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:42:11 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "862c2c12-7c84-46ed-a0f1-3fcfe5613319" + "4f8c3d19-f7c8-4392-920b-f3507a0fef94" ], "x-ms-correlation-request-id": [ - "862c2c12-7c84-46ed-a0f1-3fcfe5613319" + "4f8c3d19-f7c8-4392-920b-f3507a0fef94" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214453Z:862c2c12-7c84-46ed-a0f1-3fcfe5613319" + "NORTHEUROPE:20200806T224211Z:4f8c3d19-f7c8-4392-920b-f3507a0fef94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:44:53 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5344\",\r\n \"name\": \"azsmnet5344\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1040\",\r\n \"name\": \"azsmnet1040\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5344/providers/Microsoft.Search/searchServices/azs-1484?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MzQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDg0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1040/providers/Microsoft.Search/searchServices/azs-6274?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Mjc0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d1b8295b-edc1-4df8-9aef-055520da3900" + "cb922fe5-6816-4180-b08f-07766464da4f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,20 +155,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:42:18 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T21%3A44%3A58.0222086Z'\"" + "W/\"datetime'2020-08-06T22%3A42%3A17.1741503Z'\"" ], "x-ms-request-id": [ - "d1b8295b-edc1-4df8-9aef-055520da3900" + "cb922fe5-6816-4180-b08f-07766464da4f" ], "request-id": [ - "d1b8295b-edc1-4df8-9aef-055520da3900" + "cb922fe5-6816-4180-b08f-07766464da4f" ], "elapsed-time": [ - "936" + "1412" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,17 +180,14 @@ "1199" ], "x-ms-correlation-request-id": [ - "e0a195e9-a2d0-4ba4-ad20-48d9c3d2d49a" + "9959a635-bcc8-4353-b6f8-35dab4fcce0c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214458Z:e0a195e9-a2d0-4ba4-ad20-48d9c3d2d49a" + "NORTHEUROPE:20200806T224218Z:9959a635-bcc8-4353-b6f8-35dab4fcce0c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:44:58 GMT" - ], "Content-Length": [ "529" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5344/providers/Microsoft.Search/searchServices/azs-1484\",\r\n \"name\": \"azs-1484\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1040/providers/Microsoft.Search/searchServices/azs-6274\",\r\n \"name\": \"azs-6274\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5344/providers/Microsoft.Search/searchServices/azs-1484?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MzQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDg0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1040/providers/Microsoft.Search/searchServices/azs-6274?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Mjc0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "304cf103-6a97-4314-990f-0f1923777fd0" + "e7bfb523-4690-4703-89ba-ac636bbb04af" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -224,17 +224,20 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:42:20 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "304cf103-6a97-4314-990f-0f1923777fd0" + "e7bfb523-4690-4703-89ba-ac636bbb04af" ], "request-id": [ - "304cf103-6a97-4314-990f-0f1923777fd0" + "e7bfb523-4690-4703-89ba-ac636bbb04af" ], "elapsed-time": [ - "672" + "637" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -243,43 +246,40 @@ "14999" ], "x-ms-correlation-request-id": [ - "f9eff242-236c-4e24-8b1d-a35e4eba8e93" + "c1640c87-a819-457e-a42e-72012cd9e25a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214501Z:f9eff242-236c-4e24-8b1d-a35e4eba8e93" + "NORTHEUROPE:20200806T224221Z:c1640c87-a819-457e-a42e-72012cd9e25a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:45:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5344/providers/Microsoft.Search/searchServices/azs-1484?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MzQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDg0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1040/providers/Microsoft.Search/searchServices/azs-6274?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Mjc0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e5437e0-a468-42a7-823a-0267902cfed0" + "b117a789-cb33-4f58-938b-6d175456b26e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -287,6 +287,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Thu, 06 Aug 2020 22:42:22 GMT" + ], "Pragma": [ "no-cache" ], @@ -294,13 +297,13 @@ "14998" ], "x-ms-request-id": [ - "58c00b7c-622f-4ef5-a9b3-ef2b8ffe35bb" + "0f64e574-0b7f-45db-9989-7f6b768a2f2d" ], "x-ms-correlation-request-id": [ - "58c00b7c-622f-4ef5-a9b3-ef2b8ffe35bb" + "0f64e574-0b7f-45db-9989-7f6b768a2f2d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T214501Z:58c00b7c-622f-4ef5-a9b3-ef2b8ffe35bb" + "NORTHEUROPE:20200806T224221Z:0f64e574-0b7f-45db-9989-7f6b768a2f2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -308,9 +311,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 21:45:01 GMT" - ], "Expires": [ "-1" ] @@ -321,10 +321,10 @@ ], "Names": { "GenerateName": [ - "azsmnet5344" + "azsmnet1040" ], "GenerateServiceName": [ - "azs-1484" + "azs-6274" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/UpdateServiceWithInvalidNameGivesNotFound.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/UpdateServiceWithInvalidNameGivesNotFound.json index a4cf4e72c566..0add461a756e 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/UpdateServiceWithInvalidNameGivesNotFound.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/UpdateServiceWithInvalidNameGivesNotFound.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5431ee4a-e2e7-4a49-bf5e-469266442ac0" + "02a6f7c3-ffc7-46af-b7d2-1e3175c1816a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:49:42 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1198" ], "x-ms-request-id": [ - "b6b68954-bdc7-44e3-b2c3-f11754b6796d" + "c4a59f69-1b60-41e8-8778-21d131047de0" ], "x-ms-correlation-request-id": [ - "b6b68954-bdc7-44e3-b2c3-f11754b6796d" + "c4a59f69-1b60-41e8-8778-21d131047de0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233726Z:b6b68954-bdc7-44e3-b2c3-f11754b6796d" + "NORTHEUROPE:20200807T004943Z:c4a59f69-1b60-41e8-8778-21d131047de0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:25 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7748?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NzQ4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3771?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNzcxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0915fa3f-d380-4b8c-b703-38df5c88e608" + "d232675d-6664-44fb-8bca-c8e0ba184a7a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:49:43 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1198" ], "x-ms-request-id": [ - "a76481b8-af8b-4c02-bba3-96f5d8622f36" + "bda0d76d-4af0-4dbd-ab89-1622cbd1609f" ], "x-ms-correlation-request-id": [ - "a76481b8-af8b-4c02-bba3-96f5d8622f36" + "bda0d76d-4af0-4dbd-ab89-1622cbd1609f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233727Z:a76481b8-af8b-4c02-bba3-96f5d8622f36" + "NORTHEUROPE:20200807T004944Z:bda0d76d-4af0-4dbd-ab89-1622cbd1609f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:26 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7748\",\r\n \"name\": \"azsmnet7748\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3771\",\r\n \"name\": \"azsmnet3771\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7748/providers/Microsoft.Search/searchServices/missing?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL21pc3Npbmc/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3771/providers/Microsoft.Search/searchServices/missing?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNzcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL21pc3Npbmc/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{}", "RequestHeaders": { "x-ms-client-request-id": [ - "193ad1fb-93e2-4733-adbd-a7f45d7cdd99" + "7b8183e0-08be-4de8-a57a-37f43aa7248e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,6 +155,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:49:45 GMT" + ], "Pragma": [ "no-cache" ], @@ -162,13 +165,13 @@ "gateway" ], "x-ms-request-id": [ - "1966824b-9940-4fd0-8b74-09328b11853d" + "402796ed-bd31-46ce-9edf-e5bdc2fa1c7d" ], "x-ms-correlation-request-id": [ - "1966824b-9940-4fd0-8b74-09328b11853d" + "402796ed-bd31-46ce-9edf-e5bdc2fa1c7d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233728Z:1966824b-9940-4fd0-8b74-09328b11853d" + "NORTHEUROPE:20200807T004946Z:402796ed-bd31-46ce-9edf-e5bdc2fa1c7d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -176,26 +179,23 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:37:28 GMT" + "Content-Length": [ + "222" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "154" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Search/searchServices/missing' under resource group 'azsmnet7748' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Search/searchServices/missing' under resource group 'azsmnet3771' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 } ], "Names": { "GenerateName": [ - "azsmnet7748" + "azsmnet3771" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/UpdatingImmutablePropertiesThrowsCloudException.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/UpdatingImmutablePropertiesThrowsCloudException.json index a47dd7fc22b2..dc574931cbf4 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/UpdatingImmutablePropertiesThrowsCloudException.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SearchServiceTests/UpdatingImmutablePropertiesThrowsCloudException.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aef1cec4-4578-46ac-b875-01d29c54ca0a" + "22d725cb-97fb-4a0b-b4de-126abd29d63f" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:36 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "1199" ], "x-ms-request-id": [ - "c31cc2f3-e101-4282-831b-fd6ed5798d15" + "fcd2a973-41b7-447e-ba6d-4bf9a6644f13" ], "x-ms-correlation-request-id": [ - "c31cc2f3-e101-4282-831b-fd6ed5798d15" + "fcd2a973-41b7-447e-ba6d-4bf9a6644f13" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233815Z:c31cc2f3-e101-4282-831b-fd6ed5798d15" + "NORTHEUROPE:20200807T005036Z:fcd2a973-41b7-447e-ba6d-4bf9a6644f13" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,11 +47,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:38:14 GMT" - ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2955?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyOTU1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7725?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NzI1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e82f3fb8-854f-459b-9665-e09077fc5d5e" + "9edcc127-d170-4524-b47f-b2c7275be2a0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:37 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "e7839f6b-0bb7-4dbc-b4b5-c4b86ebb9875" + "5dbc1074-5aeb-4c96-aa70-bcb9afaca7e5" ], "x-ms-correlation-request-id": [ - "e7839f6b-0bb7-4dbc-b4b5-c4b86ebb9875" + "5dbc1074-5aeb-4c96-aa70-bcb9afaca7e5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233816Z:e7839f6b-0bb7-4dbc-b4b5-c4b86ebb9875" + "NORTHEUROPE:20200807T005038Z:5dbc1074-5aeb-4c96-aa70-bcb9afaca7e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:38:16 GMT" - ], "Content-Length": [ "175" ], @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2955\",\r\n \"name\": \"azsmnet2955\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7725\",\r\n \"name\": \"azsmnet7725\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2955/providers/Microsoft.Search/searchServices/azs-7851?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODUxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7725/providers/Microsoft.Search/searchServices/azs-7507?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"EastUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7b0085e8-2970-49f2-83c1-5d53e471be33" + "7ab1b131-a4b5-4c39-9bcb-94cb5859ed58" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -155,20 +155,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:44 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A38%3A20.3120766Z'\"" + "W/\"datetime'2020-08-07T00%3A50%3A43.5606932Z'\"" ], "x-ms-request-id": [ - "7b0085e8-2970-49f2-83c1-5d53e471be33" + "7ab1b131-a4b5-4c39-9bcb-94cb5859ed58" ], "request-id": [ - "7b0085e8-2970-49f2-83c1-5d53e471be33" + "7ab1b131-a4b5-4c39-9bcb-94cb5859ed58" ], "elapsed-time": [ - "887" + "1484" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,17 +180,14 @@ "1199" ], "x-ms-correlation-request-id": [ - "cb948096-9846-4979-a316-2510db63c087" + "00240737-731b-4831-90c9-bd98110d9d3d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233821Z:cb948096-9846-4979-a316-2510db63c087" + "NORTHEUROPE:20200807T005044Z:00240737-731b-4831-90c9-bd98110d9d3d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:38:20 GMT" - ], "Content-Length": [ "529" ], @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2955/providers/Microsoft.Search/searchServices/azs-7851\",\r\n \"name\": \"azs-7851\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7725/providers/Microsoft.Search/searchServices/azs-7507\",\r\n \"name\": \"azs-7507\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2955/providers/Microsoft.Search/searchServices/azs-7851?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODUxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7725/providers/Microsoft.Search/searchServices/azs-7507?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"hostingMode\": \"highDensity\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4dc1002d-f855-4393-a7ef-e7df1e10a537" + "ff739a1a-a1b0-4f7a-9faa-4e937cb8cebe" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -230,17 +230,20 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:44 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "4dc1002d-f855-4393-a7ef-e7df1e10a537" + "ff739a1a-a1b0-4f7a-9faa-4e937cb8cebe" ], "request-id": [ - "4dc1002d-f855-4393-a7ef-e7df1e10a537" + "ff739a1a-a1b0-4f7a-9faa-4e937cb8cebe" ], "elapsed-time": [ - "62" + "80" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -249,17 +252,14 @@ "1198" ], "x-ms-correlation-request-id": [ - "cb03be86-b7ed-4245-89c6-a0d482d753ed" + "0840f5a7-cdaa-4ad6-a46c-ec96f64dae3a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233821Z:cb03be86-b7ed-4245-89c6-a0d482d753ed" + "NORTHEUROPE:20200807T005045Z:0840f5a7-cdaa-4ad6-a46c-ec96f64dae3a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:38:21 GMT" - ], "Content-Length": [ "139" ], @@ -277,21 +277,21 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2955/providers/Microsoft.Search/searchServices/azs-7851?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODUxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7725/providers/Microsoft.Search/searchServices/azs-7507?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"location\": \"East US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9342cfcd-3f63-47bc-b3a2-201f717ef3e1" + "7589a216-e3ca-41c7-ad68-91fdad2144d2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -305,23 +305,26 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:45 GMT" + ], "Pragma": [ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-28T23%3A38%3A22.0542943Z'\"" + "W/\"datetime'2020-08-07T00%3A50%3A45.7372207Z'\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9342cfcd-3f63-47bc-b3a2-201f717ef3e1" + "7589a216-e3ca-41c7-ad68-91fdad2144d2" ], "request-id": [ - "9342cfcd-3f63-47bc-b3a2-201f717ef3e1" + "7589a216-e3ca-41c7-ad68-91fdad2144d2" ], "elapsed-time": [ - "207" + "500" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -330,17 +333,14 @@ "1197" ], "x-ms-correlation-request-id": [ - "5c10d9c1-f3cc-42f1-ba44-b0a365f8670b" + "04ffaf3f-319e-47db-aadb-41eaf62d4d78" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233822Z:5c10d9c1-f3cc-42f1-ba44-b0a365f8670b" + "NORTHEUROPE:20200807T005046Z:04ffaf3f-319e-47db-aadb-41eaf62d4d78" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:38:21 GMT" - ], "Content-Length": [ "529" ], @@ -351,25 +351,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2955/providers/Microsoft.Search/searchServices/azs-7851\",\r\n \"name\": \"azs-7851\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7725/providers/Microsoft.Search/searchServices/azs-7507\",\r\n \"name\": \"azs-7507\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2955/providers/Microsoft.Search/searchServices/azs-7851?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyOTU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODUxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7725/providers/Microsoft.Search/searchServices/azs-7507?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTA3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0dc40cbe-7f7e-4dba-a03b-1ff80e59894d" + "ddb9302f-d3b3-491c-b611-c2c68b45a1e8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -383,17 +383,20 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 07 Aug 2020 00:50:46 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "0dc40cbe-7f7e-4dba-a03b-1ff80e59894d" + "ddb9302f-d3b3-491c-b611-c2c68b45a1e8" ], "request-id": [ - "0dc40cbe-7f7e-4dba-a03b-1ff80e59894d" + "ddb9302f-d3b3-491c-b611-c2c68b45a1e8" ], "elapsed-time": [ - "61" + "87" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -402,17 +405,14 @@ "1196" ], "x-ms-correlation-request-id": [ - "65bb0967-0f56-4081-a727-4fb552d5df36" + "4df6d385-3ce9-48d0-a03e-b9ca40cf9879" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200528T233822Z:65bb0967-0f56-4081-a727-4fb552d5df36" + "NORTHEUROPE:20200807T005047Z:4df6d385-3ce9-48d0-a03e-b9ca40cf9879" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 28 May 2020 23:38:22 GMT" - ], "Content-Length": [ "131" ], @@ -432,10 +432,10 @@ ], "Names": { "GenerateName": [ - "azsmnet2955" + "azsmnet7725" ], "GenerateServiceName": [ - "azs-7851" + "azs-7507" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/ServiceStatsTests/GetServiceStatsReturnsCorrectDefinition.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/ServiceStatsTests/GetServiceStatsReturnsCorrectDefinition.json index b7f3ca7cd437..eb48b7ab8d54 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/ServiceStatsTests/GetServiceStatsReturnsCorrectDefinition.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/ServiceStatsTests/GetServiceStatsReturnsCorrectDefinition.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c42436be-967e-4d70-9436-cc55238dcdc8" + "6a5772cb-be0f-48f0-8fc3-b78dc016143a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1197" ], "x-ms-request-id": [ - "faf677fc-a5ea-469b-a123-dfd9876226c5" + "6b887238-3828-49fd-a34f-849cddb25c70" ], "x-ms-correlation-request-id": [ - "faf677fc-a5ea-469b-a123-dfd9876226c5" + "6b887238-3828-49fd-a34f-849cddb25c70" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020838Z:faf677fc-a5ea-469b-a123-dfd9876226c5" + "NORTHEUROPE:20200808T104348Z:6b887238-3828-49fd-a34f-849cddb25c70" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:08:37 GMT" + "Sat, 08 Aug 2020 10:43:47 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6778?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2Nzc4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5239?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MjM5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a577cd75-48ee-41bc-9783-d1d468cb446d" + "2e1d6595-c60a-441d-b760-cd60972f5d29" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1197" ], "x-ms-request-id": [ - "bbe58e1e-2b05-446f-80fd-174197f38263" + "4c427b84-9dcb-488b-978a-9f5bd7531b6f" ], "x-ms-correlation-request-id": [ - "bbe58e1e-2b05-446f-80fd-174197f38263" + "4c427b84-9dcb-488b-978a-9f5bd7531b6f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020839Z:bbe58e1e-2b05-446f-80fd-174197f38263" + "NORTHEUROPE:20200808T104349Z:4c427b84-9dcb-488b-978a-9f5bd7531b6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:08:38 GMT" + "Sat, 08 Aug 2020 10:43:48 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6778\",\r\n \"name\": \"azsmnet6778\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5239\",\r\n \"name\": \"azsmnet5239\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6778/providers/Microsoft.Search/searchServices/azs-7331?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2Nzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzMxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5239/providers/Microsoft.Search/searchServices/azs-9017?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDE3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ffcb7000-dc1b-4b76-8ea5-7e004648658d" + "7a4b60cf-b961-45ac-86ae-bdd79c2878fe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A08%3A43.6090785Z'\"" + "W/\"datetime'2020-08-08T10%3A43%3A54.4035491Z'\"" ], "x-ms-request-id": [ - "ffcb7000-dc1b-4b76-8ea5-7e004648658d" + "7a4b60cf-b961-45ac-86ae-bdd79c2878fe" ], "request-id": [ - "ffcb7000-dc1b-4b76-8ea5-7e004648658d" + "7a4b60cf-b961-45ac-86ae-bdd79c2878fe" ], "elapsed-time": [ - "1943" + "1742" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1192" ], "x-ms-correlation-request-id": [ - "086d6e60-6782-4f73-b8de-6bcc4e9d0db0" + "4ba25a17-510f-4527-9737-933c223f03b9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020844Z:086d6e60-6782-4f73-b8de-6bcc4e9d0db0" + "NORTHEUROPE:20200808T104355Z:4ba25a17-510f-4527-9737-933c223f03b9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:08:44 GMT" + "Sat, 08 Aug 2020 10:43:54 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6778/providers/Microsoft.Search/searchServices/azs-7331\",\r\n \"name\": \"azs-7331\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5239/providers/Microsoft.Search/searchServices/azs-9017\",\r\n \"name\": \"azs-9017\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6778/providers/Microsoft.Search/searchServices/azs-7331/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2Nzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzMxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5239/providers/Microsoft.Search/searchServices/azs-9017/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDE3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e28aaa3b-898e-404e-aaeb-55345f124bb5" + "bc63b667-12f2-4ea1-9d5b-bbccdfec8297" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e28aaa3b-898e-404e-aaeb-55345f124bb5" + "bc63b667-12f2-4ea1-9d5b-bbccdfec8297" ], "request-id": [ - "e28aaa3b-898e-404e-aaeb-55345f124bb5" + "bc63b667-12f2-4ea1-9d5b-bbccdfec8297" ], "elapsed-time": [ - "256" + "90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1189" ], "x-ms-correlation-request-id": [ - "5e2ab6ee-ddb8-4400-bd49-a82f330f5fb0" + "9c1bd04b-bf69-48ea-8880-b8f93e7838bf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020846Z:5e2ab6ee-ddb8-4400-bd49-a82f330f5fb0" + "NORTHEUROPE:20200808T104357Z:9c1bd04b-bf69-48ea-8880-b8f93e7838bf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:08:46 GMT" + "Sat, 08 Aug 2020 10:43:57 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"9C51A6CD4D740829A275E90F0B557780\",\r\n \"secondaryKey\": \"521E8028501F4FFEF65640AAA66C59EC\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"2CF966ABF39653E6E3297FF491AF7CCE\",\r\n \"secondaryKey\": \"45AFEDEF71255C10C0CBC5B066129689\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6778/providers/Microsoft.Search/searchServices/azs-7331/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2Nzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzMxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5239/providers/Microsoft.Search/searchServices/azs-9017/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDE3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0fa5341a-3942-4fbd-93fb-01cebddc38ef" + "e3bb7063-e1f8-4f9d-8f4f-c2e724d1ba4c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0fa5341a-3942-4fbd-93fb-01cebddc38ef" + "e3bb7063-e1f8-4f9d-8f4f-c2e724d1ba4c" ], "request-id": [ - "0fa5341a-3942-4fbd-93fb-01cebddc38ef" + "e3bb7063-e1f8-4f9d-8f4f-c2e724d1ba4c" ], "elapsed-time": [ - "473" + "128" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1188" ], "x-ms-correlation-request-id": [ - "99f9b32d-fc11-41ed-afaf-4fbc557d1168" + "be95f862-f1d3-4b35-8ff5-b6273a98edbd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020847Z:99f9b32d-fc11-41ed-afaf-4fbc557d1168" + "NORTHEUROPE:20200808T104358Z:be95f862-f1d3-4b35-8ff5-b6273a98edbd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:08:47 GMT" + "Sat, 08 Aug 2020 10:43:58 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"58A0EEE9BE8A80D0FC1A7D63995757F1\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"48E203869C92BEF34EA64BE35A086227\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -346,18 +346,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "617a9d20-41ca-4dde-be55-57a6d4c546e7" + "0b81cff5-99ae-4e2e-b732-6c7f56533e84" ], "Accept-Language": [ "en-US" ], "api-key": [ - "9C51A6CD4D740829A275E90F0B557780" + "2CF966ABF39653E6E3297FF491AF7CCE" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -369,10 +369,10 @@ "no-cache" ], "request-id": [ - "617a9d20-41ca-4dde-be55-57a6d4c546e7" + "0b81cff5-99ae-4e2e-b732-6c7f56533e84" ], "elapsed-time": [ - "121" + "96" ], "OData-Version": [ "4.0" @@ -384,7 +384,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:08:48 GMT" + "Sat, 08 Aug 2020 10:44:00 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -396,25 +396,25 @@ "641" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7331.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.ServiceStatistics\",\r\n \"counters\": {\r\n \"documentCount\": {\r\n \"usage\": 0,\r\n \"quota\": null\r\n },\r\n \"indexesCount\": {\r\n \"usage\": 0,\r\n \"quota\": 3\r\n },\r\n \"indexersCount\": {\r\n \"usage\": 0,\r\n \"quota\": 3\r\n },\r\n \"dataSourcesCount\": {\r\n \"usage\": 0,\r\n \"quota\": 3\r\n },\r\n \"storageSize\": {\r\n \"usage\": 0,\r\n \"quota\": 52428800\r\n },\r\n \"synonymMaps\": {\r\n \"usage\": 0,\r\n \"quota\": 3\r\n }\r\n },\r\n \"limits\": {\r\n \"maxFieldsPerIndex\": 1000,\r\n \"maxIndexerRunTime\": \"PT1M\",\r\n \"maxFileExtractionSize\": 16777216,\r\n \"maxFileContentCharactersToExtract\": 32768,\r\n \"maxFieldNestingDepthPerIndex\": 10,\r\n \"maxComplexCollectionFieldsPerIndex\": 40,\r\n \"maxComplexObjectsInCollectionsPerDocument\": 3000\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9017.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.ServiceStatistics\",\r\n \"counters\": {\r\n \"documentCount\": {\r\n \"usage\": 0,\r\n \"quota\": null\r\n },\r\n \"indexesCount\": {\r\n \"usage\": 0,\r\n \"quota\": 3\r\n },\r\n \"indexersCount\": {\r\n \"usage\": 0,\r\n \"quota\": 3\r\n },\r\n \"dataSourcesCount\": {\r\n \"usage\": 0,\r\n \"quota\": 3\r\n },\r\n \"storageSize\": {\r\n \"usage\": 0,\r\n \"quota\": 52428800\r\n },\r\n \"synonymMaps\": {\r\n \"usage\": 0,\r\n \"quota\": 3\r\n }\r\n },\r\n \"limits\": {\r\n \"maxFieldsPerIndex\": 1000,\r\n \"maxIndexerRunTime\": \"PT1M\",\r\n \"maxFileExtractionSize\": 16777216,\r\n \"maxFileContentCharactersToExtract\": 32768,\r\n \"maxFieldNestingDepthPerIndex\": 10,\r\n \"maxComplexCollectionFieldsPerIndex\": 40,\r\n \"maxComplexObjectsInCollectionsPerDocument\": 3000\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6778/providers/Microsoft.Search/searchServices/azs-7331?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2Nzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MzMxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5239/providers/Microsoft.Search/searchServices/azs-9017?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDE3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "509f5d3e-90d9-40d3-a011-207361c523d5" + "08a270a3-fe4d-4e62-ae09-a372131d0c95" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -425,50 +425,41 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14994" + ], "x-ms-request-id": [ - "509f5d3e-90d9-40d3-a011-207361c523d5" + "ab1baea3-a2dd-4100-bccd-92fbf8f256c2" ], - "request-id": [ - "509f5d3e-90d9-40d3-a011-207361c523d5" + "x-ms-correlation-request-id": [ + "ab1baea3-a2dd-4100-bccd-92fbf8f256c2" ], - "elapsed-time": [ - "1274" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T104409Z:ab1baea3-a2dd-4100-bccd-92fbf8f256c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "a28e8b72-9411-4b74-bc41-be44f28fbdd8" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T020852Z:a28e8b72-9411-4b74-bc41-be44f28fbdd8" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:08:52 GMT" + "Sat, 08 Aug 2020 10:44:09 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6778" + "azsmnet5239" ], "GenerateServiceName": [ - "azs-7331" + "azs-9017" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SharedPrivateLinkResourceTests/CanPerformSharedPrivateLinkManagement.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SharedPrivateLinkResourceTests/CanPerformSharedPrivateLinkManagement.json new file mode 100644 index 000000000000..1d57e784d534 --- /dev/null +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SharedPrivateLinkResourceTests/CanPerformSharedPrivateLinkManagement.json @@ -0,0 +1,1137 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/providers/Microsoft.Search/register?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3JlZ2lzdGVyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cb334137-b547-4b03-9139-29f73319d553" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:15:43 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "b7bd2616-7ca7-4f73-88c5-2a86d7a81eec" + ], + "x-ms-correlation-request-id": [ + "b7bd2616-7ca7-4f73-88c5-2a86d7a81eec" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200808T001544Z:b7bd2616-7ca7-4f73-88c5-2a86d7a81eec" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "1820" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"408992c7-2af6-4ff1-92e3-65b73d2b5092\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourcegroups/azsmnet1186?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMTg2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f6cec437-e620-4e42-b23f-2c9a8579a154" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:15:44 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "9e74586f-ae0d-4643-b073-794afbb3aeac" + ], + "x-ms-correlation-request-id": [ + "9e74586f-ae0d-4643-b073-794afbb3aeac" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200808T001544Z:9e74586f-ae0d-4643-b073-794afbb3aeac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "175" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186\",\r\n \"name\": \"azsmnet1186\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/providers/Microsoft.Storage/register?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3d041cb9-62cf-4ca3-806c-81e35e2a6d2a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:15:46 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "2f3fb3ce-c121-4639-aca9-ee79ed3b4372" + ], + "x-ms-correlation-request-id": [ + "2f3fb3ce-c121-4639-aca9-ee79ed3b4372" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200808T001546Z:2f3fb3ce-c121-4639-aca9-ee79ed3b4372" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "12076" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n {\r\n \"applicationId\": \"e406a681-f3d4-42a8-90b6-c2b029497af1\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/asyncoperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/providers/Microsoft.Network/register?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "21871337-e08f-418b-8dbe-31b2a6971336" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:15:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-request-id": [ + "8788273e-d839-4d73-9011-83e307e39f33" + ], + "x-ms-correlation-request-id": [ + "8788273e-d839-4d73-9011-83e307e39f33" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200808T001547Z:8788273e-d839-4d73-9011-83e307e39f33" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "78282" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n },\r\n {\r\n \"applicationId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"roleDefinitionId\": \"d813ab6c-bfb7-413e-9462-005b21f0ce09\"\r\n },\r\n {\r\n \"applicationId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"roleDefinitionId\": \"8141843c-c51c-4c1e-a5bf-0d351594b86c\"\r\n },\r\n {\r\n \"applicationId\": \"328fd23b-de6e-462c-9433-e207470a5727\",\r\n \"roleDefinitionId\": \"79e29e06-4056-41e5-a6b2-959f1f47747e\"\r\n },\r\n {\r\n \"applicationId\": \"6d057c82-a784-47ae-8d12-ca7b38cf06b4\",\r\n \"roleDefinitionId\": \"c27dd31e-c1e5-4ab0-93e1-a12ba34f182e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"natGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Germany West Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Brazil South\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Germany West Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Brazil South\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpointRedirectMaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkIntentPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPPrefixes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Germany West Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Brazil South\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ddosCustomPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/flowLogs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/pingMeshes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Germany West Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Brazil South\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceTags\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availablePrivateEndpointTypes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableServiceAliases\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkPrivateLinkServiceVisibility\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/autoApprovedPrivateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchValidatePrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchNotifyPrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDnsResourceReference\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"internalNotify\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/virtualNetworkLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZonesInternal\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableServerVariables\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableRequestHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableResponseHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnServerConfigurations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"p2sVpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"firewallPolicies\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ipGroups\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"securityPartnerProviders\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewalls\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Germany West Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Brazil South\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewallFqdnTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkTaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkProfiles\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkFrontdoorNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-10-01\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/bareMetalTenants\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"bastionHosts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualRouters\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkVirtualAppliances\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ipAllocations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/commitInternalAzureNetworkManagerConfiguration\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkVirtualApplianceSkus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/lenses\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoors\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoors/frontendEndpoints\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-10-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkExperimentProfiles\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Storage/storageAccounts/azsstorage4247?api-version=2019-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvYXpzc3RvcmFnZTQyNDc/YXBpLXZlcnNpb249MjAxOS0wNi0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"eastus2euap\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ad44ba03-444d-4f12-89b5-f537e13a4eb5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/17.1.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "103" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:15:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/20851bcc-a992-491b-b556-59d774cc7155?monitor=true&api-version=2019-06-01" + ], + "Retry-After": [ + "17" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "20851bcc-a992-491b-b556-59d774cc7155" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "c0d97174-b28b-4983-b554-e5563a9a13d6" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200808T001549Z:c0d97174-b28b-4983-b554-e5563a9a13d6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/20851bcc-a992-491b-b556-59d774cc7155?monitor=true&api-version=2019-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzIwODUxYmNjLWE5OTItNDkxYi1iNTU2LTU5ZDc3NGNjNzE1NT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOS0wNi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/17.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:16:06 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "13f0406e-ed40-4e98-86cb-6b561e3b0010" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "75e833a1-732e-488c-a7c6-d72700da9f9f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200808T001606Z:75e833a1-732e-488c-a7c6-d72700da9f9f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "1256" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Storage/storageAccounts/azsstorage4247\",\r\n \"name\": \"azsstorage4247\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"privateEndpointConnections\": [],\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"keyType\": \"Account\",\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-08-08T00:15:49.1803344Z\"\r\n },\r\n \"blob\": {\r\n \"keyType\": \"Account\",\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-08-08T00:15:49.1803344Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-08-08T00:15:49.1178793Z\",\r\n \"primaryEndpoints\": {\r\n \"dfs\": \"https://azsstorage4247.dfs.core.windows.net/\",\r\n \"web\": \"https://azsstorage4247.z3.web.core.windows.net/\",\r\n \"blob\": \"https://azsstorage4247.blob.core.windows.net/\",\r\n \"queue\": \"https://azsstorage4247.queue.core.windows.net/\",\r\n \"table\": \"https://azsstorage4247.table.core.windows.net/\",\r\n \"file\": \"https://azsstorage4247.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Njg5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n },\r\n \"location\": \"EastUS2EUAP\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "335ff895-4fe6-4a0c-83d8-96f15f8e7127" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "146" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:16:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2020-08-08T00%3A16%3A26.1563976Z'\"" + ], + "x-ms-request-id": [ + "335ff895-4fe6-4a0c-83d8-96f15f8e7127" + ], + "request-id": [ + "335ff895-4fe6-4a0c-83d8-96f15f8e7127" + ], + "elapsed-time": [ + "1331" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "e827977e-1d24-412d-8593-7a815cd86fe3" + ], + "x-ms-routing-request-id": [ + "EASTUS2EUAP:20200808T001627Z:e827977e-1d24-412d-8593-7a815cd86fe3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "537" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689\",\r\n \"name\": \"azs-5689\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"East US 2 EUAP\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"basic\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Njg5L3NoYXJlZFByaXZhdGVMaW5rUmVzb3VyY2VzL3BlLWF6c3N0b3JhZ2U0MjQ3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"privateLinkResourceId\": \"/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Storage/storageAccounts/azsstorage4247\",\r\n \"groupId\": \"blob\",\r\n \"requestMessage\": \"Approve me\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2dd15cb1-5d3e-48ac-a811-c51edaf0853e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "259" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:16:36 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247/operationStatuses/08586047610901768432?api-version=2020-08-01" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247/operationStatuses/08586047610901768432?api-version=2020-08-01" + ], + "x-ms-async-operation-timeout": [ + "P1DT23H59M" + ], + "x-ms-request-id": [ + "2dd15cb1-5d3e-48ac-a811-c51edaf0853e" + ], + "request-id": [ + "2dd15cb1-5d3e-48ac-a811-c51edaf0853e" + ], + "elapsed-time": [ + "1402" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-correlation-request-id": [ + "872d2b9d-9408-4eff-b4d1-d0a391d69849" + ], + "x-ms-routing-request-id": [ + "EASTUS2EUAP:20200808T001636Z:872d2b9d-9408-4eff-b4d1-d0a391d69849" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247/operationStatuses/08586047610901768432?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Njg5L3NoYXJlZFByaXZhdGVMaW5rUmVzb3VyY2VzL3BlLWF6c3N0b3JhZ2U0MjQ3L29wZXJhdGlvblN0YXR1c2VzLzA4NTg2MDQ3NjEwOTAxNzY4NDMyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:18:00 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "5b560562-1aa9-4978-99b8-ff7e1dce28ba" + ], + "request-id": [ + "5b560562-1aa9-4978-99b8-ff7e1dce28ba" + ], + "elapsed-time": [ + "215" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "cd0a1702-a7af-492a-b1cd-052484cbc6ed" + ], + "x-ms-routing-request-id": [ + "EASTUS2EUAP:20200808T001801Z:cd0a1702-a7af-492a-b1cd-052484cbc6ed" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "22" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Njg5L3NoYXJlZFByaXZhdGVMaW5rUmVzb3VyY2VzL3BlLWF6c3N0b3JhZ2U0MjQ3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:18:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "7bcab49a-c7b1-481b-bdda-33ee0c5965c9" + ], + "request-id": [ + "7bcab49a-c7b1-481b-bdda-33ee0c5965c9" + ], + "elapsed-time": [ + "544" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "a4e484db-cd3d-47e9-aeff-0b28e198b815" + ], + "x-ms-routing-request-id": [ + "EASTUS2EUAP:20200808T001802Z:a4e484db-cd3d-47e9-aeff-0b28e198b815" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "555" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"pe-azsstorage4247\",\r\n \"type\": \"Microsoft.Search/searchServices/sharedPrivateLinkResources\",\r\n \"id\": \"/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247\",\r\n \"properties\": {\r\n \"privateLinkResourceId\": \"/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Storage/storageAccounts/azsstorage4247\",\r\n \"groupId\": \"blob\",\r\n \"requestMessage\": \"Approve me\",\r\n \"status\": \"Pending\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Njg5L3NoYXJlZFByaXZhdGVMaW5rUmVzb3VyY2VzL3BlLWF6c3N0b3JhZ2U0MjQ3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a59ae24e-e219-4345-bc85-d35b8c36ba95" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:18:12 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "a59ae24e-e219-4345-bc85-d35b8c36ba95" + ], + "request-id": [ + "a59ae24e-e219-4345-bc85-d35b8c36ba95" + ], + "elapsed-time": [ + "521" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "0f57ea78-7088-4184-9946-cd8e6d3f2f3a" + ], + "x-ms-routing-request-id": [ + "EASTUS2EUAP:20200808T001812Z:0f57ea78-7088-4184-9946-cd8e6d3f2f3a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "555" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"pe-azsstorage4247\",\r\n \"type\": \"Microsoft.Search/searchServices/sharedPrivateLinkResources\",\r\n \"id\": \"/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247\",\r\n \"properties\": {\r\n \"privateLinkResourceId\": \"/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Storage/storageAccounts/azsstorage4247\",\r\n \"groupId\": \"blob\",\r\n \"requestMessage\": \"Approve me\",\r\n \"status\": \"Pending\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Njg5L3NoYXJlZFByaXZhdGVMaW5rUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9560a2ba-bc81-48d1-8f75-c81529d1a57e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:18:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "9560a2ba-bc81-48d1-8f75-c81529d1a57e" + ], + "request-id": [ + "9560a2ba-bc81-48d1-8f75-c81529d1a57e" + ], + "elapsed-time": [ + "439" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "94cb359b-7a71-444d-8e03-4a507f7c2ae5" + ], + "x-ms-routing-request-id": [ + "EASTUS2EUAP:20200808T001817Z:94cb359b-7a71-444d-8e03-4a507f7c2ae5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "583" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"pe-azsstorage4247\",\r\n \"type\": \"Microsoft.Search/searchServices/sharedPrivateLinkResources\",\r\n \"id\": \"/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247\",\r\n \"properties\": {\r\n \"privateLinkResourceId\": \"/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Storage/storageAccounts/azsstorage4247\",\r\n \"groupId\": \"blob\",\r\n \"requestMessage\": \"Approve me\",\r\n \"status\": \"Pending\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Njg5L3NoYXJlZFByaXZhdGVMaW5rUmVzb3VyY2VzL3BlLWF6c3N0b3JhZ2U0MjQ3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "be9f6899-6fcb-4988-a234-8c8ee8c84697" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:18:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247/operationStatuses/9a8a03a8-cd39-4ccf-991b-aefd5935c2c8?api-version=2020-08-01" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247/operationStatuses/9a8a03a8-cd39-4ccf-991b-aefd5935c2c8?api-version=2020-08-01" + ], + "x-ms-async-operation-timeout": [ + "PT50M" + ], + "x-ms-request-id": [ + "be9f6899-6fcb-4988-a234-8c8ee8c84697" + ], + "request-id": [ + "be9f6899-6fcb-4988-a234-8c8ee8c84697" + ], + "elapsed-time": [ + "1161" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], + "x-ms-correlation-request-id": [ + "a3221724-f677-4ec6-aba6-c737433af72a" + ], + "x-ms-routing-request-id": [ + "EASTUS2EUAP:20200808T001827Z:a3221724-f677-4ec6-aba6-c737433af72a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247/operationStatuses/9a8a03a8-cd39-4ccf-991b-aefd5935c2c8?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Njg5L3NoYXJlZFByaXZhdGVMaW5rUmVzb3VyY2VzL3BlLWF6c3N0b3JhZ2U0MjQ3L29wZXJhdGlvblN0YXR1c2VzLzlhOGEwM2E4LWNkMzktNGNjZi05OTFiLWFlZmQ1OTM1YzJjOD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:20:55 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "505943a6-e21b-4032-9049-e4321f88e011" + ], + "request-id": [ + "505943a6-e21b-4032-9049-e4321f88e011" + ], + "elapsed-time": [ + "291" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "5dbaff86-583f-4696-ae5a-d265fd0d58c6" + ], + "x-ms-routing-request-id": [ + "EASTUS2EUAP:20200808T002055Z:5dbaff86-583f-4696-ae5a-d265fd0d58c6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "22" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689/sharedPrivateLinkResources/pe-azsstorage4247/operationStatuses/9a8a03a8-cd39-4ccf-991b-aefd5935c2c8?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Njg5L3NoYXJlZFByaXZhdGVMaW5rUmVzb3VyY2VzL3BlLWF6c3N0b3JhZ2U0MjQ3L29wZXJhdGlvblN0YXR1c2VzLzlhOGEwM2E4LWNkMzktNGNjZi05OTFiLWFlZmQ1OTM1YzJjOD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:20:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "4a37b784-115b-4f0b-9bff-b546c58145a2" + ], + "request-id": [ + "4a37b784-115b-4f0b-9bff-b546c58145a2" + ], + "elapsed-time": [ + "195" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "c0ceafd5-f666-496e-bd04-8a33908cdcfd" + ], + "x-ms-routing-request-id": [ + "EASTUS2EUAP:20200808T002056Z:c0ceafd5-f666-496e-bd04-8a33908cdcfd" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "22" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Storage/storageAccounts/azsstorage4247?api-version=2019-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvYXpzc3RvcmFnZTQyNDc/YXBpLXZlcnNpb249MjAxOS0wNi0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "10bf2db4-1c1f-494a-b3d0-ce4d0a033096" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/17.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:21:19 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "c6dd656e-7d00-4a6e-a70b-c35aaa971553" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "a7b82a99-736a-45c6-aa4b-6f8506fc5918" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200808T002119Z:a7b82a99-736a-45c6-aa4b-6f8506fc5918" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a4337210-c6b0-4de4-907a-688f1c120d9a/resourceGroups/azsmnet1186/providers/Microsoft.Search/searchServices/azs-5689?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTQzMzcyMTAtYzZiMC00ZGU0LTkwN2EtNjg4ZjFjMTIwZDlhL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Njg5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bb84f534-ca3d-4c36-bee7-38af9e30d698" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 08 Aug 2020 00:21:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "bb84f534-ca3d-4c36-bee7-38af9e30d698" + ], + "request-id": [ + "bb84f534-ca3d-4c36-bee7-38af9e30d698" + ], + "elapsed-time": [ + "751" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "07ac039e-9eb1-491d-b3bd-258c3556ae82" + ], + "x-ms-routing-request-id": [ + "EASTUS2EUAP:20200808T002156Z:07ac039e-9eb1-491d-b3bd-258c3556ae82" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "GenerateName": [ + "azsmnet1186" + ], + "GenerateStorageAccountName": [ + "azsstorage4247" + ], + "GenerateServiceName": [ + "azs-5689" + ] + }, + "Variables": { + "SubscriptionId": "a4337210-c6b0-4de4-907a-688f1c120d9a" + } +} \ No newline at end of file diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateOrUpdateCreatesWhenSkillsetDoesNotExist.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateOrUpdateCreatesWhenSkillsetDoesNotExist.json index 3393d947323b..d4e09a812016 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateOrUpdateCreatesWhenSkillsetDoesNotExist.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateOrUpdateCreatesWhenSkillsetDoesNotExist.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0f741eca-6628-4168-a508-cd02e6b8fdfd" + "dc4f9ec9-4cfe-4e71-a872-822d2382012e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1195" ], "x-ms-request-id": [ - "9947c668-b03f-4626-afb6-a036110aab04" + "51b41e06-984e-4449-a215-9fd3f99820d6" ], "x-ms-correlation-request-id": [ - "9947c668-b03f-4626-afb6-a036110aab04" + "51b41e06-984e-4449-a215-9fd3f99820d6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015324Z:9947c668-b03f-4626-afb6-a036110aab04" + "NORTHEUROPE:20200808T090332Z:51b41e06-984e-4449-a215-9fd3f99820d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:53:24 GMT" + "Sat, 08 Aug 2020 09:03:32 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8908?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4OTA4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2876?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyODc2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "121aac78-5361-4520-9000-44585789ce6b" + "3fa4a7c6-0a15-43c9-a0ce-ca1a99db4582" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -96,13 +96,13 @@ "1196" ], "x-ms-request-id": [ - "b89e2d47-7735-4cab-8071-84dab79db328" + "6da24cad-00ad-4ccf-b986-9cf56a53d09e" ], "x-ms-correlation-request-id": [ - "b89e2d47-7735-4cab-8071-84dab79db328" + "6da24cad-00ad-4ccf-b986-9cf56a53d09e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015325Z:b89e2d47-7735-4cab-8071-84dab79db328" + "NORTHEUROPE:20200808T090334Z:6da24cad-00ad-4ccf-b986-9cf56a53d09e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:53:25 GMT" + "Sat, 08 Aug 2020 09:03:33 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8908\",\r\n \"name\": \"azsmnet8908\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2876\",\r\n \"name\": \"azsmnet2876\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8908/providers/Microsoft.Search/searchServices/azs-2839?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODM5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2876/providers/Microsoft.Search/searchServices/azs-264?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODc2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNjQ/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "79720877-ae1f-4765-b2fa-d4a958677797" + "8ad07e01-eb58-49d3-8dcc-820bfdb3a08e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A53%3A29.0931619Z'\"" + "W/\"datetime'2020-08-08T09%3A03%3A40.8964374Z'\"" ], "x-ms-request-id": [ - "79720877-ae1f-4765-b2fa-d4a958677797" + "8ad07e01-eb58-49d3-8dcc-820bfdb3a08e" ], "request-id": [ - "79720877-ae1f-4765-b2fa-d4a958677797" + "8ad07e01-eb58-49d3-8dcc-820bfdb3a08e" ], "elapsed-time": [ - "1211" + "3731" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1191" ], "x-ms-correlation-request-id": [ - "5898c436-3581-49fa-890b-8767e2097ddc" + "a342ae07-70e2-404b-898a-38784847acb8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015330Z:5898c436-3581-49fa-890b-8767e2097ddc" + "NORTHEUROPE:20200808T090343Z:a342ae07-70e2-404b-898a-38784847acb8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:53:29 GMT" + "Sat, 08 Aug 2020 09:03:42 GMT" ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8908/providers/Microsoft.Search/searchServices/azs-2839\",\r\n \"name\": \"azs-2839\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2876/providers/Microsoft.Search/searchServices/azs-264\",\r\n \"name\": \"azs-264\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8908/providers/Microsoft.Search/searchServices/azs-2839/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODM5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2876/providers/Microsoft.Search/searchServices/azs-264/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODc2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNjQvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b2f14e15-f06e-47be-b231-7dfc2bf2db44" + "d72e433e-a801-49ba-bb36-7f10dac72e42" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b2f14e15-f06e-47be-b231-7dfc2bf2db44" + "d72e433e-a801-49ba-bb36-7f10dac72e42" ], "request-id": [ - "b2f14e15-f06e-47be-b231-7dfc2bf2db44" + "d72e433e-a801-49ba-bb36-7f10dac72e42" ], "elapsed-time": [ - "106" + "822" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1186" ], "x-ms-correlation-request-id": [ - "62d023a5-4d9f-499d-8bbb-f05bcd795727" + "cc028d9e-0cc9-49ad-83d8-9cc6ae4c43bb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015332Z:62d023a5-4d9f-499d-8bbb-f05bcd795727" + "NORTHEUROPE:20200808T090346Z:cc028d9e-0cc9-49ad-83d8-9cc6ae4c43bb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:53:32 GMT" + "Sat, 08 Aug 2020 09:03:46 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"0AFDB7005996D855652842F3B70A6F99\",\r\n \"secondaryKey\": \"B8F854BF3C276B3CF06FFB62C00A1F2C\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"FAF4078392485745454DA2C538FFBE2D\",\r\n \"secondaryKey\": \"8C2CBD8435D98F9967C826E601EB4B22\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8908/providers/Microsoft.Search/searchServices/azs-2839/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODM5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2876/providers/Microsoft.Search/searchServices/azs-264/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODc2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNjQvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ab0f32d1-9055-4860-b56c-7aefd681f548" + "9e06eb5e-cdea-47ab-979e-c5e0ab3803ed" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ab0f32d1-9055-4860-b56c-7aefd681f548" + "9e06eb5e-cdea-47ab-979e-c5e0ab3803ed" ], "request-id": [ - "ab0f32d1-9055-4860-b56c-7aefd681f548" + "9e06eb5e-cdea-47ab-979e-c5e0ab3803ed" ], "elapsed-time": [ - "128" + "343" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1185" ], "x-ms-correlation-request-id": [ - "e2dffd1e-4d0e-4db7-8500-ba5c66a10b32" + "7b926c94-aa5e-43a8-b97f-0c59b89bc6ba" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015332Z:e2dffd1e-4d0e-4db7-8500-ba5c66a10b32" + "NORTHEUROPE:20200808T090347Z:7b926c94-aa5e-43a8-b97f-0c59b89bc6ba" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:53:32 GMT" + "Sat, 08 Aug 2020 09:03:47 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"4335CC82516C1CC751FDB1D0AB5C20B7\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"52BC1D00BE64FD0499352F0EEA27501B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/skillsets('azsmnet3845')?api-version=2019-05-06", - "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDM4NDUnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/skillsets('azsmnet1778')?api-version=2019-05-06", + "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDE3NzgnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet3845\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1778\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "0ca80d9e-9db2-46b1-b2b8-023036919f6d" + "be7923d4-6349-4f3e-a6f1-2a0979a0b77e" ], "Prefer": [ "return=representation" @@ -355,12 +355,12 @@ "en-US" ], "api-key": [ - "0AFDB7005996D855652842F3B70A6F99" + "FAF4078392485745454DA2C538FFBE2D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -378,16 +378,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037318959386\"" + "W/\"0x8D83B79F6BD0087\"" ], "Location": [ - "https://azs-2839.search-dogfood.windows-int.net/skillsets('azsmnet3845')?api-version=2019-05-06" + "https://azs-264.search-dogfood.windows-int.net/skillsets('azsmnet1778')?api-version=2019-05-06" ], "request-id": [ - "0ca80d9e-9db2-46b1-b2b8-023036919f6d" + "be7923d4-6349-4f3e-a6f1-2a0979a0b77e" ], "elapsed-time": [ - "73" + "118" ], "OData-Version": [ "4.0" @@ -399,7 +399,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:53:34 GMT" + "Sat, 08 Aug 2020 09:03:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "-1" ], "Content-Length": [ - "687" + "686" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2839.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037318959386\\\"\",\r\n \"name\": \"azsmnet3845\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-264.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B79F6BD0087\\\"\",\r\n \"name\": \"azsmnet1778\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8908/providers/Microsoft.Search/searchServices/azs-2839?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODM5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2876/providers/Microsoft.Search/searchServices/azs-264?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODc2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNjQ/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a1c9b214-a9c7-4d06-907a-3c6b06b7bdf1" + "dd7f6f32-6f91-48c2-adef-5a0c70847286" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -440,51 +440,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14989" + ], "x-ms-request-id": [ - "a1c9b214-a9c7-4d06-907a-3c6b06b7bdf1" + "2abe2aca-352e-4fae-920e-d4bfa06fbc0c" ], - "request-id": [ - "a1c9b214-a9c7-4d06-907a-3c6b06b7bdf1" + "x-ms-correlation-request-id": [ + "2abe2aca-352e-4fae-920e-d4bfa06fbc0c" ], - "elapsed-time": [ - "908" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T090358Z:2abe2aca-352e-4fae-920e-d4bfa06fbc0c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14986" - ], - "x-ms-correlation-request-id": [ - "36c029e2-01cd-4fa5-8710-35ee3ed05852" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015338Z:36c029e2-01cd-4fa5-8710-35ee3ed05852" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:53:38 GMT" + "Sat, 08 Aug 2020 09:03:58 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8908", - "azsmnet3845" + "azsmnet2876", + "azsmnet1778" ], "GenerateServiceName": [ - "azs-2839" + "azs-264" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateOrUpdateSkillsetIfNotExistsFailsOnExistingResource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateOrUpdateSkillsetIfNotExistsFailsOnExistingResource.json new file mode 100644 index 000000000000..bc01906683a3 --- /dev/null +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateOrUpdateSkillsetIfNotExistsFailsOnExistingResource.json @@ -0,0 +1,567 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/register?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3JlZ2lzdGVyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b473302b-a584-4e1a-a2a2-d1704acbdf09" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-request-id": [ + "3800d103-4630-4451-8a6d-afdd989c01a6" + ], + "x-ms-correlation-request-id": [ + "3800d103-4630-4451-8a6d-afdd989c01a6" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190257Z:3800d103-4630-4451-8a6d-afdd989c01a6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:02:57 GMT" + ], + "Content-Length": [ + "2708" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7800?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3ODAwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2f71dcf4-d862-49c1-88d0-75c65be23dc9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-request-id": [ + "f8988484-9844-4be8-a2c9-2121b5ee6f01" + ], + "x-ms-correlation-request-id": [ + "f8988484-9844-4be8-a2c9-2121b5ee6f01" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190259Z:f8988484-9844-4be8-a2c9-2121b5ee6f01" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:02:59 GMT" + ], + "Content-Length": [ + "175" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7800\",\r\n \"name\": \"azsmnet7800\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7800/providers/Microsoft.Search/searchServices/azs-6801?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODAxP2FwaS12ZXJzaW9uPTIwMTUtMDgtMTk=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3a9b5d99-4b52-4695-a273-d769ba58b934" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "67" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2019-11-14T19%3A03%3A04.511904Z'\"" + ], + "x-ms-request-id": [ + "3a9b5d99-4b52-4695-a273-d769ba58b934" + ], + "request-id": [ + "3a9b5d99-4b52-4695-a273-d769ba58b934" + ], + "elapsed-time": [ + "2703" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "e6acd132-56a2-4686-a60d-8ffbaa6d69d4" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190306Z:e6acd132-56a2-4686-a60d-8ffbaa6d69d4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:03:05 GMT" + ], + "Content-Length": [ + "385" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7800/providers/Microsoft.Search/searchServices/azs-6801\",\r\n \"name\": \"azs-6801\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\"\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7800/providers/Microsoft.Search/searchServices/azs-6801/listAdminKeys?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODAxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAxNS0wOC0xOQ==", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "abc75765-368d-4c4f-83eb-ed199e515917" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "abc75765-368d-4c4f-83eb-ed199e515917" + ], + "request-id": [ + "abc75765-368d-4c4f-83eb-ed199e515917" + ], + "elapsed-time": [ + "277" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "24ff8f75-652a-4a41-8902-9485d31db06e" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190308Z:24ff8f75-652a-4a41-8902-9485d31db06e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:03:08 GMT" + ], + "Content-Length": [ + "99" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"primaryKey\": \"2D969FB84E75A2D268B35682CBDA8F8B\",\r\n \"secondaryKey\": \"C2E70E3A220E26D72F184B32DD6EC562\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7800/providers/Microsoft.Search/searchServices/azs-6801/listQueryKeys?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODAxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAxNS0wOC0xOQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6aa662d7-4356-47a4-95ce-e07ac8157c12" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "6aa662d7-4356-47a4-95ce-e07ac8157c12" + ], + "request-id": [ + "6aa662d7-4356-47a4-95ce-e07ac8157c12" + ], + "elapsed-time": [ + "224" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "67969cfb-4d2a-4a0e-b4c8-e565d966d73b" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190308Z:67969cfb-4d2a-4a0e-b4c8-e565d966d73b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:03:08 GMT" + ], + "Content-Length": [ + "82" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"CB015165B3DB902A07403E2E8AEF76AA\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/skillsets('testskillset')?api-version=2019-05-06-Preview", + "EncodedRequestUri": "L3NraWxsc2V0cygndGVzdHNraWxsc2V0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNi1QcmV2aWV3", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"categories\": [\r\n \"person\",\r\n \"location\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestHeaders": { + "client-request-id": [ + "6a31ceae-25ae-48a0-8bc5-6d4f66d515ca" + ], + "Prefer": [ + "return=representation" + ], + "Accept-Language": [ + "en-US" + ], + "api-key": [ + "2D969FB84E75A2D268B35682CBDA8F8B" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Search.SearchServiceClient/11.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1251" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"0x8D769354AA4A4A4\"" + ], + "Location": [ + "https://azs-6801.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06-Preview" + ], + "request-id": [ + "6a31ceae-25ae-48a0-8bc5-6d4f66d515ca" + ], + "elapsed-time": [ + "92" + ], + "OData-Version": [ + "4.0" + ], + "Preference-Applied": [ + "odata.include-annotations=\"*\"" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ], + "Date": [ + "Thu, 14 Nov 2019 19:03:09 GMT" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "1116" + ] + }, + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6801.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D769354AA4A4A4\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"categories\": [\r\n \"person\",\r\n \"location\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"includeTypelessEntities\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null,\r\n \"knowledgeStore\": null\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/skillsets('testskillset')?api-version=2019-05-06-Preview", + "EncodedRequestUri": "L3NraWxsc2V0cygndGVzdHNraWxsc2V0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNi1QcmV2aWV3", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Mutated Skillset\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"categories\": [\r\n \"person\",\r\n \"location\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"@odata.etag\": \"\\\"0x8D769354AA4A4A4\\\"\"\r\n}", + "RequestHeaders": { + "client-request-id": [ + "db5811ab-3a28-4a8b-bc30-31e2a9807211" + ], + "Prefer": [ + "return=representation" + ], + "Accept-Language": [ + "en-US" + ], + "If-None-Match": [ + "*" + ], + "api-key": [ + "2D969FB84E75A2D268B35682CBDA8F8B" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Search.SearchServiceClient/11.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1365" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "request-id": [ + "db5811ab-3a28-4a8b-bc30-31e2a9807211" + ], + "elapsed-time": [ + "51" + ], + "OData-Version": [ + "4.0" + ], + "Preference-Applied": [ + "odata.include-annotations=\"*\"" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ], + "Date": [ + "Thu, 14 Nov 2019 19:03:09 GMT" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal" + ], + "Content-Language": [ + "en" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "160" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"The precondition given in one of the request headers evaluated to false. No change was made to the resource from this request.\"\r\n }\r\n}", + "StatusCode": 412 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7800/providers/Microsoft.Search/searchServices/azs-6801?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3ODAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02ODAxP2FwaS12ZXJzaW9uPTIwMTUtMDgtMTk=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d9070906-1341-4f3f-88ca-c0ba6701012e" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "d9070906-1341-4f3f-88ca-c0ba6701012e" + ], + "request-id": [ + "d9070906-1341-4f3f-88ca-c0ba6701012e" + ], + "elapsed-time": [ + "874" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], + "x-ms-correlation-request-id": [ + "3f651a9c-627c-4b17-8e85-769369fee3e5" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190315Z:3f651a9c-627c-4b17-8e85-769369fee3e5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:03:15 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "GenerateName": [ + "azsmnet7800" + ], + "GenerateServiceName": [ + "azs-6801" + ] + }, + "Variables": { + "SubscriptionId": "3c729b2a-4f86-4bb2-abe8-4b8647af156c" + } +} \ No newline at end of file diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateOrUpdateSkillsetIfNotExistsSucceedsOnNoResource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateOrUpdateSkillsetIfNotExistsSucceedsOnNoResource.json new file mode 100644 index 000000000000..9066b3eaf1c1 --- /dev/null +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateOrUpdateSkillsetIfNotExistsSucceedsOnNoResource.json @@ -0,0 +1,495 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/register?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3JlZ2lzdGVyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ae3be447-9558-4353-b372-c157cc611eeb" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-request-id": [ + "b633962b-f4d5-4a4e-a4ce-0239018c0011" + ], + "x-ms-correlation-request-id": [ + "b633962b-f4d5-4a4e-a4ce-0239018c0011" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190609Z:b633962b-f4d5-4a4e-a4ce-0239018c0011" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:06:09 GMT" + ], + "Content-Length": [ + "2708" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5969?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1OTY5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f91a8a69-cdb2-4f4b-836d-071a40ae3a3a" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-request-id": [ + "82cb2c17-aa60-4133-bae6-7027b1e2bded" + ], + "x-ms-correlation-request-id": [ + "82cb2c17-aa60-4133-bae6-7027b1e2bded" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190611Z:82cb2c17-aa60-4133-bae6-7027b1e2bded" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:06:10 GMT" + ], + "Content-Length": [ + "175" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5969\",\r\n \"name\": \"azsmnet5969\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5969/providers/Microsoft.Search/searchServices/azs-9013?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDEzP2FwaS12ZXJzaW9uPTIwMTUtMDgtMTk=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "af442e09-5bfa-4c1d-87b4-9a37b5fd2982" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "67" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2019-11-14T19%3A06%3A18.5150538Z'\"" + ], + "x-ms-request-id": [ + "af442e09-5bfa-4c1d-87b4-9a37b5fd2982" + ], + "request-id": [ + "af442e09-5bfa-4c1d-87b4-9a37b5fd2982" + ], + "elapsed-time": [ + "3748" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "66fd3e65-632e-4627-b5dc-ae2ef39b48c1" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190620Z:66fd3e65-632e-4627-b5dc-ae2ef39b48c1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:06:19 GMT" + ], + "Content-Length": [ + "385" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5969/providers/Microsoft.Search/searchServices/azs-9013\",\r\n \"name\": \"azs-9013\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\"\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5969/providers/Microsoft.Search/searchServices/azs-9013/listAdminKeys?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDEzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAxNS0wOC0xOQ==", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "84824b96-91e5-4449-ba63-4ba15b103d70" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "84824b96-91e5-4449-ba63-4ba15b103d70" + ], + "request-id": [ + "84824b96-91e5-4449-ba63-4ba15b103d70" + ], + "elapsed-time": [ + "439" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "81c92063-fcb0-46bf-9649-8d7f8c8499dc" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190622Z:81c92063-fcb0-46bf-9649-8d7f8c8499dc" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:06:22 GMT" + ], + "Content-Length": [ + "99" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"primaryKey\": \"5A0A5FF146B0EBC105EC11320C90C869\",\r\n \"secondaryKey\": \"A49EC6839356CE95B437171A00C81C0B\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5969/providers/Microsoft.Search/searchServices/azs-9013/listQueryKeys?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDEzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAxNS0wOC0xOQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5f19eb6e-308e-4581-bed2-1fe1b8ef3d74" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "5f19eb6e-308e-4581-bed2-1fe1b8ef3d74" + ], + "request-id": [ + "5f19eb6e-308e-4581-bed2-1fe1b8ef3d74" + ], + "elapsed-time": [ + "373" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14980" + ], + "x-ms-correlation-request-id": [ + "6ed9d87f-fd32-4145-a8bc-ac756e3ae411" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190623Z:6ed9d87f-fd32-4145-a8bc-ac756e3ae411" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:06:22 GMT" + ], + "Content-Length": [ + "82" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"E78E3438312C74806F18DC2E8BA39116\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/skillsets('testskillset')?api-version=2019-05-06-Preview", + "EncodedRequestUri": "L3NraWxsc2V0cygndGVzdHNraWxsc2V0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNi1QcmV2aWV3", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"categories\": [\r\n \"person\",\r\n \"location\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestHeaders": { + "client-request-id": [ + "5c947a99-56cc-4386-95aa-28c18d5a919d" + ], + "Prefer": [ + "return=representation" + ], + "Accept-Language": [ + "en-US" + ], + "If-None-Match": [ + "*" + ], + "api-key": [ + "5A0A5FF146B0EBC105EC11320C90C869" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Search.SearchServiceClient/11.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1251" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"0x8D76935BF05BBE5\"" + ], + "Location": [ + "https://azs-9013.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06-Preview" + ], + "request-id": [ + "5c947a99-56cc-4386-95aa-28c18d5a919d" + ], + "elapsed-time": [ + "258" + ], + "OData-Version": [ + "4.0" + ], + "Preference-Applied": [ + "odata.include-annotations=\"*\"" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ], + "Date": [ + "Thu, 14 Nov 2019 19:06:24 GMT" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "1116" + ] + }, + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9013.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D76935BF05BBE5\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"categories\": [\r\n \"person\",\r\n \"location\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"includeTypelessEntities\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null,\r\n \"knowledgeStore\": null\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5969/providers/Microsoft.Search/searchServices/azs-9013?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDEzP2FwaS12ZXJzaW9uPTIwMTUtMDgtMTk=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "42d8f327-f313-43f0-a907-1b69bf8cb895" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "42d8f327-f313-43f0-a907-1b69bf8cb895" + ], + "request-id": [ + "42d8f327-f313-43f0-a907-1b69bf8cb895" + ], + "elapsed-time": [ + "1159" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], + "x-ms-correlation-request-id": [ + "8664d93e-d69b-440d-be28-7d4a0b03cd0b" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190629Z:8664d93e-d69b-440d-be28-7d4a0b03cd0b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:06:28 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "GenerateName": [ + "azsmnet5969" + ], + "GenerateServiceName": [ + "azs-9013" + ] + }, + "Variables": { + "SubscriptionId": "3c729b2a-4f86-4bb2-abe8-4b8647af156c" + } +} \ No newline at end of file diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateOrUpdateUpdatesWhenSkillsetExists.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateOrUpdateUpdatesWhenSkillsetExists.json index 688aaf29e63e..9d21f76b6bfe 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateOrUpdateUpdatesWhenSkillsetExists.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateOrUpdateUpdatesWhenSkillsetExists.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c25120b6-8218-4c13-a058-debdd2fd0eba" + "1b74dec5-6a23-470f-bace-a3b3c79ef535" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1191" ], "x-ms-request-id": [ - "0e3c2f50-1756-401f-b037-507278d0c276" + "4fd5062c-e7da-42e7-8408-78b27bc7c2c7" ], "x-ms-correlation-request-id": [ - "0e3c2f50-1756-401f-b037-507278d0c276" + "4fd5062c-e7da-42e7-8408-78b27bc7c2c7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015305Z:0e3c2f50-1756-401f-b037-507278d0c276" + "NORTHEUROPE:20200808T090304Z:4fd5062c-e7da-42e7-8408-78b27bc7c2c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:53:05 GMT" + "Sat, 08 Aug 2020 09:03:03 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3688?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNjg4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6445?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2NDQ1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5956d5a8-57fd-45d1-ab27-609b14d61626" + "571cd900-85e4-47e3-b986-d819f39d5be8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1192" ], "x-ms-request-id": [ - "bc127ae9-6992-4511-a4fe-111bd7dc93d5" + "61a34c19-fd6d-4dde-80c9-3d2140cfc04f" ], "x-ms-correlation-request-id": [ - "bc127ae9-6992-4511-a4fe-111bd7dc93d5" + "61a34c19-fd6d-4dde-80c9-3d2140cfc04f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015306Z:bc127ae9-6992-4511-a4fe-111bd7dc93d5" + "NORTHEUROPE:20200808T090306Z:61a34c19-fd6d-4dde-80c9-3d2140cfc04f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:53:05 GMT" + "Sat, 08 Aug 2020 09:03:05 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3688\",\r\n \"name\": \"azsmnet3688\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6445\",\r\n \"name\": \"azsmnet6445\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3688/providers/Microsoft.Search/searchServices/azs-6282?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MjgyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6445/providers/Microsoft.Search/searchServices/azs-821?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MjE/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e7e5d49a-65a6-4b54-9e96-5540a12a5ab7" + "95561780-746a-4f4f-baec-5ed45e871b4e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A53%3A09.48412Z'\"" + "W/\"datetime'2020-08-08T09%3A03%3A10.6713366Z'\"" ], "x-ms-request-id": [ - "e7e5d49a-65a6-4b54-9e96-5540a12a5ab7" + "95561780-746a-4f4f-baec-5ed45e871b4e" ], "request-id": [ - "e7e5d49a-65a6-4b54-9e96-5540a12a5ab7" + "95561780-746a-4f4f-baec-5ed45e871b4e" ], "elapsed-time": [ - "1313" + "1523" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1193" ], "x-ms-correlation-request-id": [ - "a35f37b8-fdfa-4ef8-a8d9-411fd998692e" + "91824f0a-1d9e-4e79-9611-1f061eee882f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015310Z:a35f37b8-fdfa-4ef8-a8d9-411fd998692e" + "NORTHEUROPE:20200808T090312Z:91824f0a-1d9e-4e79-9611-1f061eee882f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:53:09 GMT" + "Sat, 08 Aug 2020 09:03:11 GMT" ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3688/providers/Microsoft.Search/searchServices/azs-6282\",\r\n \"name\": \"azs-6282\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6445/providers/Microsoft.Search/searchServices/azs-821\",\r\n \"name\": \"azs-821\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3688/providers/Microsoft.Search/searchServices/azs-6282/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MjgyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6445/providers/Microsoft.Search/searchServices/azs-821/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MjEvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0bd76517-5099-45aa-9445-263ad0d9a8db" + "92133d3f-2b15-4d40-8807-d830ad262ba5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0bd76517-5099-45aa-9445-263ad0d9a8db" + "92133d3f-2b15-4d40-8807-d830ad262ba5" ], "request-id": [ - "0bd76517-5099-45aa-9445-263ad0d9a8db" + "92133d3f-2b15-4d40-8807-d830ad262ba5" ], "elapsed-time": [ - "96" + "112" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1190" ], "x-ms-correlation-request-id": [ - "fb4387bc-c20e-45fa-9ce5-c30dca44a4d1" + "ff52f527-62b5-48cc-b61d-83fd0abf96d3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015312Z:fb4387bc-c20e-45fa-9ce5-c30dca44a4d1" + "NORTHEUROPE:20200808T090314Z:ff52f527-62b5-48cc-b61d-83fd0abf96d3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:53:12 GMT" + "Sat, 08 Aug 2020 09:03:13 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"77D9EE04662644D8ABA79E2ECB04B577\",\r\n \"secondaryKey\": \"9E4F1FB01C928CF7853E6AE295495192\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"CB2B35BB8BEB9719DE119BC223E5271E\",\r\n \"secondaryKey\": \"7C3694EDE1127FA2DFE00C588C800490\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3688/providers/Microsoft.Search/searchServices/azs-6282/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MjgyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6445/providers/Microsoft.Search/searchServices/azs-821/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MjEvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3999c93-885f-4bee-ab56-68dd73673a8e" + "1c5bb8b1-2bd9-434e-be69-11b47f92487b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b3999c93-885f-4bee-ab56-68dd73673a8e" + "1c5bb8b1-2bd9-434e-be69-11b47f92487b" ], "request-id": [ - "b3999c93-885f-4bee-ab56-68dd73673a8e" + "1c5bb8b1-2bd9-434e-be69-11b47f92487b" ], "elapsed-time": [ - "94" + "140" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1189" ], "x-ms-correlation-request-id": [ - "26e678d0-e6f1-44f5-90b7-41d83d08290c" + "6b85fd36-b5cc-44d8-abd4-48ebea4e265a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015312Z:26e678d0-e6f1-44f5-90b7-41d83d08290c" + "NORTHEUROPE:20200808T090314Z:6b85fd36-b5cc-44d8-abd4-48ebea4e265a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:53:12 GMT" + "Sat, 08 Aug 2020 09:03:13 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"8ABAF77BBA520E91CFC24F6C1293FC3D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"EFFD3A52F6DBFA1CDE4599D748A36EB2\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/skillsets('azsmnet2815')?api-version=2019-05-06", - "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDI4MTUnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/skillsets('azsmnet3824')?api-version=2019-05-06", + "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDM4MjQnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet2815\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"handwritten\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3824\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"handwritten\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "52ac4601-fdd6-4007-a9d9-83def84c54d9" + "d2106eb6-9be0-4503-845a-87fec83695d1" ], "Prefer": [ "return=representation" @@ -355,12 +355,12 @@ "en-US" ], "api-key": [ - "77D9EE04662644D8ABA79E2ECB04B577" + "CB2B35BB8BEB9719DE119BC223E5271E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -378,16 +378,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803730CC97FEF\"" + "W/\"0x8D83B79E3391FFF\"" ], "Location": [ - "https://azs-6282.search-dogfood.windows-int.net/skillsets('azsmnet2815')?api-version=2019-05-06" + "https://azs-821.search-dogfood.windows-int.net/skillsets('azsmnet3824')?api-version=2019-05-06" ], "request-id": [ - "52ac4601-fdd6-4007-a9d9-83def84c54d9" + "d2106eb6-9be0-4503-845a-87fec83695d1" ], "elapsed-time": [ - "108" + "89" ], "OData-Version": [ "4.0" @@ -399,7 +399,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:53:14 GMT" + "Sat, 08 Aug 2020 09:03:16 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,20 +408,20 @@ "-1" ], "Content-Length": [ - "691" + "690" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6282.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803730CC97FEF\\\"\",\r\n \"name\": \"azsmnet2815\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"handwritten\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-821.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B79E3391FFF\\\"\",\r\n \"name\": \"azsmnet3824\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"handwritten\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/skillsets('azsmnet2815')?api-version=2019-05-06", - "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDI4MTUnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/skillsets('azsmnet3824')?api-version=2019-05-06", + "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDM4MjQnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet2815\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"name\": \"myocr-1\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext1\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3824\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"name\": \"myocr-1\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext1\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "e94ff73e-c60f-4ac1-8bcf-8b7b25aee2bd" + "2495fda5-c445-4502-a6dd-b31576fa2719" ], "Prefer": [ "return=representation" @@ -430,12 +430,12 @@ "en-US" ], "api-key": [ - "77D9EE04662644D8ABA79E2ECB04B577" + "CB2B35BB8BEB9719DE119BC223E5271E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -453,13 +453,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803730CDC4916\"" + "W/\"0x8D83B79E34EF73C\"" ], "request-id": [ - "e94ff73e-c60f-4ac1-8bcf-8b7b25aee2bd" + "2495fda5-c445-4502-a6dd-b31576fa2719" ], "elapsed-time": [ - "81" + "88" ], "OData-Version": [ "4.0" @@ -471,7 +471,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:53:14 GMT" + "Sat, 08 Aug 2020 09:03:16 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,28 +480,28 @@ "-1" ], "Content-Length": [ - "1142" + "1141" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6282.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803730CDC4916\\\"\",\r\n \"name\": \"azsmnet2815\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr-1\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext1\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-821.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B79E34EF73C\\\"\",\r\n \"name\": \"azsmnet3824\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr-1\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext1\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3688/providers/Microsoft.Search/searchServices/azs-6282?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MjgyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6445/providers/Microsoft.Search/searchServices/azs-821?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDQ1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MjE/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c0a9321a-6efd-479e-91e8-fda42bbb4fac" + "9ba89bc9-5236-4550-adc4-1f4673dce33e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -512,51 +512,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14988" + ], "x-ms-request-id": [ - "c0a9321a-6efd-479e-91e8-fda42bbb4fac" + "3ffd3287-35b3-4a6f-8fbf-718b72f26736" ], - "request-id": [ - "c0a9321a-6efd-479e-91e8-fda42bbb4fac" + "x-ms-correlation-request-id": [ + "3ffd3287-35b3-4a6f-8fbf-718b72f26736" ], - "elapsed-time": [ - "936" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T090325Z:3ffd3287-35b3-4a6f-8fbf-718b72f26736" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" - ], - "x-ms-correlation-request-id": [ - "669be618-6311-412b-b371-0c681b6f0f54" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015319Z:669be618-6311-412b-b371-0c681b6f0f54" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:53:18 GMT" + "Sat, 08 Aug 2020 09:03:24 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet3688", - "azsmnet2815" + "azsmnet6445", + "azsmnet3824" ], "GenerateServiceName": [ - "azs-6282" + "azs-821" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionConditional.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionConditional.json index 681f077476a5..307986efed3e 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionConditional.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionConditional.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "363acd55-be1c-4f78-8164-f1338dd7a19f" + "1f4ae2f6-a7f2-471c-b17b-7c683e7ab99b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1186" ], "x-ms-request-id": [ - "8b7b2bf4-601d-4f5c-babc-7f401fc9da18" + "a06d3682-8f9f-47f8-82f1-678c0f790997" ], "x-ms-correlation-request-id": [ - "8b7b2bf4-601d-4f5c-babc-7f401fc9da18" + "a06d3682-8f9f-47f8-82f1-678c0f790997" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015035Z:8b7b2bf4-601d-4f5c-babc-7f401fc9da18" + "NORTHEUROPE:20200808T085809Z:a06d3682-8f9f-47f8-82f1-678c0f790997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:50:34 GMT" + "Sat, 08 Aug 2020 08:58:08 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5654?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NjU0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5536?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NTM2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9250da58-8050-4327-86b4-2cf36d081a8f" + "bf7534fa-46ff-4a08-8b4b-2eee27fcc6d9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1191" ], "x-ms-request-id": [ - "646ca8da-f3ee-4337-a04b-9dacd31706af" + "44f2242c-adb9-49c6-8e2e-b48919eec50d" ], "x-ms-correlation-request-id": [ - "646ca8da-f3ee-4337-a04b-9dacd31706af" + "44f2242c-adb9-49c6-8e2e-b48919eec50d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015036Z:646ca8da-f3ee-4337-a04b-9dacd31706af" + "NORTHEUROPE:20200808T085810Z:44f2242c-adb9-49c6-8e2e-b48919eec50d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:50:35 GMT" + "Sat, 08 Aug 2020 08:58:10 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5654\",\r\n \"name\": \"azsmnet5654\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5536\",\r\n \"name\": \"azsmnet5536\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5654/providers/Microsoft.Search/searchServices/azs-5944?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTQ0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5536/providers/Microsoft.Search/searchServices/azs-6744?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTM2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzQ0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "011d3078-45fa-493c-921e-f7d722f95c88" + "32103266-1374-4dd4-afeb-f15e5bb6f139" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A50%3A40.3767084Z'\"" + "W/\"datetime'2020-08-08T08%3A58%3A16.0789243Z'\"" ], "x-ms-request-id": [ - "011d3078-45fa-493c-921e-f7d722f95c88" + "32103266-1374-4dd4-afeb-f15e5bb6f139" ], "request-id": [ - "011d3078-45fa-493c-921e-f7d722f95c88" + "32103266-1374-4dd4-afeb-f15e5bb6f139" ], "elapsed-time": [ - "1702" + "1515" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1193" ], "x-ms-correlation-request-id": [ - "21697326-be43-4a45-a74d-5b0819a12ba0" + "cb5edc68-37f2-4ccc-bf18-c0fcd1e7a706" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015041Z:21697326-be43-4a45-a74d-5b0819a12ba0" + "NORTHEUROPE:20200808T085817Z:cb5edc68-37f2-4ccc-bf18-c0fcd1e7a706" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:50:41 GMT" + "Sat, 08 Aug 2020 08:58:16 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5654/providers/Microsoft.Search/searchServices/azs-5944\",\r\n \"name\": \"azs-5944\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5536/providers/Microsoft.Search/searchServices/azs-6744\",\r\n \"name\": \"azs-6744\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5654/providers/Microsoft.Search/searchServices/azs-5944/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTQ0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5536/providers/Microsoft.Search/searchServices/azs-6744/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTM2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzQ0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "467c8fdb-0abf-427a-9202-bd4cea862894" + "7c56c0a2-6118-40a3-9b57-a7b6c0b399e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "467c8fdb-0abf-427a-9202-bd4cea862894" + "7c56c0a2-6118-40a3-9b57-a7b6c0b399e2" ], "request-id": [ - "467c8fdb-0abf-427a-9202-bd4cea862894" + "7c56c0a2-6118-40a3-9b57-a7b6c0b399e2" ], "elapsed-time": [ - "454" + "98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1190" ], "x-ms-correlation-request-id": [ - "7abc8978-3031-445b-b818-6ae77239652e" + "dd1836ae-4ad9-4702-a685-247d358ebe6d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015044Z:7abc8978-3031-445b-b818-6ae77239652e" + "NORTHEUROPE:20200808T085819Z:dd1836ae-4ad9-4702-a685-247d358ebe6d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:50:44 GMT" + "Sat, 08 Aug 2020 08:58:18 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"130B4EDB565FB8C874102A244C4F309B\",\r\n \"secondaryKey\": \"8F5A7ED82F72A89EAC5BC12F61460313\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"4206826C6AC38353C65DE8AD378DBD47\",\r\n \"secondaryKey\": \"3D15FC369BF2A6ADA03C8DA8523B30F8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5654/providers/Microsoft.Search/searchServices/azs-5944/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTQ0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5536/providers/Microsoft.Search/searchServices/azs-6744/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTM2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzQ0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b9bc363-1dc8-4b8e-b7cf-a1a9adade56f" + "f27ac6fd-1120-48db-bf31-c85973bed421" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9b9bc363-1dc8-4b8e-b7cf-a1a9adade56f" + "f27ac6fd-1120-48db-bf31-c85973bed421" ], "request-id": [ - "9b9bc363-1dc8-4b8e-b7cf-a1a9adade56f" + "f27ac6fd-1120-48db-bf31-c85973bed421" ], "elapsed-time": [ - "400" + "86" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1189" ], "x-ms-correlation-request-id": [ - "7996befb-ee53-4c57-8eb5-4e7c37ad1991" + "78aa1ab9-3960-47ff-9a0f-792390cc6e40" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015045Z:7996befb-ee53-4c57-8eb5-4e7c37ad1991" + "NORTHEUROPE:20200808T085820Z:78aa1ab9-3960-47ff-9a0f-792390cc6e40" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:50:44 GMT" + "Sat, 08 Aug 2020 08:58:19 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"A35499F153E5CFB529DBF70A442D5440\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"6E84FDC1F6AE21AD6B3F6C57E6AD8CA2\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -346,18 +346,18 @@ "RequestBody": "{\r\n \"name\": \"testskillset3\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Util.ConditionalSkill\",\r\n \"name\": \"myconditional\",\r\n \"description\": \"Tested Conditional skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"condition\",\r\n \"source\": \"= $(/document/language) == null\"\r\n },\r\n {\r\n \"name\": \"whenTrue\",\r\n \"source\": \"= 'es'\"\r\n },\r\n {\r\n \"name\": \"whenFalse\",\r\n \"source\": \"= $(/document/language)\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"output\",\r\n \"targetName\": \"myLanguageCode\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "1b452921-154e-4fd5-aebf-b09d351f62c0" + "d97e07e0-1ca3-4b8b-90fe-e66674fda84b" ], "Accept-Language": [ "en-US" ], "api-key": [ - "130B4EDB565FB8C874102A244C4F309B" + "4206826C6AC38353C65DE8AD378DBD47" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80372B659F7D5\"" + "W/\"0x8D83B7933CDADDC\"" ], "Location": [ - "https://azs-5944.search-dogfood.windows-int.net/skillsets('testskillset3')?api-version=2019-05-06" + "https://azs-6744.search-dogfood.windows-int.net/skillsets('testskillset3')?api-version=2019-05-06" ], "request-id": [ - "1b452921-154e-4fd5-aebf-b09d351f62c0" + "d97e07e0-1ca3-4b8b-90fe-e66674fda84b" ], "elapsed-time": [ - "2677" + "290" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:50:49 GMT" + "Sat, 08 Aug 2020 08:58:21 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,7 +408,7 @@ "702" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5944.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80372B659F7D5\\\"\",\r\n \"name\": \"testskillset3\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Util.ConditionalSkill\",\r\n \"name\": \"myconditional\",\r\n \"description\": \"Tested Conditional skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"condition\",\r\n \"source\": \"= $(/document/language) == null\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"whenTrue\",\r\n \"source\": \"= 'es'\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"whenFalse\",\r\n \"source\": \"= $(/document/language)\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"output\",\r\n \"targetName\": \"myLanguageCode\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6744.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7933CDADDC\\\"\",\r\n \"name\": \"testskillset3\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Util.ConditionalSkill\",\r\n \"name\": \"myconditional\",\r\n \"description\": \"Tested Conditional skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"condition\",\r\n \"source\": \"= $(/document/language) == null\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"whenTrue\",\r\n \"source\": \"= 'es'\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"whenFalse\",\r\n \"source\": \"= $(/document/language)\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"output\",\r\n \"targetName\": \"myLanguageCode\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { @@ -418,18 +418,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "b11494b1-d17d-4598-abdf-8217288ddf80" + "1e1ad423-1ede-4bcb-ae27-687e04bc74ab" ], "Accept-Language": [ "en-US" ], "api-key": [ - "130B4EDB565FB8C874102A244C4F309B" + "4206826C6AC38353C65DE8AD378DBD47" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -441,16 +441,16 @@ "no-cache" ], "request-id": [ - "b11494b1-d17d-4598-abdf-8217288ddf80" + "1e1ad423-1ede-4bcb-ae27-687e04bc74ab" ], "elapsed-time": [ - "83" + "66" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:50:49 GMT" + "Sat, 08 Aug 2020 08:58:21 GMT" ], "Expires": [ "-1" @@ -460,21 +460,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5654/providers/Microsoft.Search/searchServices/azs-5944?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NjU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTQ0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5536/providers/Microsoft.Search/searchServices/azs-6744?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTM2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NzQ0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "306930f8-cd03-41fc-98f5-cb2a56a7b9ec" + "ebd60faf-a1a0-41cd-a85e-e6d4e9378f4d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -485,50 +485,41 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14987" + ], "x-ms-request-id": [ - "306930f8-cd03-41fc-98f5-cb2a56a7b9ec" + "67a75b35-7775-409f-a3cd-6bf8adf5cafb" ], - "request-id": [ - "306930f8-cd03-41fc-98f5-cb2a56a7b9ec" + "x-ms-correlation-request-id": [ + "67a75b35-7775-409f-a3cd-6bf8adf5cafb" ], - "elapsed-time": [ - "905" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T085829Z:67a75b35-7775-409f-a3cd-6bf8adf5cafb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" - ], - "x-ms-correlation-request-id": [ - "afacb1db-e147-4b90-be90-8769f26f8a16" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015053Z:afacb1db-e147-4b90-be90-8769f26f8a16" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:50:53 GMT" + "Sat, 08 Aug 2020 08:58:29 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5654" + "azsmnet5536" ], "GenerateServiceName": [ - "azs-5944" + "azs-6744" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionImageAnalysisKeyPhrase.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionImageAnalysisKeyPhrase.json index 878057e5bb3a..981ff55d6947 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionImageAnalysisKeyPhrase.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionImageAnalysisKeyPhrase.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a29af0f-b491-47c3-a9e7-195ca3125794" + "919d3ce1-b762-4898-bf0e-ce5154fffbac" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1186" ], "x-ms-request-id": [ - "61070577-e0bb-44c3-acc2-9e0d741e959c" + "ebd1f8a9-c571-441b-8d62-ac2f5cf39a62" ], "x-ms-correlation-request-id": [ - "61070577-e0bb-44c3-acc2-9e0d741e959c" + "ebd1f8a9-c571-441b-8d62-ac2f5cf39a62" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200608T181321Z:61070577-e0bb-44c3-acc2-9e0d741e959c" + "NORTHEUROPE:20200808T091204Z:ebd1f8a9-c571-441b-8d62-ac2f5cf39a62" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Mon, 08 Jun 2020 18:13:21 GMT" + "Sat, 08 Aug 2020 09:12:03 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1988?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxOTg4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1386?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMzg2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d6aadd68-7214-4b0c-847a-add3d4d99385" + "0ff0080c-6dc0-4feb-87ec-1bd95ddd5109" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1191" ], "x-ms-request-id": [ - "5b397dce-55b8-4ee4-8d08-bc5d884cd17c" + "50f92bd6-1ed9-45f8-9382-366a1e5a300e" ], "x-ms-correlation-request-id": [ - "5b397dce-55b8-4ee4-8d08-bc5d884cd17c" + "50f92bd6-1ed9-45f8-9382-366a1e5a300e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200608T181322Z:5b397dce-55b8-4ee4-8d08-bc5d884cd17c" + "NORTHEUROPE:20200808T091205Z:50f92bd6-1ed9-45f8-9382-366a1e5a300e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Mon, 08 Jun 2020 18:13:22 GMT" + "Sat, 08 Aug 2020 09:12:05 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1988\",\r\n \"name\": \"azsmnet1988\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1386\",\r\n \"name\": \"azsmnet1386\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1988/providers/Microsoft.Search/searchServices/azs-84?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxOTg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ND9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1386/providers/Microsoft.Search/searchServices/azs-3260?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMzg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMjYwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f86904ec-09a0-4a69-8a7c-a9bccc5ed01a" + "ab99ace4-5d60-4994-b34c-3b817807ae77" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-06-08T18%3A13%3A30.8832213Z'\"" + "W/\"datetime'2020-08-08T09%3A12%3A09.4640498Z'\"" ], "x-ms-request-id": [ - "f86904ec-09a0-4a69-8a7c-a9bccc5ed01a" + "ab99ace4-5d60-4994-b34c-3b817807ae77" ], "request-id": [ - "f86904ec-09a0-4a69-8a7c-a9bccc5ed01a" + "ab99ace4-5d60-4994-b34c-3b817807ae77" ], "elapsed-time": [ - "3751" + "1462" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1191" ], "x-ms-correlation-request-id": [ - "4b53709f-8dd8-4a97-821d-e304c578b313" + "6c94a2ba-5644-44b8-9b09-5ea9ac0a906c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200608T181331Z:4b53709f-8dd8-4a97-821d-e304c578b313" + "NORTHEUROPE:20200808T091210Z:6c94a2ba-5644-44b8-9b09-5ea9ac0a906c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 08 Jun 2020 18:13:31 GMT" + "Sat, 08 Aug 2020 09:12:10 GMT" ], "Content-Length": [ - "525" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1988/providers/Microsoft.Search/searchServices/azs-84\",\r\n \"name\": \"azs-84\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1386/providers/Microsoft.Search/searchServices/azs-3260\",\r\n \"name\": \"azs-3260\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1988/providers/Microsoft.Search/searchServices/azs-84/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxOTg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NC9saXN0QWRtaW5LZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1386/providers/Microsoft.Search/searchServices/azs-3260/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMzg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMjYwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ab1fe38d-a094-424f-bb0e-752ba0063584" + "c6aa84a1-145e-4780-80c9-56477b79659f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ab1fe38d-a094-424f-bb0e-752ba0063584" + "c6aa84a1-145e-4780-80c9-56477b79659f" ], "request-id": [ - "ab1fe38d-a094-424f-bb0e-752ba0063584" + "c6aa84a1-145e-4780-80c9-56477b79659f" ], "elapsed-time": [ - "102" + "171" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1188" ], "x-ms-correlation-request-id": [ - "28255ebb-1c4b-44b3-875f-3f1827c57a25" + "bb08c52c-8687-4e8e-b48f-a22bc6adf8ae" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200608T181334Z:28255ebb-1c4b-44b3-875f-3f1827c57a25" + "NORTHEUROPE:20200808T091213Z:bb08c52c-8687-4e8e-b48f-a22bc6adf8ae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 08 Jun 2020 18:13:34 GMT" + "Sat, 08 Aug 2020 09:12:12 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"3D09F8D478A34B8E1BE9B1D8075204D3\",\r\n \"secondaryKey\": \"32BE3081FE14B8B329C9D5275E656518\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"B103F56DB895CF7C2307273FFC17E201\",\r\n \"secondaryKey\": \"40C38842D362C907D2B8759B32DE7378\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1988/providers/Microsoft.Search/searchServices/azs-84/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxOTg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NC9saXN0UXVlcnlLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1386/providers/Microsoft.Search/searchServices/azs-3260/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMzg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMjYwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b0f512f0-3276-4d93-8900-675d3954f80f" + "28ef407e-e06a-4a5e-bb53-3ff362ea42a9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b0f512f0-3276-4d93-8900-675d3954f80f" + "28ef407e-e06a-4a5e-bb53-3ff362ea42a9" ], "request-id": [ - "b0f512f0-3276-4d93-8900-675d3954f80f" + "28ef407e-e06a-4a5e-bb53-3ff362ea42a9" ], "elapsed-time": [ - "105" + "103" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1187" ], "x-ms-correlation-request-id": [ - "67ddfe81-9aea-45cf-8ba2-a0d5d5640f47" + "3793a1f8-b172-4074-b299-7e28f3485955" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200608T181335Z:67ddfe81-9aea-45cf-8ba2-a0d5d5640f47" + "NORTHEUROPE:20200808T091213Z:3793a1f8-b172-4074-b299-7e28f3485955" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 08 Jun 2020 18:13:34 GMT" + "Sat, 08 Aug 2020 09:12:13 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"E01750B0EDB0A2F8FE7D1FEF888572A8\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"A50A2236D2F5D661BD6A16FB6D5E2A93\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -346,18 +346,18 @@ "RequestBody": "{\r\n \"name\": \"testskillset2\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.ImageAnalysisSkill\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"visualFeatures\": [\r\n \"categories\",\r\n \"description\",\r\n \"faces\",\r\n \"tags\"\r\n ],\r\n \"details\": [\r\n \"celebrities\",\r\n \"landmarks\"\r\n ],\r\n \"name\": \"myimage\",\r\n \"description\": \"Tested image analysis skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"description\",\r\n \"targetName\": \"mydescription\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"name\": \"mykeyphrases\",\r\n \"description\": \"Tested Key Phrase skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mydescription/*/Tags/*\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"keyPhrases\",\r\n \"targetName\": \"myKeyPhrases\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "abcbf0a5-bc09-49d5-a4ed-dd3ec541194a" + "c5258104-8697-4c40-a274-9eb513df641f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3D09F8D478A34B8E1BE9B1D8075204D3" + "B103F56DB895CF7C2307273FFC17E201" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80BD7AC0537C3\"" + "W/\"0x8D83B7B24DF9428\"" ], "Location": [ - "https://azs-84.search-dogfood.windows-int.net/skillsets('testskillset2')?api-version=2019-05-06" + "https://azs-3260.search-dogfood.windows-int.net/skillsets('testskillset2')?api-version=2019-05-06" ], "request-id": [ - "abcbf0a5-bc09-49d5-a4ed-dd3ec541194a" + "c5258104-8697-4c40-a274-9eb513df641f" ], "elapsed-time": [ - "295" + "132" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Mon, 08 Jun 2020 18:13:40 GMT" + "Sat, 08 Aug 2020 09:12:15 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,10 +405,10 @@ "-1" ], "Content-Length": [ - "1104" + "1106" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-84.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80BD7AC0537C3\\\"\",\r\n \"name\": \"testskillset2\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.ImageAnalysisSkill\",\r\n \"name\": \"myimage\",\r\n \"description\": \"Tested image analysis skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"visualFeatures\": [\r\n \"categories\",\r\n \"description\",\r\n \"faces\",\r\n \"tags\"\r\n ],\r\n \"details\": [\r\n \"celebrities\",\r\n \"landmarks\"\r\n ],\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"description\",\r\n \"targetName\": \"mydescription\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\r\n \"name\": \"mykeyphrases\",\r\n \"description\": \"Tested Key Phrase skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"maxKeyPhraseCount\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mydescription/*/Tags/*\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"keyPhrases\",\r\n \"targetName\": \"myKeyPhrases\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3260.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7B24DF9428\\\"\",\r\n \"name\": \"testskillset2\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.ImageAnalysisSkill\",\r\n \"name\": \"myimage\",\r\n \"description\": \"Tested image analysis skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"visualFeatures\": [\r\n \"categories\",\r\n \"description\",\r\n \"faces\",\r\n \"tags\"\r\n ],\r\n \"details\": [\r\n \"celebrities\",\r\n \"landmarks\"\r\n ],\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"description\",\r\n \"targetName\": \"mydescription\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\r\n \"name\": \"mykeyphrases\",\r\n \"description\": \"Tested Key Phrase skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"maxKeyPhraseCount\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mydescription/*/Tags/*\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"keyPhrases\",\r\n \"targetName\": \"myKeyPhrases\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { @@ -418,18 +418,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "8f8e7fa5-efb1-4bd5-b5c0-de1cd3f0f160" + "bbb30317-66ce-47c8-8787-eecdcf712d66" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3D09F8D478A34B8E1BE9B1D8075204D3" + "B103F56DB895CF7C2307273FFC17E201" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -441,16 +441,16 @@ "no-cache" ], "request-id": [ - "8f8e7fa5-efb1-4bd5-b5c0-de1cd3f0f160" + "bbb30317-66ce-47c8-8787-eecdcf712d66" ], "elapsed-time": [ - "114" + "82" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Mon, 08 Jun 2020 18:13:40 GMT" + "Sat, 08 Aug 2020 09:12:15 GMT" ], "Expires": [ "-1" @@ -460,21 +460,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1988/providers/Microsoft.Search/searchServices/azs-84?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxOTg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ND9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1386/providers/Microsoft.Search/searchServices/azs-3260?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMzg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMjYwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ac115cd-3098-4745-b10d-227dd8f90974" + "812cf439-c3d1-4d90-a91d-571e4b493371" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -485,50 +485,41 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "5ac115cd-3098-4745-b10d-227dd8f90974" + "0ff567f4-7fa2-4c3a-8a2d-facdd519d3eb" ], - "request-id": [ - "5ac115cd-3098-4745-b10d-227dd8f90974" + "x-ms-correlation-request-id": [ + "0ff567f4-7fa2-4c3a-8a2d-facdd519d3eb" ], - "elapsed-time": [ - "2242" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T091323Z:0ff567f4-7fa2-4c3a-8a2d-facdd519d3eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "x-ms-correlation-request-id": [ - "8b8cbd8d-d3dd-44ea-b0d7-aa34e1577589" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200608T181348Z:8b8cbd8d-d3dd-44ea-b0d7-aa34e1577589" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 08 Jun 2020 18:13:47 GMT" + "Sat, 08 Aug 2020 09:13:22 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet1988" + "azsmnet1386" ], "GenerateServiceName": [ - "azs-84" + "azs-3260" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionLanguageDetection.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionLanguageDetection.json index 8b481a0881ec..79ec3699b866 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionLanguageDetection.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionLanguageDetection.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da1b3187-98ee-4af0-a9e7-37899bccbfb3" + "ccf6ed4e-718e-4610-8685-b15c58222866" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1189" ], "x-ms-request-id": [ - "479df5a7-5a83-4db2-98ee-728a83a98241" + "c3ca0a0a-308a-4164-a449-439593d792d1" ], "x-ms-correlation-request-id": [ - "479df5a7-5a83-4db2-98ee-728a83a98241" + "c3ca0a0a-308a-4164-a449-439593d792d1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015243Z:479df5a7-5a83-4db2-98ee-728a83a98241" + "NORTHEUROPE:20200808T090218Z:c3ca0a0a-308a-4164-a449-439593d792d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:52:43 GMT" + "Sat, 08 Aug 2020 09:02:18 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5758?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NzU4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3755?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNzU1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2ceb6c53-517e-4035-bbfa-f1c2d8e83c60" + "78a55693-a4ab-471d-8148-e8486d27feaf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1192" ], "x-ms-request-id": [ - "c1324e69-c9ce-46db-859f-e58d7e52b425" + "e2086c81-6eca-4e52-a882-44e6c584f3d8" ], "x-ms-correlation-request-id": [ - "c1324e69-c9ce-46db-859f-e58d7e52b425" + "e2086c81-6eca-4e52-a882-44e6c584f3d8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015244Z:c1324e69-c9ce-46db-859f-e58d7e52b425" + "NORTHEUROPE:20200808T090218Z:e2086c81-6eca-4e52-a882-44e6c584f3d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:52:44 GMT" + "Sat, 08 Aug 2020 09:02:18 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5758\",\r\n \"name\": \"azsmnet5758\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3755\",\r\n \"name\": \"azsmnet3755\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5758/providers/Microsoft.Search/searchServices/azs-8228?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MjI4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3755/providers/Microsoft.Search/searchServices/azs-2258?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNzU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjU4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "93b25167-57ee-4aa5-8d76-2c4fad5539f7" + "22586288-7c92-422c-98c7-9f2b759bb41e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,16 +159,16 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A52%3A50.182298Z'\"" + "W/\"datetime'2020-08-08T09%3A02%3A26.0165277Z'\"" ], "x-ms-request-id": [ - "93b25167-57ee-4aa5-8d76-2c4fad5539f7" + "22586288-7c92-422c-98c7-9f2b759bb41e" ], "request-id": [ - "93b25167-57ee-4aa5-8d76-2c4fad5539f7" + "22586288-7c92-422c-98c7-9f2b759bb41e" ], "elapsed-time": [ - "1541" + "1812" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,16 +177,16 @@ "1190" ], "x-ms-correlation-request-id": [ - "4476680f-8123-4f31-8ee7-ed6d0c75564e" + "747bcf89-ab93-40df-bfaa-099b8e228781" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015251Z:4476680f-8123-4f31-8ee7-ed6d0c75564e" + "NORTHEUROPE:20200808T090227Z:747bcf89-ab93-40df-bfaa-099b8e228781" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:52:50 GMT" + "Sat, 08 Aug 2020 09:02:26 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5758/providers/Microsoft.Search/searchServices/azs-8228\",\r\n \"name\": \"azs-8228\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3755/providers/Microsoft.Search/searchServices/azs-2258\",\r\n \"name\": \"azs-2258\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5758/providers/Microsoft.Search/searchServices/azs-8228/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MjI4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3755/providers/Microsoft.Search/searchServices/azs-2258/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNzU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjU4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bb25d37f-1965-4aa1-891c-bc4ca21681c4" + "96b97d15-00e6-46e0-b6a8-f5c8bf68b36b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "bb25d37f-1965-4aa1-891c-bc4ca21681c4" + "96b97d15-00e6-46e0-b6a8-f5c8bf68b36b" ], "request-id": [ - "bb25d37f-1965-4aa1-891c-bc4ca21681c4" + "96b97d15-00e6-46e0-b6a8-f5c8bf68b36b" ], "elapsed-time": [ - "106" + "109" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1184" ], "x-ms-correlation-request-id": [ - "da81b75d-c0dc-4d62-9463-78f4fa577b7d" + "54e85dbb-64c7-4339-a959-aaa0e1f9f66c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015253Z:da81b75d-c0dc-4d62-9463-78f4fa577b7d" + "NORTHEUROPE:20200808T090229Z:54e85dbb-64c7-4339-a959-aaa0e1f9f66c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:52:53 GMT" + "Sat, 08 Aug 2020 09:02:28 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"F35D9B99C8FBAE8E88FBF584568988A7\",\r\n \"secondaryKey\": \"0427B2C8C150B41F09174F96F2E95336\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"0BCAB8AEA84CF9DA32A329E9DC87C5B8\",\r\n \"secondaryKey\": \"3CAAC272ABB825913804E373E447A1B3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5758/providers/Microsoft.Search/searchServices/azs-8228/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MjI4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3755/providers/Microsoft.Search/searchServices/azs-2258/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNzU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjU4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "af5f5393-4e76-4eb4-9da7-4e5b95041425" + "eb912d28-82ba-40d6-ab15-e8d14b67871a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "af5f5393-4e76-4eb4-9da7-4e5b95041425" + "eb912d28-82ba-40d6-ab15-e8d14b67871a" ], "request-id": [ - "af5f5393-4e76-4eb4-9da7-4e5b95041425" + "eb912d28-82ba-40d6-ab15-e8d14b67871a" ], "elapsed-time": [ - "113" + "237" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1183" ], "x-ms-correlation-request-id": [ - "d6651ddc-3297-4b28-9e0c-4825b9891273" + "d7dd41c9-38c5-4b4e-b5f0-2e995e210692" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015253Z:d6651ddc-3297-4b28-9e0c-4825b9891273" + "NORTHEUROPE:20200808T090230Z:d7dd41c9-38c5-4b4e-b5f0-2e995e210692" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:52:53 GMT" + "Sat, 08 Aug 2020 09:02:30 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"1693ECBB113856E56A4ADE20AF20520E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"C6753337DD49129AE851BA1667D5BF09\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -346,18 +346,18 @@ "RequestBody": "{\r\n \"name\": \"testskillset3\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.LanguageDetectionSkill\",\r\n \"name\": \"mylanguage\",\r\n \"description\": \"Tested Language Detection skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"languageCode\",\r\n \"targetName\": \"myLanguageCode\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "48bcbfda-3ace-4458-b7cc-35ef91b0ac59" + "f0ae2093-8576-4e72-b43a-9487635f05a5" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F35D9B99C8FBAE8E88FBF584568988A7" + "0BCAB8AEA84CF9DA32A329E9DC87C5B8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80373017FB383\"" + "W/\"0x8D83B79C8B144D3\"" ], "Location": [ - "https://azs-8228.search-dogfood.windows-int.net/skillsets('testskillset3')?api-version=2019-05-06" + "https://azs-2258.search-dogfood.windows-int.net/skillsets('testskillset3')?api-version=2019-05-06" ], "request-id": [ - "48bcbfda-3ace-4458-b7cc-35ef91b0ac59" + "f0ae2093-8576-4e72-b43a-9487635f05a5" ], "elapsed-time": [ - "116" + "100" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:52:55 GMT" + "Sat, 08 Aug 2020 09:02:31 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,7 +408,7 @@ "536" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8228.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80373017FB383\\\"\",\r\n \"name\": \"testskillset3\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.LanguageDetectionSkill\",\r\n \"name\": \"mylanguage\",\r\n \"description\": \"Tested Language Detection skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"languageCode\",\r\n \"targetName\": \"myLanguageCode\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2258.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B79C8B144D3\\\"\",\r\n \"name\": \"testskillset3\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.LanguageDetectionSkill\",\r\n \"name\": \"mylanguage\",\r\n \"description\": \"Tested Language Detection skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"languageCode\",\r\n \"targetName\": \"myLanguageCode\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { @@ -418,18 +418,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "27585d9b-7a93-4b56-8a76-de6f1e329552" + "b7853a3f-5610-4969-9904-66f5fc2c8d9d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F35D9B99C8FBAE8E88FBF584568988A7" + "0BCAB8AEA84CF9DA32A329E9DC87C5B8" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -441,16 +441,16 @@ "no-cache" ], "request-id": [ - "27585d9b-7a93-4b56-8a76-de6f1e329552" + "b7853a3f-5610-4969-9904-66f5fc2c8d9d" ], "elapsed-time": [ - "55" + "81" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:52:55 GMT" + "Sat, 08 Aug 2020 09:02:31 GMT" ], "Expires": [ "-1" @@ -460,21 +460,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5758/providers/Microsoft.Search/searchServices/azs-8228?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NzU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MjI4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3755/providers/Microsoft.Search/searchServices/azs-2258?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNzU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjU4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5d8cfee2-0fb1-42be-b907-0c579747e64b" + "bf62ebfb-dda2-497a-b5ca-a34d1d6a476b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -485,50 +485,41 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14994" + ], "x-ms-request-id": [ - "5d8cfee2-0fb1-42be-b907-0c579747e64b" + "854e9c57-17e4-4451-89e6-d64bddbcf0b5" ], - "request-id": [ - "5d8cfee2-0fb1-42be-b907-0c579747e64b" + "x-ms-correlation-request-id": [ + "854e9c57-17e4-4451-89e6-d64bddbcf0b5" ], - "elapsed-time": [ - "868" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T090250Z:854e9c57-17e4-4451-89e6-d64bddbcf0b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14993" - ], - "x-ms-correlation-request-id": [ - "2ccf05dd-3e2f-4856-afca-6a7752853930" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015300Z:2ccf05dd-3e2f-4856-afca-6a7752853930" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:52:59 GMT" + "Sat, 08 Aug 2020 09:02:50 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5758" + "azsmnet3755" ], "GenerateServiceName": [ - "azs-8228" + "azs-2258" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionMergeText.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionMergeText.json index 3e64026b91ef..e207e7d32e7b 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionMergeText.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionMergeText.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "23679ea4-7e79-474f-93af-dd1eb725e8ae" + "5b9ea6df-e6d6-4ccd-9f03-47303963584f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1196" ], "x-ms-request-id": [ - "beb7c1ec-98c7-4bc5-a3bb-dc331e28aeaf" + "f308fb57-e00f-4a04-a644-afd277dab787" ], "x-ms-correlation-request-id": [ - "beb7c1ec-98c7-4bc5-a3bb-dc331e28aeaf" + "f308fb57-e00f-4a04-a644-afd277dab787" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015739Z:beb7c1ec-98c7-4bc5-a3bb-dc331e28aeaf" + "NORTHEUROPE:20200808T091529Z:f308fb57-e00f-4a04-a644-afd277dab787" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:57:39 GMT" + "Sat, 08 Aug 2020 09:15:28 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1809?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxODA5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3758?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNzU4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d5c09d41-f407-4171-94d8-f4428efda723" + "7674e4d5-d31e-4408-95fe-427bdf3ebd16" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1197" ], "x-ms-request-id": [ - "9cf0c94a-c79b-4c2b-ae46-3400ab320cea" + "85518d28-96f2-43bf-9639-3e71ed63c579" ], "x-ms-correlation-request-id": [ - "9cf0c94a-c79b-4c2b-ae46-3400ab320cea" + "85518d28-96f2-43bf-9639-3e71ed63c579" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015740Z:9cf0c94a-c79b-4c2b-ae46-3400ab320cea" + "NORTHEUROPE:20200808T091530Z:85518d28-96f2-43bf-9639-3e71ed63c579" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:57:40 GMT" + "Sat, 08 Aug 2020 09:15:29 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1809\",\r\n \"name\": \"azsmnet1809\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3758\",\r\n \"name\": \"azsmnet3758\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1809/providers/Microsoft.Search/searchServices/azs-4934?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTM0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3758/providers/Microsoft.Search/searchServices/azs-3393?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNzU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "80e7de21-8ae3-425a-85c6-de7440e1d0f9" + "4ae8de0f-4f7b-424f-b800-7568c81fe672" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A57%3A44.6411572Z'\"" + "W/\"datetime'2020-08-08T09%3A15%3A37.1720356Z'\"" ], "x-ms-request-id": [ - "80e7de21-8ae3-425a-85c6-de7440e1d0f9" + "4ae8de0f-4f7b-424f-b800-7568c81fe672" ], "request-id": [ - "80e7de21-8ae3-425a-85c6-de7440e1d0f9" + "4ae8de0f-4f7b-424f-b800-7568c81fe672" ], "elapsed-time": [ - "1295" + "1851" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1195" ], "x-ms-correlation-request-id": [ - "b4061534-40a0-47a3-973b-2c6cc229761f" + "394cab99-1103-4490-bec8-f4f4adc70923" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015745Z:b4061534-40a0-47a3-973b-2c6cc229761f" + "NORTHEUROPE:20200808T091538Z:394cab99-1103-4490-bec8-f4f4adc70923" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:57:45 GMT" + "Sat, 08 Aug 2020 09:15:38 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1809/providers/Microsoft.Search/searchServices/azs-4934\",\r\n \"name\": \"azs-4934\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3758/providers/Microsoft.Search/searchServices/azs-3393\",\r\n \"name\": \"azs-3393\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1809/providers/Microsoft.Search/searchServices/azs-4934/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTM0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3758/providers/Microsoft.Search/searchServices/azs-3393/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNzU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzkzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bc28a150-10da-4fb3-8bcd-21e4e16f6d06" + "41b9bab0-be0f-4a90-8cfd-fc46f93e235e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "bc28a150-10da-4fb3-8bcd-21e4e16f6d06" + "41b9bab0-be0f-4a90-8cfd-fc46f93e235e" ], "request-id": [ - "bc28a150-10da-4fb3-8bcd-21e4e16f6d06" + "41b9bab0-be0f-4a90-8cfd-fc46f93e235e" ], "elapsed-time": [ - "379" + "693" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1194" ], "x-ms-correlation-request-id": [ - "7588c24c-fdf0-43a7-88f0-3621abcd4889" + "cd6b807f-8bd5-4b0a-b022-c485841d8557" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015747Z:7588c24c-fdf0-43a7-88f0-3621abcd4889" + "NORTHEUROPE:20200808T091543Z:cd6b807f-8bd5-4b0a-b022-c485841d8557" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:57:47 GMT" + "Sat, 08 Aug 2020 09:15:43 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"5E5702A0C7849F6ACF0B129C19EF2257\",\r\n \"secondaryKey\": \"C72EDFBF481BDA5F92B61B6B9C1BB1BC\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"C88E8CF357BD6E9C10165EECC9B7479B\",\r\n \"secondaryKey\": \"EAF26C3B09EB1AD0B572E554AB75DF39\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1809/providers/Microsoft.Search/searchServices/azs-4934/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTM0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3758/providers/Microsoft.Search/searchServices/azs-3393/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNzU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzkzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "58323ef8-cb14-4f75-9226-c552b3b50669" + "a05ba68f-567c-4905-99f9-e111bfede257" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "58323ef8-cb14-4f75-9226-c552b3b50669" + "a05ba68f-567c-4905-99f9-e111bfede257" ], "request-id": [ - "58323ef8-cb14-4f75-9226-c552b3b50669" + "a05ba68f-567c-4905-99f9-e111bfede257" ], "elapsed-time": [ - "390" + "797" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1193" ], "x-ms-correlation-request-id": [ - "7b1a66b1-97a1-48d7-845d-5f0aac9e232c" + "dcc1c143-353b-49f3-b2aa-211a78b60d20" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015748Z:7b1a66b1-97a1-48d7-845d-5f0aac9e232c" + "NORTHEUROPE:20200808T091545Z:dcc1c143-353b-49f3-b2aa-211a78b60d20" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:57:48 GMT" + "Sat, 08 Aug 2020 09:15:44 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F288CB1157E27FCAEF822C19ED055140\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"91686AC6AB69C7571FB146E5C798D9E5\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -346,18 +346,18 @@ "RequestBody": "{\r\n \"name\": \"testskillset4\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.MergeSkill\",\r\n \"insertPreTag\": \"__\",\r\n \"insertPostTag\": \"__e\",\r\n \"name\": \"mymerge\",\r\n \"description\": \"Tested Merged Text skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\"\r\n },\r\n {\r\n \"name\": \"itemsToInsert\",\r\n \"source\": \"/document/textitems\"\r\n },\r\n {\r\n \"name\": \"offsets\",\r\n \"source\": \"/document/offsets\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"mergedText\",\r\n \"targetName\": \"myMergedText\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "7855b8f9-229c-4895-a567-54bf219bbef3" + "960ec7d3-20bf-4c85-baa6-e9618417f7ad" ], "Accept-Language": [ "en-US" ], "api-key": [ - "5E5702A0C7849F6ACF0B129C19EF2257" + "C88E8CF357BD6E9C10165EECC9B7479B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80373B130E966\"" + "W/\"0x8D83B7BA28356E1\"" ], "Location": [ - "https://azs-4934.search-dogfood.windows-int.net/skillsets('testskillset4')?api-version=2019-05-06" + "https://azs-3393.search-dogfood.windows-int.net/skillsets('testskillset4')?api-version=2019-05-06" ], "request-id": [ - "7855b8f9-229c-4895-a567-54bf219bbef3" + "960ec7d3-20bf-4c85-baa6-e9618417f7ad" ], "elapsed-time": [ - "106" + "91" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:57:49 GMT" + "Sat, 08 Aug 2020 09:15:46 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,7 +408,7 @@ "722" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4934.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80373B130E966\\\"\",\r\n \"name\": \"testskillset4\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.MergeSkill\",\r\n \"name\": \"mymerge\",\r\n \"description\": \"Tested Merged Text skill\",\r\n \"context\": \"/document\",\r\n \"insertPreTag\": \"__\",\r\n \"insertPostTag\": \"__e\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"itemsToInsert\",\r\n \"source\": \"/document/textitems\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"offsets\",\r\n \"source\": \"/document/offsets\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"mergedText\",\r\n \"targetName\": \"myMergedText\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3393.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7BA28356E1\\\"\",\r\n \"name\": \"testskillset4\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.MergeSkill\",\r\n \"name\": \"mymerge\",\r\n \"description\": \"Tested Merged Text skill\",\r\n \"context\": \"/document\",\r\n \"insertPreTag\": \"__\",\r\n \"insertPostTag\": \"__e\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"itemsToInsert\",\r\n \"source\": \"/document/textitems\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"offsets\",\r\n \"source\": \"/document/offsets\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"mergedText\",\r\n \"targetName\": \"myMergedText\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { @@ -418,18 +418,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "3c1a875f-9c04-4fa7-a118-52ed707d4cca" + "98e30d4f-1223-42e4-8010-8b17ec4fe104" ], "Accept-Language": [ "en-US" ], "api-key": [ - "5E5702A0C7849F6ACF0B129C19EF2257" + "C88E8CF357BD6E9C10165EECC9B7479B" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -441,16 +441,16 @@ "no-cache" ], "request-id": [ - "3c1a875f-9c04-4fa7-a118-52ed707d4cca" + "98e30d4f-1223-42e4-8010-8b17ec4fe104" ], "elapsed-time": [ - "53" + "62" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:57:49 GMT" + "Sat, 08 Aug 2020 09:15:46 GMT" ], "Expires": [ "-1" @@ -460,21 +460,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1809/providers/Microsoft.Search/searchServices/azs-4934?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTM0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3758/providers/Microsoft.Search/searchServices/azs-3393?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNzU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e7425b9d-7917-4466-b310-f57d65a2b3e5" + "df8db5c2-2c57-4972-a67b-ff0abc817d26" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -485,50 +485,41 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14987" + ], "x-ms-request-id": [ - "e7425b9d-7917-4466-b310-f57d65a2b3e5" + "5e61839c-76d0-473c-96eb-50e48c40c866" ], - "request-id": [ - "e7425b9d-7917-4466-b310-f57d65a2b3e5" + "x-ms-correlation-request-id": [ + "5e61839c-76d0-473c-96eb-50e48c40c866" ], - "elapsed-time": [ - "848" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T091557Z:5e61839c-76d0-473c-96eb-50e48c40c866" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" - ], - "x-ms-correlation-request-id": [ - "8e66a289-ed80-42f3-a2f7-3d425d1600c9" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015753Z:8e66a289-ed80-42f3-a2f7-3d425d1600c9" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:57:53 GMT" + "Sat, 08 Aug 2020 09:15:56 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet1809" + "azsmnet3758" ], "GenerateServiceName": [ - "azs-4934" + "azs-3393" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionOcrEntity.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionOcrEntity.json index ca8911794799..5e5b11c9e92e 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionOcrEntity.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionOcrEntity.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e97a3ff5-edea-4edc-82c2-975f36ea1e34" + "955db45c-5cc0-4136-8a44-dd4b6af148e5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1184" ], "x-ms-request-id": [ - "47596748-ad7f-4672-8824-fe9287f4397b" + "cda717dd-ea94-4fb3-bcee-cc49d9e8252f" ], "x-ms-correlation-request-id": [ - "47596748-ad7f-4672-8824-fe9287f4397b" + "cda717dd-ea94-4fb3-bcee-cc49d9e8252f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015525Z:47596748-ad7f-4672-8824-fe9287f4397b" + "NORTHEUROPE:20200808T090839Z:cda717dd-ea94-4fb3-bcee-cc49d9e8252f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:55:24 GMT" + "Sat, 08 Aug 2020 09:08:38 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet949?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NDk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3575?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNTc1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4c480392-c210-4953-a2c5-8dbdef9fa41c" + "313d9ad0-6a28-4567-8dc4-c3eff0285cc6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1192" ], "x-ms-request-id": [ - "b72d7b3e-7ead-46c6-b6de-398b4b6ba52b" + "884e2843-0bb5-43a3-a58b-d608f94b9d18" ], "x-ms-correlation-request-id": [ - "b72d7b3e-7ead-46c6-b6de-398b4b6ba52b" + "884e2843-0bb5-43a3-a58b-d608f94b9d18" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015526Z:b72d7b3e-7ead-46c6-b6de-398b4b6ba52b" + "NORTHEUROPE:20200808T090840Z:884e2843-0bb5-43a3-a58b-d608f94b9d18" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:55:26 GMT" + "Sat, 08 Aug 2020 09:08:39 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet949\",\r\n \"name\": \"azsmnet949\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3575\",\r\n \"name\": \"azsmnet3575\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet949/providers/Microsoft.Search/searchServices/azs-7530?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTc1MzA/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3575/providers/Microsoft.Search/searchServices/azs-6368?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MzY4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "28803e3b-a16c-4c67-94f1-93b3e365c1ad" + "d8c32c93-e9ba-4da5-ad1c-4a49530ec49d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A55%3A29.3442713Z'\"" + "W/\"datetime'2020-08-08T09%3A08%3A44.3104827Z'\"" ], "x-ms-request-id": [ - "28803e3b-a16c-4c67-94f1-93b3e365c1ad" + "d8c32c93-e9ba-4da5-ad1c-4a49530ec49d" ], "request-id": [ - "28803e3b-a16c-4c67-94f1-93b3e365c1ad" + "d8c32c93-e9ba-4da5-ad1c-4a49530ec49d" ], "elapsed-time": [ - "1098" + "2736" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1188" ], "x-ms-correlation-request-id": [ - "5949ad54-9f92-4cb0-856b-f350dbdde5e2" + "b8d43eeb-20a1-430c-8e81-2f7d7b0b50a1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015530Z:5949ad54-9f92-4cb0-856b-f350dbdde5e2" + "NORTHEUROPE:20200808T090846Z:b8d43eeb-20a1-430c-8e81-2f7d7b0b50a1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:55:30 GMT" + "Sat, 08 Aug 2020 09:08:46 GMT" ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet949/providers/Microsoft.Search/searchServices/azs-7530\",\r\n \"name\": \"azs-7530\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3575/providers/Microsoft.Search/searchServices/azs-6368\",\r\n \"name\": \"azs-6368\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet949/providers/Microsoft.Search/searchServices/azs-7530/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTc1MzAvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3575/providers/Microsoft.Search/searchServices/azs-6368/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MzY4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8c0b4680-76f3-46c4-be93-3d9fa1993acd" + "9991b27d-f728-404d-b23a-0ffda3c1457c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8c0b4680-76f3-46c4-be93-3d9fa1993acd" + "9991b27d-f728-404d-b23a-0ffda3c1457c" ], "request-id": [ - "8c0b4680-76f3-46c4-be93-3d9fa1993acd" + "9991b27d-f728-404d-b23a-0ffda3c1457c" ], "elapsed-time": [ - "101" + "601" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1182" ], "x-ms-correlation-request-id": [ - "10b38cd9-591a-4598-a3be-7d92dd364715" + "73f87a3d-15c8-4e2b-9df3-17ed0ede38ed" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015532Z:10b38cd9-591a-4598-a3be-7d92dd364715" + "NORTHEUROPE:20200808T090849Z:73f87a3d-15c8-4e2b-9df3-17ed0ede38ed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:55:31 GMT" + "Sat, 08 Aug 2020 09:08:48 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"F86D8B88FD60BB56F2B2F83C2070D194\",\r\n \"secondaryKey\": \"D840248B1BB033FE463D06D0213D8290\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"2B570964FFA3BEB9B9B11544D921C153\",\r\n \"secondaryKey\": \"8A0235B2DF134E007B712EB2176AE754\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet949/providers/Microsoft.Search/searchServices/azs-7530/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTc1MzAvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3575/providers/Microsoft.Search/searchServices/azs-6368/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MzY4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "39828617-ec38-44e9-9036-6f0c9c30d9c4" + "3ec9c4af-762b-448e-8878-759856a36604" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "39828617-ec38-44e9-9036-6f0c9c30d9c4" + "3ec9c4af-762b-448e-8878-759856a36604" ], "request-id": [ - "39828617-ec38-44e9-9036-6f0c9c30d9c4" + "3ec9c4af-762b-448e-8878-759856a36604" ], "elapsed-time": [ - "98" + "299" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1181" ], "x-ms-correlation-request-id": [ - "f54d8ff2-27c5-4b52-bada-100deceb0e19" + "bced5a6f-c2c2-47a8-bdf0-ddfac268690f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015532Z:f54d8ff2-27c5-4b52-bada-100deceb0e19" + "NORTHEUROPE:20200808T090849Z:bced5a6f-c2c2-47a8-bdf0-ddfac268690f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:55:32 GMT" + "Sat, 08 Aug 2020 09:08:49 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"56E935E5174F77CDEB9E4B160BC055EB\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"46B33C367F34B94CE5D4A83148CC2F91\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -346,18 +346,18 @@ "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "e7209751-a070-4260-8e37-c34ad5adcb4c" + "1bc58d34-ab31-4f7f-9552-7fb195dacb0b" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F86D8B88FD60BB56F2B2F83C2070D194" + "2B570964FFA3BEB9B9B11544D921C153" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803736023F950\"" + "W/\"0x8D83B7AAB4F48D0\"" ], "Location": [ - "https://azs-7530.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" + "https://azs-6368.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" ], "request-id": [ - "e7209751-a070-4260-8e37-c34ad5adcb4c" + "1bc58d34-ab31-4f7f-9552-7fb195dacb0b" ], "elapsed-time": [ - "224" + "135" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:55:34 GMT" + "Sat, 08 Aug 2020 09:08:51 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,7 +408,7 @@ "1070" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7530.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803736023F950\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": null,\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"categories\": [],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"includeTypelessEntities\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6368.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7AAB4F48D0\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": null,\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"categories\": [],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"includeTypelessEntities\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { @@ -418,18 +418,18 @@ "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"categories\": [\r\n \"location\",\r\n \"organization\",\r\n \"person\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "fd91db71-84ea-4713-85da-b14fc934714c" + "6c4d0e42-846c-4f58-b844-397dc0f0c84c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F86D8B88FD60BB56F2B2F83C2070D194" + "2B570964FFA3BEB9B9B11544D921C153" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803736045930F\"" + "W/\"0x8D83B7AAB7C7E40\"" ], "Location": [ - "https://azs-7530.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" + "https://azs-6368.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" ], "request-id": [ - "fd91db71-84ea-4713-85da-b14fc934714c" + "6c4d0e42-846c-4f58-b844-397dc0f0c84c" ], "elapsed-time": [ - "70" + "92" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:55:34 GMT" + "Sat, 08 Aug 2020 09:08:51 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,7 +480,7 @@ "1109" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7530.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803736045930F\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"categories\": [\r\n \"location\",\r\n \"organization\",\r\n \"person\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"includeTypelessEntities\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6368.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7AAB7C7E40\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"categories\": [\r\n \"location\",\r\n \"organization\",\r\n \"person\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"includeTypelessEntities\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { @@ -490,18 +490,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "580f0fd0-de18-4103-a279-cd8f650a52ff" + "d1d4027d-e19e-4f40-9827-936312093748" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F86D8B88FD60BB56F2B2F83C2070D194" + "2B570964FFA3BEB9B9B11544D921C153" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -513,16 +513,16 @@ "no-cache" ], "request-id": [ - "580f0fd0-de18-4103-a279-cd8f650a52ff" + "d1d4027d-e19e-4f40-9827-936312093748" ], "elapsed-time": [ - "69" + "98" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:55:34 GMT" + "Sat, 08 Aug 2020 09:08:51 GMT" ], "Expires": [ "-1" @@ -538,18 +538,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "a5b465d5-9713-434b-898c-651c0f37d64e" + "bbd74445-8c9b-4c5f-825f-a1dd687ae598" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F86D8B88FD60BB56F2B2F83C2070D194" + "2B570964FFA3BEB9B9B11544D921C153" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -561,16 +561,16 @@ "no-cache" ], "request-id": [ - "a5b465d5-9713-434b-898c-651c0f37d64e" + "bbd74445-8c9b-4c5f-825f-a1dd687ae598" ], "elapsed-time": [ - "57" + "98" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:55:34 GMT" + "Sat, 08 Aug 2020 09:08:51 GMT" ], "Expires": [ "-1" @@ -580,21 +580,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet949/providers/Microsoft.Search/searchServices/azs-7530?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTc1MzA/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3575/providers/Microsoft.Search/searchServices/azs-6368?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTc1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MzY4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "061212e8-0d2b-45e5-8b76-8dfcf86bca4a" + "aa8b0cd1-eba1-4a01-9202-e3ef2d5c85bf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -605,50 +605,41 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "061212e8-0d2b-45e5-8b76-8dfcf86bca4a" + "ff178b8a-f368-444c-9546-0c9b7cdaeec3" ], - "request-id": [ - "061212e8-0d2b-45e5-8b76-8dfcf86bca4a" + "x-ms-correlation-request-id": [ + "ff178b8a-f368-444c-9546-0c9b7cdaeec3" ], - "elapsed-time": [ - "871" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T090940Z:ff178b8a-f368-444c-9546-0c9b7cdaeec3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "c56ede96-7af9-4d5d-8495-0750069e06ba" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015537Z:c56ede96-7af9-4d5d-8495-0750069e06ba" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:55:36 GMT" + "Sat, 08 Aug 2020 09:09:39 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet949" + "azsmnet3575" ], "GenerateServiceName": [ - "azs-7530" + "azs-6368" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionOcrHandwritingSentiment.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionOcrHandwritingSentiment.json index a15a556bf104..e21293a89f19 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionOcrHandwritingSentiment.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionOcrHandwritingSentiment.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6b09b71b-26a3-435b-9236-b49440057a6d" + "0ebaf13b-4305-4603-ba61-3a9b6fb6d279" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1190" ], "x-ms-request-id": [ - "4c32c04a-7f31-434f-bf03-66ca974c495e" + "c6d599f5-ab86-4577-b4b4-7509a7bf81e9" ], "x-ms-correlation-request-id": [ - "4c32c04a-7f31-434f-bf03-66ca974c495e" + "c6d599f5-ab86-4577-b4b4-7509a7bf81e9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015506Z:4c32c04a-7f31-434f-bf03-66ca974c495e" + "NORTHEUROPE:20200808T090753Z:c6d599f5-ab86-4577-b4b4-7509a7bf81e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:55:06 GMT" + "Sat, 08 Aug 2020 09:07:53 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3662?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNjYyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9174?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MTc0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bceb6717-6876-4523-a9ac-189ea5da28f3" + "9b0c4805-6264-4054-a40d-c6008e857e4c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1192" ], "x-ms-request-id": [ - "4eea6b53-728e-4ad1-b3a5-d4643d81a058" + "91624300-b721-474a-85ae-4bd75995472c" ], "x-ms-correlation-request-id": [ - "4eea6b53-728e-4ad1-b3a5-d4643d81a058" + "91624300-b721-474a-85ae-4bd75995472c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015506Z:4eea6b53-728e-4ad1-b3a5-d4643d81a058" + "NORTHEUROPE:20200808T090755Z:91624300-b721-474a-85ae-4bd75995472c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:55:06 GMT" + "Sat, 08 Aug 2020 09:07:54 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3662\",\r\n \"name\": \"azsmnet3662\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9174\",\r\n \"name\": \"azsmnet9174\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3662/providers/Microsoft.Search/searchServices/azs-1923?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTIzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9174/providers/Microsoft.Search/searchServices/azs-7659?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NjU5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d5962f58-8d13-4e41-8ee8-119bc88e1df5" + "e9dcb211-a7d3-4637-8b22-3e1dcb7fd039" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A55%3A10.7129302Z'\"" + "W/\"datetime'2020-08-08T09%3A08%3A01.7937243Z'\"" ], "x-ms-request-id": [ - "d5962f58-8d13-4e41-8ee8-119bc88e1df5" + "e9dcb211-a7d3-4637-8b22-3e1dcb7fd039" ], "request-id": [ - "d5962f58-8d13-4e41-8ee8-119bc88e1df5" + "e9dcb211-a7d3-4637-8b22-3e1dcb7fd039" ], "elapsed-time": [ - "1436" + "2167" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1195" ], "x-ms-correlation-request-id": [ - "78cad698-23b9-46a9-9055-06c423994716" + "3ae4eff5-0cef-447b-b3bd-7027df1fe85a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015511Z:78cad698-23b9-46a9-9055-06c423994716" + "NORTHEUROPE:20200808T090803Z:3ae4eff5-0cef-447b-b3bd-7027df1fe85a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:55:11 GMT" + "Sat, 08 Aug 2020 09:08:03 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3662/providers/Microsoft.Search/searchServices/azs-1923\",\r\n \"name\": \"azs-1923\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9174/providers/Microsoft.Search/searchServices/azs-7659\",\r\n \"name\": \"azs-7659\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3662/providers/Microsoft.Search/searchServices/azs-1923/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTIzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9174/providers/Microsoft.Search/searchServices/azs-7659/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NjU5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7b0f15a9-b033-4f90-89c8-016930b346b3" + "f21f59f5-f416-4f6a-9930-f790086f6204" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7b0f15a9-b033-4f90-89c8-016930b346b3" + "f21f59f5-f416-4f6a-9930-f790086f6204" ], "request-id": [ - "7b0f15a9-b033-4f90-89c8-016930b346b3" + "f21f59f5-f416-4f6a-9930-f790086f6204" ], "elapsed-time": [ - "87" + "95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1194" ], "x-ms-correlation-request-id": [ - "74320669-813c-4292-b75e-545184eed001" + "1dc28fc6-73f8-409f-b9c5-de0aca2f9597" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015513Z:74320669-813c-4292-b75e-545184eed001" + "NORTHEUROPE:20200808T090805Z:1dc28fc6-73f8-409f-b9c5-de0aca2f9597" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:55:13 GMT" + "Sat, 08 Aug 2020 09:08:05 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"1005709368C40F83218FED3ED3504ECC\",\r\n \"secondaryKey\": \"0DBB815BA5425AD175559AEA08BCCD67\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"95DF094F613C52FDDBEB3050A4D93233\",\r\n \"secondaryKey\": \"AF94D3427E801045B896CD5E92B0EE92\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3662/providers/Microsoft.Search/searchServices/azs-1923/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTIzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9174/providers/Microsoft.Search/searchServices/azs-7659/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NjU5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2e811b88-4efe-4b42-b4b0-26cf714177c7" + "750a39d4-2b8c-4e50-ac17-cb8c3458984c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2e811b88-4efe-4b42-b4b0-26cf714177c7" + "750a39d4-2b8c-4e50-ac17-cb8c3458984c" ], "request-id": [ - "2e811b88-4efe-4b42-b4b0-26cf714177c7" + "750a39d4-2b8c-4e50-ac17-cb8c3458984c" ], "elapsed-time": [ - "102" + "92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1193" ], "x-ms-correlation-request-id": [ - "e539dde2-386a-456f-b6c3-53379b68d39a" + "dd24b044-723f-4ac0-b594-56cad6664ade" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015514Z:e539dde2-386a-456f-b6c3-53379b68d39a" + "NORTHEUROPE:20200808T090805Z:dd24b044-723f-4ac0-b594-56cad6664ade" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:55:13 GMT" + "Sat, 08 Aug 2020 09:08:05 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"69E8A9A7900BE2414C881519926B6B6B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"BA21731FB3295E244F2C80541529DD9E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -346,18 +346,18 @@ "RequestBody": "{\r\n \"name\": \"testskillset1\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"pt\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SentimentSkill\",\r\n \"defaultLanguageCode\": \"pt-PT\",\r\n \"name\": \"mysentiment\",\r\n \"description\": \"Tested Sentiment skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"score\",\r\n \"targetName\": \"mySentiment\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "1b09f997-9508-4f88-be95-10e3de785ee5" + "b7b2fd9e-dcf5-4cda-b2cb-a997f9c5f293" ], "Accept-Language": [ "en-US" ], "api-key": [ - "1005709368C40F83218FED3ED3504ECC" + "95DF094F613C52FDDBEB3050A4D93233" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803735501BBA5\"" + "W/\"0x8D83B7A90E7F5D4\"" ], "Location": [ - "https://azs-1923.search-dogfood.windows-int.net/skillsets('testskillset1')?api-version=2019-05-06" + "https://azs-7659.search-dogfood.windows-int.net/skillsets('testskillset1')?api-version=2019-05-06" ], "request-id": [ - "1b09f997-9508-4f88-be95-10e3de785ee5" + "b7b2fd9e-dcf5-4cda-b2cb-a997f9c5f293" ], "elapsed-time": [ - "128" + "106" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:55:15 GMT" + "Sat, 08 Aug 2020 09:08:07 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,7 +408,7 @@ "993" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1923.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803735501BBA5\\\"\",\r\n \"name\": \"testskillset1\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"pt\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SentimentSkill\",\r\n \"name\": \"mysentiment\",\r\n \"description\": \"Tested Sentiment skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": \"pt-PT\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"score\",\r\n \"targetName\": \"mySentiment\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7659.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7A90E7F5D4\\\"\",\r\n \"name\": \"testskillset1\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"pt\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SentimentSkill\",\r\n \"name\": \"mysentiment\",\r\n \"description\": \"Tested Sentiment skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": \"pt-PT\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"score\",\r\n \"targetName\": \"mySentiment\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { @@ -418,18 +418,18 @@ "RequestBody": "{\r\n \"name\": \"testskillset1\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"fi\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SentimentSkill\",\r\n \"defaultLanguageCode\": \"fi\",\r\n \"name\": \"mysentiment\",\r\n \"description\": \"Tested Sentiment skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"score\",\r\n \"targetName\": \"mySentiment\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "b75adaba-5499-4ad9-8f5c-1064765a8a4d" + "72b12628-378d-4b4a-a1b1-ba9ad28d6cce" ], "Accept-Language": [ "en-US" ], "api-key": [ - "1005709368C40F83218FED3ED3504ECC" + "95DF094F613C52FDDBEB3050A4D93233" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803735523A388\"" + "W/\"0x8D83B7A911132BC\"" ], "Location": [ - "https://azs-1923.search-dogfood.windows-int.net/skillsets('testskillset1')?api-version=2019-05-06" + "https://azs-7659.search-dogfood.windows-int.net/skillsets('testskillset1')?api-version=2019-05-06" ], "request-id": [ - "b75adaba-5499-4ad9-8f5c-1064765a8a4d" + "72b12628-378d-4b4a-a1b1-ba9ad28d6cce" ], "elapsed-time": [ - "70" + "91" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:55:15 GMT" + "Sat, 08 Aug 2020 09:08:07 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,7 +480,7 @@ "990" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1923.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803735523A388\\\"\",\r\n \"name\": \"testskillset1\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"fi\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SentimentSkill\",\r\n \"name\": \"mysentiment\",\r\n \"description\": \"Tested Sentiment skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": \"fi\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"score\",\r\n \"targetName\": \"mySentiment\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7659.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7A911132BC\\\"\",\r\n \"name\": \"testskillset1\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"fi\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SentimentSkill\",\r\n \"name\": \"mysentiment\",\r\n \"description\": \"Tested Sentiment skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": \"fi\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"score\",\r\n \"targetName\": \"mySentiment\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { @@ -490,18 +490,18 @@ "RequestBody": "{\r\n \"name\": \"testskillset1\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"handwritten\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SentimentSkill\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"name\": \"mysentiment\",\r\n \"description\": \"Tested Sentiment skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"score\",\r\n \"targetName\": \"mySentiment\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "17a4976d-d1e9-4f89-b80b-561fcbe78f6a" + "4e91d015-33d1-4dd1-aff1-97928cae0794" ], "Accept-Language": [ "en-US" ], "api-key": [ - "1005709368C40F83218FED3ED3504ECC" + "95DF094F613C52FDDBEB3050A4D93233" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -519,16 +519,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80373553EFA2B\"" + "W/\"0x8D83B7A9134A1C3\"" ], "Location": [ - "https://azs-1923.search-dogfood.windows-int.net/skillsets('testskillset1')?api-version=2019-05-06" + "https://azs-7659.search-dogfood.windows-int.net/skillsets('testskillset1')?api-version=2019-05-06" ], "request-id": [ - "17a4976d-d1e9-4f89-b80b-561fcbe78f6a" + "4e91d015-33d1-4dd1-aff1-97928cae0794" ], "elapsed-time": [ - "66" + "85" ], "OData-Version": [ "4.0" @@ -540,7 +540,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:55:15 GMT" + "Sat, 08 Aug 2020 09:08:07 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -552,7 +552,7 @@ "994" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1923.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80373553EFA2B\\\"\",\r\n \"name\": \"testskillset1\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"handwritten\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SentimentSkill\",\r\n \"name\": \"mysentiment\",\r\n \"description\": \"Tested Sentiment skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"score\",\r\n \"targetName\": \"mySentiment\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7659.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7A9134A1C3\\\"\",\r\n \"name\": \"testskillset1\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"handwritten\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SentimentSkill\",\r\n \"name\": \"mysentiment\",\r\n \"description\": \"Tested Sentiment skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"score\",\r\n \"targetName\": \"mySentiment\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { @@ -562,18 +562,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "503a0eab-ec93-4e8e-b79b-1e899e8accf4" + "3c137b63-9c6c-4a7b-b6ff-87c6d2e0b962" ], "Accept-Language": [ "en-US" ], "api-key": [ - "1005709368C40F83218FED3ED3504ECC" + "95DF094F613C52FDDBEB3050A4D93233" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -585,16 +585,16 @@ "no-cache" ], "request-id": [ - "503a0eab-ec93-4e8e-b79b-1e899e8accf4" + "3c137b63-9c6c-4a7b-b6ff-87c6d2e0b962" ], "elapsed-time": [ - "78" + "96" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:55:15 GMT" + "Sat, 08 Aug 2020 09:08:07 GMT" ], "Expires": [ "-1" @@ -610,18 +610,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "eb92a539-d5fa-45be-b284-5e264e624ef2" + "7c8bdbf3-8409-482e-953e-60e57e847be0" ], "Accept-Language": [ "en-US" ], "api-key": [ - "1005709368C40F83218FED3ED3504ECC" + "95DF094F613C52FDDBEB3050A4D93233" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -633,16 +633,16 @@ "no-cache" ], "request-id": [ - "eb92a539-d5fa-45be-b284-5e264e624ef2" + "7c8bdbf3-8409-482e-953e-60e57e847be0" ], "elapsed-time": [ - "57" + "87" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:55:15 GMT" + "Sat, 08 Aug 2020 09:08:07 GMT" ], "Expires": [ "-1" @@ -658,18 +658,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "07f80cf6-59cd-4010-ba28-f9e2254ff0c2" + "8e225a3d-3006-4b73-9a34-1d5b068d2da1" ], "Accept-Language": [ "en-US" ], "api-key": [ - "1005709368C40F83218FED3ED3504ECC" + "95DF094F613C52FDDBEB3050A4D93233" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -681,16 +681,16 @@ "no-cache" ], "request-id": [ - "07f80cf6-59cd-4010-ba28-f9e2254ff0c2" + "8e225a3d-3006-4b73-9a34-1d5b068d2da1" ], "elapsed-time": [ - "59" + "81" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:55:15 GMT" + "Sat, 08 Aug 2020 09:08:07 GMT" ], "Expires": [ "-1" @@ -700,21 +700,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3662/providers/Microsoft.Search/searchServices/azs-1923?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xOTIzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9174/providers/Microsoft.Search/searchServices/azs-7659?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NjU5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "631dd13e-5f84-457f-9dbc-82d081e3c4b2" + "6ed57127-ecfd-46dd-bc1d-9fbb0771c4ad" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -725,50 +725,41 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14982" + ], "x-ms-request-id": [ - "631dd13e-5f84-457f-9dbc-82d081e3c4b2" + "7cd22db0-d996-422c-ac79-33984f020b5a" ], - "request-id": [ - "631dd13e-5f84-457f-9dbc-82d081e3c4b2" + "x-ms-correlation-request-id": [ + "7cd22db0-d996-422c-ac79-33984f020b5a" ], - "elapsed-time": [ - "902" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T090833Z:7cd22db0-d996-422c-ac79-33984f020b5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14989" - ], - "x-ms-correlation-request-id": [ - "07c3792f-7540-4cf2-b3d8-526f4a0b9372" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015520Z:07c3792f-7540-4cf2-b3d8-526f4a0b9372" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:55:19 GMT" + "Sat, 08 Aug 2020 09:08:33 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet3662" + "azsmnet9174" ], "GenerateServiceName": [ - "azs-1923" + "azs-7659" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionOcrKeyPhrase.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionOcrKeyPhrase.json index 157ca7f000f9..729d61c7729f 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionOcrKeyPhrase.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionOcrKeyPhrase.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d863f080-5328-4040-acec-89c38da8c1ca" + "6683afcc-7b13-45e9-acc0-24cb585bf4bc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1196" ], "x-ms-request-id": [ - "3252aeb5-17fe-4379-94a9-58f10028d0d8" + "8d51fee9-1d25-48cb-9316-7ae94549973a" ], "x-ms-correlation-request-id": [ - "3252aeb5-17fe-4379-94a9-58f10028d0d8" + "8d51fee9-1d25-48cb-9316-7ae94549973a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015720Z:3252aeb5-17fe-4379-94a9-58f10028d0d8" + "NORTHEUROPE:20200808T091421Z:8d51fee9-1d25-48cb-9316-7ae94549973a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:57:19 GMT" + "Sat, 08 Aug 2020 09:14:20 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2768?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNzY4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9370?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MzcwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d67d7a60-e4df-4028-bcd7-283c68eb38fe" + "0bcf072f-0961-4695-b9ef-0fb1810da76f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1197" ], "x-ms-request-id": [ - "298e4e35-2007-46f4-b109-4209e6d6196f" + "f75d2e16-96ce-4537-a6ad-4588873fa1b2" ], "x-ms-correlation-request-id": [ - "298e4e35-2007-46f4-b109-4209e6d6196f" + "f75d2e16-96ce-4537-a6ad-4588873fa1b2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015721Z:298e4e35-2007-46f4-b109-4209e6d6196f" + "NORTHEUROPE:20200808T091422Z:f75d2e16-96ce-4537-a6ad-4588873fa1b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:57:20 GMT" + "Sat, 08 Aug 2020 09:14:22 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2768\",\r\n \"name\": \"azsmnet2768\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9370\",\r\n \"name\": \"azsmnet9370\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2768/providers/Microsoft.Search/searchServices/azs-5877?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01ODc3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9370/providers/Microsoft.Search/searchServices/azs-5644?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NjQ0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5e5cd23b-ca9d-4ba4-9d25-4c50317fda8b" + "694b24eb-2538-436a-9f90-5a35edd53e63" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A57%3A25.1071687Z'\"" + "W/\"datetime'2020-08-08T09%3A14%3A27.4009669Z'\"" ], "x-ms-request-id": [ - "5e5cd23b-ca9d-4ba4-9d25-4c50317fda8b" + "694b24eb-2538-436a-9f90-5a35edd53e63" ], "request-id": [ - "5e5cd23b-ca9d-4ba4-9d25-4c50317fda8b" + "694b24eb-2538-436a-9f90-5a35edd53e63" ], "elapsed-time": [ - "1137" + "1502" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1194" ], "x-ms-correlation-request-id": [ - "33d55413-36c2-46a8-9ccf-43c1b7e829a2" + "4e5a5812-a22e-467d-9a67-fbf960fe281e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015725Z:33d55413-36c2-46a8-9ccf-43c1b7e829a2" + "NORTHEUROPE:20200808T091428Z:4e5a5812-a22e-467d-9a67-fbf960fe281e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:57:24 GMT" + "Sat, 08 Aug 2020 09:14:28 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2768/providers/Microsoft.Search/searchServices/azs-5877\",\r\n \"name\": \"azs-5877\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9370/providers/Microsoft.Search/searchServices/azs-5644\",\r\n \"name\": \"azs-5644\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2768/providers/Microsoft.Search/searchServices/azs-5877/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01ODc3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9370/providers/Microsoft.Search/searchServices/azs-5644/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NjQ0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7d03114f-d7de-4d1d-bdca-0365ee6b4bae" + "14e58cd9-f353-4b60-bb1d-1a248cd4486e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7d03114f-d7de-4d1d-bdca-0365ee6b4bae" + "14e58cd9-f353-4b60-bb1d-1a248cd4486e" ], "request-id": [ - "7d03114f-d7de-4d1d-bdca-0365ee6b4bae" + "14e58cd9-f353-4b60-bb1d-1a248cd4486e" ], "elapsed-time": [ - "96" + "273" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1191" ], "x-ms-correlation-request-id": [ - "e4107d20-453f-44a8-82fb-f3f1bbb0067d" + "b5ce7f79-c4de-49c3-8d55-efc9c3e9701a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015727Z:e4107d20-453f-44a8-82fb-f3f1bbb0067d" + "NORTHEUROPE:20200808T091431Z:b5ce7f79-c4de-49c3-8d55-efc9c3e9701a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:57:27 GMT" + "Sat, 08 Aug 2020 09:14:30 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"AB6D413F3481C5F59340860B3CC78988\",\r\n \"secondaryKey\": \"586BF99E0784511137FE464B63C750CE\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"2440F4963F940A57A9E75129E3766D10\",\r\n \"secondaryKey\": \"523DA6962F1E0B3B3660D725A55572E3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2768/providers/Microsoft.Search/searchServices/azs-5877/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01ODc3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9370/providers/Microsoft.Search/searchServices/azs-5644/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NjQ0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fce0b257-386b-4348-b910-42035e07b9af" + "f44756c0-287c-471b-aa38-f07d2c5d89ed" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "fce0b257-386b-4348-b910-42035e07b9af" + "f44756c0-287c-471b-aa38-f07d2c5d89ed" ], "request-id": [ - "fce0b257-386b-4348-b910-42035e07b9af" + "f44756c0-287c-471b-aa38-f07d2c5d89ed" ], "elapsed-time": [ - "101" + "221" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1190" ], "x-ms-correlation-request-id": [ - "1a7a60a4-7b25-4325-976c-5742f7cb2fa6" + "e464e9c4-7180-4d59-9354-ebcd7472f665" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015728Z:1a7a60a4-7b25-4325-976c-5742f7cb2fa6" + "NORTHEUROPE:20200808T091432Z:e464e9c4-7180-4d59-9354-ebcd7472f665" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:57:28 GMT" + "Sat, 08 Aug 2020 09:14:31 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"8181E8E8441683FB299CFD1867A406D8\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"BB041688022353203595BE29A859B8EF\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -346,18 +346,18 @@ "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"name\": \"mykeyphrases\",\r\n \"description\": \"Tested Key Phrase skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"keyPhrases\",\r\n \"targetName\": \"myKeyPhrases\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "4230c48b-dd2d-4ea5-a98c-e4c0ececdfa3" + "ad89936c-4723-437f-9e18-8f4ed5d48e50" ], "Accept-Language": [ "en-US" ], "api-key": [ - "AB6D413F3481C5F59340860B3CC78988" + "2440F4963F940A57A9E75129E3766D10" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80373A53332AB\"" + "W/\"0x8D83B7B774A07F3\"" ], "Location": [ - "https://azs-5877.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" + "https://azs-5644.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" ], "request-id": [ - "4230c48b-dd2d-4ea5-a98c-e4c0ececdfa3" + "ad89936c-4723-437f-9e18-8f4ed5d48e50" ], "elapsed-time": [ - "109" + "145" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:57:30 GMT" + "Sat, 08 Aug 2020 09:14:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,7 +408,7 @@ "1032" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5877.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80373A53332AB\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\r\n \"name\": \"mykeyphrases\",\r\n \"description\": \"Tested Key Phrase skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"maxKeyPhraseCount\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"keyPhrases\",\r\n \"targetName\": \"myKeyPhrases\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5644.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7B774A07F3\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\r\n \"name\": \"mykeyphrases\",\r\n \"description\": \"Tested Key Phrase skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"maxKeyPhraseCount\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"keyPhrases\",\r\n \"targetName\": \"myKeyPhrases\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { @@ -418,18 +418,18 @@ "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"fr\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\r\n \"defaultLanguageCode\": \"fr\",\r\n \"name\": \"mykeyphrases\",\r\n \"description\": \"Tested Key Phrase skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"keyPhrases\",\r\n \"targetName\": \"myKeyPhrases\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "f521281e-36b3-41b4-9dff-ee890c0bd0ab" + "2c66cb93-503c-4eea-a66b-799fe0a55a72" ], "Accept-Language": [ "en-US" ], "api-key": [ - "AB6D413F3481C5F59340860B3CC78988" + "2440F4963F940A57A9E75129E3766D10" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80373A55281F5\"" + "W/\"0x8D83B7B777036D4\"" ], "Location": [ - "https://azs-5877.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" + "https://azs-5644.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" ], "request-id": [ - "f521281e-36b3-41b4-9dff-ee890c0bd0ab" + "2c66cb93-503c-4eea-a66b-799fe0a55a72" ], "elapsed-time": [ - "70" + "82" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:57:30 GMT" + "Sat, 08 Aug 2020 09:14:33 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,7 +480,7 @@ "1032" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5877.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80373A55281F5\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"fr\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\r\n \"name\": \"mykeyphrases\",\r\n \"description\": \"Tested Key Phrase skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": \"fr\",\r\n \"maxKeyPhraseCount\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"keyPhrases\",\r\n \"targetName\": \"myKeyPhrases\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5644.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7B777036D4\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"fr\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\r\n \"name\": \"mykeyphrases\",\r\n \"description\": \"Tested Key Phrase skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": \"fr\",\r\n \"maxKeyPhraseCount\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"keyPhrases\",\r\n \"targetName\": \"myKeyPhrases\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { @@ -490,18 +490,18 @@ "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"es\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\r\n \"defaultLanguageCode\": \"es\",\r\n \"name\": \"mykeyphrases\",\r\n \"description\": \"Tested Key Phrase skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"keyPhrases\",\r\n \"targetName\": \"myKeyPhrases\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "69bc39de-ad86-4879-aa1e-5b37aeb65ed5" + "5555ff63-8eb9-472b-b5c0-74cd70c78389" ], "Accept-Language": [ "en-US" ], "api-key": [ - "AB6D413F3481C5F59340860B3CC78988" + "2440F4963F940A57A9E75129E3766D10" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -519,16 +519,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80373A56E4DF2\"" + "W/\"0x8D83B7B778FFB8C\"" ], "Location": [ - "https://azs-5877.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" + "https://azs-5644.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" ], "request-id": [ - "69bc39de-ad86-4879-aa1e-5b37aeb65ed5" + "5555ff63-8eb9-472b-b5c0-74cd70c78389" ], "elapsed-time": [ - "65" + "77" ], "OData-Version": [ "4.0" @@ -540,7 +540,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:57:30 GMT" + "Sat, 08 Aug 2020 09:14:34 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -552,7 +552,7 @@ "1032" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5877.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80373A56E4DF2\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"es\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\r\n \"name\": \"mykeyphrases\",\r\n \"description\": \"Tested Key Phrase skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": \"es\",\r\n \"maxKeyPhraseCount\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"keyPhrases\",\r\n \"targetName\": \"myKeyPhrases\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5644.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7B778FFB8C\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"es\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\r\n \"name\": \"mykeyphrases\",\r\n \"description\": \"Tested Key Phrase skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": \"es\",\r\n \"maxKeyPhraseCount\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"keyPhrases\",\r\n \"targetName\": \"myKeyPhrases\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { @@ -562,18 +562,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "ad4df7c5-ccbd-4110-9f87-97e1c92a86be" + "8ee45a39-f99d-49ef-8d32-9901ea33e20b" ], "Accept-Language": [ "en-US" ], "api-key": [ - "AB6D413F3481C5F59340860B3CC78988" + "2440F4963F940A57A9E75129E3766D10" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -585,16 +585,16 @@ "no-cache" ], "request-id": [ - "ad4df7c5-ccbd-4110-9f87-97e1c92a86be" + "8ee45a39-f99d-49ef-8d32-9901ea33e20b" ], "elapsed-time": [ - "62" + "81" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:57:30 GMT" + "Sat, 08 Aug 2020 09:14:33 GMT" ], "Expires": [ "-1" @@ -610,18 +610,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "7a198c6d-c555-4a31-b060-12c5c91c76de" + "fc3cb208-d4b2-48c3-91e3-6ad8a42beabb" ], "Accept-Language": [ "en-US" ], "api-key": [ - "AB6D413F3481C5F59340860B3CC78988" + "2440F4963F940A57A9E75129E3766D10" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -633,16 +633,16 @@ "no-cache" ], "request-id": [ - "7a198c6d-c555-4a31-b060-12c5c91c76de" + "fc3cb208-d4b2-48c3-91e3-6ad8a42beabb" ], "elapsed-time": [ - "59" + "79" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:57:30 GMT" + "Sat, 08 Aug 2020 09:14:34 GMT" ], "Expires": [ "-1" @@ -658,18 +658,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "2bbec715-2d55-4553-92b4-4daeef2af5cf" + "0f640657-2cc9-4972-8c1b-26aea9eaff58" ], "Accept-Language": [ "en-US" ], "api-key": [ - "AB6D413F3481C5F59340860B3CC78988" + "2440F4963F940A57A9E75129E3766D10" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -681,16 +681,16 @@ "no-cache" ], "request-id": [ - "2bbec715-2d55-4553-92b4-4daeef2af5cf" + "0f640657-2cc9-4972-8c1b-26aea9eaff58" ], "elapsed-time": [ - "53" + "70" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:57:30 GMT" + "Sat, 08 Aug 2020 09:14:34 GMT" ], "Expires": [ "-1" @@ -700,21 +700,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2768/providers/Microsoft.Search/searchServices/azs-5877?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01ODc3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9370/providers/Microsoft.Search/searchServices/azs-5644?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MzcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NjQ0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "88afc005-1dbc-483e-a40a-68ade8b45528" + "5bb8ae5c-7b8f-4dfd-928f-069a7e26124c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -725,50 +725,41 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14987" + ], "x-ms-request-id": [ - "88afc005-1dbc-483e-a40a-68ade8b45528" + "55143d18-bbb2-4d26-8c66-028d0d286a26" ], - "request-id": [ - "88afc005-1dbc-483e-a40a-68ade8b45528" + "x-ms-correlation-request-id": [ + "55143d18-bbb2-4d26-8c66-028d0d286a26" ], - "elapsed-time": [ - "1021" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T091523Z:55143d18-bbb2-4d26-8c66-028d0d286a26" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" - ], - "x-ms-correlation-request-id": [ - "ba107d65-45b9-481c-9213-eb119114e131" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015734Z:ba107d65-45b9-481c-9213-eb119114e131" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:57:33 GMT" + "Sat, 08 Aug 2020 09:15:23 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2768" + "azsmnet9370" ], "GenerateServiceName": [ - "azs-5877" + "azs-5644" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionOcrShaper.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionOcrShaper.json index 248aa03eaab4..9ac3ae7ad831 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionOcrShaper.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionOcrShaper.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "74ac26d6-89b2-46d4-a115-638bf3d39c89" + "2dc95585-09ab-4c69-804c-339a63212b7a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1195" ], "x-ms-request-id": [ - "091da0e7-8b39-407e-a858-1c3f2ec62aee" + "9f682cbf-726a-48b5-be40-1a4eb7893350" ], "x-ms-correlation-request-id": [ - "091da0e7-8b39-407e-a858-1c3f2ec62aee" + "9f682cbf-726a-48b5-be40-1a4eb7893350" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015622Z:091da0e7-8b39-407e-a858-1c3f2ec62aee" + "NORTHEUROPE:20200808T091132Z:9f682cbf-726a-48b5-be40-1a4eb7893350" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:56:22 GMT" + "Sat, 08 Aug 2020 09:11:31 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2227?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMjI3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet706?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MDY/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3c8dc9af-cf8d-4f47-bce8-e7ce8f360369" + "4f7fe137-688d-49ef-ad62-71a6dcf57c91" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1197" ], "x-ms-request-id": [ - "3c48f5bd-5555-4063-b49c-7ee45bf288ff" + "d55b31d3-2a5f-461c-b90e-e169afde4832" ], "x-ms-correlation-request-id": [ - "3c48f5bd-5555-4063-b49c-7ee45bf288ff" + "d55b31d3-2a5f-461c-b90e-e169afde4832" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015624Z:3c48f5bd-5555-4063-b49c-7ee45bf288ff" + "NORTHEUROPE:20200808T091133Z:d55b31d3-2a5f-461c-b90e-e169afde4832" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:56:24 GMT" + "Sat, 08 Aug 2020 09:11:33 GMT" ], "Content-Length": [ - "175" + "173" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2227\",\r\n \"name\": \"azsmnet2227\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet706\",\r\n \"name\": \"azsmnet706\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2227/providers/Microsoft.Search/searchServices/azs-3332?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzMyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet706/providers/Microsoft.Search/searchServices/azs-8749?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTg3NDk/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f36f920a-2331-421e-a548-31b23ca79814" + "79eca23b-c421-40f8-8931-774288ecb3a6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A56%3A28.2664664Z'\"" + "W/\"datetime'2020-08-08T09%3A11%3A40.8634936Z'\"" ], "x-ms-request-id": [ - "f36f920a-2331-421e-a548-31b23ca79814" + "79eca23b-c421-40f8-8931-774288ecb3a6" ], "request-id": [ - "f36f920a-2331-421e-a548-31b23ca79814" + "79eca23b-c421-40f8-8931-774288ecb3a6" ], "elapsed-time": [ - "1102" + "4092" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1193" ], "x-ms-correlation-request-id": [ - "09fa2588-b4a3-4676-8e17-1924aa66b61f" + "9c6b8ae1-836f-49df-b46b-1e08d3c96c84" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015628Z:09fa2588-b4a3-4676-8e17-1924aa66b61f" + "NORTHEUROPE:20200808T091143Z:9c6b8ae1-836f-49df-b46b-1e08d3c96c84" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:56:28 GMT" + "Sat, 08 Aug 2020 09:11:43 GMT" ], "Content-Length": [ - "529" + "528" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2227/providers/Microsoft.Search/searchServices/azs-3332\",\r\n \"name\": \"azs-3332\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet706/providers/Microsoft.Search/searchServices/azs-8749\",\r\n \"name\": \"azs-8749\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2227/providers/Microsoft.Search/searchServices/azs-3332/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzMyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet706/providers/Microsoft.Search/searchServices/azs-8749/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTg3NDkvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "468b8766-7fe8-4ea9-a866-2d3461d40ac3" + "21b4cbaa-7632-435c-95c2-4ec27ca344d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "468b8766-7fe8-4ea9-a866-2d3461d40ac3" + "21b4cbaa-7632-435c-95c2-4ec27ca344d1" ], "request-id": [ - "468b8766-7fe8-4ea9-a866-2d3461d40ac3" + "21b4cbaa-7632-435c-95c2-4ec27ca344d1" ], "elapsed-time": [ - "96" + "398" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1192" ], "x-ms-correlation-request-id": [ - "235e1d2a-7140-4265-b043-58eb470dbd7b" + "7cbec33c-e1dd-4413-b345-c4e62765b97c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015631Z:235e1d2a-7140-4265-b043-58eb470dbd7b" + "NORTHEUROPE:20200808T091145Z:7cbec33c-e1dd-4413-b345-c4e62765b97c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:56:31 GMT" + "Sat, 08 Aug 2020 09:11:45 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"4457BC43F6B0B6D428683E3A3E830204\",\r\n \"secondaryKey\": \"2D457059382685E4FE37E1764A56E454\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"6F2D766479CB1AC96BB1F68BB2665432\",\r\n \"secondaryKey\": \"2EB5376C7609ACBB4E589052B72C5314\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2227/providers/Microsoft.Search/searchServices/azs-3332/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzMyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet706/providers/Microsoft.Search/searchServices/azs-8749/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTg3NDkvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a0456a09-ef8c-4eff-be37-12b41cfb96d2" + "8f35d7cd-e483-45e6-8932-6cf886ffac89" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a0456a09-ef8c-4eff-be37-12b41cfb96d2" + "8f35d7cd-e483-45e6-8932-6cf886ffac89" ], "request-id": [ - "a0456a09-ef8c-4eff-be37-12b41cfb96d2" + "8f35d7cd-e483-45e6-8932-6cf886ffac89" ], "elapsed-time": [ - "102" + "305" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1191" ], "x-ms-correlation-request-id": [ - "6a68f5f8-2dc2-48ea-ada0-4b89104cd4c0" + "2484765f-b039-4f69-8e03-02bfd37a3a8d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015631Z:6a68f5f8-2dc2-48ea-ada0-4b89104cd4c0" + "NORTHEUROPE:20200808T091146Z:2484765f-b039-4f69-8e03-02bfd37a3a8d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:56:31 GMT" + "Sat, 08 Aug 2020 09:11:45 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"971106338A7B139B25B7D759A77CB53E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"4647B7DA64EBA9B06C5F3AFC9BFDD72E\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -346,18 +346,18 @@ "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Util.ShaperSkill\",\r\n \"name\": \"myshaper\",\r\n \"description\": \"Tested Shaper skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"output\",\r\n \"targetName\": \"myOutput\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "b84876f1-3b1e-42c4-8008-f4d277777a65" + "1cb4ef77-78c0-4691-9529-75ebc3476947" ], "Accept-Language": [ "en-US" ], "api-key": [ - "4457BC43F6B0B6D428683E3A3E830204" + "6F2D766479CB1AC96BB1F68BB2665432" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037383367E5A\"" + "W/\"0x8D83B7B1456C0A2\"" ], "Location": [ - "https://azs-3332.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" + "https://azs-8749.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" ], "request-id": [ - "b84876f1-3b1e-42c4-8008-f4d277777a65" + "1cb4ef77-78c0-4691-9529-75ebc3476947" ], "elapsed-time": [ - "99" + "122" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:56:33 GMT" + "Sat, 08 Aug 2020 09:11:47 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,7 +408,7 @@ "951" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3332.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037383367E5A\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Util.ShaperSkill\",\r\n \"name\": \"myshaper\",\r\n \"description\": \"Tested Shaper skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"output\",\r\n \"targetName\": \"myOutput\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8749.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7B1456C0A2\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Util.ShaperSkill\",\r\n \"name\": \"myshaper\",\r\n \"description\": \"Tested Shaper skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"output\",\r\n \"targetName\": \"myOutput\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { @@ -418,18 +418,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "48448e4f-58eb-49a3-87fd-61fd54917ae6" + "5f535b8c-b90a-46c9-aab3-d232c8e3c71c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "4457BC43F6B0B6D428683E3A3E830204" + "6F2D766479CB1AC96BB1F68BB2665432" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -441,16 +441,16 @@ "no-cache" ], "request-id": [ - "48448e4f-58eb-49a3-87fd-61fd54917ae6" + "5f535b8c-b90a-46c9-aab3-d232c8e3c71c" ], "elapsed-time": [ - "54" + "74" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:56:33 GMT" + "Sat, 08 Aug 2020 09:11:47 GMT" ], "Expires": [ "-1" @@ -460,21 +460,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2227/providers/Microsoft.Search/searchServices/azs-3332?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzMyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet706/providers/Microsoft.Search/searchServices/azs-8749?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDYvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTg3NDk/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cb2772c1-6199-4a52-8bda-71f8976c5ebb" + "334a317a-6476-43ef-94c5-fcf63cb39dda" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -485,50 +485,41 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "cb2772c1-6199-4a52-8bda-71f8976c5ebb" + "f0802a5d-7795-4727-925c-1320890956e1" ], - "request-id": [ - "cb2772c1-6199-4a52-8bda-71f8976c5ebb" + "x-ms-correlation-request-id": [ + "f0802a5d-7795-4727-925c-1320890956e1" ], - "elapsed-time": [ - "805" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T091157Z:f0802a5d-7795-4727-925c-1320890956e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14988" - ], - "x-ms-correlation-request-id": [ - "7d791079-8044-4433-8856-ab66e4195ff7" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015635Z:7d791079-8044-4433-8856-ab66e4195ff7" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:56:35 GMT" + "Sat, 08 Aug 2020 09:11:57 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2227" + "azsmnet706" ], "GenerateServiceName": [ - "azs-3332" + "azs-8749" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionOcrSplitText.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionOcrSplitText.json index dabb288ed75e..2d5cf7219cbd 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionOcrSplitText.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionOcrSplitText.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "73d978d6-9f40-4c7b-976d-18eb81fc4287" + "4a079d2d-2b09-4c7b-baa0-7c7fb376281e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1189" ], "x-ms-request-id": [ - "ab31402b-8a99-46e0-bb80-5521cce6a09d" + "59cae846-fffe-4ca6-96ab-20093404f682" ], "x-ms-correlation-request-id": [ - "ab31402b-8a99-46e0-bb80-5521cce6a09d" + "59cae846-fffe-4ca6-96ab-20093404f682" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015542Z:ab31402b-8a99-46e0-bb80-5521cce6a09d" + "NORTHEUROPE:20200808T090948Z:59cae846-fffe-4ca6-96ab-20093404f682" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:55:42 GMT" + "Sat, 08 Aug 2020 09:09:47 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9806?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5ODA2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3679?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNjc5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "287f8f1d-240e-42d1-8276-79afbaa7de1b" + "64b0816d-3668-46d9-899e-c5daa8955665" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1192" ], "x-ms-request-id": [ - "b2bfe773-a31c-4176-9a99-ac3e7983a644" + "7d851105-b543-4d3f-8d29-f00ada15356b" ], "x-ms-correlation-request-id": [ - "b2bfe773-a31c-4176-9a99-ac3e7983a644" + "7d851105-b543-4d3f-8d29-f00ada15356b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015543Z:b2bfe773-a31c-4176-9a99-ac3e7983a644" + "NORTHEUROPE:20200808T090949Z:7d851105-b543-4d3f-8d29-f00ada15356b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:55:43 GMT" + "Sat, 08 Aug 2020 09:09:48 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9806\",\r\n \"name\": \"azsmnet9806\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3679\",\r\n \"name\": \"azsmnet3679\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9806/providers/Microsoft.Search/searchServices/azs-6394?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Mzk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3679/providers/Microsoft.Search/searchServices/azs-788?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODg/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "415808c2-ef83-40a1-960b-2c87017eaf7d" + "a2a4644a-56a4-4b24-a3c1-303a9bcfd6e7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A55%3A46.8768289Z'\"" + "W/\"datetime'2020-08-08T09%3A09%3A55.6801403Z'\"" ], "x-ms-request-id": [ - "415808c2-ef83-40a1-960b-2c87017eaf7d" + "a2a4644a-56a4-4b24-a3c1-303a9bcfd6e7" ], "request-id": [ - "415808c2-ef83-40a1-960b-2c87017eaf7d" + "a2a4644a-56a4-4b24-a3c1-303a9bcfd6e7" ], "elapsed-time": [ - "1361" + "1960" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1195" ], "x-ms-correlation-request-id": [ - "52a34395-22bd-4464-b329-a828388b1da7" + "62d442e3-407d-46b7-8829-7a9657467c0f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015547Z:52a34395-22bd-4464-b329-a828388b1da7" + "NORTHEUROPE:20200808T090957Z:62d442e3-407d-46b7-8829-7a9657467c0f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:55:46 GMT" + "Sat, 08 Aug 2020 09:09:56 GMT" ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9806/providers/Microsoft.Search/searchServices/azs-6394\",\r\n \"name\": \"azs-6394\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3679/providers/Microsoft.Search/searchServices/azs-788\",\r\n \"name\": \"azs-788\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9806/providers/Microsoft.Search/searchServices/azs-6394/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Mzk0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3679/providers/Microsoft.Search/searchServices/azs-788/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODgvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5285e698-6b6b-4e9b-8227-a972a31b46cb" + "46da7d4e-66b5-4403-a296-ab526ae0ed77" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5285e698-6b6b-4e9b-8227-a972a31b46cb" + "46da7d4e-66b5-4403-a296-ab526ae0ed77" ], "request-id": [ - "5285e698-6b6b-4e9b-8227-a972a31b46cb" + "46da7d4e-66b5-4403-a296-ab526ae0ed77" ], "elapsed-time": [ - "469" + "132" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1194" ], "x-ms-correlation-request-id": [ - "72a92d76-acec-4aee-b7bf-fc6dab9c6a3d" + "546a88da-d473-4dab-b9db-46cbd3bccced" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015550Z:72a92d76-acec-4aee-b7bf-fc6dab9c6a3d" + "NORTHEUROPE:20200808T091003Z:546a88da-d473-4dab-b9db-46cbd3bccced" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:55:49 GMT" + "Sat, 08 Aug 2020 09:10:02 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"106A9780711BB101EEC140469F6D05E0\",\r\n \"secondaryKey\": \"6A50A7D83A57BE54A803658BCC72CA4B\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"A23C85A17F23A3DAB661AD6D2F9C89A1\",\r\n \"secondaryKey\": \"DCB01B9840AE484CFA31D6CFC2FE4D6A\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9806/providers/Microsoft.Search/searchServices/azs-6394/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Mzk0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3679/providers/Microsoft.Search/searchServices/azs-788/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODgvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7dc27034-317c-48ec-83ec-6b7f7e2ffe97" + "141db985-ea05-4dc3-b3e6-58343a3f754a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7dc27034-317c-48ec-83ec-6b7f7e2ffe97" + "141db985-ea05-4dc3-b3e6-58343a3f754a" ], "request-id": [ - "7dc27034-317c-48ec-83ec-6b7f7e2ffe97" + "141db985-ea05-4dc3-b3e6-58343a3f754a" ], "elapsed-time": [ - "100" + "89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1193" ], "x-ms-correlation-request-id": [ - "d67d170c-039a-40e7-8254-71ab415e592a" + "4a7349c1-0d3e-4989-b10f-d52f17956d9c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015550Z:d67d170c-039a-40e7-8254-71ab415e592a" + "NORTHEUROPE:20200808T091003Z:4a7349c1-0d3e-4989-b10f-d52f17956d9c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:55:50 GMT" + "Sat, 08 Aug 2020 09:10:03 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"2C959C87533B3EEBAB592246E6D4030C\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"C8CA5EB01FA4EADB1E2FBAFA7106361D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -346,18 +346,18 @@ "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SplitSkill\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"textSplitMode\": \"pages\",\r\n \"name\": \"mysplit\",\r\n \"description\": \"Tested Split skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"textItems\",\r\n \"targetName\": \"myTextItems\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "22f35e5c-6d79-4f80-a5e5-f0b93f71dce6" + "a628bb4a-bc8f-4bbc-aeda-e62b10e3ea9a" ], "Accept-Language": [ "en-US" ], "api-key": [ - "106A9780711BB101EEC140469F6D05E0" + "A23C85A17F23A3DAB661AD6D2F9C89A1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803736AE95B11\"" + "W/\"0x8D83B7AD7802C52\"" ], "Location": [ - "https://azs-6394.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" + "https://azs-788.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" ], "request-id": [ - "22f35e5c-6d79-4f80-a5e5-f0b93f71dce6" + "a628bb4a-bc8f-4bbc-aeda-e62b10e3ea9a" ], "elapsed-time": [ - "109" + "160" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:55:52 GMT" + "Sat, 08 Aug 2020 09:10:06 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,10 +405,10 @@ "-1" ], "Content-Length": [ - "1030" + "1029" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6394.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803736AE95B11\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SplitSkill\",\r\n \"name\": \"mysplit\",\r\n \"description\": \"Tested Split skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"textSplitMode\": \"pages\",\r\n \"maximumPageLength\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"textItems\",\r\n \"targetName\": \"myTextItems\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-788.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7AD7802C52\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SplitSkill\",\r\n \"name\": \"mysplit\",\r\n \"description\": \"Tested Split skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"textSplitMode\": \"pages\",\r\n \"maximumPageLength\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"textItems\",\r\n \"targetName\": \"myTextItems\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { @@ -418,18 +418,18 @@ "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"fr\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SplitSkill\",\r\n \"defaultLanguageCode\": \"fr\",\r\n \"textSplitMode\": \"pages\",\r\n \"name\": \"mysplit\",\r\n \"description\": \"Tested Split skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"textItems\",\r\n \"targetName\": \"myTextItems\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "35983f40-0d91-42ef-99b0-99569d2f5b92" + "1820cb0b-416d-443b-8f40-992ba8812d43" ], "Accept-Language": [ "en-US" ], "api-key": [ - "106A9780711BB101EEC140469F6D05E0" + "A23C85A17F23A3DAB661AD6D2F9C89A1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803736B07E6D6\"" + "W/\"0x8D83B7AD7AB657A\"" ], "Location": [ - "https://azs-6394.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" + "https://azs-788.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" ], "request-id": [ - "35983f40-0d91-42ef-99b0-99569d2f5b92" + "1820cb0b-416d-443b-8f40-992ba8812d43" ], "elapsed-time": [ - "66" + "83" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:55:52 GMT" + "Sat, 08 Aug 2020 09:10:06 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -477,10 +477,10 @@ "-1" ], "Content-Length": [ - "1030" + "1029" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6394.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803736B07E6D6\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"fr\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SplitSkill\",\r\n \"name\": \"mysplit\",\r\n \"description\": \"Tested Split skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": \"fr\",\r\n \"textSplitMode\": \"pages\",\r\n \"maximumPageLength\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"textItems\",\r\n \"targetName\": \"myTextItems\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-788.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7AD7AB657A\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"fr\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SplitSkill\",\r\n \"name\": \"mysplit\",\r\n \"description\": \"Tested Split skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": \"fr\",\r\n \"textSplitMode\": \"pages\",\r\n \"maximumPageLength\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"textItems\",\r\n \"targetName\": \"myTextItems\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { @@ -490,18 +490,18 @@ "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"fi\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SplitSkill\",\r\n \"defaultLanguageCode\": \"fi\",\r\n \"textSplitMode\": \"sentences\",\r\n \"name\": \"mysplit\",\r\n \"description\": \"Tested Split skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"textItems\",\r\n \"targetName\": \"myTextItems\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "de8becab-d82c-47d4-9a06-f6e342c86bb6" + "b5ee461e-5e9e-4803-9bfa-dc2d82d8155c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "106A9780711BB101EEC140469F6D05E0" + "A23C85A17F23A3DAB661AD6D2F9C89A1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -519,16 +519,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803736B244F46\"" + "W/\"0x8D83B7AD7D03473\"" ], "Location": [ - "https://azs-6394.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" + "https://azs-788.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" ], "request-id": [ - "de8becab-d82c-47d4-9a06-f6e342c86bb6" + "b5ee461e-5e9e-4803-9bfa-dc2d82d8155c" ], "elapsed-time": [ - "73" + "87" ], "OData-Version": [ "4.0" @@ -540,7 +540,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:55:52 GMT" + "Sat, 08 Aug 2020 09:10:06 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -549,10 +549,10 @@ "-1" ], "Content-Length": [ - "1034" + "1033" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6394.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803736B244F46\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"fi\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SplitSkill\",\r\n \"name\": \"mysplit\",\r\n \"description\": \"Tested Split skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": \"fi\",\r\n \"textSplitMode\": \"sentences\",\r\n \"maximumPageLength\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"textItems\",\r\n \"targetName\": \"myTextItems\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-788.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7AD7D03473\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"fi\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SplitSkill\",\r\n \"name\": \"mysplit\",\r\n \"description\": \"Tested Split skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": \"fi\",\r\n \"textSplitMode\": \"sentences\",\r\n \"maximumPageLength\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"textItems\",\r\n \"targetName\": \"myTextItems\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { @@ -562,18 +562,18 @@ "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"da\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SplitSkill\",\r\n \"defaultLanguageCode\": \"da\",\r\n \"textSplitMode\": \"sentences\",\r\n \"name\": \"mysplit\",\r\n \"description\": \"Tested Split skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"textItems\",\r\n \"targetName\": \"myTextItems\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "917b7434-6b4d-408f-9c28-e027e45008db" + "449c07e3-fcdb-416e-9abd-535f677c86eb" ], "Accept-Language": [ "en-US" ], "api-key": [ - "106A9780711BB101EEC140469F6D05E0" + "A23C85A17F23A3DAB661AD6D2F9C89A1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -591,16 +591,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803736B3DD0BD\"" + "W/\"0x8D83B7AD7F26ABE\"" ], "Location": [ - "https://azs-6394.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" + "https://azs-788.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" ], "request-id": [ - "917b7434-6b4d-408f-9c28-e027e45008db" + "449c07e3-fcdb-416e-9abd-535f677c86eb" ], "elapsed-time": [ - "62" + "86" ], "OData-Version": [ "4.0" @@ -612,7 +612,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:55:52 GMT" + "Sat, 08 Aug 2020 09:10:06 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -621,10 +621,10 @@ "-1" ], "Content-Length": [ - "1034" + "1033" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6394.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803736B3DD0BD\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"da\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SplitSkill\",\r\n \"name\": \"mysplit\",\r\n \"description\": \"Tested Split skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": \"da\",\r\n \"textSplitMode\": \"sentences\",\r\n \"maximumPageLength\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"textItems\",\r\n \"targetName\": \"myTextItems\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-788.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7AD7F26ABE\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"da\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SplitSkill\",\r\n \"name\": \"mysplit\",\r\n \"description\": \"Tested Split skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": \"da\",\r\n \"textSplitMode\": \"sentences\",\r\n \"maximumPageLength\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"textItems\",\r\n \"targetName\": \"myTextItems\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { @@ -634,18 +634,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "a2765100-f7d3-4f11-a7e4-69af29372fc2" + "5d7a2705-8ced-4487-b73e-1e11c0496dd7" ], "Accept-Language": [ "en-US" ], "api-key": [ - "106A9780711BB101EEC140469F6D05E0" + "A23C85A17F23A3DAB661AD6D2F9C89A1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -657,16 +657,16 @@ "no-cache" ], "request-id": [ - "a2765100-f7d3-4f11-a7e4-69af29372fc2" + "5d7a2705-8ced-4487-b73e-1e11c0496dd7" ], "elapsed-time": [ - "58" + "114" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:55:52 GMT" + "Sat, 08 Aug 2020 09:10:06 GMT" ], "Expires": [ "-1" @@ -682,18 +682,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "a20695bd-fcc9-4c15-91ba-4545726d36de" + "6902ed15-38cc-40d4-870a-fad482455f41" ], "Accept-Language": [ "en-US" ], "api-key": [ - "106A9780711BB101EEC140469F6D05E0" + "A23C85A17F23A3DAB661AD6D2F9C89A1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -705,16 +705,16 @@ "no-cache" ], "request-id": [ - "a20695bd-fcc9-4c15-91ba-4545726d36de" + "6902ed15-38cc-40d4-870a-fad482455f41" ], "elapsed-time": [ - "58" + "101" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:55:52 GMT" + "Sat, 08 Aug 2020 09:10:06 GMT" ], "Expires": [ "-1" @@ -730,18 +730,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "4c12bacb-3d90-4799-ade3-3aa02c064f2f" + "cad1c4f3-2b62-40f7-9115-37eb60bee0a6" ], "Accept-Language": [ "en-US" ], "api-key": [ - "106A9780711BB101EEC140469F6D05E0" + "A23C85A17F23A3DAB661AD6D2F9C89A1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -753,16 +753,16 @@ "no-cache" ], "request-id": [ - "4c12bacb-3d90-4799-ade3-3aa02c064f2f" + "cad1c4f3-2b62-40f7-9115-37eb60bee0a6" ], "elapsed-time": [ - "50" + "87" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:55:52 GMT" + "Sat, 08 Aug 2020 09:10:06 GMT" ], "Expires": [ "-1" @@ -778,18 +778,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "7fe34ad3-2f16-4ede-b989-0443bfcbb2d5" + "909869bf-cfd6-4a3f-a00e-1452c4875e0f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "106A9780711BB101EEC140469F6D05E0" + "A23C85A17F23A3DAB661AD6D2F9C89A1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -801,16 +801,16 @@ "no-cache" ], "request-id": [ - "7fe34ad3-2f16-4ede-b989-0443bfcbb2d5" + "909869bf-cfd6-4a3f-a00e-1452c4875e0f" ], "elapsed-time": [ - "53" + "91" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:55:52 GMT" + "Sat, 08 Aug 2020 09:10:06 GMT" ], "Expires": [ "-1" @@ -820,21 +820,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9806/providers/Microsoft.Search/searchServices/azs-6394?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5ODA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Mzk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3679/providers/Microsoft.Search/searchServices/azs-788?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03ODg/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a6a8711a-6813-45d4-876a-f72b566aba3d" + "a7e04842-0636-4ad9-b8b8-7c5d6fdb11f8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -845,50 +845,41 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14989" + ], "x-ms-request-id": [ - "a6a8711a-6813-45d4-876a-f72b566aba3d" + "ba8883e8-ff0f-4518-8c1a-04f66d662ab7" ], - "request-id": [ - "a6a8711a-6813-45d4-876a-f72b566aba3d" + "x-ms-correlation-request-id": [ + "ba8883e8-ff0f-4518-8c1a-04f66d662ab7" ], - "elapsed-time": [ - "812" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T091043Z:ba8883e8-ff0f-4518-8c1a-04f66d662ab7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" - ], - "x-ms-correlation-request-id": [ - "6f3f4ee4-978f-4db4-809c-8d9d82b14085" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015557Z:6f3f4ee4-978f-4db4-809c-8d9d82b14085" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:55:56 GMT" + "Sat, 08 Aug 2020 09:10:42 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet9806" + "azsmnet3679" ], "GenerateServiceName": [ - "azs-6394" + "azs-788" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionShaperWithNestedInputs.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionShaperWithNestedInputs.json index 2d59c45636d7..db9921578cfd 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionShaperWithNestedInputs.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionShaperWithNestedInputs.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bbb1c3ef-e622-4042-890f-5d4b8c48ba6e" + "7b216c96-7ed2-4e53-996d-6ba010c292b7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1192" ], "x-ms-request-id": [ - "621a3678-6fa7-4cec-8a6d-50106b77598a" + "f11e42f1-4acc-464f-8186-d52f456ecfc4" ], "x-ms-correlation-request-id": [ - "621a3678-6fa7-4cec-8a6d-50106b77598a" + "f11e42f1-4acc-464f-8186-d52f456ecfc4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015121Z:621a3678-6fa7-4cec-8a6d-50106b77598a" + "NORTHEUROPE:20200808T085906Z:f11e42f1-4acc-464f-8186-d52f456ecfc4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:51:21 GMT" + "Sat, 08 Aug 2020 08:59:06 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7749?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NzQ5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2787?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNzg3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "21cbde4f-eabc-48da-b94c-e68523f4ff6f" + "f7cf29e1-b7db-442f-9185-f86b2c46a964" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -96,13 +96,13 @@ "1195" ], "x-ms-request-id": [ - "a70e19f8-17bb-4b72-95bb-17bd84048b21" + "72c93bf1-a15c-43c2-8c48-0233b092dc1a" ], "x-ms-correlation-request-id": [ - "a70e19f8-17bb-4b72-95bb-17bd84048b21" + "72c93bf1-a15c-43c2-8c48-0233b092dc1a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015121Z:a70e19f8-17bb-4b72-95bb-17bd84048b21" + "NORTHEUROPE:20200808T085908Z:72c93bf1-a15c-43c2-8c48-0233b092dc1a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:51:21 GMT" + "Sat, 08 Aug 2020 08:59:07 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7749\",\r\n \"name\": \"azsmnet7749\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2787\",\r\n \"name\": \"azsmnet2787\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7749/providers/Microsoft.Search/searchServices/azs-9968?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTY4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2787/providers/Microsoft.Search/searchServices/azs-2277?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjc3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f6299b8c-dd21-419f-b87e-d313cb90839a" + "e3341d8f-10ea-485c-b95d-cbe941186e33" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A51%3A24.8042828Z'\"" + "W/\"datetime'2020-08-08T08%3A59%3A13.3228017Z'\"" ], "x-ms-request-id": [ - "f6299b8c-dd21-419f-b87e-d313cb90839a" + "e3341d8f-10ea-485c-b95d-cbe941186e33" ], "request-id": [ - "f6299b8c-dd21-419f-b87e-d313cb90839a" + "e3341d8f-10ea-485c-b95d-cbe941186e33" ], "elapsed-time": [ - "1249" + "1864" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1193" ], "x-ms-correlation-request-id": [ - "8aae2727-76a5-4a81-9966-3610b1f43e08" + "d43923b4-a795-4f2b-9d1a-0f5307ddfefb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015125Z:8aae2727-76a5-4a81-9966-3610b1f43e08" + "NORTHEUROPE:20200808T085914Z:d43923b4-a795-4f2b-9d1a-0f5307ddfefb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:51:24 GMT" + "Sat, 08 Aug 2020 08:59:14 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7749/providers/Microsoft.Search/searchServices/azs-9968\",\r\n \"name\": \"azs-9968\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2787/providers/Microsoft.Search/searchServices/azs-2277\",\r\n \"name\": \"azs-2277\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7749/providers/Microsoft.Search/searchServices/azs-9968/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTY4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2787/providers/Microsoft.Search/searchServices/azs-2277/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjc3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "748d79e8-1197-4a95-bdb4-a13ae628e944" + "4b65f724-317f-44ff-8d1b-66d4ebe4d5c4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,10 +231,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "748d79e8-1197-4a95-bdb4-a13ae628e944" + "4b65f724-317f-44ff-8d1b-66d4ebe4d5c4" ], "request-id": [ - "748d79e8-1197-4a95-bdb4-a13ae628e944" + "4b65f724-317f-44ff-8d1b-66d4ebe4d5c4" ], "elapsed-time": [ "96" @@ -243,19 +243,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1188" ], "x-ms-correlation-request-id": [ - "e5045600-69de-4ac0-ae38-da876770d206" + "151bcb7e-9414-4f61-b4bd-fb4c1dd640fa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015128Z:e5045600-69de-4ac0-ae38-da876770d206" + "NORTHEUROPE:20200808T085917Z:151bcb7e-9414-4f61-b4bd-fb4c1dd640fa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:51:27 GMT" + "Sat, 08 Aug 2020 08:59:16 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"CDEA46D2CB9BA28B84523E98BF6C165E\",\r\n \"secondaryKey\": \"62806FF04E1A98AA48855C0FD74B10F4\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"4E290F35FE550AC3E9D6792ABEBA75F1\",\r\n \"secondaryKey\": \"67059F939A767F8D4F2F8FE5F48A886E\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7749/providers/Microsoft.Search/searchServices/azs-9968/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTY4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2787/providers/Microsoft.Search/searchServices/azs-2277/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjc3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "518807a9-f6b1-473a-a7df-a802c234b5ce" + "be967226-3593-4b47-8809-57ee18689676" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "518807a9-f6b1-473a-a7df-a802c234b5ce" + "be967226-3593-4b47-8809-57ee18689676" ], "request-id": [ - "518807a9-f6b1-473a-a7df-a802c234b5ce" + "be967226-3593-4b47-8809-57ee18689676" ], "elapsed-time": [ - "177" + "104" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1187" ], "x-ms-correlation-request-id": [ - "a9e12a31-c8d4-42bf-bafe-4633fa00c5fe" + "d5a41092-6528-4d75-982b-1aab01b88962" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015128Z:a9e12a31-c8d4-42bf-bafe-4633fa00c5fe" + "NORTHEUROPE:20200808T085917Z:d5a41092-6528-4d75-982b-1aab01b88962" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:51:28 GMT" + "Sat, 08 Aug 2020 08:59:17 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"E44D77C27630B3659D7FC5819DCFDCA9\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"9AC89A17AE14D0749AAA865BAA083EB6\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -346,18 +346,18 @@ "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Util.ShaperSkill\",\r\n \"name\": \"myshaper\",\r\n \"description\": \"Tested Shaper skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"doc\",\r\n \"sourceContext\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/content\"\r\n },\r\n {\r\n \"name\": \"images\",\r\n \"source\": \"/document/normalized_images/*\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"output\",\r\n \"targetName\": \"myOutput\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "8119fbbd-7fa5-4319-a731-543fe32b537f" + "7ba92008-67b6-423a-8c72-724f12458f3e" ], "Accept-Language": [ "en-US" ], "api-key": [ - "CDEA46D2CB9BA28B84523E98BF6C165E" + "4E290F35FE550AC3E9D6792ABEBA75F1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80372CEEF021E\"" + "W/\"0x8D83B79565389FC\"" ], "Location": [ - "https://azs-9968.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" + "https://azs-2277.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" ], "request-id": [ - "8119fbbd-7fa5-4319-a731-543fe32b537f" + "7ba92008-67b6-423a-8c72-724f12458f3e" ], "elapsed-time": [ - "191" + "303" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:51:30 GMT" + "Sat, 08 Aug 2020 08:59:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,7 +408,7 @@ "661" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9968.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80372CEEF021E\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Util.ShaperSkill\",\r\n \"name\": \"myshaper\",\r\n \"description\": \"Tested Shaper skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"doc\",\r\n \"source\": null,\r\n \"sourceContext\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/content\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"images\",\r\n \"source\": \"/document/normalized_images/*\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"output\",\r\n \"targetName\": \"myOutput\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2277.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B79565389FC\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Util.ShaperSkill\",\r\n \"name\": \"myshaper\",\r\n \"description\": \"Tested Shaper skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"doc\",\r\n \"source\": null,\r\n \"sourceContext\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/content\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"images\",\r\n \"source\": \"/document/normalized_images/*\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"output\",\r\n \"targetName\": \"myOutput\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { @@ -418,18 +418,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "7ef6bbfa-7323-4fd0-aa1b-952fb1cc1f6f" + "bd1eeeb4-5b6d-40c3-9635-869c0656437f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "CDEA46D2CB9BA28B84523E98BF6C165E" + "4E290F35FE550AC3E9D6792ABEBA75F1" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -441,16 +441,16 @@ "no-cache" ], "request-id": [ - "7ef6bbfa-7323-4fd0-aa1b-952fb1cc1f6f" + "bd1eeeb4-5b6d-40c3-9635-869c0656437f" ], "elapsed-time": [ - "61" + "78" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:51:30 GMT" + "Sat, 08 Aug 2020 08:59:19 GMT" ], "Expires": [ "-1" @@ -460,21 +460,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7749/providers/Microsoft.Search/searchServices/azs-9968?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NzQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTY4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2787/providers/Microsoft.Search/searchServices/azs-2277?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNzg3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMjc3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c7ffb751-5b8a-4d1d-a8ff-1dbc4006fe87" + "c35be318-e763-40ac-baf6-e1875df06208" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -485,50 +485,41 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14995" + ], "x-ms-request-id": [ - "c7ffb751-5b8a-4d1d-a8ff-1dbc4006fe87" + "ac3c7ca8-c1eb-415c-8680-905d0ba6859b" ], - "request-id": [ - "c7ffb751-5b8a-4d1d-a8ff-1dbc4006fe87" + "x-ms-correlation-request-id": [ + "ac3c7ca8-c1eb-415c-8680-905d0ba6859b" ], - "elapsed-time": [ - "879" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T090028Z:ac3c7ca8-c1eb-415c-8680-905d0ba6859b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "f088f9b6-7709-4066-828d-4f3ceea9dfab" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015138Z:f088f9b6-7709-4066-828d-4f3ceea9dfab" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:51:38 GMT" + "Sat, 08 Aug 2020 09:00:28 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7749" + "azsmnet2787" ], "GenerateServiceName": [ - "azs-9968" + "azs-2277" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionTextTranslation.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionTextTranslation.json index 16c065bcde22..61217b3ea429 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionTextTranslation.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionTextTranslation.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5bdb217a-6193-4be0-acf4-f804c6d16d18" + "5b5ca2c4-c079-4bc6-a3f7-5b57216e3ea3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1184" ], "x-ms-request-id": [ - "ab748383-f987-4ccf-8be6-5b59856f9dba" + "f26ca9f8-4fd9-413f-a75e-f5408d579817" ], "x-ms-correlation-request-id": [ - "ab748383-f987-4ccf-8be6-5b59856f9dba" + "f26ca9f8-4fd9-413f-a75e-f5408d579817" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015422Z:ab748383-f987-4ccf-8be6-5b59856f9dba" + "NORTHEUROPE:20200808T090603Z:f26ca9f8-4fd9-413f-a75e-f5408d579817" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:54:22 GMT" + "Sat, 08 Aug 2020 09:06:02 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet517?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MTc/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet81?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c1b199f7-d24e-450a-9b05-52840496e3dc" + "1516b82c-0ff7-4d06-9499-8ad62e6df708" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -96,13 +96,13 @@ "1190" ], "x-ms-request-id": [ - "7658f75e-760b-4f2d-9359-27ee1fbab1b5" + "4abaf598-335d-48a7-b356-66658d6d6c61" ], "x-ms-correlation-request-id": [ - "7658f75e-760b-4f2d-9359-27ee1fbab1b5" + "4abaf598-335d-48a7-b356-66658d6d6c61" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015422Z:7658f75e-760b-4f2d-9359-27ee1fbab1b5" + "NORTHEUROPE:20200808T090604Z:4abaf598-335d-48a7-b356-66658d6d6c61" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:54:22 GMT" + "Sat, 08 Aug 2020 09:06:04 GMT" ], "Content-Length": [ - "173" + "171" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet517\",\r\n \"name\": \"azsmnet517\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet81\",\r\n \"name\": \"azsmnet81\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet517/providers/Microsoft.Search/searchServices/azs-1728?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE3Mjg/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet81/providers/Microsoft.Search/searchServices/azs-7552?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MS9wcm92aWRlcnMvTWljcm9zb2Z0LlNlYXJjaC9zZWFyY2hTZXJ2aWNlcy9henMtNzU1Mj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d538ecd0-5b3a-478d-81b6-02bfc8891a76" + "28fc9132-7880-4c9c-a0a2-51c5cf2e9349" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A54%3A26.6884058Z'\"" + "W/\"datetime'2020-08-08T09%3A06%3A09.9220527Z'\"" ], "x-ms-request-id": [ - "d538ecd0-5b3a-478d-81b6-02bfc8891a76" + "28fc9132-7880-4c9c-a0a2-51c5cf2e9349" ], "request-id": [ - "d538ecd0-5b3a-478d-81b6-02bfc8891a76" + "28fc9132-7880-4c9c-a0a2-51c5cf2e9349" ], "elapsed-time": [ - "1278" + "1448" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1191" ], "x-ms-correlation-request-id": [ - "3d83a2ca-6960-46a3-b522-589084cbbc0e" + "c3b1ec26-c6f4-4206-b41e-4b9ec41171e1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015427Z:3d83a2ca-6960-46a3-b522-589084cbbc0e" + "NORTHEUROPE:20200808T090611Z:c3b1ec26-c6f4-4206-b41e-4b9ec41171e1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:54:26 GMT" + "Sat, 08 Aug 2020 09:06:11 GMT" ], "Content-Length": [ - "528" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet517/providers/Microsoft.Search/searchServices/azs-1728\",\r\n \"name\": \"azs-1728\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet81/providers/Microsoft.Search/searchServices/azs-7552\",\r\n \"name\": \"azs-7552\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet517/providers/Microsoft.Search/searchServices/azs-1728/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE3MjgvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet81/providers/Microsoft.Search/searchServices/azs-7552/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MS9wcm92aWRlcnMvTWljcm9zb2Z0LlNlYXJjaC9zZWFyY2hTZXJ2aWNlcy9henMtNzU1Mi9saXN0QWRtaW5LZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19222edb-08bb-406b-ad0e-9000bb9216fd" + "40035961-2a4a-4cab-9093-c56b358bbfb3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "19222edb-08bb-406b-ad0e-9000bb9216fd" + "40035961-2a4a-4cab-9093-c56b358bbfb3" ], "request-id": [ - "19222edb-08bb-406b-ad0e-9000bb9216fd" + "40035961-2a4a-4cab-9093-c56b358bbfb3" ], "elapsed-time": [ - "93" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1187" ], "x-ms-correlation-request-id": [ - "49df04cf-48a9-4117-b1d1-e1970c0a6bde" + "d77fe6fb-0110-4eb8-a5dd-7cdd3abc5616" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015429Z:49df04cf-48a9-4117-b1d1-e1970c0a6bde" + "NORTHEUROPE:20200808T090613Z:d77fe6fb-0110-4eb8-a5dd-7cdd3abc5616" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:54:29 GMT" + "Sat, 08 Aug 2020 09:06:13 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"E3F48E4927665CF61CE640C1776B58F4\",\r\n \"secondaryKey\": \"402C3D7F4FCAA586AE4E14AF70FDB4D1\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"0165DAA7834303704C97FD208263681E\",\r\n \"secondaryKey\": \"2FD2AB91119648D457F4D34515A6252D\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet517/providers/Microsoft.Search/searchServices/azs-1728/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE3MjgvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet81/providers/Microsoft.Search/searchServices/azs-7552/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MS9wcm92aWRlcnMvTWljcm9zb2Z0LlNlYXJjaC9zZWFyY2hTZXJ2aWNlcy9henMtNzU1Mi9saXN0UXVlcnlLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ad97d5ba-ac89-4871-888b-4ec6ab37fe2d" + "c5a05e68-ed4b-446e-964b-4571b902ac10" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ad97d5ba-ac89-4871-888b-4ec6ab37fe2d" + "c5a05e68-ed4b-446e-964b-4571b902ac10" ], "request-id": [ - "ad97d5ba-ac89-4871-888b-4ec6ab37fe2d" + "c5a05e68-ed4b-446e-964b-4571b902ac10" ], "elapsed-time": [ - "102" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1186" ], "x-ms-correlation-request-id": [ - "41e25805-26cb-4efb-96c8-825a2bcb1cab" + "1238321b-6141-4002-b944-45d971e6097e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015430Z:41e25805-26cb-4efb-96c8-825a2bcb1cab" + "NORTHEUROPE:20200808T090614Z:1238321b-6141-4002-b944-45d971e6097e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:54:29 GMT" + "Sat, 08 Aug 2020 09:06:13 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"5C0D5004FDDC83EC61D519C3EBA1C702\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"DDCDA88FD270D2681327DC10642EC1A0\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -346,18 +346,18 @@ "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.TranslationSkill\",\r\n \"defaultToLanguageCode\": \"es\",\r\n \"name\": \"mytranslate\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"translatedText\",\r\n \"targetName\": \"translatedText\"\r\n },\r\n {\r\n \"name\": \"translatedFromLanguageCode\",\r\n \"targetName\": \"translatedFromLanguageCode\"\r\n },\r\n {\r\n \"name\": \"translatedToLanguageCode\",\r\n \"targetName\": \"translatedToLanguageCode\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "21fb05fe-e88f-474c-a79f-5cca24f47a54" + "89cd0ed4-90b3-49e8-9cdb-32ba588e6bf1" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E3F48E4927665CF61CE640C1776B58F4" + "0165DAA7834303704C97FD208263681E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803733AEE1235\"" + "W/\"0x8D83B7A4E5BCB64\"" ], "Location": [ - "https://azs-1728.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" + "https://azs-7552.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" ], "request-id": [ - "21fb05fe-e88f-474c-a79f-5cca24f47a54" + "89cd0ed4-90b3-49e8-9cdb-32ba588e6bf1" ], "elapsed-time": [ - "100" + "135" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:54:31 GMT" + "Sat, 08 Aug 2020 09:06:15 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,7 +408,7 @@ "733" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1728.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803733AEE1235\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.TranslationSkill\",\r\n \"name\": \"mytranslate\",\r\n \"description\": null,\r\n \"context\": null,\r\n \"defaultFromLanguageCode\": null,\r\n \"defaultToLanguageCode\": \"es\",\r\n \"suggestedFrom\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"translatedText\",\r\n \"targetName\": \"translatedText\"\r\n },\r\n {\r\n \"name\": \"translatedFromLanguageCode\",\r\n \"targetName\": \"translatedFromLanguageCode\"\r\n },\r\n {\r\n \"name\": \"translatedToLanguageCode\",\r\n \"targetName\": \"translatedToLanguageCode\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7552.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7A4E5BCB64\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.TranslationSkill\",\r\n \"name\": \"mytranslate\",\r\n \"description\": null,\r\n \"context\": null,\r\n \"defaultFromLanguageCode\": null,\r\n \"defaultToLanguageCode\": \"es\",\r\n \"suggestedFrom\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"translatedText\",\r\n \"targetName\": \"translatedText\"\r\n },\r\n {\r\n \"name\": \"translatedFromLanguageCode\",\r\n \"targetName\": \"translatedFromLanguageCode\"\r\n },\r\n {\r\n \"name\": \"translatedToLanguageCode\",\r\n \"targetName\": \"translatedToLanguageCode\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { @@ -418,18 +418,18 @@ "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.TranslationSkill\",\r\n \"defaultToLanguageCode\": \"es\",\r\n \"defaultFromLanguageCode\": \"en\",\r\n \"name\": \"mytranslate\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"translatedText\",\r\n \"targetName\": \"translatedText\"\r\n },\r\n {\r\n \"name\": \"translatedFromLanguageCode\",\r\n \"targetName\": \"translatedFromLanguageCode\"\r\n },\r\n {\r\n \"name\": \"translatedToLanguageCode\",\r\n \"targetName\": \"translatedToLanguageCode\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "3439f7cb-f7dd-4dfb-b7af-23baf99df0a6" + "7bae62d2-d743-421a-9c96-64204952f7bf" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E3F48E4927665CF61CE640C1776B58F4" + "0165DAA7834303704C97FD208263681E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803733B0C9DED\"" + "W/\"0x8D83B7A4E7F6187\"" ], "Location": [ - "https://azs-1728.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" + "https://azs-7552.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" ], "request-id": [ - "3439f7cb-f7dd-4dfb-b7af-23baf99df0a6" + "7bae62d2-d743-421a-9c96-64204952f7bf" ], "elapsed-time": [ - "63" + "78" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:54:31 GMT" + "Sat, 08 Aug 2020 09:06:15 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,7 +480,7 @@ "733" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1728.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803733B0C9DED\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.TranslationSkill\",\r\n \"name\": \"mytranslate\",\r\n \"description\": null,\r\n \"context\": null,\r\n \"defaultFromLanguageCode\": \"en\",\r\n \"defaultToLanguageCode\": \"es\",\r\n \"suggestedFrom\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"translatedText\",\r\n \"targetName\": \"translatedText\"\r\n },\r\n {\r\n \"name\": \"translatedFromLanguageCode\",\r\n \"targetName\": \"translatedFromLanguageCode\"\r\n },\r\n {\r\n \"name\": \"translatedToLanguageCode\",\r\n \"targetName\": \"translatedToLanguageCode\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7552.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7A4E7F6187\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.TranslationSkill\",\r\n \"name\": \"mytranslate\",\r\n \"description\": null,\r\n \"context\": null,\r\n \"defaultFromLanguageCode\": \"en\",\r\n \"defaultToLanguageCode\": \"es\",\r\n \"suggestedFrom\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"translatedText\",\r\n \"targetName\": \"translatedText\"\r\n },\r\n {\r\n \"name\": \"translatedFromLanguageCode\",\r\n \"targetName\": \"translatedFromLanguageCode\"\r\n },\r\n {\r\n \"name\": \"translatedToLanguageCode\",\r\n \"targetName\": \"translatedToLanguageCode\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { @@ -490,18 +490,18 @@ "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.TranslationSkill\",\r\n \"defaultToLanguageCode\": \"es\",\r\n \"suggestedFrom\": \"en\",\r\n \"name\": \"mytranslate\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"translatedText\",\r\n \"targetName\": \"translatedText\"\r\n },\r\n {\r\n \"name\": \"translatedFromLanguageCode\",\r\n \"targetName\": \"translatedFromLanguageCode\"\r\n },\r\n {\r\n \"name\": \"translatedToLanguageCode\",\r\n \"targetName\": \"translatedToLanguageCode\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "870c7c6a-bf65-4f83-8851-396240d8df3f" + "cb39808e-f27d-40f9-ba8e-2ce6c0650b1b" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E3F48E4927665CF61CE640C1776B58F4" + "0165DAA7834303704C97FD208263681E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -519,16 +519,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803733B27F495\"" + "W/\"0x8D83B7A4E9CB496\"" ], "Location": [ - "https://azs-1728.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" + "https://azs-7552.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" ], "request-id": [ - "870c7c6a-bf65-4f83-8851-396240d8df3f" + "cb39808e-f27d-40f9-ba8e-2ce6c0650b1b" ], "elapsed-time": [ - "68" + "72" ], "OData-Version": [ "4.0" @@ -540,7 +540,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:54:31 GMT" + "Sat, 08 Aug 2020 09:06:15 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -552,7 +552,7 @@ "733" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1728.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803733B27F495\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.TranslationSkill\",\r\n \"name\": \"mytranslate\",\r\n \"description\": null,\r\n \"context\": null,\r\n \"defaultFromLanguageCode\": null,\r\n \"defaultToLanguageCode\": \"es\",\r\n \"suggestedFrom\": \"en\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"translatedText\",\r\n \"targetName\": \"translatedText\"\r\n },\r\n {\r\n \"name\": \"translatedFromLanguageCode\",\r\n \"targetName\": \"translatedFromLanguageCode\"\r\n },\r\n {\r\n \"name\": \"translatedToLanguageCode\",\r\n \"targetName\": \"translatedToLanguageCode\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7552.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7A4E9CB496\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.TranslationSkill\",\r\n \"name\": \"mytranslate\",\r\n \"description\": null,\r\n \"context\": null,\r\n \"defaultFromLanguageCode\": null,\r\n \"defaultToLanguageCode\": \"es\",\r\n \"suggestedFrom\": \"en\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"translatedText\",\r\n \"targetName\": \"translatedText\"\r\n },\r\n {\r\n \"name\": \"translatedFromLanguageCode\",\r\n \"targetName\": \"translatedFromLanguageCode\"\r\n },\r\n {\r\n \"name\": \"translatedToLanguageCode\",\r\n \"targetName\": \"translatedToLanguageCode\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { @@ -562,18 +562,18 @@ "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.TranslationSkill\",\r\n \"defaultToLanguageCode\": \"es\",\r\n \"defaultFromLanguageCode\": \"en\",\r\n \"suggestedFrom\": \"en\",\r\n \"name\": \"mytranslate\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"translatedText\",\r\n \"targetName\": \"translatedText\"\r\n },\r\n {\r\n \"name\": \"translatedFromLanguageCode\",\r\n \"targetName\": \"translatedFromLanguageCode\"\r\n },\r\n {\r\n \"name\": \"translatedToLanguageCode\",\r\n \"targetName\": \"translatedToLanguageCode\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "f1ac3941-15d6-4bfa-ad4a-d0d22b6fbbc0" + "10816930-4266-4f23-8215-7b5982051b8a" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E3F48E4927665CF61CE640C1776B58F4" + "0165DAA7834303704C97FD208263681E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -591,16 +591,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803733B44AB1E\"" + "W/\"0x8D83B7A4EBA07A5\"" ], "Location": [ - "https://azs-1728.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" + "https://azs-7552.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" ], "request-id": [ - "f1ac3941-15d6-4bfa-ad4a-d0d22b6fbbc0" + "10816930-4266-4f23-8215-7b5982051b8a" ], "elapsed-time": [ - "80" + "76" ], "OData-Version": [ "4.0" @@ -612,7 +612,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:54:31 GMT" + "Sat, 08 Aug 2020 09:06:15 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -624,7 +624,7 @@ "733" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1728.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803733B44AB1E\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.TranslationSkill\",\r\n \"name\": \"mytranslate\",\r\n \"description\": null,\r\n \"context\": null,\r\n \"defaultFromLanguageCode\": \"en\",\r\n \"defaultToLanguageCode\": \"es\",\r\n \"suggestedFrom\": \"en\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"translatedText\",\r\n \"targetName\": \"translatedText\"\r\n },\r\n {\r\n \"name\": \"translatedFromLanguageCode\",\r\n \"targetName\": \"translatedFromLanguageCode\"\r\n },\r\n {\r\n \"name\": \"translatedToLanguageCode\",\r\n \"targetName\": \"translatedToLanguageCode\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7552.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7A4EBA07A5\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.TranslationSkill\",\r\n \"name\": \"mytranslate\",\r\n \"description\": null,\r\n \"context\": null,\r\n \"defaultFromLanguageCode\": \"en\",\r\n \"defaultToLanguageCode\": \"es\",\r\n \"suggestedFrom\": \"en\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"translatedText\",\r\n \"targetName\": \"translatedText\"\r\n },\r\n {\r\n \"name\": \"translatedFromLanguageCode\",\r\n \"targetName\": \"translatedFromLanguageCode\"\r\n },\r\n {\r\n \"name\": \"translatedToLanguageCode\",\r\n \"targetName\": \"translatedToLanguageCode\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { @@ -634,18 +634,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "133ff3fa-d831-4282-87f9-c6e1539340d3" + "5e57f1e9-0cdf-4621-ac59-f39188d6e72c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E3F48E4927665CF61CE640C1776B58F4" + "0165DAA7834303704C97FD208263681E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -657,16 +657,16 @@ "no-cache" ], "request-id": [ - "133ff3fa-d831-4282-87f9-c6e1539340d3" + "5e57f1e9-0cdf-4621-ac59-f39188d6e72c" ], "elapsed-time": [ - "70" + "72" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:54:31 GMT" + "Sat, 08 Aug 2020 09:06:15 GMT" ], "Expires": [ "-1" @@ -682,18 +682,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "20a2cc4c-23f4-495b-942f-8ab69877bb6b" + "0f6a9dbc-ec5b-4c4f-9b09-48c55434a2e2" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E3F48E4927665CF61CE640C1776B58F4" + "0165DAA7834303704C97FD208263681E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -705,16 +705,16 @@ "no-cache" ], "request-id": [ - "20a2cc4c-23f4-495b-942f-8ab69877bb6b" + "0f6a9dbc-ec5b-4c4f-9b09-48c55434a2e2" ], "elapsed-time": [ - "54" + "63" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:54:31 GMT" + "Sat, 08 Aug 2020 09:06:15 GMT" ], "Expires": [ "-1" @@ -730,18 +730,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "d686955a-0285-4c77-ae76-339ab9ca70ac" + "23d3e1db-dd80-4c0f-a787-4c8af79b92e5" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E3F48E4927665CF61CE640C1776B58F4" + "0165DAA7834303704C97FD208263681E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -753,16 +753,16 @@ "no-cache" ], "request-id": [ - "d686955a-0285-4c77-ae76-339ab9ca70ac" + "23d3e1db-dd80-4c0f-a787-4c8af79b92e5" ], "elapsed-time": [ - "56" + "59" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:54:31 GMT" + "Sat, 08 Aug 2020 09:06:15 GMT" ], "Expires": [ "-1" @@ -778,18 +778,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "909a103c-8363-4294-b3c5-16bbde4f15b9" + "45484ae2-cb11-4e38-bee4-08b0d1494e9c" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E3F48E4927665CF61CE640C1776B58F4" + "0165DAA7834303704C97FD208263681E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -801,16 +801,16 @@ "no-cache" ], "request-id": [ - "909a103c-8363-4294-b3c5-16bbde4f15b9" + "45484ae2-cb11-4e38-bee4-08b0d1494e9c" ], "elapsed-time": [ - "61" + "65" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:54:31 GMT" + "Sat, 08 Aug 2020 09:06:15 GMT" ], "Expires": [ "-1" @@ -820,21 +820,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet517/providers/Microsoft.Search/searchServices/azs-1728?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTE3Mjg/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet81/providers/Microsoft.Search/searchServices/azs-7552?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MS9wcm92aWRlcnMvTWljcm9zb2Z0LlNlYXJjaC9zZWFyY2hTZXJ2aWNlcy9henMtNzU1Mj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fac1d961-6823-456d-8069-93005a648d18" + "da8ed668-702b-4716-b900-512d8257f528" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -845,50 +845,41 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14994" + ], "x-ms-request-id": [ - "fac1d961-6823-456d-8069-93005a648d18" + "742290b9-edc7-4ec1-be81-51dc2b837105" ], - "request-id": [ - "fac1d961-6823-456d-8069-93005a648d18" + "x-ms-correlation-request-id": [ + "742290b9-edc7-4ec1-be81-51dc2b837105" ], - "elapsed-time": [ - "1024" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T090625Z:742290b9-edc7-4ec1-be81-51dc2b837105" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" - ], - "x-ms-correlation-request-id": [ - "bf596579-e40b-4d40-b9b1-0823b96634e3" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015435Z:bf596579-e40b-4d40-b9b1-0823b96634e3" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:54:34 GMT" + "Sat, 08 Aug 2020 09:06:25 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet517" + "azsmnet81" ], "GenerateServiceName": [ - "azs-1728" + "azs-7552" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionWebApiSkillWithHeaders.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionWebApiSkillWithHeaders.json index c61c1bacc2c3..65bed79e747c 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionWebApiSkillWithHeaders.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionWebApiSkillWithHeaders.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "80f1e9ea-1ec2-4c2a-a49d-d38f59465be0" + "9ef6d4c5-0ec7-4da1-81dd-595d0ee61052" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -30,13 +30,13 @@ "1192" ], "x-ms-request-id": [ - "e0796874-23bc-4730-80b7-f17cea286dfe" + "1f95532d-d545-4854-b9be-765b6df08440" ], "x-ms-correlation-request-id": [ - "e0796874-23bc-4730-80b7-f17cea286dfe" + "1f95532d-d545-4854-b9be-765b6df08440" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015602Z:e0796874-23bc-4730-80b7-f17cea286dfe" + "NORTHEUROPE:20200808T091049Z:1f95532d-d545-4854-b9be-765b6df08440" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:56:01 GMT" + "Sat, 08 Aug 2020 09:10:49 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7184?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MTg0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4527?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0NTI3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2b2621d8-bc25-473e-a716-fd5ce0d8df21" + "433e5bf0-faee-46fc-9ebc-a9150c102c62" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -96,13 +96,13 @@ "1194" ], "x-ms-request-id": [ - "3e09906f-7a50-4f0c-90b5-2af1f202eb9f" + "63ba41a2-cf2e-4b6c-80d3-6b3e6e79b567" ], "x-ms-correlation-request-id": [ - "3e09906f-7a50-4f0c-90b5-2af1f202eb9f" + "63ba41a2-cf2e-4b6c-80d3-6b3e6e79b567" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015603Z:3e09906f-7a50-4f0c-90b5-2af1f202eb9f" + "NORTHEUROPE:20200808T091051Z:63ba41a2-cf2e-4b6c-80d3-6b3e6e79b567" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:56:03 GMT" + "Sat, 08 Aug 2020 09:10:50 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7184\",\r\n \"name\": \"azsmnet7184\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4527\",\r\n \"name\": \"azsmnet4527\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7184/providers/Microsoft.Search/searchServices/azs-2884?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODg0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4527/providers/Microsoft.Search/searchServices/azs-9970?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NTI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTcwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "76b28413-1da4-426c-ace2-1dfae1bdc334" + "2e161798-a8e4-4651-852e-303a7102c686" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A56%3A06.4418365Z'\"" + "W/\"datetime'2020-08-08T09%3A10%3A56.5868289Z'\"" ], "x-ms-request-id": [ - "76b28413-1da4-426c-ace2-1dfae1bdc334" + "2e161798-a8e4-4651-852e-303a7102c686" ], "request-id": [ - "76b28413-1da4-426c-ace2-1dfae1bdc334" + "2e161798-a8e4-4651-852e-303a7102c686" ], "elapsed-time": [ - "1981" + "1781" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1192" ], "x-ms-correlation-request-id": [ - "87b90a99-e6d6-4ffc-92c2-9e1b31c62143" + "24e81cb4-31cf-42d4-9788-85e855a3d851" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015607Z:87b90a99-e6d6-4ffc-92c2-9e1b31c62143" + "NORTHEUROPE:20200808T091057Z:24e81cb4-31cf-42d4-9788-85e855a3d851" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:56:07 GMT" + "Sat, 08 Aug 2020 09:10:56 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7184/providers/Microsoft.Search/searchServices/azs-2884\",\r\n \"name\": \"azs-2884\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4527/providers/Microsoft.Search/searchServices/azs-9970\",\r\n \"name\": \"azs-9970\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7184/providers/Microsoft.Search/searchServices/azs-2884/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODg0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4527/providers/Microsoft.Search/searchServices/azs-9970/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NTI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTcwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7fb4217b-462c-407d-a333-b6456c233646" + "0947eabd-61fb-4af9-8cc5-c250edc549ac" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7fb4217b-462c-407d-a333-b6456c233646" + "0947eabd-61fb-4af9-8cc5-c250edc549ac" ], "request-id": [ - "7fb4217b-462c-407d-a333-b6456c233646" + "0947eabd-61fb-4af9-8cc5-c250edc549ac" ], "elapsed-time": [ - "91" + "98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1188" ], "x-ms-correlation-request-id": [ - "4c9d0964-cd7f-4cf6-96be-a7e383f741d6" + "cf08333c-d8a2-4ddd-8cba-17823da79e33" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015610Z:4c9d0964-cd7f-4cf6-96be-a7e383f741d6" + "NORTHEUROPE:20200808T091059Z:cf08333c-d8a2-4ddd-8cba-17823da79e33" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:56:09 GMT" + "Sat, 08 Aug 2020 09:10:59 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"5B98E7D9351AD3EFEF5A6BBD21B16AA5\",\r\n \"secondaryKey\": \"9271572C9A2080F1D82C528E52BC2920\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"FD9B9D8DF0F1FB18CC67DBDA2D8C26D7\",\r\n \"secondaryKey\": \"F66846CCDC4AC88065F41F55155C8DC8\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7184/providers/Microsoft.Search/searchServices/azs-2884/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODg0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4527/providers/Microsoft.Search/searchServices/azs-9970/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NTI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTcwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f7bebd17-7baf-4fa6-94b4-4679ce716478" + "ddf1794a-6c78-4053-b068-e8730205c945" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f7bebd17-7baf-4fa6-94b4-4679ce716478" + "ddf1794a-6c78-4053-b068-e8730205c945" ], "request-id": [ - "f7bebd17-7baf-4fa6-94b4-4679ce716478" + "ddf1794a-6c78-4053-b068-e8730205c945" ], "elapsed-time": [ - "97" + "282" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1187" ], "x-ms-correlation-request-id": [ - "8c189a33-d3bf-483e-845b-265a19dd5039" + "5d5a7ce4-c513-48d1-bb24-44a50dc35cf0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015610Z:8c189a33-d3bf-483e-845b-265a19dd5039" + "NORTHEUROPE:20200808T091100Z:5d5a7ce4-c513-48d1-bb24-44a50dc35cf0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:56:10 GMT" + "Sat, 08 Aug 2020 09:11:00 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"838A65CF8D50C9BB46EE23D9EA83C336\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"18A5235E160654F36F6ABD35FEF96F7F\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -346,18 +346,18 @@ "RequestBody": "{\r\n \"name\": \"webapiskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Custom.WebApiSkill\",\r\n \"uri\": \"https://contoso.example.org\",\r\n \"httpHeaders\": {\r\n \"x-ms-example\": \"example\"\r\n },\r\n \"httpMethod\": \"POST\",\r\n \"degreeOfParallelism\": 7,\r\n \"name\": \"mywebapi\",\r\n \"description\": \"A simple web api skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"coolResult\",\r\n \"targetName\": \"myCoolResult\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "9c64720d-4855-453e-aaf2-8a50758dc4d8" + "51cca532-8c6d-429d-b69b-e5e8892a1c23" ], "Accept-Language": [ "en-US" ], "api-key": [ - "5B98E7D9351AD3EFEF5A6BBD21B16AA5" + "FD9B9D8DF0F1FB18CC67DBDA2D8C26D7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037376CBE223\"" + "W/\"0x8D83B7AF923AEE4\"" ], "Location": [ - "https://azs-2884.search-dogfood.windows-int.net/skillsets('webapiskillset')?api-version=2019-05-06" + "https://azs-9970.search-dogfood.windows-int.net/skillsets('webapiskillset')?api-version=2019-05-06" ], "request-id": [ - "9c64720d-4855-453e-aaf2-8a50758dc4d8" + "51cca532-8c6d-429d-b69b-e5e8892a1c23" ], "elapsed-time": [ - "93" + "185" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:56:12 GMT" + "Sat, 08 Aug 2020 09:11:02 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,7 +408,7 @@ "666" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2884.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037376CBE223\\\"\",\r\n \"name\": \"webapiskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Custom.WebApiSkill\",\r\n \"name\": \"mywebapi\",\r\n \"description\": \"A simple web api skill\",\r\n \"context\": \"/document\",\r\n \"uri\": \"https://contoso.example.org\",\r\n \"httpMethod\": \"POST\",\r\n \"timeout\": null,\r\n \"batchSize\": null,\r\n \"degreeOfParallelism\": 7,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"coolResult\",\r\n \"targetName\": \"myCoolResult\"\r\n }\r\n ],\r\n \"httpHeaders\": {\r\n \"x-ms-example\": \"example\"\r\n }\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9970.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7AF923AEE4\\\"\",\r\n \"name\": \"webapiskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Custom.WebApiSkill\",\r\n \"name\": \"mywebapi\",\r\n \"description\": \"A simple web api skill\",\r\n \"context\": \"/document\",\r\n \"uri\": \"https://contoso.example.org\",\r\n \"httpMethod\": \"POST\",\r\n \"timeout\": null,\r\n \"batchSize\": null,\r\n \"degreeOfParallelism\": 7,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"coolResult\",\r\n \"targetName\": \"myCoolResult\"\r\n }\r\n ],\r\n \"httpHeaders\": {\r\n \"x-ms-example\": \"example\"\r\n }\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { @@ -418,18 +418,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "7a1b6038-06a7-42b7-a6f9-974f110838cd" + "eb5952d6-c00c-4e84-ad38-bc2407a57cfa" ], "Accept-Language": [ "en-US" ], "api-key": [ - "5B98E7D9351AD3EFEF5A6BBD21B16AA5" + "FD9B9D8DF0F1FB18CC67DBDA2D8C26D7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -441,16 +441,16 @@ "no-cache" ], "request-id": [ - "7a1b6038-06a7-42b7-a6f9-974f110838cd" + "eb5952d6-c00c-4e84-ad38-bc2407a57cfa" ], "elapsed-time": [ - "65" + "84" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:56:12 GMT" + "Sat, 08 Aug 2020 09:11:02 GMT" ], "Expires": [ "-1" @@ -460,21 +460,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7184/providers/Microsoft.Search/searchServices/azs-2884?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MTg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODg0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4527/providers/Microsoft.Search/searchServices/azs-9970?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NTI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05OTcwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d1523a7-b171-4dec-81bd-07063a4308db" + "7abee9cd-8ed6-4215-8246-bb94d5726d12" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -485,50 +485,41 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14996" + ], "x-ms-request-id": [ - "9d1523a7-b171-4dec-81bd-07063a4308db" + "62f67915-ac5a-4577-a965-c2928c772649" ], - "request-id": [ - "9d1523a7-b171-4dec-81bd-07063a4308db" + "x-ms-correlation-request-id": [ + "62f67915-ac5a-4577-a965-c2928c772649" ], - "elapsed-time": [ - "967" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T091125Z:62f67915-ac5a-4577-a965-c2928c772649" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14989" - ], - "x-ms-correlation-request-id": [ - "a824c05c-c857-4a37-b0cf-bc23a84b2081" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015617Z:a824c05c-c857-4a37-b0cf-bc23a84b2081" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:56:16 GMT" + "Sat, 08 Aug 2020 09:11:24 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7184" + "azsmnet4527" ], "GenerateServiceName": [ - "azs-2884" + "azs-9970" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionWebApiSkillWithoutHeaders.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionWebApiSkillWithoutHeaders.json index 3b4e7ceb528e..f0abf492571a 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionWebApiSkillWithoutHeaders.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionWebApiSkillWithoutHeaders.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f4d1f9e1-ad7c-4000-a2aa-ed43cc5fb300" + "12ba1434-bcaa-40ec-a2c6-90fa0f8b31e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1187" ], "x-ms-request-id": [ - "5d39d6ff-8c55-4ed5-8559-841fa99d2a4a" + "51999492-34dc-4c1e-91ec-02dfc2857ba7" ], "x-ms-correlation-request-id": [ - "5d39d6ff-8c55-4ed5-8559-841fa99d2a4a" + "51999492-34dc-4c1e-91ec-02dfc2857ba7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015013Z:5d39d6ff-8c55-4ed5-8559-841fa99d2a4a" + "NORTHEUROPE:20200808T085739Z:51999492-34dc-4c1e-91ec-02dfc2857ba7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:50:13 GMT" + "Sat, 08 Aug 2020 08:57:39 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1677?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxNjc3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2248?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMjQ4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a9a16794-f1e2-4791-9ed4-e0d8d2268d12" + "bd58ce41-6e71-46cd-8340-79972db7b46b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -96,13 +96,13 @@ "1191" ], "x-ms-request-id": [ - "d928330a-31a7-43a9-a1d8-edd87b49d3b1" + "7bc6e307-99a6-4376-9563-228f90b02207" ], "x-ms-correlation-request-id": [ - "d928330a-31a7-43a9-a1d8-edd87b49d3b1" + "7bc6e307-99a6-4376-9563-228f90b02207" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015014Z:d928330a-31a7-43a9-a1d8-edd87b49d3b1" + "NORTHEUROPE:20200808T085741Z:7bc6e307-99a6-4376-9563-228f90b02207" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:50:14 GMT" + "Sat, 08 Aug 2020 08:57:41 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1677\",\r\n \"name\": \"azsmnet1677\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2248\",\r\n \"name\": \"azsmnet2248\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1677/providers/Microsoft.Search/searchServices/azs-8716?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjc3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NzE2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2248/providers/Microsoft.Search/searchServices/azs-5909?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTA5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f7b9a954-4082-48f9-9415-d22defb39b29" + "576b4751-6e39-43d1-a059-503729924122" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A50%3A18.1158884Z'\"" + "W/\"datetime'2020-08-08T08%3A57%3A47.0129927Z'\"" ], "x-ms-request-id": [ - "f7b9a954-4082-48f9-9415-d22defb39b29" + "576b4751-6e39-43d1-a059-503729924122" ], "request-id": [ - "f7b9a954-4082-48f9-9415-d22defb39b29" + "576b4751-6e39-43d1-a059-503729924122" ], "elapsed-time": [ - "1212" + "2479" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1194" ], "x-ms-correlation-request-id": [ - "497e895d-cbc7-4ef8-a40e-aa6abeb18cce" + "54b5a983-3591-484e-8718-e22a43b34d8d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015018Z:497e895d-cbc7-4ef8-a40e-aa6abeb18cce" + "NORTHEUROPE:20200808T085748Z:54b5a983-3591-484e-8718-e22a43b34d8d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:50:18 GMT" + "Sat, 08 Aug 2020 08:57:47 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1677/providers/Microsoft.Search/searchServices/azs-8716\",\r\n \"name\": \"azs-8716\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2248/providers/Microsoft.Search/searchServices/azs-5909\",\r\n \"name\": \"azs-5909\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1677/providers/Microsoft.Search/searchServices/azs-8716/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjc3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NzE2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2248/providers/Microsoft.Search/searchServices/azs-5909/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTA5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e4feb00c-e1ec-4ccb-ba14-1ae8ca7cfc4b" + "657e9e2b-ef0c-4bb0-879d-cb97fec989b5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e4feb00c-e1ec-4ccb-ba14-1ae8ca7cfc4b" + "657e9e2b-ef0c-4bb0-879d-cb97fec989b5" ], "request-id": [ - "e4feb00c-e1ec-4ccb-ba14-1ae8ca7cfc4b" + "657e9e2b-ef0c-4bb0-879d-cb97fec989b5" ], "elapsed-time": [ - "136" + "102" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1192" ], "x-ms-correlation-request-id": [ - "55c2594d-16f8-432b-9bc2-5089d3b793ba" + "f7a28272-821b-442a-a86a-c91c6dc04d1c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015021Z:55c2594d-16f8-432b-9bc2-5089d3b793ba" + "NORTHEUROPE:20200808T085751Z:f7a28272-821b-442a-a86a-c91c6dc04d1c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:50:21 GMT" + "Sat, 08 Aug 2020 08:57:51 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"3BAA652C5C786710BE0B9E08CD3E9825\",\r\n \"secondaryKey\": \"17C2E7620E04828737CA7EA18E7F8DF1\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"F0A4C66D809E391BD6CCCCF30965E878\",\r\n \"secondaryKey\": \"CC6DBE9C574DB77A837CC21EED69D622\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1677/providers/Microsoft.Search/searchServices/azs-8716/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjc3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NzE2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2248/providers/Microsoft.Search/searchServices/azs-5909/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTA5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3a25621d-94ed-4ed1-8925-072545fee26b" + "a3faa142-d7e0-4dce-a59f-ee495922a21a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "3a25621d-94ed-4ed1-8925-072545fee26b" + "a3faa142-d7e0-4dce-a59f-ee495922a21a" ], "request-id": [ - "3a25621d-94ed-4ed1-8925-072545fee26b" + "a3faa142-d7e0-4dce-a59f-ee495922a21a" ], "elapsed-time": [ - "89" + "90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1191" ], "x-ms-correlation-request-id": [ - "9b6e3648-47e1-4c43-82e9-b25f71bfd12b" + "c189a7d0-cbaa-478e-8331-6968d4bd3fdc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015021Z:9b6e3648-47e1-4c43-82e9-b25f71bfd12b" + "NORTHEUROPE:20200808T085752Z:c189a7d0-cbaa-478e-8331-6968d4bd3fdc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:50:21 GMT" + "Sat, 08 Aug 2020 08:57:51 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"38E7C7880F22974926B6C0988D4C2E9C\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"8C5AE0D65F5BD26F923B537D61AD3B75\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -346,18 +346,18 @@ "RequestBody": "{\r\n \"name\": \"webapiskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Custom.WebApiSkill\",\r\n \"uri\": \"https://contoso.example.org\",\r\n \"httpMethod\": \"POST\",\r\n \"degreeOfParallelism\": 7,\r\n \"name\": \"mywebapi\",\r\n \"description\": \"A simple web api skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"coolResult\",\r\n \"targetName\": \"myCoolResult\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "629c343e-5ed5-4204-af4a-db0108359ce2" + "4a9df28d-ebb2-47fa-bc18-35d8255da9bd" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3BAA652C5C786710BE0B9E08CD3E9825" + "F0A4C66D809E391BD6CCCCF30965E878" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80372A8697547\"" + "W/\"0x8D83B7923479A4A\"" ], "Location": [ - "https://azs-8716.search-dogfood.windows-int.net/skillsets('webapiskillset')?api-version=2019-05-06" + "https://azs-5909.search-dogfood.windows-int.net/skillsets('webapiskillset')?api-version=2019-05-06" ], "request-id": [ - "629c343e-5ed5-4204-af4a-db0108359ce2" + "4a9df28d-ebb2-47fa-bc18-35d8255da9bd" ], "elapsed-time": [ - "2613" + "161" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:50:25 GMT" + "Sat, 08 Aug 2020 08:57:54 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,7 +408,7 @@ "644" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8716.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80372A8697547\\\"\",\r\n \"name\": \"webapiskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Custom.WebApiSkill\",\r\n \"name\": \"mywebapi\",\r\n \"description\": \"A simple web api skill\",\r\n \"context\": \"/document\",\r\n \"uri\": \"https://contoso.example.org\",\r\n \"httpMethod\": \"POST\",\r\n \"timeout\": null,\r\n \"batchSize\": null,\r\n \"degreeOfParallelism\": 7,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"coolResult\",\r\n \"targetName\": \"myCoolResult\"\r\n }\r\n ],\r\n \"httpHeaders\": null\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5909.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7923479A4A\\\"\",\r\n \"name\": \"webapiskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Custom.WebApiSkill\",\r\n \"name\": \"mywebapi\",\r\n \"description\": \"A simple web api skill\",\r\n \"context\": \"/document\",\r\n \"uri\": \"https://contoso.example.org\",\r\n \"httpMethod\": \"POST\",\r\n \"timeout\": null,\r\n \"batchSize\": null,\r\n \"degreeOfParallelism\": 7,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"coolResult\",\r\n \"targetName\": \"myCoolResult\"\r\n }\r\n ],\r\n \"httpHeaders\": null\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { @@ -418,18 +418,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "c2e3c141-2e8b-4649-8b52-579cc71b98af" + "98312dab-6b7f-431c-8c3f-97207dac8459" ], "Accept-Language": [ "en-US" ], "api-key": [ - "3BAA652C5C786710BE0B9E08CD3E9825" + "F0A4C66D809E391BD6CCCCF30965E878" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -441,16 +441,16 @@ "no-cache" ], "request-id": [ - "c2e3c141-2e8b-4649-8b52-579cc71b98af" + "98312dab-6b7f-431c-8c3f-97207dac8459" ], "elapsed-time": [ - "116" + "89" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:50:25 GMT" + "Sat, 08 Aug 2020 08:57:54 GMT" ], "Expires": [ "-1" @@ -460,21 +460,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1677/providers/Microsoft.Search/searchServices/azs-8716?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjc3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NzE2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2248/providers/Microsoft.Search/searchServices/azs-5909?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTA5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0378f6d9-ab65-4298-95cc-07373ff3e6c9" + "ddbd868f-6d5d-4ec4-a00b-065e30131c63" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -485,50 +485,41 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14993" + ], "x-ms-request-id": [ - "0378f6d9-ab65-4298-95cc-07373ff3e6c9" + "9949bf9d-9741-471c-80fc-e95990770e42" ], - "request-id": [ - "0378f6d9-ab65-4298-95cc-07373ff3e6c9" + "x-ms-correlation-request-id": [ + "9949bf9d-9741-471c-80fc-e95990770e42" ], - "elapsed-time": [ - "845" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T085803Z:9949bf9d-9741-471c-80fc-e95990770e42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "a8f39ee6-66f8-4c5a-9fc8-19ab06cdcad4" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015030Z:a8f39ee6-66f8-4c5a-9fc8-19ab06cdcad4" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:50:30 GMT" + "Sat, 08 Aug 2020 08:58:02 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet1677" + "azsmnet2248" ], "GenerateServiceName": [ - "azs-8716" + "azs-5909" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionWithCognitiveServicesDefault.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionWithCognitiveServicesDefault.json index 05063046afd9..1d5ce6f350e8 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionWithCognitiveServicesDefault.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionWithCognitiveServicesDefault.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36230fd3-3b8e-4614-972e-fbe751e38cb0" + "92df9d81-fc8b-4db7-97fb-966985ab5ba5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1182" ], "x-ms-request-id": [ - "da78eaaa-69af-40c4-ab26-6910a64e5e2c" + "421dd2ab-b8fb-46b5-9330-fb548fe3f9e6" ], "x-ms-correlation-request-id": [ - "da78eaaa-69af-40c4-ab26-6910a64e5e2c" + "421dd2ab-b8fb-46b5-9330-fb548fe3f9e6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015225Z:da78eaaa-69af-40c4-ab26-6910a64e5e2c" + "NORTHEUROPE:20200808T090144Z:421dd2ab-b8fb-46b5-9330-fb548fe3f9e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:52:25 GMT" + "Sat, 08 Aug 2020 09:01:43 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8326?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MzI2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6738?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2NzM4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "08d47bce-a22d-45fb-a7ab-49cc6f514bd1" + "af5595b0-26e8-4817-b47f-0daa19bba621" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1188" ], "x-ms-request-id": [ - "b67f6064-2772-4cd4-b848-2e42dc3674c9" + "094815ae-bbfc-4348-a5fc-80a11a7f1fa6" ], "x-ms-correlation-request-id": [ - "b67f6064-2772-4cd4-b848-2e42dc3674c9" + "094815ae-bbfc-4348-a5fc-80a11a7f1fa6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015226Z:b67f6064-2772-4cd4-b848-2e42dc3674c9" + "NORTHEUROPE:20200808T090146Z:094815ae-bbfc-4348-a5fc-80a11a7f1fa6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:52:25 GMT" + "Sat, 08 Aug 2020 09:01:46 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8326\",\r\n \"name\": \"azsmnet8326\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6738\",\r\n \"name\": \"azsmnet6738\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8326/providers/Microsoft.Search/searchServices/azs-4366?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzY2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6738/providers/Microsoft.Search/searchServices/azs-162?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNjI/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b7d908df-37fd-4d57-9024-68d72cff597d" + "6e736ef3-a427-46f4-9829-137bf96e3fc7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,16 +159,16 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A52%3A30.6443063Z'\"" + "W/\"datetime'2020-08-08T09%3A01%3A51.5374751Z'\"" ], "x-ms-request-id": [ - "b7d908df-37fd-4d57-9024-68d72cff597d" + "6e736ef3-a427-46f4-9829-137bf96e3fc7" ], "request-id": [ - "b7d908df-37fd-4d57-9024-68d72cff597d" + "6e736ef3-a427-46f4-9829-137bf96e3fc7" ], "elapsed-time": [ - "1745" + "2732" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,19 +177,19 @@ "1191" ], "x-ms-correlation-request-id": [ - "46d55ecb-758a-44d3-9a83-32f6a472c9cd" + "39a51000-7075-4ce7-b66a-9bf0bb9d89e9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015231Z:46d55ecb-758a-44d3-9a83-32f6a472c9cd" + "NORTHEUROPE:20200808T090153Z:39a51000-7075-4ce7-b66a-9bf0bb9d89e9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:52:30 GMT" + "Sat, 08 Aug 2020 09:01:52 GMT" ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8326/providers/Microsoft.Search/searchServices/azs-4366\",\r\n \"name\": \"azs-4366\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6738/providers/Microsoft.Search/searchServices/azs-162\",\r\n \"name\": \"azs-162\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8326/providers/Microsoft.Search/searchServices/azs-4366/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzY2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6738/providers/Microsoft.Search/searchServices/azs-162/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNjIvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "383f6d86-0bde-47c7-a4ad-21ac6b9db678" + "0a85ddac-61b8-469d-8046-ab0e3a0941ab" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "383f6d86-0bde-47c7-a4ad-21ac6b9db678" + "0a85ddac-61b8-469d-8046-ab0e3a0941ab" ], "request-id": [ - "383f6d86-0bde-47c7-a4ad-21ac6b9db678" + "0a85ddac-61b8-469d-8046-ab0e3a0941ab" ], "elapsed-time": [ - "101" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1189" ], "x-ms-correlation-request-id": [ - "76d77a57-b4ba-40f3-99e5-420f8fc5af5a" + "cbfa131c-ae4a-4cfb-87b0-0f0e0df4e789" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015233Z:76d77a57-b4ba-40f3-99e5-420f8fc5af5a" + "NORTHEUROPE:20200808T090158Z:cbfa131c-ae4a-4cfb-87b0-0f0e0df4e789" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:52:33 GMT" + "Sat, 08 Aug 2020 09:01:57 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"1E53C4245A912BEF50FC23BD31B6067D\",\r\n \"secondaryKey\": \"52040B7FC3533C37DC83EA9C332395A4\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"5FF13AA8C0B247729381F61B74333EB3\",\r\n \"secondaryKey\": \"51CEA86D5D96F5504D0A1C5A6DA87B7B\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8326/providers/Microsoft.Search/searchServices/azs-4366/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzY2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6738/providers/Microsoft.Search/searchServices/azs-162/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNjIvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1615f47a-f2d6-494f-adaa-33bbc236c985" + "8ae1f93a-df71-4fdb-b95e-a74499d0cb1d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "1615f47a-f2d6-494f-adaa-33bbc236c985" + "8ae1f93a-df71-4fdb-b95e-a74499d0cb1d" ], "request-id": [ - "1615f47a-f2d6-494f-adaa-33bbc236c985" + "8ae1f93a-df71-4fdb-b95e-a74499d0cb1d" ], "elapsed-time": [ - "92" + "115" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1188" ], "x-ms-correlation-request-id": [ - "9d1af2ae-4b20-46c7-a969-0b4fa686839f" + "3d7e7072-15ec-47f6-9eb7-a9927b5fd873" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015233Z:9d1af2ae-4b20-46c7-a969-0b4fa686839f" + "NORTHEUROPE:20200808T090158Z:3d7e7072-15ec-47f6-9eb7-a9927b5fd873" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:52:33 GMT" + "Sat, 08 Aug 2020 09:01:58 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"E028418146307CE2A42ABA6040BDA8A7\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"189CDE9BE227E5F7E1FF40C9CA8DF7B7\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -346,18 +346,18 @@ "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.DefaultCognitiveServices\"\r\n }\r\n}", "RequestHeaders": { "client-request-id": [ - "1c0ca136-e783-4a3f-b80c-fb1b92b08a96" + "76c1962f-5ba1-4be3-b003-ee76028b1278" ], "Accept-Language": [ "en-US" ], "api-key": [ - "1E53C4245A912BEF50FC23BD31B6067D" + "5FF13AA8C0B247729381F61B74333EB3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80372F57D4392\"" + "W/\"0x8D83B79B66DD327\"" ], "Location": [ - "https://azs-4366.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" + "https://azs-162.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" ], "request-id": [ - "1c0ca136-e783-4a3f-b80c-fb1b92b08a96" + "76c1962f-5ba1-4be3-b003-ee76028b1278" ], "elapsed-time": [ - "81" + "128" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:52:35 GMT" + "Sat, 08 Aug 2020 09:02:01 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,10 +405,10 @@ "-1" ], "Content-Length": [ - "761" + "760" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4366.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80372F57D4392\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.DefaultCognitiveServices\",\r\n \"description\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-162.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B79B66DD327\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": {\r\n \"@odata.type\": \"#Microsoft.Azure.Search.DefaultCognitiveServices\",\r\n \"description\": null\r\n }\r\n}", "StatusCode": 201 }, { @@ -418,18 +418,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "3f6d94b3-795c-4f84-a6dc-84a1c1184820" + "d0b557af-c8b1-47cc-9a03-cf99a60849c6" ], "Accept-Language": [ "en-US" ], "api-key": [ - "1E53C4245A912BEF50FC23BD31B6067D" + "5FF13AA8C0B247729381F61B74333EB3" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -441,16 +441,16 @@ "no-cache" ], "request-id": [ - "3f6d94b3-795c-4f84-a6dc-84a1c1184820" + "d0b557af-c8b1-47cc-9a03-cf99a60849c6" ], "elapsed-time": [ - "49" + "96" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:52:35 GMT" + "Sat, 08 Aug 2020 09:02:01 GMT" ], "Expires": [ "-1" @@ -460,21 +460,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8326/providers/Microsoft.Search/searchServices/azs-4366?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MzY2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6738/providers/Microsoft.Search/searchServices/azs-162?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNjI/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ea565996-8e96-4657-9c71-08d476dd8a3a" + "e841b0bf-f1b1-440e-95eb-70c1f1f55eed" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -485,50 +485,41 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "ea565996-8e96-4657-9c71-08d476dd8a3a" - ], - "request-id": [ - "ea565996-8e96-4657-9c71-08d476dd8a3a" - ], - "elapsed-time": [ - "802" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14990" ], + "x-ms-request-id": [ + "b9be990e-4260-46d6-90b5-547b6eef2149" + ], "x-ms-correlation-request-id": [ - "148793f7-bc3e-4c33-a8cb-b28c8c85fa1b" + "b9be990e-4260-46d6-90b5-547b6eef2149" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015238Z:148793f7-bc3e-4c33-a8cb-b28c8c85fa1b" + "NORTHEUROPE:20200808T090211Z:b9be990e-4260-46d6-90b5-547b6eef2149" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:52:38 GMT" + "Sat, 08 Aug 2020 09:02:10 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8326" + "azsmnet6738" ], "GenerateServiceName": [ - "azs-4366" + "azs-162" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionWithDefaultSettings.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionWithDefaultSettings.json index 912e3d1a6415..5d68aa734bf1 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionWithDefaultSettings.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/CreateSkillsetReturnsCorrectDefinitionWithDefaultSettings.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7ee03eae-2c52-4c28-9f95-d18b0ff0e570" + "7075f9f0-b23a-4faa-bee3-d3cc46c876dd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1187" ], "x-ms-request-id": [ - "02493dbd-41e5-4dd3-a1db-b31389ab46c2" + "74a50fee-1061-4fab-b05d-19970befab25" ], "x-ms-correlation-request-id": [ - "02493dbd-41e5-4dd3-a1db-b31389ab46c2" + "74a50fee-1061-4fab-b05d-19970befab25" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015700Z:02493dbd-41e5-4dd3-a1db-b31389ab46c2" + "NORTHEUROPE:20200808T091329Z:74a50fee-1061-4fab-b05d-19970befab25" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:56:59 GMT" + "Sat, 08 Aug 2020 09:13:28 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1838?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxODM4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8739?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NzM5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "211e52fc-1fa9-4ea8-9d34-a7405a599f3d" + "27b9fe17-0dee-4304-9d87-7af30f8ba115" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1192" ], "x-ms-request-id": [ - "9d6413c6-49e7-4ab9-8f87-44e91ce608b8" + "3082675f-6c8d-40f0-b146-62309d4d7d12" ], "x-ms-correlation-request-id": [ - "9d6413c6-49e7-4ab9-8f87-44e91ce608b8" + "3082675f-6c8d-40f0-b146-62309d4d7d12" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015700Z:9d6413c6-49e7-4ab9-8f87-44e91ce608b8" + "NORTHEUROPE:20200808T091330Z:3082675f-6c8d-40f0-b146-62309d4d7d12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:57:00 GMT" + "Sat, 08 Aug 2020 09:13:30 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1838\",\r\n \"name\": \"azsmnet1838\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8739\",\r\n \"name\": \"azsmnet8739\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1838/providers/Microsoft.Search/searchServices/azs-5857?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01ODU3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8739/providers/Microsoft.Search/searchServices/azs-5593?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NTkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5fb84cbc-43d8-447e-b1e3-a52d9f62b51e" + "9ad9d583-37b0-4256-98c1-b5b25b9576cb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A57%3A03.7738954Z'\"" + "W/\"datetime'2020-08-08T09%3A13%3A35.1556253Z'\"" ], "x-ms-request-id": [ - "5fb84cbc-43d8-447e-b1e3-a52d9f62b51e" + "9ad9d583-37b0-4256-98c1-b5b25b9576cb" ], "request-id": [ - "5fb84cbc-43d8-447e-b1e3-a52d9f62b51e" + "9ad9d583-37b0-4256-98c1-b5b25b9576cb" ], "elapsed-time": [ - "1352" + "2932" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1190" ], "x-ms-correlation-request-id": [ - "a6f8d172-3483-4ce6-9e56-09601d6c880a" + "6707c4fe-71f6-45d2-bf94-86c2106079f4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015704Z:a6f8d172-3483-4ce6-9e56-09601d6c880a" + "NORTHEUROPE:20200808T091336Z:6707c4fe-71f6-45d2-bf94-86c2106079f4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:57:04 GMT" + "Sat, 08 Aug 2020 09:13:36 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1838/providers/Microsoft.Search/searchServices/azs-5857\",\r\n \"name\": \"azs-5857\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8739/providers/Microsoft.Search/searchServices/azs-5593\",\r\n \"name\": \"azs-5593\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1838/providers/Microsoft.Search/searchServices/azs-5857/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01ODU3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8739/providers/Microsoft.Search/searchServices/azs-5593/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NTkzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c3a61a5-06b2-460d-a1fd-8fd098d53b54" + "3e4c8426-21f1-4ef6-9459-f56dbd394fdd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6c3a61a5-06b2-460d-a1fd-8fd098d53b54" + "3e4c8426-21f1-4ef6-9459-f56dbd394fdd" ], "request-id": [ - "6c3a61a5-06b2-460d-a1fd-8fd098d53b54" + "3e4c8426-21f1-4ef6-9459-f56dbd394fdd" ], "elapsed-time": [ - "415" + "783" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1185" ], "x-ms-correlation-request-id": [ - "57d158f5-7171-4982-a2b7-52865b023a7f" + "ce74bbcb-e67e-40e3-89f0-a808a26a9b26" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015706Z:57d158f5-7171-4982-a2b7-52865b023a7f" + "NORTHEUROPE:20200808T091339Z:ce74bbcb-e67e-40e3-89f0-a808a26a9b26" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:57:06 GMT" + "Sat, 08 Aug 2020 09:13:39 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"2397EECE2872F3ADFC2B9678560408F2\",\r\n \"secondaryKey\": \"28E8961D06DD8DC3D83D4BAB88D60D3F\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"F71B841859908BE3AD4735BDB29DBC62\",\r\n \"secondaryKey\": \"88216FE65243925D30AB0992F4E8F422\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1838/providers/Microsoft.Search/searchServices/azs-5857/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01ODU3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8739/providers/Microsoft.Search/searchServices/azs-5593/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NTkzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aac4c913-916c-461b-ae81-12d62a9a05dd" + "16b2a450-6cb0-4a21-a388-143ded3f0cd0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "aac4c913-916c-461b-ae81-12d62a9a05dd" + "16b2a450-6cb0-4a21-a388-143ded3f0cd0" ], "request-id": [ - "aac4c913-916c-461b-ae81-12d62a9a05dd" + "16b2a450-6cb0-4a21-a388-143ded3f0cd0" ], "elapsed-time": [ - "386" + "333" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1184" ], "x-ms-correlation-request-id": [ - "41dfd74a-9865-4a8e-afdc-ccb8de2402f4" + "d99422c7-ee59-4261-a86c-d749b2146eb1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015707Z:41dfd74a-9865-4a8e-afdc-ccb8de2402f4" + "NORTHEUROPE:20200808T091340Z:d99422c7-ee59-4261-a86c-d749b2146eb1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:57:06 GMT" + "Sat, 08 Aug 2020 09:13:40 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"E68ACBC2E9B2E908118BD1C88CEC10BB\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D4DCA7ACF566228DC18F08E7C3F2DB2F\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/skillsets?api-version=2019-05-06", "EncodedRequestUri": "L3NraWxsc2V0cz9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3051\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2176\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "d64b230b-babd-4dcb-8e57-0563d95644e9" + "68462aaa-937b-48f2-8906-eeb02696d7cf" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2397EECE2872F3ADFC2B9678560408F2" + "F71B841859908BE3AD4735BDB29DBC62" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037398CB5655\"" + "W/\"0x8D83B7B5871EB44\"" ], "Location": [ - "https://azs-5857.search-dogfood.windows-int.net/skillsets('azsmnet3051')?api-version=2019-05-06" + "https://azs-5593.search-dogfood.windows-int.net/skillsets('azsmnet2176')?api-version=2019-05-06" ], "request-id": [ - "d64b230b-babd-4dcb-8e57-0563d95644e9" + "68462aaa-937b-48f2-8906-eeb02696d7cf" ], "elapsed-time": [ - "69" + "78" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:57:09 GMT" + "Sat, 08 Aug 2020 09:13:41 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "696" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5857.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037398CB5655\\\"\",\r\n \"name\": \"azsmnet3051\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": null,\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": null,\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5593.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7B5871EB44\\\"\",\r\n \"name\": \"azsmnet2176\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": null,\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": null,\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/skillsets?api-version=2019-05-06", "EncodedRequestUri": "L3NraWxsc2V0cz9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet5678\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.ImageAnalysisSkill\",\r\n \"name\": \"myimage\",\r\n \"description\": \"Tested image analysis skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"description\",\r\n \"targetName\": \"mydescription\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3964\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.ImageAnalysisSkill\",\r\n \"name\": \"myimage\",\r\n \"description\": \"Tested image analysis skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"description\",\r\n \"targetName\": \"mydescription\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "68dc4fe7-4cf1-408f-b141-c518f9507077" + "d54f15eb-3c12-4659-a15d-779a2539adfc" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2397EECE2872F3ADFC2B9678560408F2" + "F71B841859908BE3AD4735BDB29DBC62" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037398EB902E\"" + "W/\"0x8D83B7B5891FE2F\"" ], "Location": [ - "https://azs-5857.search-dogfood.windows-int.net/skillsets('azsmnet5678')?api-version=2019-05-06" + "https://azs-5593.search-dogfood.windows-int.net/skillsets('azsmnet3964')?api-version=2019-05-06" ], "request-id": [ - "68dc4fe7-4cf1-408f-b141-c518f9507077" + "d54f15eb-3c12-4659-a15d-779a2539adfc" ], "elapsed-time": [ - "135" + "74" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:57:09 GMT" + "Sat, 08 Aug 2020 09:13:41 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,28 +480,28 @@ "692" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5857.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037398EB902E\\\"\",\r\n \"name\": \"azsmnet5678\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.ImageAnalysisSkill\",\r\n \"name\": \"myimage\",\r\n \"description\": \"Tested image analysis skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": null,\r\n \"visualFeatures\": [],\r\n \"details\": [],\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"description\",\r\n \"targetName\": \"mydescription\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5593.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7B5891FE2F\\\"\",\r\n \"name\": \"azsmnet3964\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.ImageAnalysisSkill\",\r\n \"name\": \"myimage\",\r\n \"description\": \"Tested image analysis skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": null,\r\n \"visualFeatures\": [],\r\n \"details\": [],\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"description\",\r\n \"targetName\": \"mydescription\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/skillsets?api-version=2019-05-06", "EncodedRequestUri": "L3NraWxsc2V0cz9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8062\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\r\n \"name\": \"mykeyphrases\",\r\n \"description\": \"Tested Key Phrase skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/myText\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"keyPhrases\",\r\n \"targetName\": \"myKeyPhrases\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9714\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\r\n \"name\": \"mykeyphrases\",\r\n \"description\": \"Tested Key Phrase skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/myText\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"keyPhrases\",\r\n \"targetName\": \"myKeyPhrases\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "9138c443-474a-49a3-8626-315ea3cbd178" + "044d2179-e07e-47d3-a48b-47a53a4604bc" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2397EECE2872F3ADFC2B9678560408F2" + "F71B841859908BE3AD4735BDB29DBC62" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -519,16 +519,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803739914CCDE\"" + "W/\"0x8D83B7B58B3E646\"" ], "Location": [ - "https://azs-5857.search-dogfood.windows-int.net/skillsets('azsmnet8062')?api-version=2019-05-06" + "https://azs-5593.search-dogfood.windows-int.net/skillsets('azsmnet9714')?api-version=2019-05-06" ], "request-id": [ - "9138c443-474a-49a3-8626-315ea3cbd178" + "044d2179-e07e-47d3-a48b-47a53a4604bc" ], "elapsed-time": [ - "87" + "71" ], "OData-Version": [ "4.0" @@ -540,7 +540,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:57:09 GMT" + "Sat, 08 Aug 2020 09:13:42 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -552,28 +552,28 @@ "602" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5857.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803739914CCDE\\\"\",\r\n \"name\": \"azsmnet8062\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\r\n \"name\": \"mykeyphrases\",\r\n \"description\": \"Tested Key Phrase skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": null,\r\n \"maxKeyPhraseCount\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/myText\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"keyPhrases\",\r\n \"targetName\": \"myKeyPhrases\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5593.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7B58B3E646\\\"\",\r\n \"name\": \"azsmnet9714\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\r\n \"name\": \"mykeyphrases\",\r\n \"description\": \"Tested Key Phrase skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": null,\r\n \"maxKeyPhraseCount\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/myText\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"keyPhrases\",\r\n \"targetName\": \"myKeyPhrases\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/skillsets?api-version=2019-05-06", "EncodedRequestUri": "L3NraWxsc2V0cz9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9908\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.MergeSkill\",\r\n \"name\": \"mymerge\",\r\n \"description\": \"Tested Merged Text skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\"\r\n },\r\n {\r\n \"name\": \"itemsToInsert\",\r\n \"source\": \"/document/textitems\"\r\n },\r\n {\r\n \"name\": \"offsets\",\r\n \"source\": \"/document/offsets\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"mergedText\",\r\n \"targetName\": \"myMergedText\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4347\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.MergeSkill\",\r\n \"name\": \"mymerge\",\r\n \"description\": \"Tested Merged Text skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\"\r\n },\r\n {\r\n \"name\": \"itemsToInsert\",\r\n \"source\": \"/document/textitems\"\r\n },\r\n {\r\n \"name\": \"offsets\",\r\n \"source\": \"/document/offsets\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"mergedText\",\r\n \"targetName\": \"myMergedText\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "9780a113-d217-45f2-b353-36e395f953af" + "8ee50b95-6fcc-4ca0-b815-248258bca2a4" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2397EECE2872F3ADFC2B9678560408F2" + "F71B841859908BE3AD4735BDB29DBC62" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -591,16 +591,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80373993AAD66\"" + "W/\"0x8D83B7B58E00A07\"" ], "Location": [ - "https://azs-5857.search-dogfood.windows-int.net/skillsets('azsmnet9908')?api-version=2019-05-06" + "https://azs-5593.search-dogfood.windows-int.net/skillsets('azsmnet4347')?api-version=2019-05-06" ], "request-id": [ - "9780a113-d217-45f2-b353-36e395f953af" + "8ee50b95-6fcc-4ca0-b815-248258bca2a4" ], "elapsed-time": [ - "156" + "159" ], "OData-Version": [ "4.0" @@ -612,7 +612,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:57:09 GMT" + "Sat, 08 Aug 2020 09:13:42 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -624,28 +624,28 @@ "741" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5857.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80373993AAD66\\\"\",\r\n \"name\": \"azsmnet9908\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.MergeSkill\",\r\n \"name\": \"mymerge\",\r\n \"description\": \"Tested Merged Text skill\",\r\n \"context\": \"/document\",\r\n \"insertPreTag\": null,\r\n \"insertPostTag\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"itemsToInsert\",\r\n \"source\": \"/document/textitems\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"offsets\",\r\n \"source\": \"/document/offsets\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"mergedText\",\r\n \"targetName\": \"myMergedText\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5593.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7B58E00A07\\\"\",\r\n \"name\": \"azsmnet4347\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.MergeSkill\",\r\n \"name\": \"mymerge\",\r\n \"description\": \"Tested Merged Text skill\",\r\n \"context\": \"/document\",\r\n \"insertPreTag\": null,\r\n \"insertPostTag\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/text\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"itemsToInsert\",\r\n \"source\": \"/document/textitems\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"offsets\",\r\n \"source\": \"/document/offsets\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"mergedText\",\r\n \"targetName\": \"myMergedText\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/skillsets?api-version=2019-05-06", "EncodedRequestUri": "L3NraWxsc2V0cz9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3119\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1221\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "c309645b-2c37-4f53-a098-b71f633b63c8" + "732c253f-f5f3-4d24-9042-b86b077f1f98" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2397EECE2872F3ADFC2B9678560408F2" + "F71B841859908BE3AD4735BDB29DBC62" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -663,16 +663,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037399615166\"" + "W/\"0x8D83B7B5911864A\"" ], "Location": [ - "https://azs-5857.search-dogfood.windows-int.net/skillsets('azsmnet3119')?api-version=2019-05-06" + "https://azs-5593.search-dogfood.windows-int.net/skillsets('azsmnet1221')?api-version=2019-05-06" ], "request-id": [ - "c309645b-2c37-4f53-a098-b71f633b63c8" + "732c253f-f5f3-4d24-9042-b86b077f1f98" ], "elapsed-time": [ - "63" + "193" ], "OData-Version": [ "4.0" @@ -684,7 +684,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:57:09 GMT" + "Sat, 08 Aug 2020 09:13:42 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -696,28 +696,28 @@ "646" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5857.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037399615166\\\"\",\r\n \"name\": \"azsmnet3119\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"categories\": [],\r\n \"defaultLanguageCode\": null,\r\n \"minimumPrecision\": null,\r\n \"includeTypelessEntities\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5593.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7B5911864A\\\"\",\r\n \"name\": \"azsmnet1221\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"categories\": [],\r\n \"defaultLanguageCode\": null,\r\n \"minimumPrecision\": null,\r\n \"includeTypelessEntities\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/skillsets?api-version=2019-05-06", "EncodedRequestUri": "L3NraWxsc2V0cz9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3722\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SentimentSkill\",\r\n \"name\": \"mysentiment\",\r\n \"description\": \"Tested Sentiment skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"score\",\r\n \"targetName\": \"mySentiment\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9407\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SentimentSkill\",\r\n \"name\": \"mysentiment\",\r\n \"description\": \"Tested Sentiment skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"score\",\r\n \"targetName\": \"mySentiment\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "313f8967-c705-4482-902a-a3293e722d33" + "7a71ecf9-b718-4cdf-ad6f-e9208279e022" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2397EECE2872F3ADFC2B9678560408F2" + "F71B841859908BE3AD4735BDB29DBC62" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -735,16 +735,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80373997D92B1\"" + "W/\"0x8D83B7B5934F55C\"" ], "Location": [ - "https://azs-5857.search-dogfood.windows-int.net/skillsets('azsmnet3722')?api-version=2019-05-06" + "https://azs-5593.search-dogfood.windows-int.net/skillsets('azsmnet9407')?api-version=2019-05-06" ], "request-id": [ - "313f8967-c705-4482-902a-a3293e722d33" + "7a71ecf9-b718-4cdf-ad6f-e9208279e022" ], "elapsed-time": [ - "65" + "86" ], "OData-Version": [ "4.0" @@ -756,7 +756,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:57:10 GMT" + "Sat, 08 Aug 2020 09:13:42 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -768,28 +768,28 @@ "559" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5857.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80373997D92B1\\\"\",\r\n \"name\": \"azsmnet3722\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SentimentSkill\",\r\n \"name\": \"mysentiment\",\r\n \"description\": \"Tested Sentiment skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"score\",\r\n \"targetName\": \"mySentiment\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5593.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7B5934F55C\\\"\",\r\n \"name\": \"azsmnet9407\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SentimentSkill\",\r\n \"name\": \"mysentiment\",\r\n \"description\": \"Tested Sentiment skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"score\",\r\n \"targetName\": \"mySentiment\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/skillsets?api-version=2019-05-06", "EncodedRequestUri": "L3NraWxsc2V0cz9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3763\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SplitSkill\",\r\n \"textSplitMode\": \"pages\",\r\n \"name\": \"mysplit\",\r\n \"description\": \"Tested Split skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"textItems\",\r\n \"targetName\": \"myTextItems\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1352\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SplitSkill\",\r\n \"textSplitMode\": \"pages\",\r\n \"name\": \"mysplit\",\r\n \"description\": \"Tested Split skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"textItems\",\r\n \"targetName\": \"myTextItems\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "fc999f1d-4b14-463e-b2d8-7f0f65d45ccf" + "a7e68e4f-8ab2-4bfb-b4e3-3d11382b53c7" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2397EECE2872F3ADFC2B9678560408F2" + "F71B841859908BE3AD4735BDB29DBC62" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -807,16 +807,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037399A2FDE5\"" + "W/\"0x8D83B7B595AFD26\"" ], "Location": [ - "https://azs-5857.search-dogfood.windows-int.net/skillsets('azsmnet3763')?api-version=2019-05-06" + "https://azs-5593.search-dogfood.windows-int.net/skillsets('azsmnet1352')?api-version=2019-05-06" ], "request-id": [ - "fc999f1d-4b14-463e-b2d8-7f0f65d45ccf" + "a7e68e4f-8ab2-4bfb-b4e3-3d11382b53c7" ], "elapsed-time": [ - "69" + "109" ], "OData-Version": [ "4.0" @@ -828,7 +828,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:57:10 GMT" + "Sat, 08 Aug 2020 09:13:43 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -840,28 +840,28 @@ "600" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5857.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037399A2FDE5\\\"\",\r\n \"name\": \"azsmnet3763\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SplitSkill\",\r\n \"name\": \"mysplit\",\r\n \"description\": \"Tested Split skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": null,\r\n \"textSplitMode\": \"pages\",\r\n \"maximumPageLength\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"textItems\",\r\n \"targetName\": \"myTextItems\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5593.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7B595AFD26\\\"\",\r\n \"name\": \"azsmnet1352\",\r\n \"description\": \"Skillset for testing default configuration\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.SplitSkill\",\r\n \"name\": \"mysplit\",\r\n \"description\": \"Tested Split skill\",\r\n \"context\": \"/document\",\r\n \"defaultLanguageCode\": null,\r\n \"textSplitMode\": \"pages\",\r\n \"maximumPageLength\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"textItems\",\r\n \"targetName\": \"myTextItems\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/skillsets('azsmnet3051')?api-version=2019-05-06", - "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDMwNTEnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/skillsets('azsmnet2176')?api-version=2019-05-06", + "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDIxNzYnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "80f5df10-7e9d-43c0-b1e8-ed2fbed2e069" + "8c3a793a-ba02-488c-9d20-a40e45ee9925" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2397EECE2872F3ADFC2B9678560408F2" + "F71B841859908BE3AD4735BDB29DBC62" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -873,16 +873,16 @@ "no-cache" ], "request-id": [ - "80f5df10-7e9d-43c0-b1e8-ed2fbed2e069" + "8c3a793a-ba02-488c-9d20-a40e45ee9925" ], "elapsed-time": [ - "52" + "56" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:57:09 GMT" + "Sat, 08 Aug 2020 09:13:41 GMT" ], "Expires": [ "-1" @@ -892,24 +892,24 @@ "StatusCode": 204 }, { - "RequestUri": "/skillsets('azsmnet5678')?api-version=2019-05-06", - "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDU2NzgnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/skillsets('azsmnet3964')?api-version=2019-05-06", + "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDM5NjQnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "519dd4f4-a820-46a6-821c-8c1f2aa1c2e3" + "50c0b9ea-8654-49f1-a360-cbaaa6bc96c1" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2397EECE2872F3ADFC2B9678560408F2" + "F71B841859908BE3AD4735BDB29DBC62" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -921,16 +921,16 @@ "no-cache" ], "request-id": [ - "519dd4f4-a820-46a6-821c-8c1f2aa1c2e3" + "50c0b9ea-8654-49f1-a360-cbaaa6bc96c1" ], "elapsed-time": [ - "74" + "82" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:57:09 GMT" + "Sat, 08 Aug 2020 09:13:42 GMT" ], "Expires": [ "-1" @@ -940,24 +940,24 @@ "StatusCode": 204 }, { - "RequestUri": "/skillsets('azsmnet8062')?api-version=2019-05-06", - "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDgwNjInKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/skillsets('azsmnet9714')?api-version=2019-05-06", + "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDk3MTQnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "ba18302a-3739-434e-9d57-552fd8cfb0b7" + "030ce236-3e19-4356-8d59-76e829ee7e09" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2397EECE2872F3ADFC2B9678560408F2" + "F71B841859908BE3AD4735BDB29DBC62" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -969,7 +969,7 @@ "no-cache" ], "request-id": [ - "ba18302a-3739-434e-9d57-552fd8cfb0b7" + "030ce236-3e19-4356-8d59-76e829ee7e09" ], "elapsed-time": [ "66" @@ -978,7 +978,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:57:09 GMT" + "Sat, 08 Aug 2020 09:13:42 GMT" ], "Expires": [ "-1" @@ -988,24 +988,24 @@ "StatusCode": 204 }, { - "RequestUri": "/skillsets('azsmnet9908')?api-version=2019-05-06", - "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDk5MDgnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/skillsets('azsmnet4347')?api-version=2019-05-06", + "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDQzNDcnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "ae2b20c2-bbea-4b8f-b8de-da0be3fc2eff" + "3b96537b-f9fe-4269-b8d4-82794e1f2719" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2397EECE2872F3ADFC2B9678560408F2" + "F71B841859908BE3AD4735BDB29DBC62" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1017,16 +1017,16 @@ "no-cache" ], "request-id": [ - "ae2b20c2-bbea-4b8f-b8de-da0be3fc2eff" + "3b96537b-f9fe-4269-b8d4-82794e1f2719" ], "elapsed-time": [ - "67" + "65" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:57:09 GMT" + "Sat, 08 Aug 2020 09:13:42 GMT" ], "Expires": [ "-1" @@ -1036,24 +1036,24 @@ "StatusCode": 204 }, { - "RequestUri": "/skillsets('azsmnet3119')?api-version=2019-05-06", - "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDMxMTknKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/skillsets('azsmnet1221')?api-version=2019-05-06", + "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDEyMjEnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "be4c5315-5daf-454a-884f-91b02dc05d0e" + "442f20d6-db8a-4cf3-b377-b8657046918f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2397EECE2872F3ADFC2B9678560408F2" + "F71B841859908BE3AD4735BDB29DBC62" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1065,16 +1065,16 @@ "no-cache" ], "request-id": [ - "be4c5315-5daf-454a-884f-91b02dc05d0e" + "442f20d6-db8a-4cf3-b377-b8657046918f" ], "elapsed-time": [ - "55" + "76" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:57:10 GMT" + "Sat, 08 Aug 2020 09:13:42 GMT" ], "Expires": [ "-1" @@ -1084,24 +1084,24 @@ "StatusCode": 204 }, { - "RequestUri": "/skillsets('azsmnet3722')?api-version=2019-05-06", - "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDM3MjInKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/skillsets('azsmnet9407')?api-version=2019-05-06", + "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDk0MDcnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "e994e483-913f-4904-92d6-a977810b858c" + "2d35863f-ccf3-4444-821b-24a24f703c93" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2397EECE2872F3ADFC2B9678560408F2" + "F71B841859908BE3AD4735BDB29DBC62" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1113,16 +1113,16 @@ "no-cache" ], "request-id": [ - "e994e483-913f-4904-92d6-a977810b858c" + "2d35863f-ccf3-4444-821b-24a24f703c93" ], "elapsed-time": [ - "107" + "70" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:57:10 GMT" + "Sat, 08 Aug 2020 09:13:43 GMT" ], "Expires": [ "-1" @@ -1132,24 +1132,24 @@ "StatusCode": 204 }, { - "RequestUri": "/skillsets('azsmnet3763')?api-version=2019-05-06", - "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDM3NjMnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/skillsets('azsmnet1352')?api-version=2019-05-06", + "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDEzNTInKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "d3210879-7722-4694-8b82-ff8f86c6d512" + "1778fd94-a1f8-4bf7-8c66-f793d2b46aa3" ], "Accept-Language": [ "en-US" ], "api-key": [ - "2397EECE2872F3ADFC2B9678560408F2" + "F71B841859908BE3AD4735BDB29DBC62" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -1161,16 +1161,16 @@ "no-cache" ], "request-id": [ - "d3210879-7722-4694-8b82-ff8f86c6d512" + "1778fd94-a1f8-4bf7-8c66-f793d2b46aa3" ], "elapsed-time": [ - "61" + "63" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:57:10 GMT" + "Sat, 08 Aug 2020 09:13:43 GMT" ], "Expires": [ "-1" @@ -1180,21 +1180,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1838/providers/Microsoft.Search/searchServices/azs-5857?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxODM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01ODU3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8739/providers/Microsoft.Search/searchServices/azs-5593?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01NTkzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "068f6d90-ad40-4164-b57e-c470ac5ccbb1" + "bb2f360c-f422-4f35-9281-3273bcc67188" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -1205,57 +1205,48 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14995" + ], "x-ms-request-id": [ - "068f6d90-ad40-4164-b57e-c470ac5ccbb1" + "d4f2ed33-a60d-4236-99e1-475430b13d3c" ], - "request-id": [ - "068f6d90-ad40-4164-b57e-c470ac5ccbb1" + "x-ms-correlation-request-id": [ + "d4f2ed33-a60d-4236-99e1-475430b13d3c" ], - "elapsed-time": [ - "896" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T091413Z:d4f2ed33-a60d-4236-99e1-475430b13d3c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14987" - ], - "x-ms-correlation-request-id": [ - "5d87f181-8342-41f4-ad1a-e3006049ce2b" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015714Z:5d87f181-8342-41f4-ad1a-e3006049ce2b" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:57:14 GMT" + "Sat, 08 Aug 2020 09:14:13 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet1838", - "azsmnet3051", - "azsmnet5678", - "azsmnet8062", - "azsmnet9908", - "azsmnet3119", - "azsmnet3722", - "azsmnet3763" + "azsmnet8739", + "azsmnet2176", + "azsmnet3964", + "azsmnet9714", + "azsmnet4347", + "azsmnet1221", + "azsmnet9407", + "azsmnet1352" ], "GenerateServiceName": [ - "azs-5857" + "azs-5593" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/DeleteSkillsetIfExistsWorksOnlyWhenResourceExists.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/DeleteSkillsetIfExistsWorksOnlyWhenResourceExists.json new file mode 100644 index 000000000000..137ee667e3b4 --- /dev/null +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/DeleteSkillsetIfExistsWorksOnlyWhenResourceExists.json @@ -0,0 +1,609 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/register?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3JlZ2lzdGVyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3c7cf814-dbbe-45f7-a683-7c57d0ff0dfb" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "e6124196-e6ee-47c7-bb33-97d3d373f47c" + ], + "x-ms-correlation-request-id": [ + "e6124196-e6ee-47c7-bb33-97d3d373f47c" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190545Z:e6124196-e6ee-47c7-bb33-97d3d373f47c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:05:45 GMT" + ], + "Content-Length": [ + "2708" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet596?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1OTY/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9600f161-9abd-4976-8e3d-f8c373559d80" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "e4fe624a-b7de-4ca0-ac94-ed15fdc6fc5e" + ], + "x-ms-correlation-request-id": [ + "e4fe624a-b7de-4ca0-ac94-ed15fdc6fc5e" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190547Z:e4fe624a-b7de-4ca0-ac94-ed15fdc6fc5e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:05:47 GMT" + ], + "Content-Length": [ + "173" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet596\",\r\n \"name\": \"azsmnet596\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet596/providers/Microsoft.Search/searchServices/azs-9851?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk4NTE/YXBpLXZlcnNpb249MjAxNS0wOC0xOQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "07db53ba-98b2-47a8-a794-9caf01374074" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "67" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2019-11-14T19%3A05%3A51.3179611Z'\"" + ], + "x-ms-request-id": [ + "07db53ba-98b2-47a8-a794-9caf01374074" + ], + "request-id": [ + "07db53ba-98b2-47a8-a794-9caf01374074" + ], + "elapsed-time": [ + "1436" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "8cc1b842-1718-4d89-bc33-45aaf149477f" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190552Z:8cc1b842-1718-4d89-bc33-45aaf149477f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:05:52 GMT" + ], + "Content-Length": [ + "384" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet596/providers/Microsoft.Search/searchServices/azs-9851\",\r\n \"name\": \"azs-9851\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\"\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet596/providers/Microsoft.Search/searchServices/azs-9851/listAdminKeys?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk4NTEvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDE1LTA4LTE5", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bcb9daa7-09d3-4f4a-90c5-e486620e8adc" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "bcb9daa7-09d3-4f4a-90c5-e486620e8adc" + ], + "request-id": [ + "bcb9daa7-09d3-4f4a-90c5-e486620e8adc" + ], + "elapsed-time": [ + "280" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "50441b88-e314-44de-8465-ce82c5623e02" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190555Z:50441b88-e314-44de-8465-ce82c5623e02" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:05:55 GMT" + ], + "Content-Length": [ + "99" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"primaryKey\": \"D09D32492BE793062BA3B9AE0A14E59B\",\r\n \"secondaryKey\": \"D61F05A8AD5D86B6C73A694C03B28BBF\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet596/providers/Microsoft.Search/searchServices/azs-9851/listQueryKeys?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk4NTEvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDE1LTA4LTE5", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7bb7d343-06cc-4905-8f2b-e2dc830ad4c1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "7bb7d343-06cc-4905-8f2b-e2dc830ad4c1" + ], + "request-id": [ + "7bb7d343-06cc-4905-8f2b-e2dc830ad4c1" + ], + "elapsed-time": [ + "368" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14998" + ], + "x-ms-correlation-request-id": [ + "a8fc1d44-ef24-473e-b7f3-ba2778af3197" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190556Z:a8fc1d44-ef24-473e-b7f3-ba2778af3197" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:05:55 GMT" + ], + "Content-Length": [ + "82" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"ABDB647F9E1200EA9187AC0630874217\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/skillsets('testskillset')?api-version=2019-05-06-Preview", + "EncodedRequestUri": "L3NraWxsc2V0cygndGVzdHNraWxsc2V0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNi1QcmV2aWV3", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"categories\": [\r\n \"person\",\r\n \"location\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestHeaders": { + "client-request-id": [ + "28db8edf-d0fa-4885-b0c4-4419ed617bdf" + ], + "Prefer": [ + "return=representation" + ], + "Accept-Language": [ + "en-US" + ], + "api-key": [ + "D09D32492BE793062BA3B9AE0A14E59B" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Search.SearchServiceClient/11.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1251" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"0x8D76935AE7BAE4F\"" + ], + "Location": [ + "https://azs-9851.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06-Preview" + ], + "request-id": [ + "28db8edf-d0fa-4885-b0c4-4419ed617bdf" + ], + "elapsed-time": [ + "91" + ], + "OData-Version": [ + "4.0" + ], + "Preference-Applied": [ + "odata.include-annotations=\"*\"" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ], + "Date": [ + "Thu, 14 Nov 2019 19:05:57 GMT" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "1116" + ] + }, + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9851.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D76935AE7BAE4F\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"categories\": [\r\n \"person\",\r\n \"location\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"includeTypelessEntities\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null,\r\n \"knowledgeStore\": null\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/skillsets('testskillset')?api-version=2019-05-06-Preview", + "EncodedRequestUri": "L3NraWxsc2V0cygndGVzdHNraWxsc2V0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNi1QcmV2aWV3", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "client-request-id": [ + "881cecd3-268f-4a1e-b432-df35986b7e34" + ], + "Accept-Language": [ + "en-US" + ], + "If-Match": [ + "*" + ], + "api-key": [ + "D09D32492BE793062BA3B9AE0A14E59B" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Search.SearchServiceClient/11.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "request-id": [ + "881cecd3-268f-4a1e-b432-df35986b7e34" + ], + "elapsed-time": [ + "63" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ], + "Date": [ + "Thu, 14 Nov 2019 19:05:57 GMT" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 204 + }, + { + "RequestUri": "/skillsets('testskillset')?api-version=2019-05-06-Preview", + "EncodedRequestUri": "L3NraWxsc2V0cygndGVzdHNraWxsc2V0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNi1QcmV2aWV3", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "client-request-id": [ + "d43a33c6-493a-402e-95e2-4f27194b0de2" + ], + "Accept-Language": [ + "en-US" + ], + "If-Match": [ + "*" + ], + "api-key": [ + "D09D32492BE793062BA3B9AE0A14E59B" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Search.SearchServiceClient/11.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "request-id": [ + "d43a33c6-493a-402e-95e2-4f27194b0de2" + ], + "elapsed-time": [ + "25" + ], + "OData-Version": [ + "4.0" + ], + "Preference-Applied": [ + "odata.include-annotations=\"*\"" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ], + "Date": [ + "Thu, 14 Nov 2019 19:05:57 GMT" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Content-Language": [ + "en" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "160" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"The precondition given in one of the request headers evaluated to false. No change was made to the resource from this request.\"\r\n }\r\n}", + "StatusCode": 412 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet596/providers/Microsoft.Search/searchServices/azs-9851?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTk4NTE/YXBpLXZlcnNpb249MjAxNS0wOC0xOQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e512e8c2-0de0-4378-8ffa-a6b2530102bc" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "e512e8c2-0de0-4378-8ffa-a6b2530102bc" + ], + "request-id": [ + "e512e8c2-0de0-4378-8ffa-a6b2530102bc" + ], + "elapsed-time": [ + "1315" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14996" + ], + "x-ms-correlation-request-id": [ + "5debbe3b-93ea-442e-a85d-070dca038e00" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190602Z:5debbe3b-93ea-442e-a85d-070dca038e00" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:06:02 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "GenerateName": [ + "azsmnet596" + ], + "GenerateServiceName": [ + "azs-9851" + ] + }, + "Variables": { + "SubscriptionId": "3c729b2a-4f86-4bb2-abe8-4b8647af156c" + } +} \ No newline at end of file diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/DeleteSkillsetIfNotChangedWorksOnlyOnCurrentResource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/DeleteSkillsetIfNotChangedWorksOnlyOnCurrentResource.json new file mode 100644 index 000000000000..3278227f08d4 --- /dev/null +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/DeleteSkillsetIfNotChangedWorksOnlyOnCurrentResource.json @@ -0,0 +1,681 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/register?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3JlZ2lzdGVyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d52198d5-5097-4356-baef-ab1e69eab9e4" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "02886e48-c1ed-4f81-8f3c-dc89ccb63002" + ], + "x-ms-correlation-request-id": [ + "02886e48-c1ed-4f81-8f3c-dc89ccb63002" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190025Z:02886e48-c1ed-4f81-8f3c-dc89ccb63002" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:00:24 GMT" + ], + "Content-Length": [ + "2708" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1752?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxNzUyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7b430bf9-46c3-47de-93d6-2431aa544ef2" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "fa5d4400-9cf3-4a52-9b86-f1a90bc5b8a5" + ], + "x-ms-correlation-request-id": [ + "fa5d4400-9cf3-4a52-9b86-f1a90bc5b8a5" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190027Z:fa5d4400-9cf3-4a52-9b86-f1a90bc5b8a5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:00:26 GMT" + ], + "Content-Length": [ + "175" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1752\",\r\n \"name\": \"azsmnet1752\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1752/providers/Microsoft.Search/searchServices/azs-5917?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNzUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTE3P2FwaS12ZXJzaW9uPTIwMTUtMDgtMTk=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "61d25f1f-a315-463c-a3b7-50a5dd1883c6" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "67" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2019-11-14T19%3A00%3A32.6972377Z'\"" + ], + "x-ms-request-id": [ + "61d25f1f-a315-463c-a3b7-50a5dd1883c6" + ], + "request-id": [ + "61d25f1f-a315-463c-a3b7-50a5dd1883c6" + ], + "elapsed-time": [ + "1091" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "681eb62b-0280-4e52-a687-392d2c0a4477" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190033Z:681eb62b-0280-4e52-a687-392d2c0a4477" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:00:33 GMT" + ], + "Content-Length": [ + "385" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1752/providers/Microsoft.Search/searchServices/azs-5917\",\r\n \"name\": \"azs-5917\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\"\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1752/providers/Microsoft.Search/searchServices/azs-5917/listAdminKeys?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNzUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTE3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAxNS0wOC0xOQ==", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "013f6701-f5bb-49a4-9193-09aa459ea5ad" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "013f6701-f5bb-49a4-9193-09aa459ea5ad" + ], + "request-id": [ + "013f6701-f5bb-49a4-9193-09aa459ea5ad" + ], + "elapsed-time": [ + "119" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "55267e48-fdbb-4a0a-8cac-603ce39c29cf" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190036Z:55267e48-fdbb-4a0a-8cac-603ce39c29cf" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:00:36 GMT" + ], + "Content-Length": [ + "99" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"primaryKey\": \"B85DDA52CB7425895DA6807566F67D24\",\r\n \"secondaryKey\": \"84B0403D48BC6D95543E073E5780A07A\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1752/providers/Microsoft.Search/searchServices/azs-5917/listQueryKeys?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNzUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTE3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAxNS0wOC0xOQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9a54207d-d0c8-4002-a01d-d6610a8c3101" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "9a54207d-d0c8-4002-a01d-d6610a8c3101" + ], + "request-id": [ + "9a54207d-d0c8-4002-a01d-d6610a8c3101" + ], + "elapsed-time": [ + "111" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "183fc02c-0c4d-4ac9-abb6-dc3ddb508d09" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190036Z:183fc02c-0c4d-4ac9-abb6-dc3ddb508d09" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:00:36 GMT" + ], + "Content-Length": [ + "82" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"540BD8263F6656ED8F75475A0FAE3042\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/skillsets('testskillset')?api-version=2019-05-06-Preview", + "EncodedRequestUri": "L3NraWxsc2V0cygndGVzdHNraWxsc2V0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNi1QcmV2aWV3", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"categories\": [\r\n \"person\",\r\n \"location\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestHeaders": { + "client-request-id": [ + "a33f88f7-f09a-4a37-990d-f02f19ceee1d" + ], + "Prefer": [ + "return=representation" + ], + "Accept-Language": [ + "en-US" + ], + "api-key": [ + "B85DDA52CB7425895DA6807566F67D24" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Search.SearchServiceClient/11.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1251" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"0x8D76934F03BB28F\"" + ], + "Location": [ + "https://azs-5917.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06-Preview" + ], + "request-id": [ + "a33f88f7-f09a-4a37-990d-f02f19ceee1d" + ], + "elapsed-time": [ + "307" + ], + "OData-Version": [ + "4.0" + ], + "Preference-Applied": [ + "odata.include-annotations=\"*\"" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ], + "Date": [ + "Thu, 14 Nov 2019 19:00:38 GMT" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "1116" + ] + }, + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5917.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D76934F03BB28F\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"categories\": [\r\n \"person\",\r\n \"location\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"includeTypelessEntities\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null,\r\n \"knowledgeStore\": null\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/skillsets('testskillset')?api-version=2019-05-06-Preview", + "EncodedRequestUri": "L3NraWxsc2V0cygndGVzdHNraWxsc2V0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNi1QcmV2aWV3", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Mutated Skillset\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"categories\": [\r\n \"person\",\r\n \"location\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"@odata.etag\": \"\\\"0x8D76934F03BB28F\\\"\"\r\n}", + "RequestHeaders": { + "client-request-id": [ + "7966c4b9-c2a5-4887-a6e7-08fa9db12de7" + ], + "Prefer": [ + "return=representation" + ], + "Accept-Language": [ + "en-US" + ], + "api-key": [ + "B85DDA52CB7425895DA6807566F67D24" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Search.SearchServiceClient/11.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1365" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"0x8D76934F05497CE\"" + ], + "request-id": [ + "7966c4b9-c2a5-4887-a6e7-08fa9db12de7" + ], + "elapsed-time": [ + "101" + ], + "OData-Version": [ + "4.0" + ], + "Preference-Applied": [ + "odata.include-annotations=\"*\"" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ], + "Date": [ + "Thu, 14 Nov 2019 19:00:38 GMT" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "1112" + ] + }, + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5917.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D76934F05497CE\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Mutated Skillset\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"categories\": [\r\n \"person\",\r\n \"location\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"includeTypelessEntities\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null,\r\n \"knowledgeStore\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/skillsets('testskillset')?api-version=2019-05-06-Preview", + "EncodedRequestUri": "L3NraWxsc2V0cygndGVzdHNraWxsc2V0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNi1QcmV2aWV3", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "client-request-id": [ + "d3f202d9-ff44-49f3-a3a0-b2b00b34364f" + ], + "Accept-Language": [ + "en-US" + ], + "If-Match": [ + "\"0x8D76934F03BB28F\"" + ], + "api-key": [ + "B85DDA52CB7425895DA6807566F67D24" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Search.SearchServiceClient/11.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "request-id": [ + "d3f202d9-ff44-49f3-a3a0-b2b00b34364f" + ], + "elapsed-time": [ + "23" + ], + "OData-Version": [ + "4.0" + ], + "Preference-Applied": [ + "odata.include-annotations=\"*\"" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ], + "Date": [ + "Thu, 14 Nov 2019 19:00:38 GMT" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Content-Language": [ + "en" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "160" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"The precondition given in one of the request headers evaluated to false. No change was made to the resource from this request.\"\r\n }\r\n}", + "StatusCode": 412 + }, + { + "RequestUri": "/skillsets('testskillset')?api-version=2019-05-06-Preview", + "EncodedRequestUri": "L3NraWxsc2V0cygndGVzdHNraWxsc2V0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNi1QcmV2aWV3", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "client-request-id": [ + "b33ca112-29b1-46e5-ad8e-4f302eb08e89" + ], + "Accept-Language": [ + "en-US" + ], + "If-Match": [ + "\"0x8D76934F05497CE\"" + ], + "api-key": [ + "B85DDA52CB7425895DA6807566F67D24" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Search.SearchServiceClient/11.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "request-id": [ + "b33ca112-29b1-46e5-ad8e-4f302eb08e89" + ], + "elapsed-time": [ + "56" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ], + "Date": [ + "Thu, 14 Nov 2019 19:00:38 GMT" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 204 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1752/providers/Microsoft.Search/searchServices/azs-5917?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNzUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01OTE3P2FwaS12ZXJzaW9uPTIwMTUtMDgtMTk=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7c019cca-c98e-46fa-ba4d-ab1e47bf7700" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "7c019cca-c98e-46fa-ba4d-ab1e47bf7700" + ], + "request-id": [ + "7c019cca-c98e-46fa-ba4d-ab1e47bf7700" + ], + "elapsed-time": [ + "761" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], + "x-ms-correlation-request-id": [ + "9e612e19-a0b5-491a-b62c-46f8cb6e2532" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190043Z:9e612e19-a0b5-491a-b62c-46f8cb6e2532" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:00:43 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "GenerateName": [ + "azsmnet1752" + ], + "GenerateServiceName": [ + "azs-5917" + ] + }, + "Variables": { + "SubscriptionId": "3c729b2a-4f86-4bb2-abe8-4b8647af156c" + } +} \ No newline at end of file diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/DeleteSkillsetIsIdempotent.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/DeleteSkillsetIsIdempotent.json index 721ab92a0c35..790d272306fb 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/DeleteSkillsetIsIdempotent.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/DeleteSkillsetIsIdempotent.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94ac9b05-641b-4dd8-be79-8d6c570129d2" + "1ae48007-80ab-491e-9c4e-c8ec6252ee21" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1195" ], "x-ms-request-id": [ - "b78a9140-f9a3-4d35-a57a-7c1135a81f48" + "4c0d4e4d-0deb-4bd7-8bf7-f3be21c9bbd1" ], "x-ms-correlation-request-id": [ - "b78a9140-f9a3-4d35-a57a-7c1135a81f48" + "4c0d4e4d-0deb-4bd7-8bf7-f3be21c9bbd1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015343Z:b78a9140-f9a3-4d35-a57a-7c1135a81f48" + "NORTHEUROPE:20200808T090405Z:4c0d4e4d-0deb-4bd7-8bf7-f3be21c9bbd1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:53:43 GMT" + "Sat, 08 Aug 2020 09:04:05 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1009?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMDA5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3350?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMzUwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "979e7e02-014d-4edf-8e62-b6ef248edacb" + "472184d0-c0d0-4a19-8f45-3d8ff0b8b5d3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1196" ], "x-ms-request-id": [ - "2a862f3c-89fc-48b0-a4a1-a2ad4a65c15a" + "fa01e740-686e-478b-868b-097fc7307056" ], "x-ms-correlation-request-id": [ - "2a862f3c-89fc-48b0-a4a1-a2ad4a65c15a" + "fa01e740-686e-478b-868b-097fc7307056" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015344Z:2a862f3c-89fc-48b0-a4a1-a2ad4a65c15a" + "NORTHEUROPE:20200808T090407Z:fa01e740-686e-478b-868b-097fc7307056" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:53:43 GMT" + "Sat, 08 Aug 2020 09:04:06 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1009\",\r\n \"name\": \"azsmnet1009\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3350\",\r\n \"name\": \"azsmnet3350\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1009/providers/Microsoft.Search/searchServices/azs-4266?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MjY2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3350/providers/Microsoft.Search/searchServices/azs-3720?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzIwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "690f7981-8f2b-434d-8a12-097ad5052739" + "801dabd0-5fda-4160-9df2-982c778279b1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A53%3A50.3303717Z'\"" + "W/\"datetime'2020-08-08T09%3A04%3A11.6750937Z'\"" ], "x-ms-request-id": [ - "690f7981-8f2b-434d-8a12-097ad5052739" + "801dabd0-5fda-4160-9df2-982c778279b1" ], "request-id": [ - "690f7981-8f2b-434d-8a12-097ad5052739" + "801dabd0-5fda-4160-9df2-982c778279b1" ], "elapsed-time": [ - "1726" + "1531" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1191" ], "x-ms-correlation-request-id": [ - "5b04cd78-9c4a-49a9-8ea4-a9a83688a0c0" + "ad2120e7-391e-466f-bbe2-c5c877079764" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015351Z:5b04cd78-9c4a-49a9-8ea4-a9a83688a0c0" + "NORTHEUROPE:20200808T090412Z:ad2120e7-391e-466f-bbe2-c5c877079764" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:53:51 GMT" + "Sat, 08 Aug 2020 09:04:12 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1009/providers/Microsoft.Search/searchServices/azs-4266\",\r\n \"name\": \"azs-4266\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3350/providers/Microsoft.Search/searchServices/azs-3720\",\r\n \"name\": \"azs-3720\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1009/providers/Microsoft.Search/searchServices/azs-4266/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MjY2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3350/providers/Microsoft.Search/searchServices/azs-3720/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzIwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d97e3fe-d428-49c2-8cb7-99f7e750f245" + "1366585a-747d-409d-8800-9c304d100f68" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4d97e3fe-d428-49c2-8cb7-99f7e750f245" + "1366585a-747d-409d-8800-9c304d100f68" ], "request-id": [ - "4d97e3fe-d428-49c2-8cb7-99f7e750f245" + "1366585a-747d-409d-8800-9c304d100f68" ], "elapsed-time": [ - "96" + "101" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1188" ], "x-ms-correlation-request-id": [ - "c4fe2b3e-023d-4246-8faa-786d1bf20c2d" + "8fa64fe3-250d-4118-8846-12d37cec3c15" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015353Z:c4fe2b3e-023d-4246-8faa-786d1bf20c2d" + "NORTHEUROPE:20200808T090415Z:8fa64fe3-250d-4118-8846-12d37cec3c15" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:53:52 GMT" + "Sat, 08 Aug 2020 09:04:15 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"9BB59BA17D5A26A63F9183AE0A65692B\",\r\n \"secondaryKey\": \"1D5B436DE0E1AF6FB54023C662B1162E\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"9A768CDB2A5A17C64027DA624092ABEB\",\r\n \"secondaryKey\": \"B6A682E008B13BBABD76FA738B524639\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1009/providers/Microsoft.Search/searchServices/azs-4266/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MjY2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3350/providers/Microsoft.Search/searchServices/azs-3720/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzIwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3244de5b-4066-45a3-916e-6ff315e965c9" + "f3b6a2d8-4aa7-4e7c-a728-215b1c5b2b92" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "3244de5b-4066-45a3-916e-6ff315e965c9" + "f3b6a2d8-4aa7-4e7c-a728-215b1c5b2b92" ], "request-id": [ - "3244de5b-4066-45a3-916e-6ff315e965c9" + "f3b6a2d8-4aa7-4e7c-a728-215b1c5b2b92" ], "elapsed-time": [ - "100" + "103" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1187" ], "x-ms-correlation-request-id": [ - "d42c8ed9-9301-4bf5-b630-e8d4c787fd39" + "d1d7a7ac-df0e-4770-bb71-fd93fd207539" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015353Z:d42c8ed9-9301-4bf5-b630-e8d4c787fd39" + "NORTHEUROPE:20200808T090416Z:d1d7a7ac-df0e-4770-bb71-fd93fd207539" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:53:53 GMT" + "Sat, 08 Aug 2020 09:04:15 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B827725ADB159812A97CA48F4F154965\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"68A1B18B98FDAA0D0B02DC7CE4FFCD9C\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/skillsets('azsmnet6198')?api-version=2019-05-06", - "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDYxOTgnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/skillsets('azsmnet7677')?api-version=2019-05-06", + "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDc2NzcnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "899d6404-705f-4ee6-b873-3ad8fe6efc3e" + "fb31a29e-c5d3-42a9-b1a0-a228059da326" ], "Accept-Language": [ "en-US" ], "api-key": [ - "9BB59BA17D5A26A63F9183AE0A65692B" + "9A768CDB2A5A17C64027DA624092ABEB" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -369,10 +369,10 @@ "no-cache" ], "request-id": [ - "899d6404-705f-4ee6-b873-3ad8fe6efc3e" + "fb31a29e-c5d3-42a9-b1a0-a228059da326" ], "elapsed-time": [ - "68" + "84" ], "OData-Version": [ "4.0" @@ -384,7 +384,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:53:55 GMT" + "Sat, 08 Aug 2020 09:04:18 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -399,28 +399,28 @@ "114" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No skillset with the name 'azsmnet6198' was found in a service named 'azs-4266'.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No skillset with the name 'azsmnet7677' was found in a service named 'azs-3720'.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/skillsets('azsmnet6198')?api-version=2019-05-06", - "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDYxOTgnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/skillsets('azsmnet7677')?api-version=2019-05-06", + "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDc2NzcnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "9d1ac797-9346-4eaf-a549-7944599296e7" + "3b826896-c75d-4906-a911-4b11d7ff7b59" ], "Accept-Language": [ "en-US" ], "api-key": [ - "9BB59BA17D5A26A63F9183AE0A65692B" + "9A768CDB2A5A17C64027DA624092ABEB" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -432,16 +432,16 @@ "no-cache" ], "request-id": [ - "9d1ac797-9346-4eaf-a549-7944599296e7" + "3b826896-c75d-4906-a911-4b11d7ff7b59" ], "elapsed-time": [ - "52" + "72" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:53:55 GMT" + "Sat, 08 Aug 2020 09:04:18 GMT" ], "Expires": [ "-1" @@ -451,24 +451,24 @@ "StatusCode": 204 }, { - "RequestUri": "/skillsets('azsmnet6198')?api-version=2019-05-06", - "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDYxOTgnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/skillsets('azsmnet7677')?api-version=2019-05-06", + "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDc2NzcnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "e4cd3adb-0cbf-41a1-9074-d9f7acf24aa7" + "586bca4c-6d44-4a7a-aded-f01dcfa02377" ], "Accept-Language": [ "en-US" ], "api-key": [ - "9BB59BA17D5A26A63F9183AE0A65692B" + "9A768CDB2A5A17C64027DA624092ABEB" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -480,10 +480,10 @@ "no-cache" ], "request-id": [ - "e4cd3adb-0cbf-41a1-9074-d9f7acf24aa7" + "586bca4c-6d44-4a7a-aded-f01dcfa02377" ], "elapsed-time": [ - "34" + "43" ], "OData-Version": [ "4.0" @@ -495,7 +495,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:53:55 GMT" + "Sat, 08 Aug 2020 09:04:18 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -510,28 +510,28 @@ "114" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No skillset with the name 'azsmnet6198' was found in a service named 'azs-4266'.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No skillset with the name 'azsmnet7677' was found in a service named 'azs-3720'.\"\r\n }\r\n}", "StatusCode": 404 }, { "RequestUri": "/skillsets?api-version=2019-05-06", "EncodedRequestUri": "L3NraWxsc2V0cz9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet6198\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7677\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "897dde9f-f58f-4457-a0b6-011c074a7129" + "e7977f69-b36a-4342-9f53-cb3125a3e6b1" ], "Accept-Language": [ "en-US" ], "api-key": [ - "9BB59BA17D5A26A63F9183AE0A65692B" + "9A768CDB2A5A17C64027DA624092ABEB" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -549,16 +549,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80373253F4377\"" + "W/\"0x8D83B7A0826F46A\"" ], "Location": [ - "https://azs-4266.search-dogfood.windows-int.net/skillsets('azsmnet6198')?api-version=2019-05-06" + "https://azs-3720.search-dogfood.windows-int.net/skillsets('azsmnet7677')?api-version=2019-05-06" ], "request-id": [ - "897dde9f-f58f-4457-a0b6-011c074a7129" + "e7977f69-b36a-4342-9f53-cb3125a3e6b1" ], "elapsed-time": [ - "76" + "73" ], "OData-Version": [ "4.0" @@ -570,7 +570,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:53:55 GMT" + "Sat, 08 Aug 2020 09:04:18 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -582,25 +582,25 @@ "687" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4266.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80373253F4377\\\"\",\r\n \"name\": \"azsmnet6198\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3720.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7A0826F46A\\\"\",\r\n \"name\": \"azsmnet7677\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1009/providers/Microsoft.Search/searchServices/azs-4266?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMDA5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00MjY2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3350/providers/Microsoft.Search/searchServices/azs-3720?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zNzIwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3f354213-e5eb-495b-9230-fc8e4befe889" + "2756c9d6-4790-4427-8684-a997c48670b4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -611,51 +611,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14988" + ], "x-ms-request-id": [ - "3f354213-e5eb-495b-9230-fc8e4befe889" + "ff9319a9-21c4-43de-876d-4a538759b8d4" ], - "request-id": [ - "3f354213-e5eb-495b-9230-fc8e4befe889" + "x-ms-correlation-request-id": [ + "ff9319a9-21c4-43de-876d-4a538759b8d4" ], - "elapsed-time": [ - "803" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T090427Z:ff9319a9-21c4-43de-876d-4a538759b8d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "1148a5f8-580b-46f0-95e8-8a90cbf85706" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015358Z:1148a5f8-580b-46f0-95e8-8a90cbf85706" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:53:57 GMT" + "Sat, 08 Aug 2020 09:04:27 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet1009", - "azsmnet6198" + "azsmnet3350", + "azsmnet7677" ], "GenerateServiceName": [ - "azs-4266" + "azs-3720" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/ExistsReturnsFalseForNonExistingSkillset.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/ExistsReturnsFalseForNonExistingSkillset.json index 343949372805..9773030e7125 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/ExistsReturnsFalseForNonExistingSkillset.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/ExistsReturnsFalseForNonExistingSkillset.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9041d119-3eef-4eea-a0ce-15e7ead7b768" + "af3cb7dc-2c4d-4e2d-acd0-bed8f54698ef" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1192" ], "x-ms-request-id": [ - "1e719eed-575c-4d38-983e-97763c02354c" + "1ba74626-7d7d-4b58-8312-728accdf528f" ], "x-ms-correlation-request-id": [ - "1e719eed-575c-4d38-983e-97763c02354c" + "1ba74626-7d7d-4b58-8312-728accdf528f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015403Z:1e719eed-575c-4d38-983e-97763c02354c" + "NORTHEUROPE:20200808T090434Z:1ba74626-7d7d-4b58-8312-728accdf528f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:54:03 GMT" + "Sat, 08 Aug 2020 09:04:34 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2330?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMzMwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3899?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzODk5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4955d4fa-9e0b-4371-bf62-52a54dccfd8a" + "c2f49f0a-1029-4150-a387-2b53808bced3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1193" ], "x-ms-request-id": [ - "deca543d-e42f-4d65-9aba-0a6d1189a2fd" + "22399116-0ed6-4d5a-96f5-1924985464e3" ], "x-ms-correlation-request-id": [ - "deca543d-e42f-4d65-9aba-0a6d1189a2fd" + "22399116-0ed6-4d5a-96f5-1924985464e3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015404Z:deca543d-e42f-4d65-9aba-0a6d1189a2fd" + "NORTHEUROPE:20200808T090436Z:22399116-0ed6-4d5a-96f5-1924985464e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:54:04 GMT" + "Sat, 08 Aug 2020 09:04:35 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2330\",\r\n \"name\": \"azsmnet2330\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3899\",\r\n \"name\": \"azsmnet3899\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2330/providers/Microsoft.Search/searchServices/azs-6298?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Mjk4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3899/providers/Microsoft.Search/searchServices/azs-1412?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDEyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2b559905-cd4e-4a49-b24d-c42c04ee19dc" + "c1720341-3e32-4db0-b804-3becb44b86a2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A54%3A08.991734Z'\"" + "W/\"datetime'2020-08-08T09%3A04%3A42.3606688Z'\"" ], "x-ms-request-id": [ - "2b559905-cd4e-4a49-b24d-c42c04ee19dc" + "c1720341-3e32-4db0-b804-3becb44b86a2" ], "request-id": [ - "2b559905-cd4e-4a49-b24d-c42c04ee19dc" + "c1720341-3e32-4db0-b804-3becb44b86a2" ], "elapsed-time": [ - "1918" + "3308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1195" ], "x-ms-correlation-request-id": [ - "c67e411d-9110-430d-96e2-ff79a9505b13" + "2efef787-d68b-42c1-84e3-31b64913c335" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015409Z:c67e411d-9110-430d-96e2-ff79a9505b13" + "NORTHEUROPE:20200808T090444Z:2efef787-d68b-42c1-84e3-31b64913c335" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:54:09 GMT" + "Sat, 08 Aug 2020 09:04:44 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2330/providers/Microsoft.Search/searchServices/azs-6298\",\r\n \"name\": \"azs-6298\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3899/providers/Microsoft.Search/searchServices/azs-1412\",\r\n \"name\": \"azs-1412\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2330/providers/Microsoft.Search/searchServices/azs-6298/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Mjk4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3899/providers/Microsoft.Search/searchServices/azs-1412/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDEyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "602cf02a-0a89-444e-be6b-79cbc358a23f" + "c73561f0-80be-429b-bc6d-37727bc6c10d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "602cf02a-0a89-444e-be6b-79cbc358a23f" + "c73561f0-80be-429b-bc6d-37727bc6c10d" ], "request-id": [ - "602cf02a-0a89-444e-be6b-79cbc358a23f" + "c73561f0-80be-429b-bc6d-37727bc6c10d" ], "elapsed-time": [ - "110" + "234" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1192" ], "x-ms-correlation-request-id": [ - "9446dd67-4daf-4dce-9701-f85c7a508655" + "7cb83c43-4a3a-40fc-91b7-01fb59049296" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015412Z:9446dd67-4daf-4dce-9701-f85c7a508655" + "NORTHEUROPE:20200808T090446Z:7cb83c43-4a3a-40fc-91b7-01fb59049296" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:54:11 GMT" + "Sat, 08 Aug 2020 09:04:46 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"9B4165B7E874E51AE15ECED2F19B496D\",\r\n \"secondaryKey\": \"22ABFAA4BFEBB8EE9F0F9069271D215E\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"47CCDEB4B01FBDB8D59D48DFBE43302F\",\r\n \"secondaryKey\": \"3794A415E168EA0CD61EFD1B1BA421D0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2330/providers/Microsoft.Search/searchServices/azs-6298/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Mjk4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3899/providers/Microsoft.Search/searchServices/azs-1412/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDEyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "79f2a349-89b7-48c2-877f-d6328d54649c" + "bfb739d6-6ad5-4e76-95aa-3b6951375a60" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "79f2a349-89b7-48c2-877f-d6328d54649c" + "bfb739d6-6ad5-4e76-95aa-3b6951375a60" ], "request-id": [ - "79f2a349-89b7-48c2-877f-d6328d54649c" + "bfb739d6-6ad5-4e76-95aa-3b6951375a60" ], "elapsed-time": [ - "99" + "347" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1191" ], "x-ms-correlation-request-id": [ - "11180c93-f90c-4410-81f6-e4e801286bae" + "2d46ea6c-2500-47f3-814c-ab90f2bf5c3b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015413Z:11180c93-f90c-4410-81f6-e4e801286bae" + "NORTHEUROPE:20200808T090447Z:2d46ea6c-2500-47f3-814c-ab90f2bf5c3b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:54:12 GMT" + "Sat, 08 Aug 2020 09:04:47 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"C7129B8E07AD1D07BF122F1A5F90AE63\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"A092BED4849995EE09A841F493E6E078\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -346,18 +346,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "4cfec549-3823-4e64-a189-bee00be7200a" + "c6cd41d8-254e-48dc-9818-fc7e5f03b751" ], "Accept-Language": [ "en-US" ], "api-key": [ - "9B4165B7E874E51AE15ECED2F19B496D" + "47CCDEB4B01FBDB8D59D48DFBE43302F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -369,10 +369,10 @@ "no-cache" ], "request-id": [ - "4cfec549-3823-4e64-a189-bee00be7200a" + "c6cd41d8-254e-48dc-9818-fc7e5f03b751" ], "elapsed-time": [ - "35" + "92" ], "OData-Version": [ "4.0" @@ -384,7 +384,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:54:14 GMT" + "Sat, 08 Aug 2020 09:04:48 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -403,21 +403,21 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2330/providers/Microsoft.Search/searchServices/azs-6298?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02Mjk4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3899/providers/Microsoft.Search/searchServices/azs-1412?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODk5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNDEyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bd5c60fb-291a-444b-bf6c-f5ebd4a25a59" + "f3d3338e-93e3-4add-9e10-6fd6bb163bb1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -428,50 +428,41 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "bd5c60fb-291a-444b-bf6c-f5ebd4a25a59" + "8b5e9d01-5cb4-4c1f-bc00-bb4b3c7b6bf7" ], - "request-id": [ - "bd5c60fb-291a-444b-bf6c-f5ebd4a25a59" + "x-ms-correlation-request-id": [ + "8b5e9d01-5cb4-4c1f-bc00-bb4b3c7b6bf7" ], - "elapsed-time": [ - "844" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T090556Z:8b5e9d01-5cb4-4c1f-bc00-bb4b3c7b6bf7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "6d6381b3-b1b5-4c80-9af4-da8dd835f724" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015417Z:6d6381b3-b1b5-4c80-9af4-da8dd835f724" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:54:17 GMT" + "Sat, 08 Aug 2020 09:05:55 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2330" + "azsmnet3899" ], "GenerateServiceName": [ - "azs-6298" + "azs-1412" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/ExistsReturnsTrueForExistingSkillset.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/ExistsReturnsTrueForExistingSkillset.json index ae269e98fd1d..42f040208536 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/ExistsReturnsTrueForExistingSkillset.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/ExistsReturnsTrueForExistingSkillset.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7fa23d5a-3529-4d07-80bb-333db06e8643" + "15b12cdc-e7c7-4fe3-814e-45ebc258f649" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1187" ], "x-ms-request-id": [ - "820997ab-6bbd-40f1-ae27-fe655c58cc02" + "efc633fa-9a1d-418e-899f-2451adeffaa7" ], "x-ms-correlation-request-id": [ - "820997ab-6bbd-40f1-ae27-fe655c58cc02" + "efc633fa-9a1d-418e-899f-2451adeffaa7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015443Z:820997ab-6bbd-40f1-ae27-fe655c58cc02" + "NORTHEUROPE:20200808T090632Z:efc633fa-9a1d-418e-899f-2451adeffaa7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:54:42 GMT" + "Sat, 08 Aug 2020 09:06:32 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet134?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMzQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3252?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMjUyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "460093eb-395f-4c73-b1c2-cb8fd7b7488e" + "ed4ad11d-d802-4a36-9a07-44c03372bd95" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1190" ], "x-ms-request-id": [ - "3483dc5d-674a-42d4-9ede-44b48849efc8" + "ab9ae2b1-3c34-48bd-b858-08732a0789ca" ], "x-ms-correlation-request-id": [ - "3483dc5d-674a-42d4-9ede-44b48849efc8" + "ab9ae2b1-3c34-48bd-b858-08732a0789ca" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015443Z:3483dc5d-674a-42d4-9ede-44b48849efc8" + "NORTHEUROPE:20200808T090633Z:ab9ae2b1-3c34-48bd-b858-08732a0789ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:54:43 GMT" + "Sat, 08 Aug 2020 09:06:33 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet134\",\r\n \"name\": \"azsmnet134\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3252\",\r\n \"name\": \"azsmnet3252\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet134/providers/Microsoft.Search/searchServices/azs-2179?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIxNzk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3252/providers/Microsoft.Search/searchServices/azs-8854?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMjUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ODU0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a0f4755c-75a1-4324-ad54-c913659ea44e" + "f0ee30d1-66d5-44e7-8088-dc62bab93e2c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A54%3A47.568359Z'\"" + "W/\"datetime'2020-08-08T09%3A06%3A40.0260609Z'\"" ], "x-ms-request-id": [ - "a0f4755c-75a1-4324-ad54-c913659ea44e" + "f0ee30d1-66d5-44e7-8088-dc62bab93e2c" ], "request-id": [ - "a0f4755c-75a1-4324-ad54-c913659ea44e" + "f0ee30d1-66d5-44e7-8088-dc62bab93e2c" ], "elapsed-time": [ - "1259" + "2726" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1193" ], "x-ms-correlation-request-id": [ - "9f075396-58f8-448e-a783-68cbdadc8424" + "32fdff3a-53ca-497a-a60f-d05c033e9a41" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015448Z:9f075396-58f8-448e-a783-68cbdadc8424" + "NORTHEUROPE:20200808T090641Z:32fdff3a-53ca-497a-a60f-d05c033e9a41" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:54:47 GMT" + "Sat, 08 Aug 2020 09:06:41 GMT" ], "Content-Length": [ - "528" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet134/providers/Microsoft.Search/searchServices/azs-2179\",\r\n \"name\": \"azs-2179\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3252/providers/Microsoft.Search/searchServices/azs-8854\",\r\n \"name\": \"azs-8854\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet134/providers/Microsoft.Search/searchServices/azs-2179/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIxNzkvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3252/providers/Microsoft.Search/searchServices/azs-8854/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMjUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ODU0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "183d7901-5376-4144-959f-e96720a0fbfb" + "5c4a8ec2-11db-4dbb-94a8-9cd49792a2d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "183d7901-5376-4144-959f-e96720a0fbfb" + "5c4a8ec2-11db-4dbb-94a8-9cd49792a2d1" ], "request-id": [ - "183d7901-5376-4144-959f-e96720a0fbfb" + "5c4a8ec2-11db-4dbb-94a8-9cd49792a2d1" ], "elapsed-time": [ - "87" + "400" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1192" ], "x-ms-correlation-request-id": [ - "260ff683-3d5a-42c5-b4e9-8b97d156e882" + "472bd35a-8e83-498f-8680-caf36e7ffda6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015450Z:260ff683-3d5a-42c5-b4e9-8b97d156e882" + "NORTHEUROPE:20200808T090643Z:472bd35a-8e83-498f-8680-caf36e7ffda6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:54:50 GMT" + "Sat, 08 Aug 2020 09:06:43 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"143CBED79D63EBDFBAFF72EA46F307C9\",\r\n \"secondaryKey\": \"D630B1976A1EC11A9A5B01750A63502A\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"3EB89A2927F89A6EC3B2CED0EE0762FA\",\r\n \"secondaryKey\": \"C204D096BDD4A1A48733AED5F82D1452\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet134/providers/Microsoft.Search/searchServices/azs-2179/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIxNzkvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3252/providers/Microsoft.Search/searchServices/azs-8854/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMjUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ODU0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "badf2fac-2968-4c79-ab0c-ad08f8017f4f" + "59575c07-bf8a-4484-8d96-6e754d029afb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "badf2fac-2968-4c79-ab0c-ad08f8017f4f" + "59575c07-bf8a-4484-8d96-6e754d029afb" ], "request-id": [ - "badf2fac-2968-4c79-ab0c-ad08f8017f4f" + "59575c07-bf8a-4484-8d96-6e754d029afb" ], "elapsed-time": [ - "142" + "424" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1191" ], "x-ms-correlation-request-id": [ - "32825e67-4bad-44fd-8d9d-0fe7f6b2c1f2" + "ee113f76-2fd7-477f-9d25-6a2a57430895" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015451Z:32825e67-4bad-44fd-8d9d-0fe7f6b2c1f2" + "NORTHEUROPE:20200808T090644Z:ee113f76-2fd7-477f-9d25-6a2a57430895" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:54:50 GMT" + "Sat, 08 Aug 2020 09:06:44 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"AF7DC3CD9436C73852DAAA760FBE44AF\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"C586D7930F970CF9C7E1EF1A22AC75B8\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/skillsets?api-version=2019-05-06", "EncodedRequestUri": "L3NraWxsc2V0cz9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7894\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"handwritten\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9395\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"handwritten\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "476bc758-b7f3-46cf-8828-d10dae56a325" + "b152e9dc-fe94-47a6-bd20-f96f4aebc41e" ], "Accept-Language": [ "en-US" ], "api-key": [ - "143CBED79D63EBDFBAFF72EA46F307C9" + "3EB89A2927F89A6EC3B2CED0EE0762FA" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80373478A9FD1\"" + "W/\"0x8D83B7A60C2F342\"" ], "Location": [ - "https://azs-2179.search-dogfood.windows-int.net/skillsets('azsmnet7894')?api-version=2019-05-06" + "https://azs-8854.search-dogfood.windows-int.net/skillsets('azsmnet9395')?api-version=2019-05-06" ], "request-id": [ - "476bc758-b7f3-46cf-8828-d10dae56a325" + "b152e9dc-fe94-47a6-bd20-f96f4aebc41e" ], "elapsed-time": [ - "148" + "118" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:54:52 GMT" + "Sat, 08 Aug 2020 09:06:46 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "691" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2179.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80373478A9FD1\\\"\",\r\n \"name\": \"azsmnet7894\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"handwritten\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8854.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7A60C2F342\\\"\",\r\n \"name\": \"azsmnet9395\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"handwritten\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/skillsets('azsmnet7894')?api-version=2019-05-06", - "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDc4OTQnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/skillsets('azsmnet9395')?api-version=2019-05-06", + "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDkzOTUnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "757726d1-baa9-491b-8d67-97dac0a32924" + "1cf3b948-6604-417f-8d67-72f3f3cb3457" ], "Accept-Language": [ "en-US" ], "api-key": [ - "143CBED79D63EBDFBAFF72EA46F307C9" + "3EB89A2927F89A6EC3B2CED0EE0762FA" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -441,13 +441,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80373478A9FD1\"" + "W/\"0x8D83B7A60C2F342\"" ], "request-id": [ - "757726d1-baa9-491b-8d67-97dac0a32924" + "1cf3b948-6604-417f-8d67-72f3f3cb3457" ], "elapsed-time": [ - "74" + "50" ], "OData-Version": [ "4.0" @@ -459,7 +459,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:54:52 GMT" + "Sat, 08 Aug 2020 09:06:46 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -471,28 +471,28 @@ "694" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2179.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80373478A9FD1\\\"\",\r\n \"name\": \"azsmnet7894\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"handwritten\",\r\n \"lineEnding\": \"Space\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8854.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B7A60C2F342\\\"\",\r\n \"name\": \"azsmnet9395\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"handwritten\",\r\n \"lineEnding\": \"Space\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/skillsets('azsmnet7894')?api-version=2019-05-06", - "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDc4OTQnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/skillsets('azsmnet9395')?api-version=2019-05-06", + "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDkzOTUnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "c9f839a3-75cf-46cd-9405-cd70aa57e3cf" + "5d5ab826-481e-4ae1-8bed-cba08213f207" ], "Accept-Language": [ "en-US" ], "api-key": [ - "143CBED79D63EBDFBAFF72EA46F307C9" + "3EB89A2927F89A6EC3B2CED0EE0762FA" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -504,16 +504,16 @@ "no-cache" ], "request-id": [ - "c9f839a3-75cf-46cd-9405-cd70aa57e3cf" + "5d5ab826-481e-4ae1-8bed-cba08213f207" ], "elapsed-time": [ - "60" + "67" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:54:52 GMT" + "Sat, 08 Aug 2020 09:06:46 GMT" ], "Expires": [ "-1" @@ -523,21 +523,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet134/providers/Microsoft.Search/searchServices/azs-2179?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTIxNzk/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3252/providers/Microsoft.Search/searchServices/azs-8854?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMjUyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ODU0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e1224510-ef38-4120-aac5-a8aae02c2c3f" + "995f7893-093d-4fca-8100-e2b281d3ba9d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -548,51 +548,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14988" + ], "x-ms-request-id": [ - "e1224510-ef38-4120-aac5-a8aae02c2c3f" + "645acc6b-3b87-4fbe-b494-9e9806364f05" ], - "request-id": [ - "e1224510-ef38-4120-aac5-a8aae02c2c3f" + "x-ms-correlation-request-id": [ + "645acc6b-3b87-4fbe-b494-9e9806364f05" ], - "elapsed-time": [ - "848" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T090734Z:645acc6b-3b87-4fbe-b494-9e9806364f05" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" - ], - "x-ms-correlation-request-id": [ - "84b9c643-b0be-4844-ab4c-719be10fc23c" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015457Z:84b9c643-b0be-4844-ab4c-719be10fc23c" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:54:56 GMT" + "Sat, 08 Aug 2020 09:07:34 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet134", - "azsmnet7894" + "azsmnet3252", + "azsmnet9395" ], "GenerateServiceName": [ - "azs-2179" + "azs-8854" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/GetOcrSkillsetReturnsCorrectDefinition.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/GetOcrSkillsetReturnsCorrectDefinition.json index 6d5603ab8d95..8d8ffd978cbc 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/GetOcrSkillsetReturnsCorrectDefinition.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/GetOcrSkillsetReturnsCorrectDefinition.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d6f5b28d-220c-4e84-a9ef-9bc48fd8685c" + "b4bcdcd5-46c0-4da1-9a09-51a5db020167" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1190" ], "x-ms-request-id": [ - "514575b3-d6e7-48b1-9210-2fd0b0012115" + "1a00eeeb-7f1e-40f0-b083-793d3e361990" ], "x-ms-correlation-request-id": [ - "514575b3-d6e7-48b1-9210-2fd0b0012115" + "1a00eeeb-7f1e-40f0-b083-793d3e361990" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015144Z:514575b3-d6e7-48b1-9210-2fd0b0012115" + "NORTHEUROPE:20200808T090035Z:1a00eeeb-7f1e-40f0-b083-793d3e361990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:51:44 GMT" + "Sat, 08 Aug 2020 09:00:35 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8733?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NzMzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4226?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MjI2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "784113cb-4cc1-4943-83bd-be008e700cfa" + "f16db324-85c6-450a-9240-c9312739651a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1193" ], "x-ms-request-id": [ - "2da45d5f-c5c9-42ec-96c0-344735c5414d" + "7dc3523f-bd87-4229-be94-611ed9c632b8" ], "x-ms-correlation-request-id": [ - "2da45d5f-c5c9-42ec-96c0-344735c5414d" + "7dc3523f-bd87-4229-be94-611ed9c632b8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015145Z:2da45d5f-c5c9-42ec-96c0-344735c5414d" + "NORTHEUROPE:20200808T090036Z:7dc3523f-bd87-4229-be94-611ed9c632b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:51:45 GMT" + "Sat, 08 Aug 2020 09:00:36 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8733\",\r\n \"name\": \"azsmnet8733\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4226\",\r\n \"name\": \"azsmnet4226\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8733/providers/Microsoft.Search/searchServices/azs-6499?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NDk5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4226/providers/Microsoft.Search/searchServices/azs-7477?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDc3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1c2840c1-8b51-4e12-8603-b381aa1513bd" + "7159b5ed-7ba0-4b8b-9b7f-95641e70eee9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A51%3A50.3734672Z'\"" + "W/\"datetime'2020-08-08T09%3A00%3A41.5073401Z'\"" ], "x-ms-request-id": [ - "1c2840c1-8b51-4e12-8603-b381aa1513bd" + "7159b5ed-7ba0-4b8b-9b7f-95641e70eee9" ], "request-id": [ - "1c2840c1-8b51-4e12-8603-b381aa1513bd" + "7159b5ed-7ba0-4b8b-9b7f-95641e70eee9" ], "elapsed-time": [ - "1458" + "2016" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1192" ], "x-ms-correlation-request-id": [ - "5ed171a1-0d21-469b-96af-3dc3ad88b513" + "d5246d0b-5254-4967-becb-692088bd3dea" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015151Z:5ed171a1-0d21-469b-96af-3dc3ad88b513" + "NORTHEUROPE:20200808T090042Z:d5246d0b-5254-4967-becb-692088bd3dea" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:51:50 GMT" + "Sat, 08 Aug 2020 09:00:41 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8733/providers/Microsoft.Search/searchServices/azs-6499\",\r\n \"name\": \"azs-6499\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4226/providers/Microsoft.Search/searchServices/azs-7477\",\r\n \"name\": \"azs-7477\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8733/providers/Microsoft.Search/searchServices/azs-6499/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NDk5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4226/providers/Microsoft.Search/searchServices/azs-7477/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDc3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4534fcb1-3551-4d95-989d-ae384cd59166" + "a69ec413-2a15-4349-9cd4-3dace360073b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,13 +231,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4534fcb1-3551-4d95-989d-ae384cd59166" + "a69ec413-2a15-4349-9cd4-3dace360073b" ], "request-id": [ - "4534fcb1-3551-4d95-989d-ae384cd59166" + "a69ec413-2a15-4349-9cd4-3dace360073b" ], "elapsed-time": [ - "88" + "107" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -246,16 +246,16 @@ "1186" ], "x-ms-correlation-request-id": [ - "69056d49-24ac-4bf8-ba67-a0e60531ca56" + "7743c12c-b093-45df-9dad-fa823ad47e65" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015153Z:69056d49-24ac-4bf8-ba67-a0e60531ca56" + "NORTHEUROPE:20200808T090050Z:7743c12c-b093-45df-9dad-fa823ad47e65" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:51:52 GMT" + "Sat, 08 Aug 2020 09:00:50 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"C230062BC2B350B6FD11F0C88E5305EE\",\r\n \"secondaryKey\": \"601366C5A098DF8968AD7147E763775A\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"2E2C003495CE4B2A78A9EDEED51BCF03\",\r\n \"secondaryKey\": \"50209A2C291021E3BBEBB54AD738DB37\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8733/providers/Microsoft.Search/searchServices/azs-6499/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NDk5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4226/providers/Microsoft.Search/searchServices/azs-7477/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDc3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ad92502f-be06-4fd7-b68d-2d086373d6b1" + "4ca015e0-a49e-423b-9034-a74e120293e7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,13 +300,13 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ad92502f-be06-4fd7-b68d-2d086373d6b1" + "4ca015e0-a49e-423b-9034-a74e120293e7" ], "request-id": [ - "ad92502f-be06-4fd7-b68d-2d086373d6b1" + "4ca015e0-a49e-423b-9034-a74e120293e7" ], "elapsed-time": [ - "106" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -315,16 +315,16 @@ "1185" ], "x-ms-correlation-request-id": [ - "1ac4fe09-9f80-40b6-9a68-5f4d100e940c" + "633306df-bf7f-47bd-a077-0c97ecf0a92e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015153Z:1ac4fe09-9f80-40b6-9a68-5f4d100e940c" + "NORTHEUROPE:20200808T090051Z:633306df-bf7f-47bd-a077-0c97ecf0a92e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:51:53 GMT" + "Sat, 08 Aug 2020 09:00:51 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"49B8E2792A95FB1D2E5FB769E703CC06\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D415AC982C6E5FDC6DD101EEEF9C644D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/skillsets?api-version=2019-05-06", "EncodedRequestUri": "L3NraWxsc2V0cz9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7377\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9891\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "ed829c73-a9b8-4f31-b7dd-89e938e4047a" + "5d607127-92d2-4f56-9bae-ea10550de43f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "C230062BC2B350B6FD11F0C88E5305EE" + "2E2C003495CE4B2A78A9EDEED51BCF03" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80372DDABB77A\"" + "W/\"0x8D83B798E21D234\"" ], "Location": [ - "https://azs-6499.search-dogfood.windows-int.net/skillsets('azsmnet7377')?api-version=2019-05-06" + "https://azs-7477.search-dogfood.windows-int.net/skillsets('azsmnet9891')?api-version=2019-05-06" ], "request-id": [ - "ed829c73-a9b8-4f31-b7dd-89e938e4047a" + "5d607127-92d2-4f56-9bae-ea10550de43f" ], "elapsed-time": [ - "316" + "376" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:51:55 GMT" + "Sat, 08 Aug 2020 09:00:52 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "687" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6499.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80372DDABB77A\\\"\",\r\n \"name\": \"azsmnet7377\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7477.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B798E21D234\\\"\",\r\n \"name\": \"azsmnet9891\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/skillsets('azsmnet7377')?api-version=2019-05-06", - "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDczNzcnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/skillsets('azsmnet9891')?api-version=2019-05-06", + "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDk4OTEnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "4e350724-28a0-43d6-a5e9-a0adda28e0b2" + "d3082aaf-a28d-44d7-9ff2-62b3f613889f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "C230062BC2B350B6FD11F0C88E5305EE" + "2E2C003495CE4B2A78A9EDEED51BCF03" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -441,13 +441,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80372DDABB77A\"" + "W/\"0x8D83B798E21D234\"" ], "request-id": [ - "4e350724-28a0-43d6-a5e9-a0adda28e0b2" + "d3082aaf-a28d-44d7-9ff2-62b3f613889f" ], "elapsed-time": [ - "55" + "88" ], "OData-Version": [ "4.0" @@ -459,7 +459,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:51:55 GMT" + "Sat, 08 Aug 2020 09:00:52 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -471,28 +471,28 @@ "690" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6499.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80372DDABB77A\\\"\",\r\n \"name\": \"azsmnet7377\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": \"Space\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7477.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B798E21D234\\\"\",\r\n \"name\": \"azsmnet9891\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": \"Space\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": false,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/skillsets('azsmnet7377')?api-version=2019-05-06", - "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDczNzcnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/skillsets('azsmnet9891')?api-version=2019-05-06", + "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDk4OTEnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "594d6701-6b63-4016-978b-cd0dd9a7c8bc" + "0ce397e5-7f6e-47d7-bdc3-379dadba206a" ], "Accept-Language": [ "en-US" ], "api-key": [ - "C230062BC2B350B6FD11F0C88E5305EE" + "2E2C003495CE4B2A78A9EDEED51BCF03" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -504,16 +504,16 @@ "no-cache" ], "request-id": [ - "594d6701-6b63-4016-978b-cd0dd9a7c8bc" + "0ce397e5-7f6e-47d7-bdc3-379dadba206a" ], "elapsed-time": [ - "50" + "69" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:51:55 GMT" + "Sat, 08 Aug 2020 09:00:52 GMT" ], "Expires": [ "-1" @@ -523,21 +523,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8733/providers/Microsoft.Search/searchServices/azs-6499?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NDk5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4226/providers/Microsoft.Search/searchServices/azs-7477?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MjI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NDc3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c0e7f77a-640c-44ba-9f8b-3d8b8c7d12c4" + "c3e5754e-9bc2-4cd2-ba2a-efb4d7b5986d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -548,51 +548,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14995" + ], "x-ms-request-id": [ - "c0e7f77a-640c-44ba-9f8b-3d8b8c7d12c4" + "c7d80384-892c-4f84-995b-e7159da7426b" ], - "request-id": [ - "c0e7f77a-640c-44ba-9f8b-3d8b8c7d12c4" + "x-ms-correlation-request-id": [ + "c7d80384-892c-4f84-995b-e7159da7426b" ], - "elapsed-time": [ - "778" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T090106Z:c7d80384-892c-4f84-995b-e7159da7426b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14993" - ], - "x-ms-correlation-request-id": [ - "69685725-1eb9-4782-8def-8a3f6e56ebe2" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015159Z:69685725-1eb9-4782-8def-8a3f6e56ebe2" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:51:59 GMT" + "Sat, 08 Aug 2020 09:01:05 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8733", - "azsmnet7377" + "azsmnet4226", + "azsmnet9891" ], "GenerateServiceName": [ - "azs-6499" + "azs-7477" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/GetOcrSkillsetWithShouldDetectOrientationReturnsCorrectDefinition.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/GetOcrSkillsetWithShouldDetectOrientationReturnsCorrectDefinition.json index 0b2fb71f67ce..e026b5506d6d 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/GetOcrSkillsetWithShouldDetectOrientationReturnsCorrectDefinition.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/GetOcrSkillsetWithShouldDetectOrientationReturnsCorrectDefinition.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "586616d9-d269-4b4b-8936-f43da16a875e" + "3634f394-0a15-4591-8832-b0a267fc1109" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1188" ], "x-ms-request-id": [ - "88fe14c6-47ba-4e11-893b-ecf9c49fbc6c" + "14a340c1-635a-4a5f-9167-297ecc816ff1" ], "x-ms-correlation-request-id": [ - "88fe14c6-47ba-4e11-893b-ecf9c49fbc6c" + "14a340c1-635a-4a5f-9167-297ecc816ff1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015205Z:88fe14c6-47ba-4e11-893b-ecf9c49fbc6c" + "NORTHEUROPE:20200808T090113Z:14a340c1-635a-4a5f-9167-297ecc816ff1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:52:05 GMT" + "Sat, 08 Aug 2020 09:01:12 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9425?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NDI1P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1110?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMTEwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "65eedfa2-44fb-47b4-92c8-34fa025ab534" + "ae8e35fa-411b-401e-805b-1ed6be6f0501" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1192" ], "x-ms-request-id": [ - "46215dce-d892-4c11-97a8-c69b84584143" + "a71323ce-6f32-4197-a29a-463240ab19e3" ], "x-ms-correlation-request-id": [ - "46215dce-d892-4c11-97a8-c69b84584143" + "a71323ce-6f32-4197-a29a-463240ab19e3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015205Z:46215dce-d892-4c11-97a8-c69b84584143" + "NORTHEUROPE:20200808T090114Z:a71323ce-6f32-4197-a29a-463240ab19e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:52:05 GMT" + "Sat, 08 Aug 2020 09:01:14 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9425\",\r\n \"name\": \"azsmnet9425\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1110\",\r\n \"name\": \"azsmnet1110\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9425/providers/Microsoft.Search/searchServices/azs-2105?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NDI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTA1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1110/providers/Microsoft.Search/searchServices/azs-4985?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTg1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a8b0cb02-f23e-40ef-914b-cf55b59b2875" + "32474a28-8dec-4e52-9bbe-85e9bf977a8e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A52%3A09.653273Z'\"" + "W/\"datetime'2020-08-08T09%3A01%3A19.6338902Z'\"" ], "x-ms-request-id": [ - "a8b0cb02-f23e-40ef-914b-cf55b59b2875" + "32474a28-8dec-4e52-9bbe-85e9bf977a8e" ], "request-id": [ - "a8b0cb02-f23e-40ef-914b-cf55b59b2875" + "32474a28-8dec-4e52-9bbe-85e9bf977a8e" ], "elapsed-time": [ - "1137" + "2571" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1191" ], "x-ms-correlation-request-id": [ - "73b9ee6a-5e23-462b-a5bc-ae233bd4b3fc" + "a0159760-9703-4cb8-8387-fb4cd40ea15b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015210Z:73b9ee6a-5e23-462b-a5bc-ae233bd4b3fc" + "NORTHEUROPE:20200808T090121Z:a0159760-9703-4cb8-8387-fb4cd40ea15b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:52:09 GMT" + "Sat, 08 Aug 2020 09:01:21 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9425/providers/Microsoft.Search/searchServices/azs-2105\",\r\n \"name\": \"azs-2105\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1110/providers/Microsoft.Search/searchServices/azs-4985\",\r\n \"name\": \"azs-4985\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9425/providers/Microsoft.Search/searchServices/azs-2105/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NDI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTA1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1110/providers/Microsoft.Search/searchServices/azs-4985/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTg1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cee1401b-4eb5-45fe-80a4-8494beb2f301" + "c546fbcd-12fc-4bd8-975b-31c21d84be60" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "cee1401b-4eb5-45fe-80a4-8494beb2f301" + "c546fbcd-12fc-4bd8-975b-31c21d84be60" ], "request-id": [ - "cee1401b-4eb5-45fe-80a4-8494beb2f301" + "c546fbcd-12fc-4bd8-975b-31c21d84be60" ], "elapsed-time": [ - "96" + "111" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1186" ], "x-ms-correlation-request-id": [ - "fd7413fa-4492-4e52-adfd-926e0daba85f" + "bb027ebf-573e-43b3-a268-ede0a1b6896e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015212Z:fd7413fa-4492-4e52-adfd-926e0daba85f" + "NORTHEUROPE:20200808T090124Z:bb027ebf-573e-43b3-a268-ede0a1b6896e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:52:12 GMT" + "Sat, 08 Aug 2020 09:01:23 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"22E0802F12E07AFDA742874283943E29\",\r\n \"secondaryKey\": \"8AD079194AA1CAF6A276E3BB16DABCA2\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"F086AC5CB50416CB989B4864F3D2F498\",\r\n \"secondaryKey\": \"A878DFA5CC12FF2F9D920D1FB246DE4F\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9425/providers/Microsoft.Search/searchServices/azs-2105/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NDI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTA1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1110/providers/Microsoft.Search/searchServices/azs-4985/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTg1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5c635c0a-09a0-4daa-93ee-c37eb94fc2e7" + "074db820-83c1-4fab-bfef-89a9dc272897" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5c635c0a-09a0-4daa-93ee-c37eb94fc2e7" + "074db820-83c1-4fab-bfef-89a9dc272897" ], "request-id": [ - "5c635c0a-09a0-4daa-93ee-c37eb94fc2e7" + "074db820-83c1-4fab-bfef-89a9dc272897" ], "elapsed-time": [ - "101" + "95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1185" ], "x-ms-correlation-request-id": [ - "d1ccf97f-36d7-4fb9-811a-279d2f6ac36b" + "7f4343b9-3061-4ec7-aa2a-34da84f590e6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015213Z:d1ccf97f-36d7-4fb9-811a-279d2f6ac36b" + "NORTHEUROPE:20200808T090124Z:7f4343b9-3061-4ec7-aa2a-34da84f590e6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:52:13 GMT" + "Sat, 08 Aug 2020 09:01:23 GMT" ], "Content-Length": [ "82" @@ -336,35 +336,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"BBE92E98EDC71EDB2DD9F786F430EB73\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"5E286575CA07B9481A0A6676FF983D6A\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/skillsets?api-version=2019-05-06", "EncodedRequestUri": "L3NraWxsc2V0cz9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8533\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": true,\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet277\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": true,\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "client-request-id": [ - "fbff6a48-4a65-4261-9e67-eed1dfab26c9" + "f8fc4cb5-de7c-4436-a94b-211e2eea7dcf" ], "Accept-Language": [ "en-US" ], "api-key": [ - "22E0802F12E07AFDA742874283943E29" + "F086AC5CB50416CB989B4864F3D2F498" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "712" + "711" ] }, "ResponseHeaders": { @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80372E96D8B69\"" + "W/\"0x8D83B79A1CF6498\"" ], "Location": [ - "https://azs-2105.search-dogfood.windows-int.net/skillsets('azsmnet8533')?api-version=2019-05-06" + "https://azs-4985.search-dogfood.windows-int.net/skillsets('azsmnet277')?api-version=2019-05-06" ], "request-id": [ - "fbff6a48-4a65-4261-9e67-eed1dfab26c9" + "f8fc4cb5-de7c-4436-a94b-211e2eea7dcf" ], "elapsed-time": [ - "171" + "205" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:52:15 GMT" + "Sat, 08 Aug 2020 09:01:26 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -405,31 +405,31 @@ "-1" ], "Content-Length": [ - "686" + "685" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2105.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80372E96D8B69\\\"\",\r\n \"name\": \"azsmnet8533\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": true,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4985.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B79A1CF6498\\\"\",\r\n \"name\": \"azsmnet277\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": true,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/skillsets('azsmnet8533')?api-version=2019-05-06", - "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDg1MzMnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/skillsets('azsmnet277')?api-version=2019-05-06", + "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDI3NycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "d9b9d2c2-0aa7-4a4e-8819-70451abe440d" + "c9838637-0342-47ae-8168-574a7bc59462" ], "Accept-Language": [ "en-US" ], "api-key": [ - "22E0802F12E07AFDA742874283943E29" + "F086AC5CB50416CB989B4864F3D2F498" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -441,13 +441,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80372E96D8B69\"" + "W/\"0x8D83B79A1CF6498\"" ], "request-id": [ - "d9b9d2c2-0aa7-4a4e-8819-70451abe440d" + "c9838637-0342-47ae-8168-574a7bc59462" ], "elapsed-time": [ - "95" + "78" ], "OData-Version": [ "4.0" @@ -459,7 +459,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:52:15 GMT" + "Sat, 08 Aug 2020 09:01:26 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -468,31 +468,31 @@ "-1" ], "Content-Length": [ - "689" + "688" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2105.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80372E96D8B69\\\"\",\r\n \"name\": \"azsmnet8533\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": \"Space\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": true,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4985.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B79A1CF6498\\\"\",\r\n \"name\": \"azsmnet277\",\r\n \"description\": \"Skillset for testing OCR\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr-0\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": \"Space\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": true,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext0\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/skillsets('azsmnet8533')?api-version=2019-05-06", - "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDg1MzMnKT9hcGktdmVyc2lvbj0yMDE5LTA1LTA2", + "RequestUri": "/skillsets('azsmnet277')?api-version=2019-05-06", + "EncodedRequestUri": "L3NraWxsc2V0cygnYXpzbW5ldDI3NycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "8639a7a8-df06-4bc3-9b0f-e40385aeb604" + "d9f730c4-47ee-4512-b346-dfe2c992287b" ], "Accept-Language": [ "en-US" ], "api-key": [ - "22E0802F12E07AFDA742874283943E29" + "F086AC5CB50416CB989B4864F3D2F498" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -504,16 +504,16 @@ "no-cache" ], "request-id": [ - "8639a7a8-df06-4bc3-9b0f-e40385aeb604" + "d9f730c4-47ee-4512-b346-dfe2c992287b" ], "elapsed-time": [ - "51" + "61" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:52:15 GMT" + "Sat, 08 Aug 2020 09:01:26 GMT" ], "Expires": [ "-1" @@ -523,21 +523,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9425/providers/Microsoft.Search/searchServices/azs-2105?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NDI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMTA1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1110/providers/Microsoft.Search/searchServices/azs-4985?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMTEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTg1P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c2d68ae-09f2-4e32-a209-c2c6503d77d2" + "58f4ce54-48b0-4976-a631-7f1a3a8c0072" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -548,51 +548,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "9c2d68ae-09f2-4e32-a209-c2c6503d77d2" + "815253ec-8846-4c39-9c65-c09be2188601" ], - "request-id": [ - "9c2d68ae-09f2-4e32-a209-c2c6503d77d2" + "x-ms-correlation-request-id": [ + "815253ec-8846-4c39-9c65-c09be2188601" ], - "elapsed-time": [ - "829" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T090138Z:815253ec-8846-4c39-9c65-c09be2188601" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14980" - ], - "x-ms-correlation-request-id": [ - "1d935d90-b782-40f3-b84e-ca7fce715b12" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015220Z:1d935d90-b782-40f3-b84e-ca7fce715b12" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:52:19 GMT" + "Sat, 08 Aug 2020 09:01:37 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet9425", - "azsmnet8533" + "azsmnet1110", + "azsmnet277" ], "GenerateServiceName": [ - "azs-2105" + "azs-4985" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/GetSkillsetThrowsOnNotFound.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/GetSkillsetThrowsOnNotFound.json index 5b474ff701bd..fb3f54d8abc7 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/GetSkillsetThrowsOnNotFound.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/GetSkillsetThrowsOnNotFound.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae890e3-4abf-4fe2-963b-cc5cb9e1266a" + "1edd3e0e-b329-45b5-9161-e67118764cd7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1191" ], "x-ms-request-id": [ - "38650b46-a906-461d-b33b-2a24b4bfe7a0" + "be218c7c-c2e8-42d6-9658-1476426d1e2b" ], "x-ms-correlation-request-id": [ - "38650b46-a906-461d-b33b-2a24b4bfe7a0" + "be218c7c-c2e8-42d6-9658-1476426d1e2b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015100Z:38650b46-a906-461d-b33b-2a24b4bfe7a0" + "NORTHEUROPE:20200808T085835Z:be218c7c-c2e8-42d6-9658-1476426d1e2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:50:59 GMT" + "Sat, 08 Aug 2020 08:58:35 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7471?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NDcxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2170?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMTcwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4cbc7261-56c1-4872-9f1c-05c941eff00b" + "061e5900-6d31-4e55-9c1e-d6b714f40500" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1194" ], "x-ms-request-id": [ - "b5fa46e8-8c5f-481c-aae8-e5057ae45c1e" + "ac30534d-98f8-427b-8084-17721a62b43f" ], "x-ms-correlation-request-id": [ - "b5fa46e8-8c5f-481c-aae8-e5057ae45c1e" + "ac30534d-98f8-427b-8084-17721a62b43f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015100Z:b5fa46e8-8c5f-481c-aae8-e5057ae45c1e" + "NORTHEUROPE:20200808T085837Z:ac30534d-98f8-427b-8084-17721a62b43f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:51:00 GMT" + "Sat, 08 Aug 2020 08:58:37 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7471\",\r\n \"name\": \"azsmnet7471\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2170\",\r\n \"name\": \"azsmnet2170\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7471/providers/Microsoft.Search/searchServices/azs-2080?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDgwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2170/providers/Microsoft.Search/searchServices/azs-6019?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDE5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "47d004c3-dd5c-4619-8cf8-cdb2c81bdd7a" + "5d864df4-b1fa-45f6-8080-ed4ace93a0a5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,16 +159,16 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T01%3A51%3A05.5906271Z'\"" + "W/\"datetime'2020-08-08T08%3A58%3A43.6883922Z'\"" ], "x-ms-request-id": [ - "47d004c3-dd5c-4619-8cf8-cdb2c81bdd7a" + "5d864df4-b1fa-45f6-8080-ed4ace93a0a5" ], "request-id": [ - "47d004c3-dd5c-4619-8cf8-cdb2c81bdd7a" + "5d864df4-b1fa-45f6-8080-ed4ace93a0a5" ], "elapsed-time": [ - "2091" + "3018" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,16 +177,16 @@ "1192" ], "x-ms-correlation-request-id": [ - "eb688d16-f901-4d9e-b340-63b42de89fed" + "06acf0d7-bbac-4787-b229-aac987c2342a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015106Z:eb688d16-f901-4d9e-b340-63b42de89fed" + "NORTHEUROPE:20200808T085845Z:06acf0d7-bbac-4787-b229-aac987c2342a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:51:05 GMT" + "Sat, 08 Aug 2020 08:58:44 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7471/providers/Microsoft.Search/searchServices/azs-2080\",\r\n \"name\": \"azs-2080\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2170/providers/Microsoft.Search/searchServices/azs-6019\",\r\n \"name\": \"azs-6019\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7471/providers/Microsoft.Search/searchServices/azs-2080/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDgwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2170/providers/Microsoft.Search/searchServices/azs-6019/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDE5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "10526a9f-ba00-45cf-aef5-886f2c078c2b" + "4a2dfe68-5f14-4967-95d9-945e582f053b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "10526a9f-ba00-45cf-aef5-886f2c078c2b" + "4a2dfe68-5f14-4967-95d9-945e582f053b" ], "request-id": [ - "10526a9f-ba00-45cf-aef5-886f2c078c2b" + "4a2dfe68-5f14-4967-95d9-945e582f053b" ], "elapsed-time": [ - "98" + "261" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1188" ], "x-ms-correlation-request-id": [ - "a6b62a7f-772d-441a-88a9-ab891f723e9f" + "f4a02116-913c-47cf-8567-22c9464a1b46" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015109Z:a6b62a7f-772d-441a-88a9-ab891f723e9f" + "NORTHEUROPE:20200808T085848Z:f4a02116-913c-47cf-8567-22c9464a1b46" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:51:09 GMT" + "Sat, 08 Aug 2020 08:58:47 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"8504EADF0911966EB2010BE1019167BA\",\r\n \"secondaryKey\": \"07B98E2995E2DD0BF944905773FB6DFC\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"375113F286519857F5E782AD7AAA7AC6\",\r\n \"secondaryKey\": \"0A45F0AEDA3957E4A4366994E0E281AF\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7471/providers/Microsoft.Search/searchServices/azs-2080/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDgwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2170/providers/Microsoft.Search/searchServices/azs-6019/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDE5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a1b4bfb5-f7e6-4feb-a45c-7ffbdc04e96f" + "5301acf4-6080-48ec-a6ae-441aed3b0670" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a1b4bfb5-f7e6-4feb-a45c-7ffbdc04e96f" + "5301acf4-6080-48ec-a6ae-441aed3b0670" ], "request-id": [ - "a1b4bfb5-f7e6-4feb-a45c-7ffbdc04e96f" + "5301acf4-6080-48ec-a6ae-441aed3b0670" ], "elapsed-time": [ - "94" + "209" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1187" ], "x-ms-correlation-request-id": [ - "66467220-4270-4c9f-984a-438b82765f99" + "5069c2c9-7870-4c63-9a64-f4b78126bb4f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015110Z:66467220-4270-4c9f-984a-438b82765f99" + "NORTHEUROPE:20200808T085848Z:5069c2c9-7870-4c63-9a64-f4b78126bb4f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:51:09 GMT" + "Sat, 08 Aug 2020 08:58:48 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"09B2DC83E99F399D3C36065EECC7FF3F\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"2DE02FC6C633B6909A6BBB46611B0639\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -346,18 +346,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "9db8475b-6cdb-4093-a0eb-a7c93bcc9b42" + "82692f13-dc33-436a-996e-dcbc28005128" ], "Accept-Language": [ "en-US" ], "api-key": [ - "8504EADF0911966EB2010BE1019167BA" + "375113F286519857F5E782AD7AAA7AC6" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -369,10 +369,10 @@ "no-cache" ], "request-id": [ - "9db8475b-6cdb-4093-a0eb-a7c93bcc9b42" + "82692f13-dc33-436a-996e-dcbc28005128" ], "elapsed-time": [ - "159" + "88" ], "OData-Version": [ "4.0" @@ -384,7 +384,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 01:51:11 GMT" + "Sat, 08 Aug 2020 08:58:49 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -403,21 +403,21 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7471/providers/Microsoft.Search/searchServices/azs-2080?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDgwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2170/providers/Microsoft.Search/searchServices/azs-6019?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDE5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0520453f-7919-4035-b847-2dfe016f22b7" + "7dc7cb3c-3dde-4581-9444-f18ad1cb144a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -428,50 +428,41 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14987" + ], "x-ms-request-id": [ - "0520453f-7919-4035-b847-2dfe016f22b7" + "d42dc6b3-1276-41a7-96df-8f969a0680c3" ], - "request-id": [ - "0520453f-7919-4035-b847-2dfe016f22b7" + "x-ms-correlation-request-id": [ + "d42dc6b3-1276-41a7-96df-8f969a0680c3" ], - "elapsed-time": [ - "795" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T085859Z:d42dc6b3-1276-41a7-96df-8f969a0680c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14989" - ], - "x-ms-correlation-request-id": [ - "70db7fb3-c615-4896-bcbb-e116be1fa085" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T015115Z:70db7fb3-c615-4896-bcbb-e116be1fa085" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 01:51:15 GMT" + "Sat, 08 Aug 2020 08:58:58 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7471" + "azsmnet2170" ], "GenerateServiceName": [ - "azs-2080" + "azs-6019" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/UpdateSkillsetIfExistsFailsOnNoResource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/UpdateSkillsetIfExistsFailsOnNoResource.json new file mode 100644 index 000000000000..0c3ed1fde5b7 --- /dev/null +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/UpdateSkillsetIfExistsFailsOnNoResource.json @@ -0,0 +1,492 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/register?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3JlZ2lzdGVyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c06af1b7-f5dc-48b3-bd5c-b709f00f3032" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-request-id": [ + "d89bb730-206f-4629-ba95-c2ed4e5ec5ce" + ], + "x-ms-correlation-request-id": [ + "d89bb730-206f-4629-ba95-c2ed4e5ec5ce" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T185751Z:d89bb730-206f-4629-ba95-c2ed4e5ec5ce" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 18:57:51 GMT" + ], + "Content-Length": [ + "2708" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9700?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NzAwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7d6ef0de-1e5b-4d00-946d-d2def5a5035d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-request-id": [ + "3a23a4e6-958b-4ad9-88e9-f630451b9f71" + ], + "x-ms-correlation-request-id": [ + "3a23a4e6-958b-4ad9-88e9-f630451b9f71" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T185752Z:3a23a4e6-958b-4ad9-88e9-f630451b9f71" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 18:57:52 GMT" + ], + "Content-Length": [ + "175" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9700\",\r\n \"name\": \"azsmnet9700\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9700/providers/Microsoft.Search/searchServices/azs-8632?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NjMyP2FwaS12ZXJzaW9uPTIwMTUtMDgtMTk=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bbbf7b7e-bceb-40f7-9c54-e26142ef6d4b" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "67" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2019-11-14T18%3A57%3A57.4402636Z'\"" + ], + "x-ms-request-id": [ + "bbbf7b7e-bceb-40f7-9c54-e26142ef6d4b" + ], + "request-id": [ + "bbbf7b7e-bceb-40f7-9c54-e26142ef6d4b" + ], + "elapsed-time": [ + "1335" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "faeab335-701d-4566-bf47-50079bca8e1d" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T185758Z:faeab335-701d-4566-bf47-50079bca8e1d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 18:57:58 GMT" + ], + "Content-Length": [ + "385" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9700/providers/Microsoft.Search/searchServices/azs-8632\",\r\n \"name\": \"azs-8632\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\"\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9700/providers/Microsoft.Search/searchServices/azs-8632/listAdminKeys?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NjMyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAxNS0wOC0xOQ==", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3859a150-a305-41fb-b0a7-7ba0cbcffec0" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "3859a150-a305-41fb-b0a7-7ba0cbcffec0" + ], + "request-id": [ + "3859a150-a305-41fb-b0a7-7ba0cbcffec0" + ], + "elapsed-time": [ + "435" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "fea781c4-79d3-43f8-b7e7-ca3ec1b437ff" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T185801Z:fea781c4-79d3-43f8-b7e7-ca3ec1b437ff" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 18:58:01 GMT" + ], + "Content-Length": [ + "99" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"primaryKey\": \"7D84C66C3147F1591F5310E2ABC55E7C\",\r\n \"secondaryKey\": \"129B38D6D5769B7355E7DE248E5B059B\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9700/providers/Microsoft.Search/searchServices/azs-8632/listQueryKeys?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NjMyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAxNS0wOC0xOQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6ff5d2d8-3edf-4ad0-8d11-9a5f39e2ba7e" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "6ff5d2d8-3edf-4ad0-8d11-9a5f39e2ba7e" + ], + "request-id": [ + "6ff5d2d8-3edf-4ad0-8d11-9a5f39e2ba7e" + ], + "elapsed-time": [ + "98" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "e120b625-9153-4936-b048-7885e89944de" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T185801Z:e120b625-9153-4936-b048-7885e89944de" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 18:58:01 GMT" + ], + "Content-Length": [ + "82" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"42DF7305B82F3459D84AB8D52FB123A7\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/skillsets('testskillset')?api-version=2019-05-06-Preview", + "EncodedRequestUri": "L3NraWxsc2V0cygndGVzdHNraWxsc2V0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNi1QcmV2aWV3", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"categories\": [\r\n \"person\",\r\n \"location\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestHeaders": { + "client-request-id": [ + "d3da7747-acbc-4fdb-a38f-3e8df4a46a68" + ], + "Prefer": [ + "return=representation" + ], + "Accept-Language": [ + "en-US" + ], + "If-Match": [ + "*" + ], + "api-key": [ + "7D84C66C3147F1591F5310E2ABC55E7C" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Search.SearchServiceClient/11.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1251" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "request-id": [ + "d3da7747-acbc-4fdb-a38f-3e8df4a46a68" + ], + "elapsed-time": [ + "110" + ], + "OData-Version": [ + "4.0" + ], + "Preference-Applied": [ + "odata.include-annotations=\"*\"" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ], + "Date": [ + "Thu, 14 Nov 2019 18:58:02 GMT" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal" + ], + "Content-Language": [ + "en" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "160" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"The precondition given in one of the request headers evaluated to false. No change was made to the resource from this request.\"\r\n }\r\n}", + "StatusCode": 412 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9700/providers/Microsoft.Search/searchServices/azs-8632?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NjMyP2FwaS12ZXJzaW9uPTIwMTUtMDgtMTk=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fb94e89d-4e6d-4cd8-a218-a5728f3b4e3c" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "fb94e89d-4e6d-4cd8-a218-a5728f3b4e3c" + ], + "request-id": [ + "fb94e89d-4e6d-4cd8-a218-a5728f3b4e3c" + ], + "elapsed-time": [ + "4340" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "48f2d8bb-abfd-413e-9318-796e2741940b" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T185811Z:48f2d8bb-abfd-413e-9318-796e2741940b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 18:58:11 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "GenerateName": [ + "azsmnet9700" + ], + "GenerateServiceName": [ + "azs-8632" + ] + }, + "Variables": { + "SubscriptionId": "3c729b2a-4f86-4bb2-abe8-4b8647af156c" + } +} \ No newline at end of file diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/UpdateSkillsetIfExistsSucceedsOnExistingResource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/UpdateSkillsetIfExistsSucceedsOnExistingResource.json new file mode 100644 index 000000000000..406e7a424a72 --- /dev/null +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/UpdateSkillsetIfExistsSucceedsOnExistingResource.json @@ -0,0 +1,567 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/register?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3JlZ2lzdGVyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5c37e422-5511-4fd1-a10e-35b7c2682f5d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-request-id": [ + "88fbcb7f-2e68-49a8-8da8-c048943ea99f" + ], + "x-ms-correlation-request-id": [ + "88fbcb7f-2e68-49a8-8da8-c048943ea99f" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T185934Z:88fbcb7f-2e68-49a8-8da8-c048943ea99f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 18:59:34 GMT" + ], + "Content-Length": [ + "2708" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2616?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNjE2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8551acbf-6277-4989-8b88-38cad9aa4f80" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-request-id": [ + "3e1f8b4a-294b-48fc-84cf-149522964ce7" + ], + "x-ms-correlation-request-id": [ + "3e1f8b4a-294b-48fc-84cf-149522964ce7" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T185936Z:3e1f8b4a-294b-48fc-84cf-149522964ce7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 18:59:35 GMT" + ], + "Content-Length": [ + "175" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2616\",\r\n \"name\": \"azsmnet2616\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2616/providers/Microsoft.Search/searchServices/azs-4965?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTY1P2FwaS12ZXJzaW9uPTIwMTUtMDgtMTk=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "63d33c29-4cfb-4c41-9489-d82d1e4fcabd" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "67" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2019-11-14T18%3A59%3A41.4200332Z'\"" + ], + "x-ms-request-id": [ + "63d33c29-4cfb-4c41-9489-d82d1e4fcabd" + ], + "request-id": [ + "63d33c29-4cfb-4c41-9489-d82d1e4fcabd" + ], + "elapsed-time": [ + "1089" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "741e7852-f19d-4593-b9fa-12f88aca2749" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T185942Z:741e7852-f19d-4593-b9fa-12f88aca2749" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 18:59:42 GMT" + ], + "Content-Length": [ + "385" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2616/providers/Microsoft.Search/searchServices/azs-4965\",\r\n \"name\": \"azs-4965\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\"\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2616/providers/Microsoft.Search/searchServices/azs-4965/listAdminKeys?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTY1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAxNS0wOC0xOQ==", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3fe94f97-af6a-4c17-9777-3c7c5750e1c2" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "3fe94f97-af6a-4c17-9777-3c7c5750e1c2" + ], + "request-id": [ + "3fe94f97-af6a-4c17-9777-3c7c5750e1c2" + ], + "elapsed-time": [ + "118" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "bf27b260-0d63-4a62-84df-d5f4c86c6b98" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T185945Z:bf27b260-0d63-4a62-84df-d5f4c86c6b98" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 18:59:45 GMT" + ], + "Content-Length": [ + "99" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"primaryKey\": \"A5DF017E2EFB206BFE348D743E119694\",\r\n \"secondaryKey\": \"473D118938C69F7584134EF95984DB81\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2616/providers/Microsoft.Search/searchServices/azs-4965/listQueryKeys?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTY1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAxNS0wOC0xOQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "757e0dc4-23c2-4ba4-ab39-49fb29bdb39f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "757e0dc4-23c2-4ba4-ab39-49fb29bdb39f" + ], + "request-id": [ + "757e0dc4-23c2-4ba4-ab39-49fb29bdb39f" + ], + "elapsed-time": [ + "104" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "136d33d8-528f-4f79-ad4c-4f3af14c1c60" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T185945Z:136d33d8-528f-4f79-ad4c-4f3af14c1c60" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 18:59:45 GMT" + ], + "Content-Length": [ + "82" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"BA8C1FE48F0FF5E51AB809B5790B3416\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/skillsets('testskillset')?api-version=2019-05-06-Preview", + "EncodedRequestUri": "L3NraWxsc2V0cygndGVzdHNraWxsc2V0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNi1QcmV2aWV3", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"categories\": [\r\n \"person\",\r\n \"location\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestHeaders": { + "client-request-id": [ + "b6175b65-eb45-4def-8736-1b5d356f0ef3" + ], + "Prefer": [ + "return=representation" + ], + "Accept-Language": [ + "en-US" + ], + "api-key": [ + "A5DF017E2EFB206BFE348D743E119694" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Search.SearchServiceClient/11.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1251" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"0x8D76934D1DB5100\"" + ], + "Location": [ + "https://azs-4965.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06-Preview" + ], + "request-id": [ + "b6175b65-eb45-4def-8736-1b5d356f0ef3" + ], + "elapsed-time": [ + "272" + ], + "OData-Version": [ + "4.0" + ], + "Preference-Applied": [ + "odata.include-annotations=\"*\"" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ], + "Date": [ + "Thu, 14 Nov 2019 18:59:47 GMT" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "1116" + ] + }, + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4965.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D76934D1DB5100\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"categories\": [\r\n \"person\",\r\n \"location\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"includeTypelessEntities\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null,\r\n \"knowledgeStore\": null\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/skillsets('testskillset')?api-version=2019-05-06-Preview", + "EncodedRequestUri": "L3NraWxsc2V0cygndGVzdHNraWxsc2V0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNi1QcmV2aWV3", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Mutated Skillset\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"categories\": [\r\n \"person\",\r\n \"location\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"@odata.etag\": \"\\\"0x8D76934D1DB5100\\\"\"\r\n}", + "RequestHeaders": { + "client-request-id": [ + "c9c3da5a-fe98-4b59-bda5-958898a24d87" + ], + "Prefer": [ + "return=representation" + ], + "Accept-Language": [ + "en-US" + ], + "If-Match": [ + "*" + ], + "api-key": [ + "A5DF017E2EFB206BFE348D743E119694" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Search.SearchServiceClient/11.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1365" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"0x8D76934D1F9679B\"" + ], + "request-id": [ + "c9c3da5a-fe98-4b59-bda5-958898a24d87" + ], + "elapsed-time": [ + "130" + ], + "OData-Version": [ + "4.0" + ], + "Preference-Applied": [ + "odata.include-annotations=\"*\"" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ], + "Date": [ + "Thu, 14 Nov 2019 18:59:47 GMT" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "1112" + ] + }, + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4965.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D76934D1F9679B\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Mutated Skillset\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"categories\": [\r\n \"person\",\r\n \"location\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"includeTypelessEntities\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null,\r\n \"knowledgeStore\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2616/providers/Microsoft.Search/searchServices/azs-4965?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00OTY1P2FwaS12ZXJzaW9uPTIwMTUtMDgtMTk=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "64a83237-a304-499d-95c6-32e7138b4f9d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "64a83237-a304-499d-95c6-32e7138b4f9d" + ], + "request-id": [ + "64a83237-a304-499d-95c6-32e7138b4f9d" + ], + "elapsed-time": [ + "592" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "8b716669-ae6b-4a50-adc1-0bbdf410b8db" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T185952Z:8b716669-ae6b-4a50-adc1-0bbdf410b8db" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 18:59:52 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "GenerateName": [ + "azsmnet2616" + ], + "GenerateServiceName": [ + "azs-4965" + ] + }, + "Variables": { + "SubscriptionId": "3c729b2a-4f86-4bb2-abe8-4b8647af156c" + } +} \ No newline at end of file diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/UpdateSkillsetIfNotChangedFailsWhenResourceChanged.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/UpdateSkillsetIfNotChangedFailsWhenResourceChanged.json new file mode 100644 index 000000000000..64cd4120f0d5 --- /dev/null +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/UpdateSkillsetIfNotChangedFailsWhenResourceChanged.json @@ -0,0 +1,639 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/register?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3JlZ2lzdGVyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f4b670f4-2430-4ef2-8587-d8a937c25f32" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1195" + ], + "x-ms-request-id": [ + "045bf226-1f1b-46e9-997b-840990ae9cbf" + ], + "x-ms-correlation-request-id": [ + "045bf226-1f1b-46e9-997b-840990ae9cbf" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190636Z:045bf226-1f1b-46e9-997b-840990ae9cbf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:06:35 GMT" + ], + "Content-Length": [ + "2708" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5118?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MTE4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4aeea815-4740-4ca7-8f27-eecd1fccc568" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1195" + ], + "x-ms-request-id": [ + "54e15288-a379-42c7-9530-c0a1f34c41bf" + ], + "x-ms-correlation-request-id": [ + "54e15288-a379-42c7-9530-c0a1f34c41bf" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190637Z:54e15288-a379-42c7-9530-c0a1f34c41bf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:06:37 GMT" + ], + "Content-Length": [ + "175" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5118\",\r\n \"name\": \"azsmnet5118\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5118/providers/Microsoft.Search/searchServices/azs-9568?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTY4P2FwaS12ZXJzaW9uPTIwMTUtMDgtMTk=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f5e61129-44c3-413c-91b9-ed96847f633a" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "67" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2019-11-14T19%3A06%3A42.4880569Z'\"" + ], + "x-ms-request-id": [ + "f5e61129-44c3-413c-91b9-ed96847f633a" + ], + "request-id": [ + "f5e61129-44c3-413c-91b9-ed96847f633a" + ], + "elapsed-time": [ + "1047" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1196" + ], + "x-ms-correlation-request-id": [ + "893385d0-67d1-4cd5-aca3-2c850bfe142e" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190643Z:893385d0-67d1-4cd5-aca3-2c850bfe142e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:06:43 GMT" + ], + "Content-Length": [ + "385" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5118/providers/Microsoft.Search/searchServices/azs-9568\",\r\n \"name\": \"azs-9568\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\"\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5118/providers/Microsoft.Search/searchServices/azs-9568/listAdminKeys?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTY4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAxNS0wOC0xOQ==", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9494352a-a7af-422d-9115-9a533af671fe" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "9494352a-a7af-422d-9115-9a533af671fe" + ], + "request-id": [ + "9494352a-a7af-422d-9115-9a533af671fe" + ], + "elapsed-time": [ + "240" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1196" + ], + "x-ms-correlation-request-id": [ + "e4d50287-444b-4eb8-bdfa-03b45fd9c94b" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190652Z:e4d50287-444b-4eb8-bdfa-03b45fd9c94b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:06:52 GMT" + ], + "Content-Length": [ + "99" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"primaryKey\": \"C736FD9E145EF72014F726783124339E\",\r\n \"secondaryKey\": \"56DCC6A5F19638B718DF9041EAC45ECA\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5118/providers/Microsoft.Search/searchServices/azs-9568/listQueryKeys?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTY4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAxNS0wOC0xOQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c1175271-7761-4cbd-abd8-45a87899c779" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "c1175271-7761-4cbd-abd8-45a87899c779" + ], + "request-id": [ + "c1175271-7761-4cbd-abd8-45a87899c779" + ], + "elapsed-time": [ + "223" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14998" + ], + "x-ms-correlation-request-id": [ + "73d9512c-deab-4bec-8286-87b8172b45e2" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190652Z:73d9512c-deab-4bec-8286-87b8172b45e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:06:52 GMT" + ], + "Content-Length": [ + "82" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F4D01A2E11E8AE8F75F2FCC2E544C990\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/skillsets('testskillset')?api-version=2019-05-06-Preview", + "EncodedRequestUri": "L3NraWxsc2V0cygndGVzdHNraWxsc2V0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNi1QcmV2aWV3", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"categories\": [\r\n \"person\",\r\n \"location\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestHeaders": { + "client-request-id": [ + "fa60ba22-e110-46a2-b77d-763e0331e499" + ], + "Prefer": [ + "return=representation" + ], + "Accept-Language": [ + "en-US" + ], + "api-key": [ + "C736FD9E145EF72014F726783124339E" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Search.SearchServiceClient/11.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1251" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"0x8D76935D745DB12\"" + ], + "Location": [ + "https://azs-9568.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06-Preview" + ], + "request-id": [ + "fa60ba22-e110-46a2-b77d-763e0331e499" + ], + "elapsed-time": [ + "5080" + ], + "OData-Version": [ + "4.0" + ], + "Preference-Applied": [ + "odata.include-annotations=\"*\"" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ], + "Date": [ + "Thu, 14 Nov 2019 19:07:06 GMT" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "1116" + ] + }, + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9568.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D76935D745DB12\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"categories\": [\r\n \"person\",\r\n \"location\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"includeTypelessEntities\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null,\r\n \"knowledgeStore\": null\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/skillsets('testskillset')?api-version=2019-05-06-Preview", + "EncodedRequestUri": "L3NraWxsc2V0cygndGVzdHNraWxsc2V0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNi1QcmV2aWV3", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Mutated Skillset\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"categories\": [\r\n \"person\",\r\n \"location\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"@odata.etag\": \"\\\"0x8D76935D745DB12\\\"\"\r\n}", + "RequestHeaders": { + "client-request-id": [ + "65662e9d-113d-491d-a17d-f458250fae9f" + ], + "Prefer": [ + "return=representation" + ], + "Accept-Language": [ + "en-US" + ], + "api-key": [ + "C736FD9E145EF72014F726783124339E" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Search.SearchServiceClient/11.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1365" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"0x8D76935D78739B6\"" + ], + "request-id": [ + "65662e9d-113d-491d-a17d-f458250fae9f" + ], + "elapsed-time": [ + "172" + ], + "OData-Version": [ + "4.0" + ], + "Preference-Applied": [ + "odata.include-annotations=\"*\"" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ], + "Date": [ + "Thu, 14 Nov 2019 19:07:06 GMT" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "1112" + ] + }, + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9568.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D76935D78739B6\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Mutated Skillset\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"categories\": [\r\n \"person\",\r\n \"location\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"includeTypelessEntities\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null,\r\n \"knowledgeStore\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/skillsets('testskillset')?api-version=2019-05-06-Preview", + "EncodedRequestUri": "L3NraWxsc2V0cygndGVzdHNraWxsc2V0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNi1QcmV2aWV3", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Mutated Skillset\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"categories\": [\r\n \"person\",\r\n \"location\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"@odata.etag\": \"\\\"0x8D76935D78739B6\\\"\"\r\n}", + "RequestHeaders": { + "client-request-id": [ + "03a1b341-bc29-4bc8-b13d-75c7a5d63b56" + ], + "Prefer": [ + "return=representation" + ], + "Accept-Language": [ + "en-US" + ], + "If-Match": [ + "\"0x8D76935D745DB12\"" + ], + "api-key": [ + "C736FD9E145EF72014F726783124339E" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Search.SearchServiceClient/11.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1365" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "request-id": [ + "03a1b341-bc29-4bc8-b13d-75c7a5d63b56" + ], + "elapsed-time": [ + "22" + ], + "OData-Version": [ + "4.0" + ], + "Preference-Applied": [ + "odata.include-annotations=\"*\"" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ], + "Date": [ + "Thu, 14 Nov 2019 19:07:06 GMT" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal" + ], + "Content-Language": [ + "en" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "160" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"The precondition given in one of the request headers evaluated to false. No change was made to the resource from this request.\"\r\n }\r\n}", + "StatusCode": 412 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5118/providers/Microsoft.Search/searchServices/azs-9568?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NTY4P2FwaS12ZXJzaW9uPTIwMTUtMDgtMTk=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a42c806a-f66e-47f7-b247-110cd351c115" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "a42c806a-f66e-47f7-b247-110cd351c115" + ], + "request-id": [ + "a42c806a-f66e-47f7-b247-110cd351c115" + ], + "elapsed-time": [ + "913" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14996" + ], + "x-ms-correlation-request-id": [ + "3bb43206-f095-45a5-914c-71d7c427a1a5" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190709Z:3bb43206-f095-45a5-914c-71d7c427a1a5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:07:08 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "GenerateName": [ + "azsmnet5118" + ], + "GenerateServiceName": [ + "azs-9568" + ] + }, + "Variables": { + "SubscriptionId": "3c729b2a-4f86-4bb2-abe8-4b8647af156c" + } +} \ No newline at end of file diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/UpdateSkillsetIfNotChangedSucceedsWhenResourceUnchanged.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/UpdateSkillsetIfNotChangedSucceedsWhenResourceUnchanged.json new file mode 100644 index 000000000000..6da57cc924e4 --- /dev/null +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SkillsetsTests/UpdateSkillsetIfNotChangedSucceedsWhenResourceUnchanged.json @@ -0,0 +1,567 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search/register?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3JlZ2lzdGVyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1adf57a8-e66d-49b3-b147-30b4ff96f23e" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-request-id": [ + "8dc8e428-c76f-45a3-aee4-29073bf282aa" + ], + "x-ms-correlation-request-id": [ + "8dc8e428-c76f-45a3-aee4-29073bf282aa" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190207Z:8dc8e428-c76f-45a3-aee4-29073bf282aa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:02:06 GMT" + ], + "Content-Length": [ + "2708" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7310?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MzEwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8c8d466e-4062-4dfb-ada3-f6a1e67c5bb0" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-request-id": [ + "5d98c776-acfc-4cd9-ac20-58b0205da617" + ], + "x-ms-correlation-request-id": [ + "5d98c776-acfc-4cd9-ac20-58b0205da617" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190209Z:5d98c776-acfc-4cd9-ac20-58b0205da617" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:02:09 GMT" + ], + "Content-Length": [ + "175" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7310\",\r\n \"name\": \"azsmnet7310\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7310/providers/Microsoft.Search/searchServices/azs-6509?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTA5P2FwaS12ZXJzaW9uPTIwMTUtMDgtMTk=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9b46f757-078f-43f2-964c-c71568bf214f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "67" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"datetime'2019-11-14T19%3A02%3A14.8162227Z'\"" + ], + "x-ms-request-id": [ + "9b46f757-078f-43f2-964c-c71568bf214f" + ], + "request-id": [ + "9b46f757-078f-43f2-964c-c71568bf214f" + ], + "elapsed-time": [ + "1402" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "a96993e0-3e32-4928-9395-126a5e735596" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190216Z:a96993e0-3e32-4928-9395-126a5e735596" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:02:15 GMT" + ], + "Content-Length": [ + "385" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7310/providers/Microsoft.Search/searchServices/azs-6509\",\r\n \"name\": \"azs-6509\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\"\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7310/providers/Microsoft.Search/searchServices/azs-6509/listAdminKeys?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTA5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAxNS0wOC0xOQ==", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a84cfe9e-da77-4661-a9c8-d9fc344df38d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "a84cfe9e-da77-4661-a9c8-d9fc344df38d" + ], + "request-id": [ + "a84cfe9e-da77-4661-a9c8-d9fc344df38d" + ], + "elapsed-time": [ + "104" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "3536ef65-13e7-4be9-8e73-b8cfdd96668d" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190218Z:3536ef65-13e7-4be9-8e73-b8cfdd96668d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:02:17 GMT" + ], + "Content-Length": [ + "99" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"primaryKey\": \"156524C19D5542C6DBE1734D42FC25CA\",\r\n \"secondaryKey\": \"0CCD3B0970820055D69B0A9071954E28\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7310/providers/Microsoft.Search/searchServices/azs-6509/listQueryKeys?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTA5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAxNS0wOC0xOQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2706410d-251f-4925-8735-070147b01582" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "2706410d-251f-4925-8735-070147b01582" + ], + "request-id": [ + "2706410d-251f-4925-8735-070147b01582" + ], + "elapsed-time": [ + "337" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "2e9d4228-caa5-4a8c-96c7-f71897a3d6f2" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190218Z:2e9d4228-caa5-4a8c-96c7-f71897a3d6f2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:02:18 GMT" + ], + "Content-Length": [ + "82" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"A32DA0D6CD71671A6A013F7E2FE17BDF\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/skillsets('testskillset')?api-version=2019-05-06-Preview", + "EncodedRequestUri": "L3NraWxsc2V0cygndGVzdHNraWxsc2V0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNi1QcmV2aWV3", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\"\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"categories\": [\r\n \"person\",\r\n \"location\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\"\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "RequestHeaders": { + "client-request-id": [ + "39b70f1d-1cb2-48c3-8c26-b0451861df4f" + ], + "Prefer": [ + "return=representation" + ], + "Accept-Language": [ + "en-US" + ], + "api-key": [ + "156524C19D5542C6DBE1734D42FC25CA" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Search.SearchServiceClient/11.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1251" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"0x8D769352D138569\"" + ], + "Location": [ + "https://azs-6509.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06-Preview" + ], + "request-id": [ + "39b70f1d-1cb2-48c3-8c26-b0451861df4f" + ], + "elapsed-time": [ + "87" + ], + "OData-Version": [ + "4.0" + ], + "Preference-Applied": [ + "odata.include-annotations=\"*\"" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ], + "Date": [ + "Thu, 14 Nov 2019 19:02:20 GMT" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "1116" + ] + }, + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6509.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D769352D138569\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Skillset for testing\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"categories\": [\r\n \"person\",\r\n \"location\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"includeTypelessEntities\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null,\r\n \"knowledgeStore\": null\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/skillsets('testskillset')?api-version=2019-05-06-Preview", + "EncodedRequestUri": "L3NraWxsc2V0cygndGVzdHNraWxsc2V0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNi1QcmV2aWV3", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"name\": \"testskillset\",\r\n \"description\": \"Mutated Skillset\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"defaultLanguageCode\": \"en\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"categories\": [\r\n \"person\",\r\n \"location\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"@odata.etag\": \"\\\"0x8D769352D138569\\\"\"\r\n}", + "RequestHeaders": { + "client-request-id": [ + "fc936777-af44-4b1c-be26-568e1ed8cdf8" + ], + "Prefer": [ + "return=representation" + ], + "Accept-Language": [ + "en-US" + ], + "If-Match": [ + "\"0x8D769352D138569\"" + ], + "api-key": [ + "156524C19D5542C6DBE1734D42FC25CA" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Search.SearchServiceClient/11.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1365" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"0x8D769352D2A6E5A\"" + ], + "request-id": [ + "fc936777-af44-4b1c-be26-568e1ed8cdf8" + ], + "elapsed-time": [ + "87" + ], + "OData-Version": [ + "4.0" + ], + "Preference-Applied": [ + "odata.include-annotations=\"*\"" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ], + "Date": [ + "Thu, 14 Nov 2019 19:02:20 GMT" + ], + "Content-Type": [ + "application/json; odata.metadata=minimal" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "1112" + ] + }, + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6509.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D769352D2A6E5A\\\"\",\r\n \"name\": \"testskillset\",\r\n \"description\": \"Mutated Skillset\",\r\n \"skills\": [\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Vision.OcrSkill\",\r\n \"name\": \"myocr\",\r\n \"description\": \"Tested OCR skill\",\r\n \"context\": \"/document\",\r\n \"textExtractionAlgorithm\": \"printed\",\r\n \"lineEnding\": null,\r\n \"defaultLanguageCode\": \"en\",\r\n \"detectOrientation\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"url\",\r\n \"source\": \"/document/url\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n },\r\n {\r\n \"name\": \"queryString\",\r\n \"source\": \"/document/queryString\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"targetName\": \"mytext\"\r\n }\r\n ]\r\n },\r\n {\r\n \"@odata.type\": \"#Microsoft.Skills.Text.EntityRecognitionSkill\",\r\n \"name\": \"myentity\",\r\n \"description\": \"Tested Entity Recognition skill\",\r\n \"context\": \"/document\",\r\n \"categories\": [\r\n \"person\",\r\n \"location\"\r\n ],\r\n \"defaultLanguageCode\": \"en\",\r\n \"minimumPrecision\": 0.5,\r\n \"includeTypelessEntities\": null,\r\n \"inputs\": [\r\n {\r\n \"name\": \"text\",\r\n \"source\": \"/document/mytext\",\r\n \"sourceContext\": null,\r\n \"inputs\": []\r\n }\r\n ],\r\n \"outputs\": [\r\n {\r\n \"name\": \"entities\",\r\n \"targetName\": \"myEntities\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"cognitiveServices\": null,\r\n \"knowledgeStore\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7310/providers/Microsoft.Search/searchServices/azs-6509?api-version=2015-08-19", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MzEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02NTA5P2FwaS12ZXJzaW9uPTIwMTUtMDgtMTk=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5250d486-b647-493b-bf1f-ab5fec49e4d9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28008.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Search.SearchManagementClient/3.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "5250d486-b647-493b-bf1f-ab5fec49e4d9" + ], + "request-id": [ + "5250d486-b647-493b-bf1f-ab5fec49e4d9" + ], + "elapsed-time": [ + "959" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "7792771f-bd54-49da-950f-a6b4d18fbfe6" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20191114T190224Z:7792771f-bd54-49da-950f-a6b4d18fbfe6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 14 Nov 2019 19:02:24 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "GenerateName": [ + "azsmnet7310" + ], + "GenerateServiceName": [ + "azs-6509" + ] + }, + "Variables": { + "SubscriptionId": "3c729b2a-4f86-4bb2-abe8-4b8647af156c" + } +} \ No newline at end of file diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CanCreateAndListSynonymMaps.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CanCreateAndListSynonymMaps.json index 5309c3acd96a..876ef4748b49 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CanCreateAndListSynonymMaps.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CanCreateAndListSynonymMaps.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "187346b0-be2e-433d-98d6-2943830ef518" + "ef30dfff-5339-49e6-8520-c019e67060c3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1191" ], "x-ms-request-id": [ - "82b3083a-fd9f-4803-a969-132336f0b9f6" + "6d004835-b85e-4ae7-9381-c06203ff87cf" ], "x-ms-correlation-request-id": [ - "82b3083a-fd9f-4803-a969-132336f0b9f6" + "6d004835-b85e-4ae7-9381-c06203ff87cf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023225Z:82b3083a-fd9f-4803-a969-132336f0b9f6" + "NORTHEUROPE:20200808T100541Z:6d004835-b85e-4ae7-9381-c06203ff87cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:32:25 GMT" + "Sat, 08 Aug 2020 10:05:40 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7040?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MDQwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2178?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMTc4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c4bf6b48-ab67-4513-8019-b18523630820" + "2fcd7e1f-05ba-4658-94f6-4c0bb8f406f4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1194" ], "x-ms-request-id": [ - "4ce7d58f-486c-4d49-942c-6efef89afe94" + "802f75aa-979d-4203-b55b-17ad9917ced8" ], "x-ms-correlation-request-id": [ - "4ce7d58f-486c-4d49-942c-6efef89afe94" + "802f75aa-979d-4203-b55b-17ad9917ced8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023226Z:4ce7d58f-486c-4d49-942c-6efef89afe94" + "NORTHEUROPE:20200808T100542Z:802f75aa-979d-4203-b55b-17ad9917ced8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:32:25 GMT" + "Sat, 08 Aug 2020 10:05:42 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7040\",\r\n \"name\": \"azsmnet7040\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2178\",\r\n \"name\": \"azsmnet2178\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7040/providers/Microsoft.Search/searchServices/azs-8391?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzkxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2178/providers/Microsoft.Search/searchServices/azs-9056?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDU2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "079c94de-6325-49c5-b3c1-845d748f25ad" + "8e3679ab-03c3-4a1c-a86d-6b476d69e170" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A32%3A29.4553147Z'\"" + "W/\"datetime'2020-08-08T10%3A05%3A47.7649125Z'\"" ], "x-ms-request-id": [ - "079c94de-6325-49c5-b3c1-845d748f25ad" + "8e3679ab-03c3-4a1c-a86d-6b476d69e170" ], "request-id": [ - "079c94de-6325-49c5-b3c1-845d748f25ad" + "8e3679ab-03c3-4a1c-a86d-6b476d69e170" ], "elapsed-time": [ - "1001" + "2434" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1197" ], "x-ms-correlation-request-id": [ - "aea2339e-9a8b-493c-92a9-e0ae437d79ff" + "63cb6e8e-2193-4c09-8aca-a8f34b7e9697" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023230Z:aea2339e-9a8b-493c-92a9-e0ae437d79ff" + "NORTHEUROPE:20200808T100549Z:63cb6e8e-2193-4c09-8aca-a8f34b7e9697" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:32:29 GMT" + "Sat, 08 Aug 2020 10:05:49 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7040/providers/Microsoft.Search/searchServices/azs-8391\",\r\n \"name\": \"azs-8391\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2178/providers/Microsoft.Search/searchServices/azs-9056\",\r\n \"name\": \"azs-9056\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7040/providers/Microsoft.Search/searchServices/azs-8391/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzkxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2178/providers/Microsoft.Search/searchServices/azs-9056/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDU2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d0f94cd5-d46f-4b8f-91fa-65e591e81f5a" + "493f8258-d9f4-4547-bb8a-21e779fbaf4c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d0f94cd5-d46f-4b8f-91fa-65e591e81f5a" + "493f8258-d9f4-4547-bb8a-21e779fbaf4c" ], "request-id": [ - "d0f94cd5-d46f-4b8f-91fa-65e591e81f5a" + "493f8258-d9f4-4547-bb8a-21e779fbaf4c" ], "elapsed-time": [ - "90" + "121" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1196" ], "x-ms-correlation-request-id": [ - "628c2bc3-9e0e-4f27-8e53-e2906305974d" + "80da9052-6e48-44ec-b026-9ddc341e7269" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023232Z:628c2bc3-9e0e-4f27-8e53-e2906305974d" + "NORTHEUROPE:20200808T100552Z:80da9052-6e48-44ec-b026-9ddc341e7269" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:32:31 GMT" + "Sat, 08 Aug 2020 10:05:52 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"E2FE7E66C34CE626BE444D3680CA0A17\",\r\n \"secondaryKey\": \"74EB9178956153D9431E00BCB839EA7E\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"1FD4A365C298B14F0852C2C9CE7AC6E9\",\r\n \"secondaryKey\": \"1EAE39DC1540437019C41CCD9A659F93\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7040/providers/Microsoft.Search/searchServices/azs-8391/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzkxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2178/providers/Microsoft.Search/searchServices/azs-9056/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDU2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "744e5b03-f9bd-4454-afa9-02e3fad63024" + "17602e2d-281f-4a29-8827-2f946c7dd2d2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "744e5b03-f9bd-4454-afa9-02e3fad63024" + "17602e2d-281f-4a29-8827-2f946c7dd2d2" ], "request-id": [ - "744e5b03-f9bd-4454-afa9-02e3fad63024" + "17602e2d-281f-4a29-8827-2f946c7dd2d2" ], "elapsed-time": [ - "97" + "88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1195" ], "x-ms-correlation-request-id": [ - "7f0b40f8-9474-4623-93da-7ad01c4e82ef" + "a3625a97-45af-4db8-bab7-1499badda818" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023232Z:7f0b40f8-9474-4623-93da-7ad01c4e82ef" + "NORTHEUROPE:20200808T100553Z:a3625a97-45af-4db8-bab7-1499badda818" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:32:32 GMT" + "Sat, 08 Aug 2020 10:05:53 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"9E92784D9A2D0A97B0C3BA9E00EA4317\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"C25C954FFF2E723C0FCF1237BF137E90\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/synonymmaps?api-version=2019-05-06", "EncodedRequestUri": "L3N5bm9ueW1tYXBzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7980\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2825\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "55547816-5a80-4305-b359-53d540bef064" + "445c0195-d787-4722-9fbb-42e909e067c4" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E2FE7E66C34CE626BE444D3680CA0A17" + "1FD4A365C298B14F0852C2C9CE7AC6E9" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803788B8FE626\"" + "W/\"0x8D83B82A37594ED\"" ], "Location": [ - "https://azs-8391.search-dogfood.windows-int.net/synonymmaps('azsmnet7980')?api-version=2019-05-06" + "https://azs-9056.search-dogfood.windows-int.net/synonymmaps('azsmnet2825')?api-version=2019-05-06" ], "request-id": [ - "55547816-5a80-4305-b359-53d540bef064" + "445c0195-d787-4722-9fbb-42e909e067c4" ], "elapsed-time": [ - "263" + "63" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:32:34 GMT" + "Sat, 08 Aug 2020 10:05:54 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,35 +408,35 @@ "219" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8391.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803788B8FE626\\\"\",\r\n \"name\": \"azsmnet7980\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9056.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B82A37594ED\\\"\",\r\n \"name\": \"azsmnet2825\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { "RequestUri": "/synonymmaps?api-version=2019-05-06", "EncodedRequestUri": "L3N5bm9ueW1tYXBzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet9964\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet586\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "c9b6211d-84b2-4c13-848d-84803d4dad3d" + "0ad1e29e-4901-4c44-b0d3-e2d25f491e44" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E2FE7E66C34CE626BE444D3680CA0A17" + "1FD4A365C298B14F0852C2C9CE7AC6E9" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "80" + "79" ] }, "ResponseHeaders": { @@ -447,16 +447,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803788BBC57EC\"" + "W/\"0x8D83B82A37D5EFA\"" ], "Location": [ - "https://azs-8391.search-dogfood.windows-int.net/synonymmaps('azsmnet9964')?api-version=2019-05-06" + "https://azs-9056.search-dogfood.windows-int.net/synonymmaps('azsmnet586')?api-version=2019-05-06" ], "request-id": [ - "c9b6211d-84b2-4c13-848d-84803d4dad3d" + "0ad1e29e-4901-4c44-b0d3-e2d25f491e44" ], "elapsed-time": [ - "267" + "20" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:32:34 GMT" + "Sat, 08 Aug 2020 10:05:54 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -477,10 +477,10 @@ "-1" ], "Content-Length": [ - "219" + "218" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8391.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803788BBC57EC\\\"\",\r\n \"name\": \"azsmnet9964\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9056.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B82A37D5EFA\\\"\",\r\n \"name\": \"azsmnet586\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { @@ -490,18 +490,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "93f53b39-28b0-49c1-8fce-215eb8872a2f" + "d22b7e0e-909c-4457-8760-0be50d79fbee" ], "Accept-Language": [ "en-US" ], "api-key": [ - "E2FE7E66C34CE626BE444D3680CA0A17" + "1FD4A365C298B14F0852C2C9CE7AC6E9" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -513,10 +513,10 @@ "no-cache" ], "request-id": [ - "93f53b39-28b0-49c1-8fce-215eb8872a2f" + "d22b7e0e-909c-4457-8760-0be50d79fbee" ], "elapsed-time": [ - "60" + "23" ], "OData-Version": [ "4.0" @@ -528,7 +528,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:32:34 GMT" + "Sat, 08 Aug 2020 10:05:54 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -537,28 +537,28 @@ "-1" ], "Content-Length": [ - "346" + "345" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8391.search-dogfood.windows-int.net/$metadata#synonymmaps\",\r\n \"value\": [\r\n {\r\n \"@odata.etag\": \"\\\"0x8D803788B8FE626\\\"\",\r\n \"name\": \"azsmnet7980\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n },\r\n {\r\n \"@odata.etag\": \"\\\"0x8D803788BBC57EC\\\"\",\r\n \"name\": \"azsmnet9964\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9056.search-dogfood.windows-int.net/$metadata#synonymmaps\",\r\n \"value\": [\r\n {\r\n \"@odata.etag\": \"\\\"0x8D83B82A37594ED\\\"\",\r\n \"name\": \"azsmnet2825\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n },\r\n {\r\n \"@odata.etag\": \"\\\"0x8D83B82A37D5EFA\\\"\",\r\n \"name\": \"azsmnet586\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7040/providers/Microsoft.Search/searchServices/azs-8391?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MzkxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2178/providers/Microsoft.Search/searchServices/azs-9056?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MDU2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48997aa2-5ff1-4948-adbb-cfef55142d74" + "a384560f-5287-460d-902a-5fa5de2b5491" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -569,52 +569,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14990" + ], "x-ms-request-id": [ - "48997aa2-5ff1-4948-adbb-cfef55142d74" + "bb9e3074-5063-4e10-98f6-71fd347a30e9" ], - "request-id": [ - "48997aa2-5ff1-4948-adbb-cfef55142d74" + "x-ms-correlation-request-id": [ + "bb9e3074-5063-4e10-98f6-71fd347a30e9" ], - "elapsed-time": [ - "857" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T100702Z:bb9e3074-5063-4e10-98f6-71fd347a30e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14993" - ], - "x-ms-correlation-request-id": [ - "e3901c87-4efe-4f1e-9e92-8e2674d8d009" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023239Z:e3901c87-4efe-4f1e-9e92-8e2674d8d009" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:32:39 GMT" + "Sat, 08 Aug 2020 10:07:01 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7040", - "azsmnet7980", - "azsmnet9964" + "azsmnet2178", + "azsmnet2825", + "azsmnet586" ], "GenerateServiceName": [ - "azs-8391" + "azs-9056" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CanUpdateSynonymMap.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CanUpdateSynonymMap.json index b675265ad0a6..27eb9d461f79 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CanUpdateSynonymMap.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CanUpdateSynonymMap.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b59cfad-b713-4e69-a5ad-3abd526cfac1" + "f5c7ead1-0a0f-44e3-9ca7-dc21f1a1e036" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1174" + "1191" ], "x-ms-request-id": [ - "98e5f44d-19f4-4390-ad54-17f9ad2c8109" + "3194e614-ce15-4485-875b-9e8ea3ef6e99" ], "x-ms-correlation-request-id": [ - "98e5f44d-19f4-4390-ad54-17f9ad2c8109" + "3194e614-ce15-4485-875b-9e8ea3ef6e99" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023503Z:98e5f44d-19f4-4390-ad54-17f9ad2c8109" + "NORTHEUROPE:20200808T101224Z:3194e614-ce15-4485-875b-9e8ea3ef6e99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:35:03 GMT" + "Sat, 08 Aug 2020 10:12:24 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8279?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4Mjc5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2339?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMzM5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "87955052-6a76-4be5-86a3-eae593b20930" + "ca71ba88-9fe5-4bf7-8f96-6d574678341b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1193" ], "x-ms-request-id": [ - "c92a4fcd-4ebd-49ef-a0ea-71196dcae0d0" + "a13667f3-03bb-432e-a8c9-9f1260a103ea" ], "x-ms-correlation-request-id": [ - "c92a4fcd-4ebd-49ef-a0ea-71196dcae0d0" + "a13667f3-03bb-432e-a8c9-9f1260a103ea" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023504Z:c92a4fcd-4ebd-49ef-a0ea-71196dcae0d0" + "NORTHEUROPE:20200808T101227Z:a13667f3-03bb-432e-a8c9-9f1260a103ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:35:03 GMT" + "Sat, 08 Aug 2020 10:12:26 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8279\",\r\n \"name\": \"azsmnet8279\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2339\",\r\n \"name\": \"azsmnet2339\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8279/providers/Microsoft.Search/searchServices/azs-9232?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4Mjc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjMyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2339/providers/Microsoft.Search/searchServices/azs-7042?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MDQyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9e14f33d-8410-4bbe-a969-1e36c57ca9ed" + "512537ad-a617-4433-b872-c1e55ce791ce" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A35%3A08.6703317Z'\"" + "W/\"datetime'2020-08-08T10%3A12%3A33.1581426Z'\"" ], "x-ms-request-id": [ - "9e14f33d-8410-4bbe-a969-1e36c57ca9ed" + "512537ad-a617-4433-b872-c1e55ce791ce" ], "request-id": [ - "9e14f33d-8410-4bbe-a969-1e36c57ca9ed" + "512537ad-a617-4433-b872-c1e55ce791ce" ], "elapsed-time": [ - "1127" + "2678" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1195" ], "x-ms-correlation-request-id": [ - "24e2536d-f9cd-4a81-ae5f-51dc90f2e5db" + "fc3d1da9-5fa3-49c6-a98b-e0bd4c16fb27" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023509Z:24e2536d-f9cd-4a81-ae5f-51dc90f2e5db" + "NORTHEUROPE:20200808T101234Z:fc3d1da9-5fa3-49c6-a98b-e0bd4c16fb27" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:35:09 GMT" + "Sat, 08 Aug 2020 10:12:34 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8279/providers/Microsoft.Search/searchServices/azs-9232\",\r\n \"name\": \"azs-9232\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2339/providers/Microsoft.Search/searchServices/azs-7042\",\r\n \"name\": \"azs-7042\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8279/providers/Microsoft.Search/searchServices/azs-9232/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4Mjc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjMyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2339/providers/Microsoft.Search/searchServices/azs-7042/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MDQyL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a142fb04-3dc1-42de-b5d5-2748bf333435" + "7e9700a4-8ba4-46f3-8d03-82c723b1f8dc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a142fb04-3dc1-42de-b5d5-2748bf333435" + "7e9700a4-8ba4-46f3-8d03-82c723b1f8dc" ], "request-id": [ - "a142fb04-3dc1-42de-b5d5-2748bf333435" + "7e9700a4-8ba4-46f3-8d03-82c723b1f8dc" ], "elapsed-time": [ - "122" + "410" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1193" ], "x-ms-correlation-request-id": [ - "0949be0c-0cdc-435a-bcb6-ded9de681eaa" + "5a6ef53e-329c-472d-b825-54cd9b727fb2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023511Z:0949be0c-0cdc-435a-bcb6-ded9de681eaa" + "NORTHEUROPE:20200808T101237Z:5a6ef53e-329c-472d-b825-54cd9b727fb2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:35:11 GMT" + "Sat, 08 Aug 2020 10:12:37 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"6964A0ACB639D3301F42D5ECA33FD233\",\r\n \"secondaryKey\": \"09E05290EAE3891C3CDF15AAE2868F6D\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"F3BBF516155FD9DDF15475D22E146E0E\",\r\n \"secondaryKey\": \"54DC124C60C1E6F102242F074C59CB07\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8279/providers/Microsoft.Search/searchServices/azs-9232/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4Mjc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjMyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2339/providers/Microsoft.Search/searchServices/azs-7042/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MDQyL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a5c731a1-5a47-4858-af9d-22c7526f75fc" + "61698eef-bef0-417d-87ee-d46a669e3756" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a5c731a1-5a47-4858-af9d-22c7526f75fc" + "61698eef-bef0-417d-87ee-d46a669e3756" ], "request-id": [ - "a5c731a1-5a47-4858-af9d-22c7526f75fc" + "61698eef-bef0-417d-87ee-d46a669e3756" ], "elapsed-time": [ - "91" + "324" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1192" ], "x-ms-correlation-request-id": [ - "7efcdaa9-f376-46e3-9555-2b1db421020f" + "621fc5c8-628c-486b-8e4f-339b8640c94e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023512Z:7efcdaa9-f376-46e3-9555-2b1db421020f" + "NORTHEUROPE:20200808T101238Z:621fc5c8-628c-486b-8e4f-339b8640c94e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:35:11 GMT" + "Sat, 08 Aug 2020 10:12:38 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"6ADF4B4028BBFF8D2D0DA88F1A9AA892\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"99C8CE6F2D9B22B0F1C61668AA028516\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/synonymmaps?api-version=2019-05-06", "EncodedRequestUri": "L3N5bm9ueW1tYXBzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3475\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2817\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "16fd9ab9-975a-44d9-a060-aedde354062c" + "fcc3d006-f929-41f5-92fc-1d5312463e2d" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6964A0ACB639D3301F42D5ECA33FD233" + "F3BBF516155FD9DDF15475D22E146E0E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80378EA9C2D81\"" + "W/\"0x8D83B83951966B6\"" ], "Location": [ - "https://azs-9232.search-dogfood.windows-int.net/synonymmaps('azsmnet3475')?api-version=2019-05-06" + "https://azs-7042.search-dogfood.windows-int.net/synonymmaps('azsmnet2817')?api-version=2019-05-06" ], "request-id": [ - "16fd9ab9-975a-44d9-a060-aedde354062c" + "fcc3d006-f929-41f5-92fc-1d5312463e2d" ], "elapsed-time": [ - "59" + "24" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:35:13 GMT" + "Sat, 08 Aug 2020 10:12:39 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,17 +408,17 @@ "219" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9232.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80378EA9C2D81\\\"\",\r\n \"name\": \"azsmnet3475\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7042.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B83951966B6\\\"\",\r\n \"name\": \"azsmnet2817\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/synonymmaps('azsmnet3475')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0MzQ3NScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/synonymmaps('azsmnet2817')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0MjgxNycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet3475\",\r\n \"synonyms\": \"new_aaa, new_bbb\",\r\n \"format\": \"solr\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet2817\",\r\n \"synonyms\": \"new_aaa, new_bbb\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "b4faa83f-5db7-4e94-9fe5-20a96539e7c0" + "1a679190-6a75-4f26-835a-4ce87835a751" ], "Prefer": [ "return=representation" @@ -427,12 +427,12 @@ "en-US" ], "api-key": [ - "6964A0ACB639D3301F42D5ECA33FD233" + "F3BBF516155FD9DDF15475D22E146E0E" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -450,13 +450,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80378EAA3D06E\"" + "W/\"0x8D83B8395217EFA\"" ], "request-id": [ - "b4faa83f-5db7-4e94-9fe5-20a96539e7c0" + "1a679190-6a75-4f26-835a-4ce87835a751" ], "elapsed-time": [ - "17" + "18" ], "OData-Version": [ "4.0" @@ -468,7 +468,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:35:13 GMT" + "Sat, 08 Aug 2020 10:12:39 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -480,25 +480,25 @@ "224" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9232.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80378EAA3D06E\\\"\",\r\n \"name\": \"azsmnet3475\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"new_aaa, new_bbb\",\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7042.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B8395217EFA\\\"\",\r\n \"name\": \"azsmnet2817\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"new_aaa, new_bbb\",\r\n \"encryptionKey\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8279/providers/Microsoft.Search/searchServices/azs-9232?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4Mjc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05MjMyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2339/providers/Microsoft.Search/searchServices/azs-7042?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MDQyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "862619c7-77af-4707-a108-16fe24d186d8" + "b464ffa4-f75f-49cc-83d6-baf88f3ffa9e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -509,52 +509,43 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "862619c7-77af-4707-a108-16fe24d186d8" + "9e1d5036-0575-45a8-af08-5a63b96970e4" ], - "request-id": [ - "862619c7-77af-4707-a108-16fe24d186d8" + "x-ms-correlation-request-id": [ + "9e1d5036-0575-45a8-af08-5a63b96970e4" ], - "elapsed-time": [ - "936" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T101250Z:9e1d5036-0575-45a8-af08-5a63b96970e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14983" - ], - "x-ms-correlation-request-id": [ - "8f798492-59f2-49be-905e-1d07b276c2ac" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023518Z:8f798492-59f2-49be-905e-1d07b276c2ac" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:35:18 GMT" + "Sat, 08 Aug 2020 10:12:49 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8279", - "azsmnet3475", - "azsmnet4051" + "azsmnet2339", + "azsmnet2817", + "azsmnet1993" ], "GenerateServiceName": [ - "azs-9232" + "azs-7042" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CreateOrUpdateCreatesWhenSynonymMapDoesNotExist.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CreateOrUpdateCreatesWhenSynonymMapDoesNotExist.json index 95af1dde7888..0b6f6ba079ba 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CreateOrUpdateCreatesWhenSynonymMapDoesNotExist.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CreateOrUpdateCreatesWhenSynonymMapDoesNotExist.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e07c9646-2e16-4933-9c2d-28d9d6be656f" + "5ca7a712-c84d-49a3-a650-98843de00cca" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1194" ], "x-ms-request-id": [ - "d1a50627-eca3-412f-aa74-2d1194d13b1e" + "b6956758-b691-45fe-a69c-cb729266a636" ], "x-ms-correlation-request-id": [ - "d1a50627-eca3-412f-aa74-2d1194d13b1e" + "b6956758-b691-45fe-a69c-cb729266a636" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023110Z:d1a50627-eca3-412f-aa74-2d1194d13b1e" + "NORTHEUROPE:20200808T100415Z:b6956758-b691-45fe-a69c-cb729266a636" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:31:10 GMT" + "Sat, 08 Aug 2020 10:04:15 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3367?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMzY3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6476?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2NDc2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8148a593-ee4b-4d6e-896c-e40033340e52" + "9cbb28f8-12c4-4574-8598-ff12965b3c1f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1196" ], "x-ms-request-id": [ - "68384c44-f213-456a-a1e9-6c9e0fedd956" + "3f8d7762-7931-4b6b-867a-c82b0fcfc994" ], "x-ms-correlation-request-id": [ - "68384c44-f213-456a-a1e9-6c9e0fedd956" + "3f8d7762-7931-4b6b-867a-c82b0fcfc994" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023111Z:68384c44-f213-456a-a1e9-6c9e0fedd956" + "NORTHEUROPE:20200808T100416Z:3f8d7762-7931-4b6b-867a-c82b0fcfc994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:31:11 GMT" + "Sat, 08 Aug 2020 10:04:16 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3367\",\r\n \"name\": \"azsmnet3367\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6476\",\r\n \"name\": \"azsmnet6476\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3367/providers/Microsoft.Search/searchServices/azs-2027?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDI3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6476/providers/Microsoft.Search/searchServices/azs-7003?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDc2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MDAzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6735df87-6e3d-47f2-827e-9230630c612f" + "6dc669f0-0a2c-4878-bb15-05f779b03399" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A31%3A14.3545366Z'\"" + "W/\"datetime'2020-08-08T10%3A04%3A22.6309346Z'\"" ], "x-ms-request-id": [ - "6735df87-6e3d-47f2-827e-9230630c612f" + "6dc669f0-0a2c-4878-bb15-05f779b03399" ], "request-id": [ - "6735df87-6e3d-47f2-827e-9230630c612f" + "6dc669f0-0a2c-4878-bb15-05f779b03399" ], "elapsed-time": [ - "1237" + "1496" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1194" ], "x-ms-correlation-request-id": [ - "4d061027-c51d-4253-8829-38c2cf81ebb5" + "9c0d6622-e4a0-4ca7-99dd-8c2ba011a50c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023115Z:4d061027-c51d-4253-8829-38c2cf81ebb5" + "NORTHEUROPE:20200808T100424Z:9c0d6622-e4a0-4ca7-99dd-8c2ba011a50c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:31:14 GMT" + "Sat, 08 Aug 2020 10:04:23 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3367/providers/Microsoft.Search/searchServices/azs-2027\",\r\n \"name\": \"azs-2027\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6476/providers/Microsoft.Search/searchServices/azs-7003\",\r\n \"name\": \"azs-7003\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3367/providers/Microsoft.Search/searchServices/azs-2027/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDI3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6476/providers/Microsoft.Search/searchServices/azs-7003/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDc2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MDAzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b0c7dd84-bfad-421c-b8a7-96069a75982f" + "8bfd78ae-1755-4276-8933-975656cd2e34" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b0c7dd84-bfad-421c-b8a7-96069a75982f" + "8bfd78ae-1755-4276-8933-975656cd2e34" ], "request-id": [ - "b0c7dd84-bfad-421c-b8a7-96069a75982f" + "8bfd78ae-1755-4276-8933-975656cd2e34" ], "elapsed-time": [ - "114" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1192" ], "x-ms-correlation-request-id": [ - "175b199d-f85f-4027-8643-6ed8d8a34ed4" + "018cb5a5-3f77-4d12-9c54-028484e0bf57" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023117Z:175b199d-f85f-4027-8643-6ed8d8a34ed4" + "NORTHEUROPE:20200808T100426Z:018cb5a5-3f77-4d12-9c54-028484e0bf57" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:31:17 GMT" + "Sat, 08 Aug 2020 10:04:25 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"48BD30E739BF70A20EF9B49D4CC07A29\",\r\n \"secondaryKey\": \"E5BF87D9A8CC3818D5191C98F7469162\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"014AF6BD777384B41AED084D917DC38A\",\r\n \"secondaryKey\": \"04DBAAD2255807D9441E688DF9E5F9CC\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3367/providers/Microsoft.Search/searchServices/azs-2027/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDI3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6476/providers/Microsoft.Search/searchServices/azs-7003/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDc2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MDAzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e086796-ed4d-4598-9704-8964ce1b8448" + "30ded1dc-6a43-4949-bde2-ab538531f106" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7e086796-ed4d-4598-9704-8964ce1b8448" + "30ded1dc-6a43-4949-bde2-ab538531f106" ], "request-id": [ - "7e086796-ed4d-4598-9704-8964ce1b8448" + "30ded1dc-6a43-4949-bde2-ab538531f106" ], "elapsed-time": [ - "119" + "110" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1191" ], "x-ms-correlation-request-id": [ - "9b5d4223-1315-4848-bbe5-0afb489331d2" + "38eba211-8afd-4fdd-8193-3228d8afebcd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023118Z:9b5d4223-1315-4848-bbe5-0afb489331d2" + "NORTHEUROPE:20200808T100426Z:38eba211-8afd-4fdd-8193-3228d8afebcd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:31:17 GMT" + "Sat, 08 Aug 2020 10:04:26 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"8D82CE1C6B261FE566E18F6141C27018\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"1A28990D81DBF1AD7DECEA119901638B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/synonymmaps('azsmnet1181')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0MTE4MScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/synonymmaps('azsmnet8694')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0ODY5NCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet1181\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet8694\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "6b08a14a-bed3-4f23-8cce-d4ca0ebc213f" + "56da7f01-979f-4aaf-b933-62f08cd8350e" ], "Prefer": [ "return=representation" @@ -355,12 +355,12 @@ "en-US" ], "api-key": [ - "48BD30E739BF70A20EF9B49D4CC07A29" + "014AF6BD777384B41AED084D917DC38A" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -378,16 +378,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803785EDBDD91\"" + "W/\"0x8D83B8270380247\"" ], "Location": [ - "https://azs-2027.search-dogfood.windows-int.net/synonymmaps('azsmnet1181')?api-version=2019-05-06" + "https://azs-7003.search-dogfood.windows-int.net/synonymmaps('azsmnet8694')?api-version=2019-05-06" ], "request-id": [ - "6b08a14a-bed3-4f23-8cce-d4ca0ebc213f" + "56da7f01-979f-4aaf-b933-62f08cd8350e" ], "elapsed-time": [ - "166" + "175" ], "OData-Version": [ "4.0" @@ -399,7 +399,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:31:19 GMT" + "Sat, 08 Aug 2020 10:04:28 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -411,25 +411,25 @@ "219" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2027.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803785EDBDD91\\\"\",\r\n \"name\": \"azsmnet1181\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7003.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B8270380247\\\"\",\r\n \"name\": \"azsmnet8694\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3367/providers/Microsoft.Search/searchServices/azs-2027?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzY3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMDI3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6476/providers/Microsoft.Search/searchServices/azs-7003?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDc2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03MDAzP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1f70672e-0f02-4eab-8c5a-c4c833207f29" + "f886f2bd-bc4a-4ad9-b3d4-3b28deb68542" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -440,51 +440,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14990" + ], "x-ms-request-id": [ - "1f70672e-0f02-4eab-8c5a-c4c833207f29" + "55257f4b-267c-4b03-9650-a53ff2ea5ef6" ], - "request-id": [ - "1f70672e-0f02-4eab-8c5a-c4c833207f29" + "x-ms-correlation-request-id": [ + "55257f4b-267c-4b03-9650-a53ff2ea5ef6" ], - "elapsed-time": [ - "887" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T100438Z:55257f4b-267c-4b03-9650-a53ff2ea5ef6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14993" - ], - "x-ms-correlation-request-id": [ - "d6b9e5b8-decd-4f4f-95bd-5dd9eb73f6d4" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023130Z:d6b9e5b8-decd-4f4f-95bd-5dd9eb73f6d4" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:31:30 GMT" + "Sat, 08 Aug 2020 10:04:37 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet3367", - "azsmnet1181" + "azsmnet6476", + "azsmnet8694" ], "GenerateServiceName": [ - "azs-2027" + "azs-7003" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CreateOrUpdateSynonymMapIfNotExistsFailsOnExistingResource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CreateOrUpdateSynonymMapIfNotExistsFailsOnExistingResource.json index 74a78086d0a7..2300deec4cfe 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CreateOrUpdateSynonymMapIfNotExistsFailsOnExistingResource.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CreateOrUpdateSynonymMapIfNotExistsFailsOnExistingResource.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b9289af-fac0-437b-839c-f68fd3644021" + "2aeec127-9ee0-4c54-831b-c8c26d3985b8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1189" ], "x-ms-request-id": [ - "22bf0b6c-5ba9-4a99-9df3-4bb835a6b6d7" + "3858683d-9f0e-4c54-9a84-f2ca96df0333" ], "x-ms-correlation-request-id": [ - "22bf0b6c-5ba9-4a99-9df3-4bb835a6b6d7" + "3858683d-9f0e-4c54-9a84-f2ca96df0333" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023033Z:22bf0b6c-5ba9-4a99-9df3-4bb835a6b6d7" + "NORTHEUROPE:20200808T100239Z:3858683d-9f0e-4c54-9a84-f2ca96df0333" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:30:33 GMT" + "Sat, 08 Aug 2020 10:02:38 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2158?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMTU4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8539?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NTM5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ca9e67f7-a222-4b60-b6f0-1dc4c23f27dc" + "116689fd-068f-49f2-b497-0b013c18facb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1193" ], "x-ms-request-id": [ - "4eda423f-810e-41e6-9d9e-64d3e3d43473" + "b81dba4c-e5b8-40b6-a8a2-e9edb1fe7547" ], "x-ms-correlation-request-id": [ - "4eda423f-810e-41e6-9d9e-64d3e3d43473" + "b81dba4c-e5b8-40b6-a8a2-e9edb1fe7547" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023034Z:4eda423f-810e-41e6-9d9e-64d3e3d43473" + "NORTHEUROPE:20200808T100240Z:b81dba4c-e5b8-40b6-a8a2-e9edb1fe7547" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:30:34 GMT" + "Sat, 08 Aug 2020 10:02:39 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2158\",\r\n \"name\": \"azsmnet2158\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "StatusCode": 201 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8539\",\r\n \"name\": \"azsmnet8539\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2158/providers/Microsoft.Search/searchServices/azs-60?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MD9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8539/providers/Microsoft.Search/searchServices/azs-3348?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "43c264c7-8b54-4ebc-b84a-361743430975" + "f2c92940-ced5-42f2-bfce-e38053931911" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,16 +159,16 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A30%3A37.8564021Z'\"" + "W/\"datetime'2020-08-08T10%3A02%3A47.7465647Z'\"" ], "x-ms-request-id": [ - "43c264c7-8b54-4ebc-b84a-361743430975" + "f2c92940-ced5-42f2-bfce-e38053931911" ], "request-id": [ - "43c264c7-8b54-4ebc-b84a-361743430975" + "f2c92940-ced5-42f2-bfce-e38053931911" ], "elapsed-time": [ - "1550" + "2053" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,19 +177,19 @@ "1195" ], "x-ms-correlation-request-id": [ - "e0865db3-75f2-4730-9e09-6e090d86e69a" + "ba78f641-9c55-4609-897f-b0bea77697af" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023038Z:e0865db3-75f2-4730-9e09-6e090d86e69a" + "NORTHEUROPE:20200808T100249Z:ba78f641-9c55-4609-897f-b0bea77697af" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:30:38 GMT" + "Sat, 08 Aug 2020 10:02:49 GMT" ], "Content-Length": [ - "525" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2158/providers/Microsoft.Search/searchServices/azs-60\",\r\n \"name\": \"azs-60\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8539/providers/Microsoft.Search/searchServices/azs-3348\",\r\n \"name\": \"azs-3348\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2158/providers/Microsoft.Search/searchServices/azs-60/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MC9saXN0QWRtaW5LZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8539/providers/Microsoft.Search/searchServices/azs-3348/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzQ4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ce62a0bd-43ce-473f-acfb-bc86cecd05a6" + "2b222d7e-5fa6-45b9-903f-b5e8f45ab2c6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ce62a0bd-43ce-473f-acfb-bc86cecd05a6" + "2b222d7e-5fa6-45b9-903f-b5e8f45ab2c6" ], "request-id": [ - "ce62a0bd-43ce-473f-acfb-bc86cecd05a6" + "2b222d7e-5fa6-45b9-903f-b5e8f45ab2c6" ], "elapsed-time": [ - "342" + "108" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1191" ], "x-ms-correlation-request-id": [ - "fd9d2a20-6195-4b75-8b46-e4cd4c3879c9" + "17219e1a-c726-4ad0-bca5-9e1f9153971a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023041Z:fd9d2a20-6195-4b75-8b46-e4cd4c3879c9" + "NORTHEUROPE:20200808T100252Z:17219e1a-c726-4ad0-bca5-9e1f9153971a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:30:41 GMT" + "Sat, 08 Aug 2020 10:02:52 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"6B305171B2E32BA9BD0BFA73F819535C\",\r\n \"secondaryKey\": \"45A20710569A14D0669549F50C2A8870\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"ECDC0404B27486AB1E1952CD8B787078\",\r\n \"secondaryKey\": \"3D4158292930C04A9DFD45BA061924D1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2158/providers/Microsoft.Search/searchServices/azs-60/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MC9saXN0UXVlcnlLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8539/providers/Microsoft.Search/searchServices/azs-3348/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzQ4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c4c2c27e-7efc-4afe-8a09-5e319d61b9c0" + "df871e0b-8046-45cc-ac5c-2274f05dc0a9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c4c2c27e-7efc-4afe-8a09-5e319d61b9c0" + "df871e0b-8046-45cc-ac5c-2274f05dc0a9" ], "request-id": [ - "c4c2c27e-7efc-4afe-8a09-5e319d61b9c0" + "df871e0b-8046-45cc-ac5c-2274f05dc0a9" ], "elapsed-time": [ - "416" + "935" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1190" ], "x-ms-correlation-request-id": [ - "98992c51-a3dc-4e6c-8778-eb7bbaac5455" + "de8bb4a3-2bea-4f75-b81c-0f07fb34e0a9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023041Z:98992c51-a3dc-4e6c-8778-eb7bbaac5455" + "NORTHEUROPE:20200808T100254Z:de8bb4a3-2bea-4f75-b81c-0f07fb34e0a9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:30:41 GMT" + "Sat, 08 Aug 2020 10:02:53 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"6133E43CFD5348B0523A8375BBF87327\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"A831A5FD3BE059850B336D67B187E514\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/synonymmaps('azsmnet8555')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0ODU1NScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/synonymmaps('azsmnet5739')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NTczOScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet8555\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5739\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "11824681-04eb-439c-8dc0-67ea8c01e83c" + "f83f7917-f2b5-40e1-b776-17ad44c96b2c" ], "Prefer": [ "return=representation" @@ -355,12 +355,12 @@ "en-US" ], "api-key": [ - "6B305171B2E32BA9BD0BFA73F819535C" + "ECDC0404B27486AB1E1952CD8B787078" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -378,16 +378,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80378494AD73A\"" + "W/\"0x8D83B8239053573\"" ], "Location": [ - "https://azs-60.search-dogfood.windows-int.net/synonymmaps('azsmnet8555')?api-version=2019-05-06" + "https://azs-3348.search-dogfood.windows-int.net/synonymmaps('azsmnet5739')?api-version=2019-05-06" ], "request-id": [ - "11824681-04eb-439c-8dc0-67ea8c01e83c" + "f83f7917-f2b5-40e1-b776-17ad44c96b2c" ], "elapsed-time": [ - "62" + "162" ], "OData-Version": [ "4.0" @@ -399,7 +399,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:30:43 GMT" + "Sat, 08 Aug 2020 10:02:56 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,20 +408,20 @@ "-1" ], "Content-Length": [ - "217" + "219" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-60.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80378494AD73A\\\"\",\r\n \"name\": \"azsmnet8555\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3348.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B8239053573\\\"\",\r\n \"name\": \"azsmnet5739\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/synonymmaps('azsmnet8555')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0ODU1NScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/synonymmaps('azsmnet5739')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NTczOScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet8555\",\r\n \"synonyms\": \"mutated1, mutated2\",\r\n \"@odata.etag\": \"\\\"0x8D80378494AD73A\\\"\",\r\n \"format\": \"solr\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5739\",\r\n \"synonyms\": \"mutated1, mutated2\",\r\n \"@odata.etag\": \"\\\"0x8D83B8239053573\\\"\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "92b90b65-31bb-45a5-ab69-8f495574a92a" + "4bdff5d3-d7fb-44b9-8404-ed2d5c00aa80" ], "Prefer": [ "return=representation" @@ -433,12 +433,12 @@ "*" ], "api-key": [ - "6B305171B2E32BA9BD0BFA73F819535C" + "ECDC0404B27486AB1E1952CD8B787078" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -456,7 +456,7 @@ "no-cache" ], "request-id": [ - "92b90b65-31bb-45a5-ab69-8f495574a92a" + "4bdff5d3-d7fb-44b9-8404-ed2d5c00aa80" ], "elapsed-time": [ "10" @@ -471,7 +471,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:30:43 GMT" + "Sat, 08 Aug 2020 10:02:56 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -490,21 +490,21 @@ "StatusCode": 412 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2158/providers/Microsoft.Search/searchServices/azs-60?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MD9hcGktdmVyc2lvbj0yMDIwLTAzLTEz", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8539/providers/Microsoft.Search/searchServices/azs-3348?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NTM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzQ4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "04122009-6631-4850-8d5e-09053e9bd489" + "b702e34f-61fd-4f0e-a89a-a24f58fed3db" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -515,51 +515,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14994" + ], "x-ms-request-id": [ - "04122009-6631-4850-8d5e-09053e9bd489" + "54e328f9-fc47-48c0-be1e-b28ee54d1cfc" ], - "request-id": [ - "04122009-6631-4850-8d5e-09053e9bd489" + "x-ms-correlation-request-id": [ + "54e328f9-fc47-48c0-be1e-b28ee54d1cfc" ], - "elapsed-time": [ - "1179" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T100339Z:54e328f9-fc47-48c0-be1e-b28ee54d1cfc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14985" - ], - "x-ms-correlation-request-id": [ - "9076f76b-b777-4e16-a728-0b9bb16ab6c5" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023047Z:9076f76b-b777-4e16-a728-0b9bb16ab6c5" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:30:47 GMT" + "Sat, 08 Aug 2020 10:03:39 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2158", - "azsmnet8555" + "azsmnet8539", + "azsmnet5739" ], "GenerateServiceName": [ - "azs-60" + "azs-3348" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CreateOrUpdateSynonymMapIfNotExistsSucceedsOnNoResource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CreateOrUpdateSynonymMapIfNotExistsSucceedsOnNoResource.json index 26ba46d966d4..e38c502481ec 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CreateOrUpdateSynonymMapIfNotExistsSucceedsOnNoResource.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CreateOrUpdateSynonymMapIfNotExistsSucceedsOnNoResource.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1dfe1f2f-ecdc-42bc-b6c8-8237b1667b89" + "b9d27172-9bfe-4736-ad6f-33b0ca17fb7e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1188" ], "x-ms-request-id": [ - "7bed3dea-6495-4375-8e58-9ce499817df9" + "19a1b831-0b19-4410-af85-16a3c689f839" ], "x-ms-correlation-request-id": [ - "7bed3dea-6495-4375-8e58-9ce499817df9" + "19a1b831-0b19-4410-af85-16a3c689f839" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023413Z:7bed3dea-6495-4375-8e58-9ce499817df9" + "NORTHEUROPE:20200808T101033Z:19a1b831-0b19-4410-af85-16a3c689f839" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:34:13 GMT" + "Sat, 08 Aug 2020 10:10:33 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2696?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNjk2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6442?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2NDQyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ab66158a-97f8-43e3-9afb-a695725cb3a5" + "a481e4aa-4ac2-4d0a-a2cc-a7f67085a333" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1194" ], "x-ms-request-id": [ - "ce188a42-47b6-4884-8062-b0300b25535f" + "3221cbbb-5343-4512-a797-a2c0c0e44d20" ], "x-ms-correlation-request-id": [ - "ce188a42-47b6-4884-8062-b0300b25535f" + "3221cbbb-5343-4512-a797-a2c0c0e44d20" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023414Z:ce188a42-47b6-4884-8062-b0300b25535f" + "NORTHEUROPE:20200808T101035Z:3221cbbb-5343-4512-a797-a2c0c0e44d20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:34:14 GMT" + "Sat, 08 Aug 2020 10:10:34 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2696\",\r\n \"name\": \"azsmnet2696\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6442\",\r\n \"name\": \"azsmnet6442\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2696/providers/Microsoft.Search/searchServices/azs-2355?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzU1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6442/providers/Microsoft.Search/searchServices/azs-8731?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NzMxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0f227ab4-cbf2-4016-9110-00e121d467a3" + "a794ede4-71fe-49b6-bf5f-089cb0948dc3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A34%3A18.0540869Z'\"" + "W/\"datetime'2020-08-08T10%3A10%3A39.7652646Z'\"" ], "x-ms-request-id": [ - "0f227ab4-cbf2-4016-9110-00e121d467a3" + "a794ede4-71fe-49b6-bf5f-089cb0948dc3" ], "request-id": [ - "0f227ab4-cbf2-4016-9110-00e121d467a3" + "a794ede4-71fe-49b6-bf5f-089cb0948dc3" ], "elapsed-time": [ - "1030" + "3360" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1193" ], "x-ms-correlation-request-id": [ - "ffc109ca-be12-4270-9951-581ce2b852f6" + "cbf564c0-ae5b-4344-b89d-5bd583b5fea7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023418Z:ffc109ca-be12-4270-9951-581ce2b852f6" + "NORTHEUROPE:20200808T101042Z:cbf564c0-ae5b-4344-b89d-5bd583b5fea7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:34:18 GMT" + "Sat, 08 Aug 2020 10:10:41 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2696/providers/Microsoft.Search/searchServices/azs-2355\",\r\n \"name\": \"azs-2355\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6442/providers/Microsoft.Search/searchServices/azs-8731\",\r\n \"name\": \"azs-8731\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2696/providers/Microsoft.Search/searchServices/azs-2355/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzU1L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6442/providers/Microsoft.Search/searchServices/azs-8731/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NzMxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "946bfa27-ef7f-4bac-b66b-67635cee2415" + "337ecaef-8d5c-4442-a9b6-5a7af9cfebea" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "946bfa27-ef7f-4bac-b66b-67635cee2415" + "337ecaef-8d5c-4442-a9b6-5a7af9cfebea" ], "request-id": [ - "946bfa27-ef7f-4bac-b66b-67635cee2415" + "337ecaef-8d5c-4442-a9b6-5a7af9cfebea" ], "elapsed-time": [ - "158" + "229" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1189" ], "x-ms-correlation-request-id": [ - "93deaec3-06a5-4264-b190-265d7dbc1d77" + "862cbd4c-bdaf-48f7-a8c7-ac818ccb8c1c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023421Z:93deaec3-06a5-4264-b190-265d7dbc1d77" + "NORTHEUROPE:20200808T101044Z:862cbd4c-bdaf-48f7-a8c7-ac818ccb8c1c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:34:20 GMT" + "Sat, 08 Aug 2020 10:10:43 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"C65FF4EAD6229C876A03B39D1B094B9B\",\r\n \"secondaryKey\": \"FA5DFC7FB771BDC697DF2CEE7F56C39B\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"5DCDB289C3ACA24A3A9864E35BCCCB02\",\r\n \"secondaryKey\": \"B72A7730FEEFE26078CD54BA7DEE17A1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2696/providers/Microsoft.Search/searchServices/azs-2355/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzU1L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6442/providers/Microsoft.Search/searchServices/azs-8731/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NzMxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "88b56e83-a212-453a-85d2-3511e6e7f9c9" + "fe3d5226-4f0b-44b9-95c0-be2f7fd50a7b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "88b56e83-a212-453a-85d2-3511e6e7f9c9" + "fe3d5226-4f0b-44b9-95c0-be2f7fd50a7b" ], "request-id": [ - "88b56e83-a212-453a-85d2-3511e6e7f9c9" + "fe3d5226-4f0b-44b9-95c0-be2f7fd50a7b" ], "elapsed-time": [ - "99" + "435" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1188" ], "x-ms-correlation-request-id": [ - "e4549614-3c4f-4c8f-8ccf-779e98370272" + "380a81fa-ed90-4a81-a5ac-84988b751b23" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023421Z:e4549614-3c4f-4c8f-8ccf-779e98370272" + "NORTHEUROPE:20200808T101045Z:380a81fa-ed90-4a81-a5ac-84988b751b23" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:34:20 GMT" + "Sat, 08 Aug 2020 10:10:44 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"5DB48A9D05DCC7240D3F6D9AE809F7A6\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"FA85501A2E77B21F8A16BDE7AB3784DB\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/synonymmaps('azsmnet785')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0Nzg1Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/synonymmaps('azsmnet5448')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NTQ0OCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet785\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5448\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "9645063c-d91f-4820-9962-78ea3c463e12" + "51725ede-9ac7-4c3b-b588-28b91224dd1d" ], "Prefer": [ "return=representation" @@ -358,19 +358,19 @@ "*" ], "api-key": [ - "C65FF4EAD6229C876A03B39D1B094B9B" + "5DCDB289C3ACA24A3A9864E35BCCCB02" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "79" + "80" ] }, "ResponseHeaders": { @@ -381,16 +381,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80378CC40D58C\"" + "W/\"0x8D83B8351E3CB22\"" ], "Location": [ - "https://azs-2355.search-dogfood.windows-int.net/synonymmaps('azsmnet785')?api-version=2019-05-06" + "https://azs-8731.search-dogfood.windows-int.net/synonymmaps('azsmnet5448')?api-version=2019-05-06" ], "request-id": [ - "9645063c-d91f-4820-9962-78ea3c463e12" + "51725ede-9ac7-4c3b-b588-28b91224dd1d" ], "elapsed-time": [ - "21" + "29" ], "OData-Version": [ "4.0" @@ -402,7 +402,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:34:23 GMT" + "Sat, 08 Aug 2020 10:10:46 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -411,28 +411,28 @@ "-1" ], "Content-Length": [ - "218" + "219" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2355.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80378CC40D58C\\\"\",\r\n \"name\": \"azsmnet785\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8731.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B8351E3CB22\\\"\",\r\n \"name\": \"azsmnet5448\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2696/providers/Microsoft.Search/searchServices/azs-2355?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzU1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6442/providers/Microsoft.Search/searchServices/azs-8731?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NDQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NzMxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ec7a370-5f65-4783-936f-b781aa44294b" + "0c51cc7f-afb1-46b2-ba60-032220aa29dd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -443,51 +443,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14993" + ], "x-ms-request-id": [ - "4ec7a370-5f65-4783-936f-b781aa44294b" + "9d3aff55-248a-4047-b080-7695ab25b0b4" ], - "request-id": [ - "4ec7a370-5f65-4783-936f-b781aa44294b" + "x-ms-correlation-request-id": [ + "9d3aff55-248a-4047-b080-7695ab25b0b4" ], - "elapsed-time": [ - "749" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T101103Z:9d3aff55-248a-4047-b080-7695ab25b0b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "fb872bdc-6409-4733-b368-c64dbd227340" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023427Z:fb872bdc-6409-4733-b368-c64dbd227340" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:34:26 GMT" + "Sat, 08 Aug 2020 10:11:02 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet2696", - "azsmnet785" + "azsmnet6442", + "azsmnet5448" ], "GenerateServiceName": [ - "azs-2355" + "azs-8731" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CreateSynonymMapFailsWithUsefulMessageOnUserError.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CreateSynonymMapFailsWithUsefulMessageOnUserError.json index d00846b5f673..0687117c855a 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CreateSynonymMapFailsWithUsefulMessageOnUserError.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CreateSynonymMapFailsWithUsefulMessageOnUserError.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9aafc972-cf3f-4ebe-b048-1b743bfb8280" + "23122247-dbab-49b7-bf34-ddec2834a5cf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1194" ], "x-ms-request-id": [ - "a7219d71-8127-4c46-a299-a2f172a468dd" + "7ef45a2f-2511-4653-a527-9c57f324d524" ], "x-ms-correlation-request-id": [ - "a7219d71-8127-4c46-a299-a2f172a468dd" + "7ef45a2f-2511-4653-a527-9c57f324d524" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023544Z:a7219d71-8127-4c46-a299-a2f172a468dd" + "NORTHEUROPE:20200808T101325Z:7ef45a2f-2511-4653-a527-9c57f324d524" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:35:43 GMT" + "Sat, 08 Aug 2020 10:13:25 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6949?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2OTQ5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6853?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2ODUzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bca60075-0e90-48c6-9094-81254cab5763" + "ba791765-6d48-4862-9c1d-0c789fd4cf93" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1196" ], "x-ms-request-id": [ - "d44b654f-38b6-4b4b-8a2d-db50b7a273de" + "02fbe355-648f-423f-a059-8591ea771acf" ], "x-ms-correlation-request-id": [ - "d44b654f-38b6-4b4b-8a2d-db50b7a273de" + "02fbe355-648f-423f-a059-8591ea771acf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023544Z:d44b654f-38b6-4b4b-8a2d-db50b7a273de" + "NORTHEUROPE:20200808T101327Z:02fbe355-648f-423f-a059-8591ea771acf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:35:44 GMT" + "Sat, 08 Aug 2020 10:13:27 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6949\",\r\n \"name\": \"azsmnet6949\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6853\",\r\n \"name\": \"azsmnet6853\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6949/providers/Microsoft.Search/searchServices/azs-6071?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDcxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6853/providers/Microsoft.Search/searchServices/azs-293?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yOTM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e3ebad1c-5b0a-4e4a-b6d2-d6cb7483048f" + "b8d920e6-22c1-459a-a0d5-58acfe356e37" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,16 +159,16 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A35%3A47.7072864Z'\"" + "W/\"datetime'2020-08-08T10%3A13%3A32.3060982Z'\"" ], "x-ms-request-id": [ - "e3ebad1c-5b0a-4e4a-b6d2-d6cb7483048f" + "b8d920e6-22c1-459a-a0d5-58acfe356e37" ], "request-id": [ - "e3ebad1c-5b0a-4e4a-b6d2-d6cb7483048f" + "b8d920e6-22c1-459a-a0d5-58acfe356e37" ], "elapsed-time": [ - "1224" + "2580" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,19 +177,19 @@ "1196" ], "x-ms-correlation-request-id": [ - "3db5665c-cca8-4d9a-8d21-380ea1821872" + "30019f21-f653-481e-8d14-f69dc6addd13" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023548Z:3db5665c-cca8-4d9a-8d21-380ea1821872" + "NORTHEUROPE:20200808T101333Z:30019f21-f653-481e-8d14-f69dc6addd13" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:35:48 GMT" + "Sat, 08 Aug 2020 10:13:32 GMT" ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6949/providers/Microsoft.Search/searchServices/azs-6071\",\r\n \"name\": \"azs-6071\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6853/providers/Microsoft.Search/searchServices/azs-293\",\r\n \"name\": \"azs-293\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6949/providers/Microsoft.Search/searchServices/azs-6071/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDcxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6853/providers/Microsoft.Search/searchServices/azs-293/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yOTMvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "226a5bd1-afae-4fc5-a442-a6488873189f" + "0fb1bb6b-b27b-47ff-80ac-aa1e4cd151da" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "226a5bd1-afae-4fc5-a442-a6488873189f" + "0fb1bb6b-b27b-47ff-80ac-aa1e4cd151da" ], "request-id": [ - "226a5bd1-afae-4fc5-a442-a6488873189f" + "0fb1bb6b-b27b-47ff-80ac-aa1e4cd151da" ], "elapsed-time": [ - "231" + "448" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1194" ], "x-ms-correlation-request-id": [ - "a53e1f43-5cd1-49ce-aed0-29c4da33d476" + "7c1b726e-379f-4695-aa82-873cb853f45f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023550Z:a53e1f43-5cd1-49ce-aed0-29c4da33d476" + "NORTHEUROPE:20200808T101336Z:7c1b726e-379f-4695-aa82-873cb853f45f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:35:50 GMT" + "Sat, 08 Aug 2020 10:13:36 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"1076A6FC710114AE4917387B30030B81\",\r\n \"secondaryKey\": \"89D63F973725C4C626EDB7AD5D8A7191\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"7B6141FC6B27B15358184EDABDBE605F\",\r\n \"secondaryKey\": \"87E538F00AB85EB7B106045912AEAC44\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6949/providers/Microsoft.Search/searchServices/azs-6071/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDcxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6853/providers/Microsoft.Search/searchServices/azs-293/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yOTMvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ecd0424a-9908-4937-ada7-003bd2b76c74" + "0029f562-8c3c-4644-b7f6-1a35d11e373b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ecd0424a-9908-4937-ada7-003bd2b76c74" + "0029f562-8c3c-4644-b7f6-1a35d11e373b" ], "request-id": [ - "ecd0424a-9908-4937-ada7-003bd2b76c74" + "0029f562-8c3c-4644-b7f6-1a35d11e373b" ], "elapsed-time": [ - "95" + "230" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1193" ], "x-ms-correlation-request-id": [ - "c4ff90b2-9bfb-4474-8ea5-9139b0f71d9c" + "36ebabff-3709-4acd-9b48-49e5f3dcd2b8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023551Z:c4ff90b2-9bfb-4474-8ea5-9139b0f71d9c" + "NORTHEUROPE:20200808T101337Z:36ebabff-3709-4acd-9b48-49e5f3dcd2b8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:35:50 GMT" + "Sat, 08 Aug 2020 10:13:36 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"1D2367ED9747B96ECD35178C83ADA14A\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"251309A3F2F5843C93319F8EB3F2AA65\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/synonymmaps?api-version=2019-05-06", "EncodedRequestUri": "L3N5bm9ueW1tYXBzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7893\",\r\n \"synonyms\": \"a => b => c\",\r\n \"format\": \"solr\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet3171\",\r\n \"synonyms\": \"a => b => c\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "57164e72-f38a-43c9-95d9-1d79c4ad8eb7" + "fd3b7222-7b91-49cf-aaf6-a13435864a01" ], "Accept-Language": [ "en-US" ], "api-key": [ - "1076A6FC710114AE4917387B30030B81" + "7B6141FC6B27B15358184EDABDBE605F" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,10 +375,10 @@ "no-cache" ], "request-id": [ - "57164e72-f38a-43c9-95d9-1d79c4ad8eb7" + "fd3b7222-7b91-49cf-aaf6-a13435864a01" ], "elapsed-time": [ - "38" + "46" ], "OData-Version": [ "4.0" @@ -390,7 +390,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:35:52 GMT" + "Sat, 08 Aug 2020 10:13:38 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -409,21 +409,21 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6949/providers/Microsoft.Search/searchServices/azs-6071?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2OTQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDcxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6853/providers/Microsoft.Search/searchServices/azs-293?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2ODUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yOTM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1dfef275-2333-4489-a8cb-0395a8d2ba1f" + "98ad4e42-a1a7-4216-80ff-093a35e4a56f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -434,51 +434,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14987" + ], "x-ms-request-id": [ - "1dfef275-2333-4489-a8cb-0395a8d2ba1f" + "8b26d020-a4fe-4aaa-adab-cd701a3e82b2" ], - "request-id": [ - "1dfef275-2333-4489-a8cb-0395a8d2ba1f" + "x-ms-correlation-request-id": [ + "8b26d020-a4fe-4aaa-adab-cd701a3e82b2" ], - "elapsed-time": [ - "854" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T101448Z:8b26d020-a4fe-4aaa-adab-cd701a3e82b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14988" - ], - "x-ms-correlation-request-id": [ - "e3ed028a-5941-4208-8ee6-3764df2ce418" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023556Z:e3ed028a-5941-4208-8ee6-3764df2ce418" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:35:56 GMT" + "Sat, 08 Aug 2020 10:14:47 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6949", - "azsmnet7893" + "azsmnet6853", + "azsmnet3171" ], "GenerateServiceName": [ - "azs-6071" + "azs-293" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CreateSynonymMapReturnsCorrectDefinition.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CreateSynonymMapReturnsCorrectDefinition.json index a222961608e2..b92c34fb688e 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CreateSynonymMapReturnsCorrectDefinition.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/CreateSynonymMapReturnsCorrectDefinition.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d90a5118-18bd-4eb2-b977-3915c48f56e1" + "7a38cbc8-ddd8-4e11-a84a-435a6da212d3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1191" ], "x-ms-request-id": [ - "f6d7b7dc-98cf-44ea-89c6-d1c4f0879e8e" + "de04a2a0-0706-4785-bdc3-978074423cb2" ], "x-ms-correlation-request-id": [ - "f6d7b7dc-98cf-44ea-89c6-d1c4f0879e8e" + "de04a2a0-0706-4785-bdc3-978074423cb2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023619Z:f6d7b7dc-98cf-44ea-89c6-d1c4f0879e8e" + "NORTHEUROPE:20200808T101524Z:de04a2a0-0706-4785-bdc3-978074423cb2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:36:18 GMT" + "Sat, 08 Aug 2020 10:15:23 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3974?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzOTc0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3696?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNjk2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a6be40ea-aefb-4587-ba30-6f063d590fc3" + "46d904b1-02a1-4dbb-a72a-7c3adb79a17c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1194" ], "x-ms-request-id": [ - "c1dbdd42-aa47-4be6-a2b8-f4ac99afb4b2" + "dd8ec752-5c5f-49a3-abfc-fc215639b0ce" ], "x-ms-correlation-request-id": [ - "c1dbdd42-aa47-4be6-a2b8-f4ac99afb4b2" + "dd8ec752-5c5f-49a3-abfc-fc215639b0ce" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023620Z:c1dbdd42-aa47-4be6-a2b8-f4ac99afb4b2" + "NORTHEUROPE:20200808T101525Z:dd8ec752-5c5f-49a3-abfc-fc215639b0ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:36:19 GMT" + "Sat, 08 Aug 2020 10:15:25 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3974\",\r\n \"name\": \"azsmnet3974\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3696\",\r\n \"name\": \"azsmnet3696\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3974/providers/Microsoft.Search/searchServices/azs-5677?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzOTc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Njc3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3696/providers/Microsoft.Search/searchServices/azs-8766?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NzY2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0864d944-5bc2-482e-90aa-ffaea2946130" + "3a47a08b-8c52-44bd-bc9b-e39b62ce8204" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A36%3A23.9672497Z'\"" + "W/\"datetime'2020-08-08T10%3A15%3A31.4728441Z'\"" ], "x-ms-request-id": [ - "0864d944-5bc2-482e-90aa-ffaea2946130" + "3a47a08b-8c52-44bd-bc9b-e39b62ce8204" ], "request-id": [ - "0864d944-5bc2-482e-90aa-ffaea2946130" + "3a47a08b-8c52-44bd-bc9b-e39b62ce8204" ], "elapsed-time": [ - "1236" + "2400" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1192" ], "x-ms-correlation-request-id": [ - "f809a398-28a2-4b1f-aad3-2a722e0ac6f3" + "ed085f08-0b95-4fdd-8642-d950b817087d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023624Z:f809a398-28a2-4b1f-aad3-2a722e0ac6f3" + "NORTHEUROPE:20200808T101532Z:ed085f08-0b95-4fdd-8642-d950b817087d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:36:24 GMT" + "Sat, 08 Aug 2020 10:15:32 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3974/providers/Microsoft.Search/searchServices/azs-5677\",\r\n \"name\": \"azs-5677\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3696/providers/Microsoft.Search/searchServices/azs-8766\",\r\n \"name\": \"azs-8766\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3974/providers/Microsoft.Search/searchServices/azs-5677/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzOTc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Njc3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3696/providers/Microsoft.Search/searchServices/azs-8766/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NzY2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd6df402-2712-4ea8-bbcd-98aeb195a328" + "0766b98b-8a0f-48f5-ae15-52d87f19c425" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "cd6df402-2712-4ea8-bbcd-98aeb195a328" + "0766b98b-8a0f-48f5-ae15-52d87f19c425" ], "request-id": [ - "cd6df402-2712-4ea8-bbcd-98aeb195a328" + "0766b98b-8a0f-48f5-ae15-52d87f19c425" ], "elapsed-time": [ - "94" + "277" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1190" ], "x-ms-correlation-request-id": [ - "a5829cd7-1e6e-488e-bb10-143b549eba63" + "42989a23-a125-448a-80eb-91169d3aed5b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023627Z:a5829cd7-1e6e-488e-bb10-143b549eba63" + "NORTHEUROPE:20200808T101535Z:42989a23-a125-448a-80eb-91169d3aed5b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:36:26 GMT" + "Sat, 08 Aug 2020 10:15:35 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"0BEB0CC344AF5FD5971F387645A2E7F5\",\r\n \"secondaryKey\": \"2AC47C08981DE640AE2327748731BCFC\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"002F5A326CB56B1094EB3223B604630D\",\r\n \"secondaryKey\": \"DE1ACD3FEA935A3B01AE3EDD1FE78B5B\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3974/providers/Microsoft.Search/searchServices/azs-5677/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzOTc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Njc3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3696/providers/Microsoft.Search/searchServices/azs-8766/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NzY2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "74d81dc6-36a4-4453-89d1-d547e0daec25" + "7201252d-f972-4b51-ad3b-42a5b630eff6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "74d81dc6-36a4-4453-89d1-d547e0daec25" + "7201252d-f972-4b51-ad3b-42a5b630eff6" ], "request-id": [ - "74d81dc6-36a4-4453-89d1-d547e0daec25" + "7201252d-f972-4b51-ad3b-42a5b630eff6" ], "elapsed-time": [ - "89" + "307" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1189" ], "x-ms-correlation-request-id": [ - "a3236521-c40c-4c6a-8f0c-e1b10ddaf4c9" + "340df4be-a71d-49ef-9b8b-1626a8da0a2d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023627Z:a3236521-c40c-4c6a-8f0c-e1b10ddaf4c9" + "NORTHEUROPE:20200808T101536Z:340df4be-a71d-49ef-9b8b-1626a8da0a2d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:36:26 GMT" + "Sat, 08 Aug 2020 10:15:35 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"CF0A29849F6BA12658F65DE1EE3BAC55\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"3C877A522D4947477F5567EB69FA5DEB\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/synonymmaps?api-version=2019-05-06", "EncodedRequestUri": "L3N5bm9ueW1tYXBzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet766\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet854\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "43350804-1e17-4e57-8772-034cb29b83b1" + "7cfa1d90-ad71-416e-a653-0dbaed5f0b3a" ], "Accept-Language": [ "en-US" ], "api-key": [ - "0BEB0CC344AF5FD5971F387645A2E7F5" + "002F5A326CB56B1094EB3223B604630D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037917680983\"" + "W/\"0x8D83B83FEE1510B\"" ], "Location": [ - "https://azs-5677.search-dogfood.windows-int.net/synonymmaps('azsmnet766')?api-version=2019-05-06" + "https://azs-8766.search-dogfood.windows-int.net/synonymmaps('azsmnet854')?api-version=2019-05-06" ], "request-id": [ - "43350804-1e17-4e57-8772-034cb29b83b1" + "7cfa1d90-ad71-416e-a653-0dbaed5f0b3a" ], "elapsed-time": [ - "23" + "52" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:36:29 GMT" + "Sat, 08 Aug 2020 10:15:36 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "218" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5677.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037917680983\\\"\",\r\n \"name\": \"azsmnet766\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8766.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B83FEE1510B\\\"\",\r\n \"name\": \"azsmnet854\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/synonymmaps('azsmnet766')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NzY2Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", + "RequestUri": "/synonymmaps('azsmnet854')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0ODU0Jyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "db53a4e0-98f3-4e8b-99b6-1abf1b2457cd" + "11f8a44d-fa8c-441f-b25b-48ef186042c4" ], "Accept-Language": [ "en-US" ], "api-key": [ - "0BEB0CC344AF5FD5971F387645A2E7F5" + "002F5A326CB56B1094EB3223B604630D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -441,16 +441,16 @@ "no-cache" ], "request-id": [ - "db53a4e0-98f3-4e8b-99b6-1abf1b2457cd" + "11f8a44d-fa8c-441f-b25b-48ef186042c4" ], "elapsed-time": [ - "10" + "18" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:36:29 GMT" + "Sat, 08 Aug 2020 10:15:36 GMT" ], "Expires": [ "-1" @@ -460,21 +460,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3974/providers/Microsoft.Search/searchServices/azs-5677?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzOTc0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy01Njc3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3696/providers/Microsoft.Search/searchServices/azs-8766?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NzY2P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f99f88df-fe39-4148-951e-9ac803ca1356" + "9e502264-786a-402c-a29c-5b6c1d2e5ce0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -485,51 +485,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "f99f88df-fe39-4148-951e-9ac803ca1356" + "d10050fa-9527-42e4-8dac-afff6240519b" ], - "request-id": [ - "f99f88df-fe39-4148-951e-9ac803ca1356" + "x-ms-correlation-request-id": [ + "d10050fa-9527-42e4-8dac-afff6240519b" ], - "elapsed-time": [ - "857" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T101648Z:d10050fa-9527-42e4-8dac-afff6240519b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14986" - ], - "x-ms-correlation-request-id": [ - "a3578e26-d340-4ab7-b7b7-ea500f4f8854" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023633Z:a3578e26-d340-4ab7-b7b7-ea500f4f8854" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:36:32 GMT" + "Sat, 08 Aug 2020 10:16:48 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet3974", - "azsmnet766" + "azsmnet3696", + "azsmnet854" ], "GenerateServiceName": [ - "azs-5677" + "azs-8766" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/DeleteSynonymMapIfExistsWorksOnlyWhenResourceExists.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/DeleteSynonymMapIfExistsWorksOnlyWhenResourceExists.json index 6e9e90e9791a..4f5810d64da8 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/DeleteSynonymMapIfExistsWorksOnlyWhenResourceExists.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/DeleteSynonymMapIfExistsWorksOnlyWhenResourceExists.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0bfd0c6-6271-4812-b147-99e409a8c588" + "610d2c2b-02e1-42b5-9e8d-75c6033395c2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1195" ], "x-ms-request-id": [ - "ae33a8f7-0d10-489f-b0dd-a23cea18e8a5" + "8fcc3b5f-49f0-44e8-88e0-1bdf22cfe86e" ], "x-ms-correlation-request-id": [ - "ae33a8f7-0d10-489f-b0dd-a23cea18e8a5" + "8fcc3b5f-49f0-44e8-88e0-1bdf22cfe86e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023602Z:ae33a8f7-0d10-489f-b0dd-a23cea18e8a5" + "NORTHEUROPE:20200808T101455Z:8fcc3b5f-49f0-44e8-88e0-1bdf22cfe86e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:36:01 GMT" + "Sat, 08 Aug 2020 10:14:54 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8958?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4OTU4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet830?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MzA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ce6eda3c-62aa-417b-8ac1-d48b3de7b049" + "6c233abe-5a46-4acb-8032-b974067582ec" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1197" ], "x-ms-request-id": [ - "9f8bceb8-eae2-467e-9573-4e9c10f3fdfb" + "cb893360-57c9-4b9d-baad-da17db693ca5" ], "x-ms-correlation-request-id": [ - "9f8bceb8-eae2-467e-9573-4e9c10f3fdfb" + "cb893360-57c9-4b9d-baad-da17db693ca5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023603Z:9f8bceb8-eae2-467e-9573-4e9c10f3fdfb" + "NORTHEUROPE:20200808T101456Z:cb893360-57c9-4b9d-baad-da17db693ca5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:36:02 GMT" + "Sat, 08 Aug 2020 10:14:55 GMT" ], "Content-Length": [ - "175" + "173" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8958\",\r\n \"name\": \"azsmnet8958\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet830\",\r\n \"name\": \"azsmnet830\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8958/providers/Microsoft.Search/searchServices/azs-7510?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTEwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet830/providers/Microsoft.Search/searchServices/azs-5327?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzAvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTUzMjc/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "036cc0c1-04e1-4dfe-9b8c-14e8394626af" + "844b252f-8914-4eba-959f-b104c8f0c035" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A36%3A06.7429175Z'\"" + "W/\"datetime'2020-08-08T10%3A15%3A01.8493191Z'\"" ], "x-ms-request-id": [ - "036cc0c1-04e1-4dfe-9b8c-14e8394626af" + "844b252f-8914-4eba-959f-b104c8f0c035" ], "request-id": [ - "036cc0c1-04e1-4dfe-9b8c-14e8394626af" + "844b252f-8914-4eba-959f-b104c8f0c035" ], "elapsed-time": [ - "1599" + "1800" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1193" ], "x-ms-correlation-request-id": [ - "531806d4-f2f2-44ab-9ec8-d71f771c33e6" + "b1f9c536-15f6-42a9-9b13-75fedd0a0932" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023607Z:531806d4-f2f2-44ab-9ec8-d71f771c33e6" + "NORTHEUROPE:20200808T101502Z:b1f9c536-15f6-42a9-9b13-75fedd0a0932" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:36:07 GMT" + "Sat, 08 Aug 2020 10:15:02 GMT" ], "Content-Length": [ - "529" + "528" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8958/providers/Microsoft.Search/searchServices/azs-7510\",\r\n \"name\": \"azs-7510\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet830/providers/Microsoft.Search/searchServices/azs-5327\",\r\n \"name\": \"azs-5327\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8958/providers/Microsoft.Search/searchServices/azs-7510/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTEwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet830/providers/Microsoft.Search/searchServices/azs-5327/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzAvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTUzMjcvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cdbd0636-ae86-4408-9c18-dcc821a22c4a" + "89aa9ba7-6e36-490a-855c-070898af5323" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "cdbd0636-ae86-4408-9c18-dcc821a22c4a" + "89aa9ba7-6e36-490a-855c-070898af5323" ], "request-id": [ - "cdbd0636-ae86-4408-9c18-dcc821a22c4a" + "89aa9ba7-6e36-490a-855c-070898af5323" ], "elapsed-time": [ - "188" + "93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1190" ], "x-ms-correlation-request-id": [ - "f4e52200-a8ae-449f-bfee-5b255615b3e1" + "372ea66c-25a3-49a4-b1f7-6b19e2f0bb78" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023609Z:f4e52200-a8ae-449f-bfee-5b255615b3e1" + "NORTHEUROPE:20200808T101505Z:372ea66c-25a3-49a4-b1f7-6b19e2f0bb78" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:36:09 GMT" + "Sat, 08 Aug 2020 10:15:05 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"6072D9BCDA0143E1626886E09D4BED20\",\r\n \"secondaryKey\": \"60ABFD80C4DBE08C0493B249809DFE6C\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"00CDBCCCF19E09EFB19E311D009EC4FA\",\r\n \"secondaryKey\": \"B36D47672DF40D0C7D43CC39082A9365\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8958/providers/Microsoft.Search/searchServices/azs-7510/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTEwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet830/providers/Microsoft.Search/searchServices/azs-5327/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzAvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTUzMjcvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a8f477c9-76d7-484d-aa75-1645c3fe1fdd" + "0b7de4af-4673-4aed-a204-62e101261218" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a8f477c9-76d7-484d-aa75-1645c3fe1fdd" + "0b7de4af-4673-4aed-a204-62e101261218" ], "request-id": [ - "a8f477c9-76d7-484d-aa75-1645c3fe1fdd" + "0b7de4af-4673-4aed-a204-62e101261218" ], "elapsed-time": [ - "80" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1189" ], "x-ms-correlation-request-id": [ - "8adc2274-773d-476c-874e-e65013282cf4" + "2d0d7a72-9166-4a5c-a32b-9d142fd290a7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023610Z:8adc2274-773d-476c-874e-e65013282cf4" + "NORTHEUROPE:20200808T101506Z:2d0d7a72-9166-4a5c-a32b-9d142fd290a7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:36:09 GMT" + "Sat, 08 Aug 2020 10:15:05 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"0E0C688827FE8036A83C190CC7C98A04\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"BC68DD3593A63A3CA4E2344D2DBE44E4\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/synonymmaps('azsmnet1113')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0MTExMycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/synonymmaps('azsmnet282')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0MjgyJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet1113\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet282\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "9697d391-9e3c-47a8-8752-58af357eb1f5" + "48fe8368-c94c-4ace-8cf8-faa564e12dff" ], "Prefer": [ "return=representation" @@ -355,19 +355,19 @@ "en-US" ], "api-key": [ - "6072D9BCDA0143E1626886E09D4BED20" + "00CDBCCCF19E09EFB19E311D009EC4FA" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "80" + "79" ] }, "ResponseHeaders": { @@ -378,16 +378,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D803790D07C36A\"" + "W/\"0x8D83B83ECDDBC28\"" ], "Location": [ - "https://azs-7510.search-dogfood.windows-int.net/synonymmaps('azsmnet1113')?api-version=2019-05-06" + "https://azs-5327.search-dogfood.windows-int.net/synonymmaps('azsmnet282')?api-version=2019-05-06" ], "request-id": [ - "9697d391-9e3c-47a8-8752-58af357eb1f5" + "48fe8368-c94c-4ace-8cf8-faa564e12dff" ], "elapsed-time": [ - "55" + "49" ], "OData-Version": [ "4.0" @@ -399,7 +399,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:36:11 GMT" + "Sat, 08 Aug 2020 10:15:06 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,20 +408,20 @@ "-1" ], "Content-Length": [ - "219" + "218" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7510.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D803790D07C36A\\\"\",\r\n \"name\": \"azsmnet1113\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5327.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B83ECDDBC28\\\"\",\r\n \"name\": \"azsmnet282\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/synonymmaps('azsmnet1113')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0MTExMycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/synonymmaps('azsmnet282')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0MjgyJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "02263cb3-a209-4d3f-be61-35c3280f65d5" + "778d4e40-3aed-4cf5-b18e-3b7876a23572" ], "Accept-Language": [ "en-US" @@ -430,12 +430,12 @@ "*" ], "api-key": [ - "6072D9BCDA0143E1626886E09D4BED20" + "00CDBCCCF19E09EFB19E311D009EC4FA" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -447,16 +447,16 @@ "no-cache" ], "request-id": [ - "02263cb3-a209-4d3f-be61-35c3280f65d5" + "778d4e40-3aed-4cf5-b18e-3b7876a23572" ], "elapsed-time": [ - "13" + "11" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:36:11 GMT" + "Sat, 08 Aug 2020 10:15:06 GMT" ], "Expires": [ "-1" @@ -466,13 +466,13 @@ "StatusCode": 204 }, { - "RequestUri": "/synonymmaps('azsmnet1113')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0MTExMycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/synonymmaps('azsmnet282')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0MjgyJyk/YXBpLXZlcnNpb249MjAxOS0wNS0wNg==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "d6ff3fb4-e20f-4eb7-9728-8eb47719c84e" + "b9eebff1-8e18-4730-9424-749224bab09f" ], "Accept-Language": [ "en-US" @@ -481,12 +481,12 @@ "*" ], "api-key": [ - "6072D9BCDA0143E1626886E09D4BED20" + "00CDBCCCF19E09EFB19E311D009EC4FA" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -498,10 +498,10 @@ "no-cache" ], "request-id": [ - "d6ff3fb4-e20f-4eb7-9728-8eb47719c84e" + "b9eebff1-8e18-4730-9424-749224bab09f" ], "elapsed-time": [ - "6" + "4" ], "OData-Version": [ "4.0" @@ -513,7 +513,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:36:11 GMT" + "Sat, 08 Aug 2020 10:15:06 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -532,21 +532,21 @@ "StatusCode": 412 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8958/providers/Microsoft.Search/searchServices/azs-7510?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4OTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03NTEwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet830/providers/Microsoft.Search/searchServices/azs-5327?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MzAvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTUzMjc/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2a4a249c-8e9e-480b-95c5-c780004de1f6" + "9b2f2140-c82a-447e-b90f-59bb0b80ba48" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -557,51 +557,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14997" + ], "x-ms-request-id": [ - "2a4a249c-8e9e-480b-95c5-c780004de1f6" + "b2365c66-a458-4150-a429-d8e7a1c8b29c" ], - "request-id": [ - "2a4a249c-8e9e-480b-95c5-c780004de1f6" + "x-ms-correlation-request-id": [ + "b2365c66-a458-4150-a429-d8e7a1c8b29c" ], - "elapsed-time": [ - "984" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T101516Z:b2365c66-a458-4150-a429-d8e7a1c8b29c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14987" - ], - "x-ms-correlation-request-id": [ - "7c515aff-d29d-4289-86d0-1347a23f0f55" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023614Z:7c515aff-d29d-4289-86d0-1347a23f0f55" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:36:14 GMT" + "Sat, 08 Aug 2020 10:15:16 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8958", - "azsmnet1113" + "azsmnet830", + "azsmnet282" ], "GenerateServiceName": [ - "azs-7510" + "azs-5327" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/DeleteSynonymMapIfNotChangedWorksOnlyOnCurrentResource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/DeleteSynonymMapIfNotChangedWorksOnlyOnCurrentResource.json index 3d9bc10099e3..2f3a1a22ce51 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/DeleteSynonymMapIfNotChangedWorksOnlyOnCurrentResource.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/DeleteSynonymMapIfNotChangedWorksOnlyOnCurrentResource.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "90b9678c-3da7-4b44-93a9-f2774460aa43" + "bf3f6871-3a3d-443b-b171-566c94421b59" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1191" ], "x-ms-request-id": [ - "f3fa94c0-7591-41eb-8391-3373a4614148" + "fdcd4d63-607c-476a-bd0f-2344f637e62b" ], "x-ms-correlation-request-id": [ - "f3fa94c0-7591-41eb-8391-3373a4614148" + "fdcd4d63-607c-476a-bd0f-2344f637e62b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023333Z:f3fa94c0-7591-41eb-8391-3373a4614148" + "NORTHEUROPE:20200808T100907Z:fdcd4d63-607c-476a-bd0f-2344f637e62b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:33:33 GMT" + "Sat, 08 Aug 2020 10:09:07 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5240?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MjQwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet123?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMjM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "113fa1a8-09da-43b8-8322-2a5d41ce0307" + "bbf3a06d-ddb5-4d00-bd2d-b9cd8d835e20" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1194" ], "x-ms-request-id": [ - "4441edb1-d1a2-4fc1-8018-6639cfce5ee0" + "f791ad33-f6cf-4ddf-aa4f-f1d250fe0c4b" ], "x-ms-correlation-request-id": [ - "4441edb1-d1a2-4fc1-8018-6639cfce5ee0" + "f791ad33-f6cf-4ddf-aa4f-f1d250fe0c4b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023333Z:4441edb1-d1a2-4fc1-8018-6639cfce5ee0" + "NORTHEUROPE:20200808T100908Z:f791ad33-f6cf-4ddf-aa4f-f1d250fe0c4b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:33:33 GMT" + "Sat, 08 Aug 2020 10:09:07 GMT" ], "Content-Length": [ - "175" + "173" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5240\",\r\n \"name\": \"azsmnet5240\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet123\",\r\n \"name\": \"azsmnet123\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5240/providers/Microsoft.Search/searchServices/azs-9430?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDMwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet123/providers/Microsoft.Search/searchServices/azs-5014?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTUwMTQ/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ab29389b-3a9d-4700-beb1-c80244047da3" + "524514bc-adc6-4c34-b7b6-4d41f38559ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A33%3A36.6964676Z'\"" + "W/\"datetime'2020-08-08T10%3A09%3A13.838891Z'\"" ], "x-ms-request-id": [ - "ab29389b-3a9d-4700-beb1-c80244047da3" + "524514bc-adc6-4c34-b7b6-4d41f38559ba" ], "request-id": [ - "ab29389b-3a9d-4700-beb1-c80244047da3" + "524514bc-adc6-4c34-b7b6-4d41f38559ba" ], "elapsed-time": [ - "1149" + "1844" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1192" ], "x-ms-correlation-request-id": [ - "1ff7293e-80e0-4190-9f98-be4a603c4ea8" + "d2f1dd28-9bd5-4e9d-9171-655bec81d82e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023337Z:1ff7293e-80e0-4190-9f98-be4a603c4ea8" + "NORTHEUROPE:20200808T100914Z:d2f1dd28-9bd5-4e9d-9171-655bec81d82e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:33:37 GMT" + "Sat, 08 Aug 2020 10:09:14 GMT" ], "Content-Length": [ - "529" + "528" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5240/providers/Microsoft.Search/searchServices/azs-9430\",\r\n \"name\": \"azs-9430\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet123/providers/Microsoft.Search/searchServices/azs-5014\",\r\n \"name\": \"azs-5014\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5240/providers/Microsoft.Search/searchServices/azs-9430/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDMwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet123/providers/Microsoft.Search/searchServices/azs-5014/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTUwMTQvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f0f75459-50f6-4323-b885-0dcd43afd92d" + "d91dab2e-1838-483b-a641-62a3f43b9f76" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,10 +231,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f0f75459-50f6-4323-b885-0dcd43afd92d" + "d91dab2e-1838-483b-a641-62a3f43b9f76" ], "request-id": [ - "f0f75459-50f6-4323-b885-0dcd43afd92d" + "d91dab2e-1838-483b-a641-62a3f43b9f76" ], "elapsed-time": [ "96" @@ -243,19 +243,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1190" ], "x-ms-correlation-request-id": [ - "c19e080b-c78e-4fa4-aecd-f0d9b1e33338" + "c2bc2c8a-b2d7-488e-92c4-9f3f1fe3c753" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023339Z:c19e080b-c78e-4fa4-aecd-f0d9b1e33338" + "NORTHEUROPE:20200808T100917Z:c2bc2c8a-b2d7-488e-92c4-9f3f1fe3c753" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:33:38 GMT" + "Sat, 08 Aug 2020 10:09:17 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"806BE13BC974CCE3484FF7FC584B4A12\",\r\n \"secondaryKey\": \"C94B31A6E666C350B68CBAF01B4D890A\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"1AC7D9931AFA9ECBF2ED01B8CB576958\",\r\n \"secondaryKey\": \"2ADD4EDE860EF83A07600C065ADD6114\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5240/providers/Microsoft.Search/searchServices/azs-9430/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDMwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet123/providers/Microsoft.Search/searchServices/azs-5014/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTUwMTQvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cfc5da99-afd2-4481-b48e-f33f6810b37c" + "e802afb0-6282-460f-91eb-eb7433cc0b2a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "cfc5da99-afd2-4481-b48e-f33f6810b37c" + "e802afb0-6282-460f-91eb-eb7433cc0b2a" ], "request-id": [ - "cfc5da99-afd2-4481-b48e-f33f6810b37c" + "e802afb0-6282-460f-91eb-eb7433cc0b2a" ], "elapsed-time": [ - "100" + "94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1189" ], "x-ms-correlation-request-id": [ - "3127fbde-c138-431c-be50-73347e6df30f" + "00f0930a-35ca-4a9f-9904-c6ae81934758" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023340Z:3127fbde-c138-431c-be50-73347e6df30f" + "NORTHEUROPE:20200808T100918Z:00f0930a-35ca-4a9f-9904-c6ae81934758" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:33:40 GMT" + "Sat, 08 Aug 2020 10:09:17 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"0BCB2F1F153E27978ACE404921752412\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B46D345D5EAEB44C27751FB845AF173F\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/synonymmaps('azsmnet7418')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NzQxOCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/synonymmaps('azsmnet4114')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NDExNCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet7418\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4114\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "b2eef9e2-4f7b-4ea4-a8c0-b01bb13bcc62" + "375d0e03-dfea-4688-861b-6c0b47d1fffa" ], "Prefer": [ "return=representation" @@ -355,12 +355,12 @@ "en-US" ], "api-key": [ - "806BE13BC974CCE3484FF7FC584B4A12" + "1AC7D9931AFA9ECBF2ED01B8CB576958" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -378,16 +378,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80378B370A795\"" + "W/\"0x8D83B831D8455A3\"" ], "Location": [ - "https://azs-9430.search-dogfood.windows-int.net/synonymmaps('azsmnet7418')?api-version=2019-05-06" + "https://azs-5014.search-dogfood.windows-int.net/synonymmaps('azsmnet4114')?api-version=2019-05-06" ], "request-id": [ - "b2eef9e2-4f7b-4ea4-a8c0-b01bb13bcc62" + "375d0e03-dfea-4688-861b-6c0b47d1fffa" ], "elapsed-time": [ - "54" + "68" ], "OData-Version": [ "4.0" @@ -399,7 +399,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:33:40 GMT" + "Sat, 08 Aug 2020 10:09:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -411,17 +411,17 @@ "219" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9430.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80378B370A795\\\"\",\r\n \"name\": \"azsmnet7418\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5014.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B831D8455A3\\\"\",\r\n \"name\": \"azsmnet4114\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/synonymmaps('azsmnet7418')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NzQxOCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/synonymmaps('azsmnet4114')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NDExNCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet7418\",\r\n \"synonyms\": \"mutated1, mutated2\",\r\n \"@odata.etag\": \"\\\"0x8D80378B370A795\\\"\",\r\n \"format\": \"solr\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4114\",\r\n \"synonyms\": \"mutated1, mutated2\",\r\n \"@odata.etag\": \"\\\"0x8D83B831D8455A3\\\"\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "9b04f55c-398d-45b8-93b6-499064c2d303" + "5ce3aa4b-b434-4d87-9d5d-64a47820d2fd" ], "Prefer": [ "return=representation" @@ -430,12 +430,12 @@ "en-US" ], "api-key": [ - "806BE13BC974CCE3484FF7FC584B4A12" + "1AC7D9931AFA9ECBF2ED01B8CB576958" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -453,13 +453,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80378B3782368\"" + "W/\"0x8D83B831D8D3169\"" ], "request-id": [ - "9b04f55c-398d-45b8-93b6-499064c2d303" + "5ce3aa4b-b434-4d87-9d5d-64a47820d2fd" ], "elapsed-time": [ - "18" + "23" ], "OData-Version": [ "4.0" @@ -471,7 +471,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:33:40 GMT" + "Sat, 08 Aug 2020 10:09:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -483,31 +483,31 @@ "226" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-9430.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80378B3782368\\\"\",\r\n \"name\": \"azsmnet7418\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"mutated1, mutated2\",\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-5014.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B831D8D3169\\\"\",\r\n \"name\": \"azsmnet4114\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"mutated1, mutated2\",\r\n \"encryptionKey\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/synonymmaps('azsmnet7418')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NzQxOCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/synonymmaps('azsmnet4114')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NDExNCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "851501c4-921c-4d6c-b70c-ca8928bd702a" + "27208513-6d91-489d-b0c6-7a69138b7536" ], "Accept-Language": [ "en-US" ], "If-Match": [ - "\"0x8D80378B370A795\"" + "\"0x8D83B831D8455A3\"" ], "api-key": [ - "806BE13BC974CCE3484FF7FC584B4A12" + "1AC7D9931AFA9ECBF2ED01B8CB576958" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -519,10 +519,10 @@ "no-cache" ], "request-id": [ - "851501c4-921c-4d6c-b70c-ca8928bd702a" + "27208513-6d91-489d-b0c6-7a69138b7536" ], "elapsed-time": [ - "14" + "21" ], "OData-Version": [ "4.0" @@ -534,7 +534,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:33:40 GMT" + "Sat, 08 Aug 2020 10:09:19 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -553,27 +553,27 @@ "StatusCode": 412 }, { - "RequestUri": "/synonymmaps('azsmnet7418')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NzQxOCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/synonymmaps('azsmnet4114')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NDExNCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "4dd6b8d9-3299-4471-bee6-a49e0d4423e1" + "49c97378-1c14-4fc9-b8a9-1965500287a9" ], "Accept-Language": [ "en-US" ], "If-Match": [ - "\"0x8D80378B3782368\"" + "\"0x8D83B831D8D3169\"" ], "api-key": [ - "806BE13BC974CCE3484FF7FC584B4A12" + "1AC7D9931AFA9ECBF2ED01B8CB576958" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -585,16 +585,16 @@ "no-cache" ], "request-id": [ - "4dd6b8d9-3299-4471-bee6-a49e0d4423e1" + "49c97378-1c14-4fc9-b8a9-1965500287a9" ], "elapsed-time": [ - "11" + "15" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:33:41 GMT" + "Sat, 08 Aug 2020 10:09:19 GMT" ], "Expires": [ "-1" @@ -604,21 +604,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5240/providers/Microsoft.Search/searchServices/azs-9430?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MjQwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy05NDMwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet123/providers/Microsoft.Search/searchServices/azs-5014?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTUwMTQ/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "93808a60-462a-48f5-9feb-a8f80e70c17e" + "245448fb-04fb-49eb-9cc5-99f20f723bd2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -629,51 +629,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14992" + ], "x-ms-request-id": [ - "93808a60-462a-48f5-9feb-a8f80e70c17e" + "345a1559-ee25-4b5c-ae21-483f3fc36bd7" ], - "request-id": [ - "93808a60-462a-48f5-9feb-a8f80e70c17e" + "x-ms-correlation-request-id": [ + "345a1559-ee25-4b5c-ae21-483f3fc36bd7" ], - "elapsed-time": [ - "1306" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T100949Z:345a1559-ee25-4b5c-ae21-483f3fc36bd7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "bae3b40e-cf52-450d-8e55-89f048409386" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023346Z:bae3b40e-cf52-450d-8e55-89f048409386" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:33:45 GMT" + "Sat, 08 Aug 2020 10:09:48 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet5240", - "azsmnet7418" + "azsmnet123", + "azsmnet4114" ], "GenerateServiceName": [ - "azs-9430" + "azs-5014" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/DeleteSynonymMapIsIdempotent.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/DeleteSynonymMapIsIdempotent.json index 88453a2e0a38..206d4d88b7b7 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/DeleteSynonymMapIsIdempotent.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/DeleteSynonymMapIsIdempotent.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3c338ee-a524-4fd1-a7f9-0216e77a49ce" + "566c0592-ec16-4a19-88e9-7dd5892fb61f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1192" ], "x-ms-request-id": [ - "04272e28-50d6-49f7-a2bf-09f587917fd0" + "c75afb35-205e-4f0e-b6a6-4764362aef3a" ], "x-ms-correlation-request-id": [ - "04272e28-50d6-49f7-a2bf-09f587917fd0" + "c75afb35-205e-4f0e-b6a6-4764362aef3a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023432Z:04272e28-50d6-49f7-a2bf-09f587917fd0" + "NORTHEUROPE:20200808T101110Z:c75afb35-205e-4f0e-b6a6-4764362aef3a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:34:31 GMT" + "Sat, 08 Aug 2020 10:11:09 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7681?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NjgxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet121?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxMjE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e41fb5f5-1c28-4483-9d50-230b10fc7045" + "aad728e5-bef5-4be3-adbe-027a83fcbc97" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1195" ], "x-ms-request-id": [ - "78facd8a-f3ad-4ec4-93cd-08c409c41e76" + "158265c4-699c-419f-ada2-5ce33db7c735" ], "x-ms-correlation-request-id": [ - "78facd8a-f3ad-4ec4-93cd-08c409c41e76" + "158265c4-699c-419f-ada2-5ce33db7c735" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023432Z:78facd8a-f3ad-4ec4-93cd-08c409c41e76" + "NORTHEUROPE:20200808T101112Z:158265c4-699c-419f-ada2-5ce33db7c735" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:34:32 GMT" + "Sat, 08 Aug 2020 10:11:11 GMT" ], "Content-Length": [ - "175" + "173" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7681\",\r\n \"name\": \"azsmnet7681\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet121\",\r\n \"name\": \"azsmnet121\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7681/providers/Microsoft.Search/searchServices/azs-8808?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ODA4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet121/providers/Microsoft.Search/searchServices/azs-7521?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTc1MjE/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bc4fb4b5-3974-4590-93d9-0f3ed8ce55a9" + "5eabcca6-cbe9-45db-a940-4e932ef1b201" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A34%3A42.6326859Z'\"" + "W/\"datetime'2020-08-08T10%3A11%3A17.2231737Z'\"" ], "x-ms-request-id": [ - "bc4fb4b5-3974-4590-93d9-0f3ed8ce55a9" + "5eabcca6-cbe9-45db-a940-4e932ef1b201" ], "request-id": [ - "bc4fb4b5-3974-4590-93d9-0f3ed8ce55a9" + "5eabcca6-cbe9-45db-a940-4e932ef1b201" ], "elapsed-time": [ - "1416" + "1427" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1195" ], "x-ms-correlation-request-id": [ - "57e11516-9cf9-48b3-b8a6-479f2f176c26" + "07909eb2-3b8a-4ca7-9e0a-2441063a6d8d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023443Z:57e11516-9cf9-48b3-b8a6-479f2f176c26" + "NORTHEUROPE:20200808T101120Z:07909eb2-3b8a-4ca7-9e0a-2441063a6d8d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:34:43 GMT" + "Sat, 08 Aug 2020 10:11:19 GMT" ], "Content-Length": [ - "529" + "528" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7681/providers/Microsoft.Search/searchServices/azs-8808\",\r\n \"name\": \"azs-8808\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet121/providers/Microsoft.Search/searchServices/azs-7521\",\r\n \"name\": \"azs-7521\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7681/providers/Microsoft.Search/searchServices/azs-8808/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ODA4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet121/providers/Microsoft.Search/searchServices/azs-7521/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTc1MjEvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8a06740a-21de-4834-a043-9df8e36efd02" + "d0fcde4e-4845-46a2-b82f-f33f81f6508f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8a06740a-21de-4834-a043-9df8e36efd02" + "d0fcde4e-4845-46a2-b82f-f33f81f6508f" ], "request-id": [ - "8a06740a-21de-4834-a043-9df8e36efd02" + "d0fcde4e-4845-46a2-b82f-f33f81f6508f" ], "elapsed-time": [ - "93" + "113" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1194" ], "x-ms-correlation-request-id": [ - "6dc7fd82-2e7b-4150-8328-24c9a91bfa09" + "c2ef549e-a394-485b-a345-5ec542f7055d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023445Z:6dc7fd82-2e7b-4150-8328-24c9a91bfa09" + "NORTHEUROPE:20200808T101122Z:c2ef549e-a394-485b-a345-5ec542f7055d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:34:44 GMT" + "Sat, 08 Aug 2020 10:11:22 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"6E4035FBEEBF46B78ED367436CD05AAA\",\r\n \"secondaryKey\": \"828F5CA2AFBB805D6A2B66BC3A5695B5\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"8F34C67A11930862BCAFF505511D282A\",\r\n \"secondaryKey\": \"C05EECED733EDC7DD246B2A6233F1BB3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7681/providers/Microsoft.Search/searchServices/azs-8808/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ODA4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet121/providers/Microsoft.Search/searchServices/azs-7521/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTc1MjEvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f8afa37-05de-4234-a0a0-37fb0c168fa0" + "6ea6a4b1-31fc-4155-8733-5f7ccdb3f4d8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8f8afa37-05de-4234-a0a0-37fb0c168fa0" + "6ea6a4b1-31fc-4155-8733-5f7ccdb3f4d8" ], "request-id": [ - "8f8afa37-05de-4234-a0a0-37fb0c168fa0" + "6ea6a4b1-31fc-4155-8733-5f7ccdb3f4d8" ], "elapsed-time": [ - "513" + "123" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1193" ], "x-ms-correlation-request-id": [ - "e4486198-2395-4988-81ec-c4abfc2b1c30" + "12ea696e-12b3-4c70-a10d-493745269db3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023446Z:e4486198-2395-4988-81ec-c4abfc2b1c30" + "NORTHEUROPE:20200808T101123Z:12ea696e-12b3-4c70-a10d-493745269db3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:34:45 GMT" + "Sat, 08 Aug 2020 10:11:22 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"F92BF2DD050DF5DD9CF43CEF27BB421C\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"B4E55689536E5B1DFC2604C5C0D397D1\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/synonymmaps('azsmnet8905')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0ODkwNScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/synonymmaps('azsmnet9934')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0OTkzNCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "4e238d8a-022e-451f-a565-1d6f444ef3de" + "89fd13f4-9985-4e0f-b74c-27690d0efcae" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6E4035FBEEBF46B78ED367436CD05AAA" + "8F34C67A11930862BCAFF505511D282A" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -369,10 +369,10 @@ "no-cache" ], "request-id": [ - "4e238d8a-022e-451f-a565-1d6f444ef3de" + "89fd13f4-9985-4e0f-b74c-27690d0efcae" ], "elapsed-time": [ - "7" + "29" ], "OData-Version": [ "4.0" @@ -384,7 +384,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:34:46 GMT" + "Sat, 08 Aug 2020 10:11:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -399,28 +399,28 @@ "116" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No synonymMap with the name 'azsmnet8905' was found in a service named 'azs-8808'.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No synonymMap with the name 'azsmnet9934' was found in a service named 'azs-7521'.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/synonymmaps('azsmnet8905')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0ODkwNScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/synonymmaps('azsmnet9934')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0OTkzNCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "352f6e71-5966-4017-b7d0-25e59e449d2d" + "b73170f1-3da4-4910-8e4a-8ddb2b8911ff" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6E4035FBEEBF46B78ED367436CD05AAA" + "8F34C67A11930862BCAFF505511D282A" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -432,16 +432,16 @@ "no-cache" ], "request-id": [ - "352f6e71-5966-4017-b7d0-25e59e449d2d" + "b73170f1-3da4-4910-8e4a-8ddb2b8911ff" ], "elapsed-time": [ - "14" + "11" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:34:46 GMT" + "Sat, 08 Aug 2020 10:11:25 GMT" ], "Expires": [ "-1" @@ -451,24 +451,24 @@ "StatusCode": 204 }, { - "RequestUri": "/synonymmaps('azsmnet8905')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0ODkwNScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/synonymmaps('azsmnet9934')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0OTkzNCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "2244e977-ef7e-40be-a377-fd7a44e524b5" + "223f2c44-76e5-4211-a3eb-70c30496f2b9" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6E4035FBEEBF46B78ED367436CD05AAA" + "8F34C67A11930862BCAFF505511D282A" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -480,10 +480,10 @@ "no-cache" ], "request-id": [ - "2244e977-ef7e-40be-a377-fd7a44e524b5" + "223f2c44-76e5-4211-a3eb-70c30496f2b9" ], "elapsed-time": [ - "5" + "9" ], "OData-Version": [ "4.0" @@ -495,7 +495,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:34:46 GMT" + "Sat, 08 Aug 2020 10:11:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -510,28 +510,28 @@ "116" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No synonymMap with the name 'azsmnet8905' was found in a service named 'azs-8808'.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No synonymMap with the name 'azsmnet9934' was found in a service named 'azs-7521'.\"\r\n }\r\n}", "StatusCode": 404 }, { "RequestUri": "/synonymmaps?api-version=2019-05-06", "EncodedRequestUri": "L3N5bm9ueW1tYXBzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet8905\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9934\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "d77926e8-630d-4f69-b60a-f7e602a691c3" + "3f0b201e-a030-4564-9828-bf48b0cf5c82" ], "Accept-Language": [ "en-US" ], "api-key": [ - "6E4035FBEEBF46B78ED367436CD05AAA" + "8F34C67A11930862BCAFF505511D282A" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -549,13 +549,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80378DAF9E58E\"" + "W/\"0x8D83B83685E98DA\"" ], "Location": [ - "https://azs-8808.search-dogfood.windows-int.net/synonymmaps('azsmnet8905')?api-version=2019-05-06" + "https://azs-7521.search-dogfood.windows-int.net/synonymmaps('azsmnet9934')?api-version=2019-05-06" ], "request-id": [ - "d77926e8-630d-4f69-b60a-f7e602a691c3" + "3f0b201e-a030-4564-9828-bf48b0cf5c82" ], "elapsed-time": [ "23" @@ -570,7 +570,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:34:46 GMT" + "Sat, 08 Aug 2020 10:11:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -582,25 +582,25 @@ "219" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8808.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80378DAF9E58E\\\"\",\r\n \"name\": \"azsmnet8905\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-7521.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B83685E98DA\\\"\",\r\n \"name\": \"azsmnet9934\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7681/providers/Microsoft.Search/searchServices/azs-8808?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NjgxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ODA4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet121/providers/Microsoft.Search/searchServices/azs-7521?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxMjEvcHJvdmlkZXJzL01pY3Jvc29mdC5TZWFyY2gvc2VhcmNoU2VydmljZXMvYXpzLTc1MjE/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6cdf635e-aa2c-4dee-bb9a-661fa7591440" + "19000658-f736-4685-8075-f6277eccd851" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -611,51 +611,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14995" + ], "x-ms-request-id": [ - "6cdf635e-aa2c-4dee-bb9a-661fa7591440" + "8a8b40cc-4a4a-4518-829f-e97de11fa012" ], - "request-id": [ - "6cdf635e-aa2c-4dee-bb9a-661fa7591440" + "x-ms-correlation-request-id": [ + "8a8b40cc-4a4a-4518-829f-e97de11fa012" ], - "elapsed-time": [ - "1544" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T101218Z:8a8b40cc-4a4a-4518-829f-e97de11fa012" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "2863eae9-27e6-4d49-91fd-5af6dccc5df5" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023457Z:2863eae9-27e6-4d49-91fd-5af6dccc5df5" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:34:56 GMT" + "Sat, 08 Aug 2020 10:12:17 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7681", - "azsmnet8905" + "azsmnet121", + "azsmnet9934" ], "GenerateServiceName": [ - "azs-8808" + "azs-7521" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/ExistsReturnsFalseForNonExistingSynonymMap.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/ExistsReturnsFalseForNonExistingSynonymMap.json index 227fee3a61d5..5a1d6e68830b 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/ExistsReturnsFalseForNonExistingSynonymMap.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/ExistsReturnsFalseForNonExistingSynonymMap.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03eca39c-6c82-470f-94fc-205ee396cccf" + "aa3eb5e3-3949-49cd-bd40-92f481df84b6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1191" ], "x-ms-request-id": [ - "f08ab2c7-7823-4aec-af6c-c7f161c613d9" + "3fae5120-0f03-4dd5-9c8d-eda1ba010a09" ], "x-ms-correlation-request-id": [ - "f08ab2c7-7823-4aec-af6c-c7f161c613d9" + "3fae5120-0f03-4dd5-9c8d-eda1ba010a09" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023052Z:f08ab2c7-7823-4aec-af6c-c7f161c613d9" + "NORTHEUROPE:20200808T100345Z:3fae5120-0f03-4dd5-9c8d-eda1ba010a09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:30:52 GMT" + "Sat, 08 Aug 2020 10:03:45 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9066?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MDY2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9284?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5Mjg0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "583cc8b0-d8d9-4997-bf0a-ca021805ad18" + "e4daee7b-1f21-4b26-8019-a5dba21d53c0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1194" ], "x-ms-request-id": [ - "fb7fefc6-1262-4656-ad7a-7bb880b68316" + "1a8235d5-002a-4905-abf5-4bffef181c59" ], "x-ms-correlation-request-id": [ - "fb7fefc6-1262-4656-ad7a-7bb880b68316" + "1a8235d5-002a-4905-abf5-4bffef181c59" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023053Z:fb7fefc6-1262-4656-ad7a-7bb880b68316" + "NORTHEUROPE:20200808T100347Z:1a8235d5-002a-4905-abf5-4bffef181c59" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:30:53 GMT" + "Sat, 08 Aug 2020 10:03:46 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9066\",\r\n \"name\": \"azsmnet9066\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9284\",\r\n \"name\": \"azsmnet9284\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9066/providers/Microsoft.Search/searchServices/azs-2340?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9284/providers/Microsoft.Search/searchServices/azs-8141?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5Mjg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MTQxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7f2c786a-0b9b-4bde-8187-a0de9aab0c67" + "b69136c2-2c1c-43ca-bd74-d88ec0195afe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A30%3A56.0164057Z'\"" + "W/\"datetime'2020-08-08T10%3A03%3A53.2586483Z'\"" ], "x-ms-request-id": [ - "7f2c786a-0b9b-4bde-8187-a0de9aab0c67" + "b69136c2-2c1c-43ca-bd74-d88ec0195afe" ], "request-id": [ - "7f2c786a-0b9b-4bde-8187-a0de9aab0c67" + "b69136c2-2c1c-43ca-bd74-d88ec0195afe" ], "elapsed-time": [ - "1218" + "2895" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1197" ], "x-ms-correlation-request-id": [ - "a4bc472e-4845-4afa-b3cb-30e2988231ec" + "628508a0-005d-42e2-93b9-9185a5e7e2f3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023057Z:a4bc472e-4845-4afa-b3cb-30e2988231ec" + "NORTHEUROPE:20200808T100355Z:628508a0-005d-42e2-93b9-9185a5e7e2f3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:30:56 GMT" + "Sat, 08 Aug 2020 10:03:54 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9066/providers/Microsoft.Search/searchServices/azs-2340\",\r\n \"name\": \"azs-2340\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9284/providers/Microsoft.Search/searchServices/azs-8141\",\r\n \"name\": \"azs-8141\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9066/providers/Microsoft.Search/searchServices/azs-2340/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQwL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9284/providers/Microsoft.Search/searchServices/azs-8141/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5Mjg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MTQxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d3f61e8a-e159-4931-a34b-f37f279eb6dc" + "30c781d1-3e85-493f-b59a-ad3f3ea9aaff" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d3f61e8a-e159-4931-a34b-f37f279eb6dc" + "30c781d1-3e85-493f-b59a-ad3f3ea9aaff" ], "request-id": [ - "d3f61e8a-e159-4931-a34b-f37f279eb6dc" + "30c781d1-3e85-493f-b59a-ad3f3ea9aaff" ], "elapsed-time": [ - "117" + "133" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1195" ], "x-ms-correlation-request-id": [ - "bbef5651-44b8-448f-95ed-50ea4e1db120" + "b59d03e4-f069-4ace-a1d7-5584619aa298" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023059Z:bbef5651-44b8-448f-95ed-50ea4e1db120" + "NORTHEUROPE:20200808T100357Z:b59d03e4-f069-4ace-a1d7-5584619aa298" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:30:59 GMT" + "Sat, 08 Aug 2020 10:03:56 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"F6D3BE028340785047BD04440D6776DB\",\r\n \"secondaryKey\": \"C9320484F9BCDFD941A6CEF6A3050FB1\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"E0B222C79E7FE07EA9BC3C51D094E2B7\",\r\n \"secondaryKey\": \"2BD5C31F8192C54A2423075521186EB7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9066/providers/Microsoft.Search/searchServices/azs-2340/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQwL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9284/providers/Microsoft.Search/searchServices/azs-8141/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5Mjg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MTQxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5fdec37-2178-4e0b-91d5-0f4cbd06f205" + "576f0794-8f76-44a8-9195-5de21ef2e2fd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e5fdec37-2178-4e0b-91d5-0f4cbd06f205" + "576f0794-8f76-44a8-9195-5de21ef2e2fd" ], "request-id": [ - "e5fdec37-2178-4e0b-91d5-0f4cbd06f205" + "576f0794-8f76-44a8-9195-5de21ef2e2fd" ], "elapsed-time": [ - "198" + "93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1194" ], "x-ms-correlation-request-id": [ - "361d9521-f075-4540-bad8-19c1409ea929" + "bd7010ec-3796-47cd-8f72-fe5bac9ece23" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023059Z:361d9521-f075-4540-bad8-19c1409ea929" + "NORTHEUROPE:20200808T100357Z:bd7010ec-3796-47cd-8f72-fe5bac9ece23" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:30:59 GMT" + "Sat, 08 Aug 2020 10:03:57 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"D5B640072FA4E4A54A7DB895C7B3BB5A\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"0E5846042453211300D68971CC1526F7\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -346,18 +346,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "51614b0e-632e-453a-a6f6-840da5ba686f" + "a94bc6c0-c191-4d9b-bbf9-59e21acf1621" ], "Accept-Language": [ "en-US" ], "api-key": [ - "F6D3BE028340785047BD04440D6776DB" + "E0B222C79E7FE07EA9BC3C51D094E2B7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -369,10 +369,10 @@ "no-cache" ], "request-id": [ - "51614b0e-632e-453a-a6f6-840da5ba686f" + "a94bc6c0-c191-4d9b-bbf9-59e21acf1621" ], "elapsed-time": [ - "50" + "54" ], "OData-Version": [ "4.0" @@ -384,7 +384,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:31:01 GMT" + "Sat, 08 Aug 2020 10:03:59 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -399,25 +399,25 @@ "109" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No synonym map with the name 'nonexistent' was found in service 'azs-2340'.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No synonym map with the name 'nonexistent' was found in service 'azs-8141'.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9066/providers/Microsoft.Search/searchServices/azs-2340?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MDY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yMzQwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9284/providers/Microsoft.Search/searchServices/azs-8141?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5Mjg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04MTQxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1c57a693-fc5a-4d60-a9b6-f038b73050c7" + "7e0b071a-1c5e-401f-8d4a-8e2911b619e3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -428,50 +428,41 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14986" + ], "x-ms-request-id": [ - "1c57a693-fc5a-4d60-a9b6-f038b73050c7" + "85d79ed3-9799-4a8f-8185-6beb691e4c6d" ], - "request-id": [ - "1c57a693-fc5a-4d60-a9b6-f038b73050c7" + "x-ms-correlation-request-id": [ + "85d79ed3-9799-4a8f-8185-6beb691e4c6d" ], - "elapsed-time": [ - "1507" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T100408Z:85d79ed3-9799-4a8f-8185-6beb691e4c6d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" - ], - "x-ms-correlation-request-id": [ - "7fbc92e5-3645-4aea-a991-76490f590fcb" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023106Z:7fbc92e5-3645-4aea-a991-76490f590fcb" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:31:06 GMT" + "Sat, 08 Aug 2020 10:04:08 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet9066" + "azsmnet9284" ], "GenerateServiceName": [ - "azs-2340" + "azs-8141" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/ExistsReturnsTrueForExistingSynonymMap.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/ExistsReturnsTrueForExistingSynonymMap.json index 81bf435f97eb..7096a8bf1fc0 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/ExistsReturnsTrueForExistingSynonymMap.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/ExistsReturnsTrueForExistingSynonymMap.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7d0824c3-636e-4575-8206-5f9c8a9c5a4e" + "16706766-c899-4338-a567-2c3732fae5b5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1185" ], "x-ms-request-id": [ - "0eaf2a03-0c8a-49dc-a60b-6efc17ce4c35" + "3d9aee59-ed59-4ea0-85ce-db564595dd5b" ], "x-ms-correlation-request-id": [ - "0eaf2a03-0c8a-49dc-a60b-6efc17ce4c35" + "3d9aee59-ed59-4ea0-85ce-db564595dd5b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023303Z:0eaf2a03-0c8a-49dc-a60b-6efc17ce4c35" + "NORTHEUROPE:20200808T100738Z:3d9aee59-ed59-4ea0-85ce-db564595dd5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:33:03 GMT" + "Sat, 08 Aug 2020 10:07:37 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4160?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MTYwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4397?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0Mzk3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3510f832-8940-4e86-9663-5ac58883c56c" + "c36b4544-99ce-40ac-b6e1-463573503578" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1190" ], "x-ms-request-id": [ - "ed5901d9-33f5-4de2-af47-f022e36cecee" + "6154f92d-9fe3-4160-95d4-4de10e626b04" ], "x-ms-correlation-request-id": [ - "ed5901d9-33f5-4de2-af47-f022e36cecee" + "6154f92d-9fe3-4160-95d4-4de10e626b04" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023304Z:ed5901d9-33f5-4de2-af47-f022e36cecee" + "NORTHEUROPE:20200808T100740Z:6154f92d-9fe3-4160-95d4-4de10e626b04" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:33:03 GMT" + "Sat, 08 Aug 2020 10:07:39 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4160\",\r\n \"name\": \"azsmnet4160\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4397\",\r\n \"name\": \"azsmnet4397\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4160/providers/Microsoft.Search/searchServices/azs-3858?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MTYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zODU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4397/providers/Microsoft.Search/searchServices/azs-2589?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0Mzk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTg5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "684d7e5f-30b8-46d9-8abe-62085700aa90" + "719f7c1a-862c-4564-839f-39d186944224" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A33%3A08.3001328Z'\"" + "W/\"datetime'2020-08-08T10%3A07%3A45.8652544Z'\"" ], "x-ms-request-id": [ - "684d7e5f-30b8-46d9-8abe-62085700aa90" + "719f7c1a-862c-4564-839f-39d186944224" ], "request-id": [ - "684d7e5f-30b8-46d9-8abe-62085700aa90" + "719f7c1a-862c-4564-839f-39d186944224" ], "elapsed-time": [ - "1182" + "2796" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1196" ], "x-ms-correlation-request-id": [ - "0cb01e6d-1045-4f20-8eae-818f56f1a9aa" + "ff3856ff-7902-445e-9900-19e2c989cffd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023309Z:0cb01e6d-1045-4f20-8eae-818f56f1a9aa" + "NORTHEUROPE:20200808T100747Z:ff3856ff-7902-445e-9900-19e2c989cffd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:33:09 GMT" + "Sat, 08 Aug 2020 10:07:47 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4160/providers/Microsoft.Search/searchServices/azs-3858\",\r\n \"name\": \"azs-3858\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4397/providers/Microsoft.Search/searchServices/azs-2589\",\r\n \"name\": \"azs-2589\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4160/providers/Microsoft.Search/searchServices/azs-3858/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MTYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zODU4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4397/providers/Microsoft.Search/searchServices/azs-2589/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0Mzk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTg5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bb2efc71-9933-43a9-a9aa-a6c1be8190b9" + "28de74da-b29a-410f-8273-453d049c1257" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "bb2efc71-9933-43a9-a9aa-a6c1be8190b9" + "28de74da-b29a-410f-8273-453d049c1257" ], "request-id": [ - "bb2efc71-9933-43a9-a9aa-a6c1be8190b9" + "28de74da-b29a-410f-8273-453d049c1257" ], "elapsed-time": [ - "101" + "426" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1195" ], "x-ms-correlation-request-id": [ - "961095e9-1b0b-4086-bc23-1f607d81f146" + "2a7507e9-3f2c-4a01-b24b-0354474a7d25" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023317Z:961095e9-1b0b-4086-bc23-1f607d81f146" + "NORTHEUROPE:20200808T100750Z:2a7507e9-3f2c-4a01-b24b-0354474a7d25" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:33:17 GMT" + "Sat, 08 Aug 2020 10:07:50 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"75335B81A459643FDAB6FF3400584D51\",\r\n \"secondaryKey\": \"FB330129E1D5860C26C95DD64566DAD7\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"0C139F0C4269B26844730483426E156A\",\r\n \"secondaryKey\": \"F85D8A03641B7AE13AB9252CA6845961\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4160/providers/Microsoft.Search/searchServices/azs-3858/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MTYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zODU4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4397/providers/Microsoft.Search/searchServices/azs-2589/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0Mzk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTg5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "49b52fd3-5a6a-4fde-82eb-253e467e49c8" + "82b56661-58a7-4732-9d20-ebf5c1f37c91" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "49b52fd3-5a6a-4fde-82eb-253e467e49c8" + "82b56661-58a7-4732-9d20-ebf5c1f37c91" ], "request-id": [ - "49b52fd3-5a6a-4fde-82eb-253e467e49c8" + "82b56661-58a7-4732-9d20-ebf5c1f37c91" ], "elapsed-time": [ - "99" + "422" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1194" ], "x-ms-correlation-request-id": [ - "9bb1596e-fb75-4268-a5d7-7af62a41a07c" + "810151bb-dbd5-47b9-8d11-bb2adbe03f33" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023317Z:9bb1596e-fb75-4268-a5d7-7af62a41a07c" + "NORTHEUROPE:20200808T100751Z:810151bb-dbd5-47b9-8d11-bb2adbe03f33" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:33:17 GMT" + "Sat, 08 Aug 2020 10:07:51 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"CE0F4A6890FC5E6EC1F63D6D19EC3C7D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"DBE0E3D9E506C5F9152C45EA2F971DC1\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/synonymmaps?api-version=2019-05-06", "EncodedRequestUri": "L3N5bm9ueW1tYXBzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet3654\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9457\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "17bd1860-eb50-4533-8281-0a897d05fe32" + "f19d221d-3265-4818-bc90-3dcb67fb5b8f" ], "Accept-Language": [ "en-US" ], "api-key": [ - "75335B81A459643FDAB6FF3400584D51" + "0C139F0C4269B26844730483426E156A" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80378A71158F5\"" + "W/\"0x8D83B82EA011D9B\"" ], "Location": [ - "https://azs-3858.search-dogfood.windows-int.net/synonymmaps('azsmnet3654')?api-version=2019-05-06" + "https://azs-2589.search-dogfood.windows-int.net/synonymmaps('azsmnet9457')?api-version=2019-05-06" ], "request-id": [ - "17bd1860-eb50-4533-8281-0a897d05fe32" + "f19d221d-3265-4818-bc90-3dcb67fb5b8f" ], "elapsed-time": [ - "56" + "61" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:33:20 GMT" + "Sat, 08 Aug 2020 10:07:53 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "219" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3858.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80378A71158F5\\\"\",\r\n \"name\": \"azsmnet3654\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2589.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B82EA011D9B\\\"\",\r\n \"name\": \"azsmnet9457\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/synonymmaps('azsmnet3654')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0MzY1NCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/synonymmaps('azsmnet9457')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0OTQ1NycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "1d0ce4b3-96ba-4887-b775-d2f501bd91b5" + "8b8d338f-7e97-425c-81a0-ce4b722aa4d6" ], "Accept-Language": [ "en-US" ], "api-key": [ - "75335B81A459643FDAB6FF3400584D51" + "0C139F0C4269B26844730483426E156A" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -441,13 +441,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80378A71158F5\"" + "W/\"0x8D83B82EA011D9B\"" ], "request-id": [ - "1d0ce4b3-96ba-4887-b775-d2f501bd91b5" + "8b8d338f-7e97-425c-81a0-ce4b722aa4d6" ], "elapsed-time": [ - "2757" + "7" ], "OData-Version": [ "4.0" @@ -459,7 +459,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:33:23 GMT" + "Sat, 08 Aug 2020 10:07:53 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -471,25 +471,25 @@ "219" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3858.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80378A71158F5\\\"\",\r\n \"name\": \"azsmnet3654\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2589.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B82EA011D9B\\\"\",\r\n \"name\": \"azsmnet9457\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4160/providers/Microsoft.Search/searchServices/azs-3858?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MTYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zODU4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4397/providers/Microsoft.Search/searchServices/azs-2589?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0Mzk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yNTg5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5d5cb2b-1111-42d7-9564-91aa05a9695c" + "8cbe6c05-c20e-453d-84be-4cc71e11df98" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -500,51 +500,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14990" + ], "x-ms-request-id": [ - "c5d5cb2b-1111-42d7-9564-91aa05a9695c" + "85b58394-1afc-4bd7-b543-f51087e11273" ], - "request-id": [ - "c5d5cb2b-1111-42d7-9564-91aa05a9695c" + "x-ms-correlation-request-id": [ + "85b58394-1afc-4bd7-b543-f51087e11273" ], - "elapsed-time": [ - "1419" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T100901Z:85b58394-1afc-4bd7-b543-f51087e11273" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "68db50ca-330a-4486-8a08-6b90d9e069b3" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023328Z:68db50ca-330a-4486-8a08-6b90d9e069b3" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:33:28 GMT" + "Sat, 08 Aug 2020 10:09:00 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet4160", - "azsmnet3654" + "azsmnet4397", + "azsmnet9457" ], "GenerateServiceName": [ - "azs-3858" + "azs-2589" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/GetSynonymMapReturnsCorrectDefinition.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/GetSynonymMapReturnsCorrectDefinition.json index fffc512b4999..113e5c2c8cef 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/GetSynonymMapReturnsCorrectDefinition.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/GetSynonymMapReturnsCorrectDefinition.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "103706d7-cb93-48f4-94db-aa4861ec7d86" + "4f940448-fa87-4a2a-9d62-d6722025e70f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1191" ], "x-ms-request-id": [ - "7c3fd9a9-8c8f-4dde-8a50-731a4ebefaa9" + "89629061-1016-46e8-864f-9e7d23937fc3" ], "x-ms-correlation-request-id": [ - "7c3fd9a9-8c8f-4dde-8a50-731a4ebefaa9" + "89629061-1016-46e8-864f-9e7d23937fc3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023207Z:7c3fd9a9-8c8f-4dde-8a50-731a4ebefaa9" + "NORTHEUROPE:20200808T100515Z:89629061-1016-46e8-864f-9e7d23937fc3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:32:06 GMT" + "Sat, 08 Aug 2020 10:05:14 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet8739?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4NzM5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4742?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0NzQyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fd56f6bc-6aac-4643-b178-a8f1c5d4c22d" + "7e4a45d9-e4cb-4bb1-8621-f4693f81cd4a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -96,13 +96,13 @@ "1193" ], "x-ms-request-id": [ - "4e51eac6-c9c6-43d5-9e91-e8e91c40bb75" + "7cd81aff-d932-4b94-a969-50ca5d60cb45" ], "x-ms-correlation-request-id": [ - "4e51eac6-c9c6-43d5-9e91-e8e91c40bb75" + "7cd81aff-d932-4b94-a969-50ca5d60cb45" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023207Z:4e51eac6-c9c6-43d5-9e91-e8e91c40bb75" + "NORTHEUROPE:20200808T100516Z:7cd81aff-d932-4b94-a969-50ca5d60cb45" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:32:07 GMT" + "Sat, 08 Aug 2020 10:05:15 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8739\",\r\n \"name\": \"azsmnet8739\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4742\",\r\n \"name\": \"azsmnet4742\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8739/providers/Microsoft.Search/searchServices/azs-6089?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDg5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4742/providers/Microsoft.Search/searchServices/azs-1589?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNTg5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c3e6b9c7-d3f0-4e96-abcf-276d2843039c" + "edf88ddb-57f9-4213-8d08-ced81060072a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A32%3A11.1251884Z'\"" + "W/\"datetime'2020-08-08T10%3A05%3A19.7038911Z'\"" ], "x-ms-request-id": [ - "c3e6b9c7-d3f0-4e96-abcf-276d2843039c" + "edf88ddb-57f9-4213-8d08-ced81060072a" ], "request-id": [ - "c3e6b9c7-d3f0-4e96-abcf-276d2843039c" + "edf88ddb-57f9-4213-8d08-ced81060072a" ], "elapsed-time": [ - "1080" + "1550" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1193" ], "x-ms-correlation-request-id": [ - "9f30e231-3643-4cab-b334-b97fd6f64b6c" + "55786bad-0696-4ac3-8e84-1c39bf0a977a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023211Z:9f30e231-3643-4cab-b334-b97fd6f64b6c" + "NORTHEUROPE:20200808T100520Z:55786bad-0696-4ac3-8e84-1c39bf0a977a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:32:11 GMT" + "Sat, 08 Aug 2020 10:05:20 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8739/providers/Microsoft.Search/searchServices/azs-6089\",\r\n \"name\": \"azs-6089\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4742/providers/Microsoft.Search/searchServices/azs-1589\",\r\n \"name\": \"azs-1589\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8739/providers/Microsoft.Search/searchServices/azs-6089/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDg5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4742/providers/Microsoft.Search/searchServices/azs-1589/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNTg5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3533d5fa-4ad6-4ed4-a251-fe2dfab0b9b9" + "78fa2cd0-5312-4a7f-8494-38240180c6c5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "3533d5fa-4ad6-4ed4-a251-fe2dfab0b9b9" + "78fa2cd0-5312-4a7f-8494-38240180c6c5" ], "request-id": [ - "3533d5fa-4ad6-4ed4-a251-fe2dfab0b9b9" + "78fa2cd0-5312-4a7f-8494-38240180c6c5" ], "elapsed-time": [ - "100" + "96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1189" ], "x-ms-correlation-request-id": [ - "ae13b814-a70c-4f61-8688-851b4dd282c8" + "d2e0170d-9352-4af2-8eda-3120ebd5a61c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023213Z:ae13b814-a70c-4f61-8688-851b4dd282c8" + "NORTHEUROPE:20200808T100523Z:d2e0170d-9352-4af2-8eda-3120ebd5a61c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:32:12 GMT" + "Sat, 08 Aug 2020 10:05:22 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"66FD6FF3ECC42857432CAB22A24340E8\",\r\n \"secondaryKey\": \"0D932264C2399F7A58EB2EA59D3FB092\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"70E00EA384A2ED587BCE3432894163B7\",\r\n \"secondaryKey\": \"69228D5C453307CDF6E22479AA405003\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8739/providers/Microsoft.Search/searchServices/azs-6089/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDg5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4742/providers/Microsoft.Search/searchServices/azs-1589/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNTg5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "af7f0457-fd61-44d7-ac28-59d12115306b" + "e11a39f3-f1f4-42de-a626-72501c06682b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "af7f0457-fd61-44d7-ac28-59d12115306b" + "e11a39f3-f1f4-42de-a626-72501c06682b" ], "request-id": [ - "af7f0457-fd61-44d7-ac28-59d12115306b" + "e11a39f3-f1f4-42de-a626-72501c06682b" ], "elapsed-time": [ - "121" + "99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1188" ], "x-ms-correlation-request-id": [ - "0240fed2-a7f4-4e43-a053-e10d478c3240" + "04f392e8-7305-4b7c-a93f-de375c878a10" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023214Z:0240fed2-a7f4-4e43-a053-e10d478c3240" + "NORTHEUROPE:20200808T100523Z:04f392e8-7305-4b7c-a93f-de375c878a10" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:32:14 GMT" + "Sat, 08 Aug 2020 10:05:22 GMT" ], "Content-Length": [ "82" @@ -336,28 +336,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"2395818851D20367E188C6B5A3C57E04\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"94DF4FE6D98DB37DFAB3B52A1272C8FD\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { "RequestUri": "/synonymmaps?api-version=2019-05-06", "EncodedRequestUri": "L3N5bm9ueW1tYXBzP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet7217\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet7023\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "5e24cb58-cc48-4002-9c00-cef305ac73cf" + "6edd746f-7388-46e3-bfaa-07e3e4bf8756" ], "Accept-Language": [ "en-US" ], "api-key": [ - "66FD6FF3ECC42857432CAB22A24340E8" + "70E00EA384A2ED587BCE3432894163B7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -375,16 +375,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037880567178\"" + "W/\"0x8D83B8291FF1ACA\"" ], "Location": [ - "https://azs-6089.search-dogfood.windows-int.net/synonymmaps('azsmnet7217')?api-version=2019-05-06" + "https://azs-1589.search-dogfood.windows-int.net/synonymmaps('azsmnet7023')?api-version=2019-05-06" ], "request-id": [ - "5e24cb58-cc48-4002-9c00-cef305ac73cf" + "6edd746f-7388-46e3-bfaa-07e3e4bf8756" ], "elapsed-time": [ - "23" + "49" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:32:15 GMT" + "Sat, 08 Aug 2020 10:05:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,28 +408,28 @@ "219" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6089.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037880567178\\\"\",\r\n \"name\": \"azsmnet7217\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1589.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B8291FF1ACA\\\"\",\r\n \"name\": \"azsmnet7023\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/synonymmaps('azsmnet7217')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NzIxNycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/synonymmaps('azsmnet7023')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NzAyMycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "b3ec1c8f-0c56-4a35-9a25-f942b29caa45" + "cfa8ae9a-439e-4f25-b6db-bd5425d48ddd" ], "Accept-Language": [ "en-US" ], "api-key": [ - "66FD6FF3ECC42857432CAB22A24340E8" + "70E00EA384A2ED587BCE3432894163B7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -441,13 +441,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037880567178\"" + "W/\"0x8D83B8291FF1ACA\"" ], "request-id": [ - "b3ec1c8f-0c56-4a35-9a25-f942b29caa45" + "cfa8ae9a-439e-4f25-b6db-bd5425d48ddd" ], "elapsed-time": [ - "26" + "11" ], "OData-Version": [ "4.0" @@ -459,7 +459,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:32:15 GMT" + "Sat, 08 Aug 2020 10:05:25 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -471,28 +471,28 @@ "219" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-6089.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037880567178\\\"\",\r\n \"name\": \"azsmnet7217\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1589.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B8291FF1ACA\\\"\",\r\n \"name\": \"azsmnet7023\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/synonymmaps('azsmnet7217')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NzIxNycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/synonymmaps('azsmnet7023')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NzAyMycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "b6b55c43-85b2-4d95-8d25-64e37c9b5440" + "c2367802-f692-4e67-8ab4-47170c714999" ], "Accept-Language": [ "en-US" ], "api-key": [ - "66FD6FF3ECC42857432CAB22A24340E8" + "70E00EA384A2ED587BCE3432894163B7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -504,16 +504,16 @@ "no-cache" ], "request-id": [ - "b6b55c43-85b2-4d95-8d25-64e37c9b5440" + "c2367802-f692-4e67-8ab4-47170c714999" ], "elapsed-time": [ - "23" + "16" ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:32:15 GMT" + "Sat, 08 Aug 2020 10:05:25 GMT" ], "Expires": [ "-1" @@ -523,21 +523,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet8739/providers/Microsoft.Search/searchServices/azs-6089?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4NzM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy02MDg5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4742/providers/Microsoft.Search/searchServices/azs-1589?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xNTg5P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "88d32a92-5808-4466-b612-1a98879643eb" + "f64f3bbb-61bc-44cc-970c-1feb5463d560" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -548,51 +548,42 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "88d32a92-5808-4466-b612-1a98879643eb" - ], - "request-id": [ - "88d32a92-5808-4466-b612-1a98879643eb" - ], - "elapsed-time": [ - "855" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14992" ], + "x-ms-request-id": [ + "4e558e61-6a7f-41b3-a7b8-1df22d5210a2" + ], "x-ms-correlation-request-id": [ - "5bfb6d24-f04b-4008-aea7-947a59bb81e4" + "4e558e61-6a7f-41b3-a7b8-1df22d5210a2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023220Z:5bfb6d24-f04b-4008-aea7-947a59bb81e4" + "NORTHEUROPE:20200808T100534Z:4e558e61-6a7f-41b3-a7b8-1df22d5210a2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:32:19 GMT" + "Sat, 08 Aug 2020 10:05:33 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet8739", - "azsmnet7217" + "azsmnet4742", + "azsmnet7023" ], "GenerateServiceName": [ - "azs-6089" + "azs-1589" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/GetSynonymMapThrowsOnNotFound.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/GetSynonymMapThrowsOnNotFound.json index 10fde7b7117d..f471b1e8e023 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/GetSynonymMapThrowsOnNotFound.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/GetSynonymMapThrowsOnNotFound.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d99d1d14-4e21-4a1e-a978-a9636fcb4472" + "0e4a2b9d-6047-49b7-af14-0ca4da479d63" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1191" ], "x-ms-request-id": [ - "decad513-cb1a-4f99-8148-fe4b9f09fd67" + "418cb77a-0c3f-40a6-8c6b-1c3e7c34006e" ], "x-ms-correlation-request-id": [ - "decad513-cb1a-4f99-8148-fe4b9f09fd67" + "418cb77a-0c3f-40a6-8c6b-1c3e7c34006e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023144Z:decad513-cb1a-4f99-8148-fe4b9f09fd67" + "NORTHEUROPE:20200808T100445Z:418cb77a-0c3f-40a6-8c6b-1c3e7c34006e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:31:43 GMT" + "Sat, 08 Aug 2020 10:04:45 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3393?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzMzkzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet9179?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MTc5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0ec8a6c3-8ec8-4419-8bdf-ac1e3e64c473" + "49797d7e-0a59-4185-b9d8-335ca311632b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -96,13 +96,13 @@ "1193" ], "x-ms-request-id": [ - "853d4d21-5db6-4c6a-8dd7-72ff6d47d7b6" + "82a17415-059f-4b35-a03d-98691998f6a2" ], "x-ms-correlation-request-id": [ - "853d4d21-5db6-4c6a-8dd7-72ff6d47d7b6" + "82a17415-059f-4b35-a03d-98691998f6a2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023144Z:853d4d21-5db6-4c6a-8dd7-72ff6d47d7b6" + "NORTHEUROPE:20200808T100446Z:82a17415-059f-4b35-a03d-98691998f6a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:31:44 GMT" + "Sat, 08 Aug 2020 10:04:46 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3393\",\r\n \"name\": \"azsmnet3393\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9179\",\r\n \"name\": \"azsmnet9179\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3393/providers/Microsoft.Search/searchServices/azs-8536?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzkzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTM2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9179/providers/Microsoft.Search/searchServices/azs-317?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMTc/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8f9aab04-2696-4dcd-9498-e42bdc8e97d7" + "662150b6-d3e9-49b8-b6aa-2bbc204cad8a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A31%3A48.7701834Z'\"" + "W/\"datetime'2020-08-08T10%3A04%3A52.5427365Z'\"" ], "x-ms-request-id": [ - "8f9aab04-2696-4dcd-9498-e42bdc8e97d7" + "662150b6-d3e9-49b8-b6aa-2bbc204cad8a" ], "request-id": [ - "8f9aab04-2696-4dcd-9498-e42bdc8e97d7" + "662150b6-d3e9-49b8-b6aa-2bbc204cad8a" ], "elapsed-time": [ - "1240" + "1400" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1193" ], "x-ms-correlation-request-id": [ - "fc95b151-fc85-4d48-b04d-d0de29d48b45" + "1c9d54de-d401-4c66-9b94-5ab99f7d0a62" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023149Z:fc95b151-fc85-4d48-b04d-d0de29d48b45" + "NORTHEUROPE:20200808T100454Z:1c9d54de-d401-4c66-9b94-5ab99f7d0a62" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:31:49 GMT" + "Sat, 08 Aug 2020 10:04:53 GMT" ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3393/providers/Microsoft.Search/searchServices/azs-8536\",\r\n \"name\": \"azs-8536\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9179/providers/Microsoft.Search/searchServices/azs-317\",\r\n \"name\": \"azs-317\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3393/providers/Microsoft.Search/searchServices/azs-8536/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzkzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTM2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9179/providers/Microsoft.Search/searchServices/azs-317/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMTcvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "222522bc-3a51-41d8-a3f6-12a55132c0e2" + "500e5563-62c2-49fc-b59f-be2b5881926e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "222522bc-3a51-41d8-a3f6-12a55132c0e2" + "500e5563-62c2-49fc-b59f-be2b5881926e" ], "request-id": [ - "222522bc-3a51-41d8-a3f6-12a55132c0e2" + "500e5563-62c2-49fc-b59f-be2b5881926e" ], "elapsed-time": [ - "89" + "97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1190" ], "x-ms-correlation-request-id": [ - "f3aacd71-90fc-4035-b516-546774e6d3ba" + "5411a042-79f1-4627-b12c-041a00da9184" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023151Z:f3aacd71-90fc-4035-b516-546774e6d3ba" + "NORTHEUROPE:20200808T100456Z:5411a042-79f1-4627-b12c-041a00da9184" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:31:50 GMT" + "Sat, 08 Aug 2020 10:04:55 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"948DE4EE858FB35CFF283AF57715A6A3\",\r\n \"secondaryKey\": \"65FD017B63E41F23748A15D30194E71A\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"1FBE3ADFA6D8DEDB430894E7E475D99D\",\r\n \"secondaryKey\": \"1F70AD41DA5D2B5F799A7C31C26BE9FA\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3393/providers/Microsoft.Search/searchServices/azs-8536/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzkzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTM2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9179/providers/Microsoft.Search/searchServices/azs-317/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMTcvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "975ad214-f6c6-46ef-bbaa-f8927704d7e2" + "1d468605-9cb3-4618-a4ac-b7d4af09188c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "975ad214-f6c6-46ef-bbaa-f8927704d7e2" + "1d468605-9cb3-4618-a4ac-b7d4af09188c" ], "request-id": [ - "975ad214-f6c6-46ef-bbaa-f8927704d7e2" + "1d468605-9cb3-4618-a4ac-b7d4af09188c" ], "elapsed-time": [ - "84" + "89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1189" ], "x-ms-correlation-request-id": [ - "795a1d96-831b-4204-97e8-8a4bb3dae306" + "57766b2c-0d50-47c8-8bd5-efcb3b9f9e91" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023152Z:795a1d96-831b-4204-97e8-8a4bb3dae306" + "NORTHEUROPE:20200808T100457Z:57766b2c-0d50-47c8-8bd5-efcb3b9f9e91" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:31:52 GMT" + "Sat, 08 Aug 2020 10:04:56 GMT" ], "Content-Length": [ "82" @@ -336,7 +336,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"0EA9D1C2748F94998BDE376869411B88\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"29D130C688582D7AEAA5C1873A71A843\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { @@ -346,18 +346,18 @@ "RequestBody": "", "RequestHeaders": { "client-request-id": [ - "1e5bc534-723c-46fa-94f9-5a3d1a8c35e6" + "5208c5e5-5697-44cf-b82a-2b1b876ad50b" ], "Accept-Language": [ "en-US" ], "api-key": [ - "948DE4EE858FB35CFF283AF57715A6A3" + "1FBE3ADFA6D8DEDB430894E7E475D99D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ] }, @@ -369,10 +369,10 @@ "no-cache" ], "request-id": [ - "1e5bc534-723c-46fa-94f9-5a3d1a8c35e6" + "5208c5e5-5697-44cf-b82a-2b1b876ad50b" ], "elapsed-time": [ - "46" + "8" ], "OData-Version": [ "4.0" @@ -384,7 +384,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:31:53 GMT" + "Sat, 08 Aug 2020 10:04:58 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -396,28 +396,28 @@ "-1" ], "Content-Length": [ - "124" + "123" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No synonym map with the name 'thisSynonymMapdoesnotexist' was found in service 'azs-8536'.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"\",\r\n \"message\": \"No synonym map with the name 'thisSynonymMapdoesnotexist' was found in service 'azs-317'.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3393/providers/Microsoft.Search/searchServices/azs-8536?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzMzkzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTM2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet9179/providers/Microsoft.Search/searchServices/azs-317?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5MTc5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMTc/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "50da3dc9-e849-46f6-9ef7-61bed0cc8d90" + "73764ef7-a0c2-4f09-862b-568c52151bf5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -428,50 +428,41 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14988" + ], "x-ms-request-id": [ - "50da3dc9-e849-46f6-9ef7-61bed0cc8d90" + "ca39ae92-fde2-42b1-ab93-ed95023a1678" ], - "request-id": [ - "50da3dc9-e849-46f6-9ef7-61bed0cc8d90" + "x-ms-correlation-request-id": [ + "ca39ae92-fde2-42b1-ab93-ed95023a1678" ], - "elapsed-time": [ - "819" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T100507Z:ca39ae92-fde2-42b1-ab93-ed95023a1678" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14984" - ], - "x-ms-correlation-request-id": [ - "ec9681a7-2cf1-4957-a1ce-3afe3a56d72a" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023157Z:ec9681a7-2cf1-4957-a1ce-3afe3a56d72a" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:31:57 GMT" + "Sat, 08 Aug 2020 10:05:06 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet3393" + "azsmnet9179" ], "GenerateServiceName": [ - "azs-8536" + "azs-317" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/UpdateSynonymMapIfExistsFailsOnNoResource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/UpdateSynonymMapIfExistsFailsOnNoResource.json index 68c9ec01d235..3b731b1441e0 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/UpdateSynonymMapIfExistsFailsOnNoResource.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/UpdateSynonymMapIfExistsFailsOnNoResource.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d0081a3-77b8-41ab-8874-2c14e6fb0c5f" + "ca08f4d2-ef99-47f3-9657-5c8c830611a7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1192" ], "x-ms-request-id": [ - "bfdcac1f-c045-4d82-b2f0-57a59664baeb" + "1b754d67-6b5c-4313-bc47-2af2a48566c5" ], "x-ms-correlation-request-id": [ - "bfdcac1f-c045-4d82-b2f0-57a59664baeb" + "1b754d67-6b5c-4313-bc47-2af2a48566c5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023353Z:bfdcac1f-c045-4d82-b2f0-57a59664baeb" + "NORTHEUROPE:20200808T100955Z:1b754d67-6b5c-4313-bc47-2af2a48566c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:33:53 GMT" + "Sat, 08 Aug 2020 10:09:55 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet7460?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3NDYwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3870?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzODcwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6ed6e6d9-26b1-4617-8a65-2756874de5a5" + "e645fe9d-9bf5-4a1f-9ad1-fc4c25bcd6e0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1193" ], "x-ms-request-id": [ - "69904491-c2bf-41f4-97a3-0424b63f03d9" + "863cc72c-55cf-4e11-a2ea-946c041653e0" ], "x-ms-correlation-request-id": [ - "69904491-c2bf-41f4-97a3-0424b63f03d9" + "863cc72c-55cf-4e11-a2ea-946c041653e0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023353Z:69904491-c2bf-41f4-97a3-0424b63f03d9" + "NORTHEUROPE:20200808T100957Z:863cc72c-55cf-4e11-a2ea-946c041653e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:33:53 GMT" + "Sat, 08 Aug 2020 10:09:56 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7460\",\r\n \"name\": \"azsmnet7460\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3870\",\r\n \"name\": \"azsmnet3870\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7460/providers/Microsoft.Search/searchServices/azs-1261?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMjYxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3870/providers/Microsoft.Search/searchServices/azs-7788?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Nzg4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "90650cc0-fc92-4248-9add-62989bce2a5c" + "cf8771b3-b551-45ab-a611-46048c642af3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A33%3A56.7328167Z'\"" + "W/\"datetime'2020-08-08T10%3A10%3A02.1862397Z'\"" ], "x-ms-request-id": [ - "90650cc0-fc92-4248-9add-62989bce2a5c" + "cf8771b3-b551-45ab-a611-46048c642af3" ], "request-id": [ - "90650cc0-fc92-4248-9add-62989bce2a5c" + "cf8771b3-b551-45ab-a611-46048c642af3" ], "elapsed-time": [ - "1367" + "2078" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1194" ], "x-ms-correlation-request-id": [ - "5019d96c-c707-4651-8aa0-a081c722cd9e" + "8044700d-457b-406b-9a04-148487d8d77a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023357Z:5019d96c-c707-4651-8aa0-a081c722cd9e" + "NORTHEUROPE:20200808T101003Z:8044700d-457b-406b-9a04-148487d8d77a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:33:56 GMT" + "Sat, 08 Aug 2020 10:10:03 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7460/providers/Microsoft.Search/searchServices/azs-1261\",\r\n \"name\": \"azs-1261\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3870/providers/Microsoft.Search/searchServices/azs-7788\",\r\n \"name\": \"azs-7788\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7460/providers/Microsoft.Search/searchServices/azs-1261/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMjYxL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3870/providers/Microsoft.Search/searchServices/azs-7788/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Nzg4L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2e47fb53-2725-481a-ad81-1ed17570c4fa" + "f5d30a14-04b0-46cc-9152-b182e9fb4333" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2e47fb53-2725-481a-ad81-1ed17570c4fa" + "f5d30a14-04b0-46cc-9152-b182e9fb4333" ], "request-id": [ - "2e47fb53-2725-481a-ad81-1ed17570c4fa" + "f5d30a14-04b0-46cc-9152-b182e9fb4333" ], "elapsed-time": [ - "266" + "93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1191" ], "x-ms-correlation-request-id": [ - "0d42bc1d-7a4b-404c-9756-cb1358b424e5" + "23f55ae6-7aac-4486-a063-49f4b4dac2f3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023359Z:0d42bc1d-7a4b-404c-9756-cb1358b424e5" + "NORTHEUROPE:20200808T101005Z:23f55ae6-7aac-4486-a063-49f4b4dac2f3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:33:59 GMT" + "Sat, 08 Aug 2020 10:10:05 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"730D15735501301ACD3FCF8E226E124D\",\r\n \"secondaryKey\": \"378FB58C0FDAFE697549285E810AFEB0\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"3CB2A51FF44905E9DBAD4250CC396AC7\",\r\n \"secondaryKey\": \"A36ED1BD50C7B9F36BE59BC9CED10F0B\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7460/providers/Microsoft.Search/searchServices/azs-1261/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMjYxL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3870/providers/Microsoft.Search/searchServices/azs-7788/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Nzg4L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b7799eca-76f9-4221-b27a-87303438cc15" + "d49aef39-e157-496c-9df5-76981c701393" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b7799eca-76f9-4221-b27a-87303438cc15" + "d49aef39-e157-496c-9df5-76981c701393" ], "request-id": [ - "b7799eca-76f9-4221-b27a-87303438cc15" + "d49aef39-e157-496c-9df5-76981c701393" ], "elapsed-time": [ - "551" + "91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1176" + "1190" ], "x-ms-correlation-request-id": [ - "05d536a7-ca9d-410d-ab31-82d9d6916ade" + "602a143b-784c-4a1b-b137-40913b6975bb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023400Z:05d536a7-ca9d-410d-ab31-82d9d6916ade" + "NORTHEUROPE:20200808T101006Z:602a143b-784c-4a1b-b137-40913b6975bb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:34:00 GMT" + "Sat, 08 Aug 2020 10:10:05 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"4DD705DACC63E1F9E9C8CA8B345ACCCE\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"0F46D70A65DC2843D960AF68D1BFABFB\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/synonymmaps('azsmnet3028')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0MzAyOCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/synonymmaps('azsmnet1009')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0MTAwOScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet3028\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet1009\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "8a0a519f-fefe-489e-bbee-2671bab83aa3" + "3fffae1c-65d1-48cc-bf4d-e13afa5bf306" ], "Prefer": [ "return=representation" @@ -358,12 +358,12 @@ "*" ], "api-key": [ - "730D15735501301ACD3FCF8E226E124D" + "3CB2A51FF44905E9DBAD4250CC396AC7" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -381,10 +381,10 @@ "no-cache" ], "request-id": [ - "8a0a519f-fefe-489e-bbee-2671bab83aa3" + "3fffae1c-65d1-48cc-bf4d-e13afa5bf306" ], "elapsed-time": [ - "44" + "8" ], "OData-Version": [ "4.0" @@ -396,7 +396,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:34:02 GMT" + "Sat, 08 Aug 2020 10:10:08 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -415,21 +415,21 @@ "StatusCode": 412 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet7460/providers/Microsoft.Search/searchServices/azs-1261?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3NDYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMjYxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3870/providers/Microsoft.Search/searchServices/azs-7788?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzODcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy03Nzg4P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "163ddc93-13fe-4e06-9882-e694bf6b69e6" + "9afd71a7-2885-442c-aadf-255218c70181" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -440,51 +440,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "163ddc93-13fe-4e06-9882-e694bf6b69e6" + "5466c736-b678-4d18-ae7b-1688dd69dc47" ], - "request-id": [ - "163ddc93-13fe-4e06-9882-e694bf6b69e6" + "x-ms-correlation-request-id": [ + "5466c736-b678-4d18-ae7b-1688dd69dc47" ], - "elapsed-time": [ - "1635" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T101027Z:5466c736-b678-4d18-ae7b-1688dd69dc47" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14986" - ], - "x-ms-correlation-request-id": [ - "db3a9bc6-4ca7-4a47-96ff-6598647df0f2" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023407Z:db3a9bc6-4ca7-4a47-96ff-6598647df0f2" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:34:07 GMT" + "Sat, 08 Aug 2020 10:10:26 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet7460", - "azsmnet3028" + "azsmnet3870", + "azsmnet1009" ], "GenerateServiceName": [ - "azs-1261" + "azs-7788" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/UpdateSynonymMapIfExistsSucceedsOnExistingResource.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/UpdateSynonymMapIfExistsSucceedsOnExistingResource.json index a62c446afd54..8a0f25bd11fa 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/UpdateSynonymMapIfExistsSucceedsOnExistingResource.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/UpdateSynonymMapIfExistsSucceedsOnExistingResource.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a188633-db0c-4068-9dfb-8f6aff24d23e" + "6a195ac9-5601-40e4-9dd6-77c5875d39e8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1187" ], "x-ms-request-id": [ - "a90655d2-e0f2-453d-bb43-f0fc8f073ae2" + "27da60d5-80d6-4621-aa6e-f4e1ed01b2e2" ], "x-ms-correlation-request-id": [ - "a90655d2-e0f2-453d-bb43-f0fc8f073ae2" + "27da60d5-80d6-4621-aa6e-f4e1ed01b2e2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023524Z:a90655d2-e0f2-453d-bb43-f0fc8f073ae2" + "NORTHEUROPE:20200808T101256Z:27da60d5-80d6-4621-aa6e-f4e1ed01b2e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:35:24 GMT" + "Sat, 08 Aug 2020 10:12:56 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet3580?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNTgwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet1720?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxNzIwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7d344d27-a6db-41e3-aa90-452806f6fcb4" + "fb3e08bb-b276-4321-97d9-32100605bd5a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1192" ], "x-ms-request-id": [ - "fddd802d-aff5-46a5-b9f2-a48fb474ee1b" + "2a570701-f6d7-4664-aeac-3e72e8005248" ], "x-ms-correlation-request-id": [ - "fddd802d-aff5-46a5-b9f2-a48fb474ee1b" + "2a570701-f6d7-4664-aeac-3e72e8005248" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023525Z:fddd802d-aff5-46a5-b9f2-a48fb474ee1b" + "NORTHEUROPE:20200808T101258Z:2a570701-f6d7-4664-aeac-3e72e8005248" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:35:25 GMT" + "Sat, 08 Aug 2020 10:12:58 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3580\",\r\n \"name\": \"azsmnet3580\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1720\",\r\n \"name\": \"azsmnet1720\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3580/providers/Microsoft.Search/searchServices/azs-2836?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODM2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1720/providers/Microsoft.Search/searchServices/azs-8597?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNzIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTk3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1331aaeb-3d36-456e-9d7e-e86423bc98dc" + "fcc62853-6d03-4928-9cad-41e8ecbdc4c3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A35%3A29.1980328Z'\"" + "W/\"datetime'2020-08-08T10%3A13%3A03.5824378Z'\"" ], "x-ms-request-id": [ - "1331aaeb-3d36-456e-9d7e-e86423bc98dc" + "fcc62853-6d03-4928-9cad-41e8ecbdc4c3" ], "request-id": [ - "1331aaeb-3d36-456e-9d7e-e86423bc98dc" + "fcc62853-6d03-4928-9cad-41e8ecbdc4c3" ], "elapsed-time": [ - "1219" + "1682" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1192" ], "x-ms-correlation-request-id": [ - "9c6a4ff3-4b0b-46bb-9245-1ee06454ff91" + "7b3c6917-9ba2-4fb2-9b2d-a00aad59fe3d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023529Z:9c6a4ff3-4b0b-46bb-9245-1ee06454ff91" + "NORTHEUROPE:20200808T101304Z:7b3c6917-9ba2-4fb2-9b2d-a00aad59fe3d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:35:29 GMT" + "Sat, 08 Aug 2020 10:13:04 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3580/providers/Microsoft.Search/searchServices/azs-2836\",\r\n \"name\": \"azs-2836\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1720/providers/Microsoft.Search/searchServices/azs-8597\",\r\n \"name\": \"azs-8597\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3580/providers/Microsoft.Search/searchServices/azs-2836/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODM2L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1720/providers/Microsoft.Search/searchServices/azs-8597/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNzIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTk3L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "691d65db-8970-46e7-a860-30a082dba003" + "046d9dd1-c5e6-4742-a2ea-f1d0f4a3a6f4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "691d65db-8970-46e7-a860-30a082dba003" + "046d9dd1-c5e6-4742-a2ea-f1d0f4a3a6f4" ], "request-id": [ - "691d65db-8970-46e7-a860-30a082dba003" + "046d9dd1-c5e6-4742-a2ea-f1d0f4a3a6f4" ], "elapsed-time": [ - "130" + "99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1190" ], "x-ms-correlation-request-id": [ - "b59ea713-e2f3-4b9e-935e-8995117ddd8c" + "b903d5e7-a5dc-4a14-872e-5cb3018fa848" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023532Z:b59ea713-e2f3-4b9e-935e-8995117ddd8c" + "NORTHEUROPE:20200808T101307Z:b903d5e7-a5dc-4a14-872e-5cb3018fa848" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:35:31 GMT" + "Sat, 08 Aug 2020 10:13:06 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"2A63587C14C46B9C3E23269E319B7441\",\r\n \"secondaryKey\": \"BD140CCE8727C5983D5B8142BBFA9B31\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"45235DB3AC99C0D1749BA81C7ADE081D\",\r\n \"secondaryKey\": \"3339381EB7050F7188D853BD91CB3A60\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3580/providers/Microsoft.Search/searchServices/azs-2836/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODM2L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1720/providers/Microsoft.Search/searchServices/azs-8597/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNzIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTk3L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "78bb33c8-ad48-45c2-83ee-57f05f0b14ca" + "88479232-d024-43a3-9ab5-1b857645430a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "78bb33c8-ad48-45c2-83ee-57f05f0b14ca" + "88479232-d024-43a3-9ab5-1b857645430a" ], "request-id": [ - "78bb33c8-ad48-45c2-83ee-57f05f0b14ca" + "88479232-d024-43a3-9ab5-1b857645430a" ], "elapsed-time": [ - "199" + "99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1189" ], "x-ms-correlation-request-id": [ - "4a910420-aca6-437d-a46b-e19a7392e850" + "54da5579-990a-4a28-a5d3-a9afd82845b3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023532Z:4a910420-aca6-437d-a46b-e19a7392e850" + "NORTHEUROPE:20200808T101307Z:54da5579-990a-4a28-a5d3-a9afd82845b3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:35:32 GMT" + "Sat, 08 Aug 2020 10:13:06 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"94C9240C1A12D00CB151C28F03226C9B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"0C55538FEEB880F6F6986789D8E01E61\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/synonymmaps('azsmnet4288')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NDI4OCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/synonymmaps('azsmnet4497')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NDQ5NycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet4288\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4497\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "698724e6-4b1d-4b4b-9db8-9ac5af1b0653" + "8e8b6615-0cd5-49a0-a189-2de608e03df3" ], "Prefer": [ "return=representation" @@ -355,12 +355,12 @@ "en-US" ], "api-key": [ - "2A63587C14C46B9C3E23269E319B7441" + "45235DB3AC99C0D1749BA81C7ADE081D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -378,16 +378,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80378F6D882AD\"" + "W/\"0x8D83B83A6BAED00\"" ], "Location": [ - "https://azs-2836.search-dogfood.windows-int.net/synonymmaps('azsmnet4288')?api-version=2019-05-06" + "https://azs-8597.search-dogfood.windows-int.net/synonymmaps('azsmnet4497')?api-version=2019-05-06" ], "request-id": [ - "698724e6-4b1d-4b4b-9db8-9ac5af1b0653" + "8e8b6615-0cd5-49a0-a189-2de608e03df3" ], "elapsed-time": [ - "63" + "22" ], "OData-Version": [ "4.0" @@ -399,7 +399,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:35:34 GMT" + "Sat, 08 Aug 2020 10:13:09 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -411,17 +411,17 @@ "219" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2836.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80378F6D882AD\\\"\",\r\n \"name\": \"azsmnet4288\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8597.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B83A6BAED00\\\"\",\r\n \"name\": \"azsmnet4497\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/synonymmaps('azsmnet4288')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NDI4OCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/synonymmaps('azsmnet4497')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NDQ5NycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet4288\",\r\n \"synonyms\": \"mutated1, mutated2\",\r\n \"@odata.etag\": \"\\\"0x8D80378F6D882AD\\\"\",\r\n \"format\": \"solr\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet4497\",\r\n \"synonyms\": \"mutated1, mutated2\",\r\n \"@odata.etag\": \"\\\"0x8D83B83A6BAED00\\\"\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "f40c116e-94bc-44f6-a2e4-6cbc4dac4920" + "eab36c30-a4fd-47b8-86d0-255d610c3c39" ], "Prefer": [ "return=representation" @@ -433,12 +433,12 @@ "*" ], "api-key": [ - "2A63587C14C46B9C3E23269E319B7441" + "45235DB3AC99C0D1749BA81C7ADE081D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -456,13 +456,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80378F6E073D1\"" + "W/\"0x8D83B83A6C2DE2A\"" ], "request-id": [ - "f40c116e-94bc-44f6-a2e4-6cbc4dac4920" + "eab36c30-a4fd-47b8-86d0-255d610c3c39" ], "elapsed-time": [ - "20" + "17" ], "OData-Version": [ "4.0" @@ -474,7 +474,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:35:34 GMT" + "Sat, 08 Aug 2020 10:13:09 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -486,25 +486,25 @@ "226" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-2836.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80378F6E073D1\\\"\",\r\n \"name\": \"azsmnet4288\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"mutated1, mutated2\",\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-8597.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B83A6C2DE2A\\\"\",\r\n \"name\": \"azsmnet4497\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"mutated1, mutated2\",\r\n \"encryptionKey\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet3580/providers/Microsoft.Search/searchServices/azs-2836?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNTgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0yODM2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet1720/providers/Microsoft.Search/searchServices/azs-8597?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNzIwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04NTk3P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "381f7b2a-95c7-4a60-85f2-245115bdb468" + "641237c7-98b7-4c74-a69d-d87f9a4d12ea" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -515,51 +515,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14991" + ], "x-ms-request-id": [ - "381f7b2a-95c7-4a60-85f2-245115bdb468" + "26047feb-caee-4530-ab6b-5197387e7ef0" ], - "request-id": [ - "381f7b2a-95c7-4a60-85f2-245115bdb468" + "x-ms-correlation-request-id": [ + "26047feb-caee-4530-ab6b-5197387e7ef0" ], - "elapsed-time": [ - "853" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T101318Z:26047feb-caee-4530-ab6b-5197387e7ef0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14985" - ], - "x-ms-correlation-request-id": [ - "879dc89c-0e30-4ccd-9d1d-920042c7fd11" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023538Z:879dc89c-0e30-4ccd-9d1d-920042c7fd11" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:35:37 GMT" + "Sat, 08 Aug 2020 10:13:18 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet3580", - "azsmnet4288" + "azsmnet1720", + "azsmnet4497" ], "GenerateServiceName": [ - "azs-2836" + "azs-8597" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/UpdateSynonymMapIfNotChangedFailsWhenResourceChanged.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/UpdateSynonymMapIfNotChangedFailsWhenResourceChanged.json index 3517a745b5b9..acee0b983bcd 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/UpdateSynonymMapIfNotChangedFailsWhenResourceChanged.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/UpdateSynonymMapIfNotChangedFailsWhenResourceChanged.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d4b254a0-f8a4-45f7-9df0-970853f8d537" + "2f5816ed-daee-44c8-b075-5152eebd72a9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1192" ], "x-ms-request-id": [ - "a5bfe47d-7559-4b9a-b308-6fc1dfac61ba" + "18596d71-81ce-4247-a726-84f69c4942aa" ], "x-ms-correlation-request-id": [ - "a5bfe47d-7559-4b9a-b308-6fc1dfac61ba" + "18596d71-81ce-4247-a726-84f69c4942aa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023638Z:a5bfe47d-7559-4b9a-b308-6fc1dfac61ba" + "NORTHEUROPE:20200808T101656Z:18596d71-81ce-4247-a726-84f69c4942aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:36:38 GMT" + "Sat, 08 Aug 2020 10:16:56 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet6706?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2NzA2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet2208?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMjA4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1e9d488d-9da2-44c7-b95a-a4c648b22a63" + "ea8acf00-f3e5-4063-a4f0-2a30868db333" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1193" ], "x-ms-request-id": [ - "af81c915-d9bb-4f32-8f9f-93b1bf06477d" + "b0d9dc63-e0d1-4e14-8f35-4caf64b6b0b0" ], "x-ms-correlation-request-id": [ - "af81c915-d9bb-4f32-8f9f-93b1bf06477d" + "b0d9dc63-e0d1-4e14-8f35-4caf64b6b0b0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023638Z:af81c915-d9bb-4f32-8f9f-93b1bf06477d" + "NORTHEUROPE:20200808T101658Z:b0d9dc63-e0d1-4e14-8f35-4caf64b6b0b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:36:38 GMT" + "Sat, 08 Aug 2020 10:16:57 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6706\",\r\n \"name\": \"azsmnet6706\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2208\",\r\n \"name\": \"azsmnet2208\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6706/providers/Microsoft.Search/searchServices/azs-4813?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODEzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2208/providers/Microsoft.Search/searchServices/azs-3334?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzM0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "da204545-ca2e-42d4-a730-b42888b68006" + "cd730f5f-d222-4356-b0d7-43da9581d3ab" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,34 +159,34 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A36%3A43.4482001Z'\"" + "W/\"datetime'2020-08-08T10%3A17%3A02.8115775Z'\"" ], "x-ms-request-id": [ - "da204545-ca2e-42d4-a730-b42888b68006" + "cd730f5f-d222-4356-b0d7-43da9581d3ab" ], "request-id": [ - "da204545-ca2e-42d4-a730-b42888b68006" + "cd730f5f-d222-4356-b0d7-43da9581d3ab" ], "elapsed-time": [ - "2448" + "2016" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1191" ], "x-ms-correlation-request-id": [ - "397e52c7-04a4-4bba-8eca-fbd2aed6f630" + "036473fc-00cb-48a1-999b-3465ad841828" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023644Z:397e52c7-04a4-4bba-8eca-fbd2aed6f630" + "NORTHEUROPE:20200808T101704Z:036473fc-00cb-48a1-999b-3465ad841828" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:36:43 GMT" + "Sat, 08 Aug 2020 10:17:04 GMT" ], "Content-Length": [ "529" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6706/providers/Microsoft.Search/searchServices/azs-4813\",\r\n \"name\": \"azs-4813\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2208/providers/Microsoft.Search/searchServices/azs-3334\",\r\n \"name\": \"azs-3334\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6706/providers/Microsoft.Search/searchServices/azs-4813/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODEzL2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2208/providers/Microsoft.Search/searchServices/azs-3334/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzM0L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76308538-7fed-4398-beb2-8e079dd87253" + "0d83ebc0-64d8-4cb2-a7ff-0b0baf535f4a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "76308538-7fed-4398-beb2-8e079dd87253" + "0d83ebc0-64d8-4cb2-a7ff-0b0baf535f4a" ], "request-id": [ - "76308538-7fed-4398-beb2-8e079dd87253" + "0d83ebc0-64d8-4cb2-a7ff-0b0baf535f4a" ], "elapsed-time": [ - "378" + "265" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1188" ], "x-ms-correlation-request-id": [ - "794cae90-1a81-472d-b58c-d6c37f340f4b" + "515dd938-d726-480a-9919-b88cc4c3e0ab" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023646Z:794cae90-1a81-472d-b58c-d6c37f340f4b" + "NORTHEUROPE:20200808T101706Z:515dd938-d726-480a-9919-b88cc4c3e0ab" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:36:46 GMT" + "Sat, 08 Aug 2020 10:17:06 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"6C2FD42DC74316A682CD35629DE01B61\",\r\n \"secondaryKey\": \"63955697EC8B069064FEC216AF3AC27F\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"649DC3AAF225F8D73C54E54711902D4D\",\r\n \"secondaryKey\": \"8444DF116E71D5441AF1E629664842E2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6706/providers/Microsoft.Search/searchServices/azs-4813/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODEzL2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2208/providers/Microsoft.Search/searchServices/azs-3334/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzM0L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2c7ffe18-cd0d-4a85-ac47-68a15ea510a2" + "7b68b255-2734-44df-b2b5-ce9e7e466ae1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2c7ffe18-cd0d-4a85-ac47-68a15ea510a2" + "7b68b255-2734-44df-b2b5-ce9e7e466ae1" ], "request-id": [ - "2c7ffe18-cd0d-4a85-ac47-68a15ea510a2" + "7b68b255-2734-44df-b2b5-ce9e7e466ae1" ], "elapsed-time": [ - "345" + "123" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1187" ], "x-ms-correlation-request-id": [ - "dd88717f-669e-4319-bf20-2813cf8ae5f8" + "4c5ef1be-058b-4109-8274-03a9dcd1d197" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023647Z:dd88717f-669e-4319-bf20-2813cf8ae5f8" + "NORTHEUROPE:20200808T101707Z:4c5ef1be-058b-4109-8274-03a9dcd1d197" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:36:46 GMT" + "Sat, 08 Aug 2020 10:17:07 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"1EAAA56B181E3BF4255AFFE93FA43A6D\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"81646A2EB4A341FE9128B8C098DEC67F\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/synonymmaps('azsmnet2603')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0MjYwMycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/synonymmaps('azsmnet5409')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NTQwOScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet2603\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5409\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "eebcc269-66d5-4220-9dd4-64ba22dadf48" + "85bf9c3d-6064-461e-bd6d-ec6ba77e2b86" ], "Prefer": [ "return=representation" @@ -355,12 +355,12 @@ "en-US" ], "api-key": [ - "6C2FD42DC74316A682CD35629DE01B61" + "649DC3AAF225F8D73C54E54711902D4D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -378,16 +378,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D8037923361956\"" + "W/\"0x8D83B843577B7EF\"" ], "Location": [ - "https://azs-4813.search-dogfood.windows-int.net/synonymmaps('azsmnet2603')?api-version=2019-05-06" + "https://azs-3334.search-dogfood.windows-int.net/synonymmaps('azsmnet5409')?api-version=2019-05-06" ], "request-id": [ - "eebcc269-66d5-4220-9dd4-64ba22dadf48" + "85bf9c3d-6064-461e-bd6d-ec6ba77e2b86" ], "elapsed-time": [ - "53" + "61" ], "OData-Version": [ "4.0" @@ -399,7 +399,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:36:47 GMT" + "Sat, 08 Aug 2020 10:17:09 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -411,17 +411,17 @@ "219" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4813.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D8037923361956\\\"\",\r\n \"name\": \"azsmnet2603\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3334.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B843577B7EF\\\"\",\r\n \"name\": \"azsmnet5409\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/synonymmaps('azsmnet2603')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0MjYwMycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/synonymmaps('azsmnet5409')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NTQwOScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet2603\",\r\n \"synonyms\": \"mutated1, mutated2\",\r\n \"@odata.etag\": \"\\\"0x8D8037923361956\\\"\",\r\n \"format\": \"solr\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5409\",\r\n \"synonyms\": \"mutated1, mutated2\",\r\n \"@odata.etag\": \"\\\"0x8D83B843577B7EF\\\"\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "459aa332-2756-437e-8cfd-78f4de10b0d2" + "f68c41d8-8205-4435-b1c2-d7087e723a99" ], "Prefer": [ "return=representation" @@ -430,12 +430,12 @@ "en-US" ], "api-key": [ - "6C2FD42DC74316A682CD35629DE01B61" + "649DC3AAF225F8D73C54E54711902D4D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -453,10 +453,10 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80379233EA6DB\"" + "W/\"0x8D83B84357F33D1\"" ], "request-id": [ - "459aa332-2756-437e-8cfd-78f4de10b0d2" + "f68c41d8-8205-4435-b1c2-d7087e723a99" ], "elapsed-time": [ "18" @@ -471,7 +471,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:36:48 GMT" + "Sat, 08 Aug 2020 10:17:09 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -483,17 +483,17 @@ "226" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-4813.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80379233EA6DB\\\"\",\r\n \"name\": \"azsmnet2603\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"mutated1, mutated2\",\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-3334.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B84357F33D1\\\"\",\r\n \"name\": \"azsmnet5409\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"mutated1, mutated2\",\r\n \"encryptionKey\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/synonymmaps('azsmnet2603')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0MjYwMycpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/synonymmaps('azsmnet5409')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NTQwOScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet2603\",\r\n \"synonyms\": \"mutated1, mutated2\",\r\n \"@odata.etag\": \"\\\"0x8D80379233EA6DB\\\"\",\r\n \"format\": \"solr\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet5409\",\r\n \"synonyms\": \"mutated1, mutated2\",\r\n \"@odata.etag\": \"\\\"0x8D83B84357F33D1\\\"\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "1d03ebf4-ef3f-4323-814f-cbb633eb3886" + "924bc0d9-b205-446c-83e7-8930e5079c06" ], "Prefer": [ "return=representation" @@ -502,15 +502,15 @@ "en-US" ], "If-Match": [ - "\"0x8D8037923361956\"" + "\"0x8D83B843577B7EF\"" ], "api-key": [ - "6C2FD42DC74316A682CD35629DE01B61" + "649DC3AAF225F8D73C54E54711902D4D" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -528,10 +528,10 @@ "no-cache" ], "request-id": [ - "1d03ebf4-ef3f-4323-814f-cbb633eb3886" + "924bc0d9-b205-446c-83e7-8930e5079c06" ], "elapsed-time": [ - "7" + "9" ], "OData-Version": [ "4.0" @@ -543,7 +543,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:36:48 GMT" + "Sat, 08 Aug 2020 10:17:09 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -562,21 +562,21 @@ "StatusCode": 412 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet6706/providers/Microsoft.Search/searchServices/azs-4813?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2NzA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy00ODEzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet2208/providers/Microsoft.Search/searchServices/azs-3334?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMjA4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0zMzM0P2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0522c014-88c7-4d64-b0aa-a93af56ea67a" + "b1a8d664-508c-4502-91d7-b734b001c689" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -587,51 +587,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14993" + ], "x-ms-request-id": [ - "0522c014-88c7-4d64-b0aa-a93af56ea67a" + "1bd42145-2a22-468b-afbb-d0ecc02c51e4" ], - "request-id": [ - "0522c014-88c7-4d64-b0aa-a93af56ea67a" + "x-ms-correlation-request-id": [ + "1bd42145-2a22-468b-afbb-d0ecc02c51e4" ], - "elapsed-time": [ - "908" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T101751Z:1bd42145-2a22-468b-afbb-d0ecc02c51e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14984" - ], - "x-ms-correlation-request-id": [ - "e1615d4e-fc25-4d80-b876-48cb59383d04" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023653Z:e1615d4e-fc25-4d80-b876-48cb59383d04" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:36:53 GMT" + "Sat, 08 Aug 2020 10:17:51 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet6706", - "azsmnet2603" + "azsmnet2208", + "azsmnet5409" ], "GenerateServiceName": [ - "azs-4813" + "azs-3334" ] }, "Variables": { diff --git a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/UpdateSynonymMapIfNotChangedSucceedsWhenResourceUnchanged.json b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/UpdateSynonymMapIfNotChangedSucceedsWhenResourceUnchanged.json index af9975ba35b4..7598fd91b691 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/UpdateSynonymMapIfNotChangedSucceedsWhenResourceUnchanged.json +++ b/sdk/search/Microsoft.Azure.Search/tests/SessionRecords/SynonymMapTests/UpdateSynonymMapIfNotChangedSucceedsWhenResourceUnchanged.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e60e8a3-44e9-4e0c-b408-4b507cf4cc68" + "c019cf00-48cf-480c-8fd7-7aa5978d13ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ] }, @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1189" ], "x-ms-request-id": [ - "87c3937e-e5ff-45a1-afd5-17c4f6cab32d" + "51138509-0394-492d-9872-d7b31fa07272" ], "x-ms-correlation-request-id": [ - "87c3937e-e5ff-45a1-afd5-17c4f6cab32d" + "51138509-0394-492d-9872-d7b31fa07272" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023244Z:87c3937e-e5ff-45a1-afd5-17c4f6cab32d" + "NORTHEUROPE:20200808T100709Z:51138509-0394-492d-9872-d7b31fa07272" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:32:43 GMT" + "Sat, 08 Aug 2020 10:07:09 GMT" ], "Content-Length": [ - "2842" + "3524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,25 +57,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"804f4a7a-7d6e-4df7-bf8c-e7f0106e16c2\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesCit\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesSisatti1\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesTHHILL\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesInt\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"searchServicesPpe\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityCit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityInt\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailabilityPpe\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-Preview\",\r\n \"2020-08-01\",\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet4770?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0NzcwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourcegroups/azsmnet5510?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NTEwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e3ce7176-eecf-4bda-8f6b-d8f134a473bb" + "0da8c2c8-c5f8-4b6d-80a9-38e396b6937a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.5.0.0" ], "Content-Type": [ @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1194" ], "x-ms-request-id": [ - "990b2ab9-f9f6-44e1-9072-93d976cc1d11" + "ac743465-2ba2-44c1-893c-25cf6e3255c4" ], "x-ms-correlation-request-id": [ - "990b2ab9-f9f6-44e1-9072-93d976cc1d11" + "ac743465-2ba2-44c1-893c-25cf6e3255c4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023244Z:990b2ab9-f9f6-44e1-9072-93d976cc1d11" + "NORTHEUROPE:20200808T100711Z:ac743465-2ba2-44c1-893c-25cf6e3255c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:32:44 GMT" + "Sat, 08 Aug 2020 10:07:10 GMT" ], "Content-Length": [ "175" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4770\",\r\n \"name\": \"azsmnet4770\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5510\",\r\n \"name\": \"azsmnet5510\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4770/providers/Microsoft.Search/searchServices/azs-1119?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NzcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMTE5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5510/providers/Microsoft.Search/searchServices/azs-886?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ODY/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"free\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "72ddd889-8ba7-49c5-ba3e-932058cf457c" + "3817b5f0-b298-433e-a013-823acfc18aee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ], "Content-Type": [ @@ -159,37 +159,37 @@ "no-cache" ], "ETag": [ - "W/\"datetime'2020-05-29T02%3A32%3A49.4916637Z'\"" + "W/\"datetime'2020-08-08T10%3A07%3A15.644283Z'\"" ], "x-ms-request-id": [ - "72ddd889-8ba7-49c5-ba3e-932058cf457c" + "3817b5f0-b298-433e-a013-823acfc18aee" ], "request-id": [ - "72ddd889-8ba7-49c5-ba3e-932058cf457c" + "3817b5f0-b298-433e-a013-823acfc18aee" ], "elapsed-time": [ - "2263" + "1787" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1198" ], "x-ms-correlation-request-id": [ - "f65545f9-ca76-4055-80ce-429e550d76c1" + "ff236b68-744a-41e7-b18a-3152503b7a33" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023250Z:f65545f9-ca76-4055-80ce-429e550d76c1" + "NORTHEUROPE:20200808T100716Z:ff236b68-744a-41e7-b18a-3152503b7a33" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:32:50 GMT" + "Sat, 08 Aug 2020 10:07:16 GMT" ], "Content-Length": [ - "529" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,25 +198,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4770/providers/Microsoft.Search/searchServices/azs-1119\",\r\n \"name\": \"azs-1119\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5510/providers/Microsoft.Search/searchServices/azs-886\",\r\n \"name\": \"azs-886\",\r\n \"type\": \"Microsoft.Search/searchServices\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"replicaCount\": 1,\r\n \"partitionCount\": 1,\r\n \"status\": \"running\",\r\n \"statusDetails\": \"\",\r\n \"provisioningState\": \"succeeded\",\r\n \"hostingMode\": \"Default\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"networkRuleSet\": {\r\n \"ipRules\": [],\r\n \"bypass\": \"None\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"sharedPrivateLinkResources\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4770/providers/Microsoft.Search/searchServices/azs-1119/listAdminKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NzcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMTE5L2xpc3RBZG1pbktleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5510/providers/Microsoft.Search/searchServices/azs-886/listAdminKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ODYvbGlzdEFkbWluS2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd1fb147-f4b1-4241-b7c5-97f9525e2615" + "bd06321f-a179-490f-9563-b247b6493c20" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -231,31 +231,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "cd1fb147-f4b1-4241-b7c5-97f9525e2615" + "bd06321f-a179-490f-9563-b247b6493c20" ], "request-id": [ - "cd1fb147-f4b1-4241-b7c5-97f9525e2615" + "bd06321f-a179-490f-9563-b247b6493c20" ], "elapsed-time": [ - "123" + "92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1198" ], "x-ms-correlation-request-id": [ - "c231b815-617b-4643-bf4e-43958e8fc4d9" + "8eae452d-2e0b-42af-99ac-bbaa45fc6e16" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023252Z:c231b815-617b-4643-bf4e-43958e8fc4d9" + "NORTHEUROPE:20200808T100719Z:8eae452d-2e0b-42af-99ac-bbaa45fc6e16" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:32:52 GMT" + "Sat, 08 Aug 2020 10:07:19 GMT" ], "Content-Length": [ "99" @@ -267,25 +267,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"04FF74775C0977C8D6700EE0CA6AD07C\",\r\n \"secondaryKey\": \"24564AE6360B308A2484A21D4DECE3D2\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"25D16181AE53F940D303CAA5724C9E09\",\r\n \"secondaryKey\": \"1D305A301F99EF257DD895C56F34EF35\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4770/providers/Microsoft.Search/searchServices/azs-1119/listQueryKeys?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NzcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMTE5L2xpc3RRdWVyeUtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0xMw==", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5510/providers/Microsoft.Search/searchServices/azs-886/listQueryKeys?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ODYvbGlzdFF1ZXJ5S2V5cz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7b31a703-0b71-4487-9e74-b432a80685d5" + "67b17abf-5db3-4c8e-b8c7-ac0049f5c8a6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -300,31 +300,31 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7b31a703-0b71-4487-9e74-b432a80685d5" + "67b17abf-5db3-4c8e-b8c7-ac0049f5c8a6" ], "request-id": [ - "7b31a703-0b71-4487-9e74-b432a80685d5" + "67b17abf-5db3-4c8e-b8c7-ac0049f5c8a6" ], "elapsed-time": [ - "95" + "88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1197" ], "x-ms-correlation-request-id": [ - "ebcedc00-c47f-408a-9c5d-c8a14037d8c0" + "676df6cc-1297-4483-baa5-ca8f899c81d4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023253Z:ebcedc00-c47f-408a-9c5d-c8a14037d8c0" + "NORTHEUROPE:20200808T100719Z:676df6cc-1297-4483-baa5-ca8f899c81d4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:32:52 GMT" + "Sat, 08 Aug 2020 10:07:19 GMT" ], "Content-Length": [ "82" @@ -336,17 +336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"33DB5CF155D86513ADBA962A7C09D26B\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": null,\r\n \"key\": \"ABCAC3B535F7F0C7B7299868F11F7D09\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/synonymmaps('azsmnet6235')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NjIzNScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/synonymmaps('azsmnet6228')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NjIyOCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet6235\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6228\",\r\n \"synonyms\": \"word1,word2\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "59724eb8-f46b-400d-947a-7cbe02083a53" + "e7c01480-1ebf-453b-a718-d59bb8705e5e" ], "Prefer": [ "return=representation" @@ -355,12 +355,12 @@ "en-US" ], "api-key": [ - "04FF74775C0977C8D6700EE0CA6AD07C" + "25D16181AE53F940D303CAA5724C9E09" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -378,16 +378,16 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80378977F1A6E\"" + "W/\"0x8D83B82D7524D4B\"" ], "Location": [ - "https://azs-1119.search-dogfood.windows-int.net/synonymmaps('azsmnet6235')?api-version=2019-05-06" + "https://azs-886.search-dogfood.windows-int.net/synonymmaps('azsmnet6228')?api-version=2019-05-06" ], "request-id": [ - "59724eb8-f46b-400d-947a-7cbe02083a53" + "e7c01480-1ebf-453b-a718-d59bb8705e5e" ], "elapsed-time": [ - "24" + "28" ], "OData-Version": [ "4.0" @@ -399,7 +399,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:32:54 GMT" + "Sat, 08 Aug 2020 10:07:21 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -408,20 +408,20 @@ "-1" ], "Content-Length": [ - "219" + "218" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1119.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80378977F1A6E\\\"\",\r\n \"name\": \"azsmnet6235\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-886.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B82D7524D4B\\\"\",\r\n \"name\": \"azsmnet6228\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"word1,word2\",\r\n \"encryptionKey\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/synonymmaps('azsmnet6235')?api-version=2019-05-06", - "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NjIzNScpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", + "RequestUri": "/synonymmaps('azsmnet6228')?api-version=2019-05-06", + "EncodedRequestUri": "L3N5bm9ueW1tYXBzKCdhenNtbmV0NjIyOCcpP2FwaS12ZXJzaW9uPTIwMTktMDUtMDY=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azsmnet6235\",\r\n \"synonyms\": \"mutated1, mutated2\",\r\n \"@odata.etag\": \"\\\"0x8D80378977F1A6E\\\"\",\r\n \"format\": \"solr\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet6228\",\r\n \"synonyms\": \"mutated1, mutated2\",\r\n \"@odata.etag\": \"\\\"0x8D83B82D7524D4B\\\"\",\r\n \"format\": \"solr\"\r\n}", "RequestHeaders": { "client-request-id": [ - "00f1614c-8288-40af-a6b2-c13aea71e974" + "f0d5e6b1-90a9-4e4c-b965-a0c9d6a933d6" ], "Prefer": [ "return=representation" @@ -430,15 +430,15 @@ "en-US" ], "If-Match": [ - "\"0x8D80378977F1A6E\"" + "\"0x8D83B82D7524D4B\"" ], "api-key": [ - "04FF74775C0977C8D6700EE0CA6AD07C" + "25D16181AE53F940D303CAA5724C9E09" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Search.SearchServiceClient/10.1.0.0" ], "Content-Type": [ @@ -456,13 +456,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D80378978732AE\"" + "W/\"0x8D83B82D75A3E6E\"" ], "request-id": [ - "00f1614c-8288-40af-a6b2-c13aea71e974" + "f0d5e6b1-90a9-4e4c-b965-a0c9d6a933d6" ], "elapsed-time": [ - "19" + "17" ], "OData-Version": [ "4.0" @@ -474,7 +474,7 @@ "max-age=15724800; includeSubDomains" ], "Date": [ - "Fri, 29 May 2020 02:32:54 GMT" + "Sat, 08 Aug 2020 10:07:21 GMT" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -483,28 +483,28 @@ "-1" ], "Content-Length": [ - "226" + "225" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-1119.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D80378978732AE\\\"\",\r\n \"name\": \"azsmnet6235\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"mutated1, mutated2\",\r\n \"encryptionKey\": null\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://azs-886.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\r\n \"@odata.etag\": \"\\\"0x8D83B82D75A3E6E\\\"\",\r\n \"name\": \"azsmnet6228\",\r\n \"format\": \"solr\",\r\n \"synonyms\": \"mutated1, mutated2\",\r\n \"encryptionKey\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet4770/providers/Microsoft.Search/searchServices/azs-1119?api-version=2020-03-13", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0NzcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy0xMTE5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMTM=", + "RequestUri": "/subscriptions/3c729b2a-4f86-4bb2-abe8-4b8647af156c/resourceGroups/azsmnet5510/providers/Microsoft.Search/searchServices/azs-886?api-version=2020-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M3MjliMmEtNGY4Ni00YmIyLWFiZTgtNGI4NjQ3YWYxNTZjL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NTEwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VhcmNoL3NlYXJjaFNlcnZpY2VzL2F6cy04ODY/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "839c2560-b928-439e-809f-92d587536a75" + "90e78b35-4d3b-4d64-b923-4521b6bacc0e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28801.04", + "FxVersion/4.6.29017.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Search.SearchManagementClient/4.0.0.0" ] }, @@ -515,51 +515,42 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14988" + ], "x-ms-request-id": [ - "839c2560-b928-439e-809f-92d587536a75" + "6c0ec22b-1670-4a81-b7c0-6ca609366825" ], - "request-id": [ - "839c2560-b928-439e-809f-92d587536a75" + "x-ms-correlation-request-id": [ + "6c0ec22b-1670-4a81-b7c0-6ca609366825" ], - "elapsed-time": [ - "872" + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200808T100731Z:6c0ec22b-1670-4a81-b7c0-6ca609366825" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14986" - ], - "x-ms-correlation-request-id": [ - "b7eb0b91-cc78-46e8-ba5c-9531fe4054a9" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200529T023258Z:b7eb0b91-cc78-46e8-ba5c-9531fe4054a9" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 29 May 2020 02:32:58 GMT" + "Sat, 08 Aug 2020 10:07:30 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 204 } ], "Names": { "GenerateName": [ - "azsmnet4770", - "azsmnet6235" + "azsmnet5510", + "azsmnet6228" ], "GenerateServiceName": [ - "azs-1119" + "azs-886" ] }, "Variables": {